@acorex/components 5.2.2 → 5.3.0
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/alert/alert-button.component.mjs +2 -3
- package/esm2020/lib/alert/alert.component.mjs +33 -23
- package/esm2020/lib/alert/alert.module.mjs +6 -22
- package/esm2020/lib/alert/index.mjs +1 -5
- package/esm2020/lib/base/components.class.mjs +17 -0
- package/esm2020/lib/base/events.class.mjs +1 -1
- package/esm2020/lib/base/index.mjs +2 -1
- package/esm2020/lib/base/mixin/base-components.class.mjs +5 -5
- package/esm2020/lib/base/mixin/base-menu-mixin.class.mjs +4 -3
- 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/styles.class.mjs +1 -1
- package/esm2020/lib/button/button-group.component.mjs +1 -1
- package/esm2020/lib/button/button-item.class.mjs +1 -1
- package/esm2020/lib/button/button.module.mjs +4 -5
- package/esm2020/lib/calendar/calendar.component.mjs +4 -4
- package/esm2020/lib/calendar/calendar.module.mjs +4 -5
- package/esm2020/lib/checkbox/checkbox.module.mjs +5 -5
- package/esm2020/lib/datepicker/datepicker.component.mjs +11 -7
- package/esm2020/lib/datepicker/datepicker.module.mjs +4 -7
- package/esm2020/lib/decorators/close-button.component.mjs +40 -0
- 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 +3 -5
- package/esm2020/lib/decorators/icon.component.mjs +28 -0
- package/esm2020/lib/decorators/index.mjs +5 -1
- package/esm2020/lib/decorators/prefix.component.mjs +3 -3
- package/esm2020/lib/decorators/suffix.component.mjs +3 -3
- package/esm2020/lib/decorators/title.component.mjs +24 -0
- package/esm2020/lib/dialog/dialog.module.mjs +4 -4
- package/esm2020/lib/drawer/drawer-container.component.mjs +17 -57
- package/esm2020/lib/drawer/drawer.component.mjs +97 -127
- package/esm2020/lib/drawer/drawer.module.mjs +3 -4
- package/esm2020/lib/drawer/index.mjs +1 -2
- package/esm2020/lib/dropdown/dropdown-panel.component.mjs +4 -4
- package/esm2020/lib/dropdown/dropdown.module.mjs +5 -6
- package/esm2020/lib/menu/menu.component.mjs +20 -7
- package/esm2020/lib/menu/menu.module.mjs +4 -7
- package/esm2020/lib/number-box/number-box.component.mjs +2 -2
- package/esm2020/lib/number-box/number-box.module.mjs +4 -7
- package/esm2020/lib/page/base-page.class.mjs +3 -3
- package/esm2020/lib/page/index.mjs +1 -3
- package/esm2020/lib/page/page.module.mjs +4 -6
- package/esm2020/lib/password-box/password-box.component.mjs +2 -2
- package/esm2020/lib/password-box/password-box.module.mjs +4 -7
- package/esm2020/lib/picker/picker.component.mjs +260 -25
- package/esm2020/lib/picker/picker.model.class.mjs +2 -0
- package/esm2020/lib/popover/popover.component.mjs +6 -3
- package/esm2020/lib/popup/popup.component.mjs +13 -10
- package/esm2020/lib/popup/popup.module.mjs +4 -3
- package/esm2020/lib/radio/index.mjs +1 -1
- package/esm2020/lib/radio/radio.component.mjs +3 -3
- package/esm2020/lib/radio/radio.module.mjs +1 -1
- 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 +33 -26
- package/esm2020/lib/selectbox/selectbox.module.mjs +5 -9
- package/esm2020/lib/tabs/tabs.module.mjs +4 -4
- package/esm2020/lib/textbox/textbox.module.mjs +5 -9
- package/esm2020/lib/toast/toast.class.mjs +1 -1
- package/esm2020/lib/toast/toast.component.mjs +14 -12
- package/esm2020/lib/toast/toast.module.mjs +5 -3
- package/esm2020/lib/toast/toast.service.mjs +37 -9
- package/esm2020/public-api.mjs +2 -2
- package/fesm2015/acorex-components.mjs +849 -662
- package/fesm2015/acorex-components.mjs.map +1 -1
- package/fesm2020/acorex-components.mjs +840 -662
- 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/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 +6 -6
- 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/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 +1 -0
- 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 +1 -1
- package/public-api.d.ts +1 -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;
|
|
@@ -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>;
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -1,33 +1,37 @@
|
|
|
1
1
|
import { ElementRef, ChangeDetectorRef, NgZone, EventEmitter } from '@angular/core';
|
|
2
|
-
import { AXBaseComponentMixin,
|
|
2
|
+
import { AXBaseComponentMixin, AXComponentOptionChanged } from '../base';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
export declare type AXDrawerMode = 'push' | 'overlay';
|
|
5
|
+
export declare type AXDrawerLocation = 'start' | 'end';
|
|
4
6
|
export declare class AXDrawerComponent extends AXBaseComponentMixin {
|
|
5
|
-
private
|
|
6
|
-
private
|
|
7
|
-
constructor(
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
location:
|
|
12
|
-
|
|
7
|
+
private _elementRef;
|
|
8
|
+
private _zone;
|
|
9
|
+
constructor(_elementRef: ElementRef, _cdr: ChangeDetectorRef, _zone: NgZone);
|
|
10
|
+
locationChange: EventEmitter<AXDrawerLocation>;
|
|
11
|
+
private _location;
|
|
12
|
+
get location(): AXDrawerLocation;
|
|
13
|
+
set location(v: AXDrawerLocation);
|
|
14
|
+
modeChange: EventEmitter<AXDrawerMode>;
|
|
15
|
+
private _mode;
|
|
16
|
+
get mode(): AXDrawerMode;
|
|
17
|
+
set mode(v: AXDrawerMode);
|
|
18
|
+
collapsedChange: EventEmitter<boolean>;
|
|
13
19
|
private _collapsed;
|
|
14
20
|
get collapsed(): boolean;
|
|
15
21
|
set collapsed(v: boolean);
|
|
16
|
-
onInit(): void;
|
|
17
|
-
private _setLocation;
|
|
18
|
-
private _updateClass;
|
|
19
22
|
onViewInit(): void;
|
|
23
|
+
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
24
|
+
ngDoCheck(): void;
|
|
25
|
+
private _detectBoundingSize;
|
|
26
|
+
private _checkProps;
|
|
20
27
|
toggle(): void;
|
|
21
28
|
close(): void;
|
|
22
29
|
open(): void;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
private
|
|
26
|
-
private _setOverlayMode;
|
|
27
|
-
private _setPushMode;
|
|
30
|
+
private get __hostClass();
|
|
31
|
+
private _backdropElement;
|
|
32
|
+
private _loaded;
|
|
28
33
|
private _addBackdrop;
|
|
29
34
|
private _removeBackdrop;
|
|
30
|
-
private _handleBackfropClick;
|
|
31
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDrawerComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXDrawerComponent, "ax-drawer", never, { "
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDrawerComponent, "ax-drawer", never, { "location": "location"; "mode": "mode"; "collapsed": "collapsed"; }, { "locationChange": "locationChange"; "modeChange": "modeChange"; "collapsedChange": "collapsedChange"; }, never, ["ax-header", "ax-content"]>;
|
|
33
37
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./drawer.component";
|
|
3
3
|
import * as i2 from "./drawer-container.component";
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
6
5
|
export declare class AXDrawerModule {
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDrawerModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDrawerModule, [typeof i1.AXDrawerComponent, typeof i2.AXDrawerContainerComponent
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDrawerModule, [typeof i1.AXDrawerComponent, typeof i2.AXDrawerContainerComponent], [typeof i3.CommonModule], [typeof i1.AXDrawerComponent, typeof i2.AXDrawerContainerComponent]>;
|
|
9
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXDrawerModule>;
|
|
10
9
|
}
|
package/lib/drawer/index.d.ts
CHANGED
|
@@ -3,11 +3,10 @@ import * as i1 from "./dropdown-panel.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../button/button.module";
|
|
5
5
|
import * as i4 from "@angular/cdk/overlay";
|
|
6
|
-
import * as i5 from "../
|
|
7
|
-
import * as i6 from "../
|
|
8
|
-
import * as i7 from "../popover/popover.module";
|
|
6
|
+
import * as i5 from "../decorators/decorators.module";
|
|
7
|
+
import * as i6 from "../popover/popover.module";
|
|
9
8
|
export declare class AXDropdownModule {
|
|
10
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDropdownModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDropdownModule, [typeof i1.AXDropdownPanelComponent], [typeof i2.CommonModule, typeof i3.AXButtonModule, typeof i4.OverlayModule, typeof i5.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDropdownModule, [typeof i1.AXDropdownPanelComponent], [typeof i2.CommonModule, typeof i3.AXButtonModule, typeof i4.OverlayModule, typeof i5.AXDecoratorModule, typeof i6.AXPopoverModule], [typeof i1.AXDropdownPanelComponent]>;
|
|
12
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXDropdownModule>;
|
|
13
12
|
}
|
|
@@ -36,6 +36,7 @@ export declare class AXMenuComponent extends AXBaseMenuMixin implements OnInit {
|
|
|
36
36
|
_closeChild(items: any[]): void;
|
|
37
37
|
_onMouseEnter(e: MouseEvent, item: any): void;
|
|
38
38
|
_onMouseLeave(e: MouseEvent, item: any): void;
|
|
39
|
+
_setParentNode(item: any, parentId: any): void;
|
|
39
40
|
_getDirection(): "horizontal-mode" | "vertical-mode";
|
|
40
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMenuComponent, never>;
|
|
41
42
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXMenuComponent, "ax-menu", never, { "disabled": "disabled"; "tabIndex": "tabIndex"; "textField": "textField"; "valueField": "valueField"; "items": "items"; "id": "id"; "parentId": "parentId"; "icon": "icon"; "tooltip": "tooltip"; "isOpen": "isOpen"; "isActive": "isActive"; "visibleField": "visibleField"; "disableField": "disableField"; "hasChildField": "hasChildField"; "openMode": "openMode"; "direction": "direction"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; }, ["_contentEmptyTemplate"], never>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./menu.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../
|
|
4
|
+
import * as i3 from "../decorators/decorators.module";
|
|
5
5
|
import * as i4 from "../loading/loading.module";
|
|
6
6
|
import * as i5 from "@acorex/core";
|
|
7
7
|
import * as i6 from "../popover/popover.module";
|
|
8
8
|
export declare class AXMenuModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMenuModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMenuModule, [typeof i1.AXMenuComponent], [typeof i2.CommonModule, typeof i3.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMenuModule, [typeof i1.AXMenuComponent], [typeof i2.CommonModule, typeof i3.AXDecoratorModule, typeof i4.AXLoadingModule, typeof i5.AXTranslationModule, typeof i6.AXPopoverModule], [typeof i1.AXMenuComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXMenuModule>;
|
|
12
12
|
}
|
|
@@ -4,10 +4,9 @@ import * as i2 from "@angular/common";
|
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
5
|
import * as i4 from "../button/button.module";
|
|
6
6
|
import * as i5 from "../decorators/decorators.module";
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "angular-imask";
|
|
7
|
+
import * as i6 from "angular-imask";
|
|
9
8
|
export declare class AXNumberBoxModule {
|
|
10
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXNumberBoxModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXNumberBoxModule, [typeof i1.AXNumberBoxComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.AXButtonModule, typeof i5.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXNumberBoxModule, [typeof i1.AXNumberBoxComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.AXButtonModule, typeof i5.AXDecoratorModule, typeof i6.IMaskModule], [typeof i1.AXNumberBoxComponent]>;
|
|
12
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXNumberBoxModule>;
|
|
13
12
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter } from '@angular/core';
|
|
2
2
|
import { AXEvent } from '../base/events.class';
|
|
3
|
-
import { AXPageFooterComponent } from './page-footer.component';
|
|
4
3
|
import { AXBaseComponentMixin } from '../base';
|
|
4
|
+
import { AXDecoratorFooterComponent } from '../decorators';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare const TAB_META_KEY = "__meta__";
|
|
7
7
|
export declare class AXPageCloseEvent extends AXEvent {
|
|
@@ -29,7 +29,7 @@ export declare class AXBasePageComponent extends AXBaseComponentMixin {
|
|
|
29
29
|
*/
|
|
30
30
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
31
31
|
private pageContainer;
|
|
32
|
-
footer:
|
|
32
|
+
footer: AXDecoratorFooterComponent;
|
|
33
33
|
isLoadingChange: EventEmitter<boolean>;
|
|
34
34
|
private _isLoading;
|
|
35
35
|
get isLoading(): boolean;
|