@acorex/components 6.1.0 → 6.1.2

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 (366) hide show
  1. package/alert/public-api.d.ts +1 -0
  2. package/alert/src/alert-button.directive.d.ts +8 -0
  3. package/alert/src/alert.component.d.ts +18 -10
  4. package/alert/src/alert.module.d.ts +4 -3
  5. package/badge/src/badge.component.d.ts +2 -1
  6. package/breadcrumbs/src/breadcrumbs-item.component.d.ts +6 -7
  7. package/button/src/button-group.component.d.ts +6 -4
  8. package/button/src/button-item.component.d.ts +6 -4
  9. package/calendar/src/calendar.component.d.ts +4 -4
  10. package/calendar/src/calendar.module.d.ts +3 -4
  11. package/color-picker/src/color-picker.component.d.ts +22 -21
  12. package/common/public-api.d.ts +1 -0
  13. package/common/src/common.module.d.ts +4 -3
  14. package/common/src/debounce-time.directive.d.ts +17 -0
  15. package/common/src/events.class.d.ts +1 -1
  16. package/data-table/src/data-table.component.d.ts +3 -3
  17. package/date-picker/src/datepicker.component.d.ts +15 -12
  18. package/decorators/public-api.d.ts +1 -0
  19. package/decorators/src/decorators.module.d.ts +7 -6
  20. package/decorators/src/sub-title.component.d.ts +9 -0
  21. package/esm2020/action-sheet/src/action-sheet-item.component.mjs +3 -3
  22. package/esm2020/action-sheet/src/action-sheet.component.mjs +3 -3
  23. package/esm2020/action-sheet/src/action-sheet.module.mjs +4 -4
  24. package/esm2020/alert/public-api.mjs +2 -1
  25. package/esm2020/alert/src/alert-button.directive.mjs +19 -0
  26. package/esm2020/alert/src/alert.component.mjs +80 -51
  27. package/esm2020/alert/src/alert.module.mjs +7 -6
  28. package/esm2020/avatar/src/avatar-group.component.mjs +3 -3
  29. package/esm2020/avatar/src/avatar.component.mjs +3 -3
  30. package/esm2020/avatar/src/avatar.module.mjs +4 -4
  31. package/esm2020/badge/src/badge.component.mjs +3 -3
  32. package/esm2020/badge/src/badge.module.mjs +4 -4
  33. package/esm2020/breadcrumbs/src/breadcrumbs-item.component.mjs +3 -3
  34. package/esm2020/breadcrumbs/src/breadcrumbs.component.mjs +3 -3
  35. package/esm2020/breadcrumbs/src/breadcrumbs.module.mjs +4 -4
  36. package/esm2020/button/src/button-group.component.mjs +3 -3
  37. package/esm2020/button/src/button-item.component.mjs +3 -3
  38. package/esm2020/button/src/button.component.mjs +3 -3
  39. package/esm2020/button/src/button.module.mjs +4 -4
  40. package/esm2020/calendar/src/calendar.class.mjs +3 -3
  41. package/esm2020/calendar/src/calendar.component.mjs +10 -12
  42. package/esm2020/calendar/src/calendar.module.mjs +6 -7
  43. package/esm2020/carousel/src/carousel-arrows.component.mjs +3 -3
  44. package/esm2020/carousel/src/carousel-item.component.mjs +3 -3
  45. package/esm2020/carousel/src/carousel-pager.component.mjs +3 -3
  46. package/esm2020/carousel/src/carousel.class.mjs +3 -3
  47. package/esm2020/carousel/src/carousel.component.mjs +3 -3
  48. package/esm2020/carousel/src/carousel.module.mjs +4 -4
  49. package/esm2020/checkbox/src/checkbox.component.mjs +3 -3
  50. package/esm2020/checkbox/src/checkbox.module.mjs +4 -4
  51. package/esm2020/collapse/src/collapse-group.component.mjs +3 -3
  52. package/esm2020/collapse/src/collapse.component.mjs +3 -3
  53. package/esm2020/collapse/src/collapse.module.mjs +4 -4
  54. package/esm2020/color-palette/src/color-palette-input.component.mjs +4 -4
  55. package/esm2020/color-palette/src/color-palette-picker.component.mjs +3 -3
  56. package/esm2020/color-palette/src/color-palette-preview.component.mjs +3 -3
  57. package/esm2020/color-palette/src/color-palette-swatches.component.mjs +3 -3
  58. package/esm2020/color-palette/src/color-palette.class.mjs +6 -6
  59. package/esm2020/color-palette/src/color-palette.component.mjs +3 -3
  60. package/esm2020/color-palette/src/color-palette.module.mjs +4 -4
  61. package/esm2020/color-picker/src/color-picker.component.mjs +5 -5
  62. package/esm2020/color-picker/src/color-picker.module.mjs +4 -4
  63. package/esm2020/common/public-api.mjs +2 -1
  64. package/esm2020/common/src/auto-focus.directive.mjs +4 -4
  65. package/esm2020/common/src/common.module.mjs +10 -5
  66. package/esm2020/common/src/components.class.mjs +18 -18
  67. package/esm2020/common/src/custom-cdk-overlay.service.mjs +7 -7
  68. package/esm2020/common/src/debounce-time.directive.mjs +47 -0
  69. package/esm2020/common/src/events.class.mjs +1 -1
  70. package/esm2020/common/src/hotkey.directive.mjs +3 -3
  71. package/esm2020/common/src/hotkey.service.mjs +4 -4
  72. package/esm2020/common/src/infinite-scroll.directive.mjs +3 -3
  73. package/esm2020/common/src/overlay.service.mjs +3 -3
  74. package/esm2020/common/src/responsive.directive.mjs +3 -3
  75. package/esm2020/context-menu/src/context-menu.component.mjs +3 -3
  76. package/esm2020/context-menu/src/context-menu.module.mjs +4 -4
  77. package/esm2020/data-pager/src/data-pager-base.component.mjs +6 -6
  78. package/esm2020/data-pager/src/data-pager-info.component.mjs +3 -3
  79. package/esm2020/data-pager/src/data-pager-input-selector.component.mjs +8 -7
  80. package/esm2020/data-pager/src/data-pager-next-buttons.components.mjs +14 -13
  81. package/esm2020/data-pager/src/data-pager-numeric-selector.component.mjs +10 -10
  82. package/esm2020/data-pager/src/data-pager-pagesize-dropdown.component.mjs +3 -3
  83. package/esm2020/data-pager/src/data-pager-prev-buttons.component.mjs +14 -13
  84. package/esm2020/data-pager/src/data-pager.component.mjs +7 -6
  85. package/esm2020/data-pager/src/data-pager.module.mjs +4 -4
  86. package/esm2020/data-table/src/data-column-cell-template.directive.mjs +3 -3
  87. package/esm2020/data-table/src/data-column.directive.mjs +3 -3
  88. package/esm2020/data-table/src/data-table.component.mjs +5 -4
  89. package/esm2020/data-table/src/data-table.module.mjs +4 -4
  90. package/esm2020/date-picker/src/datepicker.component.mjs +4 -5
  91. package/esm2020/date-picker/src/datepicker.module.mjs +4 -4
  92. package/esm2020/decorators/public-api.mjs +2 -1
  93. package/esm2020/decorators/src/close-button.component.mjs +3 -3
  94. package/esm2020/decorators/src/content.component.mjs +3 -3
  95. package/esm2020/decorators/src/decorators.module.mjs +10 -6
  96. package/esm2020/decorators/src/footer.component.mjs +3 -3
  97. package/esm2020/decorators/src/header.component.mjs +3 -3
  98. package/esm2020/decorators/src/icon.component.mjs +3 -3
  99. package/esm2020/decorators/src/overlay.component.mjs +3 -3
  100. package/esm2020/decorators/src/placeholder.component.mjs +3 -3
  101. package/esm2020/decorators/src/prefix.component.mjs +3 -3
  102. package/esm2020/decorators/src/sub-title.component.mjs +27 -0
  103. package/esm2020/decorators/src/suffix.component.mjs +3 -3
  104. package/esm2020/decorators/src/text.component.mjs +3 -3
  105. package/esm2020/decorators/src/title.component.mjs +3 -3
  106. package/esm2020/dialog/src/dialog.component.mjs +3 -3
  107. package/esm2020/dialog/src/dialog.module.mjs +4 -4
  108. package/esm2020/dialog/src/dialog.service.mjs +3 -3
  109. package/esm2020/drawer/src/drawer-container.component.mjs +3 -3
  110. package/esm2020/drawer/src/drawer.component.mjs +3 -3
  111. package/esm2020/drawer/src/drawer.module.mjs +4 -4
  112. package/esm2020/dropdown/src/dropdown-panel.component.mjs +3 -3
  113. package/esm2020/dropdown/src/dropdown.module.mjs +4 -4
  114. package/esm2020/form/src/form-field.component.mjs +3 -3
  115. package/esm2020/form/src/form-hint.component.mjs +3 -3
  116. package/esm2020/form/src/form.component.mjs +3 -3
  117. package/esm2020/form/src/form.module.mjs +4 -4
  118. package/esm2020/form/src/validation-rule.widget.mjs +13 -8
  119. package/esm2020/form/src/validation-summary.component.mjs +25 -17
  120. package/esm2020/image/src/image.component.mjs +3 -3
  121. package/esm2020/image/src/image.module.mjs +4 -4
  122. package/esm2020/label/src/label.component.mjs +3 -3
  123. package/esm2020/label/src/label.module.mjs +4 -4
  124. package/esm2020/loading/src/loading-spinner.component.mjs +3 -3
  125. package/esm2020/loading/src/loading.component.mjs +3 -3
  126. package/esm2020/loading/src/loading.directive.mjs +3 -3
  127. package/esm2020/loading/src/loading.module.mjs +4 -4
  128. package/esm2020/loading/src/loading.service.mjs +3 -3
  129. package/esm2020/menu/src/menu.component.mjs +3 -3
  130. package/esm2020/menu/src/menu.module.mjs +4 -4
  131. package/esm2020/mixin/src/base-components.class.mjs +9 -4
  132. package/esm2020/mixin/src/textbox-mixin.class.mjs +52 -83
  133. package/esm2020/mixin/src/value-mixin.class.mjs +2 -1
  134. package/esm2020/number-box/src/number-box.component.mjs +5 -6
  135. package/esm2020/number-box/src/number-box.module.mjs +4 -4
  136. package/esm2020/page/src/base-page.class.mjs +3 -3
  137. package/esm2020/page/src/page.component.mjs +3 -3
  138. package/esm2020/page/src/page.module.mjs +4 -4
  139. package/esm2020/password-box/src/password-box.component.mjs +5 -5
  140. package/esm2020/password-box/src/password-box.module.mjs +4 -4
  141. package/esm2020/popover/src/popover.component.mjs +3 -3
  142. package/esm2020/popover/src/popover.module.mjs +4 -4
  143. package/esm2020/popup/src/popup.component.mjs +3 -3
  144. package/esm2020/popup/src/popup.module.mjs +4 -4
  145. package/esm2020/popup/src/popup.service.mjs +3 -3
  146. package/esm2020/progress-bar/src/progress-bar.component.mjs +3 -3
  147. package/esm2020/progress-bar/src/progress-bar.module.mjs +4 -4
  148. package/esm2020/radio/src/radio.component.mjs +3 -3
  149. package/esm2020/radio/src/radio.module.mjs +4 -4
  150. package/esm2020/range-slider/src/range-slider.component.mjs +3 -3
  151. package/esm2020/range-slider/src/range-slider.module.mjs +4 -4
  152. package/esm2020/rating/src/rating.component.mjs +3 -3
  153. package/esm2020/rating/src/rating.component.module.mjs +4 -4
  154. package/esm2020/result/src/result.component.mjs +3 -3
  155. package/esm2020/result/src/result.module.mjs +4 -4
  156. package/esm2020/search-box/src/search-box.component.mjs +6 -5
  157. package/esm2020/search-box/src/search-box.module.mjs +4 -4
  158. package/esm2020/select-box/src/selectbox.component.mjs +7 -7
  159. package/esm2020/select-box/src/selectbox.module.mjs +4 -4
  160. package/esm2020/selection-list/src/selection-list.component.mjs +21 -10
  161. package/esm2020/selection-list/src/selection-list.module.mjs +4 -4
  162. package/esm2020/switch/src/switch.component.mjs +3 -3
  163. package/esm2020/switch/src/switch.module.mjs +4 -4
  164. package/esm2020/tabs/src/tab-content.directive.mjs +3 -3
  165. package/esm2020/tabs/src/tab-item.component.mjs +3 -3
  166. package/esm2020/tabs/src/tabs.component.mjs +3 -3
  167. package/esm2020/tabs/src/tabs.module.mjs +4 -4
  168. package/esm2020/textarea/src/textarea.component.mjs +5 -5
  169. package/esm2020/textarea/src/textarea.module.mjs +4 -4
  170. package/esm2020/textbox/public-api.mjs +2 -2
  171. package/esm2020/textbox/src/mask-options.directive.mjs +22 -0
  172. package/esm2020/textbox/src/textbox.component.mjs +46 -26
  173. package/esm2020/textbox/src/textbox.module.mjs +14 -10
  174. package/esm2020/time-box/src/time-box.component.mjs +6 -6
  175. package/esm2020/time-box/src/time-box.module.mjs +4 -4
  176. package/esm2020/toast/src/toast.component.mjs +5 -5
  177. package/esm2020/toast/src/toast.module.mjs +4 -4
  178. package/esm2020/toast/src/toast.service.mjs +3 -3
  179. package/esm2020/tooltip/src/tooltip.component.mjs +3 -3
  180. package/esm2020/tooltip/src/tooltip.directive.mjs +3 -3
  181. package/esm2020/tooltip/src/tooltip.module.mjs +4 -4
  182. package/esm2020/tree-view/src/tree-view.component.mjs +3 -3
  183. package/esm2020/tree-view/src/tree-view.module.mjs +4 -4
  184. package/esm2020/uploader/src/uploader.component.mjs +3 -3
  185. package/esm2020/uploader/src/uploader.module.mjs +4 -4
  186. package/fesm2015/acorex-components-action-sheet.mjs +10 -10
  187. package/fesm2015/acorex-components-alert.mjs +106 -58
  188. package/fesm2015/acorex-components-alert.mjs.map +1 -1
  189. package/fesm2015/acorex-components-avatar.mjs +10 -10
  190. package/fesm2015/acorex-components-badge.mjs +7 -7
  191. package/fesm2015/acorex-components-breadcrumbs.mjs +10 -10
  192. package/fesm2015/acorex-components-button.mjs +13 -13
  193. package/fesm2015/acorex-components-calendar.mjs +17 -20
  194. package/fesm2015/acorex-components-calendar.mjs.map +1 -1
  195. package/fesm2015/acorex-components-carousel.mjs +19 -19
  196. package/fesm2015/acorex-components-checkbox.mjs +7 -7
  197. package/fesm2015/acorex-components-collapse.mjs +10 -10
  198. package/fesm2015/acorex-components-color-palette.mjs +26 -26
  199. package/fesm2015/acorex-components-color-palette.mjs.map +1 -1
  200. package/fesm2015/acorex-components-color-picker.mjs +8 -8
  201. package/fesm2015/acorex-components-color-picker.mjs.map +1 -1
  202. package/fesm2015/acorex-components-common.mjs +104 -55
  203. package/fesm2015/acorex-components-common.mjs.map +1 -1
  204. package/fesm2015/acorex-components-context-menu.mjs +7 -7
  205. package/fesm2015/acorex-components-data-pager.mjs +59 -57
  206. package/fesm2015/acorex-components-data-pager.mjs.map +1 -1
  207. package/fesm2015/acorex-components-data-table.mjs +14 -13
  208. package/fesm2015/acorex-components-data-table.mjs.map +1 -1
  209. package/fesm2015/acorex-components-date-picker.mjs +7 -8
  210. package/fesm2015/acorex-components-date-picker.mjs.map +1 -1
  211. package/fesm2015/acorex-components-decorators.mjs +65 -39
  212. package/fesm2015/acorex-components-decorators.mjs.map +1 -1
  213. package/fesm2015/acorex-components-dialog.mjs +10 -10
  214. package/fesm2015/acorex-components-drawer.mjs +10 -10
  215. package/fesm2015/acorex-components-dropdown.mjs +7 -7
  216. package/fesm2015/acorex-components-form.mjs +49 -36
  217. package/fesm2015/acorex-components-form.mjs.map +1 -1
  218. package/fesm2015/acorex-components-image.mjs +7 -7
  219. package/fesm2015/acorex-components-label.mjs +7 -7
  220. package/fesm2015/acorex-components-loading.mjs +16 -16
  221. package/fesm2015/acorex-components-menu.mjs +7 -7
  222. package/fesm2015/acorex-components-mixin.mjs +12 -36
  223. package/fesm2015/acorex-components-mixin.mjs.map +1 -1
  224. package/fesm2015/acorex-components-number-box.mjs +8 -9
  225. package/fesm2015/acorex-components-number-box.mjs.map +1 -1
  226. package/fesm2015/acorex-components-page.mjs +10 -10
  227. package/fesm2015/acorex-components-password-box.mjs +8 -8
  228. package/fesm2015/acorex-components-password-box.mjs.map +1 -1
  229. package/fesm2015/acorex-components-popover.mjs +7 -7
  230. package/fesm2015/acorex-components-popup.mjs +10 -10
  231. package/fesm2015/acorex-components-progress-bar.mjs +7 -7
  232. package/fesm2015/acorex-components-radio.mjs +7 -7
  233. package/fesm2015/acorex-components-range-slider.mjs +7 -7
  234. package/fesm2015/acorex-components-rating.mjs +7 -7
  235. package/fesm2015/acorex-components-result.mjs +7 -7
  236. package/fesm2015/acorex-components-search-box.mjs +9 -8
  237. package/fesm2015/acorex-components-search-box.mjs.map +1 -1
  238. package/fesm2015/acorex-components-select-box.mjs +10 -10
  239. package/fesm2015/acorex-components-select-box.mjs.map +1 -1
  240. package/fesm2015/acorex-components-selection-list.mjs +24 -13
  241. package/fesm2015/acorex-components-selection-list.mjs.map +1 -1
  242. package/fesm2015/acorex-components-switch.mjs +7 -7
  243. package/fesm2015/acorex-components-tabs.mjs +13 -13
  244. package/fesm2015/acorex-components-textarea.mjs +8 -8
  245. package/fesm2015/acorex-components-textarea.mjs.map +1 -1
  246. package/fesm2015/acorex-components-textbox.mjs +65 -42
  247. package/fesm2015/acorex-components-textbox.mjs.map +1 -1
  248. package/fesm2015/acorex-components-time-box.mjs +9 -9
  249. package/fesm2015/acorex-components-time-box.mjs.map +1 -1
  250. package/fesm2015/acorex-components-toast.mjs +11 -11
  251. package/fesm2015/acorex-components-toast.mjs.map +1 -1
  252. package/fesm2015/acorex-components-tooltip.mjs +10 -10
  253. package/fesm2015/acorex-components-tree-view.mjs +7 -7
  254. package/fesm2015/acorex-components-uploader.mjs +7 -7
  255. package/fesm2020/acorex-components-action-sheet.mjs +10 -10
  256. package/fesm2020/acorex-components-alert.mjs +104 -58
  257. package/fesm2020/acorex-components-alert.mjs.map +1 -1
  258. package/fesm2020/acorex-components-avatar.mjs +10 -10
  259. package/fesm2020/acorex-components-badge.mjs +7 -7
  260. package/fesm2020/acorex-components-breadcrumbs.mjs +10 -10
  261. package/fesm2020/acorex-components-button.mjs +13 -13
  262. package/fesm2020/acorex-components-calendar.mjs +17 -20
  263. package/fesm2020/acorex-components-calendar.mjs.map +1 -1
  264. package/fesm2020/acorex-components-carousel.mjs +19 -19
  265. package/fesm2020/acorex-components-checkbox.mjs +7 -7
  266. package/fesm2020/acorex-components-collapse.mjs +10 -10
  267. package/fesm2020/acorex-components-color-palette.mjs +26 -26
  268. package/fesm2020/acorex-components-color-palette.mjs.map +1 -1
  269. package/fesm2020/acorex-components-color-picker.mjs +8 -8
  270. package/fesm2020/acorex-components-color-picker.mjs.map +1 -1
  271. package/fesm2020/acorex-components-common.mjs +103 -55
  272. package/fesm2020/acorex-components-common.mjs.map +1 -1
  273. package/fesm2020/acorex-components-context-menu.mjs +7 -7
  274. package/fesm2020/acorex-components-data-pager.mjs +59 -57
  275. package/fesm2020/acorex-components-data-pager.mjs.map +1 -1
  276. package/fesm2020/acorex-components-data-table.mjs +14 -13
  277. package/fesm2020/acorex-components-data-table.mjs.map +1 -1
  278. package/fesm2020/acorex-components-date-picker.mjs +7 -8
  279. package/fesm2020/acorex-components-date-picker.mjs.map +1 -1
  280. package/fesm2020/acorex-components-decorators.mjs +65 -39
  281. package/fesm2020/acorex-components-decorators.mjs.map +1 -1
  282. package/fesm2020/acorex-components-dialog.mjs +10 -10
  283. package/fesm2020/acorex-components-drawer.mjs +10 -10
  284. package/fesm2020/acorex-components-dropdown.mjs +7 -7
  285. package/fesm2020/acorex-components-form.mjs +49 -36
  286. package/fesm2020/acorex-components-form.mjs.map +1 -1
  287. package/fesm2020/acorex-components-image.mjs +7 -7
  288. package/fesm2020/acorex-components-label.mjs +7 -7
  289. package/fesm2020/acorex-components-loading.mjs +16 -16
  290. package/fesm2020/acorex-components-menu.mjs +7 -7
  291. package/fesm2020/acorex-components-mixin.mjs +60 -84
  292. package/fesm2020/acorex-components-mixin.mjs.map +1 -1
  293. package/fesm2020/acorex-components-number-box.mjs +8 -9
  294. package/fesm2020/acorex-components-number-box.mjs.map +1 -1
  295. package/fesm2020/acorex-components-page.mjs +10 -10
  296. package/fesm2020/acorex-components-password-box.mjs +8 -8
  297. package/fesm2020/acorex-components-password-box.mjs.map +1 -1
  298. package/fesm2020/acorex-components-popover.mjs +7 -7
  299. package/fesm2020/acorex-components-popup.mjs +10 -10
  300. package/fesm2020/acorex-components-progress-bar.mjs +7 -7
  301. package/fesm2020/acorex-components-radio.mjs +7 -7
  302. package/fesm2020/acorex-components-range-slider.mjs +7 -7
  303. package/fesm2020/acorex-components-rating.mjs +7 -7
  304. package/fesm2020/acorex-components-result.mjs +7 -7
  305. package/fesm2020/acorex-components-search-box.mjs +9 -8
  306. package/fesm2020/acorex-components-search-box.mjs.map +1 -1
  307. package/fesm2020/acorex-components-select-box.mjs +10 -10
  308. package/fesm2020/acorex-components-select-box.mjs.map +1 -1
  309. package/fesm2020/acorex-components-selection-list.mjs +24 -13
  310. package/fesm2020/acorex-components-selection-list.mjs.map +1 -1
  311. package/fesm2020/acorex-components-switch.mjs +7 -7
  312. package/fesm2020/acorex-components-tabs.mjs +13 -13
  313. package/fesm2020/acorex-components-textarea.mjs +8 -8
  314. package/fesm2020/acorex-components-textarea.mjs.map +1 -1
  315. package/fesm2020/acorex-components-textbox.mjs +64 -42
  316. package/fesm2020/acorex-components-textbox.mjs.map +1 -1
  317. package/fesm2020/acorex-components-time-box.mjs +9 -9
  318. package/fesm2020/acorex-components-time-box.mjs.map +1 -1
  319. package/fesm2020/acorex-components-toast.mjs +11 -11
  320. package/fesm2020/acorex-components-toast.mjs.map +1 -1
  321. package/fesm2020/acorex-components-tooltip.mjs +10 -10
  322. package/fesm2020/acorex-components-tree-view.mjs +7 -7
  323. package/fesm2020/acorex-components-uploader.mjs +7 -7
  324. package/form/src/validation-rule.widget.d.ts +1 -0
  325. package/form/src/validation-summary.component.d.ts +4 -2
  326. package/mixin/src/base-components.class.d.ts +3 -1
  327. package/mixin/src/base-menu-mixin.class.d.ts +5 -4
  328. package/mixin/src/button-mixin.class.d.ts +2 -1
  329. package/mixin/src/clickable-mixin.class.d.ts +3 -4
  330. package/mixin/src/color-look-mixing.class.d.ts +2 -1
  331. package/mixin/src/datalist-component.class.d.ts +10 -9
  332. package/mixin/src/dropdown-mixin.class.d.ts +2 -1
  333. package/mixin/src/interactive-mixin.class.d.ts +5 -6
  334. package/mixin/src/loading-mixin.class.d.ts +2 -1
  335. package/mixin/src/mixin.class.d.ts +63 -47
  336. package/mixin/src/page-component.class.d.ts +2 -1
  337. package/mixin/src/selection-component.class.d.ts +3 -4
  338. package/mixin/src/sizable-mixin.class.d.ts +2 -1
  339. package/mixin/src/textbox-mixin.class.d.ts +5 -13
  340. package/mixin/src/value-mixin.class.d.ts +8 -7
  341. package/number-box/src/number-box.component.d.ts +1 -1
  342. package/package.json +4 -12
  343. package/password-box/src/password-box.component.d.ts +1 -1
  344. package/select-box/src/selectbox.component.d.ts +1 -1
  345. package/selection-list/src/selection-list.component.d.ts +5 -4
  346. package/tabs/src/tab-item.component.d.ts +2 -1
  347. package/textarea/src/textarea.component.d.ts +1 -1
  348. package/textbox/public-api.d.ts +1 -1
  349. package/textbox/src/mask-options.directive.d.ts +13 -0
  350. package/textbox/src/textbox.component.d.ts +12 -6
  351. package/textbox/src/textbox.module.d.ts +6 -5
  352. package/time-box/src/time-box.component.d.ts +2 -2
  353. package/esm2020/input-mask/acorex-components-input-mask.mjs +0 -5
  354. package/esm2020/input-mask/public-api.mjs +0 -3
  355. package/esm2020/input-mask/src/input-mask.component.mjs +0 -58
  356. package/esm2020/input-mask/src/input-mask.module.mjs +0 -24
  357. package/esm2020/textbox/src/mask-settings.directive.mjs +0 -23
  358. package/fesm2015/acorex-components-input-mask.mjs +0 -86
  359. package/fesm2015/acorex-components-input-mask.mjs.map +0 -1
  360. package/fesm2020/acorex-components-input-mask.mjs +0 -86
  361. package/fesm2020/acorex-components-input-mask.mjs.map +0 -1
  362. package/input-mask/index.d.ts +0 -5
  363. package/input-mask/public-api.d.ts +0 -2
  364. package/input-mask/src/input-mask.component.d.ts +0 -25
  365. package/input-mask/src/input-mask.module.d.ts +0 -10
  366. package/textbox/src/mask-settings.directive.d.ts +0 -8
@@ -22,8 +22,8 @@ const MODULES = [
22
22
  ];
23
23
  export class AXDatepickerModule {
24
24
  }
25
- AXDatepickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDatepickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
26
- AXDatepickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: AXDatepickerModule, declarations: [AXDatePickerComponent], imports: [CommonModule,
25
+ AXDatepickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDatepickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
26
+ AXDatepickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: AXDatepickerModule, declarations: [AXDatePickerComponent], imports: [CommonModule,
27
27
  AXCalendarModule,
28
28
  AXTextBoxModule,
29
29
  AXButtonModule,
@@ -31,8 +31,8 @@ AXDatepickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", vers
31
31
  AXDecoratorModule,
32
32
  AXDateTimeModule,
33
33
  FormsModule], exports: [AXDatePickerComponent] });
34
- AXDatepickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDatepickerModule, imports: [MODULES] });
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDatepickerModule, decorators: [{
34
+ AXDatepickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDatepickerModule, imports: [MODULES] });
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDatepickerModule, decorators: [{
36
36
  type: NgModule,
37
37
  args: [{
38
38
  declarations: [...COMPONENT],
@@ -7,7 +7,8 @@ export * from './src/icon.component';
7
7
  export * from './src/overlay.component';
8
8
  export * from './src/placeholder.component';
9
9
  export * from './src/prefix.component';
10
+ export * from './src/sub-title.component';
10
11
  export * from './src/suffix.component';
11
12
  export * from './src/text.component';
12
13
  export * from './src/title.component';
13
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Fjb3JleC9jb21wb25lbnRzL2RlY29yYXRvcnMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDhCQUE4QixDQUFDO0FBQzdDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx1QkFBdUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vc3JjL2Nsb3NlLWJ1dHRvbi5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy9jb250ZW50LmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2RlY29yYXRvcnMubW9kdWxlJztcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvZm9vdGVyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2hlYWRlci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy9pY29uLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL292ZXJsYXkuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvcGxhY2Vob2xkZXIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvcHJlZml4LmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL3N1ZmZpeC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy90ZXh0LmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL3RpdGxlLmNvbXBvbmVudCc7XHJcbiJdfQ==
14
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Fjb3JleC9jb21wb25lbnRzL2RlY29yYXRvcnMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDhCQUE4QixDQUFDO0FBQzdDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHVCQUF1QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zcmMvY2xvc2UtYnV0dG9uLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2NvbnRlbnQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvZGVjb3JhdG9ycy5tb2R1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy9mb290ZXIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvaGVhZGVyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2ljb24uY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvb3ZlcmxheS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy9wbGFjZWhvbGRlci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy9wcmVmaXguY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvc3ViLXRpdGxlLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL3N1ZmZpeC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy90ZXh0LmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL3RpdGxlLmNvbXBvbmVudCc7XHJcbiJdfQ==
@@ -20,13 +20,13 @@ export class AXDecoratorCloseButtonComponent extends AXBaseComponentMixin {
20
20
  this._parent?.close();
21
21
  }
22
22
  }
23
- AXDecoratorCloseButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorCloseButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: AXClosbaleComponent, optional: true }], target: i0.ɵɵFactoryTarget.Component });
24
- AXDecoratorCloseButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXDecoratorCloseButtonComponent, selector: "ax-close-button", inputs: { icon: "icon" }, host: { classAttribute: "ax-close-button" }, usesInheritance: true, ngImport: i0, template: `<ax-icon
23
+ AXDecoratorCloseButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorCloseButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: AXClosbaleComponent, optional: true }], target: i0.ɵɵFactoryTarget.Component });
24
+ AXDecoratorCloseButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXDecoratorCloseButtonComponent, selector: "ax-close-button", inputs: { icon: "icon" }, host: { classAttribute: "ax-close-button" }, usesInheritance: true, ngImport: i0, template: `<ax-icon
25
25
  [icon]="icon"
26
26
  (click)="_handleOnClick($event)"
27
27
  tabindex="1"
28
28
  ></ax-icon>`, isInline: true, dependencies: [{ kind: "component", type: i1.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorCloseButtonComponent, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorCloseButtonComponent, decorators: [{
30
30
  type: Component,
31
31
  args: [{
32
32
  selector: 'ax-close-button',
@@ -6,9 +6,9 @@ export class AXDecoratorContentComponent extends AXBaseComponentMixin {
6
6
  super(elementRef, cdr);
7
7
  }
8
8
  }
9
- AXDecoratorContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorContentComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
10
- AXDecoratorContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXDecoratorContentComponent, selector: "ax-content", host: { classAttribute: "ax-content" }, usesInheritance: true, ngImport: i0, template: ` <ng-content> </ng-content> `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorContentComponent, decorators: [{
9
+ AXDecoratorContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorContentComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
10
+ AXDecoratorContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXDecoratorContentComponent, selector: "ax-content", host: { classAttribute: "ax-content" }, usesInheritance: true, ngImport: i0, template: ` <ng-content> </ng-content> `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorContentComponent, decorators: [{
12
12
  type: Component,
13
13
  args: [{
14
14
  selector: 'ax-content',
@@ -11,6 +11,7 @@ import { AXDecoratorCloseButtonComponent } from './close-button.component';
11
11
  import { AXDecoratorOverlayComponent } from './overlay.component';
12
12
  import { AXDecoratorPlaceholderComponent } from './placeholder.component';
13
13
  import { AXDecoratorTextComponent } from './text.component';
14
+ import { AXDecoratorSubTitleComponent } from './sub-title.component';
14
15
  import * as i0 from "@angular/core";
15
16
  const COMPONENT = [
16
17
  AXDecoratorPrefixComponent,
@@ -20,22 +21,24 @@ const COMPONENT = [
20
21
  AXDecoratorFooterComponent,
21
22
  AXDecoratorIconComponent,
22
23
  AXDecoratorTitleComponent,
24
+ AXDecoratorSubTitleComponent,
23
25
  AXDecoratorCloseButtonComponent,
24
26
  AXDecoratorOverlayComponent,
25
27
  AXDecoratorPlaceholderComponent,
26
- AXDecoratorTextComponent
28
+ AXDecoratorTextComponent,
27
29
  ];
28
30
  const MODULES = [CommonModule];
29
31
  export class AXDecoratorModule {
30
32
  }
31
- AXDecoratorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
32
- AXDecoratorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorModule, declarations: [AXDecoratorPrefixComponent,
33
+ AXDecoratorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
34
+ AXDecoratorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorModule, declarations: [AXDecoratorPrefixComponent,
33
35
  AXDecoratorSuffixComponent,
34
36
  AXDecoratorContentComponent,
35
37
  AXDecoratorHeaderComponent,
36
38
  AXDecoratorFooterComponent,
37
39
  AXDecoratorIconComponent,
38
40
  AXDecoratorTitleComponent,
41
+ AXDecoratorSubTitleComponent,
39
42
  AXDecoratorCloseButtonComponent,
40
43
  AXDecoratorOverlayComponent,
41
44
  AXDecoratorPlaceholderComponent,
@@ -46,12 +49,13 @@ AXDecoratorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", versi
46
49
  AXDecoratorFooterComponent,
47
50
  AXDecoratorIconComponent,
48
51
  AXDecoratorTitleComponent,
52
+ AXDecoratorSubTitleComponent,
49
53
  AXDecoratorCloseButtonComponent,
50
54
  AXDecoratorOverlayComponent,
51
55
  AXDecoratorPlaceholderComponent,
52
56
  AXDecoratorTextComponent] });
53
- AXDecoratorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorModule, imports: [MODULES] });
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorModule, decorators: [{
57
+ AXDecoratorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorModule, imports: [MODULES] });
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorModule, decorators: [{
55
59
  type: NgModule,
56
60
  args: [{
57
61
  declarations: [...COMPONENT],
@@ -60,4 +64,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
60
64
  providers: [],
61
65
  }]
62
66
  }] });
63
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVjb3JhdG9ycy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hY29yZXgvY29tcG9uZW50cy9kZWNvcmF0b3JzL3NyYy9kZWNvcmF0b3JzLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNoRSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNoRSxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNoRSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNoRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUM1RCxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUM5RCxPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUMzRSxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUMxRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQzs7QUFFNUQsTUFBTSxTQUFTLEdBQUc7SUFDZCwwQkFBMEI7SUFDMUIsMEJBQTBCO0lBQzFCLDJCQUEyQjtJQUMzQiwwQkFBMEI7SUFDMUIsMEJBQTBCO0lBQzFCLHdCQUF3QjtJQUN4Qix5QkFBeUI7SUFDekIsK0JBQStCO0lBQy9CLDJCQUEyQjtJQUMzQiwrQkFBK0I7SUFDL0Isd0JBQXdCO0NBQzNCLENBQUM7QUFDRixNQUFNLE9BQU8sR0FBRyxDQUFDLFlBQVksQ0FBQyxDQUFDO0FBUS9CLE1BQU0sT0FBTyxpQkFBaUI7OzhHQUFqQixpQkFBaUI7K0dBQWpCLGlCQUFpQixpQkFwQjFCLDBCQUEwQjtRQUMxQiwwQkFBMEI7UUFDMUIsMkJBQTJCO1FBQzNCLDBCQUEwQjtRQUMxQiwwQkFBMEI7UUFDMUIsd0JBQXdCO1FBQ3hCLHlCQUF5QjtRQUN6QiwrQkFBK0I7UUFDL0IsMkJBQTJCO1FBQzNCLCtCQUErQjtRQUMvQix3QkFBd0IsYUFFWCxZQUFZLGFBWnpCLDBCQUEwQjtRQUMxQiwwQkFBMEI7UUFDMUIsMkJBQTJCO1FBQzNCLDBCQUEwQjtRQUMxQiwwQkFBMEI7UUFDMUIsd0JBQXdCO1FBQ3hCLHlCQUF5QjtRQUN6QiwrQkFBK0I7UUFDL0IsMkJBQTJCO1FBQzNCLCtCQUErQjtRQUMvQix3QkFBd0I7K0dBVWYsaUJBQWlCLFlBSmIsT0FBTzsyRkFJWCxpQkFBaUI7a0JBTjdCLFFBQVE7bUJBQUM7b0JBQ04sWUFBWSxFQUFFLENBQUMsR0FBRyxTQUFTLENBQUM7b0JBQzVCLE9BQU8sRUFBRSxDQUFDLEdBQUcsT0FBTyxDQUFDO29CQUNyQixPQUFPLEVBQUUsQ0FBQyxHQUFHLFNBQVMsQ0FBQztvQkFDdkIsU0FBUyxFQUFFLEVBQUU7aUJBQ2hCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgQVhEZWNvcmF0b3JQcmVmaXhDb21wb25lbnQgfSBmcm9tICcuL3ByZWZpeC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBBWERlY29yYXRvclN1ZmZpeENvbXBvbmVudCB9IGZyb20gJy4vc3VmZml4LmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEFYRGVjb3JhdG9yQ29udGVudENvbXBvbmVudCB9IGZyb20gJy4vY29udGVudC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBBWERlY29yYXRvckhlYWRlckNvbXBvbmVudCB9IGZyb20gJy4vaGVhZGVyLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEFYRGVjb3JhdG9yRm9vdGVyQ29tcG9uZW50IH0gZnJvbSAnLi9mb290ZXIuY29tcG9uZW50JztcclxuaW1wb3J0IHsgQVhEZWNvcmF0b3JJY29uQ29tcG9uZW50IH0gZnJvbSAnLi9pY29uLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEFYRGVjb3JhdG9yVGl0bGVDb21wb25lbnQgfSBmcm9tICcuL3RpdGxlLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEFYRGVjb3JhdG9yQ2xvc2VCdXR0b25Db21wb25lbnQgfSBmcm9tICcuL2Nsb3NlLWJ1dHRvbi5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBBWERlY29yYXRvck92ZXJsYXlDb21wb25lbnQgfSBmcm9tICcuL292ZXJsYXkuY29tcG9uZW50JztcclxuaW1wb3J0IHsgQVhEZWNvcmF0b3JQbGFjZWhvbGRlckNvbXBvbmVudCB9IGZyb20gJy4vcGxhY2Vob2xkZXIuY29tcG9uZW50JztcclxuaW1wb3J0IHsgQVhEZWNvcmF0b3JUZXh0Q29tcG9uZW50IH0gZnJvbSAnLi90ZXh0LmNvbXBvbmVudCc7XHJcblxyXG5jb25zdCBDT01QT05FTlQgPSBbXHJcbiAgICBBWERlY29yYXRvclByZWZpeENvbXBvbmVudCxcclxuICAgIEFYRGVjb3JhdG9yU3VmZml4Q29tcG9uZW50LFxyXG4gICAgQVhEZWNvcmF0b3JDb250ZW50Q29tcG9uZW50LFxyXG4gICAgQVhEZWNvcmF0b3JIZWFkZXJDb21wb25lbnQsXHJcbiAgICBBWERlY29yYXRvckZvb3RlckNvbXBvbmVudCxcclxuICAgIEFYRGVjb3JhdG9ySWNvbkNvbXBvbmVudCxcclxuICAgIEFYRGVjb3JhdG9yVGl0bGVDb21wb25lbnQsXHJcbiAgICBBWERlY29yYXRvckNsb3NlQnV0dG9uQ29tcG9uZW50LFxyXG4gICAgQVhEZWNvcmF0b3JPdmVybGF5Q29tcG9uZW50LFxyXG4gICAgQVhEZWNvcmF0b3JQbGFjZWhvbGRlckNvbXBvbmVudCxcclxuICAgIEFYRGVjb3JhdG9yVGV4dENvbXBvbmVudFxyXG5dO1xyXG5jb25zdCBNT0RVTEVTID0gW0NvbW1vbk1vZHVsZV07XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gICAgZGVjbGFyYXRpb25zOiBbLi4uQ09NUE9ORU5UXSxcclxuICAgIGltcG9ydHM6IFsuLi5NT0RVTEVTXSxcclxuICAgIGV4cG9ydHM6IFsuLi5DT01QT05FTlRdLFxyXG4gICAgcHJvdmlkZXJzOiBbXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEFYRGVjb3JhdG9yTW9kdWxlIHsgfVxyXG4iXX0=
67
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVjb3JhdG9ycy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hY29yZXgvY29tcG9uZW50cy9kZWNvcmF0b3JzL3NyYy9kZWNvcmF0b3JzLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNoRSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNoRSxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNoRSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNoRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUM1RCxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUM5RCxPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUMzRSxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUMxRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUM1RCxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQzs7QUFFckUsTUFBTSxTQUFTLEdBQUc7SUFDZCwwQkFBMEI7SUFDMUIsMEJBQTBCO0lBQzFCLDJCQUEyQjtJQUMzQiwwQkFBMEI7SUFDMUIsMEJBQTBCO0lBQzFCLHdCQUF3QjtJQUN4Qix5QkFBeUI7SUFDekIsNEJBQTRCO0lBQzVCLCtCQUErQjtJQUMvQiwyQkFBMkI7SUFDM0IsK0JBQStCO0lBQy9CLHdCQUF3QjtDQUMzQixDQUFDO0FBQ0YsTUFBTSxPQUFPLEdBQUcsQ0FBQyxZQUFZLENBQUMsQ0FBQztBQVEvQixNQUFNLE9BQU8saUJBQWlCOzs4R0FBakIsaUJBQWlCOytHQUFqQixpQkFBaUIsaUJBckIxQiwwQkFBMEI7UUFDMUIsMEJBQTBCO1FBQzFCLDJCQUEyQjtRQUMzQiwwQkFBMEI7UUFDMUIsMEJBQTBCO1FBQzFCLHdCQUF3QjtRQUN4Qix5QkFBeUI7UUFDekIsNEJBQTRCO1FBQzVCLCtCQUErQjtRQUMvQiwyQkFBMkI7UUFDM0IsK0JBQStCO1FBQy9CLHdCQUF3QixhQUVYLFlBQVksYUFiekIsMEJBQTBCO1FBQzFCLDBCQUEwQjtRQUMxQiwyQkFBMkI7UUFDM0IsMEJBQTBCO1FBQzFCLDBCQUEwQjtRQUMxQix3QkFBd0I7UUFDeEIseUJBQXlCO1FBQ3pCLDRCQUE0QjtRQUM1QiwrQkFBK0I7UUFDL0IsMkJBQTJCO1FBQzNCLCtCQUErQjtRQUMvQix3QkFBd0I7K0dBVWYsaUJBQWlCLFlBSmIsT0FBTzsyRkFJWCxpQkFBaUI7a0JBTjdCLFFBQVE7bUJBQUM7b0JBQ04sWUFBWSxFQUFFLENBQUMsR0FBRyxTQUFTLENBQUM7b0JBQzVCLE9BQU8sRUFBRSxDQUFDLEdBQUcsT0FBTyxDQUFDO29CQUNyQixPQUFPLEVBQUUsQ0FBQyxHQUFHLFNBQVMsQ0FBQztvQkFDdkIsU0FBUyxFQUFFLEVBQUU7aUJBQ2hCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgQVhEZWNvcmF0b3JQcmVmaXhDb21wb25lbnQgfSBmcm9tICcuL3ByZWZpeC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBBWERlY29yYXRvclN1ZmZpeENvbXBvbmVudCB9IGZyb20gJy4vc3VmZml4LmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEFYRGVjb3JhdG9yQ29udGVudENvbXBvbmVudCB9IGZyb20gJy4vY29udGVudC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBBWERlY29yYXRvckhlYWRlckNvbXBvbmVudCB9IGZyb20gJy4vaGVhZGVyLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEFYRGVjb3JhdG9yRm9vdGVyQ29tcG9uZW50IH0gZnJvbSAnLi9mb290ZXIuY29tcG9uZW50JztcclxuaW1wb3J0IHsgQVhEZWNvcmF0b3JJY29uQ29tcG9uZW50IH0gZnJvbSAnLi9pY29uLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEFYRGVjb3JhdG9yVGl0bGVDb21wb25lbnQgfSBmcm9tICcuL3RpdGxlLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEFYRGVjb3JhdG9yQ2xvc2VCdXR0b25Db21wb25lbnQgfSBmcm9tICcuL2Nsb3NlLWJ1dHRvbi5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBBWERlY29yYXRvck92ZXJsYXlDb21wb25lbnQgfSBmcm9tICcuL292ZXJsYXkuY29tcG9uZW50JztcclxuaW1wb3J0IHsgQVhEZWNvcmF0b3JQbGFjZWhvbGRlckNvbXBvbmVudCB9IGZyb20gJy4vcGxhY2Vob2xkZXIuY29tcG9uZW50JztcclxuaW1wb3J0IHsgQVhEZWNvcmF0b3JUZXh0Q29tcG9uZW50IH0gZnJvbSAnLi90ZXh0LmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEFYRGVjb3JhdG9yU3ViVGl0bGVDb21wb25lbnQgfSBmcm9tICcuL3N1Yi10aXRsZS5jb21wb25lbnQnO1xyXG5cclxuY29uc3QgQ09NUE9ORU5UID0gW1xyXG4gICAgQVhEZWNvcmF0b3JQcmVmaXhDb21wb25lbnQsXHJcbiAgICBBWERlY29yYXRvclN1ZmZpeENvbXBvbmVudCxcclxuICAgIEFYRGVjb3JhdG9yQ29udGVudENvbXBvbmVudCxcclxuICAgIEFYRGVjb3JhdG9ySGVhZGVyQ29tcG9uZW50LFxyXG4gICAgQVhEZWNvcmF0b3JGb290ZXJDb21wb25lbnQsXHJcbiAgICBBWERlY29yYXRvckljb25Db21wb25lbnQsXHJcbiAgICBBWERlY29yYXRvclRpdGxlQ29tcG9uZW50LFxyXG4gICAgQVhEZWNvcmF0b3JTdWJUaXRsZUNvbXBvbmVudCxcclxuICAgIEFYRGVjb3JhdG9yQ2xvc2VCdXR0b25Db21wb25lbnQsXHJcbiAgICBBWERlY29yYXRvck92ZXJsYXlDb21wb25lbnQsXHJcbiAgICBBWERlY29yYXRvclBsYWNlaG9sZGVyQ29tcG9uZW50LFxyXG4gICAgQVhEZWNvcmF0b3JUZXh0Q29tcG9uZW50LFxyXG5dO1xyXG5jb25zdCBNT0RVTEVTID0gW0NvbW1vbk1vZHVsZV07XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gICAgZGVjbGFyYXRpb25zOiBbLi4uQ09NUE9ORU5UXSxcclxuICAgIGltcG9ydHM6IFsuLi5NT0RVTEVTXSxcclxuICAgIGV4cG9ydHM6IFsuLi5DT01QT05FTlRdLFxyXG4gICAgcHJvdmlkZXJzOiBbXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEFYRGVjb3JhdG9yTW9kdWxlIHsgfVxyXG4iXX0=
@@ -6,13 +6,13 @@ export class AXDecoratorFooterComponent extends AXBaseComponentMixin {
6
6
  super(elementRef, cdr);
7
7
  }
8
8
  }
9
- AXDecoratorFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorFooterComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
10
- AXDecoratorFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXDecoratorFooterComponent, selector: "ax-footer", host: { classAttribute: "ax-footer" }, usesInheritance: true, ngImport: i0, template: `
9
+ AXDecoratorFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorFooterComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
10
+ AXDecoratorFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXDecoratorFooterComponent, selector: "ax-footer", host: { classAttribute: "ax-footer" }, usesInheritance: true, ngImport: i0, template: `
11
11
  <ng-content
12
12
  select="ax-suffix,ax-prefix,ax-button,ax-title,ax-data-pager,ax-close-button,ng-container"
13
13
  ></ng-content>
14
14
  `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorFooterComponent, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorFooterComponent, decorators: [{
16
16
  type: Component,
17
17
  args: [{
18
18
  selector: 'ax-footer',
@@ -6,13 +6,13 @@ export class AXDecoratorHeaderComponent extends AXBaseComponentMixin {
6
6
  super(elementRef, cdr);
7
7
  }
8
8
  }
9
- AXDecoratorHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorHeaderComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
10
- AXDecoratorHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXDecoratorHeaderComponent, selector: "ax-header", host: { classAttribute: "ax-header" }, usesInheritance: true, ngImport: i0, template: `
9
+ AXDecoratorHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorHeaderComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
10
+ AXDecoratorHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXDecoratorHeaderComponent, selector: "ax-header", host: { classAttribute: "ax-header" }, usesInheritance: true, ngImport: i0, template: `
11
11
  <ng-content
12
12
  select="ax-suffix,ax-prefix,ax-button,ax-icon,ax-title,ax-data-pager,ax-close-button,ng-container,ng-content,ax-content"
13
13
  ></ng-content>
14
14
  `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorHeaderComponent, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorHeaderComponent, decorators: [{
16
16
  type: Component,
17
17
  args: [{
18
18
  selector: 'ax-header',
@@ -9,9 +9,9 @@ export class AXDecoratorIconComponent extends AXBaseComponentMixin {
9
9
  return `ax-ic ${this.icon}`;
10
10
  }
11
11
  }
12
- AXDecoratorIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorIconComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
13
- AXDecoratorIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXDecoratorIconComponent, selector: "ax-icon", inputs: { icon: "icon" }, host: { properties: { "class": "this.__iconClass" }, classAttribute: "ax-icon" }, providers: [{ provide: 'ax-icon', useValue: AXDecoratorIconComponent }], usesInheritance: true, ngImport: i0, template: '<ng-content select="i,svg,img"></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorIconComponent, decorators: [{
12
+ AXDecoratorIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorIconComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
13
+ AXDecoratorIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXDecoratorIconComponent, selector: "ax-icon", inputs: { icon: "icon" }, host: { properties: { "class": "this.__iconClass" }, classAttribute: "ax-icon" }, providers: [{ provide: 'ax-icon', useValue: AXDecoratorIconComponent }], usesInheritance: true, ngImport: i0, template: '<ng-content select="i,svg,img"></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorIconComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'ax-icon',
@@ -5,9 +5,9 @@ export class AXDecoratorOverlayComponent {
5
5
  this.displayMode = 'hover';
6
6
  }
7
7
  }
8
- AXDecoratorOverlayComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorOverlayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
- AXDecoratorOverlayComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXDecoratorOverlayComponent, selector: "ax-overlay", inputs: { displayMode: "displayMode" }, host: { properties: { "attr.data-overlay-mode": "this.displayMode" } }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorOverlayComponent, decorators: [{
8
+ AXDecoratorOverlayComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorOverlayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
+ AXDecoratorOverlayComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXDecoratorOverlayComponent, selector: "ax-overlay", inputs: { displayMode: "displayMode" }, host: { properties: { "attr.data-overlay-mode": "this.displayMode" } }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorOverlayComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{
13
13
  selector: 'ax-overlay',
@@ -2,9 +2,9 @@ import { Component } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class AXDecoratorPlaceholderComponent {
4
4
  }
5
- AXDecoratorPlaceholderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorPlaceholderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- AXDecoratorPlaceholderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXDecoratorPlaceholderComponent, selector: "ax-placeholder", ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorPlaceholderComponent, decorators: [{
5
+ AXDecoratorPlaceholderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorPlaceholderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
+ AXDecoratorPlaceholderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXDecoratorPlaceholderComponent, selector: "ax-placeholder", ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorPlaceholderComponent, decorators: [{
8
8
  type: Component,
9
9
  args: [{
10
10
  selector: 'ax-placeholder',
@@ -6,9 +6,9 @@ export class AXDecoratorPrefixComponent extends AXBaseComponentMixin {
6
6
  super(elementRef, cdr);
7
7
  }
8
8
  }
9
- AXDecoratorPrefixComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorPrefixComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
10
- AXDecoratorPrefixComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXDecoratorPrefixComponent, selector: "ax-prefix", host: { classAttribute: "ax-prefix" }, usesInheritance: true, ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorPrefixComponent, decorators: [{
9
+ AXDecoratorPrefixComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorPrefixComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
10
+ AXDecoratorPrefixComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXDecoratorPrefixComponent, selector: "ax-prefix", host: { classAttribute: "ax-prefix" }, usesInheritance: true, ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorPrefixComponent, decorators: [{
12
12
  type: Component,
13
13
  args: [{
14
14
  selector: 'ax-prefix',
@@ -0,0 +1,27 @@
1
+ import { AXBaseComponentMixin } from '@acorex/components/mixin';
2
+ import { Component, ViewEncapsulation, ChangeDetectionStrategy, Input, } from '@angular/core';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@angular/common";
5
+ export class AXDecoratorSubTitleComponent extends AXBaseComponentMixin {
6
+ constructor(_elementRef, _cdr) {
7
+ super(_elementRef, _cdr);
8
+ this.text = '';
9
+ }
10
+ }
11
+ AXDecoratorSubTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorSubTitleComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
12
+ AXDecoratorSubTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXDecoratorSubTitleComponent, selector: "ax-sub-title", inputs: { text: "text" }, host: { classAttribute: "ax-sub-title" }, usesInheritance: true, ngImport: i0, template: `<div *ngIf="text">{{ text }}</div>
13
+ <ng-container><ng-content *ngIf="!text"></ng-content></ng-container>`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorSubTitleComponent, decorators: [{
15
+ type: Component,
16
+ args: [{
17
+ selector: 'ax-sub-title',
18
+ template: `<div *ngIf="text">{{ text }}</div>
19
+ <ng-container><ng-content *ngIf="!text"></ng-content></ng-container>`,
20
+ changeDetection: ChangeDetectionStrategy.OnPush,
21
+ encapsulation: ViewEncapsulation.None,
22
+ host: { class: 'ax-sub-title' },
23
+ }]
24
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { text: [{
25
+ type: Input
26
+ }] } });
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3ViLXRpdGxlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Fjb3JleC9jb21wb25lbnRzL2RlY29yYXRvcnMvc3JjL3N1Yi10aXRsZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDaEUsT0FBTyxFQUNMLFNBQVMsRUFDVCxpQkFBaUIsRUFDakIsdUJBQXVCLEVBR3ZCLEtBQUssR0FDTixNQUFNLGVBQWUsQ0FBQzs7O0FBVXZCLE1BQU0sT0FBTyw0QkFBNkIsU0FBUSxvQkFBb0I7SUFDcEUsWUFBWSxXQUF1QixFQUFFLElBQXVCO1FBQzFELEtBQUssQ0FBQyxXQUFXLEVBQUUsSUFBSSxDQUFDLENBQUM7UUFJM0IsU0FBSSxHQUFXLEVBQUUsQ0FBQztJQUhsQixDQUFDOzt5SEFIVSw0QkFBNEI7NkdBQTVCLDRCQUE0QiwrSUFON0I7dUVBQzJEOzJGQUsxRCw0QkFBNEI7a0JBUnhDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGNBQWM7b0JBQ3hCLFFBQVEsRUFBRTt1RUFDMkQ7b0JBQ3JFLGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO29CQUMvQyxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTtvQkFDckMsSUFBSSxFQUFFLEVBQUUsS0FBSyxFQUFFLGNBQWMsRUFBRTtpQkFDaEM7aUlBT0MsSUFBSTtzQkFESCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQVhCYXNlQ29tcG9uZW50TWl4aW4gfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvbWl4aW4nO1xyXG5pbXBvcnQge1xyXG4gIENvbXBvbmVudCxcclxuICBWaWV3RW5jYXBzdWxhdGlvbixcclxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcclxuICBFbGVtZW50UmVmLFxyXG4gIENoYW5nZURldGVjdG9yUmVmLFxyXG4gIElucHV0LFxyXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdheC1zdWItdGl0bGUnLFxyXG4gIHRlbXBsYXRlOiBgPGRpdiAqbmdJZj1cInRleHRcIj57eyB0ZXh0IH19PC9kaXY+XHJcbiAgPG5nLWNvbnRhaW5lcj48bmctY29udGVudCAqbmdJZj1cIiF0ZXh0XCI+PC9uZy1jb250ZW50PjwvbmctY29udGFpbmVyPmAsXHJcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcclxuICBob3N0OiB7IGNsYXNzOiAnYXgtc3ViLXRpdGxlJyB9LFxyXG59KVxyXG5leHBvcnQgY2xhc3MgQVhEZWNvcmF0b3JTdWJUaXRsZUNvbXBvbmVudCBleHRlbmRzIEFYQmFzZUNvbXBvbmVudE1peGluIHtcclxuICBjb25zdHJ1Y3RvcihfZWxlbWVudFJlZjogRWxlbWVudFJlZiwgX2NkcjogQ2hhbmdlRGV0ZWN0b3JSZWYpIHtcclxuICAgIHN1cGVyKF9lbGVtZW50UmVmLCBfY2RyKTtcclxuICB9XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgdGV4dDogc3RyaW5nID0gJyc7XHJcbn1cclxuIl19
@@ -6,9 +6,9 @@ export class AXDecoratorSuffixComponent extends AXBaseComponentMixin {
6
6
  super(elementRef, cdr);
7
7
  }
8
8
  }
9
- AXDecoratorSuffixComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorSuffixComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
10
- AXDecoratorSuffixComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXDecoratorSuffixComponent, selector: "ax-suffix", host: { classAttribute: "ax-suffix" }, usesInheritance: true, ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorSuffixComponent, decorators: [{
9
+ AXDecoratorSuffixComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorSuffixComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
10
+ AXDecoratorSuffixComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXDecoratorSuffixComponent, selector: "ax-suffix", host: { classAttribute: "ax-suffix" }, usesInheritance: true, ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorSuffixComponent, decorators: [{
12
12
  type: Component,
13
13
  args: [{
14
14
  selector: 'ax-suffix',
@@ -6,9 +6,9 @@ export class AXDecoratorTextComponent extends AXBaseComponentMixin {
6
6
  super(_elementRef, _cdr);
7
7
  }
8
8
  }
9
- AXDecoratorTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorTextComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
10
- AXDecoratorTextComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXDecoratorTextComponent, selector: "ax-text", inputs: { content: "content" }, providers: [{ provide: 'ax-text', useValue: AXDecoratorTextComponent }], usesInheritance: true, ngImport: i0, template: `{{ content }}`, isInline: true });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorTextComponent, decorators: [{
9
+ AXDecoratorTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorTextComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
10
+ AXDecoratorTextComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXDecoratorTextComponent, selector: "ax-text", inputs: { content: "content" }, providers: [{ provide: 'ax-text', useValue: AXDecoratorTextComponent }], usesInheritance: true, ngImport: i0, template: `{{ content }}`, isInline: true });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorTextComponent, decorators: [{
12
12
  type: Component,
13
13
  args: [{
14
14
  selector: 'ax-text',
@@ -8,10 +8,10 @@ export class AXDecoratorTitleComponent extends AXBaseComponentMixin {
8
8
  this.text = '';
9
9
  }
10
10
  }
11
- AXDecoratorTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorTitleComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
12
- AXDecoratorTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXDecoratorTitleComponent, selector: "ax-title", inputs: { text: "text" }, host: { classAttribute: "ax-title" }, usesInheritance: true, ngImport: i0, template: `<h4 *ngIf="text">{{ text }}</h4>
11
+ AXDecoratorTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorTitleComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
12
+ AXDecoratorTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXDecoratorTitleComponent, selector: "ax-title", inputs: { text: "text" }, host: { classAttribute: "ax-title" }, usesInheritance: true, ngImport: i0, template: `<h4 *ngIf="text">{{ text }}</h4>
13
13
  <ng-container><ng-content *ngIf="!text"></ng-content></ng-container>`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDecoratorTitleComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDecoratorTitleComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'ax-title',
@@ -43,9 +43,9 @@ export class AXDialogComponent extends AXBaseComponentMixin {
43
43
  return result;
44
44
  }
45
45
  }
46
- AXDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDialogComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
47
- AXDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXDialogComponent, selector: "ax-dialog", usesInheritance: true, ngImport: i0, template: "<div class=\"ax-popup-wrapper\" aria-modal=\"true\" [cdkTrapFocus]=\"true\">\r\n <div class=\"ax-dialog ax-{{options.type}}-default\" cdkDrag role=\"alert\" cdkDragHandle>\r\n <div class=\"ax-dialog-icon-side\">\r\n <i class=\"ax-dialog-icon {{_icon}}\"></i>\r\n </div>\r\n <div class=\"ax-dialog-content-side\">\r\n <div class=\"ax-dialog-title\">{{options.title}}</div>\r\n <div class=\"ax-dialog-content\">{{options.content}}</div>\r\n </div>\r\n <div class=\"ax-dialog-dismiss-icon\">\r\n <i class=\"ax-ic ax-ic-close\" *ngIf=\"options.dismissible\" (click)=\"close()\"></i>\r\n </div>\r\n <ax-footer>\r\n <ng-container *ngFor=\"let button of options.buttons;let i=index\">\r\n <ax-button [text]=\"button.text\" [axAutoFocus]=\"_hasAutoFocus(button)\" [hotkey]=\"button.hotkey\"\r\n (onClick)=\"_handleButtonClick(button)\" [class]=\"button.cssClass\" [look]=\"button.look\"\r\n [color]=\"button.color\"></ax-button>\r\n </ng-container>\r\n </ax-footer>\r\n </div>\r\n</div>", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.AXAutoFocusDirective, selector: "[axAutoFocus]", inputs: ["axAutoFocus", "focus-time"] }, { kind: "directive", type: i2.AXHotkeyDirective, selector: "[hotkey]", inputs: ["hotkey"] }, { kind: "directive", type: i3.CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragData", "cdkDragLockAxis", "cdkDragRootElement", "cdkDragBoundary", "cdkDragStartDelay", "cdkDragFreeDragPosition", "cdkDragDisabled", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragPreviewContainer"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }, { kind: "directive", type: i3.CdkDragHandle, selector: "[cdkDragHandle]", inputs: ["cdkDragHandleDisabled"] }, { kind: "directive", type: i4.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange"] }, { kind: "component", type: i6.AXDecoratorFooterComponent, selector: "ax-footer" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDialogComponent, decorators: [{
46
+ AXDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDialogComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
47
+ AXDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXDialogComponent, selector: "ax-dialog", usesInheritance: true, ngImport: i0, template: "<div class=\"ax-popup-wrapper\" aria-modal=\"true\" [cdkTrapFocus]=\"true\">\r\n <div class=\"ax-dialog ax-{{options.type}}-default\" cdkDrag role=\"alert\" cdkDragHandle>\r\n <div class=\"ax-dialog-icon-side\">\r\n <i class=\"ax-dialog-icon {{_icon}}\"></i>\r\n </div>\r\n <div class=\"ax-dialog-content-side\">\r\n <div class=\"ax-dialog-title\">{{options.title}}</div>\r\n <div class=\"ax-dialog-content\">{{options.content}}</div>\r\n </div>\r\n <div class=\"ax-dialog-dismiss-icon\">\r\n <i class=\"ax-ic ax-ic-close\" *ngIf=\"options.dismissible\" (click)=\"close()\"></i>\r\n </div>\r\n <ax-footer>\r\n <ng-container *ngFor=\"let button of options.buttons;let i=index\">\r\n <ax-button [text]=\"button.text\" [axAutoFocus]=\"_hasAutoFocus(button)\" [hotkey]=\"button.hotkey\"\r\n (onClick)=\"_handleButtonClick(button)\" [class]=\"button.cssClass\" [look]=\"button.look\"\r\n [color]=\"button.color\"></ax-button>\r\n </ng-container>\r\n </ax-footer>\r\n </div>\r\n</div>", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.AXAutoFocusDirective, selector: "[axAutoFocus]", inputs: ["axAutoFocus", "focus-time"] }, { kind: "directive", type: i2.AXHotkeyDirective, selector: "[hotkey]", inputs: ["hotkey"] }, { kind: "directive", type: i3.CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragData", "cdkDragLockAxis", "cdkDragRootElement", "cdkDragBoundary", "cdkDragStartDelay", "cdkDragFreeDragPosition", "cdkDragDisabled", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragPreviewContainer"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }, { kind: "directive", type: i3.CdkDragHandle, selector: "[cdkDragHandle]", inputs: ["cdkDragHandleDisabled"] }, { kind: "directive", type: i4.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "component", type: i5.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange"] }, { kind: "component", type: i6.AXDecoratorFooterComponent, selector: "ax-footer" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDialogComponent, decorators: [{
49
49
  type: Component,
50
50
  args: [{ selector: 'ax-dialog', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div class=\"ax-popup-wrapper\" aria-modal=\"true\" [cdkTrapFocus]=\"true\">\r\n <div class=\"ax-dialog ax-{{options.type}}-default\" cdkDrag role=\"alert\" cdkDragHandle>\r\n <div class=\"ax-dialog-icon-side\">\r\n <i class=\"ax-dialog-icon {{_icon}}\"></i>\r\n </div>\r\n <div class=\"ax-dialog-content-side\">\r\n <div class=\"ax-dialog-title\">{{options.title}}</div>\r\n <div class=\"ax-dialog-content\">{{options.content}}</div>\r\n </div>\r\n <div class=\"ax-dialog-dismiss-icon\">\r\n <i class=\"ax-ic ax-ic-close\" *ngIf=\"options.dismissible\" (click)=\"close()\"></i>\r\n </div>\r\n <ax-footer>\r\n <ng-container *ngFor=\"let button of options.buttons;let i=index\">\r\n <ax-button [text]=\"button.text\" [axAutoFocus]=\"_hasAutoFocus(button)\" [hotkey]=\"button.hotkey\"\r\n (onClick)=\"_handleButtonClick(button)\" [class]=\"button.cssClass\" [look]=\"button.look\"\r\n [color]=\"button.color\"></ax-button>\r\n </ng-container>\r\n </ax-footer>\r\n </div>\r\n</div>" }]
51
51
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; } });
@@ -12,10 +12,10 @@ const COMPONENT = [AXDialogComponent];
12
12
  const MODULES = [CommonModule, AXCommonModule, DragDropModule, A11yModule, AXButtonModule, AXPageModule, AXDecoratorModule];
13
13
  export class AXDialogModule {
14
14
  }
15
- AXDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
16
- AXDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: AXDialogModule, declarations: [AXDialogComponent], imports: [CommonModule, AXCommonModule, DragDropModule, A11yModule, AXButtonModule, AXPageModule, AXDecoratorModule], exports: [AXDialogComponent] });
17
- AXDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDialogModule, imports: [MODULES] });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDialogModule, decorators: [{
15
+ AXDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
16
+ AXDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: AXDialogModule, declarations: [AXDialogComponent], imports: [CommonModule, AXCommonModule, DragDropModule, A11yModule, AXButtonModule, AXPageModule, AXDecoratorModule], exports: [AXDialogComponent] });
17
+ AXDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDialogModule, imports: [MODULES] });
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDialogModule, decorators: [{
19
19
  type: NgModule,
20
20
  args: [{
21
21
  declarations: [...COMPONENT],
@@ -145,9 +145,9 @@ export class AXDialogService {
145
145
  };
146
146
  }
147
147
  }
148
- AXDialogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDialogService, deps: [{ token: i1.Overlay }, { token: i0.Injector }, { token: i1.ScrollStrategyOptions }], target: i0.ɵɵFactoryTarget.Injectable });
149
- AXDialogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDialogService, providedIn: 'root' });
150
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDialogService, decorators: [{
148
+ AXDialogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDialogService, deps: [{ token: i1.Overlay }, { token: i0.Injector }, { token: i1.ScrollStrategyOptions }], target: i0.ɵɵFactoryTarget.Injectable });
149
+ AXDialogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDialogService, providedIn: 'root' });
150
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDialogService, decorators: [{
151
151
  type: Injectable,
152
152
  args: [{ providedIn: 'root' }]
153
153
  }], ctorParameters: function () { return [{ type: i1.Overlay }, { type: i0.Injector }, { type: i1.ScrollStrategyOptions }]; } });
@@ -15,13 +15,13 @@ export class AXDrawerContainerComponent extends AXBaseComponentMixin {
15
15
  : host.classList.remove('ax-visible');
16
16
  }
17
17
  }
18
- AXDrawerContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDrawerContainerComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
19
- AXDrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXDrawerContainerComponent, selector: "ax-drawer-container", host: { classAttribute: "ax-drawer-container" }, usesInheritance: true, ngImport: i0, template: `
18
+ AXDrawerContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDrawerContainerComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
19
+ AXDrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXDrawerContainerComponent, selector: "ax-drawer-container", host: { classAttribute: "ax-drawer-container" }, usesInheritance: true, ngImport: i0, template: `
20
20
  <ng-content select="ax-drawer[location='start']"> </ng-content>
21
21
  <ng-content select="ax-content"> </ng-content>
22
22
  <ng-content select="ax-drawer[location='end']"> </ng-content>
23
23
  `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDrawerContainerComponent, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDrawerContainerComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{
27
27
  selector: 'ax-drawer-container',
@@ -104,15 +104,15 @@ export class AXDrawerComponent extends AXBaseComponentMixin {
104
104
  });
105
105
  }
106
106
  }
107
- AXDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDrawerComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
108
- AXDrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXDrawerComponent, selector: "ax-drawer", inputs: { location: "location", mode: "mode", collapsed: "collapsed" }, outputs: { locationChange: "locationChange", modeChange: "modeChange", collapsedChange: "collapsedChange" }, host: { properties: { "class": "this.__hostClass" }, classAttribute: "ax-drawer" }, providers: [
107
+ AXDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDrawerComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
108
+ AXDrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXDrawerComponent, selector: "ax-drawer", inputs: { location: "location", mode: "mode", collapsed: "collapsed" }, outputs: { locationChange: "locationChange", modeChange: "modeChange", collapsedChange: "collapsedChange" }, host: { properties: { "class": "this.__hostClass" }, classAttribute: "ax-drawer" }, providers: [
109
109
  { provide: AXComponent, useExisting: AXDrawerComponent },
110
110
  { provide: AXClosbaleComponent, useExisting: AXDrawerComponent },
111
111
  ], usesInheritance: true, ngImport: i0, template: `
112
112
  <ng-content select="ax-header"> </ng-content>
113
113
  <ng-content select="ax-content"> </ng-content>
114
114
  `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDrawerComponent, decorators: [{
115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDrawerComponent, decorators: [{
116
116
  type: Component,
117
117
  args: [{
118
118
  selector: 'ax-drawer',
@@ -7,10 +7,10 @@ const COMPONENT = [AXDrawerComponent, AXDrawerContainerComponent];
7
7
  const MODULES = [CommonModule];
8
8
  export class AXDrawerModule {
9
9
  }
10
- AXDrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- AXDrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: AXDrawerModule, declarations: [AXDrawerComponent, AXDrawerContainerComponent], imports: [CommonModule], exports: [AXDrawerComponent, AXDrawerContainerComponent] });
12
- AXDrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDrawerModule, imports: [MODULES] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDrawerModule, decorators: [{
10
+ AXDrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ AXDrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: AXDrawerModule, declarations: [AXDrawerComponent, AXDrawerContainerComponent], imports: [CommonModule], exports: [AXDrawerComponent, AXDrawerContainerComponent] });
12
+ AXDrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDrawerModule, imports: [MODULES] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDrawerModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  declarations: [...COMPONENT],
@@ -80,9 +80,9 @@ export class AXDropdownPanelComponent extends AXBaseDropdownMixin {
80
80
  this._emitOnItemClickEvent(e, e.component);
81
81
  }
82
82
  }
83
- AXDropdownPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDropdownPanelComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.AXButtonComponent, optional: true }], target: i0.ɵɵFactoryTarget.Component });
84
- AXDropdownPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXDropdownPanelComponent, selector: "ax-dropdown-panel", inputs: { isOpen: "isOpen", fitParent: "fitParent", dropdownWidth: "dropdownWidth", position: "position", target: "target" }, outputs: { onOpened: "onOpened", onClosed: "onClosed", onItemClick: "onItemClick" }, host: { classAttribute: "ax-dropdown-panel" }, queries: [{ propertyName: "_contentButtons", predicate: AXButtonItemComponent }], viewQueries: [{ propertyName: "popover", first: true, predicate: AXPopoverComponent, descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<ax-popover [target]=\"target\" [position]=\"position\" [openTrigger]=\"'toggle'\" [closeTrigger]=\"'clickout'\" [adaptivityEnabled]=\"false\" >\r\n <div class=\"ax-overlay-pane\" [class.ax-dropdown-list]=\"_needBorder\" >\r\n <ng-content select=\"[panel],ax-button-item\">\r\n </ng-content>\r\n </div>\r\n</ax-popover>", dependencies: [{ kind: "component", type: i2.AXPopoverComponent, selector: "ax-popover", inputs: ["target", "position", "openTrigger", "closeTrigger", "hasBackdrop", "backdropClass", "adaptivityEnabled"], outputs: ["onOpened", "onClosed"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
85
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDropdownPanelComponent, decorators: [{
83
+ AXDropdownPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDropdownPanelComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.AXButtonComponent, optional: true }], target: i0.ɵɵFactoryTarget.Component });
84
+ AXDropdownPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXDropdownPanelComponent, selector: "ax-dropdown-panel", inputs: { isOpen: "isOpen", fitParent: "fitParent", dropdownWidth: "dropdownWidth", position: "position", target: "target" }, outputs: { onOpened: "onOpened", onClosed: "onClosed", onItemClick: "onItemClick" }, host: { classAttribute: "ax-dropdown-panel" }, queries: [{ propertyName: "_contentButtons", predicate: AXButtonItemComponent }], viewQueries: [{ propertyName: "popover", first: true, predicate: AXPopoverComponent, descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<ax-popover [target]=\"target\" [position]=\"position\" [openTrigger]=\"'toggle'\" [closeTrigger]=\"'clickout'\" [adaptivityEnabled]=\"false\" >\r\n <div class=\"ax-overlay-pane\" [class.ax-dropdown-list]=\"_needBorder\" >\r\n <ng-content select=\"[panel],ax-button-item\">\r\n </ng-content>\r\n </div>\r\n</ax-popover>", dependencies: [{ kind: "component", type: i2.AXPopoverComponent, selector: "ax-popover", inputs: ["target", "position", "openTrigger", "closeTrigger", "hasBackdrop", "backdropClass", "adaptivityEnabled"], outputs: ["onOpened", "onClosed"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDropdownPanelComponent, decorators: [{
86
86
  type: Component,
87
87
  args: [{ selector: 'ax-dropdown-panel', inputs: ['isOpen', 'fitParent', 'dropdownWidth', 'position'], outputs: ['onOpened', 'onClosed'], host: { class: 'ax-dropdown-panel' }, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ax-popover [target]=\"target\" [position]=\"position\" [openTrigger]=\"'toggle'\" [closeTrigger]=\"'clickout'\" [adaptivityEnabled]=\"false\" >\r\n <div class=\"ax-overlay-pane\" [class.ax-dropdown-list]=\"_needBorder\" >\r\n <ng-content select=\"[panel],ax-button-item\">\r\n </ng-content>\r\n </div>\r\n</ax-popover>" }]
88
88
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1.AXButtonComponent, decorators: [{
@@ -10,10 +10,10 @@ import { AXCommonModule } from '@acorex/components/common';
10
10
  import * as i0 from "@angular/core";
11
11
  export class AXDropdownModule {
12
12
  }
13
- AXDropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
- AXDropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: AXDropdownModule, declarations: [AXDropdownPanelComponent], imports: [CommonModule, AXCommonModule, A11yModule, AXButtonModule, OverlayModule, AXDecoratorModule, AXPopoverModule], exports: [AXDropdownPanelComponent] });
15
- AXDropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDropdownModule, imports: [CommonModule, AXCommonModule, A11yModule, AXButtonModule, OverlayModule, AXDecoratorModule, AXPopoverModule] });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDropdownModule, decorators: [{
13
+ AXDropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
+ AXDropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: AXDropdownModule, declarations: [AXDropdownPanelComponent], imports: [CommonModule, AXCommonModule, A11yModule, AXButtonModule, OverlayModule, AXDecoratorModule, AXPopoverModule], exports: [AXDropdownPanelComponent] });
15
+ AXDropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDropdownModule, imports: [CommonModule, AXCommonModule, A11yModule, AXButtonModule, OverlayModule, AXDecoratorModule, AXPopoverModule] });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDropdownModule, decorators: [{
17
17
  type: NgModule,
18
18
  args: [{
19
19
  imports: [CommonModule, AXCommonModule, A11yModule, AXButtonModule, OverlayModule, AXDecoratorModule, AXPopoverModule],
@@ -6,9 +6,9 @@ export class AXFormFieldComponent extends AXBaseComponentMixin {
6
6
  super(elementRef, cdr);
7
7
  }
8
8
  }
9
- AXFormFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXFormFieldComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
10
- AXFormFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXFormFieldComponent, selector: "ax-form-field", host: { classAttribute: "ax-form-field" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXFormFieldComponent, decorators: [{
9
+ AXFormFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXFormFieldComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
10
+ AXFormFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXFormFieldComponent, selector: "ax-form-field", host: { classAttribute: "ax-form-field" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXFormFieldComponent, decorators: [{
12
12
  type: Component,
13
13
  args: [{
14
14
  selector: 'ax-form-field',
@@ -6,9 +6,9 @@ export class AXFormHintComponent extends AXBaseComponentMixin {
6
6
  super(elementRef, cdr);
7
7
  }
8
8
  }
9
- AXFormHintComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXFormHintComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
10
- AXFormHintComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXFormHintComponent, selector: "ax-form-hint", usesInheritance: true, ngImport: i0, template: ' <p class="ax-text-light-400 ax-text-xs ax-py-1 dark:ax-text-light-300"><ng-content></ng-content></p>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXFormHintComponent, decorators: [{
9
+ AXFormHintComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXFormHintComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
10
+ AXFormHintComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXFormHintComponent, selector: "ax-form-hint", usesInheritance: true, ngImport: i0, template: ' <p class="ax-text-light-400 ax-text-xs ax-py-1 dark:ax-text-light-300"><ng-content></ng-content></p>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXFormHintComponent, decorators: [{
12
12
  type: Component,
13
13
  args: [{
14
14
  selector: 'ax-form-hint',
@@ -136,9 +136,9 @@ export class AXFormComponent extends AXBaseComponentMixin {
136
136
  this._clearSubs();
137
137
  }
138
138
  }
139
- AXFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXFormComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
140
- AXFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXFormComponent, selector: "ax-form", inputs: { updateOn: "updateOn", validateInitValues: "validateInitValues" }, outputs: { onValidate: "onValidate", updateOnChange: "updateOnChange" }, usesInheritance: true, ngImport: i0, template: '<form (submit)="_handleSubmit($event)" (reset)="_handleReset($event)"><ng-content></ng-content></form>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
141
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXFormComponent, decorators: [{
139
+ AXFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXFormComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
140
+ AXFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXFormComponent, selector: "ax-form", inputs: { updateOn: "updateOn", validateInitValues: "validateInitValues" }, outputs: { onValidate: "onValidate", updateOnChange: "updateOnChange" }, usesInheritance: true, ngImport: i0, template: '<form (submit)="_handleSubmit($event)" (reset)="_handleReset($event)"><ng-content></ng-content></form>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXFormComponent, decorators: [{
142
142
  type: Component,
143
143
  args: [{
144
144
  selector: 'ax-form',
@@ -33,8 +33,8 @@ export class AXFormModule {
33
33
  });
34
34
  }
35
35
  }
36
- AXFormModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXFormModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
37
- AXFormModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: AXFormModule, declarations: [AXFormFieldComponent,
36
+ AXFormModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXFormModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
37
+ AXFormModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: AXFormModule, declarations: [AXFormFieldComponent,
38
38
  AXFormComponent,
39
39
  AXFormHintComponent,
40
40
  AXValidationRuleComponent,
@@ -43,8 +43,8 @@ AXFormModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
43
43
  AXFormHintComponent,
44
44
  AXValidationRuleComponent,
45
45
  AXValidationSummaryComponent] });
46
- AXFormModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXFormModule, imports: [CommonModule, AXDecoratorModule, AXAlertModule, AXButtonModule] });
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXFormModule, decorators: [{
46
+ AXFormModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXFormModule, imports: [CommonModule, AXDecoratorModule, AXAlertModule, AXButtonModule] });
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXFormModule, decorators: [{
48
48
  type: NgModule,
49
49
  args: [{
50
50
  declarations: [