@acorex/components 7.3.1 → 7.3.2

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 (255) hide show
  1. package/button/lib/button-group.component.d.ts +6 -6
  2. package/button/lib/button-item.component.d.ts +6 -6
  3. package/color-picker/lib/color-picker.component.d.ts +16 -16
  4. package/common/index.d.ts +1 -2
  5. package/esm2022/action-sheet/lib/action-sheet.component.mjs +3 -3
  6. package/esm2022/action-sheet/lib/action-sheet.module.mjs +4 -4
  7. package/esm2022/action-sheet/lib/action-sheet.service.mjs +3 -3
  8. package/esm2022/alert/lib/alert.component.mjs +3 -3
  9. package/esm2022/alert/lib/alert.module.mjs +4 -4
  10. package/esm2022/avatar/lib/avatar-group.component.mjs +3 -3
  11. package/esm2022/avatar/lib/avatar.component.mjs +3 -3
  12. package/esm2022/avatar/lib/avatar.module.mjs +4 -4
  13. package/esm2022/badge/lib/badge.component.mjs +3 -3
  14. package/esm2022/badge/lib/badge.module.mjs +4 -4
  15. package/esm2022/breadcrumbs/lib/breadcrumbs-item.component.mjs +3 -3
  16. package/esm2022/breadcrumbs/lib/breadcrumbs.component.mjs +3 -3
  17. package/esm2022/breadcrumbs/lib/breadcrumbs.module.mjs +4 -4
  18. package/esm2022/button/lib/button-group.component.mjs +3 -3
  19. package/esm2022/button/lib/button-item.component.mjs +3 -3
  20. package/esm2022/button/lib/button.component.mjs +8 -7
  21. package/esm2022/button/lib/button.module.mjs +4 -4
  22. package/esm2022/calendar/lib/calendar-range.component.mjs +3 -3
  23. package/esm2022/calendar/lib/calendar.class.mjs +3 -3
  24. package/esm2022/calendar/lib/calendar.component.mjs +3 -3
  25. package/esm2022/calendar/lib/calendar.module.mjs +4 -4
  26. package/esm2022/check-box/lib/check-box.component.mjs +3 -3
  27. package/esm2022/check-box/lib/check-box.module.mjs +4 -4
  28. package/esm2022/chips/lib/chips.component.mjs +3 -3
  29. package/esm2022/chips/lib/chips.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-palette/lib/color-palette-input.component.mjs +3 -3
  34. package/esm2022/color-palette/lib/color-palette-picker.component.mjs +3 -3
  35. package/esm2022/color-palette/lib/color-palette-preview.component.mjs +3 -3
  36. package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +3 -3
  37. package/esm2022/color-palette/lib/color-palette.class.mjs +6 -6
  38. package/esm2022/color-palette/lib/color-palette.component.mjs +3 -3
  39. package/esm2022/color-palette/lib/color-palette.module.mjs +4 -4
  40. package/esm2022/color-picker/lib/color-picker.component.mjs +6 -6
  41. package/esm2022/color-picker/lib/color-picker.module.mjs +4 -4
  42. package/esm2022/common/index.mjs +2 -3
  43. package/esm2022/common/lib/classes/components.class.mjs +21 -21
  44. package/esm2022/common/lib/common.module.mjs +4 -4
  45. package/esm2022/common/lib/components/base-component.class.mjs +3 -3
  46. package/esm2022/common/lib/components/input-base-value-component.class.mjs +3 -3
  47. package/esm2022/common/lib/components/value-component.class.mjs +3 -3
  48. package/esm2022/common/lib/directives/auto-focus.directive.mjs +3 -3
  49. package/esm2022/common/lib/directives/delayed-value-changed.directive.mjs +3 -3
  50. package/esm2022/common/lib/directives/hotkey.directive.mjs +3 -3
  51. package/esm2022/common/lib/directives/infinite-scroll.directive.mjs +3 -3
  52. package/esm2022/common/lib/directives/responsive.directive.mjs +3 -3
  53. package/esm2022/common/lib/services/dom.service.mjs +3 -3
  54. package/esm2022/common/lib/services/hotkey.service.mjs +3 -3
  55. package/esm2022/context-menu/lib/context-menu.component.mjs +3 -3
  56. package/esm2022/context-menu/lib/context-menu.module.mjs +4 -4
  57. package/esm2022/data-pager/lib/data-pager-base.component.mjs +6 -6
  58. package/esm2022/data-pager/lib/data-pager-info.component.mjs +3 -3
  59. package/esm2022/data-pager/lib/data-pager-input-selector.component.mjs +3 -3
  60. package/esm2022/data-pager/lib/data-pager-next-buttons.components.mjs +3 -3
  61. package/esm2022/data-pager/lib/data-pager-numeric-selector.component.mjs +3 -3
  62. package/esm2022/data-pager/lib/data-pager-pagesize-dropdown.component.mjs +3 -3
  63. package/esm2022/data-pager/lib/data-pager-prev-buttons.component.mjs +3 -3
  64. package/esm2022/data-pager/lib/data-pager.component.mjs +3 -3
  65. package/esm2022/data-pager/lib/data-pager.module.mjs +4 -4
  66. package/esm2022/data-table/lib/data-column.directive.mjs +3 -3
  67. package/esm2022/data-table/lib/data-table.component.mjs +3 -3
  68. package/esm2022/data-table/lib/data-table.module.mjs +4 -4
  69. package/esm2022/date-picker/lib/datepicker.component.mjs +5 -5
  70. package/esm2022/date-picker/lib/datepicker.module.mjs +4 -4
  71. package/esm2022/decorators/lib/clear-button.component.mjs +3 -3
  72. package/esm2022/decorators/lib/close-button.component.mjs +3 -3
  73. package/esm2022/decorators/lib/decorators.module.mjs +4 -4
  74. package/esm2022/decorators/lib/generic-content.component.mjs +3 -3
  75. package/esm2022/decorators/lib/icon.component.mjs +3 -3
  76. package/esm2022/dialog/lib/dialog.component.mjs +3 -3
  77. package/esm2022/dialog/lib/dialog.module.mjs +4 -4
  78. package/esm2022/dialog/lib/dialog.service.mjs +3 -3
  79. package/esm2022/drawer/lib/drawer-container.component.mjs +3 -3
  80. package/esm2022/drawer/lib/drawer.component.mjs +3 -3
  81. package/esm2022/drawer/lib/drawer.module.mjs +4 -4
  82. package/esm2022/dropdown/lib/dropdown-panel.component.mjs +5 -5
  83. package/esm2022/dropdown/lib/dropdown.module.mjs +4 -4
  84. package/esm2022/form/lib/form-field.component.mjs +3 -3
  85. package/esm2022/form/lib/form.component.mjs +3 -3
  86. package/esm2022/form/lib/form.module.mjs +4 -4
  87. package/esm2022/form/lib/validation-rule.widget.mjs +3 -3
  88. package/esm2022/form/lib/validation-summary.component.mjs +3 -3
  89. package/esm2022/image/lib/image.component.mjs +3 -3
  90. package/esm2022/image/lib/image.module.mjs +4 -4
  91. package/esm2022/label/lib/label.component.mjs +3 -3
  92. package/esm2022/label/lib/label.module.mjs +4 -4
  93. package/esm2022/loading/lib/loading-spinner.component.mjs +3 -3
  94. package/esm2022/loading/lib/loading.component.mjs +6 -6
  95. package/esm2022/loading/lib/loading.directive.mjs +20 -51
  96. package/esm2022/loading/lib/loading.module.mjs +6 -6
  97. package/esm2022/loading/lib/loading.service.mjs +36 -28
  98. package/esm2022/menu/lib/menu.component.mjs +3 -3
  99. package/esm2022/menu/lib/menu.module.mjs +4 -4
  100. package/esm2022/mixin/index.mjs +1 -2
  101. package/esm2022/mixin/lib/base-components.class.mjs +3 -3
  102. package/esm2022/notification/lib/notification.component.mjs +3 -3
  103. package/esm2022/notification/lib/notification.module.mjs +4 -4
  104. package/esm2022/notification/lib/notification.service.mjs +3 -3
  105. package/esm2022/number-box/lib/number-box.component.mjs +3 -3
  106. package/esm2022/number-box/lib/number-box.module.mjs +4 -4
  107. package/esm2022/otp/lib/otp.component.mjs +3 -3
  108. package/esm2022/otp/lib/otp.module.mjs +4 -4
  109. package/esm2022/page/lib/base-page.class.mjs +20 -21
  110. package/esm2022/page/lib/page.component.mjs +13 -13
  111. package/esm2022/page/lib/page.module.mjs +4 -4
  112. package/esm2022/password-box/lib/password-box.component.mjs +3 -3
  113. package/esm2022/password-box/lib/password-box.module.mjs +4 -4
  114. package/esm2022/popover/lib/dropdown-component.class.mjs +3 -3
  115. package/esm2022/popover/lib/popover.component.mjs +62 -23
  116. package/esm2022/popover/lib/popover.module.mjs +4 -4
  117. package/esm2022/popup/lib/popup.component.mjs +8 -8
  118. package/esm2022/popup/lib/popup.module.mjs +6 -6
  119. package/esm2022/popup/lib/popup.service.mjs +3 -3
  120. package/esm2022/progress-bar/lib/progress-bar.component.mjs +9 -13
  121. package/esm2022/progress-bar/lib/progress-bar.module.mjs +4 -4
  122. package/esm2022/radio/lib/radio.component.mjs +3 -3
  123. package/esm2022/radio/lib/radio.module.mjs +4 -4
  124. package/esm2022/range-slider/lib/range-slider.component.mjs +3 -3
  125. package/esm2022/range-slider/lib/range-slider.module.mjs +4 -4
  126. package/esm2022/result/lib/result.component.mjs +3 -3
  127. package/esm2022/result/lib/result.module.mjs +4 -4
  128. package/esm2022/scheduler/lib/scheduler-month-view.component.mjs +3 -3
  129. package/esm2022/scheduler/lib/scheduler.component.mjs +3 -3
  130. package/esm2022/scheduler/lib/scheduler.module.mjs +4 -4
  131. package/esm2022/search-box/lib/search-box.component.mjs +3 -3
  132. package/esm2022/search-box/lib/search-box.module.mjs +4 -4
  133. package/esm2022/select-box/lib/select-box.component.mjs +6 -6
  134. package/esm2022/select-box/lib/select-box.module.mjs +4 -4
  135. package/esm2022/selection-list/lib/selection-list.component.mjs +3 -3
  136. package/esm2022/selection-list/lib/selection-list.module.mjs +4 -4
  137. package/esm2022/switch/lib/switch-content.component.mjs +3 -3
  138. package/esm2022/switch/lib/switch.component.mjs +3 -3
  139. package/esm2022/switch/lib/switch.module.mjs +4 -4
  140. package/esm2022/tabs/lib/tab-content.directive.mjs +3 -3
  141. package/esm2022/tabs/lib/tab-item.component.mjs +3 -3
  142. package/esm2022/tabs/lib/tabs.component.mjs +3 -3
  143. package/esm2022/tabs/lib/tabs.module.mjs +4 -4
  144. package/esm2022/tag/lib/tag.component.mjs +3 -3
  145. package/esm2022/tag/lib/tag.module.mjs +4 -4
  146. package/esm2022/text-area/lib/text-area.component.mjs +3 -3
  147. package/esm2022/text-area/lib/text-area.module.mjs +4 -4
  148. package/esm2022/text-box/lib/mask-options.directive.mjs +3 -3
  149. package/esm2022/text-box/lib/text-box.component.mjs +3 -3
  150. package/esm2022/text-box/lib/text-box.module.mjs +4 -4
  151. package/esm2022/time-box/lib/time-box.component.mjs +3 -3
  152. package/esm2022/time-box/lib/time-box.module.mjs +4 -4
  153. package/esm2022/toast/lib/toast.component.mjs +3 -3
  154. package/esm2022/toast/lib/toast.config.mjs +9 -3
  155. package/esm2022/toast/lib/toast.module.mjs +10 -6
  156. package/esm2022/toast/lib/toast.service.mjs +3 -3
  157. package/esm2022/tooltip/lib/tooltip.component.mjs +3 -3
  158. package/esm2022/tooltip/lib/tooltip.directive.mjs +3 -3
  159. package/esm2022/tooltip/lib/tooltip.module.mjs +4 -4
  160. package/esm2022/uploader/lib/uploader.component.mjs +3 -3
  161. package/esm2022/uploader/lib/uploader.module.mjs +4 -4
  162. package/fesm2022/acorex-components-action-sheet.mjs +10 -10
  163. package/fesm2022/acorex-components-alert.mjs +7 -7
  164. package/fesm2022/acorex-components-avatar.mjs +10 -10
  165. package/fesm2022/acorex-components-badge.mjs +7 -7
  166. package/fesm2022/acorex-components-breadcrumbs.mjs +10 -10
  167. package/fesm2022/acorex-components-button.mjs +17 -16
  168. package/fesm2022/acorex-components-button.mjs.map +1 -1
  169. package/fesm2022/acorex-components-calendar.mjs +13 -13
  170. package/fesm2022/acorex-components-check-box.mjs +7 -7
  171. package/fesm2022/acorex-components-chips.mjs +7 -7
  172. package/fesm2022/acorex-components-collapse.mjs +10 -10
  173. package/fesm2022/acorex-components-color-palette.mjs +25 -25
  174. package/fesm2022/acorex-components-color-picker.mjs +9 -9
  175. package/fesm2022/acorex-components-color-picker.mjs.map +1 -1
  176. package/fesm2022/acorex-components-common.mjs +58 -208
  177. package/fesm2022/acorex-components-common.mjs.map +1 -1
  178. package/fesm2022/acorex-components-context-menu.mjs +7 -7
  179. package/fesm2022/acorex-components-data-pager.mjs +31 -31
  180. package/fesm2022/acorex-components-data-table.mjs +10 -10
  181. package/fesm2022/acorex-components-date-picker.mjs +8 -8
  182. package/fesm2022/acorex-components-date-picker.mjs.map +1 -1
  183. package/fesm2022/acorex-components-decorators.mjs +16 -16
  184. package/fesm2022/acorex-components-dialog.mjs +10 -10
  185. package/fesm2022/acorex-components-drawer.mjs +10 -10
  186. package/fesm2022/acorex-components-dropdown.mjs +8 -8
  187. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  188. package/fesm2022/acorex-components-form.mjs +16 -16
  189. package/fesm2022/acorex-components-image.mjs +7 -7
  190. package/fesm2022/acorex-components-label.mjs +7 -7
  191. package/fesm2022/acorex-components-loading.mjs +93 -116
  192. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  193. package/fesm2022/acorex-components-menu.mjs +7 -7
  194. package/fesm2022/acorex-components-mixin.mjs +4 -22
  195. package/fesm2022/acorex-components-mixin.mjs.map +1 -1
  196. package/fesm2022/acorex-components-notification.mjs +10 -10
  197. package/fesm2022/acorex-components-number-box.mjs +7 -7
  198. package/fesm2022/acorex-components-otp.mjs +7 -7
  199. package/fesm2022/acorex-components-page.mjs +55 -56
  200. package/fesm2022/acorex-components-page.mjs.map +1 -1
  201. package/fesm2022/acorex-components-password-box.mjs +7 -7
  202. package/fesm2022/acorex-components-popover.mjs +68 -29
  203. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  204. package/fesm2022/acorex-components-popup.mjs +15 -15
  205. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  206. package/fesm2022/acorex-components-progress-bar.mjs +12 -16
  207. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  208. package/fesm2022/acorex-components-radio.mjs +7 -7
  209. package/fesm2022/acorex-components-range-slider.mjs +7 -7
  210. package/fesm2022/acorex-components-result.mjs +7 -7
  211. package/fesm2022/acorex-components-scheduler.mjs +10 -10
  212. package/fesm2022/acorex-components-search-box.mjs +7 -7
  213. package/fesm2022/acorex-components-select-box.mjs +9 -9
  214. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  215. package/fesm2022/acorex-components-selection-list.mjs +7 -7
  216. package/fesm2022/acorex-components-switch.mjs +10 -10
  217. package/fesm2022/acorex-components-tabs.mjs +13 -13
  218. package/fesm2022/acorex-components-tag.mjs +7 -7
  219. package/fesm2022/acorex-components-text-area.mjs +7 -7
  220. package/fesm2022/acorex-components-text-box.mjs +10 -10
  221. package/fesm2022/acorex-components-time-box.mjs +7 -7
  222. package/fesm2022/acorex-components-toast.mjs +23 -13
  223. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  224. package/fesm2022/acorex-components-tooltip.mjs +10 -10
  225. package/fesm2022/acorex-components-uploader.mjs +7 -7
  226. package/loading/lib/loading.directive.d.ts +10 -17
  227. package/loading/lib/loading.module.d.ts +1 -1
  228. package/loading/lib/loading.service.d.ts +10 -15
  229. package/mixin/index.d.ts +0 -1
  230. package/mixin/lib/base-components.class.d.ts +2 -2
  231. package/mixin/lib/base-menu-mixin.class.d.ts +5 -5
  232. package/mixin/lib/button-mixin.class.d.ts +2 -2
  233. package/mixin/lib/clickable-mixin.class.d.ts +2 -2
  234. package/mixin/lib/color-look-mixing.class.d.ts +2 -2
  235. package/mixin/lib/datalist-component.class.d.ts +10 -10
  236. package/mixin/lib/dropdown-mixin.class.d.ts +2 -2
  237. package/mixin/lib/interactive-mixin.class.d.ts +4 -4
  238. package/mixin/lib/mixin.class.d.ts +61 -61
  239. package/mixin/lib/page-component.class.d.ts +2 -2
  240. package/mixin/lib/selection-component.class.d.ts +2 -2
  241. package/mixin/lib/sizable-mixin.class.d.ts +2 -2
  242. package/mixin/lib/textbox-mixin.class.d.ts +2 -2
  243. package/mixin/lib/value-mixin.class.d.ts +8 -8
  244. package/package.json +16 -19
  245. package/page/lib/base-page.class.d.ts +6 -10
  246. package/page/lib/page.component.d.ts +4 -4
  247. package/popover/lib/popover.component.d.ts +13 -5
  248. package/progress-bar/lib/progress-bar.component.d.ts +3 -8
  249. package/tabs/lib/tab-item.component.d.ts +2 -2
  250. package/common/lib/services/custom-cdk-overlay.service.d.ts +0 -19
  251. package/common/lib/services/overlay.service.d.ts +0 -34
  252. package/esm2022/common/lib/services/custom-cdk-overlay.service.mjs +0 -49
  253. package/esm2022/common/lib/services/overlay.service.mjs +0 -113
  254. package/esm2022/mixin/lib/loading-mixin.class.mjs +0 -18
  255. package/mixin/lib/loading-mixin.class.d.ts +0 -40
@@ -1,19 +1,14 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Injectable, Directive, Host, Self, Optional, Input, Inject, NgModule, inject, ChangeDetectorRef, ElementRef, ViewContainerRef, EventEmitter, Output, TemplateRef } from '@angular/core';
3
- import * as i3 from '@angular/common';
2
+ import { Injectable, Directive, Host, Self, Optional, Input, Inject, NgModule, inject, ChangeDetectorRef, ElementRef, ViewContainerRef, EventEmitter, Output } from '@angular/core';
4
3
  import { DOCUMENT } from '@angular/common';
5
4
  import * as i1 from '@angular/platform-browser';
6
5
  import { Observable } from 'rxjs/internal/Observable';
7
- import { fromEvent, noop, skip, distinctUntilChanged, debounceTime, merge } from 'rxjs';
6
+ import { fromEvent, noop, skip, distinctUntilChanged, debounceTime } from 'rxjs';
8
7
  import { map, pairwise, filter, startWith, exhaustMap } from 'rxjs/operators';
9
8
  import { classes } from 'polytype';
10
9
  import { AXHtmlUtil, AXObjectUtil } from '@acorex/core/utils';
11
10
  import { coerceBooleanProperty, coerceNumberProperty } from '@angular/cdk/coercion';
12
11
  import * as i1$1 from '@angular/forms';
13
- import * as i1$2 from '@angular/cdk/overlay';
14
- import { OverlayContainer, Overlay } from '@angular/cdk/overlay';
15
- import * as i2 from '@angular/cdk/bidi';
16
- import { TemplatePortal, ComponentPortal } from '@angular/cdk/portal';
17
12
 
18
13
  /**
19
14
  * Contains native event
@@ -118,52 +113,52 @@ class AXComponentClosedPromise extends Promise {
118
113
  }
119
114
  }
120
115
  class AXComponent {
121
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
122
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXComponent }); }
116
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
117
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXComponent }); }
123
118
  }
124
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXComponent, decorators: [{
119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXComponent, decorators: [{
125
120
  type: Injectable
126
121
  }] });
127
122
  class AXClosbaleComponent extends AXComponent {
128
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXClosbaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
129
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXClosbaleComponent }); }
123
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXClosbaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
124
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXClosbaleComponent }); }
130
125
  }
131
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXClosbaleComponent, decorators: [{
126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXClosbaleComponent, decorators: [{
132
127
  type: Injectable
133
128
  }] });
134
129
  class AXClearableComponent extends AXComponent {
135
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXClearableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
136
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXClearableComponent }); }
130
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXClearableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
131
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXClearableComponent }); }
137
132
  }
138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXClearableComponent, decorators: [{
133
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXClearableComponent, decorators: [{
139
134
  type: Injectable
140
135
  }] });
141
136
  class AXSearchableComponent extends AXComponent {
142
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXSearchableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
143
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXSearchableComponent }); }
137
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXSearchableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
138
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXSearchableComponent }); }
144
139
  }
145
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXSearchableComponent, decorators: [{
140
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXSearchableComponent, decorators: [{
146
141
  type: Injectable
147
142
  }] });
148
143
  class AXValuableComponent extends AXComponent {
149
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXValuableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
150
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXValuableComponent }); }
144
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXValuableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
145
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXValuableComponent }); }
151
146
  }
152
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXValuableComponent, decorators: [{
147
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXValuableComponent, decorators: [{
153
148
  type: Injectable
154
149
  }] });
155
150
  class AXFocusableComponent extends AXComponent {
156
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXFocusableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
157
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXFocusableComponent }); }
151
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXFocusableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
152
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXFocusableComponent }); }
158
153
  }
159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXFocusableComponent, decorators: [{
154
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXFocusableComponent, decorators: [{
160
155
  type: Injectable
161
156
  }] });
162
157
  class AXPagedComponent extends AXComponent {
163
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXPagedComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
164
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXPagedComponent }); }
158
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXPagedComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
159
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXPagedComponent }); }
165
160
  }
166
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXPagedComponent, decorators: [{
161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXPagedComponent, decorators: [{
167
162
  type: Injectable
168
163
  }] });
169
164
 
@@ -210,10 +205,10 @@ class AXAutoFocusDirective {
210
205
  }, this.time);
211
206
  }
212
207
  }
213
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXAutoFocusDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: AXFocusableComponent, host: true, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive }); }
214
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.7", type: AXAutoFocusDirective, selector: "[axAutoFocus]", inputs: { autoFocus: ["axAutoFocus", "autoFocus"], time: ["focus-time", "time"] }, ngImport: i0 }); }
208
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXAutoFocusDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: AXFocusableComponent, host: true, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive }); }
209
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.8", type: AXAutoFocusDirective, selector: "[axAutoFocus]", inputs: { autoFocus: ["axAutoFocus", "autoFocus"], time: ["focus-time", "time"] }, ngImport: i0 }); }
215
210
  }
216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXAutoFocusDirective, decorators: [{
211
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXAutoFocusDirective, decorators: [{
217
212
  type: Directive,
218
213
  args: [{
219
214
  selector: '[axAutoFocus]',
@@ -261,10 +256,10 @@ class AXHotkeysService {
261
256
  }
262
257
  });
263
258
  }
264
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXHotkeysService, deps: [{ token: i1.EventManager }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
265
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXHotkeysService, providedIn: 'root' }); }
259
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXHotkeysService, deps: [{ token: i1.EventManager }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
260
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXHotkeysService, providedIn: 'root' }); }
266
261
  }
267
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXHotkeysService, decorators: [{
262
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXHotkeysService, decorators: [{
268
263
  type: Injectable,
269
264
  args: [{ providedIn: 'root' }]
270
265
  }], ctorParameters: function () { return [{ type: i1.EventManager }, { type: Document, decorators: [{
@@ -328,10 +323,10 @@ class AXHotkeyDirective {
328
323
  s.unsubscribe();
329
324
  });
330
325
  }
331
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXHotkeyDirective, deps: [{ token: i0.ElementRef }, { token: AXComponent, host: true, optional: true, self: true }, { token: AXHotkeysService }], target: i0.ɵɵFactoryTarget.Directive }); }
332
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.7", type: AXHotkeyDirective, selector: "[hotkey]", inputs: { hotkey: "hotkey" }, ngImport: i0 }); }
326
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXHotkeyDirective, deps: [{ token: i0.ElementRef }, { token: AXComponent, host: true, optional: true, self: true }, { token: AXHotkeysService }], target: i0.ɵɵFactoryTarget.Directive }); }
327
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.8", type: AXHotkeyDirective, selector: "[hotkey]", inputs: { hotkey: "hotkey" }, ngImport: i0 }); }
333
328
  }
334
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXHotkeyDirective, decorators: [{
329
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXHotkeyDirective, decorators: [{
335
330
  type: Directive,
336
331
  args: [{
337
332
  selector: '[hotkey]',
@@ -390,10 +385,10 @@ class AXInfiniteScrollerDirective {
390
385
  }));
391
386
  //.subscribe((data) => { console.log(data) }, (err) => console.log(err));
392
387
  }
393
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXInfiniteScrollerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
394
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.7", type: AXInfiniteScrollerDirective, selector: "[axInfiniteScroller]", inputs: { scrollCallback: "scrollCallback", immediateCallback: "immediateCallback", scrollPercent: "scrollPercent" }, ngImport: i0 }); }
388
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXInfiniteScrollerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
389
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.8", type: AXInfiniteScrollerDirective, selector: "[axInfiniteScroller]", inputs: { scrollCallback: "scrollCallback", immediateCallback: "immediateCallback", scrollPercent: "scrollPercent" }, ngImport: i0 }); }
395
390
  }
396
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXInfiniteScrollerDirective, decorators: [{
391
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXInfiniteScrollerDirective, decorators: [{
397
392
  type: Directive,
398
393
  args: [{
399
394
  selector: '[axInfiniteScroller]'
@@ -433,26 +428,26 @@ class AXResponsiveDirective {
433
428
  this._observer?.disconnect();
434
429
  this._observer?.unobserve(this._elementRef.nativeElement);
435
430
  }
436
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXResponsiveDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
437
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.7", type: AXResponsiveDirective, selector: "[ax-responsive]", ngImport: i0 }); }
431
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXResponsiveDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
432
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.8", type: AXResponsiveDirective, selector: "[ax-responsive]", ngImport: i0 }); }
438
433
  }
439
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXResponsiveDirective, decorators: [{
434
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXResponsiveDirective, decorators: [{
440
435
  type: Directive,
441
436
  args: [{ selector: '[ax-responsive]' }]
442
437
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
443
438
 
444
439
  class AXCommonModule {
445
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
446
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.7", ngImport: i0, type: AXCommonModule, declarations: [AXResponsiveDirective,
440
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
441
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.8", ngImport: i0, type: AXCommonModule, declarations: [AXResponsiveDirective,
447
442
  AXInfiniteScrollerDirective,
448
443
  AXAutoFocusDirective,
449
444
  AXHotkeyDirective], exports: [AXResponsiveDirective,
450
445
  AXInfiniteScrollerDirective,
451
446
  AXAutoFocusDirective,
452
447
  AXHotkeyDirective] }); }
453
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXCommonModule }); }
448
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXCommonModule }); }
454
449
  }
455
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXCommonModule, decorators: [{
450
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXCommonModule, decorators: [{
456
451
  type: NgModule,
457
452
  args: [{
458
453
  imports: [],
@@ -478,10 +473,10 @@ class AXDomService {
478
473
  const randomness = Math.random().toString(36).substr(2);
479
474
  return dateString + randomness;
480
475
  }
481
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXDomService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
482
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXDomService, providedIn: 'root' }); }
476
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXDomService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
477
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXDomService, providedIn: 'root' }); }
483
478
  }
484
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXDomService, decorators: [{
479
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXDomService, decorators: [{
485
480
  type: Injectable,
486
481
  args: [{ providedIn: 'root' }]
487
482
  }] });
@@ -554,10 +549,10 @@ class MXBaseComponent {
554
549
  set rtl(value) {
555
550
  this.setOption({ name: 'rtl', value });
556
551
  }
557
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: MXBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
558
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: MXBaseComponent }); }
552
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: MXBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
553
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: MXBaseComponent }); }
559
554
  }
560
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: MXBaseComponent, decorators: [{
555
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: MXBaseComponent, decorators: [{
561
556
  type: Injectable
562
557
  }], ctorParameters: function () { return []; } });
563
558
  const BASE_INPUTS = ['rtl'];
@@ -1002,10 +997,10 @@ class MXValueComponent extends MXInteractiveComponent {
1002
997
  this.commitValue(null, e);
1003
998
  this.setState('clear');
1004
999
  }
1005
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: MXValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1006
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: MXValueComponent }); }
1000
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: MXValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1001
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: MXValueComponent }); }
1007
1002
  }
1008
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: MXValueComponent, decorators: [{
1003
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: MXValueComponent, decorators: [{
1009
1004
  type: Injectable
1010
1005
  }] });
1011
1006
 
@@ -1046,10 +1041,10 @@ class MXInputBaseValueComponent extends MXValueComponent {
1046
1041
  nativeEvent: e
1047
1042
  });
1048
1043
  }
1049
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: MXInputBaseValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1050
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: MXInputBaseValueComponent }); }
1044
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: MXInputBaseValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1045
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: MXInputBaseValueComponent }); }
1051
1046
  }
1052
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: MXInputBaseValueComponent, decorators: [{
1047
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: MXInputBaseValueComponent, decorators: [{
1053
1048
  type: Injectable
1054
1049
  }] });
1055
1050
 
@@ -1155,10 +1150,10 @@ class AXNgModelDelayedValueChangedDirective {
1155
1150
  this.subscription = this.ngModel.control.valueChanges.pipe(skip(1), // skip initial value
1156
1151
  distinctUntilChanged(), debounceTime(this.delayTime)).subscribe((value) => this.delayedValueChanged.emit(value));
1157
1152
  }
1158
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXNgModelDelayedValueChangedDirective, deps: [{ token: i1$1.NgModel }], target: i0.ɵɵFactoryTarget.Directive }); }
1159
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.7", type: AXNgModelDelayedValueChangedDirective, isStandalone: true, selector: "[delayedValueChanged]", inputs: { delayTime: "delayTime" }, outputs: { delayedValueChanged: "delayedValueChanged", delayTimeChange: "delayTimeChange" }, ngImport: i0 }); }
1153
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXNgModelDelayedValueChangedDirective, deps: [{ token: i1$1.NgModel }], target: i0.ɵɵFactoryTarget.Directive }); }
1154
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.8", type: AXNgModelDelayedValueChangedDirective, isStandalone: true, selector: "[delayedValueChanged]", inputs: { delayTime: "delayTime" }, outputs: { delayedValueChanged: "delayedValueChanged", delayTimeChange: "delayTimeChange" }, ngImport: i0 }); }
1160
1155
  }
1161
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXNgModelDelayedValueChangedDirective, decorators: [{
1156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.8", ngImport: i0, type: AXNgModelDelayedValueChangedDirective, decorators: [{
1162
1157
  type: Directive,
1163
1158
  args: [{
1164
1159
  selector: '[delayedValueChanged]',
@@ -1172,154 +1167,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImpor
1172
1167
  type: Input
1173
1168
  }] } });
1174
1169
 
1175
- class DynamicOverlayContainer extends OverlayContainer {
1176
- setContainerElement(containerElement) {
1177
- this._containerElement = containerElement;
1178
- }
1179
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: DynamicOverlayContainer, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1180
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: DynamicOverlayContainer, providedIn: 'root' }); }
1181
- }
1182
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: DynamicOverlayContainer, decorators: [{
1183
- type: Injectable,
1184
- args: [{
1185
- providedIn: 'root',
1186
- }]
1187
- }] });
1188
- class DynamicOverlay extends Overlay {
1189
- constructor(scrollStrategies, _overlayContainer, _componentFactoryResolver, _positionBuilder, _keyboardDispatcher, _injector, _ngZone, _document, _directionality, rendererFactory, _location, _outsideClickDispatcher) {
1190
- super(scrollStrategies, _overlayContainer, _componentFactoryResolver, _positionBuilder, _keyboardDispatcher, _injector, _ngZone, _document, _directionality, _location, _outsideClickDispatcher);
1191
- this.renderer = rendererFactory.createRenderer(null, null);
1192
- this._dynamicOverlayContainer = _overlayContainer;
1193
- }
1194
- setContainerElement(containerElement) {
1195
- this.renderer.setStyle(containerElement, 'transform', 'translateZ(0)');
1196
- this._dynamicOverlayContainer.setContainerElement(containerElement);
1197
- }
1198
- createOn(containerElement, config) {
1199
- this.setContainerElement(containerElement);
1200
- return super.create(config);
1201
- }
1202
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: DynamicOverlay, deps: [{ token: i1$2.ScrollStrategyOptions }, { token: DynamicOverlayContainer }, { token: i0.ComponentFactoryResolver }, { token: i1$2.OverlayPositionBuilder }, { token: i1$2.OverlayKeyboardDispatcher }, { token: i0.Injector }, { token: i0.NgZone }, { token: DOCUMENT }, { token: i2.Directionality }, { token: i0.RendererFactory2 }, { token: i3.Location }, { token: i1$2.OverlayOutsideClickDispatcher }], target: i0.ɵɵFactoryTarget.Injectable }); }
1203
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: DynamicOverlay, providedIn: 'root' }); }
1204
- }
1205
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: DynamicOverlay, decorators: [{
1206
- type: Injectable,
1207
- args: [{
1208
- providedIn: 'root',
1209
- }]
1210
- }], ctorParameters: function () { return [{ type: i1$2.ScrollStrategyOptions }, { type: DynamicOverlayContainer }, { type: i0.ComponentFactoryResolver }, { type: i1$2.OverlayPositionBuilder }, { type: i1$2.OverlayKeyboardDispatcher }, { type: i0.Injector }, { type: i0.NgZone }, { type: undefined, decorators: [{
1211
- type: Inject,
1212
- args: [DOCUMENT]
1213
- }] }, { type: i2.Directionality }, { type: i0.RendererFactory2 }, { type: i3.Location }, { type: i1$2.OverlayOutsideClickDispatcher }]; } });
1214
-
1215
- class AXOverlayService {
1216
- constructor(overlayService, overlayService2, appRef) {
1217
- this.overlayService = overlayService;
1218
- this.overlayService2 = overlayService2;
1219
- this.appRef = appRef;
1220
- }
1221
- position() {
1222
- return this.overlayService.position();
1223
- }
1224
- show(content, context, configs) {
1225
- configs = Object.assign({
1226
- hasBackdrop: true,
1227
- transparentBackdrop: true,
1228
- closeOnClickOutside: true,
1229
- }, configs || {});
1230
- // get root viewref
1231
- const viewRef = this.appRef.components[0].instance.viewRef;
1232
- // let portal: Portal<any>;
1233
- // get component by route
1234
- if (typeof content === 'string') {
1235
- // TODO: ???
1236
- }
1237
- // create portal from component
1238
- else if (content instanceof TemplateRef) {
1239
- this.portal = new TemplatePortal(content, viewRef, context);
1240
- }
1241
- else if (typeof content === 'function') {
1242
- this.portal = new ComponentPortal(content, viewRef);
1243
- }
1244
- let positionStrategy;
1245
- if (configs.position && configs.targetElement) {
1246
- const p = Array.isArray(configs.position)
1247
- ? configs.position
1248
- : [configs.position];
1249
- positionStrategy = this.overlayService
1250
- .position()
1251
- .flexibleConnectedTo(configs.targetElement)
1252
- .withPositions(p)
1253
- .withPush(true);
1254
- }
1255
- else {
1256
- positionStrategy = configs.position
1257
- ? configs.position
1258
- : this.overlayService
1259
- .position()
1260
- .global()
1261
- .centerHorizontally()
1262
- .centerVertically();
1263
- }
1264
- let scrollStrategy = this.overlayService.scrollStrategies.reposition({ autoClose: true });
1265
- if (configs.scroll === 'block') {
1266
- scrollStrategy = this.overlayService.scrollStrategies.block();
1267
- }
1268
- if (configs.scroll === 'close') {
1269
- scrollStrategy = this.overlayService.scrollStrategies.close();
1270
- }
1271
- const config = {
1272
- positionStrategy,
1273
- scrollStrategy,
1274
- hasBackdrop: configs.hasBackdrop,
1275
- disposeOnNavigation: true,
1276
- backdropClass: configs.backdropClass
1277
- ? configs.backdropClass
1278
- : configs.transparentBackdrop
1279
- ? 'cdk-overlay-transparent-backdrop'
1280
- : undefined,
1281
- panelClass: configs.panelClass
1282
- ? configs.panelClass
1283
- : ['ax-animate-animated', 'ax-animate-zoomIn', 'ax-animate-faster'],
1284
- };
1285
- let overlayRef = configs.containerElement
1286
- ? this.overlayService.createOn(configs.containerElement, config)
1287
- : this.overlayService2.create(config);
1288
- const host = overlayRef.attach(this.portal);
1289
- if (host.instance) {
1290
- Object.assign(host.instance, context);
1291
- setTimeout(() => {
1292
- host.changeDetectorRef.detectChanges();
1293
- }, 0);
1294
- }
1295
- if (configs.closeOnClickOutside) {
1296
- merge(overlayRef.backdropClick(), overlayRef.detachments()).subscribe(() => {
1297
- overlayRef.dispose();
1298
- overlayRef = undefined;
1299
- if (configs.onBackdropClick) {
1300
- configs.onBackdropClick();
1301
- }
1302
- });
1303
- }
1304
- return {
1305
- instance: host.instance,
1306
- dispose: overlayRef.dispose.bind(overlayRef),
1307
- isOpen: () => {
1308
- return overlayRef.hasAttached();
1309
- },
1310
- };
1311
- }
1312
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXOverlayService, deps: [{ token: DynamicOverlay }, { token: i1$2.Overlay }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable }); }
1313
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXOverlayService, providedIn: 'root' }); }
1314
- }
1315
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.7", ngImport: i0, type: AXOverlayService, decorators: [{
1316
- type: Injectable,
1317
- args: [{ providedIn: 'root' }]
1318
- }], ctorParameters: function () { return [{ type: DynamicOverlay }, { type: i1$2.Overlay }, { type: i0.ApplicationRef }]; } });
1319
-
1320
1170
  /**
1321
1171
  * Generated bundle index. Do not edit.
1322
1172
  */
1323
1173
 
1324
- export { AXAutoFocusDirective, AXButtonClickEvent, AXClearableComponent, AXClickEvent, AXClosbaleComponent, AXCommonModule, AXComponent, AXComponentCloseEvent, AXComponentClosedPromise, AXComponentClosing, AXComponentResult, AXEvent, AXFocusEvent, AXFocusableComponent, AXHotkeyDirective, AXHotkeysService, AXHtmlEvent, AXInfiniteScrollerDirective, AXItemClickEvent, AXNgModelDelayedValueChangedDirective, AXOptionChangedEvent, AXOverlayService, AXPagedComponent, AXPositions, AXRangeChangedEvent, AXResponsiveDirective, AXSearchableComponent, AXSelectionValueChangedEvent, AXValuableComponent, AXValueChangedEvent, AX_DIRECTIONS, AX_LOCATIONS, AX_STYLE_COLOR_TYPES, BASE_INPUTS, BASE_OUTPUT, BUTTON_INPUTS, BUTTON_OUTPUT, COLOR_INPUTS, COLOR_LOOK_INPUTS, COLOR_LOOK_OUTPUT, COLOR_OUTPUT, DynamicOverlay, DynamicOverlayContainer, INTERACTIVE_INPUTS, INTERACTIVE_OUTPUT, LOOK_INPUTS, LOOK_OUTPUT, MXBaseComponent, MXButtonBaseComponent, MXColorComponent, MXColorLookComponent, MXInputBaseValueComponent, MXInteractiveComponent, MXLookComponent, MXValueComponent, TAB_META_KEY };
1174
+ export { AXAutoFocusDirective, AXButtonClickEvent, AXClearableComponent, AXClickEvent, AXClosbaleComponent, AXCommonModule, AXComponent, AXComponentCloseEvent, AXComponentClosedPromise, AXComponentClosing, AXComponentResult, AXDomService, AXEvent, AXFocusEvent, AXFocusableComponent, AXHotkeyDirective, AXHotkeysService, AXHtmlEvent, AXInfiniteScrollerDirective, AXItemClickEvent, AXNgModelDelayedValueChangedDirective, AXOptionChangedEvent, AXPagedComponent, AXPositions, AXRangeChangedEvent, AXResponsiveDirective, AXSearchableComponent, AXSelectionValueChangedEvent, AXValuableComponent, AXValueChangedEvent, AX_DIRECTIONS, AX_LOCATIONS, AX_STYLE_COLOR_TYPES, BASE_INPUTS, BASE_OUTPUT, BUTTON_INPUTS, BUTTON_OUTPUT, COLOR_INPUTS, COLOR_LOOK_INPUTS, COLOR_LOOK_OUTPUT, COLOR_OUTPUT, INTERACTIVE_INPUTS, INTERACTIVE_OUTPUT, LOOK_INPUTS, LOOK_OUTPUT, MXBaseComponent, MXButtonBaseComponent, MXColorComponent, MXColorLookComponent, MXInputBaseValueComponent, MXInteractiveComponent, MXLookComponent, MXValueComponent, TAB_META_KEY };
1325
1175
  //# sourceMappingURL=acorex-components-common.mjs.map