@acorex/components 21.0.2-next.3 → 21.0.2-next.31

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 (341) hide show
  1. package/{types/acorex-components-accordion.d.ts → accordion/index.d.ts} +1 -0
  2. package/{types/acorex-components-button.d.ts → button/index.d.ts} +3 -3
  3. package/{types/acorex-components-button-group.d.ts → button-group/index.d.ts} +12 -14
  4. package/{types/acorex-components-calendar.d.ts → calendar/index.d.ts} +74 -20
  5. package/{types/acorex-components-check-box.d.ts → check-box/index.d.ts} +1 -1
  6. package/{types/acorex-components-chips.d.ts → chips/index.d.ts} +8 -3
  7. package/collapse/README.md +3 -0
  8. package/collapse/index.d.ts +174 -0
  9. package/conversation2/README.md +8 -6
  10. package/{types/acorex-components-conversation2.d.ts → conversation2/index.d.ts} +2879 -2848
  11. package/{types/acorex-components-data-pager.d.ts → data-pager/index.d.ts} +2 -0
  12. package/{types/acorex-components-data-table.d.ts → data-table/index.d.ts} +261 -12
  13. package/{types/acorex-components-datetime-box.d.ts → datetime-box/index.d.ts} +6 -2
  14. package/{types/acorex-components-datetime-picker.d.ts → datetime-picker/index.d.ts} +6 -2
  15. package/drawer-legacy/README.md +3 -0
  16. package/drawer-legacy/index.d.ts +86 -0
  17. package/{types/acorex-components-dropdown-button.d.ts → dropdown-button/index.d.ts} +2 -4
  18. package/fesm2022/acorex-components-accordion.mjs +22 -17
  19. package/fesm2022/acorex-components-accordion.mjs.map +1 -1
  20. package/fesm2022/acorex-components-action-sheet.mjs +17 -17
  21. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  22. package/fesm2022/acorex-components-alert.mjs +14 -14
  23. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  24. package/fesm2022/acorex-components-aspect-ratio.mjs +4 -4
  25. package/fesm2022/acorex-components-aspect-ratio.mjs.map +1 -1
  26. package/fesm2022/acorex-components-audio-wave.mjs +11 -12
  27. package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
  28. package/fesm2022/acorex-components-autocomplete.mjs +9 -9
  29. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
  30. package/fesm2022/acorex-components-avatar.mjs +13 -13
  31. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  32. package/fesm2022/acorex-components-badge.mjs +10 -10
  33. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  34. package/fesm2022/acorex-components-bottom-navigation.mjs +12 -12
  35. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
  36. package/fesm2022/acorex-components-breadcrumbs.mjs +12 -12
  37. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  38. package/fesm2022/acorex-components-button-group.mjs +26 -41
  39. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  40. package/fesm2022/acorex-components-button.mjs +22 -22
  41. package/fesm2022/acorex-components-button.mjs.map +1 -1
  42. package/fesm2022/acorex-components-calendar.mjs +123 -20
  43. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  44. package/fesm2022/acorex-components-check-box.mjs +11 -11
  45. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  46. package/fesm2022/acorex-components-chips.mjs +14 -12
  47. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  48. package/fesm2022/acorex-components-circular-progress.mjs +11 -13
  49. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  50. package/fesm2022/acorex-components-code-editor.mjs +14 -14
  51. package/fesm2022/acorex-components-code-editor.mjs.map +1 -1
  52. package/fesm2022/acorex-components-collapse.mjs +366 -0
  53. package/fesm2022/acorex-components-collapse.mjs.map +1 -0
  54. package/fesm2022/acorex-components-color-box.mjs +11 -11
  55. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  56. package/fesm2022/acorex-components-color-palette.mjs +31 -31
  57. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  58. package/fesm2022/acorex-components-command.mjs +11 -11
  59. package/fesm2022/acorex-components-command.mjs.map +1 -1
  60. package/fesm2022/acorex-components-comment.mjs +33 -33
  61. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  62. package/fesm2022/acorex-components-conversation.mjs +63 -63
  63. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  64. package/fesm2022/acorex-components-conversation2.mjs +5736 -3689
  65. package/fesm2022/acorex-components-conversation2.mjs.map +1 -1
  66. package/fesm2022/acorex-components-cron-job.mjs +55 -55
  67. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  68. package/fesm2022/acorex-components-data-list.mjs +6 -6
  69. package/fesm2022/acorex-components-data-list.mjs.map +1 -1
  70. package/fesm2022/acorex-components-data-pager.mjs +55 -38
  71. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  72. package/fesm2022/acorex-components-data-table.mjs +496 -60
  73. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  74. package/fesm2022/acorex-components-datetime-box.mjs +14 -10
  75. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  76. package/fesm2022/acorex-components-datetime-input.mjs +10 -10
  77. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  78. package/fesm2022/acorex-components-datetime-picker.mjs +15 -11
  79. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  80. package/fesm2022/acorex-components-decorators.mjs +41 -48
  81. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  82. package/fesm2022/acorex-components-dialog.mjs +13 -13
  83. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  84. package/fesm2022/acorex-components-drawer-legacy.mjs +218 -0
  85. package/fesm2022/acorex-components-drawer-legacy.mjs.map +1 -0
  86. package/fesm2022/acorex-components-drawer.mjs +17 -16
  87. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  88. package/fesm2022/acorex-components-dropdown-button.mjs +11 -19
  89. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  90. package/fesm2022/acorex-components-dropdown.mjs +18 -18
  91. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  92. package/fesm2022/acorex-components-editor.mjs +12 -12
  93. package/fesm2022/acorex-components-editor.mjs.map +1 -1
  94. package/fesm2022/acorex-components-fab.mjs +9 -9
  95. package/fesm2022/acorex-components-fab.mjs.map +1 -1
  96. package/fesm2022/acorex-components-file-explorer.mjs +307 -0
  97. package/fesm2022/acorex-components-file-explorer.mjs.map +1 -0
  98. package/fesm2022/acorex-components-flow-chart.mjs +22 -23
  99. package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
  100. package/fesm2022/acorex-components-form.mjs +27 -35
  101. package/fesm2022/acorex-components-form.mjs.map +1 -1
  102. package/fesm2022/acorex-components-grid-layout-builder.mjs +14 -13
  103. package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
  104. package/fesm2022/acorex-components-image-editor.mjs +48 -48
  105. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  106. package/fesm2022/acorex-components-image.mjs +10 -10
  107. package/fesm2022/acorex-components-image.mjs.map +1 -1
  108. package/fesm2022/acorex-components-json-viewer.mjs +9 -9
  109. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  110. package/fesm2022/acorex-components-kanban.mjs +7 -9
  111. package/fesm2022/acorex-components-kanban.mjs.map +1 -1
  112. package/fesm2022/acorex-components-kbd.mjs +10 -10
  113. package/fesm2022/acorex-components-kbd.mjs.map +1 -1
  114. package/fesm2022/acorex-components-label.mjs +9 -9
  115. package/fesm2022/acorex-components-label.mjs.map +1 -1
  116. package/fesm2022/acorex-components-list.mjs +10 -10
  117. package/fesm2022/acorex-components-list.mjs.map +1 -1
  118. package/fesm2022/acorex-components-loading-dialog.mjs +12 -12
  119. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  120. package/fesm2022/acorex-components-loading.mjs +21 -21
  121. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  122. package/fesm2022/acorex-components-map.mjs +15 -15
  123. package/fesm2022/acorex-components-map.mjs.map +1 -1
  124. package/fesm2022/acorex-components-media-viewer.mjs +45 -45
  125. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  126. package/fesm2022/acorex-components-menu.mjs +124 -50
  127. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  128. package/fesm2022/{acorex-components-modal-acorex-components-modal-DWNqU6or.mjs → acorex-components-modal-acorex-components-modal-DwBY73dZ.mjs} +24 -24
  129. package/fesm2022/acorex-components-modal-acorex-components-modal-DwBY73dZ.mjs.map +1 -0
  130. package/fesm2022/acorex-components-modal-modal-content.component-DPMt_zaI.mjs +212 -0
  131. package/fesm2022/acorex-components-modal-modal-content.component-DPMt_zaI.mjs.map +1 -0
  132. package/fesm2022/acorex-components-modal.mjs +1 -1
  133. package/fesm2022/acorex-components-navbar.mjs +9 -9
  134. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  135. package/fesm2022/acorex-components-notification.mjs +13 -13
  136. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  137. package/fesm2022/acorex-components-number-box-legacy.mjs +430 -0
  138. package/fesm2022/acorex-components-number-box-legacy.mjs.map +1 -0
  139. package/fesm2022/acorex-components-number-box.mjs +51 -13
  140. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  141. package/fesm2022/acorex-components-otp.mjs +10 -10
  142. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  143. package/fesm2022/acorex-components-page.mjs +10 -10
  144. package/fesm2022/acorex-components-page.mjs.map +1 -1
  145. package/fesm2022/acorex-components-paint.mjs +40 -35
  146. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  147. package/fesm2022/acorex-components-password-box.mjs +23 -15
  148. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  149. package/fesm2022/acorex-components-pdf-reader.mjs +9 -9
  150. package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
  151. package/fesm2022/acorex-components-phone-box.mjs +10 -10
  152. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  153. package/fesm2022/acorex-components-picker.mjs +20 -20
  154. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  155. package/fesm2022/acorex-components-popover.mjs +8 -8
  156. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  157. package/fesm2022/acorex-components-popup.mjs +42 -18
  158. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  159. package/fesm2022/acorex-components-progress-bar.mjs +9 -11
  160. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  161. package/fesm2022/acorex-components-qrcode.mjs +10 -10
  162. package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
  163. package/fesm2022/acorex-components-query-builder.mjs +9 -9
  164. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  165. package/fesm2022/acorex-components-radio.mjs +9 -10
  166. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  167. package/fesm2022/acorex-components-rail-navigation.mjs +38 -40
  168. package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
  169. package/fesm2022/acorex-components-range-slider.mjs +11 -11
  170. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  171. package/fesm2022/acorex-components-rate-picker.mjs +35 -20
  172. package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
  173. package/fesm2022/acorex-components-rest-api-generator.mjs +28 -28
  174. package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
  175. package/fesm2022/acorex-components-result.mjs +8 -8
  176. package/fesm2022/acorex-components-result.mjs.map +1 -1
  177. package/fesm2022/acorex-components-routing-progress.mjs +8 -8
  178. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  179. package/fesm2022/acorex-components-rrule.mjs +11 -11
  180. package/fesm2022/acorex-components-rrule.mjs.map +1 -1
  181. package/fesm2022/acorex-components-scheduler-picker.mjs +180 -174
  182. package/fesm2022/acorex-components-scheduler-picker.mjs.map +1 -1
  183. package/fesm2022/acorex-components-scheduler.mjs +52 -52
  184. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  185. package/fesm2022/acorex-components-scss.mjs +22 -0
  186. package/fesm2022/acorex-components-scss.mjs.map +1 -0
  187. package/fesm2022/acorex-components-search-box.mjs +11 -17
  188. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  189. package/fesm2022/acorex-components-select-box.mjs +15 -21
  190. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  191. package/fesm2022/acorex-components-selection-list-2.mjs +12 -12
  192. package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
  193. package/fesm2022/acorex-components-selection-list.mjs +10 -10
  194. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  195. package/fesm2022/acorex-components-side-menu.mjs +439 -81
  196. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  197. package/fesm2022/acorex-components-skeleton.mjs +8 -8
  198. package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
  199. package/fesm2022/acorex-components-slider.mjs +13 -13
  200. package/fesm2022/acorex-components-slider.mjs.map +1 -1
  201. package/fesm2022/acorex-components-sliding-item.mjs +19 -19
  202. package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
  203. package/fesm2022/acorex-components-step-wizard.mjs +18 -17
  204. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  205. package/fesm2022/acorex-components-switch.mjs +14 -14
  206. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  207. package/fesm2022/acorex-components-tabs.mjs +17 -17
  208. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  209. package/fesm2022/acorex-components-tag-box.mjs +10 -10
  210. package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
  211. package/fesm2022/acorex-components-tag.mjs +10 -10
  212. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  213. package/fesm2022/acorex-components-text-area.mjs +9 -9
  214. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  215. package/fesm2022/acorex-components-text-box.mjs +12 -12
  216. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  217. package/fesm2022/acorex-components-time-duration.mjs +8 -8
  218. package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
  219. package/fesm2022/acorex-components-time-line.mjs +14 -14
  220. package/fesm2022/acorex-components-time-line.mjs.map +1 -1
  221. package/fesm2022/acorex-components-toast.mjs +13 -13
  222. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  223. package/fesm2022/acorex-components-toolbar.mjs +10 -10
  224. package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
  225. package/fesm2022/acorex-components-tooltip.mjs +25 -16
  226. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  227. package/fesm2022/acorex-components-tree-view-legacy.mjs +511 -0
  228. package/fesm2022/acorex-components-tree-view-legacy.mjs.map +1 -0
  229. package/fesm2022/acorex-components-tree-view.mjs +13 -13
  230. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  231. package/fesm2022/acorex-components-uploader.mjs +17 -17
  232. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  233. package/fesm2022/acorex-components-video-player.mjs +9 -9
  234. package/fesm2022/acorex-components-video-player.mjs.map +1 -1
  235. package/fesm2022/acorex-components-wysiwyg.mjs +45 -45
  236. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  237. package/fesm2022/acorex-components.mjs.map +1 -1
  238. package/file-explorer/README.md +3 -0
  239. package/file-explorer/index.d.ts +103 -0
  240. package/{types/acorex-components-form.d.ts → form/index.d.ts} +24 -24
  241. package/{types/acorex-components-grid-layout-builder.d.ts → grid-layout-builder/index.d.ts} +1 -0
  242. package/{types/acorex-components-loading.d.ts → loading/index.d.ts} +1 -1
  243. package/{types/acorex-components-menu.d.ts → menu/index.d.ts} +53 -13
  244. package/{types/acorex-components-number-box.d.ts → number-box/index.d.ts} +9 -0
  245. package/number-box-legacy/README.md +3 -0
  246. package/number-box-legacy/index.d.ts +191 -0
  247. package/package.json +140 -116
  248. package/{types/acorex-components-paint.d.ts → paint/index.d.ts} +6 -1
  249. package/{types/acorex-components-popup.d.ts → popup/index.d.ts} +11 -1
  250. package/{types/acorex-components-radio.d.ts → radio/index.d.ts} +1 -1
  251. package/{types/acorex-components-rate-picker.d.ts → rate-picker/index.d.ts} +15 -5
  252. package/{types/acorex-components-scheduler-picker.d.ts → scheduler-picker/index.d.ts} +81 -82
  253. package/scss/README.md +3 -0
  254. package/scss/index.d.ts +10 -0
  255. package/{types/acorex-components-select-box.d.ts → select-box/index.d.ts} +1 -2
  256. package/side-menu/index.d.ts +173 -0
  257. package/{types/acorex-components-slider.d.ts → slider/index.d.ts} +2 -2
  258. package/{types/acorex-components-step-wizard.d.ts → step-wizard/index.d.ts} +2 -1
  259. package/{types/acorex-components-tabs.d.ts → tabs/index.d.ts} +1 -1
  260. package/{types/acorex-components-tag.d.ts → tag/index.d.ts} +3 -3
  261. package/tree-view-legacy/README.md +3 -0
  262. package/tree-view-legacy/index.d.ts +184 -0
  263. package/fesm2022/acorex-components-modal-acorex-components-modal-DWNqU6or.mjs.map +0 -1
  264. package/fesm2022/acorex-components-modal-modal-content.component-DplJbJyk.mjs +0 -214
  265. package/fesm2022/acorex-components-modal-modal-content.component-DplJbJyk.mjs.map +0 -1
  266. package/types/acorex-components-side-menu.d.ts +0 -111
  267. /package/{types/acorex-components-action-sheet.d.ts → action-sheet/index.d.ts} +0 -0
  268. /package/{types/acorex-components-alert.d.ts → alert/index.d.ts} +0 -0
  269. /package/{types/acorex-components-aspect-ratio.d.ts → aspect-ratio/index.d.ts} +0 -0
  270. /package/{types/acorex-components-audio-wave.d.ts → audio-wave/index.d.ts} +0 -0
  271. /package/{types/acorex-components-autocomplete.d.ts → autocomplete/index.d.ts} +0 -0
  272. /package/{types/acorex-components-avatar.d.ts → avatar/index.d.ts} +0 -0
  273. /package/{types/acorex-components-badge.d.ts → badge/index.d.ts} +0 -0
  274. /package/{types/acorex-components-bottom-navigation.d.ts → bottom-navigation/index.d.ts} +0 -0
  275. /package/{types/acorex-components-breadcrumbs.d.ts → breadcrumbs/index.d.ts} +0 -0
  276. /package/{types/acorex-components-circular-progress.d.ts → circular-progress/index.d.ts} +0 -0
  277. /package/{types/acorex-components-code-editor.d.ts → code-editor/index.d.ts} +0 -0
  278. /package/{types/acorex-components-color-box.d.ts → color-box/index.d.ts} +0 -0
  279. /package/{types/acorex-components-color-palette.d.ts → color-palette/index.d.ts} +0 -0
  280. /package/{types/acorex-components-command.d.ts → command/index.d.ts} +0 -0
  281. /package/{types/acorex-components-comment.d.ts → comment/index.d.ts} +0 -0
  282. /package/{types/acorex-components-conversation.d.ts → conversation/index.d.ts} +0 -0
  283. /package/{types/acorex-components-cron-job.d.ts → cron-job/index.d.ts} +0 -0
  284. /package/{types/acorex-components-data-list.d.ts → data-list/index.d.ts} +0 -0
  285. /package/{types/acorex-components-datetime-input.d.ts → datetime-input/index.d.ts} +0 -0
  286. /package/{types/acorex-components-decorators.d.ts → decorators/index.d.ts} +0 -0
  287. /package/{types/acorex-components-dialog.d.ts → dialog/index.d.ts} +0 -0
  288. /package/{types/acorex-components-drawer.d.ts → drawer/index.d.ts} +0 -0
  289. /package/{types/acorex-components-dropdown.d.ts → dropdown/index.d.ts} +0 -0
  290. /package/{types/acorex-components-editor.d.ts → editor/index.d.ts} +0 -0
  291. /package/{types/acorex-components-fab.d.ts → fab/index.d.ts} +0 -0
  292. /package/{types/acorex-components-flow-chart.d.ts → flow-chart/index.d.ts} +0 -0
  293. /package/{types/acorex-components-image.d.ts → image/index.d.ts} +0 -0
  294. /package/{types/acorex-components-image-editor.d.ts → image-editor/index.d.ts} +0 -0
  295. /package/{types/acorex-components.d.ts → index.d.ts} +0 -0
  296. /package/{types/acorex-components-json-viewer.d.ts → json-viewer/index.d.ts} +0 -0
  297. /package/{types/acorex-components-kanban.d.ts → kanban/index.d.ts} +0 -0
  298. /package/{types/acorex-components-kbd.d.ts → kbd/index.d.ts} +0 -0
  299. /package/{types/acorex-components-label.d.ts → label/index.d.ts} +0 -0
  300. /package/{types/acorex-components-list.d.ts → list/index.d.ts} +0 -0
  301. /package/{types/acorex-components-loading-dialog.d.ts → loading-dialog/index.d.ts} +0 -0
  302. /package/{types/acorex-components-map.d.ts → map/index.d.ts} +0 -0
  303. /package/{types/acorex-components-media-viewer.d.ts → media-viewer/index.d.ts} +0 -0
  304. /package/{types/acorex-components-modal.d.ts → modal/index.d.ts} +0 -0
  305. /package/{types/acorex-components-navbar.d.ts → navbar/index.d.ts} +0 -0
  306. /package/{types/acorex-components-notification.d.ts → notification/index.d.ts} +0 -0
  307. /package/{types/acorex-components-otp.d.ts → otp/index.d.ts} +0 -0
  308. /package/{types/acorex-components-page.d.ts → page/index.d.ts} +0 -0
  309. /package/{types/acorex-components-password-box.d.ts → password-box/index.d.ts} +0 -0
  310. /package/{types/acorex-components-pdf-reader.d.ts → pdf-reader/index.d.ts} +0 -0
  311. /package/{types/acorex-components-phone-box.d.ts → phone-box/index.d.ts} +0 -0
  312. /package/{types/acorex-components-picker.d.ts → picker/index.d.ts} +0 -0
  313. /package/{types/acorex-components-popover.d.ts → popover/index.d.ts} +0 -0
  314. /package/{types/acorex-components-progress-bar.d.ts → progress-bar/index.d.ts} +0 -0
  315. /package/{types/acorex-components-qrcode.d.ts → qrcode/index.d.ts} +0 -0
  316. /package/{types/acorex-components-query-builder.d.ts → query-builder/index.d.ts} +0 -0
  317. /package/{types/acorex-components-rail-navigation.d.ts → rail-navigation/index.d.ts} +0 -0
  318. /package/{types/acorex-components-range-slider.d.ts → range-slider/index.d.ts} +0 -0
  319. /package/{types/acorex-components-rest-api-generator.d.ts → rest-api-generator/index.d.ts} +0 -0
  320. /package/{types/acorex-components-result.d.ts → result/index.d.ts} +0 -0
  321. /package/{types/acorex-components-routing-progress.d.ts → routing-progress/index.d.ts} +0 -0
  322. /package/{types/acorex-components-rrule.d.ts → rrule/index.d.ts} +0 -0
  323. /package/{types/acorex-components-scheduler.d.ts → scheduler/index.d.ts} +0 -0
  324. /package/{types/acorex-components-search-box.d.ts → search-box/index.d.ts} +0 -0
  325. /package/{types/acorex-components-selection-list.d.ts → selection-list/index.d.ts} +0 -0
  326. /package/{types/acorex-components-selection-list-2.d.ts → selection-list-2/index.d.ts} +0 -0
  327. /package/{types/acorex-components-skeleton.d.ts → skeleton/index.d.ts} +0 -0
  328. /package/{types/acorex-components-sliding-item.d.ts → sliding-item/index.d.ts} +0 -0
  329. /package/{types/acorex-components-switch.d.ts → switch/index.d.ts} +0 -0
  330. /package/{types/acorex-components-tag-box.d.ts → tag-box/index.d.ts} +0 -0
  331. /package/{types/acorex-components-text-area.d.ts → text-area/index.d.ts} +0 -0
  332. /package/{types/acorex-components-text-box.d.ts → text-box/index.d.ts} +0 -0
  333. /package/{types/acorex-components-time-duration.d.ts → time-duration/index.d.ts} +0 -0
  334. /package/{types/acorex-components-time-line.d.ts → time-line/index.d.ts} +0 -0
  335. /package/{types/acorex-components-toast.d.ts → toast/index.d.ts} +0 -0
  336. /package/{types/acorex-components-toolbar.d.ts → toolbar/index.d.ts} +0 -0
  337. /package/{types/acorex-components-tooltip.d.ts → tooltip/index.d.ts} +0 -0
  338. /package/{types/acorex-components-tree-view.d.ts → tree-view/index.d.ts} +0 -0
  339. /package/{types/acorex-components-uploader.d.ts → uploader/index.d.ts} +0 -0
  340. /package/{types/acorex-components-video-player.d.ts → video-player/index.d.ts} +0 -0
  341. /package/{types/acorex-components-wysiwyg.d.ts → wysiwyg/index.d.ts} +0 -0
@@ -12,6 +12,7 @@ declare class AXAccordionGroupComponent {
12
12
  activeIndex: _angular_core.ModelSignal<number | number[]>;
13
13
  look: _angular_core.InputSignal<AXAccordionLook>;
14
14
  collapsedOnItemClick: _angular_core.InputSignal<boolean>;
15
+ private get __hostClass();
15
16
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXAccordionGroupComponent, never>;
16
17
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXAccordionGroupComponent, "ax-accordion-group", never, { "accordion": { "alias": "accordion"; "required": false; "isSignal": true; }; "activeIndex": { "alias": "activeIndex"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; "collapsedOnItemClick": { "alias": "collapsedOnItemClick"; "required": false; "isSignal": true; }; }, { "activeIndex": "activeIndexChange"; }, ["content"], ["ax-accordion-item"], true, never>;
17
18
  }
@@ -64,7 +64,7 @@ declare class AXButtonItemComponent extends AXButtonItemComponent_base {
64
64
  * @param e - The mouse event that triggered the click.
65
65
  * @ignore
66
66
  */
67
- __hostClick(e: MouseEvent): void;
67
+ private __hostClick;
68
68
  /**
69
69
  * Handles focus events on the button item host element.
70
70
  * Emits the onFocus event.
@@ -72,7 +72,7 @@ declare class AXButtonItemComponent extends AXButtonItemComponent_base {
72
72
  * @param e - The focus event that was triggered.
73
73
  * @ignore
74
74
  */
75
- __hostFocus(e: FocusEvent): void;
75
+ private __hostFocus;
76
76
  /**
77
77
  * Handles blur events on the button item host element.
78
78
  * Emits the onBlur event.
@@ -80,7 +80,7 @@ declare class AXButtonItemComponent extends AXButtonItemComponent_base {
80
80
  * @param e - The blur event that was triggered.
81
81
  * @ignore
82
82
  */
83
- __hostBlur(e: FocusEvent): void;
83
+ private __hostBlur;
84
84
  /**
85
85
  * Generates the CSS classes for the button item host element.
86
86
  * Includes classes for icon-only state, disabled state, selected state, divided state, and color.
@@ -1,18 +1,17 @@
1
+ import * as polytype from 'polytype';
2
+ import { MXInteractiveComponent, MXColorLookComponent, AXClickEvent, AXSelectionMode, MXColorComponent, AXStyleColorType } from '@acorex/cdk/common';
1
3
  import * as i0 from '@angular/core';
2
4
  import { EventEmitter } from '@angular/core';
3
- import { MXInteractiveComponent, AXStyleColorType, AXStyleLookType, AXClickEvent, AXSelectionMode } from '@acorex/cdk/common';
4
5
 
6
+ declare const AXButtonGroupComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXColorLookComponent]>;
5
7
  /**
6
8
  * A component that groups multiple buttons together, allowing for consistent styling and behavior.
7
9
  *
8
10
  * @category Components
9
11
  */
10
- declare class AXButtonGroupComponent extends MXInteractiveComponent {
12
+ declare class AXButtonGroupComponent extends AXButtonGroupComponent_base {
11
13
  #private;
12
14
  readonly fitParent: i0.InputSignal<boolean>;
13
- color: AXStyleColorType;
14
- look: AXStyleLookType;
15
- readonly customClass: i0.InputSignal<string>;
16
15
  /**
17
16
  * Fires when any button in the group is clicked.
18
17
  *
@@ -81,9 +80,9 @@ declare class AXButtonGroupComponent extends MXInteractiveComponent {
81
80
  /**
82
81
  * @ignore
83
82
  */
84
- __hostClick(e: MouseEvent): void;
83
+ private __hostClick;
85
84
  static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonGroupComponent, never>;
86
- static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonGroupComponent, "ax-button-group", never, { "disabled": { "alias": "disabled"; "required": false; }; "fitParent": { "alias": "fitParent"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; }; "look": { "alias": "look"; "required": false; }; "customClass": { "alias": "class"; "required": false; "isSignal": true; }; "selection": { "alias": "selection"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "lookChange": "lookChange"; "colorChange": "colorChange"; "disabledChange": "disabledChange"; "onClick": "onClick"; "selectionChange": "selectionChange"; "selectedButtonChange": "selectedButtonChange"; }, ["_contentButtons"], ["ax-button-group-item"], true, never>;
85
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonGroupComponent, "ax-button-group", never, { "disabled": { "alias": "disabled"; "required": false; }; "color": { "alias": "color"; "required": false; }; "look": { "alias": "look"; "required": false; }; "fitParent": { "alias": "fitParent"; "required": false; "isSignal": true; }; "selection": { "alias": "selection"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "lookChange": "lookChange"; "colorChange": "colorChange"; "disabledChange": "disabledChange"; "onClick": "onClick"; "selectionChange": "selectionChange"; "selectedButtonChange": "selectedButtonChange"; }, ["_contentButtons"], ["ax-button-group-item"], true, never>;
87
86
  }
88
87
 
89
88
  interface AXButtonItemListItem {
@@ -94,14 +93,14 @@ interface AXButtonItemListItem {
94
93
  disabled?: boolean;
95
94
  color?: AXStyleColorType;
96
95
  }
96
+ declare const AXButtonGroupItemComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXColorComponent]>;
97
97
  /**
98
98
  * Represents a button item with optional content like icons, text, and dropdowns.
99
99
  *
100
100
  * @category Components
101
101
  */
102
- declare class AXButtonGroupItemComponent extends MXInteractiveComponent {
102
+ declare class AXButtonGroupItemComponent extends AXButtonGroupItemComponent_base {
103
103
  btnGroup: AXButtonGroupComponent;
104
- color: AXStyleColorType;
105
104
  /**
106
105
  * Text displayed on the button item.
107
106
  */
@@ -110,7 +109,6 @@ declare class AXButtonGroupItemComponent extends MXInteractiveComponent {
110
109
  * @ignore
111
110
  */
112
111
  private _selected;
113
- readonly customClass: i0.ModelSignal<string>;
114
112
  /**
115
113
  * Indicates whether the button item is selected.
116
114
  *
@@ -141,15 +139,15 @@ declare class AXButtonGroupItemComponent extends MXInteractiveComponent {
141
139
  /**
142
140
  * @ignore
143
141
  */
144
- __hostClick(e: MouseEvent): void;
142
+ private __hostClick;
145
143
  /**
146
144
  * @ignore
147
145
  */
148
- __hostFocus(e: FocusEvent): void;
146
+ private __hostFocus;
149
147
  /**
150
148
  * @ignore
151
149
  */
152
- __hostBlur(e: FocusEvent): void;
150
+ private __hostBlur;
153
151
  /**
154
152
  * @ignore
155
153
  */
@@ -159,7 +157,7 @@ declare class AXButtonGroupItemComponent extends MXInteractiveComponent {
159
157
  */
160
158
  tabindex: string;
161
159
  static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonGroupItemComponent, never>;
162
- static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonGroupItemComponent, "ax-button-group-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "color": { "alias": "color"; "required": false; }; "text": { "alias": "text"; "required": false; }; "customClass": { "alias": "class"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; }; "divided": { "alias": "divided"; "required": false; }; "data": { "alias": "data"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, { "onClick": "onClick"; "onFocus": "onFocus"; "onBlur": "onBlur"; "disabledChange": "disabledChange"; "customClass": "classChange"; }, never, ["*"], true, never>;
160
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonGroupItemComponent, "ax-button-group-item", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "text": { "alias": "text"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "divided": { "alias": "divided"; "required": false; }; "data": { "alias": "data"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, { "onClick": "onClick"; "onFocus": "onFocus"; "onBlur": "onBlur"; "disabledChange": "disabledChange"; }, never, ["*"], true, never>;
163
161
  }
164
162
 
165
163
  declare class AXButtonGroupModule {
@@ -1,13 +1,19 @@
1
1
  import * as polytype from 'polytype';
2
- import * as i0 from '@angular/core';
2
+ import * as _angular_core from '@angular/core';
3
3
  import { TemplateRef, EventEmitter, AfterViewInit } from '@angular/core';
4
- import { MXBaseComponent, AXItemClickEvent, AXRangeChangedEvent, MXValueComponent, AXRange, MXInteractiveComponent, AXClickEvent, MXComponentOptionChanged } from '@acorex/cdk/common';
4
+ import { MXBaseComponent, AXItemClickEvent, AXRangeChangedEvent, MXValueComponent, AXRange, MXInteractiveComponent, AXValueChangedEvent, AXClickEvent, MXComponentOptionChanged } from '@acorex/cdk/common';
5
5
  import { AXCalendarService, AXDateTimeRange, AXDateTime } from '@acorex/core/date-time';
6
6
  import { AXLocaleService } from '@acorex/core/locale';
7
7
  import { AXTranslationService } from '@acorex/core/translation';
8
8
 
9
9
  type AXCalendarViewType = 'year' | 'month' | 'day';
10
10
  type AXCalendarViewDepth = AXCalendarViewType;
11
+ /**
12
+ * Controls how month and year are chosen in the day view header.
13
+ * - `classic`: tap year/month labels to open month/year picker panels.
14
+ * - `select`: month/year dropdowns with prev/next arrows on the edges.
15
+ */
16
+ type AXCalendarNavigationLookType = 'classic' | 'select';
11
17
  type AXCalendarDisabledDates = Date[] | ((date: Date) => boolean);
12
18
  type AXCalendarHolidayDates = Date[] | ((date: Date) => boolean);
13
19
  type AXCalendarCellCssClass = string | {
@@ -91,21 +97,25 @@ declare class MXCalendarBaseComponent extends MXBaseComponent {
91
97
  get holidayDates(): AXCalendarHolidayDates;
92
98
  set holidayDates(v: AXCalendarHolidayDates);
93
99
  render(): void;
94
- static ɵfac: i0.ɵɵFactoryDeclaration<MXCalendarBaseComponent, never>;
95
- static ɵprov: i0.ɵɵInjectableDeclaration<MXCalendarBaseComponent>;
100
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<MXCalendarBaseComponent, never>;
101
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<MXCalendarBaseComponent>;
96
102
  }
97
103
  declare const CALENDAR_INPUTS: string[];
98
104
  declare const CALENDAR_OUTPUTS: string[];
99
105
 
100
106
  declare const AXCalendarRangeComponent_base: polytype.Polytype.ClusteredConstructor<[{
101
107
  new (): MXValueComponent<AXRange<Date>>;
102
- ɵfac: i0.ɵɵFactoryDeclaration<MXValueComponent<any>, never>;
103
- ɵprov: i0.ɵɵInjectableDeclaration<MXValueComponent<any>>;
108
+ ɵfac: _angular_core.ɵɵFactoryDeclaration<MXValueComponent<any>, never>;
109
+ ɵprov: _angular_core.ɵɵInjectableDeclaration<MXValueComponent<any>>;
104
110
  }, typeof MXInteractiveComponent, typeof MXCalendarBaseComponent]>;
105
111
  declare class AXCalendarRangeComponent extends AXCalendarRangeComponent_base implements AfterViewInit {
106
112
  private formatService;
107
113
  private unsubscriber;
108
- protected calendar: i0.WritableSignal<string>;
114
+ protected calendar: _angular_core.WritableSignal<string>;
115
+ /**
116
+ * Day view navigation style passed through to embedded calendars.
117
+ */
118
+ look: _angular_core.InputSignal<AXCalendarNavigationLookType>;
109
119
  /**
110
120
  * @ignore
111
121
  */
@@ -174,14 +184,14 @@ declare class AXCalendarRangeComponent extends AXCalendarRangeComponent_base imp
174
184
  * @ignore
175
185
  */
176
186
  private _syncNav2;
177
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarRangeComponent, never>;
178
- static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarRangeComponent, "ax-calendar-range", never, { "rtl": { "alias": "rtl"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "type": { "alias": "type"; "required": false; }; "dayCellTemplate": { "alias": "dayCellTemplate"; "required": false; }; "monthCellTemplate": { "alias": "monthCellTemplate"; "required": false; }; "yearCellTemplate": { "alias": "yearCellTemplate"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "showNavigation": { "alias": "showNavigation"; "required": false; }; }, { "onOptionChanged": "onOptionChanged"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "activeViewChange": "activeViewChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "onSlotClick": "onSlotClick"; }, never, ["*"], true, never>;
187
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXCalendarRangeComponent, never>;
188
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXCalendarRangeComponent, "ax-calendar-range", never, { "rtl": { "alias": "rtl"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "type": { "alias": "type"; "required": false; }; "dayCellTemplate": { "alias": "dayCellTemplate"; "required": false; }; "monthCellTemplate": { "alias": "monthCellTemplate"; "required": false; }; "yearCellTemplate": { "alias": "yearCellTemplate"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "showNavigation": { "alias": "showNavigation"; "required": false; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; }, { "onOptionChanged": "onOptionChanged"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "activeViewChange": "activeViewChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "onSlotClick": "onSlotClick"; }, never, ["*"], true, never>;
179
189
  }
180
190
 
181
191
  declare const AXCalendarComponent_base: polytype.Polytype.ClusteredConstructor<[{
182
192
  new (): MXValueComponent<Date>;
183
- ɵfac: i0.ɵɵFactoryDeclaration<MXValueComponent<any>, never>;
184
- ɵprov: i0.ɵɵInjectableDeclaration<MXValueComponent<any>>;
193
+ ɵfac: _angular_core.ɵɵFactoryDeclaration<MXValueComponent<any>, never>;
194
+ ɵprov: _angular_core.ɵɵInjectableDeclaration<MXValueComponent<any>>;
185
195
  }, typeof MXInteractiveComponent, typeof MXCalendarBaseComponent]>;
186
196
  /**
187
197
  * A calendar component that provides a customizable calendar view with various options for selection, navigation, and styling.
@@ -190,9 +200,15 @@ declare const AXCalendarComponent_base: polytype.Polytype.ClusteredConstructor<[
190
200
  */
191
201
  declare class AXCalendarComponent extends AXCalendarComponent_base implements AfterViewInit {
192
202
  private formatService;
193
- weekend: i0.InputSignal<number[]>;
194
- weekdays: i0.InputSignal<number[]>;
195
- protected calendar: i0.WritableSignal<string>;
203
+ weekend: _angular_core.InputSignal<number[]>;
204
+ weekdays: _angular_core.InputSignal<number[]>;
205
+ /**
206
+ * Day view navigation style.
207
+ * - `classic`: tap year/month labels to open month/year picker panels.
208
+ * - `select`: month/year dropdowns with prev/next arrows on the edges.
209
+ */
210
+ look: _angular_core.InputSignal<AXCalendarNavigationLookType>;
211
+ protected calendar: _angular_core.WritableSignal<string>;
196
212
  get displayRange(): AXDateTimeRange | null;
197
213
  /**
198
214
  * @ignore
@@ -214,6 +230,28 @@ declare class AXCalendarComponent extends AXCalendarComponent_base implements Af
214
230
  * @ignore
215
231
  */
216
232
  protected views: AXCalendarView[];
233
+ /**
234
+ * @ignore
235
+ */
236
+ protected _monthOptions: {
237
+ id: number;
238
+ text: string;
239
+ }[];
240
+ /**
241
+ * @ignore
242
+ */
243
+ protected _yearOptions: {
244
+ id: number;
245
+ text: string;
246
+ }[];
247
+ /**
248
+ * @ignore
249
+ */
250
+ protected get _currentMonth(): number;
251
+ /**
252
+ * @ignore
253
+ */
254
+ protected get _currentYear(): number;
217
255
  /**
218
256
  * @ignore
219
257
  */
@@ -246,6 +284,22 @@ declare class AXCalendarComponent extends AXCalendarComponent_base implements Af
246
284
  * @ignore
247
285
  */
248
286
  render(): void;
287
+ /**
288
+ * @ignore
289
+ */
290
+ private _updateSelectOptions;
291
+ /**
292
+ * @ignore
293
+ */
294
+ protected _handleMonthSelectChanged(e: AXValueChangedEvent): void;
295
+ /**
296
+ * @ignore
297
+ */
298
+ protected _handleYearSelectChanged(e: AXValueChangedEvent): void;
299
+ /**
300
+ * @ignore
301
+ */
302
+ private _getSelectBoxValue;
249
303
  /**
250
304
  * @ignore
251
305
  */
@@ -371,15 +425,15 @@ declare class AXCalendarComponent extends AXCalendarComponent_base implements Af
371
425
  * @ignore
372
426
  */
373
427
  protected getMonthName(date: AXDateTime, style: 'short' | 'long'): string;
374
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarComponent, never>;
375
- static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarComponent, "ax-calendar", never, { "rtl": { "alias": "rtl"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "type": { "alias": "type"; "required": false; }; "dayCellTemplate": { "alias": "dayCellTemplate"; "required": false; }; "monthCellTemplate": { "alias": "monthCellTemplate"; "required": false; }; "yearCellTemplate": { "alias": "yearCellTemplate"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "showNavigation": { "alias": "showNavigation"; "required": false; }; "count": { "alias": "count"; "required": false; }; "id": { "alias": "id"; "required": false; }; "weekend": { "alias": "weekend"; "required": false; "isSignal": true; }; "weekdays": { "alias": "weekdays"; "required": false; "isSignal": true; }; }, { "onOptionChanged": "onOptionChanged"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "minValueChange": "minValueChange"; "maxValueChange": "maxValueChange"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "activeViewChange": "activeViewChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "onSlotClick": "onSlotClick"; "countChange": "countChange"; }, never, ["ax-header", "ax-footer"], true, never>;
428
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXCalendarComponent, never>;
429
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXCalendarComponent, "ax-calendar", never, { "rtl": { "alias": "rtl"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "type": { "alias": "type"; "required": false; }; "dayCellTemplate": { "alias": "dayCellTemplate"; "required": false; }; "monthCellTemplate": { "alias": "monthCellTemplate"; "required": false; }; "yearCellTemplate": { "alias": "yearCellTemplate"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "showNavigation": { "alias": "showNavigation"; "required": false; }; "count": { "alias": "count"; "required": false; }; "id": { "alias": "id"; "required": false; }; "weekend": { "alias": "weekend"; "required": false; "isSignal": true; }; "weekdays": { "alias": "weekdays"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; }, { "onOptionChanged": "onOptionChanged"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "minValueChange": "minValueChange"; "maxValueChange": "maxValueChange"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "activeViewChange": "activeViewChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "onSlotClick": "onSlotClick"; "countChange": "countChange"; }, never, ["ax-header", "ax-footer"], true, never>;
376
430
  }
377
431
 
378
432
  declare class AXCalendarModule {
379
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarModule, never>;
380
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCalendarModule, never, [typeof AXCalendarComponent, typeof AXCalendarRangeComponent], [typeof AXCalendarComponent, typeof AXCalendarRangeComponent]>;
381
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCalendarModule>;
433
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXCalendarModule, never>;
434
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXCalendarModule, never, [typeof AXCalendarComponent, typeof AXCalendarRangeComponent], [typeof AXCalendarComponent, typeof AXCalendarRangeComponent]>;
435
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXCalendarModule>;
382
436
  }
383
437
 
384
438
  export { AXCalendarComponent, AXCalendarModule, AXCalendarNavigateEvent, AXCalendarRangeComponent, AXCalendarSlotClick, CALENDAR_INPUTS, CALENDAR_OUTPUTS, MXCalendarBaseComponent };
385
- export type { AXCalendarCellCssClass, AXCalendarDisabledDates, AXCalendarHolidayDates, AXCalendarView, AXCalendarViewDepth, AXCalendarViewSlot, AXCalendarViewType, AXDateTimePickerType };
439
+ export type { AXCalendarCellCssClass, AXCalendarDisabledDates, AXCalendarHolidayDates, AXCalendarNavigationLookType, AXCalendarView, AXCalendarViewDepth, AXCalendarViewSlot, AXCalendarViewType, AXDateTimePickerType };
@@ -49,7 +49,7 @@ declare class AXCheckBoxComponent extends AXCheckBoxComponent_base {
49
49
  /**
50
50
  * @ignore
51
51
  */
52
- _handleClick(e: UIEvent): boolean;
52
+ private _handleClick;
53
53
  /**
54
54
  * @ignore
55
55
  */
@@ -1,25 +1,29 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import * as i1 from '@acorex/cdk/common';
3
- import { MXColorLookComponent } from '@acorex/cdk/common';
3
+ import { MXColorComponent, AXStyleLookType, AXStyleSizeType } from '@acorex/cdk/common';
4
4
 
5
+ type AXChipsLookType = Extract<AXStyleLookType, 'solid' | 'outline' | 'twotone'>;
6
+ type AXChipsSizeType = Exclude<AXStyleSizeType, 'ax-xs' | 'ax-xl'>;
5
7
  /**
6
8
  * A component for displaying and managing a set of chips.
7
9
  *
8
10
  * @category Components
9
11
  */
10
- declare class AXChipsComponent extends MXColorLookComponent {
12
+ declare class AXChipsComponent extends MXColorComponent {
11
13
  /**
12
14
  * The text displayed on the chips.
13
15
  *
14
16
  * @defaultValue ''
15
17
  */
16
18
  text: i0.ModelSignal<string>;
19
+ look: i0.ModelSignal<AXChipsLookType>;
20
+ size: i0.ModelSignal<AXChipsSizeType>;
17
21
  /**
18
22
  * @ignore
19
23
  */
20
24
  private get __hostClass();
21
25
  static ɵfac: i0.ɵɵFactoryDeclaration<AXChipsComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<AXChipsComponent, "ax-chips", never, { "tabIndex": { "alias": "tabIndex"; "required": false; }; "color": { "alias": "color"; "required": false; }; "look": { "alias": "look"; "required": false; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; }, { "text": "textChange"; }, never, ["ax-prefix", "ax-suffix"], true, [{ directive: typeof i1.AXRippleDirective; inputs: {}; outputs: {}; }]>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXChipsComponent, "ax-chips", never, { "tabIndex": { "alias": "tabIndex"; "required": false; }; "color": { "alias": "color"; "required": false; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, { "text": "textChange"; "look": "lookChange"; "size": "sizeChange"; }, never, ["ax-prefix", "ax-suffix"], true, [{ directive: typeof i1.AXRippleDirective; inputs: {}; outputs: {}; }]>;
23
27
  }
24
28
 
25
29
  declare class AXChipsModule {
@@ -29,3 +33,4 @@ declare class AXChipsModule {
29
33
  }
30
34
 
31
35
  export { AXChipsComponent, AXChipsModule };
36
+ export type { AXChipsLookType, AXChipsSizeType };
@@ -0,0 +1,3 @@
1
+ # @acorex/components/collapse
2
+
3
+ Secondary entry point of `@acorex/components`. It can be used by importing from `@acorex/components/collapse`.
@@ -0,0 +1,174 @@
1
+ import * as polytype from 'polytype';
2
+ import { MXBaseComponent, MXLookComponent, AXClickEvent, MXInteractiveComponent } from '@acorex/cdk/common';
3
+ import * as i0 from '@angular/core';
4
+ import { AfterViewInit, OnDestroy, EventEmitter, TemplateRef } from '@angular/core';
5
+
6
+ declare const AXCollapseGroupComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXBaseComponent, typeof MXLookComponent]>;
7
+ /**
8
+ * Container for collapsible items with configurable styling.
9
+ *
10
+ * @category Components
11
+ */
12
+ declare class AXCollapseGroupComponent extends AXCollapseGroupComponent_base implements AfterViewInit, OnDestroy {
13
+ /**
14
+ * Emitted when the accordion state changes.
15
+ *
16
+ * @event
17
+ */
18
+ accordionChange: EventEmitter<boolean>;
19
+ /**
20
+ * @ignore
21
+ */
22
+ private _accordion?;
23
+ /**
24
+ * Enables accordion behavior, allowing only one collapsible item to be expanded at a time
25
+ */
26
+ get accordion(): boolean | undefined;
27
+ set accordion(value: boolean);
28
+ /**
29
+ * Emits when the active index changes.
30
+ * @event
31
+ */
32
+ activeIndexChange: EventEmitter<number>;
33
+ /**
34
+ * @ignore
35
+ */
36
+ private _activeIndex;
37
+ /**
38
+ * Index of the currently active item within the group
39
+ */
40
+ get activeIndex(): number;
41
+ set activeIndex(value: number);
42
+ private _items;
43
+ /**
44
+ * @ignore
45
+ */
46
+ private _subs;
47
+ /**
48
+ * @ignore
49
+ */
50
+ ngAfterViewInit(): void;
51
+ /**
52
+ * @ignore
53
+ */
54
+ private applyAccordion;
55
+ /**
56
+ * @ignore
57
+ */
58
+ private removeAccordion;
59
+ /**
60
+ * @ignore
61
+ */
62
+ ngOnDestroy(): void;
63
+ /**
64
+ * @ignore
65
+ */
66
+ private get __hostClass();
67
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseGroupComponent, never>;
68
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXCollapseGroupComponent, "ax-collapse-group", never, { "look": { "alias": "look"; "required": false; }; "accordion": { "alias": "accordion"; "required": false; }; "activeIndex": { "alias": "activeIndex"; "required": false; }; }, { "accordionChange": "accordionChange"; "activeIndexChange": "activeIndexChange"; }, ["_items"], ["ax-collapse"], true, never>;
69
+ }
70
+
71
+ declare class AXCollapseClickEvent extends AXClickEvent {
72
+ handled: boolean;
73
+ }
74
+ declare const AXCollapseComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXLookComponent]>;
75
+ /**
76
+ * A component that provides a collapsible section with animated transitions.
77
+ *
78
+ * @category Components
79
+ */
80
+ declare class AXCollapseComponent extends AXCollapseComponent_base {
81
+ private parent;
82
+ /**
83
+ * Fires each time the user clicks the panel header.
84
+ * @event
85
+ */
86
+ onClick: EventEmitter<AXCollapseClickEvent>;
87
+ /**
88
+ * Fires an event when the collapse state changes.
89
+ *
90
+ * @event
91
+ */
92
+ isCollapsedChange: EventEmitter<any>;
93
+ /**
94
+ * @ignore
95
+ */
96
+ private _isCollapsed;
97
+ /**
98
+ * Providing a boolean value for its collapse state
99
+ */
100
+ get isCollapsed(): boolean;
101
+ set isCollapsed(v: boolean);
102
+ /**
103
+ * @ignore
104
+ */
105
+ private _showHeader;
106
+ /**
107
+ * Providing a boolean value for show or hide header
108
+ */
109
+ get showHeader(): boolean;
110
+ set showHeader(v: boolean);
111
+ /**
112
+ * Sets the caption for the collapse component.
113
+ *
114
+ * @defaultValue ''
115
+ */
116
+ caption: string;
117
+ /**
118
+ * Specifies the icon to display in the collapse component.
119
+ *
120
+ * @defaultValue ''
121
+ */
122
+ icon: string;
123
+ /**
124
+ * @ignore
125
+ */
126
+ private _isLoading;
127
+ /**
128
+ * Providing a boolean value for its collapse state
129
+ */
130
+ get isLoading(): boolean;
131
+ set isLoading(v: boolean);
132
+ /**
133
+ * Template used for the collapse component's header.
134
+ */
135
+ headerTemplate: TemplateRef<any>;
136
+ /**
137
+ * Handles header clicks, emitting a click event and toggling collapse state if not handled.
138
+ *
139
+ * @param e - The native mouse event.
140
+ */
141
+ handleHeaderClick(e: MouseEvent): void;
142
+ /**
143
+ * Expands the collapse component.
144
+ *
145
+ * @returns void - No return value. Sets `isCollapsed` to false and expands the body.
146
+ */
147
+ open(): void;
148
+ /**
149
+ * Collapses the collapse component.
150
+ *
151
+ * @returns void - No return value. Sets `isCollapsed` to true and hides the body.
152
+ */
153
+ close(): void;
154
+ /**
155
+ * Toggles the collapse state between expanded and collapsed.
156
+ *
157
+ * @returns void - No return value. Flips the `isCollapsed` state.
158
+ */
159
+ toggle(): void;
160
+ /**
161
+ * @ignore
162
+ */
163
+ get __hostClass(): string[];
164
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseComponent, never>;
165
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXCollapseComponent, "ax-collapse", never, { "disabled": { "alias": "disabled"; "required": false; }; "look": { "alias": "look"; "required": false; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "headerTemplate": { "alias": "headerTemplate"; "required": false; }; }, { "onClick": "onClick"; "isCollapsedChange": "isCollapsedChange"; }, never, ["*"], true, never>;
166
+ }
167
+
168
+ declare class AXCollapseModule {
169
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseModule, never>;
170
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCollapseModule, never, [typeof AXCollapseComponent, typeof AXCollapseGroupComponent], [typeof AXCollapseComponent, typeof AXCollapseGroupComponent]>;
171
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCollapseModule>;
172
+ }
173
+
174
+ export { AXCollapseClickEvent, AXCollapseComponent, AXCollapseGroupComponent, AXCollapseModule };
@@ -83,6 +83,7 @@ import {
83
83
  AXIndexedDBUserApi,
84
84
  AXIndexedDBConversationApi,
85
85
  AXIndexedDBMessageApi,
86
+ AXConversationIndexedDbUploaderApi,
86
87
  AXIndexedDBRealtimeApi,
87
88
  } from '@acorex/components/conversation2';
88
89
 
@@ -92,12 +93,11 @@ export const appConfig: ApplicationConfig = {
92
93
  userApi: AXIndexedDBUserApi,
93
94
  conversationApi: AXIndexedDBConversationApi,
94
95
  messageApi: AXIndexedDBMessageApi,
96
+ uploaderApi: AXConversationIndexedDbUploaderApi,
95
97
  realtimeApi: AXIndexedDBRealtimeApi, // optional
96
98
  config: {
97
99
  messagePageSize: 50,
98
100
  conversationPageSize: 30,
99
- maxFileSize: 10 * 1024 * 1024,
100
- allowedFileTypes: ['image/*', 'video/*', 'audio/*', 'application/pdf'],
101
101
  },
102
102
  registry: {
103
103
  // Optional: Register custom message renderers, actions, etc.
@@ -188,6 +188,7 @@ provideConversation({
188
188
  userApi: AXIndexedDBUserApi,
189
189
  conversationApi: AXIndexedDBConversationApi,
190
190
  messageApi: AXIndexedDBMessageApi,
191
+ uploaderApi: AXIndexedDBMediaUploaderApi,
191
192
  realtimeApi: AXIndexedDBRealtimeApi,
192
193
  });
193
194
  ```
@@ -208,6 +209,7 @@ provideConversation({
208
209
  userApi: AXIndexedDBUserApi,
209
210
  conversationApi: AXIndexedDBConversationApi,
210
211
  messageApi: AXIndexedDBMessageAIApi,
212
+ uploaderApi: AXIndexedDBMediaUploaderApi,
211
213
  realtimeApi: AXIndexedDBRealtimeApi,
212
214
  });
213
215
  ```
@@ -224,9 +226,9 @@ interface AXConversationConfig {
224
226
  infiniteScrollThreshold?: number; // Default: 200px
225
227
  scrollThreshold?: number; // Default: 100px
226
228
 
227
- // File Upload
229
+ // File upload (fallback when action omits uploadConstraints fields)
228
230
  maxFileSize?: number; // Default: 10MB
229
- allowedFileTypes?: string[]; // Default: see defaults
231
+ allowedFileTypes?: string[]; // Default: image/*, video/*, audio/*, pdf, doc
230
232
 
231
233
  // UI Behavior
232
234
  messageHighlightDuration?: number; // Default: 2000ms
@@ -431,8 +433,8 @@ Supported message types out of the box:
431
433
 
432
434
  **Issue**: File upload fails
433
435
 
434
- - Check `maxFileSize` and `allowedFileTypes` configuration
435
- - Verify API `uploadFile()` implementation
436
+ - Check `config.maxFileSize` / `config.allowedFileTypes` and per-action `uploadConstraints` (`allowedMimeTypes`, `minSize`, `maxSize`)
437
+ - Verify `uploaderApi` is provided and implements `AXUploaderApi.upload()` with progress and `AbortSignal` support
436
438
 
437
439
  **Issue**: Styling issues
438
440