@acorex/components 7.2.6 → 7.2.7
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/breadcrumbs/lib/breadcrumbs-item.component.d.ts +5 -69
- package/button/lib/button-group.component.d.ts +6 -6
- package/button/lib/button-item.component.d.ts +6 -6
- package/checkbox/lib/checkbox.component.d.ts +14 -9
- package/chips/lib/chips.component.d.ts +5 -64
- package/collapse/lib/collapse-group.component.d.ts +22 -10
- package/collapse/lib/collapse.component.d.ts +13 -7
- package/color-palette/lib/color-palette-input.component.d.ts +4 -6
- package/color-palette/lib/color-palette-picker.component.d.ts +4 -7
- package/color-palette/lib/color-palette-preview.component.d.ts +5 -5
- package/color-palette/lib/color-palette-swatches.component.d.ts +6 -7
- package/color-palette/lib/color-palette.class.d.ts +1 -1
- package/color-palette/lib/color-palette.component.d.ts +13 -7
- package/color-picker/lib/color-picker.component.d.ts +21 -18
- package/common/lib/components/base-component.class.d.ts +7 -7
- package/common/lib/components/value-component.class.d.ts +1 -0
- package/decorators/index.d.ts +1 -0
- package/decorators/lib/divider.component.d.ts +5 -0
- package/esm2022/alert/lib/alert.component.mjs +2 -1
- package/esm2022/breadcrumbs/lib/breadcrumbs-item.component.mjs +10 -19
- package/esm2022/breadcrumbs/lib/breadcrumbs.component.mjs +2 -2
- package/esm2022/calendar/lib/calendar.class.mjs +3 -2
- package/esm2022/checkbox/lib/checkbox.component.mjs +27 -19
- package/esm2022/chips/lib/chips.component.mjs +6 -9
- package/esm2022/collapse/lib/collapse-group.component.mjs +80 -24
- package/esm2022/collapse/lib/collapse.component.mjs +28 -15
- package/esm2022/color-palette/lib/color-palette-input.component.mjs +11 -11
- package/esm2022/color-palette/lib/color-palette-picker.component.mjs +25 -21
- package/esm2022/color-palette/lib/color-palette-preview.component.mjs +12 -11
- package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +12 -12
- package/esm2022/color-palette/lib/color-palette.class.mjs +1 -1
- package/esm2022/color-palette/lib/color-palette.component.mjs +26 -37
- package/esm2022/color-picker/lib/color-picker.component.mjs +3 -6
- package/esm2022/common/lib/components/base-component.class.mjs +5 -4
- package/esm2022/common/lib/components/value-component.class.mjs +17 -11
- package/esm2022/decorators/index.mjs +2 -1
- package/esm2022/decorators/lib/divider.component.mjs +17 -0
- package/esm2022/decorators/lib/form-hint.component.mjs +4 -4
- package/esm2022/decorators/lib/suffix.component.mjs +1 -1
- package/esm2022/form/lib/form-field.component.mjs +2 -2
- package/esm2022/form/lib/form.component.mjs +1 -3
- package/esm2022/label/lib/label.component.mjs +2 -2
- package/esm2022/mixin/lib/value-mixin.class.mjs +4 -1
- package/esm2022/range-slider/lib/range-slider.component.mjs +28 -20
- package/esm2022/switch/lib/switch.component.mjs +2 -3
- package/esm2022/time-box/lib/time-box.component.mjs +2 -4
- package/fesm2022/acorex-components-alert.mjs +1 -0
- package/fesm2022/acorex-components-alert.mjs.map +1 -1
- package/fesm2022/acorex-components-breadcrumbs.mjs +11 -21
- package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +2 -1
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-checkbox.mjs +26 -18
- package/fesm2022/acorex-components-checkbox.mjs.map +1 -1
- package/fesm2022/acorex-components-chips.mjs +6 -9
- package/fesm2022/acorex-components-chips.mjs.map +1 -1
- package/fesm2022/acorex-components-collapse.mjs +104 -35
- package/fesm2022/acorex-components-collapse.mjs.map +1 -1
- package/fesm2022/acorex-components-color-palette.mjs +71 -76
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-color-picker.mjs +2 -5
- package/fesm2022/acorex-components-color-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-common.mjs +20 -13
- package/fesm2022/acorex-components-common.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +18 -3
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +2 -4
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-label.mjs +2 -2
- package/fesm2022/acorex-components-label.mjs.map +1 -1
- package/fesm2022/acorex-components-mixin.mjs +3 -0
- package/fesm2022/acorex-components-mixin.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs +26 -18
- package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-switch.mjs +1 -2
- package/fesm2022/acorex-components-switch.mjs.map +1 -1
- package/fesm2022/acorex-components-time-box.mjs +1 -3
- package/fesm2022/acorex-components-time-box.mjs.map +1 -1
- package/mixin/lib/base-components.class.d.ts +2 -2
- package/mixin/lib/base-menu-mixin.class.d.ts +5 -5
- package/mixin/lib/button-mixin.class.d.ts +2 -2
- package/mixin/lib/clickable-mixin.class.d.ts +2 -2
- package/mixin/lib/color-look-mixing.class.d.ts +2 -2
- package/mixin/lib/datalist-component.class.d.ts +10 -10
- package/mixin/lib/dropdown-mixin.class.d.ts +2 -2
- package/mixin/lib/interactive-mixin.class.d.ts +4 -4
- package/mixin/lib/loading-mixin.class.d.ts +2 -2
- package/mixin/lib/mixin.class.d.ts +62 -61
- package/mixin/lib/page-component.class.d.ts +2 -2
- package/mixin/lib/selection-component.class.d.ts +2 -2
- package/mixin/lib/sizable-mixin.class.d.ts +2 -2
- package/mixin/lib/textbox-mixin.class.d.ts +2 -2
- package/mixin/lib/value-mixin.class.d.ts +9 -8
- package/package.json +8 -8
- package/range-slider/lib/range-slider.component.d.ts +16 -9
- package/switch/lib/switch.component.d.ts +1 -1
- package/tabs/lib/tab-item.component.d.ts +2 -2
- package/time-box/lib/time-box.component.d.ts +1 -1
@@ -1,70 +1,7 @@
|
|
1
|
-
import { AXBaseComponent } from '@acorex/components/mixin';
|
2
|
-
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
3
1
|
import { AXBreadCrumbsComponent } from './breadcrumbs.component';
|
2
|
+
import { MXBaseComponent } from '@acorex/components/common';
|
4
3
|
import * as i0 from "@angular/core";
|
5
|
-
export declare
|
6
|
-
"__#5091@#disabled": boolean;
|
7
|
-
disabled: boolean;
|
8
|
-
"__#5091@#tabIndex": number;
|
9
|
-
tabIndex: number;
|
10
|
-
onFocus: import("@angular/core").EventEmitter<import("dist/libs/components/common").AXFocusEvent>;
|
11
|
-
_emitOnFocusEvent(e: FocusEvent): void;
|
12
|
-
onBlur: import("@angular/core").EventEmitter<import("dist/libs/components/common").AXFocusEvent>;
|
13
|
-
_emitOnBlurEvent(e: FocusEvent): void;
|
14
|
-
focus(): void;
|
15
|
-
hasFocus(): boolean;
|
16
|
-
id: string;
|
17
|
-
"__#5088@#rtl": boolean;
|
18
|
-
rtl: boolean;
|
19
|
-
"__#5088@#elementRef": ElementRef<any>;
|
20
|
-
_cdr: ChangeDetectorRef;
|
21
|
-
_isInited: boolean;
|
22
|
-
_isRendered: boolean;
|
23
|
-
ngOnInit(): void;
|
24
|
-
ngAfterViewInit(): void;
|
25
|
-
ngOnDestroy(): void;
|
26
|
-
_getHostElement<T = HTMLElement>(): T;
|
27
|
-
_getInnerElement<T_1 = HTMLElement>(): T_1;
|
28
|
-
_onInternalInit(): void;
|
29
|
-
_onInternalViewInit(): void;
|
30
|
-
_onInternalDestroy(): void;
|
31
|
-
onInit(): void;
|
32
|
-
onViewInit(): void;
|
33
|
-
onDestroy(): void;
|
34
|
-
_applyRtl(): void;
|
35
|
-
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
36
|
-
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
37
|
-
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
38
|
-
}) & (new (...args: any[]) => {
|
39
|
-
onClick: import("@angular/core").EventEmitter<import("dist/libs/components/common").AXClickEvent>;
|
40
|
-
_emitOnClickEvent(e: MouseEvent): void;
|
41
|
-
id: string;
|
42
|
-
"__#5088@#rtl": boolean;
|
43
|
-
rtl: boolean;
|
44
|
-
"__#5088@#elementRef": ElementRef<any>;
|
45
|
-
/**
|
46
|
-
* @ignore
|
47
|
-
*/
|
48
|
-
_cdr: ChangeDetectorRef;
|
49
|
-
_isInited: boolean;
|
50
|
-
_isRendered: boolean;
|
51
|
-
ngOnInit(): void;
|
52
|
-
ngAfterViewInit(): void;
|
53
|
-
ngOnDestroy(): void;
|
54
|
-
_getHostElement<T_2 = HTMLElement>(): T_2;
|
55
|
-
_getInnerElement<T_1_1 = HTMLElement>(): T_1_1;
|
56
|
-
_onInternalInit(): void;
|
57
|
-
_onInternalViewInit(): void;
|
58
|
-
_onInternalDestroy(): void;
|
59
|
-
onInit(): void;
|
60
|
-
onViewInit(): void;
|
61
|
-
onDestroy(): void;
|
62
|
-
_applyRtl(): void;
|
63
|
-
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
64
|
-
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
65
|
-
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
66
|
-
}) & typeof AXBaseComponent;
|
67
|
-
export declare class AXBreadCrumbsItemComponent extends AXBaseItemBreadCrumbMixin {
|
4
|
+
export declare class AXBreadCrumbsItemComponent extends MXBaseComponent {
|
68
5
|
_parent: AXBreadCrumbsComponent;
|
69
6
|
text: string;
|
70
7
|
href: string;
|
@@ -72,9 +9,8 @@ export declare class AXBreadCrumbsItemComponent extends AXBaseItemBreadCrumbMixi
|
|
72
9
|
/**
|
73
10
|
* @ignore
|
74
11
|
*/
|
75
|
-
constructor(
|
76
|
-
private __hostClick;
|
12
|
+
constructor(_parent: AXBreadCrumbsComponent);
|
77
13
|
private get __hostClass();
|
78
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXBreadCrumbsItemComponent,
|
79
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXBreadCrumbsItemComponent, "ax-breadcrumbs-item", never, { "text": { "alias": "text"; "required": false; }; "href": { "alias": "href"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, {}, never, ["ax-prefix
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXBreadCrumbsItemComponent, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXBreadCrumbsItemComponent, "ax-breadcrumbs-item", never, { "text": { "alias": "text"; "required": false; }; "href": { "alias": "href"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, {}, never, ["ax-prefix", "ax-suffix"], false, never>;
|
80
16
|
}
|
@@ -4,9 +4,9 @@ import { AXClickEvent, AXItemClickEvent, AXSelectionMode, AXSelectionValueChange
|
|
4
4
|
import { AXBaseComponent } from '@acorex/components/mixin';
|
5
5
|
import * as i0 from "@angular/core";
|
6
6
|
export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
7
|
-
"__#
|
7
|
+
"__#5095@#disabled": boolean;
|
8
8
|
disabled: boolean;
|
9
|
-
"__#
|
9
|
+
"__#5095@#tabIndex": number;
|
10
10
|
tabIndex: number;
|
11
11
|
onFocus: EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
12
12
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -15,9 +15,9 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
15
15
|
focus(): void;
|
16
16
|
hasFocus(): boolean;
|
17
17
|
id: string;
|
18
|
-
"__#
|
18
|
+
"__#5092@#rtl": boolean;
|
19
19
|
rtl: boolean;
|
20
|
-
"__#
|
20
|
+
"__#5092@#elementRef": ElementRef<any>;
|
21
21
|
_cdr: ChangeDetectorRef;
|
22
22
|
_isInited: boolean;
|
23
23
|
_isRendered: boolean;
|
@@ -44,9 +44,9 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
44
44
|
_look?: import("@acorex/components/common").AXStyleLookType;
|
45
45
|
look: import("@acorex/components/common").AXStyleLookType;
|
46
46
|
id: string;
|
47
|
-
"__#
|
47
|
+
"__#5092@#rtl": boolean;
|
48
48
|
rtl: boolean;
|
49
|
-
"__#
|
49
|
+
"__#5092@#elementRef": ElementRef<any>;
|
50
50
|
_cdr: ChangeDetectorRef;
|
51
51
|
_isInited: boolean;
|
52
52
|
_isRendered: boolean;
|
@@ -3,9 +3,9 @@ import { AXStyleColorType } from '@acorex/components/common';
|
|
3
3
|
import { AXBaseComponent } from '@acorex/components/mixin';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
6
|
-
"__#
|
6
|
+
"__#5095@#disabled": boolean;
|
7
7
|
disabled: boolean;
|
8
|
-
"__#
|
8
|
+
"__#5095@#tabIndex": number;
|
9
9
|
tabIndex: number;
|
10
10
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
11
11
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -14,9 +14,9 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
14
14
|
focus(): void;
|
15
15
|
hasFocus(): boolean;
|
16
16
|
id: string;
|
17
|
-
"__#
|
17
|
+
"__#5092@#rtl": boolean;
|
18
18
|
rtl: boolean;
|
19
|
-
"__#
|
19
|
+
"__#5092@#elementRef": ElementRef<any>;
|
20
20
|
_cdr: ChangeDetectorRef;
|
21
21
|
_isInited: boolean;
|
22
22
|
_isRendered: boolean;
|
@@ -39,9 +39,9 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
39
39
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
40
40
|
_emitOnClickEvent(e: MouseEvent): void;
|
41
41
|
id: string;
|
42
|
-
"__#
|
42
|
+
"__#5092@#rtl": boolean;
|
43
43
|
rtl: boolean;
|
44
|
-
"__#
|
44
|
+
"__#5092@#elementRef": ElementRef<any>;
|
45
45
|
_cdr: ChangeDetectorRef;
|
46
46
|
_isInited: boolean;
|
47
47
|
_isRendered: boolean;
|
@@ -1,12 +1,17 @@
|
|
1
|
-
import {
|
2
|
-
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
1
|
+
import { MXInteractiveComponent, MXValueComponent } from '@acorex/components/common';
|
3
2
|
import * as i0 from "@angular/core";
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
3
|
+
declare const AXCheckBoxComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
|
4
|
+
new (): MXValueComponent<boolean>;
|
5
|
+
ɵfac: unknown;
|
6
|
+
ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXValueComponent<any>>;
|
7
|
+
}, typeof MXInteractiveComponent]>;
|
8
|
+
export declare class AXCheckBoxComponent extends AXCheckBoxComponent_base {
|
9
|
+
indeterminate: boolean;
|
10
|
+
protected _stateIndeterminate: boolean;
|
11
|
+
protected ngOnInit(): void;
|
12
|
+
setValue(value: any): boolean;
|
13
|
+
protected handleOnClickEvent(e: MouseEvent): boolean;
|
10
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCheckBoxComponent, never>;
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXCheckBoxComponent, "ax-check-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, never, ["*", "ax-form-hint", "ax-validation-rule"], false, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXCheckBoxComponent, "ax-check-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, never, ["*", "ax-form-hint", "ax-validation-rule"], false, never>;
|
12
16
|
}
|
17
|
+
export {};
|
@@ -1,71 +1,12 @@
|
|
1
|
-
import {
|
2
|
-
import { AXBaseComponent } from '@acorex/components/mixin';
|
1
|
+
import { MXColorComponent, MXInteractiveComponent } from '@acorex/components/common';
|
3
2
|
import * as i0 from "@angular/core";
|
4
|
-
|
5
|
-
|
6
|
-
disabled: boolean;
|
7
|
-
"__#5091@#tabIndex": number;
|
8
|
-
tabIndex: number;
|
9
|
-
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
10
|
-
_emitOnFocusEvent(e: FocusEvent): void;
|
11
|
-
onBlur: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
12
|
-
_emitOnBlurEvent(e: FocusEvent): void;
|
13
|
-
focus(): void;
|
14
|
-
hasFocus(): boolean;
|
15
|
-
id: string;
|
16
|
-
"__#5088@#rtl": boolean;
|
17
|
-
rtl: boolean;
|
18
|
-
"__#5088@#elementRef": import("@angular/core").ElementRef<any>;
|
19
|
-
_cdr: import("@angular/core").ChangeDetectorRef;
|
20
|
-
_isInited: boolean;
|
21
|
-
_isRendered: boolean;
|
22
|
-
ngOnInit(): void;
|
23
|
-
ngAfterViewInit(): void;
|
24
|
-
ngOnDestroy(): void;
|
25
|
-
_getHostElement<T = HTMLElement>(): T;
|
26
|
-
_getInnerElement<T_1 = HTMLElement>(): T_1;
|
27
|
-
_onInternalInit(): void;
|
28
|
-
_onInternalViewInit(): void;
|
29
|
-
_onInternalDestroy(): void;
|
30
|
-
onInit(): void;
|
31
|
-
onViewInit(): void;
|
32
|
-
onDestroy(): void;
|
33
|
-
_applyRtl(): void;
|
34
|
-
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
35
|
-
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
36
|
-
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
37
|
-
}) & (new (...args: any[]) => {
|
38
|
-
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
39
|
-
_emitOnClickEvent(e: MouseEvent): void;
|
40
|
-
id: string;
|
41
|
-
"__#5088@#rtl": boolean;
|
42
|
-
rtl: boolean;
|
43
|
-
"__#5088@#elementRef": import("@angular/core").ElementRef<any>;
|
44
|
-
_cdr: import("@angular/core").ChangeDetectorRef;
|
45
|
-
_isInited: boolean;
|
46
|
-
_isRendered: boolean;
|
47
|
-
ngOnInit(): void;
|
48
|
-
ngAfterViewInit(): void;
|
49
|
-
ngOnDestroy(): void;
|
50
|
-
_getHostElement<T_2 = HTMLElement>(): T_2;
|
51
|
-
_getInnerElement<T_1_1 = HTMLElement>(): T_1_1;
|
52
|
-
_onInternalInit(): void;
|
53
|
-
_onInternalViewInit(): void;
|
54
|
-
_onInternalDestroy(): void;
|
55
|
-
onInit(): void;
|
56
|
-
onViewInit(): void;
|
57
|
-
onDestroy(): void;
|
58
|
-
_applyRtl(): void;
|
59
|
-
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
60
|
-
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
61
|
-
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
62
|
-
}) & typeof AXBaseComponent;
|
63
|
-
export declare class AXChipsComponent extends AXBaseChipsMixin {
|
3
|
+
declare const AXChipsComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXColorComponent]>;
|
4
|
+
export declare class AXChipsComponent extends AXChipsComponent_base {
|
64
5
|
look: 'default' | 'outline';
|
65
|
-
color: AXStyleColorType;
|
66
6
|
text: string;
|
67
7
|
constructor();
|
68
8
|
private get __hostClass();
|
69
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXChipsComponent, never>;
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXChipsComponent, "ax-chips", never, { "tabIndex": { "alias": "tabIndex"; "required": false; }; "
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXChipsComponent, "ax-chips", never, { "tabIndex": { "alias": "tabIndex"; "required": false; }; "color": { "alias": "color"; "required": false; }; "look": { "alias": "look"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, { "colorChange": "colorChange"; }, never, ["ax-prefix", "ax-suffix"], false, never>;
|
71
11
|
}
|
12
|
+
export {};
|
@@ -1,15 +1,27 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
1
|
+
import { EventEmitter } from '@angular/core';
|
2
|
+
import { MXBaseComponent } from '@acorex/components/common';
|
3
3
|
import * as i0 from "@angular/core";
|
4
|
-
export declare class AXCollapseGroupComponent extends
|
5
|
-
|
6
|
-
|
7
|
-
|
4
|
+
export declare class AXCollapseGroupComponent extends MXBaseComponent {
|
5
|
+
accordionChange: EventEmitter<boolean>;
|
6
|
+
private _accordion?;
|
7
|
+
/**
|
8
|
+
* Enables accordion behavior, allowing only one collapsible item to be expanded at a time
|
9
|
+
*/
|
10
|
+
get accordion(): boolean;
|
11
|
+
set accordion(value: boolean);
|
12
|
+
activeIndexChange: EventEmitter<number>;
|
13
|
+
private _activeIndex;
|
14
|
+
/**
|
15
|
+
* Index of the currently active item within the group
|
16
|
+
*/
|
17
|
+
get activeIndex(): number;
|
18
|
+
set activeIndex(value: number);
|
8
19
|
private _items;
|
9
20
|
private _subs;
|
10
|
-
|
11
|
-
|
12
|
-
|
21
|
+
ngAfterViewInit(): void;
|
22
|
+
private applyAccordion;
|
23
|
+
private removeAccordion;
|
24
|
+
ngOnDestroy(): void;
|
13
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseGroupComponent, never>;
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXCollapseGroupComponent, "ax-collapse-group", never, { "accordion": { "alias": "accordion"; "required": false; }; "
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXCollapseGroupComponent, "ax-collapse-group", never, { "accordion": { "alias": "accordion"; "required": false; }; "activeIndex": { "alias": "activeIndex"; "required": false; }; }, { "accordionChange": "accordionChange"; "activeIndexChange": "activeIndexChange"; }, ["_items"], ["ax-collapse"], false, never>;
|
15
27
|
}
|
@@ -1,17 +1,23 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
1
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
2
|
+
import { AXClickEvent, MXInteractiveComponent } from '@acorex/components/common';
|
3
3
|
import * as i0 from "@angular/core";
|
4
|
-
export declare class AXCollapseComponent extends
|
5
|
-
|
6
|
-
|
4
|
+
export declare class AXCollapseComponent extends MXInteractiveComponent {
|
5
|
+
/**
|
6
|
+
* Fires each time the user clicks the panel header.
|
7
|
+
* @event
|
8
|
+
*/
|
9
|
+
onClick: EventEmitter<AXClickEvent>;
|
7
10
|
isCollapsedChange: EventEmitter<any>;
|
8
11
|
private _isCollapsed;
|
12
|
+
/**
|
13
|
+
* Providing a boolean value for its collapse state
|
14
|
+
*/
|
9
15
|
get isCollapsed(): boolean;
|
10
16
|
set isCollapsed(v: boolean);
|
11
17
|
caption: string;
|
12
18
|
icon: string;
|
13
19
|
headerTemplate: TemplateRef<any>;
|
14
|
-
handleHeaderClick(): void;
|
20
|
+
handleHeaderClick(e: MouseEvent): void;
|
15
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseComponent, never>;
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXCollapseComponent, "ax-collapse", never, { "isCollapsed": { "alias": "isCollapsed"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, { "isCollapsedChange": "isCollapsedChange"; },
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXCollapseComponent, "ax-collapse", never, { "isCollapsed": { "alias": "isCollapsed"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "headerTemplate": { "alias": "headerTemplate"; "required": false; }; }, { "isCollapsedChange": "isCollapsedChange"; }, never, ["*"], false, never>;
|
17
23
|
}
|
@@ -1,10 +1,8 @@
|
|
1
|
-
import {
|
2
|
-
import { AXValueChangedEvent } from '@acorex/components/common';
|
1
|
+
import { AXValueChangedEvent, MXBaseComponent } from '@acorex/components/common';
|
3
2
|
import { AXColorComponent } from './color-palette.class';
|
4
|
-
import { AXBaseComponent } from '@acorex/components/mixin';
|
5
3
|
import { AXMaskOptions } from '@acorex/components/textbox';
|
6
4
|
import * as i0 from "@angular/core";
|
7
|
-
export declare class AXColorPaletteInputComponent extends
|
5
|
+
export declare class AXColorPaletteInputComponent extends MXBaseComponent {
|
8
6
|
_parent: AXColorComponent;
|
9
7
|
_isTouched: boolean;
|
10
8
|
isValid: boolean;
|
@@ -12,11 +10,11 @@ export declare class AXColorPaletteInputComponent extends AXBaseComponent {
|
|
12
10
|
_hex: string;
|
13
11
|
protected _colorMode: "hex" | "rgba";
|
14
12
|
protected _hexMaskOptions: AXMaskOptions;
|
15
|
-
constructor(
|
13
|
+
constructor(_parent: AXColorComponent);
|
16
14
|
_handleChangeInputMode(): void;
|
17
15
|
_handleRGBAValueChanged(e: AXValueChangedEvent<number>): void;
|
18
16
|
_handleHEXAValueChanged(e: AXValueChangedEvent<string>): void;
|
19
17
|
private checkValid;
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPaletteInputComponent, [
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPaletteInputComponent, [{ optional: true; }]>;
|
21
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXColorPaletteInputComponent, "ax-color-palette-input", never, {}, {}, never, never, false, never>;
|
22
20
|
}
|
@@ -1,10 +1,7 @@
|
|
1
|
-
import {
|
2
|
-
import { ChangeDetectorRef } from '@angular/core';
|
3
|
-
import { AXValueChangedEvent } from '@acorex/components/common';
|
1
|
+
import { AXValueChangedEvent, MXBaseComponent } from '@acorex/components/common';
|
4
2
|
import { AXColorComponent } from './color-palette.class';
|
5
|
-
import { AXBaseComponent } from '@acorex/components/mixin';
|
6
3
|
import * as i0 from "@angular/core";
|
7
|
-
export declare class AXColorPalettePickerComponent extends
|
4
|
+
export declare class AXColorPalettePickerComponent extends MXBaseComponent {
|
8
5
|
_parent: AXColorComponent;
|
9
6
|
_rgba: {
|
10
7
|
r: number;
|
@@ -19,7 +16,7 @@ export declare class AXColorPalettePickerComponent extends AXBaseComponent {
|
|
19
16
|
x: number;
|
20
17
|
y: number;
|
21
18
|
};
|
22
|
-
constructor(
|
19
|
+
constructor(_parent: AXColorComponent);
|
23
20
|
private setHSV;
|
24
21
|
protected _handleAlphaChanged(e: AXValueChangedEvent<number>): void;
|
25
22
|
protected _handleGradientChanged(e: AXValueChangedEvent<number>): void;
|
@@ -27,6 +24,6 @@ export declare class AXColorPalettePickerComponent extends AXBaseComponent {
|
|
27
24
|
protected _handleDrag(): void;
|
28
25
|
private setColorByXY;
|
29
26
|
private setPointerByPercent;
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPalettePickerComponent, [
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPalettePickerComponent, [{ optional: true; }]>;
|
31
28
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXColorPalettePickerComponent, "ax-color-palette-picker", never, {}, {}, never, never, false, never>;
|
32
29
|
}
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
1
|
+
import { MXBaseComponent } from '@acorex/components/common';
|
2
|
+
import { NgZone } from '@angular/core';
|
3
3
|
import { AXColorComponent } from './color-palette.class';
|
4
4
|
import * as i0 from "@angular/core";
|
5
|
-
export declare class AXColorPalettePreviewComponent extends
|
5
|
+
export declare class AXColorPalettePreviewComponent extends MXBaseComponent {
|
6
6
|
_parent: AXColorComponent;
|
7
7
|
private _zone;
|
8
|
-
constructor(
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPalettePreviewComponent, [
|
8
|
+
constructor(_parent: AXColorComponent, _zone: NgZone);
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPalettePreviewComponent, [{ optional: true; }, null]>;
|
10
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXColorPalettePreviewComponent, "ax-color-palette-preview", never, {}, {}, never, never, false, never>;
|
11
11
|
}
|
@@ -1,18 +1,17 @@
|
|
1
|
-
import {
|
2
|
-
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
1
|
+
import { MXBaseComponent } from '@acorex/components/common';
|
3
2
|
import { AXColorComponent } from './color-palette.class';
|
4
3
|
import * as i0 from "@angular/core";
|
5
|
-
export declare class AXColorPaletteSwatchesComponent extends
|
4
|
+
export declare class AXColorPaletteSwatchesComponent extends MXBaseComponent {
|
6
5
|
_parent: AXColorComponent;
|
7
|
-
_selected: string;
|
6
|
+
protected _selected: string;
|
8
7
|
colors: {
|
9
8
|
code: string;
|
10
9
|
}[];
|
11
|
-
constructor(
|
12
|
-
|
10
|
+
constructor(_parent: AXColorComponent);
|
11
|
+
ngOnInit(): void;
|
13
12
|
_handleClick(e: MouseEvent, color: any): void;
|
14
13
|
private _format;
|
15
14
|
private _defaultPalette;
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPaletteSwatchesComponent, [
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPaletteSwatchesComponent, [{ optional: true; }]>;
|
17
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXColorPaletteSwatchesComponent, "ax-color-palette-swatches, ax-color-palette-favorite", never, { "colors": { "alias": "colors"; "required": false; }; }, {}, never, never, false, never>;
|
18
17
|
}
|
@@ -10,7 +10,7 @@ export interface AXColorChangedEvent {
|
|
10
10
|
}
|
11
11
|
export declare abstract class AXColorComponent {
|
12
12
|
abstract _onInternalColorChanged$: Subject<AXColorChangedEvent>;
|
13
|
-
abstract
|
13
|
+
abstract setUserInteraction(): any;
|
14
14
|
abstract readonly: boolean;
|
15
15
|
abstract disabled: boolean;
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXColorComponent, never>;
|
@@ -1,16 +1,22 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
1
|
+
import { MXValueComponent, MXInteractiveComponent } from '@acorex/components/common';
|
2
|
+
import { QueryList } from '@angular/core';
|
3
3
|
import { Subject } from 'rxjs';
|
4
4
|
import { AXColorPaletteChildComponent } from './color-palette.class';
|
5
5
|
import * as i0 from "@angular/core";
|
6
|
-
|
6
|
+
declare const AXColorPalleteComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, {
|
7
|
+
new (): MXValueComponent<string>;
|
8
|
+
ɵfac: unknown;
|
9
|
+
ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXValueComponent<any>>;
|
10
|
+
}]>;
|
11
|
+
export declare class AXColorPalleteComponent extends AXColorPalleteComponent_base {
|
7
12
|
_onInternalColorChanged$: Subject<any>;
|
8
13
|
_children: QueryList<AXColorPaletteChildComponent>;
|
9
|
-
_onValueChanged(oldValue: string, newValue: string): void;
|
10
14
|
ngAfterContentInit(): void;
|
11
|
-
|
12
|
-
constructor(
|
15
|
+
ngAfterViewInit(): void;
|
16
|
+
constructor();
|
17
|
+
private _handleOnValueChanged;
|
13
18
|
private get __hostDisabled();
|
14
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPalleteComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXColorPalleteComponent, "ax-color-palette", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXColorPalleteComponent, "ax-color-palette", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; }, ["_children"], ["ax-header", "ax-color-palette-preview", "ax-color-palette-picker", "ax-color-palette-swatches", "ax-color-palette-favorite", "ax-color-palette-input", "ax-footer"], false, never>;
|
16
21
|
}
|
22
|
+
export {};
|
@@ -6,9 +6,9 @@ import { AXPopoverComponent } from '@acorex/components/popover';
|
|
6
6
|
import { AXBaseComponent } from '@acorex/components/mixin';
|
7
7
|
import * as i0 from "@angular/core";
|
8
8
|
export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
9
|
-
"__#
|
9
|
+
"__#5095@#disabled": boolean;
|
10
10
|
disabled: boolean;
|
11
|
-
"__#
|
11
|
+
"__#5095@#tabIndex": number;
|
12
12
|
tabIndex: number;
|
13
13
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
14
14
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -17,9 +17,9 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
17
17
|
focus(): void;
|
18
18
|
hasFocus(): boolean;
|
19
19
|
id: string;
|
20
|
-
"__#
|
20
|
+
"__#5092@#rtl": boolean;
|
21
21
|
rtl: boolean;
|
22
|
-
"__#
|
22
|
+
"__#5092@#elementRef": ElementRef<any>;
|
23
23
|
_cdr: ChangeDetectorRef;
|
24
24
|
_isInited: boolean;
|
25
25
|
_isRendered: boolean;
|
@@ -58,9 +58,9 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
58
58
|
open(): void;
|
59
59
|
readonly isOpen: boolean;
|
60
60
|
id: string;
|
61
|
-
"__#
|
61
|
+
"__#5092@#rtl": boolean;
|
62
62
|
rtl: boolean;
|
63
|
-
"__#
|
63
|
+
"__#5092@#elementRef": ElementRef<any>;
|
64
64
|
_cdr: ChangeDetectorRef;
|
65
65
|
_isInited: boolean;
|
66
66
|
_isRendered: boolean;
|
@@ -81,17 +81,17 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
81
81
|
onValueChanged: import("@angular/core").EventEmitter<AXValueChangedEvent<any>>;
|
82
82
|
valueChange: import("@angular/core").EventEmitter<any>;
|
83
83
|
stateChange: import("@angular/core").EventEmitter<import("@acorex/components/mixin").AXComponentState>;
|
84
|
-
"__#
|
84
|
+
"__#5096@#readonly": boolean;
|
85
85
|
readonly: boolean;
|
86
|
-
"__#
|
86
|
+
"__#5096@#allowNull": boolean;
|
87
87
|
allowNull: boolean;
|
88
|
-
"__#
|
88
|
+
"__#5096@#name": string;
|
89
89
|
name: string;
|
90
|
-
"__#
|
90
|
+
"__#5096@#isUserInteraction": boolean;
|
91
91
|
readonly isUserInteraction: boolean;
|
92
|
-
"__#
|
92
|
+
"__#5096@#value": any;
|
93
93
|
value: any;
|
94
|
-
"__#
|
94
|
+
"__#5096@#state": import("@acorex/components/mixin").AXComponentState;
|
95
95
|
state: import("@acorex/components/mixin").AXComponentState;
|
96
96
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
97
97
|
_internalSetValue(value: any): any;
|
@@ -99,6 +99,7 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
99
99
|
_setValue(value: any): any;
|
100
100
|
_getValue(value: any): any;
|
101
101
|
_setUserInteraction(): void;
|
102
|
+
setUserInteraction(): void;
|
102
103
|
_onValueChanged(oldValue: any, newValue: any): void;
|
103
104
|
_onInternalInit(): void;
|
104
105
|
_onInternalViewInit(): void;
|
@@ -108,12 +109,14 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
108
109
|
validate(): Promise<any>;
|
109
110
|
_setState(state: import("@acorex/components/mixin").AXComponentState, ...args: any[]): void;
|
110
111
|
id: string;
|
111
|
-
"__#
|
112
|
+
"__#5092@#rtl": boolean;
|
112
113
|
rtl: boolean;
|
113
|
-
"__#
|
114
|
+
"__#5092@#elementRef": ElementRef<any>;
|
114
115
|
_cdr: ChangeDetectorRef;
|
115
116
|
_isInited: boolean;
|
116
|
-
_isRendered: boolean;
|
117
|
+
_isRendered: boolean; /**
|
118
|
+
* @ignore
|
119
|
+
*/
|
117
120
|
ngOnInit(): void;
|
118
121
|
ngAfterViewInit(): void;
|
119
122
|
ngOnDestroy(): void;
|
@@ -138,9 +141,9 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
138
141
|
_emitOnKeyupEvent(e: KeyboardEvent): void;
|
139
142
|
_emitOnKeypressEvent(e: KeyboardEvent): void;
|
140
143
|
id: string;
|
141
|
-
"__#
|
144
|
+
"__#5092@#rtl": boolean;
|
142
145
|
rtl: boolean;
|
143
|
-
"__#
|
146
|
+
"__#5092@#elementRef": ElementRef<any>;
|
144
147
|
_cdr: ChangeDetectorRef;
|
145
148
|
_isInited: boolean;
|
146
149
|
_isRendered: boolean;
|
@@ -191,5 +194,5 @@ export declare class AXColorPickerComponent extends AXBaseColorPickerMixin {
|
|
191
194
|
_handlePopupOnClosed(e: any): void;
|
192
195
|
_handleKeydown(e: KeyboardEvent): void;
|
193
196
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPickerComponent, never>;
|
194
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXColorPickerComponent, "ax-color-picker", never, { "isOpen": { "alias": "isOpen"; "required": false; }; "fitParent": { "alias": "fitParent"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; "position": { "alias": "position"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "
|
197
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXColorPickerComponent, "ax-color-picker", never, { "isOpen": { "alias": "isOpen"; "required": false; }; "fitParent": { "alias": "fitParent"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; "position": { "alias": "position"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "type": { "alias": "type"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, never, ["ax-prefix", "ax-validation-rule", "ax-suffix"], false, never>;
|
195
198
|
}
|
@@ -1,15 +1,15 @@
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, ViewContainerRef } from '@angular/core';
|
2
2
|
import { AXOptionChangedEvent } from '../classes/events.class';
|
3
3
|
import * as i0 from "@angular/core";
|
4
|
-
export type MXComponentOptionChanging = {
|
4
|
+
export type MXComponentOptionChanging<T = any> = {
|
5
5
|
name: string;
|
6
|
-
value?:
|
6
|
+
value?: T;
|
7
7
|
};
|
8
|
-
export type MXComponentSetOption = {
|
8
|
+
export type MXComponentSetOption<T> = {
|
9
9
|
name: string;
|
10
|
-
value?:
|
11
|
-
afterCallback?: (oldValue?:
|
12
|
-
beforeCallback?: (oldValue?:
|
10
|
+
value?: T;
|
11
|
+
afterCallback?: (oldValue?: T, newValue?: T) => void;
|
12
|
+
beforeCallback?: (oldValue?: T, newValue?: T) => void;
|
13
13
|
};
|
14
14
|
export type AXComponentState = 'clear' | 'success' | 'error';
|
15
15
|
export declare abstract class MXBaseComponent {
|
@@ -23,7 +23,7 @@ export declare abstract class MXBaseComponent {
|
|
23
23
|
protected onOptionChanging(option: MXComponentOptionChanging): any;
|
24
24
|
protected init(): void;
|
25
25
|
protected onOptionChanged: EventEmitter<AXOptionChangedEvent>;
|
26
|
-
protected setOption(option: MXComponentSetOption): void;
|
26
|
+
protected setOption<T = any>(option: MXComponentSetOption<T>): void;
|
27
27
|
private _rtl;
|
28
28
|
get rtl(): boolean;
|
29
29
|
set rtl(value: boolean);
|