@acorex/components 20.2.0-next.9 → 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 (298) hide show
  1. package/accordion/index.d.ts +6 -5
  2. package/action-sheet/index.d.ts +1 -10
  3. package/alert/index.d.ts +1 -3
  4. package/aspect-ratio/README.md +3 -0
  5. package/aspect-ratio/index.d.ts +11 -0
  6. package/autocomplete/index.d.ts +6 -2
  7. package/avatar/index.d.ts +1 -2
  8. package/badge/index.d.ts +1 -2
  9. package/bottom-navigation/index.d.ts +10 -2
  10. package/breadcrumbs/index.d.ts +2 -3
  11. package/button/index.d.ts +56 -17
  12. package/button-group/index.d.ts +10 -6
  13. package/calendar/index.d.ts +9 -9
  14. package/check-box/index.d.ts +1 -4
  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 +5 -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 +15 -10
  25. package/conversation/index.d.ts +106 -78
  26. package/data-list/README.md +356 -0
  27. package/data-list/index.d.ts +102 -0
  28. package/data-pager/index.d.ts +22 -17
  29. package/data-table/index.d.ts +59 -3
  30. package/datetime-box/index.d.ts +11 -15
  31. package/datetime-input/index.d.ts +1 -4
  32. package/datetime-picker/index.d.ts +4 -11
  33. package/decorators/index.d.ts +2 -2
  34. package/dialog/index.d.ts +29 -4
  35. package/drawer-2/index.d.ts +22 -8
  36. package/dropdown/index.d.ts +44 -3
  37. package/dropdown-button/index.d.ts +7 -2
  38. package/fesm2022/acorex-components-accordion.mjs +74 -72
  39. package/fesm2022/acorex-components-accordion.mjs.map +1 -1
  40. package/fesm2022/acorex-components-action-sheet.mjs +22 -48
  41. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  42. package/fesm2022/acorex-components-alert.mjs +12 -16
  43. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  44. package/fesm2022/acorex-components-aspect-ratio.mjs +36 -0
  45. package/fesm2022/acorex-components-aspect-ratio.mjs.map +1 -0
  46. package/fesm2022/acorex-components-audio-wave.mjs +7 -7
  47. package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
  48. package/fesm2022/acorex-components-autocomplete.mjs +25 -10
  49. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
  50. package/fesm2022/acorex-components-avatar.mjs +13 -17
  51. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  52. package/fesm2022/acorex-components-badge.mjs +9 -11
  53. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  54. package/fesm2022/acorex-components-bottom-navigation.mjs +18 -16
  55. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
  56. package/fesm2022/acorex-components-breadcrumbs.mjs +21 -20
  57. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  58. package/fesm2022/acorex-components-button-group.mjs +35 -26
  59. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  60. package/fesm2022/acorex-components-button.mjs +78 -38
  61. package/fesm2022/acorex-components-button.mjs.map +1 -1
  62. package/fesm2022/acorex-components-calendar.mjs +52 -41
  63. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  64. package/fesm2022/acorex-components-check-box.mjs +10 -13
  65. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  66. package/fesm2022/acorex-components-chips.mjs +9 -11
  67. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  68. package/fesm2022/acorex-components-circular-progress.mjs +31 -26
  69. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  70. package/fesm2022/acorex-components-code-editor.mjs +591 -0
  71. package/fesm2022/acorex-components-code-editor.mjs.map +1 -0
  72. package/fesm2022/acorex-components-collapse.mjs +21 -21
  73. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  74. package/fesm2022/acorex-components-color-box.mjs +32 -32
  75. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  76. package/fesm2022/acorex-components-color-palette.mjs +68 -84
  77. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  78. package/fesm2022/acorex-components-command.mjs +144 -0
  79. package/fesm2022/acorex-components-command.mjs.map +1 -0
  80. package/fesm2022/acorex-components-comment.mjs +47 -41
  81. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  82. package/fesm2022/acorex-components-conversation.mjs +121 -89
  83. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  84. package/fesm2022/acorex-components-cron-job.mjs +46 -46
  85. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  86. package/fesm2022/acorex-components-data-list.mjs +386 -0
  87. package/fesm2022/acorex-components-data-list.mjs.map +1 -0
  88. package/fesm2022/acorex-components-data-pager.mjs +41 -36
  89. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  90. package/fesm2022/acorex-components-data-table.mjs +97 -41
  91. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  92. package/fesm2022/acorex-components-datetime-box.mjs +21 -35
  93. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  94. package/fesm2022/acorex-components-datetime-input.mjs +13 -17
  95. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  96. package/fesm2022/acorex-components-datetime-picker.mjs +44 -46
  97. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  98. package/fesm2022/acorex-components-decorators.mjs +27 -27
  99. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  100. package/fesm2022/acorex-components-dialog.mjs +44 -19
  101. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  102. package/fesm2022/acorex-components-drawer-2.mjs +28 -14
  103. package/fesm2022/acorex-components-drawer-2.mjs.map +1 -1
  104. package/fesm2022/acorex-components-drawer.mjs +13 -13
  105. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  106. package/fesm2022/acorex-components-dropdown-button.mjs +16 -11
  107. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  108. package/fesm2022/acorex-components-dropdown.mjs +57 -13
  109. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  110. package/fesm2022/acorex-components-file-explorer.mjs +25 -25
  111. package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
  112. package/fesm2022/acorex-components-flow-chart.mjs +40 -16
  113. package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
  114. package/fesm2022/acorex-components-form.mjs +36 -17
  115. package/fesm2022/acorex-components-form.mjs.map +1 -1
  116. package/fesm2022/acorex-components-grid-layout-builder.mjs +125 -15
  117. package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
  118. package/fesm2022/acorex-components-image-editor.mjs +115 -92
  119. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  120. package/fesm2022/acorex-components-image.mjs +7 -7
  121. package/fesm2022/acorex-components-image.mjs.map +1 -1
  122. package/fesm2022/acorex-components-json-viewer.mjs +8 -8
  123. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  124. package/fesm2022/acorex-components-kanban.mjs +11 -7
  125. package/fesm2022/acorex-components-kanban.mjs.map +1 -1
  126. package/fesm2022/acorex-components-kbd.mjs +21 -29
  127. package/fesm2022/acorex-components-kbd.mjs.map +1 -1
  128. package/fesm2022/acorex-components-label.mjs +11 -15
  129. package/fesm2022/acorex-components-label.mjs.map +1 -1
  130. package/fesm2022/acorex-components-list.mjs +17 -28
  131. package/fesm2022/acorex-components-list.mjs.map +1 -1
  132. package/fesm2022/acorex-components-loading-dialog.mjs +58 -59
  133. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  134. package/fesm2022/acorex-components-loading.mjs +84 -28
  135. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  136. package/fesm2022/acorex-components-map.mjs +484 -112
  137. package/fesm2022/acorex-components-map.mjs.map +1 -1
  138. package/fesm2022/acorex-components-media-viewer.mjs +37 -37
  139. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  140. package/fesm2022/acorex-components-menu.mjs +67 -37
  141. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  142. package/fesm2022/{acorex-components-modal-acorex-components-modal-C4zx7OP6.mjs → acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs} +117 -40
  143. package/fesm2022/acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs.map +1 -0
  144. package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs +235 -0
  145. package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs.map +1 -0
  146. package/fesm2022/acorex-components-modal.mjs +1 -1
  147. package/fesm2022/acorex-components-navbar.mjs +14 -10
  148. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  149. package/fesm2022/acorex-components-notification.mjs +31 -45
  150. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  151. package/fesm2022/acorex-components-number-box-2.mjs +18 -5
  152. package/fesm2022/acorex-components-number-box-2.mjs.map +1 -1
  153. package/fesm2022/acorex-components-number-box.mjs +7 -7
  154. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  155. package/fesm2022/acorex-components-otp.mjs +14 -15
  156. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  157. package/fesm2022/acorex-components-page.mjs +10 -10
  158. package/fesm2022/acorex-components-page.mjs.map +1 -1
  159. package/fesm2022/acorex-components-paint.mjs +68 -33
  160. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  161. package/fesm2022/acorex-components-password-box.mjs +15 -18
  162. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  163. package/fesm2022/acorex-components-pdf-reader.mjs +7 -7
  164. package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
  165. package/fesm2022/acorex-components-phone-box.mjs +44 -14
  166. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  167. package/fesm2022/acorex-components-picker.mjs +13 -13
  168. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  169. package/fesm2022/acorex-components-popover.mjs +13 -18
  170. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  171. package/fesm2022/acorex-components-popup.mjs +10 -10
  172. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  173. package/fesm2022/acorex-components-progress-bar.mjs +8 -8
  174. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  175. package/fesm2022/acorex-components-qrcode.mjs +7 -7
  176. package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
  177. package/fesm2022/acorex-components-query-builder.mjs +7 -7
  178. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  179. package/fesm2022/acorex-components-radio.mjs +7 -7
  180. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  181. package/fesm2022/acorex-components-rail-navigation.mjs +26 -16
  182. package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
  183. package/fesm2022/acorex-components-range-slider.mjs +13 -9
  184. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  185. package/fesm2022/acorex-components-rate-picker.mjs +7 -7
  186. package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
  187. package/fesm2022/acorex-components-rest-api-generator.mjs +23 -23
  188. package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
  189. package/fesm2022/acorex-components-result.mjs +7 -7
  190. package/fesm2022/acorex-components-result.mjs.map +1 -1
  191. package/fesm2022/acorex-components-routing-progress.mjs +7 -7
  192. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  193. package/fesm2022/acorex-components-rrule.mjs +222 -102
  194. package/fesm2022/acorex-components-rrule.mjs.map +1 -1
  195. package/fesm2022/acorex-components-scheduler.mjs +1581 -167
  196. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  197. package/fesm2022/acorex-components-scss.mjs +4 -4
  198. package/fesm2022/acorex-components-scss.mjs.map +1 -1
  199. package/fesm2022/acorex-components-search-box.mjs +7 -7
  200. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  201. package/fesm2022/acorex-components-select-box.mjs +70 -28
  202. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  203. package/fesm2022/acorex-components-selection-list-2.mjs +12 -9
  204. package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
  205. package/fesm2022/acorex-components-selection-list.mjs +14 -11
  206. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  207. package/fesm2022/acorex-components-side-menu.mjs +98 -43
  208. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  209. package/fesm2022/acorex-components-skeleton.mjs +7 -7
  210. package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
  211. package/fesm2022/acorex-components-slider.mjs +9 -9
  212. package/fesm2022/acorex-components-slider.mjs.map +1 -1
  213. package/fesm2022/acorex-components-sliding-item.mjs +16 -16
  214. package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
  215. package/fesm2022/acorex-components-step-wizard.mjs +31 -32
  216. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  217. package/fesm2022/acorex-components-switch.mjs +12 -12
  218. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  219. package/fesm2022/acorex-components-tabs.mjs +20 -15
  220. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  221. package/fesm2022/acorex-components-tag-box.mjs +47 -19
  222. package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
  223. package/fesm2022/acorex-components-tag.mjs +8 -8
  224. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  225. package/fesm2022/acorex-components-text-area.mjs +8 -9
  226. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  227. package/fesm2022/acorex-components-text-box.mjs +22 -12
  228. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  229. package/fesm2022/acorex-components-time-duration.mjs +7 -7
  230. package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
  231. package/fesm2022/acorex-components-time-line.mjs +13 -10
  232. package/fesm2022/acorex-components-time-line.mjs.map +1 -1
  233. package/fesm2022/acorex-components-toast.mjs +59 -14
  234. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  235. package/fesm2022/acorex-components-toolbar.mjs +7 -7
  236. package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
  237. package/fesm2022/acorex-components-tooltip.mjs +12 -11
  238. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  239. package/fesm2022/acorex-components-tree-view.mjs +12 -12
  240. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  241. package/fesm2022/acorex-components-uploader.mjs +252 -56
  242. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  243. package/fesm2022/acorex-components-video-player.mjs +7 -7
  244. package/fesm2022/acorex-components-video-player.mjs.map +1 -1
  245. package/fesm2022/acorex-components-wysiwyg.mjs +96 -60
  246. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  247. package/flow-chart/index.d.ts +24 -0
  248. package/form/index.d.ts +27 -13
  249. package/grid-layout-builder/index.d.ts +115 -4
  250. package/image/index.d.ts +4 -4
  251. package/image-editor/index.d.ts +16 -14
  252. package/json-viewer/index.d.ts +3 -3
  253. package/kanban/index.d.ts +7 -3
  254. package/kbd/index.d.ts +11 -11
  255. package/label/index.d.ts +1 -2
  256. package/list/index.d.ts +4 -14
  257. package/loading/index.d.ts +59 -6
  258. package/loading-dialog/index.d.ts +30 -19
  259. package/map/index.d.ts +95 -2
  260. package/menu/index.d.ts +38 -13
  261. package/modal/index.d.ts +47 -2
  262. package/navbar/index.d.ts +7 -3
  263. package/notification/index.d.ts +1 -8
  264. package/number-box-2/index.d.ts +1 -1
  265. package/otp/index.d.ts +1 -3
  266. package/package.json +43 -4
  267. package/paint/index.d.ts +42 -7
  268. package/password-box/index.d.ts +7 -10
  269. package/phone-box/index.d.ts +17 -16
  270. package/popover/index.d.ts +2 -2
  271. package/popup/index.d.ts +2 -2
  272. package/qrcode/index.d.ts +7 -7
  273. package/query-builder/index.d.ts +1 -1
  274. package/rail-navigation/index.d.ts +12 -3
  275. package/range-slider/index.d.ts +13 -13
  276. package/rate-picker/index.d.ts +5 -5
  277. package/rest-api-generator/index.d.ts +1 -1
  278. package/rrule/index.d.ts +40 -17
  279. package/scheduler/index.d.ts +541 -191
  280. package/search-box/index.d.ts +2 -2
  281. package/select-box/index.d.ts +13 -4
  282. package/selection-list-2/index.d.ts +3 -3
  283. package/side-menu/index.d.ts +24 -15
  284. package/sliding-item/index.d.ts +4 -5
  285. package/step-wizard/index.d.ts +10 -13
  286. package/switch/index.d.ts +0 -1
  287. package/tabs/index.d.ts +6 -1
  288. package/tag-box/index.d.ts +18 -2
  289. package/text-area/index.d.ts +1 -2
  290. package/text-box/index.d.ts +2 -0
  291. package/time-line/index.d.ts +3 -0
  292. package/toast/index.d.ts +45 -1
  293. package/tooltip/index.d.ts +2 -1
  294. package/uploader/index.d.ts +215 -5
  295. package/wysiwyg/index.d.ts +26 -5
  296. package/fesm2022/acorex-components-modal-acorex-components-modal-C4zx7OP6.mjs.map +0 -1
  297. package/fesm2022/acorex-components-modal-modal-content.component-DfhgA_WL.mjs +0 -218
  298. package/fesm2022/acorex-components-modal-modal-content.component-DfhgA_WL.mjs.map +0 -1
@@ -135,8 +135,26 @@ declare class AXFlowChartComponent extends NXComponent {
135
135
  selectedNode: _angular_core.Signal<AXFlowChartNodes>;
136
136
  selectedEdge: _angular_core.Signal<AXFlowChartEdges>;
137
137
  handleKeyboardEvent(event: KeyboardEvent): void;
138
+ /**
139
+ * Draws edges on the flow chart.
140
+ *
141
+ * @param edges Array of edges to draw.
142
+ * @returns void
143
+ */
138
144
  drawEdges(edges: AXFlowChartEdges[]): void;
145
+ /**
146
+ * Removes a specific edge from the flow chart.
147
+ *
148
+ * @param edge The edge object to remove.
149
+ * @returns void
150
+ */
139
151
  removeEdge(edge: AXFlowChartEdges): void;
152
+ /**
153
+ * Creates one or more nodes on the flow chart.
154
+ *
155
+ * @param nodes Array of node definitions to create.
156
+ * @returns void
157
+ */
140
158
  createNode(nodes: {
141
159
  id: string;
142
160
  type: string;
@@ -144,6 +162,12 @@ declare class AXFlowChartComponent extends NXComponent {
144
162
  x: number;
145
163
  y: number;
146
164
  }[]): void;
165
+ /**
166
+ * Removes a node by its identifier.
167
+ *
168
+ * @param nodeId The unique id of the node to remove.
169
+ * @returns void
170
+ */
147
171
  removeNode(nodeId: string): void;
148
172
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXFlowChartComponent, never>;
149
173
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXFlowChartComponent, "ax-flow-chart", never, { "initialFlowChartNode": { "alias": "initialFlowChartNode"; "required": true; "isSignal": true; }; "initialFlowChartEdge": { "alias": "initialFlowChartEdge"; "required": true; "isSignal": true; }; }, {}, never, ["ax-header", "ax-flow-chart-renderer", "ax-footer"], true, never>;
package/form/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
- import { OnDestroy, AfterViewInit, InputSignal, EventEmitter, AfterContentChecked, WritableSignal, ViewContainerRef, InjectionToken } from '@angular/core';
3
- import { MXBaseComponent, AXStyleLookType, AXEvent } from '@acorex/cdk/common';
2
+ import { OnDestroy, AfterViewInit, EventEmitter, AfterContentChecked, WritableSignal, InjectionToken } from '@angular/core';
3
+ import { AXEvent, MXBaseComponent, AXStyleLookType } from '@acorex/cdk/common';
4
4
  import * as i5 from '@acorex/core/validation';
5
5
  import { AXValidationSummary, AXValidationRuleOptions } from '@acorex/core/validation';
6
6
  import * as i1 from '@angular/common';
@@ -34,14 +34,14 @@ declare class AXFormComponent extends MXBaseComponent implements OnDestroy, Afte
34
34
  * Specifies the mode of the label in the form field.
35
35
  * @defaultValue 'static'
36
36
  */
37
- labelMode: InputSignal<AXLabelMode>;
38
- look: InputSignal<AXStyleLookType>;
37
+ readonly labelMode: i0.InputSignal<AXLabelMode>;
38
+ readonly look: i0.InputSignal<AXStyleLookType>;
39
39
  content: i0.Signal<readonly AXFormFieldComponent[]>;
40
40
  /**
41
41
  * Determines the style of the message in the form field.
42
42
  * @defaultValue 'bottom'
43
43
  */
44
- messageStyle: InputSignal<AXFormMessageStyle>;
44
+ readonly messageStyle: i0.InputSignal<AXFormMessageStyle>;
45
45
  /**
46
46
  * Emitted when the form is validated.
47
47
  *
@@ -93,6 +93,12 @@ declare class AXFormComponent extends MXBaseComponent implements OnDestroy, Afte
93
93
  * @ignore
94
94
  */
95
95
  private get fields();
96
+ /**
97
+ * Validates the form fields.
98
+ *
99
+ * @param names - Optional array of field names to validate.
100
+ * @returns Promise<AXValidationSummary> - Promise that resolves with validation results.
101
+ */
96
102
  validate(...names: string[]): Promise<AXValidationSummary>;
97
103
  /**
98
104
  * @ignore
@@ -100,10 +106,14 @@ declare class AXFormComponent extends MXBaseComponent implements OnDestroy, Afte
100
106
  private _emitOnValidateEvent;
101
107
  /**
102
108
  * Resets all form fields without clearing errors.
109
+ *
110
+ * @returns void - No return value. Form fields are reset to their initial values.
103
111
  */
104
112
  reset(): void;
105
113
  /**
106
114
  * Resets validation errors for all form fields.
115
+ *
116
+ * @returns void - No return value. All validation errors are cleared.
107
117
  */
108
118
  resetErrors(): void;
109
119
  /**
@@ -124,7 +134,7 @@ declare class AXFormFieldComponent extends MXBaseComponent implements AfterConte
124
134
  * Specifies the mode of the label in the form field.
125
135
  * @defaultValue 'static'
126
136
  */
127
- labelMode: i0.InputSignal<AXLabelMode>;
137
+ readonly labelMode: i0.InputSignal<AXLabelMode>;
128
138
  /**
129
139
  * @ignore
130
140
  */
@@ -135,12 +145,12 @@ declare class AXFormFieldComponent extends MXBaseComponent implements AfterConte
135
145
  * @ignore
136
146
  */
137
147
  private label;
138
- form: AXFormComponent;
139
- host: ViewContainerRef;
148
+ private form;
149
+ private host;
140
150
  /**
141
151
  * @ignore
142
152
  */
143
- prefix: HTMLElement;
153
+ protected prefix: HTMLElement;
144
154
  /**
145
155
  * @ignore
146
156
  */
@@ -150,28 +160,32 @@ declare class AXFormFieldComponent extends MXBaseComponent implements AfterConte
150
160
  * Calculates and sets the indentation size for the label based on the width of the prefix element.
151
161
  * @ignore
152
162
  */
153
- calcIndentSize(): void;
163
+ protected calcIndentSize(): void;
154
164
  /**
155
165
  * Sets the required attribute for the input field based on validation rules.
156
166
  * Automatically updates if validation rules change.
157
167
  * @ignore
158
168
  */
159
- setRequired(): void;
169
+ protected setRequired(): void;
160
170
  /**
161
171
  * Sets the label mode based on the form's label mode configuration.
162
172
  * @ignore
163
173
  */
164
- setLabelMode(): void;
174
+ protected setLabelMode(): void;
165
175
  /**
166
176
  * Subscribes to focus and blur events on the input element.
167
177
  * Adds or removes the 'ax-state-focused' class to/from the host element based on the focus state.
168
178
  * @ignone
169
179
  */
170
- listeningEvent(): void;
180
+ protected listeningEvent(): void;
171
181
  /**
172
182
  * @ignore
173
183
  */
174
184
  private autoSetRequired;
185
+ /**
186
+ * @ignore
187
+ */
188
+ private autoSetLabelAssociation;
175
189
  /**
176
190
  * @ignore
177
191
  */
@@ -113,27 +113,35 @@ declare class AXGridLayoutWidgetComponent {
113
113
  options: _angular_core.InputSignal<AXGridLayoutNode>;
114
114
  /**
115
115
  * Locks or unlocks the widget (prevents dragging and resizing).
116
- * @param state - If `true`, the widget will be locked.
116
+ *
117
+ * @param state - If true, the widget will be locked.
118
+ * @returns void - No return value. The widget lock state is updated.
117
119
  */
118
120
  setLockable(state: boolean): void;
119
121
  /**
120
122
  * Enables or disables resizing of the widget.
121
- * @param state - If `true`, resizing will be enabled.
123
+ *
124
+ * @param state - If true, resizing will be enabled.
125
+ * @returns void - No return value. The widget resize state is updated.
122
126
  */
123
127
  setResizable(state: boolean): void;
124
128
  /**
125
129
  * Updates the widget options.
130
+ *
126
131
  * @param options - The new options for the widget.
132
+ * @returns void - No return value. The widget options are updated.
127
133
  */
128
134
  setOptions(options: AXGridLayoutWidget): void;
129
135
  /**
130
136
  * Returns the current options of the widget.
131
- * @returns The current widget options.
137
+ *
138
+ * @returns AXGridLayoutNode - The current widget options.
132
139
  */
133
140
  getOptions(): AXGridLayoutNode;
134
141
  /**
135
142
  * Returns the native DOM element of the widget.
136
- * @returns The native element.
143
+ *
144
+ * @returns AXGridLayoutWidgetElement - The native element.
137
145
  */
138
146
  get element(): AXGridLayoutWidgetElement;
139
147
  /**
@@ -167,21 +175,124 @@ declare class AXGridLayoutContainerComponent extends NXComponent implements OnDe
167
175
  private hookEvents;
168
176
  private unhookEvents;
169
177
  private _dispatchChangeEvent;
178
+ /**
179
+ * Adds a widget to the grid layout.
180
+ *
181
+ * @param w - Widget configuration object.
182
+ * @param withAutoArrange - Whether to compact the grid before adding the widget.
183
+ * @returns AXGridLayoutWidgetElement | undefined - The created widget element or undefined if failed.
184
+ */
170
185
  addWidget(w: AXGridLayoutWidget, withAutoArrange?: boolean): AXGridLayoutWidgetElement | undefined;
186
+ /**
187
+ * Compacts the grid layout.
188
+ *
189
+ * @param layout - Layout type for compacting ('list' or 'compact').
190
+ * @param doSort - Whether to sort items while compacting.
191
+ * @returns void - No return value. The grid layout is compacted.
192
+ */
171
193
  compact(layout?: 'list' | 'compact', doSort?: boolean): void;
194
+ /**
195
+ * Sets the cell height of the grid.
196
+ *
197
+ * @param val - New cell height value.
198
+ * @param update - Whether to update the grid immediately.
199
+ * @returns void - No return value. The cell height is updated.
200
+ */
172
201
  setCellHeight(val: number, update?: boolean): void;
202
+ /**
203
+ * Sets the number of columns in the grid.
204
+ *
205
+ * @param column - Number of columns.
206
+ * @param layout - Layout type for the change ('list', 'compact', 'moveScale', 'move', 'scale', or 'none').
207
+ * @returns void - No return value. The column count is updated.
208
+ */
173
209
  setColumn(column: number, layout?: 'list' | 'compact' | 'moveScale' | 'move' | 'scale' | 'none'): void;
210
+ /**
211
+ * Destroys the grid instance.
212
+ *
213
+ * @param removeDOM - Whether to remove DOM elements.
214
+ * @returns void - No return value. The grid instance is destroyed.
215
+ */
174
216
  destroy(removeDOM?: boolean): void;
217
+ /**
218
+ * Enables or disables moving of widgets.
219
+ *
220
+ * @param state - Whether to enable moving.
221
+ * @param recurse - Whether to apply to all child widgets.
222
+ * @returns void - No return value. The move state is updated.
223
+ */
175
224
  setMovable(state: boolean, recurse?: boolean): void;
225
+ /**
226
+ * Enables or disables resizing of widgets.
227
+ *
228
+ * @param state - Whether to enable resizing.
229
+ * @param recurse - Whether to apply to all child widgets.
230
+ * @returns void - No return value. The resize state is updated.
231
+ */
176
232
  setResizable(state: boolean, recurse?: boolean): void;
233
+ /**
234
+ * Sets the float property of the grid.
235
+ *
236
+ * @param val - Whether to enable floating widgets.
237
+ * @returns void - No return value. The float state is updated.
238
+ */
177
239
  setFloat(val: boolean): void;
240
+ /**
241
+ * Sets the margin between grid items.
242
+ *
243
+ * @param value - Margin value (number in pixels or string with units).
244
+ * @returns void - No return value. The margin is updated.
245
+ */
178
246
  setMargin(value: number | string): void;
247
+ /**
248
+ * Removes a specific widget from the grid.
249
+ *
250
+ * @param el - The widget element to remove.
251
+ * @param removeDOM - Whether to remove the DOM element.
252
+ * @param triggerEvent - Whether to trigger removal events.
253
+ * @returns void - No return value. The widget is removed.
254
+ */
179
255
  removeWidget(el: AXGridLayoutWidgetElement, removeDOM?: boolean, triggerEvent?: boolean): void;
256
+ /**
257
+ * Removes all widgets from the grid.
258
+ *
259
+ * @param removeDOM - Whether to remove DOM elements.
260
+ * @returns void - No return value. All widgets are removed.
261
+ */
180
262
  removeAll(removeDOM?: boolean): void;
263
+ /**
264
+ * Sets the animation state for the grid.
265
+ *
266
+ * @param doAnimate - Whether to enable animations.
267
+ * @returns void - No return value. The animation state is updated.
268
+ */
181
269
  setAnimation(doAnimate: boolean): void;
270
+ /**
271
+ * Sets up draggable functionality for external elements.
272
+ *
273
+ * @param dragIn - CSS selector string or array of HTML elements to make draggable.
274
+ * @param widgets - Optional widget configuration for dragged items.
275
+ * @returns Promise<void> - Promise that resolves when drag setup is complete.
276
+ */
182
277
  setupDraggable(dragIn?: string | HTMLElement[], widgets?: AXGridLayoutWidget): Promise<void>;
278
+ /**
279
+ * Gets the current grid options.
280
+ *
281
+ * @returns AXGridLayoutOptions - Current grid configuration options.
282
+ */
183
283
  getOptions(): AXGridLayoutOptions;
284
+ /**
285
+ * Gets all child widgets in the grid.
286
+ *
287
+ * @returns AXGridLayoutNode[] - Array of all child widget nodes.
288
+ */
184
289
  getChildren(): AXGridLayoutNode[];
290
+ /**
291
+ * Finds an empty space in the grid for a widget.
292
+ *
293
+ * @param input - Dimensions of the widget with height and width.
294
+ * @returns { x: number; y: number } - Object containing x and y coordinates of empty space.
295
+ */
185
296
  findEmptySpace(input: Required<Pick<AXGridLayoutPosition, 'height' | 'width'>>): Pick<AXGridLayoutPosition, 'x' | 'y'>;
186
297
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXGridLayoutContainerComponent, never>;
187
298
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXGridLayoutContainerComponent, "ax-grid-layout-container", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; "isEmpty": { "alias": "isEmpty"; "required": false; "isSignal": true; }; }, { "onAdded": "onAdded"; "onRemoved": "onRemoved"; "onWidgetChange": "onWidgetChange"; "onChange": "onChange"; "onRender": "onRender"; "isEmpty": "isEmptyChange"; }, ["gridstackItems"], ["*"], true, never>;
package/image/index.d.ts CHANGED
@@ -9,8 +9,8 @@ import * as i1 from '@angular/common';
9
9
  * @category Components
10
10
  */
11
11
  declare class AXImageComponent extends MXBaseComponent implements OnInit {
12
- width: i0.InputSignal<number>;
13
- height: i0.InputSignal<number>;
12
+ readonly width: i0.InputSignal<number>;
13
+ readonly height: i0.InputSignal<number>;
14
14
  /**
15
15
  * Specifies when the image overlay should be shown.
16
16
  *
@@ -72,11 +72,11 @@ declare class AXImageComponent extends MXBaseComponent implements OnInit {
72
72
  /**
73
73
  * @ignore
74
74
  */
75
- _handleLoadImage(e: Event): void;
75
+ protected _handleLoadImage(e: Event): void;
76
76
  /**
77
77
  * @ignore
78
78
  */
79
- _handleErrorImage(e: ErrorEvent): void;
79
+ protected _handleErrorImage(e: ErrorEvent): void;
80
80
  /**
81
81
  * @ignore
82
82
  */
@@ -24,8 +24,8 @@ declare class AXImageEditorService {
24
24
  userInteract: boolean;
25
25
  }>;
26
26
  isImageLoad: _angular_core.WritableSignal<boolean>;
27
- newImage: _angular_core.WritableSignal<HTMLImageElement>;
28
- initialImage: _angular_core.WritableSignal<HTMLImageElement>;
27
+ newImage: HTMLImageElement | null;
28
+ initialImage: HTMLImageElement | null;
29
29
  imageBlob: _angular_core.WritableSignal<Blob[]>;
30
30
  undoPressed: _angular_core.WritableSignal<boolean>;
31
31
  redoPressed: _angular_core.WritableSignal<boolean>;
@@ -40,7 +40,7 @@ declare class AXImageEditorService {
40
40
  */
41
41
  declare class AXImageEditorCropperWindowComponent implements OnDestroy {
42
42
  #private;
43
- showGrid: _angular_core.InputSignal<boolean>;
43
+ readonly showGrid: _angular_core.InputSignal<boolean>;
44
44
  protected service: AXImageEditorService;
45
45
  private ngZone;
46
46
  private selectedHandle;
@@ -83,15 +83,15 @@ declare class AXImageEditorViewComponent extends MXBaseComponent implements OnDe
83
83
  /**
84
84
  * its change grid display state.
85
85
  */
86
- showGrid: _angular_core.InputSignal<boolean>;
86
+ readonly showGrid: _angular_core.InputSignal<boolean>;
87
87
  /**
88
88
  * its change grid display state.
89
89
  */
90
- lockRatio: _angular_core.WritableSignal<boolean>;
90
+ readonly lockRatio: _angular_core.WritableSignal<boolean>;
91
91
  /**
92
92
  * its receive image src.
93
93
  */
94
- src: _angular_core.InputSignal<string>;
94
+ readonly src: _angular_core.InputSignal<string>;
95
95
  /** @ignore */
96
96
  protected canvasElem: _angular_core.Signal<ElementRef<HTMLCanvasElement>>;
97
97
  /** @ignore */
@@ -109,8 +109,6 @@ declare class AXImageEditorViewComponent extends MXBaseComponent implements OnDe
109
109
  /** @ignore */
110
110
  protected renderer: Renderer2;
111
111
  /** @ignore */
112
- protected imageAspect: _angular_core.Signal<number>;
113
- /** @ignore */
114
112
  protected imageEditorHistory: _angular_core.WritableSignal<HTMLImageElement[]>;
115
113
  /** @ignore */
116
114
  protected imageEditorHistoryPointer: _angular_core.WritableSignal<number>;
@@ -118,6 +116,9 @@ declare class AXImageEditorViewComponent extends MXBaseComponent implements OnDe
118
116
  private resizeEventListener;
119
117
  /** @ignore */
120
118
  private imageLoadEventListener;
119
+ private originalWidth;
120
+ private originalHeight;
121
+ private scale;
121
122
  /** @ignore */
122
123
  protected resizeWindow(): void;
123
124
  /** @ignore */
@@ -126,15 +127,12 @@ declare class AXImageEditorViewComponent extends MXBaseComponent implements OnDe
126
127
  constructor();
127
128
  /** @ignore */
128
129
  ngOnDestroy(): void;
129
- /** @ignore */
130
- protected imageLoaded(): void;
130
+ private setInitialImage;
131
131
  /** @ignore */
132
132
  protected imageChanged(): void;
133
133
  /** @ignore */
134
134
  protected penConfigHandler(penType: 'pen' | 'highlight'): void;
135
135
  /** @ignore */
136
- protected getBoundingCanvasHandler(): DOMRect;
137
- /** @ignore */
138
136
  protected mouseDownHandler(e: MouseEvent): void;
139
137
  /** @ignore */
140
138
  protected mouseMoveHandler(e: MouseEvent): void;
@@ -146,8 +144,6 @@ declare class AXImageEditorViewComponent extends MXBaseComponent implements OnDe
146
144
  protected rotateImage(): void;
147
145
  /** @ignore */
148
146
  protected saveImageChange(): void;
149
- /** @ignore */
150
- private get __hostStyle();
151
147
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXImageEditorViewComponent, never>;
152
148
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXImageEditorViewComponent, "ax-image-editor-view", never, { "showGrid": { "alias": "showGrid"; "required": false; "isSignal": true; }; "src": { "alias": "src"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
153
149
  }
@@ -166,6 +162,12 @@ declare class AXImageEditorContainerComponent extends AXImageEditorContainerComp
166
162
  protected service: AXImageEditorService;
167
163
  imageEditorContainer: _angular_core.Signal<ElementRef<any>>;
168
164
  view: _angular_core.Signal<AXImageEditorViewComponent>;
165
+ /**
166
+ * Saves the current edited image and commits the value to the component.
167
+ * If the image has been modified, it commits the image blob array. If no changes were made, it commits null.
168
+ *
169
+ * @returns void - No return value. The edited image is saved and the onValueChanged event is emitted.
170
+ */
169
171
  save(): void;
170
172
  protected cropButtonHandler(): void;
171
173
  get __hostClass(): string;
@@ -5,15 +5,15 @@ import * as i3 from '@angular/common';
5
5
 
6
6
  declare class JsonViewerComponent {
7
7
  #private;
8
- json: i0.InputSignal<any>;
9
- convertedData: i0.WritableSignal<any>;
8
+ readonly json: i0.InputSignal<object>;
9
+ protected convertedData: i0.WritableSignal<any>;
10
10
  protected convertNestedToArray(obj: any): any;
11
11
  protected isArray(arry: any): arry is any[];
12
12
  protected isNumber(i: any): i is number;
13
13
  protected isDate(value: any): value is Date;
14
14
  protected isBoolean(value: any): value is boolean;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<JsonViewerComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<JsonViewerComponent, "ax-json-viewer", never, { "json": { "alias": "json"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<JsonViewerComponent, "ax-json-viewer", never, { "json": { "alias": "json"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
17
17
  }
18
18
 
19
19
  declare class AXJsonViewerModule {
package/kanban/index.d.ts CHANGED
@@ -29,9 +29,13 @@ declare class AXKanbanComponent extends NXComponent {
29
29
  protected items: _angular_core.Signal<AXKanbanItem[]>;
30
30
  protected filteredStatuses: _angular_core.Signal<AXKanbanStatus[]>;
31
31
  /**
32
- * Handles the drop event. It uses the component's current rendered state (`this.items`)
33
- * as the source of truth for the operation, calculates the new state with precise
34
- * re-indexing, and emits a comprehensive event with the updated data source.
32
+ * Handles a drop operation to reorder items or move them between statuses.
33
+ * It uses the component's current rendered state (`this.items`) as the source
34
+ * of truth, performs precise re-indexing, and emits a comprehensive event with
35
+ * the updated data source.
36
+ *
37
+ * @param event AXDropListDroppedEvent - The drag-and-drop event including indices and container information.
38
+ * @returns void
35
39
  */
36
40
  drop(event: AXDropListDroppedEvent): void;
37
41
  protected getItemsById(key: any): AXKanbanItem[];
package/kbd/index.d.ts CHANGED
@@ -1,23 +1,23 @@
1
1
  import * as i0 from '@angular/core';
2
- import * as i1 from '@angular/common';
2
+ import { NXComponent } from '@acorex/cdk/common';
3
3
 
4
- declare class AXKBDItemComponent {
4
+ declare class AXKBDItemComponent extends NXComponent {
5
5
  keys: i0.InputSignal<string | string[]>;
6
6
  modifierKeys: i0.WritableSignal<string[]>;
7
- capitalizeFirstLetter(text: string): string;
7
+ /**
8
+ * Capitalizes the first letter of the provided text.
9
+ *
10
+ * @param text Input text to transform
11
+ * @returns The text with its first character uppercased
12
+ */
13
+ protected capitalizeFirstLetter(text: string): string;
8
14
  static ɵfac: i0.ɵɵFactoryDeclaration<AXKBDItemComponent, never>;
9
15
  static ɵcmp: i0.ɵɵComponentDeclaration<AXKBDItemComponent, "ax-kbd-item", never, { "keys": { "alias": "keys"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
10
16
  }
11
17
 
12
- declare class AXKBDComponent {
18
+ declare class AXKBDComponent extends NXComponent {
13
19
  static ɵfac: i0.ɵɵFactoryDeclaration<AXKBDComponent, never>;
14
20
  static ɵcmp: i0.ɵɵComponentDeclaration<AXKBDComponent, "ax-kbd", never, {}, {}, never, ["ax-kbd-item"], true, never>;
15
21
  }
16
22
 
17
- declare class AXKBDModule {
18
- static ɵfac: i0.ɵɵFactoryDeclaration<AXKBDModule, never>;
19
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXKBDModule, never, [typeof i1.CommonModule, typeof AXKBDComponent, typeof AXKBDItemComponent], [typeof AXKBDComponent, typeof AXKBDItemComponent]>;
20
- static ɵinj: i0.ɵɵInjectorDeclaration<AXKBDModule>;
21
- }
22
-
23
- export { AXKBDComponent, AXKBDItemComponent, AXKBDModule };
23
+ export { AXKBDComponent, AXKBDItemComponent };
package/label/index.d.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  import { MXBaseComponent, MXValueComponent } from '@acorex/cdk/common';
2
2
  import * as i0 from '@angular/core';
3
3
  import { EventEmitter } from '@angular/core';
4
- import * as i1 from '@angular/common';
5
4
 
6
5
  /**
7
6
  * Represents a label component that provides a way to display text labels within the application.
@@ -51,7 +50,7 @@ declare class AXLabelComponent extends MXBaseComponent {
51
50
 
52
51
  declare class AXLabelModule {
53
52
  static ɵfac: i0.ɵɵFactoryDeclaration<AXLabelModule, never>;
54
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXLabelModule, never, [typeof i1.CommonModule, typeof AXLabelComponent], [typeof AXLabelComponent]>;
53
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXLabelModule, never, [typeof AXLabelComponent], [typeof AXLabelComponent]>;
55
54
  static ɵinj: i0.ɵɵInjectorDeclaration<AXLabelModule>;
56
55
  }
57
56
 
package/list/index.d.ts CHANGED
@@ -1,10 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
- import { OnInit, EventEmitter, WritableSignal, TemplateRef } from '@angular/core';
3
- import { AXEvent, MXSelectionValueComponent, AXItemClickEvent, AXDataSource, AXListDataSource } from '@acorex/cdk/common';
4
- import * as i1 from '@angular/common';
5
- import * as i2 from '@angular/cdk/scrolling';
6
- import * as i3 from '@acorex/core/translation';
7
- import * as i4 from '@acorex/components/tooltip';
2
+ import { OnInit, WritableSignal, TemplateRef, EventEmitter } from '@angular/core';
3
+ import { AXEvent, MXSelectionValueComponent, AXDataSource, AXListDataSource } from '@acorex/cdk/common';
8
4
 
9
5
  interface AXListScrollIndexChanged extends AXEvent {
10
6
  index: number;
@@ -27,12 +23,6 @@ declare class AXListComponent extends MXSelectionValueComponent implements OnIni
27
23
  * @defaultValue false
28
24
  */
29
25
  showItemTooltip: i0.InputSignal<boolean>;
30
- /**
31
- * Emitted when an item in the list is clicked.
32
- *
33
- * @event
34
- */
35
- onItemClick: EventEmitter<AXItemClickEvent<any>>;
36
26
  /**
37
27
  * Defines the data source for the list.
38
28
  *
@@ -148,12 +138,12 @@ declare class AXListComponent extends MXSelectionValueComponent implements OnIni
148
138
  */
149
139
  showEmptyTemplate: i0.Signal<boolean>;
150
140
  static ɵfac: i0.ɵɵFactoryDeclaration<AXListComponent, never>;
151
- static ɵcmp: i0.ɵɵComponentDeclaration<AXListComponent, "ax-list", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "textTemplate": { "alias": "textTemplate"; "required": false; }; "disabledField": { "alias": "disabledField"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "isItemTruncated": { "alias": "isItemTruncated"; "required": false; "isSignal": true; }; "showItemTooltip": { "alias": "showItemTooltip"; "required": false; "isSignal": true; }; "dataSource": { "alias": "dataSource"; "required": false; }; "itemHeight": { "alias": "itemHeight"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "emptyTemplate": { "alias": "emptyTemplate"; "required": false; }; "loadingTemplate": { "alias": "loadingTemplate"; "required": false; }; "checkbox": { "alias": "checkbox"; "required": false; }; }, { "onValueChanged": "onValueChanged"; "disabledChange": "disabledChange"; "readOnlyChange": "readOnlyChange"; "onBlur": "onBlur"; "onFocus": "onFocus"; "onItemClick": "onItemClick"; "onScrolledIndexChanged": "onScrolledIndexChanged"; }, never, ["ax-header", "ax-footer"], true, never>;
141
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXListComponent, "ax-list", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "textTemplate": { "alias": "textTemplate"; "required": false; }; "disabledField": { "alias": "disabledField"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "isItemTruncated": { "alias": "isItemTruncated"; "required": false; "isSignal": true; }; "showItemTooltip": { "alias": "showItemTooltip"; "required": false; "isSignal": true; }; "dataSource": { "alias": "dataSource"; "required": false; }; "itemHeight": { "alias": "itemHeight"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "emptyTemplate": { "alias": "emptyTemplate"; "required": false; }; "loadingTemplate": { "alias": "loadingTemplate"; "required": false; }; "checkbox": { "alias": "checkbox"; "required": false; }; }, { "onValueChanged": "onValueChanged"; "disabledChange": "disabledChange"; "readonlyChange": "readonlyChange"; "onBlur": "onBlur"; "onFocus": "onFocus"; "onItemClick": "onItemClick"; "onItemSelected": "onItemSelected"; "onScrolledIndexChanged": "onScrolledIndexChanged"; }, never, ["ax-header", "ax-footer"], true, never>;
152
142
  }
153
143
 
154
144
  declare class AXListModule {
155
145
  static ɵfac: i0.ɵɵFactoryDeclaration<AXListModule, never>;
156
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXListModule, never, [typeof i1.CommonModule, typeof i2.ScrollingModule, typeof i3.AXTranslationModule, typeof i4.AXTooltipModule, typeof AXListComponent], [typeof AXListComponent]>;
146
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXListModule, never, [typeof AXListComponent], [typeof AXListComponent]>;
157
147
  static ɵinj: i0.ɵɵInjectorDeclaration<AXListModule>;
158
148
  }
159
149