@acorex/components 6.1.1 → 6.1.3

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 (331) 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 +2 -4
  11. package/color-picker/src/color-picker.component.d.ts +16 -12
  12. package/data-table/src/data-table.component.d.ts +3 -3
  13. package/date-picker/src/datepicker.component.d.ts +14 -11
  14. package/decorators/public-api.d.ts +1 -0
  15. package/decorators/src/decorators.module.d.ts +7 -6
  16. package/decorators/src/sub-title.component.d.ts +9 -0
  17. package/esm2020/action-sheet/src/action-sheet-item.component.mjs +3 -3
  18. package/esm2020/action-sheet/src/action-sheet.component.mjs +3 -3
  19. package/esm2020/action-sheet/src/action-sheet.module.mjs +4 -4
  20. package/esm2020/alert/public-api.mjs +2 -1
  21. package/esm2020/alert/src/alert-button.directive.mjs +19 -0
  22. package/esm2020/alert/src/alert.component.mjs +80 -51
  23. package/esm2020/alert/src/alert.module.mjs +7 -6
  24. package/esm2020/avatar/src/avatar-group.component.mjs +3 -3
  25. package/esm2020/avatar/src/avatar.component.mjs +3 -3
  26. package/esm2020/avatar/src/avatar.module.mjs +4 -4
  27. package/esm2020/badge/src/badge.component.mjs +3 -3
  28. package/esm2020/badge/src/badge.module.mjs +4 -4
  29. package/esm2020/breadcrumbs/src/breadcrumbs-item.component.mjs +3 -3
  30. package/esm2020/breadcrumbs/src/breadcrumbs.component.mjs +3 -3
  31. package/esm2020/breadcrumbs/src/breadcrumbs.module.mjs +4 -4
  32. package/esm2020/button/src/button-group.component.mjs +3 -3
  33. package/esm2020/button/src/button-item.component.mjs +3 -3
  34. package/esm2020/button/src/button.component.mjs +3 -3
  35. package/esm2020/button/src/button.module.mjs +4 -4
  36. package/esm2020/calendar/src/calendar.class.mjs +3 -3
  37. package/esm2020/calendar/src/calendar.component.mjs +9 -12
  38. package/esm2020/calendar/src/calendar.module.mjs +6 -8
  39. package/esm2020/checkbox/src/checkbox.component.mjs +3 -3
  40. package/esm2020/checkbox/src/checkbox.module.mjs +4 -4
  41. package/esm2020/collapse/src/collapse-group.component.mjs +3 -3
  42. package/esm2020/collapse/src/collapse.component.mjs +3 -3
  43. package/esm2020/collapse/src/collapse.module.mjs +4 -4
  44. package/esm2020/color-palette/src/color-palette-input.component.mjs +3 -3
  45. package/esm2020/color-palette/src/color-palette-picker.component.mjs +3 -3
  46. package/esm2020/color-palette/src/color-palette-preview.component.mjs +3 -3
  47. package/esm2020/color-palette/src/color-palette-swatches.component.mjs +3 -3
  48. package/esm2020/color-palette/src/color-palette.class.mjs +6 -6
  49. package/esm2020/color-palette/src/color-palette.component.mjs +3 -3
  50. package/esm2020/color-palette/src/color-palette.module.mjs +4 -4
  51. package/esm2020/color-picker/src/color-picker.component.mjs +3 -3
  52. package/esm2020/color-picker/src/color-picker.module.mjs +4 -4
  53. package/esm2020/common/src/auto-focus.directive.mjs +3 -3
  54. package/esm2020/common/src/common.module.mjs +4 -4
  55. package/esm2020/common/src/components.class.mjs +18 -18
  56. package/esm2020/common/src/custom-cdk-overlay.service.mjs +7 -7
  57. package/esm2020/common/src/debounce-time.directive.mjs +3 -3
  58. package/esm2020/common/src/hotkey.directive.mjs +3 -3
  59. package/esm2020/common/src/hotkey.service.mjs +4 -4
  60. package/esm2020/common/src/infinite-scroll.directive.mjs +3 -3
  61. package/esm2020/common/src/overlay.service.mjs +3 -3
  62. package/esm2020/common/src/responsive.directive.mjs +3 -3
  63. package/esm2020/context-menu/src/context-menu.component.mjs +3 -3
  64. package/esm2020/context-menu/src/context-menu.module.mjs +4 -4
  65. package/esm2020/data-pager/src/data-pager-base.component.mjs +6 -6
  66. package/esm2020/data-pager/src/data-pager-info.component.mjs +3 -3
  67. package/esm2020/data-pager/src/data-pager-input-selector.component.mjs +3 -3
  68. package/esm2020/data-pager/src/data-pager-next-buttons.components.mjs +14 -13
  69. package/esm2020/data-pager/src/data-pager-numeric-selector.component.mjs +10 -10
  70. package/esm2020/data-pager/src/data-pager-pagesize-dropdown.component.mjs +3 -3
  71. package/esm2020/data-pager/src/data-pager-prev-buttons.component.mjs +14 -13
  72. package/esm2020/data-pager/src/data-pager.component.mjs +7 -6
  73. package/esm2020/data-pager/src/data-pager.module.mjs +4 -4
  74. package/esm2020/data-table/src/data-column-cell-template.directive.mjs +3 -3
  75. package/esm2020/data-table/src/data-column.directive.mjs +3 -3
  76. package/esm2020/data-table/src/data-table.component.mjs +5 -4
  77. package/esm2020/data-table/src/data-table.module.mjs +4 -4
  78. package/esm2020/date-picker/src/datepicker.component.mjs +3 -3
  79. package/esm2020/date-picker/src/datepicker.module.mjs +4 -4
  80. package/esm2020/decorators/public-api.mjs +2 -1
  81. package/esm2020/decorators/src/close-button.component.mjs +3 -3
  82. package/esm2020/decorators/src/content.component.mjs +3 -3
  83. package/esm2020/decorators/src/decorators.module.mjs +10 -6
  84. package/esm2020/decorators/src/footer.component.mjs +3 -3
  85. package/esm2020/decorators/src/header.component.mjs +3 -3
  86. package/esm2020/decorators/src/icon.component.mjs +3 -3
  87. package/esm2020/decorators/src/overlay.component.mjs +3 -3
  88. package/esm2020/decorators/src/placeholder.component.mjs +3 -3
  89. package/esm2020/decorators/src/prefix.component.mjs +3 -3
  90. package/esm2020/decorators/src/sub-title.component.mjs +27 -0
  91. package/esm2020/decorators/src/suffix.component.mjs +3 -3
  92. package/esm2020/decorators/src/text.component.mjs +3 -3
  93. package/esm2020/decorators/src/title.component.mjs +3 -3
  94. package/esm2020/dialog/src/dialog.component.mjs +3 -3
  95. package/esm2020/dialog/src/dialog.module.mjs +4 -4
  96. package/esm2020/dialog/src/dialog.service.mjs +3 -3
  97. package/esm2020/drawer/src/drawer-container.component.mjs +3 -3
  98. package/esm2020/drawer/src/drawer.component.mjs +3 -3
  99. package/esm2020/drawer/src/drawer.module.mjs +4 -4
  100. package/esm2020/dropdown/src/dropdown-panel.component.mjs +3 -3
  101. package/esm2020/dropdown/src/dropdown.module.mjs +4 -4
  102. package/esm2020/form/src/form-field.component.mjs +3 -3
  103. package/esm2020/form/src/form-hint.component.mjs +3 -3
  104. package/esm2020/form/src/form.component.mjs +3 -3
  105. package/esm2020/form/src/form.module.mjs +4 -4
  106. package/esm2020/form/src/validation-rule.widget.mjs +14 -8
  107. package/esm2020/form/src/validation-summary.component.mjs +25 -17
  108. package/esm2020/image/src/image.component.mjs +3 -3
  109. package/esm2020/image/src/image.module.mjs +4 -4
  110. package/esm2020/label/src/label.component.mjs +3 -3
  111. package/esm2020/label/src/label.module.mjs +4 -4
  112. package/esm2020/loading/src/loading-spinner.component.mjs +3 -3
  113. package/esm2020/loading/src/loading.component.mjs +3 -3
  114. package/esm2020/loading/src/loading.directive.mjs +3 -3
  115. package/esm2020/loading/src/loading.module.mjs +4 -4
  116. package/esm2020/loading/src/loading.service.mjs +3 -3
  117. package/esm2020/menu/src/menu.component.mjs +3 -3
  118. package/esm2020/menu/src/menu.module.mjs +4 -4
  119. package/esm2020/mixin/src/base-components.class.mjs +9 -4
  120. package/esm2020/number-box/src/number-box.component.mjs +3 -3
  121. package/esm2020/number-box/src/number-box.module.mjs +4 -4
  122. package/esm2020/page/src/base-page.class.mjs +3 -3
  123. package/esm2020/page/src/page.component.mjs +3 -3
  124. package/esm2020/page/src/page.module.mjs +4 -4
  125. package/esm2020/password-box/src/password-box.component.mjs +3 -3
  126. package/esm2020/password-box/src/password-box.module.mjs +4 -4
  127. package/esm2020/popover/src/popover.component.mjs +3 -3
  128. package/esm2020/popover/src/popover.module.mjs +4 -4
  129. package/esm2020/popup/src/popup.component.mjs +3 -3
  130. package/esm2020/popup/src/popup.module.mjs +4 -4
  131. package/esm2020/popup/src/popup.service.mjs +3 -3
  132. package/esm2020/progress-bar/src/progress-bar.component.mjs +3 -3
  133. package/esm2020/progress-bar/src/progress-bar.module.mjs +4 -4
  134. package/esm2020/radio/src/radio.component.mjs +3 -3
  135. package/esm2020/radio/src/radio.module.mjs +4 -4
  136. package/esm2020/range-slider/src/range-slider.component.mjs +3 -3
  137. package/esm2020/range-slider/src/range-slider.module.mjs +4 -4
  138. package/esm2020/rating/src/rating.component.mjs +3 -3
  139. package/esm2020/rating/src/rating.component.module.mjs +4 -4
  140. package/esm2020/result/src/result.component.mjs +3 -3
  141. package/esm2020/result/src/result.module.mjs +4 -4
  142. package/esm2020/search-box/src/search-box.component.mjs +3 -3
  143. package/esm2020/search-box/src/search-box.module.mjs +4 -4
  144. package/esm2020/select-box/src/selectbox.component.mjs +3 -3
  145. package/esm2020/select-box/src/selectbox.module.mjs +4 -4
  146. package/esm2020/selection-list/src/selection-list.component.mjs +21 -10
  147. package/esm2020/selection-list/src/selection-list.module.mjs +4 -4
  148. package/esm2020/switch/src/switch.component.mjs +3 -3
  149. package/esm2020/switch/src/switch.module.mjs +4 -4
  150. package/esm2020/tabs/src/tab-content.directive.mjs +3 -3
  151. package/esm2020/tabs/src/tab-item.component.mjs +3 -3
  152. package/esm2020/tabs/src/tabs.component.mjs +3 -3
  153. package/esm2020/tabs/src/tabs.module.mjs +4 -4
  154. package/esm2020/textarea/src/textarea.component.mjs +5 -5
  155. package/esm2020/textarea/src/textarea.module.mjs +4 -4
  156. package/esm2020/textbox/src/mask-options.directive.mjs +3 -3
  157. package/esm2020/textbox/src/textbox.component.mjs +3 -3
  158. package/esm2020/textbox/src/textbox.module.mjs +4 -4
  159. package/esm2020/time-box/src/time-box.component.mjs +3 -3
  160. package/esm2020/time-box/src/time-box.module.mjs +4 -4
  161. package/esm2020/toast/src/toast.component.mjs +5 -5
  162. package/esm2020/toast/src/toast.module.mjs +4 -4
  163. package/esm2020/toast/src/toast.service.mjs +3 -3
  164. package/esm2020/tooltip/src/tooltip.component.mjs +3 -3
  165. package/esm2020/tooltip/src/tooltip.directive.mjs +3 -3
  166. package/esm2020/tooltip/src/tooltip.module.mjs +4 -4
  167. package/esm2020/tree-view/src/tree-view.component.mjs +3 -3
  168. package/esm2020/tree-view/src/tree-view.module.mjs +4 -4
  169. package/esm2020/uploader/src/uploader.component.mjs +3 -3
  170. package/esm2020/uploader/src/uploader.module.mjs +4 -4
  171. package/fesm2015/acorex-components-action-sheet.mjs +10 -10
  172. package/fesm2015/acorex-components-alert.mjs +106 -58
  173. package/fesm2015/acorex-components-alert.mjs.map +1 -1
  174. package/fesm2015/acorex-components-avatar.mjs +10 -10
  175. package/fesm2015/acorex-components-badge.mjs +7 -7
  176. package/fesm2015/acorex-components-breadcrumbs.mjs +10 -10
  177. package/fesm2015/acorex-components-button.mjs +13 -13
  178. package/fesm2015/acorex-components-calendar.mjs +16 -21
  179. package/fesm2015/acorex-components-calendar.mjs.map +1 -1
  180. package/fesm2015/acorex-components-checkbox.mjs +7 -7
  181. package/fesm2015/acorex-components-collapse.mjs +10 -10
  182. package/fesm2015/acorex-components-color-palette.mjs +25 -25
  183. package/fesm2015/acorex-components-color-picker.mjs +7 -7
  184. package/fesm2015/acorex-components-common.mjs +49 -49
  185. package/fesm2015/acorex-components-common.mjs.map +1 -1
  186. package/fesm2015/acorex-components-context-menu.mjs +7 -7
  187. package/fesm2015/acorex-components-data-pager.mjs +55 -54
  188. package/fesm2015/acorex-components-data-pager.mjs.map +1 -1
  189. package/fesm2015/acorex-components-data-table.mjs +14 -13
  190. package/fesm2015/acorex-components-data-table.mjs.map +1 -1
  191. package/fesm2015/acorex-components-date-picker.mjs +7 -7
  192. package/fesm2015/acorex-components-decorators.mjs +65 -39
  193. package/fesm2015/acorex-components-decorators.mjs.map +1 -1
  194. package/fesm2015/acorex-components-dialog.mjs +10 -10
  195. package/fesm2015/acorex-components-drawer.mjs +10 -10
  196. package/fesm2015/acorex-components-dropdown.mjs +7 -7
  197. package/fesm2015/acorex-components-form.mjs +50 -36
  198. package/fesm2015/acorex-components-form.mjs.map +1 -1
  199. package/fesm2015/acorex-components-image.mjs +7 -7
  200. package/fesm2015/acorex-components-label.mjs +7 -7
  201. package/fesm2015/acorex-components-loading.mjs +16 -16
  202. package/fesm2015/acorex-components-menu.mjs +7 -7
  203. package/fesm2015/acorex-components-mixin.mjs +8 -3
  204. package/fesm2015/acorex-components-mixin.mjs.map +1 -1
  205. package/fesm2015/acorex-components-number-box.mjs +7 -7
  206. package/fesm2015/acorex-components-page.mjs +10 -10
  207. package/fesm2015/acorex-components-password-box.mjs +7 -7
  208. package/fesm2015/acorex-components-popover.mjs +7 -7
  209. package/fesm2015/acorex-components-popup.mjs +10 -10
  210. package/fesm2015/acorex-components-progress-bar.mjs +7 -7
  211. package/fesm2015/acorex-components-radio.mjs +7 -7
  212. package/fesm2015/acorex-components-range-slider.mjs +7 -7
  213. package/fesm2015/acorex-components-rating.mjs +7 -7
  214. package/fesm2015/acorex-components-result.mjs +7 -7
  215. package/fesm2015/acorex-components-search-box.mjs +7 -7
  216. package/fesm2015/acorex-components-select-box.mjs +7 -7
  217. package/fesm2015/acorex-components-selection-list.mjs +24 -13
  218. package/fesm2015/acorex-components-selection-list.mjs.map +1 -1
  219. package/fesm2015/acorex-components-switch.mjs +7 -7
  220. package/fesm2015/acorex-components-tabs.mjs +13 -13
  221. package/fesm2015/acorex-components-textarea.mjs +8 -8
  222. package/fesm2015/acorex-components-textarea.mjs.map +1 -1
  223. package/fesm2015/acorex-components-textbox.mjs +10 -10
  224. package/fesm2015/acorex-components-time-box.mjs +7 -7
  225. package/fesm2015/acorex-components-toast.mjs +11 -11
  226. package/fesm2015/acorex-components-toast.mjs.map +1 -1
  227. package/fesm2015/acorex-components-tooltip.mjs +10 -10
  228. package/fesm2015/acorex-components-tree-view.mjs +7 -7
  229. package/fesm2015/acorex-components-uploader.mjs +7 -7
  230. package/fesm2020/acorex-components-action-sheet.mjs +10 -10
  231. package/fesm2020/acorex-components-alert.mjs +104 -58
  232. package/fesm2020/acorex-components-alert.mjs.map +1 -1
  233. package/fesm2020/acorex-components-avatar.mjs +10 -10
  234. package/fesm2020/acorex-components-badge.mjs +7 -7
  235. package/fesm2020/acorex-components-breadcrumbs.mjs +10 -10
  236. package/fesm2020/acorex-components-button.mjs +13 -13
  237. package/fesm2020/acorex-components-calendar.mjs +16 -21
  238. package/fesm2020/acorex-components-calendar.mjs.map +1 -1
  239. package/fesm2020/acorex-components-checkbox.mjs +7 -7
  240. package/fesm2020/acorex-components-collapse.mjs +10 -10
  241. package/fesm2020/acorex-components-color-palette.mjs +25 -25
  242. package/fesm2020/acorex-components-color-picker.mjs +7 -7
  243. package/fesm2020/acorex-components-common.mjs +49 -49
  244. package/fesm2020/acorex-components-common.mjs.map +1 -1
  245. package/fesm2020/acorex-components-context-menu.mjs +7 -7
  246. package/fesm2020/acorex-components-data-pager.mjs +55 -54
  247. package/fesm2020/acorex-components-data-pager.mjs.map +1 -1
  248. package/fesm2020/acorex-components-data-table.mjs +14 -13
  249. package/fesm2020/acorex-components-data-table.mjs.map +1 -1
  250. package/fesm2020/acorex-components-date-picker.mjs +7 -7
  251. package/fesm2020/acorex-components-decorators.mjs +65 -39
  252. package/fesm2020/acorex-components-decorators.mjs.map +1 -1
  253. package/fesm2020/acorex-components-dialog.mjs +10 -10
  254. package/fesm2020/acorex-components-drawer.mjs +10 -10
  255. package/fesm2020/acorex-components-dropdown.mjs +7 -7
  256. package/fesm2020/acorex-components-form.mjs +50 -36
  257. package/fesm2020/acorex-components-form.mjs.map +1 -1
  258. package/fesm2020/acorex-components-image.mjs +7 -7
  259. package/fesm2020/acorex-components-label.mjs +7 -7
  260. package/fesm2020/acorex-components-loading.mjs +16 -16
  261. package/fesm2020/acorex-components-menu.mjs +7 -7
  262. package/fesm2020/acorex-components-mixin.mjs +8 -3
  263. package/fesm2020/acorex-components-mixin.mjs.map +1 -1
  264. package/fesm2020/acorex-components-number-box.mjs +7 -7
  265. package/fesm2020/acorex-components-page.mjs +10 -10
  266. package/fesm2020/acorex-components-password-box.mjs +7 -7
  267. package/fesm2020/acorex-components-popover.mjs +7 -7
  268. package/fesm2020/acorex-components-popup.mjs +10 -10
  269. package/fesm2020/acorex-components-progress-bar.mjs +7 -7
  270. package/fesm2020/acorex-components-radio.mjs +7 -7
  271. package/fesm2020/acorex-components-range-slider.mjs +7 -7
  272. package/fesm2020/acorex-components-rating.mjs +7 -7
  273. package/fesm2020/acorex-components-result.mjs +7 -7
  274. package/fesm2020/acorex-components-search-box.mjs +7 -7
  275. package/fesm2020/acorex-components-select-box.mjs +7 -7
  276. package/fesm2020/acorex-components-selection-list.mjs +24 -13
  277. package/fesm2020/acorex-components-selection-list.mjs.map +1 -1
  278. package/fesm2020/acorex-components-switch.mjs +7 -7
  279. package/fesm2020/acorex-components-tabs.mjs +13 -13
  280. package/fesm2020/acorex-components-textarea.mjs +8 -8
  281. package/fesm2020/acorex-components-textarea.mjs.map +1 -1
  282. package/fesm2020/acorex-components-textbox.mjs +10 -10
  283. package/fesm2020/acorex-components-time-box.mjs +7 -7
  284. package/fesm2020/acorex-components-toast.mjs +11 -11
  285. package/fesm2020/acorex-components-toast.mjs.map +1 -1
  286. package/fesm2020/acorex-components-tooltip.mjs +10 -10
  287. package/fesm2020/acorex-components-tree-view.mjs +7 -7
  288. package/fesm2020/acorex-components-uploader.mjs +7 -7
  289. package/form/src/validation-rule.widget.d.ts +1 -0
  290. package/form/src/validation-summary.component.d.ts +4 -2
  291. package/mixin/src/base-components.class.d.ts +3 -1
  292. package/mixin/src/base-menu-mixin.class.d.ts +5 -4
  293. package/mixin/src/button-mixin.class.d.ts +2 -1
  294. package/mixin/src/clickable-mixin.class.d.ts +3 -4
  295. package/mixin/src/color-look-mixing.class.d.ts +2 -1
  296. package/mixin/src/datalist-component.class.d.ts +10 -9
  297. package/mixin/src/dropdown-mixin.class.d.ts +2 -1
  298. package/mixin/src/interactive-mixin.class.d.ts +5 -6
  299. package/mixin/src/loading-mixin.class.d.ts +2 -1
  300. package/mixin/src/mixin.class.d.ts +61 -40
  301. package/mixin/src/page-component.class.d.ts +2 -1
  302. package/mixin/src/selection-component.class.d.ts +3 -4
  303. package/mixin/src/sizable-mixin.class.d.ts +2 -1
  304. package/mixin/src/textbox-mixin.class.d.ts +2 -1
  305. package/mixin/src/value-mixin.class.d.ts +8 -7
  306. package/package.json +5 -25
  307. package/selection-list/src/selection-list.component.d.ts +5 -4
  308. package/tabs/src/tab-item.component.d.ts +2 -1
  309. package/textarea/src/textarea.component.d.ts +1 -1
  310. package/carousel/index.d.ts +0 -5
  311. package/carousel/public-api.d.ts +0 -7
  312. package/carousel/src/carousel-arrows.component.d.ts +0 -16
  313. package/carousel/src/carousel-item.component.d.ts +0 -8
  314. package/carousel/src/carousel-pager.component.d.ts +0 -22
  315. package/carousel/src/carousel-splidejs.class.d.ts +0 -18
  316. package/carousel/src/carousel.class.d.ts +0 -71
  317. package/carousel/src/carousel.component.d.ts +0 -111
  318. package/carousel/src/carousel.module.d.ts +0 -11
  319. package/esm2020/carousel/acorex-components-carousel.mjs +0 -5
  320. package/esm2020/carousel/public-api.mjs +0 -8
  321. package/esm2020/carousel/src/carousel-arrows.component.mjs +0 -80
  322. package/esm2020/carousel/src/carousel-item.component.mjs +0 -21
  323. package/esm2020/carousel/src/carousel-pager.component.mjs +0 -74
  324. package/esm2020/carousel/src/carousel-splidejs.class.mjs +0 -91
  325. package/esm2020/carousel/src/carousel.class.mjs +0 -10
  326. package/esm2020/carousel/src/carousel.component.mjs +0 -438
  327. package/esm2020/carousel/src/carousel.module.mjs +0 -24
  328. package/fesm2015/acorex-components-carousel.mjs +0 -726
  329. package/fesm2015/acorex-components-carousel.mjs.map +0 -1
  330. package/fesm2020/acorex-components-carousel.mjs +0 -722
  331. package/fesm2020/acorex-components-carousel.mjs.map +0 -1
@@ -2,16 +2,16 @@ import { Injectable } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
3
  export class AXColorComponent {
4
4
  }
5
- AXColorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXColorComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
6
- AXColorComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXColorComponent });
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXColorComponent, decorators: [{
5
+ AXColorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXColorComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
6
+ AXColorComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXColorComponent });
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXColorComponent, decorators: [{
8
8
  type: Injectable
9
9
  }] });
10
10
  export class AXColorPaletteChildComponent {
11
11
  }
12
- AXColorPaletteChildComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXColorPaletteChildComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
13
- AXColorPaletteChildComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXColorPaletteChildComponent });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXColorPaletteChildComponent, decorators: [{
12
+ AXColorPaletteChildComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXColorPaletteChildComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
13
+ AXColorPaletteChildComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXColorPaletteChildComponent });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXColorPaletteChildComponent, decorators: [{
15
15
  type: Injectable
16
16
  }] });
17
17
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sb3ItcGFsZXR0ZS5jbGFzcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Fjb3JleC9jb21wb25lbnRzL2NvbG9yLXBhbGV0dGUvc3JjL2NvbG9yLXBhbGV0dGUuY2xhc3MudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFXM0MsTUFBTSxPQUFnQixnQkFBZ0I7OzZHQUFoQixnQkFBZ0I7aUhBQWhCLGdCQUFnQjsyRkFBaEIsZ0JBQWdCO2tCQURyQyxVQUFVOztBQVdYLE1BQU0sT0FBZ0IsNEJBQTRCOzt5SEFBNUIsNEJBQTRCOzZIQUE1Qiw0QkFBNEI7MkZBQTVCLDRCQUE0QjtrQkFEakQsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBBWENvbG9yTW9kZSB9IGZyb20gXCJAYWNvcmV4L2NvcmUvdXRpbHNcIjtcclxuaW1wb3J0IHsgU3ViamVjdCB9IGZyb20gXCJyeGpzXCI7XHJcblxyXG5cclxuLyoqXHJcbiogQSB0b2tlbiB0aGF0IHNwZWNpZmllcyB0aGUgIGRpc3BsYXkgbW9kZSBvZiBkYXRhcGFnZXIgY29tcG9uZW50LlxyXG4qL1xyXG5leHBvcnQgdHlwZSBBWENvbG9yUGFsZXR0ZVZpZXcgPSAgJ3N3YXRjaGVzJyB8ICdncmFkaWVudCcgIHwgJ2N1c3RvbSc7XHJcblxyXG5ASW5qZWN0YWJsZSgpXHJcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBBWENvbG9yQ29tcG9uZW50IHtcclxuICAgIGFic3RyYWN0IF9vbkludGVybmFsQ29sb3JDaGFuZ2VkJDogU3ViamVjdDx7IGNvbG9yOiBhbnksIG1vZGU6IEFYQ29sb3JNb2RlIH0+O1xyXG4gICAgYWJzdHJhY3QgX3NldFVzZXJJbnRlcmFjdGlvbigpO1xyXG4gICAgYWJzdHJhY3QgY29sb3JNb2RlOkFYQ29sb3JNb2RlO1xyXG4gICAgYWJzdHJhY3QgcmVhZG9ubHk6Ym9vbGVhbjtcclxuICAgIGFic3RyYWN0IGRpc2FibGVkOmJvb2xlYW47XHJcbn1cclxuXHJcblxyXG5ASW5qZWN0YWJsZSgpXHJcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBBWENvbG9yUGFsZXR0ZUNoaWxkQ29tcG9uZW50IHtcclxufSJdfQ==
@@ -61,11 +61,11 @@ export class AXColorPalleteComponent extends AXBaseValueComponentMixin {
61
61
  return this.disabled;
62
62
  }
63
63
  }
64
- AXColorPalleteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXColorPalleteComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
65
- AXColorPalleteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXColorPalleteComponent, selector: "ax-color-palette", inputs: { disabled: "disabled", tabIndex: "tabIndex", readonly: "readonly", allowNull: "allowNull", value: "value", name: "name", checked: "checked", colorMode: "colorMode" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", valueChange: "valueChange", onValueChanged: "onValueChanged", colorModeChange: "colorModeChange" }, host: { properties: { "class.ax-state-disabled": "this.__hostDisabled" }, classAttribute: "ax-color-palette" }, providers: [
64
+ AXColorPalleteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXColorPalleteComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
65
+ AXColorPalleteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXColorPalleteComponent, selector: "ax-color-palette", inputs: { disabled: "disabled", tabIndex: "tabIndex", readonly: "readonly", allowNull: "allowNull", value: "value", name: "name", checked: "checked", colorMode: "colorMode" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", valueChange: "valueChange", onValueChanged: "onValueChanged", colorModeChange: "colorModeChange" }, host: { properties: { "class.ax-state-disabled": "this.__hostDisabled" }, classAttribute: "ax-color-palette" }, providers: [
66
66
  { provide: AXColorComponent, useExisting: AXColorPalleteComponent },
67
67
  ], queries: [{ propertyName: "_children", predicate: AXColorPaletteChildComponent }], usesInheritance: true, ngImport: i0, template: "<ng-content select='ax-header'></ng-content>\r\n\r\n<ng-container [ngTemplateOutlet]=\"default\" *ngIf=\"!_children.length\"></ng-container>\r\n<ng-container [ngTemplateOutlet]=\"custom\" *ngIf=\"_children.length\"></ng-container>\r\n\r\n<ng-template #custom>\r\n <ng-content select='ax-color-palette-preview'></ng-content>\r\n <ng-content select='ax-color-palette-picker'></ng-content>\r\n <ng-content select='ax-color-palette-swatches'></ng-content>\r\n <ng-content select='ax-color-palette-favorite'></ng-content>\r\n <ng-content select='ax-color-palette-input'></ng-content>\r\n</ng-template>\r\n<ng-template #default>\r\n <ax-color-palette-preview></ax-color-palette-preview>\r\n <ax-color-palette-swatches></ax-color-palette-swatches>\r\n <ax-color-palette-input></ax-color-palette-input>\r\n</ng-template>\r\n\r\n<ng-content select='ax-footer'></ng-content>\r\n\r\n\r\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i2.AXColorPalettePreviewComponent, selector: "ax-color-palette-preview" }, { kind: "component", type: i3.AXColorPaletteSwatchesComponent, selector: "ax-color-palette-swatches, ax-color-palette-favorite", inputs: ["colors"] }, { kind: "component", type: i4.AXColorPaletteInputComponent, selector: "ax-color-palette-input" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXColorPalleteComponent, decorators: [{
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXColorPalleteComponent, decorators: [{
69
69
  type: Component,
70
70
  args: [{ selector: 'ax-color-palette', inputs: ['disabled', 'tabIndex', 'readonly', 'allowNull', 'value', 'name', 'checked'], outputs: ['onBlur', 'onFocus', 'valueChange', 'onValueChanged'], host: { class: 'ax-color-palette' }, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [
71
71
  { provide: AXColorComponent, useExisting: AXColorPalleteComponent },
@@ -29,8 +29,8 @@ const CONPONENTS = [
29
29
  ];
30
30
  export class AXColorPaletteModule {
31
31
  }
32
- AXColorPaletteModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXColorPaletteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
33
- AXColorPaletteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: AXColorPaletteModule, declarations: [AXColorPalleteComponent,
32
+ AXColorPaletteModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXColorPaletteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
33
+ AXColorPaletteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: AXColorPaletteModule, declarations: [AXColorPalleteComponent,
34
34
  AXColorPalettePreviewComponent,
35
35
  AXColorPaletteSwatchesComponent,
36
36
  AXColorPaletteInputComponent,
@@ -44,8 +44,8 @@ AXColorPaletteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", ve
44
44
  AXColorPaletteSwatchesComponent,
45
45
  AXColorPaletteInputComponent,
46
46
  AXColorPalettePickerComponent] });
47
- AXColorPaletteModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXColorPaletteModule, imports: [CommonModule, MODULES] });
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXColorPaletteModule, decorators: [{
47
+ AXColorPaletteModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXColorPaletteModule, imports: [CommonModule, MODULES] });
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXColorPaletteModule, decorators: [{
49
49
  type: NgModule,
50
50
  args: [{
51
51
  declarations: [...CONPONENTS],
@@ -70,11 +70,11 @@ export class AXColorPickerComponent extends AXBaseColorPickerMixin {
70
70
  this.focus();
71
71
  }
72
72
  }
73
- AXColorPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXColorPickerComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i1.AXPlatform }], target: i0.ɵɵFactoryTarget.Component });
74
- AXColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXColorPickerComponent, selector: "ax-color-picker", inputs: { isOpen: "isOpen", fitParent: "fitParent", dropdownWidth: "dropdownWidth", position: "position", disabled: "disabled", tabIndex: "tabIndex", readonly: "readonly", allowNull: "allowNull", value: "value", name: "name", checked: "checked", placeholder: "placeholder", maxLength: "maxLength", type: "type", autoComplete: "autoComplete" }, outputs: { onOpened: "onOpened", onClosed: "onClosed", onBlur: "onBlur", onFocus: "onFocus", valueChange: "valueChange", onValueChanged: "onValueChanged" }, host: { classAttribute: "ax-editor-container ax-drop-down" }, providers: [
73
+ AXColorPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXColorPickerComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i1.AXPlatform }], target: i0.ɵɵFactoryTarget.Component });
74
+ AXColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXColorPickerComponent, selector: "ax-color-picker", inputs: { isOpen: "isOpen", fitParent: "fitParent", dropdownWidth: "dropdownWidth", position: "position", disabled: "disabled", tabIndex: "tabIndex", readonly: "readonly", allowNull: "allowNull", value: "value", name: "name", checked: "checked", placeholder: "placeholder", maxLength: "maxLength", type: "type", autoComplete: "autoComplete" }, outputs: { onOpened: "onOpened", onClosed: "onClosed", onBlur: "onBlur", onFocus: "onFocus", valueChange: "valueChange", onValueChanged: "onValueChanged" }, host: { classAttribute: "ax-editor-container ax-drop-down" }, providers: [
75
75
  { provide: AXClosbaleComponent, useExisting: AXColorPickerComponent },
76
76
  ], viewQueries: [{ propertyName: "popover", first: true, predicate: AXPopoverComponent, descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-content select=\"ax-prefix\">\r\n</ng-content>\r\n<div class=\"ax-dropdown-content\" [class.ax-state-disabled]=\"disabled\" (click)=\"_handleInputClickEvent($event)\">\r\n <div *ngIf=\"value\" class=\"color-badge\" [ngStyle]=\"{'background-color': value}\"></div>\r\n <div class=\"ax-uppercase\">{{_colorCode}}</div>\r\n</div>\r\n<ax-button color=\"light\" look=\"blank\" (onClick)=\"_handleClearClickEvent()\" [tabIndex]=\"-1\" *ngIf=\"value && !(disabled || readonly)\">\r\n <ax-icon icon=\"ax-ic ax-ic-close\"></ax-icon>\r\n</ax-button>\r\n<ax-button [disabled]=\"disabled\" [tabIndex]=\"-1\" color=\"light\" look=\"blank\" (onClick)=\"_handleArrowClickEvent($event)\">\r\n <ax-icon #icon icon=\"ax-ic ax-ic-chevron ax-transform ax--rotate-90\"></ax-icon>\r\n</ax-button>\r\n<ng-content select=\"ax-validation-rule\">\r\n</ng-content>\r\n<ng-content select=\"ax-suffix\">\r\n</ng-content>\r\n<ax-popover [target]=\"_target\" [position]=\"position\" [openTrigger]=\"'manual'\" [closeTrigger]=\"'clickout'\"\r\n [adaptivityEnabled]=\"true\" (onOpened)=\"_handlePopupOnOpened($event)\" (onClosed)=\"_handlePopupOnClosed($event)\">\r\n <div class=\"ax-overlay-pane\" [class.ax-w-full]=\"_isMobile\" tabindex=\"0\" aria-modal=\"true\" cdkTrapFocus\r\n [class.ax-overlay-actionsheet]=\"_isMobile\">\r\n <ax-color-palette [value]=\"value\" (onValueChanged)=\"_handleValueChangedEvent($event)\" [(colorMode)]=\"_mode\">\r\n </ax-color-palette>\r\n </div>\r\n</ax-popover>", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: i4.AXPopoverComponent, selector: "ax-popover", inputs: ["target", "position", "openTrigger", "closeTrigger", "hasBackdrop", "backdropClass", "adaptivityEnabled"], outputs: ["onOpened", "onClosed"] }, { 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: "directive", type: i6.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "component", type: i7.AXColorPalleteComponent, selector: "ax-color-palette", inputs: ["disabled", "tabIndex", "readonly", "allowNull", "value", "name", "checked", "colorMode"], outputs: ["onBlur", "onFocus", "valueChange", "onValueChanged", "colorModeChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXColorPickerComponent, decorators: [{
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXColorPickerComponent, decorators: [{
78
78
  type: Component,
79
79
  args: [{ selector: 'ax-color-picker', inputs: [
80
80
  'isOpen', 'fitParent', 'dropdownWidth', 'position',
@@ -14,8 +14,8 @@ import { AXColorPickerComponent } from './color-picker.component';
14
14
  import * as i0 from "@angular/core";
15
15
  export class AXColorPickerModule {
16
16
  }
17
- AXColorPickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXColorPickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
18
- AXColorPickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: AXColorPickerModule, declarations: [AXColorPickerComponent], imports: [CommonModule,
17
+ AXColorPickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXColorPickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
18
+ AXColorPickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: AXColorPickerModule, declarations: [AXColorPickerComponent], imports: [CommonModule,
19
19
  AXCommonModule,
20
20
  FormsModule,
21
21
  AXDecoratorModule,
@@ -26,7 +26,7 @@ AXColorPickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", ver
26
26
  AXTranslationModule,
27
27
  AXTextBoxModule,
28
28
  AXColorPaletteModule], exports: [AXColorPickerComponent] });
29
- AXColorPickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXColorPickerModule, imports: [CommonModule,
29
+ AXColorPickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXColorPickerModule, imports: [CommonModule,
30
30
  AXCommonModule,
31
31
  FormsModule,
32
32
  AXDecoratorModule,
@@ -37,7 +37,7 @@ AXColorPickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", ver
37
37
  AXTranslationModule,
38
38
  AXTextBoxModule,
39
39
  AXColorPaletteModule] });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXColorPickerModule, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXColorPickerModule, decorators: [{
41
41
  type: NgModule,
42
42
  args: [{
43
43
  imports: [
@@ -32,9 +32,9 @@ export class AXAutoFocusDirective {
32
32
  }
33
33
  }
34
34
  }
35
- AXAutoFocusDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXAutoFocusDirective, deps: [{ token: i0.ElementRef }, { token: i1.AXFocusableComponent, host: true, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive });
36
- AXAutoFocusDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: AXAutoFocusDirective, selector: "[axAutoFocus]", inputs: { autoFocus: ["axAutoFocus", "autoFocus"], time: ["focus-time", "time"] }, ngImport: i0 });
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXAutoFocusDirective, decorators: [{
35
+ AXAutoFocusDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXAutoFocusDirective, deps: [{ token: i0.ElementRef }, { token: i1.AXFocusableComponent, host: true, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive });
36
+ AXAutoFocusDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.2", type: AXAutoFocusDirective, selector: "[axAutoFocus]", inputs: { autoFocus: ["axAutoFocus", "autoFocus"], time: ["focus-time", "time"] }, ngImport: i0 });
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXAutoFocusDirective, decorators: [{
38
38
  type: Directive,
39
39
  args: [{
40
40
  selector: '[axAutoFocus]',
@@ -7,8 +7,8 @@ import { AXResponsiveDirective } from './responsive.directive';
7
7
  import * as i0 from "@angular/core";
8
8
  export class AXCommonModule {
9
9
  }
10
- AXCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- AXCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: AXCommonModule, declarations: [AXResponsiveDirective,
10
+ AXCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ AXCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: AXCommonModule, declarations: [AXResponsiveDirective,
12
12
  AXInfiniteScrollerDirective,
13
13
  AXNgModelChangeDebouncedDirective,
14
14
  AXAutoFocusDirective,
@@ -17,8 +17,8 @@ AXCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
17
17
  AXAutoFocusDirective,
18
18
  AXNgModelChangeDebouncedDirective,
19
19
  AXHotkeyDirective] });
20
- AXCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXCommonModule });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXCommonModule, decorators: [{
20
+ AXCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXCommonModule });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXCommonModule, decorators: [{
22
22
  type: NgModule,
23
23
  args: [{
24
24
  imports: [],
@@ -2,44 +2,44 @@ import { Injectable } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class AXComponent {
4
4
  }
5
- AXComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
6
- AXComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXComponent });
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXComponent, decorators: [{
5
+ AXComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
6
+ AXComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXComponent });
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXComponent, decorators: [{
8
8
  type: Injectable
9
9
  }] });
10
10
  export class AXClosbaleComponent extends AXComponent {
11
11
  }
12
- AXClosbaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXClosbaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13
- AXClosbaleComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXClosbaleComponent });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXClosbaleComponent, decorators: [{
12
+ AXClosbaleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXClosbaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13
+ AXClosbaleComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXClosbaleComponent });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXClosbaleComponent, decorators: [{
15
15
  type: Injectable
16
16
  }] });
17
17
  export class AXSearchableComponent extends AXComponent {
18
18
  }
19
- AXSearchableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXSearchableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
20
- AXSearchableComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXSearchableComponent });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXSearchableComponent, decorators: [{
19
+ AXSearchableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXSearchableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
20
+ AXSearchableComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXSearchableComponent });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXSearchableComponent, decorators: [{
22
22
  type: Injectable
23
23
  }] });
24
24
  export class AXValuableComponent extends AXComponent {
25
25
  }
26
- AXValuableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXValuableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
27
- AXValuableComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXValuableComponent });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXValuableComponent, decorators: [{
26
+ AXValuableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXValuableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
27
+ AXValuableComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXValuableComponent });
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXValuableComponent, decorators: [{
29
29
  type: Injectable
30
30
  }] });
31
31
  export class AXFocusableComponent extends AXComponent {
32
32
  }
33
- AXFocusableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXFocusableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
34
- AXFocusableComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXFocusableComponent });
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXFocusableComponent, decorators: [{
33
+ AXFocusableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXFocusableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
34
+ AXFocusableComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXFocusableComponent });
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXFocusableComponent, decorators: [{
36
36
  type: Injectable
37
37
  }] });
38
38
  export class AXPagedComponent extends AXComponent {
39
39
  }
40
- AXPagedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXPagedComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
41
- AXPagedComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXPagedComponent });
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXPagedComponent, decorators: [{
40
+ AXPagedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXPagedComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
41
+ AXPagedComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXPagedComponent });
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXPagedComponent, decorators: [{
43
43
  type: Injectable
44
44
  }] });
45
45
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcG9uZW50cy5jbGFzcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Fjb3JleC9jb21wb25lbnRzL2NvbW1vbi9zcmMvY29tcG9uZW50cy5jbGFzcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQWdCLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFJekQsTUFBTSxPQUFnQixXQUFXOzt3R0FBWCxXQUFXOzRHQUFYLFdBQVc7MkZBQVgsV0FBVztrQkFEaEMsVUFBVTs7QUFLWCxNQUFNLE9BQWdCLG1CQUFvQixTQUFRLFdBQVc7O2dIQUF2QyxtQkFBbUI7b0hBQW5CLG1CQUFtQjsyRkFBbkIsbUJBQW1CO2tCQUR4QyxVQUFVOztBQU1YLE1BQU0sT0FBZ0IscUJBQXNCLFNBQVEsV0FBVzs7a0hBQXpDLHFCQUFxQjtzSEFBckIscUJBQXFCOzJGQUFyQixxQkFBcUI7a0JBRDFDLFVBQVU7O0FBTVgsTUFBTSxPQUFnQixtQkFBb0IsU0FBUSxXQUFXOztnSEFBdkMsbUJBQW1CO29IQUFuQixtQkFBbUI7MkZBQW5CLG1CQUFtQjtrQkFEeEMsVUFBVTs7QUFPWCxNQUFNLE9BQWdCLG9CQUFxQixTQUFRLFdBQVc7O2lIQUF4QyxvQkFBb0I7cUhBQXBCLG9CQUFvQjsyRkFBcEIsb0JBQW9CO2tCQUR6QyxVQUFVOztBQWFYLE1BQU0sT0FBZ0IsZ0JBQ3BCLFNBQVEsV0FBVzs7NkdBREMsZ0JBQWdCO2lIQUFoQixnQkFBZ0I7MkZBQWhCLGdCQUFnQjtrQkFEckMsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEV2ZW50RW1pdHRlciwgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBBWFZhbHVlQ2hhbmdlZEV2ZW50IH0gZnJvbSAnLi9ldmVudHMuY2xhc3MnO1xyXG5cclxuQEluamVjdGFibGUoKVxyXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgQVhDb21wb25lbnQge1xyXG59XHJcblxyXG5ASW5qZWN0YWJsZSgpXHJcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBBWENsb3NiYWxlQ29tcG9uZW50IGV4dGVuZHMgQVhDb21wb25lbnQge1xyXG4gIGFic3RyYWN0IGNsb3NlKCk6IHZvaWQ7XHJcbn1cclxuXHJcbkBJbmplY3RhYmxlKClcclxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIEFYU2VhcmNoYWJsZUNvbXBvbmVudCBleHRlbmRzIEFYQ29tcG9uZW50IHtcclxuICBhYnN0cmFjdCBzZWFyY2godmFsdWU6IHN0cmluZyk6IHZvaWQ7XHJcbn1cclxuXHJcbkBJbmplY3RhYmxlKClcclxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIEFYVmFsdWFibGVDb21wb25lbnQgZXh0ZW5kcyBBWENvbXBvbmVudCB7XHJcbiAgYWJzdHJhY3Qgb25WYWx1ZUNoYW5nZWQ6IEV2ZW50RW1pdHRlcjxBWFZhbHVlQ2hhbmdlZEV2ZW50PGFueT4+O1xyXG4gIGFic3RyYWN0IHZhbHVlOiBhbnk7XHJcbn1cclxuXHJcbkBJbmplY3RhYmxlKClcclxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIEFYRm9jdXNhYmxlQ29tcG9uZW50IGV4dGVuZHMgQVhDb21wb25lbnQge1xyXG4gIGFic3RyYWN0IGZvY3VzKCk7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgQVhQYWdlZENvbXBvbmVudEludGVyZmFjZSB7XHJcbiAgZ29Ub1BhZ2UocGFnZTogbnVtYmVyKTtcclxuICBnZXQgdG90YWxDb3VudCgpOiBudW1iZXI7XHJcbiAgZ2V0IHBhZ2VTaXplKCk6IG51bWJlcjtcclxuICBvblBhZ2VDaGFuZ2VkOiBFdmVudEVtaXR0ZXI8QVhWYWx1ZUNoYW5nZWRFdmVudDxudW1iZXI+PjtcclxufVxyXG5cclxuQEluamVjdGFibGUoKVxyXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgQVhQYWdlZENvbXBvbmVudFxyXG4gIGV4dGVuZHMgQVhDb21wb25lbnRcclxuICBpbXBsZW1lbnRzIEFYUGFnZWRDb21wb25lbnRJbnRlcmZhY2Vcclxue1xyXG4gIGFic3RyYWN0IGdvVG9QYWdlKHBhZ2U6IG51bWJlcik7XHJcbiAgYWJzdHJhY3QgZ2V0IHRvdGFsQ291bnQoKTogbnVtYmVyO1xyXG4gIGFic3RyYWN0IGdldCBwYWdlU2l6ZSgpOiBudW1iZXI7XHJcbiAgYWJzdHJhY3Qgb25QYWdlQ2hhbmdlZDogRXZlbnRFbWl0dGVyPEFYVmFsdWVDaGFuZ2VkRXZlbnQ8bnVtYmVyPj47XHJcbn1cclxuIl19
@@ -11,9 +11,9 @@ export class DynamicOverlayContainer extends OverlayContainer {
11
11
  this._containerElement = containerElement;
12
12
  }
13
13
  }
14
- DynamicOverlayContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: DynamicOverlayContainer, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15
- DynamicOverlayContainer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: DynamicOverlayContainer, providedIn: 'root' });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: DynamicOverlayContainer, decorators: [{
14
+ DynamicOverlayContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: DynamicOverlayContainer, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15
+ DynamicOverlayContainer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: DynamicOverlayContainer, providedIn: 'root' });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: DynamicOverlayContainer, decorators: [{
17
17
  type: Injectable,
18
18
  args: [{
19
19
  providedIn: 'root',
@@ -34,9 +34,9 @@ export class DynamicOverlay extends Overlay {
34
34
  return super.create(config);
35
35
  }
36
36
  }
37
- DynamicOverlay.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: DynamicOverlay, deps: [{ token: i1.ScrollStrategyOptions }, { token: DynamicOverlayContainer }, { token: i0.ComponentFactoryResolver }, { token: i1.OverlayPositionBuilder }, { token: i1.OverlayKeyboardDispatcher }, { token: i0.Injector }, { token: i0.NgZone }, { token: DOCUMENT }, { token: i2.Directionality }, { token: i0.RendererFactory2 }, { token: i3.Location }, { token: i1.OverlayOutsideClickDispatcher }], target: i0.ɵɵFactoryTarget.Injectable });
38
- DynamicOverlay.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: DynamicOverlay, providedIn: 'root' });
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: DynamicOverlay, decorators: [{
37
+ DynamicOverlay.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: DynamicOverlay, deps: [{ token: i1.ScrollStrategyOptions }, { token: DynamicOverlayContainer }, { token: i0.ComponentFactoryResolver }, { token: i1.OverlayPositionBuilder }, { token: i1.OverlayKeyboardDispatcher }, { token: i0.Injector }, { token: i0.NgZone }, { token: DOCUMENT }, { token: i2.Directionality }, { token: i0.RendererFactory2 }, { token: i3.Location }, { token: i1.OverlayOutsideClickDispatcher }], target: i0.ɵɵFactoryTarget.Injectable });
38
+ DynamicOverlay.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: DynamicOverlay, providedIn: 'root' });
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: DynamicOverlay, decorators: [{
40
40
  type: Injectable,
41
41
  args: [{
42
42
  providedIn: 'root',
@@ -45,4 +45,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
45
45
  type: Inject,
46
46
  args: [DOCUMENT]
47
47
  }] }, { type: i2.Directionality }, { type: i0.RendererFactory2 }, { type: i3.Location }, { type: i1.OverlayOutsideClickDispatcher }]; } });
48
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLWNkay1vdmVybGF5LnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hY29yZXgvY29tcG9uZW50cy9jb21tb24vc3JjL2N1c3RvbS1jZGstb3ZlcmxheS5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxPQUFPLEVBSVAsZ0JBQWdCLEdBSWpCLE1BQU0sc0JBQXNCLENBQUM7QUFFOUIsa0RBQWtEO0FBQ2xELE9BQU8sRUFFTCxNQUFNLEVBS04sVUFBVSxHQUNYLE1BQU0sZUFBZSxDQUFDO0FBR3ZCLE9BQU8sRUFBRSxRQUFRLEVBQVksTUFBTSxpQkFBaUIsQ0FBQzs7Ozs7QUFLckQsTUFBTSxPQUFPLHVCQUF3QixTQUFRLGdCQUFnQjtJQUNwRCxtQkFBbUIsQ0FBQyxnQkFBNkI7UUFDdEQsSUFBSSxDQUFDLGlCQUFpQixHQUFHLGdCQUFnQixDQUFDO0lBQzVDLENBQUM7O29IQUhVLHVCQUF1Qjt3SEFBdkIsdUJBQXVCLGNBRnRCLE1BQU07MkZBRVAsdUJBQXVCO2tCQUhuQyxVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQjs7QUFVRCxNQUFNLE9BQU8sY0FBZSxTQUFRLE9BQU87SUFJekMsWUFDRSxnQkFBdUMsRUFDdkMsaUJBQTBDLEVBQzFDLHlCQUFtRCxFQUNuRCxnQkFBd0MsRUFDeEMsbUJBQThDLEVBQzlDLFNBQW1CLEVBQ25CLE9BQWUsRUFDRyxTQUFjLEVBQ2hDLGVBQStCLEVBQy9CLGVBQWlDLEVBQ2pDLFNBQW1CLEVBQ25CLHVCQUFzRDtRQUV0RCxLQUFLLENBQ0gsZ0JBQWdCLEVBQ2hCLGlCQUFpQixFQUNqQix5QkFBeUIsRUFDekIsZ0JBQWdCLEVBQ2hCLG1CQUFtQixFQUNuQixTQUFTLEVBQ1QsT0FBTyxFQUNQLFNBQVMsRUFDVCxlQUFlLEVBQ2YsU0FBUyxFQUNULHVCQUF1QixDQUN4QixDQUFDO1FBQ0YsSUFBSSxDQUFDLFFBQVEsR0FBRyxlQUFlLENBQUMsY0FBYyxDQUFDLElBQUksRUFBRSxJQUFJLENBQUMsQ0FBQztRQUUzRCxJQUFJLENBQUMsd0JBQXdCLEdBQUcsaUJBQWlCLENBQUM7SUFDcEQsQ0FBQztJQUVPLG1CQUFtQixDQUFDLGdCQUE2QjtRQUN2RCxJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxnQkFBZ0IsRUFBRSxXQUFXLEVBQUUsZUFBZSxDQUFDLENBQUM7UUFDdkUsSUFBSSxDQUFDLHdCQUF3QixDQUFDLG1CQUFtQixDQUFDLGdCQUFnQixDQUFDLENBQUM7SUFDdEUsQ0FBQztJQUVNLFFBQVEsQ0FDYixnQkFBNkIsRUFDN0IsTUFBc0I7UUFFdEIsSUFBSSxDQUFDLG1CQUFtQixDQUFDLGdCQUFnQixDQUFDLENBQUM7UUFDM0MsT0FBTyxLQUFLLENBQUMsTUFBTSxDQUFDLE1BQU0sQ0FBQyxDQUFDO0lBQzlCLENBQUM7OzJHQS9DVSxjQUFjLHVEQU1KLHVCQUF1QixrTEFNbEMsUUFBUTsrR0FaUCxjQUFjLGNBRmIsTUFBTTsyRkFFUCxjQUFjO2tCQUgxQixVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQjs4RkFPc0IsdUJBQXVCOzBCQU16QyxNQUFNOzJCQUFDLFFBQVEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xyXG4gIE92ZXJsYXksXHJcbiAgT3ZlcmxheUtleWJvYXJkRGlzcGF0Y2hlcixcclxuICBPdmVybGF5UG9zaXRpb25CdWlsZGVyLFxyXG4gIFNjcm9sbFN0cmF0ZWd5T3B0aW9ucyxcclxuICBPdmVybGF5Q29udGFpbmVyLFxyXG4gIE92ZXJsYXlSZWYsXHJcbiAgT3ZlcmxheUNvbmZpZyxcclxuICBPdmVybGF5T3V0c2lkZUNsaWNrRGlzcGF0Y2hlcixcclxufSBmcm9tICdAYW5ndWxhci9jZGsvb3ZlcmxheSc7XHJcblxyXG4vLyBUT0RPOiAnQ29tcG9uZW50RmFjdG9yeVJlc29sdmVyJyBpcyBkZXByZWNhdGVkLlxyXG5pbXBvcnQge1xyXG4gIENvbXBvbmVudEZhY3RvcnlSZXNvbHZlcixcclxuICBJbmplY3QsXHJcbiAgSW5qZWN0b3IsXHJcbiAgTmdab25lLFxyXG4gIFJlbmRlcmVyMixcclxuICBSZW5kZXJlckZhY3RvcnkyLFxyXG4gIEluamVjdGFibGUsXHJcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5pbXBvcnQgeyBEaXJlY3Rpb25hbGl0eSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9iaWRpJztcclxuaW1wb3J0IHsgRE9DVU1FTlQsIExvY2F0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuXHJcbkBJbmplY3RhYmxlKHtcclxuICBwcm92aWRlZEluOiAncm9vdCcsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBEeW5hbWljT3ZlcmxheUNvbnRhaW5lciBleHRlbmRzIE92ZXJsYXlDb250YWluZXIge1xyXG4gIHB1YmxpYyBzZXRDb250YWluZXJFbGVtZW50KGNvbnRhaW5lckVsZW1lbnQ6IEhUTUxFbGVtZW50KTogdm9pZCB7XHJcbiAgICB0aGlzLl9jb250YWluZXJFbGVtZW50ID0gY29udGFpbmVyRWxlbWVudDtcclxuICB9XHJcbn1cclxuXHJcbkBJbmplY3RhYmxlKHtcclxuICBwcm92aWRlZEluOiAncm9vdCcsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBEeW5hbWljT3ZlcmxheSBleHRlbmRzIE92ZXJsYXkge1xyXG4gIHByaXZhdGUgcmVhZG9ubHkgX2R5bmFtaWNPdmVybGF5Q29udGFpbmVyOiBEeW5hbWljT3ZlcmxheUNvbnRhaW5lcjtcclxuICBwcml2YXRlIHJlbmRlcmVyOiBSZW5kZXJlcjI7XHJcblxyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgc2Nyb2xsU3RyYXRlZ2llczogU2Nyb2xsU3RyYXRlZ3lPcHRpb25zLFxyXG4gICAgX292ZXJsYXlDb250YWluZXI6IER5bmFtaWNPdmVybGF5Q29udGFpbmVyLFxyXG4gICAgX2NvbXBvbmVudEZhY3RvcnlSZXNvbHZlcjogQ29tcG9uZW50RmFjdG9yeVJlc29sdmVyLFxyXG4gICAgX3Bvc2l0aW9uQnVpbGRlcjogT3ZlcmxheVBvc2l0aW9uQnVpbGRlcixcclxuICAgIF9rZXlib2FyZERpc3BhdGNoZXI6IE92ZXJsYXlLZXlib2FyZERpc3BhdGNoZXIsXHJcbiAgICBfaW5qZWN0b3I6IEluamVjdG9yLFxyXG4gICAgX25nWm9uZTogTmdab25lLFxyXG4gICAgQEluamVjdChET0NVTUVOVCkgX2RvY3VtZW50OiBhbnksXHJcbiAgICBfZGlyZWN0aW9uYWxpdHk6IERpcmVjdGlvbmFsaXR5LFxyXG4gICAgcmVuZGVyZXJGYWN0b3J5OiBSZW5kZXJlckZhY3RvcnkyLFxyXG4gICAgX2xvY2F0aW9uOiBMb2NhdGlvbixcclxuICAgIF9vdXRzaWRlQ2xpY2tEaXNwYXRjaGVyOiBPdmVybGF5T3V0c2lkZUNsaWNrRGlzcGF0Y2hlclxyXG4gICkge1xyXG4gICAgc3VwZXIoXHJcbiAgICAgIHNjcm9sbFN0cmF0ZWdpZXMsXHJcbiAgICAgIF9vdmVybGF5Q29udGFpbmVyLFxyXG4gICAgICBfY29tcG9uZW50RmFjdG9yeVJlc29sdmVyLFxyXG4gICAgICBfcG9zaXRpb25CdWlsZGVyLFxyXG4gICAgICBfa2V5Ym9hcmREaXNwYXRjaGVyLFxyXG4gICAgICBfaW5qZWN0b3IsXHJcbiAgICAgIF9uZ1pvbmUsXHJcbiAgICAgIF9kb2N1bWVudCxcclxuICAgICAgX2RpcmVjdGlvbmFsaXR5LFxyXG4gICAgICBfbG9jYXRpb24sXHJcbiAgICAgIF9vdXRzaWRlQ2xpY2tEaXNwYXRjaGVyXHJcbiAgICApO1xyXG4gICAgdGhpcy5yZW5kZXJlciA9IHJlbmRlcmVyRmFjdG9yeS5jcmVhdGVSZW5kZXJlcihudWxsLCBudWxsKTtcclxuXHJcbiAgICB0aGlzLl9keW5hbWljT3ZlcmxheUNvbnRhaW5lciA9IF9vdmVybGF5Q29udGFpbmVyO1xyXG4gIH1cclxuXHJcbiAgcHJpdmF0ZSBzZXRDb250YWluZXJFbGVtZW50KGNvbnRhaW5lckVsZW1lbnQ6IEhUTUxFbGVtZW50KTogdm9pZCB7XHJcbiAgICB0aGlzLnJlbmRlcmVyLnNldFN0eWxlKGNvbnRhaW5lckVsZW1lbnQsICd0cmFuc2Zvcm0nLCAndHJhbnNsYXRlWigwKScpO1xyXG4gICAgdGhpcy5fZHluYW1pY092ZXJsYXlDb250YWluZXIuc2V0Q29udGFpbmVyRWxlbWVudChjb250YWluZXJFbGVtZW50KTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBjcmVhdGVPbihcclxuICAgIGNvbnRhaW5lckVsZW1lbnQ6IEhUTUxFbGVtZW50LFxyXG4gICAgY29uZmlnPzogT3ZlcmxheUNvbmZpZ1xyXG4gICk6IE92ZXJsYXlSZWYge1xyXG4gICAgdGhpcy5zZXRDb250YWluZXJFbGVtZW50KGNvbnRhaW5lckVsZW1lbnQpO1xyXG4gICAgcmV0dXJuIHN1cGVyLmNyZWF0ZShjb25maWcpO1xyXG4gIH1cclxufVxyXG4iXX0=
48
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLWNkay1vdmVybGF5LnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hY29yZXgvY29tcG9uZW50cy9jb21tb24vc3JjL2N1c3RvbS1jZGstb3ZlcmxheS5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxPQUFPLEVBSVAsZ0JBQWdCLEdBSWpCLE1BQU0sc0JBQXNCLENBQUM7QUFFOUIsa0RBQWtEO0FBQ2xELE9BQU8sRUFFTCxNQUFNLEVBS04sVUFBVSxHQUNYLE1BQU0sZUFBZSxDQUFDO0FBR3ZCLE9BQU8sRUFBRSxRQUFRLEVBQVksTUFBTSxpQkFBaUIsQ0FBQzs7Ozs7QUFLckQsTUFBTSxPQUFPLHVCQUF3QixTQUFRLGdCQUFnQjtJQUNwRCxtQkFBbUIsQ0FBQyxnQkFBNkI7UUFDdEQsSUFBSSxDQUFDLGlCQUFpQixHQUFHLGdCQUFnQixDQUFDO0lBQzVDLENBQUM7O29IQUhVLHVCQUF1Qjt3SEFBdkIsdUJBQXVCLGNBRnRCLE1BQU07MkZBRVAsdUJBQXVCO2tCQUhuQyxVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQjs7QUFVRCxNQUFNLE9BQU8sY0FBZSxTQUFRLE9BQU87SUFJekMsWUFDRSxnQkFBdUMsRUFDdkMsaUJBQTBDLEVBQzFDLHlCQUFtRCxFQUNuRCxnQkFBd0MsRUFDeEMsbUJBQThDLEVBQzlDLFNBQW1CLEVBQ25CLE9BQWUsRUFDRyxTQUFjLEVBQ2hDLGVBQStCLEVBQy9CLGVBQWlDLEVBQ2pDLFNBQW1CLEVBQ25CLHVCQUFzRDtRQUV0RCxLQUFLLENBQ0gsZ0JBQWdCLEVBQ2hCLGlCQUFpQixFQUNqQix5QkFBeUIsRUFDekIsZ0JBQWdCLEVBQ2hCLG1CQUFtQixFQUNuQixTQUFTLEVBQ1QsT0FBTyxFQUNQLFNBQVMsRUFDVCxlQUFlLEVBQ2YsU0FBUyxFQUNULHVCQUF1QixDQUN4QixDQUFDO1FBQ0YsSUFBSSxDQUFDLFFBQVEsR0FBRyxlQUFlLENBQUMsY0FBYyxDQUFDLElBQUksRUFBRSxJQUFJLENBQUMsQ0FBQztRQUUzRCxJQUFJLENBQUMsd0JBQXdCLEdBQUcsaUJBQWlCLENBQUM7SUFDcEQsQ0FBQztJQUVPLG1CQUFtQixDQUFDLGdCQUE2QjtRQUN2RCxJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxnQkFBZ0IsRUFBRSxXQUFXLEVBQUUsZUFBZSxDQUFDLENBQUM7UUFDdkUsSUFBSSxDQUFDLHdCQUF3QixDQUFDLG1CQUFtQixDQUFDLGdCQUFnQixDQUFDLENBQUM7SUFDdEUsQ0FBQztJQUVNLFFBQVEsQ0FDYixnQkFBNkIsRUFDN0IsTUFBc0I7UUFFdEIsSUFBSSxDQUFDLG1CQUFtQixDQUFDLGdCQUFnQixDQUFDLENBQUM7UUFDM0MsT0FBTyxLQUFLLENBQUMsTUFBTSxDQUFDLE1BQU0sQ0FBQyxDQUFDO0lBQzlCLENBQUM7OzJHQS9DVSxjQUFjLGdRQVlmLFFBQVE7K0dBWlAsY0FBYyxjQUZiLE1BQU07MkZBRVAsY0FBYztrQkFIMUIsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkI7OzBCQWFJLE1BQU07MkJBQUMsUUFBUSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XHJcbiAgT3ZlcmxheSxcclxuICBPdmVybGF5S2V5Ym9hcmREaXNwYXRjaGVyLFxyXG4gIE92ZXJsYXlQb3NpdGlvbkJ1aWxkZXIsXHJcbiAgU2Nyb2xsU3RyYXRlZ3lPcHRpb25zLFxyXG4gIE92ZXJsYXlDb250YWluZXIsXHJcbiAgT3ZlcmxheVJlZixcclxuICBPdmVybGF5Q29uZmlnLFxyXG4gIE92ZXJsYXlPdXRzaWRlQ2xpY2tEaXNwYXRjaGVyLFxyXG59IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcclxuXHJcbi8vIFRPRE86ICdDb21wb25lbnRGYWN0b3J5UmVzb2x2ZXInIGlzIGRlcHJlY2F0ZWQuXHJcbmltcG9ydCB7XHJcbiAgQ29tcG9uZW50RmFjdG9yeVJlc29sdmVyLFxyXG4gIEluamVjdCxcclxuICBJbmplY3RvcixcclxuICBOZ1pvbmUsXHJcbiAgUmVuZGVyZXIyLFxyXG4gIFJlbmRlcmVyRmFjdG9yeTIsXHJcbiAgSW5qZWN0YWJsZSxcclxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbmltcG9ydCB7IERpcmVjdGlvbmFsaXR5IH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2JpZGknO1xyXG5pbXBvcnQgeyBET0NVTUVOVCwgTG9jYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5cclxuQEluamVjdGFibGUoe1xyXG4gIHByb3ZpZGVkSW46ICdyb290JyxcclxufSlcclxuZXhwb3J0IGNsYXNzIER5bmFtaWNPdmVybGF5Q29udGFpbmVyIGV4dGVuZHMgT3ZlcmxheUNvbnRhaW5lciB7XHJcbiAgcHVibGljIHNldENvbnRhaW5lckVsZW1lbnQoY29udGFpbmVyRWxlbWVudDogSFRNTEVsZW1lbnQpOiB2b2lkIHtcclxuICAgIHRoaXMuX2NvbnRhaW5lckVsZW1lbnQgPSBjb250YWluZXJFbGVtZW50O1xyXG4gIH1cclxufVxyXG5cclxuQEluamVjdGFibGUoe1xyXG4gIHByb3ZpZGVkSW46ICdyb290JyxcclxufSlcclxuZXhwb3J0IGNsYXNzIER5bmFtaWNPdmVybGF5IGV4dGVuZHMgT3ZlcmxheSB7XHJcbiAgcHJpdmF0ZSByZWFkb25seSBfZHluYW1pY092ZXJsYXlDb250YWluZXI6IER5bmFtaWNPdmVybGF5Q29udGFpbmVyO1xyXG4gIHByaXZhdGUgcmVuZGVyZXI6IFJlbmRlcmVyMjtcclxuXHJcbiAgY29uc3RydWN0b3IoXHJcbiAgICBzY3JvbGxTdHJhdGVnaWVzOiBTY3JvbGxTdHJhdGVneU9wdGlvbnMsXHJcbiAgICBfb3ZlcmxheUNvbnRhaW5lcjogRHluYW1pY092ZXJsYXlDb250YWluZXIsXHJcbiAgICBfY29tcG9uZW50RmFjdG9yeVJlc29sdmVyOiBDb21wb25lbnRGYWN0b3J5UmVzb2x2ZXIsXHJcbiAgICBfcG9zaXRpb25CdWlsZGVyOiBPdmVybGF5UG9zaXRpb25CdWlsZGVyLFxyXG4gICAgX2tleWJvYXJkRGlzcGF0Y2hlcjogT3ZlcmxheUtleWJvYXJkRGlzcGF0Y2hlcixcclxuICAgIF9pbmplY3RvcjogSW5qZWN0b3IsXHJcbiAgICBfbmdab25lOiBOZ1pvbmUsXHJcbiAgICBASW5qZWN0KERPQ1VNRU5UKSBfZG9jdW1lbnQ6IGFueSxcclxuICAgIF9kaXJlY3Rpb25hbGl0eTogRGlyZWN0aW9uYWxpdHksXHJcbiAgICByZW5kZXJlckZhY3Rvcnk6IFJlbmRlcmVyRmFjdG9yeTIsXHJcbiAgICBfbG9jYXRpb246IExvY2F0aW9uLFxyXG4gICAgX291dHNpZGVDbGlja0Rpc3BhdGNoZXI6IE92ZXJsYXlPdXRzaWRlQ2xpY2tEaXNwYXRjaGVyXHJcbiAgKSB7XHJcbiAgICBzdXBlcihcclxuICAgICAgc2Nyb2xsU3RyYXRlZ2llcyxcclxuICAgICAgX292ZXJsYXlDb250YWluZXIsXHJcbiAgICAgIF9jb21wb25lbnRGYWN0b3J5UmVzb2x2ZXIsXHJcbiAgICAgIF9wb3NpdGlvbkJ1aWxkZXIsXHJcbiAgICAgIF9rZXlib2FyZERpc3BhdGNoZXIsXHJcbiAgICAgIF9pbmplY3RvcixcclxuICAgICAgX25nWm9uZSxcclxuICAgICAgX2RvY3VtZW50LFxyXG4gICAgICBfZGlyZWN0aW9uYWxpdHksXHJcbiAgICAgIF9sb2NhdGlvbixcclxuICAgICAgX291dHNpZGVDbGlja0Rpc3BhdGNoZXJcclxuICAgICk7XHJcbiAgICB0aGlzLnJlbmRlcmVyID0gcmVuZGVyZXJGYWN0b3J5LmNyZWF0ZVJlbmRlcmVyKG51bGwsIG51bGwpO1xyXG5cclxuICAgIHRoaXMuX2R5bmFtaWNPdmVybGF5Q29udGFpbmVyID0gX292ZXJsYXlDb250YWluZXI7XHJcbiAgfVxyXG5cclxuICBwcml2YXRlIHNldENvbnRhaW5lckVsZW1lbnQoY29udGFpbmVyRWxlbWVudDogSFRNTEVsZW1lbnQpOiB2b2lkIHtcclxuICAgIHRoaXMucmVuZGVyZXIuc2V0U3R5bGUoY29udGFpbmVyRWxlbWVudCwgJ3RyYW5zZm9ybScsICd0cmFuc2xhdGVaKDApJyk7XHJcbiAgICB0aGlzLl9keW5hbWljT3ZlcmxheUNvbnRhaW5lci5zZXRDb250YWluZXJFbGVtZW50KGNvbnRhaW5lckVsZW1lbnQpO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIGNyZWF0ZU9uKFxyXG4gICAgY29udGFpbmVyRWxlbWVudDogSFRNTEVsZW1lbnQsXHJcbiAgICBjb25maWc/OiBPdmVybGF5Q29uZmlnXHJcbiAgKTogT3ZlcmxheVJlZiB7XHJcbiAgICB0aGlzLnNldENvbnRhaW5lckVsZW1lbnQoY29udGFpbmVyRWxlbWVudCk7XHJcbiAgICByZXR1cm4gc3VwZXIuY3JlYXRlKGNvbmZpZyk7XHJcbiAgfVxyXG59XHJcbiJdfQ==
@@ -30,9 +30,9 @@ export class AXNgModelChangeDebouncedDirective {
30
30
  distinctUntilChanged(), debounceTime(this.ngModelChangeDebounceTime)).subscribe((value) => this.ngModelChangeDebounced.emit(value));
31
31
  }
32
32
  }
33
- AXNgModelChangeDebouncedDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXNgModelChangeDebouncedDirective, deps: [{ token: i1.NgModel }], target: i0.ɵɵFactoryTarget.Directive });
34
- AXNgModelChangeDebouncedDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: AXNgModelChangeDebouncedDirective, selector: "[ngModelChangeDebounced]", inputs: { ngModelChangeDebounceTime: "ngModelChangeDebounceTime" }, outputs: { ngModelChangeDebounced: "ngModelChangeDebounced", ngModelChangeDebounceTimeChange: "ngModelChangeDebounceTimeChange" }, ngImport: i0 });
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXNgModelChangeDebouncedDirective, decorators: [{
33
+ AXNgModelChangeDebouncedDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXNgModelChangeDebouncedDirective, deps: [{ token: i1.NgModel }], target: i0.ɵɵFactoryTarget.Directive });
34
+ AXNgModelChangeDebouncedDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.2", type: AXNgModelChangeDebouncedDirective, selector: "[ngModelChangeDebounced]", inputs: { ngModelChangeDebounceTime: "ngModelChangeDebounceTime" }, outputs: { ngModelChangeDebounced: "ngModelChangeDebounced", ngModelChangeDebounceTimeChange: "ngModelChangeDebounceTimeChange" }, ngImport: i0 });
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXNgModelChangeDebouncedDirective, decorators: [{
36
36
  type: Directive,
37
37
  args: [{
38
38
  selector: '[ngModelChangeDebounced]',
@@ -59,9 +59,9 @@ export class AXHotkeyDirective {
59
59
  });
60
60
  }
61
61
  }
62
- AXHotkeyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXHotkeyDirective, deps: [{ token: i0.ElementRef }, { token: i1.AXComponent, host: true, optional: true, self: true }, { token: i2.AXHotkeysService }], target: i0.ɵɵFactoryTarget.Directive });
63
- AXHotkeyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: AXHotkeyDirective, selector: "[hotkey]", inputs: { hotkey: "hotkey" }, ngImport: i0 });
64
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXHotkeyDirective, decorators: [{
62
+ AXHotkeyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXHotkeyDirective, deps: [{ token: i0.ElementRef }, { token: i1.AXComponent, host: true, optional: true, self: true }, { token: i2.AXHotkeysService }], target: i0.ɵɵFactoryTarget.Directive });
63
+ AXHotkeyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.2", type: AXHotkeyDirective, selector: "[hotkey]", inputs: { hotkey: "hotkey" }, ngImport: i0 });
64
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXHotkeyDirective, decorators: [{
65
65
  type: Directive,
66
66
  args: [{
67
67
  selector: '[hotkey]',
@@ -26,13 +26,13 @@ export class AXHotkeysService {
26
26
  });
27
27
  }
28
28
  }
29
- AXHotkeysService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXHotkeysService, deps: [{ token: i1.EventManager }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
30
- AXHotkeysService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXHotkeysService, providedIn: 'root' });
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXHotkeysService, decorators: [{
29
+ AXHotkeysService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXHotkeysService, deps: [{ token: i1.EventManager }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
30
+ AXHotkeysService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXHotkeysService, providedIn: 'root' });
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXHotkeysService, decorators: [{
32
32
  type: Injectable,
33
33
  args: [{ providedIn: 'root' }]
34
34
  }], ctorParameters: function () { return [{ type: i1.EventManager }, { type: Document, decorators: [{
35
35
  type: Inject,
36
36
  args: [DOCUMENT]
37
37
  }] }]; } });
38
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaG90a2V5LnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hY29yZXgvY29tcG9uZW50cy9jb21tb24vc3JjL2hvdGtleS5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMzQyxPQUFPLEVBQUUsTUFBTSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVuRCxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7OztBQVF0RCxNQUFNLE9BQU8sZ0JBQWdCO0lBSzNCLFlBQ1UsWUFBMEIsRUFDUixRQUFrQjtRQURwQyxpQkFBWSxHQUFaLFlBQVksQ0FBYztRQUNSLGFBQVEsR0FBUixRQUFRLENBQVU7UUFOOUMsYUFBUSxHQUFxQjtZQUMzQixPQUFPLEVBQUUsSUFBSSxDQUFDLFFBQVE7U0FDdkIsQ0FBQztJQUtDLENBQUM7SUFFSixXQUFXLENBQUMsT0FBeUI7UUFDbkMsTUFBTSxNQUFNLEdBQUcsRUFBRSxHQUFHLElBQUksQ0FBQyxRQUFRLEVBQUUsR0FBRyxPQUFPLEVBQUUsQ0FBQztRQUNoRCxNQUFNLEtBQUssR0FBRyxXQUFXLE1BQU0sQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUV2QyxPQUFPLElBQUksVUFBVSxDQUFDLENBQUMsUUFBUSxFQUFFLEVBQUU7WUFDakMsTUFBTSxPQUFPLEdBQUcsQ0FBQyxDQUFVLEVBQUUsRUFBRTtnQkFDN0IsQ0FBQyxDQUFDLGNBQWMsRUFBRSxDQUFDO2dCQUNuQixRQUFRLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO1lBQ25CLENBQUMsQ0FBQztZQUVGLE1BQU0sT0FBTyxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsZ0JBQWdCLENBQ2hELE1BQU0sQ0FBQyxPQUFPLEVBQ2QsS0FBSyxFQUNMLE9BQU8sQ0FDUixDQUFDO1lBRUYsT0FBTyxHQUFHLEVBQUU7Z0JBQ1YsT0FBTyxFQUFFLENBQUM7WUFDWixDQUFDLENBQUM7UUFDSixDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7OzZHQTlCVSxnQkFBZ0IsOENBT2pCLFFBQVE7aUhBUFAsZ0JBQWdCLGNBREgsTUFBTTsyRkFDbkIsZ0JBQWdCO2tCQUQ1QixVQUFVO21CQUFDLEVBQUUsVUFBVSxFQUFFLE1BQU0sRUFBRTtxRkFRTSxRQUFROzBCQUEzQyxNQUFNOzJCQUFDLFFBQVEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBET0NVTUVOVCB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IEluamVjdCwgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBFdmVudE1hbmFnZXIgfSBmcm9tICdAYW5ndWxhci9wbGF0Zm9ybS1icm93c2VyJztcclxuaW1wb3J0IHsgT2JzZXJ2YWJsZSB9IGZyb20gJ3J4anMvaW50ZXJuYWwvT2JzZXJ2YWJsZSc7XHJcblxyXG50eXBlIE9wdGlvbnMgPSB7XHJcbiAgZWxlbWVudDogYW55O1xyXG4gIGtleXM6IHN0cmluZztcclxufTtcclxuXHJcbkBJbmplY3RhYmxlKHsgcHJvdmlkZWRJbjogJ3Jvb3QnIH0pXHJcbmV4cG9ydCBjbGFzcyBBWEhvdGtleXNTZXJ2aWNlIHtcclxuICBkZWZhdWx0czogUGFydGlhbDxPcHRpb25zPiA9IHtcclxuICAgIGVsZW1lbnQ6IHRoaXMuZG9jdW1lbnQsXHJcbiAgfTtcclxuXHJcbiAgY29uc3RydWN0b3IoXHJcbiAgICBwcml2YXRlIGV2ZW50TWFuYWdlcjogRXZlbnRNYW5hZ2VyLFxyXG4gICAgQEluamVjdChET0NVTUVOVCkgcHJpdmF0ZSBkb2N1bWVudDogRG9jdW1lbnRcclxuICApIHt9XHJcblxyXG4gIGFkZFNob3J0Y3V0KG9wdGlvbnM6IFBhcnRpYWw8T3B0aW9ucz4pIHtcclxuICAgIGNvbnN0IG1lcmdlZCA9IHsgLi4udGhpcy5kZWZhdWx0cywgLi4ub3B0aW9ucyB9O1xyXG4gICAgY29uc3QgZXZlbnQgPSBga2V5ZG93bi4ke21lcmdlZC5rZXlzfWA7XHJcblxyXG4gICAgcmV0dXJuIG5ldyBPYnNlcnZhYmxlKChvYnNlcnZlcikgPT4ge1xyXG4gICAgICBjb25zdCBoYW5kbGVyID0gKGU6IFVJRXZlbnQpID0+IHtcclxuICAgICAgICBlLnByZXZlbnREZWZhdWx0KCk7XHJcbiAgICAgICAgb2JzZXJ2ZXIubmV4dChlKTtcclxuICAgICAgfTtcclxuXHJcbiAgICAgIGNvbnN0IGRpc3Bvc2UgPSB0aGlzLmV2ZW50TWFuYWdlci5hZGRFdmVudExpc3RlbmVyKFxyXG4gICAgICAgIG1lcmdlZC5lbGVtZW50LFxyXG4gICAgICAgIGV2ZW50LFxyXG4gICAgICAgIGhhbmRsZXJcclxuICAgICAgKTtcclxuXHJcbiAgICAgIHJldHVybiAoKSA9PiB7XHJcbiAgICAgICAgZGlzcG9zZSgpO1xyXG4gICAgICB9O1xyXG4gICAgfSk7XHJcbiAgfVxyXG59XHJcbiJdfQ==
38
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaG90a2V5LnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hY29yZXgvY29tcG9uZW50cy9jb21tb24vc3JjL2hvdGtleS5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMzQyxPQUFPLEVBQUUsTUFBTSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVuRCxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7OztBQVF0RCxNQUFNLE9BQU8sZ0JBQWdCO0lBSzNCLFlBQ1UsWUFBMEIsRUFDUixRQUFrQjtRQURwQyxpQkFBWSxHQUFaLFlBQVksQ0FBYztRQUNSLGFBQVEsR0FBUixRQUFRLENBQVU7UUFOOUMsYUFBUSxHQUFxQjtZQUMzQixPQUFPLEVBQUUsSUFBSSxDQUFDLFFBQVE7U0FDdkIsQ0FBQztJQUtDLENBQUM7SUFFSixXQUFXLENBQUMsT0FBeUI7UUFDbkMsTUFBTSxNQUFNLEdBQUcsRUFBRSxHQUFHLElBQUksQ0FBQyxRQUFRLEVBQUUsR0FBRyxPQUFPLEVBQUUsQ0FBQztRQUNoRCxNQUFNLEtBQUssR0FBRyxXQUFXLE1BQU0sQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUV2QyxPQUFPLElBQUksVUFBVSxDQUFDLENBQUMsUUFBUSxFQUFFLEVBQUU7WUFDakMsTUFBTSxPQUFPLEdBQUcsQ0FBQyxDQUFVLEVBQUUsRUFBRTtnQkFDN0IsQ0FBQyxDQUFDLGNBQWMsRUFBRSxDQUFDO2dCQUNuQixRQUFRLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO1lBQ25CLENBQUMsQ0FBQztZQUVGLE1BQU0sT0FBTyxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsZ0JBQWdCLENBQ2hELE1BQU0sQ0FBQyxPQUFPLEVBQ2QsS0FBSyxFQUNMLE9BQU8sQ0FDUixDQUFDO1lBRUYsT0FBTyxHQUFHLEVBQUU7Z0JBQ1YsT0FBTyxFQUFFLENBQUM7WUFDWixDQUFDLENBQUM7UUFDSixDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7OzZHQTlCVSxnQkFBZ0IsOENBT2pCLFFBQVE7aUhBUFAsZ0JBQWdCLGNBREgsTUFBTTsyRkFDbkIsZ0JBQWdCO2tCQUQ1QixVQUFVO21CQUFDLEVBQUUsVUFBVSxFQUFFLE1BQU0sRUFBRTs7MEJBUTdCLE1BQU07MkJBQUMsUUFBUSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERPQ1VNRU5UIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgSW5qZWN0LCBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEV2ZW50TWFuYWdlciB9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXInO1xyXG5pbXBvcnQgeyBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcy9pbnRlcm5hbC9PYnNlcnZhYmxlJztcclxuXHJcbnR5cGUgT3B0aW9ucyA9IHtcclxuICBlbGVtZW50OiBhbnk7XHJcbiAga2V5czogc3RyaW5nO1xyXG59O1xyXG5cclxuQEluamVjdGFibGUoeyBwcm92aWRlZEluOiAncm9vdCcgfSlcclxuZXhwb3J0IGNsYXNzIEFYSG90a2V5c1NlcnZpY2Uge1xyXG4gIGRlZmF1bHRzOiBQYXJ0aWFsPE9wdGlvbnM+ID0ge1xyXG4gICAgZWxlbWVudDogdGhpcy5kb2N1bWVudCxcclxuICB9O1xyXG5cclxuICBjb25zdHJ1Y3RvcihcclxuICAgIHByaXZhdGUgZXZlbnRNYW5hZ2VyOiBFdmVudE1hbmFnZXIsXHJcbiAgICBASW5qZWN0KERPQ1VNRU5UKSBwcml2YXRlIGRvY3VtZW50OiBEb2N1bWVudFxyXG4gICkge31cclxuXHJcbiAgYWRkU2hvcnRjdXQob3B0aW9uczogUGFydGlhbDxPcHRpb25zPikge1xyXG4gICAgY29uc3QgbWVyZ2VkID0geyAuLi50aGlzLmRlZmF1bHRzLCAuLi5vcHRpb25zIH07XHJcbiAgICBjb25zdCBldmVudCA9IGBrZXlkb3duLiR7bWVyZ2VkLmtleXN9YDtcclxuXHJcbiAgICByZXR1cm4gbmV3IE9ic2VydmFibGUoKG9ic2VydmVyKSA9PiB7XHJcbiAgICAgIGNvbnN0IGhhbmRsZXIgPSAoZTogVUlFdmVudCkgPT4ge1xyXG4gICAgICAgIGUucHJldmVudERlZmF1bHQoKTtcclxuICAgICAgICBvYnNlcnZlci5uZXh0KGUpO1xyXG4gICAgICB9O1xyXG5cclxuICAgICAgY29uc3QgZGlzcG9zZSA9IHRoaXMuZXZlbnRNYW5hZ2VyLmFkZEV2ZW50TGlzdGVuZXIoXHJcbiAgICAgICAgbWVyZ2VkLmVsZW1lbnQsXHJcbiAgICAgICAgZXZlbnQsXHJcbiAgICAgICAgaGFuZGxlclxyXG4gICAgICApO1xyXG5cclxuICAgICAgcmV0dXJuICgpID0+IHtcclxuICAgICAgICBkaXNwb3NlKCk7XHJcbiAgICAgIH07XHJcbiAgICB9KTtcclxuICB9XHJcbn1cclxuIl19
@@ -46,9 +46,9 @@ export class AXInfiniteScrollerDirective {
46
46
  //.subscribe((data) => { console.log(data) }, (err) => console.log(err));
47
47
  }
48
48
  }
49
- AXInfiniteScrollerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXInfiniteScrollerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
50
- AXInfiniteScrollerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: AXInfiniteScrollerDirective, selector: "[axInfiniteScroller]", inputs: { scrollCallback: "scrollCallback", immediateCallback: "immediateCallback", scrollPercent: "scrollPercent" }, ngImport: i0 });
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXInfiniteScrollerDirective, decorators: [{
49
+ AXInfiniteScrollerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXInfiniteScrollerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
50
+ AXInfiniteScrollerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.2", type: AXInfiniteScrollerDirective, selector: "[axInfiniteScroller]", inputs: { scrollCallback: "scrollCallback", immediateCallback: "immediateCallback", scrollPercent: "scrollPercent" }, ngImport: i0 });
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXInfiniteScrollerDirective, decorators: [{
52
52
  type: Directive,
53
53
  args: [{
54
54
  selector: '[axInfiniteScroller]'
@@ -82,9 +82,9 @@ export class AXOverlayService {
82
82
  };
83
83
  }
84
84
  }
85
- AXOverlayService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXOverlayService, deps: [{ token: i1.DynamicOverlay }, { token: i2.Overlay }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable });
86
- AXOverlayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXOverlayService, providedIn: 'root' });
87
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXOverlayService, decorators: [{
85
+ AXOverlayService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXOverlayService, deps: [{ token: i1.DynamicOverlay }, { token: i2.Overlay }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable });
86
+ AXOverlayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXOverlayService, providedIn: 'root' });
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXOverlayService, decorators: [{
88
88
  type: Injectable,
89
89
  args: [{ providedIn: 'root' }]
90
90
  }], ctorParameters: function () { return [{ type: i1.DynamicOverlay }, { type: i2.Overlay }, { type: i0.ApplicationRef }]; } });
@@ -25,9 +25,9 @@ export class AXResponsiveDirective {
25
25
  this._observer.unobserve(this._elementRef.nativeElement);
26
26
  }
27
27
  }
28
- AXResponsiveDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXResponsiveDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
29
- AXResponsiveDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.2", type: AXResponsiveDirective, selector: "[ax-responsive]", ngImport: i0 });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXResponsiveDirective, decorators: [{
28
+ AXResponsiveDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXResponsiveDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
29
+ AXResponsiveDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.2", type: AXResponsiveDirective, selector: "[ax-responsive]", ngImport: i0 });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXResponsiveDirective, decorators: [{
31
31
  type: Directive,
32
32
  args: [{ selector: '[ax-responsive]' }]
33
33
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
@@ -228,9 +228,9 @@ export class AXContextMenuComponent extends AXBaseMenuMixin {
228
228
  this.onMenuItemClick.emit(e);
229
229
  }
230
230
  }
231
- AXContextMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXContextMenuComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i0.ViewContainerRef }, { token: i2.AXPlatform }], target: i0.ɵɵFactoryTarget.Component });
232
- AXContextMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXContextMenuComponent, selector: "ax-context-menu", inputs: { disabled: "disabled", textField: "textField", valueField: "valueField", items: "items", parentId: "parentId", iconField: "iconField", isOpen: "isOpen", isActive: "isActive", visibleField: "visibleField", disableField: "disableField", hasChildField: "hasChildField", dividerField: "dividerField", openMode: "openMode", orientation: "orientation", target: "target" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", onMenuItemClick: "onMenuItemClick" }, viewQueries: [{ propertyName: "_contextTemplate", first: true, predicate: ["contextTemplate"], descendants: true }, { propertyName: "_menuTmp", first: true, predicate: ["menuTmp"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-template #contextTemplateRef>\r\n <ng-container *ngIf=\"contextTemplate else menuTmp\">\r\n <div class=\"ax-context-menu\">\r\n <ng-container *ngTemplateOutlet=\"contextTemplate\">\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n</ng-template>\r\n\r\n\r\n<ng-template #menuTmp>\r\n <ax-menu class=\"ax-context-menu\" orientation=\"vertical\" openMode=\"hover\" [items]='items'\r\n [disableField]=\"disableField\" [hasChildField]=\"hasChildField\" [textField]=\"textField\" [iconField]=\"iconField\"\r\n [valueField]=\"valueField\" [dividerField]=\"dividerField\" (onMenuItemClick)='onContextMenuClick($event)'>\r\n </ax-menu>\r\n</ng-template>", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i4.AXMenuComponent, selector: "ax-menu", inputs: ["disabled", "tabIndex", "textField", "valueField", "items", "parentId", "iconField", "tooltip", "isOpen", "isActive", "visibleField", "disableField", "hasChildField", "dividerField", "openMode", "orientation", "showModal"], outputs: ["onBlur", "onFocus", "onMenuItemClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
233
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXContextMenuComponent, decorators: [{
231
+ AXContextMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXContextMenuComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i0.ViewContainerRef }, { token: i2.AXPlatform }], target: i0.ɵɵFactoryTarget.Component });
232
+ AXContextMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXContextMenuComponent, selector: "ax-context-menu", inputs: { disabled: "disabled", textField: "textField", valueField: "valueField", items: "items", parentId: "parentId", iconField: "iconField", isOpen: "isOpen", isActive: "isActive", visibleField: "visibleField", disableField: "disableField", hasChildField: "hasChildField", dividerField: "dividerField", openMode: "openMode", orientation: "orientation", target: "target" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", onMenuItemClick: "onMenuItemClick" }, viewQueries: [{ propertyName: "_contextTemplate", first: true, predicate: ["contextTemplate"], descendants: true }, { propertyName: "_menuTmp", first: true, predicate: ["menuTmp"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-template #contextTemplateRef>\r\n <ng-container *ngIf=\"contextTemplate else menuTmp\">\r\n <div class=\"ax-context-menu\">\r\n <ng-container *ngTemplateOutlet=\"contextTemplate\">\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n</ng-template>\r\n\r\n\r\n<ng-template #menuTmp>\r\n <ax-menu class=\"ax-context-menu\" orientation=\"vertical\" openMode=\"hover\" [items]='items'\r\n [disableField]=\"disableField\" [hasChildField]=\"hasChildField\" [textField]=\"textField\" [iconField]=\"iconField\"\r\n [valueField]=\"valueField\" [dividerField]=\"dividerField\" (onMenuItemClick)='onContextMenuClick($event)'>\r\n </ax-menu>\r\n</ng-template>", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i4.AXMenuComponent, selector: "ax-menu", inputs: ["disabled", "tabIndex", "textField", "valueField", "items", "parentId", "iconField", "tooltip", "isOpen", "isActive", "visibleField", "disableField", "hasChildField", "dividerField", "openMode", "orientation", "showModal"], outputs: ["onBlur", "onFocus", "onMenuItemClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
233
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXContextMenuComponent, decorators: [{
234
234
  type: Component,
235
235
  args: [{ selector: 'ax-context-menu', inputs: [
236
236
  'disabled',
@@ -17,14 +17,14 @@ const MODULES = [
17
17
  ];
18
18
  export class AXContextMenuModule {
19
19
  }
20
- AXContextMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXContextMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
21
- AXContextMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.2", ngImport: i0, type: AXContextMenuModule, declarations: [AXContextMenuComponent], imports: [CommonModule, AXDecoratorModule,
20
+ AXContextMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXContextMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
21
+ AXContextMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: AXContextMenuModule, declarations: [AXContextMenuComponent], imports: [CommonModule, AXDecoratorModule,
22
22
  AXLoadingModule,
23
23
  AXTranslationModule,
24
24
  OverlayModule,
25
25
  AXMenuModule], exports: [AXContextMenuComponent] });
26
- AXContextMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXContextMenuModule, imports: [CommonModule, MODULES] });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXContextMenuModule, decorators: [{
26
+ AXContextMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXContextMenuModule, imports: [CommonModule, MODULES] });
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXContextMenuModule, decorators: [{
28
28
  type: NgModule,
29
29
  args: [{
30
30
  declarations: [...COMPONENT],
@@ -17,9 +17,9 @@ export class AXPagerStateChangedEvent extends AXPagerPageChangedEvent {
17
17
  }
18
18
  export class AXPagerComponent {
19
19
  }
20
- AXPagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXPagerComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
21
- AXPagerComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXPagerComponent });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXPagerComponent, decorators: [{
20
+ AXPagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXPagerComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
21
+ AXPagerComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXPagerComponent });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXPagerComponent, decorators: [{
23
23
  type: Injectable
24
24
  }] });
25
25
  export class AXDataPagerChild extends AXInteractiveComponenetMixin {
@@ -27,9 +27,9 @@ export class AXDataPagerChild extends AXInteractiveComponenetMixin {
27
27
  super(...args);
28
28
  }
29
29
  }
30
- AXDataPagerChild.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDataPagerChild, deps: [{ token: Array }], target: i0.ɵɵFactoryTarget.Injectable });
31
- AXDataPagerChild.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDataPagerChild });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDataPagerChild, decorators: [{
30
+ AXDataPagerChild.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDataPagerChild, deps: [{ token: Array }], target: i0.ɵɵFactoryTarget.Injectable });
31
+ AXDataPagerChild.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDataPagerChild });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDataPagerChild, decorators: [{
33
33
  type: Injectable
34
34
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
35
35
  type: Inject,
@@ -32,11 +32,11 @@ export class AXDataPagerInfoComponent extends AXDataPagerChild {
32
32
  }
33
33
  }
34
34
  }
35
- AXDataPagerInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDataPagerInfoComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: AXPagerComponent }], target: i0.ɵɵFactoryTarget.Component });
36
- AXDataPagerInfoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXDataPagerInfoComponent, selector: "ax-data-pager-info", inputs: { text: "text" }, host: { classAttribute: "ax-data-pager-info" }, providers: [
35
+ AXDataPagerInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDataPagerInfoComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: AXPagerComponent }], target: i0.ɵɵFactoryTarget.Component });
36
+ AXDataPagerInfoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXDataPagerInfoComponent, selector: "ax-data-pager-info", inputs: { text: "text" }, host: { classAttribute: "ax-data-pager-info" }, providers: [
37
37
  { provide: AXDataPagerChild, useExisting: AXDataPagerInfoComponent },
38
38
  ], usesInheritance: true, ngImport: i0, template: `{{ _textFormatted }}`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDataPagerInfoComponent, decorators: [{
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDataPagerInfoComponent, decorators: [{
40
40
  type: Component,
41
41
  args: [{
42
42
  selector: 'ax-data-pager-info',
@@ -25,13 +25,13 @@ export class AXDataPagerInputSelectorComponent extends AXDataPagerChild {
25
25
  this._parent.goToPage(e.value);
26
26
  }
27
27
  }
28
- AXDataPagerInputSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDataPagerInputSelectorComponent, deps: [{ token: i0.ElementRef }, { token: AXPagerComponent }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
29
- AXDataPagerInputSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXDataPagerInputSelectorComponent, selector: "ax-data-pager-input-selector", providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerInputSelectorComponent }], usesInheritance: true, ngImport: i0, template: `
28
+ AXDataPagerInputSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDataPagerInputSelectorComponent, deps: [{ token: i0.ElementRef }, { token: AXPagerComponent }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
29
+ AXDataPagerInputSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXDataPagerInputSelectorComponent, selector: "ax-data-pager-input-selector", providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerInputSelectorComponent }], usesInheritance: true, ngImport: i0, template: `
30
30
  <ax-number-box [value]="_currentPage" class="ax-sm !ax-text-sm !ax-text-center" (onValueChanged)="_handleValueChanged($event)" [showSpinButtons]="false"
31
31
  [minValue]="1" [maxValue]="_totalPages" allowNull="false">
32
32
  </ax-number-box>
33
33
  `, isInline: true, dependencies: [{ kind: "component", type: i1.AXNumberBoxComponent, selector: "ax-number-box", inputs: ["disabled", "readonly", "tabIndex", "size", "value", "placeholder", "maxLength", "allowNull", "type", "autoComplete", "name", "checked", "thousandsSeparator", "padDecimalZeros", "step", "decimals", "decimalStep", "showSpinButtons", "minValue", "maxValue"], outputs: ["valueChange", "onValueChanged", "onBlur", "onFocus"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXDataPagerInputSelectorComponent, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXDataPagerInputSelectorComponent, decorators: [{
35
35
  type: Component,
36
36
  args: [{
37
37
  selector: 'ax-data-pager-input-selector',