@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
@@ -0,0 +1,184 @@
1
+ import * as swiper_types from 'swiper/types';
2
+ import * as _angular_core from '@angular/core';
3
+ import { Type, OnDestroy, ModuleWithProviders } from '@angular/core';
4
+ import { DomSanitizer } from '@angular/platform-browser';
5
+ import * as i4 from '@angular/cdk/portal';
6
+ import { ComponentPortal, CdkPortalOutletAttachedRef } from '@angular/cdk/portal';
7
+ import * as i1 from '@angular/common';
8
+ import * as i2 from '@acorex/components/button';
9
+ import * as i3 from '@acorex/components/decorators';
10
+ import * as i5 from '@angular/forms';
11
+ import * as i6 from '@acorex/components/image';
12
+ import * as i7 from '@acorex/components/loading';
13
+ import * as i8 from '@acorex/cdk/carousel';
14
+ import * as i9 from '@acorex/components/pdf-reader';
15
+ import * as i10 from '@acorex/components/video-player';
16
+
17
+ interface AXMediaViewerType {
18
+ name: string;
19
+ component: Type<any>;
20
+ }
21
+ type AXMediaViewerData = {
22
+ id: string;
23
+ name?: string;
24
+ size?: string;
25
+ type: 'image' | 'audio' | 'pdf' | 'video';
26
+ url: string | (() => Promise<string>);
27
+ thumbnailUrl?: string | (() => Promise<string>);
28
+ tooltip?: string;
29
+ };
30
+ type AXThumbnail = {
31
+ thumbnailImage: string | (() => Promise<string>);
32
+ svg: string;
33
+ type: string;
34
+ id: string;
35
+ tooltip?: string;
36
+ index: number;
37
+ };
38
+ declare class AXMediaViewerBaseComponent {
39
+ message: {
40
+ data: AXMediaViewerData;
41
+ index: number;
42
+ };
43
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMediaViewerBaseComponent, never>;
44
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXMediaViewerBaseComponent>;
45
+ }
46
+
47
+ declare class AXMediaViewerService {
48
+ dataArray: _angular_core.WritableSignal<AXMediaViewerData[]>;
49
+ selectedIndex: _angular_core.WritableSignal<number>;
50
+ dirtyItems: Map<any, any>;
51
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMediaViewerService, never>;
52
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXMediaViewerService>;
53
+ }
54
+
55
+ declare class AXMediaViewerContainerComponent implements OnDestroy {
56
+ #private;
57
+ dataArray: _angular_core.InputSignal<AXMediaViewerData[]>;
58
+ thumbnail: _angular_core.InputSignal<boolean>;
59
+ pagination: _angular_core.InputSignal<boolean>;
60
+ protected service: AXMediaViewerService;
61
+ protected sanitizer: DomSanitizer;
62
+ protected isMobile: boolean;
63
+ private readonly elementRef;
64
+ protected thumbnailArray: _angular_core.WritableSignal<AXThumbnail[]>;
65
+ protected option: _angular_core.WritableSignal<swiper_types.SwiperOptions>;
66
+ protected thumbnailOption: _angular_core.WritableSignal<swiper_types.SwiperOptions>;
67
+ protected isFullScreen: _angular_core.WritableSignal<boolean>;
68
+ private swiperRef;
69
+ private swiperRef2;
70
+ private fullScreenButton;
71
+ private globalOptions;
72
+ private setActiveIndex;
73
+ getActiveIndex(): number;
74
+ ngOnDestroy(): void;
75
+ next(): void;
76
+ prev(): void;
77
+ private interVal?;
78
+ goToIndex(index: number, speed?: number): void;
79
+ private init;
80
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMediaViewerContainerComponent, never>;
81
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXMediaViewerContainerComponent, "ax-media-viewer-container", never, { "dataArray": { "alias": "dataArray"; "required": false; "isSignal": true; }; "thumbnail": { "alias": "thumbnail"; "required": false; "isSignal": true; }; "pagination": { "alias": "pagination"; "required": false; "isSignal": true; }; }, {}, ["fullScreenButton"], ["ax-header", "ax-suffix", "ax-prefix"], true, never>;
82
+ }
83
+
84
+ declare class AXMediaViewerTypeRegistryService {
85
+ private plugins;
86
+ register(...plugins: AXMediaViewerType[]): void;
87
+ resolve(name: string): AXMediaViewerType | undefined;
88
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMediaViewerTypeRegistryService, never>;
89
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXMediaViewerTypeRegistryService>;
90
+ }
91
+
92
+ declare class AXMediaViewerSliderComponent {
93
+ #private;
94
+ protected service: AXMediaViewerService;
95
+ dataObject: _angular_core.InputSignal<AXMediaViewerData>;
96
+ index: _angular_core.InputSignal<unknown>;
97
+ /** @ignore */
98
+ protected portal: _angular_core.WritableSignal<ComponentPortal<any>>;
99
+ /** @ignore */
100
+ protected registryService: AXMediaViewerTypeRegistryService;
101
+ /** @ignore */
102
+ protected _handleAttached(ref: CdkPortalOutletAttachedRef): void;
103
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMediaViewerSliderComponent, never>;
104
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXMediaViewerSliderComponent, "ax-media-viewer-slider", never, { "dataObject": { "alias": "dataObject"; "required": false; "isSignal": true; }; "index": { "alias": "index"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
105
+ }
106
+
107
+ declare class AXAudioPlayerComponent extends AXMediaViewerBaseComponent {
108
+ #private;
109
+ protected src: _angular_core.WritableSignal<any>;
110
+ protected service: AXMediaViewerService;
111
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXAudioPlayerComponent, never>;
112
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXAudioPlayerComponent, "ax-audio-player", never, {}, {}, never, never, true, never>;
113
+ }
114
+
115
+ declare class AXFileInfoComponent {
116
+ protected service: AXMediaViewerService;
117
+ protected infoData: _angular_core.Signal<AXMediaViewerData>;
118
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXFileInfoComponent, never>;
119
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXFileInfoComponent, "ax-file-info", never, {}, {}, never, never, true, never>;
120
+ }
121
+
122
+ declare class AXImageViewerComponent extends AXMediaViewerBaseComponent {
123
+ #private;
124
+ protected hasError: _angular_core.WritableSignal<boolean>;
125
+ protected src: _angular_core.WritableSignal<any>;
126
+ protected service: AXMediaViewerService;
127
+ protected loading: _angular_core.WritableSignal<boolean>;
128
+ protected handleImageError(): void;
129
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXImageViewerComponent, never>;
130
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXImageViewerComponent, "ax-image-viewer", never, {}, {}, never, never, true, never>;
131
+ }
132
+
133
+ declare class PdfComponent extends AXMediaViewerBaseComponent {
134
+ #private;
135
+ sanitizer: DomSanitizer;
136
+ protected src: _angular_core.WritableSignal<any>;
137
+ protected service: AXMediaViewerService;
138
+ protected loading: _angular_core.WritableSignal<boolean>;
139
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<PdfComponent, never>;
140
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<PdfComponent, "ax-pdf", never, {}, {}, never, never, true, never>;
141
+ }
142
+
143
+ declare class AXThumbnailViewerComponent extends AXMediaViewerBaseComponent implements OnDestroy {
144
+ #private;
145
+ protected hasError: _angular_core.WritableSignal<boolean>;
146
+ protected src: _angular_core.WritableSignal<any>;
147
+ item: _angular_core.InputSignal<string | (() => Promise<string>)>;
148
+ index: _angular_core.InputSignal<number>;
149
+ protected service: AXMediaViewerService;
150
+ private host;
151
+ protected loading: _angular_core.WritableSignal<boolean>;
152
+ private observer;
153
+ private isElementVisible;
154
+ protected handleImageError(): void;
155
+ private observeElementVisibility;
156
+ private cleanupObserver;
157
+ ngOnDestroy(): void;
158
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXThumbnailViewerComponent, never>;
159
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXThumbnailViewerComponent, "ax-thumbnail-viewer", never, { "item": { "alias": "item"; "required": false; "isSignal": true; }; "index": { "alias": "index"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
160
+ }
161
+
162
+ declare class VideoPlayerComponent extends AXMediaViewerBaseComponent {
163
+ #private;
164
+ protected src: _angular_core.WritableSignal<any>;
165
+ protected service: AXMediaViewerService;
166
+ protected loading: _angular_core.WritableSignal<boolean>;
167
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<VideoPlayerComponent, never>;
168
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<VideoPlayerComponent, "ax-video", never, {}, {}, never, never, true, never>;
169
+ }
170
+
171
+ interface AXMediaViewerModuleConfig {
172
+ types: AXMediaViewerType[];
173
+ }
174
+ declare class AXMediaViewerModule {
175
+ constructor();
176
+ static forRoot(config?: AXMediaViewerModuleConfig): ModuleWithProviders<AXMediaViewerModule>;
177
+ static forChild(config?: AXMediaViewerModuleConfig): ModuleWithProviders<AXMediaViewerModule>;
178
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMediaViewerModule, never>;
179
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXMediaViewerModule, never, [typeof i1.CommonModule, typeof i2.AXButtonModule, typeof i3.AXDecoratorModule, typeof i4.CdkPortalOutlet, typeof i5.FormsModule, typeof i6.AXImageModule, typeof i7.AXLoadingModule, typeof i8.AXCarouselDirective, typeof i9.AXPdfReaderModule, typeof i10.AXVideoPlayerModule, typeof AXMediaViewerContainerComponent, typeof AXMediaViewerSliderComponent, typeof AXAudioPlayerComponent, typeof AXImageViewerComponent, typeof PdfComponent, typeof VideoPlayerComponent, typeof AXFileInfoComponent, typeof AXThumbnailViewerComponent], [typeof AXMediaViewerContainerComponent, typeof AXMediaViewerSliderComponent, typeof AXAudioPlayerComponent, typeof AXImageViewerComponent, typeof PdfComponent, typeof VideoPlayerComponent, typeof AXFileInfoComponent, typeof AXThumbnailViewerComponent]>;
180
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXMediaViewerModule>;
181
+ }
182
+
183
+ export { AXAudioPlayerComponent, AXFileInfoComponent, AXImageViewerComponent, AXMediaViewerBaseComponent, AXMediaViewerContainerComponent, AXMediaViewerModule, AXMediaViewerSliderComponent, AXThumbnailViewerComponent, PdfComponent, VideoPlayerComponent };
184
+ export type { AXMediaViewerData, AXMediaViewerModuleConfig, AXMediaViewerType, AXThumbnail };
@@ -60,11 +60,15 @@ declare class AXContextMenuComponent extends NXComponent {
60
60
  readonly target: _angular_core.InputSignal<string | HTMLElement | HTMLElement[]>;
61
61
  onItemClick: _angular_core.OutputEmitterRef<AXContextMenuItemsClickEvent>;
62
62
  onOpening: _angular_core.OutputEmitterRef<AXContextMenuOpeningEvent>;
63
+ /** Emitted when the menu closes (backdrop, item click, scroll, another menu opening, etc.). */
64
+ onClose: _angular_core.OutputEmitterRef<void>;
63
65
  hasArrow: _angular_core.WritableSignal<boolean>;
64
66
  private service;
65
67
  private renderer;
66
68
  private document;
67
69
  private platformID;
70
+ private zIndexService;
71
+ private zToken;
68
72
  /** @ignore */
69
73
  constructor();
70
74
  ngOnDestroy(): void;
@@ -103,11 +107,11 @@ declare class AXContextMenuComponent extends NXComponent {
103
107
  private removeBackdrop;
104
108
  private createEventListeners;
105
109
  /** @ignore */
106
- private onWindowEvent;
110
+ onWindowEvent(): void;
107
111
  /** @ignore */
108
112
  get __hostClass(): any;
109
113
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXContextMenuComponent, never>;
110
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXContextMenuComponent, "ax-context-menu", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "openOn": { "alias": "openOn"; "required": false; "isSignal": true; }; "closeOn": { "alias": "closeOn"; "required": false; "isSignal": true; }; "originalItems": { "alias": "items"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; }, { "onItemClick": "onItemClick"; "onOpening": "onOpening"; }, never, ["ax-menu-item,ax-divider,ax-title,ng-container"], true, never>;
114
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXContextMenuComponent, "ax-context-menu", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "openOn": { "alias": "openOn"; "required": false; "isSignal": true; }; "closeOn": { "alias": "closeOn"; "required": false; "isSignal": true; }; "originalItems": { "alias": "items"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; }, { "onItemClick": "onItemClick"; "onOpening": "onOpening"; "onClose": "onClose"; }, never, ["ax-menu-item,ax-divider,ax-title,ng-container"], true, never>;
111
115
  }
112
116
 
113
117
  type AXMenuItemClickEvent = AXMenuItemClickBaseEvent<AXMenuItemComponent>;
@@ -127,6 +131,8 @@ declare class AXMenuItemComponent extends NXComponent implements OnDestroy {
127
131
  private scrollableParents;
128
132
  private unsuscriber;
129
133
  private renderer;
134
+ private zIndexService;
135
+ private zToken;
130
136
  protected arrowIcon: _angular_core.Signal<string>;
131
137
  onClick: _angular_core.OutputEmitterRef<AXMenuItemClickEvent>;
132
138
  name: _angular_core.InputSignal<string>;
@@ -159,15 +165,15 @@ declare class AXMenuItemComponent extends NXComponent implements OnDestroy {
159
165
  * Calculate the position of the submenu to avoid it going out of the viewport.
160
166
  */
161
167
  private calculatePosition;
162
- private handleClick;
163
- private handleMouseEnter;
168
+ handleClick(e: MouseEvent): void;
169
+ handleMouseEnter(event: MouseEvent): void;
164
170
  private mouseLeaveTimeout;
165
- private handleMouseLeave;
166
- private onWindowEvent;
171
+ handleMouseLeave(event: MouseEvent): void;
172
+ onWindowEvent(): void;
167
173
  /**
168
174
  * Close all menus if clicking outside the root menu and all sub-items.
169
175
  */
170
- private onClickOutside;
176
+ onClickOutside(event: MouseEvent): void;
171
177
  ngOnDestroy(): void;
172
178
  private bindScrollEvents;
173
179
  private removeScrollEvents;
@@ -33,6 +33,8 @@ interface AXModalRef<TResult = any> {
33
33
  restore: () => void;
34
34
  close: (data?: TResult) => void;
35
35
  setInputs: (values: AXComponentInputs) => void;
36
+ /** Brings this modal to the front of all other overlays */
37
+ bringToFront: () => void;
36
38
  onClose: Subject<TResult>;
37
39
  }
38
40
  declare abstract class AXModalComponentBase {
@@ -41,6 +43,7 @@ declare abstract class AXModalComponentBase {
41
43
  minimize(): void;
42
44
  restore(): void;
43
45
  maximize(): void;
46
+ bringToFront(): void;
44
47
  static ɵfac: i0.ɵɵFactoryDeclaration<AXModalComponentBase, never>;
45
48
  static ɵdir: i0.ɵɵDirectiveDeclaration<AXModalComponentBase, never, never, { "__modal__": { "alias": "__modal__"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
46
49
  }
@@ -117,6 +120,10 @@ declare class AXModalService {
117
120
  * Restores the modal from minimized or maximized state.
118
121
  */
119
122
  restore(): Promise<void>;
123
+ /**
124
+ * Brings the modal to the front of all other overlays.
125
+ */
126
+ bringToFront(): void;
120
127
  static ɵfac: i0.ɵɵFactoryDeclaration<AXModalService, never>;
121
128
  static ɵprov: i0.ɵɵInjectableDeclaration<AXModalService>;
122
129
  }
@@ -1,10 +1,9 @@
1
- import { AXStyleColorType, AXStyleLookType, AXLocation, MXBaseComponent, AXComponentCloseEvent } from '@acorex/cdk/common';
2
- import { ComponentType, Portal } from '@angular/cdk/portal';
3
- import * as i0 from '@angular/core';
4
- import { TemplateRef, OnInit, InjectionToken } from '@angular/core';
5
- import { DialogRef } from '@angular/cdk/dialog';
1
+ import { AXStyleColorType, AXStyleLookType, AXLocation, MXBaseComponent } from '@acorex/cdk/common';
2
+ import { AXOverlayRef } from '@acorex/cdk/overlay';
3
+ import * as _angular_core from '@angular/core';
4
+ import { TemplateRef, Type, OnInit, InjectionToken } from '@angular/core';
6
5
 
7
- type AXNotificationContentType = string | TemplateRef<unknown> | ComponentType<unknown>;
6
+ type AXNotificationContentType = string | TemplateRef<unknown> | Type<unknown>;
8
7
  interface AXNotificationButtonItem {
9
8
  color?: AXStyleColorType;
10
9
  look?: AXStyleLookType;
@@ -43,6 +42,16 @@ interface AXNotificationData {
43
42
  interface AXNotificationRef {
44
43
  close(): void;
45
44
  }
45
+ /**
46
+ * @internal
47
+ * Internal reference used by notification service to manage overlay instances
48
+ */
49
+ interface AXNotificationInternalRef {
50
+ id: string;
51
+ overlayRef: AXOverlayRef<unknown>;
52
+ config: AXNotificationData;
53
+ close: () => void;
54
+ }
46
55
 
47
56
  /**
48
57
  * The Button is a component which detects user interaction and triggers a corresponding event
@@ -50,33 +59,40 @@ interface AXNotificationRef {
50
59
  * @category Components
51
60
  */
52
61
  declare class AXNotificationComponent extends MXBaseComponent implements OnInit {
53
- config: AXNotificationData;
54
- dialogRef: DialogRef<AXComponentCloseEvent, unknown>;
62
+ /** Notification configuration data */
63
+ config: _angular_core.InputSignal<AXNotificationData>;
64
+ /** @internal Callback function to close the notification */
65
+ onClose: _angular_core.InputSignal<() => void>;
66
+ private notificationService;
55
67
  /** @ignore */
56
- _selectedPortal: Portal<unknown>;
57
- /** @ignore */
58
- _icon: string;
68
+ protected _icon: string;
59
69
  private intervalId;
60
70
  private isPaused;
61
- protected remainingTime: i0.WritableSignal<number>;
62
- protected transitionDuration: i0.WritableSignal<number>;
71
+ protected remainingTime: _angular_core.WritableSignal<number>;
72
+ protected transitionDuration: _angular_core.WritableSignal<number>;
73
+ /** Template content if config.content is a TemplateRef */
74
+ protected templateContent: _angular_core.Signal<TemplateRef<unknown>>;
75
+ /** Component content if config.content is a component Type */
76
+ protected componentContent: _angular_core.Signal<Type<unknown>>;
77
+ /** String content if config.content is a string */
78
+ protected stringContent: _angular_core.Signal<string>;
63
79
  ngOnInit(): void;
64
80
  private pauseAnimation;
65
81
  private _handleTimeOut;
66
82
  /** @ignore */
67
- private _initContent;
68
- /** @ignore */
69
83
  private _initIcon;
70
84
  /** @ignore */
71
- protected get _stringContent(): string;
72
- /** @ignore */
73
85
  protected _handleButtonClick(button: AXNotificationButtonItem): void;
74
86
  /**
75
- * Closes the dialog and provides the component and HTML element for reference.
87
+ * Closes the notification.
76
88
  */
77
89
  close(): void;
78
- static ɵfac: i0.ɵɵFactoryDeclaration<AXNotificationComponent, never>;
79
- static ɵcmp: i0.ɵɵComponentDeclaration<AXNotificationComponent, "ax-notification", never, {}, {}, never, never, true, never>;
90
+ /**
91
+ * Closes all notifications.
92
+ */
93
+ closeAll(): void;
94
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXNotificationComponent, never>;
95
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXNotificationComponent, "ax-notification", never, { "config": { "alias": "config"; "required": true; "isSignal": true; }; "onClose": { "alias": "onClose"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
80
96
  }
81
97
 
82
98
  interface AXNotificationConfig {
@@ -94,18 +110,18 @@ type PartialNotificationConfig = Partial<AXNotificationConfig>;
94
110
  declare function notificationConfig(config?: PartialNotificationConfig): AXNotificationConfig;
95
111
 
96
112
  declare class AXNotificationModule {
97
- static ɵfac: i0.ɵɵFactoryDeclaration<AXNotificationModule, never>;
98
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXNotificationModule, never, [typeof AXNotificationComponent], [typeof AXNotificationComponent]>;
99
- static ɵinj: i0.ɵɵInjectorDeclaration<AXNotificationModule>;
113
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXNotificationModule, never>;
114
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXNotificationModule, never, [typeof AXNotificationComponent], [typeof AXNotificationComponent]>;
115
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXNotificationModule>;
100
116
  }
101
117
 
102
118
  declare class AXNotificationService {
103
- private dialog;
119
+ private overlayService;
104
120
  private translationService;
105
121
  private defaultConfig;
106
122
  private activeNotifications;
107
123
  private reservedNotifications;
108
- private notificationCounterElement;
124
+ private notificationCounterRef;
109
125
  private moreNotificationsColor;
110
126
  private moreNotificationsLocation;
111
127
  private reserveCounter;
@@ -114,14 +130,15 @@ declare class AXNotificationService {
114
130
  hideAll(): void;
115
131
  private handleShowReservedNotification;
116
132
  private handleReservedNotificationCounter;
117
- private createReservedCounternotification;
133
+ private createReservedCounterNotification;
134
+ private positionNotification;
118
135
  private reposition;
119
136
  private getRepositionPosition;
137
+ private applyRepositionPosition;
120
138
  private getPosition;
121
- private getPositionStrategy;
122
- static ɵfac: i0.ɵɵFactoryDeclaration<AXNotificationService, never>;
123
- static ɵprov: i0.ɵɵInjectableDeclaration<AXNotificationService>;
139
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXNotificationService, never>;
140
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXNotificationService>;
124
141
  }
125
142
 
126
143
  export { AXNotificationComponent, AXNotificationDefaultConfig, AXNotificationModule, AXNotificationService, AX_NOTIFICATION_CONFIG, notificationConfig };
127
- export type { AXNotificationButtonItem, AXNotificationConfig, AXNotificationContentType, AXNotificationData, AXNotificationOptions, AXNotificationRef, PartialNotificationConfig };
144
+ export type { AXNotificationButtonItem, AXNotificationConfig, AXNotificationContentType, AXNotificationData, AXNotificationInternalRef, AXNotificationOptions, AXNotificationRef, PartialNotificationConfig };
@@ -32,6 +32,9 @@ declare class AXNumberBoxComponent extends AXNumberBoxComponent_base {
32
32
  protected internalValueChanged(value: number | undefined): void;
33
33
  private plusValue;
34
34
  private minusValue;
35
+ private getNumericValue;
36
+ private getSteppedValue;
37
+ private getFractionDigits;
35
38
  protected handleOnKeydownEvent(e: KeyboardEvent): void;
36
39
  protected handleUpClick(): void;
37
40
  protected handleDownClick(): void;
@@ -121,6 +121,12 @@ declare class AXPaintViewComponent implements OnDestroy {
121
121
  protected mouseMoveHandler(e: MouseEvent): void;
122
122
  /** @ignore */
123
123
  protected mouseUpHandler(): void;
124
+ /**
125
+ * Loads an image onto the canvas (e.g. for editing an existing signature).
126
+ *
127
+ * @param dataUrl - Data URL of the image (e.g. from toDataURL or existing value)
128
+ */
129
+ loadImage(dataUrl: string): void;
124
130
  /**
125
131
  * Exports the canvas content as an image.
126
132
  *
@@ -1,6 +1,6 @@
1
1
  import * as polytype from 'polytype';
2
2
  import * as _angular_core from '@angular/core';
3
- import { MXInputBaseValueComponent, MXLookComponent, AXDataSource, AXValueChangedEvent } from '@acorex/cdk/common';
3
+ import { MXInputBaseValueComponent, MXLookComponent, AXValueChangedEvent, AXDataSource } from '@acorex/cdk/common';
4
4
  import { CountryItem } from '@acorex/core/constants';
5
5
  import * as i1 from '@angular/common';
6
6
  import * as i2 from '@angular/forms';
@@ -56,12 +56,12 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
56
56
  /** @ignore */
57
57
  protected selectedCountry: _angular_core.WritableSignal<CountryItem>;
58
58
  /** @ignore */
59
- protected _handleModelChange(value: string | null): void;
59
+ protected _handleModelChange(e: AXValueChangedEvent<any>): void;
60
+ protected internalValueChanged(value: any): void;
60
61
  /** @ignore */
61
62
  protected dataSource: AXDataSource<CountryItem>;
62
63
  /** @ignore */
63
64
  protected handleCountryOnClosed(): void;
64
- protected internalValueChanged(value: any): void;
65
65
  /**
66
66
  * Determines if the keyboard event is a valid action based on allowed keys and key codes.
67
67
  *
@@ -77,8 +77,18 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
77
77
  setCountries(): void;
78
78
  protected handleKeyDown(e: KeyboardEvent): void;
79
79
  private parsePhoneNumber;
80
+ /**
81
+ * Formats a national phone number according to the country's format pattern.
82
+ * The format pattern uses '0' as digit placeholders and preserves other characters (like spaces).
83
+ *
84
+ * @param number - The raw national number (digits only)
85
+ * @param format - The country's phone number format pattern (e.g., '000 000 0000')
86
+ * @returns The formatted national number with spaces according to the format
87
+ */
88
+ private formatNationalNumber;
80
89
  /** @ignore */
81
90
  _handleCountryValueChanged(event: AXValueChangedEvent): void;
91
+ private removeValidation;
82
92
  private get __hostName();
83
93
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPhoneBoxComponent, never>;
84
94
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPhoneBoxComponent, "ax-phone-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "type": { "alias": "type"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "look": { "alias": "look"; "required": false; }; "classNames": { "alias": "class"; "required": false; }; "precode": { "alias": "precode"; "required": false; "isSignal": true; }; "country": { "alias": "country"; "required": false; "isSignal": true; }; "included": { "alias": "included"; "required": false; "isSignal": true; }; "excluded": { "alias": "excluded"; "required": false; "isSignal": true; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; "country": "countryChange"; }, never, ["ax-validation-rule", "ax-clear-button "], true, never>;