@acorex/components 7.0.29 → 7.0.30
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/alert/src/alert.component.d.ts +2 -2
- package/badge/src/badge.component.d.ts +2 -2
- package/breadcrumbs/src/breadcrumbs-item.component.d.ts +6 -6
- package/button/src/button-group.component.d.ts +6 -6
- package/button/src/button-item.component.d.ts +6 -6
- package/color-picker/src/color-picker.component.d.ts +16 -16
- package/date-picker/src/datepicker.component.d.ts +14 -14
- package/esm2020/badge/src/badge.component.mjs +2 -2
- package/esm2020/breadcrumbs/src/breadcrumbs.component.mjs +2 -2
- package/esm2020/calendar/src/calendar.component.mjs +2 -2
- package/esm2020/chips/src/chips.component.mjs +2 -2
- package/esm2020/common/src/services/overlay.service.mjs +1 -2
- package/esm2020/picker/src/picker-column.component.mjs +2 -2
- package/esm2020/popup/src/popup.component.mjs +2 -2
- package/fesm2015/acorex-components-badge.mjs +2 -3
- package/fesm2015/acorex-components-badge.mjs.map +1 -1
- package/fesm2015/acorex-components-breadcrumbs.mjs +2 -3
- package/fesm2015/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2015/acorex-components-calendar.mjs +2 -3
- package/fesm2015/acorex-components-calendar.mjs.map +1 -1
- package/fesm2015/acorex-components-chips.mjs +2 -3
- package/fesm2015/acorex-components-chips.mjs.map +1 -1
- package/fesm2015/acorex-components-color-picker.mjs +1 -0
- package/fesm2015/acorex-components-common.mjs +0 -2
- package/fesm2015/acorex-components-common.mjs.map +1 -1
- package/fesm2015/acorex-components-picker.mjs +2 -3
- package/fesm2015/acorex-components-picker.mjs.map +1 -1
- package/fesm2015/acorex-components-popup.mjs +2 -3
- package/fesm2015/acorex-components-popup.mjs.map +1 -1
- package/fesm2015/acorex-components-select-box.mjs +1 -0
- package/fesm2015/acorex-components-tabs.mjs +1 -0
- package/fesm2020/acorex-components-badge.mjs +2 -3
- package/fesm2020/acorex-components-badge.mjs.map +1 -1
- package/fesm2020/acorex-components-breadcrumbs.mjs +2 -3
- package/fesm2020/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2020/acorex-components-calendar.mjs +2 -3
- package/fesm2020/acorex-components-calendar.mjs.map +1 -1
- package/fesm2020/acorex-components-chips.mjs +2 -3
- package/fesm2020/acorex-components-chips.mjs.map +1 -1
- package/fesm2020/acorex-components-color-picker.mjs +1 -0
- package/fesm2020/acorex-components-common.mjs +0 -2
- package/fesm2020/acorex-components-common.mjs.map +1 -1
- package/fesm2020/acorex-components-picker.mjs +2 -3
- package/fesm2020/acorex-components-picker.mjs.map +1 -1
- package/fesm2020/acorex-components-popup.mjs +2 -3
- package/fesm2020/acorex-components-popup.mjs.map +1 -1
- package/fesm2020/acorex-components-select-box.mjs +1 -0
- package/fesm2020/acorex-components-tabs.mjs +1 -0
- package/mixin/src/base-components.class.d.ts +2 -2
- package/mixin/src/base-menu-mixin.class.d.ts +5 -5
- package/mixin/src/button-mixin.class.d.ts +2 -2
- package/mixin/src/clickable-mixin.class.d.ts +2 -2
- package/mixin/src/color-look-mixing.class.d.ts +2 -2
- package/mixin/src/datalist-component.class.d.ts +10 -10
- package/mixin/src/dropdown-mixin.class.d.ts +2 -2
- package/mixin/src/interactive-mixin.class.d.ts +4 -4
- package/mixin/src/loading-mixin.class.d.ts +2 -2
- package/mixin/src/mixin.class.d.ts +61 -61
- package/mixin/src/page-component.class.d.ts +2 -2
- package/mixin/src/selection-component.class.d.ts +2 -2
- package/mixin/src/sizable-mixin.class.d.ts +2 -2
- package/mixin/src/textbox-mixin.class.d.ts +2 -2
- package/mixin/src/value-mixin.class.d.ts +8 -8
- package/package.json +1 -1
- package/tabs/src/tab-item.component.d.ts +2 -2
@@ -7,16 +7,16 @@ export declare function _DatalistComponenetMixin<TBase extends Constructor<AXBas
|
|
7
7
|
textField: string;
|
8
8
|
childrenField: string;
|
9
9
|
pageSize: number;
|
10
|
-
"__#
|
11
|
-
"__#
|
12
|
-
"__#
|
13
|
-
"__#
|
14
|
-
"__#
|
15
|
-
"__#
|
10
|
+
"__#35249@#currentPage": number;
|
11
|
+
"__#35249@#isLoading": boolean;
|
12
|
+
"__#35249@#loadedItems": any[];
|
13
|
+
"__#35249@#flatItems": any[];
|
14
|
+
"__#35249@#totalItems": number;
|
15
|
+
"__#35249@#isLazy": boolean;
|
16
16
|
readonly totalCount: number;
|
17
17
|
readonly isLazy: boolean;
|
18
18
|
readonly loadedCount: number;
|
19
|
-
"__#
|
19
|
+
"__#35249@#items": AXDataListItems;
|
20
20
|
items: AXDataListItems;
|
21
21
|
readonly displayItems: any[];
|
22
22
|
readonly flatItems: any[];
|
@@ -26,15 +26,15 @@ export declare function _DatalistComponenetMixin<TBase extends Constructor<AXBas
|
|
26
26
|
searchQuery?: string;
|
27
27
|
}): void;
|
28
28
|
_onDataLoaded(): void;
|
29
|
-
"__#
|
29
|
+
"__#35249@#generateFlatItems"(): void;
|
30
30
|
_getItemDisplayTextTemplte(item: any): any;
|
31
31
|
_trackByFunction(item: any): any;
|
32
32
|
refresh(): void;
|
33
33
|
empty(): void;
|
34
34
|
id: string;
|
35
|
-
"__#
|
35
|
+
"__#35247@#rtl": boolean;
|
36
36
|
rtl: boolean;
|
37
|
-
"__#
|
37
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
38
38
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
39
39
|
_isInited: boolean;
|
40
40
|
_isRendered: boolean;
|
@@ -23,9 +23,9 @@ export declare function _DropdownComponenetMixin<TBase extends Constructor<AXBas
|
|
23
23
|
open(): void;
|
24
24
|
readonly isOpen: boolean;
|
25
25
|
id: string;
|
26
|
-
"__#
|
26
|
+
"__#35247@#rtl": boolean;
|
27
27
|
rtl: boolean;
|
28
|
-
"__#
|
28
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
29
29
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
30
30
|
_isInited: boolean;
|
31
31
|
_isRendered: boolean;
|
@@ -3,12 +3,12 @@ import { AXBaseComponent } from "./base-components.class";
|
|
3
3
|
import { Constructor } from "./constratctor";
|
4
4
|
import { AXFocusEvent } from "@acorex/components/common";
|
5
5
|
export declare function _InteractiveComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): (abstract new (...args: any[]) => {
|
6
|
-
"__#
|
6
|
+
"__#35250@#disabled": boolean;
|
7
7
|
/**
|
8
8
|
* If set to true, it disables the component.
|
9
9
|
*/
|
10
10
|
disabled: boolean;
|
11
|
-
"__#
|
11
|
+
"__#35250@#tabIndex": number;
|
12
12
|
/**
|
13
13
|
* Specifies the tabindex of the component.
|
14
14
|
*/
|
@@ -34,9 +34,9 @@ export declare function _InteractiveComponenetMixin<TBase extends Constructor<AX
|
|
34
34
|
*/
|
35
35
|
hasFocus(): boolean;
|
36
36
|
id: string;
|
37
|
-
"__#
|
37
|
+
"__#35247@#rtl": boolean;
|
38
38
|
rtl: boolean;
|
39
|
-
"__#
|
39
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
40
40
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
41
41
|
_isInited: boolean;
|
42
42
|
_isRendered: boolean;
|
@@ -16,9 +16,9 @@ export declare function _LoadingComponenetMixin<TBase extends Constructor<AXBase
|
|
16
16
|
loadingText: string;
|
17
17
|
_onInternalInit(): void;
|
18
18
|
id: string;
|
19
|
-
"__#
|
19
|
+
"__#35247@#rtl": boolean;
|
20
20
|
rtl: boolean;
|
21
|
-
"__#
|
21
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
22
22
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
23
23
|
_isInited: boolean;
|
24
24
|
_isRendered: boolean;
|
@@ -2,9 +2,9 @@ import { AXBaseComponent } from "./base-components.class";
|
|
2
2
|
export declare const AXBaseComponentMixin: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
id: string;
|
5
|
-
"__#
|
5
|
+
"__#35247@#rtl": boolean;
|
6
6
|
rtl: boolean;
|
7
|
-
"__#
|
7
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
8
8
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
9
9
|
_isInited: boolean;
|
10
10
|
_isRendered: boolean;
|
@@ -30,9 +30,9 @@ export declare const AXSizableComponentMixin: {
|
|
30
30
|
size: import("./base-components.class").AXElementSize;
|
31
31
|
_onInternalInit(): void;
|
32
32
|
id: string;
|
33
|
-
"__#
|
33
|
+
"__#35247@#rtl": boolean;
|
34
34
|
rtl: boolean;
|
35
|
-
"__#
|
35
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
36
36
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
37
37
|
_isInited: boolean;
|
38
38
|
_isRendered: boolean;
|
@@ -54,9 +54,9 @@ export declare const AXSizableComponentMixin: {
|
|
54
54
|
} & {
|
55
55
|
new (...args: any[]): {
|
56
56
|
id: string;
|
57
|
-
"__#
|
57
|
+
"__#35247@#rtl": boolean;
|
58
58
|
rtl: boolean;
|
59
|
-
"__#
|
59
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
60
60
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
61
61
|
_isInited: boolean;
|
62
62
|
_isRendered: boolean;
|
@@ -82,9 +82,9 @@ export declare const AXInteractiveComponenetMixin: {
|
|
82
82
|
size: import("./base-components.class").AXElementSize;
|
83
83
|
_onInternalInit(): void;
|
84
84
|
id: string;
|
85
|
-
"__#
|
85
|
+
"__#35247@#rtl": boolean;
|
86
86
|
rtl: boolean;
|
87
|
-
"__#
|
87
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
88
88
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
89
89
|
_isInited: boolean;
|
90
90
|
_isRendered: boolean;
|
@@ -104,9 +104,9 @@ export declare const AXInteractiveComponenetMixin: {
|
|
104
104
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
105
105
|
};
|
106
106
|
} & (abstract new (...args: any[]) => {
|
107
|
-
"__#
|
107
|
+
"__#35250@#disabled": boolean;
|
108
108
|
disabled: boolean;
|
109
|
-
"__#
|
109
|
+
"__#35250@#tabIndex": number;
|
110
110
|
tabIndex: number;
|
111
111
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
112
112
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -115,9 +115,9 @@ export declare const AXInteractiveComponenetMixin: {
|
|
115
115
|
focus(): void;
|
116
116
|
hasFocus(): boolean;
|
117
117
|
id: string;
|
118
|
-
"__#
|
118
|
+
"__#35247@#rtl": boolean;
|
119
119
|
rtl: boolean;
|
120
|
-
"__#
|
120
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
121
121
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
122
122
|
_isInited: boolean;
|
123
123
|
_isRendered: boolean;
|
@@ -138,9 +138,9 @@ export declare const AXInteractiveComponenetMixin: {
|
|
138
138
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
139
139
|
}) & typeof AXBaseComponent;
|
140
140
|
export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
|
141
|
-
"__#
|
141
|
+
"__#35250@#disabled": boolean;
|
142
142
|
disabled: boolean;
|
143
|
-
"__#
|
143
|
+
"__#35250@#tabIndex": number;
|
144
144
|
tabIndex: number;
|
145
145
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
146
146
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -149,9 +149,9 @@ export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
|
|
149
149
|
focus(): void;
|
150
150
|
hasFocus(): boolean;
|
151
151
|
id: string;
|
152
|
-
"__#
|
152
|
+
"__#35247@#rtl": boolean;
|
153
153
|
rtl: boolean;
|
154
|
-
"__#
|
154
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
155
155
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
156
156
|
_isInited: boolean;
|
157
157
|
_isRendered: boolean;
|
@@ -175,9 +175,9 @@ export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
|
|
175
175
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
176
176
|
_emitOnClickEvent(e: MouseEvent): void;
|
177
177
|
id: string;
|
178
|
-
"__#
|
178
|
+
"__#35247@#rtl": boolean;
|
179
179
|
rtl: boolean;
|
180
|
-
"__#
|
180
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
181
181
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
182
182
|
_isInited: boolean;
|
183
183
|
_isRendered: boolean;
|
@@ -203,9 +203,9 @@ export declare const AXBaseButtonMixin: {
|
|
203
203
|
size: import("./base-components.class").AXElementSize;
|
204
204
|
_onInternalInit(): void;
|
205
205
|
id: string;
|
206
|
-
"__#
|
206
|
+
"__#35247@#rtl": boolean;
|
207
207
|
rtl: boolean;
|
208
|
-
"__#
|
208
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
209
209
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
210
210
|
_isInited: boolean;
|
211
211
|
_isRendered: boolean;
|
@@ -225,9 +225,9 @@ export declare const AXBaseButtonMixin: {
|
|
225
225
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
226
226
|
};
|
227
227
|
} & (abstract new (...args: any[]) => {
|
228
|
-
"__#
|
228
|
+
"__#35250@#disabled": boolean;
|
229
229
|
disabled: boolean;
|
230
|
-
"__#
|
230
|
+
"__#35250@#tabIndex": number;
|
231
231
|
tabIndex: number;
|
232
232
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
233
233
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -236,9 +236,9 @@ export declare const AXBaseButtonMixin: {
|
|
236
236
|
focus(): void;
|
237
237
|
hasFocus(): boolean;
|
238
238
|
id: string;
|
239
|
-
"__#
|
239
|
+
"__#35247@#rtl": boolean;
|
240
240
|
rtl: boolean;
|
241
|
-
"__#
|
241
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
242
242
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
243
243
|
_isInited: boolean;
|
244
244
|
_isRendered: boolean;
|
@@ -262,9 +262,9 @@ export declare const AXBaseButtonMixin: {
|
|
262
262
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
263
263
|
_emitOnClickEvent(e: MouseEvent): void;
|
264
264
|
id: string;
|
265
|
-
"__#
|
265
|
+
"__#35247@#rtl": boolean;
|
266
266
|
rtl: boolean;
|
267
|
-
"__#
|
267
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
268
268
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
269
269
|
_isInited: boolean;
|
270
270
|
_isRendered: boolean;
|
@@ -293,9 +293,9 @@ export declare const AXBaseButtonMixin: {
|
|
293
293
|
_look?: import("@acorex/components/common").AXStyleLookType;
|
294
294
|
look: import("@acorex/components/common").AXStyleLookType;
|
295
295
|
id: string;
|
296
|
-
"__#
|
296
|
+
"__#35247@#rtl": boolean;
|
297
297
|
rtl: boolean;
|
298
|
-
"__#
|
298
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
299
299
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
300
300
|
_isInited: boolean;
|
301
301
|
_isRendered: boolean;
|
@@ -331,9 +331,9 @@ export declare const AXBaseButtonMixin: {
|
|
331
331
|
'ax-state-selected': boolean;
|
332
332
|
};
|
333
333
|
id: string;
|
334
|
-
"__#
|
334
|
+
"__#35247@#rtl": boolean;
|
335
335
|
rtl: boolean;
|
336
|
-
"__#
|
336
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
337
337
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
338
338
|
_isInited: boolean;
|
339
339
|
_isRendered: boolean;
|
@@ -360,9 +360,9 @@ export declare const AXBaseTextBoxMixin: {
|
|
360
360
|
size: import("./base-components.class").AXElementSize;
|
361
361
|
_onInternalInit(): void;
|
362
362
|
id: string;
|
363
|
-
"__#
|
363
|
+
"__#35247@#rtl": boolean;
|
364
364
|
rtl: boolean;
|
365
|
-
"__#
|
365
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
366
366
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
367
367
|
_isInited: boolean;
|
368
368
|
_isRendered: boolean;
|
@@ -382,9 +382,9 @@ export declare const AXBaseTextBoxMixin: {
|
|
382
382
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
383
383
|
};
|
384
384
|
} & (abstract new (...args: any[]) => {
|
385
|
-
"__#
|
385
|
+
"__#35250@#disabled": boolean;
|
386
386
|
disabled: boolean;
|
387
|
-
"__#
|
387
|
+
"__#35250@#tabIndex": number;
|
388
388
|
tabIndex: number;
|
389
389
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
390
390
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -393,9 +393,9 @@ export declare const AXBaseTextBoxMixin: {
|
|
393
393
|
focus(): void;
|
394
394
|
hasFocus(): boolean;
|
395
395
|
id: string;
|
396
|
-
"__#
|
396
|
+
"__#35247@#rtl": boolean;
|
397
397
|
rtl: boolean;
|
398
|
-
"__#
|
398
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
399
399
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
400
400
|
_isInited: boolean;
|
401
401
|
_isRendered: boolean;
|
@@ -418,17 +418,17 @@ export declare const AXBaseTextBoxMixin: {
|
|
418
418
|
new (...args: any[]): {
|
419
419
|
onValueChanged: import("@angular/core").EventEmitter<import("@acorex/components/common").AXValueChangedEvent<any>>;
|
420
420
|
valueChange: import("@angular/core").EventEmitter<any>;
|
421
|
-
"__#
|
421
|
+
"__#35251@#readonly": boolean;
|
422
422
|
readonly: boolean;
|
423
|
-
"__#
|
423
|
+
"__#35251@#allowNull": boolean;
|
424
424
|
allowNull: boolean;
|
425
|
-
"__#
|
425
|
+
"__#35251@#name": string;
|
426
426
|
name: string;
|
427
|
-
"__#
|
427
|
+
"__#35251@#isUserInteraction": boolean;
|
428
428
|
readonly isUserInteraction: boolean;
|
429
|
-
"__#
|
429
|
+
"__#35251@#value": any;
|
430
430
|
value: any;
|
431
|
-
"__#
|
431
|
+
"__#35251@#state": "error" | "clear" | "success";
|
432
432
|
readonly state: "error" | "clear" | "success";
|
433
433
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
434
434
|
_internalSetValue(value: any): any;
|
@@ -443,9 +443,9 @@ export declare const AXBaseTextBoxMixin: {
|
|
443
443
|
validate(): Promise<any>;
|
444
444
|
_setState(state: "error" | "clear" | "success", ...args: any[]): void;
|
445
445
|
id: string;
|
446
|
-
"__#
|
446
|
+
"__#35247@#rtl": boolean;
|
447
447
|
rtl: boolean;
|
448
|
-
"__#
|
448
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
449
449
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
450
450
|
_isInited: boolean;
|
451
451
|
_isRendered: boolean;
|
@@ -476,9 +476,9 @@ export declare const AXBaseTextBoxMixin: {
|
|
476
476
|
_emitOnKeyupEvent(e: KeyboardEvent): void;
|
477
477
|
_emitOnKeypressEvent(e: KeyboardEvent): void;
|
478
478
|
id: string;
|
479
|
-
"__#
|
479
|
+
"__#35247@#rtl": boolean;
|
480
480
|
rtl: boolean;
|
481
|
-
"__#
|
481
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
482
482
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
483
483
|
_isInited: boolean;
|
484
484
|
_isRendered: boolean;
|
@@ -507,9 +507,9 @@ export declare const AXBaseDropdownMixin: {
|
|
507
507
|
size: import("./base-components.class").AXElementSize;
|
508
508
|
_onInternalInit(): void;
|
509
509
|
id: string;
|
510
|
-
"__#
|
510
|
+
"__#35247@#rtl": boolean;
|
511
511
|
rtl: boolean;
|
512
|
-
"__#
|
512
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
513
513
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
514
514
|
_isInited: boolean;
|
515
515
|
_isRendered: boolean;
|
@@ -529,9 +529,9 @@ export declare const AXBaseDropdownMixin: {
|
|
529
529
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
530
530
|
};
|
531
531
|
} & (abstract new (...args: any[]) => {
|
532
|
-
"__#
|
532
|
+
"__#35250@#disabled": boolean;
|
533
533
|
disabled: boolean;
|
534
|
-
"__#
|
534
|
+
"__#35250@#tabIndex": number;
|
535
535
|
tabIndex: number;
|
536
536
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
537
537
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -540,9 +540,9 @@ export declare const AXBaseDropdownMixin: {
|
|
540
540
|
focus(): void;
|
541
541
|
hasFocus(): boolean;
|
542
542
|
id: string;
|
543
|
-
"__#
|
543
|
+
"__#35247@#rtl": boolean;
|
544
544
|
rtl: boolean;
|
545
|
-
"__#
|
545
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
546
546
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
547
547
|
_isInited: boolean;
|
548
548
|
_isRendered: boolean;
|
@@ -576,9 +576,9 @@ export declare const AXBaseDropdownMixin: {
|
|
576
576
|
open(): void;
|
577
577
|
readonly isOpen: boolean;
|
578
578
|
id: string;
|
579
|
-
"__#
|
579
|
+
"__#35247@#rtl": boolean;
|
580
580
|
rtl: boolean;
|
581
|
-
"__#
|
581
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
582
582
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
583
583
|
_isInited: boolean;
|
584
584
|
_isRendered: boolean;
|
@@ -600,8 +600,8 @@ export declare const AXBaseMenuMixin: {
|
|
600
600
|
new (...args: any[]): {
|
601
601
|
textField: string;
|
602
602
|
valueField: string;
|
603
|
-
"__#
|
604
|
-
"__#
|
603
|
+
"__#35248@#isLoading": boolean;
|
604
|
+
"__#35248@#loadedItems": any;
|
605
605
|
visibleField: string;
|
606
606
|
disableField: string;
|
607
607
|
hasChildField: string;
|
@@ -610,7 +610,7 @@ export declare const AXBaseMenuMixin: {
|
|
610
610
|
displayMode: "vertical" | "horizontal" | "sidemenu";
|
611
611
|
dividerField: string;
|
612
612
|
onMenuItemClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXItemClickEvent<any>>;
|
613
|
-
"__#
|
613
|
+
"__#35248@#items": any;
|
614
614
|
items: any;
|
615
615
|
readonly displayItems: any;
|
616
616
|
readonly isLoading: boolean;
|
@@ -621,9 +621,9 @@ export declare const AXBaseMenuMixin: {
|
|
621
621
|
_getItemDisplayTextTemplte(item: any): any;
|
622
622
|
refresh(): void;
|
623
623
|
id: string;
|
624
|
-
"__#
|
624
|
+
"__#35247@#rtl": boolean;
|
625
625
|
rtl: boolean;
|
626
|
-
"__#
|
626
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
627
627
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
628
628
|
_isInited: boolean;
|
629
629
|
_isRendered: boolean;
|
@@ -652,9 +652,9 @@ export declare const AXAvatarMixin: {
|
|
652
652
|
_look?: import("@acorex/components/common").AXStyleLookType;
|
653
653
|
look: import("@acorex/components/common").AXStyleLookType;
|
654
654
|
id: string;
|
655
|
-
"__#
|
655
|
+
"__#35247@#rtl": boolean;
|
656
656
|
rtl: boolean;
|
657
|
-
"__#
|
657
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
658
658
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
659
659
|
_isInited: boolean;
|
660
660
|
_isRendered: boolean;
|
@@ -3,9 +3,9 @@ import { Constructor } from "./constratctor";
|
|
3
3
|
export declare function _PageComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
|
4
4
|
new (...args: any[]): {
|
5
5
|
id: string;
|
6
|
-
"__#
|
6
|
+
"__#35247@#rtl": boolean;
|
7
7
|
rtl: boolean;
|
8
|
-
"__#
|
8
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
9
9
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
10
10
|
_isInited: boolean;
|
11
11
|
_isRendered: boolean;
|
@@ -37,9 +37,9 @@ export declare function _SelectionComponenetMixin<TBase extends Constructor<AXBa
|
|
37
37
|
id: string; /**
|
38
38
|
* Defines the primary text to show inside the button.
|
39
39
|
*/
|
40
|
-
"__#
|
40
|
+
"__#35247@#rtl": boolean;
|
41
41
|
rtl: boolean;
|
42
|
-
"__#
|
42
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
43
43
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
44
44
|
_isInited: boolean;
|
45
45
|
_isRendered: boolean;
|
@@ -8,9 +8,9 @@ export declare function _SizableComponenetMixin<TBase extends Constructor<AXBase
|
|
8
8
|
size: AXElementSize;
|
9
9
|
_onInternalInit(): void;
|
10
10
|
id: string;
|
11
|
-
"__#
|
11
|
+
"__#35247@#rtl": boolean;
|
12
12
|
rtl: boolean;
|
13
|
-
"__#
|
13
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
14
14
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
15
15
|
_isInited: boolean;
|
16
16
|
_isRendered: boolean;
|
@@ -39,13 +39,13 @@ export declare function _TextboxComponenetMixin<TBase extends Constructor<AXBase
|
|
39
39
|
_emitOnKeyupEvent(e: KeyboardEvent): void;
|
40
40
|
_emitOnKeypressEvent(e: KeyboardEvent): void;
|
41
41
|
id: string;
|
42
|
-
"__#
|
42
|
+
"__#35247@#rtl": boolean;
|
43
43
|
rtl: boolean;
|
44
44
|
/**
|
45
45
|
* Fires each time the user press a key.
|
46
46
|
* @event
|
47
47
|
*/
|
48
|
-
"__#
|
48
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
49
49
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
50
50
|
_isInited: boolean;
|
51
51
|
_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
|
+
"__#35251@#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
|
+
"__#35251@#allowNull": boolean;
|
19
19
|
allowNull: boolean;
|
20
|
-
"__#
|
20
|
+
"__#35251@#name": string;
|
21
21
|
name: string;
|
22
|
-
"__#
|
22
|
+
"__#35251@#isUserInteraction": boolean;
|
23
23
|
readonly isUserInteraction: boolean;
|
24
|
-
"__#
|
24
|
+
"__#35251@#value": any;
|
25
25
|
value: any;
|
26
|
-
"__#
|
26
|
+
"__#35251@#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;
|
@@ -38,9 +38,9 @@ export declare function _ValueComponenetMixin<TBase extends Constructor<AXBaseCo
|
|
38
38
|
validate(): Promise<any>;
|
39
39
|
_setState(state: 'clear' | 'success' | 'error', ...args: any[]): void;
|
40
40
|
id: string;
|
41
|
-
"__#
|
41
|
+
"__#35247@#rtl": boolean;
|
42
42
|
rtl: boolean;
|
43
|
-
"__#
|
43
|
+
"__#35247@#elementRef": import("@angular/core").ElementRef<any>;
|
44
44
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
45
45
|
_isInited: boolean;
|
46
46
|
_isRendered: boolean;
|
package/package.json
CHANGED
@@ -5,9 +5,9 @@ export declare const AXBaseTabItemMixin: (new (...args: any[]) => {
|
|
5
5
|
onClick: EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
6
6
|
_emitOnClickEvent(e: MouseEvent): void;
|
7
7
|
id: string;
|
8
|
-
"__#
|
8
|
+
"__#35247@#rtl": boolean;
|
9
9
|
rtl: boolean;
|
10
|
-
"__#
|
10
|
+
"__#35247@#elementRef": ElementRef<any>;
|
11
11
|
_cdr: ChangeDetectorRef;
|
12
12
|
_isInited: boolean;
|
13
13
|
_isRendered: boolean;
|