@acorex/components 20.2.0-next.8 → 20.2.0

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 (303) hide show
  1. package/accordion/index.d.ts +6 -5
  2. package/action-sheet/index.d.ts +57 -10
  3. package/alert/index.d.ts +2 -4
  4. package/aspect-ratio/README.md +3 -0
  5. package/aspect-ratio/index.d.ts +11 -0
  6. package/autocomplete/index.d.ts +7 -2
  7. package/avatar/index.d.ts +12 -6
  8. package/badge/index.d.ts +1 -2
  9. package/bottom-navigation/index.d.ts +10 -2
  10. package/breadcrumbs/index.d.ts +17 -4
  11. package/button/index.d.ts +56 -17
  12. package/button-group/index.d.ts +10 -6
  13. package/calendar/index.d.ts +32 -18
  14. package/check-box/index.d.ts +2 -5
  15. package/chips/index.d.ts +1 -2
  16. package/circular-progress/index.d.ts +23 -18
  17. package/code-editor/README.md +3 -0
  18. package/code-editor/index.d.ts +103 -0
  19. package/collapse/index.d.ts +7 -6
  20. package/color-box/index.d.ts +6 -8
  21. package/color-palette/index.d.ts +19 -24
  22. package/command/README.md +3 -0
  23. package/command/index.d.ts +60 -0
  24. package/comment/index.d.ts +18 -13
  25. package/conversation/index.d.ts +107 -78
  26. package/cron-job/index.d.ts +5 -4
  27. package/data-list/README.md +356 -0
  28. package/data-list/index.d.ts +102 -0
  29. package/data-pager/index.d.ts +22 -17
  30. package/data-table/index.d.ts +59 -3
  31. package/datetime-box/index.d.ts +12 -15
  32. package/datetime-input/index.d.ts +2 -4
  33. package/datetime-picker/index.d.ts +12 -11
  34. package/decorators/index.d.ts +2 -2
  35. package/dialog/index.d.ts +29 -4
  36. package/drawer-2/index.d.ts +22 -8
  37. package/dropdown/index.d.ts +44 -3
  38. package/dropdown-button/index.d.ts +7 -2
  39. package/fesm2022/acorex-components-accordion.mjs +74 -72
  40. package/fesm2022/acorex-components-accordion.mjs.map +1 -1
  41. package/fesm2022/acorex-components-action-sheet.mjs +78 -48
  42. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  43. package/fesm2022/acorex-components-alert.mjs +13 -17
  44. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  45. package/fesm2022/acorex-components-aspect-ratio.mjs +36 -0
  46. package/fesm2022/acorex-components-aspect-ratio.mjs.map +1 -0
  47. package/fesm2022/acorex-components-audio-wave.mjs +7 -7
  48. package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
  49. package/fesm2022/acorex-components-autocomplete.mjs +32 -11
  50. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
  51. package/fesm2022/acorex-components-avatar.mjs +24 -21
  52. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  53. package/fesm2022/acorex-components-badge.mjs +9 -11
  54. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  55. package/fesm2022/acorex-components-bottom-navigation.mjs +18 -16
  56. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
  57. package/fesm2022/acorex-components-breadcrumbs.mjs +36 -21
  58. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  59. package/fesm2022/acorex-components-button-group.mjs +35 -26
  60. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  61. package/fesm2022/acorex-components-button.mjs +78 -38
  62. package/fesm2022/acorex-components-button.mjs.map +1 -1
  63. package/fesm2022/acorex-components-calendar.mjs +76 -47
  64. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  65. package/fesm2022/acorex-components-check-box.mjs +11 -14
  66. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  67. package/fesm2022/acorex-components-chips.mjs +9 -11
  68. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  69. package/fesm2022/acorex-components-circular-progress.mjs +31 -26
  70. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  71. package/fesm2022/acorex-components-code-editor.mjs +591 -0
  72. package/fesm2022/acorex-components-code-editor.mjs.map +1 -0
  73. package/fesm2022/acorex-components-collapse.mjs +21 -21
  74. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  75. package/fesm2022/acorex-components-color-box.mjs +39 -33
  76. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  77. package/fesm2022/acorex-components-color-palette.mjs +69 -85
  78. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  79. package/fesm2022/acorex-components-command.mjs +144 -0
  80. package/fesm2022/acorex-components-command.mjs.map +1 -0
  81. package/fesm2022/acorex-components-comment.mjs +51 -45
  82. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  83. package/fesm2022/acorex-components-conversation.mjs +128 -90
  84. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  85. package/fesm2022/acorex-components-cron-job.mjs +54 -48
  86. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  87. package/fesm2022/acorex-components-data-list.mjs +386 -0
  88. package/fesm2022/acorex-components-data-list.mjs.map +1 -0
  89. package/fesm2022/acorex-components-data-pager.mjs +41 -36
  90. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  91. package/fesm2022/acorex-components-data-table.mjs +98 -42
  92. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  93. package/fesm2022/acorex-components-datetime-box.mjs +28 -36
  94. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  95. package/fesm2022/acorex-components-datetime-input.mjs +20 -18
  96. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  97. package/fesm2022/acorex-components-datetime-picker.mjs +92 -44
  98. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  99. package/fesm2022/acorex-components-decorators.mjs +27 -27
  100. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  101. package/fesm2022/acorex-components-dialog.mjs +44 -19
  102. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  103. package/fesm2022/acorex-components-drawer-2.mjs +28 -14
  104. package/fesm2022/acorex-components-drawer-2.mjs.map +1 -1
  105. package/fesm2022/acorex-components-drawer.mjs +13 -13
  106. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  107. package/fesm2022/acorex-components-dropdown-button.mjs +16 -11
  108. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  109. package/fesm2022/acorex-components-dropdown.mjs +57 -13
  110. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  111. package/fesm2022/acorex-components-file-explorer.mjs +25 -25
  112. package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
  113. package/fesm2022/acorex-components-flow-chart.mjs +40 -16
  114. package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
  115. package/fesm2022/acorex-components-form.mjs +36 -17
  116. package/fesm2022/acorex-components-form.mjs.map +1 -1
  117. package/fesm2022/acorex-components-grid-layout-builder.mjs +125 -15
  118. package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
  119. package/fesm2022/acorex-components-image-editor.mjs +121 -92
  120. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  121. package/fesm2022/acorex-components-image.mjs +7 -7
  122. package/fesm2022/acorex-components-image.mjs.map +1 -1
  123. package/fesm2022/acorex-components-json-viewer.mjs +8 -8
  124. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  125. package/fesm2022/acorex-components-kanban.mjs +11 -7
  126. package/fesm2022/acorex-components-kanban.mjs.map +1 -1
  127. package/fesm2022/acorex-components-kbd.mjs +21 -29
  128. package/fesm2022/acorex-components-kbd.mjs.map +1 -1
  129. package/fesm2022/acorex-components-label.mjs +11 -15
  130. package/fesm2022/acorex-components-label.mjs.map +1 -1
  131. package/fesm2022/acorex-components-list.mjs +23 -32
  132. package/fesm2022/acorex-components-list.mjs.map +1 -1
  133. package/fesm2022/acorex-components-loading-dialog.mjs +58 -59
  134. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  135. package/fesm2022/acorex-components-loading.mjs +84 -28
  136. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  137. package/fesm2022/acorex-components-map.mjs +484 -112
  138. package/fesm2022/acorex-components-map.mjs.map +1 -1
  139. package/fesm2022/acorex-components-media-viewer.mjs +37 -37
  140. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  141. package/fesm2022/acorex-components-menu.mjs +67 -37
  142. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  143. package/fesm2022/{acorex-components-modal-acorex-components-modal-C4zx7OP6.mjs → acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs} +117 -40
  144. package/fesm2022/acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs.map +1 -0
  145. package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs +235 -0
  146. package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs.map +1 -0
  147. package/fesm2022/acorex-components-modal.mjs +1 -1
  148. package/fesm2022/acorex-components-navbar.mjs +14 -10
  149. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  150. package/fesm2022/acorex-components-notification.mjs +31 -45
  151. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  152. package/fesm2022/acorex-components-number-box-2.mjs +28 -9
  153. package/fesm2022/acorex-components-number-box-2.mjs.map +1 -1
  154. package/fesm2022/acorex-components-number-box.mjs +16 -10
  155. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  156. package/fesm2022/acorex-components-otp.mjs +14 -15
  157. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  158. package/fesm2022/acorex-components-page.mjs +10 -10
  159. package/fesm2022/acorex-components-page.mjs.map +1 -1
  160. package/fesm2022/acorex-components-paint.mjs +74 -33
  161. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  162. package/fesm2022/acorex-components-password-box.mjs +21 -18
  163. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  164. package/fesm2022/acorex-components-pdf-reader.mjs +7 -7
  165. package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
  166. package/fesm2022/acorex-components-phone-box.mjs +51 -15
  167. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  168. package/fesm2022/acorex-components-picker.mjs +26 -16
  169. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  170. package/fesm2022/acorex-components-popover.mjs +13 -18
  171. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  172. package/fesm2022/acorex-components-popup.mjs +10 -10
  173. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  174. package/fesm2022/acorex-components-progress-bar.mjs +8 -8
  175. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  176. package/fesm2022/acorex-components-qrcode.mjs +7 -7
  177. package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
  178. package/fesm2022/acorex-components-query-builder.mjs +7 -7
  179. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  180. package/fesm2022/acorex-components-radio.mjs +8 -8
  181. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  182. package/fesm2022/acorex-components-rail-navigation.mjs +26 -16
  183. package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
  184. package/fesm2022/acorex-components-range-slider.mjs +13 -9
  185. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  186. package/fesm2022/acorex-components-rate-picker.mjs +7 -7
  187. package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
  188. package/fesm2022/acorex-components-rest-api-generator.mjs +23 -23
  189. package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
  190. package/fesm2022/acorex-components-result.mjs +7 -7
  191. package/fesm2022/acorex-components-result.mjs.map +1 -1
  192. package/fesm2022/acorex-components-routing-progress.mjs +7 -7
  193. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  194. package/fesm2022/acorex-components-rrule.mjs +222 -102
  195. package/fesm2022/acorex-components-rrule.mjs.map +1 -1
  196. package/fesm2022/acorex-components-scheduler.mjs +1581 -167
  197. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  198. package/fesm2022/acorex-components-scss.mjs +4 -4
  199. package/fesm2022/acorex-components-scss.mjs.map +1 -1
  200. package/fesm2022/acorex-components-search-box.mjs +13 -7
  201. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  202. package/fesm2022/acorex-components-select-box.mjs +105 -38
  203. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  204. package/fesm2022/acorex-components-selection-list-2.mjs +12 -9
  205. package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
  206. package/fesm2022/acorex-components-selection-list.mjs +14 -11
  207. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  208. package/fesm2022/acorex-components-side-menu.mjs +98 -43
  209. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  210. package/fesm2022/acorex-components-skeleton.mjs +7 -7
  211. package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
  212. package/fesm2022/acorex-components-slider.mjs +9 -9
  213. package/fesm2022/acorex-components-slider.mjs.map +1 -1
  214. package/fesm2022/acorex-components-sliding-item.mjs +16 -16
  215. package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
  216. package/fesm2022/acorex-components-step-wizard.mjs +31 -32
  217. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  218. package/fesm2022/acorex-components-switch.mjs +12 -12
  219. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  220. package/fesm2022/acorex-components-tabs.mjs +26 -19
  221. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  222. package/fesm2022/acorex-components-tag-box.mjs +55 -21
  223. package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
  224. package/fesm2022/acorex-components-tag.mjs +8 -8
  225. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  226. package/fesm2022/acorex-components-text-area.mjs +17 -12
  227. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  228. package/fesm2022/acorex-components-text-box.mjs +29 -13
  229. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  230. package/fesm2022/acorex-components-time-duration.mjs +15 -9
  231. package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
  232. package/fesm2022/acorex-components-time-line.mjs +13 -10
  233. package/fesm2022/acorex-components-time-line.mjs.map +1 -1
  234. package/fesm2022/acorex-components-toast.mjs +59 -14
  235. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  236. package/fesm2022/acorex-components-toolbar.mjs +7 -7
  237. package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
  238. package/fesm2022/acorex-components-tooltip.mjs +12 -11
  239. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  240. package/fesm2022/acorex-components-tree-view.mjs +12 -12
  241. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  242. package/fesm2022/acorex-components-uploader.mjs +252 -56
  243. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  244. package/fesm2022/acorex-components-video-player.mjs +7 -7
  245. package/fesm2022/acorex-components-video-player.mjs.map +1 -1
  246. package/fesm2022/acorex-components-wysiwyg.mjs +104 -62
  247. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  248. package/flow-chart/index.d.ts +24 -0
  249. package/form/index.d.ts +27 -13
  250. package/grid-layout-builder/index.d.ts +115 -4
  251. package/image/index.d.ts +4 -4
  252. package/image-editor/index.d.ts +17 -14
  253. package/json-viewer/index.d.ts +3 -3
  254. package/kanban/index.d.ts +7 -3
  255. package/kbd/index.d.ts +11 -11
  256. package/label/index.d.ts +1 -2
  257. package/list/index.d.ts +4 -14
  258. package/loading/index.d.ts +59 -6
  259. package/loading-dialog/index.d.ts +30 -19
  260. package/map/index.d.ts +95 -2
  261. package/menu/index.d.ts +38 -13
  262. package/modal/index.d.ts +47 -2
  263. package/navbar/index.d.ts +7 -3
  264. package/notification/index.d.ts +1 -8
  265. package/number-box/index.d.ts +1 -0
  266. package/number-box-2/index.d.ts +2 -1
  267. package/otp/index.d.ts +1 -3
  268. package/package.json +43 -4
  269. package/paint/index.d.ts +43 -7
  270. package/password-box/index.d.ts +8 -10
  271. package/phone-box/index.d.ts +18 -16
  272. package/picker/index.d.ts +10 -8
  273. package/popover/index.d.ts +2 -2
  274. package/popup/index.d.ts +2 -2
  275. package/qrcode/index.d.ts +7 -7
  276. package/query-builder/index.d.ts +1 -1
  277. package/radio/index.d.ts +1 -1
  278. package/rail-navigation/index.d.ts +12 -3
  279. package/range-slider/index.d.ts +13 -13
  280. package/rate-picker/index.d.ts +5 -5
  281. package/rest-api-generator/index.d.ts +1 -1
  282. package/rrule/index.d.ts +40 -17
  283. package/scheduler/index.d.ts +541 -191
  284. package/search-box/index.d.ts +3 -2
  285. package/select-box/index.d.ts +22 -10
  286. package/selection-list-2/index.d.ts +3 -3
  287. package/side-menu/index.d.ts +24 -15
  288. package/sliding-item/index.d.ts +4 -5
  289. package/step-wizard/index.d.ts +10 -13
  290. package/switch/index.d.ts +0 -1
  291. package/tabs/index.d.ts +6 -1
  292. package/tag-box/index.d.ts +19 -2
  293. package/text-area/index.d.ts +2 -2
  294. package/text-box/index.d.ts +3 -0
  295. package/time-duration/index.d.ts +1 -0
  296. package/time-line/index.d.ts +3 -0
  297. package/toast/index.d.ts +45 -1
  298. package/tooltip/index.d.ts +2 -1
  299. package/uploader/index.d.ts +215 -5
  300. package/wysiwyg/index.d.ts +27 -5
  301. package/fesm2022/acorex-components-modal-acorex-components-modal-C4zx7OP6.mjs.map +0 -1
  302. package/fesm2022/acorex-components-modal-modal-content.component-DfhgA_WL.mjs +0 -218
  303. package/fesm2022/acorex-components-modal-modal-content.component-DfhgA_WL.mjs.map +0 -1
@@ -29,15 +29,16 @@ declare class AXSearchBoxComponent extends AXSearchBoxComponent_base {
29
29
  * @defaultValue 500
30
30
  */
31
31
  delayTime: number;
32
- type: i0.InputSignal<string>;
32
+ readonly type: i0.InputSignal<string>;
33
33
  /**
34
34
  * Handles changes to the model and triggers a search in the parent component if available.
35
35
  *
36
36
  * @param {string} value
37
37
  */
38
- _handleModelChange(value: string): void;
38
+ protected _handleModelChange(value: string): void;
39
39
  /** @ignore */
40
40
  get __hostClass(): string[];
41
+ private get __hostName();
41
42
  static ɵfac: i0.ɵɵFactoryDeclaration<AXSearchBoxComponent, never>;
42
43
  static ɵcmp: i0.ɵɵComponentDeclaration<AXSearchBoxComponent, "ax-search-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "look": { "alias": "look"; "required": false; }; "classNames": { "alias": "class"; "required": false; }; "delayTime": { "alias": "delayTime"; "required": false; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix"], true, never>;
43
44
  }
@@ -1,8 +1,8 @@
1
1
  import * as i0 from '@angular/core';
2
- import { AfterViewInit, OnDestroy, WritableSignal, TemplateRef, ElementRef } from '@angular/core';
2
+ import { OnDestroy, WritableSignal, TemplateRef, ElementRef } from '@angular/core';
3
3
  import * as polytype from 'polytype';
4
4
  import * as i2 from '@acorex/cdk/common';
5
- import { MXSelectionValueComponent, MXLookComponent, AXDataSource, MXSelectionBridgeService, AXEvent, AXValueChangedEvent } from '@acorex/cdk/common';
5
+ import { MXSelectionValueComponent, MXLookComponent, AXDataSource, MXSelectionBridgeService, AXEvent, AXValueChangedEvent, AXItemClickEvent, AXItemSelectedEvent } from '@acorex/cdk/common';
6
6
  import * as i12 from '@acorex/components/dropdown';
7
7
  import { MXDropdownBoxBaseComponent, AXDropdownBoxComponent } from '@acorex/components/dropdown';
8
8
  import * as i13 from '@acorex/components/list';
@@ -25,19 +25,19 @@ declare const AXSelectBoxComponent_base: polytype.Polytype.ClusteredConstructor<
25
25
  * The Button is a component which detects user interaction and triggers a corresponding event
26
26
  * @category
27
27
  */
28
- declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements AfterViewInit, OnDestroy {
28
+ declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements OnDestroy {
29
29
  /**
30
30
  * Determines if an item is truncated.
31
31
  *
32
32
  * @defaultValue true
33
33
  */
34
- isItemTruncated: i0.InputSignal<boolean>;
34
+ readonly isItemTruncated: i0.InputSignal<boolean>;
35
35
  /**
36
36
  * Determines if a tooltip is shown for an item.
37
37
  *
38
38
  * @defaultValue false
39
39
  */
40
- showItemTooltip: i0.InputSignal<boolean>;
40
+ readonly showItemTooltip: i0.InputSignal<boolean>;
41
41
  /** @ignore */
42
42
  private hotKeyService;
43
43
  /** @ignore */
@@ -45,7 +45,7 @@ declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements
45
45
  /** @ignore */
46
46
  protected searchValue: WritableSignal<string>;
47
47
  /** @ignore */
48
- protected renderList: boolean;
48
+ protected renderList: WritableSignal<boolean>;
49
49
  /** @ignore */
50
50
  protected _dropdownWidth: WritableSignal<string>;
51
51
  /** @ignore */
@@ -53,9 +53,11 @@ declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements
53
53
  /** @ignore */
54
54
  protected _listDataSource: AXDataSource<any>;
55
55
  /** @ignore */
56
- private _dataSource;
56
+ private _originalDataSource;
57
57
  /** @ignore */
58
58
  private onChangedSubscription;
59
+ /** @ignore */
60
+ private onLoadingChangedSubscription;
59
61
  /**
60
62
  * Gets the data source for the component, which can be either an `AXDataSource` or an array of items.
61
63
  * @returns {AXDataSource<any> | any[]}
@@ -124,8 +126,11 @@ declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements
124
126
  private _unsubscriber;
125
127
  /** @ignore */
126
128
  protected ngOnInit(): void;
127
- /** @ignore */
128
- ngAfterViewInit(): void;
129
+ /**
130
+ * Proactively fetches item data if the component has a value but no corresponding item data.
131
+ * This prevents showing "loading..." when the component has a value.
132
+ */
133
+ private fetchItemDataIfNeeded;
129
134
  /** @ignore */
130
135
  ngOnDestroy(): void;
131
136
  /**
@@ -144,7 +149,14 @@ declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements
144
149
  /** @ignore */
145
150
  protected _handleValueChanged(e: AXValueChangedEvent): void;
146
151
  /** @ignore */
152
+ protected _handleItemClick(e: AXItemClickEvent): void;
153
+ /** @ignore */
154
+ protected _handleItemSelected(e: AXItemSelectedEvent): void;
155
+ /** @ignore */
147
156
  private setDropdownSize;
157
+ private updateDropdownPosition;
158
+ private updateDropdownSize;
159
+ internalValueChanged(value: any): void;
148
160
  /** @ignore */
149
161
  _handleKeydown(e: KeyboardEvent): void;
150
162
  /** @ignore */
@@ -160,7 +172,7 @@ declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements
160
172
  refresh(): void;
161
173
  private hostClickListener;
162
174
  static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectBoxComponent, never>;
163
- static ɵcmp: i0.ɵɵComponentDeclaration<AXSelectBoxComponent, "ax-select-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "look": { "alias": "look"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "disabledField": { "alias": "disabledField"; "required": false; }; "textTemplate": { "alias": "textTemplate"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "isItemTruncated": { "alias": "isItemTruncated"; "required": false; "isSignal": true; }; "showItemTooltip": { "alias": "showItemTooltip"; "required": false; "isSignal": true; }; "dataSource": { "alias": "dataSource"; "required": false; }; "minRecordsForSearch": { "alias": "minRecordsForSearch"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "selectedTemplate": { "alias": "selectedTemplate"; "required": false; }; "emptyTemplate": { "alias": "emptyTemplate"; "required": false; }; "loadingTemplate": { "alias": "loadingTemplate"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; "isSignal": true; }; "searchBoxAutoFocus": { "alias": "searchBoxAutoFocus"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onOpened": "onOpened"; "onClosed": "onClosed"; }, ["searchBox"], ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-search-box", "ax-footer", "ax-validation-rule"], true, never>;
175
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXSelectBoxComponent, "ax-select-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "look": { "alias": "look"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "disabledField": { "alias": "disabledField"; "required": false; }; "textTemplate": { "alias": "textTemplate"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "isItemTruncated": { "alias": "isItemTruncated"; "required": false; "isSignal": true; }; "showItemTooltip": { "alias": "showItemTooltip"; "required": false; "isSignal": true; }; "dataSource": { "alias": "dataSource"; "required": false; }; "minRecordsForSearch": { "alias": "minRecordsForSearch"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "selectedTemplate": { "alias": "selectedTemplate"; "required": false; }; "emptyTemplate": { "alias": "emptyTemplate"; "required": false; }; "loadingTemplate": { "alias": "loadingTemplate"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; "isSignal": true; }; "searchBoxAutoFocus": { "alias": "searchBoxAutoFocus"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onOpened": "onOpened"; "onClosed": "onClosed"; "onItemSelected": "onItemSelected"; "onItemClick": "onItemClick"; }, ["searchBox"], ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-search-box", "ax-footer", "ax-validation-rule"], true, never>;
164
176
  }
165
177
 
166
178
  declare class AXSelectBoxModule {
@@ -23,9 +23,9 @@ type AXSelectionList2Item = {
23
23
  * @category Components
24
24
  */
25
25
  declare class AXSelectionList2Component extends MXSelectionValueComponent {
26
- direction: i0.InputSignal<AXDirection>;
27
- customTemplate: i0.InputSignal<TemplateRef<unknown>>;
28
- look: i0.InputSignal<AXSelectionListLook>;
26
+ readonly direction: i0.InputSignal<AXDirection>;
27
+ readonly customTemplate: i0.InputSignal<TemplateRef<unknown>>;
28
+ readonly look: i0.InputSignal<AXSelectionListLook>;
29
29
  protected changeState(e: AXSelectionGroupSelectedKeys): void;
30
30
  private _showControl;
31
31
  get showControl(): boolean;
@@ -2,8 +2,7 @@ import * as _angular_core from '@angular/core';
2
2
  import * as i2 from '@acorex/cdk/common';
3
3
  import { AXClickEvent, MXInteractiveComponent, NXComponent } from '@acorex/cdk/common';
4
4
  import * as i5 from '@angular/router';
5
- import { UrlTree, IsActiveMatchOptions, Router } from '@angular/router';
6
- import { AXOutlineContainerDirective } from '@acorex/cdk/outline';
5
+ import { UrlTree, IsActiveMatchOptions } from '@angular/router';
7
6
  import * as i1 from '@angular/common';
8
7
  import * as i3 from '@acorex/components/loading';
9
8
  import * as i4 from '@acorex/core/translation';
@@ -19,24 +18,25 @@ declare class AXSideMenuItemComponent extends MXInteractiveComponent {
19
18
  isLoading: _angular_core.ModelSignal<boolean>;
20
19
  isCollapsed: _angular_core.ModelSignal<boolean>;
21
20
  onClick: _angular_core.OutputEmitterRef<AXSideMenuItemClickEvent>;
22
- href: _angular_core.InputSignal<string>;
23
- routerLink: _angular_core.InputSignal<string | any[] | UrlTree>;
24
- routerLinkActive: _angular_core.InputSignal<string | string[]>;
25
- routerLinkActiveOptions: _angular_core.InputSignal<{
21
+ readonly toggleOnClick: _angular_core.InputSignal<boolean>;
22
+ readonly href: _angular_core.InputSignal<string>;
23
+ readonly routerLink: _angular_core.InputSignal<string | any[] | UrlTree>;
24
+ readonly routerLinkActive: _angular_core.InputSignal<string | string[]>;
25
+ readonly routerLinkActiveOptions: _angular_core.InputSignal<{
26
26
  exact: boolean;
27
27
  } | IsActiveMatchOptions>;
28
- target: _angular_core.InputSignal<"_blank" | "_self" | "_parent" | "_top">;
28
+ readonly target: _angular_core.InputSignal<"_blank" | "_self" | "_parent" | "_top">;
29
29
  protected hasChild: _angular_core.WritableSignal<boolean>;
30
30
  constructor();
31
- _handleClickEvent(e: MouseEvent): void;
31
+ protected _handleClickEvent(e: MouseEvent): void;
32
32
  toggle(): void;
33
33
  open(): void;
34
34
  close(): void;
35
35
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSideMenuItemComponent, never>;
36
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXSideMenuItemComponent, "ax-side-menu-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; "routerLink": { "alias": "routerLink"; "required": false; "isSignal": true; }; "routerLinkActive": { "alias": "routerLinkActive"; "required": false; "isSignal": true; }; "routerLinkActiveOptions": { "alias": "routerLinkActiveOptions"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; }, { "text": "textChange"; "active": "activeChange"; "isLoading": "isLoadingChange"; "isCollapsed": "isCollapsedChange"; "onClick": "onClick"; }, never, ["ax-title", "ax-side-menu-item, ng-container", "ax-divider", "ax-prefix", "ax-text", "*", "ax-suffix"], true, never>;
36
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXSideMenuItemComponent, "ax-side-menu-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; "toggleOnClick": { "alias": "toggleOnClick"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; "routerLink": { "alias": "routerLink"; "required": false; "isSignal": true; }; "routerLinkActive": { "alias": "routerLinkActive"; "required": false; "isSignal": true; }; "routerLinkActiveOptions": { "alias": "routerLinkActiveOptions"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; }, { "text": "textChange"; "active": "activeChange"; "isLoading": "isLoadingChange"; "isCollapsed": "isCollapsedChange"; "onClick": "onClick"; }, never, ["ax-title", "ax-side-menu-item, ng-container", "ax-divider", "ax-prefix", "ax-text", "*", "ax-suffix"], true, never>;
37
37
  }
38
38
 
39
- type AXSideMenuLook = 'pills' | 'with-line' | 'with-line-color';
39
+ type AXSideMenuLook = 'pills' | 'with-line' | 'with-line-color' | 'default';
40
40
  type AXSideMenuLocation = 'start' | 'end';
41
41
  type AXSideMenuItem = {
42
42
  title?: string;
@@ -55,6 +55,7 @@ type AXSideMenuItem = {
55
55
  icon?: string;
56
56
  data?: unknown;
57
57
  suffixText?: string;
58
+ toggleOnClick?: boolean;
58
59
  items?: AXSideMenuItem[];
59
60
  };
60
61
  /**
@@ -63,8 +64,8 @@ type AXSideMenuItem = {
63
64
  */
64
65
  declare class AXSideMenuComponent extends NXComponent {
65
66
  items: _angular_core.ModelSignal<AXSideMenuItem[]>;
66
- look: _angular_core.InputSignal<AXSideMenuLook>;
67
- location: _angular_core.InputSignal<AXSideMenuLocation>;
67
+ readonly look: _angular_core.InputSignal<AXSideMenuLook>;
68
+ readonly location: _angular_core.InputSignal<AXSideMenuLocation>;
68
69
  children: _angular_core.Signal<readonly AXSideMenuItemComponent[]>;
69
70
  /** @ignore */
70
71
  private get __hostClass();
@@ -74,12 +75,20 @@ declare class AXSideMenuComponent extends NXComponent {
74
75
 
75
76
  declare class AXOutlineSideMenuDirective {
76
77
  #private;
77
- router: Router;
78
- sideMenu: AXSideMenuComponent;
79
- container: AXOutlineContainerDirective;
78
+ private router;
80
79
  private unsubscriber;
80
+ private sideMenu;
81
+ private container;
81
82
  private updateSideMenu;
83
+ /**
84
+ * Creates a string signature that represents the tree structure of the menu.
85
+ * Example: "href1(href1.1,href1.2),href2,href3"
86
+ * This will be different for a flat list vs. a nested list.
87
+ */
88
+ private getStructuralSignature;
89
+ private flattenMenuItems;
82
90
  private textReplace;
91
+ private buildNestedMenuItems;
83
92
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXOutlineSideMenuDirective, never>;
84
93
  static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AXOutlineSideMenuDirective, "[axOutlineSideMenu]", ["axOutlineSideMenu"], {}, {}, never, never, true, never>;
85
94
  }
@@ -1,13 +1,12 @@
1
1
  import * as _angular_core from '@angular/core';
2
2
  import { ElementRef } from '@angular/core';
3
3
  import { AXStyleColorType, AXClickEvent } from '@acorex/cdk/common';
4
- import * as i1 from '@acorex/cdk/sliding-item';
4
+ import * as i1 from '@acorex/components/decorators';
5
5
  import { AXSlidingItemDirective } from '@acorex/cdk/sliding-item';
6
- import * as i2 from '@acorex/components/decorators';
7
6
 
8
7
  declare class AXSlidingItemPrefixComponent {
9
- color: _angular_core.InputSignal<AXStyleColorType>;
10
- text: _angular_core.InputSignal<string | number>;
8
+ readonly color: _angular_core.InputSignal<AXStyleColorType>;
9
+ readonly text: _angular_core.InputSignal<string | number>;
11
10
  onClick: _angular_core.OutputEmitterRef<AXClickEvent>;
12
11
  private get __hostClass();
13
12
  _onclick(): void;
@@ -38,7 +37,7 @@ declare class AXSlidingItemComponent {
38
37
 
39
38
  declare class AXSlidingItemModule {
40
39
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSlidingItemModule, never>;
41
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXSlidingItemModule, never, [typeof i1.AXSlidingItemDirectiveModule, typeof i2.AXDecoratorModule, typeof AXSlidingItemComponent, typeof AXSlidingItemPrefixComponent, typeof AXSlidingItemSuffixComponent], [typeof AXSlidingItemComponent, typeof AXSlidingItemPrefixComponent, typeof AXSlidingItemSuffixComponent]>;
40
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXSlidingItemModule, never, [typeof i1.AXDecoratorModule, typeof AXSlidingItemComponent, typeof AXSlidingItemPrefixComponent, typeof AXSlidingItemSuffixComponent], [typeof AXSlidingItemComponent, typeof AXSlidingItemPrefixComponent, typeof AXSlidingItemSuffixComponent]>;
42
41
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXSlidingItemModule>;
43
42
  }
44
43
 
@@ -1,10 +1,6 @@
1
1
  import * as _angular_core from '@angular/core';
2
2
  import { TemplateRef, OnInit } from '@angular/core';
3
3
  import { MXBaseComponent, AXOrientation } from '@acorex/cdk/common';
4
- import * as i1 from '@angular/common';
5
- import * as i2 from '@acorex/components/button';
6
- import * as i3 from '@acorex/components/decorators';
7
- import * as i4 from '@acorex/components/progress-bar';
8
4
 
9
5
  interface AXStepWizardItem {
10
6
  id: string;
@@ -47,18 +43,19 @@ declare class AXStepWizardContentDirective {
47
43
  */
48
44
  declare class AXStepWizardComponent extends MXBaseComponent implements OnInit {
49
45
  #private;
46
+ connector: _angular_core.InputSignal<boolean>;
50
47
  /**
51
- * Sets the visual style of the step wizard.
52
- *
53
- * @param v
48
+ * Whether to automatically scroll to the active step when it changes
54
49
  */
55
- connector: _angular_core.InputSignal<boolean>;
50
+ scrollToStep: _angular_core.InputSignal<boolean>;
56
51
  size: _angular_core.InputSignal<AXStepWizardSize>;
57
52
  look: _angular_core.InputSignal<AXStepWizardLook>;
58
53
  changeStep: _angular_core.InputSignal<boolean>;
59
54
  stepChanged: _angular_core.OutputEmitterRef<AXStepWizardItemComponent>;
60
- /** @ignore */
61
- protected activeStepIndex: _angular_core.WritableSignal<number>;
55
+ /**
56
+ * Current active step index (0-based)
57
+ */
58
+ activeStepIndex: _angular_core.WritableSignal<number>;
62
59
  /** @ignore */
63
60
  protected activeOrientation: _angular_core.WritableSignal<AXOrientation>;
64
61
  isFirst: _angular_core.Signal<boolean>;
@@ -86,7 +83,7 @@ declare class AXStepWizardComponent extends MXBaseComponent implements OnInit {
86
83
  previous(): void;
87
84
  /**
88
85
  * Directly navigates to the specified step by its index.
89
- * @param stepIndex
86
+ * @param stepIndex - The step index to navigate to
90
87
  */
91
88
  goStep(stepIndex: number): void;
92
89
  /**
@@ -96,12 +93,12 @@ declare class AXStepWizardComponent extends MXBaseComponent implements OnInit {
96
93
  /** @ignore */
97
94
  private get __hostClass();
98
95
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXStepWizardComponent, never>;
99
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXStepWizardComponent, "ax-step-wizard", never, { "connector": { "alias": "connector"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; "changeStep": { "alias": "changeStep"; "required": false; "isSignal": true; }; "orientation": { "alias": "orientation"; "required": false; }; "content": { "alias": "content"; "required": false; }; }, { "stepChanged": "stepChanged"; }, ["steps"], ["ax-step-wizard-item"], true, never>;
96
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXStepWizardComponent, "ax-step-wizard", never, { "connector": { "alias": "connector"; "required": false; "isSignal": true; }; "scrollToStep": { "alias": "scrollToStep"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; "changeStep": { "alias": "changeStep"; "required": false; "isSignal": true; }; "orientation": { "alias": "orientation"; "required": false; }; "content": { "alias": "content"; "required": false; }; }, { "stepChanged": "stepChanged"; }, ["steps"], ["ax-step-wizard-item"], true, never>;
100
97
  }
101
98
 
102
99
  declare class AXStepWizardModule {
103
100
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXStepWizardModule, never>;
104
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXStepWizardModule, never, [typeof i1.CommonModule, typeof i2.AXButtonModule, typeof i3.AXDecoratorModule, typeof i4.AXProgressBarModule, typeof AXStepWizardComponent, typeof AXStepWizardItemComponent, typeof AXStepWizardContentDirective], [typeof AXStepWizardComponent, typeof AXStepWizardItemComponent, typeof AXStepWizardContentDirective]>;
101
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXStepWizardModule, never, [typeof AXStepWizardComponent, typeof AXStepWizardItemComponent, typeof AXStepWizardContentDirective], [typeof AXStepWizardComponent, typeof AXStepWizardItemComponent, typeof AXStepWizardContentDirective]>;
105
102
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXStepWizardModule>;
106
103
  }
107
104
 
package/switch/index.d.ts CHANGED
@@ -25,7 +25,6 @@ declare const AXSwitchComponent_base: polytype.Polytype.ClusteredConstructor<[{
25
25
  declare class AXSwitchComponent extends AXSwitchComponent_base {
26
26
  /**
27
27
  * Indicates whether the component is in a loading state.
28
- * @defaultValue boolean
29
28
  */
30
29
  isLoading: boolean;
31
30
  /**
package/tabs/index.d.ts CHANGED
@@ -58,6 +58,11 @@ declare class AXTabItemComponent extends MXInteractiveComponent {
58
58
  * @ignore
59
59
  */
60
60
  protected internalOptionChanged(option: MXComponentOptionChanged<any>): void;
61
+ /**
62
+ * Gets the component's position and size statistics.
63
+ *
64
+ * @returns object with width, height, left, and top properties
65
+ */
61
66
  getStats(): {
62
67
  width: number;
63
68
  height: number;
@@ -140,7 +145,7 @@ declare class AXTabsComponent extends MXBaseComponent implements AfterViewInit,
140
145
  /**
141
146
  * Activates the specified tab and updates the content.
142
147
  *
143
- * @param {number | AXTabItemComponent}
148
+ * @param tab - The tab to select, either by index (number) or by component instance
144
149
  */
145
150
  select(tab: number | AXTabItemComponent): void;
146
151
  private setIndicatorPosition;
@@ -23,11 +23,28 @@ declare class AXTagBoxComponent extends AXTagBoxComponent_base implements OnInit
23
23
  allowDuplicateValues: _angular_core.InputSignal<boolean>;
24
24
  inputValue: _angular_core.WritableSignal<string>;
25
25
  ngOnInit(): void;
26
+ /**
27
+ * Adds items to the tag box.
28
+ *
29
+ * @param items - Array of objects to add as tags
30
+ */
26
31
  addItems(items: object[]): void;
32
+ /**
33
+ * Removes a tag at the specified index.
34
+ *
35
+ * @param index - Index of the tag to remove
36
+ */
27
37
  removeItem(index: number): void;
38
+ /**
39
+ * Converts input values to tag objects.
40
+ *
41
+ * @param v - Value to convert (string, object, or array)
42
+ * @returns Array of tag objects
43
+ */
28
44
  convertString(v: unknown): object[];
29
- protected internalSetValue(value: any): unknown[];
30
- protected internalSetValue(value: any): any;
45
+ getFieldValue(item: unknown, path: string): unknown;
46
+ protected internalSetValue(value: unknown): unknown[];
47
+ private get __hostName();
31
48
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXTagBoxComponent, never>;
32
49
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXTagBoxComponent, "ax-tag-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; }; "allowNull": { "alias": "allowNull"; "required": false; }; "type": { "alias": "type"; "required": false; }; "look": { "alias": "look"; "required": false; }; "addOnComma": { "alias": "addOnComma"; "required": false; "isSignal": true; }; "addOnEnter": { "alias": "addOnEnter"; "required": false; "isSignal": true; }; "valueField": { "alias": "valueField"; "required": false; "isSignal": true; }; "textField": { "alias": "textField"; "required": false; "isSignal": true; }; "readonlyField": { "alias": "readonlyField"; "required": false; "isSignal": true; }; "allowDuplicateValues": { "alias": "allowDuplicateValues"; "required": false; "isSignal": true; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-autocomplete", "ax-validation-rule"], true, never>;
33
50
  }
@@ -11,8 +11,7 @@ declare const AXTextAreaComponent_base: polytype.Polytype.ClusteredConstructor<[
11
11
  ɵprov: i0.ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
12
12
  }, typeof MXLookComponent]>;
13
13
  /**
14
- * @category
15
- * This component provides the main scheduler functionality, integrating various views and handling scheduling operations.
14
+ * A component that provides a multi-line text input field with support for resizing, validation, and custom styling.
16
15
  */
17
16
  declare class AXTextAreaComponent extends AXTextAreaComponent_base {
18
17
  /** @ignore */
@@ -39,6 +38,7 @@ declare class AXTextAreaComponent extends AXTextAreaComponent_base {
39
38
  classNames: string;
40
39
  /** @ignore */
41
40
  protected _handleModelChange(value: string | null): void;
41
+ private get __hostName();
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTextAreaComponent, never>;
43
43
  static ɵcmp: i0.ɵɵComponentDeclaration<AXTextAreaComponent, "ax-text-area", 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; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "look": { "alias": "look"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "allowResize": { "alias": "allowResize"; "required": false; }; "showCounter": { "alias": "showCounter"; "required": false; }; "classNames": { "alias": "class"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; }, never, ["ax-validation-rule"], true, never>;
44
44
  }
@@ -72,12 +72,15 @@ declare class AXTextBoxComponent extends AXTextBoxComponent_base implements Afte
72
72
  protected _maskOptionsContent: AXMaskOptionsDirective;
73
73
  /** @ignore */
74
74
  ngAfterContentInit(): void;
75
+ private initMask;
75
76
  /** @ignore */
76
77
  private setMask;
78
+ internalValueChanged(value: any): void;
77
79
  /** @ignore */
78
80
  private _onComplete;
79
81
  /** @ignore */
80
82
  protected _handleModelChange(value: string | null): void;
83
+ private get __hostName();
81
84
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTextBoxComponent, never>;
82
85
  static ɵcmp: i0.ɵɵComponentDeclaration<AXTextBoxComponent, "ax-text-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; }; "maskOptions": { "alias": "mask-options"; "required": false; }; "classNames": { "alias": "class"; "required": false; "isSignal": true; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; }, ["_maskOptionsContent"], ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], true, never>;
83
86
  }
@@ -36,6 +36,7 @@ declare class AXTimeDurationComponent extends AXTimeDurationComponent_base {
36
36
  private replacePersianLabels;
37
37
  private maskToMilliseconds;
38
38
  private updateMask;
39
+ private get __hostName();
39
40
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXTimeDurationComponent, never>;
40
41
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXTimeDurationComponent, "ax-time-duration", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "look": { "alias": "look"; "required": false; }; "valueStart": { "alias": "valueStart"; "required": false; "isSignal": true; }; "valueEnd": { "alias": "valueEnd"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "maskDigits": { "alias": "maskDigits"; "required": false; "isSignal": true; }; }, { "onValueChanged": "onValueChanged"; }, never, ["ax-validation-rule"], true, never>;
41
42
  }
@@ -17,6 +17,9 @@ declare class AXTimeLineItemComponent {
17
17
  isCollapsed: i0.ModelSignal<boolean>;
18
18
  mode: i0.WritableSignal<AXTimeLineMode>;
19
19
  constructor();
20
+ /**
21
+ * Handles the click event on the time line item header to toggle collapsed state.
22
+ */
20
23
  handleClick(): void;
21
24
  get __hostClass(): string[];
22
25
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTimeLineItemComponent, never>;
package/toast/index.d.ts CHANGED
@@ -50,14 +50,53 @@ declare class AXToastService {
50
50
  private moreToastsConfig;
51
51
  scrollStrategy: ScrollStrategy;
52
52
  constructor();
53
+ /**
54
+ * Shows a primary toast notification.
55
+ *
56
+ * @param content - The message content to display.
57
+ */
53
58
  primary(content: string): void;
59
+ /**
60
+ * Shows a secondary toast notification.
61
+ *
62
+ * @param content - The message content to display.
63
+ */
54
64
  secondary(content: string): void;
65
+ /**
66
+ * Shows a success toast notification.
67
+ *
68
+ * @param content - The message content to display.
69
+ */
55
70
  success(content: string): void;
71
+ /**
72
+ * Shows a warning toast notification.
73
+ *
74
+ * @param content - The message content to display.
75
+ */
56
76
  warning(content: string): void;
77
+ /**
78
+ * Shows a danger toast notification.
79
+ *
80
+ * @param content - The message content to display.
81
+ */
57
82
  danger(content: string): void;
83
+ /**
84
+ * Shows a default toast notification.
85
+ *
86
+ * @param content - The message content to display.
87
+ */
58
88
  default(content: string): void;
89
+ /**
90
+ * Shows a toast notification with the specified configuration.
91
+ *
92
+ * @param config - The toast display configuration.
93
+ * @returns AXToastRef - Reference to the created toast for programmatic control.
94
+ */
59
95
  show(config: AXToastDisplayConfig): AXToastRef;
60
96
  private displayToast;
97
+ /**
98
+ * Hides all active toast notifications.
99
+ */
61
100
  hideAll(): void;
62
101
  private handleShowReservedToast;
63
102
  private handleReservedToastCounter;
@@ -97,8 +136,13 @@ declare class AXToastComponent extends MXBaseComponent implements OnInit {
97
136
  _handleButtonClick(button: AXButtonItem): void;
98
137
  /** @ignore */
99
138
  private get __hostClass();
100
- /** @ignore */
139
+ /**
140
+ * Closes the toast notification.
141
+ */
101
142
  close(): void;
143
+ /**
144
+ * Closes all toast notifications.
145
+ */
102
146
  closeAll(): void;
103
147
  static ɵfac: i0.ɵɵFactoryDeclaration<AXToastComponent, never>;
104
148
  static ɵcmp: i0.ɵɵComponentDeclaration<AXToastComponent, "ax-toast", never, {}, {}, never, never, true, never>;
@@ -32,6 +32,7 @@ declare class AXTooltipDirective implements OnInit {
32
32
  private dragRef;
33
33
  axTooltipDisabled: i0.InputSignal<boolean>;
34
34
  content: i0.InputSignal<string | TemplateRef<unknown>>;
35
+ context: i0.InputSignal<unknown>;
35
36
  private _placement;
36
37
  get placement(): AXPlacementType;
37
38
  set placement(v: AXPlacementType);
@@ -51,7 +52,7 @@ declare class AXTooltipDirective implements OnInit {
51
52
  constructor();
52
53
  ngOnInit(): void;
53
54
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTooltipDirective, never>;
54
- static ɵdir: i0.ɵɵDirectiveDeclaration<AXTooltipDirective, "[axTooltip]", never, { "axTooltipDisabled": { "alias": "axTooltipDisabled"; "required": false; "isSignal": true; }; "content": { "alias": "axTooltip"; "required": false; "isSignal": true; }; "placement": { "alias": "axTooltipPlacement"; "required": false; }; "offsetX": { "alias": "axTooltipOffsetX"; "required": false; }; "offsetY": { "alias": "axTooltipOffsetY"; "required": false; }; "openAfter": { "alias": "axTooltipOpenAfter"; "required": false; }; "closeAfter": { "alias": "axTooltipCloseAfter"; "required": false; }; }, {}, never, never, true, never>;
55
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AXTooltipDirective, "[axTooltip]", never, { "axTooltipDisabled": { "alias": "axTooltipDisabled"; "required": false; "isSignal": true; }; "content": { "alias": "axTooltip"; "required": false; "isSignal": true; }; "context": { "alias": "axTooltipContext"; "required": false; "isSignal": true; }; "placement": { "alias": "axTooltipPlacement"; "required": false; }; "offsetX": { "alias": "axTooltipOffsetX"; "required": false; }; "offsetY": { "alias": "axTooltipOffsetY"; "required": false; }; "openAfter": { "alias": "axTooltipOpenAfter"; "required": false; }; "closeAfter": { "alias": "axTooltipCloseAfter"; "required": false; }; }, {}, never, never, true, never>;
55
56
  }
56
57
 
57
58
  declare class AXTooltipModule {