@acorex/components 5.9.0 → 6.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.
- package/README.md +24 -24
- package/alert/src/alert.component.d.ts +1 -1
- package/badge/src/badge.component.d.ts +1 -1
- package/breadcrumbs/src/breadcrumbs-item.component.d.ts +4 -4
- package/button/src/button-group.component.d.ts +4 -4
- package/button/src/button-item.component.d.ts +5 -10
- package/button/src/button.component.d.ts +2 -2
- package/color-picker/src/color-picker.component.d.ts +17 -14
- package/data-pager/src/data-pager-info.component.d.ts +2 -2
- package/date-picker/src/datepicker.component.d.ts +11 -11
- package/esm2020/action-sheet/src/action-sheet.component.mjs +3 -3
- package/esm2020/alert/src/alert.component.mjs +4 -4
- package/esm2020/avatar/src/avatar.component.mjs +2 -2
- package/esm2020/badge/src/badge.component.mjs +2 -2
- package/esm2020/button/src/button-group.component.mjs +3 -3
- package/esm2020/button/src/button-item.component.mjs +3 -2
- package/esm2020/button/src/button.component.mjs +29 -19
- package/esm2020/calendar/src/calendar.component.mjs +3 -3
- package/esm2020/checkbox/src/checkbox.component.mjs +3 -3
- package/esm2020/color-palette/src/color-palette-input.component.mjs +3 -3
- package/esm2020/color-palette/src/color-palette-picker.component.mjs +3 -3
- package/esm2020/color-palette/src/color-palette-preview.component.mjs +3 -2
- package/esm2020/color-palette/src/color-palette.component.mjs +3 -3
- package/esm2020/color-picker/src/color-picker.component.mjs +1 -1
- package/esm2020/data-pager/src/data-pager-info.component.mjs +14 -9
- package/esm2020/data-pager/src/data-pager.component.mjs +3 -3
- package/esm2020/data-table/src/data-table.component.mjs +3 -3
- package/esm2020/date-picker/src/datepicker.component.mjs +1 -1
- package/esm2020/decorators/src/addon.component.mjs +3 -2
- package/esm2020/decorators/src/close-button.component.mjs +3 -2
- package/esm2020/decorators/src/content.component.mjs +3 -2
- package/esm2020/decorators/src/footer.component.mjs +3 -2
- package/esm2020/decorators/src/header.component.mjs +3 -2
- package/esm2020/decorators/src/icon.component.mjs +3 -2
- package/esm2020/decorators/src/prefix.component.mjs +3 -2
- package/esm2020/decorators/src/suffix.component.mjs +3 -2
- package/esm2020/decorators/src/title.component.mjs +3 -2
- package/esm2020/drawer/src/drawer-container.component.mjs +16 -21
- package/esm2020/drawer/src/drawer.component.mjs +3 -2
- package/esm2020/dropdown/src/dropdown-panel.component.mjs +3 -3
- package/esm2020/form/src/form-field.component.mjs +4 -3
- package/esm2020/label/src/label.component.mjs +3 -3
- package/esm2020/loading/src/loading-spinner.component.mjs +59 -20
- package/esm2020/menu/src/menu.component.mjs +1 -1
- package/esm2020/number-box/src/number-box.component.mjs +3 -3
- package/esm2020/public-api.mjs +1 -1
- package/esm2020/radio/src/radio.component.mjs +2 -2
- package/esm2020/range-slider/src/range-slider.component.mjs +3 -3
- package/esm2020/search-box/src/search-box.component.mjs +5 -5
- package/esm2020/select-box/src/selectbox.component.mjs +3 -3
- package/esm2020/selection-list/src/selection-list.component.mjs +3 -3
- package/esm2020/tabs/src/tabs.component.mjs +3 -2
- package/esm2020/textarea/src/textarea.component.mjs +3 -3
- package/esm2020/textbox/src/textbox.component.mjs +2 -2
- package/esm2020/time-box/src/time-box.component.mjs +1 -1
- package/esm2020/toast/src/toast.component.mjs +6 -6
- package/fesm2015/acorex-components-action-sheet.mjs +2 -2
- package/fesm2015/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2015/acorex-components-alert.mjs +2 -2
- package/fesm2015/acorex-components-alert.mjs.map +1 -1
- package/fesm2015/acorex-components-avatar.mjs +2 -2
- package/fesm2015/acorex-components-avatar.mjs.map +1 -1
- package/fesm2015/acorex-components-badge.mjs +2 -2
- package/fesm2015/acorex-components-badge.mjs.map +1 -1
- package/fesm2015/acorex-components-button.mjs +30 -19
- package/fesm2015/acorex-components-button.mjs.map +1 -1
- package/fesm2015/acorex-components-calendar.mjs +3 -3
- package/fesm2015/acorex-components-calendar.mjs.map +1 -1
- package/fesm2015/acorex-components-checkbox.mjs +2 -2
- package/fesm2015/acorex-components-checkbox.mjs.map +1 -1
- package/fesm2015/acorex-components-color-palette.mjs +8 -7
- package/fesm2015/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2015/acorex-components-color-picker.mjs.map +1 -1
- package/fesm2015/acorex-components-data-pager.mjs +12 -7
- package/fesm2015/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2015/acorex-components-data-table.mjs +3 -3
- package/fesm2015/acorex-components-data-table.mjs.map +1 -1
- package/fesm2015/acorex-components-date-picker.mjs.map +1 -1
- package/fesm2015/acorex-components-decorators.mjs +18 -9
- package/fesm2015/acorex-components-decorators.mjs.map +1 -1
- package/fesm2015/acorex-components-drawer.mjs +16 -20
- package/fesm2015/acorex-components-drawer.mjs.map +1 -1
- package/fesm2015/acorex-components-dropdown.mjs +2 -2
- package/fesm2015/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2015/acorex-components-form.mjs +2 -1
- package/fesm2015/acorex-components-form.mjs.map +1 -1
- package/fesm2015/acorex-components-label.mjs +2 -2
- package/fesm2015/acorex-components-label.mjs.map +1 -1
- package/fesm2015/acorex-components-loading.mjs +58 -19
- package/fesm2015/acorex-components-loading.mjs.map +1 -1
- package/fesm2015/acorex-components-menu.mjs.map +1 -1
- package/fesm2015/acorex-components-number-box.mjs +2 -2
- package/fesm2015/acorex-components-number-box.mjs.map +1 -1
- package/fesm2015/acorex-components-radio.mjs +1 -1
- package/fesm2015/acorex-components-radio.mjs.map +1 -1
- package/fesm2015/acorex-components-range-slider.mjs +2 -2
- package/fesm2015/acorex-components-range-slider.mjs.map +1 -1
- package/fesm2015/acorex-components-search-box.mjs +2 -2
- package/fesm2015/acorex-components-search-box.mjs.map +1 -1
- package/fesm2015/acorex-components-select-box.mjs +2 -2
- package/fesm2015/acorex-components-select-box.mjs.map +1 -1
- package/fesm2015/acorex-components-selection-list.mjs +2 -2
- package/fesm2015/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2015/acorex-components-tabs.mjs +2 -1
- package/fesm2015/acorex-components-tabs.mjs.map +1 -1
- package/fesm2015/acorex-components-textarea.mjs +2 -2
- package/fesm2015/acorex-components-textarea.mjs.map +1 -1
- package/fesm2015/acorex-components-textbox.mjs +1 -1
- package/fesm2015/acorex-components-textbox.mjs.map +1 -1
- package/fesm2015/acorex-components-time-box.mjs.map +1 -1
- package/fesm2015/acorex-components-toast.mjs +4 -4
- package/fesm2015/acorex-components-toast.mjs.map +1 -1
- package/fesm2015/acorex-components.mjs.map +1 -1
- package/fesm2020/acorex-components-action-sheet.mjs +2 -2
- package/fesm2020/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2020/acorex-components-alert.mjs +2 -2
- package/fesm2020/acorex-components-alert.mjs.map +1 -1
- package/fesm2020/acorex-components-avatar.mjs +2 -2
- package/fesm2020/acorex-components-avatar.mjs.map +1 -1
- package/fesm2020/acorex-components-badge.mjs +2 -2
- package/fesm2020/acorex-components-badge.mjs.map +1 -1
- package/fesm2020/acorex-components-button.mjs +30 -19
- package/fesm2020/acorex-components-button.mjs.map +1 -1
- package/fesm2020/acorex-components-calendar.mjs +3 -3
- package/fesm2020/acorex-components-calendar.mjs.map +1 -1
- package/fesm2020/acorex-components-checkbox.mjs +2 -2
- package/fesm2020/acorex-components-checkbox.mjs.map +1 -1
- package/fesm2020/acorex-components-color-palette.mjs +8 -7
- package/fesm2020/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2020/acorex-components-color-picker.mjs.map +1 -1
- package/fesm2020/acorex-components-data-pager.mjs +12 -7
- package/fesm2020/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2020/acorex-components-data-table.mjs +3 -3
- package/fesm2020/acorex-components-data-table.mjs.map +1 -1
- package/fesm2020/acorex-components-date-picker.mjs.map +1 -1
- package/fesm2020/acorex-components-decorators.mjs +18 -9
- package/fesm2020/acorex-components-decorators.mjs.map +1 -1
- package/fesm2020/acorex-components-drawer.mjs +16 -20
- package/fesm2020/acorex-components-drawer.mjs.map +1 -1
- package/fesm2020/acorex-components-dropdown.mjs +2 -2
- package/fesm2020/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2020/acorex-components-form.mjs +2 -1
- package/fesm2020/acorex-components-form.mjs.map +1 -1
- package/fesm2020/acorex-components-label.mjs +2 -2
- package/fesm2020/acorex-components-label.mjs.map +1 -1
- package/fesm2020/acorex-components-loading.mjs +58 -19
- package/fesm2020/acorex-components-loading.mjs.map +1 -1
- package/fesm2020/acorex-components-menu.mjs.map +1 -1
- package/fesm2020/acorex-components-number-box.mjs +2 -2
- package/fesm2020/acorex-components-number-box.mjs.map +1 -1
- package/fesm2020/acorex-components-radio.mjs +1 -1
- package/fesm2020/acorex-components-radio.mjs.map +1 -1
- package/fesm2020/acorex-components-range-slider.mjs +2 -2
- package/fesm2020/acorex-components-range-slider.mjs.map +1 -1
- package/fesm2020/acorex-components-search-box.mjs +2 -2
- package/fesm2020/acorex-components-search-box.mjs.map +1 -1
- package/fesm2020/acorex-components-select-box.mjs +2 -2
- package/fesm2020/acorex-components-select-box.mjs.map +1 -1
- package/fesm2020/acorex-components-selection-list.mjs +2 -2
- package/fesm2020/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2020/acorex-components-tabs.mjs +2 -1
- package/fesm2020/acorex-components-tabs.mjs.map +1 -1
- package/fesm2020/acorex-components-textarea.mjs +2 -2
- package/fesm2020/acorex-components-textarea.mjs.map +1 -1
- package/fesm2020/acorex-components-textbox.mjs +1 -1
- package/fesm2020/acorex-components-textbox.mjs.map +1 -1
- package/fesm2020/acorex-components-time-box.mjs.map +1 -1
- package/fesm2020/acorex-components-toast.mjs +4 -4
- package/fesm2020/acorex-components-toast.mjs.map +1 -1
- package/fesm2020/acorex-components.mjs.map +1 -1
- package/mixin/src/base-components.class.d.ts +1 -1
- package/mixin/src/base-menu-mixin.class.d.ts +4 -4
- package/mixin/src/button-mixin.class.d.ts +1 -1
- package/mixin/src/clickable-mixin.class.d.ts +1 -1
- package/mixin/src/color-look-mixing.class.d.ts +1 -1
- package/mixin/src/datalist-component.class.d.ts +9 -9
- package/mixin/src/dropdown-mixin.class.d.ts +1 -1
- package/mixin/src/interactive-mixin.class.d.ts +3 -3
- package/mixin/src/loading-mixin.class.d.ts +1 -1
- package/mixin/src/mixin.class.d.ts +45 -45
- package/mixin/src/page-component.class.d.ts +1 -1
- package/mixin/src/selection-component.class.d.ts +1 -1
- package/mixin/src/sizable-mixin.class.d.ts +1 -1
- package/mixin/src/textbox-mixin.class.d.ts +3 -3
- package/mixin/src/value-mixin.class.d.ts +7 -7
- package/package.json +1 -1
- package/tabs/src/tab-item.component.d.ts +1 -1
- package/toast/src/toast.component.d.ts +2 -2
|
@@ -3,7 +3,7 @@ export declare const AXBaseComponentMixin: {
|
|
|
3
3
|
new (...args: any[]): {
|
|
4
4
|
id: string;
|
|
5
5
|
rtl: boolean;
|
|
6
|
-
"__#
|
|
6
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
7
7
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
8
8
|
_isInited: boolean;
|
|
9
9
|
_isRendered: boolean;
|
|
@@ -30,7 +30,7 @@ export declare const AXSizableComponentMixin: {
|
|
|
30
30
|
_onInternalInit(): void;
|
|
31
31
|
id: string;
|
|
32
32
|
rtl: boolean;
|
|
33
|
-
"__#
|
|
33
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
34
34
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
35
35
|
_isInited: boolean;
|
|
36
36
|
_isRendered: boolean;
|
|
@@ -53,7 +53,7 @@ export declare const AXSizableComponentMixin: {
|
|
|
53
53
|
new (...args: any[]): {
|
|
54
54
|
id: string;
|
|
55
55
|
rtl: boolean;
|
|
56
|
-
"__#
|
|
56
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
57
57
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
58
58
|
_isInited: boolean;
|
|
59
59
|
_isRendered: boolean;
|
|
@@ -80,7 +80,7 @@ export declare const AXInteractiveComponenetMixin: {
|
|
|
80
80
|
_onInternalInit(): void;
|
|
81
81
|
id: string;
|
|
82
82
|
rtl: boolean;
|
|
83
|
-
"__#
|
|
83
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
84
84
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
85
85
|
_isInited: boolean;
|
|
86
86
|
_isRendered: boolean;
|
|
@@ -100,9 +100,9 @@ export declare const AXInteractiveComponenetMixin: {
|
|
|
100
100
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
101
101
|
};
|
|
102
102
|
} & (abstract new (...args: any[]) => {
|
|
103
|
-
"__#
|
|
103
|
+
"__#32616@#disabled": boolean;
|
|
104
104
|
disabled: boolean;
|
|
105
|
-
"__#
|
|
105
|
+
"__#32616@#tabIndex": number;
|
|
106
106
|
tabIndex: number;
|
|
107
107
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
108
108
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -112,7 +112,7 @@ export declare const AXInteractiveComponenetMixin: {
|
|
|
112
112
|
hasFocus(): boolean;
|
|
113
113
|
id: string;
|
|
114
114
|
rtl: boolean;
|
|
115
|
-
"__#
|
|
115
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
116
116
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
117
117
|
_isInited: boolean;
|
|
118
118
|
_isRendered: boolean;
|
|
@@ -133,9 +133,9 @@ export declare const AXInteractiveComponenetMixin: {
|
|
|
133
133
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
134
134
|
}) & typeof AXBaseComponent;
|
|
135
135
|
export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
|
|
136
|
-
"__#
|
|
136
|
+
"__#32616@#disabled": boolean;
|
|
137
137
|
disabled: boolean;
|
|
138
|
-
"__#
|
|
138
|
+
"__#32616@#tabIndex": number;
|
|
139
139
|
tabIndex: number;
|
|
140
140
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
141
141
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -145,7 +145,7 @@ export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
|
|
|
145
145
|
hasFocus(): boolean;
|
|
146
146
|
id: string;
|
|
147
147
|
rtl: boolean;
|
|
148
|
-
"__#
|
|
148
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
149
149
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
150
150
|
_isInited: boolean;
|
|
151
151
|
_isRendered: boolean;
|
|
@@ -170,7 +170,7 @@ export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
|
|
|
170
170
|
_emitOnClickEvent(e: MouseEvent): void;
|
|
171
171
|
id: string;
|
|
172
172
|
rtl: boolean;
|
|
173
|
-
"__#
|
|
173
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
174
174
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
175
175
|
_isInited: boolean;
|
|
176
176
|
_isRendered: boolean;
|
|
@@ -197,7 +197,7 @@ export declare const AXBaseButtonMixin: {
|
|
|
197
197
|
_onInternalInit(): void;
|
|
198
198
|
id: string;
|
|
199
199
|
rtl: boolean;
|
|
200
|
-
"__#
|
|
200
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
201
201
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
202
202
|
_isInited: boolean;
|
|
203
203
|
_isRendered: boolean;
|
|
@@ -217,9 +217,9 @@ export declare const AXBaseButtonMixin: {
|
|
|
217
217
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
218
218
|
};
|
|
219
219
|
} & (abstract new (...args: any[]) => {
|
|
220
|
-
"__#
|
|
220
|
+
"__#32616@#disabled": boolean;
|
|
221
221
|
disabled: boolean;
|
|
222
|
-
"__#
|
|
222
|
+
"__#32616@#tabIndex": number;
|
|
223
223
|
tabIndex: number;
|
|
224
224
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
225
225
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -229,7 +229,7 @@ export declare const AXBaseButtonMixin: {
|
|
|
229
229
|
hasFocus(): boolean;
|
|
230
230
|
id: string;
|
|
231
231
|
rtl: boolean;
|
|
232
|
-
"__#
|
|
232
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
233
233
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
234
234
|
_isInited: boolean;
|
|
235
235
|
_isRendered: boolean;
|
|
@@ -254,7 +254,7 @@ export declare const AXBaseButtonMixin: {
|
|
|
254
254
|
_emitOnClickEvent(e: MouseEvent): void;
|
|
255
255
|
id: string;
|
|
256
256
|
rtl: boolean;
|
|
257
|
-
"__#
|
|
257
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
258
258
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
259
259
|
_isInited: boolean;
|
|
260
260
|
_isRendered: boolean;
|
|
@@ -284,7 +284,7 @@ export declare const AXBaseButtonMixin: {
|
|
|
284
284
|
look: import("@acorex/components/common").AXStyleLookType;
|
|
285
285
|
id: string;
|
|
286
286
|
rtl: boolean;
|
|
287
|
-
"__#
|
|
287
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
288
288
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
289
289
|
_isInited: boolean;
|
|
290
290
|
_isRendered: boolean;
|
|
@@ -321,7 +321,7 @@ export declare const AXBaseButtonMixin: {
|
|
|
321
321
|
};
|
|
322
322
|
id: string;
|
|
323
323
|
rtl: boolean;
|
|
324
|
-
"__#
|
|
324
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
325
325
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
326
326
|
_isInited: boolean;
|
|
327
327
|
_isRendered: boolean;
|
|
@@ -349,7 +349,7 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
349
349
|
_onInternalInit(): void;
|
|
350
350
|
id: string;
|
|
351
351
|
rtl: boolean;
|
|
352
|
-
"__#
|
|
352
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
353
353
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
354
354
|
_isInited: boolean;
|
|
355
355
|
_isRendered: boolean;
|
|
@@ -369,9 +369,9 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
369
369
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
370
370
|
};
|
|
371
371
|
} & (abstract new (...args: any[]) => {
|
|
372
|
-
"__#
|
|
372
|
+
"__#32616@#disabled": boolean;
|
|
373
373
|
disabled: boolean;
|
|
374
|
-
"__#
|
|
374
|
+
"__#32616@#tabIndex": number;
|
|
375
375
|
tabIndex: number;
|
|
376
376
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
377
377
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -381,7 +381,7 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
381
381
|
hasFocus(): boolean;
|
|
382
382
|
id: string;
|
|
383
383
|
rtl: boolean;
|
|
384
|
-
"__#
|
|
384
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
385
385
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
386
386
|
_isInited: boolean;
|
|
387
387
|
_isRendered: boolean;
|
|
@@ -404,17 +404,17 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
404
404
|
new (...args: any[]): {
|
|
405
405
|
onValueChanged: import("@angular/core").EventEmitter<import("@acorex/components/common").AXValueChangedEvent<any>>;
|
|
406
406
|
valueChange: import("@angular/core").EventEmitter<any>;
|
|
407
|
-
"__#
|
|
407
|
+
"__#32617@#readonly": boolean;
|
|
408
408
|
readonly: boolean;
|
|
409
|
-
"__#
|
|
409
|
+
"__#32617@#allowNull": boolean;
|
|
410
410
|
allowNull: boolean;
|
|
411
|
-
"__#
|
|
411
|
+
"__#32617@#name": string;
|
|
412
412
|
name: string;
|
|
413
|
-
"__#
|
|
413
|
+
"__#32617@#isUserInteraction": boolean;
|
|
414
414
|
readonly isUserInteraction: boolean;
|
|
415
|
-
"__#
|
|
415
|
+
"__#32617@#value": any;
|
|
416
416
|
value: any;
|
|
417
|
-
"__#
|
|
417
|
+
"__#32617@#state": "error" | "clear" | "success";
|
|
418
418
|
readonly state: "error" | "clear" | "success";
|
|
419
419
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
|
420
420
|
_internalSetValue(value: any): any;
|
|
@@ -430,7 +430,7 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
430
430
|
_setState(state: "error" | "clear" | "success", ...args: any[]): void;
|
|
431
431
|
id: string;
|
|
432
432
|
rtl: boolean;
|
|
433
|
-
"__#
|
|
433
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
434
434
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
435
435
|
_isInited: boolean;
|
|
436
436
|
_isRendered: boolean;
|
|
@@ -455,8 +455,8 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
455
455
|
maxLength: number;
|
|
456
456
|
autoComplete: string;
|
|
457
457
|
debounceTime: number;
|
|
458
|
-
"__#
|
|
459
|
-
"__#
|
|
458
|
+
"__#32618@#valueSubscription": import("rxjs").Subscription;
|
|
459
|
+
"__#32618@#valueSubject": import("rxjs").Subject<unknown>;
|
|
460
460
|
onKeyDown: import("@angular/core").EventEmitter<import("@acorex/components/common").AXHtmlEvent<KeyboardEvent>>;
|
|
461
461
|
onKeyUp: import("@angular/core").EventEmitter<import("@acorex/components/common").AXHtmlEvent<KeyboardEvent>>;
|
|
462
462
|
onKeyPress: import("@angular/core").EventEmitter<import("@acorex/components/common").AXHtmlEvent<KeyboardEvent>>;
|
|
@@ -469,7 +469,7 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
469
469
|
onDestroy(): void;
|
|
470
470
|
id: string;
|
|
471
471
|
rtl: boolean;
|
|
472
|
-
"__#
|
|
472
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
473
473
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
474
474
|
_isInited: boolean;
|
|
475
475
|
_isRendered: boolean;
|
|
@@ -497,7 +497,7 @@ export declare const AXBaseDropdownMixin: {
|
|
|
497
497
|
_onInternalInit(): void;
|
|
498
498
|
id: string;
|
|
499
499
|
rtl: boolean;
|
|
500
|
-
"__#
|
|
500
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
501
501
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
502
502
|
_isInited: boolean;
|
|
503
503
|
_isRendered: boolean;
|
|
@@ -517,9 +517,9 @@ export declare const AXBaseDropdownMixin: {
|
|
|
517
517
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
518
518
|
};
|
|
519
519
|
} & (abstract new (...args: any[]) => {
|
|
520
|
-
"__#
|
|
520
|
+
"__#32616@#disabled": boolean;
|
|
521
521
|
disabled: boolean;
|
|
522
|
-
"__#
|
|
522
|
+
"__#32616@#tabIndex": number;
|
|
523
523
|
tabIndex: number;
|
|
524
524
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
525
525
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -529,7 +529,7 @@ export declare const AXBaseDropdownMixin: {
|
|
|
529
529
|
hasFocus(): boolean;
|
|
530
530
|
id: string;
|
|
531
531
|
rtl: boolean;
|
|
532
|
-
"__#
|
|
532
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
533
533
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
534
534
|
_isInited: boolean;
|
|
535
535
|
_isRendered: boolean;
|
|
@@ -564,7 +564,7 @@ export declare const AXBaseDropdownMixin: {
|
|
|
564
564
|
readonly isOpen: boolean;
|
|
565
565
|
id: string;
|
|
566
566
|
rtl: boolean;
|
|
567
|
-
"__#
|
|
567
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
568
568
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
569
569
|
_isInited: boolean;
|
|
570
570
|
_isRendered: boolean;
|
|
@@ -583,9 +583,9 @@ export declare const AXBaseDropdownMixin: {
|
|
|
583
583
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
584
584
|
}) & typeof AXBaseComponent;
|
|
585
585
|
export declare const AXBaseMenuMixin: (abstract new (...args: any[]) => {
|
|
586
|
-
"__#
|
|
586
|
+
"__#32616@#disabled": boolean;
|
|
587
587
|
disabled: boolean;
|
|
588
|
-
"__#
|
|
588
|
+
"__#32616@#tabIndex": number;
|
|
589
589
|
tabIndex: number;
|
|
590
590
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
591
591
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -595,7 +595,7 @@ export declare const AXBaseMenuMixin: (abstract new (...args: any[]) => {
|
|
|
595
595
|
hasFocus(): boolean;
|
|
596
596
|
id: string;
|
|
597
597
|
rtl: boolean;
|
|
598
|
-
"__#
|
|
598
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
599
599
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
600
600
|
_isInited: boolean;
|
|
601
601
|
_isRendered: boolean;
|
|
@@ -618,8 +618,8 @@ export declare const AXBaseMenuMixin: (abstract new (...args: any[]) => {
|
|
|
618
618
|
new (...args: any[]): {
|
|
619
619
|
textField: string;
|
|
620
620
|
valueField: string;
|
|
621
|
-
"__#
|
|
622
|
-
"__#
|
|
621
|
+
"__#32614@#isLoading": boolean;
|
|
622
|
+
"__#32614@#loadedItems": any;
|
|
623
623
|
visibleField: string;
|
|
624
624
|
disableField: string;
|
|
625
625
|
hasChildField: string;
|
|
@@ -628,7 +628,7 @@ export declare const AXBaseMenuMixin: (abstract new (...args: any[]) => {
|
|
|
628
628
|
direction: "horizontal" | "vertical";
|
|
629
629
|
onMenuItemClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXItemClickEvent<any>>;
|
|
630
630
|
readonly loadedCount: number;
|
|
631
|
-
"__#
|
|
631
|
+
"__#32614@#items": any;
|
|
632
632
|
items: any;
|
|
633
633
|
readonly displayItems: any;
|
|
634
634
|
readonly isLoading: boolean;
|
|
@@ -640,7 +640,7 @@ export declare const AXBaseMenuMixin: (abstract new (...args: any[]) => {
|
|
|
640
640
|
_trackLoaded(index: any, item: any): any;
|
|
641
641
|
id: string;
|
|
642
642
|
rtl: boolean;
|
|
643
|
-
"__#
|
|
643
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
644
644
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
645
645
|
_isInited: boolean;
|
|
646
646
|
_isRendered: boolean;
|
|
@@ -670,7 +670,7 @@ export declare const AXAvatarMixin: {
|
|
|
670
670
|
look: import("@acorex/components/common").AXStyleLookType;
|
|
671
671
|
id: string;
|
|
672
672
|
rtl: boolean;
|
|
673
|
-
"__#
|
|
673
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
674
674
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
675
675
|
_isInited: boolean;
|
|
676
676
|
_isRendered: boolean;
|
|
@@ -4,7 +4,7 @@ export declare function _PageComponenetMixin<TBase extends Constructor<AXBaseCom
|
|
|
4
4
|
new (...args: any[]): {
|
|
5
5
|
id: string;
|
|
6
6
|
rtl: boolean;
|
|
7
|
-
"__#
|
|
7
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
8
8
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
9
9
|
_isInited: boolean;
|
|
10
10
|
_isRendered: boolean;
|
|
@@ -38,7 +38,7 @@ export declare function _SelectionComponenetMixin<TBase extends Constructor<AXBa
|
|
|
38
38
|
* Defines the primary text to show inside the button.
|
|
39
39
|
*/
|
|
40
40
|
rtl: boolean;
|
|
41
|
-
"__#
|
|
41
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
42
42
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
43
43
|
_isInited: boolean;
|
|
44
44
|
_isRendered: boolean;
|
|
@@ -9,7 +9,7 @@ export declare function _SizableComponenetMixin<TBase extends Constructor<AXBase
|
|
|
9
9
|
_onInternalInit(): void;
|
|
10
10
|
id: string;
|
|
11
11
|
rtl: boolean;
|
|
12
|
-
"__#
|
|
12
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
13
13
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
14
14
|
_isInited: boolean;
|
|
15
15
|
_isRendered: boolean;
|
|
@@ -22,8 +22,8 @@ export declare function _TextboxComponenetMixin<TBase extends Constructor<AXBase
|
|
|
22
22
|
*/
|
|
23
23
|
autoComplete: string;
|
|
24
24
|
debounceTime: number;
|
|
25
|
-
"__#
|
|
26
|
-
"__#
|
|
25
|
+
"__#32618@#valueSubscription": Subscription;
|
|
26
|
+
"__#32618@#valueSubject": Subject<unknown>;
|
|
27
27
|
/**
|
|
28
28
|
* Fires each time the user press a key.
|
|
29
29
|
* @event
|
|
@@ -51,7 +51,7 @@ export declare function _TextboxComponenetMixin<TBase extends Constructor<AXBase
|
|
|
51
51
|
* A number value that specifies the maximum characters of text box.
|
|
52
52
|
*/
|
|
53
53
|
rtl: boolean;
|
|
54
|
-
"__#
|
|
54
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
55
55
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
56
56
|
_isInited: boolean;
|
|
57
57
|
_isRendered: boolean;
|
|
@@ -10,20 +10,20 @@ export declare function _ValueComponenetMixin<TBase extends Constructor<AXBaseCo
|
|
|
10
10
|
*/
|
|
11
11
|
onValueChanged: EventEmitter<AXValueChangedEvent<any>>;
|
|
12
12
|
valueChange: EventEmitter<any>;
|
|
13
|
-
"__#
|
|
13
|
+
"__#32617@#readonly": boolean;
|
|
14
14
|
/**
|
|
15
15
|
* If set to true, user cannot change the value of component.
|
|
16
16
|
*/
|
|
17
17
|
readonly: boolean;
|
|
18
|
-
"__#
|
|
18
|
+
"__#32617@#allowNull": boolean;
|
|
19
19
|
allowNull: boolean;
|
|
20
|
-
"__#
|
|
20
|
+
"__#32617@#name": string;
|
|
21
21
|
name: string;
|
|
22
|
-
"__#
|
|
22
|
+
"__#32617@#isUserInteraction": boolean;
|
|
23
23
|
readonly isUserInteraction: boolean;
|
|
24
|
-
"__#
|
|
24
|
+
"__#32617@#value": any;
|
|
25
25
|
value: any;
|
|
26
|
-
"__#
|
|
26
|
+
"__#32617@#state": 'clear' | 'success' | 'error';
|
|
27
27
|
readonly state: "error" | "clear" | "success";
|
|
28
28
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
|
29
29
|
_internalSetValue(value: any): any;
|
|
@@ -39,7 +39,7 @@ export declare function _ValueComponenetMixin<TBase extends Constructor<AXBaseCo
|
|
|
39
39
|
_setState(state: 'clear' | 'success' | 'error', ...args: any[]): void;
|
|
40
40
|
id: string;
|
|
41
41
|
rtl: boolean;
|
|
42
|
-
"__#
|
|
42
|
+
"__#32613@#elementRef": import("@angular/core").ElementRef<any>;
|
|
43
43
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
44
44
|
_isInited: boolean;
|
|
45
45
|
_isRendered: boolean;
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@ export declare const AXBaseTabItemMixin: (new (...args: any[]) => {
|
|
|
6
6
|
_emitOnClickEvent(e: MouseEvent): void;
|
|
7
7
|
id: string;
|
|
8
8
|
rtl: boolean;
|
|
9
|
-
"__#
|
|
9
|
+
"__#32613@#elementRef": ElementRef<any>;
|
|
10
10
|
_cdr: ChangeDetectorRef;
|
|
11
11
|
_isInited: boolean;
|
|
12
12
|
_isRendered: boolean;
|
|
@@ -14,8 +14,8 @@ export declare class AXToastComponent extends AXBaseComponentMixin {
|
|
|
14
14
|
_icon: string;
|
|
15
15
|
close: () => void;
|
|
16
16
|
/**
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
* @ignore
|
|
18
|
+
*/
|
|
19
19
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
20
20
|
onInit(): void;
|
|
21
21
|
_handleButtonClick(button: AXButtonItem): void;
|