@acorex/components 7.2.5 → 7.2.7

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 (268) hide show
  1. package/breadcrumbs/lib/breadcrumbs-item.component.d.ts +5 -69
  2. package/button/lib/button-group.component.d.ts +6 -6
  3. package/button/lib/button-item.component.d.ts +6 -6
  4. package/checkbox/lib/checkbox.component.d.ts +14 -9
  5. package/chips/lib/chips.component.d.ts +5 -64
  6. package/collapse/lib/collapse-group.component.d.ts +22 -10
  7. package/collapse/lib/collapse.component.d.ts +13 -7
  8. package/color-palette/lib/color-palette-input.component.d.ts +4 -6
  9. package/color-palette/lib/color-palette-picker.component.d.ts +4 -7
  10. package/color-palette/lib/color-palette-preview.component.d.ts +5 -5
  11. package/color-palette/lib/color-palette-swatches.component.d.ts +6 -7
  12. package/color-palette/lib/color-palette.class.d.ts +1 -1
  13. package/color-palette/lib/color-palette.component.d.ts +13 -7
  14. package/color-picker/lib/color-picker.component.d.ts +21 -18
  15. package/common/lib/components/base-component.class.d.ts +7 -7
  16. package/common/lib/components/value-component.class.d.ts +1 -0
  17. package/decorators/index.d.ts +1 -0
  18. package/decorators/lib/divider.component.d.ts +5 -0
  19. package/esm2022/action-sheet/lib/action-sheet.component.mjs +3 -3
  20. package/esm2022/action-sheet/lib/action-sheet.module.mjs +4 -4
  21. package/esm2022/action-sheet/lib/action-sheet.service.mjs +3 -3
  22. package/esm2022/alert/lib/alert.component.mjs +5 -4
  23. package/esm2022/alert/lib/alert.module.mjs +4 -4
  24. package/esm2022/avatar/lib/avatar-group.component.mjs +3 -3
  25. package/esm2022/avatar/lib/avatar.component.mjs +3 -3
  26. package/esm2022/avatar/lib/avatar.module.mjs +4 -4
  27. package/esm2022/badge/lib/badge.component.mjs +3 -3
  28. package/esm2022/badge/lib/badge.module.mjs +4 -4
  29. package/esm2022/breadcrumbs/lib/breadcrumbs-item.component.mjs +11 -20
  30. package/esm2022/breadcrumbs/lib/breadcrumbs.component.mjs +4 -4
  31. package/esm2022/breadcrumbs/lib/breadcrumbs.module.mjs +4 -4
  32. package/esm2022/button/lib/button-group.component.mjs +3 -3
  33. package/esm2022/button/lib/button-item.component.mjs +3 -3
  34. package/esm2022/button/lib/button.component.mjs +3 -3
  35. package/esm2022/button/lib/button.module.mjs +4 -4
  36. package/esm2022/calendar/lib/calendar-range.component.mjs +3 -3
  37. package/esm2022/calendar/lib/calendar.class.mjs +6 -5
  38. package/esm2022/calendar/lib/calendar.component.mjs +3 -3
  39. package/esm2022/calendar/lib/calendar.module.mjs +4 -4
  40. package/esm2022/checkbox/lib/checkbox.component.mjs +28 -20
  41. package/esm2022/checkbox/lib/checkbox.module.mjs +4 -4
  42. package/esm2022/chips/lib/chips.component.mjs +8 -11
  43. package/esm2022/chips/lib/chips.module.mjs +4 -4
  44. package/esm2022/collapse/lib/collapse-group.component.mjs +81 -25
  45. package/esm2022/collapse/lib/collapse.component.mjs +29 -16
  46. package/esm2022/collapse/lib/collapse.module.mjs +4 -4
  47. package/esm2022/color-palette/lib/color-palette-input.component.mjs +13 -13
  48. package/esm2022/color-palette/lib/color-palette-picker.component.mjs +27 -23
  49. package/esm2022/color-palette/lib/color-palette-preview.component.mjs +14 -13
  50. package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +14 -14
  51. package/esm2022/color-palette/lib/color-palette.class.mjs +7 -7
  52. package/esm2022/color-palette/lib/color-palette.component.mjs +27 -38
  53. package/esm2022/color-palette/lib/color-palette.module.mjs +4 -4
  54. package/esm2022/color-picker/lib/color-picker.component.mjs +5 -8
  55. package/esm2022/color-picker/lib/color-picker.module.mjs +4 -4
  56. package/esm2022/common/lib/classes/components.class.mjs +18 -18
  57. package/esm2022/common/lib/common.module.mjs +4 -4
  58. package/esm2022/common/lib/components/base-component.class.mjs +8 -7
  59. package/esm2022/common/lib/components/value-component.class.mjs +20 -14
  60. package/esm2022/common/lib/directives/auto-focus.directive.mjs +3 -3
  61. package/esm2022/common/lib/directives/debounce-time.directive.mjs +3 -3
  62. package/esm2022/common/lib/directives/hotkey.directive.mjs +3 -3
  63. package/esm2022/common/lib/directives/infinite-scroll.directive.mjs +3 -3
  64. package/esm2022/common/lib/directives/responsive.directive.mjs +3 -3
  65. package/esm2022/common/lib/services/custom-cdk-overlay.service.mjs +6 -6
  66. package/esm2022/common/lib/services/hotkey.service.mjs +3 -3
  67. package/esm2022/common/lib/services/overlay.service.mjs +3 -3
  68. package/esm2022/context-menu/lib/context-menu.component.mjs +3 -3
  69. package/esm2022/context-menu/lib/context-menu.module.mjs +4 -4
  70. package/esm2022/data-pager/lib/data-pager-base.component.mjs +6 -6
  71. package/esm2022/data-pager/lib/data-pager-info.component.mjs +3 -3
  72. package/esm2022/data-pager/lib/data-pager-input-selector.component.mjs +3 -3
  73. package/esm2022/data-pager/lib/data-pager-next-buttons.components.mjs +3 -3
  74. package/esm2022/data-pager/lib/data-pager-numeric-selector.component.mjs +3 -3
  75. package/esm2022/data-pager/lib/data-pager-pagesize-dropdown.component.mjs +3 -3
  76. package/esm2022/data-pager/lib/data-pager-prev-buttons.component.mjs +3 -3
  77. package/esm2022/data-pager/lib/data-pager.component.mjs +3 -3
  78. package/esm2022/data-pager/lib/data-pager.module.mjs +4 -4
  79. package/esm2022/data-table/lib/data-column-cell-template.directive.mjs +3 -3
  80. package/esm2022/data-table/lib/data-column.directive.mjs +3 -3
  81. package/esm2022/data-table/lib/data-table.component.mjs +3 -3
  82. package/esm2022/data-table/lib/data-table.module.mjs +4 -4
  83. package/esm2022/date-picker/lib/datepicker.component.mjs +3 -3
  84. package/esm2022/date-picker/lib/datepicker.module.mjs +4 -4
  85. package/esm2022/decorators/index.mjs +2 -1
  86. package/esm2022/decorators/lib/close-button.component.mjs +3 -3
  87. package/esm2022/decorators/lib/content.component.mjs +3 -3
  88. package/esm2022/decorators/lib/decorators.module.mjs +4 -4
  89. package/esm2022/decorators/lib/divider.component.mjs +17 -0
  90. package/esm2022/decorators/lib/footer.component.mjs +3 -3
  91. package/esm2022/decorators/lib/form-hint.component.mjs +6 -6
  92. package/esm2022/decorators/lib/header.component.mjs +3 -3
  93. package/esm2022/decorators/lib/icon.component.mjs +3 -3
  94. package/esm2022/decorators/lib/overlay.component.mjs +3 -3
  95. package/esm2022/decorators/lib/placeholder.component.mjs +3 -3
  96. package/esm2022/decorators/lib/prefix.component.mjs +3 -3
  97. package/esm2022/decorators/lib/sub-title.component.mjs +3 -3
  98. package/esm2022/decorators/lib/suffix.component.mjs +4 -4
  99. package/esm2022/decorators/lib/text.component.mjs +3 -3
  100. package/esm2022/decorators/lib/title.component.mjs +3 -3
  101. package/esm2022/dialog/lib/dialog.component.mjs +3 -3
  102. package/esm2022/dialog/lib/dialog.module.mjs +4 -4
  103. package/esm2022/dialog/lib/dialog.service.mjs +3 -3
  104. package/esm2022/drawer/lib/drawer-container.component.mjs +3 -3
  105. package/esm2022/drawer/lib/drawer.component.mjs +3 -3
  106. package/esm2022/drawer/lib/drawer.module.mjs +4 -4
  107. package/esm2022/dropdown/lib/dropdown-panel.component.mjs +3 -3
  108. package/esm2022/dropdown/lib/dropdown.module.mjs +4 -4
  109. package/esm2022/form/lib/form-field.component.mjs +4 -4
  110. package/esm2022/form/lib/form.component.mjs +4 -6
  111. package/esm2022/form/lib/form.module.mjs +4 -4
  112. package/esm2022/form/lib/validation-rule.widget.mjs +3 -3
  113. package/esm2022/form/lib/validation-summary.component.mjs +3 -3
  114. package/esm2022/image/lib/image.component.mjs +3 -3
  115. package/esm2022/image/lib/image.module.mjs +4 -4
  116. package/esm2022/label/lib/label.component.mjs +4 -4
  117. package/esm2022/label/lib/label.module.mjs +4 -4
  118. package/esm2022/loading/lib/loading-spinner.component.mjs +3 -3
  119. package/esm2022/loading/lib/loading.component.mjs +3 -3
  120. package/esm2022/loading/lib/loading.directive.mjs +3 -3
  121. package/esm2022/loading/lib/loading.module.mjs +4 -4
  122. package/esm2022/loading/lib/loading.service.mjs +3 -3
  123. package/esm2022/menu/lib/menu.component.mjs +3 -3
  124. package/esm2022/menu/lib/menu.module.mjs +4 -4
  125. package/esm2022/mixin/lib/base-components.class.mjs +3 -3
  126. package/esm2022/mixin/lib/value-mixin.class.mjs +4 -1
  127. package/esm2022/notification/lib/notification.component.mjs +3 -3
  128. package/esm2022/notification/lib/notification.module.mjs +4 -4
  129. package/esm2022/notification/lib/notification.service.mjs +3 -3
  130. package/esm2022/number-box/lib/number-box.component.mjs +3 -3
  131. package/esm2022/number-box/lib/number-box.module.mjs +4 -4
  132. package/esm2022/otp/lib/otp.component.mjs +3 -3
  133. package/esm2022/otp/lib/otp.module.mjs +4 -4
  134. package/esm2022/page/lib/base-page.class.mjs +3 -3
  135. package/esm2022/page/lib/page.component.mjs +3 -3
  136. package/esm2022/page/lib/page.module.mjs +4 -4
  137. package/esm2022/password-box/lib/password-box.component.mjs +3 -3
  138. package/esm2022/password-box/lib/password-box.module.mjs +4 -4
  139. package/esm2022/popover/lib/dropdown-component.class.mjs +3 -3
  140. package/esm2022/popover/lib/popover.component.mjs +3 -3
  141. package/esm2022/popover/lib/popover.module.mjs +4 -4
  142. package/esm2022/popup/lib/popup.component.mjs +3 -3
  143. package/esm2022/popup/lib/popup.module.mjs +4 -4
  144. package/esm2022/popup/lib/popup.service.mjs +3 -3
  145. package/esm2022/progress-bar/lib/progress-bar.component.mjs +3 -3
  146. package/esm2022/progress-bar/lib/progress-bar.module.mjs +4 -4
  147. package/esm2022/radio/lib/radio.component.mjs +3 -3
  148. package/esm2022/radio/lib/radio.module.mjs +4 -4
  149. package/esm2022/range-slider/lib/range-slider.component.mjs +29 -21
  150. package/esm2022/range-slider/lib/range-slider.module.mjs +4 -4
  151. package/esm2022/result/lib/result.component.mjs +3 -3
  152. package/esm2022/result/lib/result.module.mjs +4 -4
  153. package/esm2022/search-box/lib/search-box.component.mjs +3 -3
  154. package/esm2022/search-box/lib/search-box.module.mjs +4 -4
  155. package/esm2022/select-box/lib/select-box.component.mjs +3 -3
  156. package/esm2022/select-box/lib/select-box.module.mjs +4 -4
  157. package/esm2022/selection-list/lib/selection-list.component.mjs +3 -3
  158. package/esm2022/selection-list/lib/selection-list.module.mjs +4 -4
  159. package/esm2022/switch/lib/switch-content.component.mjs +3 -3
  160. package/esm2022/switch/lib/switch.component.mjs +4 -5
  161. package/esm2022/switch/lib/switch.module.mjs +4 -4
  162. package/esm2022/tabs/lib/tab-content.directive.mjs +3 -3
  163. package/esm2022/tabs/lib/tab-item.component.mjs +3 -3
  164. package/esm2022/tabs/lib/tabs.component.mjs +3 -3
  165. package/esm2022/tabs/lib/tabs.module.mjs +4 -4
  166. package/esm2022/tag/lib/tag.component.mjs +3 -3
  167. package/esm2022/tag/lib/tag.module.mjs +4 -4
  168. package/esm2022/textarea/lib/textarea.component.mjs +3 -3
  169. package/esm2022/textarea/lib/textarea.module.mjs +4 -4
  170. package/esm2022/textbox/lib/mask-options.directive.mjs +3 -3
  171. package/esm2022/textbox/lib/textbox.component.mjs +3 -3
  172. package/esm2022/textbox/lib/textbox.module.mjs +4 -4
  173. package/esm2022/time-box/lib/time-box.component.mjs +4 -6
  174. package/esm2022/time-box/lib/time-box.module.mjs +4 -4
  175. package/esm2022/toast/lib/toast.component.mjs +3 -3
  176. package/esm2022/toast/lib/toast.module.mjs +4 -4
  177. package/esm2022/toast/lib/toast.service.mjs +3 -3
  178. package/esm2022/tooltip/lib/tooltip.component.mjs +3 -3
  179. package/esm2022/tooltip/lib/tooltip.directive.mjs +3 -3
  180. package/esm2022/tooltip/lib/tooltip.module.mjs +4 -4
  181. package/esm2022/uploader/lib/uploader.component.mjs +3 -3
  182. package/esm2022/uploader/lib/uploader.module.mjs +4 -4
  183. package/fesm2022/acorex-components-action-sheet.mjs +10 -10
  184. package/fesm2022/acorex-components-alert.mjs +8 -7
  185. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  186. package/fesm2022/acorex-components-avatar.mjs +10 -10
  187. package/fesm2022/acorex-components-badge.mjs +7 -7
  188. package/fesm2022/acorex-components-breadcrumbs.mjs +18 -28
  189. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  190. package/fesm2022/acorex-components-button.mjs +13 -13
  191. package/fesm2022/acorex-components-calendar.mjs +15 -14
  192. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  193. package/fesm2022/acorex-components-checkbox.mjs +31 -23
  194. package/fesm2022/acorex-components-checkbox.mjs.map +1 -1
  195. package/fesm2022/acorex-components-chips.mjs +12 -15
  196. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  197. package/fesm2022/acorex-components-collapse.mjs +110 -41
  198. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  199. package/fesm2022/acorex-components-color-palette.mjs +90 -95
  200. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  201. package/fesm2022/acorex-components-color-picker.mjs +8 -11
  202. package/fesm2022/acorex-components-color-picker.mjs.map +1 -1
  203. package/fesm2022/acorex-components-common.mjs +75 -68
  204. package/fesm2022/acorex-components-common.mjs.map +1 -1
  205. package/fesm2022/acorex-components-context-menu.mjs +7 -7
  206. package/fesm2022/acorex-components-data-pager.mjs +31 -31
  207. package/fesm2022/acorex-components-data-table.mjs +13 -13
  208. package/fesm2022/acorex-components-date-picker.mjs +7 -7
  209. package/fesm2022/acorex-components-decorators.mjs +60 -45
  210. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  211. package/fesm2022/acorex-components-dialog.mjs +10 -10
  212. package/fesm2022/acorex-components-drawer.mjs +10 -10
  213. package/fesm2022/acorex-components-dropdown.mjs +7 -7
  214. package/fesm2022/acorex-components-form.mjs +17 -19
  215. package/fesm2022/acorex-components-form.mjs.map +1 -1
  216. package/fesm2022/acorex-components-image.mjs +7 -7
  217. package/fesm2022/acorex-components-label.mjs +8 -8
  218. package/fesm2022/acorex-components-label.mjs.map +1 -1
  219. package/fesm2022/acorex-components-loading.mjs +16 -16
  220. package/fesm2022/acorex-components-menu.mjs +7 -7
  221. package/fesm2022/acorex-components-mixin.mjs +6 -3
  222. package/fesm2022/acorex-components-mixin.mjs.map +1 -1
  223. package/fesm2022/acorex-components-notification.mjs +10 -10
  224. package/fesm2022/acorex-components-number-box.mjs +7 -7
  225. package/fesm2022/acorex-components-otp.mjs +7 -7
  226. package/fesm2022/acorex-components-page.mjs +10 -10
  227. package/fesm2022/acorex-components-password-box.mjs +7 -7
  228. package/fesm2022/acorex-components-popover.mjs +10 -10
  229. package/fesm2022/acorex-components-popup.mjs +10 -10
  230. package/fesm2022/acorex-components-progress-bar.mjs +7 -7
  231. package/fesm2022/acorex-components-radio.mjs +7 -7
  232. package/fesm2022/acorex-components-range-slider.mjs +31 -23
  233. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  234. package/fesm2022/acorex-components-result.mjs +7 -7
  235. package/fesm2022/acorex-components-search-box.mjs +7 -7
  236. package/fesm2022/acorex-components-select-box.mjs +7 -7
  237. package/fesm2022/acorex-components-selection-list.mjs +7 -7
  238. package/fesm2022/acorex-components-switch.mjs +10 -11
  239. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  240. package/fesm2022/acorex-components-tabs.mjs +13 -13
  241. package/fesm2022/acorex-components-tag.mjs +7 -7
  242. package/fesm2022/acorex-components-textarea.mjs +7 -7
  243. package/fesm2022/acorex-components-textbox.mjs +10 -10
  244. package/fesm2022/acorex-components-time-box.mjs +7 -9
  245. package/fesm2022/acorex-components-time-box.mjs.map +1 -1
  246. package/fesm2022/acorex-components-toast.mjs +10 -10
  247. package/fesm2022/acorex-components-tooltip.mjs +10 -10
  248. package/fesm2022/acorex-components-uploader.mjs +7 -7
  249. package/mixin/lib/base-components.class.d.ts +2 -2
  250. package/mixin/lib/base-menu-mixin.class.d.ts +5 -5
  251. package/mixin/lib/button-mixin.class.d.ts +2 -2
  252. package/mixin/lib/clickable-mixin.class.d.ts +2 -2
  253. package/mixin/lib/color-look-mixing.class.d.ts +2 -2
  254. package/mixin/lib/datalist-component.class.d.ts +10 -10
  255. package/mixin/lib/dropdown-mixin.class.d.ts +2 -2
  256. package/mixin/lib/interactive-mixin.class.d.ts +4 -4
  257. package/mixin/lib/loading-mixin.class.d.ts +2 -2
  258. package/mixin/lib/mixin.class.d.ts +62 -61
  259. package/mixin/lib/page-component.class.d.ts +2 -2
  260. package/mixin/lib/selection-component.class.d.ts +2 -2
  261. package/mixin/lib/sizable-mixin.class.d.ts +2 -2
  262. package/mixin/lib/textbox-mixin.class.d.ts +2 -2
  263. package/mixin/lib/value-mixin.class.d.ts +9 -8
  264. package/package.json +33 -33
  265. package/range-slider/lib/range-slider.component.d.ts +16 -9
  266. package/switch/lib/switch.component.d.ts +1 -1
  267. package/tabs/lib/tab-item.component.d.ts +2 -2
  268. package/time-box/lib/time-box.component.d.ts +1 -1
@@ -118,45 +118,45 @@ class AXComponentClosedPromise extends Promise {
118
118
  }
119
119
  }
120
120
  class AXComponent {
121
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
122
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXComponent }); }
121
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
122
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXComponent }); }
123
123
  }
124
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXComponent, decorators: [{
124
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXComponent, decorators: [{
125
125
  type: Injectable
126
126
  }] });
127
127
  class AXClosbaleComponent extends AXComponent {
128
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXClosbaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
129
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXClosbaleComponent }); }
128
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXClosbaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
129
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXClosbaleComponent }); }
130
130
  }
131
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXClosbaleComponent, decorators: [{
131
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXClosbaleComponent, decorators: [{
132
132
  type: Injectable
133
133
  }] });
134
134
  class AXSearchableComponent extends AXComponent {
135
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXSearchableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
136
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXSearchableComponent }); }
135
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXSearchableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
136
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXSearchableComponent }); }
137
137
  }
138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXSearchableComponent, decorators: [{
138
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXSearchableComponent, decorators: [{
139
139
  type: Injectable
140
140
  }] });
141
141
  class AXValuableComponent extends AXComponent {
142
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXValuableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
143
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXValuableComponent }); }
142
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXValuableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
143
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXValuableComponent }); }
144
144
  }
145
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXValuableComponent, decorators: [{
145
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXValuableComponent, decorators: [{
146
146
  type: Injectable
147
147
  }] });
148
148
  class AXFocusableComponent extends AXComponent {
149
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXFocusableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
150
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXFocusableComponent }); }
149
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXFocusableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
150
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXFocusableComponent }); }
151
151
  }
152
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXFocusableComponent, decorators: [{
152
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXFocusableComponent, decorators: [{
153
153
  type: Injectable
154
154
  }] });
155
155
  class AXPagedComponent extends AXComponent {
156
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXPagedComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
157
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXPagedComponent }); }
156
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXPagedComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
157
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXPagedComponent }); }
158
158
  }
159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXPagedComponent, decorators: [{
159
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXPagedComponent, decorators: [{
160
160
  type: Injectable
161
161
  }] });
162
162
 
@@ -194,10 +194,10 @@ class AXAutoFocusDirective {
194
194
  }, 100);
195
195
  }
196
196
  }
197
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXAutoFocusDirective, deps: [{ token: i0.ElementRef }, { token: AXFocusableComponent, host: true, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive }); }
198
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.4", type: AXAutoFocusDirective, selector: "[axAutoFocus]", inputs: { autoFocus: ["axAutoFocus", "autoFocus"], time: ["focus-time", "time"] }, ngImport: i0 }); }
197
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXAutoFocusDirective, deps: [{ token: i0.ElementRef }, { token: AXFocusableComponent, host: true, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive }); }
198
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: AXAutoFocusDirective, selector: "[axAutoFocus]", inputs: { autoFocus: ["axAutoFocus", "autoFocus"], time: ["focus-time", "time"] }, ngImport: i0 }); }
199
199
  }
200
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXAutoFocusDirective, decorators: [{
200
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXAutoFocusDirective, decorators: [{
201
201
  type: Directive,
202
202
  args: [{
203
203
  selector: '[axAutoFocus]',
@@ -243,10 +243,10 @@ class AXNgModelChangeDebouncedDirective {
243
243
  this.subscription = this.ngModel.control.valueChanges.pipe(skip(1), // skip initial value
244
244
  distinctUntilChanged(), debounceTime(this.ngModelChangeDebounceTime)).subscribe((value) => this.ngModelChangeDebounced.emit(value));
245
245
  }
246
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXNgModelChangeDebouncedDirective, deps: [{ token: i1.NgModel }], target: i0.ɵɵFactoryTarget.Directive }); }
247
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.4", type: AXNgModelChangeDebouncedDirective, selector: "[ngModelChangeDebounced]", inputs: { ngModelChangeDebounceTime: "ngModelChangeDebounceTime" }, outputs: { ngModelChangeDebounced: "ngModelChangeDebounced", ngModelChangeDebounceTimeChange: "ngModelChangeDebounceTimeChange" }, ngImport: i0 }); }
246
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXNgModelChangeDebouncedDirective, deps: [{ token: i1.NgModel }], target: i0.ɵɵFactoryTarget.Directive }); }
247
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: AXNgModelChangeDebouncedDirective, selector: "[ngModelChangeDebounced]", inputs: { ngModelChangeDebounceTime: "ngModelChangeDebounceTime" }, outputs: { ngModelChangeDebounced: "ngModelChangeDebounced", ngModelChangeDebounceTimeChange: "ngModelChangeDebounceTimeChange" }, ngImport: i0 }); }
248
248
  }
249
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXNgModelChangeDebouncedDirective, decorators: [{
249
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXNgModelChangeDebouncedDirective, decorators: [{
250
250
  type: Directive,
251
251
  args: [{
252
252
  selector: '[ngModelChangeDebounced]',
@@ -288,10 +288,10 @@ class AXHotkeysService {
288
288
  }
289
289
  });
290
290
  }
291
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXHotkeysService, deps: [{ token: i1$1.EventManager }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
292
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXHotkeysService, providedIn: 'root' }); }
291
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXHotkeysService, deps: [{ token: i1$1.EventManager }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
292
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXHotkeysService, providedIn: 'root' }); }
293
293
  }
294
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXHotkeysService, decorators: [{
294
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXHotkeysService, decorators: [{
295
295
  type: Injectable,
296
296
  args: [{ providedIn: 'root' }]
297
297
  }], ctorParameters: function () { return [{ type: i1$1.EventManager }, { type: Document, decorators: [{
@@ -355,10 +355,10 @@ class AXHotkeyDirective {
355
355
  s.unsubscribe();
356
356
  });
357
357
  }
358
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXHotkeyDirective, deps: [{ token: i0.ElementRef }, { token: AXComponent, host: true, optional: true, self: true }, { token: AXHotkeysService }], target: i0.ɵɵFactoryTarget.Directive }); }
359
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.4", type: AXHotkeyDirective, selector: "[hotkey]", inputs: { hotkey: "hotkey" }, ngImport: i0 }); }
358
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXHotkeyDirective, deps: [{ token: i0.ElementRef }, { token: AXComponent, host: true, optional: true, self: true }, { token: AXHotkeysService }], target: i0.ɵɵFactoryTarget.Directive }); }
359
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: AXHotkeyDirective, selector: "[hotkey]", inputs: { hotkey: "hotkey" }, ngImport: i0 }); }
360
360
  }
361
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXHotkeyDirective, decorators: [{
361
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXHotkeyDirective, decorators: [{
362
362
  type: Directive,
363
363
  args: [{
364
364
  selector: '[hotkey]',
@@ -417,10 +417,10 @@ class AXInfiniteScrollerDirective {
417
417
  }));
418
418
  //.subscribe((data) => { console.log(data) }, (err) => console.log(err));
419
419
  }
420
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXInfiniteScrollerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
421
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.4", type: AXInfiniteScrollerDirective, selector: "[axInfiniteScroller]", inputs: { scrollCallback: "scrollCallback", immediateCallback: "immediateCallback", scrollPercent: "scrollPercent" }, ngImport: i0 }); }
420
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXInfiniteScrollerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
421
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: AXInfiniteScrollerDirective, selector: "[axInfiniteScroller]", inputs: { scrollCallback: "scrollCallback", immediateCallback: "immediateCallback", scrollPercent: "scrollPercent" }, ngImport: i0 }); }
422
422
  }
423
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXInfiniteScrollerDirective, decorators: [{
423
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXInfiniteScrollerDirective, decorators: [{
424
424
  type: Directive,
425
425
  args: [{
426
426
  selector: '[axInfiniteScroller]'
@@ -460,17 +460,17 @@ class AXResponsiveDirective {
460
460
  this._observer?.disconnect();
461
461
  this._observer?.unobserve(this._elementRef.nativeElement);
462
462
  }
463
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXResponsiveDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
464
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.4", type: AXResponsiveDirective, selector: "[ax-responsive]", ngImport: i0 }); }
463
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXResponsiveDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
464
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.5", type: AXResponsiveDirective, selector: "[ax-responsive]", ngImport: i0 }); }
465
465
  }
466
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXResponsiveDirective, decorators: [{
466
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXResponsiveDirective, decorators: [{
467
467
  type: Directive,
468
468
  args: [{ selector: '[ax-responsive]' }]
469
469
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
470
470
 
471
471
  class AXCommonModule {
472
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
473
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.4", ngImport: i0, type: AXCommonModule, declarations: [AXResponsiveDirective,
472
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
473
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.5", ngImport: i0, type: AXCommonModule, declarations: [AXResponsiveDirective,
474
474
  AXInfiniteScrollerDirective,
475
475
  AXNgModelChangeDebouncedDirective,
476
476
  AXAutoFocusDirective,
@@ -479,9 +479,9 @@ class AXCommonModule {
479
479
  AXAutoFocusDirective,
480
480
  AXNgModelChangeDebouncedDirective,
481
481
  AXHotkeyDirective] }); }
482
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXCommonModule }); }
482
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXCommonModule }); }
483
483
  }
484
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXCommonModule, decorators: [{
484
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXCommonModule, decorators: [{
485
485
  type: NgModule,
486
486
  args: [{
487
487
  imports: [],
@@ -527,13 +527,14 @@ class MXBaseComponent {
527
527
  }
528
528
  setOption(option) {
529
529
  const oldValue = this[option.name];
530
- const newValue = this.onOptionChanging({
530
+ let newValue = this.onOptionChanging({
531
531
  name: option.name,
532
532
  value: option.value,
533
533
  });
534
534
  //TODO : check real changes
535
- if (option.beforeCallback)
536
- option.beforeCallback(oldValue, newValue);
535
+ if (option.beforeCallback) {
536
+ newValue = option.beforeCallback(oldValue, newValue);
537
+ }
537
538
  if (oldValue != newValue) {
538
539
  this[`_${option.name}`] = option.value;
539
540
  this.onOptionChanged.emit({
@@ -558,10 +559,10 @@ class MXBaseComponent {
558
559
  set rtl(value) {
559
560
  this.setOption({ name: 'rtl', value });
560
561
  }
561
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: MXBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
562
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: MXBaseComponent }); }
562
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: MXBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
563
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: MXBaseComponent }); }
563
564
  }
564
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: MXBaseComponent, decorators: [{
565
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: MXBaseComponent, decorators: [{
565
566
  type: Injectable
566
567
  }] });
567
568
  const BASE_INPUTS = ['rtl'];
@@ -796,6 +797,9 @@ class MXValueComponent extends MXBaseComponent {
796
797
  set isUserInteraction(value) {
797
798
  this._isUserInteraction = value;
798
799
  }
800
+ setUserInteraction() {
801
+ this.isUserInteraction = true;
802
+ }
799
803
  get value() {
800
804
  return this.getValue(this._value) || this.defaultValue;
801
805
  }
@@ -859,10 +863,12 @@ class MXValueComponent extends MXBaseComponent {
859
863
  this.value = null;
860
864
  }
861
865
  _checkRequired() {
862
- const isRequired = Array.from(this.getHostElement().querySelectorAll('ax-validation-rule')).some(c => c.__axContext__.enabled && c.__axContext__.rule == 'required');
866
+ const isRequired = Array.from(this.getHostElement().querySelectorAll('ax-validation-rule')).some((c) => c.__axContext__.enabled && c.__axContext__.rule == 'required');
863
867
  //
864
868
  if (isRequired) {
865
- const container = this.getHostElement().classList.contains('ax-editor-container') ? this.getHostElement() : this.getHostElement().querySelector('.ax-editor-container');
869
+ const container = this.getHostElement().classList.contains('ax-editor-container')
870
+ ? this.getHostElement()
871
+ : this.getHostElement().querySelector('.ax-editor-container');
866
872
  const formField = container?.closest('.ax-form-field');
867
873
  const label = formField?.querySelector('ax-label')?.__axContext__;
868
874
  if (label)
@@ -870,8 +876,7 @@ class MXValueComponent extends MXBaseComponent {
870
876
  }
871
877
  }
872
878
  validate() {
873
- debugger;
874
- const rules = Array.from(this.getHostElement().querySelectorAll('ax-validation-rule')).filter(c => c.__axContext__.enabled);
879
+ const rules = Array.from(this.getHostElement().querySelectorAll('ax-validation-rule')).filter((c) => c.__axContext__.enabled);
875
880
  //
876
881
  if (!rules || rules.length === 0) {
877
882
  this.setState('clear');
@@ -882,13 +887,13 @@ class MXValueComponent extends MXBaseComponent {
882
887
  id: this.id,
883
888
  });
884
889
  }
885
- return new Promise(resolve => {
890
+ return new Promise((resolve) => {
886
891
  Promise.all(rules
887
- .filter(c => typeof c?.validate === 'function')
888
- .map(c => {
892
+ .filter((c) => typeof c?.validate === 'function')
893
+ .map((c) => {
889
894
  return c.validate(this.value);
890
- })).then(d => {
891
- const error = d.find(c => c.result === false);
895
+ })).then((d) => {
896
+ const error = d.find((c) => c.result === false);
892
897
  if (error) {
893
898
  this.setState('error', error.message);
894
899
  resolve({
@@ -912,7 +917,9 @@ class MXValueComponent extends MXBaseComponent {
912
917
  });
913
918
  }
914
919
  setState(state, ...args) {
915
- const container = this.getHostElement().classList.contains('ax-editor-container') ? this.getHostElement() : this.getHostElement().querySelector('.ax-editor-container');
920
+ const container = this.getHostElement().classList.contains('ax-editor-container')
921
+ ? this.getHostElement()
922
+ : this.getHostElement().querySelector('.ax-editor-container');
916
923
  const formField = container?.closest('.ax-form-field');
917
924
  const label = formField?.querySelector('ax-label') || formField?.querySelector('label');
918
925
  let target = container || this.getHostElement().firstElementChild;
@@ -951,10 +958,10 @@ class MXValueComponent extends MXBaseComponent {
951
958
  }
952
959
  this.cdr.markForCheck();
953
960
  }
954
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: MXValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
955
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: MXValueComponent }); }
961
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: MXValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
962
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: MXValueComponent }); }
956
963
  }
957
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: MXValueComponent, decorators: [{
964
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: MXValueComponent, decorators: [{
958
965
  type: Injectable
959
966
  }] });
960
967
 
@@ -1037,10 +1044,10 @@ class DynamicOverlayContainer extends OverlayContainer {
1037
1044
  setContainerElement(containerElement) {
1038
1045
  this._containerElement = containerElement;
1039
1046
  }
1040
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: DynamicOverlayContainer, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1041
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: DynamicOverlayContainer, providedIn: 'root' }); }
1047
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: DynamicOverlayContainer, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1048
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: DynamicOverlayContainer, providedIn: 'root' }); }
1042
1049
  }
1043
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: DynamicOverlayContainer, decorators: [{
1050
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: DynamicOverlayContainer, decorators: [{
1044
1051
  type: Injectable,
1045
1052
  args: [{
1046
1053
  providedIn: 'root',
@@ -1060,10 +1067,10 @@ class DynamicOverlay extends Overlay {
1060
1067
  this.setContainerElement(containerElement);
1061
1068
  return super.create(config);
1062
1069
  }
1063
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", 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 }); }
1064
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: DynamicOverlay, providedIn: 'root' }); }
1070
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", 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 }); }
1071
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: DynamicOverlay, providedIn: 'root' }); }
1065
1072
  }
1066
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: DynamicOverlay, decorators: [{
1073
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: DynamicOverlay, decorators: [{
1067
1074
  type: Injectable,
1068
1075
  args: [{
1069
1076
  providedIn: 'root',
@@ -1170,10 +1177,10 @@ class AXOverlayService {
1170
1177
  },
1171
1178
  };
1172
1179
  }
1173
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXOverlayService, deps: [{ token: DynamicOverlay }, { token: i1$2.Overlay }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable }); }
1174
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXOverlayService, providedIn: 'root' }); }
1180
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXOverlayService, deps: [{ token: DynamicOverlay }, { token: i1$2.Overlay }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable }); }
1181
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXOverlayService, providedIn: 'root' }); }
1175
1182
  }
1176
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.4", ngImport: i0, type: AXOverlayService, decorators: [{
1183
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: AXOverlayService, decorators: [{
1177
1184
  type: Injectable,
1178
1185
  args: [{ providedIn: 'root' }]
1179
1186
  }], ctorParameters: function () { return [{ type: DynamicOverlay }, { type: i1$2.Overlay }, { type: i0.ApplicationRef }]; } });