@acorex/components 5.0.50 → 5.0.53

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 (189) hide show
  1. package/esm2020/lib/alert/alert-button.component.mjs +3 -3
  2. package/esm2020/lib/alert/alert-content.component.mjs +3 -3
  3. package/esm2020/lib/alert/alert-footer.component.mjs +3 -3
  4. package/esm2020/lib/alert/alert-suffix.component.mjs +3 -3
  5. package/esm2020/lib/alert/alert-title.component.mjs +3 -3
  6. package/esm2020/lib/alert/alert.component.mjs +8 -5
  7. package/esm2020/lib/alert/alert.module.mjs +4 -4
  8. package/esm2020/lib/avatar/avatar-group.component.mjs +17 -0
  9. package/esm2020/lib/avatar/avatar.component.mjs +30 -36
  10. package/esm2020/lib/avatar/avatar.module.mjs +7 -6
  11. package/esm2020/lib/avatar/index.mjs +2 -1
  12. package/esm2020/lib/badge/badge.component.mjs +3 -3
  13. package/esm2020/lib/badge/badge.module.mjs +4 -4
  14. package/esm2020/lib/base/common.module.mjs +4 -4
  15. package/esm2020/lib/base/custom-cdk-overlay.service.mjs +6 -6
  16. package/esm2020/lib/base/infinite-scroll.directive.mjs +3 -3
  17. package/esm2020/lib/base/mixin/base-components.class.mjs +4 -6
  18. package/esm2020/lib/base/mixin/color-look-mixing.class.mjs +1 -1
  19. package/esm2020/lib/base/mixin/mixin.class.mjs +3 -1
  20. package/esm2020/lib/base/mixin/selection-component.class.mjs +4 -2
  21. package/esm2020/lib/base/overlay.service.mjs +5 -5
  22. package/esm2020/lib/base/responsive.directive.mjs +3 -3
  23. package/esm2020/lib/breadcrumbs/breadcrumbs-item.class.mjs +2 -0
  24. package/esm2020/lib/breadcrumbs/breadcrumbs-item.component.mjs +17 -0
  25. package/esm2020/lib/breadcrumbs/breadcrumbs.component.mjs +15 -0
  26. package/esm2020/lib/breadcrumbs/breadcrumbs.module.mjs +20 -0
  27. package/esm2020/lib/breadcrumbs/index.mjs +5 -0
  28. package/esm2020/lib/button/button-group.component.mjs +3 -3
  29. package/esm2020/lib/button/button-item.component.mjs +3 -3
  30. package/esm2020/lib/button/button.component.mjs +3 -3
  31. package/esm2020/lib/button/button.module.mjs +4 -4
  32. package/esm2020/lib/calendar/calendar.class.mjs +3 -3
  33. package/esm2020/lib/calendar/calendar.component.mjs +5 -5
  34. package/esm2020/lib/calendar/calendar.module.mjs +4 -4
  35. package/esm2020/lib/carousel/carousel-arrows.component.mjs +3 -3
  36. package/esm2020/lib/carousel/carousel-item.component.mjs +3 -3
  37. package/esm2020/lib/carousel/carousel-pager.component.mjs +3 -3
  38. package/esm2020/lib/carousel/carousel.class.mjs +3 -3
  39. package/esm2020/lib/carousel/carousel.component.mjs +3 -3
  40. package/esm2020/lib/carousel/carousel.module.mjs +4 -4
  41. package/esm2020/lib/checkbox/checkbox.component.mjs +3 -3
  42. package/esm2020/lib/checkbox/checkbox.module.mjs +4 -4
  43. package/esm2020/lib/collapse/collapse-group.component.mjs +52 -0
  44. package/esm2020/lib/collapse/collapse.component.mjs +42 -0
  45. package/esm2020/lib/collapse/collapse.module.mjs +20 -0
  46. package/esm2020/lib/collapse/index.mjs +4 -0
  47. package/esm2020/lib/datalist/datalist.component.mjs +3 -3
  48. package/esm2020/lib/datalist/datalist.module.mjs +4 -4
  49. package/esm2020/lib/datepicker/datepicker.component.mjs +3 -3
  50. package/esm2020/lib/datepicker/datepicker.module.mjs +4 -4
  51. package/esm2020/lib/decorators/addon.component.mjs +3 -3
  52. package/esm2020/lib/decorators/content.component.mjs +3 -3
  53. package/esm2020/lib/decorators/decorators.module.mjs +4 -4
  54. package/esm2020/lib/decorators/header.component.mjs +3 -3
  55. package/esm2020/lib/decorators/prefix.component.mjs +3 -3
  56. package/esm2020/lib/decorators/suffix.component.mjs +3 -3
  57. package/esm2020/lib/dialog/dialog.component.mjs +3 -3
  58. package/esm2020/lib/dialog/dialog.module.mjs +4 -4
  59. package/esm2020/lib/dialog/dialog.service.mjs +5 -5
  60. package/esm2020/lib/drawer/drawer-container.component.mjs +3 -3
  61. package/esm2020/lib/drawer/drawer-content.component.mjs +3 -3
  62. package/esm2020/lib/drawer/drawer.component.mjs +3 -3
  63. package/esm2020/lib/drawer/drawer.module.mjs +4 -4
  64. package/esm2020/lib/dropdown/dropdown-panel.component.mjs +3 -3
  65. package/esm2020/lib/dropdown/dropdown.module.mjs +4 -4
  66. package/esm2020/lib/form/form-field.component.mjs +3 -3
  67. package/esm2020/lib/form/form-field.module.mjs +4 -4
  68. package/esm2020/lib/form/form-hint.component.mjs +3 -3
  69. package/esm2020/lib/form/form.component.mjs +12 -4
  70. package/esm2020/lib/icon/icon.component.mjs +3 -3
  71. package/esm2020/lib/icon/icon.module.mjs +4 -4
  72. package/esm2020/lib/input-mask/input-mask.component.mjs +3 -3
  73. package/esm2020/lib/input-mask/input-mask.module.mjs +4 -4
  74. package/esm2020/lib/label/label.component.mjs +3 -3
  75. package/esm2020/lib/label/label.module.mjs +4 -4
  76. package/esm2020/lib/loading/loading-spinner.component.mjs +3 -3
  77. package/esm2020/lib/loading/loading.component.mjs +3 -3
  78. package/esm2020/lib/loading/loading.directive.mjs +3 -3
  79. package/esm2020/lib/loading/loading.module.mjs +4 -4
  80. package/esm2020/lib/loading/loading.service.mjs +3 -3
  81. package/esm2020/lib/menu/menu.component.mjs +12 -4
  82. package/esm2020/lib/menu/menu.module.mjs +4 -4
  83. package/esm2020/lib/number-box/number-box.component.mjs +3 -3
  84. package/esm2020/lib/number-box/number-box.module.mjs +4 -4
  85. package/esm2020/lib/page/base-page.class.mjs +3 -3
  86. package/esm2020/lib/page/page-footer.component.mjs +3 -3
  87. package/esm2020/lib/page/page-header.component.mjs +3 -3
  88. package/esm2020/lib/page/page.component.mjs +3 -3
  89. package/esm2020/lib/page/page.module.mjs +4 -4
  90. package/esm2020/lib/password-box/password-box.component.mjs +6 -12
  91. package/esm2020/lib/password-box/password-box.module.mjs +4 -4
  92. package/esm2020/lib/popover/popover.component.mjs +3 -3
  93. package/esm2020/lib/popover/popover.module.mjs +4 -4
  94. package/esm2020/lib/popup/popup.component.mjs +12 -4
  95. package/esm2020/lib/popup/popup.module.mjs +4 -4
  96. package/esm2020/lib/popup/popup.service.mjs +3 -3
  97. package/esm2020/lib/progress-bar/progress-bar.component.mjs +21 -14
  98. package/esm2020/lib/progress-bar/progress-bar.module.mjs +4 -4
  99. package/esm2020/lib/radio/radio.component.mjs +12 -4
  100. package/esm2020/lib/radio/radio.module.mjs +4 -4
  101. package/esm2020/lib/range-slider/range-slider.component.mjs +3 -3
  102. package/esm2020/lib/range-slider/range-slider.module.mjs +4 -4
  103. package/esm2020/lib/rating/index.mjs +3 -0
  104. package/esm2020/lib/rating/rating.component.mjs +41 -0
  105. package/esm2020/lib/rating/rating.component.module.mjs +19 -0
  106. package/esm2020/lib/result/index.mjs +3 -0
  107. package/esm2020/lib/result/result.component.mjs +23 -0
  108. package/esm2020/lib/result/result.module.mjs +19 -0
  109. package/esm2020/lib/selectbox/selectbox.component.mjs +21 -5
  110. package/esm2020/lib/selectbox/selectbox.module.mjs +4 -4
  111. package/esm2020/lib/selection-list/selection-list.component.mjs +16 -6
  112. package/esm2020/lib/selection-list/selection-list.module.mjs +4 -4
  113. package/esm2020/lib/switch/switch.component.mjs +3 -3
  114. package/esm2020/lib/switch/switch.module.mjs +4 -4
  115. package/esm2020/lib/tabs/tab-content.directive.mjs +3 -3
  116. package/esm2020/lib/tabs/tab-item.component.mjs +3 -3
  117. package/esm2020/lib/tabs/tabs.component.mjs +3 -3
  118. package/esm2020/lib/tabs/tabs.module.mjs +4 -4
  119. package/esm2020/lib/textarea/textarea.component.mjs +3 -3
  120. package/esm2020/lib/textarea/textarea.module.mjs +4 -4
  121. package/esm2020/lib/textbox/textbox.component.mjs +3 -3
  122. package/esm2020/lib/textbox/textbox.module.mjs +4 -4
  123. package/esm2020/lib/time-box/time-box.component.mjs +12 -4
  124. package/esm2020/lib/time-box/time-box.module.mjs +4 -4
  125. package/esm2020/lib/toast/toast.component.mjs +12 -4
  126. package/esm2020/lib/toast/toast.module.mjs +4 -4
  127. package/esm2020/lib/toast/toast.service.mjs +3 -3
  128. package/esm2020/lib/tooltip/tooltip.component.mjs +3 -3
  129. package/esm2020/lib/tooltip/tooltip.directive.mjs +3 -3
  130. package/esm2020/lib/tooltip/tooltip.module.mjs +4 -4
  131. package/esm2020/lib/treeview/tree-view.component.mjs +12 -4
  132. package/esm2020/lib/treeview/tree-view.module.mjs +4 -4
  133. package/esm2020/lib/validation/validation-rule.widget.mjs +3 -3
  134. package/esm2020/lib/validation/validation.module.mjs +4 -4
  135. package/esm2020/public-api.mjs +5 -1
  136. package/fesm2015/acorex-components.mjs +791 -467
  137. package/fesm2015/acorex-components.mjs.map +1 -1
  138. package/fesm2020/acorex-components.mjs +791 -467
  139. package/fesm2020/acorex-components.mjs.map +1 -1
  140. package/lib/alert/alert.component.d.ts +2 -3
  141. package/lib/avatar/avatar-group.component.d.ts +8 -0
  142. package/lib/avatar/avatar.component.d.ts +17 -15
  143. package/lib/avatar/avatar.module.d.ts +3 -2
  144. package/lib/avatar/index.d.ts +1 -0
  145. package/lib/badge/badge.component.d.ts +0 -2
  146. package/lib/base/mixin/base-components.class.d.ts +0 -4
  147. package/lib/base/mixin/button-mixin.class.d.ts +1 -5
  148. package/lib/base/mixin/clickable-mixin.class.d.ts +0 -2
  149. package/lib/base/mixin/color-look-mixing.class.d.ts +0 -2
  150. package/lib/base/mixin/datalist-component.class.d.ts +0 -2
  151. package/lib/base/mixin/dropdown-mixin.class.d.ts +0 -2
  152. package/lib/base/mixin/interactive-mixin.class.d.ts +1 -5
  153. package/lib/base/mixin/loading-mixin.class.d.ts +0 -2
  154. package/lib/base/mixin/mixin.class.d.ts +62 -38
  155. package/lib/base/mixin/selection-component.class.d.ts +3 -2
  156. package/lib/base/mixin/sizable-mixin.class.d.ts +0 -2
  157. package/lib/base/mixin/textbox-mixin.class.d.ts +4 -3
  158. package/lib/base/mixin/value-mixin.class.d.ts +1 -5
  159. package/lib/breadcrumbs/breadcrumbs-item.class.d.ts +9 -0
  160. package/lib/breadcrumbs/breadcrumbs-item.component.d.ts +8 -0
  161. package/lib/breadcrumbs/breadcrumbs.component.d.ts +7 -0
  162. package/lib/breadcrumbs/breadcrumbs.module.d.ts +9 -0
  163. package/lib/breadcrumbs/index.d.ts +4 -0
  164. package/lib/button/button-item.component.d.ts +0 -4
  165. package/lib/collapse/collapse-group.component.d.ts +14 -0
  166. package/lib/collapse/collapse.component.d.ts +16 -0
  167. package/lib/collapse/collapse.module.d.ts +9 -0
  168. package/lib/collapse/index.d.ts +3 -0
  169. package/lib/datepicker/datepicker.component.d.ts +0 -6
  170. package/lib/form/form.component.d.ts +8 -0
  171. package/lib/menu/menu.component.d.ts +8 -0
  172. package/lib/password-box/password-box.component.d.ts +0 -1
  173. package/lib/popup/popup.component.d.ts +8 -0
  174. package/lib/progress-bar/progress-bar.component.d.ts +10 -4
  175. package/lib/radio/radio.component.d.ts +8 -0
  176. package/lib/rating/index.d.ts +2 -0
  177. package/lib/rating/rating.component.d.ts +21 -0
  178. package/lib/rating/rating.component.module.d.ts +8 -0
  179. package/lib/result/index.d.ts +2 -0
  180. package/lib/result/result.component.d.ts +12 -0
  181. package/lib/result/result.module.d.ts +8 -0
  182. package/lib/selectbox/selectbox.component.d.ts +17 -0
  183. package/lib/selection-list/selection-list.component.d.ts +12 -1
  184. package/lib/tabs/tab-item.component.d.ts +0 -2
  185. package/lib/time-box/time-box.component.d.ts +8 -0
  186. package/lib/toast/toast.component.d.ts +8 -0
  187. package/lib/treeview/tree-view.component.d.ts +8 -0
  188. package/package.json +4 -4
  189. package/public-api.d.ts +4 -0
@@ -11,8 +11,6 @@ export declare const AXBaseAlertMixin: {
11
11
  look: import("../base").AXStyleButtonLook;
12
12
  id: string;
13
13
  rtl: boolean;
14
- cssClass: string;
15
- cssStyle: string;
16
14
  "__#1@#elementRef": ElementRef<any>;
17
15
  _cdr: ChangeDetectorRef;
18
16
  _isInited: boolean;
@@ -42,6 +40,7 @@ export declare const AXBaseAlertMixin: {
42
40
  export declare class AXAlertComponent extends AXBaseAlertMixin {
43
41
  #private;
44
42
  icon: string;
43
+ showIcon: boolean;
45
44
  _onOptionChanged(option: AXComponentOptionChanged): void;
46
45
  /**
47
46
  * @ignore
@@ -72,5 +71,5 @@ export declare class AXAlertComponent extends AXBaseAlertMixin {
72
71
  */
73
72
  show(): void;
74
73
  static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertComponent, never>;
75
- static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertComponent, "ax-alert", never, { "color": "color"; "look": "look"; "icon": "icon"; "timeOut": "timeOut"; "visible": "visible"; }, {}, never, ["ax-alert-title", "ax-alert-content", "ax-alert-footer", "ax-alert-suffix"]>;
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"]>;
76
75
  }
@@ -0,0 +1,8 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AXAvatarGroup implements OnInit {
4
+ constructor();
5
+ ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXAvatarGroup, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXAvatarGroup, "ax-avatar-group", never, {}, {}, never, ["ax-avatar"]>;
8
+ }
@@ -1,20 +1,22 @@
1
1
  import { ElementRef, ChangeDetectorRef } from '@angular/core';
2
- import { AXSizableComponentMixin } from '../base';
2
+ import { AXAvatarMixin } from '../base';
3
3
  import * as i0 from "@angular/core";
4
- export declare class AXAvatarComponent extends AXSizableComponentMixin {
4
+ /**
5
+ * The Button is a component which detects user interaction and triggers a corresponding event
6
+ *
7
+ * @category Components
8
+ */
9
+ export declare class AXAvatarComponent extends AXAvatarMixin {
10
+ text: any;
11
+ icon: any;
12
+ src: any;
13
+ class: any;
14
+ type: "default" | 'text' | 'icon' | 'image';
15
+ /**
16
+ * @ignore
17
+ */
5
18
  constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
6
- private _image;
7
- get image(): string;
8
- set image(v: string);
9
- private _title;
10
- get title(): string;
11
- set title(v: string);
12
- private _icon;
13
- get icon(): string;
14
- set icon(v: string);
15
- private _abbr;
16
- get abbr(): string;
17
- set abbr(v: string);
19
+ get __hostClass(): string;
18
20
  static ɵfac: i0.ɵɵFactoryDeclaration<AXAvatarComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<AXAvatarComponent, "ax-avatar", never, { "rtl": "rtl"; "cssClass": "cssClass"; "cssStyle": "cssStyle"; "size": "size"; "image": "image"; "title": "title"; "icon": "icon"; "abbr": "abbr"; }, {}, never, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXAvatarComponent, "ax-avatar", never, { "color": "color"; "look": "look"; "text": "text"; "icon": "icon"; "src": "src"; "class": "class"; "type": "type"; }, {}, never, ["ax-badge", "ax-icon"]>;
20
22
  }
@@ -1,8 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./avatar.component";
3
- import * as i2 from "@angular/common";
3
+ import * as i2 from "./avatar-group.component";
4
+ import * as i3 from "@angular/common";
4
5
  export declare class AXAvatarModule {
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AXAvatarModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXAvatarModule, [typeof i1.AXAvatarComponent], [typeof i2.CommonModule], [typeof i1.AXAvatarComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXAvatarModule, [typeof i1.AXAvatarComponent, typeof i2.AXAvatarGroup], [typeof i3.CommonModule], [typeof i1.AXAvatarComponent, typeof i2.AXAvatarGroup]>;
7
8
  static ɵinj: i0.ɵɵInjectorDeclaration<AXAvatarModule>;
8
9
  }
@@ -1,2 +1,3 @@
1
+ export * from './avatar-group.component';
1
2
  export * from './avatar.component';
2
3
  export * from './avatar.module';
@@ -11,8 +11,6 @@ export declare const AXBaseBadgeMixin: {
11
11
  look: import("../base").AXStyleButtonLook;
12
12
  id: string;
13
13
  rtl: boolean;
14
- cssClass: string;
15
- cssStyle: string;
16
14
  "__#1@#elementRef": ElementRef<any>;
17
15
  _cdr: ChangeDetectorRef;
18
16
  _isInited: boolean;
@@ -28,8 +28,6 @@ export declare class AXBaseComponent {
28
28
  * A token that specifies the layout direction of component.
29
29
  */
30
30
  rtl: boolean;
31
- cssClass: string;
32
- cssStyle: string;
33
31
  _cdr: ChangeDetectorRef;
34
32
  _isInited: boolean;
35
33
  _isRendered: boolean;
@@ -62,8 +60,6 @@ export declare function _BaseComponenetMixin<TBase extends Constructor<AXBaseCom
62
60
  * A token that specifies the layout direction of component.
63
61
  */
64
62
  rtl: boolean;
65
- cssClass: string;
66
- cssStyle: string;
67
63
  "__#1@#elementRef": ElementRef<any>;
68
64
  _cdr: ChangeDetectorRef;
69
65
  _isInited: boolean;
@@ -40,16 +40,12 @@ export declare function _ButtonComponentMixin<TBase extends Constructor<AXBaseCo
40
40
  */
41
41
  id: string;
42
42
  rtl: boolean;
43
- cssClass: string;
44
- cssStyle: string;
45
43
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
46
44
  _cdr: import("@angular/core").ChangeDetectorRef;
47
45
  _isInited: boolean;
48
46
  _isRendered: boolean;
49
47
  ngOnInit(): void;
50
- ngAfterViewInit(): void; /**
51
- * Indicates if the Button is selected or not
52
- */
48
+ ngAfterViewInit(): void;
53
49
  ngOnDestroy(): void;
54
50
  _getHostElement<T = HTMLElement>(): T;
55
51
  _getInnerElement<T_1 = HTMLElement>(): T_1;
@@ -12,8 +12,6 @@ export declare function _ClickableComponenetMixin<TBase extends Constructor<AXBa
12
12
  _emitOnClickEvent(e: MouseEvent): void;
13
13
  id: string;
14
14
  rtl: boolean;
15
- cssClass: string;
16
- cssStyle: string;
17
15
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
18
16
  _cdr: import("@angular/core").ChangeDetectorRef;
19
17
  _isInited: boolean;
@@ -18,8 +18,6 @@ export declare function _ColorLookComponentMixin<TBase extends Constructor<AXBas
18
18
  look: AXStyleButtonLook;
19
19
  id: string;
20
20
  rtl: boolean;
21
- cssClass: string;
22
- cssStyle: string;
23
21
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
24
22
  _cdr: import("@angular/core").ChangeDetectorRef;
25
23
  _isInited: boolean;
@@ -32,8 +32,6 @@ export declare function _DatalistComponenetMixin<TBase extends Constructor<AXBas
32
32
  empty(): void;
33
33
  id: string;
34
34
  rtl: boolean;
35
- cssClass: string;
36
- cssStyle: string;
37
35
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
38
36
  _cdr: import("@angular/core").ChangeDetectorRef;
39
37
  _isInited: boolean;
@@ -26,8 +26,6 @@ export declare function _DropdownComponenetMixin<TBase extends Constructor<AXBas
26
26
  readonly isOpen: boolean;
27
27
  id: string;
28
28
  rtl: boolean;
29
- cssClass: string;
30
- cssStyle: string;
31
29
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
32
30
  _cdr: import("@angular/core").ChangeDetectorRef;
33
31
  _isInited: boolean;
@@ -35,8 +35,6 @@ export declare function _InteractiveComponenetMixin<TBase extends Constructor<AX
35
35
  hasFocus(): boolean;
36
36
  id: string;
37
37
  rtl: boolean;
38
- cssClass: string;
39
- cssStyle: string;
40
38
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
41
39
  _cdr: import("@angular/core").ChangeDetectorRef;
42
40
  _isInited: boolean;
@@ -46,9 +44,7 @@ export declare function _InteractiveComponenetMixin<TBase extends Constructor<AX
46
44
  ngOnDestroy(): void;
47
45
  _getHostElement<T = HTMLElement>(): T;
48
46
  _getInnerElement<T_1 = HTMLElement>(): T_1;
49
- _onInternalInit(): void; /**
50
- * Focuses the component.
51
- */
47
+ _onInternalInit(): void;
52
48
  _onInternalViewInit(): void;
53
49
  _onInternalDestroy(): void;
54
50
  onInit(): void;
@@ -17,8 +17,6 @@ export declare function _LoadingComponenetMixin<TBase extends Constructor<AXBase
17
17
  _onInternalInit(): void;
18
18
  id: string;
19
19
  rtl: boolean;
20
- cssClass: string;
21
- cssStyle: string;
22
20
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
23
21
  _cdr: import("@angular/core").ChangeDetectorRef;
24
22
  _isInited: boolean;
@@ -4,8 +4,6 @@ export declare const AXBaseComponentMixin: {
4
4
  new (...args: any[]): {
5
5
  id: string;
6
6
  rtl: boolean;
7
- cssClass: string;
8
- cssStyle: string;
9
7
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
10
8
  _cdr: import("@angular/core").ChangeDetectorRef;
11
9
  _isInited: boolean;
@@ -33,8 +31,6 @@ export declare const AXSizableComponentMixin: {
33
31
  _onInternalInit(): void;
34
32
  id: string;
35
33
  rtl: boolean;
36
- cssClass: string;
37
- cssStyle: string;
38
34
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
39
35
  _cdr: import("@angular/core").ChangeDetectorRef;
40
36
  _isInited: boolean;
@@ -58,8 +54,6 @@ export declare const AXSizableComponentMixin: {
58
54
  new (...args: any[]): {
59
55
  id: string;
60
56
  rtl: boolean;
61
- cssClass: string;
62
- cssStyle: string;
63
57
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
64
58
  _cdr: import("@angular/core").ChangeDetectorRef;
65
59
  _isInited: boolean;
@@ -87,8 +81,6 @@ export declare const AXInteractiveComponenetMixin: {
87
81
  _onInternalInit(): void;
88
82
  id: string;
89
83
  rtl: boolean;
90
- cssClass: string;
91
- cssStyle: string;
92
84
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
93
85
  _cdr: import("@angular/core").ChangeDetectorRef;
94
86
  _isInited: boolean;
@@ -121,8 +113,6 @@ export declare const AXInteractiveComponenetMixin: {
121
113
  hasFocus(): boolean;
122
114
  id: string;
123
115
  rtl: boolean;
124
- cssClass: string;
125
- cssStyle: string;
126
116
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
127
117
  _cdr: import("@angular/core").ChangeDetectorRef;
128
118
  _isInited: boolean;
@@ -156,8 +146,6 @@ export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
156
146
  hasFocus(): boolean;
157
147
  id: string;
158
148
  rtl: boolean;
159
- cssClass: string;
160
- cssStyle: string;
161
149
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
162
150
  _cdr: import("@angular/core").ChangeDetectorRef;
163
151
  _isInited: boolean;
@@ -183,8 +171,6 @@ export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
183
171
  _emitOnClickEvent(e: MouseEvent): void;
184
172
  id: string;
185
173
  rtl: boolean;
186
- cssClass: string;
187
- cssStyle: string;
188
174
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
189
175
  _cdr: import("@angular/core").ChangeDetectorRef;
190
176
  _isInited: boolean;
@@ -212,8 +198,6 @@ export declare const AXBaseButtonMixin: {
212
198
  _onInternalInit(): void;
213
199
  id: string;
214
200
  rtl: boolean;
215
- cssClass: string;
216
- cssStyle: string;
217
201
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
218
202
  _cdr: import("@angular/core").ChangeDetectorRef;
219
203
  _isInited: boolean;
@@ -246,8 +230,6 @@ export declare const AXBaseButtonMixin: {
246
230
  hasFocus(): boolean;
247
231
  id: string;
248
232
  rtl: boolean;
249
- cssClass: string;
250
- cssStyle: string;
251
233
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
252
234
  _cdr: import("@angular/core").ChangeDetectorRef;
253
235
  _isInited: boolean;
@@ -273,8 +255,6 @@ export declare const AXBaseButtonMixin: {
273
255
  _emitOnClickEvent(e: MouseEvent): void;
274
256
  id: string;
275
257
  rtl: boolean;
276
- cssClass: string;
277
- cssStyle: string;
278
258
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
279
259
  _cdr: import("@angular/core").ChangeDetectorRef;
280
260
  _isInited: boolean;
@@ -305,8 +285,6 @@ export declare const AXBaseButtonMixin: {
305
285
  look: import("@acorex/components").AXStyleButtonLook;
306
286
  id: string;
307
287
  rtl: boolean;
308
- cssClass: string;
309
- cssStyle: string;
310
288
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
311
289
  _cdr: import("@angular/core").ChangeDetectorRef;
312
290
  _isInited: boolean;
@@ -348,8 +326,6 @@ export declare const AXBaseButtonMixin: {
348
326
  };
349
327
  id: string;
350
328
  rtl: boolean;
351
- cssClass: string;
352
- cssStyle: string;
353
329
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
354
330
  _cdr: import("@angular/core").ChangeDetectorRef;
355
331
  _isInited: boolean;
@@ -376,8 +352,6 @@ export declare const AXBaseTextBoxMixin: {
376
352
  _onInternalInit(): void;
377
353
  id: string;
378
354
  rtl: boolean;
379
- cssClass: string;
380
- cssStyle: string;
381
355
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
382
356
  _cdr: import("@angular/core").ChangeDetectorRef;
383
357
  _isInited: boolean;
@@ -410,8 +384,6 @@ export declare const AXBaseTextBoxMixin: {
410
384
  hasFocus(): boolean;
411
385
  id: string;
412
386
  rtl: boolean;
413
- cssClass: string;
414
- cssStyle: string;
415
387
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
416
388
  _cdr: import("@angular/core").ChangeDetectorRef;
417
389
  _isInited: boolean;
@@ -461,8 +433,6 @@ export declare const AXBaseTextBoxMixin: {
461
433
  _setState(state: "error" | "clear" | "success", ...args: any[]): void;
462
434
  id: string;
463
435
  rtl: boolean;
464
- cssClass: string;
465
- cssStyle: string;
466
436
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
467
437
  _cdr: import("@angular/core").ChangeDetectorRef;
468
438
  _isInited: boolean;
@@ -491,8 +461,6 @@ export declare const AXBaseTextBoxMixin: {
491
461
  _emitOnKeydownEvent(e: KeyboardEvent): void;
492
462
  id: string;
493
463
  rtl: boolean;
494
- cssClass: string;
495
- cssStyle: string;
496
464
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
497
465
  _cdr: import("@angular/core").ChangeDetectorRef;
498
466
  _isInited: boolean;
@@ -523,8 +491,6 @@ export declare const AXBaseDropdownMixin: {
523
491
  _onInternalInit(): void;
524
492
  id: string;
525
493
  rtl: boolean;
526
- cssClass: string;
527
- cssStyle: string;
528
494
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
529
495
  _cdr: import("@angular/core").ChangeDetectorRef;
530
496
  _isInited: boolean;
@@ -557,8 +523,6 @@ export declare const AXBaseDropdownMixin: {
557
523
  hasFocus(): boolean;
558
524
  id: string;
559
525
  rtl: boolean;
560
- cssClass: string;
561
- cssStyle: string;
562
526
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
563
527
  _cdr: import("@angular/core").ChangeDetectorRef;
564
528
  _isInited: boolean;
@@ -594,8 +558,6 @@ export declare const AXBaseDropdownMixin: {
594
558
  readonly isOpen: boolean;
595
559
  id: string;
596
560
  rtl: boolean;
597
- cssClass: string;
598
- cssStyle: string;
599
561
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
600
562
  _cdr: import("@angular/core").ChangeDetectorRef;
601
563
  _isInited: boolean;
@@ -614,3 +576,65 @@ export declare const AXBaseDropdownMixin: {
614
576
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
615
577
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
616
578
  }) & typeof AXBaseComponent;
579
+ export declare const AXBaseProgressMixin: {
580
+ new (...args: any[]): {
581
+ colorChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleColorType>;
582
+ _color: import("@acorex/components").AXStyleColorType;
583
+ color: import("@acorex/components").AXStyleColorType;
584
+ lookChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleButtonLook>;
585
+ _look?: import("@acorex/components").AXStyleButtonLook;
586
+ look: import("@acorex/components").AXStyleButtonLook;
587
+ id: string;
588
+ rtl: boolean;
589
+ "__#1@#elementRef": import("@angular/core").ElementRef<any>;
590
+ _cdr: import("@angular/core").ChangeDetectorRef;
591
+ _isInited: boolean;
592
+ _isRendered: boolean;
593
+ ngOnInit(): void;
594
+ ngAfterViewInit(): void;
595
+ ngOnDestroy(): void;
596
+ _getHostElement<T = HTMLElement>(): T;
597
+ _getInnerElement<T_1 = HTMLElement>(): T_1;
598
+ _onInternalInit(): void;
599
+ _onInternalViewInit(): void;
600
+ _onInternalDestroy(): void;
601
+ onInit(): void;
602
+ onRenderCssClass(): void;
603
+ onViewInit(): void;
604
+ onDestroy(): void;
605
+ _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
606
+ _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
607
+ _setOption(option: import("./base-components.class").AXComponentSetOption): void;
608
+ };
609
+ } & typeof AXBaseComponent;
610
+ export declare const AXAvatarMixin: {
611
+ new (...args: any[]): {
612
+ colorChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleColorType>;
613
+ _color: import("@acorex/components").AXStyleColorType;
614
+ color: import("@acorex/components").AXStyleColorType;
615
+ lookChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleButtonLook>;
616
+ _look?: import("@acorex/components").AXStyleButtonLook;
617
+ look: import("@acorex/components").AXStyleButtonLook;
618
+ id: string;
619
+ rtl: boolean;
620
+ "__#1@#elementRef": import("@angular/core").ElementRef<any>;
621
+ _cdr: import("@angular/core").ChangeDetectorRef;
622
+ _isInited: boolean;
623
+ _isRendered: boolean;
624
+ ngOnInit(): void;
625
+ ngAfterViewInit(): void;
626
+ ngOnDestroy(): void;
627
+ _getHostElement<T = HTMLElement>(): T;
628
+ _getInnerElement<T_1 = HTMLElement>(): T_1;
629
+ _onInternalInit(): void;
630
+ _onInternalViewInit(): void;
631
+ _onInternalDestroy(): void;
632
+ onInit(): void;
633
+ onRenderCssClass(): void;
634
+ onViewInit(): void;
635
+ onDestroy(): void;
636
+ _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
637
+ _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
638
+ _setOption(option: import("./base-components.class").AXComponentSetOption): void;
639
+ };
640
+ } & typeof AXBaseComponent;
@@ -13,6 +13,9 @@ export declare function _SelectionComponenetMixin<TBase extends Constructor<AXBa
13
13
  }) => boolean;
14
14
  multiple: boolean;
15
15
  selectionMode: 'value' | 'item';
16
+ /**
17
+ * Defines the primary text to show inside the button.
18
+ */
16
19
  readonly items: any[];
17
20
  readonly displayItems: any[];
18
21
  readonly flatItems: any[];
@@ -33,8 +36,6 @@ export declare function _SelectionComponenetMixin<TBase extends Constructor<AXBa
33
36
  isItemDisabled(item: any): boolean;
34
37
  id: string;
35
38
  rtl: boolean;
36
- cssClass: string;
37
- cssStyle: string;
38
39
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
39
40
  _cdr: import("@angular/core").ChangeDetectorRef;
40
41
  _isInited: boolean;
@@ -9,8 +9,6 @@ export declare function _SizableComponenetMixin<TBase extends Constructor<AXBase
9
9
  _onInternalInit(): void;
10
10
  id: string;
11
11
  rtl: boolean;
12
- cssClass: string;
13
- cssStyle: string;
14
12
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
15
13
  _cdr: import("@angular/core").ChangeDetectorRef;
16
14
  _isInited: boolean;
@@ -28,11 +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
- cssClass: string;
32
- cssStyle: string;
33
31
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
34
32
  _cdr: import("@angular/core").ChangeDetectorRef;
35
- _isInited: boolean;
33
+ _isInited: boolean; /**
34
+ * Fires each time the user press a key.
35
+ * @event
36
+ */
36
37
  _isRendered: boolean;
37
38
  ngOnInit(): void;
38
39
  ngAfterViewInit(): void;
@@ -41,12 +41,8 @@ export declare function _ValueComponenetMixin<TBase extends Constructor<AXBaseCo
41
41
  _setState(state: 'clear' | 'success' | 'error', ...args: any[]): void;
42
42
  id: string;
43
43
  rtl: boolean;
44
- cssClass: string;
45
- cssStyle: string;
46
44
  "__#1@#elementRef": import("@angular/core").ElementRef<any>;
47
- _cdr: import("@angular/core").ChangeDetectorRef; /**
48
- * If set to true, user cannot change the value of component.
49
- */
45
+ _cdr: import("@angular/core").ChangeDetectorRef;
50
46
  _isInited: boolean;
51
47
  _isRendered: boolean;
52
48
  ngOnInit(): void;
@@ -0,0 +1,9 @@
1
+ export interface AXBreadcrumbsItems {
2
+ name?: string;
3
+ icon?: string;
4
+ text: string;
5
+ tooltip?: string;
6
+ iconClass?: string;
7
+ disabled?: boolean;
8
+ onClick?: (...args: any[]) => void;
9
+ }
@@ -0,0 +1,8 @@
1
+ import { AXBaseComponent } from '../base/mixin';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AXBreadCrumbsItemComponent extends AXBaseComponent {
4
+ text: string;
5
+ constructor();
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXBreadCrumbsItemComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXBreadCrumbsItemComponent, "ax-breadcrumbs-item", never, { "text": "text"; }, {}, never, ["ax-prefix,ax-loading,ax-icon", "ax-suffix,ax-loading,ax-icon"]>;
8
+ }
@@ -0,0 +1,7 @@
1
+ import { AXBaseComponent } from '../base';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AXBreadCrumbsComponent extends AXBaseComponent {
4
+ constructor();
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXBreadCrumbsComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXBreadCrumbsComponent, "ax-breadcrumbs", never, {}, {}, never, ["ax-breadcrumbs-item"]>;
7
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./breadcrumbs.component";
3
+ import * as i2 from "./breadcrumbs-item.component";
4
+ import * as i3 from "@angular/common";
5
+ export declare class AXBreadcrumbsModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXBreadcrumbsModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXBreadcrumbsModule, [typeof i1.AXBreadCrumbsComponent, typeof i2.AXBreadCrumbsItemComponent], [typeof i3.CommonModule], [typeof i1.AXBreadCrumbsComponent, typeof i2.AXBreadCrumbsItemComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXBreadcrumbsModule>;
9
+ }
@@ -0,0 +1,4 @@
1
+ export * from './breadcrumbs-item.class';
2
+ export * from './breadcrumbs.component';
3
+ export * from './breadcrumbs-item.component';
4
+ export * from './breadcrumbs.module';
@@ -14,8 +14,6 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
14
14
  hasFocus(): boolean;
15
15
  id: string;
16
16
  rtl: boolean;
17
- cssClass: string;
18
- cssStyle: string;
19
17
  "__#1@#elementRef": ElementRef<any>;
20
18
  _cdr: ChangeDetectorRef;
21
19
  _isInited: boolean;
@@ -41,8 +39,6 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
41
39
  _emitOnClickEvent(e: MouseEvent): void;
42
40
  id: string;
43
41
  rtl: boolean;
44
- cssClass: string;
45
- cssStyle: string;
46
42
  "__#1@#elementRef": ElementRef<any>;
47
43
  _cdr: ChangeDetectorRef;
48
44
  _isInited: boolean;
@@ -0,0 +1,14 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { AXBaseComponent } from '../base';
3
+ import * as i0 from "@angular/core";
4
+ export declare class AXCollapseGroupComponent extends AXBaseComponent implements OnInit {
5
+ accordion: boolean;
6
+ nonCollapsedIndex: number;
7
+ private _collapses;
8
+ constructor();
9
+ ngOnInit(): void;
10
+ ngAfterViewInit(): void;
11
+ ngDoCheck(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseGroupComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXCollapseGroupComponent, "ax-collapse-group", never, { "accordion": "accordion"; "nonCollapsedIndex": "nonCollapsedIndex"; }, {}, ["_collapses"], ["ax-collapse"]>;
14
+ }
@@ -0,0 +1,16 @@
1
+ import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
2
+ import { AXBaseComponent } from '../base';
3
+ import * as i0 from "@angular/core";
4
+ export declare class AXCollapseComponent extends AXBaseComponent implements OnInit {
5
+ isCollapsedChange: EventEmitter<any>;
6
+ private _isCollapsed;
7
+ get isCollapsed(): boolean;
8
+ set isCollapsed(v: boolean);
9
+ caption: string;
10
+ headerTemplate: TemplateRef<any>;
11
+ constructor();
12
+ ngOnInit(): void;
13
+ handleHeaderClick(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXCollapseComponent, "ax-collapse", never, { "isCollapsed": "isCollapsed"; "caption": "caption"; }, { "isCollapsedChange": "isCollapsedChange"; }, ["headerTemplate"], ["ax-prefix", "ax-suffix", "*"]>;
16
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./collapse.component";
3
+ import * as i2 from "./collapse-group.component";
4
+ import * as i3 from "@angular/common";
5
+ export declare class AXCollapseModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCollapseModule, [typeof i1.AXCollapseComponent, typeof i2.AXCollapseGroupComponent], [typeof i3.CommonModule], [typeof i1.AXCollapseComponent, typeof i2.AXCollapseGroupComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCollapseModule>;
9
+ }
@@ -0,0 +1,3 @@
1
+ export * from './collapse-group.component';
2
+ export * from './collapse.component';
3
+ export * from './collapse.module';
@@ -18,8 +18,6 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
18
18
  hasFocus(): boolean;
19
19
  id: string;
20
20
  rtl: boolean;
21
- cssClass: string;
22
- cssStyle: string;
23
21
  "__#1@#elementRef": ElementRef<any>;
24
22
  _cdr: ChangeDetectorRef;
25
23
  _isInited: boolean;
@@ -55,8 +53,6 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
55
53
  readonly isOpen: boolean;
56
54
  id: string;
57
55
  rtl: boolean;
58
- cssClass: string;
59
- cssStyle: string;
60
56
  "__#1@#elementRef": ElementRef<any>;
61
57
  _cdr: ChangeDetectorRef;
62
58
  _isInited: boolean;
@@ -104,8 +100,6 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
104
100
  _setState(state: "error" | "clear" | "success", ...args: any[]): void;
105
101
  id: string;
106
102
  rtl: boolean;
107
- cssClass: string;
108
- cssStyle: string;
109
103
  "__#1@#elementRef": ElementRef<any>;
110
104
  _cdr: ChangeDetectorRef;
111
105
  _isInited: boolean;