@acorex/components 7.20.0 → 7.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (309) hide show
  1. package/button/lib/button-item-list.component.d.ts +3 -3
  2. package/check-box/lib/check-box.component.d.ts +1 -0
  3. package/common/lib/components/value-component.class.d.ts +3 -3
  4. package/data-pager/lib/data-pager.module.d.ts +2 -1
  5. package/dropdown/lib/dropdown-panel.component.d.ts +4 -2
  6. package/dropdown-button/README.md +3 -0
  7. package/dropdown-button/index.d.ts +2 -0
  8. package/dropdown-button/lib/dropdown-button.component.d.ts +28 -0
  9. package/dropdown-button/lib/dropdown-button.module.d.ts +13 -0
  10. package/esm2022/action-sheet/lib/action-sheet.component.mjs +3 -3
  11. package/esm2022/action-sheet/lib/action-sheet.module.mjs +4 -4
  12. package/esm2022/action-sheet/lib/action-sheet.service.mjs +3 -3
  13. package/esm2022/alert/lib/alert.component.mjs +3 -3
  14. package/esm2022/alert/lib/alert.module.mjs +4 -4
  15. package/esm2022/avatar/lib/avatar-group.component.mjs +3 -3
  16. package/esm2022/avatar/lib/avatar.component.mjs +3 -3
  17. package/esm2022/avatar/lib/avatar.module.mjs +4 -4
  18. package/esm2022/badge/lib/badge.component.mjs +3 -3
  19. package/esm2022/badge/lib/badge.module.mjs +4 -4
  20. package/esm2022/bottom-navigation/lib/bottom-navigation-item/bottom-navigation-item.component.mjs +3 -3
  21. package/esm2022/bottom-navigation/lib/bottom-navigation.component.mjs +3 -3
  22. package/esm2022/bottom-navigation/lib/bottom-navigation.module.mjs +4 -4
  23. package/esm2022/breadcrumbs/lib/breadcrumbs-item.component.mjs +3 -3
  24. package/esm2022/breadcrumbs/lib/breadcrumbs.component.mjs +3 -3
  25. package/esm2022/breadcrumbs/lib/breadcrumbs.module.mjs +4 -4
  26. package/esm2022/button/lib/button-item-list.component.mjs +8 -6
  27. package/esm2022/button/lib/button-item.component.mjs +3 -3
  28. package/esm2022/button/lib/button.component.mjs +3 -3
  29. package/esm2022/button/lib/button.module.mjs +4 -4
  30. package/esm2022/button-group/lib/button-group.component.mjs +3 -3
  31. package/esm2022/button-group/lib/button-group.module.mjs +4 -4
  32. package/esm2022/calendar/lib/calendar-range.component.mjs +3 -3
  33. package/esm2022/calendar/lib/calendar.class.mjs +3 -3
  34. package/esm2022/calendar/lib/calendar.component.mjs +3 -3
  35. package/esm2022/calendar/lib/calendar.module.mjs +4 -4
  36. package/esm2022/check-box/lib/check-box.component.mjs +9 -4
  37. package/esm2022/check-box/lib/check-box.module.mjs +4 -4
  38. package/esm2022/chips/lib/chips.component.mjs +3 -3
  39. package/esm2022/chips/lib/chips.module.mjs +4 -4
  40. package/esm2022/circular-progress/lib/circular-progress.component.mjs +3 -3
  41. package/esm2022/circular-progress/lib/circular-progress.module.mjs +4 -4
  42. package/esm2022/collapse/lib/collapse-group.component.mjs +3 -3
  43. package/esm2022/collapse/lib/collapse.component.mjs +3 -3
  44. package/esm2022/collapse/lib/collapse.module.mjs +4 -4
  45. package/esm2022/color-box/lib/color-box.component.mjs +3 -3
  46. package/esm2022/color-box/lib/color-box.module.mjs +4 -4
  47. package/esm2022/color-palette/lib/color-palette-input.component.mjs +3 -3
  48. package/esm2022/color-palette/lib/color-palette-picker.component.mjs +3 -3
  49. package/esm2022/color-palette/lib/color-palette-preview.component.mjs +3 -3
  50. package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +3 -3
  51. package/esm2022/color-palette/lib/color-palette.class.mjs +6 -6
  52. package/esm2022/color-palette/lib/color-palette.component.mjs +3 -3
  53. package/esm2022/color-palette/lib/color-palette.module.mjs +4 -4
  54. package/esm2022/common/lib/classes/components.class.mjs +21 -21
  55. package/esm2022/common/lib/common.module.mjs +4 -4
  56. package/esm2022/common/lib/components/base-component.class.mjs +3 -3
  57. package/esm2022/common/lib/components/input-base-value-component.class.mjs +3 -3
  58. package/esm2022/common/lib/components/look-component.class.mjs +3 -3
  59. package/esm2022/common/lib/components/selection-base.component.class.mjs +6 -6
  60. package/esm2022/common/lib/components/value-component.class.mjs +14 -12
  61. package/esm2022/common/lib/directives/auto-focus.directive.mjs +3 -3
  62. package/esm2022/common/lib/directives/delayed-value-changed.directive.mjs +3 -3
  63. package/esm2022/common/lib/directives/hotkey.directive.mjs +3 -3
  64. package/esm2022/common/lib/directives/infinite-scroll.directive.mjs +3 -3
  65. package/esm2022/common/lib/directives/responsive.directive.mjs +3 -3
  66. package/esm2022/common/lib/directives/ripple.directive.mjs +3 -3
  67. package/esm2022/common/lib/services/dom.service.mjs +3 -3
  68. package/esm2022/common/lib/services/hotkey.service.mjs +3 -3
  69. package/esm2022/data-pager/lib/data-pager-base.component.mjs +6 -6
  70. package/esm2022/data-pager/lib/data-pager-info.component.mjs +14 -14
  71. package/esm2022/data-pager/lib/data-pager-input-selector.component.mjs +3 -3
  72. package/esm2022/data-pager/lib/data-pager-next-buttons.components.mjs +3 -3
  73. package/esm2022/data-pager/lib/data-pager-numeric-selector.component.mjs +3 -3
  74. package/esm2022/data-pager/lib/data-pager-pagesize-dropdown.component.mjs +4 -4
  75. package/esm2022/data-pager/lib/data-pager-prev-buttons.component.mjs +3 -3
  76. package/esm2022/data-pager/lib/data-pager.component.mjs +3 -3
  77. package/esm2022/data-pager/lib/data-pager.module.mjs +9 -6
  78. package/esm2022/data-table/lib/columns/data-table-column-resizable.directive.mjs +3 -3
  79. package/esm2022/data-table/lib/columns/data-table-column.mjs +3 -3
  80. package/esm2022/data-table/lib/columns/data-text-column.component.mjs +3 -3
  81. package/esm2022/data-table/lib/columns/row-command-column.component.mjs +7 -7
  82. package/esm2022/data-table/lib/columns/row-index-column.component.mjs +3 -3
  83. package/esm2022/data-table/lib/columns/row-select-column.component.mjs +3 -3
  84. package/esm2022/data-table/lib/data-table.component.mjs +3 -3
  85. package/esm2022/data-table/lib/data-table.module.mjs +4 -4
  86. package/esm2022/datetime-box/lib/datetime-box.component.mjs +3 -3
  87. package/esm2022/datetime-box/lib/datetime-box.module.mjs +4 -4
  88. package/esm2022/datetime-input/lib/datetime-input.component.mjs +3 -3
  89. package/esm2022/datetime-input/lib/datetime-input.module.mjs +4 -4
  90. package/esm2022/datetime-picker/lib/datetime-picker.component.mjs +3 -3
  91. package/esm2022/datetime-picker/lib/datetime-picker.module.mjs +4 -4
  92. package/esm2022/decorators/lib/components/clear-button.component.mjs +3 -3
  93. package/esm2022/decorators/lib/components/close-button.component.mjs +3 -3
  94. package/esm2022/decorators/lib/components/generic-content.component.mjs +3 -3
  95. package/esm2022/decorators/lib/components/icon.component.mjs +3 -3
  96. package/esm2022/decorators/lib/decorators.module.mjs +4 -4
  97. package/esm2022/dialog/lib/dialog.component.mjs +3 -3
  98. package/esm2022/dialog/lib/dialog.module.mjs +4 -4
  99. package/esm2022/dialog/lib/dialog.service.mjs +3 -3
  100. package/esm2022/drawer/lib/drawer-container.component.mjs +3 -3
  101. package/esm2022/drawer/lib/drawer.component.mjs +3 -3
  102. package/esm2022/drawer/lib/drawer.module.mjs +4 -4
  103. package/esm2022/dropdown/lib/dropdown-box.class.mjs +3 -3
  104. package/esm2022/dropdown/lib/dropdown-box.component.mjs +3 -3
  105. package/esm2022/dropdown/lib/dropdown-panel.component.mjs +17 -7
  106. package/esm2022/dropdown/lib/dropdown.module.mjs +4 -4
  107. package/esm2022/dropdown-button/acorex-components-dropdown-button.mjs +5 -0
  108. package/esm2022/dropdown-button/index.mjs +3 -0
  109. package/esm2022/dropdown-button/lib/dropdown-button.component.mjs +89 -0
  110. package/esm2022/dropdown-button/lib/dropdown-button.module.mjs +45 -0
  111. package/esm2022/form/lib/form-field.component.mjs +3 -3
  112. package/esm2022/form/lib/form.component.mjs +9 -8
  113. package/esm2022/form/lib/form.module.mjs +4 -4
  114. package/esm2022/form/lib/validation-rule.directive.mjs +3 -3
  115. package/esm2022/form/lib/validation-summary.component.mjs +3 -3
  116. package/esm2022/image/lib/image.component.mjs +4 -4
  117. package/esm2022/image/lib/image.module.mjs +4 -4
  118. package/esm2022/label/lib/label.component.mjs +3 -3
  119. package/esm2022/label/lib/label.module.mjs +4 -4
  120. package/esm2022/list/lib/list.component.mjs +3 -3
  121. package/esm2022/list/lib/list.module.mjs +4 -4
  122. package/esm2022/loading/lib/loading-spinner.component.mjs +3 -3
  123. package/esm2022/loading/lib/loading.component.mjs +3 -3
  124. package/esm2022/loading/lib/loading.directive.mjs +3 -3
  125. package/esm2022/loading/lib/loading.module.mjs +4 -4
  126. package/esm2022/loading/lib/loading.service.mjs +3 -3
  127. package/esm2022/loading-dialog/acorex-components-loading-dialog.mjs +5 -0
  128. package/esm2022/loading-dialog/index.mjs +5 -0
  129. package/esm2022/loading-dialog/lib/loading-dialog.class.mjs +2 -0
  130. package/esm2022/loading-dialog/lib/loading-dialog.component.mjs +44 -0
  131. package/esm2022/loading-dialog/lib/loading-dialog.module.mjs +46 -0
  132. package/esm2022/loading-dialog/lib/loading-dialog.service.mjs +34 -0
  133. package/esm2022/menu/lib/menu-item/menu-item.component.mjs +3 -3
  134. package/esm2022/menu/lib/menu.component.mjs +3 -3
  135. package/esm2022/menu/lib/menu.module.mjs +4 -4
  136. package/esm2022/nav/lib/nav-item/nav-item.component.mjs +3 -3
  137. package/esm2022/nav/lib/nav.component.mjs +3 -3
  138. package/esm2022/nav/lib/nav.module.mjs +4 -4
  139. package/esm2022/navbar/lib/navbar.component.mjs +3 -3
  140. package/esm2022/navbar/lib/navbar.module.mjs +4 -4
  141. package/esm2022/notification/lib/notification.component.mjs +3 -3
  142. package/esm2022/notification/lib/notification.module.mjs +4 -4
  143. package/esm2022/notification/lib/notification.service.mjs +3 -3
  144. package/esm2022/number-box/lib/number-box.component.mjs +5 -5
  145. package/esm2022/number-box/lib/number-box.module.mjs +4 -4
  146. package/esm2022/otp/lib/otp.component.mjs +3 -3
  147. package/esm2022/otp/lib/otp.module.mjs +4 -4
  148. package/esm2022/page/lib/base-page.class.mjs +3 -3
  149. package/esm2022/page/lib/page.component.mjs +3 -3
  150. package/esm2022/page/lib/page.module.mjs +4 -4
  151. package/esm2022/password-box/lib/password-box.component.mjs +5 -5
  152. package/esm2022/password-box/lib/password-box.module.mjs +4 -4
  153. package/esm2022/phone-box/lib/phone-box.component.mjs +3 -3
  154. package/esm2022/phone-box/lib/phone-box.module.mjs +4 -4
  155. package/esm2022/picker/lib/picker-column.directive.mjs +3 -3
  156. package/esm2022/picker/lib/picker.component.mjs +3 -3
  157. package/esm2022/picker/lib/picker.module.mjs +4 -4
  158. package/esm2022/popover/lib/popover.component.mjs +5 -5
  159. package/esm2022/popover/lib/popover.module.mjs +4 -4
  160. package/esm2022/popup/lib/popup.component.mjs +4 -4
  161. package/esm2022/popup/lib/popup.module.mjs +4 -4
  162. package/esm2022/popup/lib/popup.service.mjs +3 -3
  163. package/esm2022/progress-bar/lib/progress-bar.component.mjs +8 -5
  164. package/esm2022/progress-bar/lib/progress-bar.module.mjs +4 -4
  165. package/esm2022/radio/lib/radio.component.mjs +3 -3
  166. package/esm2022/radio/lib/radio.module.mjs +4 -4
  167. package/esm2022/range-slider/lib/range-slider.component.mjs +3 -3
  168. package/esm2022/range-slider/lib/range-slider.module.mjs +4 -4
  169. package/esm2022/result/lib/result.component.mjs +4 -4
  170. package/esm2022/result/lib/result.module.mjs +4 -4
  171. package/esm2022/routing-progress/lib/routing-progress.component.mjs +3 -3
  172. package/esm2022/routing-progress/lib/routing-progress.module.mjs +4 -4
  173. package/esm2022/scheduler/lib/scheduler-month-view.component.mjs +3 -3
  174. package/esm2022/scheduler/lib/scheduler-week-view.component.mjs +3 -3
  175. package/esm2022/scheduler/lib/scheduler.component.mjs +3 -3
  176. package/esm2022/scheduler/lib/scheduler.module.mjs +4 -4
  177. package/esm2022/search-box/lib/search-box.component.mjs +3 -3
  178. package/esm2022/search-box/lib/search-box.module.mjs +4 -4
  179. package/esm2022/select-box/lib/select-box.component.mjs +16 -8
  180. package/esm2022/select-box/lib/select-box.module.mjs +4 -4
  181. package/esm2022/selection-list/lib/selection-list.component.mjs +10 -7
  182. package/esm2022/selection-list/lib/selection-list.module.mjs +4 -4
  183. package/esm2022/side-menu/lib/side-menu-item/side-menu-item.compoent.mjs +3 -3
  184. package/esm2022/side-menu/lib/side-menu.component.mjs +3 -3
  185. package/esm2022/side-menu/lib/side-menu.module.mjs +4 -4
  186. package/esm2022/skeleton/lib/skeleton.component.mjs +3 -3
  187. package/esm2022/skeleton/lib/skeleton.module.mjs +4 -4
  188. package/esm2022/switch/lib/switch-content.component.mjs +3 -3
  189. package/esm2022/switch/lib/switch.component.mjs +7 -7
  190. package/esm2022/switch/lib/switch.module.mjs +4 -4
  191. package/esm2022/tabs/lib/tab-content.directive.mjs +3 -3
  192. package/esm2022/tabs/lib/tab-item.component.mjs +3 -3
  193. package/esm2022/tabs/lib/tabs.component.mjs +3 -3
  194. package/esm2022/tabs/lib/tabs.module.mjs +4 -4
  195. package/esm2022/tag/lib/tag.component.mjs +3 -3
  196. package/esm2022/tag/lib/tag.module.mjs +4 -4
  197. package/esm2022/text-area/lib/text-area.component.mjs +3 -3
  198. package/esm2022/text-area/lib/text-area.module.mjs +4 -4
  199. package/esm2022/text-box/lib/mask-options.directive.mjs +3 -3
  200. package/esm2022/text-box/lib/text-box.component.mjs +3 -3
  201. package/esm2022/text-box/lib/text-box.module.mjs +4 -4
  202. package/esm2022/toast/lib/toast.component.mjs +3 -3
  203. package/esm2022/toast/lib/toast.module.mjs +4 -4
  204. package/esm2022/toast/lib/toast.service.mjs +3 -3
  205. package/esm2022/tooltip/lib/tooltip.component.mjs +3 -3
  206. package/esm2022/tooltip/lib/tooltip.directive.mjs +3 -3
  207. package/esm2022/tooltip/lib/tooltip.module.mjs +4 -4
  208. package/esm2022/uploader/lib/uploader-browse-handle.directive.mjs +3 -3
  209. package/esm2022/uploader/lib/uploader-dialog-container.component.mjs +3 -3
  210. package/esm2022/uploader/lib/uploader-drop-zone.component.mjs +3 -3
  211. package/esm2022/uploader/lib/uploader-list.component.mjs +3 -3
  212. package/esm2022/uploader/lib/uploader-zone.directive.mjs +3 -3
  213. package/esm2022/uploader/lib/uploader.module.mjs +4 -4
  214. package/esm2022/uploader/lib/uploader.service.mjs +3 -3
  215. package/fesm2022/acorex-components-action-sheet.mjs +10 -10
  216. package/fesm2022/acorex-components-alert.mjs +7 -7
  217. package/fesm2022/acorex-components-avatar.mjs +10 -10
  218. package/fesm2022/acorex-components-badge.mjs +7 -7
  219. package/fesm2022/acorex-components-bottom-navigation.mjs +10 -10
  220. package/fesm2022/acorex-components-breadcrumbs.mjs +10 -10
  221. package/fesm2022/acorex-components-button-group.mjs +7 -7
  222. package/fesm2022/acorex-components-button.mjs +17 -15
  223. package/fesm2022/acorex-components-button.mjs.map +1 -1
  224. package/fesm2022/acorex-components-calendar.mjs +13 -13
  225. package/fesm2022/acorex-components-check-box.mjs +12 -7
  226. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  227. package/fesm2022/acorex-components-chips.mjs +7 -7
  228. package/fesm2022/acorex-components-circular-progress.mjs +7 -7
  229. package/fesm2022/acorex-components-collapse.mjs +10 -10
  230. package/fesm2022/acorex-components-color-box.mjs +7 -7
  231. package/fesm2022/acorex-components-color-palette.mjs +25 -25
  232. package/fesm2022/acorex-components-common.mjs +76 -74
  233. package/fesm2022/acorex-components-common.mjs.map +1 -1
  234. package/fesm2022/acorex-components-data-pager.mjs +54 -53
  235. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  236. package/fesm2022/acorex-components-data-table.mjs +29 -29
  237. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  238. package/fesm2022/acorex-components-datetime-box.mjs +7 -7
  239. package/fesm2022/acorex-components-datetime-input.mjs +7 -7
  240. package/fesm2022/acorex-components-datetime-picker.mjs +7 -7
  241. package/fesm2022/acorex-components-decorators.mjs +16 -16
  242. package/fesm2022/acorex-components-dialog.mjs +10 -10
  243. package/fesm2022/acorex-components-drawer.mjs +10 -10
  244. package/fesm2022/acorex-components-dropdown-button.mjs +137 -0
  245. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -0
  246. package/fesm2022/acorex-components-dropdown.mjs +26 -16
  247. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  248. package/fesm2022/acorex-components-form.mjs +21 -20
  249. package/fesm2022/acorex-components-form.mjs.map +1 -1
  250. package/fesm2022/acorex-components-image.mjs +7 -7
  251. package/fesm2022/acorex-components-image.mjs.map +1 -1
  252. package/fesm2022/acorex-components-label.mjs +7 -7
  253. package/fesm2022/acorex-components-list.mjs +7 -7
  254. package/fesm2022/acorex-components-loading-dialog.mjs +122 -0
  255. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -0
  256. package/fesm2022/acorex-components-loading.mjs +16 -16
  257. package/fesm2022/acorex-components-menu.mjs +10 -10
  258. package/fesm2022/acorex-components-nav.mjs +10 -10
  259. package/fesm2022/acorex-components-navbar.mjs +7 -7
  260. package/fesm2022/acorex-components-notification.mjs +10 -10
  261. package/fesm2022/acorex-components-number-box.mjs +9 -9
  262. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  263. package/fesm2022/acorex-components-otp.mjs +7 -7
  264. package/fesm2022/acorex-components-page.mjs +10 -10
  265. package/fesm2022/acorex-components-password-box.mjs +8 -8
  266. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  267. package/fesm2022/acorex-components-phone-box.mjs +7 -7
  268. package/fesm2022/acorex-components-picker.mjs +10 -10
  269. package/fesm2022/acorex-components-popover.mjs +8 -8
  270. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  271. package/fesm2022/acorex-components-popup.mjs +11 -11
  272. package/fesm2022/acorex-components-progress-bar.mjs +11 -8
  273. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  274. package/fesm2022/acorex-components-radio.mjs +7 -7
  275. package/fesm2022/acorex-components-range-slider.mjs +7 -7
  276. package/fesm2022/acorex-components-result.mjs +8 -8
  277. package/fesm2022/acorex-components-result.mjs.map +1 -1
  278. package/fesm2022/acorex-components-routing-progress.mjs +7 -7
  279. package/fesm2022/acorex-components-scheduler.mjs +13 -13
  280. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  281. package/fesm2022/acorex-components-search-box.mjs +7 -7
  282. package/fesm2022/acorex-components-select-box.mjs +19 -11
  283. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  284. package/fesm2022/acorex-components-selection-list.mjs +12 -9
  285. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  286. package/fesm2022/acorex-components-side-menu.mjs +10 -10
  287. package/fesm2022/acorex-components-skeleton.mjs +7 -7
  288. package/fesm2022/acorex-components-switch.mjs +13 -13
  289. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  290. package/fesm2022/acorex-components-tabs.mjs +13 -13
  291. package/fesm2022/acorex-components-tag.mjs +7 -7
  292. package/fesm2022/acorex-components-text-area.mjs +7 -7
  293. package/fesm2022/acorex-components-text-box.mjs +10 -10
  294. package/fesm2022/acorex-components-toast.mjs +10 -10
  295. package/fesm2022/acorex-components-tooltip.mjs +10 -10
  296. package/fesm2022/acorex-components-uploader.mjs +22 -22
  297. package/image/lib/image.component.d.ts +1 -1
  298. package/loading-dialog/README.md +3 -0
  299. package/loading-dialog/index.d.ts +4 -0
  300. package/loading-dialog/lib/loading-dialog.class.d.ts +31 -0
  301. package/loading-dialog/lib/loading-dialog.component.d.ts +16 -0
  302. package/loading-dialog/lib/loading-dialog.module.d.ts +14 -0
  303. package/loading-dialog/lib/loading-dialog.service.d.ts +8 -0
  304. package/package.json +19 -7
  305. package/password-box/lib/password-box.component.d.ts +1 -1
  306. package/progress-bar/lib/progress-bar.component.d.ts +3 -1
  307. package/select-box/lib/select-box.component.d.ts +3 -2
  308. package/selection-list/lib/selection-list.component.d.ts +3 -1
  309. package/switch/lib/switch.component.d.ts +2 -2
@@ -21,17 +21,17 @@ import { AXDecoratorModule } from '@acorex/components/decorators';
21
21
  import { AXLabelModule } from '@acorex/components/label';
22
22
 
23
23
  class AXColorPaletteParentComponent {
24
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXColorPaletteParentComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
25
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXColorPaletteParentComponent }); }
24
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXColorPaletteParentComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
25
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXColorPaletteParentComponent }); }
26
26
  }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXColorPaletteParentComponent, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXColorPaletteParentComponent, decorators: [{
28
28
  type: Injectable
29
29
  }] });
30
30
  class AXColorPaletteChildComponent {
31
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXColorPaletteChildComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
32
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXColorPaletteChildComponent }); }
31
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXColorPaletteChildComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
32
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXColorPaletteChildComponent }); }
33
33
  }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXColorPaletteChildComponent, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXColorPaletteChildComponent, decorators: [{
35
35
  type: Injectable
36
36
  }] });
37
37
  const AXDefaultColorPalette = [
@@ -341,8 +341,8 @@ class AXColorPaletteInputComponent extends MXBaseComponent {
341
341
  get __hostClass() {
342
342
  return `ax-color-palette-input`;
343
343
  }
344
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXColorPaletteInputComponent, deps: [{ token: AXColorPaletteParentComponent }, { token: i1.AXUnsubscriber }], target: i0.ɵɵFactoryTarget.Component }); }
345
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.0", type: AXColorPaletteInputComponent, selector: "ax-color-palette-input", host: { properties: { "class": "this.__hostClass" } }, providers: [
344
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXColorPaletteInputComponent, deps: [{ token: AXColorPaletteParentComponent }, { token: i1.AXUnsubscriber }], target: i0.ɵɵFactoryTarget.Component }); }
345
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.1", type: AXColorPaletteInputComponent, selector: "ax-color-palette-input", host: { properties: { "class": "this.__hostClass" } }, providers: [
346
346
  {
347
347
  provide: AXColorPaletteChildComponent,
348
348
  useExisting: AXColorPaletteInputComponent,
@@ -350,7 +350,7 @@ class AXColorPaletteInputComponent extends MXBaseComponent {
350
350
  AXUnsubscriber,
351
351
  ], usesInheritance: true, ngImport: i0, template: "<div class=\"palette-inputs\">\n @switch(_colorMode){\n\n @case('hex'){\n <div>\n <ax-text-box class=\"ax-sm\" [ngModel]=\"_hex\" [disabled]=\"_parent.disabled\" [readonly]=\"_parent.readonly\"\n [state]=\"isValid ? 'clear' : 'error'\" (onValueChanged)=\"_handleHEXAValueChanged($event)\"\n [mask-options]=\"_hexMaskOptions\">\n </ax-text-box>\n <label>HEX</label>\n </div>\n }\n @case('rgba'){\n <div>\n <ax-number-box class=\"ax-sm\" name=\"r\" [minValue]=\"0\" [maxValue]=\"255\" [ngModel]=\"_rgba.r\" [showSpinButtons]=\"false\"\n [disabled]=\"_parent.disabled\" [readonly]=\"_parent.readonly\" (onValueChanged)=\"_handleRGBAValueChanged($event)\">\n </ax-number-box>\n <label>R</label>\n </div>\n <div>\n <ax-number-box class=\"ax-sm\" name=\"g\" [minValue]=\"0\" [maxValue]=\"255\" [ngModel]=\"_rgba.g\" [showSpinButtons]=\"false\"\n [disabled]=\"_parent.disabled\" [readonly]=\"_parent.readonly\" (onValueChanged)=\"_handleRGBAValueChanged($event)\">\n </ax-number-box>\n <label>G</label>\n </div>\n <div>\n <ax-number-box class=\"ax-sm\" name=\"b\" [minValue]=\"0\" [maxValue]=\"255\" [ngModel]=\"_rgba.b\" [showSpinButtons]=\"false\"\n [disabled]=\"_parent.disabled\" [readonly]=\"_parent.readonly\" (onValueChanged)=\"_handleRGBAValueChanged($event)\">\n </ax-number-box>\n <label>B</label>\n </div>\n <div>\n <ax-number-box class=\"ax-sm\" name=\"a\" [minValue]=\"0\" [maxValue]=\"1\" [ngModel]=\"_rgba.a\" [decimals]=\"2\" [step]=\"0.1\"\n [disabled]=\"_parent.disabled\" [readonly]=\"_parent.readonly\" [showSpinButtons]=\"false\"\n (onValueChanged)=\"_handleRGBAValueChanged($event)\">\n </ax-number-box>\n <label>A</label>\n </div>\n }\n }\n</div>\n<button type=\"button\" class=\"ax-general-button ax-button-rounded ax-button-icon ax-sm\"\n (click)=\"_handleChangeInputMode()\" [disabled]=\"_parent.disabled\">\n <span class=\"ax-icon ax-icon-unfold-more\"></span>\n</button>", dependencies: [{ kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.AXTextBoxComponent, selector: "ax-text-box", inputs: ["disabled", "tabIndex", "readonly", "value", "state", "name", "id", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "look", "mask-options"], outputs: ["onBlur", "onFocus", "valueChange", "stateChange", "onValueChanged", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "component", type: i4.AXNumberBoxComponent, selector: "ax-number-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "value", "state", "name", "id", "look", "thousandsSeparator", "padDecimalZeros", "step", "decimals", "decimalStep", "showSpinButtons", "minValue", "maxValue"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
352
352
  }
353
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXColorPaletteInputComponent, decorators: [{
353
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXColorPaletteInputComponent, decorators: [{
354
354
  type: Component,
355
355
  args: [{ selector: 'ax-color-palette-input', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [
356
356
  {
@@ -503,8 +503,8 @@ class AXColorPalettePickerComponent extends MXBaseComponent {
503
503
  get __hostClass() {
504
504
  return `ax-color-palette-picker`;
505
505
  }
506
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXColorPalettePickerComponent, deps: [{ token: AXColorPaletteParentComponent }, { token: i1.AXUnsubscriber }], target: i0.ɵɵFactoryTarget.Component }); }
507
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.0", type: AXColorPalettePickerComponent, selector: "ax-color-palette-picker", host: { properties: { "class": "this.__hostClass" } }, providers: [
506
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXColorPalettePickerComponent, deps: [{ token: AXColorPaletteParentComponent }, { token: i1.AXUnsubscriber }], target: i0.ɵɵFactoryTarget.Component }); }
507
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.1", type: AXColorPalettePickerComponent, selector: "ax-color-palette-picker", host: { properties: { "class": "this.__hostClass" } }, providers: [
508
508
  {
509
509
  provide: AXColorPaletteChildComponent,
510
510
  useExisting: AXColorPalettePickerComponent,
@@ -512,7 +512,7 @@ class AXColorPalettePickerComponent extends MXBaseComponent {
512
512
  AXUnsubscriber,
513
513
  ], usesInheritance: true, ngImport: i0, template: "<div class=\"ax-color-box-overlay-trans\">\n <div class=\"ax-color-box-overlay\" [style.background-color]=\"_bgColor\">\n <div class=\"ax-color-box-overlay-g1\"></div>\n <div class=\"ax-color-box-overlay-g2\" (click)=\"_handleSurfaceClick($event)\"></div>\n <div class=\"ax-color-box-pointer\" cdkDrag cdkDragBoundary=\".ax-color-box-overlay\"\n [cdkDragFreeDragPosition]=\"dragPosition\" (cdkDragEnded)=\"_handleDrag()\"\n [cdkDragDisabled]=\"_parent.disabled || _parent.readonly\">\n </div>\n </div>\n</div>\n<ax-range-slider class=\"ax-color-box-gradient\" [minValue]=\"0\" [maxValue]=\"100\" [step]=\"1\" [ngModel]=\"_gradient\"\n [disabled]=\"_parent.disabled\" [readonly]=\"_parent.readonly\" (onValueChanged)=\"_handleGradientChanged($event)\">\n</ax-range-slider>\n<ax-range-slider class=\"ax-color-box-transparent\" [minValue]=\"0\" [maxValue]=\"1\" [step]=\"0.01\" [ngModel]=\"_rgba.a\"\n [disabled]=\"_parent.disabled\" [readonly]=\"_parent.readonly\" (onValueChanged)=\"_handleAlphaChanged($event)\">\n</ax-range-slider>", dependencies: [{ kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3$1.AXRangeSliderComponent, selector: "ax-range-slider", inputs: ["readonly", "disabled", "value", "name", "color", "minValue", "maxValue", "step", "direction"], outputs: ["valueChange", "onValueChanged", "readonlyChange", "disabledChange"] }, { kind: "directive", type: i4$1.CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragData", "cdkDragLockAxis", "cdkDragRootElement", "cdkDragBoundary", "cdkDragStartDelay", "cdkDragFreeDragPosition", "cdkDragDisabled", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragPreviewContainer"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
514
514
  }
515
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXColorPalettePickerComponent, decorators: [{
515
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXColorPalettePickerComponent, decorators: [{
516
516
  type: Component,
517
517
  args: [{ selector: 'ax-color-palette-picker', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [
518
518
  {
@@ -553,8 +553,8 @@ class AXColorPalettePreviewComponent extends MXBaseComponent {
553
553
  get __hostClass() {
554
554
  return `ax-color-palette-preview`;
555
555
  }
556
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXColorPalettePreviewComponent, deps: [{ token: AXColorPaletteParentComponent }, { token: i0.NgZone }, { token: i1.AXUnsubscriber }], target: i0.ɵɵFactoryTarget.Component }); }
557
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.0", type: AXColorPalettePreviewComponent, selector: "ax-color-palette-preview", host: { properties: { "classs": "this.__hostClass" } }, providers: [
556
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXColorPalettePreviewComponent, deps: [{ token: AXColorPaletteParentComponent }, { token: i0.NgZone }, { token: i1.AXUnsubscriber }], target: i0.ɵɵFactoryTarget.Component }); }
557
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.1", type: AXColorPalettePreviewComponent, selector: "ax-color-palette-preview", host: { properties: { "classs": "this.__hostClass" } }, providers: [
558
558
  {
559
559
  provide: AXColorPaletteChildComponent,
560
560
  useExisting: AXColorPalettePreviewComponent,
@@ -562,7 +562,7 @@ class AXColorPalettePreviewComponent extends MXBaseComponent {
562
562
  AXUnsubscriber,
563
563
  ], usesInheritance: true, ngImport: i0, template: `<div class="palette-preview-overlay" [class.ax-state-disabled]="_parent.disabled"></div>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
564
564
  }
565
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXColorPalettePreviewComponent, decorators: [{
565
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXColorPalettePreviewComponent, decorators: [{
566
566
  type: Component,
567
567
  args: [{
568
568
  selector: 'ax-color-palette-preview',
@@ -622,8 +622,8 @@ class AXColorPaletteSwatchesComponent extends MXBaseComponent {
622
622
  code: color.code.toLowerCase(),
623
623
  };
624
624
  }
625
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXColorPaletteSwatchesComponent, deps: [{ token: AXColorPaletteParentComponent }, { token: i1.AXUnsubscriber }], target: i0.ɵɵFactoryTarget.Component }); }
626
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.0", type: AXColorPaletteSwatchesComponent, selector: "ax-color-palette-swatches, ax-color-palette-favorite", inputs: { colors: "colors" }, providers: [
625
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXColorPaletteSwatchesComponent, deps: [{ token: AXColorPaletteParentComponent }, { token: i1.AXUnsubscriber }], target: i0.ɵɵFactoryTarget.Component }); }
626
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.1", type: AXColorPaletteSwatchesComponent, selector: "ax-color-palette-swatches, ax-color-palette-favorite", inputs: { colors: "colors" }, providers: [
627
627
  {
628
628
  provide: AXColorPaletteChildComponent,
629
629
  useExisting: AXColorPaletteSwatchesComponent,
@@ -640,7 +640,7 @@ class AXColorPaletteSwatchesComponent extends MXBaseComponent {
640
640
  }
641
641
  `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
642
642
  }
643
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXColorPaletteSwatchesComponent, decorators: [{
643
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXColorPaletteSwatchesComponent, decorators: [{
644
644
  type: Component,
645
645
  args: [{
646
646
  selector: 'ax-color-palette-swatches, ax-color-palette-favorite',
@@ -675,8 +675,8 @@ class AXColorPalleteComponent extends MXValueComponent {
675
675
  get __hostDisabled() {
676
676
  return this.disabled;
677
677
  }
678
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXColorPalleteComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
679
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.0", type: AXColorPalleteComponent, selector: "ax-color-palette", inputs: { disabled: "disabled", tabIndex: "tabIndex", readonly: "readonly", value: "value", state: "state", name: "name", checked: "checked" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", valueChange: "valueChange", stateChange: "stateChange", onValueChanged: "onValueChanged", readonlyChange: "readonlyChange", disabledChange: "disabledChange" }, host: { properties: { "class.ax-state-disabled": "this.__hostDisabled" } }, providers: [
678
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXColorPalleteComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
679
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.1", type: AXColorPalleteComponent, selector: "ax-color-palette", inputs: { disabled: "disabled", tabIndex: "tabIndex", readonly: "readonly", value: "value", state: "state", name: "name", checked: "checked" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", valueChange: "valueChange", stateChange: "stateChange", onValueChanged: "onValueChanged", readonlyChange: "readonlyChange", disabledChange: "disabledChange" }, host: { properties: { "class.ax-state-disabled": "this.__hostDisabled" } }, providers: [
680
680
  { provide: AXValuableComponent, useExisting: AXColorPalleteComponent },
681
681
  {
682
682
  provide: NG_VALUE_ACCESSOR,
@@ -689,7 +689,7 @@ class AXColorPalleteComponent extends MXValueComponent {
689
689
  },
690
690
  ], queries: [{ propertyName: "_children", predicate: AXColorPaletteChildComponent }], usesInheritance: true, ngImport: i0, template: "<ng-content select='ax-header'></ng-content>\n\n@if(_children?.length){\n<ng-container [ngTemplateOutlet]=\"custom\"></ng-container>\n} @else{\n<ng-container [ngTemplateOutlet]=\"default\"></ng-container>\n\n}\n<ng-template #custom>\n <ng-content select='ax-color-palette-preview'></ng-content>\n <ng-content select='ax-color-palette-picker'></ng-content>\n <ng-content select='ax-color-palette-swatches'></ng-content>\n <ng-content select='ax-color-palette-favorite'></ng-content>\n <ng-content select='ax-color-palette-input'></ng-content>\n</ng-template>\n<ng-template #default>\n <ax-color-palette-preview></ax-color-palette-preview>\n <ax-color-palette-picker></ax-color-palette-picker>\n <ax-color-palette-swatches></ax-color-palette-swatches>\n <ax-color-palette-input></ax-color-palette-input>\n</ng-template>\n<ng-content select='ax-footer'></ng-content>", styles: ["ax-color-palette{display:flex;width:100%;flex-direction:column;border-radius:var(--ax-rounded-border-default);border-color:rgba(var(--ax-color-border-default));background-color:rgba(var(--ax-color-surface))}@media (min-width: 768px){ax-color-palette{width:20rem}}ax-color-palette.ax-state-disabled{cursor:not-allowed;opacity:.5}ax-color-palette.ax-state-disabled ax-color-palette-swatches div:hover,ax-color-palette.ax-state-disabled ax-color-palette-swatches div.ax-state-selected,ax-color-palette.ax-state-disabled ax-color-palette-favorite div:hover,ax-color-palette.ax-state-disabled ax-color-palette-favorite div.ax-state-selected{cursor:not-allowed;opacity:.5}ax-color-palette ax-header,ax-color-palette ax-footer{display:flex;border-top-width:1px;border-color:rgba(var(--ax-color-border-default));padding:.75rem}ax-color-palette ax-color-palette-preview{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAADFJREFUOE9jZGBgEGHAD97gk2YcNYBhmIQBgWSAP52AwoAQwJvQRg1gACckQoC2gQgAIF8IscwEtKYAAAAASUVORK5CYII=) left center;position:relative;height:6rem;width:100%;gap:.5rem;border-top-left-radius:var(--ax-rounded-border-default);border-top-right-radius:var(--ax-rounded-border-default)}ax-color-palette ax-color-palette-preview .palette-preview-overlay{position:absolute;inset-inline-start:0px;display:flex;height:100%;width:100%;align-items:center;justify-content:center;border-bottom-width:1px;border-color:rgba(var(--ax-color-border-default));text-transform:uppercase}ax-color-palette ax-color-palette-favorite{display:block;border-top-width:1px;border-color:rgba(var(--ax-color-border-default))}ax-color-palette ax-color-palette-swatches,ax-color-palette ax-color-palette-favorite{display:grid;max-height:9rem;grid-template-columns:repeat(10,minmax(0,1fr));grid-gap:.5rem;gap:.5rem;overflow-y:auto;overflow-x:hidden;padding:.5rem}ax-color-palette ax-color-palette-swatches div,ax-color-palette ax-color-palette-favorite div{position:relative;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;border-color:rgba(var(--ax-color-border-default))}ax-color-palette ax-color-palette-swatches div:before,ax-color-palette ax-color-palette-swatches div:after,ax-color-palette ax-color-palette-favorite div:before,ax-color-palette ax-color-palette-favorite div:after{content:\"\"}ax-color-palette ax-color-palette-swatches div:before,ax-color-palette ax-color-palette-favorite div:before{float:left;padding-top:100%}ax-color-palette ax-color-palette-swatches div:after,ax-color-palette ax-color-palette-favorite div:after{clear:both;display:block}ax-color-palette ax-color-palette-swatches div:hover,ax-color-palette ax-color-palette-swatches div.ax-state-selected,ax-color-palette ax-color-palette-favorite div:hover,ax-color-palette ax-color-palette-favorite div.ax-state-selected{box-shadow:0 0 0 1px rgba(var(--ax-color-white)),0 0 0 3px rgba(var(--ax-color-black))}ax-color-palette ax-color-palette-input{display:flex;gap:.5rem;padding:.5rem}ax-color-palette ax-color-palette-input .palette-inputs{display:flex;flex:1 1 0%;gap:.5rem}ax-color-palette ax-color-palette-input .palette-inputs div{width:100%;text-align:center}ax-color-palette ax-color-palette-input .palette-inputs div label{margin-top:.75rem;font-size:.75rem;line-height:1rem}ax-color-palette ax-color-palette-input .palette-inputs .ax-editor-container .ax-input{padding:0}ax-color-palette ax-color-palette-picker{display:flex;flex-direction:column;gap:.5rem;padding:.5rem}ax-color-palette ax-color-palette-picker .ax-color-box-overlay-trans{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAADFJREFUOE9jZGBgEGHAD97gk2YcNYBhmIQBgWSAP52AwoAQwJvQRg1gACckQoC2gQgAIF8IscwEtKYAAAAASUVORK5CYII=)}ax-color-palette ax-color-palette-picker .ax-color-box-overlay{position:relative;display:flex;height:8rem;width:100%}ax-color-palette ax-color-palette-picker .ax-color-box-overlay .ax-color-box-pointer{position:relative;z-index:10;height:.75rem;width:.75rem;border-radius:9999px;border-width:1px;border-color:rgba(var(--ax-color-border-default));background-color:transparent}ax-color-palette ax-color-palette-picker .ax-color-box-overlay .ax-color-box-overlay-g1,ax-color-palette ax-color-palette-picker .ax-color-box-overlay .ax-color-box-overlay-g2{position:absolute;bottom:0;inset-inline-end:0px;inset-inline-start:0px;top:0;height:100%;width:100%}ax-color-palette ax-color-palette-picker .ax-color-box-overlay .ax-color-box-overlay-g1{background:linear-gradient(to right,#fff 0%,rgba(255,255,255,0) 100%);z-index:0}ax-color-palette ax-color-palette-picker .ax-color-box-overlay .ax-color-box-overlay-g2{z-index:10;background:linear-gradient(to bottom,transparent 0%,#000 100%)}ax-color-palette ax-color-palette-picker ax-range-slider.ax-color-box-gradient input{background:linear-gradient(to right,rgb(255,0,0) 0%,rgb(255,255,0) 17%,rgb(0,255,0) 33%,rgb(0,255,255) 50%,rgb(0,0,255) 67%,rgb(255,0,255) 83%,rgb(255,0,0) 100%)}ax-color-palette ax-color-palette-picker ax-range-slider.ax-color-box-transparent input{background-image:linear-gradient(to right,rgba(245,246,252,0),rgb(0,0,0)),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAADFJREFUOE9jZGBgEGHAD97gk2YcNYBhmIQBgWSAP52AwoAQwJvQRg1gACckQoC2gQgAIF8IscwEtKYAAAAASUVORK5CYII=)}\n"], dependencies: [{ kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: AXColorPalettePreviewComponent, selector: "ax-color-palette-preview" }, { kind: "component", type: AXColorPaletteSwatchesComponent, selector: "ax-color-palette-swatches, ax-color-palette-favorite", inputs: ["colors"] }, { kind: "component", type: AXColorPaletteInputComponent, selector: "ax-color-palette-input" }, { kind: "component", type: AXColorPalettePickerComponent, selector: "ax-color-palette-picker" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
691
691
  }
692
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXColorPalleteComponent, decorators: [{
692
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXColorPalleteComponent, decorators: [{
693
693
  type: Component,
694
694
  args: [{ selector: 'ax-color-palette', inputs: ['disabled', 'tabIndex', 'readonly', 'value', 'state', 'name', 'checked'], outputs: [
695
695
  'onBlur',
@@ -737,8 +737,8 @@ const CONPONENTS = [
737
737
  AXColorPalettePickerComponent,
738
738
  ];
739
739
  class AXColorPaletteModule {
740
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXColorPaletteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
741
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.0", ngImport: i0, type: AXColorPaletteModule, declarations: [AXColorPalleteComponent,
740
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXColorPaletteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
741
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.1", ngImport: i0, type: AXColorPaletteModule, declarations: [AXColorPalleteComponent,
742
742
  AXColorPalettePreviewComponent,
743
743
  AXColorPaletteSwatchesComponent,
744
744
  AXColorPaletteInputComponent,
@@ -754,9 +754,9 @@ class AXColorPaletteModule {
754
754
  AXColorPaletteSwatchesComponent,
755
755
  AXColorPaletteInputComponent,
756
756
  AXColorPalettePickerComponent] }); }
757
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXColorPaletteModule, imports: [CommonModule, MODULES] }); }
757
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXColorPaletteModule, imports: [CommonModule, MODULES] }); }
758
758
  }
759
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXColorPaletteModule, decorators: [{
759
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXColorPaletteModule, decorators: [{
760
760
  type: NgModule,
761
761
  args: [{
762
762
  declarations: [...CONPONENTS],
@@ -279,52 +279,52 @@ class AXComponentClosedPromise extends Promise {
279
279
  }
280
280
  }
281
281
  class AXComponent {
282
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
283
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXComponent }); }
282
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
283
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXComponent }); }
284
284
  }
285
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXComponent, decorators: [{
285
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXComponent, decorators: [{
286
286
  type: Injectable
287
287
  }] });
288
288
  class AXClosbaleComponent extends AXComponent {
289
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXClosbaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
290
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXClosbaleComponent }); }
289
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXClosbaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
290
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXClosbaleComponent }); }
291
291
  }
292
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXClosbaleComponent, decorators: [{
292
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXClosbaleComponent, decorators: [{
293
293
  type: Injectable
294
294
  }] });
295
295
  class AXClearableComponent extends AXComponent {
296
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXClearableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
297
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXClearableComponent }); }
296
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXClearableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
297
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXClearableComponent }); }
298
298
  }
299
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXClearableComponent, decorators: [{
299
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXClearableComponent, decorators: [{
300
300
  type: Injectable
301
301
  }] });
302
302
  class AXSearchableComponent extends AXComponent {
303
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXSearchableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
304
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXSearchableComponent }); }
303
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXSearchableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
304
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXSearchableComponent }); }
305
305
  }
306
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXSearchableComponent, decorators: [{
306
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXSearchableComponent, decorators: [{
307
307
  type: Injectable
308
308
  }] });
309
309
  class AXValuableComponent extends AXComponent {
310
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXValuableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
311
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXValuableComponent }); }
310
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXValuableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
311
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXValuableComponent }); }
312
312
  }
313
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXValuableComponent, decorators: [{
313
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXValuableComponent, decorators: [{
314
314
  type: Injectable
315
315
  }] });
316
316
  class AXFocusableComponent extends AXComponent {
317
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXFocusableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
318
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXFocusableComponent }); }
317
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXFocusableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
318
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXFocusableComponent }); }
319
319
  }
320
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXFocusableComponent, decorators: [{
320
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXFocusableComponent, decorators: [{
321
321
  type: Injectable
322
322
  }] });
323
323
  class AXPagedComponent extends AXComponent {
324
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXPagedComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
325
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXPagedComponent }); }
324
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXPagedComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
325
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXPagedComponent }); }
326
326
  }
327
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXPagedComponent, decorators: [{
327
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXPagedComponent, decorators: [{
328
328
  type: Injectable
329
329
  }] });
330
330
 
@@ -544,10 +544,10 @@ class AXAutoFocusDirective {
544
544
  }, this.time);
545
545
  }
546
546
  }
547
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXAutoFocusDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: AXFocusableComponent, host: true, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive }); }
548
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: AXAutoFocusDirective, selector: "[axAutoFocus]", inputs: { autoFocus: ["axAutoFocus", "autoFocus"], time: ["axAutoFocusTime", "time"] }, ngImport: i0 }); }
547
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXAutoFocusDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: AXFocusableComponent, host: true, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive }); }
548
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: AXAutoFocusDirective, selector: "[axAutoFocus]", inputs: { autoFocus: ["axAutoFocus", "autoFocus"], time: ["axAutoFocusTime", "time"] }, ngImport: i0 }); }
549
549
  }
550
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXAutoFocusDirective, decorators: [{
550
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXAutoFocusDirective, decorators: [{
551
551
  type: Directive,
552
552
  args: [{
553
553
  selector: '[axAutoFocus]',
@@ -603,10 +603,10 @@ class AXHotkeysService {
603
603
  }
604
604
  });
605
605
  }
606
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXHotkeysService, deps: [{ token: i1.EventManager }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
607
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXHotkeysService }); }
606
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXHotkeysService, deps: [{ token: i1.EventManager }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
607
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXHotkeysService }); }
608
608
  }
609
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXHotkeysService, decorators: [{
609
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXHotkeysService, decorators: [{
610
610
  type: Injectable
611
611
  }], ctorParameters: () => [{ type: i1.EventManager }, { type: Document, decorators: [{
612
612
  type: Inject,
@@ -669,10 +669,10 @@ class AXHotkeyDirective {
669
669
  s.unsubscribe();
670
670
  });
671
671
  }
672
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXHotkeyDirective, deps: [{ token: i0.ElementRef }, { token: AXComponent, host: true, optional: true, self: true }, { token: AXHotkeysService }], target: i0.ɵɵFactoryTarget.Directive }); }
673
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: AXHotkeyDirective, selector: "[axHotkey]", inputs: { axHotkey: "axHotkey" }, ngImport: i0 }); }
672
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXHotkeyDirective, deps: [{ token: i0.ElementRef }, { token: AXComponent, host: true, optional: true, self: true }, { token: AXHotkeysService }], target: i0.ɵɵFactoryTarget.Directive }); }
673
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: AXHotkeyDirective, selector: "[axHotkey]", inputs: { axHotkey: "axHotkey" }, ngImport: i0 }); }
674
674
  }
675
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXHotkeyDirective, decorators: [{
675
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXHotkeyDirective, decorators: [{
676
676
  type: Directive,
677
677
  args: [{
678
678
  selector: '[axHotkey]',
@@ -727,10 +727,10 @@ class AXInfiniteScrollerDirective {
727
727
  return this.scrollCallback();
728
728
  }));
729
729
  }
730
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXInfiniteScrollerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
731
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: AXInfiniteScrollerDirective, selector: "[axInfiniteScroller]", inputs: { scrollCallback: "scrollCallback", immediateCallback: "immediateCallback", scrollPercent: "scrollPercent" }, ngImport: i0 }); }
730
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXInfiniteScrollerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
731
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: AXInfiniteScrollerDirective, selector: "[axInfiniteScroller]", inputs: { scrollCallback: "scrollCallback", immediateCallback: "immediateCallback", scrollPercent: "scrollPercent" }, ngImport: i0 }); }
732
732
  }
733
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXInfiniteScrollerDirective, decorators: [{
733
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXInfiniteScrollerDirective, decorators: [{
734
734
  type: Directive,
735
735
  args: [{
736
736
  selector: '[axInfiniteScroller]',
@@ -772,20 +772,20 @@ class AXResponsiveDirective {
772
772
  this._observer?.disconnect();
773
773
  this._observer?.unobserve(this._elementRef.nativeElement);
774
774
  }
775
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXResponsiveDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
776
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: AXResponsiveDirective, selector: "[axResponsive]", ngImport: i0 }); }
775
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXResponsiveDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
776
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: AXResponsiveDirective, selector: "[axResponsive]", ngImport: i0 }); }
777
777
  }
778
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXResponsiveDirective, decorators: [{
778
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXResponsiveDirective, decorators: [{
779
779
  type: Directive,
780
780
  args: [{ selector: '[axResponsive]' }]
781
781
  }], ctorParameters: () => [{ type: i0.ElementRef }] });
782
782
 
783
783
  class AXCommonModule {
784
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
785
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.0", ngImport: i0, type: AXCommonModule, declarations: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective], exports: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective] }); }
786
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXCommonModule, providers: [AXHotkeysService] }); }
784
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
785
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.1", ngImport: i0, type: AXCommonModule, declarations: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective], exports: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective] }); }
786
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXCommonModule, providers: [AXHotkeysService] }); }
787
787
  }
788
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXCommonModule, decorators: [{
788
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXCommonModule, decorators: [{
789
789
  type: NgModule,
790
790
  args: [{
791
791
  declarations: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective],
@@ -801,10 +801,10 @@ class AXDomService {
801
801
  const randomness = Math.random().toString(36).substr(2);
802
802
  return dateString + randomness;
803
803
  }
804
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDomService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
805
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDomService, providedIn: 'root' }); }
804
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXDomService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
805
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXDomService, providedIn: 'root' }); }
806
806
  }
807
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDomService, decorators: [{
807
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXDomService, decorators: [{
808
808
  type: Injectable,
809
809
  args: [{ providedIn: 'root' }]
810
810
  }] });
@@ -876,10 +876,10 @@ class MXBaseComponent {
876
876
  set rtl(value) {
877
877
  this.setOption({ name: 'rtl', value });
878
878
  }
879
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
880
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXBaseComponent }); }
879
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MXBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
880
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MXBaseComponent }); }
881
881
  }
882
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXBaseComponent, decorators: [{
882
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MXBaseComponent, decorators: [{
883
883
  type: Injectable
884
884
  }] });
885
885
 
@@ -907,10 +907,10 @@ class MXColorComponent extends MXBaseComponent {
907
907
  }
908
908
 
909
909
  class MXLookableComponent {
910
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXLookableComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
911
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXLookableComponent }); }
910
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MXLookableComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
911
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MXLookableComponent }); }
912
912
  }
913
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXLookableComponent, decorators: [{
913
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MXLookableComponent, decorators: [{
914
914
  type: Injectable
915
915
  }] });
916
916
  class MXLookComponent extends MXBaseComponent {
@@ -1215,26 +1215,28 @@ class MXValueComponent extends MXInteractiveComponent {
1215
1215
  this.getHostElement().setAttribute('ax-form-item', 'true');
1216
1216
  }
1217
1217
  get isRequired() {
1218
- return this.validationRules?.some(c => c.rule == 'required');
1218
+ return this.validationRules?.some((c) => c.rule == 'required');
1219
1219
  }
1220
1220
  addValidationRule(rule) {
1221
1221
  this.validationRules.push(rule);
1222
1222
  this.validationRulesChange.emit(this.validationRules);
1223
1223
  }
1224
1224
  removeValidationRule(rule) {
1225
- this.validationRules = this.validationRules.filter(r => r.rule !== rule.rule || !isEqual(r.options, rule.options));
1225
+ this.validationRules = this.validationRules.filter((r) => r.rule !== rule.rule || !isEqual(r.options, rule.options));
1226
1226
  this.validationRulesChange.emit(this.validationRules);
1227
1227
  }
1228
1228
  async validate() {
1229
- const container = this.getHostElement().classList.contains('ax-editor-container')
1229
+ debugger;
1230
+ const container_classes = ['ax-editor-container', 'ax-checkbox', 'ax-radio'];
1231
+ const container = container_classes.some((c) => this.getHostElement().classList.contains(c))
1230
1232
  ? this.getHostElement()
1231
1233
  : this.getHostElement().querySelector('.ax-editor-container');
1232
- const formField = container?.closest('ax-form-field');
1234
+ const formField = container?.closest('ax-form-field') || container?.closest('ax-checkbox');
1233
1235
  const label = formField?.querySelector('ax-label') || formField?.querySelector('label');
1234
1236
  //
1235
1237
  const rules = this.validationService.ruleFor(this.value);
1236
- this.validationRules.forEach(r => {
1237
- r.options["title"] = (label?.firstChild?.textContent ?? this.name)?.replace("*", "").trim();
1238
+ this.validationRules.forEach((r) => {
1239
+ r.options['title'] = (label?.firstChild?.textContent ?? this.name)?.replace('*', '').trim();
1238
1240
  rules.addRule(r.rule, r.options);
1239
1241
  });
1240
1242
  const result = await rules.validate();
@@ -1242,7 +1244,7 @@ class MXValueComponent extends MXInteractiveComponent {
1242
1244
  this.setState('clear');
1243
1245
  }
1244
1246
  else {
1245
- const message = result.rules.find(c => !c.result).message;
1247
+ const message = result.rules.find((c) => !c.result).message;
1246
1248
  this.setState('error', message);
1247
1249
  }
1248
1250
  return result;
@@ -1307,10 +1309,10 @@ class MXValueComponent extends MXInteractiveComponent {
1307
1309
  clear(e = false) {
1308
1310
  this.commitValue(null, e);
1309
1311
  }
1310
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1311
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXValueComponent }); }
1312
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MXValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1313
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MXValueComponent }); }
1312
1314
  }
1313
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXValueComponent, decorators: [{
1315
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MXValueComponent, decorators: [{
1314
1316
  type: Injectable
1315
1317
  }] });
1316
1318
 
@@ -1351,10 +1353,10 @@ class MXInputBaseValueComponent extends MXValueComponent {
1351
1353
  nativeEvent: e,
1352
1354
  });
1353
1355
  }
1354
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXInputBaseValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1355
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXInputBaseValueComponent }); }
1356
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MXInputBaseValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1357
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MXInputBaseValueComponent }); }
1356
1358
  }
1357
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXInputBaseValueComponent, decorators: [{
1359
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MXInputBaseValueComponent, decorators: [{
1358
1360
  type: Injectable
1359
1361
  }] });
1360
1362
 
@@ -1363,10 +1365,10 @@ class MXSelectionBridgeService {
1363
1365
  this.selectedItems = [];
1364
1366
  this.cacheList = {};
1365
1367
  }
1366
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXSelectionBridgeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1367
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXSelectionBridgeService }); }
1368
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MXSelectionBridgeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1369
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MXSelectionBridgeService }); }
1368
1370
  }
1369
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXSelectionBridgeService, decorators: [{
1371
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MXSelectionBridgeService, decorators: [{
1370
1372
  type: Injectable
1371
1373
  }] });
1372
1374
  const AX_SELECTION_DATA_TOKEN = new InjectionToken('AX_SELECTION_DATA_TOKEN');
@@ -1551,10 +1553,10 @@ class MXSelectionValueComponent extends MXValueComponent {
1551
1553
  this.dataService.cacheList = {};
1552
1554
  this.dataService.selectedItems = [];
1553
1555
  }
1554
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXSelectionValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1555
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXSelectionValueComponent }); }
1556
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MXSelectionValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1557
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MXSelectionValueComponent }); }
1556
1558
  }
1557
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXSelectionValueComponent, decorators: [{
1559
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: MXSelectionValueComponent, decorators: [{
1558
1560
  type: Injectable
1559
1561
  }] });
1560
1562
 
@@ -1587,10 +1589,10 @@ class AXNgModelDelayedValueChangedDirective {
1587
1589
  distinctUntilChanged(), debounceTime(this.delayTime))
1588
1590
  .subscribe((value) => this.axDelayedValueChanged.emit(value));
1589
1591
  }
1590
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXNgModelDelayedValueChangedDirective, deps: [{ token: i1$1.NgModel }], target: i0.ɵɵFactoryTarget.Directive }); }
1591
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: AXNgModelDelayedValueChangedDirective, isStandalone: true, selector: "[axDelayedValueChanged]", inputs: { delayTime: "delayTime" }, outputs: { axDelayedValueChanged: "axDelayedValueChanged", axDelayTimeChange: "axDelayTimeChange" }, ngImport: i0 }); }
1592
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXNgModelDelayedValueChangedDirective, deps: [{ token: i1$1.NgModel }], target: i0.ɵɵFactoryTarget.Directive }); }
1593
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: AXNgModelDelayedValueChangedDirective, isStandalone: true, selector: "[axDelayedValueChanged]", inputs: { delayTime: "delayTime" }, outputs: { axDelayedValueChanged: "axDelayedValueChanged", axDelayTimeChange: "axDelayTimeChange" }, ngImport: i0 }); }
1592
1594
  }
1593
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXNgModelDelayedValueChangedDirective, decorators: [{
1595
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXNgModelDelayedValueChangedDirective, decorators: [{
1594
1596
  type: Directive,
1595
1597
  args: [{
1596
1598
  selector: '[axDelayedValueChanged]',
@@ -1646,10 +1648,10 @@ class AXRippleDirective {
1646
1648
  circle?.remove();
1647
1649
  });
1648
1650
  }
1649
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXRippleDirective, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1650
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: AXRippleDirective, isStandalone: true, selector: "[axRipple]", inputs: { enabled: ["axRipple", "enabled"], axRippleColor: "axRippleColor" }, ngImport: i0 }); }
1651
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXRippleDirective, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1652
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: AXRippleDirective, isStandalone: true, selector: "[axRipple]", inputs: { enabled: ["axRipple", "enabled"], axRippleColor: "axRippleColor" }, ngImport: i0 }); }
1651
1653
  }
1652
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXRippleDirective, decorators: [{
1654
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: AXRippleDirective, decorators: [{
1653
1655
  type: Directive,
1654
1656
  args: [{
1655
1657
  selector: '[axRipple]',