@acorex/components 7.1.35 → 7.1.37

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 (272) 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/button/src/button.component.d.ts +3 -3
  5. package/chips/src/chips.component.d.ts +6 -6
  6. package/color-picker/src/color-picker.component.d.ts +16 -16
  7. package/common/src/classes/styles.class.d.ts +1 -1
  8. package/common/src/components/color-component.class.d.ts +5 -5
  9. package/data-pager/src/data-pager-next-buttons.components.d.ts +3 -3
  10. package/data-pager/src/data-pager-numeric-selector.component.d.ts +3 -3
  11. package/data-pager/src/data-pager-pagesize-dropdown.component.d.ts +3 -3
  12. package/data-pager/src/data-pager-prev-buttons.component.d.ts +3 -3
  13. package/esm2022/action-sheet/src/action-sheet.component.mjs +3 -3
  14. package/esm2022/action-sheet/src/action-sheet.module.mjs +4 -4
  15. package/esm2022/action-sheet/src/action-sheet.service.mjs +3 -3
  16. package/esm2022/alert/src/alert.component.mjs +4 -4
  17. package/esm2022/alert/src/alert.module.mjs +4 -4
  18. package/esm2022/avatar/src/avatar-group.component.mjs +3 -3
  19. package/esm2022/avatar/src/avatar.component.mjs +4 -4
  20. package/esm2022/avatar/src/avatar.module.mjs +4 -4
  21. package/esm2022/badge/src/badge.component.mjs +4 -4
  22. package/esm2022/badge/src/badge.module.mjs +4 -4
  23. package/esm2022/breadcrumbs/src/breadcrumbs-item.component.mjs +3 -3
  24. package/esm2022/breadcrumbs/src/breadcrumbs.component.mjs +3 -3
  25. package/esm2022/breadcrumbs/src/breadcrumbs.module.mjs +4 -4
  26. package/esm2022/button/src/button-group.component.mjs +3 -3
  27. package/esm2022/button/src/button-item.component.mjs +9 -9
  28. package/esm2022/button/src/button.component.mjs +17 -34
  29. package/esm2022/button/src/button.module.mjs +4 -4
  30. package/esm2022/calendar/src/calendar-range.component.mjs +3 -3
  31. package/esm2022/calendar/src/calendar.class.mjs +3 -3
  32. package/esm2022/calendar/src/calendar.component.mjs +3 -3
  33. package/esm2022/calendar/src/calendar.module.mjs +4 -4
  34. package/esm2022/card/src/card.component.mjs +3 -3
  35. package/esm2022/card/src/card.module.mjs +4 -4
  36. package/esm2022/checkbox/src/checkbox.component.mjs +3 -3
  37. package/esm2022/checkbox/src/checkbox.module.mjs +4 -4
  38. package/esm2022/chips/src/chips.component.mjs +6 -6
  39. package/esm2022/chips/src/chips.module.mjs +4 -4
  40. package/esm2022/collapse/src/collapse-group.component.mjs +3 -3
  41. package/esm2022/collapse/src/collapse.component.mjs +4 -4
  42. package/esm2022/collapse/src/collapse.module.mjs +4 -4
  43. package/esm2022/color-palette/src/color-palette-input.component.mjs +3 -3
  44. package/esm2022/color-palette/src/color-palette-picker.component.mjs +3 -3
  45. package/esm2022/color-palette/src/color-palette-preview.component.mjs +3 -3
  46. package/esm2022/color-palette/src/color-palette-swatches.component.mjs +3 -3
  47. package/esm2022/color-palette/src/color-palette.class.mjs +6 -6
  48. package/esm2022/color-palette/src/color-palette.component.mjs +3 -3
  49. package/esm2022/color-palette/src/color-palette.module.mjs +4 -4
  50. package/esm2022/color-picker/src/color-picker.component.mjs +3 -3
  51. package/esm2022/color-picker/src/color-picker.module.mjs +4 -4
  52. package/esm2022/common/src/classes/components.class.mjs +18 -18
  53. package/esm2022/common/src/classes/styles.class.mjs +3 -12
  54. package/esm2022/common/src/common.module.mjs +4 -4
  55. package/esm2022/common/src/components/base-component.class.mjs +3 -3
  56. package/esm2022/common/src/components/color-component.class.mjs +7 -7
  57. package/esm2022/common/src/components/value-component.class.mjs +3 -3
  58. package/esm2022/common/src/directives/auto-focus.directive.mjs +3 -3
  59. package/esm2022/common/src/directives/debounce-time.directive.mjs +3 -3
  60. package/esm2022/common/src/directives/hotkey.directive.mjs +3 -3
  61. package/esm2022/common/src/directives/infinite-scroll.directive.mjs +3 -3
  62. package/esm2022/common/src/directives/responsive.directive.mjs +3 -3
  63. package/esm2022/common/src/services/custom-cdk-overlay.service.mjs +6 -6
  64. package/esm2022/common/src/services/hotkey.service.mjs +3 -3
  65. package/esm2022/common/src/services/overlay.service.mjs +3 -3
  66. package/esm2022/context-menu/src/context-menu.component.mjs +3 -3
  67. package/esm2022/context-menu/src/context-menu.module.mjs +4 -4
  68. package/esm2022/data-pager/src/data-pager-base.component.mjs +6 -6
  69. package/esm2022/data-pager/src/data-pager-info.component.mjs +3 -3
  70. package/esm2022/data-pager/src/data-pager-input-selector.component.mjs +3 -3
  71. package/esm2022/data-pager/src/data-pager-next-buttons.components.mjs +23 -23
  72. package/esm2022/data-pager/src/data-pager-numeric-selector.component.mjs +35 -37
  73. package/esm2022/data-pager/src/data-pager-pagesize-dropdown.component.mjs +29 -31
  74. package/esm2022/data-pager/src/data-pager-prev-buttons.component.mjs +21 -21
  75. package/esm2022/data-pager/src/data-pager.component.mjs +3 -3
  76. package/esm2022/data-pager/src/data-pager.module.mjs +4 -4
  77. package/esm2022/data-table/src/data-column-cell-template.directive.mjs +3 -3
  78. package/esm2022/data-table/src/data-column.directive.mjs +3 -3
  79. package/esm2022/data-table/src/data-table.component.mjs +3 -3
  80. package/esm2022/data-table/src/data-table.module.mjs +4 -4
  81. package/esm2022/date-picker/src/datepicker.component.mjs +3 -3
  82. package/esm2022/date-picker/src/datepicker.module.mjs +4 -4
  83. package/esm2022/decorators/src/close-button.component.mjs +3 -3
  84. package/esm2022/decorators/src/content.component.mjs +3 -3
  85. package/esm2022/decorators/src/decorators.module.mjs +4 -4
  86. package/esm2022/decorators/src/footer.component.mjs +3 -3
  87. package/esm2022/decorators/src/form-hint.component.mjs +3 -3
  88. package/esm2022/decorators/src/header.component.mjs +3 -3
  89. package/esm2022/decorators/src/icon.component.mjs +3 -3
  90. package/esm2022/decorators/src/overlay.component.mjs +3 -3
  91. package/esm2022/decorators/src/placeholder.component.mjs +3 -3
  92. package/esm2022/decorators/src/prefix.component.mjs +3 -3
  93. package/esm2022/decorators/src/sub-title.component.mjs +3 -3
  94. package/esm2022/decorators/src/suffix.component.mjs +3 -3
  95. package/esm2022/decorators/src/text.component.mjs +3 -3
  96. package/esm2022/decorators/src/title.component.mjs +3 -3
  97. package/esm2022/dialog/src/dialog.component.mjs +3 -3
  98. package/esm2022/dialog/src/dialog.module.mjs +4 -4
  99. package/esm2022/dialog/src/dialog.service.mjs +5 -5
  100. package/esm2022/drawer/src/drawer-container.component.mjs +3 -3
  101. package/esm2022/drawer/src/drawer.component.mjs +3 -3
  102. package/esm2022/drawer/src/drawer.module.mjs +4 -4
  103. package/esm2022/dropdown/src/dropdown-panel.component.mjs +3 -3
  104. package/esm2022/dropdown/src/dropdown.module.mjs +4 -4
  105. package/esm2022/form/src/form-field.component.mjs +3 -3
  106. package/esm2022/form/src/form.component.mjs +3 -3
  107. package/esm2022/form/src/form.module.mjs +4 -4
  108. package/esm2022/form/src/validation-rule.widget.mjs +3 -3
  109. package/esm2022/form/src/validation-summary.component.mjs +3 -3
  110. package/esm2022/image/src/image.component.mjs +3 -3
  111. package/esm2022/image/src/image.module.mjs +4 -4
  112. package/esm2022/label/src/label.component.mjs +3 -3
  113. package/esm2022/label/src/label.module.mjs +4 -4
  114. package/esm2022/loading/src/loading-spinner.component.mjs +3 -3
  115. package/esm2022/loading/src/loading.component.mjs +4 -4
  116. package/esm2022/loading/src/loading.directive.mjs +3 -3
  117. package/esm2022/loading/src/loading.module.mjs +4 -4
  118. package/esm2022/loading/src/loading.service.mjs +4 -5
  119. package/esm2022/menu/src/menu.component.mjs +4 -4
  120. package/esm2022/menu/src/menu.module.mjs +4 -4
  121. package/esm2022/mixin/src/base-components.class.mjs +3 -3
  122. package/esm2022/mixin/src/color-look-mixing.class.mjs +10 -13
  123. package/esm2022/notification/src/notification.component.mjs +3 -3
  124. package/esm2022/notification/src/notification.module.mjs +4 -4
  125. package/esm2022/notification/src/notification.service.mjs +3 -3
  126. package/esm2022/number-box/src/number-box.component.mjs +3 -3
  127. package/esm2022/number-box/src/number-box.module.mjs +4 -4
  128. package/esm2022/page/src/base-page.class.mjs +3 -3
  129. package/esm2022/page/src/page.component.mjs +3 -3
  130. package/esm2022/page/src/page.module.mjs +4 -4
  131. package/esm2022/password-box/src/password-box.component.mjs +3 -3
  132. package/esm2022/password-box/src/password-box.module.mjs +4 -4
  133. package/esm2022/picker/src/picker-column.component.mjs +3 -3
  134. package/esm2022/picker/src/picker.component.mjs +3 -3
  135. package/esm2022/picker/src/picker.module.mjs +4 -4
  136. package/esm2022/popover/src/dropdown-component.class.mjs +3 -3
  137. package/esm2022/popover/src/popover.component.mjs +3 -3
  138. package/esm2022/popover/src/popover.module.mjs +4 -4
  139. package/esm2022/popup/src/popup.component.mjs +4 -4
  140. package/esm2022/popup/src/popup.module.mjs +4 -4
  141. package/esm2022/popup/src/popup.service.mjs +3 -3
  142. package/esm2022/progress-bar/src/progress-bar.component.mjs +3 -3
  143. package/esm2022/progress-bar/src/progress-bar.module.mjs +4 -4
  144. package/esm2022/radio/src/radio.component.mjs +3 -3
  145. package/esm2022/radio/src/radio.module.mjs +4 -4
  146. package/esm2022/range-slider/src/range-slider.component.mjs +3 -3
  147. package/esm2022/range-slider/src/range-slider.module.mjs +4 -4
  148. package/esm2022/rating/src/rating.component.mjs +3 -3
  149. package/esm2022/rating/src/rating.component.module.mjs +4 -4
  150. package/esm2022/result/src/result.component.mjs +5 -5
  151. package/esm2022/result/src/result.module.mjs +4 -4
  152. package/esm2022/search-box/src/search-box.component.mjs +3 -3
  153. package/esm2022/search-box/src/search-box.module.mjs +4 -4
  154. package/esm2022/select-box/src/selectbox.component.mjs +6 -6
  155. package/esm2022/select-box/src/selectbox.module.mjs +4 -4
  156. package/esm2022/selection-list/src/selection-list.component.mjs +3 -3
  157. package/esm2022/selection-list/src/selection-list.module.mjs +4 -4
  158. package/esm2022/switch/src/switch-content.component.mjs +3 -3
  159. package/esm2022/switch/src/switch.component.mjs +4 -4
  160. package/esm2022/switch/src/switch.module.mjs +4 -4
  161. package/esm2022/tabs/src/tab-content.directive.mjs +3 -3
  162. package/esm2022/tabs/src/tab-item.component.mjs +3 -3
  163. package/esm2022/tabs/src/tabs.component.mjs +5 -5
  164. package/esm2022/tabs/src/tabs.module.mjs +4 -4
  165. package/esm2022/tag/src/tag.component.mjs +6 -6
  166. package/esm2022/tag/src/tag.module.mjs +4 -4
  167. package/esm2022/textarea/src/textarea.component.mjs +3 -3
  168. package/esm2022/textarea/src/textarea.module.mjs +4 -4
  169. package/esm2022/textbox/src/mask-options.directive.mjs +3 -3
  170. package/esm2022/textbox/src/textbox.component.mjs +3 -3
  171. package/esm2022/textbox/src/textbox.module.mjs +4 -4
  172. package/esm2022/time-box/src/time-box.component.mjs +3 -3
  173. package/esm2022/time-box/src/time-box.module.mjs +4 -4
  174. package/esm2022/toast/src/toast.component.mjs +6 -6
  175. package/esm2022/toast/src/toast.module.mjs +4 -4
  176. package/esm2022/toast/src/toast.service.mjs +3 -3
  177. package/esm2022/tooltip/src/tooltip.component.mjs +3 -3
  178. package/esm2022/tooltip/src/tooltip.directive.mjs +3 -3
  179. package/esm2022/tooltip/src/tooltip.module.mjs +4 -4
  180. package/esm2022/tree-view/src/tree-view.component.mjs +3 -3
  181. package/esm2022/tree-view/src/tree-view.module.mjs +4 -4
  182. package/esm2022/uploader/src/uploader.component.mjs +3 -3
  183. package/esm2022/uploader/src/uploader.module.mjs +4 -4
  184. package/fesm2022/acorex-components-action-sheet.mjs +10 -10
  185. package/fesm2022/acorex-components-alert.mjs +8 -8
  186. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  187. package/fesm2022/acorex-components-avatar.mjs +11 -11
  188. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  189. package/fesm2022/acorex-components-badge.mjs +8 -8
  190. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  191. package/fesm2022/acorex-components-breadcrumbs.mjs +10 -10
  192. package/fesm2022/acorex-components-button.mjs +29 -46
  193. package/fesm2022/acorex-components-button.mjs.map +1 -1
  194. package/fesm2022/acorex-components-calendar.mjs +13 -13
  195. package/fesm2022/acorex-components-card.mjs +7 -7
  196. package/fesm2022/acorex-components-checkbox.mjs +7 -7
  197. package/fesm2022/acorex-components-chips.mjs +9 -9
  198. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  199. package/fesm2022/acorex-components-collapse.mjs +11 -11
  200. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  201. package/fesm2022/acorex-components-color-palette.mjs +25 -25
  202. package/fesm2022/acorex-components-color-picker.mjs +7 -7
  203. package/fesm2022/acorex-components-common.mjs +61 -70
  204. package/fesm2022/acorex-components-common.mjs.map +1 -1
  205. package/fesm2022/acorex-components-context-menu.mjs +7 -7
  206. package/fesm2022/acorex-components-data-pager.mjs +115 -119
  207. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  208. package/fesm2022/acorex-components-data-table.mjs +13 -13
  209. package/fesm2022/acorex-components-date-picker.mjs +7 -7
  210. package/fesm2022/acorex-components-decorators.mjs +43 -43
  211. package/fesm2022/acorex-components-dialog.mjs +11 -11
  212. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  213. package/fesm2022/acorex-components-drawer.mjs +10 -10
  214. package/fesm2022/acorex-components-dropdown.mjs +7 -7
  215. package/fesm2022/acorex-components-form.mjs +16 -16
  216. package/fesm2022/acorex-components-image.mjs +7 -7
  217. package/fesm2022/acorex-components-label.mjs +7 -7
  218. package/fesm2022/acorex-components-loading.mjs +17 -18
  219. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  220. package/fesm2022/acorex-components-menu.mjs +8 -8
  221. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  222. package/fesm2022/acorex-components-mixin.mjs +11 -14
  223. package/fesm2022/acorex-components-mixin.mjs.map +1 -1
  224. package/fesm2022/acorex-components-notification.mjs +10 -10
  225. package/fesm2022/acorex-components-number-box.mjs +7 -7
  226. package/fesm2022/acorex-components-page.mjs +10 -10
  227. package/fesm2022/acorex-components-password-box.mjs +7 -7
  228. package/fesm2022/acorex-components-picker.mjs +10 -10
  229. package/fesm2022/acorex-components-popover.mjs +10 -10
  230. package/fesm2022/acorex-components-popup.mjs +11 -11
  231. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  232. package/fesm2022/acorex-components-progress-bar.mjs +7 -7
  233. package/fesm2022/acorex-components-radio.mjs +7 -7
  234. package/fesm2022/acorex-components-range-slider.mjs +7 -7
  235. package/fesm2022/acorex-components-rating.mjs +7 -7
  236. package/fesm2022/acorex-components-result.mjs +8 -8
  237. package/fesm2022/acorex-components-result.mjs.map +1 -1
  238. package/fesm2022/acorex-components-search-box.mjs +7 -7
  239. package/fesm2022/acorex-components-select-box.mjs +9 -9
  240. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  241. package/fesm2022/acorex-components-selection-list.mjs +7 -7
  242. package/fesm2022/acorex-components-switch.mjs +11 -11
  243. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  244. package/fesm2022/acorex-components-tabs.mjs +15 -15
  245. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  246. package/fesm2022/acorex-components-tag.mjs +9 -9
  247. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  248. package/fesm2022/acorex-components-textarea.mjs +7 -7
  249. package/fesm2022/acorex-components-textbox.mjs +10 -10
  250. package/fesm2022/acorex-components-time-box.mjs +7 -7
  251. package/fesm2022/acorex-components-toast.mjs +11 -11
  252. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  253. package/fesm2022/acorex-components-tooltip.mjs +10 -10
  254. package/fesm2022/acorex-components-tree-view.mjs +7 -7
  255. package/fesm2022/acorex-components-uploader.mjs +7 -7
  256. package/mixin/src/base-components.class.d.ts +2 -2
  257. package/mixin/src/base-menu-mixin.class.d.ts +5 -5
  258. package/mixin/src/button-mixin.class.d.ts +2 -2
  259. package/mixin/src/clickable-mixin.class.d.ts +2 -2
  260. package/mixin/src/color-look-mixing.class.d.ts +10 -10
  261. package/mixin/src/datalist-component.class.d.ts +10 -10
  262. package/mixin/src/dropdown-mixin.class.d.ts +2 -2
  263. package/mixin/src/interactive-mixin.class.d.ts +4 -4
  264. package/mixin/src/loading-mixin.class.d.ts +2 -2
  265. package/mixin/src/mixin.class.d.ts +61 -61
  266. package/mixin/src/page-component.class.d.ts +2 -2
  267. package/mixin/src/selection-component.class.d.ts +2 -2
  268. package/mixin/src/sizable-mixin.class.d.ts +2 -2
  269. package/mixin/src/textbox-mixin.class.d.ts +2 -2
  270. package/mixin/src/value-mixin.class.d.ts +8 -8
  271. package/package.json +1 -1
  272. package/tabs/src/tab-item.component.d.ts +2 -2
@@ -6,12 +6,12 @@ import * as i0 from "@angular/core";
6
6
  const COMPONENT = [AXAvatarComponent, AXAvatarGroup];
7
7
  const MODULES = [CommonModule];
8
8
  class AXAvatarModule {
9
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AXAvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.4", ngImport: i0, type: AXAvatarModule, declarations: [AXAvatarComponent, AXAvatarGroup], imports: [CommonModule], exports: [AXAvatarComponent, AXAvatarGroup] });
11
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AXAvatarModule, imports: [MODULES] });
9
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: AXAvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.1", ngImport: i0, type: AXAvatarModule, declarations: [AXAvatarComponent, AXAvatarGroup], imports: [CommonModule], exports: [AXAvatarComponent, AXAvatarGroup] });
11
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: AXAvatarModule, imports: [MODULES] });
12
12
  }
13
13
  export { AXAvatarModule };
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AXAvatarModule, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: AXAvatarModule, decorators: [{
15
15
  type: NgModule,
16
16
  args: [{
17
17
  declarations: [...COMPONENT],
@@ -8,13 +8,13 @@ class AXBadgeComponent extends classes(MXColorComponent) {
8
8
  get __hostClass() {
9
9
  return `ax-${this.color}-default ${!this.text ? 'ax-mini-badge' : ''} ${this.text.length == 1 ? 'ax-single-badge' : ''}`;
10
10
  }
11
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AXBadgeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
12
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.4", type: AXBadgeComponent, selector: "ax-badge", inputs: { color: "color", text: "text" }, host: { properties: { "class": "this.__hostClass" } }, usesInheritance: true, ngImport: i0, template: "<ng-content select=\"ax-prefix\"></ng-content>\n<span *ngIf=\"text\" class=\"ax-badge-text\">{{text}}</span>\n<ng-content select=\"ax-suffix\"></ng-content>", styles: ["ax-badge{display:inline-block;font-size:.75rem;border-radius:99rem;text-align:center}ax-badge.ax-mini-badge{width:.5rem;height:.5rem}ax-badge.ax-mini-badge .ax-badge-text{display:none}ax-badge.ax-single-badge{width:1.125rem;height:1.125rem;display:flex;align-items:center;justify-content:center}ax-badge.ax-single-badge .ax-badge-text{padding:0}ax-badge .ax-badge-text{padding:.25rem .375rem;height:auto;word-break:break-all}ax-badge.ax-primary-default{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-badge.ax-secondary-default{background-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore))}ax-badge.ax-success-default{background-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore))}ax-badge.ax-warning-default{background-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore))}ax-badge.ax-danger-default{background-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore))}ax-badge.ax-info-default{background-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore))}ax-badge.ax-ghost-default{background-color:rgba(var(--ax-color-ghost-200));color:rgba(var(--ax-color-ghost-fore))}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
11
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: AXBadgeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
12
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.1", type: AXBadgeComponent, selector: "ax-badge", inputs: { color: "color", text: "text" }, host: { properties: { "class": "this.__hostClass" } }, usesInheritance: true, ngImport: i0, template: "<ng-content select=\"ax-prefix\"></ng-content>\n<span *ngIf=\"text\" class=\"ax-badge-text\">{{text}}</span>\n<ng-content select=\"ax-suffix\"></ng-content>", styles: ["ax-badge{display:inline-block;font-size:.75rem;border-radius:99rem;text-align:center}ax-badge.ax-default-default{background-color:rgba(var(--ax-color-on-surface));color:rgba(var(--ax-color-on-surface-fore))}ax-badge.ax-mini-badge{width:.5rem;height:.5rem}ax-badge.ax-mini-badge .ax-badge-text{display:none}ax-badge.ax-single-badge{width:1.125rem;height:1.125rem;display:flex;align-items:center;justify-content:center}ax-badge.ax-single-badge .ax-badge-text{padding:0}ax-badge .ax-badge-text{padding:.25rem .375rem;height:auto;word-break:break-all}ax-badge.ax-primary-default{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-badge.ax-secondary-default{background-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore))}ax-badge.ax-success-default{background-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore))}ax-badge.ax-warning-default{background-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore))}ax-badge.ax-danger-default{background-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore))}ax-badge.ax-info-default{background-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore))}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
13
13
  }
14
14
  export { AXBadgeComponent };
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AXBadgeComponent, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: AXBadgeComponent, decorators: [{
16
16
  type: Component,
17
- args: [{ selector: 'ax-badge', inputs: ['color'], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"ax-prefix\"></ng-content>\n<span *ngIf=\"text\" class=\"ax-badge-text\">{{text}}</span>\n<ng-content select=\"ax-suffix\"></ng-content>", styles: ["ax-badge{display:inline-block;font-size:.75rem;border-radius:99rem;text-align:center}ax-badge.ax-mini-badge{width:.5rem;height:.5rem}ax-badge.ax-mini-badge .ax-badge-text{display:none}ax-badge.ax-single-badge{width:1.125rem;height:1.125rem;display:flex;align-items:center;justify-content:center}ax-badge.ax-single-badge .ax-badge-text{padding:0}ax-badge .ax-badge-text{padding:.25rem .375rem;height:auto;word-break:break-all}ax-badge.ax-primary-default{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-badge.ax-secondary-default{background-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore))}ax-badge.ax-success-default{background-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore))}ax-badge.ax-warning-default{background-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore))}ax-badge.ax-danger-default{background-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore))}ax-badge.ax-info-default{background-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore))}ax-badge.ax-ghost-default{background-color:rgba(var(--ax-color-ghost-200));color:rgba(var(--ax-color-ghost-fore))}\n"] }]
17
+ args: [{ selector: 'ax-badge', inputs: ['color'], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"ax-prefix\"></ng-content>\n<span *ngIf=\"text\" class=\"ax-badge-text\">{{text}}</span>\n<ng-content select=\"ax-suffix\"></ng-content>", styles: ["ax-badge{display:inline-block;font-size:.75rem;border-radius:99rem;text-align:center}ax-badge.ax-default-default{background-color:rgba(var(--ax-color-on-surface));color:rgba(var(--ax-color-on-surface-fore))}ax-badge.ax-mini-badge{width:.5rem;height:.5rem}ax-badge.ax-mini-badge .ax-badge-text{display:none}ax-badge.ax-single-badge{width:1.125rem;height:1.125rem;display:flex;align-items:center;justify-content:center}ax-badge.ax-single-badge .ax-badge-text{padding:0}ax-badge .ax-badge-text{padding:.25rem .375rem;height:auto;word-break:break-all}ax-badge.ax-primary-default{background-color:rgba(var(--ax-color-primary-500));color:rgba(var(--ax-color-primary-fore))}ax-badge.ax-secondary-default{background-color:rgba(var(--ax-color-secondary-500));color:rgba(var(--ax-color-secondary-fore))}ax-badge.ax-success-default{background-color:rgba(var(--ax-color-success-500));color:rgba(var(--ax-color-success-fore))}ax-badge.ax-warning-default{background-color:rgba(var(--ax-color-warning-500));color:rgba(var(--ax-color-warning-fore))}ax-badge.ax-danger-default{background-color:rgba(var(--ax-color-danger-500));color:rgba(var(--ax-color-danger-fore))}ax-badge.ax-info-default{background-color:rgba(var(--ax-color-info-500));color:rgba(var(--ax-color-info-fore))}\n"] }]
18
18
  }], propDecorators: { text: [{
19
19
  type: Input
20
20
  }], __hostClass: [{
@@ -3,12 +3,12 @@ import { CommonModule } from '@angular/common';
3
3
  import { AXBadgeComponent } from './badge.component';
4
4
  import * as i0 from "@angular/core";
5
5
  class AXBadgeModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AXBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.4", ngImport: i0, type: AXBadgeModule, declarations: [AXBadgeComponent], imports: [CommonModule], exports: [AXBadgeComponent] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AXBadgeModule, imports: [CommonModule] });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: AXBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.1", ngImport: i0, type: AXBadgeModule, declarations: [AXBadgeComponent], imports: [CommonModule], exports: [AXBadgeComponent] });
8
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: AXBadgeModule, imports: [CommonModule] });
9
9
  }
10
10
  export { AXBadgeModule };
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AXBadgeModule, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: AXBadgeModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  declarations: [AXBadgeComponent],
@@ -23,11 +23,11 @@ class AXBreadCrumbsItemComponent extends AXBaseItemBreadCrumbMixin {
23
23
  get __hostClass() {
24
24
  return `${this.active ? 'ax-state-active' : ''}`;
25
25
  }
26
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AXBreadCrumbsItemComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: AXBreadCrumbsComponent, optional: true }], target: i0.ɵɵFactoryTarget.Component });
27
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.4", type: AXBreadCrumbsItemComponent, selector: "ax-breadcrumbs-item", inputs: { text: "text", href: "href", active: "active" }, host: { listeners: { "click": "__hostClick($event)" }, properties: { "class": "this.__hostClass" } }, usesInheritance: true, ngImport: i0, template: "<ng-content select=\"ax-prefix, ax-loading, ax-icon\"> </ng-content>\n<a class=\"ax-breadcrumbs-item-text\" [href]=\"href\">{{ text }}</a>\n<ng-content select=\"ax-suffix, ax-loading, ax-icon\"> </ng-content>\n<div class=\"ax-breadcrumb-divider\">\n <ng-container *ngTemplateOutlet=\"_parent.dividerTemplate\"></ng-container>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
26
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: AXBreadCrumbsItemComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: AXBreadCrumbsComponent, optional: true }], target: i0.ɵɵFactoryTarget.Component });
27
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.1", type: AXBreadCrumbsItemComponent, selector: "ax-breadcrumbs-item", inputs: { text: "text", href: "href", active: "active" }, host: { listeners: { "click": "__hostClick($event)" }, properties: { "class": "this.__hostClass" } }, usesInheritance: true, ngImport: i0, template: "<ng-content select=\"ax-prefix, ax-loading, ax-icon\"> </ng-content>\n<a class=\"ax-breadcrumbs-item-text\" [href]=\"href\">{{ text }}</a>\n<ng-content select=\"ax-suffix, ax-loading, ax-icon\"> </ng-content>\n<div class=\"ax-breadcrumb-divider\">\n <ng-container *ngTemplateOutlet=\"_parent.dividerTemplate\"></ng-container>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
28
28
  }
29
29
  export { AXBreadCrumbsItemComponent };
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AXBreadCrumbsItemComponent, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: AXBreadCrumbsItemComponent, decorators: [{
31
31
  type: Component,
32
32
  args: [{ selector: 'ax-breadcrumbs-item', template: "<ng-content select=\"ax-prefix, ax-loading, ax-icon\"> </ng-content>\n<a class=\"ax-breadcrumbs-item-text\" [href]=\"href\">{{ text }}</a>\n<ng-content select=\"ax-suffix, ax-loading, ax-icon\"> </ng-content>\n<div class=\"ax-breadcrumb-divider\">\n <ng-container *ngTemplateOutlet=\"_parent.dividerTemplate\"></ng-container>\n</div>\n" }]
33
33
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i2.AXBreadCrumbsComponent, decorators: [{
@@ -5,11 +5,11 @@ import * as i1 from "@angular/common";
5
5
  class AXBreadCrumbsComponent extends MXBaseComponent {
6
6
  _divider;
7
7
  dividerTemplate;
8
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AXBreadCrumbsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
9
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.4", type: AXBreadCrumbsComponent, selector: "ax-breadcrumbs", queries: [{ propertyName: "_divider", first: true, predicate: ["divider"], descendants: true }], viewQueries: [{ propertyName: "dividerTemplate", first: true, predicate: ["dividerTpl"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<ng-content select=\"ax-breadcrumbs-item\"></ng-content>\n<ng-template #dividerTpl>\n <ng-container [ngTemplateOutlet]=\"default\" *ngIf=\"!_divider\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"_divider\" *ngIf=\"_divider\"></ng-container>\n <ng-template #default>\n <div class=\"ax-breadcrumb-divider\">/</div>\n </ng-template>\n</ng-template>", styles: ["ax-breadcrumbs{display:inline-flex;align-items:center;width:100%;overflow:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity}ax-breadcrumbs ax-breadcrumbs-item{display:inline-flex;align-items:center;font-size:.875rem;line-height:1.25rem;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none}ax-breadcrumbs ax-breadcrumbs-item.ax-state-active .ax-breadcrumbs-item-text{color:rgba(var(--ax-color-primary-500))!important}ax-breadcrumbs ax-breadcrumbs-item .ax-breadcrumbs-item-text{padding:0 .25rem;color:rgba(var(--ax-color-text-default))}ax-breadcrumbs ax-breadcrumbs-item .ax-breadcrumbs-item-text:visited{color:rgba(var(--ax-color-text-default))}ax-breadcrumbs ax-breadcrumbs-item .ax-breadcrumbs-item-text:hover{color:rgba(var(--ax-color-primary-500))}ax-breadcrumbs ax-breadcrumbs-item>.ax-breadcrumb-divider{padding:0 .25rem}ax-breadcrumbs ax-breadcrumbs-item:last-child{scroll-snap-align:end}ax-breadcrumbs ax-breadcrumbs-item:last-child .ax-breadcrumb-divider{display:none}ax-breadcrumbs ax-breadcrumbs-item:not(ax-breadcrumbs ax-breadcrumbs-item:first-child) .ax-breadcrumbs-item-text{padding-inline-start:.25rem}ax-breadcrumbs ax-breadcrumbs-item:not(ax-breadcrumbs ax-breadcrumbs-item:first-child) ax-prefix{padding-inline-start:.25rem}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
8
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: AXBreadCrumbsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
9
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.1", type: AXBreadCrumbsComponent, selector: "ax-breadcrumbs", queries: [{ propertyName: "_divider", first: true, predicate: ["divider"], descendants: true }], viewQueries: [{ propertyName: "dividerTemplate", first: true, predicate: ["dividerTpl"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<ng-content select=\"ax-breadcrumbs-item\"></ng-content>\n<ng-template #dividerTpl>\n <ng-container [ngTemplateOutlet]=\"default\" *ngIf=\"!_divider\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"_divider\" *ngIf=\"_divider\"></ng-container>\n <ng-template #default>\n <div class=\"ax-breadcrumb-divider\">/</div>\n </ng-template>\n</ng-template>", styles: ["ax-breadcrumbs{display:inline-flex;align-items:center;width:100%;overflow:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity}ax-breadcrumbs ax-breadcrumbs-item{display:inline-flex;align-items:center;font-size:.875rem;line-height:1.25rem;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none}ax-breadcrumbs ax-breadcrumbs-item.ax-state-active .ax-breadcrumbs-item-text{color:rgba(var(--ax-color-primary-500))!important}ax-breadcrumbs ax-breadcrumbs-item .ax-breadcrumbs-item-text{padding:0 .25rem;color:rgba(var(--ax-color-text-default))}ax-breadcrumbs ax-breadcrumbs-item .ax-breadcrumbs-item-text:visited{color:rgba(var(--ax-color-text-default))}ax-breadcrumbs ax-breadcrumbs-item .ax-breadcrumbs-item-text:hover{color:rgba(var(--ax-color-primary-500))}ax-breadcrumbs ax-breadcrumbs-item>.ax-breadcrumb-divider{padding:0 .25rem}ax-breadcrumbs ax-breadcrumbs-item:last-child{scroll-snap-align:end}ax-breadcrumbs ax-breadcrumbs-item:last-child .ax-breadcrumb-divider{display:none}ax-breadcrumbs ax-breadcrumbs-item:not(ax-breadcrumbs ax-breadcrumbs-item:first-child) .ax-breadcrumbs-item-text{padding-inline-start:.25rem}ax-breadcrumbs ax-breadcrumbs-item:not(ax-breadcrumbs ax-breadcrumbs-item:first-child) ax-prefix{padding-inline-start:.25rem}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
10
10
  }
11
11
  export { AXBreadCrumbsComponent };
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AXBreadCrumbsComponent, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: AXBreadCrumbsComponent, decorators: [{
13
13
  type: Component,
14
14
  args: [{ selector: 'ax-breadcrumbs', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"ax-breadcrumbs-item\"></ng-content>\n<ng-template #dividerTpl>\n <ng-container [ngTemplateOutlet]=\"default\" *ngIf=\"!_divider\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"_divider\" *ngIf=\"_divider\"></ng-container>\n <ng-template #default>\n <div class=\"ax-breadcrumb-divider\">/</div>\n </ng-template>\n</ng-template>", styles: ["ax-breadcrumbs{display:inline-flex;align-items:center;width:100%;overflow:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity}ax-breadcrumbs ax-breadcrumbs-item{display:inline-flex;align-items:center;font-size:.875rem;line-height:1.25rem;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none}ax-breadcrumbs ax-breadcrumbs-item.ax-state-active .ax-breadcrumbs-item-text{color:rgba(var(--ax-color-primary-500))!important}ax-breadcrumbs ax-breadcrumbs-item .ax-breadcrumbs-item-text{padding:0 .25rem;color:rgba(var(--ax-color-text-default))}ax-breadcrumbs ax-breadcrumbs-item .ax-breadcrumbs-item-text:visited{color:rgba(var(--ax-color-text-default))}ax-breadcrumbs ax-breadcrumbs-item .ax-breadcrumbs-item-text:hover{color:rgba(var(--ax-color-primary-500))}ax-breadcrumbs ax-breadcrumbs-item>.ax-breadcrumb-divider{padding:0 .25rem}ax-breadcrumbs ax-breadcrumbs-item:last-child{scroll-snap-align:end}ax-breadcrumbs ax-breadcrumbs-item:last-child .ax-breadcrumb-divider{display:none}ax-breadcrumbs ax-breadcrumbs-item:not(ax-breadcrumbs ax-breadcrumbs-item:first-child) .ax-breadcrumbs-item-text{padding-inline-start:.25rem}ax-breadcrumbs ax-breadcrumbs-item:not(ax-breadcrumbs ax-breadcrumbs-item:first-child) ax-prefix{padding-inline-start:.25rem}\n"] }]
15
15
  }], propDecorators: { _divider: [{
@@ -4,12 +4,12 @@ import { AXBreadCrumbsComponent } from './breadcrumbs.component';
4
4
  import { AXBreadCrumbsItemComponent } from './breadcrumbs-item.component';
5
5
  import * as i0 from "@angular/core";
6
6
  class AXBreadcrumbsModule {
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AXBreadcrumbsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.4", ngImport: i0, type: AXBreadcrumbsModule, declarations: [AXBreadCrumbsComponent, AXBreadCrumbsItemComponent], imports: [CommonModule], exports: [AXBreadCrumbsComponent, AXBreadCrumbsItemComponent] });
9
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AXBreadcrumbsModule, imports: [CommonModule] });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: AXBreadcrumbsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.1", ngImport: i0, type: AXBreadcrumbsModule, declarations: [AXBreadCrumbsComponent, AXBreadCrumbsItemComponent], imports: [CommonModule], exports: [AXBreadCrumbsComponent, AXBreadCrumbsItemComponent] });
9
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: AXBreadcrumbsModule, imports: [CommonModule] });
10
10
  }
11
11
  export { AXBreadcrumbsModule };
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AXBreadcrumbsModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: AXBreadcrumbsModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [AXBreadCrumbsComponent, AXBreadCrumbsItemComponent],
@@ -72,11 +72,11 @@ class AXButtonGroupComponent extends AXBaseButtonGroupMixin {
72
72
  item: button,
73
73
  });
74
74
  }
75
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AXButtonGroupComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
76
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.4", type: AXButtonGroupComponent, selector: "ax-button-group", inputs: { disabled: "disabled", tabIndex: "tabIndex", color: "color", look: "look", selection: "selection" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", lookChange: "lookChange", colorChange: "colorChange", selectionChange: "selectionChange", onItemClick: "onItemClick" }, host: { attributes: { "role": "group" } }, queries: [{ propertyName: "_contentButtons", predicate: AXButtonComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: "<ng-content select=\"ax-button\"></ng-content>", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
75
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: AXButtonGroupComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
76
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.1", type: AXButtonGroupComponent, selector: "ax-button-group", inputs: { disabled: "disabled", tabIndex: "tabIndex", color: "color", look: "look", selection: "selection" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", lookChange: "lookChange", colorChange: "colorChange", selectionChange: "selectionChange", onItemClick: "onItemClick" }, host: { attributes: { "role": "group" } }, queries: [{ propertyName: "_contentButtons", predicate: AXButtonComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: "<ng-content select=\"ax-button\"></ng-content>", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
77
77
  }
78
78
  export { AXButtonGroupComponent };
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AXButtonGroupComponent, decorators: [{
79
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: AXButtonGroupComponent, decorators: [{
80
80
  type: Component,
81
81
  args: [{ selector: 'ax-button-group', inputs: ['disabled', 'tabIndex', 'color', 'look'], outputs: ['onBlur', 'onFocus', 'lookChange', 'colorChange'], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: { role: 'group' }, template: "<ng-content select=\"ax-button\"></ng-content>" }]
82
82
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { selectionChange: [{
@@ -1,4 +1,4 @@
1
- import { ChangeDetectionStrategy, Component, HostBinding, HostListener, Input, ViewEncapsulation, } from '@angular/core';
1
+ import { ChangeDetectionStrategy, Component, HostBinding, HostListener, Input, ViewEncapsulation } from '@angular/core';
2
2
  import { _InteractiveComponenetMixin, _ClickableComponenetMixin, AXBaseComponent } from '@acorex/components/mixin';
3
3
  import * as i0 from "@angular/core";
4
4
  import * as i1 from "@angular/common";
@@ -16,7 +16,7 @@ class AXButtonItemComponent extends AXBaseItemButtonMixin {
16
16
  seperated = false;
17
17
  name;
18
18
  data;
19
- color = 'ghost';
19
+ color = 'default';
20
20
  __hostClick(e) {
21
21
  this._emitOnClickEvent(e);
22
22
  }
@@ -28,12 +28,12 @@ class AXButtonItemComponent extends AXBaseItemButtonMixin {
28
28
  };
29
29
  cssClasses[`ax-${this.color || 'primary'}-default`] = true;
30
30
  return Object.entries(cssClasses)
31
- .filter((c) => c[1])
32
- .map((c) => c[0])
31
+ .filter(c => c[1])
32
+ .map(c => c[0])
33
33
  .join(' ');
34
34
  }
35
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AXButtonItemComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
36
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.4", type: AXButtonItemComponent, selector: "ax-button-item", inputs: { text: "text", tooltip: "tooltip", selected: "selected", seperated: "seperated", name: "name", data: "data", color: "color" }, outputs: { onClick: "onClick" }, host: { attributes: { "tabindex": "0" }, listeners: { "click": "__hostClick($event)" }, properties: { "class": "this.__hostClass" }, classAttribute: "ax-button-item" }, usesInheritance: true, ngImport: i0, template: `
35
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: AXButtonItemComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
36
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.1", type: AXButtonItemComponent, selector: "ax-button-item", inputs: { text: "text", tooltip: "tooltip", selected: "selected", seperated: "seperated", name: "name", data: "data", color: "color" }, outputs: { onClick: "onClick" }, host: { attributes: { "tabindex": "0" }, listeners: { "click": "__hostClick($event)" }, properties: { "class": "this.__hostClass" }, classAttribute: "ax-button-item" }, usesInheritance: true, ngImport: i0, template: `
37
37
  <ng-content select="ax-prefix"> </ng-content>
38
38
  <ng-content select="ax-icon"> </ng-content>
39
39
  <span *ngIf="text">{{ text }}</span>
@@ -41,7 +41,7 @@ class AXButtonItemComponent extends AXBaseItemButtonMixin {
41
41
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
42
42
  }
43
43
  export { AXButtonItemComponent };
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AXButtonItemComponent, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.1", ngImport: i0, type: AXButtonItemComponent, decorators: [{
45
45
  type: Component,
46
46
  args: [{
47
47
  selector: 'ax-button-item',
@@ -51,7 +51,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImpor
51
51
  <span *ngIf="text">{{ text }}</span>
52
52
  <ng-content select="ax-suffix"> </ng-content>
53
53
  `,
54
- host: { class: 'ax-button-item', tabindex: "0" },
54
+ host: { class: 'ax-button-item', tabindex: '0' },
55
55
  encapsulation: ViewEncapsulation.None,
56
56
  changeDetection: ChangeDetectionStrategy.OnPush,
57
57
  outputs: ['onClick'],
@@ -77,4 +77,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImpor
77
77
  type: HostBinding,
78
78
  args: ['class']
79
79
  }] } });
80
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYWNvcmV4L2NvbXBvbmVudHMvYnV0dG9uL3NyYy9idXR0b24taXRlbS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUV2QixTQUFTLEVBRVQsV0FBVyxFQUNYLFlBQVksRUFDWixLQUFLLEVBQ0wsaUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSx5QkFBeUIsRUFBRSxlQUFlLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7O0FBR25ILE1BQU0sQ0FBQyxNQUFNLHFCQUFxQixHQUFHLDJCQUEyQixDQUM5RCx5QkFBeUIsQ0FBQyxlQUFlLENBQUMsQ0FDM0MsQ0FBQztBQUVGLE1BYWEscUJBQXNCLFNBQVEscUJBQXFCO0lBQzlEOztPQUVHO0lBQ0gsWUFBWSxVQUFzQixFQUFFLEdBQXNCO1FBQ3hELEtBQUssQ0FBQyxVQUFVLEVBQUUsR0FBRyxDQUFDLENBQUM7SUFDekIsQ0FBQztJQUdELElBQUksR0FBVyxFQUFFLENBQUM7SUFHbEIsT0FBTyxHQUFXLEVBQUUsQ0FBQztJQUdyQixRQUFRLEdBQVksS0FBSyxDQUFDO0lBRzFCLFNBQVMsR0FBWSxLQUFLLENBQUM7SUFHM0IsSUFBSSxDQUFTO0lBR2IsSUFBSSxDQUFNO0lBR1YsS0FBSyxHQUFxQixPQUFPLENBQUM7SUFHMUIsV0FBVyxDQUFDLENBQWE7UUFDL0IsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQyxDQUFDO0lBQzVCLENBQUM7SUFFRCxJQUNZLFdBQVc7UUFDckIsTUFBTSxVQUFVLEdBQVE7WUFDdEIsZ0JBQWdCLEVBQUUsQ0FBQyxJQUFJLENBQUMsSUFBSTtZQUM1QixtQkFBbUIsRUFBRSxJQUFJLENBQUMsUUFBUTtZQUNsQyxtQkFBbUIsRUFBRSxJQUFJLENBQUMsUUFBUTtTQUNuQyxDQUFDO1FBQ0YsVUFBVSxDQUFDLE1BQU0sSUFBSSxDQUFDLEtBQUssSUFBSSxTQUFTLFVBQVUsQ0FBQyxHQUFHLElBQUksQ0FBQztRQUMzRCxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsVUFBVSxDQUFDO2FBQzlCLE1BQU0sQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO2FBQ25CLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO2FBQ2hCLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztJQUNmLENBQUM7dUdBOUNVLHFCQUFxQjsyRkFBckIscUJBQXFCLCtaQVh0Qjs7Ozs7R0FLVDs7U0FNVSxxQkFBcUI7MkZBQXJCLHFCQUFxQjtrQkFiakMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsZ0JBQWdCO29CQUMxQixRQUFRLEVBQUU7Ozs7O0dBS1Q7b0JBQ0QsSUFBSSxFQUFFLEVBQUUsS0FBSyxFQUFFLGdCQUFnQixFQUFFLFFBQVEsRUFBRSxHQUFHLEVBQUU7b0JBQ2hELGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO29CQUNyQyxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsT0FBTyxFQUFFLENBQUMsU0FBUyxDQUFDO2lCQUNyQjtpSUFVQyxJQUFJO3NCQURILEtBQUs7Z0JBSU4sT0FBTztzQkFETixLQUFLO2dCQUlOLFFBQVE7c0JBRFAsS0FBSztnQkFJTixTQUFTO3NCQURSLEtBQUs7Z0JBSU4sSUFBSTtzQkFESCxLQUFLO2dCQUlOLElBQUk7c0JBREgsS0FBSztnQkFJTixLQUFLO3NCQURKLEtBQUs7Z0JBSUUsV0FBVztzQkFEbEIsWUFBWTt1QkFBQyxPQUFPLEVBQUUsQ0FBQyxRQUFRLENBQUM7Z0JBTXJCLFdBQVc7c0JBRHRCLFdBQVc7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgQ29tcG9uZW50LFxuICBFbGVtZW50UmVmLFxuICBIb3N0QmluZGluZyxcbiAgSG9zdExpc3RlbmVyLFxuICBJbnB1dCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQVhTdHlsZUNvbG9yVHlwZSB9IGZyb20gJ0BhY29yZXgvY29tcG9uZW50cy9jb21tb24nO1xuaW1wb3J0IHsgX0ludGVyYWN0aXZlQ29tcG9uZW5ldE1peGluLCBfQ2xpY2thYmxlQ29tcG9uZW5ldE1peGluLCBBWEJhc2VDb21wb25lbnQgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvbWl4aW4nO1xuXG5cbmV4cG9ydCBjb25zdCBBWEJhc2VJdGVtQnV0dG9uTWl4aW4gPSBfSW50ZXJhY3RpdmVDb21wb25lbmV0TWl4aW4oXG4gIF9DbGlja2FibGVDb21wb25lbmV0TWl4aW4oQVhCYXNlQ29tcG9uZW50KVxuKTtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXgtYnV0dG9uLWl0ZW0nLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1cImF4LXByZWZpeFwiPiA8L25nLWNvbnRlbnQ+XG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiYXgtaWNvblwiPiA8L25nLWNvbnRlbnQ+XG4gICAgPHNwYW4gKm5nSWY9XCJ0ZXh0XCI+e3sgdGV4dCB9fTwvc3Bhbj5cbiAgICA8bmctY29udGVudCBzZWxlY3Q9XCJheC1zdWZmaXhcIj4gPC9uZy1jb250ZW50PlxuICBgLFxuICBob3N0OiB7IGNsYXNzOiAnYXgtYnV0dG9uLWl0ZW0nLCB0YWJpbmRleDogXCIwXCIgfSxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIG91dHB1dHM6IFsnb25DbGljayddLFxufSlcbmV4cG9ydCBjbGFzcyBBWEJ1dHRvbkl0ZW1Db21wb25lbnQgZXh0ZW5kcyBBWEJhc2VJdGVtQnV0dG9uTWl4aW4ge1xuICAvKipcbiAgICogIEBpZ25vcmVcbiAgICovXG4gIGNvbnN0cnVjdG9yKGVsZW1lbnRSZWY6IEVsZW1lbnRSZWYsIGNkcjogQ2hhbmdlRGV0ZWN0b3JSZWYpIHtcbiAgICBzdXBlcihlbGVtZW50UmVmLCBjZHIpO1xuICB9XG5cbiAgQElucHV0KClcbiAgdGV4dDogc3RyaW5nID0gJyc7XG5cbiAgQElucHV0KClcbiAgdG9vbHRpcDogc3RyaW5nID0gJyc7XG5cbiAgQElucHV0KClcbiAgc2VsZWN0ZWQ6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBASW5wdXQoKVxuICBzZXBlcmF0ZWQ6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBASW5wdXQoKVxuICBuYW1lOiBzdHJpbmc7XG5cbiAgQElucHV0KClcbiAgZGF0YTogYW55O1xuXG4gIEBJbnB1dCgpXG4gIGNvbG9yOiBBWFN0eWxlQ29sb3JUeXBlID0gJ2dob3N0JztcblxuICBASG9zdExpc3RlbmVyKCdjbGljaycsIFsnJGV2ZW50J10pXG4gIHByaXZhdGUgX19ob3N0Q2xpY2soZTogTW91c2VFdmVudCkge1xuICAgIHRoaXMuX2VtaXRPbkNsaWNrRXZlbnQoZSk7XG4gIH1cblxuICBASG9zdEJpbmRpbmcoJ2NsYXNzJylcbiAgcHJpdmF0ZSBnZXQgX19ob3N0Q2xhc3MoKTogc3RyaW5nIHtcbiAgICBjb25zdCBjc3NDbGFzc2VzOiBhbnkgPSB7XG4gICAgICAnYXgtYnV0dG9uLWljb24nOiAhdGhpcy50ZXh0LFxuICAgICAgJ2F4LXN0YXRlLWRpc2FibGVkJzogdGhpcy5kaXNhYmxlZCxcbiAgICAgICdheC1zdGF0ZS1zZWxlY3RlZCc6IHRoaXMuc2VsZWN0ZWQsXG4gICAgfTtcbiAgICBjc3NDbGFzc2VzW2BheC0ke3RoaXMuY29sb3IgfHwgJ3ByaW1hcnknfS1kZWZhdWx0YF0gPSB0cnVlO1xuICAgIHJldHVybiBPYmplY3QuZW50cmllcyhjc3NDbGFzc2VzKVxuICAgICAgLmZpbHRlcigoYykgPT4gY1sxXSlcbiAgICAgIC5tYXAoKGMpID0+IGNbMF0pXG4gICAgICAuam9pbignICcpO1xuICB9XG59XG4iXX0=
80
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYWNvcmV4L2NvbXBvbmVudHMvYnV0dG9uL3NyYy9idXR0b24taXRlbS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFxQixTQUFTLEVBQWMsV0FBVyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFdkosT0FBTyxFQUFFLDJCQUEyQixFQUFFLHlCQUF5QixFQUFFLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDOzs7QUFFbkgsTUFBTSxDQUFDLE1BQU0scUJBQXFCLEdBQUcsMkJBQTJCLENBQUMseUJBQXlCLENBQUMsZUFBZSxDQUFDLENBQUMsQ0FBQztBQUU3RyxNQWFhLHFCQUFzQixTQUFRLHFCQUFxQjtJQUM5RDs7T0FFRztJQUNILFlBQVksVUFBc0IsRUFBRSxHQUFzQjtRQUN4RCxLQUFLLENBQUMsVUFBVSxFQUFFLEdBQUcsQ0FBQyxDQUFDO0lBQ3pCLENBQUM7SUFHRCxJQUFJLEdBQVcsRUFBRSxDQUFDO0lBR2xCLE9BQU8sR0FBVyxFQUFFLENBQUM7SUFHckIsUUFBUSxHQUFZLEtBQUssQ0FBQztJQUcxQixTQUFTLEdBQVksS0FBSyxDQUFDO0lBRzNCLElBQUksQ0FBUztJQUdiLElBQUksQ0FBTTtJQUdWLEtBQUssR0FBcUIsU0FBUyxDQUFDO0lBRzVCLFdBQVcsQ0FBQyxDQUFhO1FBQy9CLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUM1QixDQUFDO0lBRUQsSUFDWSxXQUFXO1FBQ3JCLE1BQU0sVUFBVSxHQUFRO1lBQ3RCLGdCQUFnQixFQUFFLENBQUMsSUFBSSxDQUFDLElBQUk7WUFDNUIsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLFFBQVE7WUFDbEMsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLFFBQVE7U0FDbkMsQ0FBQztRQUNGLFVBQVUsQ0FBQyxNQUFNLElBQUksQ0FBQyxLQUFLLElBQUksU0FBUyxVQUFVLENBQUMsR0FBRyxJQUFJLENBQUM7UUFDM0QsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLFVBQVUsQ0FBQzthQUM5QixNQUFNLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7YUFDakIsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO2FBQ2QsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQ2YsQ0FBQzt1R0E5Q1UscUJBQXFCOzJGQUFyQixxQkFBcUIsK1pBWHRCOzs7OztHQUtUOztTQU1VLHFCQUFxQjsyRkFBckIscUJBQXFCO2tCQWJqQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxnQkFBZ0I7b0JBQzFCLFFBQVEsRUFBRTs7Ozs7R0FLVDtvQkFDRCxJQUFJLEVBQUUsRUFBRSxLQUFLLEVBQUUsZ0JBQWdCLEVBQUUsUUFBUSxFQUFFLEdBQUcsRUFBRTtvQkFDaEQsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7b0JBQ3JDLGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO29CQUMvQyxPQUFPLEVBQUUsQ0FBQyxTQUFTLENBQUM7aUJBQ3JCO2lJQVVDLElBQUk7c0JBREgsS0FBSztnQkFJTixPQUFPO3NCQUROLEtBQUs7Z0JBSU4sUUFBUTtzQkFEUCxLQUFLO2dCQUlOLFNBQVM7c0JBRFIsS0FBSztnQkFJTixJQUFJO3NCQURILEtBQUs7Z0JBSU4sSUFBSTtzQkFESCxLQUFLO2dCQUlOLEtBQUs7c0JBREosS0FBSztnQkFJRSxXQUFXO3NCQURsQixZQUFZO3VCQUFDLE9BQU8sRUFBRSxDQUFDLFFBQVEsQ0FBQztnQkFNckIsV0FBVztzQkFEdEIsV0FBVzt1QkFBQyxPQUFPIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENoYW5nZURldGVjdG9yUmVmLCBDb21wb25lbnQsIEVsZW1lbnRSZWYsIEhvc3RCaW5kaW5nLCBIb3N0TGlzdGVuZXIsIElucHV0LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQVhTdHlsZUNvbG9yVHlwZSB9IGZyb20gJ0BhY29yZXgvY29tcG9uZW50cy9jb21tb24nO1xuaW1wb3J0IHsgX0ludGVyYWN0aXZlQ29tcG9uZW5ldE1peGluLCBfQ2xpY2thYmxlQ29tcG9uZW5ldE1peGluLCBBWEJhc2VDb21wb25lbnQgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvbWl4aW4nO1xuXG5leHBvcnQgY29uc3QgQVhCYXNlSXRlbUJ1dHRvbk1peGluID0gX0ludGVyYWN0aXZlQ29tcG9uZW5ldE1peGluKF9DbGlja2FibGVDb21wb25lbmV0TWl4aW4oQVhCYXNlQ29tcG9uZW50KSk7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2F4LWJ1dHRvbi1pdGVtJyxcbiAgdGVtcGxhdGU6IGBcbiAgICA8bmctY29udGVudCBzZWxlY3Q9XCJheC1wcmVmaXhcIj4gPC9uZy1jb250ZW50PlxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1cImF4LWljb25cIj4gPC9uZy1jb250ZW50PlxuICAgIDxzcGFuICpuZ0lmPVwidGV4dFwiPnt7IHRleHQgfX08L3NwYW4+XG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiYXgtc3VmZml4XCI+IDwvbmctY29udGVudD5cbiAgYCxcbiAgaG9zdDogeyBjbGFzczogJ2F4LWJ1dHRvbi1pdGVtJywgdGFiaW5kZXg6ICcwJyB9LFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgb3V0cHV0czogWydvbkNsaWNrJ10sXG59KVxuZXhwb3J0IGNsYXNzIEFYQnV0dG9uSXRlbUNvbXBvbmVudCBleHRlbmRzIEFYQmFzZUl0ZW1CdXR0b25NaXhpbiB7XG4gIC8qKlxuICAgKiAgQGlnbm9yZVxuICAgKi9cbiAgY29uc3RydWN0b3IoZWxlbWVudFJlZjogRWxlbWVudFJlZiwgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZikge1xuICAgIHN1cGVyKGVsZW1lbnRSZWYsIGNkcik7XG4gIH1cblxuICBASW5wdXQoKVxuICB0ZXh0OiBzdHJpbmcgPSAnJztcblxuICBASW5wdXQoKVxuICB0b29sdGlwOiBzdHJpbmcgPSAnJztcblxuICBASW5wdXQoKVxuICBzZWxlY3RlZDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBJbnB1dCgpXG4gIHNlcGVyYXRlZDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBJbnB1dCgpXG4gIG5hbWU6IHN0cmluZztcblxuICBASW5wdXQoKVxuICBkYXRhOiBhbnk7XG5cbiAgQElucHV0KClcbiAgY29sb3I6IEFYU3R5bGVDb2xvclR5cGUgPSAnZGVmYXVsdCc7XG5cbiAgQEhvc3RMaXN0ZW5lcignY2xpY2snLCBbJyRldmVudCddKVxuICBwcml2YXRlIF9faG9zdENsaWNrKGU6IE1vdXNlRXZlbnQpIHtcbiAgICB0aGlzLl9lbWl0T25DbGlja0V2ZW50KGUpO1xuICB9XG5cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcycpXG4gIHByaXZhdGUgZ2V0IF9faG9zdENsYXNzKCk6IHN0cmluZyB7XG4gICAgY29uc3QgY3NzQ2xhc3NlczogYW55ID0ge1xuICAgICAgJ2F4LWJ1dHRvbi1pY29uJzogIXRoaXMudGV4dCxcbiAgICAgICdheC1zdGF0ZS1kaXNhYmxlZCc6IHRoaXMuZGlzYWJsZWQsXG4gICAgICAnYXgtc3RhdGUtc2VsZWN0ZWQnOiB0aGlzLnNlbGVjdGVkLFxuICAgIH07XG4gICAgY3NzQ2xhc3Nlc1tgYXgtJHt0aGlzLmNvbG9yIHx8ICdwcmltYXJ5J30tZGVmYXVsdGBdID0gdHJ1ZTtcbiAgICByZXR1cm4gT2JqZWN0LmVudHJpZXMoY3NzQ2xhc3NlcylcbiAgICAgIC5maWx0ZXIoYyA9PiBjWzFdKVxuICAgICAgLm1hcChjID0+IGNbMF0pXG4gICAgICAuam9pbignICcpO1xuICB9XG59XG4iXX0=