@acorex/components 5.2.0 → 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.
Files changed (161) hide show
  1. package/esm2020/lib/alert/alert-button.component.mjs +2 -3
  2. package/esm2020/lib/alert/alert.component.mjs +33 -23
  3. package/esm2020/lib/alert/alert.module.mjs +6 -22
  4. package/esm2020/lib/alert/index.mjs +1 -5
  5. package/esm2020/lib/base/components.class.mjs +17 -0
  6. package/esm2020/lib/base/events.class.mjs +1 -1
  7. package/esm2020/lib/base/index.mjs +2 -1
  8. package/esm2020/lib/base/mixin/base-components.class.mjs +5 -5
  9. package/esm2020/lib/base/mixin/base-menu-mixin.class.mjs +7 -5
  10. package/esm2020/lib/base/mixin/color-look-mixing.class.mjs +1 -1
  11. package/esm2020/lib/base/mixin/datalist-component.class.mjs +2 -1
  12. package/esm2020/lib/base/mixin/textbox-mixin.class.mjs +2 -2
  13. package/esm2020/lib/base/styles.class.mjs +1 -1
  14. package/esm2020/lib/button/button-group.component.mjs +1 -1
  15. package/esm2020/lib/button/button-item.class.mjs +1 -1
  16. package/esm2020/lib/button/button.module.mjs +4 -5
  17. package/esm2020/lib/calendar/calendar.component.mjs +61 -8
  18. package/esm2020/lib/calendar/calendar.module.mjs +5 -7
  19. package/esm2020/lib/calendar/index.mjs +1 -2
  20. package/esm2020/lib/carousel/carousel-arrows.component.mjs +3 -3
  21. package/esm2020/lib/checkbox/checkbox.module.mjs +5 -5
  22. package/esm2020/lib/datepicker/datepicker.component.mjs +11 -7
  23. package/esm2020/lib/datepicker/datepicker.module.mjs +4 -7
  24. package/esm2020/lib/decorators/close-button.component.mjs +40 -0
  25. package/esm2020/lib/decorators/decorators.module.mjs +37 -7
  26. package/esm2020/lib/decorators/footer.component.mjs +24 -0
  27. package/esm2020/lib/decorators/header.component.mjs +3 -5
  28. package/esm2020/lib/decorators/icon.component.mjs +28 -0
  29. package/esm2020/lib/decorators/index.mjs +5 -1
  30. package/esm2020/lib/decorators/prefix.component.mjs +3 -3
  31. package/esm2020/lib/decorators/suffix.component.mjs +3 -3
  32. package/esm2020/lib/decorators/title.component.mjs +24 -0
  33. package/esm2020/lib/dialog/dialog.module.mjs +4 -4
  34. package/esm2020/lib/drawer/drawer-container.component.mjs +17 -57
  35. package/esm2020/lib/drawer/drawer.component.mjs +97 -127
  36. package/esm2020/lib/drawer/drawer.module.mjs +3 -4
  37. package/esm2020/lib/drawer/index.mjs +1 -2
  38. package/esm2020/lib/dropdown/dropdown-panel.component.mjs +4 -4
  39. package/esm2020/lib/dropdown/dropdown.module.mjs +5 -6
  40. package/esm2020/lib/menu/menu.component.mjs +77 -13
  41. package/esm2020/lib/menu/menu.module.mjs +4 -7
  42. package/esm2020/lib/number-box/number-box.component.mjs +3 -3
  43. package/esm2020/lib/number-box/number-box.module.mjs +4 -7
  44. package/esm2020/lib/page/base-page.class.mjs +3 -3
  45. package/esm2020/lib/page/index.mjs +1 -3
  46. package/esm2020/lib/page/page.module.mjs +4 -6
  47. package/esm2020/lib/password-box/password-box.component.mjs +3 -3
  48. package/esm2020/lib/password-box/password-box.module.mjs +4 -7
  49. package/esm2020/lib/picker/picker.component.mjs +265 -27
  50. package/esm2020/lib/picker/picker.model.class.mjs +2 -0
  51. package/esm2020/lib/popover/popover.component.mjs +6 -3
  52. package/esm2020/lib/popup/popup.component.mjs +13 -10
  53. package/esm2020/lib/popup/popup.module.mjs +4 -3
  54. package/esm2020/lib/searchbox/index.mjs +3 -0
  55. package/esm2020/lib/searchbox/searchbox.component.mjs +47 -0
  56. package/esm2020/lib/searchbox/searchbox.module.mjs +24 -0
  57. package/esm2020/lib/selectbox/selectbox.component.mjs +33 -26
  58. package/esm2020/lib/selectbox/selectbox.module.mjs +5 -9
  59. package/esm2020/lib/tabs/tabs.module.mjs +4 -4
  60. package/esm2020/lib/textarea/textarea.component.mjs +2 -2
  61. package/esm2020/lib/textbox/textbox.component.mjs +3 -3
  62. package/esm2020/lib/textbox/textbox.module.mjs +5 -9
  63. package/esm2020/lib/time-box/time-box.component.mjs +2 -2
  64. package/esm2020/lib/toast/toast.class.mjs +1 -1
  65. package/esm2020/lib/toast/toast.component.mjs +14 -12
  66. package/esm2020/lib/toast/toast.module.mjs +5 -3
  67. package/esm2020/lib/toast/toast.service.mjs +37 -9
  68. package/esm2020/public-api.mjs +2 -2
  69. package/fesm2015/acorex-components.mjs +989 -727
  70. package/fesm2015/acorex-components.mjs.map +1 -1
  71. package/fesm2020/acorex-components.mjs +980 -729
  72. package/fesm2020/acorex-components.mjs.map +1 -1
  73. package/lib/alert/alert.component.d.ts +7 -6
  74. package/lib/alert/alert.module.d.ts +4 -8
  75. package/lib/alert/index.d.ts +0 -4
  76. package/lib/badge/badge.component.d.ts +3 -3
  77. package/lib/base/components.class.d.ts +11 -0
  78. package/lib/base/index.d.ts +1 -0
  79. package/lib/base/mixin/base-components.class.d.ts +2 -2
  80. package/lib/base/mixin/base-menu-mixin.class.d.ts +2 -1
  81. package/lib/base/mixin/button-mixin.class.d.ts +0 -3
  82. package/lib/base/mixin/color-look-mixing.class.d.ts +4 -4
  83. package/lib/base/mixin/mixin.class.d.ts +8 -7
  84. package/lib/base/mixin/selection-component.class.d.ts +3 -0
  85. package/lib/base/mixin/textbox-mixin.class.d.ts +3 -3
  86. package/lib/base/styles.class.d.ts +1 -1
  87. package/lib/button/button-group.component.d.ts +4 -4
  88. package/lib/button/button-item.class.d.ts +2 -2
  89. package/lib/button/button.module.d.ts +2 -3
  90. package/lib/calendar/calendar.component.d.ts +10 -1
  91. package/lib/calendar/calendar.module.d.ts +6 -8
  92. package/lib/calendar/index.d.ts +0 -1
  93. package/lib/checkbox/checkbox.module.d.ts +1 -1
  94. package/lib/datepicker/datepicker.component.d.ts +1 -1
  95. package/lib/datepicker/datepicker.module.d.ts +3 -4
  96. package/lib/decorators/close-button.component.d.ts +13 -0
  97. package/lib/decorators/decorators.module.d.ts +10 -6
  98. package/lib/decorators/footer.component.d.ts +8 -0
  99. package/lib/decorators/header.component.d.ts +1 -1
  100. package/lib/decorators/icon.component.d.ts +10 -0
  101. package/lib/decorators/index.d.ts +4 -0
  102. package/lib/decorators/prefix.component.d.ts +1 -1
  103. package/lib/decorators/suffix.component.d.ts +1 -1
  104. package/lib/decorators/title.component.d.ts +9 -0
  105. package/lib/dialog/dialog.module.d.ts +1 -1
  106. package/lib/drawer/drawer-container.component.d.ts +5 -8
  107. package/lib/drawer/drawer.component.d.ts +23 -19
  108. package/lib/drawer/drawer.module.d.ts +2 -3
  109. package/lib/drawer/index.d.ts +0 -1
  110. package/lib/dropdown/dropdown.module.d.ts +3 -4
  111. package/lib/menu/menu.component.d.ts +10 -6
  112. package/lib/menu/menu.module.d.ts +2 -2
  113. package/lib/number-box/number-box.component.d.ts +1 -1
  114. package/lib/number-box/number-box.module.d.ts +2 -3
  115. package/lib/page/base-page.class.d.ts +2 -2
  116. package/lib/page/index.d.ts +0 -2
  117. package/lib/page/page.module.d.ts +1 -3
  118. package/lib/password-box/password-box.component.d.ts +1 -1
  119. package/lib/password-box/password-box.module.d.ts +1 -2
  120. package/lib/picker/picker.component.d.ts +55 -18
  121. package/lib/picker/picker.model.class.d.ts +10 -0
  122. package/lib/popover/popover.component.d.ts +2 -1
  123. package/lib/popup/popup.module.d.ts +2 -1
  124. package/lib/searchbox/index.d.ts +2 -0
  125. package/lib/searchbox/searchbox.component.d.ts +16 -0
  126. package/lib/searchbox/searchbox.module.d.ts +11 -0
  127. package/lib/selectbox/selectbox.component.d.ts +4 -14
  128. package/lib/selectbox/selectbox.module.d.ts +6 -7
  129. package/lib/tabs/tabs.module.d.ts +1 -1
  130. package/lib/textarea/textarea.component.d.ts +1 -1
  131. package/lib/textbox/textbox.component.d.ts +1 -1
  132. package/lib/textbox/textbox.module.d.ts +2 -3
  133. package/lib/time-box/time-box.component.d.ts +1 -1
  134. package/lib/toast/toast.class.d.ts +4 -3
  135. package/lib/toast/toast.component.d.ts +0 -2
  136. package/lib/toast/toast.module.d.ts +3 -1
  137. package/lib/toast/toast.service.d.ts +4 -0
  138. package/package.json +1 -1
  139. package/public-api.d.ts +1 -1
  140. package/esm2020/lib/alert/alert-content.component.mjs +0 -21
  141. package/esm2020/lib/alert/alert-footer.component.mjs +0 -27
  142. package/esm2020/lib/alert/alert-suffix.component.mjs +0 -27
  143. package/esm2020/lib/alert/alert-title.component.mjs +0 -23
  144. package/esm2020/lib/calendar/inline-calendar.component.mjs +0 -39
  145. package/esm2020/lib/drawer/drawer-content.component.mjs +0 -27
  146. package/esm2020/lib/icon/icon.component.mjs +0 -28
  147. package/esm2020/lib/icon/icon.module.mjs +0 -21
  148. package/esm2020/lib/icon/index.mjs +0 -3
  149. package/esm2020/lib/page/page-footer.component.mjs +0 -28
  150. package/esm2020/lib/page/page-header.component.mjs +0 -28
  151. package/lib/alert/alert-content.component.d.ts +0 -5
  152. package/lib/alert/alert-footer.component.d.ts +0 -5
  153. package/lib/alert/alert-suffix.component.d.ts +0 -5
  154. package/lib/alert/alert-title.component.d.ts +0 -5
  155. package/lib/calendar/inline-calendar.component.d.ts +0 -14
  156. package/lib/drawer/drawer-content.component.d.ts +0 -8
  157. package/lib/icon/icon.component.d.ts +0 -10
  158. package/lib/icon/icon.module.d.ts +0 -8
  159. package/lib/icon/index.d.ts +0 -2
  160. package/lib/page/page-footer.component.d.ts +0 -7
  161. 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").AXStyleButtonLook>;
10
- _look?: import("../base").AXStyleButtonLook;
11
- look: import("../base").AXStyleButtonLook;
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
- icon: string;
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"; "icon": "icon"; "showIcon": "showIcon"; "timeOut": "timeOut"; "visible": "visible"; }, {}, never, ["ax-alert-title", "ax-alert-content", "ax-alert-footer", "ax-alert-suffix"]>;
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-content.component";
4
- import * as i3 from "./alert-title.component";
5
- import * as i4 from "./alert-button.component";
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.AXAlertContentComponent, typeof i3.AXAlertTitleComponent, typeof i4.AXAlertButtonComponent, typeof i5.AXAlertFooterComponent, typeof i6.AXAlertSuffixComponent], [typeof i7.CommonModule, typeof i8.AXIconModule], [typeof i1.AXAlertComponent, typeof i2.AXAlertContentComponent, typeof i3.AXAlertTitleComponent, typeof i4.AXAlertButtonComponent, typeof i5.AXAlertFooterComponent, typeof i6.AXAlertSuffixComponent]>;
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
  }
@@ -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").AXStyleButtonLook>;
10
- _look?: import("../base").AXStyleButtonLook;
11
- look: import("../base").AXStyleButtonLook;
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
+ }
@@ -1,4 +1,5 @@
1
1
  export * from './mixin';
2
+ export * from './components.class';
2
3
  export * from './events.class';
3
4
  export * from './drawing.class';
4
5
  export * from './styles.class';
@@ -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;
@@ -8,11 +8,12 @@ export declare function _BaseMenuComponentMixin<TBase extends Constructor<AXBase
8
8
  valueField: string;
9
9
  "__#2@#isLoading": boolean;
10
10
  "__#2@#loadedItems": any;
11
- visible: string;
11
+ visibleField: string;
12
12
  disableField: string;
13
13
  hasChildField: string;
14
14
  icon: string;
15
15
  openMode: 'click' | 'hover';
16
+ direction: 'horizontal' | 'vertical';
16
17
  onMenuItemClick: EventEmitter<AXItemClickEvent<any>>;
17
18
  readonly loadedCount: number;
18
19
  "__#2@#items": 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, AXStyleButtonLook } from "../styles.class";
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<AXStyleButtonLook>;
14
- _look?: AXStyleButtonLook;
13
+ lookChange: EventEmitter<AXStyleLookType>;
14
+ _look?: AXStyleLookType;
15
15
  /**
16
16
  * Predefined look schemes
17
17
  */
18
- look: AXStyleButtonLook;
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").AXStyleButtonLook>;
284
- _look?: import("@acorex/components").AXStyleButtonLook;
285
- look: import("@acorex/components").AXStyleButtonLook;
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>;
@@ -614,11 +614,12 @@ export declare const AXBaseMenuMixin: (abstract new (...args: any[]) => {
614
614
  valueField: string;
615
615
  "__#2@#isLoading": boolean;
616
616
  "__#2@#loadedItems": any;
617
- visible: string;
617
+ visibleField: string;
618
618
  disableField: string;
619
619
  hasChildField: string;
620
620
  icon: string;
621
621
  openMode: "click" | "hover";
622
+ direction: "horizontal" | "vertical";
622
623
  onMenuItemClick: import("@angular/core").EventEmitter<import("@acorex/components").AXItemClickEvent<any>>;
623
624
  readonly loadedCount: number;
624
625
  "__#2@#items": any;
@@ -658,9 +659,9 @@ export declare const AXAvatarMixin: {
658
659
  colorChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleColorType>;
659
660
  _color: import("@acorex/components").AXStyleColorType;
660
661
  color: import("@acorex/components").AXStyleColorType;
661
- lookChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleButtonLook>;
662
- _look?: import("@acorex/components").AXStyleButtonLook;
663
- look: import("@acorex/components").AXStyleButtonLook;
662
+ lookChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleLookType>;
663
+ _look?: import("@acorex/components").AXStyleLookType;
664
+ look: import("@acorex/components").AXStyleLookType;
664
665
  id: string;
665
666
  rtl: boolean;
666
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 AXStyleButtonLook = 'blank' | 'outline' | 'twotone' | 'link';
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, AXStyleButtonLook, AXStyleColorType } from "../base";
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<AXStyleButtonLook>;
18
+ lookChange: EventEmitter<AXStyleLookType>;
19
19
  private _look?;
20
20
  /**
21
21
  * Predefined look schemes
22
22
  */
23
- get look(): AXStyleButtonLook;
24
- set look(value: AXStyleButtonLook);
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 { AXStyleButtonLook, AXStyleColorType } from "../base";
1
+ import { AXStyleLookType, AXStyleColorType } from "../base";
2
2
  export interface AXClickItemBase {
3
3
  cssClass?: string;
4
4
  color?: AXStyleColorType;
5
- look?: AXStyleButtonLook;
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 "../icon/icon.module";
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.AXIconModule, typeof i6.AXEditorDecoratorModule], [typeof i1.AXButtonComponent, typeof i2.AXButtonItemComponent, typeof i3.AXButtonGroupComponent]>;
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
  }
@@ -5,6 +5,7 @@ import * as i0 from "@angular/core";
5
5
  export declare const AXCalendarComponentMixin: any;
6
6
  export declare class AXCalendarComponent extends AXCalendarComponentMixin {
7
7
  private cdr;
8
+ interface: 'calendar' | 'picker';
8
9
  private get _viewRange();
9
10
  _today: AXDateTime;
10
11
  private _viewStartDate;
@@ -36,6 +37,14 @@ export declare class AXCalendarComponent extends AXCalendarComponentMixin {
36
37
  private isDisabled;
37
38
  private isHoliday;
38
39
  private isWeekend;
40
+ _pickerDays: number[];
41
+ _pickerMonths: {
42
+ text: string;
43
+ value: number;
44
+ }[];
45
+ _pickerYears: number[];
46
+ private _generatePickerItems;
47
+ _handlePickerChange(item: any, view: any): void;
39
48
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarComponent, "ax-calendar", never, { "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "disabled": "disabled"; "tabIndex": "tabIndex"; "depth": "depth"; "activeView": "activeView"; "min": "min"; "max": "max"; "disabledDates": "disabledDates"; "type": "type"; "holidayDates": "holidayDates"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; }, never, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarComponent, "ax-calendar", never, { "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "disabled": "disabled"; "tabIndex": "tabIndex"; "depth": "depth"; "activeView": "activeView"; "min": "min"; "max": "max"; "disabledDates": "disabledDates"; "type": "type"; "holidayDates": "holidayDates"; "interface": "interface"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; }, never, never>;
41
50
  }
@@ -1,14 +1,12 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./calendar.component";
3
- import * as i2 from "./inline-calendar.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "../button/button.module";
6
- import * as i5 from "../icon/icon.module";
7
- import * as i6 from "../decorators/decorators.module";
8
- import * as i7 from "@acorex/core";
9
- import * as i8 from "../picker/picker.module";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../button/button.module";
5
+ import * as i4 from "../decorators/decorators.module";
6
+ import * as i5 from "@acorex/core";
7
+ import * as i6 from "../picker/picker.module";
10
8
  export declare class AXCalendarModule {
11
9
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCalendarModule, [typeof i1.AXCalendarComponent, typeof i2.AXInlineCalendarComponent], [typeof i3.CommonModule, typeof i4.AXButtonModule, typeof i5.AXIconModule, typeof i6.AXEditorDecoratorModule, typeof i7.AXDateTimeModule, typeof i8.AXPickerModule], [typeof i1.AXCalendarComponent, typeof i2.AXInlineCalendarComponent]>;
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]>;
13
11
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCalendarModule>;
14
12
  }
@@ -1,3 +1,2 @@
1
1
  export * from './calendar.component';
2
- export * from './inline-calendar.component';
3
2
  export * from './calendar.module';
@@ -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.AXEditorDecoratorModule], [typeof i1.AXCheckBoxComponent]>;
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
  }
@@ -147,5 +147,5 @@ export declare class AXDatePickerComponent extends AXBaseDatePickerMixin {
147
147
  _handleOnNavigate(e: AXCalendarNavigateEvent): void;
148
148
  private _highlightPart;
149
149
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDatePickerComponent, never>;
150
- static ɵcmp: i0.ɵɵComponentDeclaration<AXDatePickerComponent, "ax-date-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"; "depth": "depth"; "activeView": "activeView"; "min": "min"; "max": "max"; "disabledDates": "disabledDates"; "holidayDates": "holidayDates"; "format": "format"; "interface": "interface"; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "depthChange": "depthChange"; "typeChange": "typeChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "formatChange": "formatChange"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule", "ax-calendar-options"]>;
150
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXDatePickerComponent, "ax-date-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"; "depth": "depth"; "activeView": "activeView"; "min": "min"; "max": "max"; "disabledDates": "disabledDates"; "holidayDates": "holidayDates"; "format": "format"; "interface": "interface"; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "depthChange": "depthChange"; "typeChange": "typeChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "formatChange": "formatChange"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule", "ax-calendar-options"]>;
151
151
  }
@@ -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 "../icon/icon.module";
10
- import * as i9 from "@acorex/core";
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.AXEditorDecoratorModule, typeof i8.AXIconModule, typeof i9.AXDateTimeModule, typeof i10.FormsModule], [typeof i1.AXDatePickerComponent]>;
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 "./addon.component";
7
- import * as i6 from "@angular/common";
8
- export declare class AXEditorDecoratorModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<AXEditorDecoratorModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXEditorDecoratorModule, [typeof i1.AXDecoratorPrefixComponent, typeof i2.AXDecoratorSuffixComponent, typeof i3.AXDecoratorContentComponent, typeof i4.AXDecoratorHeaderComponent, typeof i5.AXDecoratorAddOnComponent], [typeof i6.CommonModule], [typeof i1.AXDecoratorPrefixComponent, typeof i2.AXDecoratorSuffixComponent, typeof i3.AXDecoratorContentComponent, typeof i4.AXDecoratorHeaderComponent, typeof i5.AXDecoratorAddOnComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<AXEditorDecoratorModule>;
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.AXEditorDecoratorModule], [typeof i1.AXDialogComponent]>;
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, QueryList } from '@angular/core';
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 zone;
7
- constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, zone: NgZone);
8
- drawers: QueryList<AXDrawerComponent>;
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, { "rtl": "rtl"; }, {}, ["drawers"], ["ax-drawer[location='top']", "ax-drawer[location='start']", "ax-drawer-content", "ax-drawer[location='end']", "ax-drawer[location='bottom']"]>;
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, AXEvent } from '../base';
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 elementRef;
6
- private zone;
7
- constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, zone: NgZone);
8
- onChanged: EventEmitter<AXEvent>;
9
- mode: 'push' | 'overlay';
10
- _currentMode: 'push' | 'overlay';
11
- location: 'start' | 'end' | 'top' | 'bottom';
12
- private _backdrop;
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
- _handleWindowsResize(e: UIEvent): void;
24
- _detectSize(): void;
25
- private _emitChange;
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, { "mode": "mode"; "location": "location"; "collapsed": "collapsed"; }, { "onChanged": "onChanged"; }, 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 "./drawer-content.component";
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, typeof i3.AXDrawerContentComponent], [typeof i4.CommonModule], [typeof i1.AXDrawerComponent, typeof i2.AXDrawerContainerComponent, typeof i3.AXDrawerContentComponent]>;
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
  }
@@ -1,4 +1,3 @@
1
1
  export * from './drawer.component';
2
2
  export * from './drawer-container.component';
3
- export * from './drawer-content.component';
4
3
  export * from './drawer.module';