@acorex/components 20.2.0-next.2 → 20.2.0-next.21

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 (264) hide show
  1. package/action-sheet/index.d.ts +57 -10
  2. package/alert/index.d.ts +2 -4
  3. package/autocomplete/index.d.ts +7 -2
  4. package/avatar/index.d.ts +12 -6
  5. package/badge/index.d.ts +1 -2
  6. package/bottom-navigation/index.d.ts +10 -2
  7. package/breadcrumbs/index.d.ts +17 -4
  8. package/button/index.d.ts +56 -17
  9. package/button-group/index.d.ts +8 -5
  10. package/calendar/index.d.ts +28 -16
  11. package/check-box/index.d.ts +2 -5
  12. package/chips/index.d.ts +1 -2
  13. package/circular-progress/index.d.ts +23 -18
  14. package/collapse/index.d.ts +7 -6
  15. package/color-box/index.d.ts +5 -8
  16. package/color-palette/index.d.ts +19 -24
  17. package/comment/index.d.ts +8 -8
  18. package/conversation/index.d.ts +1 -0
  19. package/cron-job/index.d.ts +5 -4
  20. package/data-list/README.md +356 -0
  21. package/data-list/index.d.ts +102 -0
  22. package/data-pager/index.d.ts +10 -5
  23. package/datetime-box/index.d.ts +2 -7
  24. package/datetime-input/index.d.ts +2 -4
  25. package/datetime-picker/index.d.ts +9 -10
  26. package/dropdown/index.d.ts +41 -0
  27. package/fesm2022/acorex-components-accordion.mjs +10 -10
  28. package/fesm2022/acorex-components-accordion.mjs.map +1 -1
  29. package/fesm2022/acorex-components-action-sheet.mjs +78 -48
  30. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  31. package/fesm2022/acorex-components-alert.mjs +12 -14
  32. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  33. package/fesm2022/acorex-components-audio-wave.mjs +7 -7
  34. package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
  35. package/fesm2022/acorex-components-autocomplete.mjs +32 -10
  36. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
  37. package/fesm2022/acorex-components-avatar.mjs +23 -18
  38. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  39. package/fesm2022/acorex-components-badge.mjs +9 -10
  40. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  41. package/fesm2022/acorex-components-bottom-navigation.mjs +17 -13
  42. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
  43. package/fesm2022/acorex-components-breadcrumbs.mjs +36 -20
  44. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  45. package/fesm2022/acorex-components-button-group.mjs +31 -22
  46. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  47. package/fesm2022/acorex-components-button.mjs +77 -34
  48. package/fesm2022/acorex-components-button.mjs.map +1 -1
  49. package/fesm2022/acorex-components-calendar.mjs +100 -53
  50. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  51. package/fesm2022/acorex-components-check-box.mjs +11 -13
  52. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  53. package/fesm2022/acorex-components-chips.mjs +9 -10
  54. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  55. package/fesm2022/acorex-components-circular-progress.mjs +31 -26
  56. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  57. package/fesm2022/acorex-components-collapse.mjs +20 -18
  58. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  59. package/fesm2022/acorex-components-color-box.mjs +34 -30
  60. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  61. package/fesm2022/acorex-components-color-palette.mjs +55 -75
  62. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  63. package/fesm2022/acorex-components-comment.mjs +38 -38
  64. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  65. package/fesm2022/acorex-components-conversation.mjs +58 -52
  66. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  67. package/fesm2022/acorex-components-cron-job.mjs +54 -48
  68. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  69. package/fesm2022/acorex-components-data-list.mjs +386 -0
  70. package/fesm2022/acorex-components-data-list.mjs.map +1 -0
  71. package/fesm2022/acorex-components-data-pager.mjs +41 -36
  72. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  73. package/fesm2022/acorex-components-data-table.mjs +40 -40
  74. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  75. package/fesm2022/acorex-components-datetime-box.mjs +22 -31
  76. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  77. package/fesm2022/acorex-components-datetime-input.mjs +17 -14
  78. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  79. package/fesm2022/acorex-components-datetime-picker.mjs +98 -45
  80. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  81. package/fesm2022/acorex-components-decorators.mjs +25 -25
  82. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  83. package/fesm2022/acorex-components-dialog.mjs +12 -12
  84. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  85. package/fesm2022/acorex-components-drawer-2.mjs +10 -10
  86. package/fesm2022/acorex-components-drawer-2.mjs.map +1 -1
  87. package/fesm2022/acorex-components-drawer.mjs +13 -13
  88. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  89. package/fesm2022/acorex-components-dropdown-button.mjs +9 -9
  90. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  91. package/fesm2022/acorex-components-dropdown.mjs +57 -13
  92. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  93. package/fesm2022/acorex-components-file-explorer.mjs +25 -25
  94. package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
  95. package/fesm2022/acorex-components-flow-chart.mjs +40 -16
  96. package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
  97. package/fesm2022/acorex-components-form.mjs +26 -17
  98. package/fesm2022/acorex-components-form.mjs.map +1 -1
  99. package/fesm2022/acorex-components-grid-layout-builder.mjs +10 -10
  100. package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
  101. package/fesm2022/acorex-components-image-editor.mjs +40 -34
  102. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  103. package/fesm2022/acorex-components-image.mjs +7 -7
  104. package/fesm2022/acorex-components-image.mjs.map +1 -1
  105. package/fesm2022/acorex-components-json-viewer.mjs +8 -8
  106. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  107. package/fesm2022/acorex-components-kanban.mjs +11 -7
  108. package/fesm2022/acorex-components-kanban.mjs.map +1 -1
  109. package/fesm2022/acorex-components-kbd.mjs +20 -13
  110. package/fesm2022/acorex-components-kbd.mjs.map +1 -1
  111. package/fesm2022/acorex-components-label.mjs +9 -9
  112. package/fesm2022/acorex-components-label.mjs.map +1 -1
  113. package/fesm2022/acorex-components-list.mjs +27 -19
  114. package/fesm2022/acorex-components-list.mjs.map +1 -1
  115. package/fesm2022/acorex-components-loading-dialog.mjs +40 -22
  116. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  117. package/fesm2022/acorex-components-loading.mjs +76 -18
  118. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  119. package/fesm2022/acorex-components-map.mjs +534 -115
  120. package/fesm2022/acorex-components-map.mjs.map +1 -1
  121. package/fesm2022/acorex-components-media-viewer.mjs +37 -37
  122. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  123. package/fesm2022/acorex-components-menu.mjs +48 -22
  124. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  125. package/fesm2022/{acorex-components-modal-acorex-components-modal-C4zx7OP6.mjs → acorex-components-modal-acorex-components-modal-yzX5PZMM.mjs} +101 -22
  126. package/fesm2022/acorex-components-modal-acorex-components-modal-yzX5PZMM.mjs.map +1 -0
  127. package/fesm2022/{acorex-components-modal-modal-content.component-DfhgA_WL.mjs → acorex-components-modal-modal-content.component-Bt8c43qi.mjs} +5 -5
  128. package/fesm2022/{acorex-components-modal-modal-content.component-DfhgA_WL.mjs.map → acorex-components-modal-modal-content.component-Bt8c43qi.mjs.map} +1 -1
  129. package/fesm2022/acorex-components-modal.mjs +1 -1
  130. package/fesm2022/acorex-components-navbar.mjs +13 -8
  131. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  132. package/fesm2022/acorex-components-notification.mjs +16 -13
  133. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  134. package/fesm2022/acorex-components-number-box-2.mjs +13 -7
  135. package/fesm2022/acorex-components-number-box-2.mjs.map +1 -1
  136. package/fesm2022/acorex-components-number-box.mjs +16 -10
  137. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  138. package/fesm2022/acorex-components-otp.mjs +9 -9
  139. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  140. package/fesm2022/acorex-components-page.mjs +10 -10
  141. package/fesm2022/acorex-components-page.mjs.map +1 -1
  142. package/fesm2022/acorex-components-paint.mjs +31 -25
  143. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  144. package/fesm2022/acorex-components-password-box.mjs +20 -14
  145. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  146. package/fesm2022/acorex-components-pdf-reader.mjs +7 -7
  147. package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
  148. package/fesm2022/acorex-components-phone-box.mjs +22 -13
  149. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  150. package/fesm2022/acorex-components-picker.mjs +26 -16
  151. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  152. package/fesm2022/acorex-components-popover.mjs +8 -13
  153. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  154. package/fesm2022/acorex-components-popup.mjs +10 -10
  155. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  156. package/fesm2022/acorex-components-progress-bar.mjs +8 -8
  157. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  158. package/fesm2022/acorex-components-qrcode.mjs +7 -7
  159. package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
  160. package/fesm2022/acorex-components-query-builder.mjs +7 -7
  161. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  162. package/fesm2022/acorex-components-radio.mjs +8 -8
  163. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  164. package/fesm2022/acorex-components-rail-navigation.mjs +24 -13
  165. package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
  166. package/fesm2022/acorex-components-range-slider.mjs +9 -9
  167. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  168. package/fesm2022/acorex-components-rate-picker.mjs +7 -7
  169. package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
  170. package/fesm2022/acorex-components-rest-api-generator.mjs +22 -22
  171. package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
  172. package/fesm2022/acorex-components-result.mjs +7 -7
  173. package/fesm2022/acorex-components-result.mjs.map +1 -1
  174. package/fesm2022/acorex-components-routing-progress.mjs +7 -7
  175. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  176. package/fesm2022/acorex-components-rrule.mjs +6 -6
  177. package/fesm2022/acorex-components-rrule.mjs.map +1 -1
  178. package/fesm2022/acorex-components-scheduler.mjs +173 -85
  179. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  180. package/fesm2022/acorex-components-scss.mjs +4 -4
  181. package/fesm2022/acorex-components-scss.mjs.map +1 -1
  182. package/fesm2022/acorex-components-search-box.mjs +13 -7
  183. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  184. package/fesm2022/acorex-components-select-box.mjs +117 -38
  185. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  186. package/fesm2022/acorex-components-selection-list-2.mjs +12 -9
  187. package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
  188. package/fesm2022/acorex-components-selection-list.mjs +14 -11
  189. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  190. package/fesm2022/acorex-components-side-menu.mjs +98 -43
  191. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  192. package/fesm2022/acorex-components-skeleton.mjs +7 -7
  193. package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
  194. package/fesm2022/acorex-components-slider.mjs +9 -9
  195. package/fesm2022/acorex-components-slider.mjs.map +1 -1
  196. package/fesm2022/acorex-components-sliding-item.mjs +14 -14
  197. package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
  198. package/fesm2022/acorex-components-step-wizard.mjs +13 -13
  199. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  200. package/fesm2022/acorex-components-switch.mjs +12 -12
  201. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  202. package/fesm2022/acorex-components-tabs.mjs +20 -18
  203. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  204. package/fesm2022/acorex-components-tag-box.mjs +39 -21
  205. package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
  206. package/fesm2022/acorex-components-tag.mjs +8 -8
  207. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  208. package/fesm2022/acorex-components-text-area.mjs +16 -10
  209. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  210. package/fesm2022/acorex-components-text-box.mjs +19 -13
  211. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  212. package/fesm2022/acorex-components-time-duration.mjs +41 -65
  213. package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
  214. package/fesm2022/acorex-components-time-line.mjs +10 -10
  215. package/fesm2022/acorex-components-time-line.mjs.map +1 -1
  216. package/fesm2022/acorex-components-toast.mjs +12 -12
  217. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  218. package/fesm2022/acorex-components-toolbar.mjs +7 -7
  219. package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
  220. package/fesm2022/acorex-components-tooltip.mjs +14 -13
  221. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  222. package/fesm2022/acorex-components-tree-view.mjs +11 -11
  223. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  224. package/fesm2022/acorex-components-uploader.mjs +22 -22
  225. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  226. package/fesm2022/acorex-components-video-player.mjs +7 -7
  227. package/fesm2022/acorex-components-video-player.mjs.map +1 -1
  228. package/fesm2022/acorex-components-wysiwyg.mjs +65 -61
  229. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  230. package/flow-chart/index.d.ts +24 -0
  231. package/form/index.d.ts +4 -0
  232. package/image-editor/index.d.ts +1 -0
  233. package/json-viewer/index.d.ts +3 -3
  234. package/kanban/index.d.ts +7 -3
  235. package/kbd/index.d.ts +10 -3
  236. package/list/index.d.ts +14 -7
  237. package/loading/index.d.ts +58 -1
  238. package/loading-dialog/index.d.ts +29 -11
  239. package/map/index.d.ts +119 -6
  240. package/menu/index.d.ts +19 -0
  241. package/modal/index.d.ts +43 -0
  242. package/navbar/index.d.ts +6 -1
  243. package/number-box/index.d.ts +1 -0
  244. package/number-box-2/index.d.ts +1 -0
  245. package/package.json +14 -6
  246. package/paint/index.d.ts +2 -1
  247. package/password-box/index.d.ts +7 -6
  248. package/phone-box/index.d.ts +11 -8
  249. package/picker/index.d.ts +10 -8
  250. package/popover/index.d.ts +1 -1
  251. package/radio/index.d.ts +1 -1
  252. package/rail-navigation/index.d.ts +11 -0
  253. package/rate-picker/index.d.ts +1 -1
  254. package/scheduler/index.d.ts +186 -98
  255. package/search-box/index.d.ts +1 -0
  256. package/select-box/index.d.ts +32 -8
  257. package/side-menu/index.d.ts +16 -7
  258. package/tag-box/index.d.ts +3 -2
  259. package/text-area/index.d.ts +1 -0
  260. package/text-box/index.d.ts +1 -0
  261. package/time-duration/index.d.ts +3 -1
  262. package/tooltip/index.d.ts +3 -2
  263. package/wysiwyg/index.d.ts +1 -5
  264. package/fesm2022/acorex-components-modal-acorex-components-modal-C4zx7OP6.mjs.map +0 -1
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
 
@@ -4,7 +4,8 @@ import { MXColorComponent } from '@acorex/cdk/common';
4
4
 
5
5
  type AXCircularProgressMode = 'determinate' | 'indeterminate';
6
6
  /**
7
- * The Button is a component which detects user interaction and triggers a corresponding event
7
+ * Displays the progress of an operation in a circular form. Supports determinate and indeterminate modes,
8
+ * configurable size and stroke, and color theming.
8
9
  *
9
10
  * @category Components
10
11
  */
@@ -14,29 +15,20 @@ declare class AXCircularProgressComponent extends MXColorComponent {
14
15
  */
15
16
  circle: _angular_core.Signal<ElementRef<HTMLDivElement>>;
16
17
  /**
17
- * Defines the current progress of the circular progress component.
18
- *
19
- * Change progress mode
20
- *
18
+ * Defines the progress calculation mode.
19
+ * Use 'determinate' to show a specific percentage or 'indeterminate' for ongoing/spinner state.
21
20
  */
22
21
  mode: _angular_core.InputSignal<AXCircularProgressMode>;
23
22
  /**
24
- * Defines the current progress of the circular progress component.
25
- *
26
- * The percentage value to set for the progress.
27
- *
23
+ * The percentage value to set for the progress (0–100).
28
24
  */
29
25
  progress: _angular_core.ModelSignal<number>;
30
26
  /**
31
- * Defines the stroke width of the circular progress component.
32
- *
33
- * The stroke width to be set for the circular progress component.
27
+ * Stroke width of the circular track, in pixels.
34
28
  */
35
29
  stroke: _angular_core.ModelSignal<number>;
36
30
  /**
37
- * Defines the stroke width of the circular progress component.
38
- *
39
- * Circle size
31
+ * Overall diameter of the circular progress, in pixels.
40
32
  */
41
33
  size: _angular_core.ModelSignal<number>;
42
34
  /**
@@ -48,15 +40,28 @@ declare class AXCircularProgressComponent extends MXColorComponent {
48
40
  */
49
41
  private get __hostClass();
50
42
  /**
51
- * @ignore
43
+ * Sets the CSS custom properties to reflect the current `size` and `stroke` values.
44
+ *
45
+ * Updates `--ax-comp-circular-progress-circle-size` and `--ax-comp-circular-progress-stroke-size` on the circle.
46
+ *
47
+ * @returns void - Styles are applied to the circle element when available.
52
48
  */
53
49
  setCircularSize(): void;
54
50
  /**
55
- * @ignore
51
+ * Recalculates and applies the progress arc background based on the current `progress` value.
52
+ *
53
+ * Uses a conic-gradient with `--ax-comp-progress-circular-color` and `--ax-comp-progress-circular-line-color`.
54
+ * The expected range for `progress` is 0–100.
55
+ *
56
+ * @returns void - Styles are applied to the circle element when available.
56
57
  */
57
58
  updateProgress(): void;
58
59
  /**
59
- * @ignore
60
+ * Applies a default visual state for the indeterminate mode when no explicit `progress` is set.
61
+ *
62
+ * If `mode` is 'indeterminate' and `progress` is not set, it sets `progress` to 65 to render a visible arc.
63
+ *
64
+ * @returns void
60
65
  */
61
66
  setIndeterminateMode(): void;
62
67
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXCircularProgressComponent, never>;
@@ -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
  /**
@@ -143,17 +141,20 @@ declare class AXCollapseComponent extends AXCollapseComponent_base {
143
141
  handleHeaderClick(e: MouseEvent): void;
144
142
  /**
145
143
  * Expands the collapse component.
146
- * @ignore
144
+ *
145
+ * @returns void - No return value. Sets `isCollapsed` to false and expands the body.
147
146
  */
148
147
  open(): void;
149
148
  /**
150
149
  * Collapses the collapse component.
151
- * @ignore
150
+ *
151
+ * @returns void - No return value. Sets `isCollapsed` to true and hides the body.
152
152
  */
153
153
  close(): void;
154
154
  /**
155
155
  * Toggles the collapse state between expanded and collapsed.
156
- * @ignore
156
+ *
157
+ * @returns void - No return value. Flips the `isCollapsed` state.
157
158
  */
158
159
  toggle(): void;
159
160
  /**
@@ -166,7 +167,7 @@ declare class AXCollapseComponent extends AXCollapseComponent_base {
166
167
 
167
168
  declare class AXCollapseModule {
168
169
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseModule, never>;
169
- 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]>;
170
171
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCollapseModule>;
171
172
  }
172
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
@@ -60,13 +56,14 @@ declare class AXColorBoxComponent extends AXColorBoxComponent_base {
60
56
  */
61
57
  internalValueChanged(value?: Date): void;
62
58
  handleKeyboardEvent(event: KeyboardEvent): void;
59
+ private get __hostName();
63
60
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXColorBoxComponent, never>;
64
- 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>;
65
62
  }
66
63
 
67
64
  declare class AXColorBoxModule {
68
65
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXColorBoxModule, never>;
69
- 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]>;
70
67
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXColorBoxModule>;
71
68
  }
72
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; }; "checked": { "alias": "checked"; "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 };
@@ -17,7 +17,7 @@ import * as i7 from '@angular/common';
17
17
  declare class AXCommentContainerComponent {
18
18
  private document;
19
19
  private platformID;
20
- scrollToRelpy(id: string): void;
20
+ scrollToReply(id: string): void;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCommentContainerComponent, never>;
22
22
  static ɵcmp: i0.ɵɵComponentDeclaration<AXCommentContainerComponent, "ax-comment-container", never, {}, {}, never, ["*"], true, never>;
23
23
  }
@@ -27,20 +27,20 @@ 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
  */
34
34
  protected avatar: i0.Signal<AXAvatarComponent>;
35
- protected collaps: i0.Signal<AXCollapseComponent>;
35
+ protected collapse: i0.Signal<AXCollapseComponent>;
36
36
  replyCount: i0.InputSignal<number>;
37
37
  /**
38
38
  * @ignore
39
39
  */
40
40
  constructor();
41
- toggleCollaps(): 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>;
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>;
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 };
@@ -220,6 +220,7 @@ declare class AXConversationInputComponent extends AXConversationInputComponent_
220
220
  * @ignore
221
221
  */
222
222
  protected closeReplyHandler(): void;
223
+ private get __hostName();
223
224
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationInputComponent, never>;
224
225
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationInputComponent, "ax-conversation-input", never, { "look": { "alias": "look"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; "isSignal": true; }; "hasAttachment": { "alias": "hasAttachment"; "required": false; "isSignal": true; }; "hasVoice": { "alias": "hasVoice"; "required": false; "isSignal": true; }; "hasEmoji": { "alias": "hasEmoji"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "acceptFileType": { "alias": "acceptFileType"; "required": false; "isSignal": true; }; }, { "onActionClose": "onActionClose"; "onSendClick": "onSendClick"; "onStartRecording": "onStartRecording"; "onCancelRecording": "onCancelRecording"; "onEnterPressed": "onEnterPressed"; }, ["sendIcon"], ["ax-icon"], true, never>;
225
226
  }
@@ -225,15 +225,16 @@ declare class AXCronJobContainerComponent extends MXInputBaseValueComponent<stri
225
225
  look: AXTabLook;
226
226
  location: AXTabLocation;
227
227
  }>;
228
- onGetModel(): void;
228
+ protected onGetModel(): void;
229
229
  protected internalValueChanged(cronExpressionPattern: string): void;
230
+ private get __hostName();
230
231
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCronJobContainerComponent, never>;
231
232
  static ɵcmp: i0.ɵɵComponentDeclaration<AXCronJobContainerComponent, "ax-cron-job-container", never, {}, { "onValueChanged": "onValueChanged"; }, never, never, true, never>;
232
233
  }
233
234
 
234
235
  declare class AXCronDayComponent {
235
236
  #private;
236
- dayService: DayService;
237
+ protected dayService: DayService;
237
238
  protected boWeekDropDownList: DropDownItem[];
238
239
  protected boMonthDropDownList: DropDownItem[];
239
240
  protected daysIndexInMonth: number[];
@@ -254,7 +255,7 @@ declare class AXCronDayComponent {
254
255
 
255
256
  declare class AXCronHoursComponent {
256
257
  #private;
257
- hoursService: HoursService;
258
+ protected hoursService: HoursService;
258
259
  protected dropdownList: DropDownItem[];
259
260
  protected zeroTo23: number[];
260
261
  hoursChanged: i0.OutputEmitterRef<void>;
@@ -308,7 +309,7 @@ declare class AXCronSecondsComponent {
308
309
 
309
310
  declare class AXCronYearComponent {
310
311
  #private;
311
- yearService: YearService;
312
+ protected yearService: YearService;
312
313
  protected dropdownList: DropDownItem[];
313
314
  protected oneTo100: DropDownItem[];
314
315
  yearChanged: i0.OutputEmitterRef<void>;