jqwidgets-ng
Version:
[](https://jqwidgets.com/license/)
64 lines (63 loc) • 3.11 kB
TypeScript
/// <reference path="../jqwidgets.d.ts" />
import { EventEmitter, ElementRef, OnChanges, SimpleChanges } from '@angular/core';
import * as i0 from "@angular/core";
export declare class jqxPopoverComponent implements OnChanges {
attrArrowOffsetValue: number;
attrAnimationOpenDelay: number | string;
attrAnimationCloseDelay: number | string;
attrAutoClose: boolean;
attrAnimationType: string;
attrInitContent: () => void;
attrIsModal: boolean;
attrOffset: any;
attrPosition: string;
attrRtl: boolean;
attrSelector: string;
attrShowArrow: boolean;
attrShowCloseButton: boolean;
attrTitle: string | number;
attrTheme: string;
attrWidth: string | number;
attrHeight: string | number;
autoCreate: boolean;
properties: string[];
host: any;
elementRef: ElementRef;
widgetObject: jqwidgets.jqxPopover;
constructor(containerElement: ElementRef);
ngOnInit(): void;
ngOnChanges(changes: SimpleChanges): boolean;
arraysEqual(attrValue: any, hostValue: any): boolean;
manageAttributes(): any;
moveClasses(parentEl: HTMLElement, childEl: HTMLElement): void;
moveStyles(parentEl: HTMLElement, childEl: HTMLElement): void;
createComponent(options?: any): void;
createWidget(options?: any): void;
__updateRect__(): void;
setOptions(options: any): void;
arrowOffsetValue(arg?: number): number;
animationOpenDelay(arg?: number | string): number | string;
animationCloseDelay(arg?: number | string): number | string;
autoClose(arg?: boolean): boolean;
animationType(arg?: string): string;
height(arg?: number | string): number | string;
initContent(arg?: () => void): () => void;
isModal(arg?: boolean): boolean;
offset(arg?: any): any;
position(arg?: string): string;
rtl(arg?: boolean): boolean;
selector(arg?: string): string;
showArrow(arg?: boolean): boolean;
showCloseButton(arg?: boolean): boolean;
width(arg?: number | string): number | string;
title(arg?: string | number): string | number;
theme(arg?: string): string;
close(): void;
destroy(): void;
open(): void;
onClose: EventEmitter<any>;
onOpen: EventEmitter<any>;
__wireEvents__(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<jqxPopoverComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<jqxPopoverComponent, "jqxPopover", never, { "attrArrowOffsetValue": "arrowOffsetValue"; "attrAnimationOpenDelay": "animationOpenDelay"; "attrAnimationCloseDelay": "animationCloseDelay"; "attrAutoClose": "autoClose"; "attrAnimationType": "animationType"; "attrInitContent": "initContent"; "attrIsModal": "isModal"; "attrOffset": "offset"; "attrPosition": "position"; "attrRtl": "rtl"; "attrSelector": "selector"; "attrShowArrow": "showArrow"; "attrShowCloseButton": "showCloseButton"; "attrTitle": "title"; "attrTheme": "theme"; "attrWidth": "width"; "attrHeight": "height"; "autoCreate": "auto-create"; }, { "onClose": "onClose"; "onOpen": "onOpen"; }, never, ["*"]>;
}