@acorex/components 5.2.2 → 5.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/action-sheet/action-sheet-item.component.mjs +3 -3
- package/esm2020/lib/action-sheet/action-sheet.component.mjs +3 -3
- package/esm2020/lib/action-sheet/action-sheet.module.mjs +4 -4
- package/esm2020/lib/alert/alert-button.component.mjs +4 -5
- package/esm2020/lib/alert/alert.component.mjs +35 -25
- package/esm2020/lib/alert/alert.module.mjs +10 -26
- package/esm2020/lib/alert/index.mjs +1 -5
- package/esm2020/lib/avatar/avatar-group.component.mjs +3 -3
- package/esm2020/lib/avatar/avatar.component.mjs +3 -3
- package/esm2020/lib/avatar/avatar.module.mjs +4 -4
- package/esm2020/lib/badge/badge.component.mjs +3 -3
- package/esm2020/lib/badge/badge.module.mjs +4 -4
- package/esm2020/lib/base/common.module.mjs +4 -4
- package/esm2020/lib/base/components.class.mjs +17 -0
- package/esm2020/lib/base/custom-cdk-overlay.service.mjs +6 -6
- package/esm2020/lib/base/events.class.mjs +1 -1
- package/esm2020/lib/base/index.mjs +2 -1
- package/esm2020/lib/base/infinite-scroll.directive.mjs +3 -3
- package/esm2020/lib/base/mixin/base-components.class.mjs +8 -8
- package/esm2020/lib/base/mixin/base-menu-mixin.class.mjs +15 -14
- package/esm2020/lib/base/mixin/color-look-mixing.class.mjs +1 -1
- package/esm2020/lib/base/mixin/datalist-component.class.mjs +2 -1
- package/esm2020/lib/base/overlay.service.mjs +3 -3
- package/esm2020/lib/base/responsive.directive.mjs +3 -3
- package/esm2020/lib/base/styles.class.mjs +1 -1
- package/esm2020/lib/breadcrumbs/breadcrumbs-item.component.mjs +3 -3
- package/esm2020/lib/breadcrumbs/breadcrumbs.component.mjs +3 -3
- package/esm2020/lib/breadcrumbs/breadcrumbs.module.mjs +4 -4
- package/esm2020/lib/button/button-group.component.mjs +4 -4
- package/esm2020/lib/button/button-item.class.mjs +1 -1
- package/esm2020/lib/button/button-item.component.mjs +3 -3
- package/esm2020/lib/button/button.component.mjs +3 -3
- package/esm2020/lib/button/button.module.mjs +8 -9
- package/esm2020/lib/calendar/calendar.class.mjs +3 -3
- package/esm2020/lib/calendar/calendar.component.mjs +6 -6
- package/esm2020/lib/calendar/calendar.module.mjs +7 -8
- package/esm2020/lib/carousel/carousel-arrows.component.mjs +3 -3
- package/esm2020/lib/carousel/carousel-item.component.mjs +3 -3
- package/esm2020/lib/carousel/carousel-pager.component.mjs +3 -3
- package/esm2020/lib/carousel/carousel.class.mjs +3 -3
- package/esm2020/lib/carousel/carousel.component.mjs +3 -3
- package/esm2020/lib/carousel/carousel.module.mjs +4 -4
- package/esm2020/lib/checkbox/checkbox.component.mjs +3 -3
- package/esm2020/lib/checkbox/checkbox.module.mjs +7 -7
- package/esm2020/lib/collapse/collapse-group.component.mjs +3 -3
- package/esm2020/lib/collapse/collapse.component.mjs +3 -3
- package/esm2020/lib/collapse/collapse.module.mjs +4 -4
- package/esm2020/lib/color-picker/color-picker.component.mjs +324 -0
- package/esm2020/lib/color-picker/color-picker.module.mjs +57 -0
- package/esm2020/lib/color-picker/index.mjs +3 -0
- package/esm2020/lib/datalist/datalist.component.mjs +3 -3
- package/esm2020/lib/datalist/datalist.module.mjs +4 -4
- package/esm2020/lib/datepicker/datepicker.component.mjs +13 -9
- package/esm2020/lib/datepicker/datepicker.module.mjs +8 -11
- package/esm2020/lib/decorators/addon.component.mjs +3 -3
- package/esm2020/lib/decorators/close-button.component.mjs +40 -0
- package/esm2020/lib/decorators/content.component.mjs +3 -3
- package/esm2020/lib/decorators/decorators.module.mjs +37 -7
- package/esm2020/lib/decorators/footer.component.mjs +24 -0
- package/esm2020/lib/decorators/header.component.mjs +6 -8
- package/esm2020/lib/decorators/icon.component.mjs +28 -0
- package/esm2020/lib/decorators/index.mjs +5 -1
- package/esm2020/lib/decorators/prefix.component.mjs +6 -6
- package/esm2020/lib/decorators/suffix.component.mjs +6 -6
- package/esm2020/lib/decorators/title.component.mjs +24 -0
- package/esm2020/lib/dialog/dialog.component.mjs +3 -3
- package/esm2020/lib/dialog/dialog.module.mjs +7 -7
- package/esm2020/lib/dialog/dialog.service.mjs +3 -3
- package/esm2020/lib/drawer/drawer-container.component.mjs +19 -59
- package/esm2020/lib/drawer/drawer.component.mjs +99 -129
- package/esm2020/lib/drawer/drawer.module.mjs +6 -7
- package/esm2020/lib/drawer/index.mjs +1 -2
- package/esm2020/lib/dropdown/dropdown-panel.component.mjs +6 -6
- package/esm2020/lib/dropdown/dropdown.module.mjs +7 -8
- package/esm2020/lib/form/form-field.component.mjs +3 -3
- package/esm2020/lib/form/form-field.module.mjs +4 -4
- package/esm2020/lib/form/form-hint.component.mjs +3 -3
- package/esm2020/lib/form/form.component.mjs +3 -3
- package/esm2020/lib/input-mask/input-mask.component.mjs +3 -3
- package/esm2020/lib/input-mask/input-mask.module.mjs +4 -4
- package/esm2020/lib/label/label.component.mjs +3 -3
- package/esm2020/lib/label/label.module.mjs +4 -4
- package/esm2020/lib/loading/loading-spinner.component.mjs +3 -3
- package/esm2020/lib/loading/loading.component.mjs +3 -3
- package/esm2020/lib/loading/loading.directive.mjs +3 -3
- package/esm2020/lib/loading/loading.module.mjs +4 -4
- package/esm2020/lib/loading/loading.service.mjs +3 -3
- package/esm2020/lib/menu/menu.component.mjs +69 -54
- package/esm2020/lib/menu/menu.module.mjs +7 -10
- package/esm2020/lib/number-box/number-box.component.mjs +4 -4
- package/esm2020/lib/number-box/number-box.module.mjs +8 -11
- package/esm2020/lib/page/base-page.class.mjs +6 -6
- package/esm2020/lib/page/index.mjs +1 -3
- package/esm2020/lib/page/page.component.mjs +3 -3
- package/esm2020/lib/page/page.module.mjs +7 -9
- package/esm2020/lib/password-box/password-box.component.mjs +4 -4
- package/esm2020/lib/password-box/password-box.module.mjs +8 -11
- package/esm2020/lib/picker/picker.component.mjs +262 -27
- package/esm2020/lib/picker/picker.model.class.mjs +2 -0
- package/esm2020/lib/picker/picker.module.mjs +4 -4
- package/esm2020/lib/popover/popover.component.mjs +8 -5
- package/esm2020/lib/popover/popover.module.mjs +4 -4
- package/esm2020/lib/popup/popup.component.mjs +15 -12
- package/esm2020/lib/popup/popup.module.mjs +7 -6
- package/esm2020/lib/popup/popup.service.mjs +3 -3
- package/esm2020/lib/progress-bar/progress-bar.component.mjs +3 -3
- package/esm2020/lib/progress-bar/progress-bar.module.mjs +4 -4
- package/esm2020/lib/radio/radio.component.mjs +3 -3
- package/esm2020/lib/radio/radio.module.mjs +4 -4
- package/esm2020/lib/range-slider/range-slider.component.mjs +3 -3
- package/esm2020/lib/range-slider/range-slider.module.mjs +4 -4
- package/esm2020/lib/rating/rating.component.mjs +3 -3
- package/esm2020/lib/rating/rating.component.module.mjs +4 -4
- package/esm2020/lib/result/result.component.mjs +3 -3
- package/esm2020/lib/result/result.module.mjs +4 -4
- package/esm2020/lib/searchbox/index.mjs +3 -0
- package/esm2020/lib/searchbox/searchbox.component.mjs +47 -0
- package/esm2020/lib/searchbox/searchbox.module.mjs +24 -0
- package/esm2020/lib/selectbox/selectbox.component.mjs +35 -28
- package/esm2020/lib/selectbox/selectbox.module.mjs +9 -13
- package/esm2020/lib/selection-list/selection-list.component.mjs +5 -5
- package/esm2020/lib/selection-list/selection-list.module.mjs +4 -4
- package/esm2020/lib/switch/switch.component.mjs +3 -3
- package/esm2020/lib/switch/switch.module.mjs +4 -4
- package/esm2020/lib/tabs/tab-content.directive.mjs +3 -3
- package/esm2020/lib/tabs/tab-item.component.mjs +3 -3
- package/esm2020/lib/tabs/tabs.component.mjs +3 -3
- package/esm2020/lib/tabs/tabs.module.mjs +7 -7
- package/esm2020/lib/textarea/textarea.component.mjs +3 -3
- package/esm2020/lib/textarea/textarea.module.mjs +4 -4
- package/esm2020/lib/textbox/textbox.component.mjs +3 -3
- package/esm2020/lib/textbox/textbox.module.mjs +9 -13
- package/esm2020/lib/time-box/time-box.component.mjs +3 -3
- package/esm2020/lib/time-box/time-box.module.mjs +4 -4
- package/esm2020/lib/toast/toast.class.mjs +1 -1
- package/esm2020/lib/toast/toast.component.mjs +16 -14
- package/esm2020/lib/toast/toast.module.mjs +8 -6
- package/esm2020/lib/toast/toast.service.mjs +40 -12
- package/esm2020/lib/tooltip/tooltip.component.mjs +3 -3
- package/esm2020/lib/tooltip/tooltip.directive.mjs +3 -3
- package/esm2020/lib/tooltip/tooltip.module.mjs +4 -4
- package/esm2020/lib/treeview/tree-view.component.mjs +3 -3
- package/esm2020/lib/treeview/tree-view.module.mjs +4 -4
- package/esm2020/lib/validation/validation-rule.widget.mjs +3 -3
- package/esm2020/lib/validation/validation.module.mjs +4 -4
- package/esm2020/public-api.mjs +3 -2
- package/fesm2015/acorex-components.mjs +2030 -1486
- package/fesm2015/acorex-components.mjs.map +1 -1
- package/fesm2020/acorex-components.mjs +2100 -1570
- package/fesm2020/acorex-components.mjs.map +1 -1
- package/lib/alert/alert.component.d.ts +7 -6
- package/lib/alert/alert.module.d.ts +4 -8
- package/lib/alert/index.d.ts +0 -4
- package/lib/badge/badge.component.d.ts +3 -3
- package/lib/base/components.class.d.ts +11 -0
- package/lib/base/index.d.ts +1 -0
- package/lib/base/mixin/base-components.class.d.ts +2 -2
- package/lib/base/mixin/base-menu-mixin.class.d.ts +2 -2
- package/lib/base/mixin/button-mixin.class.d.ts +0 -3
- package/lib/base/mixin/color-look-mixing.class.d.ts +4 -4
- package/lib/base/mixin/mixin.class.d.ts +8 -8
- package/lib/base/mixin/selection-component.class.d.ts +3 -0
- package/lib/base/mixin/textbox-mixin.class.d.ts +3 -3
- package/lib/base/styles.class.d.ts +1 -1
- package/lib/button/button-group.component.d.ts +4 -4
- package/lib/button/button-item.class.d.ts +2 -2
- package/lib/button/button.module.d.ts +2 -3
- package/lib/calendar/calendar.module.d.ts +4 -5
- package/lib/checkbox/checkbox.module.d.ts +1 -1
- package/lib/color-picker/color-picker.component.d.ts +62 -0
- package/lib/color-picker/color-picker.module.d.ts +17 -0
- package/lib/color-picker/index.d.ts +2 -0
- package/lib/datepicker/datepicker.module.d.ts +3 -4
- package/lib/decorators/close-button.component.d.ts +13 -0
- package/lib/decorators/decorators.module.d.ts +10 -6
- package/lib/decorators/footer.component.d.ts +8 -0
- package/lib/decorators/header.component.d.ts +1 -1
- package/lib/decorators/icon.component.d.ts +10 -0
- package/lib/decorators/index.d.ts +4 -0
- package/lib/decorators/prefix.component.d.ts +1 -1
- package/lib/decorators/suffix.component.d.ts +1 -1
- package/lib/decorators/title.component.d.ts +9 -0
- package/lib/dialog/dialog.module.d.ts +1 -1
- package/lib/drawer/drawer-container.component.d.ts +5 -8
- package/lib/drawer/drawer.component.d.ts +23 -19
- package/lib/drawer/drawer.module.d.ts +2 -3
- package/lib/drawer/index.d.ts +0 -1
- package/lib/dropdown/dropdown.module.d.ts +3 -4
- package/lib/menu/menu.component.d.ts +4 -3
- package/lib/menu/menu.module.d.ts +2 -2
- package/lib/number-box/number-box.module.d.ts +2 -3
- package/lib/page/base-page.class.d.ts +2 -2
- package/lib/page/index.d.ts +0 -2
- package/lib/page/page.module.d.ts +1 -3
- package/lib/password-box/password-box.module.d.ts +1 -2
- package/lib/picker/picker.component.d.ts +54 -13
- package/lib/picker/picker.model.class.d.ts +10 -0
- package/lib/popover/popover.component.d.ts +2 -1
- package/lib/popup/popup.module.d.ts +2 -1
- package/lib/searchbox/index.d.ts +2 -0
- package/lib/searchbox/searchbox.component.d.ts +16 -0
- package/lib/searchbox/searchbox.module.d.ts +11 -0
- package/lib/selectbox/selectbox.component.d.ts +4 -14
- package/lib/selectbox/selectbox.module.d.ts +6 -7
- package/lib/tabs/tabs.module.d.ts +1 -1
- package/lib/textbox/textbox.module.d.ts +2 -3
- package/lib/toast/toast.class.d.ts +4 -3
- package/lib/toast/toast.component.d.ts +0 -2
- package/lib/toast/toast.module.d.ts +3 -1
- package/lib/toast/toast.service.d.ts +4 -0
- package/package.json +4 -4
- package/public-api.d.ts +2 -1
- package/esm2020/lib/alert/alert-content.component.mjs +0 -21
- package/esm2020/lib/alert/alert-footer.component.mjs +0 -27
- package/esm2020/lib/alert/alert-suffix.component.mjs +0 -27
- package/esm2020/lib/alert/alert-title.component.mjs +0 -23
- package/esm2020/lib/drawer/drawer-content.component.mjs +0 -27
- package/esm2020/lib/icon/icon.component.mjs +0 -28
- package/esm2020/lib/icon/icon.module.mjs +0 -21
- package/esm2020/lib/icon/index.mjs +0 -3
- package/esm2020/lib/page/page-footer.component.mjs +0 -28
- package/esm2020/lib/page/page-header.component.mjs +0 -28
- package/lib/alert/alert-content.component.d.ts +0 -5
- package/lib/alert/alert-footer.component.d.ts +0 -5
- package/lib/alert/alert-suffix.component.d.ts +0 -5
- package/lib/alert/alert-title.component.d.ts +0 -5
- package/lib/drawer/drawer-content.component.d.ts +0 -8
- package/lib/icon/icon.component.d.ts +0 -10
- package/lib/icon/icon.module.d.ts +0 -8
- package/lib/icon/index.d.ts +0 -2
- package/lib/page/page-footer.component.d.ts +0 -7
- package/lib/page/page-header.component.d.ts +0 -7
|
@@ -6,9 +6,9 @@ export declare const AXBaseAlertMixin: {
|
|
|
6
6
|
colorChange: EventEmitter<AXStyleColorType>;
|
|
7
7
|
_color: AXStyleColorType;
|
|
8
8
|
color: AXStyleColorType;
|
|
9
|
-
lookChange: EventEmitter<import("../base").
|
|
10
|
-
_look?: import("../base").
|
|
11
|
-
look: import("../base").
|
|
9
|
+
lookChange: EventEmitter<import("../base").AXStyleLookType>;
|
|
10
|
+
_look?: import("../base").AXStyleLookType;
|
|
11
|
+
look: import("../base").AXStyleLookType;
|
|
12
12
|
id: string;
|
|
13
13
|
rtl: boolean;
|
|
14
14
|
"__#1@#elementRef": ElementRef<any>;
|
|
@@ -39,9 +39,10 @@ export declare const AXBaseAlertMixin: {
|
|
|
39
39
|
*/
|
|
40
40
|
export declare class AXAlertComponent extends AXBaseAlertMixin {
|
|
41
41
|
#private;
|
|
42
|
-
|
|
43
|
-
showIcon: boolean;
|
|
42
|
+
private _icon;
|
|
44
43
|
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
44
|
+
ngDoCheck(): void;
|
|
45
|
+
private _setIcon;
|
|
45
46
|
/**
|
|
46
47
|
* @ignore
|
|
47
48
|
*/
|
|
@@ -71,5 +72,5 @@ export declare class AXAlertComponent extends AXBaseAlertMixin {
|
|
|
71
72
|
*/
|
|
72
73
|
show(): void;
|
|
73
74
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertComponent, never>;
|
|
74
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertComponent, "ax-alert", never, { "color": "color"; "look": "look"; "
|
|
75
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertComponent, "ax-alert", never, { "color": "color"; "look": "look"; "timeOut": "timeOut"; "visible": "visible"; }, {}, ["_icon"], ["ax-header", "ax-icon", "ax-content", "ax-footer", "ax-suffix"]>;
|
|
75
76
|
}
|
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./alert.component";
|
|
3
|
-
import * as i2 from "./alert-
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "./alert-footer.component";
|
|
7
|
-
import * as i6 from "./alert-suffix.component";
|
|
8
|
-
import * as i7 from "@angular/common";
|
|
9
|
-
import * as i8 from "../icon/icon.module";
|
|
3
|
+
import * as i2 from "./alert-button.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "../decorators/decorators.module";
|
|
10
6
|
export declare class AXAlertModule {
|
|
11
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXAlertModule, [typeof i1.AXAlertComponent, typeof i2.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXAlertModule, [typeof i1.AXAlertComponent, typeof i2.AXAlertButtonComponent], [typeof i3.CommonModule, typeof i4.AXDecoratorModule], [typeof i1.AXAlertComponent, typeof i2.AXAlertButtonComponent]>;
|
|
13
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXAlertModule>;
|
|
14
10
|
}
|
package/lib/alert/index.d.ts
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
export * from './alert.component';
|
|
2
|
-
export * from './alert-title.component';
|
|
3
2
|
export * from './alert-button.component';
|
|
4
|
-
export * from './alert-content.component';
|
|
5
|
-
export * from './alert-suffix.component';
|
|
6
|
-
export * from './alert-footer.component';
|
|
7
3
|
export * from './alert.module';
|
|
@@ -6,9 +6,9 @@ export declare const AXBaseBadgeMixin: {
|
|
|
6
6
|
colorChange: import("@angular/core").EventEmitter<AXStyleColorType>;
|
|
7
7
|
_color: AXStyleColorType;
|
|
8
8
|
color: AXStyleColorType;
|
|
9
|
-
lookChange: import("@angular/core").EventEmitter<import("../base").
|
|
10
|
-
_look?: import("../base").
|
|
11
|
-
look: import("../base").
|
|
9
|
+
lookChange: import("@angular/core").EventEmitter<import("../base").AXStyleLookType>;
|
|
10
|
+
_look?: import("../base").AXStyleLookType;
|
|
11
|
+
look: import("../base").AXStyleLookType;
|
|
12
12
|
id: string;
|
|
13
13
|
rtl: boolean;
|
|
14
14
|
"__#1@#elementRef": ElementRef<any>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare abstract class AXClosbaleComponent {
|
|
3
|
+
abstract close(): void;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXClosbaleComponent, never>;
|
|
5
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXClosbaleComponent>;
|
|
6
|
+
}
|
|
7
|
+
export declare abstract class AXSearchableComponent {
|
|
8
|
+
abstract search(value: string): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXSearchableComponent, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXSearchableComponent>;
|
|
11
|
+
}
|
package/lib/base/index.d.ts
CHANGED
|
@@ -18,8 +18,8 @@ export declare type AXComponentOptionChanged = {
|
|
|
18
18
|
export declare type AXComponentSetOption = {
|
|
19
19
|
name: string;
|
|
20
20
|
value?: any;
|
|
21
|
-
afterCallback?: () => void;
|
|
22
|
-
beforeCallback?: () => void;
|
|
21
|
+
afterCallback?: (oldValue?: any, newValue?: any) => void;
|
|
22
|
+
beforeCallback?: (oldValue?: any, newValue?: any) => void;
|
|
23
23
|
};
|
|
24
24
|
export declare class AXBaseComponent {
|
|
25
25
|
#private;
|
|
@@ -11,7 +11,7 @@ export declare function _BaseMenuComponentMixin<TBase extends Constructor<AXBase
|
|
|
11
11
|
visibleField: string;
|
|
12
12
|
disableField: string;
|
|
13
13
|
hasChildField: string;
|
|
14
|
-
|
|
14
|
+
iconField: string;
|
|
15
15
|
openMode: 'click' | 'hover';
|
|
16
16
|
direction: 'horizontal' | 'vertical';
|
|
17
17
|
onMenuItemClick: EventEmitter<AXItemClickEvent<any>>;
|
|
@@ -22,7 +22,7 @@ export declare function _BaseMenuComponentMixin<TBase extends Constructor<AXBase
|
|
|
22
22
|
readonly isLoading: boolean;
|
|
23
23
|
_formatData(v: any[]): any[];
|
|
24
24
|
_findNode(parentId: number, _children: any, source: any): void;
|
|
25
|
-
_fetchData(parentId?: number):
|
|
25
|
+
_fetchData(parentId?: number): Promise<unknown>;
|
|
26
26
|
_onInternalInit(): void;
|
|
27
27
|
_getItemDisplayTextTemplte(item: any): any;
|
|
28
28
|
_trackLoaded(index: any, item: any): any;
|
|
@@ -35,9 +35,6 @@ export declare function _ButtonComponentMixin<TBase extends Constructor<AXBaseCo
|
|
|
35
35
|
'ax-state-disabled': any;
|
|
36
36
|
'ax-state-selected': boolean;
|
|
37
37
|
};
|
|
38
|
-
/**
|
|
39
|
-
* Trigger click event by Enter Key
|
|
40
|
-
*/
|
|
41
38
|
id: string;
|
|
42
39
|
rtl: boolean;
|
|
43
40
|
"__#1@#elementRef": import("@angular/core").ElementRef<any>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from "@angular/core";
|
|
2
|
-
import { AXStyleColorType,
|
|
2
|
+
import { AXStyleColorType, AXStyleLookType } from "../styles.class";
|
|
3
3
|
import { AXBaseComponent } from "./base-components.class";
|
|
4
4
|
import { Constructor } from "./constratctor";
|
|
5
5
|
export declare function _ColorLookComponentMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
|
|
@@ -10,12 +10,12 @@ export declare function _ColorLookComponentMixin<TBase extends Constructor<AXBas
|
|
|
10
10
|
* Predefined color schemes
|
|
11
11
|
*/
|
|
12
12
|
color: AXStyleColorType;
|
|
13
|
-
lookChange: EventEmitter<
|
|
14
|
-
_look?:
|
|
13
|
+
lookChange: EventEmitter<AXStyleLookType>;
|
|
14
|
+
_look?: AXStyleLookType;
|
|
15
15
|
/**
|
|
16
16
|
* Predefined look schemes
|
|
17
17
|
*/
|
|
18
|
-
look:
|
|
18
|
+
look: AXStyleLookType;
|
|
19
19
|
id: string;
|
|
20
20
|
rtl: boolean;
|
|
21
21
|
"__#1@#elementRef": import("@angular/core").ElementRef<any>;
|
|
@@ -280,9 +280,9 @@ export declare const AXBaseButtonMixin: {
|
|
|
280
280
|
colorChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleColorType>;
|
|
281
281
|
_color: import("@acorex/components").AXStyleColorType;
|
|
282
282
|
color: import("@acorex/components").AXStyleColorType;
|
|
283
|
-
lookChange: import("@angular/core").EventEmitter<import("@acorex/components").
|
|
284
|
-
_look?: import("@acorex/components").
|
|
285
|
-
look: import("@acorex/components").
|
|
283
|
+
lookChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleLookType>;
|
|
284
|
+
_look?: import("@acorex/components").AXStyleLookType;
|
|
285
|
+
look: import("@acorex/components").AXStyleLookType;
|
|
286
286
|
id: string;
|
|
287
287
|
rtl: boolean;
|
|
288
288
|
"__#1@#elementRef": import("@angular/core").ElementRef<any>;
|
|
@@ -617,7 +617,7 @@ export declare const AXBaseMenuMixin: (abstract new (...args: any[]) => {
|
|
|
617
617
|
visibleField: string;
|
|
618
618
|
disableField: string;
|
|
619
619
|
hasChildField: string;
|
|
620
|
-
|
|
620
|
+
iconField: string;
|
|
621
621
|
openMode: "click" | "hover";
|
|
622
622
|
direction: "horizontal" | "vertical";
|
|
623
623
|
onMenuItemClick: import("@angular/core").EventEmitter<import("@acorex/components").AXItemClickEvent<any>>;
|
|
@@ -628,7 +628,7 @@ export declare const AXBaseMenuMixin: (abstract new (...args: any[]) => {
|
|
|
628
628
|
readonly isLoading: boolean;
|
|
629
629
|
_formatData(v: any[]): any[];
|
|
630
630
|
_findNode(parentId: number, _children: any, source: any): void;
|
|
631
|
-
_fetchData(parentId?: number):
|
|
631
|
+
_fetchData(parentId?: number): Promise<unknown>;
|
|
632
632
|
_onInternalInit(): void;
|
|
633
633
|
_getItemDisplayTextTemplte(item: any): any;
|
|
634
634
|
_trackLoaded(index: any, item: any): any;
|
|
@@ -659,9 +659,9 @@ export declare const AXAvatarMixin: {
|
|
|
659
659
|
colorChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleColorType>;
|
|
660
660
|
_color: import("@acorex/components").AXStyleColorType;
|
|
661
661
|
color: import("@acorex/components").AXStyleColorType;
|
|
662
|
-
lookChange: import("@angular/core").EventEmitter<import("@acorex/components").
|
|
663
|
-
_look?: import("@acorex/components").
|
|
664
|
-
look: import("@acorex/components").
|
|
662
|
+
lookChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleLookType>;
|
|
663
|
+
_look?: import("@acorex/components").AXStyleLookType;
|
|
664
|
+
look: import("@acorex/components").AXStyleLookType;
|
|
665
665
|
id: string;
|
|
666
666
|
rtl: boolean;
|
|
667
667
|
"__#1@#elementRef": import("@angular/core").ElementRef<any>;
|
|
@@ -35,6 +35,9 @@ export declare function _SelectionComponenetMixin<TBase extends Constructor<AXBa
|
|
|
35
35
|
isItemSelected(item: any): boolean;
|
|
36
36
|
isItemDisabled(item: any): boolean;
|
|
37
37
|
id: string;
|
|
38
|
+
/**
|
|
39
|
+
* Defines the primary text to show inside the button.
|
|
40
|
+
*/
|
|
38
41
|
rtl: boolean;
|
|
39
42
|
"__#1@#elementRef": import("@angular/core").ElementRef<any>;
|
|
40
43
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
@@ -28,12 +28,12 @@ export declare function _TextboxComponenetMixin<TBase extends Constructor<AXBase
|
|
|
28
28
|
_emitOnKeydownEvent(e: KeyboardEvent): void;
|
|
29
29
|
id: string;
|
|
30
30
|
rtl: boolean;
|
|
31
|
-
"__#1@#elementRef": import("@angular/core").ElementRef<any>;
|
|
32
|
-
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
33
|
-
_isInited: boolean; /**
|
|
31
|
+
"__#1@#elementRef": import("@angular/core").ElementRef<any>; /**
|
|
34
32
|
* Fires each time the user press a key.
|
|
35
33
|
* @event
|
|
36
34
|
*/
|
|
35
|
+
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
36
|
+
_isInited: boolean;
|
|
37
37
|
_isRendered: boolean;
|
|
38
38
|
ngOnInit(): void;
|
|
39
39
|
ngAfterViewInit(): void;
|
|
@@ -3,7 +3,7 @@ export declare const AX_STYLE_TYPES: string[];
|
|
|
3
3
|
* A token that specifies the color style of component.
|
|
4
4
|
*/
|
|
5
5
|
export declare type AXStyleColorType = 'primary' | 'secondary' | 'info' | 'danger' | 'success' | 'warning' | 'light' | 'dark';
|
|
6
|
-
export declare type
|
|
6
|
+
export declare type AXStyleLookType = 'blank' | 'outline' | 'twotone' | 'link';
|
|
7
7
|
export declare const AX_LOCATIONS: string[];
|
|
8
8
|
export declare type AXLocation = 'bottom-start' | 'bottom-center' | 'bottom-end' | 'top-start' | 'top-center' | 'top-end';
|
|
9
9
|
export declare const AX_DIRECTIONS: string[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone, QueryList } from "@angular/core";
|
|
2
2
|
import { AXButtonComponent } from "./button.component";
|
|
3
|
-
import { AXClickEvent, AXInteractiveComponenetMixin, AXItemClickEvent, AXSelectionMode, AXSelectionValueChangedEvent,
|
|
3
|
+
import { AXClickEvent, AXInteractiveComponenetMixin, AXItemClickEvent, AXSelectionMode, AXSelectionValueChangedEvent, AXStyleLookType, AXStyleColorType } from "../base";
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class AXButtonGroupComponent extends AXInteractiveComponenetMixin {
|
|
6
6
|
private zone;
|
|
@@ -15,13 +15,13 @@ export declare class AXButtonGroupComponent extends AXInteractiveComponenetMixin
|
|
|
15
15
|
*/
|
|
16
16
|
get color(): AXStyleColorType;
|
|
17
17
|
set color(value: AXStyleColorType);
|
|
18
|
-
lookChange: EventEmitter<
|
|
18
|
+
lookChange: EventEmitter<AXStyleLookType>;
|
|
19
19
|
private _look?;
|
|
20
20
|
/**
|
|
21
21
|
* Predefined look schemes
|
|
22
22
|
*/
|
|
23
|
-
get look():
|
|
24
|
-
set look(value:
|
|
23
|
+
get look(): AXStyleLookType;
|
|
24
|
+
set look(value: AXStyleLookType);
|
|
25
25
|
onItemClick: EventEmitter<AXItemClickEvent<AXButtonComponent>>;
|
|
26
26
|
onValueChanged: EventEmitter<AXSelectionValueChangedEvent>;
|
|
27
27
|
_contentButtons: QueryList<AXButtonComponent>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AXStyleLookType, AXStyleColorType } from "../base";
|
|
2
2
|
export interface AXClickItemBase {
|
|
3
3
|
cssClass?: string;
|
|
4
4
|
color?: AXStyleColorType;
|
|
5
|
-
look?:
|
|
5
|
+
look?: AXStyleLookType;
|
|
6
6
|
text?: string;
|
|
7
7
|
tooltip?: string;
|
|
8
8
|
iconClass?: string;
|
|
@@ -3,10 +3,9 @@ import * as i1 from "./button.component";
|
|
|
3
3
|
import * as i2 from "./button-item.component";
|
|
4
4
|
import * as i3 from "./button-group.component";
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
|
-
import * as i5 from "../
|
|
7
|
-
import * as i6 from "../decorators/decorators.module";
|
|
6
|
+
import * as i5 from "../decorators/decorators.module";
|
|
8
7
|
export declare class AXButtonModule {
|
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXButtonModule, [typeof i1.AXButtonComponent, typeof i2.AXButtonItemComponent, typeof i3.AXButtonGroupComponent], [typeof i4.CommonModule, typeof i5.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXButtonModule, [typeof i1.AXButtonComponent, typeof i2.AXButtonItemComponent, typeof i3.AXButtonGroupComponent], [typeof i4.CommonModule, typeof i5.AXDecoratorModule], [typeof i1.AXButtonComponent, typeof i2.AXButtonItemComponent, typeof i3.AXButtonGroupComponent]>;
|
|
11
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXButtonModule>;
|
|
12
11
|
}
|
|
@@ -2,12 +2,11 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./calendar.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../button/button.module";
|
|
5
|
-
import * as i4 from "../
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "../picker/picker.module";
|
|
5
|
+
import * as i4 from "../decorators/decorators.module";
|
|
6
|
+
import * as i5 from "@acorex/core";
|
|
7
|
+
import * as i6 from "../picker/picker.module";
|
|
9
8
|
export declare class AXCalendarModule {
|
|
10
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCalendarModule, [typeof i1.AXCalendarComponent], [typeof i2.CommonModule, typeof i3.AXButtonModule, typeof i4.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCalendarModule, [typeof i1.AXCalendarComponent], [typeof i2.CommonModule, typeof i3.AXButtonModule, typeof i4.AXDecoratorModule, typeof i5.AXDateTimeModule, typeof i6.AXPickerModule], [typeof i1.AXCalendarComponent]>;
|
|
12
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCalendarModule>;
|
|
13
12
|
}
|
|
@@ -5,6 +5,6 @@ import * as i3 from "@angular/forms";
|
|
|
5
5
|
import * as i4 from "../decorators/decorators.module";
|
|
6
6
|
export declare class AXCheckBoxModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCheckBoxModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCheckBoxModule, [typeof i1.AXCheckBoxComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCheckBoxModule, [typeof i1.AXCheckBoxComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.AXDecoratorModule], [typeof i1.AXCheckBoxComponent]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCheckBoxModule>;
|
|
10
10
|
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { AXPlatform } from '@acorex/core';
|
|
2
|
+
import { ChangeDetectorRef, ElementRef, NgZone, TemplateRef } from '@angular/core';
|
|
3
|
+
import { AXBaseSelectionDropdownMixin, AXClickEvent, AXValueChangedEvent } from '../base';
|
|
4
|
+
import { AXPopoverComponent } from '../popover';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* The Button is a component which detects user interaction and triggers a corresponding event
|
|
8
|
+
*
|
|
9
|
+
* @category Components
|
|
10
|
+
*/
|
|
11
|
+
export declare class AXColorPickerComponent extends AXBaseSelectionDropdownMixin {
|
|
12
|
+
private _elementRef;
|
|
13
|
+
private _cdr;
|
|
14
|
+
private _zone;
|
|
15
|
+
private _platform;
|
|
16
|
+
popover: AXPopoverComponent;
|
|
17
|
+
_target: HTMLDivElement;
|
|
18
|
+
_popoverTitle: string;
|
|
19
|
+
_popoverWidth: number;
|
|
20
|
+
/**
|
|
21
|
+
* Defines the clearButton.
|
|
22
|
+
*/
|
|
23
|
+
clearButton: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Defines the checkbox.
|
|
26
|
+
*/
|
|
27
|
+
checkbox: boolean;
|
|
28
|
+
private listContainer;
|
|
29
|
+
private _contentEmptyTemplate;
|
|
30
|
+
get emptyTemplate(): TemplateRef<any>;
|
|
31
|
+
_isMobile: boolean;
|
|
32
|
+
_forceFocus: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* @ignore
|
|
35
|
+
*/
|
|
36
|
+
constructor(_elementRef: ElementRef<HTMLDivElement>, _cdr: ChangeDetectorRef, _zone: NgZone, _platform: AXPlatform);
|
|
37
|
+
_handleArrowClickEvent(e: AXClickEvent): void;
|
|
38
|
+
_handleInputClickEvent(e: MouseEvent): void;
|
|
39
|
+
onInit(): void;
|
|
40
|
+
onViewInit(): void;
|
|
41
|
+
refresh(): void;
|
|
42
|
+
_handleOnItemClick(e: MouseEvent, item: any): void;
|
|
43
|
+
_handleListScroll(e: Event): void;
|
|
44
|
+
private _checkForLoadData;
|
|
45
|
+
_onDataLoaded(): void;
|
|
46
|
+
_onValueChanged(oldValue: any, newValue: any): void;
|
|
47
|
+
_handleOnRemoveItemClick(e: MouseEvent, item: any): void;
|
|
48
|
+
_handleBadgeRemove(e: MouseEvent, item: any): void;
|
|
49
|
+
_handleKeydown(e: KeyboardEvent): void;
|
|
50
|
+
_handlePopoverKeydown(e: KeyboardEvent): void;
|
|
51
|
+
_handlePopupOnOpened(e: any): Promise<void>;
|
|
52
|
+
_handlePopupOnClosed(e: any): void;
|
|
53
|
+
private _focusItemByNav;
|
|
54
|
+
private _focusSelectedItem;
|
|
55
|
+
private _focusItemElement;
|
|
56
|
+
private _selectedItemByNav;
|
|
57
|
+
_onSearchExprChanged(e: AXValueChangedEvent<string>): void;
|
|
58
|
+
search(exp: string): void;
|
|
59
|
+
_fetchData(): void;
|
|
60
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPickerComponent, never>;
|
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXColorPickerComponent, "ax-color-picker", never, { "isOpen": "isOpen"; "fitParent": "fitParent"; "dropdownWidth": "dropdownWidth"; "position": "position"; "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "placeholder": "placeholder"; "maxLength": "maxLength"; "type": "type"; "autoComplete": "autoComplete"; "clearButton": "clearButton"; "checkbox": "checkbox"; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, ["_contentEmptyTemplate"], ["ax-prefix", "ax-validation-rule", "ax-suffix"]>;
|
|
62
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./color-picker.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../base/common.module";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "../decorators/decorators.module";
|
|
7
|
+
import * as i6 from "../popover/popover.module";
|
|
8
|
+
import * as i7 from "../button/button.module";
|
|
9
|
+
import * as i8 from "@angular/cdk/a11y";
|
|
10
|
+
import * as i9 from "../loading/loading.module";
|
|
11
|
+
import * as i10 from "@acorex/core";
|
|
12
|
+
import * as i11 from "../textbox/textbox.module";
|
|
13
|
+
export declare class AXColorPickerModule {
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPickerModule, never>;
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXColorPickerModule, [typeof i1.AXColorPickerComponent], [typeof i2.CommonModule, typeof i3.AXCommonModule, typeof i4.FormsModule, typeof i5.AXDecoratorModule, typeof i6.AXPopoverModule, typeof i7.AXButtonModule, typeof i8.A11yModule, typeof i9.AXLoadingModule, typeof i10.AXTranslationModule, typeof i11.AXTextBoxModule], [typeof i1.AXColorPickerComponent]>;
|
|
16
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXColorPickerModule>;
|
|
17
|
+
}
|
|
@@ -6,11 +6,10 @@ import * as i4 from "../textbox/textbox.module";
|
|
|
6
6
|
import * as i5 from "../button/button.module";
|
|
7
7
|
import * as i6 from "../popover/popover.module";
|
|
8
8
|
import * as i7 from "../decorators/decorators.module";
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "@
|
|
11
|
-
import * as i10 from "@angular/forms";
|
|
9
|
+
import * as i8 from "@acorex/core";
|
|
10
|
+
import * as i9 from "@angular/forms";
|
|
12
11
|
export declare class AXDatepickerModule {
|
|
13
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDatepickerModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDatepickerModule, [typeof i1.AXDatePickerComponent], [typeof i2.CommonModule, typeof i3.AXCalendarModule, typeof i4.AXTextBoxModule, typeof i5.AXButtonModule, typeof i6.AXPopoverModule, typeof i7.
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDatepickerModule, [typeof i1.AXDatePickerComponent], [typeof i2.CommonModule, typeof i3.AXCalendarModule, typeof i4.AXTextBoxModule, typeof i5.AXButtonModule, typeof i6.AXPopoverModule, typeof i7.AXDecoratorModule, typeof i8.AXDateTimeModule, typeof i9.FormsModule], [typeof i1.AXDatePickerComponent]>;
|
|
15
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXDatepickerModule>;
|
|
16
15
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { AXBaseComponentMixin, AXClosbaleComponent } from '../base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AXDecoratorCloseButtonComponent extends AXBaseComponentMixin {
|
|
5
|
+
private _parent?;
|
|
6
|
+
constructor(_elementRef: ElementRef, _cdr: ChangeDetectorRef, _parent?: AXClosbaleComponent);
|
|
7
|
+
private _icon;
|
|
8
|
+
get icon(): string;
|
|
9
|
+
set icon(v: string);
|
|
10
|
+
_handleOnClick(e: MouseEvent): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorCloseButtonComponent, [null, null, { optional: true; }]>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorCloseButtonComponent, "ax-close-button", never, { "icon": "icon"; }, {}, never, never>;
|
|
13
|
+
}
|
|
@@ -3,10 +3,14 @@ import * as i1 from "./prefix.component";
|
|
|
3
3
|
import * as i2 from "./suffix.component";
|
|
4
4
|
import * as i3 from "./content.component";
|
|
5
5
|
import * as i4 from "./header.component";
|
|
6
|
-
import * as i5 from "./
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
6
|
+
import * as i5 from "./footer.component";
|
|
7
|
+
import * as i6 from "./addon.component";
|
|
8
|
+
import * as i7 from "./icon.component";
|
|
9
|
+
import * as i8 from "./title.component";
|
|
10
|
+
import * as i9 from "./close-button.component";
|
|
11
|
+
import * as i10 from "@angular/common";
|
|
12
|
+
export declare class AXDecoratorModule {
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDecoratorModule, [typeof i1.AXDecoratorPrefixComponent, typeof i2.AXDecoratorSuffixComponent, typeof i3.AXDecoratorContentComponent, typeof i4.AXDecoratorHeaderComponent, typeof i5.AXDecoratorFooterComponent, typeof i6.AXDecoratorAddOnComponent, typeof i7.AXDecoratorIconComponent, typeof i8.AXDecoratorTitleComponent, typeof i9.AXDecoratorCloseButtonComponent], [typeof i10.CommonModule], [typeof i1.AXDecoratorPrefixComponent, typeof i2.AXDecoratorSuffixComponent, typeof i3.AXDecoratorContentComponent, typeof i4.AXDecoratorHeaderComponent, typeof i5.AXDecoratorFooterComponent, typeof i6.AXDecoratorAddOnComponent, typeof i7.AXDecoratorIconComponent, typeof i8.AXDecoratorTitleComponent, typeof i9.AXDecoratorCloseButtonComponent]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXDecoratorModule>;
|
|
12
16
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { AXBaseComponentMixin } from '../base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AXDecoratorFooterComponent extends AXBaseComponentMixin {
|
|
5
|
+
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorFooterComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorFooterComponent, "ax-footer", never, {}, {}, never, ["ax-suffix,ax-prefix,ax-button,ax-title,ax-close-button,ng-container"]>;
|
|
8
|
+
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class AXDecoratorHeaderComponent extends AXBaseComponentMixin {
|
|
5
5
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorHeaderComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorHeaderComponent, "ax-header", never, {}, {}, never, ["
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorHeaderComponent, "ax-header", never, {}, {}, never, ["ax-suffix,ax-prefix,ax-button,ax-icon,ax-title,ax-close-button,ng-container,ng-content"]>;
|
|
8
8
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { AXSizableComponentMixin } from '../base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AXDecoratorIconComponent extends AXSizableComponentMixin {
|
|
5
|
+
icon: string;
|
|
6
|
+
private get __iconClass();
|
|
7
|
+
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorIconComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorIconComponent, "ax-icon", never, { "icon": "icon"; }, {}, never, ["i,svg,img"]>;
|
|
10
|
+
}
|
|
@@ -3,5 +3,9 @@ export * from './addon.component';
|
|
|
3
3
|
export * from './header.component';
|
|
4
4
|
export * from './decorators.module';
|
|
5
5
|
export * from './header.component';
|
|
6
|
+
export * from './footer.component';
|
|
6
7
|
export * from './prefix.component';
|
|
7
8
|
export * from './suffix.component';
|
|
9
|
+
export * from './icon.component';
|
|
10
|
+
export * from './title.component';
|
|
11
|
+
export * from './close-button.component';
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class AXDecoratorPrefixComponent extends AXBaseComponentMixin {
|
|
5
5
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorPrefixComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorPrefixComponent, "ax-prefix", never, {}, {}, never, ["ax-button,ax-loading,ax-icon,ax-content,ax-badge,ax-addon"]>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorPrefixComponent, "ax-prefix", never, {}, {}, never, ["ax-button,ax-loading,ax-icon,ax-content,ax-badge,ax-addon,ax-title,ng-container"]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class AXDecoratorSuffixComponent extends AXBaseComponentMixin {
|
|
5
5
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorSuffixComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorSuffixComponent, "ax-suffix", never, {}, {}, never, ["ax-button,ax-loading,ax-icon,ax-content,ax-badge,ax-addon"]>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorSuffixComponent, "ax-suffix", never, {}, {}, never, ["ax-button,ax-loading,ax-icon,ax-content,ax-badge,ax-addon,ax-title,ax-alert-button,ng-container"]>;
|
|
8
8
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { AXBaseComponentMixin } from '../base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AXDecoratorTitleComponent extends AXBaseComponentMixin {
|
|
5
|
+
constructor(_elementRef: ElementRef, _cdr: ChangeDetectorRef);
|
|
6
|
+
text: string;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorTitleComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorTitleComponent, "ax-title", never, { "text": "text"; }, {}, never, ["*"]>;
|
|
9
|
+
}
|
|
@@ -8,6 +8,6 @@ import * as i6 from "../page/page.module";
|
|
|
8
8
|
import * as i7 from "../decorators/decorators.module";
|
|
9
9
|
export declare class AXDialogModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDialogModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDialogModule, [typeof i1.AXDialogComponent], [typeof i2.CommonModule, typeof i3.DragDropModule, typeof i4.A11yModule, typeof i5.AXButtonModule, typeof i6.AXPageModule, typeof i7.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDialogModule, [typeof i1.AXDialogComponent], [typeof i2.CommonModule, typeof i3.DragDropModule, typeof i4.A11yModule, typeof i5.AXButtonModule, typeof i6.AXPageModule, typeof i7.AXDecoratorModule], [typeof i1.AXDialogComponent]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXDialogModule>;
|
|
13
13
|
}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import { ElementRef, ChangeDetectorRef, NgZone
|
|
1
|
+
import { ElementRef, ChangeDetectorRef, NgZone } from '@angular/core';
|
|
2
2
|
import { AXBaseComponentMixin } from '../base';
|
|
3
|
-
import { AXDrawerComponent } from './drawer.component';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class AXDrawerContainerComponent extends AXBaseComponentMixin {
|
|
6
|
-
private
|
|
7
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef,
|
|
8
|
-
|
|
9
|
-
onViewInit(): void;
|
|
10
|
-
private _updateWidth;
|
|
5
|
+
private _zone;
|
|
6
|
+
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, _zone: NgZone);
|
|
7
|
+
ngDoCheck(): void;
|
|
11
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDrawerContainerComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXDrawerContainerComponent, "ax-drawer-container", never, {
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDrawerContainerComponent, "ax-drawer-container", never, {}, {}, never, ["ax-drawer[location='start']", "ax-content", "ax-drawer[location='end']"]>;
|
|
13
10
|
}
|