@smart-webcomponents-angular/window 16.0.2 → 22.0.2

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.
@@ -18,6 +18,9 @@ export declare class BaseElement {
18
18
  blur(): void;
19
19
  click(): void;
20
20
  focus(options?: FocusOptions): void;
21
+ /** @description Sets or gets the license. */
22
+ get license(): string;
23
+ set license(value: string);
21
24
  /** @description Sets or gets the language. Used in conjunction with the property messages. */
22
25
  get locale(): string;
23
26
  set locale(value: string);
@@ -34,6 +37,7 @@ export declare class BaseElement {
34
37
  get theme(): string;
35
38
  set theme(value: string);
36
39
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseElement, never>;
37
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaseElement, never, never, { "locale": "locale"; "localizeFormatFunction": "localizeFormatFunction"; "messages": "messages"; "rightToLeft": "rightToLeft"; "theme": "theme"; }, { "onCreate": "onCreate"; "onReady": "onReady"; "onAttach": "onAttach"; "onDetach": "onDetach"; }, never>;
40
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseElement, never, never, { "license": "license"; "locale": "locale"; "localizeFormatFunction": "localizeFormatFunction"; "messages": "messages"; "rightToLeft": "rightToLeft"; "theme": "theme"; }, { "onCreate": "onCreate"; "onReady": "onReady"; "onAttach": "onAttach"; "onDetach": "onDetach"; }, never>;
38
41
  }
39
- export declare const Smart: any;
42
+ declare let Smart: any;
43
+ export { Smart };
@@ -104,6 +104,9 @@ export declare class WindowComponent extends BaseElement implements OnInit, Afte
104
104
  /** @description Applicable only to TabsWindow when used with a DockingLayout custom element.Used only by jqxDockingLayout. Determines the owner jqxDockingLayout that the window belongs to. When the tabsWindow has been removed from a DockingLayout element, the property is used to indicate that it belongs to that particular Dockinglayout. Accepts a string, representing the ID of a jqxDockingLayout on the page, or an instance of jqxDokcingLayout. */
105
105
  get layout(): any;
106
106
  set layout(value: any);
107
+ /** @description Sets or gets the unlockKey which unlocks the product. */
108
+ get unlockKey(): string;
109
+ set unlockKey(value: string);
107
110
  /** @description Sets or gets the language. Used in conjunction with the property messages. */
108
111
  get locale(): string;
109
112
  set locale(value: string);
@@ -363,5 +366,5 @@ export declare class WindowComponent extends BaseElement implements OnInit, Afte
363
366
  /** @description Remove event listeners. */
364
367
  private unlisten;
365
368
  static ɵfac: i0.ɵɵFactoryDeclaration<WindowComponent, never>;
366
- static ɵdir: i0.ɵɵDirectiveDeclaration<WindowComponent, "smart-window, [smart-window], smart-tabs-window, smart-prompt-window, smart-multiline-prompt-window, smart-dialog-window, smart-alert-window, smart-progress-window, smart-wait-window", ["smart-window"], { "addNewTab": "addNewTab"; "animation": "animation"; "autoCapitalize": "autoCapitalize"; "autoExpand": "autoExpand"; "cancelLabel": "cancelLabel"; "completeLabel": "completeLabel"; "confirmLabel": "confirmLabel"; "collapsed": "collapsed"; "closeOnMaskClick": "closeOnMaskClick"; "dataSource": "dataSource"; "disabled": "disabled"; "disableSnap": "disableSnap"; "disableEscape": "disableEscape"; "disableKeyboard": "disableKeyboard"; "displayMode": "displayMode"; "dropPosition": "dropPosition"; "formatFunction": "formatFunction"; "footerPosition": "footerPosition"; "footerTemplate": "footerTemplate"; "headerButtons": "headerButtons"; "headerTemplate": "headerTemplate"; "headerPosition": "headerPosition"; "hint": "hint"; "indeterminate": "indeterminate"; "inverted": "inverted"; "label": "label"; "liveResize": "liveResize"; "layout": "layout"; "locale": "locale"; "locked": "locked"; "localizeFormatFunction": "localizeFormatFunction"; "maximized": "maximized"; "messages": "messages"; "modal": "modal"; "max": "max"; "min": "min"; "minimized": "minimized"; "maxLength": "maxLength"; "minLength": "minLength"; "opened": "opened"; "pinned": "pinned"; "placeholder": "placeholder"; "promptLabel": "promptLabel"; "readonly": "readonly"; "resizeIndicator": "resizeIndicator"; "resizeMode": "resizeMode"; "rightToLeft": "rightToLeft"; "required": "required"; "requiredMessage": "requiredMessage"; "selectAllOnFocus": "selectAllOnFocus"; "selectedIndex": "selectedIndex"; "selectionMode": "selectionMode"; "selectionEnd": "selectionEnd"; "selectionStart": "selectionStart"; "showProgressValue": "showProgressValue"; "siblings": "siblings"; "size": "size"; "spellCheck": "spellCheck"; "tabCloseButtons": "tabCloseButtons"; "tabCloseButtonMode": "tabCloseButtonMode"; "tabOverflow": "tabOverflow"; "tabPosition": "tabPosition"; "tabScrollButtonsPosition": "tabScrollButtonsPosition"; "tabTextOrientation": "tabTextOrientation"; "theme": "theme"; "unfocusable": "unfocusable"; "value": "value"; "windowParent": "windowParent"; "wrap": "wrap"; }, { "onOpening": "onOpening"; "onOpen": "onOpen"; "onClosing": "onClosing"; "onClose": "onClose"; "onCollapse": "onCollapse"; "onDragEnd": "onDragEnd"; "onDragStart": "onDragStart"; "onExpand": "onExpand"; "onMaximize": "onMaximize"; "onMinimize": "onMinimize"; "onResizeEnd": "onResizeEnd"; "onResizeStart": "onResizeStart"; "onRestore": "onRestore"; }, never>;
369
+ static ɵdir: i0.ɵɵDirectiveDeclaration<WindowComponent, "smart-window, [smart-window], smart-tabs-window, smart-prompt-window, smart-multiline-prompt-window, smart-dialog-window, smart-alert-window, smart-progress-window, smart-wait-window", ["smart-window"], { "addNewTab": "addNewTab"; "animation": "animation"; "autoCapitalize": "autoCapitalize"; "autoExpand": "autoExpand"; "cancelLabel": "cancelLabel"; "completeLabel": "completeLabel"; "confirmLabel": "confirmLabel"; "collapsed": "collapsed"; "closeOnMaskClick": "closeOnMaskClick"; "dataSource": "dataSource"; "disabled": "disabled"; "disableSnap": "disableSnap"; "disableEscape": "disableEscape"; "disableKeyboard": "disableKeyboard"; "displayMode": "displayMode"; "dropPosition": "dropPosition"; "formatFunction": "formatFunction"; "footerPosition": "footerPosition"; "footerTemplate": "footerTemplate"; "headerButtons": "headerButtons"; "headerTemplate": "headerTemplate"; "headerPosition": "headerPosition"; "hint": "hint"; "indeterminate": "indeterminate"; "inverted": "inverted"; "label": "label"; "liveResize": "liveResize"; "layout": "layout"; "unlockKey": "unlockKey"; "locale": "locale"; "locked": "locked"; "localizeFormatFunction": "localizeFormatFunction"; "maximized": "maximized"; "messages": "messages"; "modal": "modal"; "max": "max"; "min": "min"; "minimized": "minimized"; "maxLength": "maxLength"; "minLength": "minLength"; "opened": "opened"; "pinned": "pinned"; "placeholder": "placeholder"; "promptLabel": "promptLabel"; "readonly": "readonly"; "resizeIndicator": "resizeIndicator"; "resizeMode": "resizeMode"; "rightToLeft": "rightToLeft"; "required": "required"; "requiredMessage": "requiredMessage"; "selectAllOnFocus": "selectAllOnFocus"; "selectedIndex": "selectedIndex"; "selectionMode": "selectionMode"; "selectionEnd": "selectionEnd"; "selectionStart": "selectionStart"; "showProgressValue": "showProgressValue"; "siblings": "siblings"; "size": "size"; "spellCheck": "spellCheck"; "tabCloseButtons": "tabCloseButtons"; "tabCloseButtonMode": "tabCloseButtonMode"; "tabOverflow": "tabOverflow"; "tabPosition": "tabPosition"; "tabScrollButtonsPosition": "tabScrollButtonsPosition"; "tabTextOrientation": "tabTextOrientation"; "theme": "theme"; "unfocusable": "unfocusable"; "value": "value"; "windowParent": "windowParent"; "wrap": "wrap"; }, { "onOpening": "onOpening"; "onOpen": "onOpen"; "onClosing": "onClosing"; "onClose": "onClose"; "onCollapse": "onCollapse"; "onDragEnd": "onDragEnd"; "onDragStart": "onDragStart"; "onExpand": "onExpand"; "onMaximize": "onMaximize"; "onMinimize": "onMinimize"; "onResizeEnd": "onResizeEnd"; "onResizeStart": "onResizeStart"; "onRestore": "onRestore"; }, never>;
367
370
  }