@acorex/components 20.1.24 → 20.1.26

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 (234) hide show
  1. package/action-sheet/index.d.ts +1 -10
  2. package/alert/index.d.ts +1 -3
  3. package/avatar/index.d.ts +1 -2
  4. package/badge/index.d.ts +1 -2
  5. package/bottom-navigation/index.d.ts +10 -2
  6. package/breadcrumbs/index.d.ts +2 -3
  7. package/button/index.d.ts +56 -17
  8. package/button-group/index.d.ts +8 -5
  9. package/calendar/index.d.ts +5 -7
  10. package/check-box/index.d.ts +1 -4
  11. package/chips/index.d.ts +1 -2
  12. package/collapse/index.d.ts +1 -3
  13. package/color-box/index.d.ts +4 -8
  14. package/color-palette/index.d.ts +19 -24
  15. package/comment/index.d.ts +5 -5
  16. package/datetime-box/index.d.ts +1 -7
  17. package/datetime-input/index.d.ts +1 -4
  18. package/datetime-picker/index.d.ts +1 -10
  19. package/fesm2022/acorex-components-accordion.mjs +10 -10
  20. package/fesm2022/acorex-components-accordion.mjs.map +1 -1
  21. package/fesm2022/acorex-components-action-sheet.mjs +20 -46
  22. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  23. package/fesm2022/acorex-components-alert.mjs +9 -11
  24. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  25. package/fesm2022/acorex-components-audio-wave.mjs +7 -7
  26. package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
  27. package/fesm2022/acorex-components-autocomplete.mjs +7 -7
  28. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
  29. package/fesm2022/acorex-components-avatar.mjs +11 -13
  30. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  31. package/fesm2022/acorex-components-badge.mjs +8 -9
  32. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  33. package/fesm2022/acorex-components-bottom-navigation.mjs +17 -13
  34. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
  35. package/fesm2022/acorex-components-breadcrumbs.mjs +21 -19
  36. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  37. package/fesm2022/acorex-components-button-group.mjs +31 -22
  38. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  39. package/fesm2022/acorex-components-button.mjs +73 -30
  40. package/fesm2022/acorex-components-button.mjs.map +1 -1
  41. package/fesm2022/acorex-components-calendar.mjs +27 -24
  42. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  43. package/fesm2022/acorex-components-check-box.mjs +8 -10
  44. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  45. package/fesm2022/acorex-components-chips.mjs +8 -9
  46. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  47. package/fesm2022/acorex-components-circular-progress.mjs +7 -7
  48. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  49. package/fesm2022/acorex-components-collapse.mjs +14 -15
  50. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  51. package/fesm2022/acorex-components-color-box.mjs +27 -29
  52. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  53. package/fesm2022/acorex-components-color-palette.mjs +53 -73
  54. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  55. package/fesm2022/acorex-components-comment.mjs +34 -34
  56. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  57. package/fesm2022/acorex-components-conversation.mjs +49 -49
  58. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  59. package/fesm2022/acorex-components-cron-job.mjs +46 -46
  60. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  61. package/fesm2022/acorex-components-data-pager.mjs +31 -31
  62. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  63. package/fesm2022/acorex-components-data-table.mjs +37 -37
  64. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  65. package/fesm2022/acorex-components-datetime-box.mjs +13 -28
  66. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  67. package/fesm2022/acorex-components-datetime-input.mjs +10 -13
  68. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  69. package/fesm2022/acorex-components-datetime-picker.mjs +18 -39
  70. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  71. package/fesm2022/acorex-components-decorators.mjs +25 -25
  72. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  73. package/fesm2022/acorex-components-dialog.mjs +10 -10
  74. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  75. package/fesm2022/acorex-components-drawer-2.mjs +10 -10
  76. package/fesm2022/acorex-components-drawer-2.mjs.map +1 -1
  77. package/fesm2022/acorex-components-drawer.mjs +13 -13
  78. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  79. package/fesm2022/acorex-components-dropdown-button.mjs +7 -7
  80. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  81. package/fesm2022/acorex-components-dropdown.mjs +13 -13
  82. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  83. package/fesm2022/acorex-components-file-explorer.mjs +25 -25
  84. package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
  85. package/fesm2022/acorex-components-flow-chart.mjs +40 -16
  86. package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
  87. package/fesm2022/acorex-components-form.mjs +26 -17
  88. package/fesm2022/acorex-components-form.mjs.map +1 -1
  89. package/fesm2022/acorex-components-grid-layout-builder.mjs +10 -10
  90. package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
  91. package/fesm2022/acorex-components-image-editor.mjs +34 -34
  92. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  93. package/fesm2022/acorex-components-image.mjs +7 -7
  94. package/fesm2022/acorex-components-image.mjs.map +1 -1
  95. package/fesm2022/acorex-components-json-viewer.mjs +7 -7
  96. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  97. package/fesm2022/acorex-components-kanban.mjs +4 -4
  98. package/fesm2022/acorex-components-kanban.mjs.map +1 -1
  99. package/fesm2022/acorex-components-kbd.mjs +14 -13
  100. package/fesm2022/acorex-components-kbd.mjs.map +1 -1
  101. package/fesm2022/acorex-components-label.mjs +9 -9
  102. package/fesm2022/acorex-components-label.mjs.map +1 -1
  103. package/fesm2022/acorex-components-list.mjs +8 -8
  104. package/fesm2022/acorex-components-list.mjs.map +1 -1
  105. package/fesm2022/acorex-components-loading-dialog.mjs +11 -11
  106. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  107. package/fesm2022/acorex-components-loading.mjs +16 -16
  108. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  109. package/fesm2022/acorex-components-map.mjs +481 -110
  110. package/fesm2022/acorex-components-map.mjs.map +1 -1
  111. package/fesm2022/acorex-components-media-viewer.mjs +37 -37
  112. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  113. package/fesm2022/acorex-components-menu.mjs +27 -18
  114. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  115. package/fesm2022/{acorex-components-modal-acorex-components-modal-C_TpX235.mjs → acorex-components-modal-acorex-components-modal-yzX5PZMM.mjs} +101 -22
  116. package/fesm2022/acorex-components-modal-acorex-components-modal-yzX5PZMM.mjs.map +1 -0
  117. package/fesm2022/{acorex-components-modal-modal-content.component-BRhLxoBk.mjs → acorex-components-modal-modal-content.component-Bt8c43qi.mjs} +5 -5
  118. package/fesm2022/{acorex-components-modal-modal-content.component-BRhLxoBk.mjs.map → acorex-components-modal-modal-content.component-Bt8c43qi.mjs.map} +1 -1
  119. package/fesm2022/acorex-components-modal.mjs +1 -1
  120. package/fesm2022/acorex-components-navbar.mjs +13 -8
  121. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  122. package/fesm2022/acorex-components-notification.mjs +14 -11
  123. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  124. package/fesm2022/acorex-components-number-box-2.mjs +3 -3
  125. package/fesm2022/acorex-components-number-box-2.mjs.map +1 -1
  126. package/fesm2022/acorex-components-number-box.mjs +7 -7
  127. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  128. package/fesm2022/acorex-components-otp.mjs +9 -9
  129. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  130. package/fesm2022/acorex-components-page.mjs +10 -10
  131. package/fesm2022/acorex-components-page.mjs.map +1 -1
  132. package/fesm2022/acorex-components-paint.mjs +25 -25
  133. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  134. package/fesm2022/acorex-components-password-box.mjs +11 -11
  135. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  136. package/fesm2022/acorex-components-pdf-reader.mjs +7 -7
  137. package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
  138. package/fesm2022/acorex-components-phone-box.mjs +14 -11
  139. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  140. package/fesm2022/acorex-components-picker.mjs +13 -13
  141. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  142. package/fesm2022/acorex-components-popover.mjs +7 -7
  143. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  144. package/fesm2022/acorex-components-popup.mjs +10 -10
  145. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  146. package/fesm2022/acorex-components-progress-bar.mjs +7 -7
  147. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  148. package/fesm2022/acorex-components-qrcode.mjs +7 -7
  149. package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
  150. package/fesm2022/acorex-components-query-builder.mjs +7 -7
  151. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  152. package/fesm2022/acorex-components-radio.mjs +7 -7
  153. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  154. package/fesm2022/acorex-components-rail-navigation.mjs +24 -13
  155. package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
  156. package/fesm2022/acorex-components-range-slider.mjs +7 -7
  157. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  158. package/fesm2022/acorex-components-rate-picker.mjs +7 -7
  159. package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
  160. package/fesm2022/acorex-components-rest-api-generator.mjs +22 -22
  161. package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
  162. package/fesm2022/acorex-components-result.mjs +7 -7
  163. package/fesm2022/acorex-components-result.mjs.map +1 -1
  164. package/fesm2022/acorex-components-routing-progress.mjs +7 -7
  165. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  166. package/fesm2022/acorex-components-rrule.mjs +6 -6
  167. package/fesm2022/acorex-components-rrule.mjs.map +1 -1
  168. package/fesm2022/acorex-components-scheduler.mjs +31 -31
  169. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  170. package/fesm2022/acorex-components-scss.mjs +4 -4
  171. package/fesm2022/acorex-components-scss.mjs.map +1 -1
  172. package/fesm2022/acorex-components-search-box.mjs +7 -7
  173. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  174. package/fesm2022/acorex-components-select-box.mjs +7 -7
  175. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  176. package/fesm2022/acorex-components-selection-list-2.mjs +7 -7
  177. package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
  178. package/fesm2022/acorex-components-selection-list.mjs +7 -7
  179. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  180. package/fesm2022/acorex-components-side-menu.mjs +98 -43
  181. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  182. package/fesm2022/acorex-components-skeleton.mjs +7 -7
  183. package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
  184. package/fesm2022/acorex-components-slider.mjs +7 -7
  185. package/fesm2022/acorex-components-slider.mjs.map +1 -1
  186. package/fesm2022/acorex-components-sliding-item.mjs +13 -13
  187. package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
  188. package/fesm2022/acorex-components-step-wizard.mjs +13 -13
  189. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  190. package/fesm2022/acorex-components-switch.mjs +10 -10
  191. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  192. package/fesm2022/acorex-components-tabs.mjs +13 -13
  193. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  194. package/fesm2022/acorex-components-tag-box.mjs +7 -7
  195. package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
  196. package/fesm2022/acorex-components-tag.mjs +7 -7
  197. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  198. package/fesm2022/acorex-components-text-area.mjs +7 -7
  199. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  200. package/fesm2022/acorex-components-text-box.mjs +10 -10
  201. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  202. package/fesm2022/acorex-components-time-duration.mjs +7 -7
  203. package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
  204. package/fesm2022/acorex-components-time-line.mjs +10 -10
  205. package/fesm2022/acorex-components-time-line.mjs.map +1 -1
  206. package/fesm2022/acorex-components-toast.mjs +10 -10
  207. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  208. package/fesm2022/acorex-components-toolbar.mjs +7 -7
  209. package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
  210. package/fesm2022/acorex-components-tooltip.mjs +12 -11
  211. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  212. package/fesm2022/acorex-components-tree-view.mjs +10 -10
  213. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  214. package/fesm2022/acorex-components-uploader.mjs +22 -22
  215. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  216. package/fesm2022/acorex-components-video-player.mjs +7 -7
  217. package/fesm2022/acorex-components-video-player.mjs.map +1 -1
  218. package/fesm2022/acorex-components-wysiwyg.mjs +33 -33
  219. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  220. package/flow-chart/index.d.ts +24 -0
  221. package/form/index.d.ts +4 -0
  222. package/kbd/index.d.ts +4 -3
  223. package/map/index.d.ts +93 -1
  224. package/menu/index.d.ts +2 -0
  225. package/modal/index.d.ts +43 -0
  226. package/navbar/index.d.ts +6 -1
  227. package/package.json +48 -48
  228. package/paint/index.d.ts +1 -1
  229. package/password-box/index.d.ts +6 -6
  230. package/phone-box/index.d.ts +10 -8
  231. package/rail-navigation/index.d.ts +11 -0
  232. package/side-menu/index.d.ts +16 -7
  233. package/tooltip/index.d.ts +2 -1
  234. package/fesm2022/acorex-components-modal-acorex-components-modal-C_TpX235.mjs.map +0 -1
@@ -1,16 +1,7 @@
1
- import * as i1 from '@acorex/cdk/common';
2
1
  import { AXStyleColorType, MXBaseComponent } from '@acorex/cdk/common';
3
- import * as i5 from '@angular/cdk/portal';
4
2
  import { ComponentType, Portal, CdkPortalOutletAttachedRef } from '@angular/cdk/portal';
5
3
  import * as i0 from '@angular/core';
6
4
  import { TemplateRef, OnInit, OnDestroy } from '@angular/core';
7
- import * as i2 from '@angular/cdk/drag-drop';
8
- import * as i3 from '@angular/cdk/a11y';
9
- import * as i4 from '@acorex/components/button';
10
- import * as i6 from '@acorex/components/decorators';
11
- import * as i7 from '@acorex/core/translation';
12
- import * as i8 from '@angular/cdk/dialog';
13
- import * as i9 from '@angular/common';
14
5
  import * as rxjs from 'rxjs';
15
6
  import { Subject } from 'rxjs';
16
7
 
@@ -124,7 +115,7 @@ declare class AXActionSheetComponent extends MXBaseComponent implements OnInit,
124
115
 
125
116
  declare class AXActionSheetModule {
126
117
  static ɵfac: i0.ɵɵFactoryDeclaration<AXActionSheetModule, never>;
127
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXActionSheetModule, never, [typeof i1.AXCommonModule, typeof i2.DragDropModule, typeof i3.A11yModule, typeof i4.AXButtonModule, typeof i5.PortalModule, typeof i6.AXDecoratorModule, typeof i7.AXTranslationModule, typeof i8.DialogModule, typeof i9.AsyncPipe, typeof AXActionSheetComponent], [typeof AXActionSheetComponent]>;
118
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXActionSheetModule, never, [typeof AXActionSheetComponent], [typeof AXActionSheetComponent]>;
128
119
  static ɵinj: i0.ɵɵInjectorDeclaration<AXActionSheetModule>;
129
120
  }
130
121
 
package/alert/index.d.ts CHANGED
@@ -1,8 +1,6 @@
1
1
  import * as _angular_core from '@angular/core';
2
2
  import { MXColorComponent, AXEvent } from '@acorex/cdk/common';
3
- import * as i2 from '@acorex/components/decorators';
4
3
  import { AXDecoratorIconComponent, AXDecoratorGenericComponent } from '@acorex/components/decorators';
5
- import * as i1 from '@angular/common';
6
4
 
7
5
  /**
8
6
  * The Alert component is used to display notifications or alerts to users.
@@ -86,7 +84,7 @@ declare class AXAlertComponent extends MXColorComponent {
86
84
 
87
85
  declare class AXAlertModule {
88
86
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXAlertModule, never>;
89
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXAlertModule, never, [typeof i1.CommonModule, typeof i2.AXDecoratorModule, typeof AXAlertComponent], [typeof AXAlertComponent]>;
87
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXAlertModule, never, [typeof AXAlertComponent], [typeof AXAlertComponent]>;
90
88
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXAlertModule>;
91
89
  }
92
90
 
package/avatar/index.d.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { QueryList } from '@angular/core';
3
3
  import { MXColorComponent } from '@acorex/cdk/common';
4
- import * as i1 from '@angular/common';
5
4
 
6
5
  declare class AXAvatarGroupComponent {
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AXAvatarGroupComponent, never>;
@@ -52,7 +51,7 @@ declare class AXAvatarComponent extends MXColorComponent {
52
51
 
53
52
  declare class AXAvatarModule {
54
53
  static ɵfac: i0.ɵɵFactoryDeclaration<AXAvatarModule, never>;
55
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXAvatarModule, never, [typeof i1.CommonModule, typeof AXAvatarComponent, typeof AXAvatarGroupComponent], [typeof AXAvatarComponent, typeof AXAvatarGroupComponent]>;
54
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXAvatarModule, never, [typeof AXAvatarComponent, typeof AXAvatarGroupComponent], [typeof AXAvatarComponent, typeof AXAvatarGroupComponent]>;
56
55
  static ɵinj: i0.ɵɵInjectorDeclaration<AXAvatarModule>;
57
56
  }
58
57
 
package/badge/index.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { MXColorLookComponent } from '@acorex/cdk/common';
3
- import * as i1 from '@angular/common';
4
3
 
5
4
  declare class AXBadgeComponent extends MXColorLookComponent {
6
5
  /**
@@ -19,7 +18,7 @@ declare class AXBadgeComponent extends MXColorLookComponent {
19
18
 
20
19
  declare class AXBadgeModule {
21
20
  static ɵfac: i0.ɵɵFactoryDeclaration<AXBadgeModule, never>;
22
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXBadgeModule, never, [typeof i1.CommonModule, typeof AXBadgeComponent], [typeof AXBadgeComponent]>;
21
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXBadgeModule, never, [typeof AXBadgeComponent], [typeof AXBadgeComponent]>;
23
22
  static ɵinj: i0.ɵɵInjectorDeclaration<AXBadgeModule>;
24
23
  }
25
24
 
@@ -3,12 +3,20 @@ import * as i1 from '@acorex/cdk/common';
3
3
  import { MXInteractiveComponent, MXLookComponent, AXClickEvent } from '@acorex/cdk/common';
4
4
  import * as i0 from '@angular/core';
5
5
  import { EventEmitter, AfterContentInit } from '@angular/core';
6
- import * as i1$1 from '@angular/common';
7
6
 
8
7
  declare const AXBottomNavigationItemComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXLookComponent]>;
9
8
  declare class AXBottomNavigationItemComponent extends AXBottomNavigationItemComponent_base {
9
+ /**
10
+ * The name of the navigation item.
11
+ */
10
12
  name: string;
13
+ /**
14
+ * Indicates if the item is currently active.
15
+ */
11
16
  active: boolean;
17
+ /**
18
+ * Emitted when the item is clicked. Payload is the click event.
19
+ */
12
20
  onClick: EventEmitter<AXClickEvent>;
13
21
  get __hostClass(): string;
14
22
  protected handleClick(e: MouseEvent): void;
@@ -59,7 +67,7 @@ declare class AXBottomNavigationComponent implements AfterContentInit {
59
67
 
60
68
  declare class AXBottomNavigationModule {
61
69
  static ɵfac: i0.ɵɵFactoryDeclaration<AXBottomNavigationModule, never>;
62
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXBottomNavigationModule, never, [typeof i1$1.CommonModule, typeof AXBottomNavigationComponent, typeof AXBottomNavigationItemComponent], [typeof AXBottomNavigationComponent, typeof AXBottomNavigationItemComponent]>;
70
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXBottomNavigationModule, never, [typeof AXBottomNavigationComponent, typeof AXBottomNavigationItemComponent], [typeof AXBottomNavigationComponent, typeof AXBottomNavigationItemComponent]>;
63
71
  static ɵinj: i0.ɵɵInjectorDeclaration<AXBottomNavigationModule>;
64
72
  }
65
73
 
@@ -1,8 +1,6 @@
1
1
  import { MXBaseComponent, MXInteractiveComponent } from '@acorex/cdk/common';
2
2
  import * as i0 from '@angular/core';
3
3
  import { AfterViewInit, TemplateRef } from '@angular/core';
4
- import * as i1 from '@angular/common';
5
- import * as i2 from '@angular/router';
6
4
 
7
5
  interface AXBreadcrumbsItems {
8
6
  name?: string;
@@ -20,6 +18,7 @@ interface AXBreadcrumbsItems {
20
18
  * @category Components
21
19
  */
22
20
  declare class AXBreadCrumbsComponent extends MXBaseComponent implements AfterViewInit {
21
+ private readonly platformId;
23
22
  /**
24
23
  * Content child template for custom divider between breadcrumb items.
25
24
  */
@@ -62,7 +61,7 @@ declare class AXBreadCrumbsItemComponent extends MXInteractiveComponent {
62
61
 
63
62
  declare class AXBreadcrumbsModule {
64
63
  static ɵfac: i0.ɵɵFactoryDeclaration<AXBreadcrumbsModule, never>;
65
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXBreadcrumbsModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof AXBreadCrumbsComponent, typeof AXBreadCrumbsItemComponent], [typeof AXBreadCrumbsComponent, typeof AXBreadCrumbsItemComponent]>;
64
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXBreadcrumbsModule, never, [typeof AXBreadCrumbsComponent, typeof AXBreadCrumbsItemComponent], [typeof AXBreadCrumbsComponent, typeof AXBreadCrumbsItemComponent]>;
66
65
  static ɵinj: i0.ɵɵInjectorDeclaration<AXBreadcrumbsModule>;
67
66
  }
68
67
 
package/button/index.d.ts CHANGED
@@ -1,12 +1,8 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { EventEmitter, QueryList, AfterViewInit } from '@angular/core';
3
- import * as i2 from '@acorex/cdk/common';
4
3
  import { MXInteractiveComponent, MXColorComponent, AXClickEvent, AXStyleColorType, AXItemClickEvent, AXStyleLookType, AXHotKeyAction, MXButtonBaseComponent } from '@acorex/cdk/common';
5
4
  import * as polytype from 'polytype';
6
- import * as i4 from '@acorex/components/loading';
7
5
  import { AXLoadingComponent } from '@acorex/components/loading';
8
- import * as i1 from '@angular/common';
9
- import * as i3 from '@acorex/components/decorators';
10
6
 
11
7
  interface AXButtonItemListItem {
12
8
  name: string;
@@ -14,6 +10,7 @@ interface AXButtonItemListItem {
14
10
  icon: string;
15
11
  divided?: boolean;
16
12
  disabled?: boolean;
13
+ selected?: boolean;
17
14
  color?: AXStyleColorType;
18
15
  }
19
16
  declare const AXButtonItemComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXColorComponent]>;
@@ -59,23 +56,41 @@ declare class AXButtonItemComponent extends AXButtonItemComponent_base {
59
56
  */
60
57
  onClick: EventEmitter<AXClickEvent>;
61
58
  /**
62
- * @ignore
59
+ * Handles click events on the button item host element.
60
+ * Emits the onClick event if the component is not disabled.
61
+ *
62
+ * @param e - The mouse event that triggered the click.
63
+ * @ignore
63
64
  */
64
65
  private __hostClick;
65
66
  /**
66
- * @ignore
67
+ * Handles focus events on the button item host element.
68
+ * Emits the onFocus event.
69
+ *
70
+ * @param e - The focus event that was triggered.
71
+ * @ignore
67
72
  */
68
73
  private __hostFocus;
69
74
  /**
70
- * @ignore
75
+ * Handles blur events on the button item host element.
76
+ * Emits the onBlur event.
77
+ *
78
+ * @param e - The blur event that was triggered.
79
+ * @ignore
71
80
  */
72
81
  private __hostBlur;
73
82
  /**
74
- * @ignore
83
+ * Generates the CSS classes for the button item host element.
84
+ * Includes classes for icon-only state, disabled state, selected state, divided state, and color.
85
+ *
86
+ * @returns string - The space-separated CSS class names.
87
+ * @ignore
75
88
  */
76
89
  private get __hostClass();
77
90
  /**
78
- * @ignore
91
+ * Sets the tabindex attribute for keyboard navigation.
92
+ *
93
+ * @ignore
79
94
  */
80
95
  tabindex: string;
81
96
  static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonItemComponent, never>;
@@ -104,31 +119,55 @@ declare class AXButtonItemListComponent extends MXInteractiveComponent {
104
119
  */
105
120
  onItemClick: EventEmitter<AXItemClickEvent<AXButtonItemComponent>>;
106
121
  /**
107
- * @ignore
122
+ * Initializes the button item list component.
123
+ * Sets up content change detection and initializes content after the next render.
124
+ *
125
+ * @ignore
108
126
  */
109
127
  constructor();
110
128
  /**
111
- * @ignore
129
+ * Initializes the content of the button item list.
130
+ * Binds events and properties to content button items and marks for change detection.
131
+ *
132
+ * @ignore
112
133
  */
113
134
  private _initContents;
114
135
  /**
115
- * @ignore
136
+ * Binds click events to content button items.
137
+ * Subscribes to onClick events of child button items if not already subscribed.
138
+ *
139
+ * @ignore
116
140
  */
117
141
  private _bindEvents;
118
142
  /**
119
- * @ignore
143
+ * Binds properties to content button items.
144
+ * Sets the disabled state of child button items based on the parent's disabled state.
145
+ *
146
+ * @ignore
120
147
  */
121
148
  private _bindProps;
122
149
  /**
123
- * @ignore
150
+ * Handles click events from button items.
151
+ * Closes the parent component if available and emits the item click event.
152
+ *
153
+ * @param e - The click event from the button item.
154
+ * @ignore
124
155
  */
125
156
  protected _handleOnItemClick(e: AXClickEvent): void;
126
157
  /**
127
- * @ignore
158
+ * Emits the onItemClick event with details about the clicked item.
159
+ *
160
+ * @param e - The click event from the button item.
161
+ * @param item - The button item component that was clicked.
162
+ * @ignore
128
163
  */
129
164
  _emitOnItemClickEvent(e: AXClickEvent, item: AXButtonItemComponent): void;
130
165
  /**
131
- * @ignore
166
+ * Generates the CSS classes for the button item list host element.
167
+ * Includes classes for action list and vertical layout.
168
+ *
169
+ * @returns string - The space-separated CSS class names.
170
+ * @ignore
132
171
  */
133
172
  private get __hostClass();
134
173
  static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonItemListComponent, never>;
@@ -222,7 +261,7 @@ declare class AXButtonComponent extends MXButtonBaseComponent implements AfterVi
222
261
 
223
262
  declare class AXButtonModule {
224
263
  static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonModule, never>;
225
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXButtonModule, never, [typeof i1.CommonModule, typeof i2.AXCommonModule, typeof i3.AXDecoratorModule, typeof i4.AXLoadingModule, typeof i2.AXRippleDirective, typeof AXButtonComponent, typeof AXButtonItemComponent, typeof AXButtonItemListComponent], [typeof AXButtonComponent, typeof AXButtonItemComponent, typeof AXButtonItemListComponent]>;
264
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXButtonModule, never, [typeof AXButtonComponent, typeof AXButtonItemComponent, typeof AXButtonItemListComponent], [typeof AXButtonComponent, typeof AXButtonItemComponent, typeof AXButtonItemListComponent]>;
226
265
  static ɵinj: i0.ɵɵInjectorDeclaration<AXButtonModule>;
227
266
  }
228
267
 
@@ -2,9 +2,6 @@ import * as polytype from 'polytype';
2
2
  import { MXInteractiveComponent, MXColorLookComponent, AXClickEvent, AXSelectionMode, AXStyleColorType, MXColorComponent } from '@acorex/cdk/common';
3
3
  import * as i0 from '@angular/core';
4
4
  import { EventEmitter } from '@angular/core';
5
- import * as i1 from '@angular/common';
6
- import * as i2 from '@acorex/components/decorators';
7
- import * as i3 from '@acorex/components/button';
8
5
 
9
6
  declare const AXButtonGroupComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXColorLookComponent]>;
10
7
  /**
@@ -30,6 +27,11 @@ declare class AXButtonGroupComponent extends AXButtonGroupComponent_base {
30
27
  * @event
31
28
  */
32
29
  selectionChange: EventEmitter<AXSelectionMode>;
30
+ /**
31
+ * Emits the button item component instance when the selected button changes.
32
+ *
33
+ * @event
34
+ */
33
35
  selectedButtonChange: i0.OutputEmitterRef<AXButtonGroupItemComponent>;
34
36
  /**
35
37
  * @ignore
@@ -54,9 +56,10 @@ declare class AXButtonGroupComponent extends AXButtonGroupComponent_base {
54
56
  */
55
57
  private _bindProps;
56
58
  /**
59
+ * @ignore
57
60
  * Updates component properties based on internal option changes.
58
61
  */
59
- internalOptionChanged(): void;
62
+ protected internalOptionChanged(): void;
60
63
  /**
61
64
  * @ignore
62
65
  */
@@ -158,7 +161,7 @@ declare class AXButtonGroupItemComponent extends AXButtonGroupItemComponent_base
158
161
 
159
162
  declare class AXButtonGroupModule {
160
163
  static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonGroupModule, never>;
161
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXButtonGroupModule, never, [typeof i1.CommonModule, typeof i2.AXDecoratorModule, typeof i3.AXButtonModule, typeof AXButtonGroupComponent, typeof AXButtonGroupItemComponent], [typeof AXButtonGroupComponent, typeof AXButtonGroupItemComponent]>;
164
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXButtonGroupModule, never, [typeof AXButtonGroupComponent, typeof AXButtonGroupItemComponent], [typeof AXButtonGroupComponent, typeof AXButtonGroupItemComponent]>;
162
165
  static ɵinj: i0.ɵɵInjectorDeclaration<AXButtonGroupModule>;
163
166
  }
164
167
 
@@ -1,15 +1,10 @@
1
1
  import * as polytype from 'polytype';
2
2
  import * as i0 from '@angular/core';
3
3
  import { TemplateRef, EventEmitter, AfterViewInit } from '@angular/core';
4
- import * as i5 from '@acorex/cdk/common';
5
4
  import { MXBaseComponent, AXItemClickEvent, AXRangeChangedEvent, MXValueComponent, AXRange, MXInteractiveComponent, AXClickEvent, MXComponentOptionChanged } from '@acorex/cdk/common';
6
- import * as i2 from '@acorex/core/date-time';
7
5
  import { AXCalendarService, AXDateTime, AXDateTimeRange } from '@acorex/core/date-time';
8
6
  import { AXLocaleService } from '@acorex/core/locale';
9
- import * as i3 from '@acorex/core/translation';
10
7
  import { AXTranslationService } from '@acorex/core/translation';
11
- import * as i1 from '@angular/common';
12
- import * as i4 from '@acorex/components/tooltip';
13
8
 
14
9
  type AXCalendarViewType = 'year' | 'month' | 'day';
15
10
  type AXCalendarViewDepth = AXCalendarViewType;
@@ -192,7 +187,7 @@ declare const AXCalendarComponent_base: polytype.Polytype.ClusteredConstructor<[
192
187
  declare class AXCalendarComponent extends AXCalendarComponent_base implements AfterViewInit {
193
188
  private formatService;
194
189
  protected calendar: i0.WritableSignal<string>;
195
- get displayRange(): AXDateTimeRange;
190
+ get displayRange(): AXDateTimeRange | null;
196
191
  /**
197
192
  * @ignore
198
193
  */
@@ -277,6 +272,9 @@ declare class AXCalendarComponent extends AXCalendarComponent_base implements Af
277
272
  * @ignore
278
273
  */
279
274
  protected _handleNavClick(e: AXClickEvent | any, view: AXCalendarViewType): void;
275
+ /**
276
+ * Toggles between different calendar views (day → month → year).
277
+ */
280
278
  toggleView(): void;
281
279
  /**
282
280
  * @ignore
@@ -373,7 +371,7 @@ declare class AXCalendarComponent extends AXCalendarComponent_base implements Af
373
371
 
374
372
  declare class AXCalendarModule {
375
373
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarModule, never>;
376
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCalendarModule, never, [typeof i1.CommonModule, typeof i2.AXDateTimeModule, typeof i3.AXTranslationModule, typeof i4.AXTooltipModule, typeof i5.AXRippleDirective, typeof AXCalendarComponent, typeof AXCalendarRangeComponent], [typeof AXCalendarComponent, typeof AXCalendarRangeComponent]>;
374
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCalendarModule, never, [typeof AXCalendarComponent, typeof AXCalendarRangeComponent], [typeof AXCalendarComponent, typeof AXCalendarRangeComponent]>;
377
375
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCalendarModule>;
378
376
  }
379
377
 
@@ -1,9 +1,6 @@
1
1
  import * as polytype from 'polytype';
2
2
  import * as i0 from '@angular/core';
3
3
  import { MXValueComponent, MXColorComponent } from '@acorex/cdk/common';
4
- import * as i1 from '@angular/common';
5
- import * as i2 from '@angular/forms';
6
- import * as i3 from '@acorex/components/decorators';
7
4
 
8
5
  declare const AXCheckBoxComponent_base: polytype.Polytype.ClusteredConstructor<[{
9
6
  new (): MXValueComponent<boolean>;
@@ -68,7 +65,7 @@ declare class AXCheckBoxComponent extends AXCheckBoxComponent_base {
68
65
 
69
66
  declare class AXCheckBoxModule {
70
67
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCheckBoxModule, never>;
71
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCheckBoxModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.AXDecoratorModule, typeof AXCheckBoxComponent], [typeof AXCheckBoxComponent]>;
68
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCheckBoxModule, never, [typeof AXCheckBoxComponent], [typeof AXCheckBoxComponent]>;
72
69
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCheckBoxModule>;
73
70
  }
74
71
 
package/chips/index.d.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import * as i1 from '@acorex/cdk/common';
3
3
  import { AXStyleLookType, AXStyleSizeType, MXColorComponent } from '@acorex/cdk/common';
4
- import * as i1$1 from '@angular/common';
5
4
 
6
5
  type AXChipsLookType = Extract<AXStyleLookType, 'solid' | 'outline' | 'twotone'>;
7
6
  type AXChipsSizeType = Exclude<AXStyleSizeType, 'ax-xs' | 'ax-xl'>;
@@ -29,7 +28,7 @@ declare class AXChipsComponent extends MXColorComponent {
29
28
 
30
29
  declare class AXChipsModule {
31
30
  static ɵfac: i0.ɵɵFactoryDeclaration<AXChipsModule, never>;
32
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXChipsModule, never, [typeof i1$1.CommonModule, typeof AXChipsComponent], [typeof AXChipsComponent]>;
31
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXChipsModule, never, [typeof AXChipsComponent], [typeof AXChipsComponent]>;
33
32
  static ɵinj: i0.ɵɵInjectorDeclaration<AXChipsModule>;
34
33
  }
35
34
 
@@ -2,8 +2,6 @@ import * as polytype from 'polytype';
2
2
  import { MXBaseComponent, MXLookComponent, AXClickEvent, MXInteractiveComponent } from '@acorex/cdk/common';
3
3
  import * as i0 from '@angular/core';
4
4
  import { AfterViewInit, OnDestroy, EventEmitter, TemplateRef } from '@angular/core';
5
- import * as i1 from '@angular/common';
6
- import * as i2 from '@acorex/components/loading';
7
5
 
8
6
  declare const AXCollapseGroupComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXBaseComponent, typeof MXLookComponent]>;
9
7
  /**
@@ -169,7 +167,7 @@ declare class AXCollapseComponent extends AXCollapseComponent_base {
169
167
 
170
168
  declare class AXCollapseModule {
171
169
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseModule, never>;
172
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCollapseModule, never, [typeof i1.CommonModule, typeof i2.AXLoadingModule, typeof AXCollapseComponent, typeof AXCollapseGroupComponent], [typeof AXCollapseComponent, typeof AXCollapseGroupComponent]>;
170
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCollapseModule, never, [typeof AXCollapseComponent, typeof AXCollapseGroupComponent], [typeof AXCollapseComponent, typeof AXCollapseGroupComponent]>;
173
171
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCollapseModule>;
174
172
  }
175
173
 
@@ -1,12 +1,8 @@
1
1
  import * as polytype from 'polytype';
2
2
  import * as _angular_core from '@angular/core';
3
3
  import { MXInputBaseValueComponent, MXColorLookComponent, AXEvent } from '@acorex/cdk/common';
4
- import * as i3 from '@acorex/components/color-palette';
5
- import { AXColorPalleteComponent, AXColorPalettePickerComponent } from '@acorex/components/color-palette';
6
- import * as i4 from '@acorex/components/dropdown';
4
+ import { AXColorPaletteComponent, AXColorPalettePickerComponent } from '@acorex/components/color-palette';
7
5
  import { MXDropdownBoxBaseComponent, AXDropdownBoxComponent } from '@acorex/components/dropdown';
8
- import * as i1 from '@angular/common';
9
- import * as i2 from '@angular/forms';
10
6
 
11
7
  declare const AXColorBoxComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXDropdownBoxBaseComponent, {
12
8
  new (): MXInputBaseValueComponent<string>;
@@ -26,7 +22,7 @@ declare class AXColorBoxComponent extends AXColorBoxComponent_base {
26
22
  /**
27
23
  * @ignore
28
24
  */
29
- protected picker: AXColorPalleteComponent;
25
+ protected picker: AXColorPaletteComponent;
30
26
  protected palettePicker: _angular_core.Signal<AXColorPalettePickerComponent>;
31
27
  /**
32
28
  * @ignore
@@ -62,12 +58,12 @@ declare class AXColorBoxComponent extends AXColorBoxComponent_base {
62
58
  handleKeyboardEvent(event: KeyboardEvent): void;
63
59
  private get __hostName();
64
60
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXColorBoxComponent, never>;
65
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXColorBoxComponent, "ax-color-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "look": { "alias": "look"; "required": false; }; "showBadge": { "alias": "showBadge"; "required": false; "isSignal": true; }; "showValue": { "alias": "showValue"; "required": false; "isSignal": true; }; "showClearButton": { "alias": "showClearButton"; "required": false; "isSignal": true; }; "showIcon": { "alias": "showIcon"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], true, never>;
61
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXColorBoxComponent, "ax-color-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "look": { "alias": "look"; "required": false; }; "showBadge": { "alias": "showBadge"; "required": false; "isSignal": true; }; "showValue": { "alias": "showValue"; "required": false; "isSignal": true; }; "showClearButton": { "alias": "showClearButton"; "required": false; "isSignal": true; }; "showIcon": { "alias": "showIcon"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onOpened": "onOpened"; "onClosed": "onClosed"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], true, never>;
66
62
  }
67
63
 
68
64
  declare class AXColorBoxModule {
69
65
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXColorBoxModule, never>;
70
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXColorBoxModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.AXColorPaletteModule, typeof i4.AXDropdownModule, typeof AXColorBoxComponent], [typeof AXColorBoxComponent]>;
66
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXColorBoxModule, never, [typeof AXColorBoxComponent], [typeof AXColorBoxComponent]>;
71
67
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXColorBoxModule>;
72
68
  }
73
69
 
@@ -1,18 +1,7 @@
1
1
  import { AXValueChangedEvent, AXOptionChangedEvent, MXBaseComponent, MXValueComponent } from '@acorex/cdk/common';
2
- import * as i3 from '@acorex/components/text-box';
3
2
  import { AXMaskOptions } from '@acorex/components/text-box';
4
3
  import * as i0 from '@angular/core';
5
- import { EventEmitter, AfterViewInit, OnDestroy, Renderer2, NgZone, ElementRef, OnInit, QueryList } from '@angular/core';
6
- import * as i1 from '@angular/common';
7
- import * as i2 from '@angular/forms';
8
- import * as i4 from '@acorex/components/label';
9
- import * as i5 from '@acorex/components/button';
10
- import * as i6 from '@acorex/components/decorators';
11
- import * as i7 from '@acorex/components/number-box';
12
- import * as i8 from '@acorex/components/range-slider';
13
- import * as i9 from '@acorex/components/slider';
14
- import * as i10 from '@angular/cdk/drag-drop';
15
- import * as i11 from '@acorex/components/select-box';
4
+ import { EventEmitter, AfterViewInit, OnDestroy, ElementRef, OnInit, QueryList } from '@angular/core';
16
5
 
17
6
  /**
18
7
  * A token that specifies the display mode of datapager component.
@@ -46,7 +35,7 @@ declare const AXDefaultColorPalette: {
46
35
  * @category Components
47
36
  */
48
37
  declare class AXColorPaletteInputComponent extends MXBaseComponent implements AfterViewInit {
49
- _parent: AXColorPaletteParentComponent;
38
+ protected _parent: AXColorPaletteParentComponent;
50
39
  private _unsubscriber;
51
40
  private colorService;
52
41
  isValid: boolean;
@@ -80,11 +69,11 @@ declare class AXColorPaletteInputComponent extends MXBaseComponent implements Af
80
69
  /**
81
70
  * @ignore
82
71
  */
83
- _handleChangeInputMode(): void;
72
+ protected _handleChangeInputMode(): void;
84
73
  /**
85
74
  * @ignore
86
75
  */
87
- _handleRGBAValueChanged(e: AXValueChangedEvent<number>): void;
76
+ protected _handleRGBAValueChanged(e: AXValueChangedEvent<number>): void;
88
77
  /**
89
78
  * @ignore
90
79
  */
@@ -107,11 +96,11 @@ declare class AXColorPaletteInputComponent extends MXBaseComponent implements Af
107
96
  * @category Components
108
97
  */
109
98
  declare class AXColorPalettePickerComponent extends MXBaseComponent implements OnDestroy {
110
- _parent: AXColorPaletteParentComponent;
99
+ protected _parent: AXColorPaletteParentComponent;
111
100
  private _unsubscriber;
112
101
  private colorService;
113
- render: Renderer2;
114
- zone: NgZone;
102
+ private render;
103
+ private zone;
115
104
  _rgba: {
116
105
  r: number;
117
106
  g: number;
@@ -163,7 +152,13 @@ declare class AXColorPalettePickerComponent extends MXBaseComponent implements O
163
152
  */
164
153
  private setHSV;
165
154
  /**
166
- * @ignore
155
+ * Synchronizes internal RGBA and UI state with the parent palette value.
156
+ *
157
+ * Called when the parent emits onValueChanged. Updates local RGBA from the parent
158
+ * value, recalculates gradient and pointer when the user is not actively changing
159
+ * the color, and requests change detection.
160
+ *
161
+ * @returns void
167
162
  */
168
163
  parentColorChanged(): void;
169
164
  /**
@@ -275,21 +270,21 @@ declare class AXColorPaletteSwatchesComponent extends MXBaseComponent implements
275
270
  *
276
271
  * @category Components
277
272
  */
278
- declare class AXColorPalleteComponent extends MXValueComponent<string> {
273
+ declare class AXColorPaletteComponent extends MXValueComponent<string> {
279
274
  _children: QueryList<AXColorPaletteChildComponent>;
280
275
  /**
281
276
  * @ignore
282
277
  */
283
278
  private get __hostDisabled();
284
- static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPalleteComponent, never>;
285
- static ɵcmp: i0.ɵɵComponentDeclaration<AXColorPalleteComponent, "ax-color-palette", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; }, ["_children"], ["ax-header", "ax-color-palette-preview", "ax-color-palette-picker", "ax-color-palette-swatches", "ax-color-palette-favorite", "ax-color-palette-input", "ax-footer"], true, never>;
279
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPaletteComponent, never>;
280
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXColorPaletteComponent, "ax-color-palette", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; }, ["_children"], ["ax-header", "ax-color-palette-preview", "ax-color-palette-picker", "ax-color-palette-swatches", "ax-color-palette-favorite", "ax-color-palette-input", "ax-footer"], true, never>;
286
281
  }
287
282
 
288
283
  declare class AXColorPaletteModule {
289
284
  static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPaletteModule, never>;
290
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXColorPaletteModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.AXTextBoxModule, typeof i4.AXLabelModule, typeof i5.AXButtonModule, typeof i6.AXDecoratorModule, typeof i7.AXNumberBoxModule, typeof i8.AXRangeSliderModule, typeof i9.AXSliderModule, typeof i10.DragDropModule, typeof i11.AXSelectBoxModule, typeof AXColorPalleteComponent, typeof AXColorPalettePreviewComponent, typeof AXColorPaletteSwatchesComponent, typeof AXColorPaletteInputComponent, typeof AXColorPalettePickerComponent], [typeof AXColorPalleteComponent, typeof AXColorPalettePreviewComponent, typeof AXColorPaletteSwatchesComponent, typeof AXColorPaletteInputComponent, typeof AXColorPalettePickerComponent]>;
285
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXColorPaletteModule, never, [typeof AXColorPaletteComponent, typeof AXColorPalettePreviewComponent, typeof AXColorPaletteSwatchesComponent, typeof AXColorPaletteInputComponent, typeof AXColorPalettePickerComponent], [typeof AXColorPaletteComponent, typeof AXColorPalettePreviewComponent, typeof AXColorPaletteSwatchesComponent, typeof AXColorPaletteInputComponent, typeof AXColorPalettePickerComponent]>;
291
286
  static ɵinj: i0.ɵɵInjectorDeclaration<AXColorPaletteModule>;
292
287
  }
293
288
 
294
- export { AXColorPaletteChildComponent, AXColorPaletteInputComponent, AXColorPaletteModule, AXColorPaletteParentComponent, AXColorPalettePickerComponent, AXColorPalettePreviewComponent, AXColorPaletteSwatchesComponent, AXColorPalleteComponent, AXDefaultColorPalette };
289
+ export { AXColorPaletteChildComponent, AXColorPaletteComponent, AXColorPaletteInputComponent, AXColorPaletteModule, AXColorPaletteParentComponent, AXColorPalettePickerComponent, AXColorPalettePreviewComponent, AXColorPaletteSwatchesComponent, AXDefaultColorPalette };
295
290
  export type { AXColorChangedEvent, AXColorPaletteView };
@@ -27,7 +27,7 @@ declare class AXCommentContainerComponent {
27
27
  *
28
28
  * @category Components
29
29
  */
30
- declare class AxCommentItemComponent {
30
+ declare class AXCommentItemComponent {
31
31
  /**
32
32
  * @ignore
33
33
  */
@@ -39,8 +39,8 @@ declare class AxCommentItemComponent {
39
39
  */
40
40
  constructor();
41
41
  toggleCollapse(): void;
42
- static ɵfac: i0.ɵɵFactoryDeclaration<AxCommentItemComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<AxCommentItemComponent, "ax-comment-item", never, { "replyCount": { "alias": "replyCount"; "required": false; "isSignal": true; }; }, {}, ["avatar"], ["ax-avatar", "ax-title", "ax-comment-date", "ax-comment-menu-options", "ax-content", "ax-comment-like", "ax-comment-reply-text", "ax-comment-item", "ax-comment-reply-more"], true, never>;
42
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCommentItemComponent, never>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXCommentItemComponent, "ax-comment-item", never, { "replyCount": { "alias": "replyCount"; "required": false; "isSignal": true; }; }, {}, ["avatar"], ["ax-avatar", "ax-title", "ax-comment-date", "ax-comment-menu-options", "ax-content", "ax-comment-like", "ax-comment-reply-text", "ax-comment-item", "ax-comment-reply-more"], true, never>;
44
44
  }
45
45
 
46
46
  /**
@@ -100,8 +100,8 @@ declare class AXCommentViewComponent {
100
100
 
101
101
  declare class AXCommentModule {
102
102
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCommentModule, never>;
103
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCommentModule, never, [typeof i1.AXDecoratorModule, typeof i2.AXWysiwygModule, typeof i3.AXCollapseModule, typeof i4.AXButtonModule, typeof i5.AXTextAreaModule, typeof i6.AXTranslationModule, typeof i7.CommonModule, typeof AXCommentViewComponent, typeof AXCommentContainerComponent, typeof AxCommentItemComponent, typeof AXCommentLikeComponent, typeof AXMenuOptionsComponent, typeof AXCommentReplyTextComponent, typeof AXCommentDateComponent, typeof AXCommentReplyMoreComponent], [typeof AXCommentViewComponent, typeof AXCommentContainerComponent, typeof AxCommentItemComponent, typeof AXCommentLikeComponent, typeof AXMenuOptionsComponent, typeof AXCommentReplyTextComponent, typeof AXCommentDateComponent, typeof AXCommentReplyMoreComponent]>;
103
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCommentModule, never, [typeof i1.AXDecoratorModule, typeof i2.AXWysiwygModule, typeof i3.AXCollapseModule, typeof i4.AXButtonModule, typeof i5.AXTextAreaModule, typeof i6.AXTranslationModule, typeof i7.CommonModule, typeof AXCommentViewComponent, typeof AXCommentContainerComponent, typeof AXCommentItemComponent, typeof AXCommentLikeComponent, typeof AXMenuOptionsComponent, typeof AXCommentReplyTextComponent, typeof AXCommentDateComponent, typeof AXCommentReplyMoreComponent], [typeof AXCommentViewComponent, typeof AXCommentContainerComponent, typeof AXCommentItemComponent, typeof AXCommentLikeComponent, typeof AXMenuOptionsComponent, typeof AXCommentReplyTextComponent, typeof AXCommentDateComponent, typeof AXCommentReplyMoreComponent]>;
104
104
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCommentModule>;
105
105
  }
106
106
 
107
- export { AXCommentContainerComponent, AXCommentDateComponent, AXCommentLikeComponent, AXCommentModule, AXCommentReplyMoreComponent, AXCommentReplyTextComponent, AXCommentViewComponent, AXMenuOptionsComponent, AxCommentItemComponent };
107
+ export { AXCommentContainerComponent, AXCommentDateComponent, AXCommentItemComponent, AXCommentLikeComponent, AXCommentModule, AXCommentReplyMoreComponent, AXCommentReplyTextComponent, AXCommentViewComponent, AXMenuOptionsComponent };
@@ -2,17 +2,11 @@ import * as polytype from 'polytype';
2
2
  import * as _angular_core from '@angular/core';
3
3
  import { EventEmitter } from '@angular/core';
4
4
  import { MXInputBaseValueComponent, MXLookComponent, AXEvent, AXFocusEvent } from '@acorex/cdk/common';
5
- import * as i5 from '@acorex/components/calendar';
6
5
  import { MXCalendarBaseComponent, AXDateTimePickerType, AXCalendarNavigateEvent } from '@acorex/components/calendar';
7
- import * as i3 from '@acorex/components/datetime-input';
8
6
  import { AXDateTimeInputComponent } from '@acorex/components/datetime-input';
9
- import * as i6 from '@acorex/components/datetime-picker';
10
7
  import { AXDateTimePickerComponent } from '@acorex/components/datetime-picker';
11
8
  import { AXDecoratorGenericComponent } from '@acorex/components/decorators';
12
- import * as i4 from '@acorex/components/dropdown';
13
9
  import { MXDropdownBoxBaseComponent, AXDropdownBoxComponent } from '@acorex/components/dropdown';
14
- import * as i1 from '@angular/common';
15
- import * as i2 from '@angular/forms';
16
10
 
17
11
  declare const AXDateTimeBoxComponent_base: polytype.Polytype.ClusteredConstructor<[{
18
12
  new (): MXInputBaseValueComponent<Date>;
@@ -107,7 +101,7 @@ declare class AXDateTimeBoxComponent extends AXDateTimeBoxComponent_base {
107
101
 
108
102
  declare class AXDateTimeBoxModule {
109
103
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXDateTimeBoxModule, never>;
110
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXDateTimeBoxModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.AXDateTimeInputModule, typeof i4.AXDropdownModule, typeof i5.AXCalendarModule, typeof i6.AXDateTimePickerModule, typeof AXDateTimeBoxComponent], [typeof AXDateTimeBoxComponent]>;
104
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXDateTimeBoxModule, never, [typeof AXDateTimeBoxComponent], [typeof AXDateTimeBoxComponent]>;
111
105
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXDateTimeBoxModule>;
112
106
  }
113
107