@acorex/components 7.12.8 → 7.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/esm2022/action-sheet/lib/action-sheet.component.mjs +6 -6
  2. package/esm2022/action-sheet/lib/action-sheet.module.mjs +4 -4
  3. package/esm2022/action-sheet/lib/action-sheet.service.mjs +3 -3
  4. package/esm2022/alert/lib/alert.component.mjs +3 -3
  5. package/esm2022/alert/lib/alert.module.mjs +4 -4
  6. package/esm2022/avatar/lib/avatar-group.component.mjs +3 -3
  7. package/esm2022/avatar/lib/avatar.component.mjs +3 -3
  8. package/esm2022/avatar/lib/avatar.module.mjs +4 -4
  9. package/esm2022/badge/lib/badge.component.mjs +3 -3
  10. package/esm2022/badge/lib/badge.module.mjs +4 -4
  11. package/esm2022/breadcrumbs/lib/breadcrumbs-item.component.mjs +6 -6
  12. package/esm2022/breadcrumbs/lib/breadcrumbs.component.mjs +3 -3
  13. package/esm2022/breadcrumbs/lib/breadcrumbs.module.mjs +4 -4
  14. package/esm2022/button/lib/button-item-list.component.mjs +6 -6
  15. package/esm2022/button/lib/button-item.component.mjs +3 -3
  16. package/esm2022/button/lib/button.component.mjs +3 -3
  17. package/esm2022/button/lib/button.module.mjs +4 -4
  18. package/esm2022/button-group/lib/button-group.component.mjs +3 -3
  19. package/esm2022/button-group/lib/button-group.module.mjs +4 -4
  20. package/esm2022/calendar/lib/calendar-range.component.mjs +5 -5
  21. package/esm2022/calendar/lib/calendar.class.mjs +3 -3
  22. package/esm2022/calendar/lib/calendar.component.mjs +5 -5
  23. package/esm2022/calendar/lib/calendar.module.mjs +4 -4
  24. package/esm2022/check-box/lib/check-box.component.mjs +3 -3
  25. package/esm2022/check-box/lib/check-box.module.mjs +4 -4
  26. package/esm2022/chips/lib/chips.component.mjs +5 -5
  27. package/esm2022/chips/lib/chips.module.mjs +4 -4
  28. package/esm2022/circular-progress/lib/circular-progress.component.mjs +3 -3
  29. package/esm2022/circular-progress/lib/circular-progress.module.mjs +4 -4
  30. package/esm2022/collapse/lib/collapse-group.component.mjs +3 -3
  31. package/esm2022/collapse/lib/collapse.component.mjs +3 -3
  32. package/esm2022/collapse/lib/collapse.module.mjs +4 -4
  33. package/esm2022/color-box/lib/color-box.component.mjs +3 -3
  34. package/esm2022/color-box/lib/color-box.module.mjs +4 -4
  35. package/esm2022/color-palette/lib/color-palette-input.component.mjs +5 -5
  36. package/esm2022/color-palette/lib/color-palette-picker.component.mjs +5 -5
  37. package/esm2022/color-palette/lib/color-palette-preview.component.mjs +5 -5
  38. package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +6 -6
  39. package/esm2022/color-palette/lib/color-palette.class.mjs +6 -6
  40. package/esm2022/color-palette/lib/color-palette.component.mjs +3 -3
  41. package/esm2022/color-palette/lib/color-palette.module.mjs +4 -4
  42. package/esm2022/common/lib/classes/components.class.mjs +21 -21
  43. package/esm2022/common/lib/common.module.mjs +4 -4
  44. package/esm2022/common/lib/components/base-component.class.mjs +3 -3
  45. package/esm2022/common/lib/components/input-base-value-component.class.mjs +3 -3
  46. package/esm2022/common/lib/components/selection-base.component.class.mjs +6 -6
  47. package/esm2022/common/lib/components/value-component.class.mjs +3 -3
  48. package/esm2022/common/lib/directives/auto-focus.directive.mjs +6 -6
  49. package/esm2022/common/lib/directives/delayed-value-changed.directive.mjs +5 -5
  50. package/esm2022/common/lib/directives/hotkey.directive.mjs +6 -6
  51. package/esm2022/common/lib/directives/infinite-scroll.directive.mjs +5 -5
  52. package/esm2022/common/lib/directives/responsive.directive.mjs +4 -4
  53. package/esm2022/common/lib/directives/ripple.directive.mjs +5 -5
  54. package/esm2022/common/lib/services/dom.service.mjs +3 -3
  55. package/esm2022/common/lib/services/hotkey.service.mjs +5 -5
  56. package/esm2022/data-pager/lib/data-pager-base.component.mjs +7 -7
  57. package/esm2022/data-pager/lib/data-pager-info.component.mjs +3 -3
  58. package/esm2022/data-pager/lib/data-pager-input-selector.component.mjs +3 -3
  59. package/esm2022/data-pager/lib/data-pager-next-buttons.components.mjs +3 -3
  60. package/esm2022/data-pager/lib/data-pager-numeric-selector.component.mjs +3 -3
  61. package/esm2022/data-pager/lib/data-pager-pagesize-dropdown.component.mjs +3 -3
  62. package/esm2022/data-pager/lib/data-pager-prev-buttons.component.mjs +3 -3
  63. package/esm2022/data-pager/lib/data-pager.component.mjs +6 -6
  64. package/esm2022/data-pager/lib/data-pager.module.mjs +4 -4
  65. package/esm2022/data-table/lib/columns/data-table-column.mjs +3 -3
  66. package/esm2022/data-table/lib/columns/data-text-column.component.mjs +3 -3
  67. package/esm2022/data-table/lib/columns/row-command-column.component.mjs +6 -6
  68. package/esm2022/data-table/lib/columns/row-index-column.component.mjs +3 -3
  69. package/esm2022/data-table/lib/columns/row-select-column.component.mjs +3 -3
  70. package/esm2022/data-table/lib/data-table.component.mjs +3 -3
  71. package/esm2022/data-table/lib/data-table.module.mjs +4 -4
  72. package/esm2022/datetime-box/lib/datetime-box.component.mjs +3 -3
  73. package/esm2022/datetime-box/lib/datetime-box.module.mjs +4 -4
  74. package/esm2022/datetime-input/lib/datetime-input.component.mjs +3 -3
  75. package/esm2022/datetime-input/lib/datetime-input.module.mjs +4 -4
  76. package/esm2022/datetime-picker/lib/datetime-picker.component.mjs +3 -3
  77. package/esm2022/datetime-picker/lib/datetime-picker.module.mjs +4 -4
  78. package/esm2022/decorators/lib/components/clear-button.component.mjs +6 -6
  79. package/esm2022/decorators/lib/components/close-button.component.mjs +6 -6
  80. package/esm2022/decorators/lib/components/generic-content.component.mjs +3 -3
  81. package/esm2022/decorators/lib/components/icon.component.mjs +3 -3
  82. package/esm2022/decorators/lib/decorators.module.mjs +4 -4
  83. package/esm2022/dialog/lib/dialog.component.mjs +5 -5
  84. package/esm2022/dialog/lib/dialog.module.mjs +4 -4
  85. package/esm2022/dialog/lib/dialog.service.mjs +3 -3
  86. package/esm2022/drawer/lib/drawer-container.component.mjs +3 -3
  87. package/esm2022/drawer/lib/drawer.component.mjs +5 -5
  88. package/esm2022/drawer/lib/drawer.module.mjs +4 -4
  89. package/esm2022/dropdown/lib/dropdown-box.class.mjs +3 -3
  90. package/esm2022/dropdown/lib/dropdown-box.component.mjs +3 -3
  91. package/esm2022/dropdown/lib/dropdown-panel.component.mjs +5 -5
  92. package/esm2022/dropdown/lib/dropdown.module.mjs +4 -4
  93. package/esm2022/form/lib/form-field.component.mjs +3 -3
  94. package/esm2022/form/lib/form.component.mjs +3 -3
  95. package/esm2022/form/lib/form.module.mjs +4 -4
  96. package/esm2022/form/lib/validation-rule.widget.mjs +6 -6
  97. package/esm2022/form/lib/validation-summary.component.mjs +6 -6
  98. package/esm2022/image/lib/image.component.mjs +3 -3
  99. package/esm2022/image/lib/image.module.mjs +4 -4
  100. package/esm2022/label/lib/label.component.mjs +3 -3
  101. package/esm2022/label/lib/label.module.mjs +4 -4
  102. package/esm2022/list/lib/list.component.mjs +3 -3
  103. package/esm2022/list/lib/list.module.mjs +4 -4
  104. package/esm2022/loading/lib/loading-spinner.component.mjs +3 -3
  105. package/esm2022/loading/lib/loading.component.mjs +3 -3
  106. package/esm2022/loading/lib/loading.directive.mjs +5 -5
  107. package/esm2022/loading/lib/loading.module.mjs +4 -4
  108. package/esm2022/loading/lib/loading.service.mjs +3 -3
  109. package/esm2022/menu/lib/menu-item/menu-item.component.mjs +3 -3
  110. package/esm2022/menu/lib/menu.component.mjs +3 -3
  111. package/esm2022/menu/lib/menu.module.mjs +4 -4
  112. package/esm2022/navbar/lib/navbar.component.mjs +3 -3
  113. package/esm2022/navbar/lib/navbar.module.mjs +4 -4
  114. package/esm2022/notification/lib/notification.component.mjs +6 -6
  115. package/esm2022/notification/lib/notification.module.mjs +4 -4
  116. package/esm2022/notification/lib/notification.service.mjs +3 -3
  117. package/esm2022/number-box/lib/number-box.component.mjs +3 -3
  118. package/esm2022/number-box/lib/number-box.module.mjs +4 -4
  119. package/esm2022/otp/lib/otp.component.mjs +3 -3
  120. package/esm2022/otp/lib/otp.module.mjs +4 -4
  121. package/esm2022/page/lib/base-page.class.mjs +3 -3
  122. package/esm2022/page/lib/page.component.mjs +6 -6
  123. package/esm2022/page/lib/page.module.mjs +4 -4
  124. package/esm2022/password-box/lib/password-box.component.mjs +3 -3
  125. package/esm2022/password-box/lib/password-box.module.mjs +4 -4
  126. package/esm2022/picker/lib/picker-column.directive.mjs +3 -3
  127. package/esm2022/picker/lib/picker.component.mjs +3 -3
  128. package/esm2022/picker/lib/picker.module.mjs +4 -4
  129. package/esm2022/popover/lib/popover.component.mjs +3 -3
  130. package/esm2022/popover/lib/popover.module.mjs +4 -4
  131. package/esm2022/popup/lib/popup.component.mjs +6 -6
  132. package/esm2022/popup/lib/popup.module.mjs +4 -4
  133. package/esm2022/popup/lib/popup.service.mjs +3 -3
  134. package/esm2022/progress-bar/lib/progress-bar.component.mjs +3 -3
  135. package/esm2022/progress-bar/lib/progress-bar.module.mjs +4 -4
  136. package/esm2022/radio/lib/radio.component.mjs +3 -3
  137. package/esm2022/radio/lib/radio.module.mjs +4 -4
  138. package/esm2022/range-slider/lib/range-slider.component.mjs +5 -5
  139. package/esm2022/range-slider/lib/range-slider.module.mjs +4 -4
  140. package/esm2022/result/lib/result.component.mjs +5 -5
  141. package/esm2022/result/lib/result.module.mjs +4 -4
  142. package/esm2022/routing-progress/lib/routing-progress.component.mjs +4 -4
  143. package/esm2022/routing-progress/lib/routing-progress.module.mjs +4 -4
  144. package/esm2022/scheduler/lib/scheduler-month-view.component.mjs +3 -3
  145. package/esm2022/scheduler/lib/scheduler-week-view.component.mjs +3 -3
  146. package/esm2022/scheduler/lib/scheduler.component.mjs +3 -3
  147. package/esm2022/scheduler/lib/scheduler.module.mjs +4 -4
  148. package/esm2022/search-box/lib/search-box.component.mjs +6 -6
  149. package/esm2022/search-box/lib/search-box.module.mjs +4 -4
  150. package/esm2022/select-box/lib/select-box.component.mjs +3 -3
  151. package/esm2022/select-box/lib/select-box.module.mjs +4 -4
  152. package/esm2022/selection-list/lib/selection-list.component.mjs +3 -3
  153. package/esm2022/selection-list/lib/selection-list.module.mjs +4 -4
  154. package/esm2022/side-menu/lib/side-menu-item/side-menu-item.compoent.mjs +5 -5
  155. package/esm2022/side-menu/lib/side-menu.component.mjs +3 -3
  156. package/esm2022/side-menu/lib/side-menu.module.mjs +4 -4
  157. package/esm2022/skeleton/lib/skeleton.component.mjs +3 -3
  158. package/esm2022/skeleton/lib/skeleton.module.mjs +4 -4
  159. package/esm2022/switch/lib/switch-content.component.mjs +3 -3
  160. package/esm2022/switch/lib/switch.component.mjs +3 -3
  161. package/esm2022/switch/lib/switch.module.mjs +4 -4
  162. package/esm2022/tabs/lib/tab-content.directive.mjs +4 -4
  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/text-area/lib/text-area.component.mjs +3 -3
  169. package/esm2022/text-area/lib/text-area.module.mjs +4 -4
  170. package/esm2022/text-box/lib/mask-options.directive.mjs +3 -3
  171. package/esm2022/text-box/lib/text-box.component.mjs +3 -3
  172. package/esm2022/text-box/lib/text-box.module.mjs +4 -4
  173. package/esm2022/toast/lib/toast.component.mjs +6 -6
  174. package/esm2022/toast/lib/toast.module.mjs +4 -4
  175. package/esm2022/toast/lib/toast.service.mjs +4 -4
  176. package/esm2022/tooltip/lib/tooltip.component.mjs +3 -3
  177. package/esm2022/tooltip/lib/tooltip.directive.mjs +5 -5
  178. package/esm2022/tooltip/lib/tooltip.module.mjs +4 -4
  179. package/esm2022/uploader/lib/uploader-drop-zone.component.mjs +3 -3
  180. package/esm2022/uploader/lib/uploader-list.component.mjs +4 -4
  181. package/esm2022/uploader/lib/uploader-overlay.component.mjs +3 -3
  182. package/esm2022/uploader/lib/uploader-zone.directive.mjs +5 -5
  183. package/esm2022/uploader/lib/uploader.module.mjs +4 -4
  184. package/esm2022/uploader/lib/uploader.service.mjs +3 -3
  185. package/fesm2022/acorex-components-action-sheet.mjs +12 -12
  186. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  187. package/fesm2022/acorex-components-alert.mjs +7 -7
  188. package/fesm2022/acorex-components-avatar.mjs +10 -10
  189. package/fesm2022/acorex-components-badge.mjs +7 -7
  190. package/fesm2022/acorex-components-breadcrumbs.mjs +12 -12
  191. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  192. package/fesm2022/acorex-components-button-group.mjs +7 -7
  193. package/fesm2022/acorex-components-button.mjs +15 -15
  194. package/fesm2022/acorex-components-button.mjs.map +1 -1
  195. package/fesm2022/acorex-components-calendar.mjs +15 -15
  196. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  197. package/fesm2022/acorex-components-check-box.mjs +7 -7
  198. package/fesm2022/acorex-components-chips.mjs +8 -8
  199. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  200. package/fesm2022/acorex-components-circular-progress.mjs +7 -7
  201. package/fesm2022/acorex-components-collapse.mjs +11 -11
  202. package/fesm2022/acorex-components-color-box.mjs +7 -7
  203. package/fesm2022/acorex-components-color-palette.mjs +33 -33
  204. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  205. package/fesm2022/acorex-components-common.mjs +77 -77
  206. package/fesm2022/acorex-components-common.mjs.map +1 -1
  207. package/fesm2022/acorex-components-data-pager.mjs +34 -34
  208. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  209. package/fesm2022/acorex-components-data-table.mjs +26 -26
  210. package/fesm2022/acorex-components-datetime-box.mjs +7 -7
  211. package/fesm2022/acorex-components-datetime-input.mjs +7 -7
  212. package/fesm2022/acorex-components-datetime-picker.mjs +8 -8
  213. package/fesm2022/acorex-components-decorators.mjs +20 -20
  214. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  215. package/fesm2022/acorex-components-dialog.mjs +12 -12
  216. package/fesm2022/acorex-components-drawer.mjs +11 -11
  217. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  218. package/fesm2022/acorex-components-dropdown.mjs +14 -14
  219. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  220. package/fesm2022/acorex-components-form.mjs +21 -21
  221. package/fesm2022/acorex-components-form.mjs.map +1 -1
  222. package/fesm2022/acorex-components-image.mjs +7 -7
  223. package/fesm2022/acorex-components-label.mjs +7 -7
  224. package/fesm2022/acorex-components-list.mjs +7 -7
  225. package/fesm2022/acorex-components-loading.mjs +17 -17
  226. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  227. package/fesm2022/acorex-components-menu.mjs +10 -10
  228. package/fesm2022/acorex-components-navbar.mjs +7 -7
  229. package/fesm2022/acorex-components-notification.mjs +12 -12
  230. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  231. package/fesm2022/acorex-components-number-box.mjs +7 -7
  232. package/fesm2022/acorex-components-otp.mjs +7 -7
  233. package/fesm2022/acorex-components-page.mjs +12 -12
  234. package/fesm2022/acorex-components-page.mjs.map +1 -1
  235. package/fesm2022/acorex-components-password-box.mjs +7 -7
  236. package/fesm2022/acorex-components-picker.mjs +10 -10
  237. package/fesm2022/acorex-components-popover.mjs +7 -7
  238. package/fesm2022/acorex-components-popup.mjs +12 -12
  239. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  240. package/fesm2022/acorex-components-progress-bar.mjs +7 -7
  241. package/fesm2022/acorex-components-radio.mjs +7 -7
  242. package/fesm2022/acorex-components-range-slider.mjs +8 -8
  243. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  244. package/fesm2022/acorex-components-result.mjs +8 -8
  245. package/fesm2022/acorex-components-result.mjs.map +1 -1
  246. package/fesm2022/acorex-components-routing-progress.mjs +9 -9
  247. package/fesm2022/acorex-components-scheduler.mjs +13 -13
  248. package/fesm2022/acorex-components-search-box.mjs +9 -9
  249. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  250. package/fesm2022/acorex-components-select-box.mjs +7 -7
  251. package/fesm2022/acorex-components-selection-list.mjs +7 -7
  252. package/fesm2022/acorex-components-side-menu.mjs +12 -12
  253. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  254. package/fesm2022/acorex-components-skeleton.mjs +7 -7
  255. package/fesm2022/acorex-components-switch.mjs +10 -10
  256. package/fesm2022/acorex-components-tabs.mjs +14 -14
  257. package/fesm2022/acorex-components-tag.mjs +7 -7
  258. package/fesm2022/acorex-components-text-area.mjs +7 -7
  259. package/fesm2022/acorex-components-text-box.mjs +10 -10
  260. package/fesm2022/acorex-components-toast.mjs +14 -14
  261. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  262. package/fesm2022/acorex-components-tooltip.mjs +11 -11
  263. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  264. package/fesm2022/acorex-components-uploader.mjs +22 -22
  265. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  266. package/package.json +4 -4
@@ -1,8 +1,8 @@
1
- import { flatten, clone, filter, isEqual } from 'lodash-es';
1
+ import { clone, flatten, filter, isEqual } from 'lodash-es';
2
2
  import * as i0 from '@angular/core';
3
- import { Injectable, Directive, Host, Self, Optional, Input, Inject, NgModule, inject, ChangeDetectorRef, ElementRef, ViewContainerRef, EventEmitter, InjectionToken, Output } from '@angular/core';
3
+ import { Injectable, Directive, Host, Self, Optional, Input, Inject, NgModule, ChangeDetectorRef, inject, ElementRef, ViewContainerRef, EventEmitter, InjectionToken, Output } from '@angular/core';
4
4
  import { DataSource } from '@angular/cdk/collections';
5
- import { Subscription, BehaviorSubject, debounceTime, distinctUntilChanged, Subject, fromEvent, noop, skip } from 'rxjs';
5
+ import { Subscription, BehaviorSubject, distinctUntilChanged, debounceTime, Subject, fromEvent, noop, skip } from 'rxjs';
6
6
  import { DOCUMENT } from '@angular/common';
7
7
  import * as i1 from '@angular/platform-browser';
8
8
  import { Observable } from 'rxjs/internal/Observable';
@@ -279,52 +279,52 @@ class AXComponentClosedPromise extends Promise {
279
279
  }
280
280
  }
281
281
  class AXComponent {
282
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
283
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXComponent }); }
282
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
283
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXComponent }); }
284
284
  }
285
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXComponent, decorators: [{
285
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXComponent, decorators: [{
286
286
  type: Injectable
287
287
  }] });
288
288
  class AXClosbaleComponent extends AXComponent {
289
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXClosbaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
290
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXClosbaleComponent }); }
289
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXClosbaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
290
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXClosbaleComponent }); }
291
291
  }
292
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXClosbaleComponent, decorators: [{
292
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXClosbaleComponent, decorators: [{
293
293
  type: Injectable
294
294
  }] });
295
295
  class AXClearableComponent extends AXComponent {
296
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXClearableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
297
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXClearableComponent }); }
296
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXClearableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
297
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXClearableComponent }); }
298
298
  }
299
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXClearableComponent, decorators: [{
299
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXClearableComponent, decorators: [{
300
300
  type: Injectable
301
301
  }] });
302
302
  class AXSearchableComponent extends AXComponent {
303
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXSearchableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
304
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXSearchableComponent }); }
303
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXSearchableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
304
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXSearchableComponent }); }
305
305
  }
306
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXSearchableComponent, decorators: [{
306
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXSearchableComponent, decorators: [{
307
307
  type: Injectable
308
308
  }] });
309
309
  class AXValuableComponent extends AXComponent {
310
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXValuableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
311
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXValuableComponent }); }
310
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXValuableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
311
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXValuableComponent }); }
312
312
  }
313
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXValuableComponent, decorators: [{
313
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXValuableComponent, decorators: [{
314
314
  type: Injectable
315
315
  }] });
316
316
  class AXFocusableComponent extends AXComponent {
317
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXFocusableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
318
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXFocusableComponent }); }
317
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXFocusableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
318
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXFocusableComponent }); }
319
319
  }
320
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXFocusableComponent, decorators: [{
320
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXFocusableComponent, decorators: [{
321
321
  type: Injectable
322
322
  }] });
323
323
  class AXPagedComponent extends AXComponent {
324
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXPagedComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
325
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXPagedComponent }); }
324
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXPagedComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
325
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXPagedComponent }); }
326
326
  }
327
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXPagedComponent, decorators: [{
327
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXPagedComponent, decorators: [{
328
328
  type: Injectable
329
329
  }] });
330
330
 
@@ -544,21 +544,21 @@ class AXAutoFocusDirective {
544
544
  }, this.time);
545
545
  }
546
546
  }
547
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXAutoFocusDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: AXFocusableComponent, host: true, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive }); }
548
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.6", type: AXAutoFocusDirective, selector: "[axAutoFocus]", inputs: { autoFocus: ["axAutoFocus", "autoFocus"], time: ["axAutoFocusTime", "time"] }, ngImport: i0 }); }
547
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXAutoFocusDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: AXFocusableComponent, host: true, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive }); }
548
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: AXAutoFocusDirective, selector: "[axAutoFocus]", inputs: { autoFocus: ["axAutoFocus", "autoFocus"], time: ["axAutoFocusTime", "time"] }, ngImport: i0 }); }
549
549
  }
550
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXAutoFocusDirective, decorators: [{
550
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXAutoFocusDirective, decorators: [{
551
551
  type: Directive,
552
552
  args: [{
553
553
  selector: '[axAutoFocus]',
554
554
  }]
555
- }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: AXFocusableComponent, decorators: [{
555
+ }], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: AXFocusableComponent, decorators: [{
556
556
  type: Host
557
557
  }, {
558
558
  type: Self
559
559
  }, {
560
560
  type: Optional
561
- }] }]; }, propDecorators: { autoFocus: [{
561
+ }] }], propDecorators: { autoFocus: [{
562
562
  type: Input,
563
563
  args: ['axAutoFocus']
564
564
  }], time: [{
@@ -595,15 +595,15 @@ class AXHotkeysService {
595
595
  }
596
596
  });
597
597
  }
598
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXHotkeysService, deps: [{ token: i1.EventManager }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
599
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXHotkeysService }); }
598
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXHotkeysService, deps: [{ token: i1.EventManager }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
599
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXHotkeysService }); }
600
600
  }
601
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXHotkeysService, decorators: [{
601
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXHotkeysService, decorators: [{
602
602
  type: Injectable
603
- }], ctorParameters: function () { return [{ type: i1.EventManager }, { type: Document, decorators: [{
603
+ }], ctorParameters: () => [{ type: i1.EventManager }, { type: Document, decorators: [{
604
604
  type: Inject,
605
605
  args: [DOCUMENT]
606
- }] }]; } });
606
+ }] }] });
607
607
 
608
608
  class AXHotkeyDirective {
609
609
  constructor(el, _host, hs) {
@@ -661,21 +661,21 @@ class AXHotkeyDirective {
661
661
  s.unsubscribe();
662
662
  });
663
663
  }
664
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXHotkeyDirective, deps: [{ token: i0.ElementRef }, { token: AXComponent, host: true, optional: true, self: true }, { token: AXHotkeysService }], target: i0.ɵɵFactoryTarget.Directive }); }
665
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.6", type: AXHotkeyDirective, selector: "[axHotkey]", inputs: { axHotkey: "axHotkey" }, ngImport: i0 }); }
664
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXHotkeyDirective, deps: [{ token: i0.ElementRef }, { token: AXComponent, host: true, optional: true, self: true }, { token: AXHotkeysService }], target: i0.ɵɵFactoryTarget.Directive }); }
665
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: AXHotkeyDirective, selector: "[axHotkey]", inputs: { axHotkey: "axHotkey" }, ngImport: i0 }); }
666
666
  }
667
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXHotkeyDirective, decorators: [{
667
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXHotkeyDirective, decorators: [{
668
668
  type: Directive,
669
669
  args: [{
670
670
  selector: '[axHotkey]',
671
671
  }]
672
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: AXComponent, decorators: [{
672
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: AXComponent, decorators: [{
673
673
  type: Host
674
674
  }, {
675
675
  type: Self
676
676
  }, {
677
677
  type: Optional
678
- }] }, { type: AXHotkeysService }]; }, propDecorators: { axHotkey: [{
678
+ }] }, { type: AXHotkeysService }], propDecorators: { axHotkey: [{
679
679
  type: Input
680
680
  }] } });
681
681
 
@@ -719,15 +719,15 @@ class AXInfiniteScrollerDirective {
719
719
  return this.scrollCallback();
720
720
  }));
721
721
  }
722
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXInfiniteScrollerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
723
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.6", type: AXInfiniteScrollerDirective, selector: "[axInfiniteScroller]", inputs: { scrollCallback: "scrollCallback", immediateCallback: "immediateCallback", scrollPercent: "scrollPercent" }, ngImport: i0 }); }
722
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXInfiniteScrollerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
723
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: AXInfiniteScrollerDirective, selector: "[axInfiniteScroller]", inputs: { scrollCallback: "scrollCallback", immediateCallback: "immediateCallback", scrollPercent: "scrollPercent" }, ngImport: i0 }); }
724
724
  }
725
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXInfiniteScrollerDirective, decorators: [{
725
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXInfiniteScrollerDirective, decorators: [{
726
726
  type: Directive,
727
727
  args: [{
728
728
  selector: '[axInfiniteScroller]',
729
729
  }]
730
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { scrollCallback: [{
730
+ }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { scrollCallback: [{
731
731
  type: Input
732
732
  }], immediateCallback: [{
733
733
  type: Input
@@ -764,20 +764,20 @@ class AXResponsiveDirective {
764
764
  this._observer?.disconnect();
765
765
  this._observer?.unobserve(this._elementRef.nativeElement);
766
766
  }
767
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXResponsiveDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
768
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.6", type: AXResponsiveDirective, selector: "[axResponsive]", ngImport: i0 }); }
767
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXResponsiveDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
768
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: AXResponsiveDirective, selector: "[axResponsive]", ngImport: i0 }); }
769
769
  }
770
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXResponsiveDirective, decorators: [{
770
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXResponsiveDirective, decorators: [{
771
771
  type: Directive,
772
772
  args: [{ selector: '[axResponsive]' }]
773
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
773
+ }], ctorParameters: () => [{ type: i0.ElementRef }] });
774
774
 
775
775
  class AXCommonModule {
776
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
777
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.6", ngImport: i0, type: AXCommonModule, declarations: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective], exports: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective] }); }
778
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXCommonModule, providers: [AXHotkeysService] }); }
776
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
777
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.2", ngImport: i0, type: AXCommonModule, declarations: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective], exports: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective] }); }
778
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXCommonModule, providers: [AXHotkeysService] }); }
779
779
  }
780
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXCommonModule, decorators: [{
780
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXCommonModule, decorators: [{
781
781
  type: NgModule,
782
782
  args: [{
783
783
  declarations: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective],
@@ -793,10 +793,10 @@ class AXDomService {
793
793
  const randomness = Math.random().toString(36).substr(2);
794
794
  return dateString + randomness;
795
795
  }
796
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXDomService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
797
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXDomService, providedIn: 'root' }); }
796
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXDomService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
797
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXDomService, providedIn: 'root' }); }
798
798
  }
799
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXDomService, decorators: [{
799
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXDomService, decorators: [{
800
800
  type: Injectable,
801
801
  args: [{ providedIn: 'root' }]
802
802
  }] });
@@ -868,10 +868,10 @@ class MXBaseComponent {
868
868
  set rtl(value) {
869
869
  this.setOption({ name: 'rtl', value });
870
870
  }
871
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: MXBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
872
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: MXBaseComponent }); }
871
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: MXBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
872
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: MXBaseComponent }); }
873
873
  }
874
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: MXBaseComponent, decorators: [{
874
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: MXBaseComponent, decorators: [{
875
875
  type: Injectable
876
876
  }] });
877
877
 
@@ -1305,10 +1305,10 @@ class MXValueComponent extends MXInteractiveComponent {
1305
1305
  clear(e) {
1306
1306
  this.commitValue(null, e);
1307
1307
  }
1308
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: MXValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1309
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: MXValueComponent }); }
1308
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: MXValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1309
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: MXValueComponent }); }
1310
1310
  }
1311
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: MXValueComponent, decorators: [{
1311
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: MXValueComponent, decorators: [{
1312
1312
  type: Injectable
1313
1313
  }] });
1314
1314
 
@@ -1349,10 +1349,10 @@ class MXInputBaseValueComponent extends MXValueComponent {
1349
1349
  nativeEvent: e,
1350
1350
  });
1351
1351
  }
1352
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: MXInputBaseValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1353
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: MXInputBaseValueComponent }); }
1352
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: MXInputBaseValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1353
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: MXInputBaseValueComponent }); }
1354
1354
  }
1355
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: MXInputBaseValueComponent, decorators: [{
1355
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: MXInputBaseValueComponent, decorators: [{
1356
1356
  type: Injectable
1357
1357
  }] });
1358
1358
 
@@ -1361,10 +1361,10 @@ class MXSelectionBridgeService {
1361
1361
  this.selectedItems = [];
1362
1362
  this.cacheList = {};
1363
1363
  }
1364
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: MXSelectionBridgeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1365
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: MXSelectionBridgeService }); }
1364
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: MXSelectionBridgeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1365
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: MXSelectionBridgeService }); }
1366
1366
  }
1367
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: MXSelectionBridgeService, decorators: [{
1367
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: MXSelectionBridgeService, decorators: [{
1368
1368
  type: Injectable
1369
1369
  }] });
1370
1370
  const AX_SELECTION_DATA_TOKEN = new InjectionToken("AX_SELECTION_DATA_TOKEN");
@@ -1551,10 +1551,10 @@ class MXSelectionValueComponent extends MXValueComponent {
1551
1551
  this.dataService.cacheList = {};
1552
1552
  this.dataService.selectedItems = [];
1553
1553
  }
1554
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: MXSelectionValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1555
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: MXSelectionValueComponent }); }
1554
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: MXSelectionValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1555
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: MXSelectionValueComponent }); }
1556
1556
  }
1557
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: MXSelectionValueComponent, decorators: [{
1557
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: MXSelectionValueComponent, decorators: [{
1558
1558
  type: Injectable
1559
1559
  }] });
1560
1560
 
@@ -1587,16 +1587,16 @@ class AXNgModelDelayedValueChangedDirective {
1587
1587
  distinctUntilChanged(), debounceTime(this.delayTime))
1588
1588
  .subscribe((value) => this.axDelayedValueChanged.emit(value));
1589
1589
  }
1590
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXNgModelDelayedValueChangedDirective, deps: [{ token: i1$1.NgModel }], target: i0.ɵɵFactoryTarget.Directive }); }
1591
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.6", type: AXNgModelDelayedValueChangedDirective, isStandalone: true, selector: "[axDelayedValueChanged]", inputs: { delayTime: "delayTime" }, outputs: { axDelayedValueChanged: "axDelayedValueChanged", axDelayTimeChange: "axDelayTimeChange" }, ngImport: i0 }); }
1590
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXNgModelDelayedValueChangedDirective, deps: [{ token: i1$1.NgModel }], target: i0.ɵɵFactoryTarget.Directive }); }
1591
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: AXNgModelDelayedValueChangedDirective, isStandalone: true, selector: "[axDelayedValueChanged]", inputs: { delayTime: "delayTime" }, outputs: { axDelayedValueChanged: "axDelayedValueChanged", axDelayTimeChange: "axDelayTimeChange" }, ngImport: i0 }); }
1592
1592
  }
1593
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXNgModelDelayedValueChangedDirective, decorators: [{
1593
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXNgModelDelayedValueChangedDirective, decorators: [{
1594
1594
  type: Directive,
1595
1595
  args: [{
1596
1596
  selector: '[axDelayedValueChanged]',
1597
1597
  standalone: true,
1598
1598
  }]
1599
- }], ctorParameters: function () { return [{ type: i1$1.NgModel }]; }, propDecorators: { axDelayedValueChanged: [{
1599
+ }], ctorParameters: () => [{ type: i1$1.NgModel }], propDecorators: { axDelayedValueChanged: [{
1600
1600
  type: Output
1601
1601
  }], axDelayTimeChange: [{
1602
1602
  type: Output
@@ -1646,16 +1646,16 @@ class AXRippleDirective {
1646
1646
  circle?.remove();
1647
1647
  });
1648
1648
  }
1649
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXRippleDirective, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1650
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.6", type: AXRippleDirective, isStandalone: true, selector: "[axRipple]", inputs: { enabled: ["axRipple", "enabled"], axRippleColor: "axRippleColor" }, ngImport: i0 }); }
1649
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXRippleDirective, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1650
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: AXRippleDirective, isStandalone: true, selector: "[axRipple]", inputs: { enabled: ["axRipple", "enabled"], axRippleColor: "axRippleColor" }, ngImport: i0 }); }
1651
1651
  }
1652
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.6", ngImport: i0, type: AXRippleDirective, decorators: [{
1652
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: AXRippleDirective, decorators: [{
1653
1653
  type: Directive,
1654
1654
  args: [{
1655
1655
  selector: '[axRipple]',
1656
1656
  standalone: true,
1657
1657
  }]
1658
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { enabled: [{
1658
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }], propDecorators: { enabled: [{
1659
1659
  type: Input,
1660
1660
  args: ['axRipple']
1661
1661
  }], axRippleColor: [{