@acorex/components 7.1.10 → 7.1.12

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 (248) hide show
  1. package/breadcrumbs/src/breadcrumbs-item.component.d.ts +6 -6
  2. package/button/src/button-group.component.d.ts +6 -6
  3. package/button/src/button-item.component.d.ts +6 -6
  4. package/calendar/src/calendar.class.d.ts +19 -38
  5. package/calendar/src/calendar.component.d.ts +9 -7
  6. package/chips/src/chips.component.d.ts +6 -6
  7. package/color-picker/src/color-picker.component.d.ts +16 -16
  8. package/esm2022/action-sheet/src/action-sheet.component.mjs +3 -3
  9. package/esm2022/action-sheet/src/action-sheet.module.mjs +4 -4
  10. package/esm2022/action-sheet/src/action-sheet.service.mjs +3 -3
  11. package/esm2022/alert/src/alert.component.mjs +3 -3
  12. package/esm2022/alert/src/alert.module.mjs +4 -4
  13. package/esm2022/avatar/src/avatar-group.component.mjs +3 -3
  14. package/esm2022/avatar/src/avatar.component.mjs +3 -3
  15. package/esm2022/avatar/src/avatar.module.mjs +4 -4
  16. package/esm2022/badge/src/badge.component.mjs +3 -3
  17. package/esm2022/badge/src/badge.module.mjs +4 -4
  18. package/esm2022/breadcrumbs/src/breadcrumbs-item.component.mjs +3 -3
  19. package/esm2022/breadcrumbs/src/breadcrumbs.component.mjs +3 -3
  20. package/esm2022/breadcrumbs/src/breadcrumbs.module.mjs +4 -4
  21. package/esm2022/button/src/button-group.component.mjs +3 -3
  22. package/esm2022/button/src/button-item.component.mjs +3 -3
  23. package/esm2022/button/src/button.component.mjs +3 -3
  24. package/esm2022/button/src/button.module.mjs +4 -4
  25. package/esm2022/calendar/src/calendar-range.component.mjs +16 -16
  26. package/esm2022/calendar/src/calendar.class.mjs +66 -117
  27. package/esm2022/calendar/src/calendar.component.mjs +209 -160
  28. package/esm2022/calendar/src/calendar.module.mjs +4 -4
  29. package/esm2022/card/src/card.component.mjs +3 -3
  30. package/esm2022/card/src/card.module.mjs +4 -4
  31. package/esm2022/checkbox/src/checkbox.component.mjs +3 -3
  32. package/esm2022/checkbox/src/checkbox.module.mjs +4 -4
  33. package/esm2022/chips/src/chips.component.mjs +3 -3
  34. package/esm2022/chips/src/chips.module.mjs +4 -4
  35. package/esm2022/collapse/src/collapse-group.component.mjs +3 -3
  36. package/esm2022/collapse/src/collapse.component.mjs +3 -3
  37. package/esm2022/collapse/src/collapse.module.mjs +4 -4
  38. package/esm2022/color-palette/src/color-palette-input.component.mjs +3 -3
  39. package/esm2022/color-palette/src/color-palette-picker.component.mjs +3 -3
  40. package/esm2022/color-palette/src/color-palette-preview.component.mjs +3 -3
  41. package/esm2022/color-palette/src/color-palette-swatches.component.mjs +3 -3
  42. package/esm2022/color-palette/src/color-palette.class.mjs +6 -6
  43. package/esm2022/color-palette/src/color-palette.component.mjs +3 -3
  44. package/esm2022/color-palette/src/color-palette.module.mjs +4 -4
  45. package/esm2022/color-picker/src/color-picker.component.mjs +3 -3
  46. package/esm2022/color-picker/src/color-picker.module.mjs +4 -4
  47. package/esm2022/common/src/classes/components.class.mjs +18 -18
  48. package/esm2022/common/src/common.module.mjs +4 -4
  49. package/esm2022/common/src/components/base-component.class.mjs +3 -3
  50. package/esm2022/common/src/components/value-component.class.mjs +5 -4
  51. package/esm2022/common/src/directives/auto-focus.directive.mjs +3 -3
  52. package/esm2022/common/src/directives/debounce-time.directive.mjs +3 -3
  53. package/esm2022/common/src/directives/hotkey.directive.mjs +3 -3
  54. package/esm2022/common/src/directives/infinite-scroll.directive.mjs +3 -3
  55. package/esm2022/common/src/directives/responsive.directive.mjs +3 -3
  56. package/esm2022/common/src/services/custom-cdk-overlay.service.mjs +6 -6
  57. package/esm2022/common/src/services/hotkey.service.mjs +3 -3
  58. package/esm2022/common/src/services/overlay.service.mjs +3 -3
  59. package/esm2022/context-menu/src/context-menu.component.mjs +3 -3
  60. package/esm2022/context-menu/src/context-menu.module.mjs +4 -4
  61. package/esm2022/data-pager/src/data-pager-base.component.mjs +6 -6
  62. package/esm2022/data-pager/src/data-pager-info.component.mjs +3 -3
  63. package/esm2022/data-pager/src/data-pager-input-selector.component.mjs +3 -3
  64. package/esm2022/data-pager/src/data-pager-next-buttons.components.mjs +3 -3
  65. package/esm2022/data-pager/src/data-pager-numeric-selector.component.mjs +3 -3
  66. package/esm2022/data-pager/src/data-pager-pagesize-dropdown.component.mjs +3 -3
  67. package/esm2022/data-pager/src/data-pager-prev-buttons.component.mjs +3 -3
  68. package/esm2022/data-pager/src/data-pager.component.mjs +3 -3
  69. package/esm2022/data-pager/src/data-pager.module.mjs +4 -4
  70. package/esm2022/data-table/src/data-column-cell-template.directive.mjs +3 -3
  71. package/esm2022/data-table/src/data-column.directive.mjs +3 -3
  72. package/esm2022/data-table/src/data-table.component.mjs +3 -3
  73. package/esm2022/data-table/src/data-table.module.mjs +4 -4
  74. package/esm2022/date-picker/src/datepicker.component.mjs +3 -3
  75. package/esm2022/date-picker/src/datepicker.module.mjs +4 -4
  76. package/esm2022/decorators/src/close-button.component.mjs +3 -3
  77. package/esm2022/decorators/src/content.component.mjs +3 -3
  78. package/esm2022/decorators/src/decorators.module.mjs +4 -4
  79. package/esm2022/decorators/src/footer.component.mjs +3 -3
  80. package/esm2022/decorators/src/form-hint.component.mjs +3 -3
  81. package/esm2022/decorators/src/header.component.mjs +3 -3
  82. package/esm2022/decorators/src/icon.component.mjs +3 -3
  83. package/esm2022/decorators/src/overlay.component.mjs +3 -3
  84. package/esm2022/decorators/src/placeholder.component.mjs +3 -3
  85. package/esm2022/decorators/src/prefix.component.mjs +3 -3
  86. package/esm2022/decorators/src/sub-title.component.mjs +3 -3
  87. package/esm2022/decorators/src/suffix.component.mjs +3 -3
  88. package/esm2022/decorators/src/text.component.mjs +3 -3
  89. package/esm2022/decorators/src/title.component.mjs +3 -3
  90. package/esm2022/dialog/src/dialog.component.mjs +3 -3
  91. package/esm2022/dialog/src/dialog.module.mjs +4 -4
  92. package/esm2022/dialog/src/dialog.service.mjs +3 -3
  93. package/esm2022/drawer/src/drawer-container.component.mjs +3 -3
  94. package/esm2022/drawer/src/drawer.component.mjs +3 -3
  95. package/esm2022/drawer/src/drawer.module.mjs +4 -4
  96. package/esm2022/dropdown/src/dropdown-panel.component.mjs +3 -3
  97. package/esm2022/dropdown/src/dropdown.module.mjs +4 -4
  98. package/esm2022/form/src/form-field.component.mjs +3 -3
  99. package/esm2022/form/src/form.component.mjs +3 -3
  100. package/esm2022/form/src/form.module.mjs +4 -4
  101. package/esm2022/form/src/validation-rule.widget.mjs +3 -3
  102. package/esm2022/form/src/validation-summary.component.mjs +3 -3
  103. package/esm2022/image/src/image.component.mjs +3 -3
  104. package/esm2022/image/src/image.module.mjs +4 -4
  105. package/esm2022/label/src/label.component.mjs +3 -3
  106. package/esm2022/label/src/label.module.mjs +4 -4
  107. package/esm2022/loading/src/loading-spinner.component.mjs +3 -3
  108. package/esm2022/loading/src/loading.component.mjs +3 -3
  109. package/esm2022/loading/src/loading.directive.mjs +3 -3
  110. package/esm2022/loading/src/loading.module.mjs +4 -4
  111. package/esm2022/loading/src/loading.service.mjs +3 -3
  112. package/esm2022/menu/src/menu.component.mjs +3 -3
  113. package/esm2022/menu/src/menu.module.mjs +4 -4
  114. package/esm2022/mixin/src/base-components.class.mjs +3 -3
  115. package/esm2022/notification/src/notification.component.mjs +3 -3
  116. package/esm2022/notification/src/notification.module.mjs +4 -4
  117. package/esm2022/notification/src/notification.service.mjs +3 -3
  118. package/esm2022/number-box/src/number-box.component.mjs +3 -3
  119. package/esm2022/number-box/src/number-box.module.mjs +4 -4
  120. package/esm2022/page/src/base-page.class.mjs +3 -3
  121. package/esm2022/page/src/page.component.mjs +3 -3
  122. package/esm2022/page/src/page.module.mjs +4 -4
  123. package/esm2022/password-box/src/password-box.component.mjs +3 -3
  124. package/esm2022/password-box/src/password-box.module.mjs +4 -4
  125. package/esm2022/picker/src/picker-column.component.mjs +3 -3
  126. package/esm2022/picker/src/picker.component.mjs +3 -3
  127. package/esm2022/picker/src/picker.module.mjs +4 -4
  128. package/esm2022/popover/src/dropdown-component.class.mjs +3 -3
  129. package/esm2022/popover/src/popover.component.mjs +3 -3
  130. package/esm2022/popover/src/popover.module.mjs +4 -4
  131. package/esm2022/popup/src/popup.component.mjs +3 -3
  132. package/esm2022/popup/src/popup.module.mjs +4 -4
  133. package/esm2022/popup/src/popup.service.mjs +3 -3
  134. package/esm2022/progress-bar/src/progress-bar.component.mjs +3 -3
  135. package/esm2022/progress-bar/src/progress-bar.module.mjs +4 -4
  136. package/esm2022/radio/src/radio.component.mjs +3 -3
  137. package/esm2022/radio/src/radio.module.mjs +4 -4
  138. package/esm2022/range-slider/src/range-slider.component.mjs +3 -3
  139. package/esm2022/range-slider/src/range-slider.module.mjs +4 -4
  140. package/esm2022/rating/src/rating.component.mjs +3 -3
  141. package/esm2022/rating/src/rating.component.module.mjs +4 -4
  142. package/esm2022/result/src/result.component.mjs +3 -3
  143. package/esm2022/result/src/result.module.mjs +4 -4
  144. package/esm2022/search-box/src/search-box.component.mjs +3 -3
  145. package/esm2022/search-box/src/search-box.module.mjs +4 -4
  146. package/esm2022/select-box/src/selectbox.component.mjs +3 -3
  147. package/esm2022/select-box/src/selectbox.module.mjs +4 -4
  148. package/esm2022/selection-list/src/selection-list.component.mjs +3 -3
  149. package/esm2022/selection-list/src/selection-list.module.mjs +4 -4
  150. package/esm2022/switch/src/switch-content.component.mjs +3 -3
  151. package/esm2022/switch/src/switch.component.mjs +3 -3
  152. package/esm2022/switch/src/switch.module.mjs +4 -4
  153. package/esm2022/tabs/src/tab-content.directive.mjs +3 -3
  154. package/esm2022/tabs/src/tab-item.component.mjs +3 -3
  155. package/esm2022/tabs/src/tabs.component.mjs +3 -3
  156. package/esm2022/tabs/src/tabs.module.mjs +4 -4
  157. package/esm2022/tag/src/tag.component.mjs +3 -3
  158. package/esm2022/tag/src/tag.module.mjs +4 -4
  159. package/esm2022/textarea/src/textarea.component.mjs +3 -3
  160. package/esm2022/textarea/src/textarea.module.mjs +4 -4
  161. package/esm2022/textbox/src/mask-options.directive.mjs +3 -3
  162. package/esm2022/textbox/src/textbox.component.mjs +3 -3
  163. package/esm2022/textbox/src/textbox.module.mjs +4 -4
  164. package/esm2022/time-box/src/time-box.component.mjs +3 -3
  165. package/esm2022/time-box/src/time-box.module.mjs +4 -4
  166. package/esm2022/toast/src/toast.component.mjs +3 -3
  167. package/esm2022/toast/src/toast.module.mjs +4 -4
  168. package/esm2022/toast/src/toast.service.mjs +3 -3
  169. package/esm2022/tooltip/src/tooltip.component.mjs +3 -3
  170. package/esm2022/tooltip/src/tooltip.directive.mjs +3 -3
  171. package/esm2022/tooltip/src/tooltip.module.mjs +4 -4
  172. package/esm2022/tree-view/src/tree-view.component.mjs +3 -3
  173. package/esm2022/tree-view/src/tree-view.module.mjs +4 -4
  174. package/esm2022/uploader/src/uploader.component.mjs +3 -3
  175. package/esm2022/uploader/src/uploader.module.mjs +4 -4
  176. package/fesm2022/acorex-components-action-sheet.mjs +10 -10
  177. package/fesm2022/acorex-components-alert.mjs +7 -7
  178. package/fesm2022/acorex-components-avatar.mjs +10 -10
  179. package/fesm2022/acorex-components-badge.mjs +7 -7
  180. package/fesm2022/acorex-components-breadcrumbs.mjs +10 -10
  181. package/fesm2022/acorex-components-button.mjs +13 -13
  182. package/fesm2022/acorex-components-calendar.mjs +292 -293
  183. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  184. package/fesm2022/acorex-components-card.mjs +7 -7
  185. package/fesm2022/acorex-components-checkbox.mjs +7 -7
  186. package/fesm2022/acorex-components-chips.mjs +7 -7
  187. package/fesm2022/acorex-components-collapse.mjs +10 -10
  188. package/fesm2022/acorex-components-color-palette.mjs +25 -25
  189. package/fesm2022/acorex-components-color-picker.mjs +7 -7
  190. package/fesm2022/acorex-components-common.mjs +56 -55
  191. package/fesm2022/acorex-components-common.mjs.map +1 -1
  192. package/fesm2022/acorex-components-context-menu.mjs +7 -7
  193. package/fesm2022/acorex-components-data-pager.mjs +31 -31
  194. package/fesm2022/acorex-components-data-table.mjs +13 -13
  195. package/fesm2022/acorex-components-date-picker.mjs +7 -7
  196. package/fesm2022/acorex-components-date-picker.mjs.map +1 -1
  197. package/fesm2022/acorex-components-decorators.mjs +43 -43
  198. package/fesm2022/acorex-components-dialog.mjs +10 -10
  199. package/fesm2022/acorex-components-drawer.mjs +10 -10
  200. package/fesm2022/acorex-components-dropdown.mjs +7 -7
  201. package/fesm2022/acorex-components-form.mjs +16 -16
  202. package/fesm2022/acorex-components-image.mjs +7 -7
  203. package/fesm2022/acorex-components-label.mjs +7 -7
  204. package/fesm2022/acorex-components-loading.mjs +16 -16
  205. package/fesm2022/acorex-components-menu.mjs +7 -7
  206. package/fesm2022/acorex-components-mixin.mjs +3 -3
  207. package/fesm2022/acorex-components-notification.mjs +10 -10
  208. package/fesm2022/acorex-components-number-box.mjs +7 -7
  209. package/fesm2022/acorex-components-page.mjs +10 -10
  210. package/fesm2022/acorex-components-password-box.mjs +7 -7
  211. package/fesm2022/acorex-components-picker.mjs +10 -10
  212. package/fesm2022/acorex-components-popover.mjs +10 -10
  213. package/fesm2022/acorex-components-popup.mjs +10 -10
  214. package/fesm2022/acorex-components-progress-bar.mjs +7 -7
  215. package/fesm2022/acorex-components-radio.mjs +7 -7
  216. package/fesm2022/acorex-components-range-slider.mjs +7 -7
  217. package/fesm2022/acorex-components-rating.mjs +7 -7
  218. package/fesm2022/acorex-components-result.mjs +7 -7
  219. package/fesm2022/acorex-components-search-box.mjs +7 -7
  220. package/fesm2022/acorex-components-select-box.mjs +7 -7
  221. package/fesm2022/acorex-components-selection-list.mjs +7 -7
  222. package/fesm2022/acorex-components-switch.mjs +10 -10
  223. package/fesm2022/acorex-components-tabs.mjs +13 -13
  224. package/fesm2022/acorex-components-tag.mjs +7 -7
  225. package/fesm2022/acorex-components-textarea.mjs +7 -7
  226. package/fesm2022/acorex-components-textbox.mjs +10 -10
  227. package/fesm2022/acorex-components-time-box.mjs +7 -7
  228. package/fesm2022/acorex-components-toast.mjs +10 -10
  229. package/fesm2022/acorex-components-tooltip.mjs +10 -10
  230. package/fesm2022/acorex-components-tree-view.mjs +7 -7
  231. package/fesm2022/acorex-components-uploader.mjs +7 -7
  232. package/mixin/src/base-components.class.d.ts +2 -2
  233. package/mixin/src/base-menu-mixin.class.d.ts +5 -5
  234. package/mixin/src/button-mixin.class.d.ts +2 -2
  235. package/mixin/src/clickable-mixin.class.d.ts +2 -2
  236. package/mixin/src/color-look-mixing.class.d.ts +2 -2
  237. package/mixin/src/datalist-component.class.d.ts +10 -10
  238. package/mixin/src/dropdown-mixin.class.d.ts +2 -2
  239. package/mixin/src/interactive-mixin.class.d.ts +4 -4
  240. package/mixin/src/loading-mixin.class.d.ts +2 -2
  241. package/mixin/src/mixin.class.d.ts +61 -61
  242. package/mixin/src/page-component.class.d.ts +2 -2
  243. package/mixin/src/selection-component.class.d.ts +2 -2
  244. package/mixin/src/sizable-mixin.class.d.ts +2 -2
  245. package/mixin/src/textbox-mixin.class.d.ts +2 -2
  246. package/mixin/src/value-mixin.class.d.ts +8 -8
  247. package/package.json +4 -4
  248. package/tabs/src/tab-item.component.d.ts +2 -2
@@ -139,10 +139,10 @@ class AXPopupComponent extends AXBaseComponentMixin {
139
139
  this._cdr.detectChanges();
140
140
  }
141
141
  onFullScreen() { }
142
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXPopupComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i0.ViewContainerRef }, { token: i1.AXLoadingService }, { token: i2.AXPlatform }], target: i0.ɵɵFactoryTarget.Component });
143
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.1", type: AXPopupComponent, selector: "ax-popup", host: { listeners: { "keydown.escape": "onKeydownHandler($event)" } }, providers: [{ provide: AXClosbaleComponent, useExisting: AXPopupComponent }], usesInheritance: true, ngImport: i0, template: "<div class=\"ax-popup-wrapper\" aria-modal=\"true\" [cdkTrapFocus]=\"true\">\n <div class=\"ax-popup ax-popup-{{size}}\" tabindex=\"0\" cdkDrag [cdkDragDisabled]=\"!draggable\">\n <div cdkDragHandle class=\"ax-popup-header-container\">\n <div class=\"ax-popup-header\" *ngIf=\"showHeader\">\n <span class=\"ax-popup-title\">{{title}}</span>\n <span class=\"ax-icon ax-icon-close\" (click)=\"_handleCloseClick()\" tabindex=\"1\"></span>\n </div>\n </div>\n <div class=\"ax-popup-main-container\">\n <ng-template [cdkPortalOutlet]=\"_selectedPortal\" (attached)=\"_handleAttched($event)\"></ng-template>\n </div>\n <div class=\"ax-popup-footer-container\"></div>\n </div>\n</div>", styles: [".ax-popup{display:flex;flex-direction:column;background-color:rgba(var(--ax-color-surface));box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:1px solid;border-color:rgba(var(--ax-color-border-default));border-radius:var(--ax-rounded-border-default);outline-color:transparent;padding:0;width:50%;max-height:calc(var(--ax-overlay-full-width) * var(--ax-vh));min-height:-moz-fit-content;min-height:fit-content;margin:0 auto;width:auto}.ax-popup .ax-popup-header{padding:.75rem;display:flex;align-items:center;justify-content:space-between}.ax-popup .ax-popup-header .ax-popup-title{font-size:1rem}.ax-popup .ax-popup-header .ax-icon-close{font-size:1.5rem;cursor:pointer}.ax-popup .ax-popup-header .ax-icon-close:hover{opacity:.5}.ax-popup ax-footer{padding:.75rem;display:flex;align-items:center;justify-content:space-between}.ax-popup:focus{outline-color:transparent}.ax-popup:focus-visible{outline-color:rgba(var(--ax-color-primary-500))}.ax-popup ax-footer{background-color:rgba(var(--ax-color-on-surface))}.ax-popup .ax-popup-main-container{overflow:auto;flex:1 1 0%}.ax-popup.ax-popup-full{width:100vw;max-height:calc(100 * var(--ax-vh));height:calc(100 * var(--ax-vh))}.ax-popup.ax-fit{width:-moz-fit-content;width:fit-content}@media (max-width: 599px){.ax-popup.ax-popup-sm,.ax-popup.ax-popup-md,.ax-popup.ax-popup-lg{width:93vw!important;height:calc(var(--ax-overlay-full-width) * var(--ax-vh))!important}.ax-popup.ax-popup-sm .ax-popup-main-container>ng-component>div,.ax-popup.ax-popup-md .ax-popup-main-container>ng-component>div,.ax-popup.ax-popup-lg .ax-popup-main-container>ng-component>div{width:100%}}@media (min-width: 600px){.ax-popup.ax-popup-sm{min-width:60vw!important;max-width:85vw!important}.ax-popup.ax-popup-md{min-width:70vw!important;max-width:85vw!important}.ax-popup.ax-popup-lg{min-width:85vw!important;max-width:90vw!important}}@media (min-width: 1200px){.ax-popup.ax-popup-sm{min-width:25vw!important;max-width:35vw!important}.ax-popup.ax-popup-md{min-width:45vw!important;max-width:55vw!important}.ax-popup.ax-popup-lg{min-width:75vw!important;max-width:95vw!important}}@media (min-width: 1800px){.ax-popup.ax-popup-sm{min-width:15vw!important;max-width:25vw!important}.ax-popup.ax-popup-md{min-width:30vw!important;max-width:50vw!important}.ax-popup.ax-popup-lg{min-width:45vw!important;max-width:85vw!important}}\n"], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragData", "cdkDragLockAxis", "cdkDragRootElement", "cdkDragBoundary", "cdkDragStartDelay", "cdkDragFreeDragPosition", "cdkDragDisabled", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragPreviewContainer"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }, { kind: "directive", type: i4.CdkDragHandle, selector: "[cdkDragHandle]", inputs: ["cdkDragHandleDisabled"] }, { kind: "directive", type: i5.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "directive", type: i6.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
142
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXPopupComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i0.ViewContainerRef }, { token: i1.AXLoadingService }, { token: i2.AXPlatform }], target: i0.ɵɵFactoryTarget.Component });
143
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: AXPopupComponent, selector: "ax-popup", host: { listeners: { "keydown.escape": "onKeydownHandler($event)" } }, providers: [{ provide: AXClosbaleComponent, useExisting: AXPopupComponent }], usesInheritance: true, ngImport: i0, template: "<div class=\"ax-popup-wrapper\" aria-modal=\"true\" [cdkTrapFocus]=\"true\">\n <div class=\"ax-popup ax-popup-{{size}}\" tabindex=\"0\" cdkDrag [cdkDragDisabled]=\"!draggable\">\n <div cdkDragHandle class=\"ax-popup-header-container\">\n <div class=\"ax-popup-header\" *ngIf=\"showHeader\">\n <span class=\"ax-popup-title\">{{title}}</span>\n <span class=\"ax-icon ax-icon-close\" (click)=\"_handleCloseClick()\" tabindex=\"1\"></span>\n </div>\n </div>\n <div class=\"ax-popup-main-container\">\n <ng-template [cdkPortalOutlet]=\"_selectedPortal\" (attached)=\"_handleAttched($event)\"></ng-template>\n </div>\n <div class=\"ax-popup-footer-container\"></div>\n </div>\n</div>", styles: [".ax-popup{display:flex;flex-direction:column;background-color:rgba(var(--ax-color-surface));box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:1px solid;border-color:rgba(var(--ax-color-border-default));border-radius:var(--ax-rounded-border-default);outline-color:transparent;padding:0;width:50%;max-height:calc(var(--ax-overlay-full-width) * var(--ax-vh));min-height:-moz-fit-content;min-height:fit-content;margin:0 auto;width:auto}.ax-popup .ax-popup-header{padding:.75rem;display:flex;align-items:center;justify-content:space-between}.ax-popup .ax-popup-header .ax-popup-title{font-size:1rem}.ax-popup .ax-popup-header .ax-icon-close{font-size:1.5rem;cursor:pointer}.ax-popup .ax-popup-header .ax-icon-close:hover{opacity:.5}.ax-popup ax-footer{padding:.75rem;display:flex;align-items:center;justify-content:space-between}.ax-popup:focus{outline-color:transparent}.ax-popup:focus-visible{outline-color:rgba(var(--ax-color-primary-500))}.ax-popup ax-footer{background-color:rgba(var(--ax-color-on-surface))}.ax-popup .ax-popup-main-container{overflow:auto;flex:1 1 0%}.ax-popup.ax-popup-full{width:100vw;max-height:calc(100 * var(--ax-vh));height:calc(100 * var(--ax-vh))}.ax-popup.ax-fit{width:-moz-fit-content;width:fit-content}@media (max-width: 599px){.ax-popup.ax-popup-sm,.ax-popup.ax-popup-md,.ax-popup.ax-popup-lg{width:93vw!important;height:calc(var(--ax-overlay-full-width) * var(--ax-vh))!important}.ax-popup.ax-popup-sm .ax-popup-main-container>ng-component>div,.ax-popup.ax-popup-md .ax-popup-main-container>ng-component>div,.ax-popup.ax-popup-lg .ax-popup-main-container>ng-component>div{width:100%}}@media (min-width: 600px){.ax-popup.ax-popup-sm{min-width:60vw!important;max-width:85vw!important}.ax-popup.ax-popup-md{min-width:70vw!important;max-width:85vw!important}.ax-popup.ax-popup-lg{min-width:85vw!important;max-width:90vw!important}}@media (min-width: 1200px){.ax-popup.ax-popup-sm{min-width:25vw!important;max-width:35vw!important}.ax-popup.ax-popup-md{min-width:45vw!important;max-width:55vw!important}.ax-popup.ax-popup-lg{min-width:75vw!important;max-width:95vw!important}}@media (min-width: 1800px){.ax-popup.ax-popup-sm{min-width:15vw!important;max-width:25vw!important}.ax-popup.ax-popup-md{min-width:30vw!important;max-width:50vw!important}.ax-popup.ax-popup-lg{min-width:45vw!important;max-width:85vw!important}}\n"], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragData", "cdkDragLockAxis", "cdkDragRootElement", "cdkDragBoundary", "cdkDragStartDelay", "cdkDragFreeDragPosition", "cdkDragDisabled", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragPreviewContainer"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }, { kind: "directive", type: i4.CdkDragHandle, selector: "[cdkDragHandle]", inputs: ["cdkDragHandleDisabled"] }, { kind: "directive", type: i5.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "directive", type: i6.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
144
144
  }
145
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXPopupComponent, decorators: [{
145
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXPopupComponent, decorators: [{
146
146
  type: Component,
147
147
  args: [{ selector: 'ax-popup', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [{ provide: AXClosbaleComponent, useExisting: AXPopupComponent }], template: "<div class=\"ax-popup-wrapper\" aria-modal=\"true\" [cdkTrapFocus]=\"true\">\n <div class=\"ax-popup ax-popup-{{size}}\" tabindex=\"0\" cdkDrag [cdkDragDisabled]=\"!draggable\">\n <div cdkDragHandle class=\"ax-popup-header-container\">\n <div class=\"ax-popup-header\" *ngIf=\"showHeader\">\n <span class=\"ax-popup-title\">{{title}}</span>\n <span class=\"ax-icon ax-icon-close\" (click)=\"_handleCloseClick()\" tabindex=\"1\"></span>\n </div>\n </div>\n <div class=\"ax-popup-main-container\">\n <ng-template [cdkPortalOutlet]=\"_selectedPortal\" (attached)=\"_handleAttched($event)\"></ng-template>\n </div>\n <div class=\"ax-popup-footer-container\"></div>\n </div>\n</div>", styles: [".ax-popup{display:flex;flex-direction:column;background-color:rgba(var(--ax-color-surface));box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:1px solid;border-color:rgba(var(--ax-color-border-default));border-radius:var(--ax-rounded-border-default);outline-color:transparent;padding:0;width:50%;max-height:calc(var(--ax-overlay-full-width) * var(--ax-vh));min-height:-moz-fit-content;min-height:fit-content;margin:0 auto;width:auto}.ax-popup .ax-popup-header{padding:.75rem;display:flex;align-items:center;justify-content:space-between}.ax-popup .ax-popup-header .ax-popup-title{font-size:1rem}.ax-popup .ax-popup-header .ax-icon-close{font-size:1.5rem;cursor:pointer}.ax-popup .ax-popup-header .ax-icon-close:hover{opacity:.5}.ax-popup ax-footer{padding:.75rem;display:flex;align-items:center;justify-content:space-between}.ax-popup:focus{outline-color:transparent}.ax-popup:focus-visible{outline-color:rgba(var(--ax-color-primary-500))}.ax-popup ax-footer{background-color:rgba(var(--ax-color-on-surface))}.ax-popup .ax-popup-main-container{overflow:auto;flex:1 1 0%}.ax-popup.ax-popup-full{width:100vw;max-height:calc(100 * var(--ax-vh));height:calc(100 * var(--ax-vh))}.ax-popup.ax-fit{width:-moz-fit-content;width:fit-content}@media (max-width: 599px){.ax-popup.ax-popup-sm,.ax-popup.ax-popup-md,.ax-popup.ax-popup-lg{width:93vw!important;height:calc(var(--ax-overlay-full-width) * var(--ax-vh))!important}.ax-popup.ax-popup-sm .ax-popup-main-container>ng-component>div,.ax-popup.ax-popup-md .ax-popup-main-container>ng-component>div,.ax-popup.ax-popup-lg .ax-popup-main-container>ng-component>div{width:100%}}@media (min-width: 600px){.ax-popup.ax-popup-sm{min-width:60vw!important;max-width:85vw!important}.ax-popup.ax-popup-md{min-width:70vw!important;max-width:85vw!important}.ax-popup.ax-popup-lg{min-width:85vw!important;max-width:90vw!important}}@media (min-width: 1200px){.ax-popup.ax-popup-sm{min-width:25vw!important;max-width:35vw!important}.ax-popup.ax-popup-md{min-width:45vw!important;max-width:55vw!important}.ax-popup.ax-popup-lg{min-width:75vw!important;max-width:95vw!important}}@media (min-width: 1800px){.ax-popup.ax-popup-sm{min-width:15vw!important;max-width:25vw!important}.ax-popup.ax-popup-md{min-width:30vw!important;max-width:50vw!important}.ax-popup.ax-popup-lg{min-width:45vw!important;max-width:85vw!important}}\n"] }]
148
148
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i0.ViewContainerRef }, { type: i1.AXLoadingService }, { type: i2.AXPlatform }]; }, propDecorators: { onKeydownHandler: [{
@@ -253,10 +253,10 @@ class AXPopupService {
253
253
  closeFunc(result);
254
254
  }
255
255
  }
256
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXPopupService, deps: [{ token: i1$1.AXOverlayService }], target: i0.ɵɵFactoryTarget.Injectable });
257
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXPopupService, providedIn: 'root' });
256
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXPopupService, deps: [{ token: i1$1.AXOverlayService }], target: i0.ɵɵFactoryTarget.Injectable });
257
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXPopupService, providedIn: 'root' });
258
258
  }
259
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXPopupService, decorators: [{
259
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXPopupService, decorators: [{
260
260
  type: Injectable,
261
261
  args: [{ providedIn: 'root' }]
262
262
  }], ctorParameters: function () { return [{ type: i1$1.AXOverlayService }]; } });
@@ -264,11 +264,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImpor
264
264
  const COMPONENT = [AXPopupComponent];
265
265
  const MODULES = [CommonModule, AXCommonModule, DragDropModule, A11yModule, AXButtonModule, PortalModule, AXDecoratorModule];
266
266
  class AXPopupModule {
267
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXPopupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
268
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.1", ngImport: i0, type: AXPopupModule, declarations: [AXPopupComponent], imports: [CommonModule, AXCommonModule, DragDropModule, A11yModule, AXButtonModule, PortalModule, AXDecoratorModule], exports: [AXPopupComponent] });
269
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXPopupModule, imports: [MODULES] });
267
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXPopupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
268
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: AXPopupModule, declarations: [AXPopupComponent], imports: [CommonModule, AXCommonModule, DragDropModule, A11yModule, AXButtonModule, PortalModule, AXDecoratorModule], exports: [AXPopupComponent] });
269
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXPopupModule, imports: [MODULES] });
270
270
  }
271
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXPopupModule, decorators: [{
271
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXPopupModule, decorators: [{
272
272
  type: NgModule,
273
273
  args: [{
274
274
  declarations: [...COMPONENT],
@@ -20,10 +20,10 @@ class AXProgressBarComponent extends AXBaseComponentMixin {
20
20
  get __hostClass() {
21
21
  return `ax-${this['color']}-default`;
22
22
  }
23
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXProgressBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
24
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.1", type: AXProgressBarComponent, selector: "ax-progress-bar", inputs: { color: "color", look: "look", value: "value" }, host: { properties: { "class": "this.__hostClass" }, classAttribute: "ax-progress-bar" }, usesInheritance: true, ngImport: i0, template: "<ng-content select=\"ax-prefix\"></ng-content>\n<div class=\"ax-progress-bar-container\">\n <div class=\"ax-progress-bar-rise ax-animate-animated ax-animate-fedeIn ax-animate-faster\" [style.width.%]=\"value\">\n </div>\n</div>\n<ng-content select=\"ax-suffix\"></ng-content>", styles: ["ax-progress-bar{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}ax-progress-bar ax-prefix{padding-inline-end:.5rem}ax-progress-bar ax-suffix{padding-inline-start:.5rem}ax-progress-bar .ax-progress-bar-container{width:100%;height:.5rem;position:relative;display:flex;border-radius:99rem;background-color:rgba(var(--ax-color-on-surface))}ax-progress-bar .ax-progress-bar-container .ax-progress-bar-rise{max-width:100%;transition:width 1s;background-color:rgba(var(--ax-color-primary-500));height:100%;position:absolute;inset-inline-start:0;border-radius:99rem}ax-progress-bar.ax-primary-default .ax-progress-bar-rise{background-color:rgba(var(--ax-color-primary-500))}ax-progress-bar.ax-secondary-default .ax-progress-bar-rise{background-color:rgba(var(--ax-color-secondary-500))}ax-progress-bar.ax-success-default .ax-progress-bar-rise{background-color:rgba(var(--ax-color-success-500))}ax-progress-bar.ax-warning-default .ax-progress-bar-rise{background-color:rgba(var(--ax-color-warning-500))}ax-progress-bar.ax-danger-default .ax-progress-bar-rise{background-color:rgba(var(--ax-color-danger-500))}ax-progress-bar.ax-info-default .ax-progress-bar-rise{background-color:rgba(var(--ax-color-info-500))}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
23
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXProgressBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
24
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: AXProgressBarComponent, selector: "ax-progress-bar", inputs: { color: "color", look: "look", value: "value" }, host: { properties: { "class": "this.__hostClass" }, classAttribute: "ax-progress-bar" }, usesInheritance: true, ngImport: i0, template: "<ng-content select=\"ax-prefix\"></ng-content>\n<div class=\"ax-progress-bar-container\">\n <div class=\"ax-progress-bar-rise ax-animate-animated ax-animate-fedeIn ax-animate-faster\" [style.width.%]=\"value\">\n </div>\n</div>\n<ng-content select=\"ax-suffix\"></ng-content>", styles: ["ax-progress-bar{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}ax-progress-bar ax-prefix{padding-inline-end:.5rem}ax-progress-bar ax-suffix{padding-inline-start:.5rem}ax-progress-bar .ax-progress-bar-container{width:100%;height:.5rem;position:relative;display:flex;border-radius:99rem;background-color:rgba(var(--ax-color-on-surface))}ax-progress-bar .ax-progress-bar-container .ax-progress-bar-rise{max-width:100%;transition:width 1s;background-color:rgba(var(--ax-color-primary-500));height:100%;position:absolute;inset-inline-start:0;border-radius:99rem}ax-progress-bar.ax-primary-default .ax-progress-bar-rise{background-color:rgba(var(--ax-color-primary-500))}ax-progress-bar.ax-secondary-default .ax-progress-bar-rise{background-color:rgba(var(--ax-color-secondary-500))}ax-progress-bar.ax-success-default .ax-progress-bar-rise{background-color:rgba(var(--ax-color-success-500))}ax-progress-bar.ax-warning-default .ax-progress-bar-rise{background-color:rgba(var(--ax-color-warning-500))}ax-progress-bar.ax-danger-default .ax-progress-bar-rise{background-color:rgba(var(--ax-color-danger-500))}ax-progress-bar.ax-info-default .ax-progress-bar-rise{background-color:rgba(var(--ax-color-info-500))}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXProgressBarComponent, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXProgressBarComponent, decorators: [{
27
27
  type: Component,
28
28
  args: [{ selector: 'ax-progress-bar', inputs: ['color', 'look',], host: { class: 'ax-progress-bar' }, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content select=\"ax-prefix\"></ng-content>\n<div class=\"ax-progress-bar-container\">\n <div class=\"ax-progress-bar-rise ax-animate-animated ax-animate-fedeIn ax-animate-faster\" [style.width.%]=\"value\">\n </div>\n</div>\n<ng-content select=\"ax-suffix\"></ng-content>", styles: ["ax-progress-bar{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}ax-progress-bar ax-prefix{padding-inline-end:.5rem}ax-progress-bar ax-suffix{padding-inline-start:.5rem}ax-progress-bar .ax-progress-bar-container{width:100%;height:.5rem;position:relative;display:flex;border-radius:99rem;background-color:rgba(var(--ax-color-on-surface))}ax-progress-bar .ax-progress-bar-container .ax-progress-bar-rise{max-width:100%;transition:width 1s;background-color:rgba(var(--ax-color-primary-500));height:100%;position:absolute;inset-inline-start:0;border-radius:99rem}ax-progress-bar.ax-primary-default .ax-progress-bar-rise{background-color:rgba(var(--ax-color-primary-500))}ax-progress-bar.ax-secondary-default .ax-progress-bar-rise{background-color:rgba(var(--ax-color-secondary-500))}ax-progress-bar.ax-success-default .ax-progress-bar-rise{background-color:rgba(var(--ax-color-success-500))}ax-progress-bar.ax-warning-default .ax-progress-bar-rise{background-color:rgba(var(--ax-color-warning-500))}ax-progress-bar.ax-danger-default .ax-progress-bar-rise{background-color:rgba(var(--ax-color-danger-500))}ax-progress-bar.ax-info-default .ax-progress-bar-rise{background-color:rgba(var(--ax-color-info-500))}\n"] }]
29
29
  }], ctorParameters: function () { return []; }, propDecorators: { value: [{
@@ -34,11 +34,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImpor
34
34
  }] } });
35
35
 
36
36
  class AXProgressBarModule {
37
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXProgressBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
38
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.1", ngImport: i0, type: AXProgressBarModule, declarations: [AXProgressBarComponent], imports: [CommonModule], exports: [AXProgressBarComponent] });
39
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXProgressBarModule, imports: [CommonModule] });
37
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXProgressBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
38
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: AXProgressBarModule, declarations: [AXProgressBarComponent], imports: [CommonModule], exports: [AXProgressBarComponent] });
39
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXProgressBarModule, imports: [CommonModule] });
40
40
  }
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXProgressBarModule, decorators: [{
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXProgressBarModule, decorators: [{
42
42
  type: NgModule,
43
43
  args: [{
44
44
  declarations: [AXProgressBarComponent],
@@ -29,10 +29,10 @@ class AXRadioComponent extends AXBaseValueComponentMixin {
29
29
  get __hostClass() {
30
30
  return `${this.disabled ? 'ax-state-disabled' : '', this.readonly ? 'ax-state-readonly' : ''}`;
31
31
  }
32
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXRadioComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
33
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.1", type: AXRadioComponent, selector: "ax-radio", inputs: { disabled: "disabled", tabIndex: "tabIndex", readonly: "readonly", allowNull: "allowNull", value: "value", name: "name", checked: "checked" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", valueChange: "valueChange", onValueChanged: "onValueChanged" }, host: { properties: { "class": "this.__hostClass" } }, usesInheritance: true, ngImport: i0, template: "<div class=\"ax-checkbox-label\">\n <div class=\"ax-checkbox-start-side\">\n <input [id]=\"id\" class=\"ax-radio\" type=\"radio\" [(ngModel)]=\"value\" [checked]=\"value\" [disabled]=\"disabled\" [readonly]=\"readonly\" [tabindex]=\"tabIndex\" (click)=\"_handleOnClickEvent($event)\" (focus)=\"_emitOnFocusEvent($event)\"\n (blur)=\"_emitOnBlurEvent($event)\">\n </div>\n <div class=\"ax-checkbox-end-side\">\n <ng-content select=\"ax-label\"></ng-content>\n <ng-content select=\"ax-form-hint\"></ng-content>\n </div>\n</div>\n{{disabled}}\n<ng-content select=\"ax-validation-rule\"></ng-content>", styles: ["ax-radio.ax-state-disabled{opacity:.5;cursor:not-allowed}ax-radio.ax-state-readonly{opacity:.8;cursor:text}ax-radio .ax-checkbox-label{display:flex;align-items:flex-start;width:-moz-fit-content;width:fit-content;font-size:.875rem;line-height:1.25rem}ax-radio .ax-checkbox-label .ax-checkbox-start-side{display:flex;align-items:center;height:1.25rem}ax-radio .ax-checkbox-label .ax-checkbox-end-side{margin-inline-start:.75rem}\n"], dependencies: [{ kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.RadioControlValueAccessor, selector: "input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]", inputs: ["name", "formControlName", "value"] }, { 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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
32
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXRadioComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
33
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: AXRadioComponent, selector: "ax-radio", inputs: { disabled: "disabled", tabIndex: "tabIndex", readonly: "readonly", allowNull: "allowNull", value: "value", name: "name", checked: "checked" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", valueChange: "valueChange", onValueChanged: "onValueChanged" }, host: { properties: { "class": "this.__hostClass" } }, usesInheritance: true, ngImport: i0, template: "<div class=\"ax-checkbox-label\">\n <div class=\"ax-checkbox-start-side\">\n <input [id]=\"id\" class=\"ax-radio\" type=\"radio\" [(ngModel)]=\"value\" [checked]=\"value\" [disabled]=\"disabled\" [readonly]=\"readonly\" [tabindex]=\"tabIndex\" (click)=\"_handleOnClickEvent($event)\" (focus)=\"_emitOnFocusEvent($event)\"\n (blur)=\"_emitOnBlurEvent($event)\">\n </div>\n <div class=\"ax-checkbox-end-side\">\n <ng-content select=\"ax-label\"></ng-content>\n <ng-content select=\"ax-form-hint\"></ng-content>\n </div>\n</div>\n{{disabled}}\n<ng-content select=\"ax-validation-rule\"></ng-content>", styles: ["ax-radio.ax-state-disabled{opacity:.5;cursor:not-allowed}ax-radio.ax-state-readonly{opacity:.8;cursor:text}ax-radio .ax-checkbox-label{display:flex;align-items:flex-start;width:-moz-fit-content;width:fit-content;font-size:.875rem;line-height:1.25rem}ax-radio .ax-checkbox-label .ax-checkbox-start-side{display:flex;align-items:center;height:1.25rem}ax-radio .ax-checkbox-label .ax-checkbox-end-side{margin-inline-start:.75rem}\n"], dependencies: [{ kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.RadioControlValueAccessor, selector: "input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]", inputs: ["name", "formControlName", "value"] }, { 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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
34
34
  }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXRadioComponent, decorators: [{
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXRadioComponent, decorators: [{
36
36
  type: Component,
37
37
  args: [{ selector: 'ax-radio', inputs: ['disabled', 'tabIndex', 'readonly', 'allowNull', 'value', 'name', 'checked'], outputs: ['onBlur', 'onFocus', 'valueChange', 'onValueChanged'], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div class=\"ax-checkbox-label\">\n <div class=\"ax-checkbox-start-side\">\n <input [id]=\"id\" class=\"ax-radio\" type=\"radio\" [(ngModel)]=\"value\" [checked]=\"value\" [disabled]=\"disabled\" [readonly]=\"readonly\" [tabindex]=\"tabIndex\" (click)=\"_handleOnClickEvent($event)\" (focus)=\"_emitOnFocusEvent($event)\"\n (blur)=\"_emitOnBlurEvent($event)\">\n </div>\n <div class=\"ax-checkbox-end-side\">\n <ng-content select=\"ax-label\"></ng-content>\n <ng-content select=\"ax-form-hint\"></ng-content>\n </div>\n</div>\n{{disabled}}\n<ng-content select=\"ax-validation-rule\"></ng-content>", styles: ["ax-radio.ax-state-disabled{opacity:.5;cursor:not-allowed}ax-radio.ax-state-readonly{opacity:.8;cursor:text}ax-radio .ax-checkbox-label{display:flex;align-items:flex-start;width:-moz-fit-content;width:fit-content;font-size:.875rem;line-height:1.25rem}ax-radio .ax-checkbox-label .ax-checkbox-start-side{display:flex;align-items:center;height:1.25rem}ax-radio .ax-checkbox-label .ax-checkbox-end-side{margin-inline-start:.75rem}\n"] }]
38
38
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { __hostClass: [{
@@ -43,11 +43,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImpor
43
43
  const COMPONENT = [AXRadioComponent];
44
44
  const MODULES = [CommonModule, FormsModule];
45
45
  class AXRadioModule {
46
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXRadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
47
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.1", ngImport: i0, type: AXRadioModule, declarations: [AXRadioComponent], imports: [CommonModule, FormsModule], exports: [AXRadioComponent] });
48
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXRadioModule, imports: [MODULES] });
46
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXRadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
47
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: AXRadioModule, declarations: [AXRadioComponent], imports: [CommonModule, FormsModule], exports: [AXRadioComponent] });
48
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXRadioModule, imports: [MODULES] });
49
49
  }
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXRadioModule, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXRadioModule, decorators: [{
51
51
  type: NgModule,
52
52
  args: [{
53
53
  declarations: [...COMPONENT],
@@ -91,12 +91,12 @@ class AXRangeSliderComponent extends AXBaseValueComponentMixin {
91
91
  get __hostClass() {
92
92
  return `ax-${this.color}-default ax-${this.oriantaion}`;
93
93
  }
94
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXRangeSliderComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
95
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.1", type: AXRangeSliderComponent, selector: "ax-range-slider", inputs: { readonly: "readonly", allowNull: "allowNull", value: "value", name: "name", checked: "checked", minValue: "minValue", maxValue: "maxValue", step: "step", color: "color", oriantaion: "oriantaion" }, outputs: { valueChange: "valueChange", onValueChanged: "onValueChanged", colorChange: "colorChange" }, host: { properties: { "class": "this.__hostClass" }, classAttribute: "ax-range-slider" }, providers: [
94
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXRangeSliderComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
95
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: AXRangeSliderComponent, selector: "ax-range-slider", inputs: { readonly: "readonly", allowNull: "allowNull", value: "value", name: "name", checked: "checked", minValue: "minValue", maxValue: "maxValue", step: "step", color: "color", oriantaion: "oriantaion" }, outputs: { valueChange: "valueChange", onValueChanged: "onValueChanged", colorChange: "colorChange" }, host: { properties: { "class": "this.__hostClass" }, classAttribute: "ax-range-slider" }, providers: [
96
96
  { provide: AXValuableComponent, useExisting: AXRangeSliderComponent },
97
97
  ], usesInheritance: true, ngImport: i0, template: "<input type=\"range\" [min]=\"minValue\" [max]=\"maxValue\" [(ngModel)]=\"value\" [step]=\"step\">", styles: [".ax-range-slider{width:100%;--ax-current-value: 0%}.ax-range-slider input{-webkit-appearance:none;appearance:none;width:100%;height:.5rem;background:rgba(var(--ax-color-surface),.05);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border-radius:99rem}.ax-range-slider input::-webkit-slider-thumb{width:1.5rem;height:1.5rem;background:rgba(var(--ax-color-surface));border:1px solid;border-color:rgba(var(--ax-color-border-default));cursor:pointer;border-radius:99rem;appearance:none;-webkit-appearance:none;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.ax-range-slider input::-moz-range-thumb{width:1.25rem;height:1.25rem;background:rgba(var(--ax-color-surface));border:1px solid;border-color:rgba(var(--ax-color-border-default));cursor:pointer;border-radius:99rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.ax-range-slider.ax-vertical{display:block;transform:rotate(90deg)}.ax-range-slider.ax-vertical input[type=range]{-webkit-appearance:slider-vertical}.ax-range-slider.ax-primary-default input{background:linear-gradient(to right,rgba(var(--ax-color-primary-500)) 0%,rgba(var(--ax-color-primary-500)) var(--ax-current-value),rgba(var(--ax-color-on-surface)) var(--ax-current-value),rgba(var(--ax-color-on-surface)) 100%)}.ax-range-slider.ax-secondary-default input{background:linear-gradient(to right,rgba(var(--ax-color-secondary-500)) 0%,rgba(var(--ax-color-secondary-500)) var(--ax-current-value),rgba(var(--ax-color-on-surface)) var(--ax-current-value),rgba(var(--ax-color-on-surface)) 100%)}.ax-range-slider.ax-success-default input{background:linear-gradient(to right,rgba(var(--ax-color-success-500)) 0%,rgba(var(--ax-color-success-500)) var(--ax-current-value),rgba(var(--ax-color-on-surface)) var(--ax-current-value),rgba(var(--ax-color-on-surface)) 100%)}.ax-range-slider.ax-warning-default input{background:linear-gradient(to right,rgba(var(--ax-color-warning-500)) 0%,rgba(var(--ax-color-warning-500)) var(--ax-current-value),rgba(var(--ax-color-on-surface)) var(--ax-current-value),rgba(var(--ax-color-on-surface)) 100%)}.ax-range-slider.ax-danger-default input{background:linear-gradient(to right,rgba(var(--ax-color-danger-500)) 0%,rgba(var(--ax-color-danger-500)) var(--ax-current-value),rgba(var(--ax-color-on-surface)) var(--ax-current-value),rgba(var(--ax-color-on-surface)) 100%)}.ax-range-slider.ax-info-default input{background:linear-gradient(to right,rgba(var(--ax-color-info-500)) 0%,rgba(var(--ax-color-info-500)) var(--ax-current-value),rgba(var(--ax-color-on-surface)) var(--ax-current-value),rgba(var(--ax-color-on-surface)) 100%)}\n"], dependencies: [{ kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.RangeValueAccessor, selector: "input[type=range][formControlName],input[type=range][formControl],input[type=range][ngModel]" }, { 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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
98
98
  }
99
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXRangeSliderComponent, decorators: [{
99
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXRangeSliderComponent, decorators: [{
100
100
  type: Component,
101
101
  args: [{ selector: 'ax-range-slider', changeDetection: ChangeDetectionStrategy.OnPush, inputs: ['readonly', 'allowNull', 'value', 'name', 'checked'], outputs: ['valueChange', 'onValueChanged'], host: { class: 'ax-range-slider' }, encapsulation: ViewEncapsulation.None, providers: [
102
102
  { provide: AXValuableComponent, useExisting: AXRangeSliderComponent },
@@ -121,11 +121,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImpor
121
121
  const COMPONENT = [AXRangeSliderComponent];
122
122
  const MODULES = [CommonModule, FormsModule];
123
123
  class AXRangeSliderModule {
124
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXRangeSliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
125
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.1", ngImport: i0, type: AXRangeSliderModule, declarations: [AXRangeSliderComponent], imports: [CommonModule, FormsModule], exports: [AXRangeSliderComponent] });
126
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXRangeSliderModule, imports: [MODULES] });
124
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXRangeSliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
125
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: AXRangeSliderModule, declarations: [AXRangeSliderComponent], imports: [CommonModule, FormsModule], exports: [AXRangeSliderComponent] });
126
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXRangeSliderModule, imports: [MODULES] });
127
127
  }
128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXRangeSliderModule, decorators: [{
128
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXRangeSliderModule, decorators: [{
129
129
  type: NgModule,
130
130
  args: [{
131
131
  declarations: [...COMPONENT],
@@ -30,10 +30,10 @@ class AXRatingComponent {
30
30
  handleMouseEnter() {
31
31
  }
32
32
  handleMouseLeave() { }
33
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXRatingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
34
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.1", type: AXRatingComponent, selector: "ax-rating", host: { classAttribute: "ax-rating" }, viewQueries: [{ propertyName: "stars", first: true, predicate: ["stars"], descendants: true }], ngImport: i0, template: "<div class=\"ax-rating-container\" #stars>\n <ng-container *ngFor=\"let item of items\">\n <span class=\"ax-icon ax-icon-star\" (click)=\"handleStarClick(item)\"></span>\n </ng-container>\n</div>", styles: ["ax-rating:hover:before{content:\"\\e91f\"!important}ax-rating.ax-state-selected:before{content:\"\\e91e\"!important}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
33
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXRatingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
34
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: AXRatingComponent, selector: "ax-rating", host: { classAttribute: "ax-rating" }, viewQueries: [{ propertyName: "stars", first: true, predicate: ["stars"], descendants: true }], ngImport: i0, template: "<div class=\"ax-rating-container\" #stars>\n <ng-container *ngFor=\"let item of items\">\n <span class=\"ax-icon ax-icon-star\" (click)=\"handleStarClick(item)\"></span>\n </ng-container>\n</div>", styles: ["ax-rating:hover:before{content:\"\\e91f\"!important}ax-rating.ax-state-selected:before{content:\"\\e91e\"!important}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
35
35
  }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXRatingComponent, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXRatingComponent, decorators: [{
37
37
  type: Component,
38
38
  args: [{ selector: 'ax-rating', host: { class: 'ax-rating' }, template: "<div class=\"ax-rating-container\" #stars>\n <ng-container *ngFor=\"let item of items\">\n <span class=\"ax-icon ax-icon-star\" (click)=\"handleStarClick(item)\"></span>\n </ng-container>\n</div>", styles: ["ax-rating:hover:before{content:\"\\e91f\"!important}ax-rating.ax-state-selected:before{content:\"\\e91e\"!important}\n"] }]
39
39
  }], ctorParameters: function () { return []; }, propDecorators: { stars: [{
@@ -42,11 +42,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImpor
42
42
  }] } });
43
43
 
44
44
  class AXRatingModule {
45
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXRatingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
46
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.1", ngImport: i0, type: AXRatingModule, declarations: [AXRatingComponent], imports: [CommonModule], exports: [AXRatingComponent] });
47
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXRatingModule, imports: [CommonModule] });
45
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXRatingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
46
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: AXRatingModule, declarations: [AXRatingComponent], imports: [CommonModule], exports: [AXRatingComponent] });
47
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXRatingModule, imports: [CommonModule] });
48
48
  }
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXRatingModule, decorators: [{
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: AXRatingModule, decorators: [{
50
50
  type: NgModule,
51
51
  args: [{
52
52
  declarations: [AXRatingComponent],