@smart-webcomponents-angular/window 11.0.0 → 13.0.10
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.
- package/README.md +10 -2
- package/esm2020/window/index.mjs +2 -0
- package/{esm2015/window/public_api.js → esm2020/window/public_api.mjs} +0 -0
- package/{esm2015/window/smart-webcomponents-angular-window.js → esm2020/window/smart-webcomponents-angular-window.mjs} +2 -3
- package/esm2020/window/smart.element.mjs +96 -0
- package/esm2020/window/smart.window.mjs +1051 -0
- package/esm2020/window/smart.window.module.mjs +18 -0
- package/fesm2015/{smart-webcomponents-angular-window.js → smart-webcomponents-angular-window.mjs} +206 -111
- package/fesm2015/smart-webcomponents-angular-window.mjs.map +1 -0
- package/fesm2020/smart-webcomponents-angular-window.mjs +1173 -0
- package/fesm2020/smart-webcomponents-angular-window.mjs.map +1 -0
- package/index.d.ts +318 -42
- package/package.json +26 -24
- package/source/modules/smart.window.js +2 -2
- package/source/smart.button.js +1 -1
- package/source/smart.combobox.js +1 -1
- package/source/smart.dropdownlist.js +2 -2
- package/source/smart.element.js +2 -2
- package/source/smart.listbox.js +1 -1
- package/source/smart.multilinetextbox.js +1 -1
- package/source/smart.progressbar.js +1 -1
- package/source/smart.scrollbar.js +1 -1
- package/source/smart.textbox.js +1 -1
- package/source/smart.window.js +1 -1
- package/styles/font/smart-icons.eot +0 -0
- package/styles/font/smart-icons.svg +11 -3
- package/styles/font/smart-icons.ttf +0 -0
- package/styles/font/smart-icons.woff +0 -0
- package/styles/font/smart-icons.woff2 +0 -0
- package/styles/smart.base.css +2 -2
- package/styles/smart.window.css +3 -3
- package/window/index.d.ts +1 -0
- package/window/smart-webcomponents-angular-window.d.ts +2 -2
- package/window/smart.element.d.ts +4 -1
- package/window/smart.window.d.ts +3 -0
- package/window/smart.window.module.d.ts +5 -0
- package/bundles/smart-webcomponents-angular-window.umd.js +0 -1769
- package/bundles/smart-webcomponents-angular-window.umd.min.js +0 -25
- package/esm2015/window/smart.element.js +0 -83
- package/esm2015/window/smart.window.js +0 -983
- package/esm2015/window/smart.window.module.js +0 -13
- package/fesm2015/smart-webcomponents-angular-window.js.map +0 -1
- package/window/smart-webcomponents-angular-window.metadata.json +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public_api';
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
1
3
|
declare global {
|
|
2
4
|
interface Window {
|
|
3
5
|
Smart: any;
|
|
4
6
|
}
|
|
5
7
|
}
|
|
6
|
-
import { ElementRef, EventEmitter } from '@angular/core';
|
|
7
8
|
export declare class BaseElement {
|
|
8
9
|
constructor(ref: ElementRef);
|
|
9
10
|
onCreate: EventEmitter<any>;
|
|
@@ -32,5 +33,7 @@ export declare class BaseElement {
|
|
|
32
33
|
/** @description Determines the theme. Theme defines the look of the element */
|
|
33
34
|
get theme(): string;
|
|
34
35
|
set theme(value: string);
|
|
36
|
+
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>;
|
|
35
38
|
}
|
|
36
39
|
export declare const Smart: any;
|
package/window/smart.window.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { Window } from './../index';
|
|
|
2
2
|
import { Animation, WindowAutoCapitalize, WindowDisplayMode, WindowDropPosition, WindowFooterPosition, TabPosition, WindowResizeMode, TabSelectionMode, WindowTabCloseButtonMode, Overflow, LayoutPosition, Orientation, WindowWrap } from './../index';
|
|
3
3
|
import { AfterViewInit, ElementRef, OnInit, OnChanges, OnDestroy, SimpleChanges, EventEmitter } from '@angular/core';
|
|
4
4
|
import { BaseElement } from './smart.element';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export { Animation, WindowAutoCapitalize, WindowDisplayMode, WindowDropPosition, WindowFooterPosition, TabPosition, WindowResizeMode, TabSelectionMode, WindowTabCloseButtonMode, Overflow, LayoutPosition, Orientation, WindowWrap, ElementRenderMode } from './../index';
|
|
6
7
|
export { Smart } from './smart.element';
|
|
7
8
|
export { Window } from './../index';
|
|
@@ -342,4 +343,6 @@ export declare class WindowComponent extends BaseElement implements OnInit, Afte
|
|
|
342
343
|
private listen;
|
|
343
344
|
/** @description Remove event listeners. */
|
|
344
345
|
private unlisten;
|
|
346
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WindowComponent, never>;
|
|
347
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<WindowComponent, "smart-window, [smart-window], smart-tabs-window, smart-prompt-window, smart-multilineprompt-window, smart-dialog-window, smart-alert-window, smart-progress-window, smart-wait-window", never, { "addNewTab": "addNewTab"; "animation": "animation"; "autoCapitalize": "autoCapitalize"; "autoExpand": "autoExpand"; "cancelLabel": "cancelLabel"; "completeLabel": "completeLabel"; "confirmLabel": "confirmLabel"; "collapsed": "collapsed"; "closeOnMaskClick": "closeOnMaskClick"; "dataSource": "dataSource"; "disabled": "disabled"; "disableSnap": "disableSnap"; "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>;
|
|
345
348
|
}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./smart.window";
|
|
1
3
|
export declare class WindowModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WindowModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<WindowModule, [typeof i1.WindowComponent], never, [typeof i1.WindowComponent]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<WindowModule>;
|
|
2
7
|
}
|