@acorex/components 19.10.9 → 19.10.11

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 (498) hide show
  1. package/action-sheet/lib/action-sheet.component.d.ts +1 -1
  2. package/action-sheet/lib/action-sheet.module.d.ts +11 -11
  3. package/alert/lib/alert.component.d.ts +1 -1
  4. package/alert/lib/alert.module.d.ts +4 -4
  5. package/audio-wave/lib/audio-wave.component.d.ts +1 -1
  6. package/audio-wave/lib/audio-wave.module.d.ts +7 -7
  7. package/autocomplete/README.md +3 -0
  8. package/autocomplete/index.d.ts +2 -0
  9. package/autocomplete/lib/autocomplete.component.d.ts +113 -0
  10. package/autocomplete/lib/autocomplete.module.d.ts +7 -0
  11. package/avatar/lib/avatar-group.component.d.ts +1 -1
  12. package/avatar/lib/avatar.component.d.ts +1 -1
  13. package/avatar/lib/avatar.module.d.ts +4 -4
  14. package/badge/lib/badge.component.d.ts +1 -1
  15. package/badge/lib/badge.module.d.ts +3 -3
  16. package/bottom-navigation/lib/bottom-navigation-item/bottom-navigation-item.component.d.ts +1 -1
  17. package/bottom-navigation/lib/bottom-navigation.component.d.ts +1 -1
  18. package/bottom-navigation/lib/bottom-navigation.module.d.ts +4 -4
  19. package/breadcrumbs/lib/breadcrumbs-item.component.d.ts +1 -1
  20. package/breadcrumbs/lib/breadcrumbs.component.d.ts +1 -1
  21. package/breadcrumbs/lib/breadcrumbs.module.d.ts +5 -5
  22. package/button/lib/button-item-list.component.d.ts +1 -1
  23. package/button/lib/button-item.component.d.ts +1 -1
  24. package/button/lib/button.component.d.ts +1 -1
  25. package/button/lib/button.module.d.ts +8 -8
  26. package/button-group/lib/button-group-item.component.d.ts +1 -1
  27. package/button-group/lib/button-group.component.d.ts +1 -1
  28. package/button-group/lib/button-group.module.d.ts +6 -6
  29. package/calendar/lib/calendar-range.component.d.ts +1 -1
  30. package/calendar/lib/calendar.component.d.ts +1 -1
  31. package/calendar/lib/calendar.module.d.ts +8 -8
  32. package/check-box/lib/check-box.component.d.ts +1 -1
  33. package/check-box/lib/check-box.module.d.ts +5 -5
  34. package/chips/lib/chips.component.d.ts +1 -1
  35. package/chips/lib/chips.module.d.ts +3 -3
  36. package/circular-progress/lib/circular-progress.component.d.ts +1 -1
  37. package/circular-progress/lib/circular-progress.module.d.ts +1 -1
  38. package/collapse/lib/collapse-group.component.d.ts +1 -1
  39. package/collapse/lib/collapse.component.d.ts +1 -1
  40. package/collapse/lib/collapse.module.d.ts +5 -5
  41. package/color-box/lib/color-box.component.d.ts +1 -1
  42. package/color-box/lib/color-box.module.d.ts +6 -6
  43. package/color-palette/lib/color-palette-input.component.d.ts +1 -1
  44. package/color-palette/lib/color-palette-picker.component.d.ts +1 -1
  45. package/color-palette/lib/color-palette-preview.component.d.ts +3 -3
  46. package/color-palette/lib/color-palette-swatches.component.d.ts +1 -1
  47. package/color-palette/lib/color-palette.component.d.ts +3 -3
  48. package/color-palette/lib/color-palette.module.d.ts +17 -17
  49. package/comment/lib/comment-container/comment-container.component.d.ts +1 -1
  50. package/comment/lib/comment-item/comment-item.component.d.ts +1 -1
  51. package/comment/lib/comment-tools/comment-date/comment-date.component.d.ts +1 -1
  52. package/comment/lib/comment-tools/comment-like/comment-like.component.d.ts +1 -1
  53. package/comment/lib/comment-tools/comment-menu-options/comment-menu-options.component.d.ts +1 -1
  54. package/comment/lib/comment-tools/comment-reply-more/comment-reply-more.component.d.ts +1 -1
  55. package/comment/lib/comment-tools/comment-reply-text/comment-reply-text.component.d.ts +1 -1
  56. package/comment/lib/comment-view/comment-view.component.d.ts +1 -1
  57. package/comment/lib/comment.module.d.ts +16 -16
  58. package/common/lib/classes/components.class.d.ts +14 -1
  59. package/common/lib/classes/datasource.class.d.ts +2 -2
  60. package/common/lib/common.module.d.ts +1 -1
  61. package/common/lib/directives/auto-focus.directive.d.ts +1 -1
  62. package/common/lib/directives/hotkey.directive.d.ts +1 -1
  63. package/common/lib/directives/infinite-scroll.directive.d.ts +1 -1
  64. package/common/lib/directives/responsive.directive.d.ts +1 -1
  65. package/conversation/lib/conversation-container/conversation-container.component.d.ts +1 -1
  66. package/conversation/lib/conversation-input/conversation-input.component.d.ts +1 -1
  67. package/conversation/lib/conversation-message/conversation-message.component.d.ts +1 -1
  68. package/conversation/lib/conversation-messages/conversation-message-audio/conversation-message-audio.component.d.ts +1 -1
  69. package/conversation/lib/conversation-messages/conversation-message-file/conversation-message-file.component.d.ts +1 -1
  70. package/conversation/lib/conversation-messages/conversation-message-image/conversation-message-image.component.d.ts +1 -1
  71. package/conversation/lib/conversation-messages/conversation-message-text/conversation-message-text.component.d.ts +1 -1
  72. package/conversation/lib/conversation-messages/conversation-message-video/conversation-message-video.component.d.ts +1 -1
  73. package/conversation/lib/conversation-messages/conversation-message-voice/conversation-message-voice.component.d.ts +1 -1
  74. package/conversation/lib/conversation-view/conversation-view.component.d.ts +1 -1
  75. package/conversation/lib/conversation.module.d.ts +29 -29
  76. package/cron-job/lib/cron-job-container/cron-job-container.component.d.ts +1 -1
  77. package/cron-job/lib/cron-job.module.d.ts +20 -20
  78. package/cron-job/lib/day/day.component.d.ts +1 -1
  79. package/cron-job/lib/hours/hours.component.d.ts +1 -1
  80. package/cron-job/lib/minutes/minutes.component.d.ts +1 -1
  81. package/cron-job/lib/month/month.component.d.ts +1 -1
  82. package/cron-job/lib/seconds/seconds.component.d.ts +1 -1
  83. package/cron-job/lib/year/year.component.d.ts +1 -1
  84. package/data-pager/lib/data-pager-info.component.d.ts +1 -1
  85. package/data-pager/lib/data-pager-input-selector.component.d.ts +1 -1
  86. package/data-pager/lib/data-pager-next-buttons.component.d.ts +1 -1
  87. package/data-pager/lib/data-pager-numeric-selector.component.d.ts +1 -1
  88. package/data-pager/lib/data-pager-pagesize-dropdown.component.d.ts +1 -1
  89. package/data-pager/lib/data-pager-prev-buttons.component.d.ts +1 -1
  90. package/data-pager/lib/data-pager.component.d.ts +1 -1
  91. package/data-pager/lib/data-pager.module.d.ts +17 -17
  92. package/data-table/lib/columns/data-table-column-resizable.directive.d.ts +1 -1
  93. package/data-table/lib/columns/data-text-column.component.d.ts +1 -1
  94. package/data-table/lib/columns/row-command-column.component.d.ts +2 -2
  95. package/data-table/lib/columns/row-expand-column.component.d.ts +1 -1
  96. package/data-table/lib/columns/row-index-column.component.d.ts +10 -10
  97. package/data-table/lib/columns/row-select-column.component.d.ts +9 -8
  98. package/data-table/lib/data-table/data-table.component.d.ts +1 -1
  99. package/data-table/lib/data-table.module.d.ts +22 -22
  100. package/data-table/lib/infinite-scroll-data-table/infinite-scroll-data-table.component.d.ts +1 -1
  101. package/datetime-box/lib/datetime-box.component.d.ts +1 -1
  102. package/datetime-box/lib/datetime-box.module.d.ts +8 -8
  103. package/datetime-input/lib/datetime-input.component.d.ts +1 -1
  104. package/datetime-input/lib/datetime-input.module.d.ts +5 -5
  105. package/datetime-picker/lib/datetime-picker.component.d.ts +1 -1
  106. package/datetime-picker/lib/datetime-picker.module.d.ts +11 -11
  107. package/decorators/lib/components/clear-button/clear-button.component.d.ts +1 -1
  108. package/decorators/lib/components/close-button/close-button.component.d.ts +1 -1
  109. package/decorators/lib/components/color-indicator/color-indicator.component.d.ts +1 -1
  110. package/decorators/lib/components/full-screen/full-screen-button.component.d.ts +1 -1
  111. package/decorators/lib/components/generic-content.component.d.ts +1 -1
  112. package/decorators/lib/components/heading/heading.component.d.ts +1 -1
  113. package/decorators/lib/components/icon/icon.component.d.ts +1 -1
  114. package/decorators/lib/decorators.module.d.ts +9 -9
  115. package/dialog/lib/dialog.component.d.ts +1 -1
  116. package/dialog/lib/dialog.module.d.ts +11 -11
  117. package/drawer/lib/drawer/drawer-container/drawer-container.component.d.ts +1 -1
  118. package/drawer/lib/drawer/drawer-item/drawer.component.d.ts +1 -1
  119. package/drawer/lib/drawer.module.d.ts +4 -4
  120. package/dropdown/lib/dropdown-box.component.d.ts +2 -1
  121. package/dropdown/lib/dropdown-panel.component.d.ts +3 -1
  122. package/dropdown/lib/dropdown.module.d.ts +9 -9
  123. package/dropdown-button/lib/dropdown-button.component.d.ts +2 -1
  124. package/dropdown-button/lib/dropdown-button.module.d.ts +8 -8
  125. package/fesm2022/acorex-components-action-sheet.mjs +19 -52
  126. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  127. package/fesm2022/acorex-components-alert.mjs +10 -12
  128. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  129. package/fesm2022/acorex-components-audio-wave.mjs +11 -14
  130. package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
  131. package/fesm2022/acorex-components-autocomplete.mjs +317 -0
  132. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -0
  133. package/fesm2022/acorex-components-avatar.mjs +12 -14
  134. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  135. package/fesm2022/acorex-components-badge.mjs +9 -10
  136. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  137. package/fesm2022/acorex-components-bottom-navigation.mjs +13 -14
  138. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
  139. package/fesm2022/acorex-components-breadcrumbs.mjs +14 -16
  140. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  141. package/fesm2022/acorex-components-button-group.mjs +15 -17
  142. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  143. package/fesm2022/acorex-components-button.mjs +27 -50
  144. package/fesm2022/acorex-components-button.mjs.map +1 -1
  145. package/fesm2022/acorex-components-calendar.mjs +26 -42
  146. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  147. package/fesm2022/acorex-components-check-box.mjs +11 -12
  148. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  149. package/fesm2022/acorex-components-chips.mjs +9 -10
  150. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  151. package/fesm2022/acorex-components-circular-progress.mjs +9 -10
  152. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  153. package/fesm2022/acorex-components-collapse.mjs +14 -18
  154. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  155. package/fesm2022/acorex-components-color-box.mjs +23 -40
  156. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  157. package/fesm2022/acorex-components-color-palette.mjs +49 -55
  158. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  159. package/fesm2022/acorex-components-comment.mjs +46 -62
  160. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  161. package/fesm2022/acorex-components-common.mjs +741 -714
  162. package/fesm2022/acorex-components-common.mjs.map +1 -1
  163. package/fesm2022/acorex-components-conversation.mjs +100 -98
  164. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  165. package/fesm2022/acorex-components-cron-job.mjs +311 -247
  166. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  167. package/fesm2022/acorex-components-data-pager.mjs +82 -73
  168. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  169. package/fesm2022/acorex-components-data-table.mjs +170 -170
  170. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  171. package/fesm2022/acorex-components-datetime-box.mjs +11 -15
  172. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  173. package/fesm2022/acorex-components-datetime-input.mjs +17 -33
  174. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  175. package/fesm2022/acorex-components-datetime-picker.mjs +35 -30
  176. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  177. package/fesm2022/acorex-components-decorators.mjs +41 -57
  178. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  179. package/fesm2022/acorex-components-dialog.mjs +31 -29
  180. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  181. package/fesm2022/acorex-components-drawer.mjs +16 -17
  182. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  183. package/fesm2022/acorex-components-dropdown-button.mjs +21 -20
  184. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  185. package/fesm2022/acorex-components-dropdown.mjs +27 -22
  186. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  187. package/fesm2022/acorex-components-file-explorer.mjs +52 -48
  188. package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
  189. package/fesm2022/acorex-components-form.mjs +55 -49
  190. package/fesm2022/acorex-components-form.mjs.map +1 -1
  191. package/fesm2022/acorex-components-grid-layout-builder.mjs +148 -602
  192. package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
  193. package/fesm2022/acorex-components-image-editor.mjs +314 -191
  194. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  195. package/fesm2022/acorex-components-image.mjs +10 -15
  196. package/fesm2022/acorex-components-image.mjs.map +1 -1
  197. package/fesm2022/acorex-components-json-viewer.mjs +11 -17
  198. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  199. package/fesm2022/acorex-components-kbd.mjs +13 -14
  200. package/fesm2022/acorex-components-kbd.mjs.map +1 -1
  201. package/fesm2022/acorex-components-label.mjs +9 -10
  202. package/fesm2022/acorex-components-label.mjs.map +1 -1
  203. package/fesm2022/acorex-components-list.mjs +22 -17
  204. package/fesm2022/acorex-components-list.mjs.map +1 -1
  205. package/fesm2022/acorex-components-loading-dialog.mjs +45 -44
  206. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  207. package/fesm2022/acorex-components-loading.mjs +21 -30
  208. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  209. package/fesm2022/acorex-components-map.mjs +13731 -45
  210. package/fesm2022/acorex-components-map.mjs.map +1 -1
  211. package/fesm2022/acorex-components-media-viewer.mjs +87 -78
  212. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  213. package/fesm2022/acorex-components-menu.mjs +27 -40
  214. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  215. package/fesm2022/acorex-components-navbar.mjs +9 -10
  216. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  217. package/fesm2022/acorex-components-notification.mjs +18 -25
  218. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  219. package/fesm2022/acorex-components-number-box.mjs +11 -13
  220. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  221. package/fesm2022/acorex-components-otp.mjs +13 -15
  222. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  223. package/fesm2022/acorex-components-page.mjs +10 -10
  224. package/fesm2022/acorex-components-paint.mjs +32 -66
  225. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  226. package/fesm2022/acorex-components-password-box.mjs +21 -51
  227. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  228. package/fesm2022/acorex-components-pdf-reader.mjs +9 -10
  229. package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
  230. package/fesm2022/acorex-components-phone-box.mjs +17 -39
  231. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  232. package/fesm2022/acorex-components-picker.mjs +20 -22
  233. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  234. package/fesm2022/acorex-components-popover.mjs +9 -10
  235. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  236. package/fesm2022/acorex-components-popup.mjs +27 -50
  237. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  238. package/fesm2022/acorex-components-progress-bar.mjs +9 -10
  239. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  240. package/fesm2022/acorex-components-qrcode.mjs +9 -10
  241. package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
  242. package/fesm2022/acorex-components-query-builder.mjs +47 -33
  243. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  244. package/fesm2022/acorex-components-radio.mjs +11 -12
  245. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  246. package/fesm2022/acorex-components-rail-navigation.mjs +18 -21
  247. package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
  248. package/fesm2022/acorex-components-range-slider.mjs +11 -13
  249. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  250. package/fesm2022/acorex-components-rate-picker.mjs +9 -10
  251. package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
  252. package/fesm2022/acorex-components-rest-api-generator.mjs +49 -44
  253. package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
  254. package/fesm2022/acorex-components-result.mjs +15 -16
  255. package/fesm2022/acorex-components-result.mjs.map +1 -1
  256. package/fesm2022/acorex-components-routing-progress.mjs +15 -16
  257. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  258. package/fesm2022/acorex-components-scheduler.mjs +29 -26
  259. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  260. package/fesm2022/acorex-components-scss.mjs +4 -4
  261. package/fesm2022/acorex-components-search-box.mjs +18 -41
  262. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  263. package/fesm2022/acorex-components-select-box.mjs +31 -24
  264. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  265. package/fesm2022/acorex-components-selection-list.mjs +13 -32
  266. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  267. package/fesm2022/acorex-components-side-menu.mjs +24 -54
  268. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  269. package/fesm2022/acorex-components-skeleton.mjs +9 -10
  270. package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
  271. package/fesm2022/acorex-components-slider.mjs +11 -12
  272. package/fesm2022/acorex-components-slider.mjs.map +1 -1
  273. package/fesm2022/acorex-components-sliding-item.mjs +18 -21
  274. package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
  275. package/fesm2022/acorex-components-step-wizard.mjs +19 -23
  276. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  277. package/fesm2022/acorex-components-switch.mjs +12 -14
  278. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  279. package/fesm2022/acorex-components-tabs.mjs +18 -21
  280. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  281. package/fesm2022/acorex-components-tag-box.mjs +121 -0
  282. package/fesm2022/acorex-components-tag-box.mjs.map +1 -0
  283. package/fesm2022/acorex-components-tag.mjs +9 -10
  284. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  285. package/fesm2022/acorex-components-text-area.mjs +12 -24
  286. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  287. package/fesm2022/acorex-components-text-box.mjs +17 -47
  288. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  289. package/fesm2022/acorex-components-time-line.mjs +14 -16
  290. package/fesm2022/acorex-components-time-line.mjs.map +1 -1
  291. package/fesm2022/acorex-components-toast.mjs +15 -19
  292. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  293. package/fesm2022/acorex-components-toolbar.mjs +9 -11
  294. package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
  295. package/fesm2022/acorex-components-tooltip.mjs +13 -17
  296. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  297. package/fesm2022/acorex-components-tree-view.mjs +45 -41
  298. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  299. package/fesm2022/acorex-components-uploader.mjs +47 -49
  300. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  301. package/fesm2022/acorex-components-video-player.mjs +9 -10
  302. package/fesm2022/acorex-components-video-player.mjs.map +1 -1
  303. package/fesm2022/acorex-components-wysiwyg.mjs +64 -70
  304. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  305. package/file-explorer/lib/file-explorer-container/file-explorer-container.component.d.ts +1 -1
  306. package/file-explorer/lib/file-explorer-header/file-explorer-header.component.d.ts +1 -1
  307. package/file-explorer/lib/file-explorer-item/file-explorer-item.component.d.ts +1 -1
  308. package/file-explorer/lib/file-explorer-tree/file-explorer-tree.component.d.ts +1 -1
  309. package/file-explorer/lib/file-explorer-view/file-explorer-view.component.d.ts +1 -1
  310. package/file-explorer/lib/file-explorer.module.d.ts +14 -14
  311. package/form/lib/form-field.component.d.ts +1 -1
  312. package/form/lib/form.component.d.ts +1 -1
  313. package/form/lib/form.module.d.ts +11 -11
  314. package/form/lib/validation-rule.directive.d.ts +1 -1
  315. package/form/lib/validation-summary.component.d.ts +1 -1
  316. package/grid-layout-builder/index.d.ts +0 -1
  317. package/grid-layout-builder/lib/grid-layout-builder.module.d.ts +4 -5
  318. package/grid-layout-builder/lib/grid-layout-container.component.d.ts +37 -235
  319. package/grid-layout-builder/lib/grid-layout-widget.component.d.ts +7 -87
  320. package/grid-layout-builder/lib/types.d.ts +8 -12
  321. package/image/lib/image.component.d.ts +1 -1
  322. package/image/lib/image.module.d.ts +3 -3
  323. package/image-editor/index.d.ts +7 -2
  324. package/image-editor/lib/image-editor-container/image-editor-container.component.d.ts +4 -1
  325. package/image-editor/lib/image-editor-tools/image-editor-crop/image-editor-crop.component.d.ts +3 -8
  326. package/image-editor/lib/image-editor-tools/image-editor-header/image-editor-header.component.d.ts +12 -0
  327. package/image-editor/lib/image-editor-tools/image-editor-highlight/image-editor-highlight.component.d.ts +18 -0
  328. package/image-editor/lib/image-editor-tools/image-editor-history/image-editor-history.component.d.ts +13 -0
  329. package/image-editor/lib/image-editor-tools/image-editor-pen/image-editor-pen.component.d.ts +18 -0
  330. package/image-editor/lib/image-editor-tools/image-editor-rotate/image-editor-rotate.component.d.ts +16 -0
  331. package/image-editor/lib/image-editor-tools/image-editor-tool-selector/image-editor-tool-selector.component.d.ts +12 -0
  332. package/image-editor/lib/image-editor-view/image-editor-view.component.d.ts +8 -2
  333. package/image-editor/lib/image-editor.module.d.ts +20 -16
  334. package/image-editor/lib/image-editor.service.d.ts +6 -10
  335. package/json-viewer/lib/json-viewer/json-viewer.component.d.ts +1 -1
  336. package/json-viewer/lib/json-viewer.module.d.ts +5 -5
  337. package/kbd/lib/kbd-item/kbd-item.component.d.ts +1 -1
  338. package/kbd/lib/kbd.component.d.ts +1 -1
  339. package/kbd/lib/kbd.module.d.ts +4 -4
  340. package/label/lib/label.component.d.ts +1 -1
  341. package/label/lib/label.module.d.ts +3 -3
  342. package/list/lib/list.component.d.ts +1 -1
  343. package/list/lib/list.module.d.ts +5 -5
  344. package/loading/lib/loading-spinner.component.d.ts +1 -1
  345. package/loading/lib/loading.component.d.ts +1 -1
  346. package/loading/lib/loading.directive.d.ts +1 -1
  347. package/loading/lib/loading.module.d.ts +8 -8
  348. package/loading-dialog/lib/loading-dialog.component.d.ts +18 -18
  349. package/loading-dialog/lib/loading-dialog.module.d.ts +9 -9
  350. package/map/index.d.ts +2 -0
  351. package/map/lib/map.component.d.ts +23 -4
  352. package/map/lib/map.module.d.ts +3 -3
  353. package/map/lib/map.service.d.ts +27 -1
  354. package/map/lib/map.utility.d.ts +2 -0
  355. package/map/lib/map.world-map.d.ts +28 -0
  356. package/media-viewer/lib/media-viewer-container/media-viewer-container.component.d.ts +1 -1
  357. package/media-viewer/lib/media-viewer-slider/media-viewer-slider.component.d.ts +1 -1
  358. package/media-viewer/lib/media-viewer-tools/audio-player/audio-player.component.d.ts +1 -1
  359. package/media-viewer/lib/media-viewer-tools/file-info/file-info.component.d.ts +1 -1
  360. package/media-viewer/lib/media-viewer-tools/image-viewer/image-viewer.component.d.ts +1 -1
  361. package/media-viewer/lib/media-viewer-tools/pdf-reader/pdf-reader.component.d.ts +1 -1
  362. package/media-viewer/lib/media-viewer-tools/video-player/video-player.component.d.ts +1 -1
  363. package/media-viewer/lib/media-viewer.module.d.ts +18 -18
  364. package/menu/lib/context-menu.component.d.ts +1 -1
  365. package/menu/lib/menu-item.component.d.ts +1 -1
  366. package/menu/lib/menu.component.d.ts +1 -1
  367. package/menu/lib/menu.module.d.ts +10 -10
  368. package/navbar/lib/navbar.component.d.ts +1 -1
  369. package/navbar/lib/navbar.module.d.ts +3 -3
  370. package/notification/lib/notification.component.d.ts +1 -1
  371. package/notification/lib/notification.module.d.ts +9 -9
  372. package/number-box/lib/number-box.component.d.ts +1 -1
  373. package/number-box/lib/number-box.module.d.ts +7 -7
  374. package/otp/lib/otp.component.d.ts +1 -1
  375. package/otp/lib/otp.module.d.ts +4 -4
  376. package/package.json +13 -5
  377. package/paint/lib/paint/paint-container/paint-container.component.d.ts +1 -1
  378. package/paint/lib/paint/paint-tools/paint-color-picker/paint-color-picker.component.d.ts +1 -1
  379. package/paint/lib/paint/paint-tools/paint-pen-mode-changer/paint-pen-mode-changer.component.d.ts +1 -1
  380. package/paint/lib/paint/paint-view/paint-view.component.d.ts +1 -1
  381. package/paint/lib/paint.module.d.ts +13 -13
  382. package/password-box/lib/password-box.component.d.ts +1 -1
  383. package/password-box/lib/password-box.module.d.ts +10 -10
  384. package/password-box/lib/password-strength-validation/password-strength-validation.component.d.ts +1 -1
  385. package/pdf-reader/lib/pdf-reader/pdf-reader.component.d.ts +1 -1
  386. package/pdf-reader/lib/pdf-reader.module.d.ts +1 -1
  387. package/phone-box/lib/phone-box.component.d.ts +1 -1
  388. package/phone-box/lib/phone-box.module.d.ts +10 -10
  389. package/picker/lib/picker-container/picker-container.component.d.ts +1 -1
  390. package/picker/lib/picker-items/picker-items.component.d.ts +1 -1
  391. package/picker/lib/picker-title/picker-title.component.d.ts +1 -1
  392. package/picker/lib/picker.module.d.ts +6 -6
  393. package/popover/lib/popover.component.d.ts +1 -1
  394. package/popover/lib/popover.module.d.ts +3 -3
  395. package/popup/lib/popup.component.d.ts +9 -9
  396. package/popup/lib/popup.module.d.ts +10 -10
  397. package/progress-bar/lib/progress-bar.component.d.ts +1 -1
  398. package/progress-bar/lib/progress-bar.module.d.ts +3 -3
  399. package/qrcode/lib/qrcode.component.d.ts +1 -1
  400. package/qrcode/lib/qrcode.module.d.ts +3 -3
  401. package/query-builder/lib/query-builder.component.d.ts +6 -3
  402. package/query-builder/lib/query-builder.module.d.ts +10 -10
  403. package/radio/lib/radio.component.d.ts +1 -1
  404. package/radio/lib/radio.module.d.ts +4 -4
  405. package/rail-navigation/lib/rail-navigation-item/rail-navigation-item.component.d.ts +1 -1
  406. package/rail-navigation/lib/rail-navigation.component.d.ts +1 -1
  407. package/rail-navigation/lib/rail-navigation.module.d.ts +5 -5
  408. package/range-slider/lib/range-slider.component.d.ts +1 -1
  409. package/range-slider/lib/range-slider.module.d.ts +3 -3
  410. package/rate-picker/lib/rate-picker.component.d.ts +1 -1
  411. package/rate-picker/lib/rate-picker.module.d.ts +3 -3
  412. package/rest-api-generator/lib/query-params/query-params.component.d.ts +1 -1
  413. package/rest-api-generator/lib/request-body/request-body.component.d.ts +1 -1
  414. package/rest-api-generator/lib/request-headers/request-headers.component.d.ts +1 -1
  415. package/rest-api-generator/lib/rest-api-auth/rest-api-auth.component.d.ts +1 -1
  416. package/rest-api-generator/lib/rest-api-generator.component.d.ts +1 -1
  417. package/rest-api-generator/lib/rest-api-generator.module.d.ts +14 -14
  418. package/result/lib/result.component.d.ts +7 -7
  419. package/result/lib/result.module.d.ts +3 -3
  420. package/routing-progress/lib/routing-progress.component.d.ts +7 -7
  421. package/routing-progress/lib/routing-progress.module.d.ts +3 -3
  422. package/scheduler/lib/scheduler-month-view.component.d.ts +1 -1
  423. package/scheduler/lib/scheduler-week-view.component.d.ts +1 -1
  424. package/scheduler/lib/scheduler.component.d.ts +1 -1
  425. package/scheduler/lib/scheduler.module.d.ts +9 -9
  426. package/search-box/lib/search-box.component.d.ts +1 -1
  427. package/search-box/lib/search-box.module.d.ts +9 -9
  428. package/select-box/lib/select-box.component.d.ts +1 -1
  429. package/select-box/lib/select-box.module.d.ts +15 -15
  430. package/selection-list/lib/selection-list.component.d.ts +1 -1
  431. package/selection-list/lib/selection-list.module.d.ts +8 -8
  432. package/side-menu/lib/side-menu-item/side-menu-item.component.d.ts +1 -1
  433. package/side-menu/lib/side-menu.component.d.ts +1 -1
  434. package/side-menu/lib/side-menu.directive.d.ts +1 -1
  435. package/side-menu/lib/side-menu.module.d.ts +10 -10
  436. package/skeleton/lib/skeleton.component.d.ts +1 -1
  437. package/skeleton/lib/skeleton.module.d.ts +3 -3
  438. package/slider/lib/slider.component.d.ts +1 -1
  439. package/slider/lib/slider.module.d.ts +5 -5
  440. package/sliding-item/lib/sliding-item/sliding-item.component.d.ts +1 -1
  441. package/sliding-item/lib/sliding-item-prefix/sliding-item-prefix.component.d.ts +1 -1
  442. package/sliding-item/lib/sliding-item-suffix/sliding-item-suffix.component.d.ts +1 -1
  443. package/sliding-item/lib/sliding-item.module.d.ts +6 -6
  444. package/step-wizard/lib/step-wizard-item/step-wizard-item.component.d.ts +1 -1
  445. package/step-wizard/lib/step-wizard.component.d.ts +1 -1
  446. package/step-wizard/lib/step-wizard.directive.d.ts +1 -1
  447. package/step-wizard/lib/step-wizard.module.d.ts +8 -8
  448. package/switch/lib/switch-content.component.d.ts +1 -1
  449. package/switch/lib/switch.component.d.ts +1 -1
  450. package/switch/lib/switch.module.d.ts +5 -5
  451. package/tabs/lib/tab-content.directive.d.ts +1 -1
  452. package/tabs/lib/tab-item.component.d.ts +1 -1
  453. package/tabs/lib/tabs.component.d.ts +1 -1
  454. package/tabs/lib/tabs.module.d.ts +7 -7
  455. package/tag/lib/tag.component.d.ts +1 -1
  456. package/tag/lib/tag.module.d.ts +3 -3
  457. package/tag-box/README.md +3 -0
  458. package/tag-box/index.d.ts +2 -0
  459. package/tag-box/lib/tag-box.component.d.ts +30 -0
  460. package/tag-box/lib/tag-box.module.d.ts +7 -0
  461. package/text-area/lib/text-area.component.d.ts +1 -1
  462. package/text-area/lib/text-area.module.d.ts +4 -4
  463. package/text-box/lib/mask-options.directive.d.ts +1 -1
  464. package/text-box/lib/text-box.component.d.ts +1 -1
  465. package/text-box/lib/text-box.module.d.ts +8 -8
  466. package/time-line/lib/time-line-item.component.d.ts +1 -1
  467. package/time-line/lib/time-line.component.d.ts +1 -1
  468. package/time-line/lib/time-line.module.d.ts +4 -4
  469. package/toast/lib/toast.component.d.ts +1 -1
  470. package/toast/lib/toast.module.d.ts +8 -8
  471. package/toolbar/lib/toolbar.component.d.ts +1 -1
  472. package/toolbar/lib/toolbar.module.d.ts +3 -3
  473. package/tooltip/lib/tooltip.component.d.ts +1 -1
  474. package/tooltip/lib/tooltip.directive.d.ts +1 -1
  475. package/tooltip/lib/tooltip.module.d.ts +5 -5
  476. package/tree-view/lib/tree-view-item.component.d.ts +3 -2
  477. package/tree-view/lib/tree-view.component.d.ts +6 -7
  478. package/tree-view/lib/tree-view.component.module.d.ts +11 -11
  479. package/uploader/lib/uploader-browse-handle.directive.d.ts +1 -1
  480. package/uploader/lib/uploader-dialog-container/uploader-dialog-container.component.d.ts +1 -1
  481. package/uploader/lib/uploader-drop-zone/uploader-drop-zone.component.d.ts +1 -1
  482. package/uploader/lib/uploader-list/uploader-list.component.d.ts +1 -1
  483. package/uploader/lib/uploader-zone.directive.d.ts +1 -1
  484. package/uploader/lib/uploader.module.d.ts +16 -16
  485. package/video-player/lib/video-player/video-player.component.d.ts +1 -1
  486. package/video-player/lib/video-player.module.d.ts +1 -1
  487. package/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.d.ts +1 -1
  488. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-alignment/wysiwyg-alignment.component.d.ts +1 -1
  489. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-colors/wysiwyg-colors.component.d.ts +1 -1
  490. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component.d.ts +1 -1
  491. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-history/wysiwyg-history.component.d.ts +1 -1
  492. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-insert/wysiwyg-insert.component.d.ts +1 -1
  493. package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-list/wysiwyg-list.component.d.ts +1 -1
  494. package/wysiwyg/lib/wysiwyg/wysiwyg-view/wysiwyg-view.component.d.ts +1 -1
  495. package/wysiwyg/lib/wysiwyg.module.d.ts +16 -16
  496. package/grid-layout-builder/lib/grid-layout-widget.directive.d.ts +0 -106
  497. package/image-editor/lib/image-editor-tools/image-editor-color-picker/image-editor-color-picker.component.d.ts +0 -17
  498. package/image-editor/lib/image-editor-tools/image-editor-pen-mode-changer/image-editor-pen-mode-changer.component.d.ts +0 -34
@@ -1,17 +1,17 @@
1
1
  import * as i0 from '@angular/core';
2
- import { model, output, Component, inject, ElementRef, signal, afterNextRender, Injectable, PLATFORM_ID, Input, Host, Self, Optional, Directive, Inject, NgModule, ChangeDetectorRef, ViewContainerRef, EventEmitter, InjectionToken, Output, input, effect } from '@angular/core';
2
+ import { model, output, Component, inject, ElementRef, signal, afterNextRender, Injectable, ChangeDetectorRef, ViewContainerRef, EventEmitter, PLATFORM_ID, Input, Host, Self, Optional, Directive, Inject, NgModule, InjectionToken, Output, input, effect } from '@angular/core';
3
3
  import { AXHtmlUtil } from '@acorex/core/utils';
4
- import { flatten, clone, set, isEqual, cloneDeep } from 'lodash-es';
5
- import { DataSource } from '@angular/cdk/collections';
6
- import { Subscription, BehaviorSubject, debounceTime, distinctUntilChanged, Subject, fromEvent, noop, skip } from 'rxjs';
4
+ import { flatten, clone, cloneDeep, isEqual, set } from 'lodash-es';
5
+ import { isBrowser } from '@acorex/core/platform';
6
+ import { AXValidationService } from '@acorex/core/validation';
7
+ import { coerceBooleanProperty, coerceNumberProperty } from '@angular/cdk/coercion';
7
8
  import { DOCUMENT, isPlatformBrowser } from '@angular/common';
9
+ import { noop, Subscription, BehaviorSubject, debounceTime, distinctUntilChanged, Subject, fromEvent, skip } from 'rxjs';
10
+ import { DataSource } from '@angular/cdk/collections';
8
11
  import * as i1 from '@angular/platform-browser';
9
12
  import { Observable } from 'rxjs/internal/Observable';
10
13
  import { map, pairwise, filter, startWith, exhaustMap } from 'rxjs/operators';
11
14
  import { classes } from 'polytype';
12
- import { coerceBooleanProperty, coerceNumberProperty } from '@angular/cdk/coercion';
13
- import { isBrowser } from '@acorex/core/platform';
14
- import { AXValidationService } from '@acorex/core/validation';
15
15
  import { AXFormatService } from '@acorex/core/format';
16
16
  import * as i1$1 from '@angular/forms';
17
17
 
@@ -21,10 +21,10 @@ class NXButtonComponent {
21
21
  this.toggleableChange = output();
22
22
  this.selectedChange = output();
23
23
  }
24
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NXButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
25
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.3", type: NXButtonComponent, isStandalone: false, selector: "ng-component", inputs: { text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { text: "textChange", toggleableChange: "toggleableChange", selectedChange: "selectedChange" }, ngImport: i0, template: '', isInline: true }); }
24
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: NXButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
25
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.1.8", type: NXButtonComponent, isStandalone: false, selector: "ng-component", inputs: { text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { text: "textChange", toggleableChange: "toggleableChange", selectedChange: "selectedChange" }, ngImport: i0, template: '', isInline: true }); }
26
26
  }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NXButtonComponent, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: NXButtonComponent, decorators: [{
28
28
  type: Component,
29
29
  args: [{
30
30
  template: '',
@@ -36,10 +36,10 @@ class NXColorComponent {
36
36
  constructor() {
37
37
  this.color = model('default');
38
38
  }
39
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NXColorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
40
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.3", type: NXColorComponent, isStandalone: false, selector: "ng-component", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { color: "colorChange" }, ngImport: i0, template: '', isInline: true }); }
39
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: NXColorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
40
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.1.8", type: NXColorComponent, isStandalone: false, selector: "ng-component", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { color: "colorChange" }, ngImport: i0, template: '', isInline: true }); }
41
41
  }
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NXColorComponent, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: NXColorComponent, decorators: [{
43
43
  type: Component,
44
44
  args: [{
45
45
  template: '',
@@ -65,10 +65,10 @@ class NXComponent {
65
65
  get nativeElement() {
66
66
  return this.#elementRef.nativeElement;
67
67
  }
68
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NXComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
69
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NXComponent }); }
68
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: NXComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
69
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: NXComponent }); }
70
70
  }
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NXComponent, decorators: [{
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: NXComponent, decorators: [{
72
72
  type: Injectable
73
73
  }] });
74
74
 
@@ -108,10 +108,10 @@ class NXInteractiveComponent extends NXComponent {
108
108
  hasFocus() {
109
109
  return AXHtmlUtil.hasFocus(this.nativeElement);
110
110
  }
111
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NXInteractiveComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
112
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.3", type: NXInteractiveComponent, isStandalone: false, selector: "ng-component", inputs: { disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, tabIndex: { classPropertyName: "tabIndex", publicName: "tabIndex", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { disabled: "disabledChange", tabIndex: "tabIndexChange", onFocus: "onFocus", onBlur: "onBlur" }, usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
111
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: NXInteractiveComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
112
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.1.8", type: NXInteractiveComponent, isStandalone: false, selector: "ng-component", inputs: { disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, tabIndex: { classPropertyName: "tabIndex", publicName: "tabIndex", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { disabled: "disabledChange", tabIndex: "tabIndexChange", onFocus: "onFocus", onBlur: "onBlur" }, usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
113
113
  }
114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NXInteractiveComponent, decorators: [{
114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: NXInteractiveComponent, decorators: [{
115
115
  type: Component,
116
116
  args: [{
117
117
  template: '',
@@ -123,10 +123,10 @@ class NXLookComponent {
123
123
  constructor() {
124
124
  this.look = model('solid');
125
125
  }
126
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NXLookComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
127
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.3", type: NXLookComponent, isStandalone: false, selector: "ng-component", inputs: { look: { classPropertyName: "look", publicName: "look", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { look: "lookChange" }, ngImport: i0, template: '', isInline: true }); }
126
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: NXLookComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
127
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.1.8", type: NXLookComponent, isStandalone: false, selector: "ng-component", inputs: { look: { classPropertyName: "look", publicName: "look", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { look: "lookChange" }, ngImport: i0, template: '', isInline: true }); }
128
128
  }
129
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NXLookComponent, decorators: [{
129
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: NXLookComponent, decorators: [{
130
130
  type: Component,
131
131
  args: [{
132
132
  template: '',
@@ -141,10 +141,10 @@ class NXValueComponent {
141
141
  this.value = model();
142
142
  this.onValueChanged = output();
143
143
  }
144
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NXValueComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
145
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.3", type: NXValueComponent, isStandalone: false, selector: "ng-component", inputs: { readonly: { classPropertyName: "readonly", publicName: "readonly", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { readonly: "readonlyChange", name: "nameChange", value: "valueChange", onValueChanged: "onValueChanged" }, ngImport: i0, template: '', isInline: true }); }
144
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: NXValueComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
145
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.1.8", type: NXValueComponent, isStandalone: false, selector: "ng-component", inputs: { readonly: { classPropertyName: "readonly", publicName: "readonly", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { readonly: "readonlyChange", name: "nameChange", value: "valueChange", onValueChanged: "onValueChanged" }, ngImport: i0, template: '', isInline: true }); }
146
146
  }
147
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: NXValueComponent, decorators: [{
147
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: NXValueComponent, decorators: [{
148
148
  type: Component,
149
149
  args: [{
150
150
  template: '',
@@ -321,191 +321,663 @@ const AX_PLACEMENT_MAP = {
321
321
  * A token that specifies the selection mode of component.
322
322
  */
323
323
 
324
- /**
325
- * Contains native event
326
- * @category Events
327
- */
328
- class AXEvent {
329
- constructor() {
330
- this.isUserInteraction = false;
324
+ class AXDomService {
325
+ generateElementId() {
326
+ const dateString = Date.now().toString(36);
327
+ const randomness = Math.random().toString(36).substr(2);
328
+ return dateString + randomness;
331
329
  }
330
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXDomService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
331
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXDomService, providedIn: 'root' }); }
332
332
  }
333
- /**
334
- * Contains native event
335
- * @category Events
336
- */
337
- class AXHtmlEvent extends AXEvent {
338
- }
339
- /**
340
- * Contains native event
341
- * @category Events
342
- */
343
- class AXValueChangedEvent extends AXEvent {
344
- }
345
- /**
346
- * Contains native event
347
- * @category Events
348
- */
349
- class AXOptionChangedEvent extends AXEvent {
350
- }
351
- /**
352
- * Fires each time the user click the element.
353
- * @category Events
354
- */
355
- class AXClickEvent extends AXHtmlEvent {
333
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXDomService, decorators: [{
334
+ type: Injectable,
335
+ args: [{ providedIn: 'root' }]
336
+ }] });
337
+
338
+ class MXBaseComponent {
356
339
  constructor() {
357
- super(...arguments);
340
+ this._cdr = inject(ChangeDetectorRef);
341
+ this._elementRef = inject(ElementRef);
342
+ this._viewRef = inject(ViewContainerRef);
343
+ this._domService = inject(AXDomService);
344
+ this._id = this._domService.generateElementId();
358
345
  /**
359
- * uses for extra data
346
+ * Fired when an option related to the component changes.
347
+ *
348
+ * @event
360
349
  */
361
- this.data = null;
362
- this.nativeEvent = null;
350
+ this.onOptionChanged = new EventEmitter();
363
351
  }
364
- }
365
- /**
366
- * Fires each time the user click the element.
367
- * @category Events
368
- */
369
- class AXButtonClickEvent extends AXClickEvent {
370
- }
371
- /**
372
- * Fires each time the user click the element.
373
- * @category Events
374
- */
375
- class AXItemClickEvent extends AXClickEvent {
376
- }
377
- /**
378
- * Fires each time the component gets focused.
379
- * @category Events
380
- */
381
- class AXFocusEvent extends AXHtmlEvent {
382
- }
383
- /**
384
- * Fires each time an item or multiple items selected by the user or value.
385
- * @category Events
386
- */
387
- class AXSelectionValueChangedEvent extends AXValueChangedEvent {
388
- constructor() {
389
- super(...arguments);
390
- this.value = null;
391
- this.oldValue = null;
392
- this.selectedKeys = [];
393
- this.selectedItems = [];
352
+ get id() {
353
+ return this._id;
394
354
  }
395
- }
396
- /**
397
- * Contains range start & end values
398
- * @category Events
399
- */
400
- class AXRangeChangedEvent extends AXEvent {
401
- }
402
-
403
- const TAB_META_KEY = '__meta__';
404
- class AXComponentCloseEvent extends AXEvent {
405
- }
406
- class AXComponentClosing {
407
- constructor() {
408
- this.cancel = false;
355
+ set id(v) {
356
+ this._id = v;
409
357
  }
410
- }
411
- class AXComponentResult {
412
- }
413
- /**
414
- * Defines a CSS class—or multiple classes separated by spaces— which are applied to a span element inside the Button. Allows the usage of custom icons after the primary text.
415
- */
416
- class AXComponentClosedPromise extends Promise {
417
- constructor(executor) {
418
- super(executor);
358
+ get cdr() {
359
+ return this._cdr;
419
360
  }
420
- close() {
421
- if (this.closeMethod) {
422
- this.closeMethod();
361
+ getHostElement() {
362
+ return this._elementRef?.nativeElement;
363
+ }
364
+ getViewContainer() {
365
+ return this._viewRef;
366
+ }
367
+ internalOptionChanging(option) {
368
+ return option?.value;
369
+ }
370
+ internalOptionChanged(option) { }
371
+ /**
372
+ * @ignore
373
+ */
374
+ ngOnInit() {
375
+ this.getHostElement().__axContext__ = this;
376
+ }
377
+ setOption(option) {
378
+ const oldValue = this[option.name];
379
+ let newValue = this.internalOptionChanging({
380
+ name: option.name,
381
+ value: option.value,
382
+ });
383
+ if (option.beforeCallback) {
384
+ newValue = option.beforeCallback(oldValue, newValue);
385
+ }
386
+ //TODO : check real changes if value is object
387
+ if (oldValue != newValue) {
388
+ this[`_${option.name}`] = option.value;
389
+ this.onOptionChanged.emit({
390
+ component: this,
391
+ name: option.name,
392
+ newValue,
393
+ oldValue,
394
+ });
395
+ const emitter = this[`${option.name}Change`];
396
+ emitter?.emit(newValue);
397
+ this.internalOptionChanged({ name: option.name, value: newValue });
423
398
  }
399
+ if (option.afterCallback)
400
+ option.afterCallback(oldValue, newValue);
424
401
  }
402
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: MXBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
403
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: MXBaseComponent }); }
425
404
  }
426
- class AXComponent {
427
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
428
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXComponent }); }
429
- }
430
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXComponent, decorators: [{
431
- type: Injectable
432
- }] });
433
- class AXClosbaleComponent extends AXComponent {
434
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXClosbaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
435
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXClosbaleComponent }); }
436
- }
437
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXClosbaleComponent, decorators: [{
438
- type: Injectable
439
- }] });
440
- class AXClearableComponent extends AXComponent {
441
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXClearableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
442
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXClearableComponent }); }
443
- }
444
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXClearableComponent, decorators: [{
445
- type: Injectable
446
- }] });
447
- class AXSearchableComponent extends AXComponent {
448
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXSearchableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
449
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXSearchableComponent }); }
450
- }
451
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXSearchableComponent, decorators: [{
452
- type: Injectable
453
- }] });
454
- class AXValuableComponent extends AXComponent {
455
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXValuableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
456
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXValuableComponent }); }
457
- }
458
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXValuableComponent, decorators: [{
459
- type: Injectable
460
- }] });
461
- class AXFocusableComponent extends AXComponent {
462
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXFocusableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
463
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXFocusableComponent }); }
464
- }
465
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXFocusableComponent, decorators: [{
466
- type: Injectable
467
- }] });
468
- class AXPagedComponent extends AXComponent {
469
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPagedComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
470
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPagedComponent }); }
471
- }
472
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXPagedComponent, decorators: [{
405
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: MXBaseComponent, decorators: [{
473
406
  type: Injectable
474
407
  }] });
475
408
 
476
- class AXListDataSource extends DataSource {
477
- get range() {
478
- return this._range;
409
+ class MXInteractiveComponent extends MXBaseComponent {
410
+ constructor() {
411
+ super(...arguments);
412
+ /**
413
+ * @ignore
414
+ */
415
+ this.onTouchedCallback = noop;
416
+ this._touched = false;
417
+ /**
418
+ * Emits an event whenever the disabled state of the component changes.
419
+ *
420
+ * @event
421
+ */
422
+ this.disabledChange = new EventEmitter();
423
+ this._tabIndex = 0;
424
+ /**
425
+ * Fires each time the component gets focused.
426
+ * @event
427
+ */
428
+ this.onFocus = new EventEmitter();
429
+ /**
430
+ * Fires each time the component gets blurred.
431
+ * @event
432
+ */
433
+ this.onBlur = new EventEmitter();
434
+ // private _focused = signal(false);
435
+ // protected markAsFocused() {
436
+ // this._focused.set(true);
437
+ // }
438
+ // protected markAsBlured() {
439
+ // this._focused.set(false);
440
+ // }
441
+ }
442
+ registerOnTouched(fn) {
443
+ this.onTouchedCallback = fn;
479
444
  }
480
445
  /**
481
- * @ignore
446
+ * Indicates whether the component has been touched.
447
+ *
482
448
  */
483
- constructor(config) {
484
- super();
485
- this.config = config;
486
- this.debounceTime = 0;
487
- this.subscription = new Subscription();
488
- this._range = { start: 0, end: 0 };
489
- this.source = config.source;
490
- if (config.debounceTime)
491
- this.debounceTime = config.debounceTime;
492
- //
493
- this.dataStream = new BehaviorSubject(this.config.source.cachedItems);
494
- this.source.onChanged.subscribe((data) => {
495
- this.dataStream.next(data.cachedItems);
496
- });
449
+ get touched() {
450
+ return this._touched;
497
451
  }
498
- connect(collectionViewer) {
499
- this.subscription.add(collectionViewer.viewChange
500
- .pipe(debounceTime(this.debounceTime))
501
- .pipe(distinctUntilChanged())
502
- .subscribe((range) => {
503
- this._range = range;
504
- const startPage = this.getPageForIndex(range.start);
505
- const endPage = this.getPageForIndex(range.end - 1);
506
- for (let i = startPage; i <= endPage; i++) {
507
- this.source.setPage(i);
508
- }
452
+ /**
453
+ * @ignore
454
+ */
455
+ markAsTouched() {
456
+ if (!this.touched) {
457
+ this.onTouchedCallback();
458
+ this._touched = true;
459
+ }
460
+ }
461
+ /**
462
+ * If set to true, it disables the component.
463
+ */
464
+ get disabled() {
465
+ return this._disabled;
466
+ }
467
+ set disabled(value) {
468
+ value = coerceBooleanProperty(value);
469
+ this.setOption({
470
+ name: 'disabled',
471
+ value,
472
+ afterCallback: () => {
473
+ this.cdr.markForCheck();
474
+ },
475
+ });
476
+ }
477
+ setDisabledState(isDisabled) {
478
+ this.disabled = isDisabled;
479
+ }
480
+ /**
481
+ * Specifies the tabindex of the component.
482
+ */
483
+ get tabIndex() {
484
+ return this.disabled ? -1 : this._tabIndex;
485
+ }
486
+ set tabIndex(value) {
487
+ this.setOption({
488
+ name: 'tabIndex',
489
+ value: value != null ? coerceNumberProperty(value) : 0,
490
+ });
491
+ }
492
+ emitOnFocusEvent(e) {
493
+ this.onFocus.emit({
494
+ component: this,
495
+ htmlElement: this.getHostElement(),
496
+ nativeEvent: e,
497
+ });
498
+ }
499
+ emitOnBlurEvent(e) {
500
+ this.markAsTouched();
501
+ this.onBlur.emit({
502
+ component: this,
503
+ htmlElement: this.getHostElement(),
504
+ nativeEvent: e,
505
+ });
506
+ }
507
+ // /**
508
+ // * Fires each time the user clicks the button.
509
+ // * @event
510
+ // */
511
+ // onClick: EventEmitter<AXClickEvent> = new EventEmitter<AXClickEvent>();
512
+ // protected emitOnClickEvent(e: MouseEvent): void {
513
+ // this.onClick.emit({
514
+ // component: this,
515
+ // htmlElement: this.getHostElement(),
516
+ // nativeEvent: e,
517
+ // });
518
+ // }
519
+ focus() {
520
+ AXHtmlUtil.focusElement(this.getHostElement());
521
+ }
522
+ blur() {
523
+ AXHtmlUtil.blurElement(this.getHostElement());
524
+ }
525
+ /**
526
+ * Check component is focused or has any focused element.
527
+ */
528
+ hasFocus() {
529
+ return AXHtmlUtil.hasFocus(this.getHostElement());
530
+ }
531
+ }
532
+
533
+ class MXValueComponent extends MXInteractiveComponent {
534
+ constructor() {
535
+ super(...arguments);
536
+ /**
537
+ * Fires each time the user press a key.
538
+ * @event
539
+ */
540
+ this.onValueChanged = new EventEmitter();
541
+ /**
542
+ * @deprecated The event should not be used, use ngModelChange instead
543
+ */
544
+ this.valueChange = new EventEmitter();
545
+ this.readonlyChange = new EventEmitter();
546
+ this._readonly = false;
547
+ this._dirty = false;
548
+ this._isUserInteraction = false;
549
+ this.stateChange = new EventEmitter();
550
+ this._state = 'clear';
551
+ this.document = inject(DOCUMENT);
552
+ this.platformID = inject(PLATFORM_ID);
553
+ this.validationService = inject(AXValidationService);
554
+ this.validationRulesChange = new EventEmitter();
555
+ this.validationRules = [];
556
+ this.onChangeCallback = noop;
557
+ }
558
+ /**
559
+ * If set to true, user cannot change the value of component.
560
+ */
561
+ get readonly() {
562
+ return this._readonly;
563
+ }
564
+ set readonly(value) {
565
+ value = coerceBooleanProperty(value);
566
+ this.setOption({
567
+ name: 'readonly',
568
+ value,
569
+ afterCallback: () => {
570
+ this.cdr.markForCheck();
571
+ },
572
+ });
573
+ }
574
+ get name() {
575
+ return this._name;
576
+ }
577
+ set name(value) {
578
+ this._name = value;
579
+ }
580
+ get dirty() {
581
+ return this._dirty;
582
+ }
583
+ markAsDirty() {
584
+ this._dirty = true;
585
+ }
586
+ /**
587
+ * @deprecated The property should not be used, use ngModel instead
588
+ */
589
+ get value() {
590
+ return this.internalGetValue(this._value) ?? this.defaultValue;
591
+ }
592
+ set value(v) {
593
+ v = this.internalSetValue(v);
594
+ const old = cloneDeep(this.value);
595
+ if (v === null || v === undefined || v === '' || (Array.isArray(v) && v.length === 0)) {
596
+ this.setState('clear');
597
+ if (old === null || old === undefined || old === '' || (Array.isArray(old) && old.length === 0)) {
598
+ return;
599
+ }
600
+ }
601
+ if (!isEqual(old, v)) {
602
+ this._value = v;
603
+ this.emitOnValueChangedEvent(old, this.value);
604
+ this.internalValueChanged(this.value);
605
+ }
606
+ }
607
+ get state() {
608
+ return this._state;
609
+ }
610
+ set state(value) {
611
+ this.setState(value);
612
+ this.stateChange.emit(value);
613
+ }
614
+ emitOnValueChangedEvent(oldValue, newValue) {
615
+ this.valueChange.emit(newValue);
616
+ this.onValueChanged.emit({
617
+ component: this,
618
+ value: newValue,
619
+ oldValue: oldValue,
620
+ name: this.name,
621
+ isUserInteraction: this._isUserInteraction,
622
+ });
623
+ this.onChangeCallback(newValue);
624
+ this.cdr.markForCheck();
625
+ this._isUserInteraction = false;
626
+ }
627
+ internalSetValue(value) {
628
+ return value;
629
+ }
630
+ internalGetValue(value) {
631
+ return value;
632
+ }
633
+ internalValueChanged(value) { }
634
+ ngOnInit() {
635
+ super.ngOnInit();
636
+ //
637
+ this.registerValidation();
638
+ }
639
+ ngOnDestroy() {
640
+ this.onValueChanged?.unsubscribe();
641
+ this.onOptionChanged?.unsubscribe();
642
+ }
643
+ registerValidation() {
644
+ const a = this.getHostElement().querySelectorAll('[ax-form-item="true"]');
645
+ a.forEach((c) => {
646
+ c.removeAttribute('ax-form-item');
647
+ });
648
+ this.getHostElement().setAttribute('ax-form-item', 'true');
649
+ }
650
+ get isRequired() {
651
+ return this.validationRules?.some((c) => c.rule == 'required');
652
+ }
653
+ addValidationRule(rule) {
654
+ this.validationRules.push(rule);
655
+ this.validationRulesChange.emit(this.validationRules);
656
+ }
657
+ removeValidationRule(rule) {
658
+ this.validationRules = this.validationRules.filter((r) => r.rule !== rule.rule || !isEqual(r.options, rule.options));
659
+ this.validationRulesChange.emit(this.validationRules);
660
+ }
661
+ async validate() {
662
+ const container_classes = ['ax-editor-container', 'ax-checkbox', 'ax-radio'];
663
+ const container = container_classes.some((c) => this.getHostElement().classList.contains(c))
664
+ ? this.getHostElement()
665
+ : this.getHostElement().querySelector('.ax-editor-container');
666
+ const formField = container?.closest('ax-form-field') || container?.closest('ax-checkbox');
667
+ const label = formField?.querySelector('ax-label') || formField?.querySelector('label');
668
+ //
669
+ const rules = this.validationService.ruleFor(this.value);
670
+ this.validationRules.forEach((r) => {
671
+ r.options['title'] = (label?.firstChild?.textContent ?? this.name)?.replace('*', '').trim();
672
+ rules.addRule(r.rule, r.options);
673
+ });
674
+ const result = await rules.validate();
675
+ if (result.result) {
676
+ this.setState('clear');
677
+ }
678
+ else {
679
+ const message = result.rules.find((c) => !c.result).message;
680
+ this.setState('error', message);
681
+ }
682
+ return result;
683
+ }
684
+ setState(state, ...args) {
685
+ //TODO: find a better solution
686
+ if (isBrowser()) {
687
+ const container = this.getHostElement().classList.contains('ax-editor-container')
688
+ ? this.getHostElement()
689
+ : this.getHostElement().querySelector('.ax-editor-container');
690
+ const formField = container?.closest('ax-form-field');
691
+ const label = formField?.querySelector('ax-label') || formField?.querySelector('label');
692
+ let target = container || this.getHostElement().firstElementChild;
693
+ if (target?.querySelector('.ax-error-container')) {
694
+ target = target.querySelector('.ax-error-container');
695
+ }
696
+ const parent = target?.parentElement;
697
+ if (!target || !parent)
698
+ return;
699
+ switch (state) {
700
+ case 'clear':
701
+ this._state = 'clear';
702
+ if (parent.querySelector('span.ax-error-message')) {
703
+ parent.removeChild(parent.querySelector('span.ax-error-message'));
704
+ }
705
+ label?.classList.remove('ax-state-error');
706
+ target.classList.remove('ax-state-error', 'ax-state-success');
707
+ break;
708
+ case 'success':
709
+ this.setState('clear');
710
+ target.classList.add('ax-state-success');
711
+ this._state = 'success';
712
+ break;
713
+ case 'error':
714
+ this.setState('clear');
715
+ if (args[0] && isPlatformBrowser(this.platformID)) {
716
+ const span = this.document.createElement('span');
717
+ span.innerHTML = args[0];
718
+ span.classList.add('ax-error-message');
719
+ parent.appendChild(span);
720
+ }
721
+ label?.classList.add('ax-state-error');
722
+ target.classList.add('ax-state-error');
723
+ this._state = 'error';
724
+ break;
725
+ }
726
+ this.cdr.markForCheck();
727
+ }
728
+ }
729
+ registerOnChange(fn) {
730
+ this.onChangeCallback = fn;
731
+ }
732
+ writeValue(value) {
733
+ this.value = value;
734
+ }
735
+ commitValue(value, u = false) {
736
+ if (u) {
737
+ this.markAsTouched();
738
+ this.markAsDirty();
739
+ this._isUserInteraction = true;
740
+ }
741
+ this.writeValue(value);
742
+ }
743
+ reset(e = false) {
744
+ this.commitValue(null, e);
745
+ }
746
+ resetErrors() {
747
+ this.setState('clear');
748
+ }
749
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: MXValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
750
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: MXValueComponent }); }
751
+ }
752
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: MXValueComponent, decorators: [{
753
+ type: Injectable
754
+ }] });
755
+
756
+ /**
757
+ * Contains native event
758
+ * @category Events
759
+ */
760
+ class AXEvent {
761
+ constructor() {
762
+ this.isUserInteraction = false;
763
+ }
764
+ }
765
+ /**
766
+ * Contains native event
767
+ * @category Events
768
+ */
769
+ class AXHtmlEvent extends AXEvent {
770
+ }
771
+ /**
772
+ * Contains native event
773
+ * @category Events
774
+ */
775
+ class AXValueChangedEvent extends AXEvent {
776
+ }
777
+ /**
778
+ * Contains native event
779
+ * @category Events
780
+ */
781
+ class AXOptionChangedEvent extends AXEvent {
782
+ }
783
+ /**
784
+ * Fires each time the user click the element.
785
+ * @category Events
786
+ */
787
+ class AXClickEvent extends AXHtmlEvent {
788
+ constructor() {
789
+ super(...arguments);
790
+ /**
791
+ * uses for extra data
792
+ */
793
+ this.data = null;
794
+ this.nativeEvent = null;
795
+ }
796
+ }
797
+ /**
798
+ * Fires each time the user click the element.
799
+ * @category Events
800
+ */
801
+ class AXButtonClickEvent extends AXClickEvent {
802
+ }
803
+ /**
804
+ * Fires each time the user click the element.
805
+ * @category Events
806
+ */
807
+ class AXItemClickEvent extends AXClickEvent {
808
+ }
809
+ /**
810
+ * Fires each time the component gets focused.
811
+ * @category Events
812
+ */
813
+ class AXFocusEvent extends AXHtmlEvent {
814
+ }
815
+ /**
816
+ * Fires each time an item or multiple items selected by the user or value.
817
+ * @category Events
818
+ */
819
+ class AXSelectionValueChangedEvent extends AXValueChangedEvent {
820
+ constructor() {
821
+ super(...arguments);
822
+ this.value = null;
823
+ this.oldValue = null;
824
+ this.selectedKeys = [];
825
+ this.selectedItems = [];
826
+ }
827
+ }
828
+ /**
829
+ * Contains range start & end values
830
+ * @category Events
831
+ */
832
+ class AXRangeChangedEvent extends AXEvent {
833
+ }
834
+
835
+ const TAB_META_KEY = '__meta__';
836
+ class AXComponentCloseEvent extends AXEvent {
837
+ }
838
+ class AXComponentClosing {
839
+ constructor() {
840
+ this.cancel = false;
841
+ }
842
+ }
843
+ class AXComponentResult {
844
+ }
845
+ /**
846
+ * Defines a CSS class—or multiple classes separated by spaces— which are applied to a span element inside the Button. Allows the usage of custom icons after the primary text.
847
+ */
848
+ class AXComponentClosedPromise extends Promise {
849
+ constructor(executor) {
850
+ super(executor);
851
+ }
852
+ close() {
853
+ if (this.closeMethod) {
854
+ this.closeMethod();
855
+ }
856
+ }
857
+ }
858
+ class AXComponent {
859
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
860
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXComponent }); }
861
+ }
862
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXComponent, decorators: [{
863
+ type: Injectable
864
+ }] });
865
+ class AXClosbaleComponent extends AXComponent {
866
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXClosbaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
867
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXClosbaleComponent }); }
868
+ }
869
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXClosbaleComponent, decorators: [{
870
+ type: Injectable
871
+ }] });
872
+ class AXClearableComponent extends AXComponent {
873
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXClearableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
874
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXClearableComponent }); }
875
+ }
876
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXClearableComponent, decorators: [{
877
+ type: Injectable
878
+ }] });
879
+ class AXSearchableComponent extends AXComponent {
880
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXSearchableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
881
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXSearchableComponent }); }
882
+ }
883
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXSearchableComponent, decorators: [{
884
+ type: Injectable
885
+ }] });
886
+ class AXValuableComponent extends AXComponent {
887
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXValuableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
888
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXValuableComponent }); }
889
+ }
890
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXValuableComponent, decorators: [{
891
+ type: Injectable
892
+ }] });
893
+ class AXFocusableComponent extends AXComponent {
894
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXFocusableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
895
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXFocusableComponent }); }
896
+ }
897
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXFocusableComponent, decorators: [{
898
+ type: Injectable
899
+ }] });
900
+ class AXPagedComponent extends AXComponent {
901
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXPagedComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
902
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXPagedComponent }); }
903
+ }
904
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXPagedComponent, decorators: [{
905
+ type: Injectable
906
+ }] });
907
+ class AXAutocompleteParentComponent extends MXValueComponent {
908
+ constructor() {
909
+ super(...arguments);
910
+ this.oldInputValue = '';
911
+ this.onKeyDown = new EventEmitter();
912
+ this.onInputValueEmit = new EventEmitter();
913
+ this.onInputValueChanged = new EventEmitter();
914
+ }
915
+ handleInputValueChanged(value, isUserInteraction = false) {
916
+ if (value === this.oldInputValue)
917
+ return;
918
+ this.onInputValueChanged.emit({
919
+ value,
920
+ name: this.name,
921
+ component: this,
922
+ isUserInteraction,
923
+ oldValue: this.oldInputValue,
924
+ htmlElement: this.getHostElement(),
925
+ });
926
+ this.oldInputValue = value;
927
+ }
928
+ handleInputValueEmit(value, isUserInteraction = false) {
929
+ if (value === this.oldInputValue)
930
+ return;
931
+ this.onInputValueEmit.emit({
932
+ value,
933
+ name: this.name,
934
+ component: this,
935
+ isUserInteraction,
936
+ oldValue: this.oldInputValue,
937
+ htmlElement: this.getHostElement(),
938
+ });
939
+ this.oldInputValue = value;
940
+ }
941
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXAutocompleteParentComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
942
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXAutocompleteParentComponent }); }
943
+ }
944
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXAutocompleteParentComponent, decorators: [{
945
+ type: Injectable
946
+ }] });
947
+
948
+ class AXListDataSource extends DataSource {
949
+ get range() {
950
+ return this._range;
951
+ }
952
+ /**
953
+ * @ignore
954
+ */
955
+ constructor(config) {
956
+ super();
957
+ this.config = config;
958
+ this.debounceTime = 0;
959
+ this.subscription = new Subscription();
960
+ this._range = { start: 0, end: 0 };
961
+ this.source = config.source;
962
+ if (config.debounceTime)
963
+ this.debounceTime = config.debounceTime;
964
+ //
965
+ this.dataStream = new BehaviorSubject(this.config.source.cachedItems);
966
+ this.source.onChanged.subscribe((data) => {
967
+ this.dataStream.next(data.cachedItems);
968
+ });
969
+ }
970
+ connect(collectionViewer) {
971
+ this.subscription.add(collectionViewer.viewChange
972
+ .pipe(debounceTime(this.debounceTime))
973
+ .pipe(distinctUntilChanged())
974
+ .subscribe((range) => {
975
+ this._range = range;
976
+ const startPage = this.getPageForIndex(range.start);
977
+ const endPage = this.getPageForIndex(range.end - 1);
978
+ for (let i = startPage; i <= endPage; i++) {
979
+ this.source.setPage(i);
980
+ }
509
981
  }));
510
982
  return this.dataStream;
511
983
  }
@@ -712,15 +1184,12 @@ class AXAutoFocusDirective {
712
1184
  }, this.time);
713
1185
  }
714
1186
  }
715
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXAutoFocusDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: AXFocusableComponent, host: true, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive }); }
716
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.3", type: AXAutoFocusDirective, isStandalone: false, selector: "[axAutoFocus]", inputs: { autoFocus: ["axAutoFocus", "autoFocus"], time: ["axAutoFocusTime", "time"] }, ngImport: i0 }); }
1187
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXAutoFocusDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: AXFocusableComponent, host: true, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive }); }
1188
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.8", type: AXAutoFocusDirective, isStandalone: true, selector: "[axAutoFocus]", inputs: { autoFocus: ["axAutoFocus", "autoFocus"], time: ["axAutoFocusTime", "time"] }, ngImport: i0 }); }
717
1189
  }
718
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXAutoFocusDirective, decorators: [{
1190
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXAutoFocusDirective, decorators: [{
719
1191
  type: Directive,
720
- args: [{
721
- selector: '[axAutoFocus]',
722
- standalone: false
723
- }]
1192
+ args: [{ selector: '[axAutoFocus]' }]
724
1193
  }], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: AXFocusableComponent, decorators: [{
725
1194
  type: Host
726
1195
  }, {
@@ -771,10 +1240,10 @@ class AXHotkeysService {
771
1240
  }
772
1241
  });
773
1242
  }
774
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXHotkeysService, deps: [{ token: i1.EventManager }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
775
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXHotkeysService }); }
1243
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXHotkeysService, deps: [{ token: i1.EventManager }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
1244
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXHotkeysService }); }
776
1245
  }
777
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXHotkeysService, decorators: [{
1246
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXHotkeysService, decorators: [{
778
1247
  type: Injectable
779
1248
  }], ctorParameters: () => [{ type: i1.EventManager }, { type: Document, decorators: [{
780
1249
  type: Inject,
@@ -837,15 +1306,12 @@ class AXHotkeyDirective {
837
1306
  s.unsubscribe();
838
1307
  });
839
1308
  }
840
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXHotkeyDirective, deps: [{ token: i0.ElementRef }, { token: AXComponent, host: true, optional: true, self: true }, { token: AXHotkeysService }], target: i0.ɵɵFactoryTarget.Directive }); }
841
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.3", type: AXHotkeyDirective, isStandalone: false, selector: "[axHotkey]", inputs: { axHotkey: "axHotkey" }, ngImport: i0 }); }
1309
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXHotkeyDirective, deps: [{ token: i0.ElementRef }, { token: AXComponent, host: true, optional: true, self: true }, { token: AXHotkeysService }], target: i0.ɵɵFactoryTarget.Directive }); }
1310
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.8", type: AXHotkeyDirective, isStandalone: true, selector: "[axHotkey]", inputs: { axHotkey: "axHotkey" }, ngImport: i0 }); }
842
1311
  }
843
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXHotkeyDirective, decorators: [{
1312
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXHotkeyDirective, decorators: [{
844
1313
  type: Directive,
845
- args: [{
846
- selector: '[axHotkey]',
847
- standalone: false
848
- }]
1314
+ args: [{ selector: '[axHotkey]' }]
849
1315
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: AXComponent, decorators: [{
850
1316
  type: Host
851
1317
  }, {
@@ -896,15 +1362,12 @@ class AXInfiniteScrollerDirective {
896
1362
  return this.scrollCallback();
897
1363
  }));
898
1364
  }
899
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXInfiniteScrollerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
900
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.3", type: AXInfiniteScrollerDirective, isStandalone: false, selector: "[axInfiniteScroller]", inputs: { scrollCallback: "scrollCallback", immediateCallback: "immediateCallback", scrollPercent: "scrollPercent" }, ngImport: i0 }); }
1365
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXInfiniteScrollerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1366
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.8", type: AXInfiniteScrollerDirective, isStandalone: true, selector: "[axInfiniteScroller]", inputs: { scrollCallback: "scrollCallback", immediateCallback: "immediateCallback", scrollPercent: "scrollPercent" }, ngImport: i0 }); }
901
1367
  }
902
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXInfiniteScrollerDirective, decorators: [{
1368
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXInfiniteScrollerDirective, decorators: [{
903
1369
  type: Directive,
904
- args: [{
905
- selector: '[axInfiniteScroller]',
906
- standalone: false
907
- }]
1370
+ args: [{ selector: '[axInfiniteScroller]' }]
908
1371
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { scrollCallback: [{
909
1372
  type: Input
910
1373
  }], immediateCallback: [{
@@ -940,117 +1403,28 @@ class AXResponsiveDirective {
940
1403
  this._observer?.disconnect();
941
1404
  this._observer?.unobserve(this._elementRef.nativeElement);
942
1405
  }
943
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXResponsiveDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
944
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.3", type: AXResponsiveDirective, isStandalone: false, selector: "[axResponsive]", ngImport: i0 }); }
1406
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXResponsiveDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1407
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.8", type: AXResponsiveDirective, isStandalone: true, selector: "[axResponsive]", ngImport: i0 }); }
945
1408
  }
946
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXResponsiveDirective, decorators: [{
1409
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXResponsiveDirective, decorators: [{
947
1410
  type: Directive,
948
- args: [{
949
- selector: '[axResponsive]',
950
- standalone: false
951
- }]
1411
+ args: [{ selector: '[axResponsive]' }]
952
1412
  }], ctorParameters: () => [{ type: i0.ElementRef }] });
953
1413
 
954
1414
  class AXCommonModule {
955
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
956
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: AXCommonModule, declarations: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective], exports: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective] }); }
957
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXCommonModule, providers: [AXHotkeysService] }); }
1415
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1416
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.8", ngImport: i0, type: AXCommonModule, imports: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective], exports: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective] }); }
1417
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXCommonModule, providers: [AXHotkeysService] }); }
958
1418
  }
959
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXCommonModule, decorators: [{
1419
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXCommonModule, decorators: [{
960
1420
  type: NgModule,
961
1421
  args: [{
962
- declarations: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective],
963
- imports: [],
1422
+ imports: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective],
964
1423
  exports: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective],
965
1424
  providers: [AXHotkeysService],
966
1425
  }]
967
1426
  }] });
968
1427
 
969
- class AXDomService {
970
- generateElementId() {
971
- const dateString = Date.now().toString(36);
972
- const randomness = Math.random().toString(36).substr(2);
973
- return dateString + randomness;
974
- }
975
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXDomService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
976
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXDomService, providedIn: 'root' }); }
977
- }
978
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXDomService, decorators: [{
979
- type: Injectable,
980
- args: [{ providedIn: 'root' }]
981
- }] });
982
-
983
- class MXBaseComponent {
984
- constructor() {
985
- this._cdr = inject(ChangeDetectorRef);
986
- this._elementRef = inject(ElementRef);
987
- this._viewRef = inject(ViewContainerRef);
988
- this._domService = inject(AXDomService);
989
- this._id = this._domService.generateElementId();
990
- /**
991
- * Fired when an option related to the component changes.
992
- *
993
- * @event
994
- */
995
- this.onOptionChanged = new EventEmitter();
996
- }
997
- get id() {
998
- return this._id;
999
- }
1000
- set id(v) {
1001
- this._id = v;
1002
- }
1003
- get cdr() {
1004
- return this._cdr;
1005
- }
1006
- getHostElement() {
1007
- return this._elementRef?.nativeElement;
1008
- }
1009
- getViewContainer() {
1010
- return this._viewRef;
1011
- }
1012
- internalOptionChanging(option) {
1013
- return option?.value;
1014
- }
1015
- internalOptionChanged(option) { }
1016
- /**
1017
- * @ignore
1018
- */
1019
- ngOnInit() {
1020
- this.getHostElement().__axContext__ = this;
1021
- }
1022
- setOption(option) {
1023
- const oldValue = this[option.name];
1024
- let newValue = this.internalOptionChanging({
1025
- name: option.name,
1026
- value: option.value,
1027
- });
1028
- if (option.beforeCallback) {
1029
- newValue = option.beforeCallback(oldValue, newValue);
1030
- }
1031
- //TODO : check real changes if value is object
1032
- if (oldValue != newValue) {
1033
- this[`_${option.name}`] = option.value;
1034
- this.onOptionChanged.emit({
1035
- component: this,
1036
- name: option.name,
1037
- newValue,
1038
- oldValue,
1039
- });
1040
- const emitter = this[`${option.name}Change`];
1041
- emitter?.emit(newValue);
1042
- this.internalOptionChanged({ name: option.name, value: newValue });
1043
- }
1044
- if (option.afterCallback)
1045
- option.afterCallback(oldValue, newValue);
1046
- }
1047
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: MXBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1048
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: MXBaseComponent }); }
1049
- }
1050
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: MXBaseComponent, decorators: [{
1051
- type: Injectable
1052
- }] });
1053
-
1054
1428
  class MXColorComponent extends MXBaseComponent {
1055
1429
  constructor() {
1056
1430
  super(...arguments);
@@ -1065,172 +1439,48 @@ class MXColorComponent extends MXBaseComponent {
1065
1439
  }
1066
1440
  set color(value) {
1067
1441
  this.setOption({
1068
- name: 'color',
1069
- value,
1070
- afterCallback: () => {
1071
- this.cdr.markForCheck();
1072
- },
1073
- });
1074
- }
1075
- }
1076
-
1077
- class MXLookableComponent {
1078
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: MXLookableComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1079
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: MXLookableComponent }); }
1080
- }
1081
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: MXLookableComponent, decorators: [{
1082
- type: Injectable
1083
- }] });
1084
- class MXLookComponent extends MXBaseComponent {
1085
- constructor() {
1086
- super(...arguments);
1087
- this.lookChange = new EventEmitter();
1088
- this._look = 'solid';
1089
- }
1090
- /**
1091
- * Predefined look schemes
1092
- */
1093
- get look() {
1094
- return this._look;
1095
- }
1096
- set look(value) {
1097
- this.setOption({
1098
- name: 'look',
1099
- value,
1100
- afterCallback: () => {
1101
- this.cdr.markForCheck();
1102
- },
1103
- });
1104
- }
1105
- }
1106
-
1107
- class MXColorLookComponent extends classes(MXColorComponent, MXLookComponent) {
1108
- }
1109
-
1110
- class MXInteractiveComponent extends MXBaseComponent {
1111
- constructor() {
1112
- super(...arguments);
1113
- /**
1114
- * @ignore
1115
- */
1116
- this.onTouchedCallback = noop;
1117
- this._touched = false;
1118
- /**
1119
- * Emits an event whenever the disabled state of the component changes.
1120
- *
1121
- * @event
1122
- */
1123
- this.disabledChange = new EventEmitter();
1124
- this._tabIndex = 0;
1125
- /**
1126
- * Fires each time the component gets focused.
1127
- * @event
1128
- */
1129
- this.onFocus = new EventEmitter();
1130
- /**
1131
- * Fires each time the component gets blurred.
1132
- * @event
1133
- */
1134
- this.onBlur = new EventEmitter();
1135
- // private _focused = signal(false);
1136
- // protected markAsFocused() {
1137
- // this._focused.set(true);
1138
- // }
1139
- // protected markAsBlured() {
1140
- // this._focused.set(false);
1141
- // }
1142
- }
1143
- registerOnTouched(fn) {
1144
- this.onTouchedCallback = fn;
1145
- }
1146
- /**
1147
- * Indicates whether the component has been touched.
1148
- *
1149
- */
1150
- get touched() {
1151
- return this._touched;
1152
- }
1153
- /**
1154
- * @ignore
1155
- */
1156
- markAsTouched() {
1157
- if (!this.touched) {
1158
- this.onTouchedCallback();
1159
- this._touched = true;
1160
- }
1161
- }
1162
- /**
1163
- * If set to true, it disables the component.
1164
- */
1165
- get disabled() {
1166
- return this._disabled;
1167
- }
1168
- set disabled(value) {
1169
- value = coerceBooleanProperty(value);
1170
- this.setOption({
1171
- name: 'disabled',
1172
- value,
1173
- afterCallback: () => {
1174
- this.cdr.markForCheck();
1175
- },
1176
- });
1177
- }
1178
- setDisabledState(isDisabled) {
1179
- this.disabled = isDisabled;
1180
- }
1181
- /**
1182
- * Specifies the tabindex of the component.
1183
- */
1184
- get tabIndex() {
1185
- return this.disabled ? -1 : this._tabIndex;
1186
- }
1187
- set tabIndex(value) {
1188
- this.setOption({
1189
- name: 'tabIndex',
1190
- value: value != null ? coerceNumberProperty(value) : 0,
1191
- });
1192
- }
1193
- emitOnFocusEvent(e) {
1194
- this.onFocus.emit({
1195
- component: this,
1196
- htmlElement: this.getHostElement(),
1197
- nativeEvent: e,
1198
- });
1199
- }
1200
- emitOnBlurEvent(e) {
1201
- this.markAsTouched();
1202
- this.onBlur.emit({
1203
- component: this,
1204
- htmlElement: this.getHostElement(),
1205
- nativeEvent: e,
1206
- });
1207
- }
1208
- // /**
1209
- // * Fires each time the user clicks the button.
1210
- // * @event
1211
- // */
1212
- // onClick: EventEmitter<AXClickEvent> = new EventEmitter<AXClickEvent>();
1213
- // protected emitOnClickEvent(e: MouseEvent): void {
1214
- // this.onClick.emit({
1215
- // component: this,
1216
- // htmlElement: this.getHostElement(),
1217
- // nativeEvent: e,
1218
- // });
1219
- // }
1220
- focus() {
1221
- AXHtmlUtil.focusElement(this.getHostElement());
1442
+ name: 'color',
1443
+ value,
1444
+ afterCallback: () => {
1445
+ this.cdr.markForCheck();
1446
+ },
1447
+ });
1222
1448
  }
1223
- blur() {
1224
- AXHtmlUtil.blurElement(this.getHostElement());
1449
+ }
1450
+
1451
+ class MXLookableComponent {
1452
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: MXLookableComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1453
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: MXLookableComponent }); }
1454
+ }
1455
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: MXLookableComponent, decorators: [{
1456
+ type: Injectable
1457
+ }] });
1458
+ class MXLookComponent extends MXBaseComponent {
1459
+ constructor() {
1460
+ super(...arguments);
1461
+ this.lookChange = new EventEmitter();
1462
+ this._look = 'solid';
1225
1463
  }
1226
1464
  /**
1227
- * Check component is focused or has any focused element.
1465
+ * Predefined look schemes
1228
1466
  */
1229
- hasFocus() {
1230
- return AXHtmlUtil.hasFocus(this.getHostElement());
1467
+ get look() {
1468
+ return this._look;
1469
+ }
1470
+ set look(value) {
1471
+ this.setOption({
1472
+ name: 'look',
1473
+ value,
1474
+ afterCallback: () => {
1475
+ this.cdr.markForCheck();
1476
+ },
1477
+ });
1231
1478
  }
1232
1479
  }
1233
1480
 
1481
+ class MXColorLookComponent extends classes(MXColorComponent, MXLookComponent) {
1482
+ }
1483
+
1234
1484
  class MXButtonBaseComponent extends classes(MXInteractiveComponent, MXColorLookComponent) {
1235
1485
  /**
1236
1486
  * Defines the primary text to show inside the button.
@@ -1315,229 +1565,6 @@ class MXButtonBaseComponent extends classes(MXInteractiveComponent, MXColorLookC
1315
1565
  }
1316
1566
  }
1317
1567
 
1318
- class MXValueComponent extends MXInteractiveComponent {
1319
- constructor() {
1320
- super(...arguments);
1321
- /**
1322
- * Fires each time the user press a key.
1323
- * @event
1324
- */
1325
- this.onValueChanged = new EventEmitter();
1326
- /**
1327
- * @deprecated The event should not be used, use ngModelChange instead
1328
- */
1329
- this.valueChange = new EventEmitter();
1330
- this.readonlyChange = new EventEmitter();
1331
- this._readonly = false;
1332
- this._dirty = false;
1333
- this._isUserInteraction = false;
1334
- this.stateChange = new EventEmitter();
1335
- this._state = 'clear';
1336
- this.document = inject(DOCUMENT);
1337
- this.platformID = inject(PLATFORM_ID);
1338
- this.validationService = inject(AXValidationService);
1339
- this.validationRulesChange = new EventEmitter();
1340
- this.validationRules = [];
1341
- this.onChangeCallback = noop;
1342
- }
1343
- /**
1344
- * If set to true, user cannot change the value of component.
1345
- */
1346
- get readonly() {
1347
- return this._readonly;
1348
- }
1349
- set readonly(value) {
1350
- value = coerceBooleanProperty(value);
1351
- this.setOption({
1352
- name: 'readonly',
1353
- value,
1354
- afterCallback: () => {
1355
- this.cdr.markForCheck();
1356
- },
1357
- });
1358
- }
1359
- get name() {
1360
- return this._name;
1361
- }
1362
- set name(value) {
1363
- this._name = value;
1364
- }
1365
- get dirty() {
1366
- return this._dirty;
1367
- }
1368
- markAsDirty() {
1369
- this._dirty = true;
1370
- }
1371
- /**
1372
- * @deprecated The property should not be used, use ngModel instead
1373
- */
1374
- get value() {
1375
- return this.internalGetValue(this._value) ?? this.defaultValue;
1376
- }
1377
- set value(v) {
1378
- v = this.internalSetValue(v);
1379
- const old = clone(this.value);
1380
- if (v === null || v === undefined || v === '' || (Array.isArray(v) && v.length === 0)) {
1381
- this.setState('clear');
1382
- if (old === null || old === undefined || old === '' || (Array.isArray(old) && old.length === 0)) {
1383
- return;
1384
- }
1385
- }
1386
- if (!isEqual(old, v)) {
1387
- this._value = v;
1388
- this.emitOnValueChangedEvent(old, this.value);
1389
- this.internalValueChanged(this.value);
1390
- }
1391
- }
1392
- get state() {
1393
- return this._state;
1394
- }
1395
- set state(value) {
1396
- this.setState(value);
1397
- this.stateChange.emit(value);
1398
- }
1399
- emitOnValueChangedEvent(oldValue, newValue) {
1400
- this.valueChange.emit(newValue);
1401
- this.onValueChanged.emit({
1402
- component: this,
1403
- value: newValue,
1404
- oldValue: oldValue,
1405
- name: this.name,
1406
- isUserInteraction: this._isUserInteraction,
1407
- });
1408
- this.onChangeCallback(newValue);
1409
- this.cdr.markForCheck();
1410
- this._isUserInteraction = false;
1411
- }
1412
- internalSetValue(value) {
1413
- return value;
1414
- }
1415
- internalGetValue(value) {
1416
- return value;
1417
- }
1418
- internalValueChanged(value) { }
1419
- ngOnInit() {
1420
- super.ngOnInit();
1421
- //
1422
- this.registerValidation();
1423
- }
1424
- ngOnDestroy() {
1425
- this.onValueChanged?.unsubscribe();
1426
- this.onOptionChanged?.unsubscribe();
1427
- }
1428
- registerValidation() {
1429
- const a = this.getHostElement().querySelectorAll('[ax-form-item="true"]');
1430
- a.forEach((c) => {
1431
- c.removeAttribute('ax-form-item');
1432
- });
1433
- this.getHostElement().setAttribute('ax-form-item', 'true');
1434
- }
1435
- get isRequired() {
1436
- return this.validationRules?.some((c) => c.rule == 'required');
1437
- }
1438
- addValidationRule(rule) {
1439
- this.validationRules.push(rule);
1440
- this.validationRulesChange.emit(this.validationRules);
1441
- }
1442
- removeValidationRule(rule) {
1443
- this.validationRules = this.validationRules.filter((r) => r.rule !== rule.rule || !isEqual(r.options, rule.options));
1444
- this.validationRulesChange.emit(this.validationRules);
1445
- }
1446
- async validate() {
1447
- const container_classes = ['ax-editor-container', 'ax-checkbox', 'ax-radio'];
1448
- const container = container_classes.some((c) => this.getHostElement().classList.contains(c))
1449
- ? this.getHostElement()
1450
- : this.getHostElement().querySelector('.ax-editor-container');
1451
- const formField = container?.closest('ax-form-field') || container?.closest('ax-checkbox');
1452
- const label = formField?.querySelector('ax-label') || formField?.querySelector('label');
1453
- //
1454
- const rules = this.validationService.ruleFor(this.value);
1455
- this.validationRules.forEach((r) => {
1456
- r.options['title'] = (label?.firstChild?.textContent ?? this.name)?.replace('*', '').trim();
1457
- rules.addRule(r.rule, r.options);
1458
- });
1459
- const result = await rules.validate();
1460
- if (result.result) {
1461
- this.setState('clear');
1462
- }
1463
- else {
1464
- const message = result.rules.find((c) => !c.result).message;
1465
- this.setState('error', message);
1466
- }
1467
- return result;
1468
- }
1469
- setState(state, ...args) {
1470
- //TODO: find a better solution
1471
- if (isBrowser()) {
1472
- const container = this.getHostElement().classList.contains('ax-editor-container')
1473
- ? this.getHostElement()
1474
- : this.getHostElement().querySelector('.ax-editor-container');
1475
- const formField = container?.closest('ax-form-field');
1476
- const label = formField?.querySelector('ax-label') || formField?.querySelector('label');
1477
- let target = container || this.getHostElement().firstElementChild;
1478
- if (target?.querySelector('.ax-error-container')) {
1479
- target = target.querySelector('.ax-error-container');
1480
- }
1481
- const parent = target?.parentElement;
1482
- if (!target || !parent)
1483
- return;
1484
- switch (state) {
1485
- case 'clear':
1486
- this._state = 'clear';
1487
- if (parent.querySelector('span.ax-error-message')) {
1488
- parent.removeChild(parent.querySelector('span.ax-error-message'));
1489
- }
1490
- label?.classList.remove('ax-state-error');
1491
- target.classList.remove('ax-state-error', 'ax-state-success');
1492
- break;
1493
- case 'success':
1494
- this.setState('clear');
1495
- target.classList.add('ax-state-success');
1496
- this._state = 'success';
1497
- break;
1498
- case 'error':
1499
- this.setState('clear');
1500
- if (args[0] && isPlatformBrowser(this.platformID)) {
1501
- const span = this.document.createElement('span');
1502
- span.innerHTML = args[0];
1503
- span.classList.add('ax-error-message');
1504
- parent.appendChild(span);
1505
- }
1506
- label?.classList.add('ax-state-error');
1507
- target.classList.add('ax-state-error');
1508
- this._state = 'error';
1509
- break;
1510
- }
1511
- this.cdr.markForCheck();
1512
- }
1513
- }
1514
- registerOnChange(fn) {
1515
- this.onChangeCallback = fn;
1516
- }
1517
- writeValue(value) {
1518
- this.value = value;
1519
- }
1520
- commitValue(value, u = false) {
1521
- if (u) {
1522
- this.markAsTouched();
1523
- this.markAsDirty();
1524
- this._isUserInteraction = true;
1525
- }
1526
- this.writeValue(value);
1527
- }
1528
- reset(e = false) {
1529
- this.commitValue(null, e);
1530
- }
1531
- resetErrors() {
1532
- this.setState('clear');
1533
- }
1534
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: MXValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1535
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: MXValueComponent }); }
1536
- }
1537
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: MXValueComponent, decorators: [{
1538
- type: Injectable
1539
- }] });
1540
-
1541
1568
  class MXInputBaseValueComponent extends MXValueComponent {
1542
1569
  constructor() {
1543
1570
  super(...arguments);
@@ -1582,10 +1609,10 @@ class MXInputBaseValueComponent extends MXValueComponent {
1582
1609
  else
1583
1610
  super.focus();
1584
1611
  }
1585
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: MXInputBaseValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1586
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: MXInputBaseValueComponent }); }
1612
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: MXInputBaseValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1613
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: MXInputBaseValueComponent }); }
1587
1614
  }
1588
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: MXInputBaseValueComponent, decorators: [{
1615
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: MXInputBaseValueComponent, decorators: [{
1589
1616
  type: Injectable
1590
1617
  }] });
1591
1618
 
@@ -1594,10 +1621,10 @@ class MXSelectionBridgeService {
1594
1621
  this.selectedItems = [];
1595
1622
  this.cacheList = {};
1596
1623
  }
1597
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: MXSelectionBridgeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1598
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: MXSelectionBridgeService }); }
1624
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: MXSelectionBridgeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1625
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: MXSelectionBridgeService }); }
1599
1626
  }
1600
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: MXSelectionBridgeService, decorators: [{
1627
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: MXSelectionBridgeService, decorators: [{
1601
1628
  type: Injectable
1602
1629
  }] });
1603
1630
  const AX_SELECTION_DATA_TOKEN = new InjectionToken('AX_SELECTION_DATA_TOKEN');
@@ -1801,10 +1828,10 @@ class MXSelectionValueComponent extends MXValueComponent {
1801
1828
  this.dataService.cacheList = {};
1802
1829
  this.cdr.markForCheck();
1803
1830
  }
1804
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: MXSelectionValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1805
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: MXSelectionValueComponent }); }
1831
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: MXSelectionValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1832
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: MXSelectionValueComponent }); }
1806
1833
  }
1807
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: MXSelectionValueComponent, decorators: [{
1834
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: MXSelectionValueComponent, decorators: [{
1808
1835
  type: Injectable
1809
1836
  }] });
1810
1837
 
@@ -1837,10 +1864,10 @@ class AXNgModelDelayedValueChangedDirective {
1837
1864
  distinctUntilChanged(), debounceTime(this.delayTime))
1838
1865
  .subscribe((value) => this.axDelayedValueChanged.emit(value));
1839
1866
  }
1840
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXNgModelDelayedValueChangedDirective, deps: [{ token: i1$1.NgModel }], target: i0.ɵɵFactoryTarget.Directive }); }
1841
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.3", type: AXNgModelDelayedValueChangedDirective, isStandalone: true, selector: "[axDelayedValueChanged]", inputs: { delayTime: "delayTime" }, outputs: { axDelayedValueChanged: "axDelayedValueChanged", axDelayTimeChange: "axDelayTimeChange" }, ngImport: i0 }); }
1867
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXNgModelDelayedValueChangedDirective, deps: [{ token: i1$1.NgModel }], target: i0.ɵɵFactoryTarget.Directive }); }
1868
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.8", type: AXNgModelDelayedValueChangedDirective, isStandalone: true, selector: "[axDelayedValueChanged]", inputs: { delayTime: "delayTime" }, outputs: { axDelayedValueChanged: "axDelayedValueChanged", axDelayTimeChange: "axDelayTimeChange" }, ngImport: i0 }); }
1842
1869
  }
1843
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXNgModelDelayedValueChangedDirective, decorators: [{
1870
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXNgModelDelayedValueChangedDirective, decorators: [{
1844
1871
  type: Directive,
1845
1872
  args: [{
1846
1873
  selector: '[axDelayedValueChanged]',
@@ -1892,10 +1919,10 @@ class AXInvertedColorDirective {
1892
1919
  });
1893
1920
  }
1894
1921
  }
1895
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXInvertedColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1896
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.0.3", type: AXInvertedColorDirective, isStandalone: true, selector: "[axInvertedColor]", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
1922
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXInvertedColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1923
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.1.8", type: AXInvertedColorDirective, isStandalone: true, selector: "[axInvertedColor]", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 }); }
1897
1924
  }
1898
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXInvertedColorDirective, decorators: [{
1925
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXInvertedColorDirective, decorators: [{
1899
1926
  type: Directive,
1900
1927
  args: [{
1901
1928
  selector: '[axInvertedColor]',
@@ -1949,10 +1976,10 @@ class AXRippleDirective {
1949
1976
  });
1950
1977
  }
1951
1978
  }
1952
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXRippleDirective, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1953
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.0.3", type: AXRippleDirective, isStandalone: true, selector: "[axRipple]", inputs: { enabled: ["axRipple", "enabled"], axRippleColor: "axRippleColor" }, ngImport: i0 }); }
1979
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXRippleDirective, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1980
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.8", type: AXRippleDirective, isStandalone: true, selector: "[axRipple]", inputs: { enabled: ["axRipple", "enabled"], axRippleColor: "axRippleColor" }, ngImport: i0 }); }
1954
1981
  }
1955
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXRippleDirective, decorators: [{
1982
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: AXRippleDirective, decorators: [{
1956
1983
  type: Directive,
1957
1984
  args: [{
1958
1985
  selector: '[axRipple]',
@@ -1969,5 +1996,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
1969
1996
  * Generated bundle index. Do not edit.
1970
1997
  */
1971
1998
 
1972
- export { AXAutoFocusDirective, AXButtonClickEvent, AXClearableComponent, AXClickEvent, AXClosbaleComponent, AXCommonModule, AXComponent, AXComponentCloseEvent, AXComponentClosedPromise, AXComponentClosing, AXComponentResult, AXDataSource, AXDomService, AXEvent, AXFocusEvent, AXFocusableComponent, AXHotkeyDirective, AXHotkeysService, AXHtmlEvent, AXInfiniteScrollerDirective, AXInvertedColorDirective, AXItemClickEvent, AXListDataSource, AXNgModelDelayedValueChangedDirective, AXOptionChangedEvent, AXPagedComponent, AXRangeChangedEvent, AXResponsiveDirective, AXRippleDirective, AXSearchableComponent, AXSelectionValueChangedEvent, AXValuableComponent, AXValueChangedEvent, AX_LOCATIONS, AX_PLACEMENT_BOTTOM, AX_PLACEMENT_BOTTOM_END, AX_PLACEMENT_BOTTOM_START, AX_PLACEMENT_END, AX_PLACEMENT_END_BOTTOM, AX_PLACEMENT_END_TOP, AX_PLACEMENT_MAP, AX_PLACEMENT_START, AX_PLACEMENT_START_BOTTOM, AX_PLACEMENT_START_TOP, AX_PLACEMENT_TOP, AX_PLACEMENT_TOP_END, AX_PLACEMENT_TOP_START, AX_SELECTION_DATA_TOKEN, AX_STYLE_COLOR_TYPES, AX_STYLE_LOOK_TYPES, MXBaseComponent, MXButtonBaseComponent, MXColorComponent, MXColorLookComponent, MXInputBaseValueComponent, MXInteractiveComponent, MXLookComponent, MXLookableComponent, MXSelectionBridgeService, MXSelectionValueComponent, MXValueComponent, NXButtonComponent, NXClickEvent, NXColorComponent, NXComponent, NXEvent, NXInteractiveComponent, NXLookComponent, NXNativeEvent, NXValueComponent, TAB_META_KEY, convertArrayToDataSource, convertToPlacement };
1999
+ export { AXAutoFocusDirective, AXAutocompleteParentComponent, AXButtonClickEvent, AXClearableComponent, AXClickEvent, AXClosbaleComponent, AXCommonModule, AXComponent, AXComponentCloseEvent, AXComponentClosedPromise, AXComponentClosing, AXComponentResult, AXDataSource, AXDomService, AXEvent, AXFocusEvent, AXFocusableComponent, AXHotkeyDirective, AXHotkeysService, AXHtmlEvent, AXInfiniteScrollerDirective, AXInvertedColorDirective, AXItemClickEvent, AXListDataSource, AXNgModelDelayedValueChangedDirective, AXOptionChangedEvent, AXPagedComponent, AXRangeChangedEvent, AXResponsiveDirective, AXRippleDirective, AXSearchableComponent, AXSelectionValueChangedEvent, AXValuableComponent, AXValueChangedEvent, AX_LOCATIONS, AX_PLACEMENT_BOTTOM, AX_PLACEMENT_BOTTOM_END, AX_PLACEMENT_BOTTOM_START, AX_PLACEMENT_END, AX_PLACEMENT_END_BOTTOM, AX_PLACEMENT_END_TOP, AX_PLACEMENT_MAP, AX_PLACEMENT_START, AX_PLACEMENT_START_BOTTOM, AX_PLACEMENT_START_TOP, AX_PLACEMENT_TOP, AX_PLACEMENT_TOP_END, AX_PLACEMENT_TOP_START, AX_SELECTION_DATA_TOKEN, AX_STYLE_COLOR_TYPES, AX_STYLE_LOOK_TYPES, MXBaseComponent, MXButtonBaseComponent, MXColorComponent, MXColorLookComponent, MXInputBaseValueComponent, MXInteractiveComponent, MXLookComponent, MXLookableComponent, MXSelectionBridgeService, MXSelectionValueComponent, MXValueComponent, NXButtonComponent, NXClickEvent, NXColorComponent, NXComponent, NXEvent, NXInteractiveComponent, NXLookComponent, NXNativeEvent, NXValueComponent, TAB_META_KEY, convertArrayToDataSource, convertToPlacement };
1973
2000
  //# sourceMappingURL=acorex-components-common.mjs.map