@acorex/components 7.19.5 → 7.20.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 (270) hide show
  1. package/bottom-navigation/README.md +3 -0
  2. package/bottom-navigation/index.d.ts +3 -0
  3. package/bottom-navigation/lib/bottom-navigation-item/bottom-navigation-item.component.d.ts +15 -0
  4. package/bottom-navigation/lib/bottom-navigation.component.d.ts +17 -0
  5. package/bottom-navigation/lib/bottom-navigation.module.d.ts +9 -0
  6. package/esm2022/action-sheet/lib/action-sheet.component.mjs +3 -3
  7. package/esm2022/action-sheet/lib/action-sheet.module.mjs +4 -4
  8. package/esm2022/action-sheet/lib/action-sheet.service.mjs +3 -3
  9. package/esm2022/alert/lib/alert.component.mjs +3 -3
  10. package/esm2022/alert/lib/alert.module.mjs +4 -4
  11. package/esm2022/avatar/lib/avatar-group.component.mjs +3 -3
  12. package/esm2022/avatar/lib/avatar.component.mjs +3 -3
  13. package/esm2022/avatar/lib/avatar.module.mjs +4 -4
  14. package/esm2022/badge/lib/badge.component.mjs +3 -3
  15. package/esm2022/badge/lib/badge.module.mjs +4 -4
  16. package/esm2022/bottom-navigation/acorex-components-bottom-navigation.mjs +5 -0
  17. package/esm2022/bottom-navigation/index.mjs +4 -0
  18. package/esm2022/bottom-navigation/lib/bottom-navigation-item/bottom-navigation-item.component.mjs +46 -0
  19. package/esm2022/bottom-navigation/lib/bottom-navigation.component.mjs +49 -0
  20. package/esm2022/bottom-navigation/lib/bottom-navigation.module.mjs +22 -0
  21. package/esm2022/breadcrumbs/lib/breadcrumbs-item.component.mjs +3 -3
  22. package/esm2022/breadcrumbs/lib/breadcrumbs.component.mjs +3 -3
  23. package/esm2022/breadcrumbs/lib/breadcrumbs.module.mjs +4 -4
  24. package/esm2022/button/lib/button-item-list.component.mjs +3 -3
  25. package/esm2022/button/lib/button-item.component.mjs +3 -3
  26. package/esm2022/button/lib/button.component.mjs +3 -3
  27. package/esm2022/button/lib/button.module.mjs +4 -4
  28. package/esm2022/button-group/lib/button-group.component.mjs +3 -3
  29. package/esm2022/button-group/lib/button-group.module.mjs +4 -4
  30. package/esm2022/calendar/lib/calendar-range.component.mjs +3 -3
  31. package/esm2022/calendar/lib/calendar.class.mjs +3 -3
  32. package/esm2022/calendar/lib/calendar.component.mjs +3 -3
  33. package/esm2022/calendar/lib/calendar.module.mjs +4 -4
  34. package/esm2022/check-box/lib/check-box.component.mjs +3 -3
  35. package/esm2022/check-box/lib/check-box.module.mjs +4 -4
  36. package/esm2022/chips/lib/chips.component.mjs +3 -3
  37. package/esm2022/chips/lib/chips.module.mjs +4 -4
  38. package/esm2022/circular-progress/lib/circular-progress.component.mjs +3 -3
  39. package/esm2022/circular-progress/lib/circular-progress.module.mjs +4 -4
  40. package/esm2022/collapse/lib/collapse-group.component.mjs +3 -3
  41. package/esm2022/collapse/lib/collapse.component.mjs +3 -3
  42. package/esm2022/collapse/lib/collapse.module.mjs +4 -4
  43. package/esm2022/color-box/lib/color-box.component.mjs +3 -3
  44. package/esm2022/color-box/lib/color-box.module.mjs +4 -4
  45. package/esm2022/color-palette/lib/color-palette-input.component.mjs +3 -3
  46. package/esm2022/color-palette/lib/color-palette-picker.component.mjs +3 -3
  47. package/esm2022/color-palette/lib/color-palette-preview.component.mjs +3 -3
  48. package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +3 -3
  49. package/esm2022/color-palette/lib/color-palette.class.mjs +6 -6
  50. package/esm2022/color-palette/lib/color-palette.component.mjs +3 -3
  51. package/esm2022/color-palette/lib/color-palette.module.mjs +4 -4
  52. package/esm2022/common/lib/classes/components.class.mjs +21 -21
  53. package/esm2022/common/lib/common.module.mjs +4 -4
  54. package/esm2022/common/lib/components/base-component.class.mjs +3 -3
  55. package/esm2022/common/lib/components/input-base-value-component.class.mjs +3 -3
  56. package/esm2022/common/lib/components/look-component.class.mjs +3 -3
  57. package/esm2022/common/lib/components/selection-base.component.class.mjs +6 -6
  58. package/esm2022/common/lib/components/value-component.class.mjs +3 -3
  59. package/esm2022/common/lib/directives/auto-focus.directive.mjs +3 -3
  60. package/esm2022/common/lib/directives/delayed-value-changed.directive.mjs +3 -3
  61. package/esm2022/common/lib/directives/hotkey.directive.mjs +3 -3
  62. package/esm2022/common/lib/directives/infinite-scroll.directive.mjs +3 -3
  63. package/esm2022/common/lib/directives/responsive.directive.mjs +3 -3
  64. package/esm2022/common/lib/directives/ripple.directive.mjs +3 -3
  65. package/esm2022/common/lib/services/dom.service.mjs +3 -3
  66. package/esm2022/common/lib/services/hotkey.service.mjs +3 -3
  67. package/esm2022/data-pager/lib/data-pager-base.component.mjs +6 -6
  68. package/esm2022/data-pager/lib/data-pager-info.component.mjs +3 -3
  69. package/esm2022/data-pager/lib/data-pager-input-selector.component.mjs +3 -3
  70. package/esm2022/data-pager/lib/data-pager-next-buttons.components.mjs +3 -3
  71. package/esm2022/data-pager/lib/data-pager-numeric-selector.component.mjs +3 -3
  72. package/esm2022/data-pager/lib/data-pager-pagesize-dropdown.component.mjs +3 -3
  73. package/esm2022/data-pager/lib/data-pager-prev-buttons.component.mjs +3 -3
  74. package/esm2022/data-pager/lib/data-pager.component.mjs +3 -3
  75. package/esm2022/data-pager/lib/data-pager.module.mjs +4 -4
  76. package/esm2022/data-table/lib/columns/data-table-column-resizable.directive.mjs +3 -3
  77. package/esm2022/data-table/lib/columns/data-table-column.mjs +3 -3
  78. package/esm2022/data-table/lib/columns/data-text-column.component.mjs +3 -3
  79. package/esm2022/data-table/lib/columns/row-command-column.component.mjs +6 -6
  80. package/esm2022/data-table/lib/columns/row-index-column.component.mjs +3 -3
  81. package/esm2022/data-table/lib/columns/row-select-column.component.mjs +3 -3
  82. package/esm2022/data-table/lib/data-table.component.mjs +3 -3
  83. package/esm2022/data-table/lib/data-table.module.mjs +4 -4
  84. package/esm2022/datetime-box/lib/datetime-box.component.mjs +3 -3
  85. package/esm2022/datetime-box/lib/datetime-box.module.mjs +4 -4
  86. package/esm2022/datetime-input/lib/datetime-input.component.mjs +3 -3
  87. package/esm2022/datetime-input/lib/datetime-input.module.mjs +4 -4
  88. package/esm2022/datetime-picker/lib/datetime-picker.component.mjs +3 -3
  89. package/esm2022/datetime-picker/lib/datetime-picker.module.mjs +4 -4
  90. package/esm2022/decorators/lib/components/clear-button.component.mjs +3 -3
  91. package/esm2022/decorators/lib/components/close-button.component.mjs +3 -3
  92. package/esm2022/decorators/lib/components/generic-content.component.mjs +3 -3
  93. package/esm2022/decorators/lib/components/icon.component.mjs +3 -3
  94. package/esm2022/decorators/lib/decorators.module.mjs +4 -4
  95. package/esm2022/dialog/lib/dialog.component.mjs +3 -3
  96. package/esm2022/dialog/lib/dialog.module.mjs +4 -4
  97. package/esm2022/dialog/lib/dialog.service.mjs +3 -3
  98. package/esm2022/drawer/lib/drawer-container.component.mjs +3 -3
  99. package/esm2022/drawer/lib/drawer.component.mjs +3 -3
  100. package/esm2022/drawer/lib/drawer.module.mjs +4 -4
  101. package/esm2022/dropdown/lib/dropdown-box.class.mjs +3 -3
  102. package/esm2022/dropdown/lib/dropdown-box.component.mjs +3 -3
  103. package/esm2022/dropdown/lib/dropdown-panel.component.mjs +3 -3
  104. package/esm2022/dropdown/lib/dropdown.module.mjs +4 -4
  105. package/esm2022/form/lib/form-field.component.mjs +3 -3
  106. package/esm2022/form/lib/form.component.mjs +3 -3
  107. package/esm2022/form/lib/form.module.mjs +4 -4
  108. package/esm2022/form/lib/validation-rule.directive.mjs +3 -3
  109. package/esm2022/form/lib/validation-summary.component.mjs +3 -3
  110. package/esm2022/image/lib/image.component.mjs +3 -3
  111. package/esm2022/image/lib/image.module.mjs +4 -4
  112. package/esm2022/label/lib/label.component.mjs +3 -3
  113. package/esm2022/label/lib/label.module.mjs +4 -4
  114. package/esm2022/list/lib/list.component.mjs +16 -13
  115. package/esm2022/list/lib/list.module.mjs +4 -4
  116. package/esm2022/loading/lib/loading-spinner.component.mjs +3 -3
  117. package/esm2022/loading/lib/loading.component.mjs +3 -3
  118. package/esm2022/loading/lib/loading.directive.mjs +3 -3
  119. package/esm2022/loading/lib/loading.module.mjs +4 -4
  120. package/esm2022/loading/lib/loading.service.mjs +3 -3
  121. package/esm2022/menu/lib/menu-item/menu-item.component.mjs +3 -3
  122. package/esm2022/menu/lib/menu.component.mjs +3 -3
  123. package/esm2022/menu/lib/menu.module.mjs +4 -4
  124. package/esm2022/nav/lib/nav-item/nav-item.component.mjs +3 -3
  125. package/esm2022/nav/lib/nav.component.mjs +4 -4
  126. package/esm2022/nav/lib/nav.module.mjs +4 -4
  127. package/esm2022/navbar/lib/navbar.component.mjs +3 -3
  128. package/esm2022/navbar/lib/navbar.module.mjs +4 -4
  129. package/esm2022/notification/lib/notification.component.mjs +3 -3
  130. package/esm2022/notification/lib/notification.module.mjs +4 -4
  131. package/esm2022/notification/lib/notification.service.mjs +3 -3
  132. package/esm2022/number-box/lib/number-box.component.mjs +3 -3
  133. package/esm2022/number-box/lib/number-box.module.mjs +4 -4
  134. package/esm2022/otp/lib/otp.component.mjs +3 -3
  135. package/esm2022/otp/lib/otp.module.mjs +4 -4
  136. package/esm2022/page/lib/base-page.class.mjs +3 -3
  137. package/esm2022/page/lib/page.component.mjs +3 -3
  138. package/esm2022/page/lib/page.module.mjs +4 -4
  139. package/esm2022/password-box/lib/password-box.component.mjs +3 -3
  140. package/esm2022/password-box/lib/password-box.module.mjs +4 -4
  141. package/esm2022/phone-box/lib/phone-box.component.mjs +3 -3
  142. package/esm2022/phone-box/lib/phone-box.module.mjs +4 -4
  143. package/esm2022/picker/lib/picker-column.directive.mjs +3 -3
  144. package/esm2022/picker/lib/picker.component.mjs +3 -3
  145. package/esm2022/picker/lib/picker.module.mjs +4 -4
  146. package/esm2022/popover/lib/popover.component.mjs +3 -3
  147. package/esm2022/popover/lib/popover.module.mjs +4 -4
  148. package/esm2022/popup/lib/popup.component.mjs +4 -4
  149. package/esm2022/popup/lib/popup.module.mjs +4 -4
  150. package/esm2022/popup/lib/popup.service.mjs +3 -3
  151. package/esm2022/progress-bar/lib/progress-bar.component.mjs +3 -3
  152. package/esm2022/progress-bar/lib/progress-bar.module.mjs +4 -4
  153. package/esm2022/radio/lib/radio.component.mjs +3 -3
  154. package/esm2022/radio/lib/radio.module.mjs +4 -4
  155. package/esm2022/range-slider/lib/range-slider.component.mjs +3 -3
  156. package/esm2022/range-slider/lib/range-slider.module.mjs +4 -4
  157. package/esm2022/result/lib/result.component.mjs +3 -3
  158. package/esm2022/result/lib/result.module.mjs +4 -4
  159. package/esm2022/routing-progress/lib/routing-progress.component.mjs +3 -3
  160. package/esm2022/routing-progress/lib/routing-progress.module.mjs +4 -4
  161. package/esm2022/scheduler/lib/scheduler-month-view.component.mjs +3 -3
  162. package/esm2022/scheduler/lib/scheduler-week-view.component.mjs +3 -3
  163. package/esm2022/scheduler/lib/scheduler.component.mjs +3 -3
  164. package/esm2022/scheduler/lib/scheduler.module.mjs +4 -4
  165. package/esm2022/search-box/lib/search-box.component.mjs +4 -5
  166. package/esm2022/search-box/lib/search-box.module.mjs +4 -4
  167. package/esm2022/select-box/lib/select-box.component.mjs +3 -3
  168. package/esm2022/select-box/lib/select-box.module.mjs +4 -4
  169. package/esm2022/selection-list/lib/selection-list.component.mjs +3 -3
  170. package/esm2022/selection-list/lib/selection-list.module.mjs +4 -4
  171. package/esm2022/side-menu/lib/side-menu-item/side-menu-item.compoent.mjs +3 -3
  172. package/esm2022/side-menu/lib/side-menu.component.mjs +3 -3
  173. package/esm2022/side-menu/lib/side-menu.module.mjs +4 -4
  174. package/esm2022/skeleton/lib/skeleton.component.mjs +3 -3
  175. package/esm2022/skeleton/lib/skeleton.module.mjs +4 -4
  176. package/esm2022/switch/lib/switch-content.component.mjs +3 -3
  177. package/esm2022/switch/lib/switch.component.mjs +3 -3
  178. package/esm2022/switch/lib/switch.module.mjs +4 -4
  179. package/esm2022/tabs/lib/tab-content.directive.mjs +3 -3
  180. package/esm2022/tabs/lib/tab-item.component.mjs +3 -3
  181. package/esm2022/tabs/lib/tabs.component.mjs +3 -3
  182. package/esm2022/tabs/lib/tabs.module.mjs +4 -4
  183. package/esm2022/tag/lib/tag.component.mjs +3 -3
  184. package/esm2022/tag/lib/tag.module.mjs +4 -4
  185. package/esm2022/text-area/lib/text-area.component.mjs +3 -3
  186. package/esm2022/text-area/lib/text-area.module.mjs +4 -4
  187. package/esm2022/text-box/lib/mask-options.directive.mjs +3 -3
  188. package/esm2022/text-box/lib/text-box.component.mjs +3 -3
  189. package/esm2022/text-box/lib/text-box.module.mjs +4 -4
  190. package/esm2022/toast/lib/toast.component.mjs +3 -3
  191. package/esm2022/toast/lib/toast.module.mjs +4 -4
  192. package/esm2022/toast/lib/toast.service.mjs +3 -3
  193. package/esm2022/tooltip/lib/tooltip.component.mjs +3 -3
  194. package/esm2022/tooltip/lib/tooltip.directive.mjs +3 -3
  195. package/esm2022/tooltip/lib/tooltip.module.mjs +4 -4
  196. package/esm2022/uploader/lib/uploader-browse-handle.directive.mjs +3 -3
  197. package/esm2022/uploader/lib/uploader-dialog-container.component.mjs +3 -3
  198. package/esm2022/uploader/lib/uploader-drop-zone.component.mjs +3 -3
  199. package/esm2022/uploader/lib/uploader-list.component.mjs +3 -3
  200. package/esm2022/uploader/lib/uploader-zone.directive.mjs +3 -3
  201. package/esm2022/uploader/lib/uploader.module.mjs +4 -4
  202. package/esm2022/uploader/lib/uploader.service.mjs +3 -3
  203. package/fesm2022/acorex-components-action-sheet.mjs +10 -10
  204. package/fesm2022/acorex-components-alert.mjs +7 -7
  205. package/fesm2022/acorex-components-avatar.mjs +10 -10
  206. package/fesm2022/acorex-components-badge.mjs +7 -7
  207. package/fesm2022/acorex-components-bottom-navigation.mjs +115 -0
  208. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -0
  209. package/fesm2022/acorex-components-breadcrumbs.mjs +10 -10
  210. package/fesm2022/acorex-components-button-group.mjs +7 -7
  211. package/fesm2022/acorex-components-button.mjs +13 -13
  212. package/fesm2022/acorex-components-calendar.mjs +13 -13
  213. package/fesm2022/acorex-components-check-box.mjs +7 -7
  214. package/fesm2022/acorex-components-chips.mjs +7 -7
  215. package/fesm2022/acorex-components-circular-progress.mjs +7 -7
  216. package/fesm2022/acorex-components-collapse.mjs +11 -11
  217. package/fesm2022/acorex-components-color-box.mjs +7 -7
  218. package/fesm2022/acorex-components-color-palette.mjs +25 -25
  219. package/fesm2022/acorex-components-common.mjs +70 -70
  220. package/fesm2022/acorex-components-data-pager.mjs +31 -31
  221. package/fesm2022/acorex-components-data-table.mjs +30 -30
  222. package/fesm2022/acorex-components-datetime-box.mjs +7 -7
  223. package/fesm2022/acorex-components-datetime-input.mjs +7 -7
  224. package/fesm2022/acorex-components-datetime-picker.mjs +8 -8
  225. package/fesm2022/acorex-components-decorators.mjs +16 -16
  226. package/fesm2022/acorex-components-dialog.mjs +10 -10
  227. package/fesm2022/acorex-components-drawer.mjs +10 -10
  228. package/fesm2022/acorex-components-dropdown.mjs +13 -13
  229. package/fesm2022/acorex-components-form.mjs +16 -16
  230. package/fesm2022/acorex-components-image.mjs +7 -7
  231. package/fesm2022/acorex-components-label.mjs +7 -7
  232. package/fesm2022/acorex-components-list.mjs +18 -15
  233. package/fesm2022/acorex-components-list.mjs.map +1 -1
  234. package/fesm2022/acorex-components-loading.mjs +16 -16
  235. package/fesm2022/acorex-components-menu.mjs +10 -10
  236. package/fesm2022/acorex-components-nav.mjs +11 -11
  237. package/fesm2022/acorex-components-nav.mjs.map +1 -1
  238. package/fesm2022/acorex-components-navbar.mjs +7 -7
  239. package/fesm2022/acorex-components-notification.mjs +10 -10
  240. package/fesm2022/acorex-components-number-box.mjs +7 -7
  241. package/fesm2022/acorex-components-otp.mjs +7 -7
  242. package/fesm2022/acorex-components-page.mjs +10 -10
  243. package/fesm2022/acorex-components-password-box.mjs +7 -7
  244. package/fesm2022/acorex-components-phone-box.mjs +7 -7
  245. package/fesm2022/acorex-components-picker.mjs +10 -10
  246. package/fesm2022/acorex-components-popover.mjs +7 -7
  247. package/fesm2022/acorex-components-popup.mjs +11 -11
  248. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  249. package/fesm2022/acorex-components-progress-bar.mjs +7 -7
  250. package/fesm2022/acorex-components-radio.mjs +7 -7
  251. package/fesm2022/acorex-components-range-slider.mjs +7 -7
  252. package/fesm2022/acorex-components-result.mjs +7 -7
  253. package/fesm2022/acorex-components-routing-progress.mjs +8 -8
  254. package/fesm2022/acorex-components-scheduler.mjs +13 -13
  255. package/fesm2022/acorex-components-search-box.mjs +7 -8
  256. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  257. package/fesm2022/acorex-components-select-box.mjs +7 -7
  258. package/fesm2022/acorex-components-selection-list.mjs +7 -7
  259. package/fesm2022/acorex-components-side-menu.mjs +11 -11
  260. package/fesm2022/acorex-components-skeleton.mjs +7 -7
  261. package/fesm2022/acorex-components-switch.mjs +10 -10
  262. package/fesm2022/acorex-components-tabs.mjs +13 -13
  263. package/fesm2022/acorex-components-tag.mjs +7 -7
  264. package/fesm2022/acorex-components-text-area.mjs +7 -7
  265. package/fesm2022/acorex-components-text-box.mjs +10 -10
  266. package/fesm2022/acorex-components-toast.mjs +11 -11
  267. package/fesm2022/acorex-components-tooltip.mjs +10 -10
  268. package/fesm2022/acorex-components-uploader.mjs +24 -24
  269. package/list/lib/list.component.d.ts +3 -2
  270. package/package.json +7 -1
@@ -1,8 +1,8 @@
1
- import { clone, flatten, filter, isEqual } from 'lodash-es';
1
+ import { flatten, clone, filter, isEqual } from 'lodash-es';
2
2
  import * as i0 from '@angular/core';
3
- import { Injectable, Directive, Host, Self, Optional, Input, Inject, NgModule, ChangeDetectorRef, inject, ElementRef, ViewContainerRef, EventEmitter, InjectionToken, Output } from '@angular/core';
3
+ import { Injectable, Directive, Host, Self, Optional, Input, Inject, NgModule, inject, ChangeDetectorRef, ElementRef, ViewContainerRef, EventEmitter, InjectionToken, Output } from '@angular/core';
4
4
  import { DataSource } from '@angular/cdk/collections';
5
- import { Subscription, BehaviorSubject, distinctUntilChanged, debounceTime, Subject, fromEvent, noop, skip } from 'rxjs';
5
+ import { Subscription, BehaviorSubject, debounceTime, distinctUntilChanged, 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: "17.0.9", ngImport: i0, type: AXComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
283
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXComponent }); }
282
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
283
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXComponent }); }
284
284
  }
285
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXComponent, decorators: [{
285
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", 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: "17.0.9", ngImport: i0, type: AXClosbaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
290
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXClosbaleComponent }); }
289
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXClosbaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
290
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXClosbaleComponent }); }
291
291
  }
292
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXClosbaleComponent, decorators: [{
292
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", 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: "17.0.9", ngImport: i0, type: AXClearableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
297
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXClearableComponent }); }
296
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXClearableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
297
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXClearableComponent }); }
298
298
  }
299
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXClearableComponent, decorators: [{
299
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", 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: "17.0.9", ngImport: i0, type: AXSearchableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
304
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXSearchableComponent }); }
303
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXSearchableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
304
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXSearchableComponent }); }
305
305
  }
306
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXSearchableComponent, decorators: [{
306
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", 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: "17.0.9", ngImport: i0, type: AXValuableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
311
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXValuableComponent }); }
310
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXValuableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
311
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXValuableComponent }); }
312
312
  }
313
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXValuableComponent, decorators: [{
313
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", 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: "17.0.9", ngImport: i0, type: AXFocusableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
318
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXFocusableComponent }); }
317
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXFocusableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
318
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXFocusableComponent }); }
319
319
  }
320
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXFocusableComponent, decorators: [{
320
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", 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: "17.0.9", ngImport: i0, type: AXPagedComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
325
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXPagedComponent }); }
324
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXPagedComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
325
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXPagedComponent }); }
326
326
  }
327
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXPagedComponent, decorators: [{
327
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXPagedComponent, decorators: [{
328
328
  type: Injectable
329
329
  }] });
330
330
 
@@ -544,10 +544,10 @@ class AXAutoFocusDirective {
544
544
  }, this.time);
545
545
  }
546
546
  }
547
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", 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.9", 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.1.0", 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.1.0", type: AXAutoFocusDirective, selector: "[axAutoFocus]", inputs: { autoFocus: ["axAutoFocus", "autoFocus"], time: ["axAutoFocusTime", "time"] }, ngImport: i0 }); }
549
549
  }
550
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXAutoFocusDirective, decorators: [{
550
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXAutoFocusDirective, decorators: [{
551
551
  type: Directive,
552
552
  args: [{
553
553
  selector: '[axAutoFocus]',
@@ -603,10 +603,10 @@ class AXHotkeysService {
603
603
  }
604
604
  });
605
605
  }
606
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXHotkeysService, deps: [{ token: i1.EventManager }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
607
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXHotkeysService }); }
606
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXHotkeysService, deps: [{ token: i1.EventManager }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
607
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXHotkeysService }); }
608
608
  }
609
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXHotkeysService, decorators: [{
609
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXHotkeysService, decorators: [{
610
610
  type: Injectable
611
611
  }], ctorParameters: () => [{ type: i1.EventManager }, { type: Document, decorators: [{
612
612
  type: Inject,
@@ -669,10 +669,10 @@ class AXHotkeyDirective {
669
669
  s.unsubscribe();
670
670
  });
671
671
  }
672
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXHotkeyDirective, deps: [{ token: i0.ElementRef }, { token: AXComponent, host: true, optional: true, self: true }, { token: AXHotkeysService }], target: i0.ɵɵFactoryTarget.Directive }); }
673
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: AXHotkeyDirective, selector: "[axHotkey]", inputs: { axHotkey: "axHotkey" }, ngImport: i0 }); }
672
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXHotkeyDirective, deps: [{ token: i0.ElementRef }, { token: AXComponent, host: true, optional: true, self: true }, { token: AXHotkeysService }], target: i0.ɵɵFactoryTarget.Directive }); }
673
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: AXHotkeyDirective, selector: "[axHotkey]", inputs: { axHotkey: "axHotkey" }, ngImport: i0 }); }
674
674
  }
675
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXHotkeyDirective, decorators: [{
675
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXHotkeyDirective, decorators: [{
676
676
  type: Directive,
677
677
  args: [{
678
678
  selector: '[axHotkey]',
@@ -727,10 +727,10 @@ class AXInfiniteScrollerDirective {
727
727
  return this.scrollCallback();
728
728
  }));
729
729
  }
730
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXInfiniteScrollerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
731
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: AXInfiniteScrollerDirective, selector: "[axInfiniteScroller]", inputs: { scrollCallback: "scrollCallback", immediateCallback: "immediateCallback", scrollPercent: "scrollPercent" }, ngImport: i0 }); }
730
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXInfiniteScrollerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
731
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: AXInfiniteScrollerDirective, selector: "[axInfiniteScroller]", inputs: { scrollCallback: "scrollCallback", immediateCallback: "immediateCallback", scrollPercent: "scrollPercent" }, ngImport: i0 }); }
732
732
  }
733
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXInfiniteScrollerDirective, decorators: [{
733
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXInfiniteScrollerDirective, decorators: [{
734
734
  type: Directive,
735
735
  args: [{
736
736
  selector: '[axInfiniteScroller]',
@@ -772,20 +772,20 @@ class AXResponsiveDirective {
772
772
  this._observer?.disconnect();
773
773
  this._observer?.unobserve(this._elementRef.nativeElement);
774
774
  }
775
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXResponsiveDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
776
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: AXResponsiveDirective, selector: "[axResponsive]", ngImport: i0 }); }
775
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXResponsiveDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
776
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: AXResponsiveDirective, selector: "[axResponsive]", ngImport: i0 }); }
777
777
  }
778
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXResponsiveDirective, decorators: [{
778
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXResponsiveDirective, decorators: [{
779
779
  type: Directive,
780
780
  args: [{ selector: '[axResponsive]' }]
781
781
  }], ctorParameters: () => [{ type: i0.ElementRef }] });
782
782
 
783
783
  class AXCommonModule {
784
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
785
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.9", ngImport: i0, type: AXCommonModule, declarations: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective], exports: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective] }); }
786
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXCommonModule, providers: [AXHotkeysService] }); }
784
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
785
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.0", ngImport: i0, type: AXCommonModule, declarations: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective], exports: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective] }); }
786
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXCommonModule, providers: [AXHotkeysService] }); }
787
787
  }
788
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXCommonModule, decorators: [{
788
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXCommonModule, decorators: [{
789
789
  type: NgModule,
790
790
  args: [{
791
791
  declarations: [AXResponsiveDirective, AXInfiniteScrollerDirective, AXAutoFocusDirective, AXHotkeyDirective],
@@ -801,10 +801,10 @@ class AXDomService {
801
801
  const randomness = Math.random().toString(36).substr(2);
802
802
  return dateString + randomness;
803
803
  }
804
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDomService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
805
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDomService, providedIn: 'root' }); }
804
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDomService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
805
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDomService, providedIn: 'root' }); }
806
806
  }
807
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDomService, decorators: [{
807
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDomService, decorators: [{
808
808
  type: Injectable,
809
809
  args: [{ providedIn: 'root' }]
810
810
  }] });
@@ -876,10 +876,10 @@ class MXBaseComponent {
876
876
  set rtl(value) {
877
877
  this.setOption({ name: 'rtl', value });
878
878
  }
879
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MXBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
880
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MXBaseComponent }); }
879
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
880
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXBaseComponent }); }
881
881
  }
882
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MXBaseComponent, decorators: [{
882
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXBaseComponent, decorators: [{
883
883
  type: Injectable
884
884
  }] });
885
885
 
@@ -907,10 +907,10 @@ class MXColorComponent extends MXBaseComponent {
907
907
  }
908
908
 
909
909
  class MXLookableComponent {
910
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MXLookableComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
911
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MXLookableComponent }); }
910
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXLookableComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
911
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXLookableComponent }); }
912
912
  }
913
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MXLookableComponent, decorators: [{
913
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXLookableComponent, decorators: [{
914
914
  type: Injectable
915
915
  }] });
916
916
  class MXLookComponent extends MXBaseComponent {
@@ -1307,10 +1307,10 @@ class MXValueComponent extends MXInteractiveComponent {
1307
1307
  clear(e = false) {
1308
1308
  this.commitValue(null, e);
1309
1309
  }
1310
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MXValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1311
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MXValueComponent }); }
1310
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1311
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXValueComponent }); }
1312
1312
  }
1313
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MXValueComponent, decorators: [{
1313
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXValueComponent, decorators: [{
1314
1314
  type: Injectable
1315
1315
  }] });
1316
1316
 
@@ -1351,10 +1351,10 @@ class MXInputBaseValueComponent extends MXValueComponent {
1351
1351
  nativeEvent: e,
1352
1352
  });
1353
1353
  }
1354
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MXInputBaseValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1355
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MXInputBaseValueComponent }); }
1354
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXInputBaseValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1355
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXInputBaseValueComponent }); }
1356
1356
  }
1357
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MXInputBaseValueComponent, decorators: [{
1357
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXInputBaseValueComponent, decorators: [{
1358
1358
  type: Injectable
1359
1359
  }] });
1360
1360
 
@@ -1363,10 +1363,10 @@ class MXSelectionBridgeService {
1363
1363
  this.selectedItems = [];
1364
1364
  this.cacheList = {};
1365
1365
  }
1366
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MXSelectionBridgeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1367
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MXSelectionBridgeService }); }
1366
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXSelectionBridgeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1367
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXSelectionBridgeService }); }
1368
1368
  }
1369
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MXSelectionBridgeService, decorators: [{
1369
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXSelectionBridgeService, decorators: [{
1370
1370
  type: Injectable
1371
1371
  }] });
1372
1372
  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: "17.0.9", ngImport: i0, type: MXSelectionValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1555
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MXSelectionValueComponent }); }
1554
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXSelectionValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1555
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXSelectionValueComponent }); }
1556
1556
  }
1557
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: MXSelectionValueComponent, decorators: [{
1557
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: MXSelectionValueComponent, decorators: [{
1558
1558
  type: Injectable
1559
1559
  }] });
1560
1560
 
@@ -1587,10 +1587,10 @@ 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: "17.0.9", 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.9", 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.1.0", 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.1.0", 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: "17.0.9", ngImport: i0, type: AXNgModelDelayedValueChangedDirective, decorators: [{
1593
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXNgModelDelayedValueChangedDirective, decorators: [{
1594
1594
  type: Directive,
1595
1595
  args: [{
1596
1596
  selector: '[axDelayedValueChanged]',
@@ -1646,10 +1646,10 @@ class AXRippleDirective {
1646
1646
  circle?.remove();
1647
1647
  });
1648
1648
  }
1649
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", 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.9", 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.1.0", 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.1.0", type: AXRippleDirective, isStandalone: true, selector: "[axRipple]", inputs: { enabled: ["axRipple", "enabled"], axRippleColor: "axRippleColor" }, ngImport: i0 }); }
1651
1651
  }
1652
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXRippleDirective, decorators: [{
1652
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXRippleDirective, decorators: [{
1653
1653
  type: Directive,
1654
1654
  args: [{
1655
1655
  selector: '[axRipple]',
@@ -31,10 +31,10 @@ class AXDataPagerChangedEvent extends AXEvent {
31
31
  }
32
32
  }
33
33
  class AXDataPagerParentComponent {
34
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerParentComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
35
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerParentComponent }); }
34
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerParentComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
35
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerParentComponent }); }
36
36
  }
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerParentComponent, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerParentComponent, decorators: [{
38
38
  type: Injectable
39
39
  }] });
40
40
  class AXDataPagerChild extends MXInteractiveComponent {
@@ -54,10 +54,10 @@ class AXDataPagerChild extends MXInteractiveComponent {
54
54
  ngAfterViewInit() {
55
55
  this.applyParent();
56
56
  }
57
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerChild, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
58
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerChild }); }
57
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerChild, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
58
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerChild }); }
59
59
  }
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerChild, decorators: [{
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerChild, decorators: [{
61
61
  type: Injectable
62
62
  }], ctorParameters: () => [] });
63
63
 
@@ -81,10 +81,10 @@ class AXDataPagerInfoComponent extends AXDataPagerChild {
81
81
  else {
82
82
  }
83
83
  }
84
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerInfoComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
85
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: AXDataPagerInfoComponent, selector: "ax-data-pager-info", inputs: { text: "text" }, providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerInfoComponent }, AXUnsubscriber], usesInheritance: true, ngImport: i0, template: `{{ _textFormatted }}`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
84
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerInfoComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
85
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.0", type: AXDataPagerInfoComponent, selector: "ax-data-pager-info", inputs: { text: "text" }, providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerInfoComponent }, AXUnsubscriber], usesInheritance: true, ngImport: i0, template: `{{ _textFormatted }}`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
86
86
  }
87
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerInfoComponent, decorators: [{
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerInfoComponent, decorators: [{
88
88
  type: Component,
89
89
  args: [{
90
90
  selector: 'ax-data-pager-info',
@@ -114,8 +114,8 @@ class AXDataPagerInputSelectorComponent extends AXDataPagerChild {
114
114
  this._parent.goToPage(e.value);
115
115
  }
116
116
  }
117
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerInputSelectorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
118
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: AXDataPagerInputSelectorComponent, selector: "ax-data-pager-input-selector", providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerInputSelectorComponent }, AXUnsubscriber], usesInheritance: true, ngImport: i0, template: `
117
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerInputSelectorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
118
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.0", type: AXDataPagerInputSelectorComponent, selector: "ax-data-pager-input-selector", providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerInputSelectorComponent }, AXUnsubscriber], usesInheritance: true, ngImport: i0, template: `
119
119
  <ax-number-box
120
120
  class="ax-sm"
121
121
  [disabled]="_parent.disabled"
@@ -129,7 +129,7 @@ class AXDataPagerInputSelectorComponent extends AXDataPagerChild {
129
129
  </ax-number-box>
130
130
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i2.AXNumberBoxComponent, selector: "ax-number-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "value", "state", "name", "id", "look", "thousandsSeparator", "padDecimalZeros", "step", "decimals", "decimalStep", "showSpinButtons", "minValue", "maxValue"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
131
131
  }
132
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerInputSelectorComponent, decorators: [{
132
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerInputSelectorComponent, decorators: [{
133
133
  type: Component,
134
134
  args: [{
135
135
  selector: 'ax-data-pager-input-selector',
@@ -167,8 +167,8 @@ class AXDataPagerNextButtonsComponent extends AXDataPagerChild {
167
167
  return;
168
168
  this._parent.goNextPage();
169
169
  }
170
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerNextButtonsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
171
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: AXDataPagerNextButtonsComponent, selector: "ax-data-pager-next-buttons", providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerNextButtonsComponent }, AXUnsubscriber], usesInheritance: true, ngImport: i0, template: `
170
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerNextButtonsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
171
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.0", type: AXDataPagerNextButtonsComponent, selector: "ax-data-pager-next-buttons", providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerNextButtonsComponent }, AXUnsubscriber], usesInheritance: true, ngImport: i0, template: `
172
172
  <ax-button
173
173
  [disabled]="disabled"
174
174
  look="blank"
@@ -195,7 +195,7 @@ class AXDataPagerNextButtonsComponent extends AXDataPagerChild {
195
195
  </ax-button>
196
196
  `, isInline: true, dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i1$2.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange"] }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
197
197
  }
198
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerNextButtonsComponent, decorators: [{
198
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerNextButtonsComponent, decorators: [{
199
199
  type: Component,
200
200
  args: [{
201
201
  selector: 'ax-data-pager-next-buttons',
@@ -273,8 +273,8 @@ class AXDataPagerNumericSelectorComponent extends AXDataPagerChild {
273
273
  return;
274
274
  this._parent.goToPage(Number(e.data));
275
275
  }
276
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerNumericSelectorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
277
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.9", type: AXDataPagerNumericSelectorComponent, selector: "ax-data-pager-numeric-selector", providers: [
276
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerNumericSelectorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
277
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.0", type: AXDataPagerNumericSelectorComponent, selector: "ax-data-pager-numeric-selector", providers: [
278
278
  { provide: AXDataPagerChild, useExisting: AXDataPagerNumericSelectorComponent },
279
279
  AXUnsubscriber,
280
280
  ], usesInheritance: true, ngImport: i0, template: `
@@ -317,7 +317,7 @@ class AXDataPagerNumericSelectorComponent extends AXDataPagerChild {
317
317
  </ax-button>
318
318
  `, isInline: true, dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i1$2.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange"] }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
319
319
  }
320
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerNumericSelectorComponent, decorators: [{
320
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerNumericSelectorComponent, decorators: [{
321
321
  type: Component,
322
322
  args: [{
323
323
  selector: 'ax-data-pager-numeric-selector',
@@ -398,8 +398,8 @@ class AXDataPagerPageSizesComponent extends AXDataPagerChild {
398
398
  return;
399
399
  this._size = this._parent.size = Number(e.data.size);
400
400
  }
401
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerPageSizesComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
402
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.9", type: AXDataPagerPageSizesComponent, selector: "ax-data-pager-page-sizes", inputs: { sizes: "sizes" }, providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerPageSizesComponent }, AXUnsubscriber], usesInheritance: true, ngImport: i0, template: `
401
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerPageSizesComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
402
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.0", type: AXDataPagerPageSizesComponent, selector: "ax-data-pager-page-sizes", inputs: { sizes: "sizes" }, providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerPageSizesComponent }, AXUnsubscriber], usesInheritance: true, ngImport: i0, template: `
403
403
  <ax-button
404
404
  [text]="_size"
405
405
  [color]="'default'"
@@ -422,7 +422,7 @@ class AXDataPagerPageSizesComponent extends AXDataPagerChild {
422
422
  <!-- <span >items per page</span> -->
423
423
  `, isInline: true, dependencies: [{ kind: "component", type: i1$2.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange"] }, { kind: "component", type: i1$2.AXButtonItemComponent, selector: "ax-button-item", inputs: ["color", "disabled", "text", "selected", "divided", "data", "name"], outputs: ["onClick", "onFocus", "onBlur", "disabledChange"] }, { kind: "component", type: i1$2.AXButtonItemListComponent, selector: "ax-button-item-list", inputs: ["items"], outputs: ["onItemClick"] }, { kind: "component", type: i2$1.AXDropdownPanelComponent, selector: "ax-dropdown-panel", inputs: ["isOpen", "fitParent", "dropdownWidth", "position", "adaptivityEnabled"], outputs: ["onOpened", "onClosed"] }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "component", type: i3.AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title , ax-sub-title, ax-placeholder, ax-overlay" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
424
424
  }
425
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerPageSizesComponent, decorators: [{
425
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerPageSizesComponent, decorators: [{
426
426
  type: Component,
427
427
  args: [{
428
428
  selector: 'ax-data-pager-page-sizes',
@@ -471,8 +471,8 @@ class AXDataPagerPrevButtonsComponent extends AXDataPagerChild {
471
471
  return;
472
472
  this._parent.goPrevPage();
473
473
  }
474
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerPrevButtonsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
475
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: AXDataPagerPrevButtonsComponent, selector: "ax-data-pager-prev-buttons", providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerPrevButtonsComponent }, AXUnsubscriber], usesInheritance: true, ngImport: i0, template: `
474
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerPrevButtonsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
475
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.0", type: AXDataPagerPrevButtonsComponent, selector: "ax-data-pager-prev-buttons", providers: [{ provide: AXDataPagerChild, useExisting: AXDataPagerPrevButtonsComponent }, AXUnsubscriber], usesInheritance: true, ngImport: i0, template: `
476
476
  <ax-button
477
477
  [disabled]="disabled"
478
478
  look="blank"
@@ -499,7 +499,7 @@ class AXDataPagerPrevButtonsComponent extends AXDataPagerChild {
499
499
  </ax-button>
500
500
  `, isInline: true, dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i1$2.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange"] }, { kind: "component", type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
501
501
  }
502
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerPrevButtonsComponent, decorators: [{
502
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerPrevButtonsComponent, decorators: [{
503
503
  type: Component,
504
504
  args: [{
505
505
  selector: 'ax-data-pager-prev-buttons',
@@ -653,8 +653,8 @@ class AXDataPagerComponent extends MXValueComponent {
653
653
  this.commitValue(page);
654
654
  }
655
655
  }
656
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerComponent, deps: [{ token: AXPagedComponent, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
657
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.9", type: AXDataPagerComponent, selector: "ax-data-pager", inputs: { value: "value", name: "name", disabled: "disabled", readonly: "readonly", size: "size", total: "total", displayMode: "displayMode" }, outputs: { valueChange: "valueChange", onValueChanged: "onValueChanged", disabledChange: "disabledChange", readonlyChange: "readonlyChange", displayModeChange: "displayModeChange", onChanged: "onChanged" }, providers: [
656
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerComponent, deps: [{ token: AXPagedComponent, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
657
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.0", type: AXDataPagerComponent, selector: "ax-data-pager", inputs: { value: "value", name: "name", disabled: "disabled", readonly: "readonly", size: "size", total: "total", displayMode: "displayMode" }, outputs: { valueChange: "valueChange", onValueChanged: "onValueChanged", disabledChange: "disabledChange", readonlyChange: "readonlyChange", displayModeChange: "displayModeChange", onChanged: "onChanged" }, providers: [
658
658
  { provide: AXDataPagerParentComponent, useExisting: AXDataPagerComponent },
659
659
  {
660
660
  provide: NG_VALUE_ACCESSOR,
@@ -663,7 +663,7 @@ class AXDataPagerComponent extends MXValueComponent {
663
663
  },
664
664
  ], usesInheritance: true, ngImport: i0, template: "@switch(displayMode){\n@case('full'){\n<ax-prefix>\n <ax-data-pager-numeric-selector>\n </ax-data-pager-numeric-selector>\n <ax-data-pager-page-sizes>\n </ax-data-pager-page-sizes>\n</ax-prefix>\n<ax-suffix>\n <ax-data-pager-info>\n </ax-data-pager-info>\n</ax-suffix>\n}\n@case('compact'){\n<ax-prefix>\n <ax-data-pager-prev-buttons>\n </ax-data-pager-prev-buttons>\n <ax-data-pager-input-selector>\n </ax-data-pager-input-selector>\n <ax-data-pager-next-buttons>\n </ax-data-pager-next-buttons>\n</ax-prefix>\n<ax-suffix>\n <ax-data-pager-info>\n </ax-data-pager-info>\n</ax-suffix>\n}\n@default{\n<ng-content select=\"ax-prefix\"></ng-content>\n<ng-content select=\"ax-suffix\"></ng-content>\n}\n}", styles: ["ax-data-pager{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem;font-size:.875rem;line-height:1.25rem}ax-data-pager ax-button-group{display:flex!important;gap:1rem!important;border-radius:0!important;border-width:0px!important}ax-data-pager ax-button-group ax-button-item{border-radius:0!important;border-width:0px!important;padding:0!important}ax-data-pager ax-button-group ax-button-item.ax-state-selected{border-width:1px!important}ax-data-pager ax-data-pager-input-selector .ax-input{width:4rem!important;max-width:10rem!important;text-align:center!important}ax-data-pager ax-data-pager-next-buttons,ax-data-pager ax-data-pager-prev-buttons,ax-data-pager ax-data-pager-numeric-selector{display:flex;gap:.5rem}ax-data-pager ax-data-pager-page-sizes ax-button{border-radius:var(--ax-rounded-border-default);border-width:1px;border-color:rgba(var(--ax-color-border-default))}ax-data-pager ax-prefix,ax-data-pager ax-suffix{display:flex}\n"], dependencies: [{ kind: "component", type: i3.AXDecoratorGenericComponent, selector: "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title , ax-sub-title, ax-placeholder, ax-overlay" }, { kind: "component", type: AXDataPagerNextButtonsComponent, selector: "ax-data-pager-next-buttons" }, { kind: "component", type: AXDataPagerPrevButtonsComponent, selector: "ax-data-pager-prev-buttons" }, { kind: "component", type: AXDataPagerPageSizesComponent, selector: "ax-data-pager-page-sizes", inputs: ["sizes"] }, { kind: "component", type: AXDataPagerNumericSelectorComponent, selector: "ax-data-pager-numeric-selector" }, { kind: "component", type: AXDataPagerInputSelectorComponent, selector: "ax-data-pager-input-selector" }, { kind: "component", type: AXDataPagerInfoComponent, selector: "ax-data-pager-info", inputs: ["text"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
665
665
  }
666
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerComponent, decorators: [{
666
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerComponent, decorators: [{
667
667
  type: Component,
668
668
  args: [{ selector: 'ax-data-pager', inputs: ['value', 'name', 'disabled', 'readonly'], outputs: ['valueChange', 'onValueChanged', 'disabledChange', 'readonlyChange'], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [
669
669
  { provide: AXDataPagerParentComponent, useExisting: AXDataPagerComponent },
@@ -709,8 +709,8 @@ const MODULES = [
709
709
  AXDecoratorModule,
710
710
  ];
711
711
  class AXDataPagerModule {
712
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
713
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerModule, declarations: [AXDataPagerComponent,
712
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
713
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerModule, declarations: [AXDataPagerComponent,
714
714
  AXDataPagerNextButtonsComponent,
715
715
  AXDataPagerPrevButtonsComponent,
716
716
  AXDataPagerPageSizesComponent,
@@ -729,9 +729,9 @@ class AXDataPagerModule {
729
729
  AXDataPagerNumericSelectorComponent,
730
730
  AXDataPagerInputSelectorComponent,
731
731
  AXDataPagerInfoComponent] }); }
732
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerModule, imports: [MODULES] }); }
732
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerModule, imports: [MODULES] }); }
733
733
  }
734
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AXDataPagerModule, decorators: [{
734
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: AXDataPagerModule, decorators: [{
735
735
  type: NgModule,
736
736
  args: [{
737
737
  declarations: [...COMPONENT],