@wavemaker/studio-runtime-integration 11.8.0-next.24914

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ export declare const suggestions = "\nconst Page: BasePage\nconst App: BaseApp\n// Base component class for App\ndeclare class BaseApp {\n Variables: AppVariables\n Actions: AppActions\n}\n// Base component class for Page\ndeclare class BasePage {\n Variables: PageVariables\n Actions: PageActions\n Widgets: PageWidgets\n}\ndeclare class PageWidgets {\n /** LIST OF PAGEWIDGET INSTANCES **/\n}\ndeclare class PageVariables {\n /** LIST OF PAGEVARIABLE INSTANCES **/\n}\ndeclare class PageActions {\n /** LIST OF PAGEACTION INSTANCES **/\n}\ndeclare class AppVariables {\n /** LIST OF APPVARIABLE INSTANCES **/\n}\ndeclare class AppActions {\n /** LIST OF APPACTION INSTANCES **/\n}\n\n//** LIST OF PREFAB INSTANCES **/\n\n\n\ndeclare class CarouselTemplateDirective extends StylableComponent {\n static initializeProps: void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<CarouselTemplateDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<CarouselTemplateDirective, \"[wmCarouselTemplate]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class CarouselAnimator extends SwipeAnimation {\n private carousel;\n private interval;\n private ngZone;\n private _$el;\n private _activeIndex;\n private _animationPaused;\n private _indicators;\n private _items;\n private _intervalId;\n private _pauseCaroselTill;\n private _swiping;\n private _width;\n private _oldIndex;bounds(): {\n lower: number;\n center: number;\n upper: any;\n };\n context(): {\n w: any;\n };\n animation(): {\n target: any;\n css: {\n transform: string;\n '-webkit-transform': string;\n };\n }[];\n onUpper(): void;\n onLower(): void;\n onAnimation(): void;\n start(): void;\n pause(): void;\n resume(): void;\n stop(): void;\n threshold(): number;\n private getTarget;\n private resetTransition;\n private setActiveItem;\n}\n\n\n\n\ndeclare class CarouselDirective extends StylableComponent implements AfterContentInit, OnDestroy, OnInit {\n component: CarouselComponent;\n private ngZone;\n static initializeProps: void;\n private animator;\n private navigationClass;\n private fieldDefs;\n private interval;\n animationinterval: any;\n animation: any;\n controls: any;\n currentslide: any;\n previousslide: any;\n slides: QueryList<SlideComponent>;private onDataChange;\n private stopAnimation;\n private startAnimation;\n private onSlidesRender;\n private setupHandlers;\n onChangeCB(newIndex: any, oldIndex: any): void;setanimationinterval(): void;\n triggerAnimation(slides: any): void;onPropertyChange(key: string, nv: any, ov?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<CarouselDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<CarouselDirective, \"[wmCarousel]\", [\"wmCarousel\"], {}, {}, [\"slides\"], never, false, never>;\n}\n\n\n\n\n\ndeclare class LoginComponent extends StylableComponent implements AfterViewInit {\n static initializeProps: void;\n loginBtnCmp: ButtonComponent;\n formCmp: FormComponent;\n buttonComponents: QueryList<ButtonComponent>;\n messageCmp: MessageComponent;\n loginMessage: {\n type?: string;\n caption?: any;\n show?: boolean;\n };\n errormessage: any;\n eventsource: any;onSuccessCB(): void;\n onErrorCB(error?: any): void;\n getLoginDetails(): any;\n doLogin(): void;\n initLoginButtonActions(): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<LoginComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<LoginComponent, \"div[wmLogin]\", never, {}, {}, [\"formCmp\", \"buttonComponents\"], [\"*\"], false, never>;\n}\n\n\n\ndeclare class MarqueeDirective extends StylableComponent {\n static initializeProps: void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<MarqueeDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<MarqueeDirective, \"[wmMarquee]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class ShowInDeviceDirective implements OnDestroy {\n private elRef;\n private widget;\n private viewContainerRef;\n private templateRef;\n private readonly context;\n private devices;\n private embeddedView;set wmShowInDevice(devices: any);\n private onResize;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<ShowInDeviceDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<ShowInDeviceDirective, \"[wmShowInDevice]\", never, { \"wmShowInDevice\": { \"alias\": \"wmShowInDevice\"; \"required\": false; }; }, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare abstract class BaseContainerComponent extends StylableComponent {\n reDrawableComponents: any;\n content: any;\n Widgets: any;private updateRedrawableComponents;\n private redrawChildren;\n onPropertyChange(key: string, nv: any, ov?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<BaseContainerComponent, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<BaseContainerComponent, never, never, {}, {}, [\"reDrawableComponents\"], never, false, never>;\n}\ndeclare class BaseFieldValidations {\n private hasValidators;\n private instance;\n formwidget: any;\n private widgettype;\n private widgetControl;\n private widgetContext;\n private tableFieldType;\n private defaultValidatorMessages;\n private _syncValidators;\n private _asyncValidatorFn;private getDefaultValidators;\n setUpValidators(customValidator?: any): void;\n getPromiseList(validators: any): any[];\n setAsyncValidators(validators: any): void;\n isDefaultValidator(type: any): any;\n setDefaultValidator(key: any, value: any): void;\n setValidators(validators: any): void;\n observeOn(fields: any, context: any): void;\n validate(): void;\n watchDefaultValidatorExpr(fn: any, key: any): void;\n isNullOrEmptyOrFalsy(value: any): any;\n applyDefaultValidators(): void;\n setCustomValidationMessage(): void;\n}\n\n\n\n\n\ndeclare abstract class BaseComponent implements OnDestroy, OnInit, AfterViewInit, AfterContentInit {\n protected inj: Injector;\n /**\n * unique identifier for the widget\n */\n readonly widgetId: any;\n isDestroyed: boolean;\n isAttached: boolean;\n /**\n * jQuery nativeElement reference of the component root\n */\n get $element(): any;\n /**\n * DOM node reference of the component root\n */\n readonly nativeElement: HTMLElement;\n /**\n * Type of the component\n */\n protected readonly widgetType: string;\n /**\n * Most of the cases it is same as widgetType\n * for specific widgets like charts widgetType can be wm-chart where as the subtype can be wm-bar-chart\n */\n protected readonly widgetSubType: string;\n /**\n * Proxy for the component instance.\n */\n protected widget: any;\n /**\n * View parent component\n * eg, Page, Partial, Prefab\n */\n protected readonly viewParent: any;\n /**\n * EventManger to add/remove events\n */\n protected readonly eventManager: EventManager;\n /**\n * App Locale\n */\n readonly appLocale: any;\n /**\n * Style change subject and observable\n */\n private readonly styleChange;\n /**\n * Property change subject and observable\n */\n private readonly propertyChange;\n /**\n * On Ready State change subject and observable\n */\n private readonly readyState;\n /**\n * Component destroy subject and observable\n */\n private readonly destroy;\n /**\n * Map of event handler callbacks\n */\n private eventHandlers;\n /**\n * context of the widget\n * when the widget is preset inside a repeater this context will have the repeater related properties\n */\n context: any;\n /**\n * Initial state of the widget.\n * Will be undefined once the initial properties are set on to the component\n */\n private initState;\n /**\n * Internal flag to determine whether to wait for the widget initialization or not\n * If the initPromise is provided in the construction wait till the promise is resolved\n * If the initPromise is not provided proceed with the initialization, which is the default behavior.\n */\n private readonly delayedInit;\n /**\n * Display type of the component. eg, block(Default), inline-block, inline etc\n */\n private readonly displayType;\n /**\n * Holds the event registration functions.\n * these functions needs to be executed after onViewInit\n */\n private toBeSetupEventsQueue;\n __cloneable__: boolean;\n widgetProps: Map<string, any>;\n private $attrs;\n private isMuted;\n viewContainerRef: ViewContainerRef;\n viewParentApp: App;\n protectedgetNativeElement(): HTMLElement;\n getWidgetType(): string;\n getWidgetSubType(): string;\n getWidget(): any;\n setProperty(propName: any, propValue: any): void;\n getViewParent(): any;\n notifyStyleChange(key: string, nv: any, ov: any): void;\n notifyPropertyChange(key: string, nv: any, ov: any): void;\n registerStyleChangeListener(fn: ChangeListener, ctx?: any): void;\n registerReadyStateListener(fn: Function, ctx?: any): void;\n registerPropertyChangeListener(fn: ChangeListener, ctx?: any): void;\n registerDestroyListener(fn: Function, ctx?: any): void;\n getDisplayType(): string;\n protected createProxy(): any;\n protected initContext(): void;\n /**\n * set the value on the proxy object ie, widget\n * setting the property on the proxy will invoke the change listeners\n * @param {string} key\n * @param value\n */\n setWidgetProperty(key: string, value: any): void;\n getAttr(attrName: string): string;\n /**\n * returns app instance\n * @returns {App}\n */\n getAppInstance(): App;\n /**\n * Generates a unique id\n * Default pattern is `widget-id-`\n * Components can override this method to generate a different id eg, bar-chart-1\n */\n protected generateWidgetId(): string;\n /**\n * Handles the common functionality across the components\n * eg,\n * 1. value of the class property will be applied on the host element\n * 2. based on the value of show property component is shown/hidden\n *\n * @param {string} key\n * @param nv\n * @param ov\n */\n protected onPropertyChange(key: string, nv: any, ov?: any): void;\n /**\n * Default style change handler\n */\n protected onStyleChange(k: string, nv: any, ov?: any): void;\n /**\n * Register the widget with the widgetRegistry\n */\n protected registerWidget(widgetName: string): void;\n /**\n * override the\n */\n protected getMappedEventName(eventName: any): any;\n /**\n * invoke the event handler\n * Components can override this method to execute custom logic before invoking the user callback\n */\n protected handleEvent(node: HTMLElement, eventName: string, eventCallback: Function, locals: any, meta?: string): void;\n /**\n * parse the event expression and save reference to the function inside eventHandlers map\n * If the component provides a override for an event through @Event decorator invoke that\n * else invoke the resolved function\n *\n * @param {string} eventName\n * @param {string} expr\n */\n protected processEventAttr(eventName: string, expr: string, meta?: string): void;\n /**\n * Process the bound property\n * Register a watch on the bound expression\n */\n protected processBindAttr(propName: string, expr: string): void;\n /**\n * Remove watch on the bound property\n */\n protected removePropertyBinding(propName: string): void;\n /**\n * invoke the event callback method\n * @param {string} eventName\n * @param extraLocals\n */\n invokeEventCallback(eventName: string, extraLocals?: any): any;\n /**\n * Process the attribute\n * If the attribute is an event expression, generate a functional representation of the expression\n * and keep in eventHandlers\n * If the attribute is a bound expression, register a watch on the expression\n */\n protected processAttr(attrName: string, attrValue: string): void;\n /**\n * This is required as the native element attributes are case insensitive(camelcase) like customExpressions becomes customexpression\n * and our logic to check like these changes will fail. Before IVY changes, angular maintains a separate object with these attributes\n * as it is like in the camelcase. With IVY all those are gone. So need to maintain a separate list with the camelcasing of attributes\n * @private\n * _tNode.attrs attributes are stored in array(even index: key, odd index: value)\n */\n private getAttributes;\n /**\n * Process the attributes\n */\n private processAttrs;\n /**\n * Update the initState with the default property values and the values provided in the markup\n * Process the attributes\n * Register the widget\n */\n protected initWidget(): void;\n /**\n * Update the default properties and the properties provided in the markup in component\n * Invoking this method will result in invocation of propertyChange handlers on the component for the first time\n */\n protected setInitProps(): void;\n /**\n * Returns true, if a listener registered for the given event on this widget markup.\n * @param eventName\n * @returns {boolean}\n */\n protected hasEventCallback(eventName: any): boolean;\n /**\n * Sets the focus on the widget\n */\n protected focus(): void;\n protected execute(operation: any, options: any): any;\n mute(): void;\n unmute(): void;\n /**\n * After the host page is attached from cache, this function is called.\n *//**\n * Before the host page is detached from dom and stored in cache, this function is called.\n *//**\n * nativeElement will be available by this time\n * if the delayInit is false, properties meta will be available by this time\n * Invoke the setInitProps if the delayInit is false\n *//**\n * Register the events\n */static \u0275fac: i0.\u0275\u0275FactoryDeclaration<BaseComponent, never>;\n static \u0275prov: i0.\u0275\u0275InjectableDeclaration<BaseComponent>;\n}\n\n\n\ndeclare class DatasetAwareNavComponent extends StylableComponent {\n nodes: Array<NavNode>;\n dataset: any;\n itemicon: string;\n itemlabel: string;\n itemlink: string;\n itemtarget: string;\n itembadge: string;\n itemchildren: string;\n itemaction: string;\n itemclass: string;\n itemid: string;\n isactive: string;\n userrole: string;\n orderby: string;\n datafield: string;\n displayfield: string;\n private _itemFieldMap;\n private binditemlabel;\n private binditemicon;\n private binditemaction;\n private binditembadge;\n private binditemchildren;\n private binditemlink;\n private binditemtarget;\n private binduserrole;\n private bindisactive;\n private securityService;\n protected binditemid: string | null;\n protected nodes$: Subject<unknown>;/**\n * constructs individual node for the widget model.\n * @param fields\n * @param node\n */\n private getNode;\n resetItemFieldMap(): void;\n getItemFieldsMap(): any;\n /**\n * returns array for the value passed as nv.\n * nv: 'a,b' => [{label:a, value:a}, {label:b, value:b}]\n * nv: [1,2] => [{label:1, value:1}, {label:2, value:2}]\n * nv: [{obj}, {obj}] => [{obj}, {obj}]\n * @param nv\n */\n private prepareNodeDataSet;\n /**\n * constructs dataset form the nav elements.\n */\n private getNodes;\n protected resetNodes(): void;\n private _resetNodes;\n onPropertyChange(key: any, nv: any, ov: any): void;\n}\ninterface NavNode {\n label: string;\n action?: any;\n badge?: string;\n children?: Array<NavNode>;\n class?: string;\n disabled?: boolean;\n icon?: string;\n id?: string;\n link?: string;\n role?: string;\n value?: any;\n}\n\n\n\ndeclare class PartialContainerDirective {\n componentInstance: any;\n vcRef: ViewContainerRef;\n elRef: ElementRef;\n inj: Injector;\n private app;\n private resolver;\n private partialRefProvider;\n private contentInitialized;\n private $target;\n get name(): any;\n _renderPartial(nv: any): Promise<void>;\n renderPartial: any;\n onLoadSuccess(): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<PartialContainerDirective, [{ self: true; }, null, null, null, null, { attribute: \"content\"; }, null, null]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<PartialContainerDirective, \"[partialContainer]\", never, {}, {}, never, never, false, never>;\n}\n\n\ndeclare abstract class StylableComponent extends BaseComponent {\n backgroundattachment: string;\n backgroundcolor: string;\n backgroundgradient: string;\n backgroundimage: string;\n backgroundposition: string;\n backgroundrepeat: string;\n backgroundsize: string;\n bordercolor: string;\n borderradius: string;\n borderstyle: string;\n borderwidth: string;\n borderbottomwidth: string;\n borderleftwidth: string;\n borderrightwidth: string;\n bordertopwidth: string;\n color: string;\n cursor: string;\n display: string;\n fontsize: string;\n fontfamily: string;\n fontstyle: string;\n fontunit: string;\n fontvariant: string;\n fontweight: string;\n height: string;\n horizontalalign: string;\n lineheight: string;\n margin: string;\n marginbottom: string;\n marginleft: string;\n marginright: string;\n margintop: string;\n opacity: string;\n overflow: string;\n padding: string;\n paddingbottom: string;\n paddingleft: string;\n paddingright: string;\n paddingtop: string;\n picturesource: string;\n textalign: string;\n textdecoration: string;\n verticalalign: string;\n visibility: string;\n whitespace: string;\n width: string;\n wordbreak: string;\n zindex: string;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<StylableComponent, never>;\n static \u0275prov: i0.\u0275\u0275InjectableDeclaration<StylableComponent>;\n}\n\n\ndeclare class TextContentDirective {\n private elRef;\n set textContent(nv: any);static \u0275fac: i0.\u0275\u0275FactoryDeclaration<TextContentDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<TextContentDirective, \"[textContent]\", never, { \"textContent\": { \"alias\": \"textContent\"; \"required\": false; }; }, {}, never, never, false, never>;\n}\n\n\n\ndeclare class ContainerDirective extends BaseContainerComponent {\n static initializeProps: void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<ContainerDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<ContainerDirective, \"[wmContainer]\", never, {}, {}, never, never, false, never>;\n}\n\ndeclare class DialogServiceImpl {\n /**\n * map which contains the references to all dialogs by name\n * @type {Map<any, any>}\n * Ex Map[[dialogName, [[dialogScope, dialogRef]]]]\n */\n private dialogRefsCollection;\n private appConfirmDialog;/**\n * Register dialog by name and scope\n * @param {string} name\n * @param {BaseDialog} dialogRef\n * @param {scope}\n */\n register(name: string, dialogRef: any, scope: any): void;\n getDialogRefsCollection(): Map<any, any>;\n /**\n * De Register dialog by name and scope\n * @param name\n * @param dialogRef\n * @param scope\n */\n deRegister(name: string, scope: any): void;\n private getDialogRef;\n /**\n * Opens the dialog with the given name\n * @param {string} name\n */\n open(name: string, scope?: any, initState?: any): void;\n /**\n * closes the dialog with the given name\n * @param {string} name\n */\n close(name: string, scope?: any, callBackFn?: any): void;\n /**\n * closes all the opened dialogs\n */\n closeAllDialogs(): void;\n showAppConfirmDialog(initState?: any): void;\n closeAppConfirmDialog(): void;\n getAppConfirmDialog(): string;\n setAppConfirmDialog(dialogName: string): void;\n addToOpenedDialogs(ref: any): void;\n getLastOpenedDialog(): any;\n removeFromOpenedDialogs(ref: any): void;\n getOpenedDialogs(): any[];\n addToClosedDialogs(ref: any): void;\n removeFromClosedDialogs(ref: any): void;\n getDialogRefFromClosedDialogs(): any;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<DialogServiceImpl, never>;\n static \u0275prov: i0.\u0275\u0275InjectableDeclaration<DialogServiceImpl>;\n}\n/**\n * This directive is used to set custom template partial for an item and maintains separate scope for each item.\n * This takes two inputs\n * 1) template partial name as wmItemTemplate\n * 2) item object as userComponentParams\n * Example: Providing a custom template for the search/autocomplete widget (customized UI in the dropdown for each item)\n * Add this directive to the li tag and provide item object and partial name like below. And also provide partialContainer and partial-container-target to render the partial.\n * <li #liElements *ngFor=\"let match of matches\" [wmItemTemplate]=\"content\" [userComponentParams]=\"match.item\" partialContainer>\n * <a partial-container-target></a>\n * </li>\n */\n\n\n\n\ndeclare class ItemTemplateDirective extends StylableComponent {\n private app;\n static initializeProps: void;\n context: any;\n content: any;\n partialParams: any;\n nativeElement: HTMLElement;\n viewContainerRef: ViewContainerRef;\n get $index(): any;\n userComponentParams: any;\n set wmItemTemplate(value: any);static \u0275fac: i0.\u0275\u0275FactoryDeclaration<ItemTemplateDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<ItemTemplateDirective, \"[wmItemTemplate]\", [\"itemTemplateRef\"], { \"userComponentParams\": { \"alias\": \"userComponentParams\"; \"required\": false; }; \"wmItemTemplate\": { \"alias\": \"wmItemTemplate\"; \"required\": false; }; }, {}, never, never, false, never>;\n}\n\n\ndeclare class LazyLoadDirective implements OnDestroy {\n private templateRef;\n private viewContainer;\n private readonly viewParent;\n private readonly context;\n private embeddedView;\n private unSubscribeFn;set lazyLoad(expr: any);static \u0275fac: i0.\u0275\u0275FactoryDeclaration<LazyLoadDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<LazyLoadDirective, \"[lazyLoad]\", never, { \"lazyLoad\": { \"alias\": \"lazyLoad\"; \"required\": false; }; }, {}, never, never, false, never>;\n}\n\n\n\ndeclare class MessageComponent extends StylableComponent {\n static initializeProps: void;\n messageClass: string;\n messageIconClass: string;\n type: string;\n caption: string;\n hideclose: any;showMessage(caption?: string, type?: string): void;\n hideMessage(): void;\n dismiss($event: any): void;\n private onMessageTypeChange;\n onPropertyChange(key: any, nv: any, ov?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<MessageComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<MessageComponent, \"[wmMessage]\", [\"wmMessage\"], {}, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare class PartialDirective extends StylableComponent implements OnDestroy {\n private viewport;\n static initializeProps: void;private callback;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<PartialDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<PartialDirective, \"[wmPartial]\", never, {}, {}, never, never, false, never>;\n}\n\n\ndeclare class PartialParamHandlerDirective {\n private widgetRef;registerParams(name: string, value: string, bindExpr: string, type: string): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<PartialParamHandlerDirective, [{ self: true; }]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<PartialParamHandlerDirective, \"[partialContainer]\", never, {}, {}, never, never, false, never>;\n}\ndeclare class PartialParamDirective implements OnInit {\n bindValue: any;\n type: any;\n private partialParamsProvider;\n name: string;\n value: any;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<PartialParamDirective, [{ attribute: \"value.bind\"; }, { attribute: \"type\"; }, null]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<PartialParamDirective, \"[wmParam]\", never, { \"name\": { \"alias\": \"name\"; \"required\": false; }; \"value\": { \"alias\": \"value\"; \"required\": false; }; }, {}, never, never, false, never>;\n}\n/// <reference types=\"jquery\" />\n/// <reference types=\"jquery\" />\n\n\ndeclare class PullToRefresh extends SwipeAnimation {\n private $el;\n private app;\n private onPullToRefresh;\n private infoContainer;\n private runAnimation;\n private count;\n private spinner;\n cancelSubscription: Function;\n private animationInProgress;=> void);\n threshold(): number;\n direction(): any;\n private subscribe;\n bounds($event: any, $d: any): {\n lower: any;\n upper: any;\n center?: undefined;\n strict?: undefined;\n } | {\n lower: number;\n center: number;\n upper: number;\n strict: boolean;\n };\n context(): Object;\n animation(): {\n css: {\n transform: string;\n spin: string;\n opacity?: undefined;\n };\n target?: undefined;\n } | {\n target: JQuery<HTMLElement>;\n css: {\n transform: string;\n spin: string;\n opacity: string;\n };\n };\n onAnimation(): void;\n stopAnimation(): void;\n wait(): void;\n}\n\n\ndeclare class RedrawableDirective implements IRedrawableComponent {\n redraw: Function;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<RedrawableDirective, [{ self: true; }]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<RedrawableDirective, \"[redrawable]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class RepeatTemplateDirective extends StylableComponent {\n static initializeProps: void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<RepeatTemplateDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<RepeatTemplateDirective, \"[wmRepeatTemplate]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class SmoothScrollDirective implements OnInit, DoCheck, OnDestroy {\n private readonly _$el;\n private _isEnabled;\n private _smoothScrollInstance;\n private _lastScrollY;\n private _waitRefreshTill;\n private app;\n private pendingIscrolls;\n private cancelSubscription;set wmSmoothscroll(val: any);\n private applySmoothScroll;\n private refreshIScroll;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<SmoothScrollDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<SmoothScrollDirective, \"[wmSmoothscroll]\", never, { \"wmSmoothscroll\": { \"alias\": \"wmSmoothscroll\"; \"required\": false; }; }, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare const disableContextMenu: ($event: Event) => void;\ndeclare class AnchorComponent extends StylableComponent implements AfterViewInit, OnDestroy {\n private app;\n static initializeProps: void;\n private hasNavigationToCurrentPageExpr;\n private hasGoToPageExpr;\n private goToPageName;\n private cancelSubscription;\n encodeurl: any;\n hyperlink: any;\n iconheight: string;\n iconwidth: string;\n iconurl: string;\n iconclass: string;\n caption: any;\n badgevalue: string;\n target: string;\n shortcutkey: string;\n iconposition: string;\n private _eventNotifier;protected processEventAttr(eventName: string, expr: string, meta?: string): void;\n onActive(callback: (data: any) => void): void;\n protected handleEvent(node: HTMLElement, eventName: string, eventCallback: Function, locals: any, meta?: string): void;\n onPropertyChange(key: string, nv: any, ov?: any): void;\n init(): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<AnchorComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<AnchorComponent, \"a[wmAnchor]\", [\"wmAnchor\"], {}, {}, never, [\".caret\"], false, never>;\n}\n\n\n\ndeclare class AudioComponent extends StylableComponent {\n static initializeProps: void;\n mp3format: string;\n muted: boolean;\n controls: boolean;\n loop: boolean;\n audiopreload: any;\n audiosupportmessage: any;\n autoplay: boolean;\n hint: string;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<AudioComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<AudioComponent, \"[wmAudio]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class HtmlDirective extends StylableComponent implements OnInit {\n private boundContent;\n private sanitizePipe;\n static initializeProps: void;\n content: string;onPropertyChange(key: string, nv: any, ov?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<HtmlDirective, [null, { attribute: \"height\"; }, { attribute: \"content.bind\"; }, null]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<HtmlDirective, \"[wmHtml]\", [\"wmHtml\"], {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class IconComponent extends StylableComponent {\n static initializeProps: void;\n iconclass: any;\n caption: string;\n hint: string;\n iconposition: string;\n iconsize: string;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<IconComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<IconComponent, \"[wmIcon]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare class IframeComponent extends StylableComponent {\n private trustAsPipe;\n static initializeProps: void;\n iframesrc: string;\n encodeurl: boolean;\n _iframesrc: SafeResourceUrl;\n private errorMsg;\n private hintMsg;\n caption: any;\n name: string;\n hint: string;\n /**\n * this property member is set to true when the content request url doesn't match windows protocol\n */\n showContentLoadError: boolean;protected computeIframeSrc(): void;\n onPropertyChange(key: any, nv: any, ov?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<IframeComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<IframeComponent, \"[wmIframe]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class LabelDirective extends StylableComponent {\n private sanitizePipe;\n static initializeProps: void;onPropertyChange(key: any, nv: any, ov?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<LabelDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<LabelDirective, \"[wmLabel]\", [\"wmLabel\"], {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class PictureDirective extends StylableComponent implements OnInit {\n private imagePipe;\n static initializeProps: void;\n encodeurl: any;\n picturesource: any;\n pictureplaceholder: any;\n imgSource: string;setImgSource(): void;\n onPropertyChange(key: string, nv: any, ov: any): void;\n onStyleChange(key: string, nv: any, ov?: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<PictureDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<PictureDirective, \"img[wmPicture]\", [\"wmPicture\"], {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class SpinnerComponent extends StylableComponent implements OnInit {\n private imagePipe;\n static initializeProps: void;\n iconclass: string;\n animation: string;\n imagewidth: any;\n imageheight: any;\n servicevariabletotrack: string;\n show: boolean;\n private picture;\n private _spinnerMessages;\n showCaption: boolean;\n type: any;\n get spinnerMessages(): any;\n set spinnerMessages(newVal: any);\n private listenOnDataSource;onPropertyChange(key: string, nv: any, ov?: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<SpinnerComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<SpinnerComponent, \"[wmSpinner]\", [\"wmSpinner\"], {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class VideoComponent extends StylableComponent {\n private trustAsPipe;\n static initializeProps: void;\n /**\n * subtitle language property eg: en\n */\n subtitlelang: string;\n videopreload: any;\n mp4format: string;\n muted: boolean;\n videoposter: any;\n controls: boolean;\n loop: boolean;\n autoplay: boolean;\n webmformat: string;\n oggformat: string;\n videosupportmessage: any;onPropertyChange(key: string, nv: any, ov?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<VideoComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<VideoComponent, \"[wmVideo]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare const TYPE_CLASS_MAP: {\n default: string;\n 'default-striped': string;\n success: string;\n 'success-striped': string;\n info: string;\n 'info-striped': string;\n warning: string;\n 'warning-striped': string;\n danger: string;\n 'danger-striped': string;\n};\ninterface IProgressInfo {\n cls: string;\n progressBarWidth: string;\n displayValue: string;\n}\ndeclare class ProgressBarComponent extends StylableComponent {\n static initializeProps: void;\n displayformat: string;\n datavalue: string;\n minvalue: number;\n maxvalue: number;\n type: string;\n dataset: Array<any>;\n hint: string;\n private _prepareData;\n private readonly hasDataset;\n data: Array<IProgressInfo>;protected onTypeChange(): void;\n protected getFormattedDisplayVal(val: string | number): string;\n protected prepareData(): void;\n onPropertyChange(key: string, nv: any, ov?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<ProgressBarComponent, [null, { attribute: \"dataset\"; }, { attribute: \"dataset.bind\"; }]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<ProgressBarComponent, \"[wmProgressBar]\", never, {}, {}, never, never, false, never>;\n}\n{};\n\n\n\n\ndeclare const TYPE_CLASS_MAP_PC: {\n default: string;\n success: string;\n info: string;\n warning: string;\n danger: string;\n};\ndeclare class ProgressCircleComponent extends StylableComponent implements AfterViewInit, IRedrawableComponent {\n static initializeProps: void;\n displayformat: string;\n datavalue: string;\n minvalue: number;\n maxvalue: number;\n type: string;\n title: string;\n subtitle: string;\n captionplacement: string;\n percentagevalue: number;\n redraw: Function;\n options: CircleProgressOptionsInterface;\n hint: string;\n circleRef: CircleProgressComponent;private _redraw;getDefaultOptions(): CircleProgressOptionsInterface;\n getLib(): string;\n overrideDefaults(options: any): void;\n updateDisplayValueFormat(): void;\n onPropertyChange(key: string, nv: any, ov?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<ProgressCircleComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<ProgressCircleComponent, \"[wmProgressCircle]\", never, {}, {}, never, never, false, never>;\n}\ndeclare const getDecimalCount: (val: string) => number;\ndeclare const isPercentageValue: (val: string) => boolean;\ndeclare const calculatePercent: (value: number, min?: number, max?: number) => number;\n\n\n\n\ndeclare class RichTextEditorComponent extends BaseFormCustomComponent implements OnInit, OnDestroy {\n private sanitizePipe;\n private ngZone;\n static initializeProps: void;\n $richTextEditor: any;\n $hiddenInputEle: any;\n proxyModel: any;\n _operationStack: any[];\n isEditorLoaded: boolean;\n showpreview: any;\n disabled: boolean;\n EDITOR_DEFAULT_OPTIONS: {\n toolbar: (string | string[])[][];\n callbacks: {\n onInit: () => void;\n onChange: (contents: any, editable: any) => void;\n };\n fontNames: string[];\n placeholder: string;\n minHeight: number;\n disableResizeEditor: boolean;\n };\n get htmlcontent(): any;\n get datavalue(): any;\n set datavalue(nv: any);initEditor(): void;\n getDefaultOptions(): {\n toolbar: (string | string[])[][];\n callbacks: {\n onInit: () => void;\n onChange: (contents: any, editable: any) => void;\n };\n fontNames: string[];\n placeholder: string;\n minHeight: number;\n disableResizeEditor: boolean;\n };\n getLib(): string;\n overrideDefaults(options: any): void;\n onPropertyChange(key: string, nv: any, ov?: any): void;\n onStyleChange(key: any, nv: any, ov: any): void;\n performEditorOperation(key: any, value?: any): any;\n getCurrentPosition(): any;\n undo(): void;\n focus(): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<RichTextEditorComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<RichTextEditorComponent, \"div[wmRichTextEditor]\", [\"wmRichTextEditor\"], {}, {}, never, never, false, never>;\n}\n\n\ninterface IDataProviderConfig {\n dataoptions?: any;\n viewParent?: any;\n dataset: any;\n datafield: string;\n binddataset?: string;\n datasource?: any;\n hasData: boolean;\n query: Array<string> | string;\n isLocalFilter: boolean;\n searchKey?: string;\n matchMode?: string;\n casesensitive?: boolean;\n isformfield?: boolean;\n orderby?: string;\n limit?: number;\n pagesize?: number;\n page: number;\n noMoredata?: boolean;\n onBeforeservicecall?: Function;\n}\ninterface IDataProvider {\n hasMoreData?: boolean;\n isLastPage?: boolean;\n hasNoMoreData?: boolean;\n isPaginatedData?: boolean;\n page?: number;\n updateDataset?: boolean;\n filter(config: IDataProviderConfig): Promise<any>;\n}\ndeclare class DataProvider implements IDataProvider {\n hasMoreData: boolean;\n isLastPage: boolean;\n page: number;\n isPaginatedData: boolean;\n updateDataset: boolean;\n static remoteDataProvider: RemoteDataProvider;\n static localDataProvider: LocalDataProvider;\n filter(config: IDataProviderConfig): Promise<any>;\n}\n\ndeclare class LocalDataProvider implements IDataProvider {\n private applyFilter;\n filter(config: IDataProviderConfig): Promise<any>;\n}\n\ndeclare class RemoteDataProvider implements IDataProvider {\n filter(config: IDataProviderConfig): Promise<any>;\n private filterData;\n protected isLast(page: number, dataSize: number, maxResults: number, currentResults?: number): boolean;\n protected getTransformedData(variable: any, data: any): any;\n protected onFilterFailure(): any[];\n private isLastPageForDistinctApi;\n protected onFilterSuccess(config: IDataProviderConfig, response: any): Promise<any>;\n}\n\n\n\ndeclare class ScrollableDirective implements AfterContentInit, AfterViewInit {\n private searchRef;\n private elementRef;private notifyParent;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<ScrollableDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<ScrollableDirective, \"[scrollable]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\n\n\ndeclare class SearchComponent extends DatasetAwareFormComponent implements OnInit, AfterViewInit {\n binddatavalue: any;\n binddataset: any;\n static initializeProps: void;\n casesensitive: boolean;\n searchkey: string;\n queryModel: Array<DataSetItem> | string;\n query: string;\n limit: any;\n showsearchicon: boolean;\n minchars: number;\n type: string;\n navsearchbar: any;\n debouncetime: number;\n hint: string;\n private app;\n private typeaheadDataSource;\n private pagesize;\n private page;\n _loadingItems: boolean;\n private dataProvider;\n private result;\n private formattedDataset;\n private isformfield;\n private $typeaheadEvent;\n tabindex: number;\n startIndex: number;\n binddisplaylabel: string;\n typeaheadContainer: TypeaheadContainerComponent;\n containerTarget: string;\n typeahead: TypeaheadDirective;\n ulElement: ElementRef;\n liElements: QueryList<ElementRef>;\n private allowonlyselect;\n private class;\n private lastSelectedIndex;\n private dataoptions;\n dropdownEl: any;\n private _lastQuery;\n private _lastResult;\n private _isOpen;\n private showClosebtn;\n private _unsubscribeDv;\n private _datasource;\n private isScrolled;\n private parentEl;\n private position;\n private elIndex;\n private listenQuery;\n private _domUpdated;\n private searchon;\n private showclear;\n matchmode: string;\n private clearData;\n get datasource(): any;\n set datasource(nv: any);private clearSearch;\n clearText(): void;\n private closeSearch;\n private renderMobileAutoComplete;\n private getDataSourceAsObservable;\n protected handleEvent(node: HTMLElement, eventName: string, eventCallback: Function, locals: any): void;\n private highlight;\n private insertAtIndex;\n isMobileAutoComplete(): boolean;\n isQueryEntered(): boolean;\n private loadMoreData;\n private onFocusOut;\n private onInputChange;\n private handleEnterEvent;\n private onSearchSelect;\n private invokeOnBeforeServiceCall;\n private onDropdownOpen;\n private selectNext;\n private setLastActiveMatchAsSelected;\n private triggerSearch;\n private isUpdateOnKeyPress;\n private debounceDefaultQuery;\n private updateByDatavalue;\n private updateByDataSource;\n private updateDatavalueFromQueryModel;\n private updateByDataset;\n private handleFocus;\n notifySubscriber(): void;\n getDataSource(query: Array<string> | string, searchOnDataField?: boolean, nextItemIndex?: number): Promise<DataSetItem[]>;\n private getContext;\n getTransformedData(data: any, itemIndex?: number, iscustom?: boolean): DataSetItem[];\n onScroll($scrollEl: Element, evt: Event): void;private eventData;\n typeaheadOnSelect(match: TypeaheadMatch, $event: Event): void;\n onPropertyChange(key: string, nv: any, ov: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<SearchComponent, [null, null, { attribute: \"datavalue.bind\"; }, { attribute: \"dataset.bind\"; }]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<SearchComponent, \"[wmSearch]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class TreeComponent extends StylableComponent implements OnInit {\n private binddatavalue;\n private bindnodelabel;\n private bindnodeicon;\n private bindnodechildren;\n private bindnodeid;\n static initializeProps: void;\n private nodes;\n private zTreeNodes;\n private level;\n private treeClass;\n private name;\n private zTree;\n datavalue: string;\n treeicons: string;\n selecteditem: any;\n nodeid: string;\n nodeaction: string;\n nodeclick: string;\n nodelabel: string;\n nodeicon: string;\n nodechildren: string;\n orderby: string;\n private setting;onPropertyChange(key: string, nv: any, ov?: any): void;\n private expandTree;\n private setTreeTemplate;\n private getNodesFromString;\n private getNodes;\n private setNodeClasses;\n private changeTreeIcons;\n private getPath;\n onClick(event: any, treeId: any, treeNode: any, clickFlag: any): void;\n onExpand(event: any, treeId: any, treeNode: any): void;\n onCollapse(event: any, treeId: any, treeNode: any): void;\n private constructZTreeData;\n renderTree(): void;\n private setChecked;\n private selectNode;\n private expandNode;\n private postRenderTree;\n private selectById;\n private deselectById;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<TreeComponent, [null, { attribute: \"datavalue.bind\"; }, { attribute: \"nodelabel.bind\"; }, { attribute: \"nodeicon.bind\"; }, { attribute: \"nodechildren.bind\"; }, { attribute: \"nodeid.bind\"; }]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<TreeComponent, \"ul[wmTree]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare class ChartComponent extends StylableComponent implements AfterViewInit, OnDestroy, IRedrawableComponent {\n private app;\n static initializeProps: void;\n xaxisdatakey: any;\n yaxisdatakey: any;\n groupby: any;\n aggregation: any;\n aggregationcolumn: any;\n isVisuallyGrouped: any;\n orderby: any;\n iconclass: string;\n type: string;\n showContentLoadError: any;\n invalidConfig: any;\n errMsg: any;\n shape: string;\n datasource: any;\n fontsize: string;\n selecteditem: any;\n fontunit: string;\n offsettop: number;\n offsetleft: number;\n offsetright: number;\n offsetbottom: number;\n showlabels: any;\n theme: string;\n private $id;\n private scopedataset;\n private binddataset;\n private showlabelsoutside;\n private _resizeFn;\n private chart;\n private clearCanvas;\n isLoadInProgress: boolean;\n private filterFields;\n private dataset;\n private axisoptions;\n private numericColumns;\n private nonPrimaryColumns;\n private variableInflight;\n private chartReady;\n private xDataKeyArr;\n private xAxisDataType;\n private bubblesize;\n showNoDataMsg: any;\n private sampleData;\n private chartData;\n private _processedData;\n private _subsciptions;\n title: any;\n isGroupByEnabled(): boolean;\n isValidAxis(): any;\n isAggregationEnabled(): boolean;\n isDataFilteringEnabled(): any;\n getxAxisVal(dataObj: any, xKey: any, index: any): any;\n getXMinMaxValues(datum: any): any;\n getYMinMaxValues(datum: any): any;\n getValidData(values: any): any;\n valueFinder(dataObj: any, xKey: any, yKey: any, index?: any, shape?: any): any;\n setErrMsg(message: any): void;\n processChartData(): any[];\n setChartData(data: any): void;\n getChartData(): any[];\n getVisuallyGroupedData(queryResponse: any, groupingColumn: any): any;\n getGroupingDetails(): {\n expression: any;\n isVisuallyGrouped: boolean;\n visualGroupingColumn: any;\n };\n getAggregatedData(callback: any): void;\n setLabelsMaxWidth(): void;\n getDefaultColumns(): any[];\n attachClickEvent(): void;\n postPlotProcess(chart: any): void;\n configureChart(): any;\n plotChart(): void;\n get isLiveVariable(): boolean;\n plotChartProxy(): void;\n setDefaultAxisOptions(): void;\n getCutomizedOptions(prop: any, fields: any): any;\n setNumericandNonPrimaryColumns(): void;\n handleDataSet(newVal: any): void;\n _plotChartProxy: any;\n setDonutCenterLabel(labelValue: any): void;\n onPropertyChange(key: any, newVal: any, oldVal?: any): void;\n handleLoading(data: any): void;\n hideTooltip(): void;\n onStyleChange(key: any, newVal: any, oldVal: any): void;redraw: any;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<ChartComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<ChartComponent, \"div[wmChart]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare class AccordionPaneComponent extends StylableComponent implements AfterViewInit {\n private accordionRef;\n static initializeProps: void;\n isActive: boolean;\n iconclass: string;\n title: any;\n subheading: string;\n badgetype: any;\n badgevalue: string;\n smoothscroll: any;\n private $lazyLoad;\n private isdynamic;\n name: string;\n reDrawableComponents: any;/**\n * handles the pane expand\n * invoke $lazyLoad method which takes care of loading the partial when the content property is provided - lazyLoading or partial\n * invoke redraw on the re-drawable children\n * invoke expand callback\n * notify parent about the change\n * @param {Event} evt\n */\n expand(evt?: Event): void;\n /**\n * handles the pane collapse\n * invoke collapse callback\n * notify parent about the change\n * @param {Event} evt\n */\n collapse(evt?: Event): void;\n remove(): void;\n toggle(evt: Event): void;\n private redrawChildren;\n private notifyParent;\n onPropertyChange(key: any, nv: any, ov: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<AccordionPaneComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<AccordionPaneComponent, \"div[wmAccordionPane]\", [\"wmAccordionPane\"], {}, {}, [\"reDrawableComponents\"], [\"*\"], false, never>;\n}\n\n\n\n\n\ndeclare class AccordionDirective extends StylableComponent implements AfterContentInit {\n static initializeProps: void;\n defaultpaneindex: number;\n closeothers: boolean;\n statehandler: any;\n private statePersistence;\n private activePaneIndex;\n private activePane;\n private promiseResolverFn;\n private dynamicComponentProvider;\n private _dynamicContext;\n private dynamicPaneIndex;\n private dynamicPanes;\n fieldDefs: any;\n panes: QueryList<AccordionPaneComponent>;/**\n * AccordionPane children components invoke this method to communicate with the parent\n * if isExpand is true and when closeothers is true, all the other panes are collapsed\n * if the evt argument is defined on-change callback will be invoked.\n * updates the activePane index property\n * @param {AccordionPaneComponent} paneRef\n * @param {boolean} isExpand\n * @param {Event} evt\n */\n notifyChange(paneRef: AccordionPaneComponent, isExpand: boolean, evt: Event): void;\n /**\n * This method is used to register the dynamic panes.\n * After all panes are initialzed, update the querylist manually based on index.\n * @param paneRef - refrence of the tabpane\n */\n registerDynamicPane(paneRef: any): void;\n /**\n * This method is to add the tabpane dynamically\n * @param tabpanes - list of tabpanes\n */\n addPane(tabpanes: any): any[];\n /**\n * This method is to remove the tabpane\n * @param paneName - name of the pane\n */\n removePane(paneName: any): void;\n private isValidPaneIndex;\n private getPaneRefByName;\n private getPaneIndexByRef;\n private getPaneRefByIndex;\n private closePanesExcept;\n private expandPane;\n private onDataChange;\n onPropertyChange(key: string, nv: any, ov?: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<AccordionDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<AccordionDirective, \"div[wmAccordion]\", [\"wmAccordion\"], {}, {}, [\"panes\"], never, false, never>;\n}\n\n\n\n\ndeclare class LayoutGridColumnDirective extends StylableComponent {\n private viewport;\n static initializeProps: void;onPropertyChange(key: any, nv: any, ov?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<LayoutGridColumnDirective, [null, { attribute: \"height\"; }, null]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<LayoutGridColumnDirective, \"[wmLayoutGridColumn]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class LayoutGridRowDirective extends StylableComponent {\n static initializeProps: void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<LayoutGridRowDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<LayoutGridRowDirective, \"[wmLayoutGridRow]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class LayoutgridDirective extends BaseContainerComponent {\n static initializeProps: void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<LayoutgridDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<LayoutgridDirective, \"[wmLayoutGrid]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class LinearLayoutItemDirective extends StylableComponent {\n static initializeProps: void;onPropertyChange(key: string, nv: any, ov?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<LinearLayoutItemDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<LinearLayoutItemDirective, \"[wmLinearLayoutItem]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class LinearLayoutDirective extends BaseContainerComponent {\n static initializeProps: void;\n direction: any;\n horizontalalign: string;\n verticalalign: string;private removeClass;\n private changeDirection;\n protected onStyleChange(key: string, nv: any, ov?: any): void;\n onPropertyChange(key: string, nv: any, ov?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<LinearLayoutDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<LinearLayoutDirective, \"[wmLinearLayout]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class PanelComponent extends MenuAdapterComponent implements OnInit, AfterContentInit {\n static initializeProps: void;\n $lazyLoad: (...args: any[]) => void;\n iconurl: string;\n iconclass: string;\n collapsible: boolean;\n expanded: boolean;\n enablefullscreen: boolean;\n fullscreen: boolean;\n title: string;\n subheading: string;\n actions: any;\n selectedAction: string;\n helpClass: string;\n helptext: string;\n private fullScreenTitle;\n private expandCollapseTitle;\n private panelHeader;\n private panelContent;\n private panelBody;\n reDrawableComponents: any;\n private hasFooter;\n get hideFooter(): boolean;\n get showHeader(): any;toggle($event: any): void;\n expand($event: any): void;\n collapse($event: any): void;\n protected toggleFullScreen($event: any): void;\n protected toggleHelp(): void;\n protected menuActionItemClick($event: any, $item: any): void;\n protected close($event: any): void;\n private computeDimensions;\n private reDrawChildren;\n onPropertyChange(key: string, nv: any, ov?: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<PanelComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<PanelComponent, \"[wmPanel]\", [\"wmPanel\"], {}, {}, [\"reDrawableComponents\"], [\"*\", \"[wmPanelFooter]\"], false, never>;\n}\n\n\n\n\ndeclare class TabPaneComponent extends StylableComponent implements OnInit, AfterViewInit {\n private tabsRef;\n heading: any;\n title: any;\n static initializeProps: void;\n private _isFirstLoad;\n private _isOnLoadTriggered;\n $lazyLoad: (...args: any[]) => void;\n name: string;\n show: boolean;\n smoothscroll: any;\n private isdynamic;\n content: string;\n isActive: boolean;\n disabled: boolean;\n reDrawableComponents: any;invokeOnSelectCallback($event?: Event): void;\n select($event?: Event, isKeyBoardEvent?: boolean): void;\n tabpaneHeaderClick($event: any, paneIndex: any): void;\n deselect(): void;\n remove(): void;\n private redrawChildren;\n private notifyParent;\n private handleSwipeLeft;\n private handleSwipeRight;\n protected handleEvent(node: HTMLElement, eventName: string, callback: Function, locals: any): void;\n onPropertyChange(key: string, nv: any, ov?: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<TabPaneComponent, [null, null, { attribute: \"heading\"; }, { attribute: \"title\"; }]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<TabPaneComponent, \"div[wmTabPane]\", never, {}, {}, [\"reDrawableComponents\"], [\"*\"], false, never>;\n}\n\n\ndeclare class TabsAnimator extends SwipeAnimation {\n private tabs;\n private _$el;calibrate(): {\n activeTabIndex: number;\n noOfTabs: number;\n panes: any[];\n };\n bounds(): {\n strict: boolean;\n lower: number;\n center: number;\n upper: any;\n };\n context(): {\n w: any;\n };\n animation(): {\n transform: string;\n '-webkit-transform': string;\n };\n private clearContentFocus;\n transitionTabIntoView(): void;\n onUpper($event?: Event): void;\n onLower($event?: Event): void;\n threshold(): number;\n}\n\n\n\n\n\ndeclare class TabsComponent extends StylableComponent implements AfterContentInit, OnInit, AfterViewInit {\n static initializeProps: void;\n defaultpaneindex: number;\n transition: string;\n tabsposition: string;\n statehandler: any;\n private statePersistence;\n vertical: boolean;\n justified: boolean;\n private activeTab;\n private readonly promiseResolverFn;\n private tabsAnimator;\n private _oldPaneIndex;\n private isPageLoadCall;\n private dynamicComponentProvider;\n private _dynamicContext;\n private dynamicPaneIndex;\n dynamicTabs: any;\n fieldDefs: any;\n type: any;\n nodatamessage: any;\n panes: QueryList<TabPaneComponent>;animateIn(element: HTMLElement): void;\n /**\n * This method is used to register the dynamic panes.\n * After all panes are initialzed, update the querylist manually based on index.\n * @param paneRef - refrence of the tabpane\n */\n registerDynamicTab(paneRef: any): void;\n /**\n * This method is to add the tabpane dynamically\n * @param tabpanes - list of tabpanes\n */\n addPane(tabpanes: any): any[];\n /**\n * This method is to remove the tabpane\n * @param paneIndex - index of the pane\n */\n removePane(paneName: any): void;\n /**\n * TabPane children components invoke this method to communicate with the parent\n * if the evt argument is defined on-change callback will be invoked.\n */\n notifyChange(paneRef: TabPaneComponent, evt: Event, isKeyBoardEvent: boolean): void;\n goToTab(tabIndex: any): void;\n private getPaneIndexByRef;\n getActiveTabIndex(): number;\n private isValidPaneIndex;\n private getPaneRefByIndex;\n private getPaneRefByName;\n private isSelectableTab;\n private canSlide;\n private getSelectableTabAfterIndex;\n private getSelectableTabBeforeIndex;\n next($event?: Event, isKeyBoardEvent?: boolean): void;\n prev($event?: Event, isKeyBoardEvent?: boolean): void;\n /**\n * this method will be invoked during the initialization of the component and on defaultpaneindex property change,\n * if the provided defaultpaneindex is not valid, find the first pane index which can be shown and select it\n */\n private selectDefaultPaneByIndex;\n private setTabsPosition;\n private onDataChange;\n onPropertyChange(key: string, nv: any, ov: any): void;\n registerTabsScroll(): void;\n onkeydown(event: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<TabsComponent, [null, null, { attribute: \"transition\"; }, { attribute: \"tabsposition\"; }, null]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<TabsComponent, \"div[wmTabs]\", [\"wmTabs\"], {}, {}, [\"panes\"], [\"*\", \"div[wmRepeatTemplate]\"], false, never>;\n}\n\n\n\ndeclare class TileDirective extends StylableComponent {\n static initializeProps: void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<TileDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<TileDirective, \"[wmTile]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare class WizardStepDirective extends BaseComponent {\n private ngForm;\n static initializeProps: void;\n show: boolean;\n name: string;\n enableskip: any;\n disablenext: boolean;\n disabledone: boolean;\n disableprevious: boolean;\n isInitialized: boolean;\n isDone: boolean;\n private status;\n private wizardComponent;\n reDrawableComponents: any;\n get isCurrent(): boolean;\n /**\n * along with the wizard form , also validate the forms\n * if there are any inside the wizard\n * @returns {boolean}\n */\n get isValid(): boolean;\n /**\n * get all the forms inside the wizard if any and validate\n * @returns {boolean}\n */\n private areEmbeddedFormsValid;\n private getAllEmbeddedForms;\n get enableNext(): boolean;\n get enableDone(): boolean;\n get enablePrev(): boolean;\n set active(nv: boolean);\n get active(): boolean;\n set done(nv: boolean);\n get done(): boolean;\n set disabled(nv: boolean);\n get disabled(): boolean;invokeNextCB(index: number): boolean;\n invokePrevCB(index: number): boolean;\n invokeSkipCB(index: number): boolean;\n private redrawChildren;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<WizardStepDirective, [null, { self: true; }]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<WizardStepDirective, \"form[wmWizardStep]\", [\"wmWizardStep\"], {}, {}, [\"reDrawableComponents\"], never, false, never>;\n}\n\n\n\n\ndeclare class WizardComponent extends StylableComponent implements OnInit, AfterContentInit, AfterViewInit {\n static initializeProps: void;\n steps: QueryList<WizardStepDirective>;\n message: {\n caption: string;\n type: string;\n };\n currentStep: WizardStepDirective;\n stepClass: string;\n class: any;\n private readonly promiseResolverFn;\n actionsalignment: any;\n cancelable: any;\n enablenext: any;\n get hasPrevStep(): boolean;\n get hasNextStep(): boolean;\n get showDoneBtn(): boolean;\n get enablePrev(): boolean;\n get enableNext(): boolean;\n get enableDone(): boolean;/**\n * returns next valid step. the index passed is also checked if its valid step\n * @param index\n * @returns {WizardStepDirective}\n */\n private getNextValidStepFormIndex;\n /**\n * returns previous valid step. the index passed is also checked if its valid step\n * @param index\n * @returns {WizardStepDirective}\n */\n private getPreviousValidStepFormIndex;\n /**\n * returns current step index value.\n * @returns {number}\n */\n private getCurrentStepIndex;\n /**\n * returns stepRef when index is passed.\n * @param {number} index\n * @returns {WizardStepDirective}\n */\n private getStepRefByIndex;\n /**\n * returns the index value of the step.\n * @param {WizardStepDirective} wizardStep\n * @returns {number}\n */\n private getStepIndexByRef;\n /**\n * gets stepRef by searching on the name property.\n * @param {string} name\n * @returns {WizardStepDirective}\n */\n private getStepRefByName;\n /**\n * sets default step as current step if configured\n * or finds first valid step and set it as current step.\n * @param {WizardStepDirective} step\n */\n private setDefaultStep;\n /**\n * Selects the associated step when the wizard header is clicked.\n * @param $event\n * @param {WizardStepDirective} currentStep\n */\n private onWizardHeaderClick;\n next(eventName?: string): void;\n extendNextFn(currentStep: any, currentStepIndex: any): void;\n prev(): void;\n skip(): void;\n done(): void;\n cancel(): void;\n addMoreText(): void;\n readMoreSubtitle(): void;\n private isFirstStep;\n private isLastStep;\n onPropertyChange(key: string, nv: any, ov?: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<WizardComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<WizardComponent, \"div[wmWizard]\", never, {}, {}, [\"steps\"], [\"*\"], false, never>;\n}\n\n\n\ndeclare class CardActionsDirective extends StylableComponent {\n static initializeProps: void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<CardActionsDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<CardActionsDirective, \"[wmCardActions]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class CardContentComponent extends StylableComponent implements AfterViewInit {\n static initializeProps: void;\n private cardContentContainerElRef;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<CardContentComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<CardContentComponent, \"div[wmCardContent]\", never, {}, {}, never, [\"*\"], false, never>;\n}\n\n\n\ndeclare class CardFooterDirective extends StylableComponent {\n static initializeProps: void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<CardFooterDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<CardFooterDirective, \"[wmCardFooter]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class CardComponent extends MenuAdapterComponent implements OnInit, AfterViewInit {\n private render2;\n static initializeProps: void;\n showHeader: boolean;\n title: string;\n subheading: string;\n iconclass: string;\n iconurl: string;\n actions: string;\n picturesource: any;\n private cardContainerElRef;onPropertyChange(key: string, nv: any, ov?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<CardComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<CardComponent, \"[wmCard]\", never, {}, {}, never, [\"*\", \"*\", \"*\"], false, never>;\n}\n\n\n\n\ndeclare class FormActionDirective extends BaseComponent implements OnInit {\n form: FormComponent;\n static initializeProps: void;\n accessroles: any;\n action: any;\n binding: any;\n class: any;\n disabled: any;\n displayName: any;\n iconclass: any;\n iconname: any;\n key: any;\n position: any;\n shortcutkey: any;\n show: any;\n tabindex: any;\n title: any;\n type: any;\n updateMode: any;\n buttonDef: any;\n hyperlink: any;\n target: any;\n private _propsInitialized;populateAction(): void;onPropertyChange(key: any, nv: any, ov: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<FormActionDirective, [null, { optional: true; }]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<FormActionDirective, \"[wmFormAction]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\n\n\n\ndeclare class FormFieldDirective extends StylableComponent implements OnInit, AfterContentInit {\n static initializeProps: void;\n formWidget: any;\n formWidgetMax: any;\n private fb;\n private viewport;\n private excludeProps;\n private _validators;\n private _oldUploadVal;\n ngform: FormGroup;\n defaultvalue: any;\n displayexpression: any;\n displayfield: any;\n displaylabel: any;\n displayname: any;\n generator: any;\n key: any;\n target: any;\n binding: any;\n widgettype: any;\n class: any;\n readonly: any;\n show: any;\n type: any;\n isDataSetBound: any;\n viewmodewidget: any;\n binddataset: any;\n binddisplayexpression: any;\n bindChipclass: any;\n displayimagesrc: string;\n binddisplayimagesrc: any;\n binddisplaylabel: any;\n form: any;\n filetype: any;\n extensions: any;\n permitted: any;\n period: any;\n isRange: any;\n name: any;\n required: any;\n maxchars: any;\n minvalue: any;\n maxvalue: any;\n regexp: any;\n fieldDefConfig: any;\n placeholder: any;\n inputtype: any;\n validationmessage: any;\n _fieldName: any;\n private _debounceSetUpValidators;\n private _initPropsRes;\n private parentList;\n private showPendingSpinner;\n private _activeField;\n private notifyForFields;\n private fieldValidations;\n private _triggeredByUser;\n private _clicktriggeredByUser;\n private app;\n onKeydownHandler(event: KeyboardEvent): void;\n handleClick(event: any): void;\n private isFocused;_onFocusField($evt: any): void;\n getActiveElement(): HTMLSelectElement | HTMLTextAreaElement | HTMLInputElement;\n setAriaAttributes(): void;\n _onBlurField($evt: any): void;\n evaluateExpr(object: any, displayField: any, displayExpr: any): any;\n getDisplayExpr(): any;\n getCaption(): any;\n notifyChanges(): void;\n observeOn(fields: any): void;\n setUpValidators(customValidator?: any): void;\n setAsyncValidators(validators: any): void;\n setValidators(validators: any): void;\n setFormWidget(key: any, val: any): void;\n boundFn(fn: any): any;\n setMaxFormWidget(key: any, val: any): void;\n onPropertyChange(key: any, nv: any, ov?: any): void;\n onStyleChange(key: any, nv: any, ov?: any): void;\n get datavalue(): any;\n set datavalue(val: any);\n get value(): any;\n set value(val: any);\n get maxValue(): any;\n set maxValue(val: any);\n get minValue(): any;\n set minValue(val: any);\n get _control(): import(\"@angular/forms\").AbstractControl<any, any>;\n get _maxControl(): import(\"@angular/forms\").AbstractControl<any, any>;\n get displayValue(): any;\n get timestamp(): any;\n get charlength(): any;\n createControl(): any;\n onValueChange(val: any): void;\n onStatusChange(status: any): void;\n setValidationMessage(val: any): void;\n setReadOnlyState(): void;\n resetDisplayInput(): void;\n triggerUploadEvent($event: any, eventName: any): void;\n private registerFormField;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<FormFieldDirective, [null, null, null, null, null, { optional: true; }, { attribute: \"chipclass.bind\"; }, { attribute: \"dataset.bind\"; }, { attribute: \"displayexpression.bind\"; }, { attribute: \"displaylabel.bind\"; }, { attribute: \"widgettype\"; }, { attribute: \"name\"; }, { attribute: \"displayimagesrc.bind\"; }, { attribute: \"key\"; }, { attribute: \"is-range\"; }, { attribute: \"pc-display\"; }, { attribute: \"mobile-display\"; }, { attribute: \"tablet-display\"; }, { self: true; }]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<FormFieldDirective, \"[wmFormField]\", [\"wmFormField\"], {}, {}, [\"formWidget\", \"formWidgetMax\"], never, false, never>;\n}\n\n\n\ndeclare class FormWidgetDirective implements OnInit {\n componentInstance: any;\n name: any;\n key: any;\n ngform: FormGroup;\n fb: any;\n parent: any;get _control(): import(\"@angular/forms\").AbstractControl<any, any>;\n addControl(fieldName: any): void;\n createControl(): any;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<FormWidgetDirective, [{ optional: true; }, { optional: true; }, { self: true; }, null, { attribute: \"name\"; }, { attribute: \"key\"; }]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<FormWidgetDirective, \"[wmFormWidget]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\n\n\n\ndeclare class FormComponent extends StylableComponent implements OnDestroy, AfterContentInit, AfterViewInit {\n private fb;\n private app;\n private dialogService;\n private dynamicComponentProvider;\n private ngZone;\n parentList: ListComponent;\n parentForm: FormComponent;\n parentPrefab: PrefabDirective;\n parentPartial: PartialDirective;\n onBeforeSubmitEvt: any;\n onSubmitEvt: any;\n onBeforeRenderEvt: any;\n binddataset: any;\n private bindformdata;\n static initializeProps: void;\n dynamicFormRef: ViewContainerRef;\n messageRef: any;\n componentRefs: any;\n autoupdate: any;\n formlayout: any;\n isDataSourceUpdated: boolean;\n captionAlignClass: string;\n validationtype: string;\n captionalign: string;\n captionposition: string;\n captionsize: any;\n collapsible: boolean;\n expanded: boolean;\n elScope: any;\n _widgetClass: string;\n captionwidth: string;\n _captionClass: string;\n ngform: FormGroup;\n formFields: any[];\n formfields: {};\n formWidgets: {};\n filterWidgets: {};\n buttonArray: any[];\n dataoutput: {};\n datasource: any;\n formdatasource: any;\n formdata: {};\n isSelected: any;\n prevDataValues: any;\n prevDataObject: any;\n prevformFields: any;\n statusMessage: {\n caption: string;\n type: string;\n };\n messagelayout: any;\n metadata: any;\n errormessage: any;\n onError: any;\n onSuccess: any;\n primaryKey: any[];\n postmessage: any;\n _liveTableParent: any;\n updateMode: any;\n name: any;\n clearData: Function;\n cancel: Function;\n delete: Function;\n save: Function;\n saveAndNew: Function;\n saveAndView: Function;\n setPrimaryKey: () => {};\n dialogId: string;\n enableemptyfilter: any;\n pagesize: any;\n result: any;\n pagination: any;\n clearFilter: Function;\n applyFilter: Function;\n filter: Function;\n filterOnDefault: Function;\n onMaxDefaultValueChange: Function;\n numberOfFields: number;\n private _debouncedUpdateFieldSource;\n private operationType;\n private _isLayoutDialog;\n private _dynamicContext;\n private _isGridLayoutPresent;\n private validationMessages;\n private formGroupName;\n private formArrayIndex;\n private bindingValue;\n private _formIsInList;\n private _triggeredByUser;\n private _debouncedSubmitForm;\n set isLayoutDialog(nv: any);\n get isLayoutDialog(): any;\n private _isUpdateMode;\n set isUpdateMode(nv: any);\n get isUpdateMode(): any;\n action: string;\n submit($event: any): void;\n onReset(): void;\n onKeydownHandler(event: KeyboardEvent): void;\n get parentFormArray(): FormArray;\n get isParentList(): any;findOperationType(): void;\n private addInnerNgFormToForm;\n private addEventsToContext;\n private setValidationOnInnerForms;\n /**\n * This method sets validation on formFields.\n * Applies to innerform and also sets innerform validation on parent form.\n * @param prefix contains the form name, which also includes its parents form name\n * @param {boolean} validateTouch\n */\n private setValidationOnFields;\n private prepareValidationObj;\n private setValidationMsgs;\n protected handleEvent(node: HTMLElement, eventName: string, callback: Function, locals: any): void;\n private updateFieldSource;\n highlightInvalidFields(): void;\n validateFieldsOnSubmit(): boolean;\n onPropertyChange(key: any, nv: any, ov?: any): void;\n onResultCb(data: any, status: any, event?: any): void;\n toggleMessage(show: boolean, msg?: string, type?: string, header?: string): void;\n checkAppServiceErrorMsg(type: any): any;\n clearMessage(): void;\n private setLayoutConfig;\n registerFormWidget(widget: any): void;\n registerFormFields(formField: any): void;\n registerActions(formAction: any): void;\n updateFormDataOutput(dataObject: any): void;\n constructDataObject(): {};\n updateDataOutput(): void;\n getFormFields(): any;\n setFieldValue(field: any, data: any, innerFormdata?: any): void;\n setFormData(data: any, innerFormFields?: any, innerFormdata?: any): void;\n resetFormState(): void;\n reset(): void;\n savePrevformFields(): void;\n savePrevDataValues(): void;\n setReadonlyFields(): void;\n resetFileUploadWidget(field: any, skipValueSet?: any): void;\n emptyDataModel(): void;\n setDefaultValues(): void;\n setOperationType(mode: any): void;\n new(): void;\n edit(): void;\n private triggerWMEvent;\n submitForm($event: any): void;\n closeDialog(): void;\n showButtons(position: any): any;\n expandCollapsePanel(): void;\n onDataSourceUpdate(response: any, newForm: any, updateMode: any): void;\n /**\n * This method tranverses through the parent containing formdata and returns the parent formdata.\n * @param form, represents the current form instance\n * @returns {any}\n */\n getNearestParentFormData(form: any): any;\n setFormDataFromParentFormData(formdata: any): void;\n onDataSourceChange(): void;\n onFormDataSourceChange(): void;\n onFieldDefaultValueChange(field: any, nv: any): void;\n onFieldValueChange(): void;\n generateFormFields(): Promise<void>;\n get mode(): any;\n get dirty(): boolean;\n /**\n * This method sets the form state to pristine by internally calling angular markAsPristine method on the form\n * @param value, When true, mark only this control. When false or not supplied, marks all direct ancestors. Default is false\n * @returns {void}\n */\n markAsPristine(value?: boolean): void;\n /**\n * This method sets the form state to dirty by internally calling angular markAsDirty method on the form\n * @param value, When true, mark only this control. When false or not supplied, marks all direct ancestors. Default is false\n * @returns {void}\n */\n markAsDirty(value?: boolean): void;\n get invalid(): boolean;\n get touched(): boolean;\n get valid(): boolean;\n get pristine(): boolean;\n /**\n * This method sets the form state to touched by internally calling angular markAsTouched method on the form\n * @param value, When true, mark only this control. When false or not supplied, marks all direct ancestors. Default is false\n * @returns {void}\n */\n markAsTouched(value?: boolean): void;\n /**\n * This method sets the form state to untouched by internally calling angular markAsUntouched method on the form\n * @param value, When true, mark only this control. When false or not supplied, marks all direct ancestors. Default is false\n * @returns {void}\n */\n markAsUntouched(value?: boolean): void;\n invokeActionEvent($event: any, expression: string): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<FormComponent, [null, null, null, null, null, null, { optional: true; }, { optional: true; skipSelf: true; }, { optional: true; skipSelf: true; }, { optional: true; skipSelf: true; }, { attribute: \"beforesubmit.event\"; }, { attribute: \"submit.event\"; }, { attribute: \"beforerender.event\"; }, { attribute: \"dataset.bind\"; }, { attribute: \"formdata.bind\"; }, { attribute: \"wmLiveForm\"; }, { attribute: \"wmLiveFilter\"; }, { attribute: \"data-role\"; }, { attribute: \"key\"; }, { attribute: \"name\"; }]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<FormComponent, \"form[wmForm]\", never, {}, {}, [\"componentRefs\"], [\"*\"], false, never>;\n}\n\n\n\ndeclare class DependsonDirective implements AfterContentInit, OnDestroy {\n private dialogService;\n private app;\n formChildren: any;\n private dialogId;\n private dependson;\n private isLayoutDialog;\n private form;\n private editMode;\n private currentOp;\n private currentFormData;\n private formSubscription;\n private eventSubscription;private openFormDialog;\n private onUpdate;\n private onInsert;\n private handleEvent;\n private onFormRender;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<DependsonDirective, [{ attribute: \"dialogid\"; }, { attribute: \"dependson\"; }, null, null]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<DependsonDirective, \"[dependson]\", never, {}, {}, [\"formChildren\"], never, false, never>;\n}\n\n\ndeclare class LiveActionsDirective {\n private subscribedWidget;\n private app;\n private dialogService;addRow(): void;\n updateRow(): void;\n deleteRow(): void;\n private successHandler;\n private errorHandler;\n getRecords(options: any, operation: any): void;\n private performCUDOperation;\n private insertRecord;\n private updateRecord;\n private deleteRecord;\n private performOperation;\n call(operation: any, options: any, success?: any, error?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<LiveActionsDirective, [{ self: true; }, null, null]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<LiveActionsDirective, \"[wmLiveActions]\", never, {}, {}, never, never, false, never>;\n}\n\ndeclare class LiveFilterDirective {\n private form;\n static initializeProps: void;\n private _options;\n orderBy: any;\n _filter: (...args: any[]) => void;execute(operation: any, options: any): any;\n onFieldDefaultValueChange(field: any, nv: any): void;\n onFieldValueChange(field: any, nv: any): void;\n onMaxDefaultValueChange(): void;\n onDataSourceChange(): void;\n clearFilter(): void;\n submitForm(): void;\n applyFilter(options: any): any;\n filter(options?: any): any;\n filterOnDefault(): void;\n registerFormWidget(widget: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<LiveFilterDirective, [{ self: true; }]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<LiveFilterDirective, \"[wmLiveFilter]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare class LiveFormDirective {\n private form;\n datePipe: ToDatePipe;\n private dialogService;\n static initializeProps: void;\n private _triggeredByUser;\n private _debouncedSavePrevDataValues;\n onKeydownHandler(event: KeyboardEvent): void;registerFormFields(formField: any): void;\n private _updateFieldOnDataSourceChange;\n onDataSourceChange(): void;\n onFieldDefaultValueChange(field: any, nv: any): void;\n onFieldValueChange(field: any, nv: any): void;\n getBlobURL(dataObj: any, key: any, value: any): string;\n setFormData(dataObj: any, formFields?: any): void;\n onDataSourceUpdate(response: any, newForm: any, updateMode: any): void;\n savePrevformFields(): void;\n getPrevformFields(): void;\n getDataObject(): any;\n constructDataObject(isPreviousData?: any): any;\n setPrimaryKey(fieldName: any): void;\n findOperationType(): any;\n getPrevDataValues(): any;\n savePrevDataValues(): void;\n clearData(): void;\n setReadonlyFields(): void;\n reset(): void;\n closeDialog(): void;\n cancel(): void;\n delete(callBackFn: any): void;\n saveAndNew(): void;\n saveAndView(): void;\n submitForm($event: any): void;\n save(event?: any, updateMode?: any, newForm?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<LiveFormDirective, [{ self: true; }, { optional: true; }, null, null, { attribute: \"formlayout\"; }]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<LiveFormDirective, \"[wmLiveForm]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\n\ndeclare class ListItemDirective implements OnInit, AfterViewInit {\n private inj;\n private app;\n _viewParent: ListComponent;\n item: any;\n context: any;\n destroy: Subject<any>;\n destroy$: Observable<any>;\n nativeElement: HTMLElement;\n readonly listComponent: ListComponent;\n private itemClass;\n private _currentItemWidgets;\n private viewContainerRef;\n isActive: boolean;\n disableItem: boolean;\n onFocus(): void;\n get $index(): any;\n get $even(): any;\n get $odd(): any;\n get $first(): any;\n get $last(): any;\n get currentItemWidgets(): {};\n set wmListItem(val: any);private registerWatch;\n private itemClassWatcher;\n private disableItemWatcher;\n private setUpCUDHandlers;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<ListItemDirective, [null, null, null, { optional: true; }]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<ListItemDirective, \"[wmListItem]\", [\"listItemRef\"], { \"wmListItem\": { \"alias\": \"wmListItem\"; \"required\": false; }; }, {}, never, never, false, never>;\n}\n\n\n\ndeclare class ListAnimator extends SwipeAnimation {\n private list;\n private $el;\n private li;\n private limit;\n private transitionProportions;\n private rightChildrenCount;\n private leftChildrenCount;\n private position;\n private actionPanel;\n private actionItems;\n $btnSubscription: Subscription;private createActionPanel;\n private computeTotalChildrenWidth;\n private computeTransitionProportions;\n private resetElement;\n private resetState;\n private getChildActionElement;\n private initActionPanel;\n bounds(e?: any, $d?: number): any;\n context(): any;\n animation(): any;\n invokeFullSwipeEvt($event: Event): void;\n onAnimation($event: Event, d: number): void;\n onLower(): void;\n onUpper(): void;\n threshold(): number;\n}\n/// <reference types=\"jquery\" />\n/// <reference types=\"jquery\" />\n\n\n\n\n\ndeclare class ListComponent extends StylableComponent implements OnInit, AfterViewInit, OnDestroy {\n static initializeProps: void;\n listTemplate: TemplateRef<ElementRef>;\n listLeftActionTemplate: TemplateRef<ElementRef>;\n listRightActionTemplate: TemplateRef<ElementRef>;\n btnComponents: any;\n dataNavigator: any;\n listItems: QueryList<ListItemDirective>;\n private itemsPerRowClass;\n private firstSelectedItem;\n private navigatorMaxResultWatch;\n private navigatorResultWatch;\n private navControls;\n private onDemandLoad;\n private _items;\n private dataNavigatorWatched;\n private datasource;\n private showNavigation;\n noDataFound: boolean;\n private reorderProps;\n private app;\n private appDefaults;\n private ngZone;\n private statePersistence;\n private paginationService;\n lastSelectedItem: ListItemDirective;\n fieldDefs: Array<any>;\n disableitem: any;\n navigation: string;\n navigationalign: string;\n pagesize: number;\n dataset: any;\n multiselect: boolean;\n selectfirstitem: boolean;\n orderby: string;\n loadingicon: string;\n paginationclass: string;\n ondemandmessage: string;\n loadingdatamsg: string;\n selectionlimit: number;\n infScroll: boolean;\n enablereorder: boolean;\n itemsperrow: string;\n itemclass: string;\n selectedItemWidgets: Array<WidgetRef> | WidgetRef;\n variableInflight: any;\n name: any;\n currentPage: any;\n direction: any;\n tabindex: any;\n handleHeaderClick: Function;\n toggleAllHeaders: void;\n groupby: string;\n collapsible: string;\n datePipe: ToDatePipe;\n binditemclass: string;\n binddisableitem: string;\n binddataset: string;\n private binddatasource;\n mouseEnterCB: string;\n mouseLeaveCB: string;\n private match;\n private dateformat;\n private groupedData;\n private cdRef;\n private promiseResolverFn;\n private propsInitPromise;\n private $ulEle;\n private _listAnimator;\n pulltorefresh: boolean;\n private _listenerDestroyers;\n private debouncedFetchNextDatasetOnScroll;\n title: string;\n subheading: string;\n iconclass: string;\n listclass: any;\n private isDataChanged;\n statehandler: any;\n private isListElementMovable;\n currentIndex: number;\n private ariaText;\n titleId: string;\n _isDependent: any;\n private _pageLoad;\n private _selectedItemsExist;\n private touching;\n private touched;\n get selecteditem(): any;\n /**\n * Returns list of widgets present on list item by considering name and index of the widget.\n * If we did'nt pass index, it returns array of all the widgets which are matching to widget name\n * @param widgteName: Name of the widget\n * @param index: Index of the widget\n */\n getWidgets(widgteName: string, index?: number): any[];\n getItem(index: number): ListItemDirective;\n /**\n * Returns index of listItem(listItemDirective / listItemObject)\n * If item is a directive, index is fetched from listItems\n * If item is an object, index is fetched from fieldDefs\n */\n getIndex(item: any): number;\n set selecteditem(items: any);private getConfiguredState;\n private handleStateParams;\n private triggerWMEvent;\n create(): void;\n editRow(item?: any): void;\n update(item?: any): void;\n deleteRow(item?: any): void;\n delete(item?: any): void;\n handleLoading(data: any): void;\n private resetNavigation;\n private enableBasicNavigation;\n private enableInlineNavigation;\n private enableClassicNavigation;\n private enablePagerNavigation;\n private setNavigationTypeNone;\n private enableInfiniteScroll;\n private enableOnDemandLoad;\n /**\n * Sets Navigation type for the list.\n * @param type\n */\n private onNavigationTypeChange;\n /**\n * Update fieldDefs property, fieldDefs is the model of the List Component.\n * fieldDefs is an Array type.\n * @param newVal\n */\n private updateFieldDefs;\n private onDataChange;\n private setupDataSource;\n private onDataSetChange;\n private deselectListItems;\n private clearSelectedItems;\n /**\n * return the ListItemDirective instance by checking the equality of the model.\n * @param listModel: model to be searched for\n * @returns ListItem if the model is matched else return null.\n */\n private getListItemByModel;\n private updateSelectedItemsWidgets;\n /**\n * Selects the listItem and updates selecteditem property.\n * If the listItem is already a selected item then deselects the item.\n * @param {ListItemDirective} $listItem: Item to be selected of deselected.\n */\n private toggleListItemSelection;\n /**\n * Method is Invoked when the model for the List Widget is changed.\n * @param {QueryList<ListItemDirective>} listItems\n */\n private onListRender;\n triggerListItemSelection($el: JQuery<HTMLElement>, $event: Event): void;\n private setupHandlers;\n private onReorderStart;\n private onSort;\n private onUpdate;\n private configureDnD;\n private checkSelectionLimit;\n private getListItemByIndex;\n /**\n * return index of an (listItemDirective) in the listItem\n * @param {ListItemDirective} item\n * @returns {number}\n */\n private getListItemIndex;\n execute(operation: any, options: any): any;\n handleKeyDown($event: any, action: string): void;\n onPropertyChange(key: string, nv: any, ov?: any): void;\n onItemClick(evt: any, $listItem: ListItemDirective): void;\n clear(): void;\n /**\n * Returns ListItem Reference based on the input provided.\n * @param val: index | model of the list item.\n * @returns {ListItemDirective}\n */\n private getItemRefByIndexOrModel;\n /**\n * deselects item in the list.\n * @param val: index | model of the list item.\n */\n deselectItem(val: any): void;\n /**\n * selects item in the list.\n * @param val: index | model of the list item.\n */\n selectItem(val: any, statePersistenceTriggered?: any): void;\n private beforePaginationChange;\n protected handleEvent(node: HTMLElement, eventName: string, eventCallback: Function, locals: any): void;\n private subscribeToPullToRefresh;private setUpCUDHandlers;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<ListComponent, [null, null, null, null, null, null, { attribute: \"itemclass.bind\"; }, { attribute: \"disableitem.bind\"; }, { attribute: \"dataset.bind\"; }, { attribute: \"datasource.bind\"; }, { attribute: \"mouseenter.event\"; }, { attribute: \"mouseleave.event\"; }, null, null]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<ListComponent, \"div[wmList]\", never, {}, {}, [\"listTemplate\", \"listLeftActionTemplate\", \"listRightActionTemplate\", \"btnComponents\"], never, false, never>;\n}\n\n\n\n\n\ndeclare class LiveTableComponent extends StylableComponent implements AfterContentInit {\n private dialogService;\n private app;\n static initializeProps: void;\n table: TableComponent;\n form: any;\n isLayoutDialog: boolean;\n private dialogId;\n private $queue;\n private tableOptions;openDialog(): void;\n closeDialog(): void;\n focusFirstInput(): void;\n onDialogOpen(): void;\n setFormData(val: any): void;\n private _addNewRow;\n addNewRow(): void;\n private _updateRow;\n updateRow(row: any, eventName: any): void;\n onSelectedItemChange(newValue: any): void;\n onCancel(): void;\n onResult(operation: any, response: any, newForm: any, updateMode: any): void;\n showErrorMessage(): void;\n onFormReady(form: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<LiveTableComponent, [null, null, null, null, null, { attribute: \"formlayout\"; }, { attribute: \"dialogid\"; }]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<LiveTableComponent, \"[wmLiveTable]\", never, {}, {}, [\"table\"], [\"*\"], false, never>;\n}\n\n\n\ndeclare class PaginationComponent extends StylableComponent implements AfterViewInit {\n parent: any;\n static initializeProps: void;\n resultEmitter: EventEmitter<any>;\n maxResultsEmitter: EventEmitter<any>;\n datasource: any;\n maxResults: any;\n navigationsize: any;\n showrecordcount: any;\n navcontrols: any;\n navigation: any;\n boundarylinks: any;\n directionlinks: any;\n navigationClass: any;\n dn: {\n currentPage: number;\n };\n pageCount: number;\n isDisableNext: boolean;\n isDisablePrevious: boolean;\n isDisableFirst: boolean;\n isDisableLast: boolean;\n isDisableCurrent: any;\n dataSize: any;\n prevshowrecordcount: any;\n isDisableCount: any;\n firstRow: any;\n result: any;\n __fullData: any;\n dataset: any;\n options: any;\n statehandler: any;\n filterFields: any;\n sortOptions: any;\n binddataset: any;\n pagination: any;\n logicalOp: any;\n private _debouncedApplyDataset;\n private _debouncedPageChanged;\n private _setAriaForBasicNavigation;setResult(result: any): void;\n private updateNavSize;\n resetPageNavigation(): void;\n calculatePagingValues(): void;\n setDefaultPagingValues(dataSize: any, maxResults: any, currentPage: any): void;\n checkDataSize(dataSize: any, numberOfElements?: any, size?: any): void;\n disableNavigation(): void;\n isDataSourceHasPaging(): any;\n setNonPageableData(newVal: any): void;\n private setPagingValues;\n isFirstPage(): boolean;\n isLastPage(): boolean;\n goToLastPage(isRefresh: any, event: any, callback: any): void;\n goToFirstPage(isRefresh: any, event: any, callback: any): void;\n goToPage(event?: any, callback?: any): void;\n onPageDataReady(event: any, data: any, callback: any): void;\n getPageData(event: any, callback: any): void;\n isEditNotInCurrentPage(): boolean;\n invokeSetRecord(event: any, data: any): void;\n validateCurrentPage(event: any, callback?: any): boolean;\n onModelChange(event: any): void;\n onKeyDown(event: any): boolean;\n pageChanged(event: any): void;\n navigatePage(index: any, event: any, isRefresh: any, callback: any): void;\n setBindDataSet(binddataset: any, parent: any, dataSource: any, dataset?: any, binddatasource?: any, datasetBoundExpr?: any, statehandler?: any): void;\n setDataSource(dataSource: any): void;\n onPropertyChange(key: string, nv: any, ov: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<PaginationComponent, [null, { skipSelf: true; }]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<PaginationComponent, \"[wmPagination]\", never, {}, { \"resultEmitter\": \"resultEmitter\"; \"maxResultsEmitter\": \"maxResultsEmitter\"; }, never, never, false, never>;\n}\n\n\n\n\ndeclare class TableActionDirective extends BaseComponent implements OnInit {\n table: TableComponent;\n static initializeProps: void;\n accessroles: any;\n action: any;\n caption: any;\n class: any;\n disabled: any;\n displayName: any;\n icon: any;\n iconclass: any;\n position: any;\n shortcutkey: any;\n show: any;\n tabindex: any;\n title: any;\n key: any;\n hyperlink: any;\n target: any;\n buttonDef: any;\n conditionalclass: any;\n conditionalstyle: any;\n private _propsInitialized;populateAction(): void;onPropertyChange(key: any, nv: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<TableActionDirective, [null, { optional: true; }]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<TableActionDirective, \"[wmTableAction]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\n\n\ndeclare class TableColumnDirective extends BaseComponent implements OnInit, AfterContentInit, AfterViewInit {\n private appDefaults;\n table: TableComponent;\n group: TableColumnGroupDirective;\n bindfilterdataset: any;\n binddataset: any;\n static initializeProps: void;\n _filterInstances: any;\n _inlineInstances: any;\n _inlineInstancesNew: any;\n customExprTmpl: any;\n inlineWidthTempRef: any;\n private _propsInitialized;\n private _filterDataSet;\n private _isRowFilter;\n private _isInlineEditable;\n private _isNewEditableRow;\n key: any;\n filterInstance: any;\n inlineInstance: any;\n inlineInstanceNew: any;\n backgroundcolor: any;\n binding: any;\n caption: any;\n dataset: any;\n defaultvalue: any;\n editWidgetType: any;\n filterwidget: any;\n field: any;\n formatpattern: any;\n custompipeformat: any;\n generator: any;\n limit: any;\n mobiledisplay: any;\n pcdisplay: any;\n tabletdisplay: any;\n readonly: any;\n required: any;\n maxchars: any;\n minvalue: any;\n maxvalue: any;\n regexp: any;\n searchable: any;\n showinfilter: any;\n show: any;\n sortable: any;\n textalignment: any;\n textcolor: any;\n type: any;\n width: any;\n datepattern: any;\n editdatepattern: any;\n filterdatafield: any;\n filterdisplayfield: any;\n filterdisplaylabel: any;\n filtersearchkey: any;\n filterplaceholder: any;\n datafield: any;\n displayfield: any;\n displayName: any;\n pcDisplay: any;\n mobileDisplay: any;\n tabletDisplay: any;\n textAlignment: any;\n backgroundColor: any;\n textColor: any;\n primaryKey: any;\n relatedEntityName: any;\n style: any;\n class: any;\n ngclass: any;\n filterOn: any;\n filterControl: any;\n isDataSetBound: any;\n isFilterDataSetBound: any;\n showPendingSpinner: any;\n showPendingSpinnerNew: any;\n validationmessage: any;\n activeControlType: any;\n private _dataoptions;\n private _datasource;\n private notifyForFields;\n private fieldValidations;\n private fieldValidations_new;\n private syncValidators;\n private asyncValidators;\n private observeOnFields;\n filterTemplateRef: TemplateRef<any>;get dataoptions(): any;\n set dataoptions(options: any);\n get datasource(): any;\n set datasource(ds: any);applyValidations(): void;\n removeValidations(): void;\n applyNewRowValidations(): void;\n removeNewRowValidations(): void;\n addFormControl(suffix?: string): void;\n getFormControl(suffix?: string): import(\"@angular/forms\").AbstractControl<any, any>;\n private _checkNewEditableRowControl;\n setUpControls(): void;\n resetFilter(): void;\n onFilterValueChange(val: any): void;\n get datavalue(): any;\n set datavalue(val: any);\n get value(): any;\n set value(val: any);\n onValueChange(val: any, widget: any): void;\n loadFilterData(): void;\n loadInlineWidgetData(): void;\n onDataSourceChange(): void;\n setFilterWidgetDataSet(): void;\n setUpFilterWidget(): void;\n notifyChanges(quickEdit?: any): void;\n observeOn(fields: any): void;\n setUpValidators(): void;\n setAsyncValidators(validators: any): void;\n setValidators(validators: any): void;\n boundFn(fn: any): any;\n onStatusChange(status: any, type: any): void;\n setSummaryRowData(data: any): void;\n private _invokeSummaryRowData;\n private _getColumnData;\n aggregate: {\n sum: () => any;\n average: (precision?: number) => any;\n count: () => any;\n minimum: () => any;\n maximum: () => any;\n percent: (value: any, precision?: number) => any;\n };\n setInlineWidgetProp(widget: any, prop: any, nv: any): void;\n setUpInlineWidget(widget: any): void;\n getStyleDef(): string;\n populateFieldDef(): void;\n onPropertyChange(key: any, nv: any, ov: any): void;\n setProperty(property: any, nv: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<TableColumnDirective, [null, null, { optional: true; }, { optional: true; }, { attribute: \"filterdataset.bind\"; }, { attribute: \"dataset.bind\"; }]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<TableColumnDirective, \"[wmTableColumn]\", never, {}, {}, [\"customExprTmpl\", \"inlineWidthTempRef\", \"filterTemplateRef\", \"_filterInstances\", \"_inlineInstances\", \"_inlineInstancesNew\"], never, false, never>;\n}\n\n\n\n\ndeclare class TableColumnGroupDirective extends BaseComponent implements OnInit {\n group: TableColumnGroupDirective;\n table: TableComponent;\n static initializeProps: void;\n accessroles: any;\n backgroundcolor: any;\n caption: any;\n colClass: any;\n name: any;\n textalignment: any;\n config: any;populateConfig(): void;\n onPropertyChange(key: any, nv: any, ov?: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<TableColumnGroupDirective, [null, { optional: true; skipSelf: true; }, { optional: true; }]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<TableColumnGroupDirective, \"[wmTableColumnGroup]\", never, {}, {}, never, never, false, never>;\n}\n\n\ndeclare class TableCUDDirective {\n private table;\n private dialogService;\n private app;private selectItemOnSuccess;\n initiateSelectItem(index: any, row: any, skipSelectItem?: any, isStaticVariable?: any, callBack?: any): void;\n updateVariable(row?: any, callBack?: any): void;\n private insertSuccessHandler;\n generatePath(binddataset: any): {\n path: any;\n index: any;\n };\n insertRecord(options: any): void;\n private updateSuccessHandler;\n updateRecord(options: any): void;\n onRecordDelete(callBack?: any): void;\n private deleteSuccessHandler;\n private deleteFn;\n deleteRecord(options: any): void;\n editRow(evt?: any): void;\n addNewRow(): void;\n private triggerWMEvent;\n deleteRow(evt: any): void;\n hideEditRow(): void;\n saveRow(): void;\n cancelRow(): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<TableCUDDirective, [{ self: true; }, null, null]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<TableCUDDirective, \"[wmTableCUD]\", never, {}, {}, never, never, false, never>;\n}\n\ndeclare class TableFilterSortDirective {\n private table;adjustContainer(fieldName: any): void;\n getNavigationTargetBySortInfo(): \"first\" | \"last\";\n getTableVisibleCols(): any[];\n invokeSetFilterfieldBasedOnFieldval(searchObj: any, filterFields: any): void;\n getFilterFields(searchObj: any): {};\n getLogicalOperator(filterFields: any): string;\n resetSortStatus(variableSort: any): void;\n clearFilter(skipFilter: any): void;\n checkFiltersApplied(variableSort: any): void;\n getSearchResult(data: any, searchObj: any): any;\n getSortResult(data: any, sortObj: any): any;\n private handleClientSideSortSearch;\n private handleSinglePageSearch;\n private handleServerSideSearch;\n private handleSeverSideSort;\n private searchHandler;\n private sortHandler;\n setLastActionPerformedToSearchSort(): void;\n searchSortHandler(searchSortObj: any, e: any, type: any, statePersistenceTriggered?: any): void;\n showClearIcon(fieldName: any): boolean;\n clearRowFilter(fieldName: any): void;\n onFilterConditionSelect(fieldName: any, condition: any): void;\n private getFilterOnFieldValues;\n onRowFilterChange(fieldName: any): void;\n refreshData(isSamePage: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<TableFilterSortDirective, [{ self: true; }]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<TableFilterSortDirective, \"[wmTableFilterSort]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare class TableRowDirective extends BaseComponent implements OnInit {\n table: TableComponent;\n static initializeProps: void;\n config: any;\n columnwidth: any;\n closeothers: any;\n content: any;\n expandicon: any;\n collapseicon: any;\n height: any;\n position: any;populateConfig(): void;onPropertyChange(key: string, nv: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<TableRowDirective, [null, { optional: true; skipSelf: true; }]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<TableRowDirective, \"[wmTableRow]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare class TableRowActionDirective extends BaseComponent implements OnInit {\n table: TableComponent;\n static initializeProps: void;\n accessroles: any;\n action: any;\n caption: any;\n class: any;\n disabled: any;\n displayName: any;\n iconclass: any;\n key: any;\n show: any;\n tabindex: any;\n title: any;\n buttonDef: any;\n hyperlink: any;\n target: any;\n conditionalclass: any;\n conditionalstyle: any;getTitle(): any;\n populateAction(): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<TableRowActionDirective, [null, { optional: true; }, { self: true; }]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<TableRowActionDirective, \"[wmTableRowAction]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\n\n\n\ndeclare class TableComponent extends StylableComponent implements AfterContentInit, OnDestroy, ControlValueAccessor {\n inj: Injector;\n fb: FormBuilder;\n private app;\n private dynamicComponentProvider;\n private statePersistence;\n private paginationService;\n private viewport;\n parentList: ListComponent;\n binddataset: any;\n binddatasource: any;\n readonlygrid: any;\n private ngZone;\n private trustAsPipe;\n static initializeProps: void;\n dataNavigator: any;\n private _tableElement;\n rowActionTmpl: QueryList<any>;\n rowActionsViewRef: ViewContainerRef;\n filterTmpl: QueryList<any>;\n filterViewRef: ViewContainerRef;\n inlineWidgetTmpl: QueryList<any>;\n inlineEditViewRef: ViewContainerRef;\n inlineWidgetNewTmpl: QueryList<any>;\n inlineEditNewViewRef: ViewContainerRef;\n customExprTmpl: QueryList<any>;\n customExprViewRef: ViewContainerRef;\n rowExpansionActionTmpl: QueryList<any>;\n rowExpansionTmpl: TemplateRef<any>;\n rowDetailViewRef: ViewContainerRef;\n rowExpansionActionViewRef: ViewContainerRef;\n dynamicTableRef: ViewContainerRef;\n private rowActionsCompiledTl;\n private rowFilterCompliedTl;\n private inlineCompliedTl;\n private inlineNewCompliedTl;\n private customExprCompiledTl;\n private customExprCompiledSummaryTl;\n private rowDefInstances;\n private rowDefMap;\n private rowExpansionActionTl;\n columns: {};\n formfields: {};\n datagridElement: any;\n datasource: any;\n editmode: any;\n enablecolumnselection: any;\n enablesort: boolean;\n filtermode: any;\n filteronkeypress: any;\n searchlabel: any;\n formposition: any;\n gridclass: any;\n gridfirstrowselect: any;\n iconclass: any;\n ondemandmessage: any;\n viewlessmessage: any;\n showviewlessbutton: boolean;\n _triggeredByUser: any;\n isGridEditMode: any;\n loadingdatamsg: any;\n multiselect: any;\n name: any;\n _isDependent: any;\n navigation: any;\n navigationSize: any;\n navigationalign: any;\n nodatamessage: any;\n pagesize: any;\n prevData: any;\n primaryKey: any[];\n radioselect: any;\n rowclass: any;\n rowngclass: any;\n selectedItems: any[];\n showheader: any;\n showrecordcount: any;\n showrowindex: any;\n subheading: any;\n title: any;\n shownewrow: any;\n deleteoktext: any;\n deletecanceltext: any;\n onError: any;\n onRowinsert: any;\n onRowupdate: any;\n onRowdelete: any;\n statehandler: any;\n selectedItemChange: Subject<unknown>;\n selectedItemChange$: Observable<any>;\n actions: any[];\n _actions: {\n header: any[];\n footer: any[];\n };\n exportOptions: any[];\n exportdatasize: any;\n formWidgets: any;\n headerConfig: any[];\n items: any[];\n navControls: any;\n rowActions: any[];\n selectedColumns: any;\n shownavigation: boolean;\n showFirstRow: boolean;\n dataset: any;\n _liveTableParent: any;\n isPartOfLiveGrid: any;\n gridElement: any;\n isNewRowInserted: any;\n isMobile: any;\n isLoading: any;\n isRowDeleted: any;\n documentClickBind: () => void;\n actionRowIndex: any;\n actionRowPage: any;\n prevFilterExpression: any;\n fieldDefs: any[];\n rowDef: any;\n rowInstance: any;\n private fullFieldDefs;\n private __fullData;\n private dataNavigatorWatched;\n private navigatorResultWatch;\n private navigatorMaxResultWatch;\n private filterInfo;\n private sortInfo;\n private serverData;\n private filternullrecords;\n private variableInflight;\n private isdynamictable;\n private _dynamicContext;\n private noOfColumns;\n onDemandLoad: any;\n infScroll: any;\n private isDataLoading;\n private currentPage;\n private applyProps;\n redraw: any;\n debouncedHandleLoading: any;\n rowFilter: any;\n matchModeTypesMap: any;\n matchModeMsgs: any;\n emptyMatchModes: any;\n _searchSortHandler: () => void;\n searchSortHandler: (...args: any[]) => void;\n _isPageSearch: any;\n _isClientSearch: any;\n checkFiltersApplied: Function;\n getSearchResult: Function;\n getSortResult: Function;\n getFilterFields: Function;\n onRowFilterChange: () => void;\n onFilterConditionSelect: () => void;\n showClearIcon: () => void;\n clearRowFilter: () => void;\n adjustContainer: () => void;\n getNavigationTargetBySortInfo: Function;\n refreshData: Function;\n clearFilter: Function;\n ngform: FormGroup;\n updateVariable: Function;\n updateRecord: Function;\n deleteRecord: Function;\n insertRecord: Function;\n editRow: Function;\n addNewRow: Function;\n addRow: Function;\n deleteRow: Function;\n onRecordDelete: Function;\n initiateSelectItem: Function;\n hideEditRow: Function;\n saveRow: Function;\n cancelRow: Function;\n private _pageLoad;\n gridOptions: {\n data: any[];\n colDefs: any[];\n startRowIndex: number;\n mode: string;\n sortInfo: {\n field: string;\n direction: string;\n };\n filtermode: string;\n filteronkeypress: boolean;\n searchLabel: string;\n rowActions: any[];\n headerConfig: any[];\n rowClass: string;\n editmode: string;\n formPosition: string;\n isMobile: boolean;\n rowExpansionEnabled: boolean;\n rowDef: {\n position: string;\n };\n name: string;\n messages: {\n selectField: string;\n };\n securityUtils: {\n pipeTransform: {};\n };\n navigation: string;\n isdynamictable: string;\n deletedRowIndex: number;\n lastActionPerformed: string;\n isSearchTrigerred: boolean;\n isDatasetUpdated: boolean;\n isDataUpdatedByUser: boolean;\n showviewlessbutton: boolean;\n ondemandmessage: string;\n viewlessmessage: string;\n loadingdatamsg: string;\n isNextPageData: any;\n ACTIONS: {\n DELETE: string;\n EDIT: string;\n SEARCH_OR_SORT: string;\n DEFAULT: string;\n FILTER_CRITERIA: string;\n DATASET_UPDATE: string;\n };\n actionRowIndex: any;\n actionRowPage: any;\n isLastPage: boolean;\n getCurrentPage: () => any;\n setCurrentPage: (pageNum: any) => void;\n getDataSource: () => any;\n getPageSize: () => any;\n getPageCount: () => any;\n enableNavigation: () => void;\n setDeletedRowIndex: (id: any) => void;\n setLastActionPerformed: (action: any) => void;\n isNavTypeScrollOrOndemand: () => boolean;\n setIsSearchTrigerred: (value: any) => void;\n setIsDatasetUpdated: (value: any) => void;\n setIsNextPageData: (value: any) => void;\n setIsDataUpdatedByUser: (value: any) => void;\n onDataRender: () => void;\n onRowSelect: (row: any, e: any) => void;\n assignSelectedItems: (row: any, e: any, rowInfo: any) => void;\n onRowDblClick: (row: any, e: any) => void;\n onRowDeselect: (row: any, e: any) => void;\n callOnRowDeselectEvent: (row: any, e: any) => void;\n callOnRowClickEvent: (row: any, e: any) => void;\n closePopover: (element: any) => void;\n onColumnSelect: (col: any, e: any) => void;\n onColumnDeselect: (col: any, e: any) => void;\n onHeaderClick: (col: any, e: any) => void;\n onRowDelete: (row: any, cancelRowDeleteCallback: any, e: any, callBack: any, options: any) => void;\n onRowInsert: (row: any, e: any, callBack: any, options: any) => void;\n beforeRowUpdate: (row: any, eventName?: any) => void;\n afterRowUpdate: (row: any, e: any, callBack: any, options: any) => void;\n onBeforeRowUpdate: (row: any, e: any, options: any) => any;\n onBeforeRowInsert: (row: any, e: any, options: any) => any;\n onBeforeRowDelete: (row: any, e: any, options: any) => any;\n onFormRender: ($row: any, e: any, operation: any, alwaysNewRow: any) => void;\n onBeforeFormRender: (row: any, e: any, operation: any) => any;\n registerRowNgClassWatcher: (rowData: any, index: any) => void;\n registerColNgClassWatcher: (rowData: any, colDef: any, rowIndex: any, colIndex: any) => void;\n clearCustomExpression: () => void;\n clearRowDetailExpression: () => void;\n generateCustomExpressions: (rowData: any, index: any, summaryRow?: any) => void;\n generateRowExpansionCell: (rowData: any, index: any) => void;\n getRowExpansionAction: (index: any) => any;\n generateRowDetailView: ($event: any, rowData: any, rowId: any, $target: any, $overlay: any, callback: any) => void;\n onBeforeRowCollapse: ($event: any, row: any, rowId: any) => any;\n onRowCollapse: ($event: any, row: any) => void;\n getCustomExpression: (fieldName: any, index: any, summaryRow?: any) => any;\n clearRowActions: () => void;\n generateRowActions: (rowData: any, index: any) => void;\n getRowAction: (index: any) => any;\n generateInlineEditRow: (rowData: any, alwaysNewRow: any) => void;\n getInlineEditWidget: (fieldName: any, value: any, alwaysNewRow: any) => any;\n setFieldValue: (fieldName: any, value: any) => void;\n getFieldValue: (fieldName: any) => any;\n addLoadMoreBtn: () => void;\n bindScrollEvt: () => void;\n generateFilterRow: () => void;\n getFilterWidget: (fieldName: any) => any;\n setGridEditMode: (val: any) => void;\n setGridState: (val: any) => void;\n setActionRowIndex: (val: any) => void;\n clearActionRowIndex: () => void;\n noChangesDetected: () => void;\n redrawWidgets: () => void;\n searchHandler: any;\n sortHandler: any;\n timeoutCall: (fn: any, delay: any) => void;\n runInNgZone: (fn: any) => void;\n safeApply: () => void;\n setTouched: (name: any) => void;\n clearForm: any;\n callLoadInlineWidgetData: () => void;\n applyValidations: (col: any, alwaysNewRow: any) => void;\n removeValidations: (alwaysNewRow: any) => void;\n };\n private _gridData;\n private _selectedItemsExist;\n set gridData(newValue: any);\n get gridData(): any;\n get selecteditem(): any;\n set selecteditem(val: any);\n onKeyPress($event: any): void;private getConfiguredState;\n private handleStateParams;\n private triggerWMEvent;\n private sortStateHandler;\n private searchStateHandler;\n filterEmptyValues(item: any): boolean;\n compareFilterExpressions(prevFilters: any, newFilters: any): boolean;\n setLastActionToFilterCriteria(): void;\n setLastActionToDatasetUpdate(): void;\n checkIfVarFiltersApplied(): void;\n watchVariableDataSet(newVal: any): void;addRowIndex(row: any): any;\n addEventsToContext(context: any): void;\n execute(operation: any, options: any): any;\n isNavigationEnabled(): any;\n getClonedRowObject(rowData: any): any;\n handleLoading(data: any): void;\n setDisabledOnField(operation: any, colDef: any, widgetType: any): void;\n resetFormControl(ctrl: any): void;\n clearForm(newRow?: any): void;\n showFieldBasedOnScreenType(field: any): any;\n isEmptyRecord(record: any): boolean;\n removeEmptyRecords(serviceData: any): any[];\n setGridData(serverData: any): void;\n setDataGridOption(optionName: any, newVal: any, forceSet?: boolean): void;\n callDataGridMethod(...args: any[]): any;\n renderOperationColumns(): void;\n enablePageNavigation(): void;\n resetPageNavigation(): void;\n isDataValid(): boolean;\n populateGridData(serviceData: any): void;\n generateDynamicColumns(columns: any): Promise<void>;\n prepareColDefs(data: any): void;\n createGridColumns(data: any): void;\n getSortExpr(): any;\n onPropertyChange(key: string, nv: any, ov?: any): void;\n onDataSourceChange(): void;\n private clearActionRowVars;\n onStyleChange(key: any, nv: any, ov: any): void;\n populateActions(): void;\n renderDynamicFilterColumn(filteTemRef: any): void;\n registerColumns(tableColumn: any, colIndex: any): void;\n registerFormField(name: any, formField: any): void;\n registerActions(tableAction: any): void;\n registerRow(tableRow: any, rowInstance: any): void;\n registerRowActions(tableRowAction: any): void;\n selectItem(item: any, data: any): void;\n deselectItem(item: any): void;\n onDataNavigatorDataSetChange(nv: any): any;\n toggleMessage(show: any, type: any, msg: any, header?: any): void;\n export($item: any): void;\n expandRow(rowId: any): void;\n collapseRow(rowId: any): void;\n private _documentClickBind;\n private _redraw;\n invokeActionEvent($event: any, expression: string): void;\n protected handleEvent(node: HTMLElement, eventName: string, callback: Function, locals: any): void;\n triggerUploadEvent($event: any, eventName: any, fieldName: any, row: any): void;\n registerFormWidget(): void;\n writeValue(): void;\n private _onChange;\n private _onTouched;\n registerOnChange(fn: any): void;\n registerOnTouched(fn: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<TableComponent, [null, null, null, null, null, null, null, { optional: true; }, { attribute: \"dataset.bind\"; }, { attribute: \"datasource.bind\"; }, { attribute: \"readonlygrid\"; }, null, null]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<TableComponent, \"[wmTable]\", never, {}, {}, [\"rowExpansionTmpl\", \"rowActionTmpl\", \"filterTmpl\", \"inlineWidgetTmpl\", \"inlineWidgetNewTmpl\", \"customExprTmpl\", \"rowExpansionActionTmpl\"], never, false, never>;\n}\n\n\n\ndeclare class AlertDialogComponent extends BaseDialog implements OnInit {\n static initializeProps: void;\n dialogTemplate: TemplateRef<any>;protected getTemplateRef(): TemplateRef<any>;\n /**\n * Click event handler for the ok button\n * invokes on-ok event callback\n * @param {Event} $event\n */\n onOk($event: Event): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<AlertDialogComponent, [null, { attribute: \"class\"; }, { attribute: \"modal\"; }, { attribute: \"closable\"; }]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<AlertDialogComponent, \"div[wmAlertDialog]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class ConfirmDialogComponent extends BaseDialog implements OnInit {\n static initializeProps: void;\n dialogTemplate: TemplateRef<any>;onEscape($event: KeyboardEvent): void;\n protected getTemplateRef(): TemplateRef<any>;\n /**\n * Click event handler for the ok button\n * invokes on-ok event callback\n * @param {Event} $event\n */\n onOk($event: Event): void;\n /**\n * Click event handler for the cancel button\n * invokes on-cancel event callback\n * @param {Event} $event\n */\n onCancel($event: Event): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<ConfirmDialogComponent, [null, { attribute: \"class\"; }, { attribute: \"modal\"; }, { attribute: \"closable\"; }]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<ConfirmDialogComponent, \"div[wmConfirmDialog]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare abstract class BaseDialog extends BaseComponent implements IDialog, OnDestroy {\n protected modalOptions: ModalOptions;\n name: string;\n private readonly dialogService;\n private readonly bsModal;\n private dialogRef;\n private dialogId;\n titleId: string;\n protected/**\n * Opens the dialog\n * Subscribe to the onShown event emitter of bsModal and trigger on-opened event callback\n */\n open(initState?: any): void;\n /**\n * closes the dialog\n * invokes the on-close event callback\n */\n close(): void;\n /**\n * Register the dialog with the dialog service for programmatic access\n */\n protected register(scope: any): void;\n /**\n * De Register the dialog with the dialog service after dialog destruction\n */\n protected deRegister(scope: any): void;\n /**\n * subclasses of BaseDialog must implement this method to return the proper template element ref\n * bsModal will use this refence to open the dialog\n * @returns {TemplateRef<any>}\n */\n protected abstract getTemplateRef(): TemplateRef<any>;\n protected onPropertyChange(key: string, nv: any, ov?: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<BaseDialog, never>;\n static \u0275prov: i0.\u0275\u0275InjectableDeclaration<BaseDialog>;\n}\n\n\n\ndeclare class DialogBodyDirective {\n private dialogRef;\n private renderer;\n height: any;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<DialogBodyDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<DialogBodyDirective, \"div[wmDialogBody]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class DialogFooterDirective extends BaseComponent {\n static initializeProps: void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<DialogFooterDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<DialogFooterDirective, \"div[wmDialogFooter]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class DialogHeaderComponent {\n private dialogRef;\n iconwidth: string;\n iconheight: string;\n iconmargin: string;\n iconclass: string;\n iconurl: string;\n closable: boolean;\n heading: string;\n headinglevel?: string;\n subheading: string;\n titleid: string;\n get isClosable(): boolean;closeDialog(): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<DialogHeaderComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<DialogHeaderComponent, \"div[wmDialogHeader]\", never, { \"iconwidth\": { \"alias\": \"iconwidth\"; \"required\": false; }; \"iconheight\": { \"alias\": \"iconheight\"; \"required\": false; }; \"iconmargin\": { \"alias\": \"iconmargin\"; \"required\": false; }; \"iconclass\": { \"alias\": \"iconclass\"; \"required\": false; }; \"iconurl\": { \"alias\": \"iconurl\"; \"required\": false; }; \"closable\": { \"alias\": \"closable\"; \"required\": false; }; \"heading\": { \"alias\": \"heading\"; \"required\": false; }; \"headinglevel\": { \"alias\": \"headinglevel\"; \"required\": false; }; \"subheading\": { \"alias\": \"subheading\"; \"required\": false; }; \"titleid\": { \"alias\": \"titleid\"; \"required\": false; }; }, {}, never, never, false, never>;\n}\n\n\n\ndeclare class DialogComponent extends BaseDialog implements OnInit {\n static initializeProps: void;\n isDialogComponent: boolean;\n dialogTemplate: TemplateRef<any>;\n dialogBody: TemplateRef<any>;\n dialogFooter: TemplateRef<any>;protected getTemplateRef(): TemplateRef<any>;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<DialogComponent, [null, { attribute: \"class\"; }, { attribute: \"modal\"; }, { attribute: \"closable\"; }, { self: true; }]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<DialogComponent, \"div[wmDialog]\", never, {}, {}, [\"dialogBody\", \"dialogFooter\"], never, false, never>;\n}\n\n\n\ndeclare class IframeDialogComponent extends BaseDialog implements OnInit {\n static initializeProps: void;\n dialogTemplate: TemplateRef<any>;protected getTemplateRef(): TemplateRef<any>;\n /**\n * Click event handler for the ok button\n * invokes on-ok event callback\n * @param {Event} $event\n */\n onOk($event: Event): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<IframeDialogComponent, [null, { attribute: \"class\"; }, { attribute: \"modal\"; }, { attribute: \"closable\"; }]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<IframeDialogComponent, \"div[wmIframeDialog]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare class LoginDialogDirective implements AfterViewInit, OnDestroy {\n private contexts;\n private dialogRef;\n formCmp: QueryList<FormComponent>;\n msgCmp: MessageComponent;\n dialogOpenSubscription: any;hideMsg(): void;\n showError(msg: any): void;\n showLoading(): void;\n onSuccess(): void;\n onError(error?: any): void;\n getLoginDetails(): {};\n doLogin(): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<LoginDialogDirective, [{ self: true; }, { self: true; }]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<LoginDialogDirective, \"[wmDialog][wmLoginDialog]\", never, {}, {}, [\"msgCmp\", \"formCmp\"], never, false, never>;\n}\n\n\n\n\ndeclare class PartialDialogComponent extends BaseDialog implements OnInit {\n static initializeProps: void;\n dialogTemplate: TemplateRef<any>;\n dialogContent: TemplateRef<any>;\n partialRef: any;\n protected app: any;\n protected Widgets: any;\n protected Variables: any;\n protected Actions: any;protected getTemplateRef(): TemplateRef<any>;\n /**\n * Click event handler for the ok button\n * invokes on-ok event callback\n * @param {Event} $event\n */\n onOk($event: Event): void;private setPartialLoadListener;\n open(initState?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<PartialDialogComponent, [null, null, { attribute: \"class\"; }, { attribute: \"modal\"; }, { attribute: \"closable\"; }]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<PartialDialogComponent, \"div[wmPartialDialog]\", never, {}, {}, [\"dialogContent\", \"partialRef\"], never, false, never>;\n}\n\n\n\n\ndeclare class CalendarComponent extends StylableComponent implements AfterContentInit, AfterViewInit, OnInit, OnDestroy, IRedrawableComponent {\n static initializeProps: void;\n _calendar: ElementRef;\n _datepicker: ElementRef;\n selecteddates: any;\n selecteddata: any;\n currentview: object;\n dataset: any;\n calendartype: any;\n controls: string;\n datavalue: any;\n eventtitle: any;\n eventstart: any;\n eventend: any;\n eventallday: any;\n eventclass: any;\n private eventSources;\n private dataSetEvents;\n private oldData;\n private $fullCalendar;\n private proxyModel;\n private eventData;\n private events;\n private changesStack;\n private calendarOptions;\n view: string;\n private dayClass;\n private cancelLocaleChangeSubscription;\n selectDate(): void;\n gotoDate(): void;\n gotoNextYear(): void;\n gotoPrevYear(): void;\n /**\n * this function takes the calendar view to the specified month\n * @param monthVal, 1-12 value of month\n */\n gotoMonth(monthVal: any): void;\n gotoNextMonth(): void;\n gotoPrevMonth(): void;\n rerenderEvents(): void;\n private setSelectedData;\n private eventDrop;\n getDefaultDate(): Date;\n getDefaultOptions(): any;\n getLib(): string;\n private select;\n /**\n * this functions unselects all the selections in calendar\n */\n unselect(): void;\n /**\n * this function is to add extendedProps data to the data object.\n * this is done for backward compatibility\n * @param eventObj event object as per new version (v5)\n * @returns _eventMetadata event object as per the old version (v3)\n */\n private convertEventObj;\n /**\n * this function is to add extendedProps data to the data object exluding start end title allDay objects if the key name matches.\n * * this is done for backward compatibility\n * @param eventObj event object as per new version (v5)\n * @returns data event object as per the old version (v3)\n */\n private convertEventObjForOldAndNewData;\n private eventResize;\n private onEventChangeStart;\n private eventClick;\n private eventDidMount;\n private viewDidMount;\n /**\n * This function gets called when the view of the calendar changes.\n * @param data contains the start end data of the calendar view.\n */\n private datesSet;\n private dateClick;\n private updateCalendarHeaderOptions;onStyleChange(key: any, nv: any, ov?: any): void;\n onPropertyChange(key: any, nv: any, ov?: any): void;\n private calculateHeight;private constructCalendarDataset;\n private setLocale;\n /**\n * override the default calendar options with the newSet of options\n * @param options\n */\n overrideDefaults(options: any): void;\n /**\n * if the operations are performed before the calendar renders, the changes are pushed into changesStack and will be executed after the calendar gets rendered\n * if the calendar is already rendered, then the specific operation will be performed according to the operation type\n * @param operationType\n * @param argumentKey\n * @param argumentValue\n */\n updateCalendarOptions(operationType: string, argumentKey?: any, argumentValue?: any): void;\n redraw(): void;\n private onValueChange;\n /**\n * This function will receive an object containing source of calendar, apikey and calendarId and will integrate the respective calendar with fullcalendar.\n * @param eventObject\n */\n addEventSource(eventObject: any): void;\n /**\n * get the viewTypeKey according to the calendarType and viewType selected\n * @param viewKey\n */\n getViewType(viewKey: any): any;\n /**\n * @param operationType\n * @param argumentKey\n * @param argumentValue\n * Handle various operations like Rendering Calendar, changing the calendar viewType, setting the calendarOptions according to the operationType.\n */\n applyCalendarOptions(operationType: string, argumentKey?: any, argumentValue?: any): void;\n /**\n * Adds the new eventsDataSet to the calendar object with addEvent Method and re-renders the calendar\n */\n renderEventDataSet(): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<CalendarComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<CalendarComponent, \"[wmCalendar]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\n\ndeclare class ChipsComponent extends DatasetAwareFormComponent implements OnInit, AfterViewInit {\n private bindDisplayField;\n private bindDisplayExpr;\n private bindDisplayImgSrc;\n private bindDataField;\n private bindDataSet;\n private bindChipclass;\n static initializeProps: void;\n allowonlyselect: boolean;\n enablereorder: boolean;\n maxsize: number;\n inputwidth: any;\n private debouncetime;\n chipsList: Array<any>;\n private readonly maxSizeReached;\n private saturate;\n private nextItemIndex;\n private getTransformedData;\n private inputposition;\n private showsearchicon;\n searchComponent: SearchComponent;\n private _datasource;\n private _unsubscribeDv;\n private searchkey;\n private _debounceUpdateQueryModel;\n private limit;\n private _classExpr;\n private minchars;\n private matchmode;\n get datasource(): any;\n set datasource(nv: any);/**\n * This method returns the evaluated class expression.\n * @param $index index of the chip\n * @param item chip object containing the key, value, label\n * @returns {any} evaluated class expression value\n */\n private registerChipItemClass;\n private applyItemClass;\n private removeDuplicates;\n private updateQueryModel;\n private resetSearchModel;\n private addItem;\n private createCustomDataModel;\n private isDuplicate;\n private updateMaxSize;\n protected getDefaultModel(query: Array<string> | string, index?: number): Promise<any>;\n private handleChipClick;\n private handleChipFocus;\n stopEvent($event: Event): void;\n onTextDelete($event: Event): void;\n onInputClear($event: Event): void;\n private onBackspace;\n private onDelete;\n onArrowLeft($item?: DataSetItem, $index?: number): void;\n onArrowRight($item?: DataSetItem, $index?: number): void;\n private focusSearchBox;\n private removeItem;\n /**\n * Swaps items in an array if provided with indexes.\n * @param data :- array to be swapped\n * @param newIndex :- new index for the element to be placed\n * @param currentIndex :- the current index of the element.\n */\n private swapElementsInArray;\n /**\n * Cancels the reorder by reseting the elements to the original position.\n */\n private resetReorder;\n private invokeOnBeforeServiceCall;\n protected handleEvent(node: HTMLElement, eventName: string, eventCallback: Function, locals: any): void;\n private configureDnD;\n private onReorderStart;\n private update;\n onPropertyChange(key: string, nv: any, ov: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<ChipsComponent, [null, { attribute: \"displayfield.bind\"; }, { attribute: \"displayexpression.bind\"; }, { attribute: \"displayimagesrc.bind\"; }, { attribute: \"datafield.bind\"; }, { attribute: \"dataset.bind\"; }, { attribute: \"chipclass.bind\"; }]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<ChipsComponent, \"[wmChips]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\n\ndeclare class ColorPickerComponent extends BaseFormCustomComponent {\n static initializeProps: void;\n required: boolean;\n readonly: boolean;\n disabled: boolean;\n name: string;\n placeholder: any;\n tabindex: any;\n shortcutkey: string;\n outsideclick: boolean;\n autoclose: string;\n hint: string;\n ngModel: NgModel;\n inputEl: ElementRef;\n cpDirective: ColorPickerDirective;colorPickerToggleChange(isOpen: boolean): void;\n colorPickerOpen(value: string): void;\n open(): void;\n close(): void;\n protected handleEvent(node: HTMLElement, eventName: string, callback: Function, locals: any): void;\n handleChange(newVal: boolean): void;\n protected onPropertyChange(key: string, nv: any, ov: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<ColorPickerComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<ColorPickerComponent, \"[wmColorPicker]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\n\n\ndeclare class CurrencyComponent extends NumberLocale {\n private appDefaults;\n static initializeProps: void;\n currencyCode: string;\n currencySymbol: string;\n required: boolean;\n regexp: any;\n disabled: boolean;\n autofocus: boolean;\n name: string;\n tabindex: any;\n shortcutkey: string;\n hint: string;\n ngModel: NgModel;\n inputEl: ElementRef;onPropertyChange(key: string, nv: any, ov?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<CurrencyComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<CurrencyComponent, \"[wmCurrency]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare abstract class BaseFormCustomComponent extends BaseFormComponent implements ControlValueAccessor, OnInit, Validator {\n private _formControl;\n protected _onChange: any;\n private _onTouched;registerOnChange(fn: any): void;\n registerOnTouched(fn: any): void;\n writeValue(value: any): void;\n invokeOnChange(value: any, $event?: Event | any, valid?: boolean): void;\n invokeOnTouched($event?: Event): void;\n invokeOnFocus($event: Event): void;\n validate(control: AbstractControl): {\n [key: string]: any;\n };\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<BaseFormCustomComponent, never>;\n static \u0275prov: i0.\u0275\u0275InjectableDeclaration<BaseFormCustomComponent>;\n}\n\n\n\ndeclare abstract class BaseFormComponent extends StylableComponent implements AfterViewInit {\n protected inj: Injector;\n private dataval;\n private prevDatavalue;\n protected binddatavalue: string;\n private datavaluesource;\n protectedset datavalue(datavalue: any);\n get datavalue(): any;\n /**\n * Responsible for updating the variable bound to the widget's datavalue property.\n * @param value\n */\n updateBoundVariable(value: any): void;\n protected invokeOnChange(value: any, $event?: Event): void;\n protected updatePrevDatavalue(val: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<BaseFormComponent, never>;\n static \u0275prov: i0.\u0275\u0275InjectableDeclaration<BaseFormComponent>;\n}\n\n\n\ndeclare class ButtonComponent extends StylableComponent {\n static initializeProps: void;\n iconurl: string;\n iconclass: string;\n caption: string;\n badgevalue: string;\n type: string;\n tabindex: number;\n disabled: boolean;\n shortcutkey: string;\n iconposition: string;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<ButtonComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<ButtonComponent, \"button[wmButton]\", [\"wmButton\"], {}, {}, never, [\".caret\"], false, never>;\n}\n\n\n\ndeclare class ButtonGroupDirective extends StylableComponent {\n static initializeProps: void;\n vertical: boolean;\n handleClick(event: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<ButtonGroupDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<ButtonGroupDirective, \"[wmButtonGroup]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class CaptionPositionDirective implements AfterViewInit, OnInit, OnDestroy {\n private elementRef;\n private inputEl;\n private nativeEl;\n private compositeEle;\n private app;\n private labelAnimationSubscription;\n private placeholder;\n private _attrObserver;\n private _isPlaceholderBound;\n private skipFloatPositionWidgets;private onBlurCb;\n private onFocusCb;\n private checkForSelectPlaceholder;\n private setDefaultValueAnimation;\n /**\n * Observing placeholder attribute change on DOM instead of having a propChangeHandler fn\n * For composite widgets propertychangehandler function is invoked at independent widgets where as the directive is at composite level\n */\n private observeForPlaceholderAttrChange;\n private checkForRightAlignedForm;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<CaptionPositionDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<CaptionPositionDirective, \"[wmCaptionPosition]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare class CheckboxComponent extends BaseFormCustomComponent implements OnInit, AfterViewInit {\n type: any;\n static initializeProps: void;\n proxyModel: boolean;\n disabled: boolean;\n readonly: boolean;\n required: boolean;\n name: string;\n hint: string;\n shortcutkey: string;\n tabindex: any;\n _caption: string;\n private _checkedvalue;\n private _uncheckedvalue;\n ngModel: NgModel;\n checkboxEl: ElementRef;\n get datavalue(): any;\n set datavalue(v: any);onPropertyChange(key: any, nv: any, ov: any): void;\n protected handleEvent(node: HTMLElement, eventName: string, callback: Function, locals: any): void;\n handleChange(newVal: boolean): void;\n onKeyDown($event: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<CheckboxComponent, [null, { attribute: \"checkedvalue\"; }, { attribute: \"uncheckedvalue\"; }, { attribute: \"type\"; }]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<CheckboxComponent, \"[wmCheckbox]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class CheckboxsetComponent extends DatasetAwareFormComponent {\n static initializeProps: void;\n layout: string;\n collapsible: boolean;\n protected match: string;\n protected dateformat: string;\n disabled: boolean;\n itemsperrow: string;\n private itemsPerRowClass;onCheckboxLabelClick($event: any, key: any): void;\n protected handleEvent(node: HTMLElement, eventName: string, callback: Function, locals: any): void;\n onKeyDown($event: any): void;\n onPropertyChange(key: any, nv: any, ov?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<CheckboxsetComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<CheckboxsetComponent, \"[wmCheckboxset]\", [\"wmCheckboxset\"], {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class CompositeDirective extends StylableComponent implements AfterViewInit {\n static initializeProps: void;\n componentRefs: any;\n required: boolean;/**\n * this is onPropertyChange handler for the form-group component\n * @param key\n * @param nv\n * @param ov\n */\n onPropertyChange(key: any, nv: any, ov: any): void;\n /**\n * this method assigns the required on the component/directive based on the required attribute of the form-group\n */\n protected assignRequiredToSubComponents(): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<CompositeDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<CompositeDirective, \"div[wmComposite]\", never, {}, {}, [\"componentRefs\"], never, false, never>;\n}\n\n\n\n\n\ndeclare abstract class DatasetAwareFormComponent extends BaseFormCustomComponent implements OnInit, OnDestroy {\n groupby?: string;\n dataset: any;\n datafield: string;\n displayfield: string;\n displaylabel: string;\n displayimagesrc: string;\n displayexpression: string;\n usekeys: boolean;\n orderby: string;\n multiple: boolean;\n readonly: boolean;\n content: string;\n collapsible: boolean;\n datePipe: any;\n handleHeaderClick: ($event: any) => void;\n private toggleAllHeaders;\n appDefaults: any;\n binddisplayexpression: string;\n binddisplayimagesrc: string;\n binddisplaylabel: string;\n displayValue: Array<string> | string;\n datasetItems: DataSetItem[];\n acceptsArray: boolean;\n protected dataset$: Subject<unknown>;\n protected datavalue$: Subject<unknown>;\n protected match: string;\n protected dateformat: string;\n groupedData: any[];\n protected _modelByKey: any;\n _modelByValue: any;\n _defaultQueryInvoked: boolean;\n toBeProcessedDatavalue: any;\n private readonly _debouncedInitDatasetItems;\n protected allowempty: boolean;\n compareby: any;\n private cancelLocaleChangeSubscription;\n get modelByKey(): any;\n set modelByKey(val: any);\n get datavalue(): any;\n set datavalue(val: any);\n protected/**\n * This function sets the _datavalue value from the model and sets the selected flag when item is found.\n * Here model is the value obtained from ngModel.\n * @param keys represent the model.\n */\n protected selectByKey(keys: any): void;\n /**\n * This function sets the _model value from the datavalue (selectedvalues) and sets the selected flag when item is found.\n * datavalue is the default value or a value representing the displayField (for suppose: object in case of ALLFIELDS).\n * If acceptsArray is true, the model always accepts an array.\n * For example, select always accepts model as array whether multiple select is true or false.\n * @param values represent the datavalue.\n */\n protected selectByValue(values: Array<any> | any): void;\n protected readonly _debounceDatavalueUpdation: any;\n protected initDisplayValues(): void;\n protected initDatasetItems(): void;\n protected postDatasetItemsInit(): void;\n protected resetDatasetItems(): void;\n protected setTemplate(partialName: any): void;\n private getGroupedData;\n private datasetSubscription;\n protected setGroupData(): void;\n onPropertyChange(key: string, nv: any, ov?: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<DatasetAwareFormComponent, [null, null, { attribute: \"groupby\"; }]>;\n static \u0275prov: i0.\u0275\u0275InjectableDeclaration<DatasetAwareFormComponent>;\n}\n\n\n\n\n\n\ndeclare class NumberComponent extends NumberLocale {\n static initializeProps: void;\n required: boolean;\n regexp: string;\n disabled: boolean;\n name: string;\n hint: string;\n tabindex: any;\n conditionalclass: any;\n conditionalstyle: any;\n shortcutkey: string;\n autofocus: boolean;\n inputEl: ElementRef;\n ngModel: NgModel;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<NumberComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<NumberComponent, \"[wmNumber]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class RadiosetComponent extends DatasetAwareFormComponent {\n static initializeProps: void;\n layout: string;\n disabled: boolean;\n itemsperrow: string;\n private itemsPerRowClass;/**\n * On click of the option, update the datavalue\n */\n onRadioLabelClick($event: any, key: any): void;\n protected handleEvent(node: HTMLElement, eventName: string, callback: Function, locals: any): void;\n onPropertyChange(key: any, nv: any, ov?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<RadiosetComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<RadiosetComponent, \"[wmRadioset]\", [\"wmRadioset\"], {}, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare class SelectComponent extends DatasetAwareFormComponent implements AfterViewInit {\n static initializeProps: void;\n readonly: boolean;\n placeholder: string;\n navsearchbar: any;\n class: any;\n required: boolean;\n disabled: boolean;\n tabindex: any;\n name: string;\n autofocus: boolean;\n hint: string;\n private app;\n selectEl: ElementRef;\n set datasource(ds: any);protected handleEvent(node: HTMLElement, eventName: string, eventCallback: Function, locals: any): void;\n onSelectValueChange($event: any): void;\n onPropertyChange(key: string, nv: any, ov?: any): void;\n /**\n * When caption floating is enabled and placeholder is given, do not show placeholder until user focuses on the field\n * When focused add the placeholder to the option which is selected\n * On blur, remove the placeholder and do not animate the label\n * @param $event event received will be either a blur or focus event\n */\n checkForFloatingLabel($event: any): void;\n private removePlaceholderOption;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<SelectComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<SelectComponent, \"wm-select\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare class SwitchComponent extends DatasetAwareFormComponent implements AfterViewInit {\n static initializeProps: void;\n options: any[];\n selectedItem: DataSetItem;\n iconclass: any;\n private btnwidth;\n disabled: boolean;\n required: boolean;\n private _debounceSetSelectedValue;\n name: string;onStyleChange(key: string, nv: any, ov?: any): void;\n private setSelectedValue;\n private updateSwitchOptions;\n private updateHighlighter;\n selectOptAtIndex($index: any): void;\n selectOpt($event: any, $index: any, option: any): void;\n onPropertyChange(key: any, nv: any, ov?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<SwitchComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<SwitchComponent, \"[wmSwitch]\", [\"wmSwitch\"], {}, {}, never, never, false, never>;\n}\n\n\n\n\n\ndeclare abstract class BaseInput extends BaseFormCustomComponent implements AfterViewInit {\n class: string;\n autotrim: boolean;\n imask: any;\n ngModelOptions: {\n updateOn: string;\n };\n /**\n * Reference to the input element. All the styles and classes will be applied on this node.\n * Input components must override this\n */\n protected abstract inputEl: ElementRef;\n /**\n * Reference to the ngModel directive instance.\n * Used to check the validity of the input\n */\n protected abstract ngModel: NgModel;\n protected onPropertyChange(key: string, nv: any, ov: any): void;\n handleChange(newValue: any): void;\n protected handleEvent(node: HTMLElement, eventName: string, eventCallback: Function, locals: any): void;\n handleBlur($event: any): void;\n flushViewChanges(val: any): void;protectedstatic \u0275fac: i0.\u0275\u0275FactoryDeclaration<BaseInput, never>;\n static \u0275prov: i0.\u0275\u0275InjectableDeclaration<BaseInput>;\n}\n\n\n\n\ndeclare class InputCalendarComponent extends BaseInput {\n static initializeProps: void;\n required: boolean;\n disabled: boolean;\n type: string;\n name: string;\n readonly: string;\n conditionalclass: any;\n conditionalstyle: any;\n minvalue: any;\n maxvalue: any;\n step: number;\n tabindex: any;\n placeholder: any;\n shortcutkey: string;\n autofocus: boolean;\n autocomplete: any;\n hint: string;\n inputEl: ElementRef;\n ngModel: NgModel;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<InputCalendarComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<InputCalendarComponent, \"wm-input[type=\"date\"], wm-input[type=\"datetime-local\"], wm-input[type=\"month\"], wm-input[type=\"time\"], wm-input[type=\"week\"]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare class InputColorComponent extends BaseInput {\n static initializeProps: void;\n required: boolean;\n maxchars: number;\n name: string;\n readonly: boolean;\n conditionalclass: any;\n conditionalstyle: any;\n tabindex: any;\n shortcutkey: string;\n autofocus: boolean;\n disabled: boolean;\n placeholder: any;\n type: string;\n hint: string;\n inputEl: ElementRef;\n ngModel: NgModel;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<InputColorComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<InputColorComponent, \"wm-input[type=\"color\"]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare class InputEmailComponent extends BaseInput {\n static initializeProps: void;\n required: boolean;\n maxchars: number;\n disabled: boolean;\n name: string;\n readonly: boolean;\n conditionalclass: any;\n conditionalstyle: any;\n tabindex: any;\n shortcutkey: string;\n autofocus: boolean;\n autocomplete: any;\n regexp: string;\n placeholder: any;\n type: string;\n hint: string;\n inputEl: ElementRef;\n ngModel: NgModel;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<InputEmailComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<InputEmailComponent, \"wm-input[type=\"email\"]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\n\ndeclare abstract class NumberLocale extends BaseInput implements Validator {\n private i18nService;\n private trailingZeroDecimalPipe;\n private DECIMAL;\n private GROUP;\n private selectedLocale;\n private proxyModel;\n private numberNotInRange;\n private isInvalidNumber;\n private isDefaultQuery;\n private decimalValue;\n displayValue: string;\n private numberfilter;\n private localefilter;\n readonly: boolean;\n placeholder: string;\n minvalue: number;\n maxvalue: number;\n updateon: string;\n step: number;\n trailingzero: boolean;\n private validateType;\n inputmode: string;\n private lastValIsDecimal;set datavalue(value: number);\n get datavalue(): number;\n protected resetValidations(): void;\n /**\n * Adds validations for the number before updating the widget model. like validating min and max value for the widget.\n * @param {number} val number to be validated\n * @returns {number}\n */\n private isValid;\n /**\n * returns a valid number by validating the minimum and maximum values.\n * @param {number} value\n * @returns {number}\n */\n private getValueInRange;\n /**\n * convert number to localized number using angular decimal pipe. eg 10,00,000 or 1,000,000\n * @param number\n * @returns {string}\n */\n private transformNumber;\n /**\n * resets the cursor position in the text box.\n * @param {number} value cursor position index form left to right.\n */\n private resetCursorPosition;\n /**\n * Method parses the Localized number(string) to a valid number.\n * if the string dose not result to a valid number then returns NaN.\n * @param {string} val Localized number.\n * @returns {number}\n */\n private parseNumber;\n private updateDisplayText;\n private stepLength;\n isNaturalCurrency(): boolean;\n /**\n * @param value contains the value entered in the input box\n * This function modifies the user input value, into financial mode.\n * Number starts from highest precesion decimal, on typing number shifts to the left\n */\n onInputChange(value: any): void;\n checkForTrailingZeros($event: any): void;\n /**\n * returns the number of decimal places a number have.\n * @param value: number\n * @returns {number}\n */\n private countDecimals;\n /**\n * handles the arrow press event. Increases or decreases the number. triggered fom the template\n * @param $event keyboard event.\n * @param key identifier to increase or decrease the number.\n */\n onArrowPress($event: any, key: any): void;\n /**\n * method is called from the from widget. to check whether the value entered is valid or not.\n * @returns {object}\n */\n validate(c: AbstractControl): {\n invalidNumber: {\n valid: boolean;\n };\n numberNotInRange?: undefined;\n required?: undefined;\n } | {\n numberNotInRange: {\n valid: boolean;\n };\n invalidNumber?: undefined;\n required?: undefined;\n } | {\n required: boolean;\n invalidNumber?: undefined;\n numberNotInRange?: undefined;\n };\n validateInputEntry($event: any): boolean;\n onBackspace($event: any): void;\n onEnter($event: any): void;\n onModelChange($event: any): void;\n onPropertyChange(key: any, nv: any, ov?: any): void;\n}\n\n\n\n\ndeclare class InputNumberComponent extends BaseInput {\n static initializeProps: void;\n required: boolean;\n maxchars: number;\n disabled: boolean;\n name: string;\n readonly: boolean;\n conditionalclass: any;\n conditionalstyle: any;\n minvalue: number;\n maxvalue: number;\n tabindex: any;\n placeholder: any;\n shortcutkey: string;\n autofocus: boolean;\n autocomplete: any;\n type: string;\n hint: string;\n inputEl: ElementRef;\n ngModel: NgModel;\n step: any;onArrowPress($event: any): void;\n validateInputEntry($event: any): boolean;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<InputNumberComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<InputNumberComponent, \"wm-input[type=\"number\"]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\n\ndeclare class InputTextComponent extends BaseInput implements OnInit {\n static initializeProps: void;\n required: boolean;\n maxchars: number;\n regexp: string;\n displayformat: string;\n disabled: boolean;\n type: any;\n name: string;\n readonly: boolean;\n conditionalclass: any;\n conditionalstyle: any;\n tabindex: any;\n placeholder: any;\n shortcutkey: string;\n autofocus: boolean;\n autocomplete: any;\n maskVal: any;\n isFocused: boolean;\n private lazy;\n hint: string;\n inputEl: ElementRef;\n ngModel: NgModel;\n imask: IMaskDirective<any>;onPropertyChange(key: any, nv: any, ov: any): void;\n get mask(): false | {\n mask: any;\n lazy: boolean;\n definitions: {\n '9': RegExp;\n A: RegExp;\n a: RegExp;\n '*': RegExp;\n };\n };\n checkForDisplayFormat($event?: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<InputTextComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<InputTextComponent, \"wm-input[type=\"text\"], wm-input:not([type]), wm-input[type=\"password\"], wm-input[type=\"search\"], wm-input[type=\"tel\"], wm-input[type=\"url\"]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare class TextareaComponent extends BaseInput {\n static initializeProps: void;\n required: boolean;\n maxchars: number;\n disabled: boolean;\n name: string;\n readonly: boolean;\n conditionalclass: any;\n conditionalstyle: any;\n tabindex: any;\n placeholder: any;\n shortcutkey: string;\n autofocus: boolean;\n hint: string;\n limitdisplaytext: string;\n charlength: number;\n inputEl: ElementRef;\n ngModel: NgModel;onInputChange(): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<TextareaComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<TextareaComponent, \"wm-textarea\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\n\n\ndeclare function getTimepickerConfig(i18nService: any): TimepickerConfig;\ndeclare abstract class BaseDateTimeComponent extends BaseFormCustomComponent implements AfterViewInit, OnDestroy, Validator {\n required: boolean;\n disabled: boolean;\n tabindex: any;\n name: string;\n autofocus: boolean;\n readonly: boolean;\n placeholder: string;\n shortcutkey: string;\n _triggeredByUser: boolean;\n excludedays: string;\n excludedDaysToDisable: Array<number>;\n excludedDatesToDisable: Array<Date>;\n excludedates: any;\n outputformat: any;\n mindate: any;\n maxdate: any;\n dataentrymode: any;\n protected activeDate: any;\n private elementScope;\n datepattern: any;\n timepattern: any;\n protected showseconds: boolean;\n protected ismeridian: boolean;\n protected meridians: any;\n protected datePipe: any;\n protected i18nService: any;\n isReadOnly: boolean;\n protected selectedLocale: string;\n selectfromothermonth: boolean;\n todaybutton: boolean;\n clearbutton: boolean;\n removeKeyupListener: any;\n loadNativeDateInput: any;\n showcustompicker: any;\n next: any;\n prev: any;\n clicked: boolean;\n protected dateNotInRange: boolean;\n protected timeNotInRange: boolean;\n protected invalidDateTimeFormat: boolean;\n private dateOnShowSubscription;\n private cancelLocaleChangeSubscription;\n get timeZone(): any;\n formatsByLocale: {\n timezone: string;\n };\n /**\n * This is an internal property used to map the containerClass, showWeekNumbers etc., to the bsDatepicker\n */\n _dateOptions: BsDatepickerConfig;\n protected bsDatePickerDirective: BsDatepickerDirective;\n protected bsDropdown: any;\n protected bsTimePicker: any;\n datetimepickerComponent: any;\n private validateType;\n containerTarget: string;/**\n * returns true if the input value is default (i.e open date picker on input click)\n * @param1 dropdownvalue, user selected value (by default datepicker opens on input click)\n * **/\n protected isDropDownDisplayEnabledOnInput(dropdownvalue: any): boolean;\n /**\n * returns true if the input value is default (i.e Data entry can be done either by selecting from the Date/DateTime/Time Picker or by entering manually using the keyboard. )\n * @param1 dropdownvalue, user selected value\n * **/\n protected isDataEntryModeEnabledOnInput(dropdownvalue: any): boolean;\n /**\n * This method is used to show validation message depending on the isNativePicker flag.\n */\n private showValidation;\n resetDisplayInput(): void;\n validate(c: AbstractControl): {\n invalidDateTimeFormat: {\n valid: boolean;\n };\n dateNotInRange?: undefined;\n timeNotInRange?: undefined;\n required?: undefined;\n } | {\n dateNotInRange: {\n valid: boolean;\n };\n invalidDateTimeFormat?: undefined;\n timeNotInRange?: undefined;\n required?: undefined;\n } | {\n timeNotInRange: {\n valid: boolean;\n };\n invalidDateTimeFormat?: undefined;\n dateNotInRange?: undefined;\n required?: undefined;\n } | {\n required: boolean;\n invalidDateTimeFormat?: undefined;\n dateNotInRange?: undefined;\n timeNotInRange?: undefined;\n };\n /**\n * This method is used to validate date pattern and time pattern\n * If user selects one pattern in design time and if he tries to enter the date in another pattern then the device is throwing an error\n */\n protected formatValidation(newVal: any, inputVal: any, isNativePicker?: boolean): boolean;\n /**\n * This method is used to validate min date, max date, exclude dates and exclude days\n * In mobile if invalid dates are entered, device is showing an alert.\n * In web if invalid dates are entered, device is showing validation message.\n */\n protected minDateMaxDateValidationOnInput(newVal: any, $event?: Event, displayValue?: string, isNativePicker?: boolean): any;\n /**\n * This method is used to highlight the current date\n */\n protected hightlightToday(newDate: any): void;\n /**\n * This method is used to find the new date is from another year or not\n * @param newDate - newly selected date value\n */\n private isOtheryear;\n showDatePickerModal(bsDataval: any): void;\n /**\n * This method is used to load other month days or other month or other year\n * @param btnClass - class(previous/next) of the button which we have to click\n * @param timePeriod - String value decides to load other month days or other month or other year\n */\n private goToOtherMonthOryear;\n /**\n * This method is used to set focus for active day\n * @param newDate - newly selected date value\n * @param isMouseEvent - boolean value represents the event is mouse event/ keyboard event\n */\n private setActiveDateFocus;\n private getMonth;\n /**\n * This method sets focus for months/days depending on the loaded datepicker table\n */\n private setFocusForMonthOrDay;\n /**\n * This method sets focus for months/years depending on the loaded datepicker table\n */\n private setFocusForCurrentMonthOryear;\n /**\n * This method sets focus for months/years/days depending on the loaded datepicker table\n */\n private setFocusForDate;\n /**\n * This method is used to add keyboard events while opening the date picker\n * @param scope - scope of the date/datetime widget\n * @param isDateTime - boolean value represents the loaded widget is date or datetime\n */\n protected addDatepickerKeyboardEvents(scope: any, isDateTime: any): void;\n private setNextData;\n /**\n * This method is used to add tabindex, keybord and mouse events for days\n */\n private loadDays;\n /**\n * This method sets keyboard events for days\n */\n private addKeyBoardEventsForDays;\n private focusBlurDatePickerHeadButtons;\n /**\n * This method is used to add tabindex, keybord and mouse events for months\n */\n private loadMonths;\n /**\n * This method sets keyboard events for months\n */\n private addKeyBoardEventsForMonths;\n /**\n * This method is used to add tabindex, keybord and mouse events for years\n */\n private loadYears;\n /**\n * This method is used to set focus for active month\n */\n private setActiveMonthFocus;\n /**\n * This method sets keyboard events for years\n */\n private addKeyBoardEventsForYears;\n /**\n * This method is used to set focus for active year\n */\n private setActiveYearFocus;\n /**\n * This method sets focus for timepicker first input field(hours field) while opening time picker\n * @param scope - scope of the time picker widget\n */\n protected focusTimePickerPopover(scope: any): void;\n /**\n * This function sets the keyboard events to Timepicker popup\n */\n protected bindTimePickerKeyboardEvents(): void;\n protected focusOnInputEl(): void;\n /**\n * This function checks whether the given date is valid or not\n * @returns boolean value, true if date is valid else returns false\n */\n private isValidDate;\n /**\n * This function checks whether the given time is valid or not\n */\n private timeFormatValidation;\n private updateTimeValue;\n /**\n * This function sets the events to given element\n * @param $el - element on which the event is added\n */\n private addEventsOnTimePicker;\n updateFormat(pattern: any): void;\n getMobileInput(): HTMLElement;\n onDateTimeInputBlur(): void;\n onDateTimeInputFocus(skipFocus?: boolean): void;\n getCordovaPluginDatePickerApi(): any;\n /**\n * This method sets the mouse events to Datepicker popup. These events are required when we navigate date picker through mouse.\n */\n private addDatepickerMouseEvents;\n blurDateInput(isPickerOpen: any): void;\n onPropertyChange(key: any, nv: any, ov?: any): void;setTimezone(locale: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<BaseDateTimeComponent, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<BaseDateTimeComponent, never, never, {}, {}, never, never, false, never>;\n}\n\n\n\n\n\ndeclare class DateComponent extends BaseDateTimeComponent {\n private cdRef;\n private appDefaults;\n static initializeProps: void;\n bsDataValue: any;\n showdropdownon: string;\n private dateContainerCls;\n isOpen: boolean;\n private isEnterPressedOnDateInput;\n private _bsDefaultLoadCheck;\n hint: string;\n private deregisterEventListener;\n private isCurrentDate;\n private focusTrap;\n private showdateformatasplaceholder;\n mask: any;\n private maskDateInputFormat;\n get timestamp(): any;\n get dateInputFormat(): string;\n get displayValue(): any;\n get nativeDisplayValue(): any;\n get datavalue(): any;\n set datavalue(newVal: any);\n protected bsDatePickerDirective: any;\n imask: IMaskDirective<any>;/**\n * This is an internal method triggered when the date input changes\n */\n onDisplayDateChange($event: any, isNativePicker?: boolean): void;\n private setDataValue;\n onDatePickerOpen(): void;\n onInputBlur($event: any): void;\n updateIMask(): void;\n hideDatepickerDropdown(): void;\n protected handleEvent(node: HTMLElement, eventName: string, callback: Function, locals: any): void;\n /**\n * This is an internal method used to toggle the dropdown of the date widget\n */\n toggleDpDropdown($event: any, skipFocus?: boolean): void;\n private addBodyClickListener;\n /**\n * This is an internal method triggered when pressing key on the date input\n */\n onDisplayKeydown(event: any): void;\n /**\n * This is an internal method triggered when the date selection changes\n */\n onDateChange(newVal: any): void;\n onPropertyChange(key: string, nv: any, ov?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<DateComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<DateComponent, \"[wmDate]\", never, {}, {}, never, never, false, never>;\n}\ndeclare function validateTheMaskedDate(format: any, locale: any): false | {\n mask: DateConstructor;\n pattern: any;\n format: (date: any) => any;\n parse: (str: any) => any;\n blocks: {\n YYYY: {\n mask: typeof import(\"imask\").MaskedRange;\n from: number;\n to: number;\n placeholderChar: string;\n maxLength: number;\n };\n YYY: {\n mask: typeof import(\"imask\").MaskedRange;\n from: number;\n to: number;\n placeholderChar: string;\n maxLength: number;\n };\n YY: {\n mask: typeof import(\"imask\").MaskedRange;\n from: number;\n to: number;\n placeholderChar: string;\n maxLength: number;\n };\n Y: {\n mask: typeof import(\"imask\").MaskedRange;\n from: number;\n to: number;\n placeholderChar: string;\n maxLength: number;\n };\n M: {\n mask: typeof import(\"imask\").MaskedRange;\n from: number;\n to: number;\n placeholderChar: string;\n maxLength: number;\n };\n MM: {\n mask: typeof import(\"imask\").MaskedRange;\n from: number;\n to: number;\n placeholderChar: string;\n maxLength: number;\n };\n MMM: {\n mask: typeof import(\"imask\").MaskedEnum;\n enum: string[];\n placeholderChar: string;\n maxLength: number;\n };\n MMMM: {\n mask: typeof import(\"imask\").MaskedEnum;\n enum: string[];\n placeholderChar: string;\n maxLength: number;\n };\n DD: {\n mask: typeof import(\"imask\").MaskedRange;\n from: number;\n to: number;\n placeholderChar: string;\n maxLength: number;\n };\n D: {\n mask: typeof import(\"imask\").MaskedRange;\n from: number;\n to: number;\n placeholderChar: string;\n maxLength: number;\n };\n ddd: {\n mask: typeof import(\"imask\").MaskedEnum;\n enum: string[];\n placeholderChar: string;\n maxLength: number;\n };\n dddd: {\n mask: typeof import(\"imask\").MaskedEnum;\n enum: string[];\n placeholderChar: string;\n minLength: number;\n };\n };\n autofix: boolean;\n lazy: boolean;\n overwrite: boolean;\n skipInvalid: boolean;\n};\n\n\n\n\ndeclare class DateTimePickerComponent implements AfterViewInit, OnDestroy {\n protected inj: Injector;\n private bsModalService;\n private isDateOpen;\n private isTimeOpen;\n private appLocale;\n datetimepickerTemplate: TemplateRef<any>;\n private mode;\n private placement;\n private _bsDatepickerConfig;\n private minTime;\n private maxTime;\n private _displayFormat;\n change: EventEmitter<Date>;\n private _value;\n private changedValue;\n private modalRef;\n private excludedDatesToDisable;set value(d: Date);\n set bsDatepickerConfig(config: BsDatepickerConfig);\n set excludedDaysToDisable(v: number[]);\n get bsDatepickerConfig(): BsDatepickerConfig;\n set displayFormat(format: string);\n validateSelectedDate(): boolean;\n get displayFormat(): string;\n /**\n * This method is used to highlight the current date\n */\n private hightlightToday;\n private hideOnClick;\n getDateLabel(): any;\n openDatePicker(): void;\n openTimePicker(): void;\n onDateUpdate(newVal: any): void;\n onTimeUpdate(newVal: any): void;\n show(): void;\n clear(): void;\n setToday(): void;\n reset(): void;\n hideModal(): void;\n onCancelClick(): void;\n onOkClick(): void;\n triggerChange(): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<DateTimePickerComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<DateTimePickerComponent, \"wm-datetimepicker\", never, { \"mode\": { \"alias\": \"mode\"; \"required\": false; }; \"placement\": { \"alias\": \"placement\"; \"required\": false; }; \"_bsDatepickerConfig\": { \"alias\": \"config\"; \"required\": false; }; \"minTime\": { \"alias\": \"minTime\"; \"required\": false; }; \"maxTime\": { \"alias\": \"maxTime\"; \"required\": false; }; \"_displayFormat\": { \"alias\": \"_displayFormat\"; \"required\": false; }; \"excludedDatesToDisable\": { \"alias\": \"excludedDatesToDisable\"; \"required\": false; }; \"value\": { \"alias\": \"value\"; \"required\": false; }; \"bsDatepickerConfig\": { \"alias\": \"config\"; \"required\": false; }; \"excludedDaysToDisable\": { \"alias\": \"excludedDaysToDisable\"; \"required\": false; }; \"displayFormat\": { \"alias\": \"displayFormat\"; \"required\": false; }; }, { \"change\": \"change\"; }, never, never, false, never>;\n}\ndeclare class TimePickerComponent implements AfterViewInit {\n protected inj: Injector;\n options: {\n hour: any[];\n minute: any[];\n second: any[];\n meridian: string[];\n };\n private value;\n private min;\n private max;\n change: EventEmitter<Date>;private populateNumbers;\n set({ index, value }: {\n index: any;\n value: any;\n }, unit: 'HOUR' | 'MINUTE' | 'SECOND' | 'MERIDIAN'): void;\n get hour(): any;\n get minute(): any;\n get second(): any;\n get meridian(): string;\n onDateUpdate(newVal: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<TimePickerComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<TimePickerComponent, \"wm-timepicker\", never, { \"value\": { \"alias\": \"value\"; \"required\": false; }; \"min\": { \"alias\": \"min\"; \"required\": false; }; \"max\": { \"alias\": \"max\"; \"required\": false; }; }, { \"change\": \"change\"; }, never, never, false, never>;\n}\n\n\n\n\ndeclare class DatetimeComponent extends BaseDateTimeComponent implements AfterViewInit, OnDestroy {\n private ngZone;\n private cdRef;\n private appDefaults;\n static initializeProps: void;\n /**\n * The below propeties prefixed with \"bs\" always holds the value that is selected from the datepicker.\n * The bsDateTimeValue = bsDateValue + bsTimeValue.\n */\n private bsDateTimeValue;\n bsDateValue: any;\n private bsTimeValue;\n private proxyModel;\n private app;\n hint: string;\n showdropdownon: string;\n private deregisterDatepickerEventListener;\n private deregisterTimepickeEventListener;\n private isEnterPressedOnDateInput;\n private focusTrap;\n get timestamp(): any;\n get dateInputFormat(): string;\n /**\n * The displayValue is the display value of the bsDateTimeValue after applying the datePattern on it.\n * @returns {any|string}\n */\n get displayValue(): any;\n get nativeDisplayValue(): any;\n bsDatePickerDirective: any;\n /**\n * This property checks if the timePicker is Open\n */\n isTimeOpen: boolean;\n /**\n * This property checks if the datePicker is Open\n */\n isDateOpen: boolean;\n /**\n * This timeinterval is used to run the timer when the time component value is set to CURRENT_TIME in properties panel.\n */\n private timeinterval;\n /**\n * This property is set to TRUE if the time component value is set to CURRENT_TIME; In this case the timer keeps changing the time value until the widget is available.\n */\n isCurrentDate: boolean;\n private _debouncedOnChange;\n private dateContainerCls;\n get datavalue(): any;\n /**Todo[Shubham]: needs to be redefined\n * This property sets the default value for the date selection\n */\n set datavalue(newVal: any);/**\n * This is an internal method used to maintain a time interval to update the time model when the data value is set to CURRENT_TIME\n */\n private setTimeInterval;\n /**\n * This is an internal method used to clear the time interval created\n */\n private clearTimeInterval;\n /**\n * This is an internal method to toggle the time picker\n */\n toggleTimePicker(newVal: any, $event?: any): void;\n private addTimepickerClickListener;\n /**\n * This function sets the value isOpen/isTimeOpen (i.e when datepicker popup is closed) based on widget type(i.e DateTime, Time)\n * @param val - isOpen/isTimeOpen is set based on the timepicker popup is open/closed\n */\n private setIsTimeOpen;\n private hideTimepickerDropdown;\n /**\n * This is an internal method to add a click listener once the time dropdown is open\n */\n onTimepickerOpen(): void;\n onDatePickerOpen(): void;\n /**\n * This is an internal method to update the model\n */\n onModelUpdate(newVal: any, type?: any): void;\n private getTimePattern;\n private updateTimepickerFields;\n /**\n * This is an internal method used to Prevent time picker close while changing time value\n */\n private preventTpClose;\n /**\n * This is an internal method used to toggle the dropdown of the date widget\n */\n toggleDpDropdown($event: any, skipFocus?: boolean): void;\n private addBodyClickListener;\n hideDatepickerDropdown(): void;\n onDateChange($event: any, isNativePicker?: boolean): void;\n /**\n * This is an internal method triggered when pressing key on the datetime input\n */\n onDisplayKeydown(event: any): void;\n private isValid;\n protected handleEvent(node: HTMLElement, eventName: string, callback: Function, locals: any): void;\n onInputBlur($event: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<DatetimeComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<DatetimeComponent, \"[wmDateTime]\", never, {}, {}, never, never, false, never>;\n}\n\n\ndeclare class PickerGroupComponent {\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<PickerGroupComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<PickerGroupComponent, \"wm-pickergroup\", never, {}, {}, never, [\"*\"], false, never>;\n}\ndeclare class PickerComponent implements AfterViewInit {\n protected inj: Injector;\n $el: any;\n private pickerAnimator;\n change: EventEmitter<{\n label: string;\n value?: any;\n }>;\n private _selectedIndex;\n private _selectedValue;\n private _options;\n noOfEmptyElements: number;set selectedValue(s: string);\n get selectedValue(): string;\n set options(opts: Array<{\n label: string;\n value?: any;\n }>);\n get options(): Array<{\n label: string;\n value?: any;\n }>;\n reRender(): void;\n set selectedIndex(i: number);\n get selectedIndex(): number;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<PickerComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<PickerComponent, \"wm-picker\", never, { \"selectedValue\": { \"alias\": \"selectedValue\"; \"required\": false; }; \"options\": { \"alias\": \"options\"; \"required\": false; }; }, { \"change\": \"change\"; }, never, never, false, never>;\n}\n\n\n\n\ndeclare class TimeComponent extends BaseDateTimeComponent implements OnDestroy {\n private ngZone;\n private appDefaults;\n static initializeProps: void;\n /**\n * This property sets the display pattern of the time selected\n */\n timepattern: string;\n /**\n * This property sets the output format for the selected time datavalue\n */\n outputformat: string;\n showdropdownon: string;\n mintime: any;\n maxtime: any;\n hint: string;\n private deregisterEventListener;\n private app;\n private displayInputElem;\n get timestamp(): number;\n get datavalue(): any;\n /**Todo[Shubham]: needs to be redefined\n * This property sets the default value for the time selection\n */\n set datavalue(newVal: any);\n get displayValue(): any;\n get nativeDisplayValue(): any;\n isCurrentTime: boolean;\n private timeinterval;\n /**\n * This is an internal property used to map it to the widget\n */\n private minTime;\n /**\n * This is an internal property used to map it to the widget\n */\n private maxTime;\n /**\n * This is an internal property used to toggle the timepicker dropdown\n */\n status: {\n isopen: boolean;\n };\n /**\n * This is an internal property used to map the main model to the time widget\n */\n private bsTimeValue;onPropertyChange(key: string, nv: any, ov?: any): void;\n setValidateType(min: any, max: any, val: any): void;\n /**\n * This is an internal method used to validate mintime and maxtime\n */\n private mintimeMaxtimeValidation;\n /**\n * This is an internal method used to toggle the dropdown of the time widget\n */\n toggleDropdown($event: any, skipFocus?: boolean): void;\n /**\n * This is an internal method used to Prevent time picker close while changing time value\n */\n private preventTpClose;\n private addBodyClickListener;\n /**\n * This is an internal method triggered when pressing key on the time input\n */\n onDisplayKeydown(event: any): void;\n /**\n * This is an internal method triggered when the time input changes\n */\n onDisplayTimeChange($event: any): void;\n onInputBlur($event: any): void;\n /**\n * This is an internal method used to execute the on time change functionality\n */\n private onTimeChange;\n /**\n * This is an internal method used to maintain a time interval to update the time model when the data value is set to CURRENT_TIME\n */\n private setTimeInterval;\n /**\n * This is an internal method used to clear the time interval created\n */\n private clearTimeInterval;\n /**\n * This function sets the value isOpen/isTimeOpen (i.e when datepicker popup is closed) based on widget type(i.e DateTime, Time)\n * @param val - isOpen/isTimeOpen is set based on the timepicker popup is open/closed\n */\n private setIsTimeOpen;\n protected handleEvent(node: HTMLElement, eventName: string, eventCallback: Function, locals: any): void;\n hideTimepickerDropdown(): void;\n private isValid;\n /**\n * This is an internal method to add css class for dropdown while opening the time dropdown\n */\n onShown(): void;\n assignModel(): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<TimeComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<TimeComponent, \"[wmTime]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare class FileUploadComponent extends StylableComponent implements OnInit, AfterViewInit, OnDestroy {\n private app;\n onSelectEvt: any;\n static initializeProps: void;\n selectedFiles: any;\n selectedFolders: any;\n progressObservable: any;\n name: any;\n hint: any;\n multiple: any;\n fileTransfers: {};\n caption: string;\n formName: string;\n maxfilesize: any;\n cleariconclass: any;\n cleariconhint: any;\n selectedUploadTypePath: any;\n DEFAULT_CAPTIONS: {\n MULTIPLE_SELECT: string;\n SELECT: string;\n };\n DEVICE_CONTENTTYPES: {\n IMAGE: string;\n VIDEO: string;\n AUDIO: string;\n FILES: string;\n };\n FILESIZE_MB: number;\n widgetProps: any;\n _isMobileType: any;\n _isCordova: any;\n CONSTANT_FILE_SERVICE: string;\n uploadData: {\n file: any;\n uploadPath: any;\n };\n chooseFilter: string;\n datasource: any;\n fileUploadMessage: string;\n uploadedFiles: {\n fileName: string;\n path: string;\n length: string;\n status: string;\n };\n highlightDropArea: any;\n isValidFile(filename: any, contenttype: any, extensionName: any, isMobileType: any): any;\n getValidFiles($files: any): {\n validFiles: any[];\n errorFiles: any[];\n };\n handleErrorFiles(key: any, msg: any, file: any, errorFiles: any): void;\n getCaption(caption: any, isMultiple: any, isMobileType: any): any;\n uploadUrl: string;\n changeServerUploadPath(path: any): void;\n getFileExtension(fileName: any): any;\n /**\n * Calls select Event\n * @param $event\n * @param $files\n */\n onSelectEventCall($event: any, $files: any): void;\n onFileElemClick($event: any): void;\n disableDropZone(): void;\n clear(fileObj: any): void;\n setClearIconClass(classValue: any): void;\n setClearIconHint(hint: any): void;\n onFileSelect($event: any, $files: any): void;\n dragOverHandler($event: any): void;\n onFileDrop($event: any): void;\n dragOverCb(e: any): void;\n dropCb(): void;\n triggerFileSelect(): void;\n /**\n * Aborts a file upload request\n * @param $file, the file for which the request is to be aborted\n */\n abortFileUpload($file: any): void;\n onPropertyChange(key: any, nv: any, ov: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<FileUploadComponent, [null, null, { attribute: \"select.event\"; }]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<FileUploadComponent, \"[wmFileUpload]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class RatingComponent extends DatasetAwareFormComponent {\n static initializeProps: void;\n caption: string;\n showcaptions: boolean;\n maxvalue: any;\n private _selectedRatingValue;\n ratingsWidth: any;\n private ratingItems;\n private _id;\n iconsize: string;\n iconcolor: string;\n onFocus: any;\n private touchEnabled;\n ratingEl: ElementRef;\n get selectedRatingValue(): any;\n set selectedRatingValue(val: any);protected handleEvent(node: HTMLElement, eventName: string, eventCallback: Function, locals: any): void;\n private prepareRatingDataset;\n onRatingClick($event: any, rate: any): void;\n /**\n * On datavalue change, update the caption, selectedRatingValue.\n * 1. if datasetItems contain the selected item (check the selected flag on item), find the index of selected item.\n * 2. if not, just check if the datavalue is provided as the index on the item.\n *\n * @param dataVal datavalue\n */\n onDatavalueChange(dataVal: any): void;\n calculateRatingsWidth(dataVal?: any): string | 0;\n onPropertyChange(key: string, nv: any, ov?: any): void;\n onTouchStart($event: any): void;\n onMouseleave(): void;\n onMouseOver($event: any, rate: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<RatingComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<RatingComponent, \"[wmRating]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare class SliderComponent extends BaseFormCustomComponent {\n static initializeProps: void;\n minvalue: number;\n maxvalue: number;\n disabled: boolean;\n step: number;\n shortcutkey: string;\n tabindex: any;\n name: string;\n readonly: boolean;\n hint: string;\n ngModel: NgModel;protected handleEvent(node: HTMLElement, eventName: string, callback: Function, locals: any): void;\n handleChange(newVal: boolean): void;\n onPropertyChange(key: string, nv: any, ov?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<SliderComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<SliderComponent, \"[wmSlider]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\n\n\ndeclare class BreadcrumbComponent extends DatasetAwareNavComponent {\n private route;\n private location;\n static initializeProps: void;\n private disableMenuContext;/**\n * Gets the first path found based on the key provided inside info Object.\n * @param info - Info object which has properties key(Active Page Name) and isPathFound[boolean] is set true if path found.\n * @param children - a child Object form children Array.\n * @param path - final path.\n * @returns {*|Array}: returns array of objects which represents the final path.\n */\n private getPath;\n private getCurrentRoute;\n protected resetNodes(): void;\n onItemClick($event: Event, $item: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<BreadcrumbComponent, [null, null, null, { attribute: \"beforenavigate.event\"; }]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<BreadcrumbComponent, \"[wmBreadcrumb]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class MenuAdapterComponent extends BaseContainerComponent implements AfterViewInit {\n private itemlabel;\n private menuRef;\n private pageScope;\n private binditemlabel;\n private binditemicon;\n private binditemaction;\n private binditemchildren;\n private binditemlink;\n private binduserrole;\n private menuRefQL;onPropertyChange(key: string, nv: any, ov?: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<MenuAdapterComponent, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<MenuAdapterComponent, never, never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class MenuDropdownComponent implements AfterViewInit {\n private menuRef;\n private readonly nativeElement;\n private hasExecutedCallback;\n items: any;getParentWidget(): void;\n callback(entries: any, observer: any): void;\n createObserver(target: any, callback: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<MenuDropdownComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<MenuDropdownComponent, \"ul[wmMenuDropdown]\", never, { \"items\": { \"alias\": \"items\"; \"required\": false; }; }, {}, never, never, false, never>;\n}\n\n\n\n\n\ndeclare class MenuDropdownItemComponent implements OnInit, OnDestroy {\n private app;\n menuRef: MenuComponent;\n private userDefinedExecutionContext;\n private parentNav;\n menualign: string;\n private itemActionFn;\n item: any;\n private readonly nativeElement;\n private highlightActiveLinkSubscription;getInitialKeyMovements(): any;\n onKeyDown($event: any, eventAction: any): void;\n onSelect: ($event: any, item: any) => void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<MenuDropdownItemComponent, [null, null, null, { optional: true; }, null]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<MenuDropdownItemComponent, \"li[wmMenuDropdownItem]\", never, { \"item\": { \"alias\": \"item\"; \"required\": false; }; }, {}, never, never, false, never>;\n}\n\n\n\n\n\n\n\ndeclare const KEYBOARD_MOVEMENTS: {\n MOVE_UP: string;\n MOVE_LEFT: string;\n MOVE_RIGHT: string;\n MOVE_DOWN: string;\n ON_ENTER: string;\n ON_MOUSE_ENTER: string;\n ON_MOUSE_LEAVE: string;\n ON_TAB: string;\n ON_SHIFT_TAB: string;\n ON_ESCAPE: string;\n};\ndeclare const MENU_POSITION: {\n UP_LEFT: string;\n UP_RIGHT: string;\n DOWN_LEFT: string;\n DOWN_RIGHT: string;\n INLINE: string;\n};\ndeclare class MenuComponent extends DatasetAwareNavComponent implements OnInit, OnDestroy, AfterViewInit {\n route: Router;\n private userDefinedExecutionContext;\n private app;\n bsDropdown: BsDropdownDirective;\n private parentNav;\n selectEventCB: string;\n static initializeProps: void;\n menualign: string;\n menuposition: string;\n menulayout: string;\n menuclass: string;\n linktarget: string;\n iconclass: string;\n animateitems: string;\n disableMenuContext: boolean;\n showonhover: boolean;\n autoclose: string;\n autoopen: string;\n hint: string;\n private itemActionFn;\n private menuCaret;\n private _selectFirstItem;\n type: any;\n _menuposition: string;\n onShow(): void;\n onHide(): void;\n onKeyDown($event: any, eventAction: any): void;protected resetNodes(): void;onPropertyChange(key: string, nv: any, ov?: any): void;\n setMenuPosition(): void;\n onMenuItemSelect(args: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<MenuComponent, [null, null, null, null, { optional: true; self: true; }, { optional: true; }, { attribute: \"select.event\"; }]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<MenuComponent, \"[wmMenu]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class NavItemDirective extends StylableComponent implements AfterViewInit {\n static initializeProps: void;\n innerLink: any;\n makeActive(): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<NavItemDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<NavItemDirective, \"[wmNavItem]\", never, {}, {}, [\"innerLink\"], never, false, never>;\n}\n\n\n\n\n\ndeclare class NavComponent extends DatasetAwareNavComponent implements OnInit {\n private cdRef;\n private route;\n private userDefinedExecutionContext;\n private app;\n static initializeProps: void;\n selecteditem: any;\n type: any;\n disableMenuContext: boolean;\n layout: any;\n showonhover: boolean;\n private activeNavLINode;\n private itemActionFn;\n private pageScope;\n private get activePageName();private setNavType;\n private setNavLayout;\n onNavSelect($event: Event, item: any, liRef: HTMLElement): void;/**\n * invoked from the menu widget when a menu item is selected.\n * @param $event\n * @param widget\n * @param $item\n */\n onMenuItemSelect($event: any, widget: any, $item: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<NavComponent, [null, null, null, null, null, { attribute: \"select.event\"; }]>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<NavComponent, \"[wmNav]\", never, {}, {}, never, [\"[wmNavItem]\"], false, never>;\n}\n\n\ndeclare const disableContextMenu: ($event: Event) => void;\ndeclare class NavigationControlDirective {\n private nativeElement;\n private _link;\n disableMenuContext: boolean;\n set wmNavigationControl(val: any);static \u0275fac: i0.\u0275\u0275FactoryDeclaration<NavigationControlDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<NavigationControlDirective, \"[wmNavigationControl]\", never, { \"disableMenuContext\": { \"alias\": \"disableMenuContext\"; \"required\": false; }; \"wmNavigationControl\": { \"alias\": \"wmNavigationControl\"; \"required\": false; }; }, {}, never, never, false, never>;\n}\n\n\n\ndeclare class NavbarComponent extends StylableComponent implements AfterViewInit {\n static initializeProps: void;\n menuiconclass: any;\n title: string;\n imgsrc: string;\n private navContent;toggleCollapse(): void;\n private toggleNavCollapse;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<NavbarComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<NavbarComponent, \"[wmNavbar]\", never, {}, {}, never, [\"*\"], false, never>;\n}\n\n\n\n\ndeclare class PopoverComponent extends StylableComponent implements OnInit, AfterViewInit {\n private app;\n static initializeProps: void;\n event: string;\n isOpen: boolean;\n private closePopoverTimeout;\n readonly popoverContainerCls: any;\n canPopoverOpen: boolean;\n private Widgets;\n private Variables;\n private Actions;\n interaction: string;\n popoverarrow: boolean;\n popoverwidth: string;\n popoverheight: string;\n contentanimation: string;\n contentsource: string;\n content: string;\n popoverplacement: string;\n outsideclick: boolean;\n autoclose: string;\n class: string;\n title: string;\n tabindex: any;\n name: string;\n adaptiveposition: boolean;\n containerTarget: string;\n hint: string;\n private bsPopoverDirective;\n anchorRef: ElementRef;\n popoverTemplate: any;\n partialRef: any;open(): void;\n close(): void;\n onHidden(): void;\n private setFocusToPopoverLink;\n private adjustPopoverArrowPosition;\n private calculatePopoverPostion;\n onShown(): void;\n triggerPopoverEvents(): void;\n private hidePopover;\n private showPopover;\n onPopoverAnchorKeydown($event: any): void;\n onPropertyChange(key: string, nv: any, ov?: any): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<PopoverComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<PopoverComponent, \"wm-popover\", never, {}, {}, [\"popoverTemplate\", \"partialRef\"], never, false, never>;\n}\n\n\n\ndeclare class ContentComponent extends StylableComponent {\n static initializeProps: void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<ContentComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<ContentComponent, \"[wmContent]\", never, {}, {}, never, [\"*\"], false, never>;\n}\n\n\n\ndeclare class LayoutDirective extends StylableComponent implements AfterViewInit {\n static initializeProps: void;\n private _eventNotifier;/**\n * A child component can notify page using this method. Notified event will be passed to\n * subscribed children only after page initialization.\n *\n * @param {string} eventName\n * @param data\n */\n notify(eventName: string, ...data: Array<any>): void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<LayoutDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<LayoutDirective, \"[wmLayout]\", [\"wmLayout\"], {}, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare class PageContentComponent extends StylableComponent {\n private app;\n static initializeProps: void;\n pullToRefreshIns: PullToRefresh;\n private pulltorefresh;\n private childPullToRefresh;onPropertyChange(key: string, nv: any, ov?: any): void;\n private initPullToRefresh;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<PageContentComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<PageContentComponent, \"[wmPageContent]\", never, {}, {}, never, [\"*\"], false, never>;\n}\n\n\n\n\n\ndeclare class PageDirective extends StylableComponent implements AfterViewInit, OnDestroy {\n private titleService;\n private viewport;\n static initializeProps: void;\n private _eventNotifier;\n refreshdataonattach: boolean;\n pagetitle: string;\n onPropertyChange(key: string, nv: any, ov?: any): void;/**\n * A child component can notify page using this method. Notified event will be passed to\n * subscribed children only after page initialization.\n *\n * @param {string} eventName\n * @param data\n */\n notify(eventName: string, ...data: Array<any>): void;\n /**\n * The main purpose of this function is to provide communication between page children objects.\n * Child component can subscribe for an event that will be emitted by another child component.\n *\n * @param eventName\n * @param {(data: any) => void} callback\n * @returns {any}\n */\n subscribe(eventName: any, callback: (data: any) => void): () => void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<PageDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<PageDirective, \"[wmPage]\", [\"wmPage\"], {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class FooterDirective extends StylableComponent {\n static initializeProps: void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<FooterDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<FooterDirective, \"[wmFooter]\", [\"wmFooter\"], {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class HeaderComponent extends StylableComponent {\n static initializeProps: void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<HeaderComponent, never>;\n static \u0275cmp: i0.\u0275\u0275ComponentDeclaration<HeaderComponent, \"[wmHeader]\", [\"wmHeader\"], {}, {}, never, never, false, never>;\n}\n\n\ndeclare class LeftPanelAnimator extends SwipeAnimation {\n private leftPanel;\n private _$animatedElements;\n private _expanded;\n private _leftPanelWidth;\n private _maxX;\n private _pageContainerWidth;\n private _width;bounds(e: any, length: any): {};\n context(): {\n w: number;\n pageW: number;\n leftW: number;\n maxX: number;\n limit: (min: number, v: number, max: number) => number;\n };\n animation(): ({\n target: any;\n css: {\n transform: string;\n width?: undefined;\n 'z-index'?: undefined;\n };\n } | {\n target: any;\n css: {\n transform: string;\n width: string;\n 'z-index': number;\n };\n })[] | {\n target: any;\n css: {\n transform: string;\n opacity: number;\n 'z-index': number;\n };\n }[] | {\n transform: string;\n opacity: number;\n 'z-index': number;\n };\n onLower(): void;\n onUpper(): void;\n private resetTransition;\n}\n\n\n\n\n\n\ndeclare enum AnimationType {\n SLIDE_IN = \"slide-in\",\n SLIDE_OVER = \"slide-over\"\n}\ndeclare class LeftPanelDirective extends StylableComponent {\n app: App;\n private page;\n private layout;\n static initializeProps: void;\n animation: AnimationType;\n columnwidth: number;\n expanded: boolean;\n gestures: string;\n xscolumnwidth: number;\n $ele: any;\n $page: any;\n private _destroyCollapseActionListener;\n private _leftPanelAnimator;collapse(): void;\n expand(): void;\n isGesturesEnabled(): boolean;\n isVisible(): boolean;\n onPropertyChange(key: any, nv: any, ov: any): void;\n toggle(): void;\n private listenForCollapseAction;\n private setLeftPanelWidth;\n private setPageWidthAndPosition;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<LeftPanelDirective, [null, { optional: true; }, { optional: true; }, null, null]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<LeftPanelDirective, \"[wmLeftPanel]\", [\"wmLeftPanel\"], {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class RightPanelDirective extends StylableComponent {\n static initializeProps: void;onPropertyChange(key: string, nv: any, ov?: any): void;\n static \u0275fac: i0.\u0275\u0275FactoryDeclaration<RightPanelDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<RightPanelDirective, \"[wmRightPanel]\", [\"wmRightPanel\"], {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class TopNavDirective extends StylableComponent {\n static initializeProps: void;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<TopNavDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<TopNavDirective, \"[wmTopNav]\", [\"wmTopNav\"], {}, {}, never, never, false, never>;\n}\n\n\n\n\ndeclare class PrefabContainerDirective extends StylableComponent implements OnDestroy {\n private viewport;\n static initializeProps: void;private callback;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<PrefabContainerDirective, never>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<PrefabContainerDirective, \"[wmPrefabContainer]\", never, {}, {}, never, never, false, never>;\n}\n\n\n\ndeclare class PrefabDirective extends StylableComponent implements OnDestroy {\n widgetType: string;\n prefabName: string;\n name: string;\n propsReady: Function;onStyleChange(key: string, nv: any, ov: any): void;\n setProps(config: any): void;\n protected handleEvent(): void;\n private prepareProps;static \u0275fac: i0.\u0275\u0275FactoryDeclaration<PrefabDirective, [null, null, null, { attribute: \"prefabname\"; }]>;\n static \u0275dir: i0.\u0275\u0275DirectiveDeclaration<PrefabDirective, \"section[wmPrefab]\", never, {}, {}, never, never, false, never>;\n}\n\n\ndeclare class LoginAction extends BaseAction {\n startUpdate: boolean;\n autoUpdate: boolean;\n useDefaultSuccessHandler: boolean;login(options: any, success: any, error: any): any;\n invoke(options: any, success: any, error: any): any;\n cancel(): void;\n init(): void;\n}\n\ndeclare class LogoutAction extends BaseAction {\n startUpdate: boolean;\n autoUpdate: boolean;\n useDefaultSuccessHandler: boolean;logout(options: any, success: any, error: any): void;\n invoke(options: any, success: any, error: any): void;\n cancel(): void;\n}\n\ndeclare class NavigationAction extends BaseAction {\n operation: string;\n pageName: string;invoke(options?: any): void;\n navigate(options?: any): void;\n init(): void;\n}\n\n\ndeclare class NotificationAction extends BaseAction implements IDataSource {\n message: string;execute(operation: any, options: any): any;\n notify(options: any, success: any, error: any): void;\n invoke(options: any, success: any, error: any): void;\n getMessage(): any;\n setMessage(text: any): any;\n clearMessage(): any;\n getOkButtonText(): any;\n setOkButtonText(text: any): any;\n getToasterDuration(): any;\n setToasterDuration(duration: any): any;\n getToasterClass(): any;\n setToasterClass(classText: any): any;\n getToasterPosition(): any;\n setToasterPosition(position: any): any;\n getAlertType(): any;\n setAlertType(type: any): any;\n getCancelButtonText(): any;\n setCancelButtonText(text: any): any;\n init(): void;\n}\n\ndeclare class DeviceVariable extends ApiAwareVariable {init(): void;\n invoke(options?: any, onSuccess?: any, onError?: any): void;\n}\n\ndeclare class WebSocketVariable extends ApiAwareVariable {open(success?: any, error?: any): any;\n close(): any;\n update(): any;\n send(message?: string): any;\n cancel(): any;\n invoke(options?: any, success?: any, error?: any): void;\n init(): void;\n}\n\n\ndeclare class TimerAction extends BaseAction {\n private currentOptions;\n private repeating;\n private _isFired;fire(options: any, success: any, error: any): any;\n invoke(options: any, success: any, error: any): any;\n cancel(): any;\n mute(): void;\n unmute(): void;\n}\ndeclare abstract class BaseAction {\n protected _id: string;\n name: string;\n owner: string;\n category: string;\n dataSet: any;\n dataBinding: any;\n _context: any;\n isMuted: boolean;\n execute(operation: any, options: any): any;\n invokeOnParamChange(obj: any, newVal: any, oldVal: any): Promise<this>;\n getData(): any;\n setData(dataSet: any): any;\n getValue(key: string, index: number): any;\n setValue(key: string, value: any): any;\n getItem(index: number): any;\n /**\n *\n * @param index, a number in ideal case\n * it can be the object to be replaced by the passed value\n * @param value\n * @returns {any}\n */\n setItem(index: any, value: any): any;\n addItem(value: any, index: number): any;\n removeItem(index: any, exactMatch: boolean): any;\n clearData(): any;\n getCount(): any;\n init(): void;\n mute(): void;\n unmute(): void;\n}\n\ndeclare enum VariableEvents {\n BEFORE_INVOKE = \"beforeInvoke\",\n AFTER_INVOKE = \"afterInvoke\"\n}\ndeclare abstract class BaseVariable implements EventNotifier {\n protected _id: string;\n name: string;\n owner: string;\n category: string;\n isList: boolean;\n dataSet: any;\n dataBinding: any;\n inputFields: any;\n filterFields: any;\n _context: any;\n isMuted: boolean;\n params: any;\n paramProvider: any;\n private eventNotifier;\n notify(event: string, args: any[]): void;\n subscribe(event: string, fn: Function): () => void;\n execute(operation: any, options: any): any;\n invokeOnParamChange(obj?: any, newVal?: any, oldVal?: any): Promise<this>;\n getData(): any;\n setData(dataSet: any): any;\n getValue(key: string, index: number): any;\n setValue(key: string, value: any): any;\n getItem(index: number): any;\n /**\n *\n * @param index, a number in ideal case\n * it can be the object to be replaced by the passed value\n * @param value\n * @returns {any}\n */\n setItem(index: any, value: any, options?: any): any;\n /**\n * This method is to get target node options like path, parentIndex and isList\n * @param options: provided options\n * @returns {object}\n * Example: if we have parent dataset as object and we are performing operations on inner list then we have to set isList as true.\n * So finding the target node type and updating the isList option.\n */\n private getChildDetails;\n addItem(value: any, options?: any): any;\n removeItem(index: any, options?: any): any;\n clearData(): any;\n getCount(): any;\n /**\n * Return the prefab name if the variable is form a prefab\n * @returns {string}\n */\n getPrefabName(): any;\n mute(): void;\n unmute(): void;\n destroy(): void;\n}\n\ndeclare class CRUDCreate {\n private variable;\n private manager;setInput(key: any, val?: any, options?: any): any;\n invoke(options?: any, success?: any, error?: any): any;\n}\n\ndeclare class CRUDDelete {\n private variable;\n private manager;setInput(key: any, val?: any, options?: any): any;\n invoke(options?: any, success?: any, error?: any): any;\n}\n\ndeclare class CRUDList {\n private variable;\n private manager;setInput(key: any, val?: any, options?: any): any;\n invoke(options?: any, success?: any, error?: any): any;\n}\n\ndeclare class CRUDUpdate {\n private variable;\n private manager;setInput(key: any, val?: any, options?: any): any;\n invoke(options?: any, success?: any, error?: any): any;\n}\n\ndeclare abstract class ApiAwareVariable extends BaseVariable {\n service: string;\n operation: string;\n controller: string;\n operationId: string;\n operationType: string;\n serviceType: string;\n maxResults: number;\n startUpdate: boolean;\n autoUpdate: boolean;\n inFlightBehavior: boolean;\n transformationRequired: boolean;\n canUpdate: boolean;\n paginationTransformationRequired: boolean;\n firstRecord: any;\n lastRecord: any;\n onBeforeUpdate: string;\n onResult: string;\n onError: string;\n onBeforeDatasetReady: string;\n onSuccess: string;\n}\n\n\ndeclare class CrudVariable extends ApiAwareVariable implements IDataSource {\n _progressObservable: any;\n _observable: any;\n pagination: any;\n list: any;\n create: any;\n update: any;\n delete: any;\n simulateFileDownload: any;\n serviceInfo: any;\n httpService: any;execute(operation: any, options: any): any;\n hasPagination(): boolean;\n invoke(options?: any, success?: any, error?: any): Promise<unknown>;\n createRecord(options?: any, success?: any, error?: any): Promise<unknown>;\n listRecords(options?: any, success?: any, error?: any): Promise<unknown>;\n updateRecord(options?: any, success?: any, error?: any): Promise<unknown>;\n deleteRecord(options?: any, success?: any, error?: any): Promise<unknown>;\n download(options: any, success?: any, error?: any): any;\n setInput(key: any, val?: any, options?: any): any;\n searchRecords(options: any, success?: any, error?: any): Promise<unknown>;\n isUpdateRequired(hasData: any): boolean;\n cancel(options?: any): void;\n setPagination(data: any): void;\n init(): void;\n}\n\n\ndeclare class LiveVariable extends ApiAwareVariable implements IDataSource {\n matchMode: any;\n liveSource: any;\n propertiesMap: any;\n pagination: any;\n type: any;\n orderBy: any;\n _options: any;\n _observable: any;\n filterExpressions: any;\n httpService: any;\n dateFormatter: any;execute(operation: any, options: any): any;\n listRecords(options?: any, success?: any, error?: any): Promise<unknown>;\n updateRecord(options?: any, success?: any, error?: any): Promise<unknown>;\n insertRecord(options?: any, success?: any, error?: any): Promise<unknown>;\n deleteRecord(options?: any, success?: any, error?: any): Promise<unknown>;\n setInput(key: any, val: any, options: any): any;\n setFilter(key: any, val: any): any;\n download(options: any, success?: any, error?: any): Promise<unknown>;\n invoke(options?: any, success?: any, error?: any): Promise<unknown>;\n getRelatedTablePrimaryKeys(columnName: any): any;\n getRelatedTableData(columnName: any, options: any, success?: any, error?: any): Promise<unknown>;\n getDistinctDataByFields(options: any, success?: any, error?: any): Promise<unknown>;\n getAggregatedData(options: any, success?: any, error?: any): Promise<unknown>;\n getPrimaryKey(): any;\n searchRecords(options: any, success?: any, error?: any): Promise<unknown>;\n getRequestParams(options: any): any;\n _downgradeInputData(data: any): any;\n _upgradeInputData(response: any, data: any): any;\n setOrderBy(expression: any): any;\n update(options?: any, success?: any, error?: any): Promise<unknown>;\n createRecord(options?: any, success?: any, error?: any): Promise<unknown>;\n init(): void;\n invokeOnFiltertExpressionChange(obj: any, targetNodeKey: any, newVal: any, oldVal: any): void;\n cancel(options?: any): void;\n}\n\n\ndeclare class ModelVariable extends BaseVariable implements IDataSource {\n type: any;\n saveInPhonegap: any;init(): void;\n execute(operation: any, options: any): any;\n isBoundToLocale(): boolean;\n getDefaultLocale(): any;\n}\n\n\n\ninterface SVConfig {\n name: string;\n dataSet: any;\n isList: boolean;\n service: string;\n operation: string;\n operationId: string;\n dataBinding: any;\n serviceInfo?: any;\n httpClientService: HttpClientService;\n}\ndeclare class ServiceVariable extends ApiAwareVariable implements IDataSource {\n _progressObservable: any;\n _observable: any;\n pagination: any;\n simulateFileDownload: any;\n serviceInfo: any;\n httpService: any;execute(operation: any, options: any): any;\n hasPagination(): boolean;\n invoke(options?: any, success?: any, error?: any): Promise<unknown>;\n update(options: any, success?: any, error?: any): Promise<unknown>;\n download(options: any, success?: any, error?: any): any;\n setInput(key: any, val?: any, options?: any): any;\n searchRecords(options: any, success?: any, error?: any): Promise<unknown>;\n isUpdateRequired(hasData: any): boolean;\n setPagination(data: any): void;\n cancel(options?: any): void;\n init(): void;\n}\n\n";