@acorex/components 7.1.2 → 7.1.5

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 (399) hide show
  1. package/README.md +24 -24
  2. package/action-sheet/public-api.d.ts +1 -0
  3. package/action-sheet/src/action-sheet.component.d.ts +8 -11
  4. package/alert/src/alert.component.d.ts +15 -47
  5. package/avatar/src/avatar.component.d.ts +8 -11
  6. package/badge/src/badge.component.d.ts +4 -35
  7. package/breadcrumbs/src/breadcrumbs-item.component.d.ts +8 -6
  8. package/breadcrumbs/src/breadcrumbs.component.d.ts +4 -8
  9. package/button/src/button-group.component.d.ts +6 -6
  10. package/button/src/button-item.component.d.ts +7 -9
  11. package/chips/src/chips.component.d.ts +6 -6
  12. package/color-picker/src/color-picker.component.d.ts +21 -16
  13. package/common/src/components/base-component.class.d.ts +7 -2
  14. package/date-picker/src/datepicker.component.d.ts +17 -132
  15. package/esm2022/action-sheet/public-api.mjs +2 -1
  16. package/esm2022/action-sheet/src/action-sheet.component.mjs +15 -21
  17. package/esm2022/action-sheet/src/action-sheet.interface.mjs +1 -1
  18. package/esm2022/action-sheet/src/action-sheet.module.mjs +5 -5
  19. package/esm2022/action-sheet/src/action-sheet.service.mjs +4 -8
  20. package/esm2022/alert/public-api.mjs +1 -1
  21. package/esm2022/alert/src/alert.component.mjs +52 -50
  22. package/esm2022/alert/src/alert.module.mjs +5 -5
  23. package/esm2022/avatar/public-api.mjs +1 -1
  24. package/esm2022/avatar/src/avatar-group.component.mjs +4 -4
  25. package/esm2022/avatar/src/avatar.component.mjs +11 -20
  26. package/esm2022/avatar/src/avatar.module.mjs +5 -5
  27. package/esm2022/badge/public-api.mjs +1 -1
  28. package/esm2022/badge/src/badge.component.mjs +9 -14
  29. package/esm2022/badge/src/badge.module.mjs +5 -5
  30. package/esm2022/breadcrumbs/public-api.mjs +1 -1
  31. package/esm2022/breadcrumbs/src/breadcrumbs-item.class.mjs +1 -1
  32. package/esm2022/breadcrumbs/src/breadcrumbs-item.component.mjs +5 -5
  33. package/esm2022/breadcrumbs/src/breadcrumbs.component.mjs +8 -14
  34. package/esm2022/breadcrumbs/src/breadcrumbs.module.mjs +5 -5
  35. package/esm2022/button/public-api.mjs +1 -1
  36. package/esm2022/button/src/button-group.component.mjs +4 -4
  37. package/esm2022/button/src/button-item.class.mjs +1 -1
  38. package/esm2022/button/src/button-item.component.mjs +13 -13
  39. package/esm2022/button/src/button.component.mjs +6 -6
  40. package/esm2022/button/src/button.module.mjs +5 -5
  41. package/esm2022/calendar/public-api.mjs +1 -1
  42. package/esm2022/calendar/src/calendar-range.component.mjs +20 -21
  43. package/esm2022/calendar/src/calendar.class.mjs +7 -7
  44. package/esm2022/calendar/src/calendar.component.mjs +5 -5
  45. package/esm2022/calendar/src/calendar.module.mjs +5 -5
  46. package/esm2022/card/public-api.mjs +1 -1
  47. package/esm2022/card/src/card.component.mjs +5 -5
  48. package/esm2022/card/src/card.module.mjs +5 -5
  49. package/esm2022/checkbox/public-api.mjs +1 -1
  50. package/esm2022/checkbox/src/checkbox.component.mjs +5 -5
  51. package/esm2022/checkbox/src/checkbox.module.mjs +5 -5
  52. package/esm2022/chips/public-api.mjs +1 -1
  53. package/esm2022/chips/src/chips.component.mjs +5 -5
  54. package/esm2022/chips/src/chips.module.mjs +5 -5
  55. package/esm2022/collapse/public-api.mjs +1 -1
  56. package/esm2022/collapse/src/collapse-group.component.mjs +4 -4
  57. package/esm2022/collapse/src/collapse.component.mjs +5 -5
  58. package/esm2022/collapse/src/collapse.module.mjs +5 -5
  59. package/esm2022/color-palette/public-api.mjs +1 -1
  60. package/esm2022/color-palette/src/color-palette-input.component.mjs +6 -6
  61. package/esm2022/color-palette/src/color-palette-picker.component.mjs +6 -6
  62. package/esm2022/color-palette/src/color-palette-preview.component.mjs +10 -10
  63. package/esm2022/color-palette/src/color-palette-swatches.component.mjs +14 -14
  64. package/esm2022/color-palette/src/color-palette.class.mjs +7 -7
  65. package/esm2022/color-palette/src/color-palette.component.mjs +6 -6
  66. package/esm2022/color-palette/src/color-palette.module.mjs +5 -5
  67. package/esm2022/color-picker/public-api.mjs +1 -1
  68. package/esm2022/color-picker/src/color-picker.component.mjs +5 -5
  69. package/esm2022/color-picker/src/color-picker.module.mjs +5 -5
  70. package/esm2022/common/public-api.mjs +1 -1
  71. package/esm2022/common/src/classes/components.class.mjs +19 -19
  72. package/esm2022/common/src/classes/data.class.mjs +1 -1
  73. package/esm2022/common/src/classes/drawing.class.mjs +1 -1
  74. package/esm2022/common/src/classes/events.class.mjs +1 -1
  75. package/esm2022/common/src/classes/styles.class.mjs +1 -1
  76. package/esm2022/common/src/common.module.mjs +5 -5
  77. package/esm2022/common/src/components/base-component.class.mjs +14 -3
  78. package/esm2022/common/src/components/button-base-component.class.mjs +1 -1
  79. package/esm2022/common/src/components/color-component.class.mjs +1 -1
  80. package/esm2022/common/src/components/colorlook-component.class.mjs +1 -1
  81. package/esm2022/common/src/components/index.mjs +1 -1
  82. package/esm2022/common/src/components/interactive-component.class.mjs +1 -1
  83. package/esm2022/common/src/components/look-component.class.mjs +1 -1
  84. package/esm2022/common/src/components/value-component.class.mjs +4 -5
  85. package/esm2022/common/src/constant/positions.mjs +1 -1
  86. package/esm2022/common/src/directives/auto-focus.directive.mjs +4 -4
  87. package/esm2022/common/src/directives/debounce-time.directive.mjs +4 -4
  88. package/esm2022/common/src/directives/hotkey.directive.mjs +4 -4
  89. package/esm2022/common/src/directives/infinite-scroll.directive.mjs +4 -4
  90. package/esm2022/common/src/directives/responsive.directive.mjs +4 -4
  91. package/esm2022/common/src/services/custom-cdk-overlay.service.mjs +7 -7
  92. package/esm2022/common/src/services/hotkey.service.mjs +4 -4
  93. package/esm2022/common/src/services/overlay.service.mjs +4 -4
  94. package/esm2022/context-menu/public-api.mjs +1 -1
  95. package/esm2022/context-menu/src/context-menu.component.mjs +5 -5
  96. package/esm2022/context-menu/src/context-menu.module.mjs +5 -5
  97. package/esm2022/data-pager/public-api.mjs +1 -1
  98. package/esm2022/data-pager/src/data-pager-base.component.mjs +7 -7
  99. package/esm2022/data-pager/src/data-pager-info.component.mjs +4 -4
  100. package/esm2022/data-pager/src/data-pager-input-selector.component.mjs +11 -11
  101. package/esm2022/data-pager/src/data-pager-next-buttons.components.mjs +19 -19
  102. package/esm2022/data-pager/src/data-pager-numeric-selector.component.mjs +29 -29
  103. package/esm2022/data-pager/src/data-pager-pagesize-dropdown.component.mjs +25 -25
  104. package/esm2022/data-pager/src/data-pager-prev-buttons.component.mjs +17 -17
  105. package/esm2022/data-pager/src/data-pager.component.mjs +5 -5
  106. package/esm2022/data-pager/src/data-pager.module.mjs +5 -5
  107. package/esm2022/data-table/public-api.mjs +1 -1
  108. package/esm2022/data-table/src/data-column-cell-template.directive.mjs +4 -4
  109. package/esm2022/data-table/src/data-column.directive.mjs +4 -4
  110. package/esm2022/data-table/src/data-table.component.mjs +5 -5
  111. package/esm2022/data-table/src/data-table.module.mjs +5 -5
  112. package/esm2022/date-picker/public-api.mjs +1 -1
  113. package/esm2022/date-picker/src/datepicker.component.mjs +38 -152
  114. package/esm2022/date-picker/src/datepicker.module.mjs +5 -5
  115. package/esm2022/decorators/public-api.mjs +1 -1
  116. package/esm2022/decorators/src/close-button.component.mjs +11 -11
  117. package/esm2022/decorators/src/content.component.mjs +4 -4
  118. package/esm2022/decorators/src/decorators.module.mjs +5 -5
  119. package/esm2022/decorators/src/footer.component.mjs +11 -11
  120. package/esm2022/decorators/src/form-hint.component.mjs +4 -4
  121. package/esm2022/decorators/src/header.component.mjs +11 -11
  122. package/esm2022/decorators/src/icon.component.mjs +4 -4
  123. package/esm2022/decorators/src/overlay.component.mjs +4 -4
  124. package/esm2022/decorators/src/placeholder.component.mjs +4 -4
  125. package/esm2022/decorators/src/prefix.component.mjs +4 -4
  126. package/esm2022/decorators/src/sub-title.component.mjs +5 -5
  127. package/esm2022/decorators/src/suffix.component.mjs +4 -4
  128. package/esm2022/decorators/src/text.component.mjs +4 -4
  129. package/esm2022/decorators/src/title.component.mjs +4 -4
  130. package/esm2022/dialog/public-api.mjs +1 -1
  131. package/esm2022/dialog/src/dialog.class.mjs +1 -1
  132. package/esm2022/dialog/src/dialog.component.mjs +5 -5
  133. package/esm2022/dialog/src/dialog.module.mjs +5 -5
  134. package/esm2022/dialog/src/dialog.service.mjs +4 -4
  135. package/esm2022/drawer/public-api.mjs +1 -1
  136. package/esm2022/drawer/src/drawer-container.component.mjs +11 -11
  137. package/esm2022/drawer/src/drawer.component.mjs +10 -10
  138. package/esm2022/drawer/src/drawer.module.mjs +5 -5
  139. package/esm2022/dropdown/public-api.mjs +1 -1
  140. package/esm2022/dropdown/src/dropdown-panel.component.mjs +5 -5
  141. package/esm2022/dropdown/src/dropdown.module.mjs +5 -5
  142. package/esm2022/form/public-api.mjs +1 -1
  143. package/esm2022/form/src/form-field.component.mjs +4 -4
  144. package/esm2022/form/src/form.component.mjs +4 -4
  145. package/esm2022/form/src/form.module.mjs +5 -5
  146. package/esm2022/form/src/validation-rule.widget.mjs +4 -4
  147. package/esm2022/form/src/validation-summary.component.mjs +32 -32
  148. package/esm2022/form/src/validation.class.mjs +1 -1
  149. package/esm2022/image/public-api.mjs +1 -1
  150. package/esm2022/image/src/image.component.mjs +5 -5
  151. package/esm2022/image/src/image.module.mjs +5 -5
  152. package/esm2022/label/public-api.mjs +1 -1
  153. package/esm2022/label/src/label.component.mjs +5 -5
  154. package/esm2022/label/src/label.module.mjs +5 -5
  155. package/esm2022/loading/public-api.mjs +1 -1
  156. package/esm2022/loading/src/loading-spinner.component.mjs +55 -55
  157. package/esm2022/loading/src/loading.component.mjs +13 -13
  158. package/esm2022/loading/src/loading.directive.mjs +4 -4
  159. package/esm2022/loading/src/loading.module.mjs +5 -5
  160. package/esm2022/loading/src/loading.service.mjs +4 -4
  161. package/esm2022/menu/public-api.mjs +1 -1
  162. package/esm2022/menu/src/menu.component.mjs +5 -5
  163. package/esm2022/menu/src/menu.module.mjs +5 -5
  164. package/esm2022/mixin/public-api.mjs +1 -1
  165. package/esm2022/mixin/src/base-components.class.mjs +4 -4
  166. package/esm2022/mixin/src/base-menu-mixin.class.mjs +1 -1
  167. package/esm2022/mixin/src/button-mixin.class.mjs +1 -1
  168. package/esm2022/mixin/src/clickable-mixin.class.mjs +1 -1
  169. package/esm2022/mixin/src/color-look-mixing.class.mjs +1 -1
  170. package/esm2022/mixin/src/constratctor.mjs +1 -1
  171. package/esm2022/mixin/src/datalist-component.class.mjs +1 -1
  172. package/esm2022/mixin/src/datalist.class.mjs +1 -1
  173. package/esm2022/mixin/src/dropdown-mixin.class.mjs +1 -1
  174. package/esm2022/mixin/src/interactive-mixin.class.mjs +1 -1
  175. package/esm2022/mixin/src/loading-mixin.class.mjs +1 -1
  176. package/esm2022/mixin/src/mixin.class.mjs +1 -1
  177. package/esm2022/mixin/src/page-component.class.mjs +1 -1
  178. package/esm2022/mixin/src/selection-component.class.mjs +9 -16
  179. package/esm2022/mixin/src/sizable-mixin.class.mjs +1 -1
  180. package/esm2022/mixin/src/textbox-mixin.class.mjs +1 -1
  181. package/esm2022/mixin/src/value-mixin.class.mjs +1 -1
  182. package/esm2022/notification/public-api.mjs +1 -1
  183. package/esm2022/notification/src/notification.class.mjs +1 -1
  184. package/esm2022/notification/src/notification.component.mjs +6 -6
  185. package/esm2022/notification/src/notification.module.mjs +5 -5
  186. package/esm2022/notification/src/notification.service.mjs +4 -4
  187. package/esm2022/number-box/public-api.mjs +1 -1
  188. package/esm2022/number-box/src/number-box.component.mjs +5 -5
  189. package/esm2022/number-box/src/number-box.module.mjs +5 -5
  190. package/esm2022/page/public-api.mjs +1 -1
  191. package/esm2022/page/src/base-page.class.mjs +4 -4
  192. package/esm2022/page/src/page.component.mjs +4 -4
  193. package/esm2022/page/src/page.module.mjs +5 -5
  194. package/esm2022/password-box/public-api.mjs +1 -1
  195. package/esm2022/password-box/src/password-box.component.mjs +5 -5
  196. package/esm2022/password-box/src/password-box.module.mjs +5 -5
  197. package/esm2022/picker/public-api.mjs +1 -1
  198. package/esm2022/picker/src/picker-column.component.mjs +5 -5
  199. package/esm2022/picker/src/picker.component.mjs +5 -5
  200. package/esm2022/picker/src/picker.module.mjs +5 -5
  201. package/esm2022/popover/public-api.mjs +2 -1
  202. package/esm2022/popover/src/dropdown-component.class.mjs +72 -0
  203. package/esm2022/popover/src/popover.component.mjs +29 -36
  204. package/esm2022/popover/src/popover.module.mjs +5 -5
  205. package/esm2022/popup/public-api.mjs +1 -1
  206. package/esm2022/popup/src/popup.component.mjs +5 -5
  207. package/esm2022/popup/src/popup.module.mjs +5 -5
  208. package/esm2022/popup/src/popup.service.mjs +4 -4
  209. package/esm2022/progress-bar/public-api.mjs +1 -1
  210. package/esm2022/progress-bar/src/progress-bar.component.mjs +5 -5
  211. package/esm2022/progress-bar/src/progress-bar.module.mjs +5 -5
  212. package/esm2022/public-api.mjs +1 -1
  213. package/esm2022/radio/public-api.mjs +1 -1
  214. package/esm2022/radio/src/radio.component.mjs +5 -5
  215. package/esm2022/radio/src/radio.module.mjs +5 -5
  216. package/esm2022/range-slider/public-api.mjs +1 -1
  217. package/esm2022/range-slider/src/range-slider.component.mjs +4 -4
  218. package/esm2022/range-slider/src/range-slider.module.mjs +5 -5
  219. package/esm2022/rating/public-api.mjs +1 -1
  220. package/esm2022/rating/src/rating.component.mjs +5 -5
  221. package/esm2022/rating/src/rating.component.module.mjs +5 -5
  222. package/esm2022/result/public-api.mjs +1 -1
  223. package/esm2022/result/src/result.component.mjs +5 -5
  224. package/esm2022/result/src/result.module.mjs +5 -5
  225. package/esm2022/search-box/public-api.mjs +1 -1
  226. package/esm2022/search-box/src/search-box.component.mjs +5 -5
  227. package/esm2022/search-box/src/search-box.module.mjs +5 -5
  228. package/esm2022/select-box/public-api.mjs +1 -1
  229. package/esm2022/select-box/src/selectbox.component.mjs +6 -6
  230. package/esm2022/select-box/src/selectbox.module.mjs +5 -5
  231. package/esm2022/selection-list/public-api.mjs +1 -1
  232. package/esm2022/selection-list/src/selection-list.component.mjs +5 -5
  233. package/esm2022/selection-list/src/selection-list.module.mjs +5 -5
  234. package/esm2022/switch/public-api.mjs +1 -1
  235. package/esm2022/switch/src/switch-content.component.mjs +4 -4
  236. package/esm2022/switch/src/switch.component.mjs +5 -5
  237. package/esm2022/switch/src/switch.module.mjs +5 -5
  238. package/esm2022/tabs/public-api.mjs +1 -1
  239. package/esm2022/tabs/src/tab-content.directive.mjs +4 -4
  240. package/esm2022/tabs/src/tab-item.component.mjs +53 -53
  241. package/esm2022/tabs/src/tabs.class.mjs +1 -1
  242. package/esm2022/tabs/src/tabs.component.mjs +11 -11
  243. package/esm2022/tabs/src/tabs.module.mjs +5 -5
  244. package/esm2022/tag/public-api.mjs +1 -1
  245. package/esm2022/tag/src/tag.component.mjs +5 -5
  246. package/esm2022/tag/src/tag.module.mjs +5 -5
  247. package/esm2022/textarea/public-api.mjs +1 -1
  248. package/esm2022/textarea/src/textarea.component.mjs +5 -5
  249. package/esm2022/textarea/src/textarea.module.mjs +5 -5
  250. package/esm2022/textbox/public-api.mjs +1 -1
  251. package/esm2022/textbox/src/mask-options.directive.mjs +4 -4
  252. package/esm2022/textbox/src/textbox.component.mjs +6 -6
  253. package/esm2022/textbox/src/textbox.module.mjs +5 -5
  254. package/esm2022/time-box/public-api.mjs +1 -1
  255. package/esm2022/time-box/src/time-box.component.mjs +17 -25
  256. package/esm2022/time-box/src/time-box.module.mjs +5 -5
  257. package/esm2022/toast/public-api.mjs +1 -1
  258. package/esm2022/toast/src/toast.class.mjs +1 -1
  259. package/esm2022/toast/src/toast.component.mjs +5 -5
  260. package/esm2022/toast/src/toast.module.mjs +5 -5
  261. package/esm2022/toast/src/toast.service.mjs +4 -4
  262. package/esm2022/tooltip/public-api.mjs +1 -1
  263. package/esm2022/tooltip/src/tooltip.component.mjs +5 -5
  264. package/esm2022/tooltip/src/tooltip.directive.mjs +4 -4
  265. package/esm2022/tooltip/src/tooltip.module.mjs +5 -5
  266. package/esm2022/tree-view/public-api.mjs +1 -1
  267. package/esm2022/tree-view/src/tree-view.component.mjs +5 -5
  268. package/esm2022/tree-view/src/tree-view.module.mjs +5 -5
  269. package/esm2022/uploader/public-api.mjs +1 -1
  270. package/esm2022/uploader/src/uploader.component.mjs +5 -5
  271. package/esm2022/uploader/src/uploader.module.mjs +5 -5
  272. package/fesm2022/acorex-components-action-sheet.mjs +23 -31
  273. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  274. package/fesm2022/acorex-components-alert.mjs +56 -54
  275. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  276. package/fesm2022/acorex-components-avatar.mjs +17 -26
  277. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  278. package/fesm2022/acorex-components-badge.mjs +13 -18
  279. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  280. package/fesm2022/acorex-components-breadcrumbs.mjs +16 -21
  281. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  282. package/fesm2022/acorex-components-button.mjs +24 -24
  283. package/fesm2022/acorex-components-button.mjs.map +1 -1
  284. package/fesm2022/acorex-components-calendar.mjs +33 -34
  285. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  286. package/fesm2022/acorex-components-card.mjs +8 -8
  287. package/fesm2022/acorex-components-card.mjs.map +1 -1
  288. package/fesm2022/acorex-components-checkbox.mjs +8 -8
  289. package/fesm2022/acorex-components-checkbox.mjs.map +1 -1
  290. package/fesm2022/acorex-components-chips.mjs +8 -8
  291. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  292. package/fesm2022/acorex-components-collapse.mjs +11 -11
  293. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  294. package/fesm2022/acorex-components-color-palette.mjs +47 -47
  295. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  296. package/fesm2022/acorex-components-color-picker.mjs +8 -8
  297. package/fesm2022/acorex-components-color-picker.mjs.map +1 -1
  298. package/fesm2022/acorex-components-common.mjs +62 -54
  299. package/fesm2022/acorex-components-common.mjs.map +1 -1
  300. package/fesm2022/acorex-components-context-menu.mjs +8 -8
  301. package/fesm2022/acorex-components-context-menu.mjs.map +1 -1
  302. package/fesm2022/acorex-components-data-pager.mjs +113 -113
  303. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  304. package/fesm2022/acorex-components-data-table.mjs +14 -14
  305. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  306. package/fesm2022/acorex-components-date-picker.mjs +42 -156
  307. package/fesm2022/acorex-components-date-picker.mjs.map +1 -1
  308. package/fesm2022/acorex-components-decorators.mjs +65 -65
  309. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  310. package/fesm2022/acorex-components-dialog.mjs +11 -11
  311. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  312. package/fesm2022/acorex-components-drawer.mjs +23 -23
  313. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  314. package/fesm2022/acorex-components-dropdown.mjs +8 -8
  315. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  316. package/fesm2022/acorex-components-form.mjs +44 -44
  317. package/fesm2022/acorex-components-form.mjs.map +1 -1
  318. package/fesm2022/acorex-components-image.mjs +8 -8
  319. package/fesm2022/acorex-components-image.mjs.map +1 -1
  320. package/fesm2022/acorex-components-label.mjs +8 -8
  321. package/fesm2022/acorex-components-label.mjs.map +1 -1
  322. package/fesm2022/acorex-components-loading.mjs +76 -76
  323. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  324. package/fesm2022/acorex-components-menu.mjs +8 -8
  325. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  326. package/fesm2022/acorex-components-mixin.mjs +11 -18
  327. package/fesm2022/acorex-components-mixin.mjs.map +1 -1
  328. package/fesm2022/acorex-components-notification.mjs +12 -12
  329. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  330. package/fesm2022/acorex-components-number-box.mjs +8 -8
  331. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  332. package/fesm2022/acorex-components-page.mjs +10 -10
  333. package/fesm2022/acorex-components-page.mjs.map +1 -1
  334. package/fesm2022/acorex-components-password-box.mjs +8 -8
  335. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  336. package/fesm2022/acorex-components-picker.mjs +12 -12
  337. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  338. package/fesm2022/acorex-components-popover.mjs +101 -40
  339. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  340. package/fesm2022/acorex-components-popup.mjs +11 -11
  341. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  342. package/fesm2022/acorex-components-progress-bar.mjs +8 -8
  343. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  344. package/fesm2022/acorex-components-radio.mjs +8 -8
  345. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  346. package/fesm2022/acorex-components-range-slider.mjs +7 -7
  347. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  348. package/fesm2022/acorex-components-rating.mjs +8 -8
  349. package/fesm2022/acorex-components-rating.mjs.map +1 -1
  350. package/fesm2022/acorex-components-result.mjs +8 -8
  351. package/fesm2022/acorex-components-result.mjs.map +1 -1
  352. package/fesm2022/acorex-components-search-box.mjs +8 -8
  353. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  354. package/fesm2022/acorex-components-select-box.mjs +9 -9
  355. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  356. package/fesm2022/acorex-components-selection-list.mjs +8 -8
  357. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  358. package/fesm2022/acorex-components-switch.mjs +11 -11
  359. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  360. package/fesm2022/acorex-components-tabs.mjs +69 -69
  361. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  362. package/fesm2022/acorex-components-tag.mjs +8 -8
  363. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  364. package/fesm2022/acorex-components-textarea.mjs +8 -8
  365. package/fesm2022/acorex-components-textarea.mjs.map +1 -1
  366. package/fesm2022/acorex-components-textbox.mjs +12 -12
  367. package/fesm2022/acorex-components-textbox.mjs.map +1 -1
  368. package/fesm2022/acorex-components-time-box.mjs +20 -28
  369. package/fesm2022/acorex-components-time-box.mjs.map +1 -1
  370. package/fesm2022/acorex-components-toast.mjs +11 -11
  371. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  372. package/fesm2022/acorex-components-tooltip.mjs +11 -11
  373. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  374. package/fesm2022/acorex-components-tree-view.mjs +8 -8
  375. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  376. package/fesm2022/acorex-components-uploader.mjs +8 -8
  377. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  378. package/fesm2022/acorex-components.mjs.map +1 -1
  379. package/mixin/src/base-components.class.d.ts +2 -2
  380. package/mixin/src/base-menu-mixin.class.d.ts +5 -5
  381. package/mixin/src/button-mixin.class.d.ts +2 -2
  382. package/mixin/src/clickable-mixin.class.d.ts +2 -2
  383. package/mixin/src/color-look-mixing.class.d.ts +2 -2
  384. package/mixin/src/datalist-component.class.d.ts +10 -10
  385. package/mixin/src/dropdown-mixin.class.d.ts +2 -2
  386. package/mixin/src/interactive-mixin.class.d.ts +6 -6
  387. package/mixin/src/loading-mixin.class.d.ts +2 -2
  388. package/mixin/src/mixin.class.d.ts +61 -61
  389. package/mixin/src/page-component.class.d.ts +2 -2
  390. package/mixin/src/selection-component.class.d.ts +4 -4
  391. package/mixin/src/sizable-mixin.class.d.ts +2 -2
  392. package/mixin/src/textbox-mixin.class.d.ts +5 -7
  393. package/mixin/src/value-mixin.class.d.ts +8 -8
  394. package/package.json +17 -17
  395. package/popover/public-api.d.ts +1 -0
  396. package/popover/src/dropdown-component.class.d.ts +17 -0
  397. package/popover/src/popover.component.d.ts +9 -16
  398. package/scss/index.scss +1 -1
  399. package/tabs/src/tab-item.component.d.ts +2 -2
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Injectable, inject, ChangeDetectorRef, ElementRef, EventEmitter, Directive, Host, Self, Optional, Input, Output, Inject, TemplateRef, NgModule } from '@angular/core';
2
+ import { Injectable, inject, ChangeDetectorRef, ElementRef, ViewContainerRef, EventEmitter, Directive, Host, Self, Optional, Input, Output, Inject, TemplateRef, NgModule } from '@angular/core';
3
3
  import { AXHtmlUtil, AXObjectUtil } from '@acorex/core/utils';
4
4
  import { coerceNumberProperty, coerceBooleanProperty } from '@angular/cdk/coercion';
5
5
  import { classes } from 'polytype';
@@ -138,45 +138,45 @@ class AXComponentClosedPromise extends Promise {
138
138
  }
139
139
  }
140
140
  class AXComponent {
141
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
142
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXComponent });
141
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
142
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXComponent });
143
143
  }
144
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXComponent, decorators: [{
144
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXComponent, decorators: [{
145
145
  type: Injectable
146
146
  }] });
147
147
  class AXClosbaleComponent extends AXComponent {
148
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXClosbaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
149
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXClosbaleComponent });
148
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXClosbaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
149
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXClosbaleComponent });
150
150
  }
151
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXClosbaleComponent, decorators: [{
151
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXClosbaleComponent, decorators: [{
152
152
  type: Injectable
153
153
  }] });
154
154
  class AXSearchableComponent extends AXComponent {
155
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXSearchableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
156
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXSearchableComponent });
155
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXSearchableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
156
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXSearchableComponent });
157
157
  }
158
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXSearchableComponent, decorators: [{
158
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXSearchableComponent, decorators: [{
159
159
  type: Injectable
160
160
  }] });
161
161
  class AXValuableComponent extends AXComponent {
162
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXValuableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
163
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXValuableComponent });
162
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXValuableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
163
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXValuableComponent });
164
164
  }
165
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXValuableComponent, decorators: [{
165
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXValuableComponent, decorators: [{
166
166
  type: Injectable
167
167
  }] });
168
168
  class AXFocusableComponent extends AXComponent {
169
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXFocusableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
170
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXFocusableComponent });
169
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXFocusableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
170
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXFocusableComponent });
171
171
  }
172
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXFocusableComponent, decorators: [{
172
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXFocusableComponent, decorators: [{
173
173
  type: Injectable
174
174
  }] });
175
175
  class AXPagedComponent extends AXComponent {
176
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXPagedComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
177
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXPagedComponent });
176
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXPagedComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
177
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXPagedComponent });
178
178
  }
179
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXPagedComponent, decorators: [{
179
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXPagedComponent, decorators: [{
180
180
  type: Injectable
181
181
  }] });
182
182
 
@@ -272,12 +272,16 @@ class MXBaseComponent {
272
272
  id;
273
273
  _cdr = inject(ChangeDetectorRef);
274
274
  _elementRef = inject(ElementRef);
275
+ _viewRef = inject(ViewContainerRef);
275
276
  get cdr() {
276
277
  return this._cdr;
277
278
  }
278
279
  getHostElement() {
279
280
  return this._elementRef.nativeElement;
280
281
  }
282
+ getViewContainer() {
283
+ return this._viewRef;
284
+ }
281
285
  onOptionChanging(option) {
282
286
  return option?.value;
283
287
  }
@@ -320,7 +324,12 @@ class MXBaseComponent {
320
324
  set rtl(value) {
321
325
  this.setOption({ name: "rtl", value });
322
326
  }
327
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: MXBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
328
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: MXBaseComponent });
323
329
  }
330
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: MXBaseComponent, decorators: [{
331
+ type: Injectable
332
+ }] });
324
333
  const BASE_INPUTS = ['rtl'];
325
334
  const BASE_OUTPUT = [];
326
335
 
@@ -597,7 +606,6 @@ class MXValueComponent extends MXBaseComponent {
597
606
  this._checkRequired();
598
607
  }
599
608
  ngOnDestroy() {
600
- debugger;
601
609
  this.onValueChanged?.unsubscribe();
602
610
  this.onOptionChanged?.unsubscribe();
603
611
  }
@@ -700,10 +708,10 @@ class MXValueComponent extends MXBaseComponent {
700
708
  }
701
709
  this.cdr.markForCheck();
702
710
  }
703
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: MXValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
704
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: MXValueComponent });
711
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: MXValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
712
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: MXValueComponent });
705
713
  }
706
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: MXValueComponent, decorators: [{
714
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: MXValueComponent, decorators: [{
707
715
  type: Injectable
708
716
  }] });
709
717
 
@@ -739,10 +747,10 @@ class AXAutoFocusDirective {
739
747
  }, 100);
740
748
  }
741
749
  }
742
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXAutoFocusDirective, deps: [{ token: i0.ElementRef }, { token: AXFocusableComponent, host: true, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive });
743
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: AXAutoFocusDirective, selector: "[axAutoFocus]", inputs: { autoFocus: ["axAutoFocus", "autoFocus"], time: ["focus-time", "time"] }, ngImport: i0 });
750
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXAutoFocusDirective, deps: [{ token: i0.ElementRef }, { token: AXFocusableComponent, host: true, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive });
751
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.1", type: AXAutoFocusDirective, selector: "[axAutoFocus]", inputs: { autoFocus: ["axAutoFocus", "autoFocus"], time: ["focus-time", "time"] }, ngImport: i0 });
744
752
  }
745
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXAutoFocusDirective, decorators: [{
753
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXAutoFocusDirective, decorators: [{
746
754
  type: Directive,
747
755
  args: [{
748
756
  selector: '[axAutoFocus]',
@@ -790,10 +798,10 @@ class AXNgModelChangeDebouncedDirective {
790
798
  this.subscription = this.ngModel.control.valueChanges.pipe(skip(1), // skip initial value
791
799
  distinctUntilChanged(), debounceTime(this.ngModelChangeDebounceTime)).subscribe((value) => this.ngModelChangeDebounced.emit(value));
792
800
  }
793
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXNgModelChangeDebouncedDirective, deps: [{ token: i1.NgModel }], target: i0.ɵɵFactoryTarget.Directive });
794
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: AXNgModelChangeDebouncedDirective, selector: "[ngModelChangeDebounced]", inputs: { ngModelChangeDebounceTime: "ngModelChangeDebounceTime" }, outputs: { ngModelChangeDebounced: "ngModelChangeDebounced", ngModelChangeDebounceTimeChange: "ngModelChangeDebounceTimeChange" }, ngImport: i0 });
801
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXNgModelChangeDebouncedDirective, deps: [{ token: i1.NgModel }], target: i0.ɵɵFactoryTarget.Directive });
802
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.1", type: AXNgModelChangeDebouncedDirective, selector: "[ngModelChangeDebounced]", inputs: { ngModelChangeDebounceTime: "ngModelChangeDebounceTime" }, outputs: { ngModelChangeDebounced: "ngModelChangeDebounced", ngModelChangeDebounceTimeChange: "ngModelChangeDebounceTimeChange" }, ngImport: i0 });
795
803
  }
796
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXNgModelChangeDebouncedDirective, decorators: [{
804
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXNgModelChangeDebouncedDirective, decorators: [{
797
805
  type: Directive,
798
806
  args: [{
799
807
  selector: '[ngModelChangeDebounced]',
@@ -830,10 +838,10 @@ class AXHotkeysService {
830
838
  };
831
839
  });
832
840
  }
833
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXHotkeysService, deps: [{ token: i1$1.EventManager }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
834
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXHotkeysService, providedIn: 'root' });
841
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXHotkeysService, deps: [{ token: i1$1.EventManager }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
842
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXHotkeysService, providedIn: 'root' });
835
843
  }
836
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXHotkeysService, decorators: [{
844
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXHotkeysService, decorators: [{
837
845
  type: Injectable,
838
846
  args: [{ providedIn: 'root' }]
839
847
  }], ctorParameters: function () { return [{ type: i1$1.EventManager }, { type: Document, decorators: [{
@@ -900,10 +908,10 @@ class AXHotkeyDirective {
900
908
  s.unsubscribe();
901
909
  });
902
910
  }
903
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXHotkeyDirective, deps: [{ token: i0.ElementRef }, { token: AXComponent, host: true, optional: true, self: true }, { token: AXHotkeysService }], target: i0.ɵɵFactoryTarget.Directive });
904
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: AXHotkeyDirective, selector: "[hotkey]", inputs: { hotkey: "hotkey" }, ngImport: i0 });
911
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXHotkeyDirective, deps: [{ token: i0.ElementRef }, { token: AXComponent, host: true, optional: true, self: true }, { token: AXHotkeysService }], target: i0.ɵɵFactoryTarget.Directive });
912
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.1", type: AXHotkeyDirective, selector: "[hotkey]", inputs: { hotkey: "hotkey" }, ngImport: i0 });
905
913
  }
906
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXHotkeyDirective, decorators: [{
914
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXHotkeyDirective, decorators: [{
907
915
  type: Directive,
908
916
  args: [{
909
917
  selector: '[hotkey]',
@@ -968,10 +976,10 @@ class AXInfiniteScrollerDirective {
968
976
  isScrollExpectedPercent = (position) => {
969
977
  return ((position.sT + position.cH) / position.sH) > (this.scrollPercent / 100);
970
978
  };
971
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXInfiniteScrollerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
972
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: AXInfiniteScrollerDirective, selector: "[axInfiniteScroller]", inputs: { scrollCallback: "scrollCallback", immediateCallback: "immediateCallback", scrollPercent: "scrollPercent" }, ngImport: i0 });
979
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXInfiniteScrollerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
980
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.1", type: AXInfiniteScrollerDirective, selector: "[axInfiniteScroller]", inputs: { scrollCallback: "scrollCallback", immediateCallback: "immediateCallback", scrollPercent: "scrollPercent" }, ngImport: i0 });
973
981
  }
974
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXInfiniteScrollerDirective, decorators: [{
982
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXInfiniteScrollerDirective, decorators: [{
975
983
  type: Directive,
976
984
  args: [{
977
985
  selector: '[axInfiniteScroller]'
@@ -1009,10 +1017,10 @@ class AXResponsiveDirective {
1009
1017
  this._observer.disconnect();
1010
1018
  this._observer.unobserve(this._elementRef.nativeElement);
1011
1019
  }
1012
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXResponsiveDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1013
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: AXResponsiveDirective, selector: "[ax-responsive]", ngImport: i0 });
1020
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXResponsiveDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1021
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.1", type: AXResponsiveDirective, selector: "[ax-responsive]", ngImport: i0 });
1014
1022
  }
1015
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXResponsiveDirective, decorators: [{
1023
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXResponsiveDirective, decorators: [{
1016
1024
  type: Directive,
1017
1025
  args: [{ selector: '[ax-responsive]' }]
1018
1026
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
@@ -1021,10 +1029,10 @@ class DynamicOverlayContainer extends OverlayContainer {
1021
1029
  setContainerElement(containerElement) {
1022
1030
  this._containerElement = containerElement;
1023
1031
  }
1024
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: DynamicOverlayContainer, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
1025
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: DynamicOverlayContainer, providedIn: 'root' });
1032
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: DynamicOverlayContainer, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
1033
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: DynamicOverlayContainer, providedIn: 'root' });
1026
1034
  }
1027
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: DynamicOverlayContainer, decorators: [{
1035
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: DynamicOverlayContainer, decorators: [{
1028
1036
  type: Injectable,
1029
1037
  args: [{
1030
1038
  providedIn: 'root',
@@ -1046,10 +1054,10 @@ class DynamicOverlay extends Overlay {
1046
1054
  this.setContainerElement(containerElement);
1047
1055
  return super.create(config);
1048
1056
  }
1049
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: DynamicOverlay, deps: [{ token: i1$2.ScrollStrategyOptions }, { token: DynamicOverlayContainer }, { token: i0.ComponentFactoryResolver }, { token: i1$2.OverlayPositionBuilder }, { token: i1$2.OverlayKeyboardDispatcher }, { token: i0.Injector }, { token: i0.NgZone }, { token: DOCUMENT }, { token: i2.Directionality }, { token: i0.RendererFactory2 }, { token: i3.Location }, { token: i1$2.OverlayOutsideClickDispatcher }], target: i0.ɵɵFactoryTarget.Injectable });
1050
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: DynamicOverlay, providedIn: 'root' });
1057
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: DynamicOverlay, deps: [{ token: i1$2.ScrollStrategyOptions }, { token: DynamicOverlayContainer }, { token: i0.ComponentFactoryResolver }, { token: i1$2.OverlayPositionBuilder }, { token: i1$2.OverlayKeyboardDispatcher }, { token: i0.Injector }, { token: i0.NgZone }, { token: DOCUMENT }, { token: i2.Directionality }, { token: i0.RendererFactory2 }, { token: i3.Location }, { token: i1$2.OverlayOutsideClickDispatcher }], target: i0.ɵɵFactoryTarget.Injectable });
1058
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: DynamicOverlay, providedIn: 'root' });
1051
1059
  }
1052
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: DynamicOverlay, decorators: [{
1060
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: DynamicOverlay, decorators: [{
1053
1061
  type: Injectable,
1054
1062
  args: [{
1055
1063
  providedIn: 'root',
@@ -1160,17 +1168,17 @@ class AXOverlayService {
1160
1168
  },
1161
1169
  };
1162
1170
  }
1163
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXOverlayService, deps: [{ token: DynamicOverlay }, { token: i1$2.Overlay }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable });
1164
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXOverlayService, providedIn: 'root' });
1171
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXOverlayService, deps: [{ token: DynamicOverlay }, { token: i1$2.Overlay }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable });
1172
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXOverlayService, providedIn: 'root' });
1165
1173
  }
1166
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXOverlayService, decorators: [{
1174
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXOverlayService, decorators: [{
1167
1175
  type: Injectable,
1168
1176
  args: [{ providedIn: 'root' }]
1169
1177
  }], ctorParameters: function () { return [{ type: DynamicOverlay }, { type: i1$2.Overlay }, { type: i0.ApplicationRef }]; } });
1170
1178
 
1171
1179
  class AXCommonModule {
1172
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1173
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: AXCommonModule, declarations: [AXResponsiveDirective,
1180
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1181
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.1", ngImport: i0, type: AXCommonModule, declarations: [AXResponsiveDirective,
1174
1182
  AXInfiniteScrollerDirective,
1175
1183
  AXNgModelChangeDebouncedDirective,
1176
1184
  AXAutoFocusDirective,
@@ -1179,9 +1187,9 @@ class AXCommonModule {
1179
1187
  AXAutoFocusDirective,
1180
1188
  AXNgModelChangeDebouncedDirective,
1181
1189
  AXHotkeyDirective] });
1182
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXCommonModule });
1190
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXCommonModule });
1183
1191
  }
1184
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AXCommonModule, decorators: [{
1192
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXCommonModule, decorators: [{
1185
1193
  type: NgModule,
1186
1194
  args: [{
1187
1195
  imports: [],