@acorex/components 6.1.2 → 6.1.4
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 +3 -2
- package/badge/src/badge.component.d.ts +3 -2
- package/breadcrumbs/src/breadcrumbs-item.component.d.ts +8 -6
- package/button/src/button-group.component.d.ts +8 -6
- package/button/src/button-item.component.d.ts +8 -6
- package/calendar/src/calendar.component.d.ts +1 -1
- package/calendar/src/calendar.module.d.ts +2 -3
- package/color-picker/src/color-picker.component.d.ts +24 -20
- package/date-picker/src/datepicker.component.d.ts +18 -15
- package/esm2020/calendar/src/calendar.component.mjs +4 -4
- package/esm2020/calendar/src/calendar.module.mjs +3 -4
- package/esm2020/common/src/components.class.mjs +1 -1
- package/esm2020/data-pager/src/data-pager-next-buttons.components.mjs +7 -5
- package/esm2020/data-pager/src/data-pager-numeric-selector.component.mjs +5 -5
- package/esm2020/data-pager/src/data-pager-pagesize-dropdown.component.mjs +2 -1
- package/esm2020/data-pager/src/data-pager-prev-buttons.component.mjs +5 -5
- package/esm2020/date-picker/src/datepicker.component.mjs +5 -4
- package/esm2020/form/src/validation-rule.widget.mjs +4 -3
- package/esm2020/mixin/src/base-components.class.mjs +26 -18
- package/esm2020/mixin/src/value-mixin.class.mjs +1 -2
- package/esm2020/textbox/src/mask-options.directive.mjs +6 -4
- package/esm2020/textbox/src/textbox.component.mjs +16 -10
- package/fesm2015/acorex-components-calendar.mjs +5 -6
- package/fesm2015/acorex-components-calendar.mjs.map +1 -1
- package/fesm2015/acorex-components-common.mjs.map +1 -1
- package/fesm2015/acorex-components-data-pager.mjs +15 -12
- package/fesm2015/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2015/acorex-components-date-picker.mjs +4 -3
- package/fesm2015/acorex-components-date-picker.mjs.map +1 -1
- package/fesm2015/acorex-components-form.mjs +3 -2
- package/fesm2015/acorex-components-form.mjs.map +1 -1
- package/fesm2015/acorex-components-mixin.mjs +25 -18
- package/fesm2015/acorex-components-mixin.mjs.map +1 -1
- package/fesm2015/acorex-components-textbox.mjs +21 -11
- package/fesm2015/acorex-components-textbox.mjs.map +1 -1
- package/fesm2020/acorex-components-calendar.mjs +5 -6
- package/fesm2020/acorex-components-calendar.mjs.map +1 -1
- package/fesm2020/acorex-components-common.mjs.map +1 -1
- package/fesm2020/acorex-components-data-pager.mjs +15 -12
- package/fesm2020/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2020/acorex-components-date-picker.mjs +4 -3
- package/fesm2020/acorex-components-date-picker.mjs.map +1 -1
- package/fesm2020/acorex-components-form.mjs +3 -2
- package/fesm2020/acorex-components-form.mjs.map +1 -1
- package/fesm2020/acorex-components-mixin.mjs +25 -18
- package/fesm2020/acorex-components-mixin.mjs.map +1 -1
- package/fesm2020/acorex-components-textbox.mjs +20 -11
- package/fesm2020/acorex-components-textbox.mjs.map +1 -1
- package/mixin/src/base-components.class.d.ts +6 -7
- package/mixin/src/base-menu-mixin.class.d.ts +6 -5
- package/mixin/src/button-mixin.class.d.ts +3 -2
- package/mixin/src/clickable-mixin.class.d.ts +6 -3
- package/mixin/src/color-look-mixing.class.d.ts +3 -2
- package/mixin/src/datalist-component.class.d.ts +11 -10
- package/mixin/src/dropdown-mixin.class.d.ts +3 -2
- package/mixin/src/interactive-mixin.class.d.ts +5 -4
- package/mixin/src/loading-mixin.class.d.ts +3 -2
- package/mixin/src/mixin.class.d.ts +82 -61
- package/mixin/src/page-component.class.d.ts +3 -2
- package/mixin/src/selection-component.class.d.ts +6 -3
- package/mixin/src/sizable-mixin.class.d.ts +3 -2
- package/mixin/src/textbox-mixin.class.d.ts +7 -2
- package/mixin/src/value-mixin.class.d.ts +9 -8
- package/package.json +2 -22
- package/tabs/src/tab-item.component.d.ts +3 -2
- package/textbox/src/mask-options.directive.d.ts +3 -0
- package/textbox/src/textbox.component.d.ts +4 -4
- package/carousel/index.d.ts +0 -5
- package/carousel/public-api.d.ts +0 -7
- package/carousel/src/carousel-arrows.component.d.ts +0 -16
- package/carousel/src/carousel-item.component.d.ts +0 -8
- package/carousel/src/carousel-pager.component.d.ts +0 -22
- package/carousel/src/carousel-splidejs.class.d.ts +0 -18
- package/carousel/src/carousel.class.d.ts +0 -71
- package/carousel/src/carousel.component.d.ts +0 -111
- package/carousel/src/carousel.module.d.ts +0 -11
- package/esm2020/carousel/acorex-components-carousel.mjs +0 -5
- package/esm2020/carousel/public-api.mjs +0 -8
- package/esm2020/carousel/src/carousel-arrows.component.mjs +0 -80
- package/esm2020/carousel/src/carousel-item.component.mjs +0 -21
- package/esm2020/carousel/src/carousel-pager.component.mjs +0 -74
- package/esm2020/carousel/src/carousel-splidejs.class.mjs +0 -91
- package/esm2020/carousel/src/carousel.class.mjs +0 -10
- package/esm2020/carousel/src/carousel.component.mjs +0 -438
- package/esm2020/carousel/src/carousel.module.mjs +0 -24
- package/fesm2015/acorex-components-carousel.mjs +0 -726
- package/fesm2015/acorex-components-carousel.mjs.map +0 -1
- package/fesm2020/acorex-components-carousel.mjs +0 -722
- package/fesm2020/acorex-components-carousel.mjs.map +0 -1
|
@@ -23,10 +23,8 @@ export declare type AXComponentSetOption = {
|
|
|
23
23
|
export declare class AXBaseComponent {
|
|
24
24
|
#private;
|
|
25
25
|
id: string;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
*/
|
|
29
|
-
rtl: boolean;
|
|
26
|
+
get rtl(): boolean;
|
|
27
|
+
set rtl(value: boolean);
|
|
30
28
|
_cdr: ChangeDetectorRef;
|
|
31
29
|
_isInited: boolean;
|
|
32
30
|
_isRendered: boolean;
|
|
@@ -45,10 +43,10 @@ export declare class AXBaseComponent {
|
|
|
45
43
|
onInit(): void;
|
|
46
44
|
onViewInit(): void;
|
|
47
45
|
onDestroy(): void;
|
|
46
|
+
_applyRtl(): void;
|
|
48
47
|
_onOptionChanging(option: AXComponentOptionChanging): any;
|
|
49
48
|
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
50
49
|
_setOption(option: AXComponentSetOption): void;
|
|
51
|
-
_isRtl(): boolean;
|
|
52
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXBaseComponent, never>;
|
|
53
51
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXBaseComponent>;
|
|
54
52
|
}
|
|
@@ -58,8 +56,9 @@ export declare function _BaseComponenetMixin<TBase extends Constructor<AXBaseCom
|
|
|
58
56
|
/**
|
|
59
57
|
* A token that specifies the layout direction of component.
|
|
60
58
|
*/
|
|
59
|
+
"__#34452@#rtl": boolean;
|
|
61
60
|
rtl: boolean;
|
|
62
|
-
"__#
|
|
61
|
+
"__#34452@#elementRef": ElementRef<any>;
|
|
63
62
|
_cdr: ChangeDetectorRef;
|
|
64
63
|
_isInited: boolean;
|
|
65
64
|
_isRendered: boolean;
|
|
@@ -74,10 +73,10 @@ export declare function _BaseComponenetMixin<TBase extends Constructor<AXBaseCom
|
|
|
74
73
|
onInit(): void;
|
|
75
74
|
onViewInit(): void;
|
|
76
75
|
onDestroy(): void;
|
|
76
|
+
_applyRtl(): void;
|
|
77
77
|
_onOptionChanging(option: AXComponentOptionChanging): any;
|
|
78
78
|
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
79
79
|
_setOption(option: AXComponentSetOption): void;
|
|
80
|
-
_isRtl(): boolean;
|
|
81
80
|
};
|
|
82
81
|
} & TBase;
|
|
83
82
|
export declare const BASE_INPUTS: string[];
|
|
@@ -6,8 +6,8 @@ export declare function _BaseMenuComponentMixin<TBase extends Constructor<AXBase
|
|
|
6
6
|
new (...args: any[]): {
|
|
7
7
|
textField: string;
|
|
8
8
|
valueField: string;
|
|
9
|
-
"__#
|
|
10
|
-
"__#
|
|
9
|
+
"__#34453@#isLoading": boolean;
|
|
10
|
+
"__#34453@#loadedItems": any;
|
|
11
11
|
visibleField: string;
|
|
12
12
|
disableField: string;
|
|
13
13
|
hasChildField: string;
|
|
@@ -16,7 +16,7 @@ export declare function _BaseMenuComponentMixin<TBase extends Constructor<AXBase
|
|
|
16
16
|
orientation: 'horizontal' | 'vertical' | 'sidemenu';
|
|
17
17
|
dividerField: string;
|
|
18
18
|
onMenuItemClick: EventEmitter<AXItemClickEvent<any>>;
|
|
19
|
-
"__#
|
|
19
|
+
"__#34453@#items": any;
|
|
20
20
|
items: any;
|
|
21
21
|
readonly displayItems: any;
|
|
22
22
|
readonly isLoading: boolean;
|
|
@@ -27,8 +27,9 @@ export declare function _BaseMenuComponentMixin<TBase extends Constructor<AXBase
|
|
|
27
27
|
_getItemDisplayTextTemplte(item: any): any;
|
|
28
28
|
refresh(): void;
|
|
29
29
|
id: string;
|
|
30
|
+
"__#34452@#rtl": boolean;
|
|
30
31
|
rtl: boolean;
|
|
31
|
-
"__#
|
|
32
|
+
"__#34452@#elementRef": import("@angular/core").ElementRef<any>;
|
|
32
33
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
33
34
|
_isInited: boolean;
|
|
34
35
|
_isRendered: boolean;
|
|
@@ -42,10 +43,10 @@ export declare function _BaseMenuComponentMixin<TBase extends Constructor<AXBase
|
|
|
42
43
|
onInit(): void;
|
|
43
44
|
onViewInit(): void;
|
|
44
45
|
onDestroy(): void;
|
|
46
|
+
_applyRtl(): void;
|
|
45
47
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
46
48
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
47
49
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
48
|
-
_isRtl(): boolean;
|
|
49
50
|
};
|
|
50
51
|
} & TBase;
|
|
51
52
|
export declare const BASEMENU_INPUTS: string[];
|
|
@@ -26,8 +26,9 @@ export declare function _ButtonComponentMixin<TBase extends Constructor<AXBaseCo
|
|
|
26
26
|
'ax-state-selected': boolean;
|
|
27
27
|
};
|
|
28
28
|
id: string;
|
|
29
|
+
"__#34452@#rtl": boolean;
|
|
29
30
|
rtl: boolean;
|
|
30
|
-
"__#
|
|
31
|
+
"__#34452@#elementRef": import("@angular/core").ElementRef<any>;
|
|
31
32
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
32
33
|
_isInited: boolean;
|
|
33
34
|
_isRendered: boolean;
|
|
@@ -42,10 +43,10 @@ export declare function _ButtonComponentMixin<TBase extends Constructor<AXBaseCo
|
|
|
42
43
|
onInit(): void;
|
|
43
44
|
onViewInit(): void;
|
|
44
45
|
onDestroy(): void;
|
|
46
|
+
_applyRtl(): void;
|
|
45
47
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
46
48
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
47
49
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
48
|
-
_isRtl(): boolean;
|
|
49
50
|
};
|
|
50
51
|
} & TBase;
|
|
51
52
|
export declare const BUTTON_INPUTS: string[];
|
|
@@ -10,9 +10,12 @@ export declare function _ClickableComponenetMixin<TBase extends Constructor<AXBa
|
|
|
10
10
|
*/
|
|
11
11
|
onClick: EventEmitter<AXClickEvent>;
|
|
12
12
|
_emitOnClickEvent(e: MouseEvent): void;
|
|
13
|
-
id: string;
|
|
13
|
+
id: string; /**
|
|
14
|
+
* @ignore
|
|
15
|
+
*/
|
|
16
|
+
"__#34452@#rtl": boolean;
|
|
14
17
|
rtl: boolean;
|
|
15
|
-
"__#
|
|
18
|
+
"__#34452@#elementRef": import("@angular/core").ElementRef<any>;
|
|
16
19
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
17
20
|
_isInited: boolean;
|
|
18
21
|
_isRendered: boolean;
|
|
@@ -27,9 +30,9 @@ export declare function _ClickableComponenetMixin<TBase extends Constructor<AXBa
|
|
|
27
30
|
onInit(): void;
|
|
28
31
|
onViewInit(): void;
|
|
29
32
|
onDestroy(): void;
|
|
33
|
+
_applyRtl(): void;
|
|
30
34
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
31
35
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
32
36
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
33
|
-
_isRtl(): boolean;
|
|
34
37
|
};
|
|
35
38
|
} & TBase;
|
|
@@ -17,8 +17,9 @@ export declare function _ColorLookComponentMixin<TBase extends Constructor<AXBas
|
|
|
17
17
|
*/
|
|
18
18
|
look: AXStyleLookType;
|
|
19
19
|
id: string;
|
|
20
|
+
"__#34452@#rtl": boolean;
|
|
20
21
|
rtl: boolean;
|
|
21
|
-
"__#
|
|
22
|
+
"__#34452@#elementRef": import("@angular/core").ElementRef<any>;
|
|
22
23
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
23
24
|
_isInited: boolean;
|
|
24
25
|
_isRendered: boolean;
|
|
@@ -33,10 +34,10 @@ export declare function _ColorLookComponentMixin<TBase extends Constructor<AXBas
|
|
|
33
34
|
onInit(): void;
|
|
34
35
|
onViewInit(): void;
|
|
35
36
|
onDestroy(): void;
|
|
37
|
+
_applyRtl(): void;
|
|
36
38
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
37
39
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
38
40
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
39
|
-
_isRtl(): boolean;
|
|
40
41
|
};
|
|
41
42
|
} & TBase;
|
|
42
43
|
export declare const COLOR_LOOK_INPUTS: string[];
|
|
@@ -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
|
+
"__#34454@#currentPage": number;
|
|
11
|
+
"__#34454@#isLoading": boolean;
|
|
12
|
+
"__#34454@#loadedItems": any[];
|
|
13
|
+
"__#34454@#flatItems": any[];
|
|
14
|
+
"__#34454@#totalItems": number;
|
|
15
|
+
"__#34454@#isLazy": boolean;
|
|
16
16
|
readonly totalCount: number;
|
|
17
17
|
readonly isLazy: boolean;
|
|
18
18
|
readonly loadedCount: number;
|
|
19
|
-
"__#
|
|
19
|
+
"__#34454@#items": AXDataListItems;
|
|
20
20
|
items: AXDataListItems;
|
|
21
21
|
readonly displayItems: any[];
|
|
22
22
|
readonly flatItems: any[];
|
|
@@ -26,14 +26,15 @@ export declare function _DatalistComponenetMixin<TBase extends Constructor<AXBas
|
|
|
26
26
|
searchQuery?: string;
|
|
27
27
|
}): void;
|
|
28
28
|
_onDataLoaded(): void;
|
|
29
|
-
"__#
|
|
29
|
+
"__#34454@#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
|
+
"__#34452@#rtl": boolean;
|
|
35
36
|
rtl: boolean;
|
|
36
|
-
"__#
|
|
37
|
+
"__#34452@#elementRef": import("@angular/core").ElementRef<any>;
|
|
37
38
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
38
39
|
_isInited: boolean;
|
|
39
40
|
_isRendered: boolean;
|
|
@@ -48,10 +49,10 @@ export declare function _DatalistComponenetMixin<TBase extends Constructor<AXBas
|
|
|
48
49
|
onInit(): void;
|
|
49
50
|
onViewInit(): void;
|
|
50
51
|
onDestroy(): void;
|
|
52
|
+
_applyRtl(): void;
|
|
51
53
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
52
54
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
53
55
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
54
|
-
_isRtl(): boolean;
|
|
55
56
|
};
|
|
56
57
|
} & TBase;
|
|
57
58
|
export declare const DATALIST_INPUTS: string[];
|
|
@@ -23,8 +23,9 @@ export declare function _DropdownComponenetMixin<TBase extends Constructor<AXBas
|
|
|
23
23
|
open(): void;
|
|
24
24
|
readonly isOpen: boolean;
|
|
25
25
|
id: string;
|
|
26
|
+
"__#34452@#rtl": boolean;
|
|
26
27
|
rtl: boolean;
|
|
27
|
-
"__#
|
|
28
|
+
"__#34452@#elementRef": import("@angular/core").ElementRef<any>;
|
|
28
29
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
29
30
|
_isInited: boolean;
|
|
30
31
|
_isRendered: boolean;
|
|
@@ -37,10 +38,10 @@ export declare function _DropdownComponenetMixin<TBase extends Constructor<AXBas
|
|
|
37
38
|
_onInternalViewInit(): void;
|
|
38
39
|
_onInternalDestroy(): void;
|
|
39
40
|
onDestroy(): void;
|
|
41
|
+
_applyRtl(): void;
|
|
40
42
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
41
43
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
42
44
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
43
|
-
_isRtl(): boolean;
|
|
44
45
|
}) & TBase;
|
|
45
46
|
export declare const DROPDOWN_INPUTS: string[];
|
|
46
47
|
export declare const DROPDOWN_OUTPUT: string[];
|
|
@@ -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
|
+
"__#34455@#disabled": boolean;
|
|
7
7
|
/**
|
|
8
8
|
* If set to true, it disables the component.
|
|
9
9
|
*/
|
|
10
10
|
disabled: boolean;
|
|
11
|
-
"__#
|
|
11
|
+
"__#34455@#tabIndex": number;
|
|
12
12
|
/**
|
|
13
13
|
* Specifies the tabindex of the component.
|
|
14
14
|
*/
|
|
@@ -34,8 +34,9 @@ export declare function _InteractiveComponenetMixin<TBase extends Constructor<AX
|
|
|
34
34
|
*/
|
|
35
35
|
hasFocus(): boolean;
|
|
36
36
|
id: string;
|
|
37
|
+
"__#34452@#rtl": boolean;
|
|
37
38
|
rtl: boolean;
|
|
38
|
-
"__#
|
|
39
|
+
"__#34452@#elementRef": import("@angular/core").ElementRef<any>;
|
|
39
40
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
40
41
|
_isInited: boolean;
|
|
41
42
|
_isRendered: boolean;
|
|
@@ -50,10 +51,10 @@ export declare function _InteractiveComponenetMixin<TBase extends Constructor<AX
|
|
|
50
51
|
onInit(): void;
|
|
51
52
|
onViewInit(): void;
|
|
52
53
|
onDestroy(): void;
|
|
54
|
+
_applyRtl(): void;
|
|
53
55
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
54
56
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
55
57
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
56
|
-
_isRtl(): boolean;
|
|
57
58
|
}) & TBase;
|
|
58
59
|
export declare const INTERACTIVE_INPUTS: string[];
|
|
59
60
|
export declare const INTERACTIVE_OUTPUT: string[];
|
|
@@ -16,8 +16,9 @@ export declare function _LoadingComponenetMixin<TBase extends Constructor<AXBase
|
|
|
16
16
|
loadingText: string;
|
|
17
17
|
_onInternalInit(): void;
|
|
18
18
|
id: string;
|
|
19
|
+
"__#34452@#rtl": boolean;
|
|
19
20
|
rtl: boolean;
|
|
20
|
-
"__#
|
|
21
|
+
"__#34452@#elementRef": import("@angular/core").ElementRef<any>;
|
|
21
22
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
22
23
|
_isInited: boolean;
|
|
23
24
|
_isRendered: boolean;
|
|
@@ -31,9 +32,9 @@ export declare function _LoadingComponenetMixin<TBase extends Constructor<AXBase
|
|
|
31
32
|
onInit(): void;
|
|
32
33
|
onViewInit(): void;
|
|
33
34
|
onDestroy(): void;
|
|
35
|
+
_applyRtl(): void;
|
|
34
36
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
35
37
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
36
38
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
37
|
-
_isRtl(): boolean;
|
|
38
39
|
};
|
|
39
40
|
} & TBase;
|