@acorex/components 21.0.1-next.8 → 21.0.1-next.81

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 (340) hide show
  1. package/conversation2/README.md +71 -31
  2. package/fab/README.md +3 -0
  3. package/fesm2022/acorex-components-accordion.mjs +19 -22
  4. package/fesm2022/acorex-components-accordion.mjs.map +1 -1
  5. package/fesm2022/acorex-components-action-sheet.mjs +284 -118
  6. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  7. package/fesm2022/acorex-components-alert.mjs +13 -13
  8. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  9. package/fesm2022/acorex-components-aspect-ratio.mjs +3 -3
  10. package/fesm2022/acorex-components-aspect-ratio.mjs.map +1 -1
  11. package/fesm2022/acorex-components-audio-wave.mjs +11 -10
  12. package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
  13. package/fesm2022/acorex-components-autocomplete.mjs +7 -7
  14. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
  15. package/fesm2022/acorex-components-avatar.mjs +12 -12
  16. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  17. package/fesm2022/acorex-components-badge.mjs +9 -9
  18. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  19. package/fesm2022/acorex-components-bottom-navigation.mjs +11 -11
  20. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
  21. package/fesm2022/acorex-components-breadcrumbs.mjs +11 -11
  22. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  23. package/fesm2022/acorex-components-button-group.mjs +39 -24
  24. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  25. package/fesm2022/acorex-components-button.mjs +18 -18
  26. package/fesm2022/acorex-components-button.mjs.map +1 -1
  27. package/fesm2022/acorex-components-calendar.mjs +17 -17
  28. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  29. package/fesm2022/acorex-components-check-box.mjs +10 -10
  30. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  31. package/fesm2022/acorex-components-chips.mjs +12 -14
  32. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  33. package/fesm2022/acorex-components-circular-progress.mjs +12 -10
  34. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  35. package/fesm2022/acorex-components-code-editor.mjs +13 -13
  36. package/fesm2022/acorex-components-code-editor.mjs.map +1 -1
  37. package/fesm2022/acorex-components-collapse.mjs +22 -19
  38. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  39. package/fesm2022/acorex-components-color-box.mjs +9 -9
  40. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  41. package/fesm2022/acorex-components-color-palette.mjs +33 -38
  42. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  43. package/fesm2022/acorex-components-command.mjs +31 -14
  44. package/fesm2022/acorex-components-command.mjs.map +1 -1
  45. package/fesm2022/acorex-components-comment.mjs +94 -91
  46. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  47. package/fesm2022/acorex-components-conversation.mjs +52 -52
  48. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  49. package/fesm2022/acorex-components-conversation2.mjs +5147 -3762
  50. package/fesm2022/acorex-components-conversation2.mjs.map +1 -1
  51. package/fesm2022/acorex-components-cron-job.mjs +46 -46
  52. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  53. package/fesm2022/acorex-components-data-list.mjs +4 -4
  54. package/fesm2022/acorex-components-data-list.mjs.map +1 -1
  55. package/fesm2022/acorex-components-data-pager.mjs +33 -33
  56. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  57. package/fesm2022/acorex-components-data-table.mjs +125 -492
  58. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  59. package/fesm2022/acorex-components-datetime-box.mjs +9 -10
  60. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  61. package/fesm2022/acorex-components-datetime-input.mjs +12 -12
  62. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  63. package/fesm2022/acorex-components-datetime-picker.mjs +19 -17
  64. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  65. package/fesm2022/acorex-components-decorators.mjs +44 -37
  66. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  67. package/fesm2022/acorex-components-dialog.mjs +75 -54
  68. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  69. package/fesm2022/acorex-components-drawer-legacy.mjs +13 -13
  70. package/fesm2022/acorex-components-drawer-legacy.mjs.map +1 -1
  71. package/fesm2022/acorex-components-drawer.mjs +15 -16
  72. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  73. package/fesm2022/acorex-components-dropdown-button.mjs +19 -11
  74. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  75. package/fesm2022/acorex-components-dropdown.mjs +28 -57
  76. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  77. package/fesm2022/acorex-components-editor.mjs +11 -11
  78. package/fesm2022/acorex-components-editor.mjs.map +1 -1
  79. package/fesm2022/acorex-components-fab.mjs +114 -0
  80. package/fesm2022/acorex-components-fab.mjs.map +1 -0
  81. package/fesm2022/acorex-components-file-explorer.mjs +25 -25
  82. package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
  83. package/fesm2022/acorex-components-flow-chart.mjs +16 -16
  84. package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
  85. package/fesm2022/acorex-components-form.mjs +49 -43
  86. package/fesm2022/acorex-components-form.mjs.map +1 -1
  87. package/fesm2022/acorex-components-grid-layout-builder.mjs +44 -23
  88. package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
  89. package/fesm2022/acorex-components-image-editor.mjs +44 -44
  90. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  91. package/fesm2022/acorex-components-image.mjs +9 -9
  92. package/fesm2022/acorex-components-image.mjs.map +1 -1
  93. package/fesm2022/acorex-components-json-viewer.mjs +8 -8
  94. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  95. package/fesm2022/acorex-components-kanban.mjs +16 -12
  96. package/fesm2022/acorex-components-kanban.mjs.map +1 -1
  97. package/fesm2022/acorex-components-kbd.mjs +29 -11
  98. package/fesm2022/acorex-components-kbd.mjs.map +1 -1
  99. package/fesm2022/acorex-components-label.mjs +9 -9
  100. package/fesm2022/acorex-components-label.mjs.map +1 -1
  101. package/fesm2022/acorex-components-list.mjs +69 -21
  102. package/fesm2022/acorex-components-list.mjs.map +1 -1
  103. package/fesm2022/acorex-components-loading-dialog.mjs +82 -45
  104. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  105. package/fesm2022/acorex-components-loading.mjs +92 -52
  106. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  107. package/fesm2022/acorex-components-map.mjs +14 -14
  108. package/fesm2022/acorex-components-map.mjs.map +1 -1
  109. package/fesm2022/acorex-components-media-viewer.mjs +294 -92
  110. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  111. package/fesm2022/acorex-components-menu.mjs +78 -37
  112. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  113. package/fesm2022/{acorex-components-modal-acorex-components-modal-CXXcFToK.mjs → acorex-components-modal-acorex-components-modal-DWNqU6or.mjs} +48 -24
  114. package/fesm2022/acorex-components-modal-acorex-components-modal-DWNqU6or.mjs.map +1 -0
  115. package/fesm2022/acorex-components-modal-modal-content.component-DplJbJyk.mjs +214 -0
  116. package/fesm2022/acorex-components-modal-modal-content.component-DplJbJyk.mjs.map +1 -0
  117. package/fesm2022/acorex-components-modal.mjs +1 -1
  118. package/fesm2022/acorex-components-navbar.mjs +9 -9
  119. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  120. package/fesm2022/acorex-components-notification.mjs +381 -260
  121. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  122. package/fesm2022/acorex-components-number-box-legacy.mjs +9 -9
  123. package/fesm2022/acorex-components-number-box-legacy.mjs.map +1 -1
  124. package/fesm2022/acorex-components-number-box.mjs +45 -26
  125. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  126. package/fesm2022/acorex-components-otp.mjs +9 -9
  127. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  128. package/fesm2022/acorex-components-page.mjs +10 -10
  129. package/fesm2022/acorex-components-page.mjs.map +1 -1
  130. package/fesm2022/acorex-components-paint.mjs +55 -39
  131. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  132. package/fesm2022/acorex-components-password-box.mjs +13 -13
  133. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  134. package/fesm2022/acorex-components-pdf-reader.mjs +8 -8
  135. package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
  136. package/fesm2022/acorex-components-phone-box.mjs +88 -41
  137. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  138. package/fesm2022/acorex-components-picker.mjs +24 -23
  139. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  140. package/fesm2022/acorex-components-popover.mjs +255 -202
  141. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  142. package/fesm2022/acorex-components-popup.mjs +309 -113
  143. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  144. package/fesm2022/acorex-components-progress-bar.mjs +11 -9
  145. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  146. package/fesm2022/acorex-components-qrcode.mjs +9 -9
  147. package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
  148. package/fesm2022/acorex-components-query-builder.mjs +8 -8
  149. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  150. package/fesm2022/acorex-components-radio.mjs +10 -9
  151. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  152. package/fesm2022/acorex-components-rail-navigation.mjs +38 -36
  153. package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
  154. package/fesm2022/acorex-components-range-slider.mjs +10 -10
  155. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  156. package/fesm2022/acorex-components-rate-picker.mjs +20 -35
  157. package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
  158. package/fesm2022/acorex-components-rest-api-generator.mjs +23 -23
  159. package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
  160. package/fesm2022/acorex-components-result.mjs +8 -8
  161. package/fesm2022/acorex-components-result.mjs.map +1 -1
  162. package/fesm2022/acorex-components-routing-progress.mjs +8 -8
  163. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  164. package/fesm2022/acorex-components-rrule.mjs +9 -9
  165. package/fesm2022/acorex-components-rrule.mjs.map +1 -1
  166. package/fesm2022/acorex-components-scheduler-picker.mjs +56 -56
  167. package/fesm2022/acorex-components-scheduler-picker.mjs.map +1 -1
  168. package/fesm2022/acorex-components-scheduler.mjs +159 -83
  169. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  170. package/fesm2022/acorex-components-scss.mjs +4 -4
  171. package/fesm2022/acorex-components-scss.mjs.map +1 -1
  172. package/fesm2022/acorex-components-search-box.mjs +16 -10
  173. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  174. package/fesm2022/acorex-components-select-box.mjs +11 -9
  175. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  176. package/fesm2022/acorex-components-selection-list-2.mjs +11 -11
  177. package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
  178. package/fesm2022/acorex-components-selection-list.mjs +9 -9
  179. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  180. package/fesm2022/acorex-components-side-menu.mjs +81 -24
  181. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  182. package/fesm2022/acorex-components-skeleton.mjs +8 -8
  183. package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
  184. package/fesm2022/acorex-components-slider.mjs +12 -12
  185. package/fesm2022/acorex-components-slider.mjs.map +1 -1
  186. package/fesm2022/acorex-components-sliding-item.mjs +16 -16
  187. package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
  188. package/fesm2022/acorex-components-step-wizard.mjs +14 -14
  189. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  190. package/fesm2022/acorex-components-switch.mjs +14 -14
  191. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  192. package/fesm2022/acorex-components-tabs.mjs +15 -15
  193. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  194. package/fesm2022/acorex-components-tag-box.mjs +9 -9
  195. package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
  196. package/fesm2022/acorex-components-tag.mjs +9 -9
  197. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  198. package/fesm2022/acorex-components-text-area.mjs +9 -9
  199. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  200. package/fesm2022/acorex-components-text-box.mjs +51 -129
  201. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  202. package/fesm2022/acorex-components-time-duration.mjs +39 -24
  203. package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
  204. package/fesm2022/acorex-components-time-line.mjs +12 -12
  205. package/fesm2022/acorex-components-time-line.mjs.map +1 -1
  206. package/fesm2022/acorex-components-toast.mjs +239 -131
  207. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  208. package/fesm2022/acorex-components-toolbar.mjs +9 -9
  209. package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
  210. package/fesm2022/acorex-components-tooltip.mjs +77 -66
  211. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  212. package/fesm2022/acorex-components-tree-view-legacy.mjs +16 -12
  213. package/fesm2022/acorex-components-tree-view-legacy.mjs.map +1 -1
  214. package/fesm2022/acorex-components-tree-view.mjs +32 -11
  215. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  216. package/fesm2022/acorex-components-uploader.mjs +16 -16
  217. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  218. package/fesm2022/acorex-components-video-player.mjs +8 -8
  219. package/fesm2022/acorex-components-video-player.mjs.map +1 -1
  220. package/fesm2022/acorex-components-wysiwyg.mjs +43 -43
  221. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  222. package/fesm2022/acorex-components.mjs.map +1 -1
  223. package/package.json +150 -155
  224. package/{accordion/index.d.ts → types/acorex-components-accordion.d.ts} +7 -4
  225. package/types/acorex-components-action-sheet.d.ts +256 -0
  226. package/{button-group/index.d.ts → types/acorex-components-button-group.d.ts} +14 -12
  227. package/{button/index.d.ts → types/acorex-components-button.d.ts} +3 -3
  228. package/{calendar/index.d.ts → types/acorex-components-calendar.d.ts} +1 -1
  229. package/{check-box/index.d.ts → types/acorex-components-check-box.d.ts} +1 -1
  230. package/{chips/index.d.ts → types/acorex-components-chips.d.ts} +3 -8
  231. package/{code-editor/index.d.ts → types/acorex-components-code-editor.d.ts} +1 -1
  232. package/{collapse/index.d.ts → types/acorex-components-collapse.d.ts} +4 -6
  233. package/{color-palette/index.d.ts → types/acorex-components-color-palette.d.ts} +1 -2
  234. package/{command/index.d.ts → types/acorex-components-command.d.ts} +35 -13
  235. package/{comment/index.d.ts → types/acorex-components-comment.d.ts} +23 -22
  236. package/{conversation/index.d.ts → types/acorex-components-conversation.d.ts} +1 -1
  237. package/{conversation2/index.d.ts → types/acorex-components-conversation2.d.ts} +3356 -3032
  238. package/{data-pager/index.d.ts → types/acorex-components-data-pager.d.ts} +1 -1
  239. package/{data-table/index.d.ts → types/acorex-components-data-table.d.ts} +26 -256
  240. package/{datetime-input/index.d.ts → types/acorex-components-datetime-input.d.ts} +1 -1
  241. package/{dialog/index.d.ts → types/acorex-components-dialog.d.ts} +18 -14
  242. package/{dropdown-button/index.d.ts → types/acorex-components-dropdown-button.d.ts} +4 -2
  243. package/{dropdown/index.d.ts → types/acorex-components-dropdown.d.ts} +5 -14
  244. package/types/acorex-components-fab.d.ts +50 -0
  245. package/{form/index.d.ts → types/acorex-components-form.d.ts} +3 -2
  246. package/{grid-layout-builder/index.d.ts → types/acorex-components-grid-layout-builder.d.ts} +16 -2
  247. package/{kanban/index.d.ts → types/acorex-components-kanban.d.ts} +1 -6
  248. package/types/acorex-components-kbd.d.ts +29 -0
  249. package/{list/index.d.ts → types/acorex-components-list.d.ts} +24 -2
  250. package/{loading-dialog/index.d.ts → types/acorex-components-loading-dialog.d.ts} +31 -15
  251. package/{loading/index.d.ts → types/acorex-components-loading.d.ts} +4 -2
  252. package/types/acorex-components-media-viewer.d.ts +184 -0
  253. package/{menu/index.d.ts → types/acorex-components-menu.d.ts} +13 -7
  254. package/{modal/index.d.ts → types/acorex-components-modal.d.ts} +7 -0
  255. package/{notification/index.d.ts → types/acorex-components-notification.d.ts} +47 -32
  256. package/{number-box/index.d.ts → types/acorex-components-number-box.d.ts} +3 -0
  257. package/{paint/index.d.ts → types/acorex-components-paint.d.ts} +7 -6
  258. package/{phone-box/index.d.ts → types/acorex-components-phone-box.d.ts} +13 -3
  259. package/{popover/index.d.ts → types/acorex-components-popover.d.ts} +46 -36
  260. package/types/acorex-components-popup.d.ts +193 -0
  261. package/{radio/index.d.ts → types/acorex-components-radio.d.ts} +1 -1
  262. package/{rate-picker/index.d.ts → types/acorex-components-rate-picker.d.ts} +5 -15
  263. package/{scheduler-picker/index.d.ts → types/acorex-components-scheduler-picker.d.ts} +82 -81
  264. package/{scheduler/index.d.ts → types/acorex-components-scheduler.d.ts} +46 -23
  265. package/{select-box/index.d.ts → types/acorex-components-select-box.d.ts} +7 -7
  266. package/{side-menu/index.d.ts → types/acorex-components-side-menu.d.ts} +10 -3
  267. package/{slider/index.d.ts → types/acorex-components-slider.d.ts} +2 -2
  268. package/{tabs/index.d.ts → types/acorex-components-tabs.d.ts} +1 -1
  269. package/{tag/index.d.ts → types/acorex-components-tag.d.ts} +3 -3
  270. package/types/acorex-components-text-box.d.ts +79 -0
  271. package/{time-duration/index.d.ts → types/acorex-components-time-duration.d.ts} +6 -4
  272. package/{toast/index.d.ts → types/acorex-components-toast.d.ts} +24 -18
  273. package/{tooltip/index.d.ts → types/acorex-components-tooltip.d.ts} +6 -9
  274. package/{tree-view-legacy/index.d.ts → types/acorex-components-tree-view-legacy.d.ts} +1 -0
  275. package/{tree-view/index.d.ts → types/acorex-components-tree-view.d.ts} +17 -0
  276. package/action-sheet/index.d.ts +0 -174
  277. package/fesm2022/acorex-components-modal-acorex-components-modal-CXXcFToK.mjs.map +0 -1
  278. package/fesm2022/acorex-components-modal-modal-content.component-B4rhHeEz.mjs +0 -212
  279. package/fesm2022/acorex-components-modal-modal-content.component-B4rhHeEz.mjs.map +0 -1
  280. package/kbd/index.d.ts +0 -23
  281. package/media-viewer/index.d.ts +0 -145
  282. package/popup/index.d.ts +0 -120
  283. package/text-box/index.d.ts +0 -95
  284. /package/{alert/index.d.ts → types/acorex-components-alert.d.ts} +0 -0
  285. /package/{aspect-ratio/index.d.ts → types/acorex-components-aspect-ratio.d.ts} +0 -0
  286. /package/{audio-wave/index.d.ts → types/acorex-components-audio-wave.d.ts} +0 -0
  287. /package/{autocomplete/index.d.ts → types/acorex-components-autocomplete.d.ts} +0 -0
  288. /package/{avatar/index.d.ts → types/acorex-components-avatar.d.ts} +0 -0
  289. /package/{badge/index.d.ts → types/acorex-components-badge.d.ts} +0 -0
  290. /package/{bottom-navigation/index.d.ts → types/acorex-components-bottom-navigation.d.ts} +0 -0
  291. /package/{breadcrumbs/index.d.ts → types/acorex-components-breadcrumbs.d.ts} +0 -0
  292. /package/{circular-progress/index.d.ts → types/acorex-components-circular-progress.d.ts} +0 -0
  293. /package/{color-box/index.d.ts → types/acorex-components-color-box.d.ts} +0 -0
  294. /package/{cron-job/index.d.ts → types/acorex-components-cron-job.d.ts} +0 -0
  295. /package/{data-list/index.d.ts → types/acorex-components-data-list.d.ts} +0 -0
  296. /package/{datetime-box/index.d.ts → types/acorex-components-datetime-box.d.ts} +0 -0
  297. /package/{datetime-picker/index.d.ts → types/acorex-components-datetime-picker.d.ts} +0 -0
  298. /package/{decorators/index.d.ts → types/acorex-components-decorators.d.ts} +0 -0
  299. /package/{drawer-legacy/index.d.ts → types/acorex-components-drawer-legacy.d.ts} +0 -0
  300. /package/{drawer/index.d.ts → types/acorex-components-drawer.d.ts} +0 -0
  301. /package/{editor/index.d.ts → types/acorex-components-editor.d.ts} +0 -0
  302. /package/{file-explorer/index.d.ts → types/acorex-components-file-explorer.d.ts} +0 -0
  303. /package/{flow-chart/index.d.ts → types/acorex-components-flow-chart.d.ts} +0 -0
  304. /package/{image-editor/index.d.ts → types/acorex-components-image-editor.d.ts} +0 -0
  305. /package/{image/index.d.ts → types/acorex-components-image.d.ts} +0 -0
  306. /package/{json-viewer/index.d.ts → types/acorex-components-json-viewer.d.ts} +0 -0
  307. /package/{label/index.d.ts → types/acorex-components-label.d.ts} +0 -0
  308. /package/{map/index.d.ts → types/acorex-components-map.d.ts} +0 -0
  309. /package/{navbar/index.d.ts → types/acorex-components-navbar.d.ts} +0 -0
  310. /package/{number-box-legacy/index.d.ts → types/acorex-components-number-box-legacy.d.ts} +0 -0
  311. /package/{otp/index.d.ts → types/acorex-components-otp.d.ts} +0 -0
  312. /package/{page/index.d.ts → types/acorex-components-page.d.ts} +0 -0
  313. /package/{password-box/index.d.ts → types/acorex-components-password-box.d.ts} +0 -0
  314. /package/{pdf-reader/index.d.ts → types/acorex-components-pdf-reader.d.ts} +0 -0
  315. /package/{picker/index.d.ts → types/acorex-components-picker.d.ts} +0 -0
  316. /package/{progress-bar/index.d.ts → types/acorex-components-progress-bar.d.ts} +0 -0
  317. /package/{qrcode/index.d.ts → types/acorex-components-qrcode.d.ts} +0 -0
  318. /package/{query-builder/index.d.ts → types/acorex-components-query-builder.d.ts} +0 -0
  319. /package/{rail-navigation/index.d.ts → types/acorex-components-rail-navigation.d.ts} +0 -0
  320. /package/{range-slider/index.d.ts → types/acorex-components-range-slider.d.ts} +0 -0
  321. /package/{rest-api-generator/index.d.ts → types/acorex-components-rest-api-generator.d.ts} +0 -0
  322. /package/{result/index.d.ts → types/acorex-components-result.d.ts} +0 -0
  323. /package/{routing-progress/index.d.ts → types/acorex-components-routing-progress.d.ts} +0 -0
  324. /package/{rrule/index.d.ts → types/acorex-components-rrule.d.ts} +0 -0
  325. /package/{scss/index.d.ts → types/acorex-components-scss.d.ts} +0 -0
  326. /package/{search-box/index.d.ts → types/acorex-components-search-box.d.ts} +0 -0
  327. /package/{selection-list-2/index.d.ts → types/acorex-components-selection-list-2.d.ts} +0 -0
  328. /package/{selection-list/index.d.ts → types/acorex-components-selection-list.d.ts} +0 -0
  329. /package/{skeleton/index.d.ts → types/acorex-components-skeleton.d.ts} +0 -0
  330. /package/{sliding-item/index.d.ts → types/acorex-components-sliding-item.d.ts} +0 -0
  331. /package/{step-wizard/index.d.ts → types/acorex-components-step-wizard.d.ts} +0 -0
  332. /package/{switch/index.d.ts → types/acorex-components-switch.d.ts} +0 -0
  333. /package/{tag-box/index.d.ts → types/acorex-components-tag-box.d.ts} +0 -0
  334. /package/{text-area/index.d.ts → types/acorex-components-text-area.d.ts} +0 -0
  335. /package/{time-line/index.d.ts → types/acorex-components-time-line.d.ts} +0 -0
  336. /package/{toolbar/index.d.ts → types/acorex-components-toolbar.d.ts} +0 -0
  337. /package/{uploader/index.d.ts → types/acorex-components-uploader.d.ts} +0 -0
  338. /package/{video-player/index.d.ts → types/acorex-components-video-player.d.ts} +0 -0
  339. /package/{wysiwyg/index.d.ts → types/acorex-components-wysiwyg.d.ts} +0 -0
  340. /package/{index.d.ts → types/acorex-components.d.ts} +0 -0
@@ -2,15 +2,16 @@ import * as _angular_core from '@angular/core';
2
2
  import { AXAccordionItemDirective } from '@acorex/cdk/accordion';
3
3
  import { AXClickEvent } from '@acorex/cdk/common';
4
4
 
5
+ type AXAccordionLook = 'solid' | 'fill' | 'outline' | 'flat' | 'card' | 'none';
6
+
5
7
  declare class AXAccordionGroupComponent {
6
8
  #private;
7
9
  private accordionGroup;
8
10
  private content;
9
11
  accordion: _angular_core.InputSignal<boolean>;
10
12
  activeIndex: _angular_core.ModelSignal<number | number[]>;
11
- look: _angular_core.InputSignal<string>;
13
+ look: _angular_core.InputSignal<AXAccordionLook>;
12
14
  collapsedOnItemClick: _angular_core.InputSignal<boolean>;
13
- private get __hostClass();
14
15
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXAccordionGroupComponent, never>;
15
16
  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>;
16
17
  }
@@ -19,10 +20,11 @@ declare class AXAccordionItemComponent {
19
20
  #private;
20
21
  isCollapsed: _angular_core.ModelSignal<boolean>;
21
22
  icon: _angular_core.InputSignal<string>;
23
+ textdecoration: _angular_core.InputSignal<boolean>;
22
24
  caption: _angular_core.InputSignal<string>;
23
25
  isLoading: _angular_core.ModelSignal<boolean>;
24
26
  headerTemplate: _angular_core.InputSignal<any>;
25
- look: _angular_core.InputSignal<string>;
27
+ look: _angular_core.InputSignal<AXAccordionLook>;
26
28
  disabled: _angular_core.InputSignal<boolean>;
27
29
  accordionItem: _angular_core.Signal<AXAccordionItemDirective>;
28
30
  private parent;
@@ -32,7 +34,7 @@ declare class AXAccordionItemComponent {
32
34
  close(): void;
33
35
  toggle(): void;
34
36
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXAccordionItemComponent, never>;
35
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXAccordionItemComponent, "ax-accordion-item", never, { "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "caption": { "alias": "caption"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "headerTemplate": { "alias": "headerTemplate"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "isCollapsed": "isCollapsedChange"; "isLoading": "isLoadingChange"; "onClick": "onClick"; }, never, ["*"], true, never>;
37
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXAccordionItemComponent, "ax-accordion-item", never, { "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "textdecoration": { "alias": "textdecoration"; "required": false; "isSignal": true; }; "caption": { "alias": "caption"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "headerTemplate": { "alias": "headerTemplate"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "isCollapsed": "isCollapsedChange"; "isLoading": "isLoadingChange"; "onClick": "onClick"; }, never, ["*"], true, never>;
36
38
  }
37
39
 
38
40
  declare class AXAccordionModule {
@@ -42,3 +44,4 @@ declare class AXAccordionModule {
42
44
  }
43
45
 
44
46
  export { AXAccordionGroupComponent, AXAccordionItemComponent, AXAccordionModule };
47
+ export type { AXAccordionLook };
@@ -0,0 +1,256 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { TemplateRef, Type, OnInit, AfterViewInit, OnDestroy } from '@angular/core';
3
+ import { AXStyleColorType, AXComponentCloseEvent, MXBaseComponent } from '@acorex/cdk/common';
4
+ import { AXOverlayRef } from '@acorex/cdk/overlay';
5
+ import { AXComponentInputs, AXComponentType } from '@acorex/core/components';
6
+ import * as rxjs from 'rxjs';
7
+ import { Subject } from 'rxjs';
8
+
9
+ interface AXActionSheetItem {
10
+ name?: string;
11
+ text: string;
12
+ icon?: string;
13
+ disabled?: boolean;
14
+ color?: AXStyleColorType;
15
+ onClick?: () => void;
16
+ suffix?: {
17
+ text: string;
18
+ };
19
+ break?: boolean;
20
+ group?: {
21
+ name?: string;
22
+ title?: string;
23
+ };
24
+ }
25
+ type AXActionSheetContentType = TemplateRef<unknown> | Type<unknown>;
26
+ interface AXActionSheetConfig {
27
+ title?: string;
28
+ subTitle?: string;
29
+ closeButton?: boolean;
30
+ header?: boolean;
31
+ /** @deprecated Use `inputs` instead to pass data to the action sheet content component. */
32
+ data?: unknown;
33
+ /** Input values to pass to the content component */
34
+ inputs?: unknown;
35
+ closeOnBackdropClick?: boolean;
36
+ items?: AXActionSheetItem[];
37
+ content?: AXActionSheetContentType;
38
+ draggable?: boolean;
39
+ dragUp?: boolean;
40
+ }
41
+ /**
42
+ * Reference to an open action sheet, providing methods to interact with it.
43
+ */
44
+ interface AXActionSheetRef<TResult = unknown> {
45
+ /** Closes the action sheet with optional result data */
46
+ close: (data?: TResult) => void;
47
+ /** Sets input values on the content component */
48
+ setInputs: (values: AXComponentInputs) => void;
49
+ /** Observable that emits when the action sheet is closed */
50
+ onClose: Subject<TResult>;
51
+ }
52
+ /**
53
+ * Base class for components that are displayed inside an action sheet.
54
+ * Extend this class to get access to the action sheet reference and helper methods.
55
+ *
56
+ * @example
57
+ * ```typescript
58
+ * @Component({...})
59
+ * export class MyActionSheetContent extends AXActionSheetComponentBase {
60
+ * save() {
61
+ * this.close({ saved: true });
62
+ * }
63
+ * }
64
+ * ```
65
+ */
66
+ declare abstract class AXActionSheetComponentBase {
67
+ /** Reference to the parent action sheet */
68
+ __actionSheet__: _angular_core.InputSignal<AXActionSheetRef<unknown>>;
69
+ /**
70
+ * Closes the action sheet with optional result data.
71
+ * @param data - Optional data to pass to the close handler
72
+ */
73
+ close(data?: any): void;
74
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXActionSheetComponentBase, never>;
75
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AXActionSheetComponentBase, never, never, { "__actionSheet__": { "alias": "__actionSheet__"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
76
+ }
77
+ interface AXActionSheetEvent {
78
+ overlayRef?: AXOverlayRef<unknown>;
79
+ nativeEvent?: Event;
80
+ isUserInteraction: boolean;
81
+ data: {
82
+ state: 'open' | 'close' | 'dragStart' | 'dragEnd' | 'fullScreen' | 'normalSize';
83
+ };
84
+ }
85
+ /**
86
+ * @internal
87
+ * Internal reference used by action sheet service to manage overlay instances
88
+ */
89
+ interface AXActionSheetInternalRef {
90
+ overlayRef: AXOverlayRef<unknown>;
91
+ close: (result?: AXComponentCloseEvent) => void;
92
+ }
93
+
94
+ /**
95
+ * A component for displaying an action sheet, which is a menu that slides up from the bottom of the screen.
96
+ *
97
+ * @category Components
98
+ */
99
+ declare class AXActionSheetComponent extends MXBaseComponent implements OnInit, AfterViewInit, OnDestroy {
100
+ /** Action sheet configuration data */
101
+ data: _angular_core.InputSignal<AXActionSheetConfig>;
102
+ /** @internal Callback function to close the action sheet */
103
+ onClose: _angular_core.InputSignal<(result?: AXComponentCloseEvent) => void>;
104
+ /** @internal Overlay reference for event tracking */
105
+ overlayRef: _angular_core.InputSignal<AXOverlayRef<unknown>>;
106
+ /** @internal Reference to the action sheet for content components */
107
+ __actionSheetRef__: _angular_core.InputSignal<AXActionSheetRef<unknown>>;
108
+ private contentContainerRef;
109
+ private document;
110
+ private platformID;
111
+ private renderer;
112
+ private actionSheetService;
113
+ private onMouseMoveListenerFn;
114
+ private onMouseUpListenerFn;
115
+ private onTouchMoveListenerFn;
116
+ private onTouchUpListenerFn;
117
+ private isDragging;
118
+ private isFullScreen;
119
+ private curserOffset;
120
+ private actionSheetHeight;
121
+ private isActionSheetHeightSet;
122
+ private transitionDuration;
123
+ /**
124
+ * @ignore
125
+ */
126
+ private _componentRef;
127
+ /** Template content if data.content is a TemplateRef */
128
+ protected templateContent: _angular_core.Signal<TemplateRef<unknown>>;
129
+ /** Component content if data.content is a component Type */
130
+ protected componentContent: _angular_core.Signal<AXComponentType<unknown>>;
131
+ /** Template context for ngTemplateOutlet */
132
+ protected templateContext: _angular_core.Signal<{
133
+ $implicit: AXActionSheetConfig;
134
+ ref: AXActionSheetComponent;
135
+ }>;
136
+ /** Whether content has been rendered (for component content) */
137
+ protected isContentRendered: _angular_core.WritableSignal<boolean>;
138
+ /**
139
+ * @ignore
140
+ */
141
+ ngOnInit(): void;
142
+ /**
143
+ * @ignore
144
+ */
145
+ ngAfterViewInit(): void;
146
+ /**
147
+ * Renders the component content if provided.
148
+ * Uses ViewContainerRef to create the component and properly set inputs.
149
+ */
150
+ private renderComponentContent;
151
+ /**
152
+ * Sets input values on the content component.
153
+ * @param values - Object containing input values to set
154
+ */
155
+ setContentInputs(values: AXComponentInputs): void;
156
+ ngOnDestroy(): void;
157
+ protected handleMouseDown(e: MouseEvent): void;
158
+ protected handleTouchDown(e: TouchEvent): void;
159
+ private handleDown;
160
+ private snapToFinalPosition;
161
+ private heightCalculator;
162
+ /**
163
+ * Handles click events on action sheet items.
164
+ * This method is called when a user clicks on an action sheet item. It closes the action sheet
165
+ * with the clicked item as the result data and executes the item's onClick callback if provided.
166
+ *
167
+ * @param item - The action sheet item that was clicked. Contains the item's data and optional onClick callback.
168
+ * @returns void
169
+ */
170
+ onItemClick(item: AXActionSheetItem): void;
171
+ /**
172
+ * Closes the action sheet with optional result data.
173
+ * This method initiates the closing animation of the action sheet and eventually closes the dialog.
174
+ * The closing process includes a height animation and cleanup of event listeners.
175
+ *
176
+ * @param e - The result data to pass when closing the action sheet. Can be any value including null.
177
+ * If an AXActionSheetItem is passed, it represents the selected item.
178
+ * @param isUserInteraction - Whether the close action was triggered by user interaction (default: true).
179
+ * This affects how the action sheet handles accessibility and event tracking.
180
+ * @returns void
181
+ */
182
+ close(e?: unknown, isUserInteraction?: boolean): void;
183
+ /**
184
+ * @ignore
185
+ */
186
+ protected onKeydownHandler(): void;
187
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXActionSheetComponent, never>;
188
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXActionSheetComponent, "ax-action-sheet", never, { "data": { "alias": "data"; "required": true; "isSignal": true; }; "onClose": { "alias": "onClose"; "required": false; "isSignal": true; }; "overlayRef": { "alias": "overlayRef"; "required": false; "isSignal": true; }; "__actionSheetRef__": { "alias": "__actionSheetRef__"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
189
+ }
190
+
191
+ declare class AXActionSheetModule {
192
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXActionSheetModule, never>;
193
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXActionSheetModule, never, [typeof AXActionSheetComponent], [typeof AXActionSheetComponent]>;
194
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXActionSheetModule>;
195
+ }
196
+
197
+ /**
198
+ * @deprecated Use `AXActionSheetRef` instead
199
+ */
200
+ interface AXActionSheetDialogRef<TResult = unknown> {
201
+ close: (e?: TResult) => void;
202
+ setInputs: (values: AXComponentInputs) => void;
203
+ closed: Subject<{
204
+ data?: TResult;
205
+ }>;
206
+ }
207
+ declare class AXActionSheetService {
208
+ private overlayService;
209
+ private readonly actionSheetEvent;
210
+ actionSheetEvent$: rxjs.Observable<AXActionSheetEvent>;
211
+ /**
212
+ * Opens an action sheet with the specified configuration.
213
+ * This method creates and displays an action sheet component with the provided options.
214
+ * The action sheet will slide up from the bottom of the screen and can be dismissed
215
+ * by tapping outside, pressing escape, or calling the close method.
216
+ *
217
+ * @param config - The configuration object that defines the action sheet's appearance and behavior.
218
+ * Must include at least a title or content property. Will be merged with default config.
219
+ * @param isUserInteraction - Whether the action sheet is opened by user interaction (default: true).
220
+ * This affects how the action sheet handles accessibility and focus management.
221
+ * @returns A promise that resolves to a dialog reference containing methods to control the action sheet.
222
+ * The reference includes methods like close(), setInputs() and a closed observable for tracking dialog state.
223
+ * @example
224
+ * ```typescript
225
+ * const dialogRef = await actionSheetService.open({
226
+ * title: 'Choose an option',
227
+ * content: MyCustomComponent,
228
+ * inputs: { userId: 123, userName: 'John' }
229
+ * });
230
+ *
231
+ * // Update inputs dynamically
232
+ * dialogRef.setInputs({ userName: 'Jane' });
233
+ *
234
+ * dialogRef.closed.subscribe(result => {
235
+ * console.log('Action sheet closed with:', result.data);
236
+ * });
237
+ * ```
238
+ */
239
+ open<TResult = any>(config: AXActionSheetConfig, isUserInteraction?: boolean): Promise<AXActionSheetRef<TResult>>;
240
+ /**
241
+ * Sets the current state of action sheet events.
242
+ * This method is used internally to track action sheet lifecycle events such as open, close,
243
+ * drag start, drag end, and full screen transitions. It emits events through the actionSheetEvent$
244
+ * observable for external subscribers to monitor action sheet state changes.
245
+ *
246
+ * @param event - The action sheet event to emit. Contains information about the event type,
247
+ * associated data, user interaction status, and overlay reference.
248
+ * @returns void
249
+ */
250
+ setActionSheetEventState(event: AXActionSheetEvent): void;
251
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXActionSheetService, never>;
252
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXActionSheetService>;
253
+ }
254
+
255
+ export { AXActionSheetComponent, AXActionSheetComponentBase, AXActionSheetModule, AXActionSheetService };
256
+ export type { AXActionSheetConfig, AXActionSheetContentType, AXActionSheetDialogRef, AXActionSheetEvent, AXActionSheetInternalRef, AXActionSheetItem, AXActionSheetRef };
@@ -1,17 +1,18 @@
1
- import * as polytype from 'polytype';
2
- import { MXInteractiveComponent, MXColorLookComponent, AXClickEvent, AXSelectionMode, AXStyleColorType, MXColorComponent } from '@acorex/cdk/common';
3
1
  import * as i0 from '@angular/core';
4
2
  import { EventEmitter } from '@angular/core';
3
+ import { MXInteractiveComponent, AXStyleColorType, AXStyleLookType, AXClickEvent, AXSelectionMode } from '@acorex/cdk/common';
5
4
 
6
- declare const AXButtonGroupComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXColorLookComponent]>;
7
5
  /**
8
6
  * A component that groups multiple buttons together, allowing for consistent styling and behavior.
9
7
  *
10
8
  * @category Components
11
9
  */
12
- declare class AXButtonGroupComponent extends AXButtonGroupComponent_base {
10
+ declare class AXButtonGroupComponent extends MXInteractiveComponent {
13
11
  #private;
14
12
  readonly fitParent: i0.InputSignal<boolean>;
13
+ color: AXStyleColorType;
14
+ look: AXStyleLookType;
15
+ readonly customClass: i0.InputSignal<string>;
15
16
  /**
16
17
  * Fires when any button in the group is clicked.
17
18
  *
@@ -80,9 +81,9 @@ declare class AXButtonGroupComponent extends AXButtonGroupComponent_base {
80
81
  /**
81
82
  * @ignore
82
83
  */
83
- private __hostClick;
84
+ __hostClick(e: MouseEvent): void;
84
85
  static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonGroupComponent, 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>;
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>;
86
87
  }
87
88
 
88
89
  interface AXButtonItemListItem {
@@ -93,14 +94,14 @@ interface AXButtonItemListItem {
93
94
  disabled?: boolean;
94
95
  color?: AXStyleColorType;
95
96
  }
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 AXButtonGroupItemComponent_base {
102
+ declare class AXButtonGroupItemComponent extends MXInteractiveComponent {
103
103
  btnGroup: AXButtonGroupComponent;
104
+ color: AXStyleColorType;
104
105
  /**
105
106
  * Text displayed on the button item.
106
107
  */
@@ -109,6 +110,7 @@ declare class AXButtonGroupItemComponent extends AXButtonGroupItemComponent_base
109
110
  * @ignore
110
111
  */
111
112
  private _selected;
113
+ readonly customClass: i0.ModelSignal<string>;
112
114
  /**
113
115
  * Indicates whether the button item is selected.
114
116
  *
@@ -139,15 +141,15 @@ declare class AXButtonGroupItemComponent extends AXButtonGroupItemComponent_base
139
141
  /**
140
142
  * @ignore
141
143
  */
142
- private __hostClick;
144
+ __hostClick(e: MouseEvent): void;
143
145
  /**
144
146
  * @ignore
145
147
  */
146
- private __hostFocus;
148
+ __hostFocus(e: FocusEvent): void;
147
149
  /**
148
150
  * @ignore
149
151
  */
150
- private __hostBlur;
152
+ __hostBlur(e: FocusEvent): void;
151
153
  /**
152
154
  * @ignore
153
155
  */
@@ -157,7 +159,7 @@ declare class AXButtonGroupItemComponent extends AXButtonGroupItemComponent_base
157
159
  */
158
160
  tabindex: string;
159
161
  static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonGroupItemComponent, 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>;
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>;
161
163
  }
162
164
 
163
165
  declare class AXButtonGroupModule {
@@ -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
- private __hostClick;
67
+ __hostClick(e: MouseEvent): void;
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
- private __hostFocus;
75
+ __hostFocus(e: FocusEvent): void;
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
- private __hostBlur;
83
+ __hostBlur(e: FocusEvent): void;
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.
@@ -2,7 +2,7 @@ import * as polytype from 'polytype';
2
2
  import * as i0 from '@angular/core';
3
3
  import { TemplateRef, EventEmitter, AfterViewInit } from '@angular/core';
4
4
  import { MXBaseComponent, AXItemClickEvent, AXRangeChangedEvent, MXValueComponent, AXRange, MXInteractiveComponent, AXClickEvent, MXComponentOptionChanged } from '@acorex/cdk/common';
5
- import { AXCalendarService, AXDateTime, AXDateTimeRange } from '@acorex/core/date-time';
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
 
@@ -49,7 +49,7 @@ declare class AXCheckBoxComponent extends AXCheckBoxComponent_base {
49
49
  /**
50
50
  * @ignore
51
51
  */
52
- private _handleClick;
52
+ _handleClick(e: UIEvent): boolean;
53
53
  /**
54
54
  * @ignore
55
55
  */
@@ -1,29 +1,25 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import * as i1 from '@acorex/cdk/common';
3
- import { AXStyleLookType, AXStyleSizeType, MXColorComponent } from '@acorex/cdk/common';
3
+ import { MXColorLookComponent } from '@acorex/cdk/common';
4
4
 
5
- type AXChipsLookType = Extract<AXStyleLookType, 'solid' | 'outline' | 'twotone'>;
6
- type AXChipsSizeType = Exclude<AXStyleSizeType, 'ax-xs' | 'ax-xl'>;
7
5
  /**
8
6
  * A component for displaying and managing a set of chips.
9
7
  *
10
8
  * @category Components
11
9
  */
12
- declare class AXChipsComponent extends MXColorComponent {
10
+ declare class AXChipsComponent extends MXColorLookComponent {
13
11
  /**
14
12
  * The text displayed on the chips.
15
13
  *
16
14
  * @defaultValue ''
17
15
  */
18
16
  text: i0.ModelSignal<string>;
19
- look: i0.ModelSignal<AXChipsLookType>;
20
- size: i0.ModelSignal<AXChipsSizeType>;
21
17
  /**
22
18
  * @ignore
23
19
  */
24
20
  private get __hostClass();
25
21
  static ɵfac: i0.ɵɵFactoryDeclaration<AXChipsComponent, never>;
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: {}; }]>;
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: {}; }]>;
27
23
  }
28
24
 
29
25
  declare class AXChipsModule {
@@ -33,4 +29,3 @@ declare class AXChipsModule {
33
29
  }
34
30
 
35
31
  export { AXChipsComponent, AXChipsModule };
36
- export type { AXChipsLookType, AXChipsSizeType };
@@ -320,7 +320,7 @@ declare class AXCodeEditorComponent extends MXValueComponent<string> {
320
320
  * Handles Ctrl/Cmd+S on the host. If formatOnSave is enabled, attempts
321
321
  * to format the document first, then emits the saved text.
322
322
  */
323
- onSaveShortcut(event: KeyboardEvent): Promise<void>;
323
+ onSaveShortcut(event: Event): Promise<void>;
324
324
  private loadCodeMirrorModules;
325
325
  private createCompartments;
326
326
  private buildKeymaps;
@@ -5,9 +5,8 @@ import { AfterViewInit, OnDestroy, EventEmitter, TemplateRef } from '@angular/co
5
5
 
6
6
  declare const AXCollapseGroupComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXBaseComponent, typeof MXLookComponent]>;
7
7
  /**
8
- * Container for collapsible items with configurable styling.
9
- *
10
- * @category Components
8
+ * @deprecated Use `accordion` instead.
9
+ * This component deprecated and no longer support.
11
10
  */
12
11
  declare class AXCollapseGroupComponent extends AXCollapseGroupComponent_base implements AfterViewInit, OnDestroy {
13
12
  /**
@@ -73,9 +72,8 @@ declare class AXCollapseClickEvent extends AXClickEvent {
73
72
  }
74
73
  declare const AXCollapseComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXLookComponent]>;
75
74
  /**
76
- * A component that provides a collapsible section with animated transitions.
77
- *
78
- * @category Components
75
+ * @deprecated Use `accordion` instead.
76
+ * This component deprecated and no longer support.
79
77
  */
80
78
  declare class AXCollapseComponent extends AXCollapseComponent_base {
81
79
  private parent;
@@ -1,5 +1,4 @@
1
1
  import { AXValueChangedEvent, AXOptionChangedEvent, MXBaseComponent, MXValueComponent } from '@acorex/cdk/common';
2
- import { AXMaskOptions } from '@acorex/components/text-box';
3
2
  import * as i0 from '@angular/core';
4
3
  import { EventEmitter, AfterViewInit, OnDestroy, ElementRef, OnInit, QueryList } from '@angular/core';
5
4
 
@@ -53,7 +52,7 @@ declare class AXColorPaletteInputComponent extends MXBaseComponent implements Af
53
52
  /**
54
53
  * @ignore
55
54
  */
56
- protected _hexMaskOptions: AXMaskOptions;
55
+ protected _hexMaskOptions: string;
57
56
  /**
58
57
  * @ignore
59
58
  */
@@ -1,31 +1,43 @@
1
1
  import * as polytype from 'polytype';
2
2
  import * as _angular_core from '@angular/core';
3
+ import { TemplateRef } from '@angular/core';
3
4
  import { AXEvent, MXInputBaseValueComponent, MXLookComponent, AXHtmlEvent, AXFocusEvent } from '@acorex/cdk/common';
4
5
  import { AXListNavigationDirective, AXListNavigationItemDirective } from '@acorex/cdk/list-navigation';
5
6
  import { AXSearchBoxComponent } from '@acorex/components/search-box';
6
7
 
7
- type CommandItem = {
8
+ type AXCommandItem = {
8
9
  id: string | number;
9
10
  text: string;
10
11
  icon?: string;
11
12
  href?: string;
12
- children?: CommandItem[];
13
+ children?: AXCommandItem[];
13
14
  index?: number;
14
15
  data?: any;
15
16
  };
16
- type CommandMenuItem = {
17
+ type forceId = {
18
+ id: string | number;
19
+ };
20
+ type AXCommandMenuItem<T extends forceId = AXCommandItem> = {
17
21
  pinned?: {
18
- title: string;
19
- items: CommandItem[];
22
+ title?: string;
23
+ items: T[];
24
+ };
25
+ list: {
26
+ title?: string;
27
+ items: T[];
20
28
  };
21
- items: CommandItem[];
22
29
  };
23
30
  declare class AXCommandComponentEvent extends AXEvent {
24
- data: CommandItem;
31
+ data: AXCommandItem;
25
32
  }
33
+ type AXCommandFooter = {
34
+ navigation: boolean;
35
+ select: boolean;
36
+ close: boolean;
37
+ };
26
38
 
27
39
  declare const AXCommandComponent_base: polytype.Polytype.ClusteredConstructor<[{
28
- new (): MXInputBaseValueComponent<CommandMenuItem>;
40
+ new (): MXInputBaseValueComponent<AXCommandMenuItem>;
29
41
  ɵfac: _angular_core.ɵɵFactoryDeclaration<MXInputBaseValueComponent<any>, never>;
30
42
  ɵprov: _angular_core.ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
31
43
  }, typeof MXLookComponent]>;
@@ -38,17 +50,27 @@ declare class AXCommandComponent extends AXCommandComponent_base {
38
50
  readonly onSearchBoxBlur: _angular_core.OutputEmitterRef<AXHtmlEvent<FocusEvent>>;
39
51
  protected listNavigation: _angular_core.Signal<AXListNavigationDirective>;
40
52
  private listNav;
41
- protected displayItems: _angular_core.Signal<CommandItem[]>;
53
+ /**
54
+ * The custom template used for rendering content.
55
+ *
56
+ * @param {TemplateRef<any>} customTemplate
57
+ */
58
+ customTemplate: _angular_core.InputSignal<TemplateRef<any>>;
59
+ searchBar: _angular_core.InputSignal<boolean>;
60
+ divider: _angular_core.InputSignal<boolean>;
61
+ searchKey: _angular_core.InputSignal<string>;
62
+ footerButtons: _angular_core.InputSignal<AXCommandFooter>;
63
+ protected displayItems: _angular_core.Signal<AXCommandItem[]>;
42
64
  protected focusHandler(e: AXFocusEvent): void;
43
65
  protected blurHandler(e: AXFocusEvent): void;
44
66
  private filterRecursive;
45
- protected onItemClick(item: CommandItem): void;
46
- protected keyPress(e: AXHtmlEvent<KeyboardEvent>, item: CommandItem): void;
67
+ protected onItemClick(item: AXCommandItem): void;
68
+ protected keyPress(e: AXHtmlEvent<KeyboardEvent>, item: AXCommandItem): void;
47
69
  protected searchEscapeHandler(e: AXHtmlEvent<KeyboardEvent>): void;
48
70
  protected closeHandler(e: AXHtmlEvent<KeyboardEvent>): void;
49
71
  protected activeHandler(l: AXListNavigationDirective, i: AXListNavigationItemDirective): void;
50
72
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXCommandComponent, never>;
51
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXCommandComponent, "ax-command", 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; }; }, { "onSubmit": "onSubmit"; "onEscape": "onEscape"; "onSearchBoxFocus": "onSearchBoxFocus"; "onSearchBoxBlur": "onSearchBoxBlur"; }, never, never, true, never>;
73
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXCommandComponent, "ax-command", 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; }; "customTemplate": { "alias": "customTemplate"; "required": false; "isSignal": true; }; "searchBar": { "alias": "searchBar"; "required": false; "isSignal": true; }; "divider": { "alias": "divider"; "required": false; "isSignal": true; }; "searchKey": { "alias": "searchKey"; "required": false; "isSignal": true; }; "footerButtons": { "alias": "footerButtons"; "required": false; "isSignal": true; }; }, { "onSubmit": "onSubmit"; "onEscape": "onEscape"; "onSearchBoxFocus": "onSearchBoxFocus"; "onSearchBoxBlur": "onSearchBoxBlur"; }, never, never, true, never>;
52
74
  }
53
75
 
54
76
  declare class AXCommandModule {
@@ -58,4 +80,4 @@ declare class AXCommandModule {
58
80
  }
59
81
 
60
82
  export { AXCommandComponent, AXCommandComponentEvent, AXCommandModule };
61
- export type { CommandItem, CommandMenuItem };
83
+ export type { AXCommandFooter, AXCommandItem, AXCommandMenuItem };