@acorex/components 7.0.36 → 7.0.38
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/button/src/button.component.d.ts +11 -10
- package/chips/src/chips.component.d.ts +6 -6
- package/color-picker/src/color-picker.component.d.ts +16 -16
- package/common/public-api.d.ts +1 -0
- package/common/src/components/base-component.class.d.ts +31 -0
- package/common/src/components/button-base-component.class.d.ts +36 -0
- package/common/src/components/color-component.class.d.ts +15 -0
- package/common/src/components/colorlook-component.class.d.ts +9 -0
- package/common/src/components/index.d.ts +6 -0
- package/common/src/components/interactive-component.class.d.ts +37 -0
- package/common/src/components/look-component.class.d.ts +15 -0
- package/context-menu/src/context-menu.component.d.ts +1 -1
- package/date-picker/src/datepicker.component.d.ts +14 -14
- package/dialog/src/dialog.service.d.ts +8 -8
- package/esm2020/action-sheet/src/action-sheet.component.mjs +20 -7
- package/esm2020/alert/src/alert.component.mjs +2 -2
- package/esm2020/avatar/src/avatar.component.mjs +2 -2
- package/esm2020/badge/src/badge.component.mjs +2 -2
- package/esm2020/breadcrumbs/src/breadcrumbs.component.mjs +2 -2
- package/esm2020/button/src/button.component.mjs +32 -23
- package/esm2020/calendar/src/calendar.component.mjs +2 -2
- package/esm2020/card/src/card.component.mjs +2 -2
- package/esm2020/chips/src/chips.component.mjs +2 -2
- package/esm2020/collapse/src/collapse.component.mjs +2 -2
- package/esm2020/color-palette/src/color-palette.component.mjs +2 -2
- package/esm2020/common/public-api.mjs +2 -1
- package/esm2020/common/src/components/base-component.class.mjs +57 -0
- package/esm2020/common/src/components/button-base-component.class.mjs +68 -0
- package/esm2020/common/src/components/color-component.class.mjs +27 -0
- package/esm2020/common/src/components/colorlook-component.class.mjs +11 -0
- package/esm2020/common/src/components/index.mjs +7 -0
- package/esm2020/common/src/components/interactive-component.class.mjs +62 -0
- package/esm2020/common/src/components/look-component.class.mjs +27 -0
- package/esm2020/context-menu/src/context-menu.component.mjs +9 -9
- package/esm2020/data-pager/src/data-pager.component.mjs +2 -2
- package/esm2020/data-table/src/data-table.component.mjs +2 -2
- package/esm2020/dialog/src/dialog.component.mjs +2 -2
- package/esm2020/dialog/src/dialog.service.mjs +16 -20
- package/esm2020/drawer/src/drawer.component.mjs +2 -2
- package/esm2020/dropdown/src/dropdown-panel.component.mjs +2 -2
- package/esm2020/form/src/form-field.component.mjs +3 -3
- package/esm2020/label/src/label.component.mjs +7 -4
- package/esm2020/loading/src/loading.component.mjs +2 -2
- package/esm2020/menu/src/menu.component.mjs +29 -34
- package/esm2020/mixin/src/base-menu-mixin.class.mjs +7 -9
- package/esm2020/notification/src/notification.component.mjs +2 -2
- package/esm2020/number-box/src/number-box.component.mjs +3 -3
- package/esm2020/picker/src/picker-column.component.mjs +2 -2
- package/esm2020/popup/src/popup.component.mjs +2 -2
- package/esm2020/progress-bar/src/progress-bar.component.mjs +2 -2
- package/esm2020/range-slider/src/range-slider.component.mjs +2 -2
- package/esm2020/result/src/result.component.mjs +2 -2
- package/esm2020/select-box/src/selectbox.component.mjs +2 -2
- package/esm2020/selection-list/src/selection-list.component.mjs +2 -2
- package/esm2020/switch/src/switch.component.mjs +2 -2
- package/esm2020/tabs/src/tabs.component.mjs +2 -2
- package/esm2020/tag/src/tag.component.mjs +2 -2
- package/esm2020/textarea/src/textarea.component.mjs +2 -2
- package/esm2020/toast/src/toast.component.mjs +2 -2
- package/esm2020/tooltip/src/tooltip.component.mjs +2 -2
- package/esm2020/tree-view/src/tree-view.component.mjs +2 -2
- package/esm2020/uploader/src/uploader.component.mjs +2 -2
- package/fesm2015/acorex-components-action-sheet.mjs +19 -7
- 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-breadcrumbs.mjs +2 -2
- package/fesm2015/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2015/acorex-components-button.mjs +32 -23
- package/fesm2015/acorex-components-button.mjs.map +1 -1
- package/fesm2015/acorex-components-calendar.mjs +2 -2
- package/fesm2015/acorex-components-calendar.mjs.map +1 -1
- package/fesm2015/acorex-components-card.mjs +2 -2
- package/fesm2015/acorex-components-card.mjs.map +1 -1
- package/fesm2015/acorex-components-chips.mjs +2 -2
- package/fesm2015/acorex-components-chips.mjs.map +1 -1
- package/fesm2015/acorex-components-collapse.mjs +2 -2
- package/fesm2015/acorex-components-collapse.mjs.map +1 -1
- package/fesm2015/acorex-components-color-palette.mjs +2 -2
- package/fesm2015/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2015/acorex-components-common.mjs +241 -2
- package/fesm2015/acorex-components-common.mjs.map +1 -1
- package/fesm2015/acorex-components-context-menu.mjs +8 -9
- package/fesm2015/acorex-components-context-menu.mjs.map +1 -1
- package/fesm2015/acorex-components-data-pager.mjs +2 -2
- package/fesm2015/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2015/acorex-components-data-table.mjs +2 -2
- package/fesm2015/acorex-components-data-table.mjs.map +1 -1
- package/fesm2015/acorex-components-dialog.mjs +17 -21
- package/fesm2015/acorex-components-dialog.mjs.map +1 -1
- package/fesm2015/acorex-components-drawer.mjs +2 -2
- package/fesm2015/acorex-components-drawer.mjs.map +1 -1
- package/fesm2015/acorex-components-dropdown.mjs +1 -1
- package/fesm2015/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2015/acorex-components-form.mjs +2 -3
- package/fesm2015/acorex-components-form.mjs.map +1 -1
- package/fesm2015/acorex-components-label.mjs +5 -3
- package/fesm2015/acorex-components-label.mjs.map +1 -1
- package/fesm2015/acorex-components-loading.mjs +2 -2
- package/fesm2015/acorex-components-menu.mjs +28 -34
- package/fesm2015/acorex-components-menu.mjs.map +1 -1
- package/fesm2015/acorex-components-mixin.mjs +6 -9
- package/fesm2015/acorex-components-mixin.mjs.map +1 -1
- package/fesm2015/acorex-components-notification.mjs +2 -2
- package/fesm2015/acorex-components-notification.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-picker.mjs +2 -2
- package/fesm2015/acorex-components-picker.mjs.map +1 -1
- package/fesm2015/acorex-components-popup.mjs +2 -2
- package/fesm2015/acorex-components-popup.mjs.map +1 -1
- package/fesm2015/acorex-components-progress-bar.mjs +2 -2
- package/fesm2015/acorex-components-progress-bar.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-result.mjs +2 -2
- package/fesm2015/acorex-components-result.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 -3
- package/fesm2015/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2015/acorex-components-switch.mjs +2 -2
- package/fesm2015/acorex-components-switch.mjs.map +1 -1
- package/fesm2015/acorex-components-tabs.mjs +2 -2
- package/fesm2015/acorex-components-tabs.mjs.map +1 -1
- package/fesm2015/acorex-components-tag.mjs +2 -2
- package/fesm2015/acorex-components-tag.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-toast.mjs +2 -2
- package/fesm2015/acorex-components-toast.mjs.map +1 -1
- package/fesm2015/acorex-components-tooltip.mjs +2 -2
- package/fesm2015/acorex-components-tooltip.mjs.map +1 -1
- package/fesm2015/acorex-components-tree-view.mjs +2 -2
- package/fesm2015/acorex-components-tree-view.mjs.map +1 -1
- package/fesm2015/acorex-components-uploader.mjs +2 -2
- package/fesm2015/acorex-components-uploader.mjs.map +1 -1
- package/fesm2020/acorex-components-action-sheet.mjs +19 -7
- 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-breadcrumbs.mjs +2 -2
- package/fesm2020/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2020/acorex-components-button.mjs +32 -23
- package/fesm2020/acorex-components-button.mjs.map +1 -1
- package/fesm2020/acorex-components-calendar.mjs +2 -2
- package/fesm2020/acorex-components-calendar.mjs.map +1 -1
- package/fesm2020/acorex-components-card.mjs +2 -2
- package/fesm2020/acorex-components-card.mjs.map +1 -1
- package/fesm2020/acorex-components-chips.mjs +2 -2
- package/fesm2020/acorex-components-chips.mjs.map +1 -1
- package/fesm2020/acorex-components-collapse.mjs +2 -2
- package/fesm2020/acorex-components-collapse.mjs.map +1 -1
- package/fesm2020/acorex-components-color-palette.mjs +2 -2
- package/fesm2020/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2020/acorex-components-common.mjs +241 -2
- package/fesm2020/acorex-components-common.mjs.map +1 -1
- package/fesm2020/acorex-components-context-menu.mjs +8 -9
- package/fesm2020/acorex-components-context-menu.mjs.map +1 -1
- package/fesm2020/acorex-components-data-pager.mjs +2 -2
- package/fesm2020/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2020/acorex-components-data-table.mjs +2 -2
- package/fesm2020/acorex-components-data-table.mjs.map +1 -1
- package/fesm2020/acorex-components-dialog.mjs +17 -21
- package/fesm2020/acorex-components-dialog.mjs.map +1 -1
- package/fesm2020/acorex-components-drawer.mjs +2 -2
- package/fesm2020/acorex-components-drawer.mjs.map +1 -1
- package/fesm2020/acorex-components-dropdown.mjs +1 -1
- package/fesm2020/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2020/acorex-components-form.mjs +2 -3
- package/fesm2020/acorex-components-form.mjs.map +1 -1
- package/fesm2020/acorex-components-label.mjs +5 -3
- package/fesm2020/acorex-components-label.mjs.map +1 -1
- package/fesm2020/acorex-components-loading.mjs +2 -2
- package/fesm2020/acorex-components-menu.mjs +28 -34
- package/fesm2020/acorex-components-menu.mjs.map +1 -1
- package/fesm2020/acorex-components-mixin.mjs +6 -9
- package/fesm2020/acorex-components-mixin.mjs.map +1 -1
- package/fesm2020/acorex-components-notification.mjs +2 -2
- package/fesm2020/acorex-components-notification.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-picker.mjs +2 -2
- package/fesm2020/acorex-components-picker.mjs.map +1 -1
- package/fesm2020/acorex-components-popup.mjs +2 -2
- package/fesm2020/acorex-components-popup.mjs.map +1 -1
- package/fesm2020/acorex-components-progress-bar.mjs +2 -2
- package/fesm2020/acorex-components-progress-bar.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-result.mjs +2 -2
- package/fesm2020/acorex-components-result.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 -3
- package/fesm2020/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2020/acorex-components-switch.mjs +2 -2
- package/fesm2020/acorex-components-switch.mjs.map +1 -1
- package/fesm2020/acorex-components-tabs.mjs +2 -2
- package/fesm2020/acorex-components-tabs.mjs.map +1 -1
- package/fesm2020/acorex-components-tag.mjs +2 -2
- package/fesm2020/acorex-components-tag.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-toast.mjs +2 -2
- package/fesm2020/acorex-components-toast.mjs.map +1 -1
- package/fesm2020/acorex-components-tooltip.mjs +2 -2
- package/fesm2020/acorex-components-tooltip.mjs.map +1 -1
- package/fesm2020/acorex-components-tree-view.mjs +2 -2
- package/fesm2020/acorex-components-tree-view.mjs.map +1 -1
- package/fesm2020/acorex-components-uploader.mjs +2 -2
- package/fesm2020/acorex-components-uploader.mjs.map +1 -1
- package/label/src/label.component.d.ts +2 -1
- package/menu/src/menu.component.d.ts +1 -1
- 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 +3 -2
- package/tabs/src/tab-item.component.d.ts +2 -2
@@ -11,14 +11,14 @@ export declare const AXBaseAlertMixin: (new (...args: any[]) => {
|
|
11
11
|
_look?: import("@acorex/components/common").AXStyleLookType;
|
12
12
|
look: import("@acorex/components/common").AXStyleLookType;
|
13
13
|
id: string;
|
14
|
-
"__#
|
14
|
+
"__#36561@#rtl": boolean;
|
15
15
|
rtl: boolean;
|
16
16
|
/**
|
17
17
|
* Regular description
|
18
18
|
*
|
19
19
|
* @category Components
|
20
20
|
*/
|
21
|
-
"__#
|
21
|
+
"__#36561@#elementRef": ElementRef<any>;
|
22
22
|
_cdr: ChangeDetectorRef;
|
23
23
|
_isInited: boolean;
|
24
24
|
_isRendered: boolean;
|
@@ -9,9 +9,9 @@ export declare const AXBaseBadgeMixin: (new (...args: any[]) => {
|
|
9
9
|
_look?: import("@acorex/components/common").AXStyleLookType;
|
10
10
|
look: import("@acorex/components/common").AXStyleLookType;
|
11
11
|
id: string;
|
12
|
-
"__#
|
12
|
+
"__#36561@#rtl": boolean;
|
13
13
|
rtl: boolean;
|
14
|
-
"__#
|
14
|
+
"__#36561@#elementRef": ElementRef<any>;
|
15
15
|
_cdr: ChangeDetectorRef;
|
16
16
|
_isInited: boolean;
|
17
17
|
_isRendered: boolean;
|
@@ -3,9 +3,9 @@ import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
3
3
|
import { AXBreadCrumbsComponent } from './breadcrumbs.component';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) => {
|
6
|
-
"__#
|
6
|
+
"__#36564@#disabled": boolean;
|
7
7
|
disabled: boolean;
|
8
|
-
"__#
|
8
|
+
"__#36564@#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 AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) =
|
|
14
14
|
focus(): void;
|
15
15
|
hasFocus(): boolean;
|
16
16
|
id: string;
|
17
|
-
"__#
|
17
|
+
"__#36561@#rtl": boolean;
|
18
18
|
rtl: boolean;
|
19
|
-
"__#
|
19
|
+
"__#36561@#elementRef": ElementRef<any>;
|
20
20
|
_cdr: ChangeDetectorRef;
|
21
21
|
_isInited: boolean;
|
22
22
|
_isRendered: boolean;
|
@@ -39,9 +39,9 @@ export declare const AXBaseItemBreadCrumbMixin: (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
|
+
"__#36561@#rtl": boolean;
|
43
43
|
rtl: boolean;
|
44
|
-
"__#
|
44
|
+
"__#36561@#elementRef": ElementRef<any>; /**
|
45
45
|
* @ignore
|
46
46
|
*/
|
47
47
|
_cdr: ChangeDetectorRef;
|
@@ -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
|
+
"__#36564@#disabled": boolean;
|
8
8
|
disabled: boolean;
|
9
|
-
"__#
|
9
|
+
"__#36564@#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
|
+
"__#36561@#rtl": boolean;
|
19
19
|
rtl: boolean;
|
20
|
-
"__#
|
20
|
+
"__#36561@#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
|
+
"__#36561@#rtl": boolean;
|
48
48
|
rtl: boolean;
|
49
|
-
"__#
|
49
|
+
"__#36561@#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
|
+
"__#36564@#disabled": boolean;
|
7
7
|
disabled: boolean;
|
8
|
-
"__#
|
8
|
+
"__#36564@#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
|
+
"__#36561@#rtl": boolean;
|
18
18
|
rtl: boolean;
|
19
|
-
"__#
|
19
|
+
"__#36561@#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
|
+
"__#36561@#rtl": boolean;
|
43
43
|
rtl: boolean;
|
44
|
-
"__#
|
44
|
+
"__#36561@#elementRef": ElementRef<any>;
|
45
45
|
_cdr: ChangeDetectorRef;
|
46
46
|
_isInited: boolean;
|
47
47
|
_isRendered: boolean;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
1
|
+
import { EventEmitter } from '@angular/core';
|
2
|
+
import { AXClickEvent, MXButtonBaseComponent } from '@acorex/components/common';
|
3
3
|
import { AXButtonType } from './button-item.class';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
/**
|
@@ -7,16 +7,17 @@ import * as i0 from "@angular/core";
|
|
7
7
|
*
|
8
8
|
* @category Components
|
9
9
|
*/
|
10
|
-
export declare class AXButtonComponent extends
|
11
|
-
type: AXButtonType;
|
10
|
+
export declare class AXButtonComponent extends MXButtonBaseComponent {
|
12
11
|
/**
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
12
|
+
* Fires each time the user clicks the button.
|
13
|
+
* @event
|
14
|
+
*/
|
15
|
+
onClick: EventEmitter<AXClickEvent>;
|
16
|
+
type: AXButtonType;
|
17
|
+
ngAfterViewInit(): void;
|
18
|
+
protected emitOnClickEvent(e: MouseEvent): void;
|
18
19
|
click(): void;
|
19
20
|
private get __hostClass();
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonComponent, never>;
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonComponent, "ax-button", never, { "disabled": "disabled"; "size": "size"; "tabIndex": "tabIndex"; "color": "color"; "look": "look"; "text": "text"; "toggleable": "toggleable"; "selected": "selected"; "type": "type"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "onClick": "onClick"; "selectedChange": "selectedChange"; "toggleableChange": "toggleableChange"; "lookChange": "lookChange"; "colorChange": "colorChange"; }, never, ["ax-
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonComponent, "ax-button", never, { "disabled": "disabled"; "size": "size"; "tabIndex": "tabIndex"; "color": "color"; "look": "look"; "text": "text"; "toggleable": "toggleable"; "selected": "selected"; "type": "type"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "onClick": "onClick"; "selectedChange": "selectedChange"; "toggleableChange": "toggleableChange"; "lookChange": "lookChange"; "colorChange": "colorChange"; }, never, ["ax-prefix, ax-loading, ax-icon", "ax-content", "ax-suffix", "ax-dropdown-panel"], false, never>;
|
22
23
|
}
|
@@ -2,9 +2,9 @@ import { AXStyleColorType } from '@acorex/components/common';
|
|
2
2
|
import { AXBaseComponent } from '@acorex/components/mixin';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export declare const AXBaseChipsMixin: (abstract new (...args: any[]) => {
|
5
|
-
"__#
|
5
|
+
"__#36564@#disabled": boolean;
|
6
6
|
disabled: boolean;
|
7
|
-
"__#
|
7
|
+
"__#36564@#tabIndex": number;
|
8
8
|
tabIndex: number;
|
9
9
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
10
10
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -13,9 +13,9 @@ export declare const AXBaseChipsMixin: (abstract new (...args: any[]) => {
|
|
13
13
|
focus(): void;
|
14
14
|
hasFocus(): boolean;
|
15
15
|
id: string;
|
16
|
-
"__#
|
16
|
+
"__#36561@#rtl": boolean;
|
17
17
|
rtl: boolean;
|
18
|
-
"__#
|
18
|
+
"__#36561@#elementRef": import("@angular/core").ElementRef<any>;
|
19
19
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
20
20
|
_isInited: boolean;
|
21
21
|
_isRendered: boolean;
|
@@ -38,9 +38,9 @@ export declare const AXBaseChipsMixin: (abstract new (...args: any[]) => {
|
|
38
38
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
39
39
|
_emitOnClickEvent(e: MouseEvent): void;
|
40
40
|
id: string;
|
41
|
-
"__#
|
41
|
+
"__#36561@#rtl": boolean;
|
42
42
|
rtl: boolean;
|
43
|
-
"__#
|
43
|
+
"__#36561@#elementRef": import("@angular/core").ElementRef<any>;
|
44
44
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
45
45
|
_isInited: boolean;
|
46
46
|
_isRendered: boolean;
|
@@ -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
|
+
"__#36564@#disabled": boolean;
|
10
10
|
disabled: boolean;
|
11
|
-
"__#
|
11
|
+
"__#36564@#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
|
+
"__#36561@#rtl": boolean;
|
21
21
|
rtl: boolean;
|
22
|
-
"__#
|
22
|
+
"__#36561@#elementRef": ElementRef<any>;
|
23
23
|
_cdr: ChangeDetectorRef;
|
24
24
|
_isInited: boolean;
|
25
25
|
_isRendered: boolean;
|
@@ -53,9 +53,9 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
53
53
|
open(): void;
|
54
54
|
readonly isOpen: boolean;
|
55
55
|
id: string;
|
56
|
-
"__#
|
56
|
+
"__#36561@#rtl": boolean;
|
57
57
|
rtl: boolean;
|
58
|
-
"__#
|
58
|
+
"__#36561@#elementRef": ElementRef<any>;
|
59
59
|
_cdr: ChangeDetectorRef;
|
60
60
|
_isInited: boolean;
|
61
61
|
_isRendered: boolean;
|
@@ -76,17 +76,17 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
76
76
|
onValueChanged: import("@angular/core").EventEmitter<AXValueChangedEvent<any>>;
|
77
77
|
valueChange: import("@angular/core").EventEmitter<any>;
|
78
78
|
stateChange: import("@angular/core").EventEmitter<import("@acorex/components/mixin").AXComponentState>;
|
79
|
-
"__#
|
79
|
+
"__#36565@#readonly": boolean;
|
80
80
|
readonly: boolean;
|
81
|
-
"__#
|
81
|
+
"__#36565@#allowNull": boolean;
|
82
82
|
allowNull: boolean;
|
83
|
-
"__#
|
83
|
+
"__#36565@#name": string;
|
84
84
|
name: string;
|
85
|
-
"__#
|
85
|
+
"__#36565@#isUserInteraction": boolean;
|
86
86
|
readonly isUserInteraction: boolean;
|
87
|
-
"__#
|
87
|
+
"__#36565@#value": any;
|
88
88
|
value: any;
|
89
|
-
"__#
|
89
|
+
"__#36565@#state": import("@acorex/components/mixin").AXComponentState;
|
90
90
|
state: import("@acorex/components/mixin").AXComponentState;
|
91
91
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
92
92
|
_internalSetValue(value: any): any;
|
@@ -101,9 +101,9 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
101
101
|
validate(): Promise<any>;
|
102
102
|
_setState(state: import("@acorex/components/mixin").AXComponentState, ...args: any[]): void;
|
103
103
|
id: string;
|
104
|
-
"__#
|
104
|
+
"__#36561@#rtl": boolean;
|
105
105
|
rtl: boolean;
|
106
|
-
"__#
|
106
|
+
"__#36561@#elementRef": ElementRef<any>;
|
107
107
|
_cdr: ChangeDetectorRef;
|
108
108
|
_isInited: boolean;
|
109
109
|
_isRendered: boolean;
|
@@ -135,9 +135,9 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
135
135
|
_emitOnKeyupEvent(e: KeyboardEvent): void;
|
136
136
|
_emitOnKeypressEvent(e: KeyboardEvent): void;
|
137
137
|
id: string;
|
138
|
-
"__#
|
138
|
+
"__#36561@#rtl": boolean;
|
139
139
|
rtl: boolean;
|
140
|
-
"__#
|
140
|
+
"__#36561@#elementRef": ElementRef<any>;
|
141
141
|
_cdr: ChangeDetectorRef;
|
142
142
|
_isInited: boolean;
|
143
143
|
_isRendered: boolean;
|
package/common/public-api.d.ts
CHANGED
@@ -3,6 +3,7 @@ export * from './src/classes/drawing.class';
|
|
3
3
|
export * from './src/classes/events.class';
|
4
4
|
export * from './src/classes/styles.class';
|
5
5
|
export * from './src/constant/positions';
|
6
|
+
export * from './src/components';
|
6
7
|
export * from './src/directives/auto-focus.directive';
|
7
8
|
export * from './src/directives/debounce-time.directive';
|
8
9
|
export * from './src/directives/hotkey.directive';
|
@@ -0,0 +1,31 @@
|
|
1
|
+
import { ChangeDetectorRef } from "@angular/core";
|
2
|
+
export declare type MXComponentOptionChanging = {
|
3
|
+
name: string;
|
4
|
+
value?: any;
|
5
|
+
};
|
6
|
+
export declare type MXComponentOptionChanged = {
|
7
|
+
name: string;
|
8
|
+
newValue?: any;
|
9
|
+
oldValue?: any;
|
10
|
+
};
|
11
|
+
export declare type MXComponentSetOption = {
|
12
|
+
name: string;
|
13
|
+
value?: any;
|
14
|
+
afterCallback?: (oldValue?: any, newValue?: any) => void;
|
15
|
+
beforeCallback?: (oldValue?: any, newValue?: any) => void;
|
16
|
+
};
|
17
|
+
export declare class MXBaseComponent {
|
18
|
+
id: string;
|
19
|
+
private _cdr;
|
20
|
+
private _elementRef;
|
21
|
+
protected get cdr(): ChangeDetectorRef;
|
22
|
+
getHostElement<T = HTMLElement>(): T;
|
23
|
+
protected onOptionChanging(option: MXComponentOptionChanging): any;
|
24
|
+
protected onOptionChanged(option: MXComponentOptionChanged): void;
|
25
|
+
protected setOption(option: MXComponentSetOption): void;
|
26
|
+
private _rtl;
|
27
|
+
get rtl(): boolean;
|
28
|
+
set rtl(value: boolean);
|
29
|
+
}
|
30
|
+
export declare const BASE_INPUTS: string[];
|
31
|
+
export declare const BASE_OUTPUT: any[];
|
@@ -0,0 +1,36 @@
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
2
|
+
import { MXColorLookComponent } from "./colorlook-component.class";
|
3
|
+
import { MXInteractiveComponent } from "./interactive-component.class";
|
4
|
+
declare const MXButtonBaseComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXColorLookComponent]>;
|
5
|
+
export declare class MXButtonBaseComponent extends MXButtonBaseComponent_base {
|
6
|
+
textChange: EventEmitter<string>;
|
7
|
+
private _text;
|
8
|
+
/**
|
9
|
+
* Defines the primary text to show inside the button.
|
10
|
+
*/
|
11
|
+
get text(): string;
|
12
|
+
set text(v: string);
|
13
|
+
toggleableChange: EventEmitter<boolean>;
|
14
|
+
private _toggleable?;
|
15
|
+
/**
|
16
|
+
* Provides visual styling that indicates if the Button is active
|
17
|
+
*/
|
18
|
+
get toggleable(): boolean;
|
19
|
+
set toggleable(value: boolean);
|
20
|
+
selectedChange: EventEmitter<boolean>;
|
21
|
+
private _selected?;
|
22
|
+
/**
|
23
|
+
* Indicates if the Button is selected or not
|
24
|
+
*/
|
25
|
+
get selected(): boolean;
|
26
|
+
set selected(value: boolean);
|
27
|
+
constructor();
|
28
|
+
protected get cssClasses(): {
|
29
|
+
'ax-button-icon': boolean;
|
30
|
+
'ax-state-disabled': boolean;
|
31
|
+
'ax-state-selected': boolean;
|
32
|
+
};
|
33
|
+
}
|
34
|
+
export declare const BUTTON_INPUTS: (string | string[])[];
|
35
|
+
export declare const BUTTON_OUTPUT: any[];
|
36
|
+
export {};
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
2
|
+
import { AXStyleColorType } from "../classes/styles.class";
|
3
|
+
import { MXBaseComponent } from "./base-component.class";
|
4
|
+
export declare class MXColorComponent extends MXBaseComponent {
|
5
|
+
constructor();
|
6
|
+
colorChange: EventEmitter<AXStyleColorType>;
|
7
|
+
private _color;
|
8
|
+
/**
|
9
|
+
* Predefined color schemes
|
10
|
+
*/
|
11
|
+
get color(): AXStyleColorType;
|
12
|
+
set color(value: AXStyleColorType);
|
13
|
+
}
|
14
|
+
export declare const COLOR_INPUTS: string[];
|
15
|
+
export declare const COLOR_OUTPUT: any[];
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { MXColorComponent } from "./color-component.class";
|
2
|
+
import { MXLookComponent } from "./look-component.class";
|
3
|
+
declare const MXColorLookComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXColorComponent, typeof MXLookComponent]>;
|
4
|
+
export declare class MXColorLookComponent extends MXColorLookComponent_base {
|
5
|
+
constructor();
|
6
|
+
}
|
7
|
+
export declare const COLOR_LOOK_INPUTS: string[];
|
8
|
+
export declare const COLOR_LOOK_OUTPUT: any[];
|
9
|
+
export {};
|
@@ -0,0 +1,37 @@
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
2
|
+
import { AXFocusEvent } from "../classes/events.class";
|
3
|
+
import { MXBaseComponent } from "./base-component.class";
|
4
|
+
export declare class MXInteractiveComponent extends MXBaseComponent {
|
5
|
+
private _disabled;
|
6
|
+
/**
|
7
|
+
* If set to true, it disables the component.
|
8
|
+
*/
|
9
|
+
get disabled(): boolean;
|
10
|
+
set disabled(value: boolean);
|
11
|
+
_tabIndex: number;
|
12
|
+
/**
|
13
|
+
* Specifies the tabindex of the component.
|
14
|
+
*/
|
15
|
+
get tabIndex(): number;
|
16
|
+
set tabIndex(value: number);
|
17
|
+
/**
|
18
|
+
* Fires each time the component gets focused.
|
19
|
+
* @event
|
20
|
+
*/
|
21
|
+
onFocus: EventEmitter<AXFocusEvent>;
|
22
|
+
protected emitOnFocusEvent(e: FocusEvent): void;
|
23
|
+
/**
|
24
|
+
* Fires each time the component gets blurred.
|
25
|
+
* @event
|
26
|
+
*/
|
27
|
+
onBlur: EventEmitter<AXFocusEvent>;
|
28
|
+
protected emitOnBlurEvent(e: FocusEvent): void;
|
29
|
+
constructor();
|
30
|
+
focus(): void;
|
31
|
+
/**
|
32
|
+
* Check component is focused or has any focused element.
|
33
|
+
*/
|
34
|
+
hasFocus(): boolean;
|
35
|
+
}
|
36
|
+
export declare const INTERACTIVE_INPUTS: string[];
|
37
|
+
export declare const INTERACTIVE_OUTPUT: any[];
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
2
|
+
import { AXStyleLookType } from "../classes/styles.class";
|
3
|
+
import { MXBaseComponent } from "./base-component.class";
|
4
|
+
export declare class MXLookComponent extends MXBaseComponent {
|
5
|
+
constructor();
|
6
|
+
lookChange: EventEmitter<AXStyleLookType>;
|
7
|
+
private _look?;
|
8
|
+
/**
|
9
|
+
* Predefined look schemes
|
10
|
+
*/
|
11
|
+
get look(): AXStyleLookType;
|
12
|
+
set look(value: AXStyleLookType);
|
13
|
+
}
|
14
|
+
export declare const LOOK_INPUTS: string[];
|
15
|
+
export declare const LOOK_OUTPUT: any[];
|
@@ -30,5 +30,5 @@ export declare class AXContextMenuComponent extends AXBaseMenuMixin implements O
|
|
30
30
|
/***********defultTmp***********/
|
31
31
|
onContextMenuClick(e: any): void;
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXContextMenuComponent, never>;
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXContextMenuComponent, "ax-context-menu", never, { "disabled": "disabled"; "textField": "textField"; "valueField": "valueField"; "items": "items"; "parentId": "parentId"; "iconField": "iconField"; "
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXContextMenuComponent, "ax-context-menu", never, { "disabled": "disabled"; "textField": "textField"; "valueField": "valueField"; "items": "items"; "parentId": "parentId"; "iconField": "iconField"; "opened": "opened"; "active": "active"; "visibleField": "visibleField"; "disableField": "disableField"; "hasChildField": "hasChildField"; "dividerField": "dividerField"; "openMode": "openMode"; "displayMode": "displayMode"; "target": "target"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "onMenuItemClick": "onMenuItemClick"; }, never, never, false, never>;
|
34
34
|
}
|
@@ -5,9 +5,9 @@ import { AXPopoverComponent } from '@acorex/components/popover';
|
|
5
5
|
import { AXComponentOptionChanged } from '@acorex/components/mixin';
|
6
6
|
import * as i0 from "@angular/core";
|
7
7
|
export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
8
|
-
"__#
|
8
|
+
"__#36564@#disabled": boolean;
|
9
9
|
disabled: boolean;
|
10
|
-
"__#
|
10
|
+
"__#36564@#tabIndex": number;
|
11
11
|
tabIndex: number;
|
12
12
|
onFocus: EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
13
13
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -16,9 +16,9 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
16
16
|
focus(): void;
|
17
17
|
hasFocus(): boolean;
|
18
18
|
id: string;
|
19
|
-
"__#
|
19
|
+
"__#36561@#rtl": boolean;
|
20
20
|
rtl: boolean;
|
21
|
-
"__#
|
21
|
+
"__#36561@#elementRef": ElementRef<any>;
|
22
22
|
_cdr: ChangeDetectorRef;
|
23
23
|
_isInited: boolean;
|
24
24
|
_isRendered: boolean;
|
@@ -52,9 +52,9 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
52
52
|
open(): void;
|
53
53
|
readonly isOpen: boolean;
|
54
54
|
id: string;
|
55
|
-
"__#
|
55
|
+
"__#36561@#rtl": boolean;
|
56
56
|
rtl: boolean;
|
57
|
-
"__#
|
57
|
+
"__#36561@#elementRef": ElementRef<any>;
|
58
58
|
_cdr: ChangeDetectorRef;
|
59
59
|
_isInited: boolean;
|
60
60
|
_isRendered: boolean;
|
@@ -75,17 +75,17 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
75
75
|
onValueChanged: EventEmitter<import("@acorex/components/common").AXValueChangedEvent<any>>;
|
76
76
|
valueChange: EventEmitter<any>;
|
77
77
|
stateChange: EventEmitter<import("@acorex/components/mixin").AXComponentState>;
|
78
|
-
"__#
|
78
|
+
"__#36565@#readonly": boolean;
|
79
79
|
readonly: boolean;
|
80
|
-
"__#
|
80
|
+
"__#36565@#allowNull": boolean;
|
81
81
|
allowNull: boolean;
|
82
|
-
"__#
|
82
|
+
"__#36565@#name": string;
|
83
83
|
name: string;
|
84
|
-
"__#
|
84
|
+
"__#36565@#isUserInteraction": boolean;
|
85
85
|
readonly isUserInteraction: boolean;
|
86
|
-
"__#
|
86
|
+
"__#36565@#value": any;
|
87
87
|
value: any;
|
88
|
-
"__#
|
88
|
+
"__#36565@#state": import("@acorex/components/mixin").AXComponentState;
|
89
89
|
state: import("@acorex/components/mixin").AXComponentState;
|
90
90
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
91
91
|
_internalSetValue(value: any): any;
|
@@ -100,9 +100,9 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
100
100
|
validate(): Promise<any>;
|
101
101
|
_setState(state: import("@acorex/components/mixin").AXComponentState, ...args: any[]): void;
|
102
102
|
id: string;
|
103
|
-
"__#
|
103
|
+
"__#36561@#rtl": boolean;
|
104
104
|
rtl: boolean;
|
105
|
-
"__#
|
105
|
+
"__#36561@#elementRef": ElementRef<any>;
|
106
106
|
_cdr: ChangeDetectorRef;
|
107
107
|
_isInited: boolean;
|
108
108
|
_isRendered: boolean;
|
@@ -13,22 +13,22 @@ export declare class AXDialogService {
|
|
13
13
|
private parentInjector;
|
14
14
|
private sso;
|
15
15
|
/**
|
16
|
-
|
17
|
-
|
16
|
+
* @ignore
|
17
|
+
*/
|
18
18
|
constructor(overlayService: Overlay, parentInjector: Injector, sso: ScrollStrategyOptions);
|
19
19
|
/**
|
20
|
-
|
21
|
-
|
20
|
+
* Show an alert box with 'Okay' button.
|
21
|
+
*/
|
22
22
|
alert(title: string, content: string, type?: AXStyleColorType): Promise<void>;
|
23
23
|
/**
|
24
|
-
|
25
|
-
|
24
|
+
* Show a confirm box with 'Okay' & 'Cancel' buttons.
|
25
|
+
*/
|
26
26
|
confirm(title: string, content: string, type?: AXStyleColorType): Promise<{
|
27
27
|
result: boolean;
|
28
28
|
}>;
|
29
29
|
/**
|
30
|
-
|
31
|
-
|
30
|
+
* Show a custom dialog box.
|
31
|
+
*/
|
32
32
|
show(options: AXDialogOptions): Promise<{
|
33
33
|
name: string;
|
34
34
|
}>;
|