@acorex/components 21.0.1-next.7 → 21.0.1-next.71

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 (337) hide show
  1. package/conversation2/README.md +71 -31
  2. package/fab/README.md +3 -0
  3. package/fesm2022/acorex-components-accordion.mjs +18 -16
  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 +9 -9
  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 +8 -8
  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 +11 -11
  16. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  17. package/fesm2022/acorex-components-badge.mjs +8 -8
  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 +35 -24
  24. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  25. package/fesm2022/acorex-components-button.mjs +17 -17
  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 +9 -9
  30. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  31. package/fesm2022/acorex-components-chips.mjs +8 -8
  32. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  33. package/fesm2022/acorex-components-circular-progress.mjs +8 -8
  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 +10 -10
  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 +50 -50
  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 +111 -42
  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 +32 -32
  66. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  67. package/fesm2022/acorex-components-dialog.mjs +76 -56
  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 +14 -14
  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 +25 -56
  76. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  77. package/fesm2022/acorex-components-editor.mjs +9 -9
  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 +36 -38
  86. package/fesm2022/acorex-components-form.mjs.map +1 -1
  87. package/fesm2022/acorex-components-grid-layout-builder.mjs +42 -20
  88. package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
  89. package/fesm2022/acorex-components-image-editor.mjs +42 -42
  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 +15 -30
  96. package/fesm2022/acorex-components-kanban.mjs.map +1 -1
  97. package/fesm2022/acorex-components-kbd.mjs +9 -9
  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 +91 -51
  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 +77 -36
  112. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  113. package/fesm2022/{acorex-components-modal-acorex-components-modal-BnUdtPke.mjs → acorex-components-modal-acorex-components-modal-Bjw8EpLk.mjs} +48 -24
  114. package/fesm2022/acorex-components-modal-acorex-components-modal-Bjw8EpLk.mjs.map +1 -0
  115. package/fesm2022/{acorex-components-modal-modal-content.component-Cgq-wx_m.mjs → acorex-components-modal-modal-content.component-A2h_OC6e.mjs} +8 -8
  116. package/fesm2022/acorex-components-modal-modal-content.component-A2h_OC6e.mjs.map +1 -0
  117. package/fesm2022/acorex-components-modal.mjs +1 -1
  118. package/fesm2022/acorex-components-navbar.mjs +8 -8
  119. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  120. package/fesm2022/acorex-components-notification.mjs +383 -255
  121. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  122. package/fesm2022/acorex-components-number-box-legacy.mjs +7 -7
  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 +49 -28
  131. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  132. package/fesm2022/acorex-components-password-box.mjs +11 -11
  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 +8 -8
  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 +14 -14
  153. package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
  154. package/fesm2022/acorex-components-range-slider.mjs +9 -9
  155. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  156. package/fesm2022/acorex-components-rate-picker.mjs +9 -9
  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 +54 -54
  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 +7 -7
  173. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  174. package/fesm2022/acorex-components-select-box.mjs +9 -9
  175. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  176. package/fesm2022/acorex-components-selection-list-2.mjs +9 -9
  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 +28 -20
  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 +7 -7
  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 +12 -12
  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 +8 -8
  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 +241 -133
  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 +76 -64
  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 +7 -7
  219. package/fesm2022/acorex-components-video-player.mjs.map +1 -1
  220. package/fesm2022/acorex-components-wysiwyg.mjs +39 -39
  221. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  222. package/package.json +150 -155
  223. package/{accordion/index.d.ts → types/acorex-components-accordion.d.ts} +7 -3
  224. package/types/acorex-components-action-sheet.d.ts +256 -0
  225. package/{button-group/index.d.ts → types/acorex-components-button-group.d.ts} +12 -12
  226. package/{button/index.d.ts → types/acorex-components-button.d.ts} +3 -3
  227. package/{calendar/index.d.ts → types/acorex-components-calendar.d.ts} +1 -1
  228. package/{check-box/index.d.ts → types/acorex-components-check-box.d.ts} +1 -1
  229. package/{code-editor/index.d.ts → types/acorex-components-code-editor.d.ts} +1 -1
  230. package/{color-palette/index.d.ts → types/acorex-components-color-palette.d.ts} +1 -2
  231. package/{command/index.d.ts → types/acorex-components-command.d.ts} +35 -13
  232. package/{comment/index.d.ts → types/acorex-components-comment.d.ts} +23 -22
  233. package/{conversation/index.d.ts → types/acorex-components-conversation.d.ts} +1 -1
  234. package/{conversation2/index.d.ts → types/acorex-components-conversation2.d.ts} +3356 -3032
  235. package/{data-pager/index.d.ts → types/acorex-components-data-pager.d.ts} +1 -1
  236. package/{data-table/index.d.ts → types/acorex-components-data-table.d.ts} +23 -4
  237. package/{datetime-input/index.d.ts → types/acorex-components-datetime-input.d.ts} +1 -1
  238. package/{dialog/index.d.ts → types/acorex-components-dialog.d.ts} +19 -15
  239. package/{dropdown-button/index.d.ts → types/acorex-components-dropdown-button.d.ts} +4 -2
  240. package/{dropdown/index.d.ts → types/acorex-components-dropdown.d.ts} +5 -14
  241. package/types/acorex-components-fab.d.ts +50 -0
  242. package/{form/index.d.ts → types/acorex-components-form.d.ts} +3 -2
  243. package/{grid-layout-builder/index.d.ts → types/acorex-components-grid-layout-builder.d.ts} +15 -0
  244. package/{kanban/index.d.ts → types/acorex-components-kanban.d.ts} +2 -1
  245. package/{list/index.d.ts → types/acorex-components-list.d.ts} +24 -2
  246. package/{loading-dialog/index.d.ts → types/acorex-components-loading-dialog.d.ts} +31 -15
  247. package/{loading/index.d.ts → types/acorex-components-loading.d.ts} +3 -1
  248. package/types/acorex-components-media-viewer.d.ts +184 -0
  249. package/{menu/index.d.ts → types/acorex-components-menu.d.ts} +13 -7
  250. package/{modal/index.d.ts → types/acorex-components-modal.d.ts} +7 -0
  251. package/{notification/index.d.ts → types/acorex-components-notification.d.ts} +47 -30
  252. package/{number-box/index.d.ts → types/acorex-components-number-box.d.ts} +3 -0
  253. package/{paint/index.d.ts → types/acorex-components-paint.d.ts} +6 -0
  254. package/{phone-box/index.d.ts → types/acorex-components-phone-box.d.ts} +13 -3
  255. package/{popover/index.d.ts → types/acorex-components-popover.d.ts} +46 -36
  256. package/types/acorex-components-popup.d.ts +193 -0
  257. package/{radio/index.d.ts → types/acorex-components-radio.d.ts} +1 -1
  258. package/{scheduler-picker/index.d.ts → types/acorex-components-scheduler-picker.d.ts} +82 -81
  259. package/{scheduler/index.d.ts → types/acorex-components-scheduler.d.ts} +46 -23
  260. package/{select-box/index.d.ts → types/acorex-components-select-box.d.ts} +7 -7
  261. package/{side-menu/index.d.ts → types/acorex-components-side-menu.d.ts} +1 -1
  262. package/{tabs/index.d.ts → types/acorex-components-tabs.d.ts} +1 -1
  263. package/{tag/index.d.ts → types/acorex-components-tag.d.ts} +3 -3
  264. package/types/acorex-components-text-box.d.ts +79 -0
  265. package/{time-duration/index.d.ts → types/acorex-components-time-duration.d.ts} +6 -4
  266. package/{toast/index.d.ts → types/acorex-components-toast.d.ts} +24 -18
  267. package/{tooltip/index.d.ts → types/acorex-components-tooltip.d.ts} +6 -8
  268. package/{tree-view-legacy/index.d.ts → types/acorex-components-tree-view-legacy.d.ts} +1 -0
  269. package/{tree-view/index.d.ts → types/acorex-components-tree-view.d.ts} +17 -0
  270. package/action-sheet/index.d.ts +0 -174
  271. package/fesm2022/acorex-components-modal-acorex-components-modal-BnUdtPke.mjs.map +0 -1
  272. package/fesm2022/acorex-components-modal-modal-content.component-Cgq-wx_m.mjs.map +0 -1
  273. package/media-viewer/index.d.ts +0 -145
  274. package/popup/index.d.ts +0 -120
  275. package/text-box/index.d.ts +0 -95
  276. /package/{alert/index.d.ts → types/acorex-components-alert.d.ts} +0 -0
  277. /package/{aspect-ratio/index.d.ts → types/acorex-components-aspect-ratio.d.ts} +0 -0
  278. /package/{audio-wave/index.d.ts → types/acorex-components-audio-wave.d.ts} +0 -0
  279. /package/{autocomplete/index.d.ts → types/acorex-components-autocomplete.d.ts} +0 -0
  280. /package/{avatar/index.d.ts → types/acorex-components-avatar.d.ts} +0 -0
  281. /package/{badge/index.d.ts → types/acorex-components-badge.d.ts} +0 -0
  282. /package/{bottom-navigation/index.d.ts → types/acorex-components-bottom-navigation.d.ts} +0 -0
  283. /package/{breadcrumbs/index.d.ts → types/acorex-components-breadcrumbs.d.ts} +0 -0
  284. /package/{chips/index.d.ts → types/acorex-components-chips.d.ts} +0 -0
  285. /package/{circular-progress/index.d.ts → types/acorex-components-circular-progress.d.ts} +0 -0
  286. /package/{collapse/index.d.ts → types/acorex-components-collapse.d.ts} +0 -0
  287. /package/{color-box/index.d.ts → types/acorex-components-color-box.d.ts} +0 -0
  288. /package/{cron-job/index.d.ts → types/acorex-components-cron-job.d.ts} +0 -0
  289. /package/{data-list/index.d.ts → types/acorex-components-data-list.d.ts} +0 -0
  290. /package/{datetime-box/index.d.ts → types/acorex-components-datetime-box.d.ts} +0 -0
  291. /package/{datetime-picker/index.d.ts → types/acorex-components-datetime-picker.d.ts} +0 -0
  292. /package/{decorators/index.d.ts → types/acorex-components-decorators.d.ts} +0 -0
  293. /package/{drawer-legacy/index.d.ts → types/acorex-components-drawer-legacy.d.ts} +0 -0
  294. /package/{drawer/index.d.ts → types/acorex-components-drawer.d.ts} +0 -0
  295. /package/{editor/index.d.ts → types/acorex-components-editor.d.ts} +0 -0
  296. /package/{file-explorer/index.d.ts → types/acorex-components-file-explorer.d.ts} +0 -0
  297. /package/{flow-chart/index.d.ts → types/acorex-components-flow-chart.d.ts} +0 -0
  298. /package/{image-editor/index.d.ts → types/acorex-components-image-editor.d.ts} +0 -0
  299. /package/{image/index.d.ts → types/acorex-components-image.d.ts} +0 -0
  300. /package/{json-viewer/index.d.ts → types/acorex-components-json-viewer.d.ts} +0 -0
  301. /package/{kbd/index.d.ts → types/acorex-components-kbd.d.ts} +0 -0
  302. /package/{label/index.d.ts → types/acorex-components-label.d.ts} +0 -0
  303. /package/{map/index.d.ts → types/acorex-components-map.d.ts} +0 -0
  304. /package/{navbar/index.d.ts → types/acorex-components-navbar.d.ts} +0 -0
  305. /package/{number-box-legacy/index.d.ts → types/acorex-components-number-box-legacy.d.ts} +0 -0
  306. /package/{otp/index.d.ts → types/acorex-components-otp.d.ts} +0 -0
  307. /package/{page/index.d.ts → types/acorex-components-page.d.ts} +0 -0
  308. /package/{password-box/index.d.ts → types/acorex-components-password-box.d.ts} +0 -0
  309. /package/{pdf-reader/index.d.ts → types/acorex-components-pdf-reader.d.ts} +0 -0
  310. /package/{picker/index.d.ts → types/acorex-components-picker.d.ts} +0 -0
  311. /package/{progress-bar/index.d.ts → types/acorex-components-progress-bar.d.ts} +0 -0
  312. /package/{qrcode/index.d.ts → types/acorex-components-qrcode.d.ts} +0 -0
  313. /package/{query-builder/index.d.ts → types/acorex-components-query-builder.d.ts} +0 -0
  314. /package/{rail-navigation/index.d.ts → types/acorex-components-rail-navigation.d.ts} +0 -0
  315. /package/{range-slider/index.d.ts → types/acorex-components-range-slider.d.ts} +0 -0
  316. /package/{rate-picker/index.d.ts → types/acorex-components-rate-picker.d.ts} +0 -0
  317. /package/{rest-api-generator/index.d.ts → types/acorex-components-rest-api-generator.d.ts} +0 -0
  318. /package/{result/index.d.ts → types/acorex-components-result.d.ts} +0 -0
  319. /package/{routing-progress/index.d.ts → types/acorex-components-routing-progress.d.ts} +0 -0
  320. /package/{rrule/index.d.ts → types/acorex-components-rrule.d.ts} +0 -0
  321. /package/{scss/index.d.ts → types/acorex-components-scss.d.ts} +0 -0
  322. /package/{search-box/index.d.ts → types/acorex-components-search-box.d.ts} +0 -0
  323. /package/{selection-list-2/index.d.ts → types/acorex-components-selection-list-2.d.ts} +0 -0
  324. /package/{selection-list/index.d.ts → types/acorex-components-selection-list.d.ts} +0 -0
  325. /package/{skeleton/index.d.ts → types/acorex-components-skeleton.d.ts} +0 -0
  326. /package/{slider/index.d.ts → types/acorex-components-slider.d.ts} +0 -0
  327. /package/{sliding-item/index.d.ts → types/acorex-components-sliding-item.d.ts} +0 -0
  328. /package/{step-wizard/index.d.ts → types/acorex-components-step-wizard.d.ts} +0 -0
  329. /package/{switch/index.d.ts → types/acorex-components-switch.d.ts} +0 -0
  330. /package/{tag-box/index.d.ts → types/acorex-components-tag-box.d.ts} +0 -0
  331. /package/{text-area/index.d.ts → types/acorex-components-text-area.d.ts} +0 -0
  332. /package/{time-line/index.d.ts → types/acorex-components-time-line.d.ts} +0 -0
  333. /package/{toolbar/index.d.ts → types/acorex-components-toolbar.d.ts} +0 -0
  334. /package/{uploader/index.d.ts → types/acorex-components-uploader.d.ts} +0 -0
  335. /package/{video-player/index.d.ts → types/acorex-components-video-player.d.ts} +0 -0
  336. /package/{wysiwyg/index.d.ts → types/acorex-components-wysiwyg.d.ts} +0 -0
  337. /package/{index.d.ts → types/acorex-components.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- import { AXEvent, AXOptionChangedEvent, MXInteractiveComponent, AXValueChangedEvent, AXClickEvent, MXValueComponent } from '@acorex/cdk/common';
1
+ import { AXEvent, MXInteractiveComponent, AXOptionChangedEvent, AXValueChangedEvent, AXClickEvent, MXValueComponent } from '@acorex/cdk/common';
2
2
  import { AXUnsubscriber } from '@acorex/core/utils';
3
3
  import * as i0 from '@angular/core';
4
4
  import { EventEmitter } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  import * as i2 from '@acorex/cdk/common';
2
- import { AXEvent, MXBaseComponent, AXDataSource, AXSortOrder, AXStyleLookType, AXButtonClickEvent, AXItemClickEvent, AXClickEvent, AXValueChangedEvent } from '@acorex/cdk/common';
2
+ import { MXBaseComponent, AXDataSource, AXEvent, AXSortOrder, AXButtonClickEvent, AXStyleLookType, AXClickEvent, AXItemClickEvent, AXValueChangedEvent } from '@acorex/cdk/common';
3
3
  import * as i0 from '@angular/core';
4
4
  import { TemplateRef, EventEmitter, ChangeDetectorRef, OnInit, AfterViewInit, WritableSignal, Signal, QueryList } from '@angular/core';
5
5
  import * as i11 from '@acorex/core/format';
@@ -42,6 +42,12 @@ declare abstract class AXBaseDataTable extends MXBaseComponent {
42
42
  * @defaultValue `parentId`
43
43
  */
44
44
  parentField: string | undefined;
45
+ /**
46
+ * Field name on each row that indicates whether the row has children (for showing expand icon).
47
+ *
48
+ * @defaultValue `hasChild`
49
+ */
50
+ hasChildrenField: string;
45
51
  /**
46
52
  * Template for expanded custom row content.
47
53
  */
@@ -166,7 +172,7 @@ declare class AXDataTableColumnResizableDirective {
166
172
  * @category Components
167
173
  */
168
174
  declare class AXDataTableTextColumnComponent extends AXDataTableColumnComponent {
169
- private grid;
175
+ protected grid: AXBaseDataTable;
170
176
  protected loadingRow: i0.WritableSignal<any>;
171
177
  protected initialWidth: string;
172
178
  customExpandIcon: string;
@@ -240,6 +246,10 @@ declare class AXDataTableTextColumnComponent extends AXDataTableColumnComponent
240
246
  * Generates a unique name based on the `dataField` value.
241
247
  */
242
248
  get name(): string;
249
+ /**
250
+ * Returns the display text for a row cell. Used for cell tooltip when title is enabled on the table.
251
+ */
252
+ getCellDisplayText(rowData: unknown): string;
243
253
  /**
244
254
  * @ignore
245
255
  */
@@ -411,7 +421,7 @@ declare class AXRowCommandColumnComponent extends AXBaseRowCommandColumnComponen
411
421
  * @category Components
412
422
  */
413
423
  declare class AXRowExpandColumnComponent extends AXDataTableColumnComponent {
414
- private grid;
424
+ protected grid: AXBaseDataTable;
415
425
  protected loadingRow: i0.WritableSignal<any>;
416
426
  /**
417
427
  * @ignore
@@ -611,6 +621,10 @@ declare class AXDataTableComponent extends AXBaseDataTable implements OnInit, Af
611
621
  * @ignore
612
622
  */
613
623
  customDataPager: AXDataPagerComponent;
624
+ /**
625
+ * When true, shows the cell content as tooltip (title attribute) on hover.
626
+ */
627
+ title: boolean;
614
628
  /**
615
629
  * @ignore
616
630
  */
@@ -827,6 +841,10 @@ declare class AXDataTableComponent extends AXBaseDataTable implements OnInit, Af
827
841
  * @ignore
828
842
  */
829
843
  ngAfterViewInit(): void;
844
+ /**
845
+ * Returns the display text for a cell. Used for the native title (tooltip) on each cell.
846
+ */
847
+ protected getCellTooltipText(column: AXDataTableColumnComponent, rowData: unknown): string;
830
848
  /**
831
849
  * Toggles the expanded state of a row without managing children.
832
850
  * Used for row details template without nested hierarchy.
@@ -855,6 +873,7 @@ declare class AXDataTableComponent extends AXBaseDataTable implements OnInit, Af
855
873
  * @ignore
856
874
  */
857
875
  protected handleChangePage(event: AXDataPagerChangedEvent): void;
876
+ private goToPage;
858
877
  /**
859
878
  * @ignore
860
879
  */
@@ -953,7 +972,7 @@ declare class AXDataTableComponent extends AXBaseDataTable implements OnInit, Af
953
972
  maxWidth?: number;
954
973
  }): void;
955
974
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDataTableComponent, never>;
956
- static ɵcmp: i0.ɵɵComponentDeclaration<AXDataTableComponent, "ax-data-table", never, { "dataSource": { "alias": "dataSource"; "required": false; }; "selectedRows": { "alias": "selectedRows"; "required": false; }; "parentField": { "alias": "parentField"; "required": false; }; "rowDetailsTemplate": { "alias": "rowDetailsTemplate"; "required": false; }; "rowTemplate": { "alias": "rowTemplate"; "required": false; }; "emptyTemplate": { "alias": "emptyTemplate"; "required": false; }; "noDataTemplate": { "alias": "noDataTemplate"; "required": false; }; "alternative": { "alias": "alternative"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "fixedHeader": { "alias": "fixedHeader"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "fixedFooter": { "alias": "fixedFooter"; "required": false; }; "itemHeight": { "alias": "itemHeight"; "required": false; }; "allowReordering": { "alias": "allowReordering"; "required": false; }; "paging": { "alias": "paging"; "required": false; }; "fetchDataMode": { "alias": "fetchDataMode"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "focusedRow": { "alias": "focusedRow"; "required": false; }; }, { "selectedRowsChange": "selectedRowsChange"; "focusedRowChange": "focusedRowChange"; "onRowClick": "onRowClick"; "onRowDbClick": "onRowDbClick"; "onColumnsOrderChanged": "onColumnsOrderChanged"; "onColumnSizeChanged": "onColumnSizeChanged"; "onPageChanged": "onPageChanged"; }, ["customDataPager", "columns"], ["ax-header", "ax-data-pager", "ax-footer"], true, never>;
975
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXDataTableComponent, "ax-data-table", never, { "dataSource": { "alias": "dataSource"; "required": false; }; "selectedRows": { "alias": "selectedRows"; "required": false; }; "parentField": { "alias": "parentField"; "required": false; }; "hasChildrenField": { "alias": "hasChildrenField"; "required": false; }; "rowDetailsTemplate": { "alias": "rowDetailsTemplate"; "required": false; }; "title": { "alias": "title"; "required": false; }; "rowTemplate": { "alias": "rowTemplate"; "required": false; }; "emptyTemplate": { "alias": "emptyTemplate"; "required": false; }; "noDataTemplate": { "alias": "noDataTemplate"; "required": false; }; "alternative": { "alias": "alternative"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "fixedHeader": { "alias": "fixedHeader"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "fixedFooter": { "alias": "fixedFooter"; "required": false; }; "itemHeight": { "alias": "itemHeight"; "required": false; }; "allowReordering": { "alias": "allowReordering"; "required": false; }; "paging": { "alias": "paging"; "required": false; }; "fetchDataMode": { "alias": "fetchDataMode"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "focusedRow": { "alias": "focusedRow"; "required": false; }; }, { "selectedRowsChange": "selectedRowsChange"; "focusedRowChange": "focusedRowChange"; "onRowClick": "onRowClick"; "onRowDbClick": "onRowDbClick"; "onColumnsOrderChanged": "onColumnsOrderChanged"; "onColumnSizeChanged": "onColumnSizeChanged"; "onPageChanged": "onPageChanged"; }, ["customDataPager", "columns"], ["ax-header", "ax-data-pager", "ax-footer"], true, never>;
957
976
  }
958
977
 
959
978
  declare class AXDataTableModule {
@@ -94,7 +94,7 @@ declare class AXDateTimeInputComponent extends MXInputBaseValueComponent<Date> {
94
94
  /**
95
95
  * @ignore
96
96
  */
97
- _handleKeyUpEvent(e: KeyboardEvent): void;
97
+ _handleKeyUpEvent(): void;
98
98
  /**
99
99
  * @ignore
100
100
  */
@@ -1,5 +1,6 @@
1
1
  import * as i2 from '@acorex/cdk/common';
2
2
  import { AXStyleColorType, AXStyleLookType, AXHotKeyAction, MXBaseComponent } from '@acorex/cdk/common';
3
+ import { AXOverlayRef } from '@acorex/cdk/overlay';
3
4
  import * as i0 from '@angular/core';
4
5
  import * as i1 from '@angular/common';
5
6
  import * as i3 from '@angular/cdk/drag-drop';
@@ -7,8 +8,7 @@ import * as i4 from '@angular/cdk/a11y';
7
8
  import * as i5 from '@acorex/components/button';
8
9
  import * as i6 from '@acorex/components/decorators';
9
10
  import * as i7 from '@acorex/components/loading';
10
- import * as i8 from '@angular/cdk/dialog';
11
- import * as i9 from '@acorex/core/translation';
11
+ import * as i8 from '@acorex/core/translation';
12
12
 
13
13
  interface AXDialogButtonItem {
14
14
  text: string;
@@ -48,14 +48,24 @@ interface AXDialogData {
48
48
  icon?: string | 'none';
49
49
  draggable?: boolean;
50
50
  }
51
+ /**
52
+ * @internal
53
+ * Internal reference used by dialog service to manage overlay instances
54
+ */
55
+ interface AXDialogInternalRef {
56
+ overlayRef: AXOverlayRef<unknown>;
57
+ close: () => void;
58
+ }
51
59
 
52
60
  /**
53
61
  * A dialog component that provides a modal interface for user interactions.
54
62
  * @category Components
55
63
  */
56
64
  declare class AXDialogComponent extends MXBaseComponent {
57
- protected data: AXDialogData;
58
- private dialogRef;
65
+ /** Dialog configuration data */
66
+ data: i0.InputSignal<AXDialogData>;
67
+ /** @internal Callback function to close the dialog */
68
+ onClose: i0.InputSignal<() => void>;
59
69
  /**
60
70
  * @ignore
61
71
  */
@@ -74,19 +84,13 @@ declare class AXDialogComponent extends MXBaseComponent {
74
84
  * @returns void - No return value. The dialog is closed and removed from the DOM.
75
85
  */
76
86
  close(): void;
77
- /**
78
- * @ignore
79
- */
80
- get tabIndex(): string;
81
- /** @ignore */
82
- private get __hostClass();
83
87
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDialogComponent, never>;
84
- static ɵcmp: i0.ɵɵComponentDeclaration<AXDialogComponent, "ax-dialog", never, {}, {}, never, never, true, never>;
88
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXDialogComponent, "ax-dialog", never, { "data": { "alias": "data"; "required": true; "isSignal": true; }; "onClose": { "alias": "onClose"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
85
89
  }
86
90
 
87
91
  declare class AXDialogModule {
88
92
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDialogModule, never>;
89
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXDialogModule, never, [typeof i1.CommonModule, typeof i2.AXCommonModule, typeof i3.DragDropModule, typeof i4.A11yModule, typeof i5.AXButtonModule, typeof i6.AXDecoratorModule, typeof i7.AXLoadingModule, typeof i8.DialogModule, typeof i9.AXTranslationModule, typeof AXDialogComponent], [typeof AXDialogComponent]>;
93
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXDialogModule, never, [typeof i1.CommonModule, typeof i2.AXCommonModule, typeof i3.DragDropModule, typeof i4.A11yModule, typeof i5.AXButtonModule, typeof i6.AXDecoratorModule, typeof i7.AXLoadingModule, typeof i8.AXTranslationModule, typeof AXDialogComponent], [typeof AXDialogComponent]>;
90
94
  static ɵinj: i0.ɵɵInjectorDeclaration<AXDialogModule>;
91
95
  }
92
96
 
@@ -96,7 +100,7 @@ declare class AXDialogModule {
96
100
  * @category Components
97
101
  */
98
102
  declare class AXDialogService {
99
- private dialog;
103
+ private overlayService;
100
104
  private defaultConfig;
101
105
  private detectIcon;
102
106
  /**
@@ -109,7 +113,7 @@ declare class AXDialogService {
109
113
  * @param draggable - Whether the dialog can be dragged.
110
114
  * @returns Promise<void> - Promise that resolves when the dialog is closed.
111
115
  */
112
- alert(title: string, content: string, type?: AXStyleColorType, orientation?: 'horizontal' | 'vertical', draggable?: boolean, buttonLook?: AXStyleLookType): Promise<void>;
116
+ alert(title: string, content: string, type?: AXStyleColorType, orientation?: 'horizontal' | 'vertical', draggable?: boolean): Promise<void>;
113
117
  /**
114
118
  * Show a confirm box with 'Okay' & 'Cancel' buttons.
115
119
  *
@@ -145,4 +149,4 @@ declare class AXDialogService {
145
149
  }
146
150
 
147
151
  export { AXDialogComponent, AXDialogModule, AXDialogService };
148
- export type { AXDialogButtonItem, AXDialogConfig, AXDialogData, AXDialogRef };
152
+ export type { AXDialogButtonItem, AXDialogConfig, AXDialogData, AXDialogInternalRef, AXDialogRef };
@@ -1,5 +1,5 @@
1
1
  import * as i2 from '@acorex/cdk/common';
2
- import { MXButtonBaseComponent, AXClickEvent, AXClosableComponent } from '@acorex/cdk/common';
2
+ import { MXButtonBaseComponent, AXStyleColorType, AXStyleLookType, AXClickEvent, AXClosableComponent } from '@acorex/cdk/common';
3
3
  import * as i6 from '@acorex/components/button';
4
4
  import { AXButtonType } from '@acorex/components/button';
5
5
  import * as i0 from '@angular/core';
@@ -15,6 +15,8 @@ import * as i5 from '@acorex/components/dropdown';
15
15
  * @category Components
16
16
  */
17
17
  declare class AXDropdownButtonComponent extends MXButtonBaseComponent implements AfterViewInit {
18
+ dropdownColor: AXStyleColorType;
19
+ dropdownLook: AXStyleLookType;
18
20
  /**
19
21
  * Fires each time the user clicks the button.
20
22
  * @event
@@ -75,7 +77,7 @@ declare class AXDropdownButtonComponent extends MXButtonBaseComponent implements
75
77
  close(): void;
76
78
  private get __hostClass();
77
79
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDropdownButtonComponent, never>;
78
- static ɵcmp: i0.ɵɵComponentDeclaration<AXDropdownButtonComponent, "ax-dropdown-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "look": { "alias": "look"; "required": false; }; "text": { "alias": "text"; "required": false; }; "type": { "alias": "type"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "onClick": "onClick"; "selectedChange": "selectedChange"; "lookChange": "lookChange"; "colorChange": "colorChange"; "disabledChange": "disabledChange"; }, never, ["ax-button-item-list", "ax-prefix, ax-loading, ax-loading-spinner"], true, never>;
80
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXDropdownButtonComponent, "ax-dropdown-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; "text": { "alias": "text"; "required": false; }; "dropdownColor": { "alias": "color"; "required": false; }; "dropdownLook": { "alias": "look"; "required": false; }; "type": { "alias": "type"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "onClick": "onClick"; "selectedChange": "selectedChange"; "lookChange": "lookChange"; "colorChange": "colorChange"; "disabledChange": "disabledChange"; }, never, ["ax-button-item-list", "ax-prefix, ax-loading, ax-loading-spinner"], true, never>;
79
81
  }
80
82
 
81
83
  declare class AXDropdownButtonModule {
@@ -3,23 +3,19 @@ import { MXInteractiveComponent, MXLookComponent, AXEvent } from '@acorex/cdk/co
3
3
  import * as i0 from '@angular/core';
4
4
  import { OnInit, EventEmitter, OnDestroy } from '@angular/core';
5
5
  import * as polytype from 'polytype';
6
- import * as i6 from '@acorex/components/popover';
6
+ import * as i5 from '@acorex/components/popover';
7
7
  import { AXPopoverComponent } from '@acorex/components/popover';
8
+ import { AXPlatform } from '@acorex/core/platform';
8
9
  import { Subscription } from 'rxjs';
9
10
  import * as i1 from '@angular/common';
10
11
  import * as i3 from '@angular/cdk/a11y';
11
- import * as i4 from '@angular/cdk/overlay';
12
- import * as i5 from '@acorex/components/decorators';
12
+ import * as i4 from '@acorex/components/decorators';
13
13
 
14
14
  declare const AXDropdownBoxComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXLookComponent]>;
15
15
  declare class AXDropdownBoxComponent extends AXDropdownBoxComponent_base implements OnInit {
16
16
  readonly hasInput: i0.InputSignal<boolean>;
17
17
  readonly popoverWidth: i0.InputSignal<string>;
18
18
  private _platform;
19
- /**
20
- * @ignore
21
- */
22
- protected _isMobile: boolean;
23
19
  /**
24
20
  * @ignore
25
21
  */
@@ -167,7 +163,7 @@ declare abstract class MXDropdownBoxBaseComponent extends MXInteractiveComponent
167
163
  */
168
164
  declare class AXDropdownPanelComponent extends MXInteractiveComponent implements OnDestroy {
169
165
  #private;
170
- private _platform;
166
+ protected _platform: AXPlatform;
171
167
  /**
172
168
  * @ignore
173
169
  */
@@ -263,11 +259,6 @@ declare class AXDropdownPanelComponent extends MXInteractiveComponent implements
263
259
  * @ignore
264
260
  */
265
261
  get isOpen(): boolean;
266
- /**
267
- * Gets whether the popover is styled as an actionsheet.
268
- * @ignore
269
- */
270
- get isActionsheetStyle(): boolean;
271
262
  /**
272
263
  * @ignore
273
264
  */
@@ -278,7 +269,7 @@ declare class AXDropdownPanelComponent extends MXInteractiveComponent implements
278
269
 
279
270
  declare class AXDropdownModule {
280
271
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDropdownModule, never>;
281
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXDropdownModule, never, [typeof i1.CommonModule, typeof _acorex_cdk_common.AXCommonModule, typeof i3.A11yModule, typeof i4.OverlayModule, typeof i5.AXDecoratorModule, typeof i6.AXPopoverModule, typeof AXDropdownPanelComponent, typeof AXDropdownBoxComponent], [typeof AXDropdownPanelComponent, typeof AXDropdownBoxComponent]>;
272
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXDropdownModule, never, [typeof i1.CommonModule, typeof _acorex_cdk_common.AXCommonModule, typeof i3.A11yModule, typeof i4.AXDecoratorModule, typeof i5.AXPopoverModule, typeof AXDropdownPanelComponent, typeof AXDropdownBoxComponent], [typeof AXDropdownPanelComponent, typeof AXDropdownBoxComponent]>;
282
273
  static ɵinj: i0.ɵɵInjectorDeclaration<AXDropdownModule>;
283
274
  }
284
275
 
@@ -0,0 +1,50 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AXPlacementType, AXClickEvent, AXEvent } from '@acorex/cdk/common';
3
+ import { AXPopoverComponent } from '@acorex/components/popover';
4
+
5
+ declare class AXFabComponent {
6
+ #private;
7
+ label: _angular_core.InputSignal<string>;
8
+ popupStyle: _angular_core.InputSignal<"bubble" | "box">;
9
+ popupPlacement: _angular_core.ModelSignal<AXPlacementType>;
10
+ size: _angular_core.InputSignal<"xs" | "sm" | "md" | "lg" | "xl">;
11
+ protected popoverRef: _angular_core.Signal<AXPopoverComponent>;
12
+ protected offsetPopover: _angular_core.WritableSignal<number>;
13
+ /**
14
+ * Fires each time the user clicks the button.
15
+ * @event
16
+ */
17
+ onClick: _angular_core.OutputEmitterRef<AXClickEvent>;
18
+ /**
19
+ * Emits when the popover is opened.
20
+ * @event
21
+ */
22
+ onOpened: _angular_core.OutputEmitterRef<AXEvent>;
23
+ /**
24
+ * Emits when the popover is closed.
25
+ * @event
26
+ */
27
+ onClosed: _angular_core.OutputEmitterRef<AXEvent>;
28
+ private addStyleClass;
29
+ protected openPopover(): void;
30
+ protected closePopover(): void;
31
+ close(): void;
32
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXFabComponent, never>;
33
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXFabComponent, "ax-fab", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "popupStyle": { "alias": "popupStyle"; "required": false; "isSignal": true; }; "popupPlacement": { "alias": "popupPlacement"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, { "popupPlacement": "popupPlacementChange"; "onClick": "onClick"; "onOpened": "onOpened"; "onClosed": "onClosed"; }, never, ["ax-icon", "ax-fab-item"], true, never>;
34
+ }
35
+
36
+ declare class AXFabItemComponent {
37
+ label: _angular_core.InputSignal<string>;
38
+ protected parent: AXFabComponent;
39
+ protected buttonSize: _angular_core.Signal<"xs" | "sm" | "md" | "lg">;
40
+ /**
41
+ * Fires each time the user clicks the button.
42
+ * @event
43
+ */
44
+ onClick: _angular_core.OutputEmitterRef<AXClickEvent>;
45
+ protected clickHandler(): void;
46
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXFabItemComponent, never>;
47
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXFabItemComponent, "ax-fab-item", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; }, { "onClick": "onClick"; }, never, ["ax-icon"], true, never>;
48
+ }
49
+
50
+ export { AXFabComponent, AXFabItemComponent };
@@ -1,6 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { OnDestroy, AfterViewInit, EventEmitter, AfterContentChecked, WritableSignal, InjectionToken } from '@angular/core';
3
- import { AXEvent, MXValueComponent, AXStyleLookType, MXBaseComponent } from '@acorex/cdk/common';
3
+ import { MXValueComponent, AXStyleLookType, AXEvent, MXBaseComponent } from '@acorex/cdk/common';
4
4
  import * as i5 from '@acorex/core/validation';
5
5
  import { AXValidationSummary, AXValidationRuleOptions } from '@acorex/core/validation';
6
6
  import * as i1 from '@angular/common';
@@ -67,6 +67,7 @@ declare class AXFormComponent extends MXValueComponent implements OnDestroy, Aft
67
67
  * @param v The criteria to set (e.g., 'change', 'blur').
68
68
  */
69
69
  set updateOn(v: AXFormUpdateOn);
70
+ inUserInteractionActive: i0.InputSignal<boolean>;
70
71
  /**
71
72
  * @ignore
72
73
  */
@@ -121,7 +122,7 @@ declare class AXFormComponent extends MXValueComponent implements OnDestroy, Aft
121
122
  */
122
123
  ngOnDestroy(): void;
123
124
  static ɵfac: i0.ɵɵFactoryDeclaration<AXFormComponent, never>;
124
- static ɵcmp: i0.ɵɵComponentDeclaration<AXFormComponent, "ax-form", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "labelMode": { "alias": "labelMode"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; "messageStyle": { "alias": "messageStyle"; "required": false; "isSignal": true; }; "updateOn": { "alias": "updateOn"; "required": false; }; }, { "onValidate": "onValidate"; "updateOnChange": "updateOnChange"; }, ["content"], ["*"], true, never>;
125
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXFormComponent, "ax-form", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "labelMode": { "alias": "labelMode"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; "messageStyle": { "alias": "messageStyle"; "required": false; "isSignal": true; }; "updateOn": { "alias": "updateOn"; "required": false; }; "inUserInteractionActive": { "alias": "inUserInteractionActive"; "required": false; "isSignal": true; }; }, { "onValidate": "onValidate"; "updateOnChange": "updateOnChange"; }, ["content"], ["*"], true, never>;
125
126
  }
126
127
 
127
128
  /**
@@ -138,6 +138,14 @@ declare class AXGridLayoutWidgetComponent {
138
138
  * @returns AXGridLayoutNode - The current widget options.
139
139
  */
140
140
  getOptions(): AXGridLayoutNode;
141
+ /**
142
+ * Returns the widget options from the Angular input binding (stored/desired positions),
143
+ * bypassing the live gridstackNode which may have been auto-reflowed.
144
+ * Used by the container to load correct per-breakpoint layouts after column changes.
145
+ *
146
+ * @returns AXGridLayoutNode - The widget options from the input signal.
147
+ */
148
+ getInputOptions(): AXGridLayoutNode;
141
149
  /**
142
150
  * Returns the native DOM element of the widget.
143
151
  *
@@ -170,6 +178,13 @@ declare class AXGridLayoutContainerComponent extends NXComponent implements OnDe
170
178
  protected _sub: Subscription | undefined;
171
179
  private isInitialized;
172
180
  ngOnDestroy(): void;
181
+ /**
182
+ * Synchronizes the grid layout with the current widget list.
183
+ *
184
+ * @param useInputValues - When true, reads positions from Angular input bindings
185
+ * (stored per-breakpoint positions). When false, reads from live gridstackNode
186
+ * (preserving user drag/resize state). Use true after column/breakpoint changes.
187
+ */
173
188
  private updateAll;
174
189
  private checkEmpty;
175
190
  private hookEvents;
@@ -77,7 +77,7 @@ declare class AXKanbanComponent extends NXComponent {
77
77
  private performMove;
78
78
  /**
79
79
  * Emit beforeDrop event and return whether to continue with the drop operation.
80
- * Supports both synchronous and asynchronous event handlers.
80
+ * Supports both synchronous and asynchronous event handlers via the `wait()` method.
81
81
  * @param item The original item from dataSource that is being moved
82
82
  * @param previousStatusKey The status key the item is moving from
83
83
  * @param currentStatusKey The status key the item is moving to
@@ -131,6 +131,7 @@ interface AXKanbanBeforeDropEvent extends NXNativeEvent<AXKanbanComponent, Mouse
131
131
  previousIndex: number;
132
132
  currentIndex: number;
133
133
  canceled: boolean;
134
+ wait: (promise: Promise<any>) => void;
134
135
  }
135
136
 
136
137
  export { AXKanbanComponent };
@@ -1,6 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { OnInit, WritableSignal, TemplateRef, EventEmitter } from '@angular/core';
3
- import { AXEvent, MXSelectionValueComponent, AXDataSource, AXListDataSource } from '@acorex/cdk/common';
3
+ import { MXSelectionValueComponent, AXDataSource, AXEvent, AXListDataSource } from '@acorex/cdk/common';
4
4
 
5
5
  interface AXListScrollIndexChanged extends AXEvent {
6
6
  index: number;
@@ -11,6 +11,7 @@ interface AXListScrollIndexChanged extends AXEvent {
11
11
  * @category Components
12
12
  */
13
13
  declare class AXListComponent extends MXSelectionValueComponent implements OnInit {
14
+ private tooltipRef;
14
15
  /**
15
16
  * Determines if an item is truncated.
16
17
  *
@@ -23,12 +24,21 @@ declare class AXListComponent extends MXSelectionValueComponent implements OnIni
23
24
  * @defaultValue false
24
25
  */
25
26
  showItemTooltip: i0.InputSignal<boolean>;
27
+ /** @ignore */
28
+ private _dataSource;
29
+ /** @ignore */
30
+ private _isInitialized;
31
+ /** @ignore */
32
+ private _onChangedSub?;
33
+ /** @ignore */
34
+ private _onLoadingChangedSub?;
26
35
  /**
27
36
  * Defines the data source for the list.
28
37
  *
29
38
  * @defaultValue convertArrayToDataSource([])
30
39
  */
31
- dataSource: AXDataSource<unknown>;
40
+ set dataSource(v: AXDataSource<unknown>);
41
+ get dataSource(): AXDataSource<unknown>;
32
42
  /**
33
43
  * @ignore
34
44
  */
@@ -90,6 +100,18 @@ declare class AXListComponent extends MXSelectionValueComponent implements OnIni
90
100
  * @ignore
91
101
  */
92
102
  ngOnInit(): void;
103
+ /**
104
+ * @ignore
105
+ */
106
+ protected ngOnDestroy(): void;
107
+ /**
108
+ * (Re)creates the internal `AXListDataSource` wrapper used by `cdkVirtualFor`
109
+ * and (re)subscribes to the underlying source's events. This is invoked
110
+ * whenever the `dataSource` input changes so that the list properly reflects
111
+ * the new source.
112
+ * @ignore
113
+ */
114
+ private _setupListDataSource;
93
115
  /**
94
116
  * @ignore
95
117
  */
@@ -1,8 +1,9 @@
1
1
  import { AXStyleColorType, AXStyleLookType, AXHotKeyAction, MXBaseComponent } from '@acorex/cdk/common';
2
+ import { AXOverlayRef } from '@acorex/cdk/overlay';
2
3
  import { AXDialogButtonItem } from '@acorex/components/dialog';
3
4
  import { AXProgressMode } from '@acorex/components/progress-bar';
4
5
  import * as i0 from '@angular/core';
5
- import { WritableSignal } from '@angular/core';
6
+ import { OnInit, WritableSignal } from '@angular/core';
6
7
 
7
8
  interface AXLoadingDialogConfig {
8
9
  title: string;
@@ -28,22 +29,36 @@ interface AXLoadingDialogButtonItem {
28
29
  handled?: boolean;
29
30
  }) => void;
30
31
  }
31
- interface AXDialogRef {
32
+ interface AXLoadingDialogRef {
32
33
  close(): void;
33
- setProgressValue(value: number): any;
34
- setProgressText(text: string): any;
35
- setDialogTitle(text: string): any;
36
- setProgressColor(color: AXStyleColorType): any;
37
- setProgressStatus(status: string): any;
34
+ setProgressValue(value: number): void;
35
+ setProgressText(text: string): void;
36
+ setDialogTitle(text: string): void;
37
+ setProgressColor(color: AXStyleColorType): void;
38
+ setProgressStatus(status: string): void;
39
+ }
40
+ /**
41
+ * @deprecated Use AXLoadingDialogRef instead
42
+ */
43
+ type AXDialogRef = AXLoadingDialogRef;
44
+ /**
45
+ * @internal
46
+ * Internal reference used by loading dialog service to manage overlay instances
47
+ */
48
+ interface AXLoadingDialogInternalRef {
49
+ overlayRef: AXOverlayRef<unknown>;
50
+ close: () => void;
38
51
  }
39
52
 
40
53
  /**
41
54
  * Represents a loading dialog component with custom styles and encapsulation.
42
55
  * @category components
43
56
  */
44
- declare class AXLoadingDialogComponent extends MXBaseComponent {
45
- data: AXLoadingDialogConfig;
46
- private dialogRef;
57
+ declare class AXLoadingDialogComponent extends MXBaseComponent implements OnInit {
58
+ /** Loading dialog configuration data */
59
+ data: i0.InputSignal<AXLoadingDialogConfig>;
60
+ /** @internal Callback function to close the dialog */
61
+ onClose: i0.InputSignal<() => void>;
47
62
  /** @ignore */
48
63
  protected progressText: WritableSignal<string>;
49
64
  /** @ignore */
@@ -54,6 +69,7 @@ declare class AXLoadingDialogComponent extends MXBaseComponent {
54
69
  protected dialogTitle: WritableSignal<string>;
55
70
  /** @ignore */
56
71
  protected progressValue: WritableSignal<number>;
72
+ ngOnInit(): void;
57
73
  /**
58
74
  * Closes the loading dialog.
59
75
  *
@@ -100,7 +116,7 @@ declare class AXLoadingDialogComponent extends MXBaseComponent {
100
116
  /** @ignore */
101
117
  protected _hasAutoFocus(button: AXLoadingDialogButtonItem): boolean;
102
118
  static ɵfac: i0.ɵɵFactoryDeclaration<AXLoadingDialogComponent, never>;
103
- static ɵcmp: i0.ɵɵComponentDeclaration<AXLoadingDialogComponent, "ax-loading-dialog", never, {}, {}, never, never, true, never>;
119
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXLoadingDialogComponent, "ax-loading-dialog", never, { "data": { "alias": "data"; "required": true; "isSignal": true; }; "onClose": { "alias": "onClose"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
104
120
  }
105
121
 
106
122
  declare class AXLoadingDialogModule {
@@ -110,17 +126,17 @@ declare class AXLoadingDialogModule {
110
126
  }
111
127
 
112
128
  declare class AXLoadingDialogService {
113
- private dialog;
129
+ private overlayService;
114
130
  /**
115
131
  * Opens a loading dialog with the specified configuration.
116
132
  *
117
133
  * @param options Configuration for the loading dialog, including title, progress mode, and optional initial values.
118
- * @returns AXDialogRef - A reference with helper methods to control the dialog lifecycle and UI (close, setProgressValue, setProgressText, setDialogTitle, setProgressColor, setProgressStatus).
134
+ * @returns AXLoadingDialogRef - A reference with helper methods to control the dialog lifecycle and UI (close, setProgressValue, setProgressText, setDialogTitle, setProgressColor, setProgressStatus).
119
135
  */
120
- show(options: AXLoadingDialogConfig): AXDialogRef;
136
+ show(options: AXLoadingDialogConfig): AXLoadingDialogRef;
121
137
  static ɵfac: i0.ɵɵFactoryDeclaration<AXLoadingDialogService, never>;
122
138
  static ɵprov: i0.ɵɵInjectableDeclaration<AXLoadingDialogService>;
123
139
  }
124
140
 
125
141
  export { AXLoadingDialogComponent, AXLoadingDialogModule, AXLoadingDialogService };
126
- export type { AXDialogRef, AXLoadingDialogButtonItem, AXLoadingDialogConfig };
142
+ export type { AXDialogRef, AXLoadingDialogButtonItem, AXLoadingDialogConfig, AXLoadingDialogInternalRef, AXLoadingDialogRef };
@@ -99,7 +99,9 @@ type LoaderId = string | number;
99
99
  declare class AXLoadingService {
100
100
  protected loadingStates: WeakMap<object, Map<LoaderId, boolean>>;
101
101
  protected loadingStates$: WeakMap<object, Map<LoaderId, BehaviorSubject<boolean>>>;
102
- private dialog;
102
+ private overlayService;
103
+ private document;
104
+ private activeOverlays;
103
105
  /**
104
106
  * Shows a modal loading overlay.
105
107
  *