@acorex/components 5.2.2 → 5.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (232) hide show
  1. package/esm2020/lib/action-sheet/action-sheet-item.component.mjs +3 -3
  2. package/esm2020/lib/action-sheet/action-sheet.component.mjs +3 -3
  3. package/esm2020/lib/action-sheet/action-sheet.module.mjs +4 -4
  4. package/esm2020/lib/alert/alert-button.component.mjs +4 -5
  5. package/esm2020/lib/alert/alert.component.mjs +35 -25
  6. package/esm2020/lib/alert/alert.module.mjs +10 -26
  7. package/esm2020/lib/alert/index.mjs +1 -5
  8. package/esm2020/lib/avatar/avatar-group.component.mjs +3 -3
  9. package/esm2020/lib/avatar/avatar.component.mjs +3 -3
  10. package/esm2020/lib/avatar/avatar.module.mjs +4 -4
  11. package/esm2020/lib/badge/badge.component.mjs +3 -3
  12. package/esm2020/lib/badge/badge.module.mjs +4 -4
  13. package/esm2020/lib/base/common.module.mjs +4 -4
  14. package/esm2020/lib/base/components.class.mjs +17 -0
  15. package/esm2020/lib/base/custom-cdk-overlay.service.mjs +6 -6
  16. package/esm2020/lib/base/events.class.mjs +1 -1
  17. package/esm2020/lib/base/index.mjs +2 -1
  18. package/esm2020/lib/base/infinite-scroll.directive.mjs +3 -3
  19. package/esm2020/lib/base/mixin/base-components.class.mjs +8 -8
  20. package/esm2020/lib/base/mixin/base-menu-mixin.class.mjs +15 -14
  21. package/esm2020/lib/base/mixin/color-look-mixing.class.mjs +1 -1
  22. package/esm2020/lib/base/mixin/datalist-component.class.mjs +2 -1
  23. package/esm2020/lib/base/overlay.service.mjs +3 -3
  24. package/esm2020/lib/base/responsive.directive.mjs +3 -3
  25. package/esm2020/lib/base/styles.class.mjs +1 -1
  26. package/esm2020/lib/breadcrumbs/breadcrumbs-item.component.mjs +3 -3
  27. package/esm2020/lib/breadcrumbs/breadcrumbs.component.mjs +3 -3
  28. package/esm2020/lib/breadcrumbs/breadcrumbs.module.mjs +4 -4
  29. package/esm2020/lib/button/button-group.component.mjs +4 -4
  30. package/esm2020/lib/button/button-item.class.mjs +1 -1
  31. package/esm2020/lib/button/button-item.component.mjs +3 -3
  32. package/esm2020/lib/button/button.component.mjs +3 -3
  33. package/esm2020/lib/button/button.module.mjs +8 -9
  34. package/esm2020/lib/calendar/calendar.class.mjs +3 -3
  35. package/esm2020/lib/calendar/calendar.component.mjs +6 -6
  36. package/esm2020/lib/calendar/calendar.module.mjs +7 -8
  37. package/esm2020/lib/carousel/carousel-arrows.component.mjs +3 -3
  38. package/esm2020/lib/carousel/carousel-item.component.mjs +3 -3
  39. package/esm2020/lib/carousel/carousel-pager.component.mjs +3 -3
  40. package/esm2020/lib/carousel/carousel.class.mjs +3 -3
  41. package/esm2020/lib/carousel/carousel.component.mjs +3 -3
  42. package/esm2020/lib/carousel/carousel.module.mjs +4 -4
  43. package/esm2020/lib/checkbox/checkbox.component.mjs +3 -3
  44. package/esm2020/lib/checkbox/checkbox.module.mjs +7 -7
  45. package/esm2020/lib/collapse/collapse-group.component.mjs +3 -3
  46. package/esm2020/lib/collapse/collapse.component.mjs +3 -3
  47. package/esm2020/lib/collapse/collapse.module.mjs +4 -4
  48. package/esm2020/lib/color-picker/color-picker.component.mjs +324 -0
  49. package/esm2020/lib/color-picker/color-picker.module.mjs +57 -0
  50. package/esm2020/lib/color-picker/index.mjs +3 -0
  51. package/esm2020/lib/datalist/datalist.component.mjs +3 -3
  52. package/esm2020/lib/datalist/datalist.module.mjs +4 -4
  53. package/esm2020/lib/datepicker/datepicker.component.mjs +13 -9
  54. package/esm2020/lib/datepicker/datepicker.module.mjs +8 -11
  55. package/esm2020/lib/decorators/addon.component.mjs +3 -3
  56. package/esm2020/lib/decorators/close-button.component.mjs +40 -0
  57. package/esm2020/lib/decorators/content.component.mjs +3 -3
  58. package/esm2020/lib/decorators/decorators.module.mjs +37 -7
  59. package/esm2020/lib/decorators/footer.component.mjs +24 -0
  60. package/esm2020/lib/decorators/header.component.mjs +6 -8
  61. package/esm2020/lib/decorators/icon.component.mjs +28 -0
  62. package/esm2020/lib/decorators/index.mjs +5 -1
  63. package/esm2020/lib/decorators/prefix.component.mjs +6 -6
  64. package/esm2020/lib/decorators/suffix.component.mjs +6 -6
  65. package/esm2020/lib/decorators/title.component.mjs +24 -0
  66. package/esm2020/lib/dialog/dialog.component.mjs +3 -3
  67. package/esm2020/lib/dialog/dialog.module.mjs +7 -7
  68. package/esm2020/lib/dialog/dialog.service.mjs +3 -3
  69. package/esm2020/lib/drawer/drawer-container.component.mjs +19 -59
  70. package/esm2020/lib/drawer/drawer.component.mjs +99 -129
  71. package/esm2020/lib/drawer/drawer.module.mjs +6 -7
  72. package/esm2020/lib/drawer/index.mjs +1 -2
  73. package/esm2020/lib/dropdown/dropdown-panel.component.mjs +6 -6
  74. package/esm2020/lib/dropdown/dropdown.module.mjs +7 -8
  75. package/esm2020/lib/form/form-field.component.mjs +3 -3
  76. package/esm2020/lib/form/form-field.module.mjs +4 -4
  77. package/esm2020/lib/form/form-hint.component.mjs +3 -3
  78. package/esm2020/lib/form/form.component.mjs +3 -3
  79. package/esm2020/lib/input-mask/input-mask.component.mjs +3 -3
  80. package/esm2020/lib/input-mask/input-mask.module.mjs +4 -4
  81. package/esm2020/lib/label/label.component.mjs +3 -3
  82. package/esm2020/lib/label/label.module.mjs +4 -4
  83. package/esm2020/lib/loading/loading-spinner.component.mjs +3 -3
  84. package/esm2020/lib/loading/loading.component.mjs +3 -3
  85. package/esm2020/lib/loading/loading.directive.mjs +3 -3
  86. package/esm2020/lib/loading/loading.module.mjs +4 -4
  87. package/esm2020/lib/loading/loading.service.mjs +3 -3
  88. package/esm2020/lib/menu/menu.component.mjs +69 -54
  89. package/esm2020/lib/menu/menu.module.mjs +7 -10
  90. package/esm2020/lib/number-box/number-box.component.mjs +4 -4
  91. package/esm2020/lib/number-box/number-box.module.mjs +8 -11
  92. package/esm2020/lib/page/base-page.class.mjs +6 -6
  93. package/esm2020/lib/page/index.mjs +1 -3
  94. package/esm2020/lib/page/page.component.mjs +3 -3
  95. package/esm2020/lib/page/page.module.mjs +7 -9
  96. package/esm2020/lib/password-box/password-box.component.mjs +4 -4
  97. package/esm2020/lib/password-box/password-box.module.mjs +8 -11
  98. package/esm2020/lib/picker/picker.component.mjs +262 -27
  99. package/esm2020/lib/picker/picker.model.class.mjs +2 -0
  100. package/esm2020/lib/picker/picker.module.mjs +4 -4
  101. package/esm2020/lib/popover/popover.component.mjs +8 -5
  102. package/esm2020/lib/popover/popover.module.mjs +4 -4
  103. package/esm2020/lib/popup/popup.component.mjs +15 -12
  104. package/esm2020/lib/popup/popup.module.mjs +7 -6
  105. package/esm2020/lib/popup/popup.service.mjs +3 -3
  106. package/esm2020/lib/progress-bar/progress-bar.component.mjs +3 -3
  107. package/esm2020/lib/progress-bar/progress-bar.module.mjs +4 -4
  108. package/esm2020/lib/radio/radio.component.mjs +3 -3
  109. package/esm2020/lib/radio/radio.module.mjs +4 -4
  110. package/esm2020/lib/range-slider/range-slider.component.mjs +3 -3
  111. package/esm2020/lib/range-slider/range-slider.module.mjs +4 -4
  112. package/esm2020/lib/rating/rating.component.mjs +3 -3
  113. package/esm2020/lib/rating/rating.component.module.mjs +4 -4
  114. package/esm2020/lib/result/result.component.mjs +3 -3
  115. package/esm2020/lib/result/result.module.mjs +4 -4
  116. package/esm2020/lib/searchbox/index.mjs +3 -0
  117. package/esm2020/lib/searchbox/searchbox.component.mjs +47 -0
  118. package/esm2020/lib/searchbox/searchbox.module.mjs +24 -0
  119. package/esm2020/lib/selectbox/selectbox.component.mjs +35 -28
  120. package/esm2020/lib/selectbox/selectbox.module.mjs +9 -13
  121. package/esm2020/lib/selection-list/selection-list.component.mjs +5 -5
  122. package/esm2020/lib/selection-list/selection-list.module.mjs +4 -4
  123. package/esm2020/lib/switch/switch.component.mjs +3 -3
  124. package/esm2020/lib/switch/switch.module.mjs +4 -4
  125. package/esm2020/lib/tabs/tab-content.directive.mjs +3 -3
  126. package/esm2020/lib/tabs/tab-item.component.mjs +3 -3
  127. package/esm2020/lib/tabs/tabs.component.mjs +3 -3
  128. package/esm2020/lib/tabs/tabs.module.mjs +7 -7
  129. package/esm2020/lib/textarea/textarea.component.mjs +3 -3
  130. package/esm2020/lib/textarea/textarea.module.mjs +4 -4
  131. package/esm2020/lib/textbox/textbox.component.mjs +3 -3
  132. package/esm2020/lib/textbox/textbox.module.mjs +9 -13
  133. package/esm2020/lib/time-box/time-box.component.mjs +3 -3
  134. package/esm2020/lib/time-box/time-box.module.mjs +4 -4
  135. package/esm2020/lib/toast/toast.class.mjs +1 -1
  136. package/esm2020/lib/toast/toast.component.mjs +16 -14
  137. package/esm2020/lib/toast/toast.module.mjs +8 -6
  138. package/esm2020/lib/toast/toast.service.mjs +40 -12
  139. package/esm2020/lib/tooltip/tooltip.component.mjs +3 -3
  140. package/esm2020/lib/tooltip/tooltip.directive.mjs +3 -3
  141. package/esm2020/lib/tooltip/tooltip.module.mjs +4 -4
  142. package/esm2020/lib/treeview/tree-view.component.mjs +3 -3
  143. package/esm2020/lib/treeview/tree-view.module.mjs +4 -4
  144. package/esm2020/lib/validation/validation-rule.widget.mjs +3 -3
  145. package/esm2020/lib/validation/validation.module.mjs +4 -4
  146. package/esm2020/public-api.mjs +3 -2
  147. package/fesm2015/acorex-components.mjs +2030 -1486
  148. package/fesm2015/acorex-components.mjs.map +1 -1
  149. package/fesm2020/acorex-components.mjs +2100 -1570
  150. package/fesm2020/acorex-components.mjs.map +1 -1
  151. package/lib/alert/alert.component.d.ts +7 -6
  152. package/lib/alert/alert.module.d.ts +4 -8
  153. package/lib/alert/index.d.ts +0 -4
  154. package/lib/badge/badge.component.d.ts +3 -3
  155. package/lib/base/components.class.d.ts +11 -0
  156. package/lib/base/index.d.ts +1 -0
  157. package/lib/base/mixin/base-components.class.d.ts +2 -2
  158. package/lib/base/mixin/base-menu-mixin.class.d.ts +2 -2
  159. package/lib/base/mixin/button-mixin.class.d.ts +0 -3
  160. package/lib/base/mixin/color-look-mixing.class.d.ts +4 -4
  161. package/lib/base/mixin/mixin.class.d.ts +8 -8
  162. package/lib/base/mixin/selection-component.class.d.ts +3 -0
  163. package/lib/base/mixin/textbox-mixin.class.d.ts +3 -3
  164. package/lib/base/styles.class.d.ts +1 -1
  165. package/lib/button/button-group.component.d.ts +4 -4
  166. package/lib/button/button-item.class.d.ts +2 -2
  167. package/lib/button/button.module.d.ts +2 -3
  168. package/lib/calendar/calendar.module.d.ts +4 -5
  169. package/lib/checkbox/checkbox.module.d.ts +1 -1
  170. package/lib/color-picker/color-picker.component.d.ts +62 -0
  171. package/lib/color-picker/color-picker.module.d.ts +17 -0
  172. package/lib/color-picker/index.d.ts +2 -0
  173. package/lib/datepicker/datepicker.module.d.ts +3 -4
  174. package/lib/decorators/close-button.component.d.ts +13 -0
  175. package/lib/decorators/decorators.module.d.ts +10 -6
  176. package/lib/decorators/footer.component.d.ts +8 -0
  177. package/lib/decorators/header.component.d.ts +1 -1
  178. package/lib/decorators/icon.component.d.ts +10 -0
  179. package/lib/decorators/index.d.ts +4 -0
  180. package/lib/decorators/prefix.component.d.ts +1 -1
  181. package/lib/decorators/suffix.component.d.ts +1 -1
  182. package/lib/decorators/title.component.d.ts +9 -0
  183. package/lib/dialog/dialog.module.d.ts +1 -1
  184. package/lib/drawer/drawer-container.component.d.ts +5 -8
  185. package/lib/drawer/drawer.component.d.ts +23 -19
  186. package/lib/drawer/drawer.module.d.ts +2 -3
  187. package/lib/drawer/index.d.ts +0 -1
  188. package/lib/dropdown/dropdown.module.d.ts +3 -4
  189. package/lib/menu/menu.component.d.ts +4 -3
  190. package/lib/menu/menu.module.d.ts +2 -2
  191. package/lib/number-box/number-box.module.d.ts +2 -3
  192. package/lib/page/base-page.class.d.ts +2 -2
  193. package/lib/page/index.d.ts +0 -2
  194. package/lib/page/page.module.d.ts +1 -3
  195. package/lib/password-box/password-box.module.d.ts +1 -2
  196. package/lib/picker/picker.component.d.ts +54 -13
  197. package/lib/picker/picker.model.class.d.ts +10 -0
  198. package/lib/popover/popover.component.d.ts +2 -1
  199. package/lib/popup/popup.module.d.ts +2 -1
  200. package/lib/searchbox/index.d.ts +2 -0
  201. package/lib/searchbox/searchbox.component.d.ts +16 -0
  202. package/lib/searchbox/searchbox.module.d.ts +11 -0
  203. package/lib/selectbox/selectbox.component.d.ts +4 -14
  204. package/lib/selectbox/selectbox.module.d.ts +6 -7
  205. package/lib/tabs/tabs.module.d.ts +1 -1
  206. package/lib/textbox/textbox.module.d.ts +2 -3
  207. package/lib/toast/toast.class.d.ts +4 -3
  208. package/lib/toast/toast.component.d.ts +0 -2
  209. package/lib/toast/toast.module.d.ts +3 -1
  210. package/lib/toast/toast.service.d.ts +4 -0
  211. package/package.json +4 -4
  212. package/public-api.d.ts +2 -1
  213. package/esm2020/lib/alert/alert-content.component.mjs +0 -21
  214. package/esm2020/lib/alert/alert-footer.component.mjs +0 -27
  215. package/esm2020/lib/alert/alert-suffix.component.mjs +0 -27
  216. package/esm2020/lib/alert/alert-title.component.mjs +0 -23
  217. package/esm2020/lib/drawer/drawer-content.component.mjs +0 -27
  218. package/esm2020/lib/icon/icon.component.mjs +0 -28
  219. package/esm2020/lib/icon/icon.module.mjs +0 -21
  220. package/esm2020/lib/icon/index.mjs +0 -3
  221. package/esm2020/lib/page/page-footer.component.mjs +0 -28
  222. package/esm2020/lib/page/page-header.component.mjs +0 -28
  223. package/lib/alert/alert-content.component.d.ts +0 -5
  224. package/lib/alert/alert-footer.component.d.ts +0 -5
  225. package/lib/alert/alert-suffix.component.d.ts +0 -5
  226. package/lib/alert/alert-title.component.d.ts +0 -5
  227. package/lib/drawer/drawer-content.component.d.ts +0 -8
  228. package/lib/icon/icon.component.d.ts +0 -10
  229. package/lib/icon/icon.module.d.ts +0 -8
  230. package/lib/icon/index.d.ts +0 -2
  231. package/lib/page/page-footer.component.d.ts +0 -7
  232. package/lib/page/page-header.component.d.ts +0 -7
@@ -1,27 +0,0 @@
1
- import { Component, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class AXAlertSuffixComponent {
4
- }
5
- AXAlertSuffixComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXAlertSuffixComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- AXAlertSuffixComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: AXAlertSuffixComponent, selector: "ax-alert-suffix", host: { classAttribute: "ax-alert-suffix" }, ngImport: i0, template: `
7
- <div class="ax-alert-buttons">
8
- <ng-content select="ax-alert-button">
9
- </ng-content>
10
- </div>
11
- `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXAlertSuffixComponent, decorators: [{
13
- type: Component,
14
- args: [{
15
- selector: 'ax-alert-suffix',
16
- template: `
17
- <div class="ax-alert-buttons">
18
- <ng-content select="ax-alert-button">
19
- </ng-content>
20
- </div>
21
- `,
22
- changeDetection: ChangeDetectionStrategy.OnPush,
23
- encapsulation: ViewEncapsulation.None,
24
- host: { class: 'ax-alert-suffix' }
25
- }]
26
- }] });
27
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQtc3VmZml4LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Fjb3JleC9jb21wb25lbnRzL3NyYy9saWIvYWxlcnQvYWxlcnQtc3VmZml4LmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLGlCQUFpQixFQUFFLHVCQUF1QixFQUFFLE1BQU0sZUFBZSxDQUFDOztBQWN0RixNQUFNLE9BQU8sc0JBQXNCOzttSEFBdEIsc0JBQXNCO3VHQUF0QixzQkFBc0Isb0dBVnJCOzs7OztLQUtUOzJGQUtRLHNCQUFzQjtrQkFabEMsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsaUJBQWlCO29CQUMzQixRQUFRLEVBQUU7Ozs7O0tBS1Q7b0JBQ0QsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07b0JBQy9DLGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO29CQUNyQyxJQUFJLEVBQUUsRUFBRSxLQUFLLEVBQUUsaUJBQWlCLEVBQUU7aUJBQ3JDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBWaWV3RW5jYXBzdWxhdGlvbiwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gICAgc2VsZWN0b3I6ICdheC1hbGVydC1zdWZmaXgnLFxyXG4gICAgdGVtcGxhdGU6IGBcclxuICAgICAgICA8ZGl2IGNsYXNzPVwiYXgtYWxlcnQtYnV0dG9uc1wiPlxyXG4gICAgICAgICAgICA8bmctY29udGVudCBzZWxlY3Q9XCJheC1hbGVydC1idXR0b25cIj5cclxuICAgICAgICAgICAgPC9uZy1jb250ZW50PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgYCxcclxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxyXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcclxuICAgIGhvc3Q6IHsgY2xhc3M6ICdheC1hbGVydC1zdWZmaXgnIH1cclxufSlcclxuZXhwb3J0IGNsYXNzIEFYQWxlcnRTdWZmaXhDb21wb25lbnQge1xyXG59XHJcbiJdfQ==
@@ -1,23 +0,0 @@
1
- import { Component, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class AXAlertTitleComponent {
4
- }
5
- AXAlertTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXAlertTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- AXAlertTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: AXAlertTitleComponent, selector: "ax-alert-title", host: { classAttribute: "ax-alert-title" }, ngImport: i0, template: `
7
- <ng-content>
8
- </ng-content>
9
- `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXAlertTitleComponent, decorators: [{
11
- type: Component,
12
- args: [{
13
- selector: 'ax-alert-title',
14
- template: `
15
- <ng-content>
16
- </ng-content>
17
- `,
18
- changeDetection: ChangeDetectionStrategy.OnPush,
19
- encapsulation: ViewEncapsulation.None,
20
- host: { class: 'ax-alert-title' }
21
- }]
22
- }] });
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQtdGl0bGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYWNvcmV4L2NvbXBvbmVudHMvc3JjL2xpYi9hbGVydC9hbGVydC10aXRsZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSx1QkFBdUIsRUFBbUQsTUFBTSxlQUFlLENBQUM7O0FBWXZJLE1BQU0sT0FBTyxxQkFBcUI7O2tIQUFyQixxQkFBcUI7c0dBQXJCLHFCQUFxQixrR0FScEI7OztLQUdUOzJGQUtRLHFCQUFxQjtrQkFWakMsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsZ0JBQWdCO29CQUMxQixRQUFRLEVBQUU7OztLQUdUO29CQUNELGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO29CQUMvQyxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTtvQkFDckMsSUFBSSxFQUFFLEVBQUUsS0FBSyxFQUFFLGdCQUFnQixFQUFFO2lCQUNwQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgVmlld0VuY2Fwc3VsYXRpb24sIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBFbGVtZW50UmVmLCBDaGFuZ2VEZXRlY3RvclJlZiwgSW5wdXQsIEF0dHJpYnV0ZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2F4LWFsZXJ0LXRpdGxlJyxcclxuICAgIHRlbXBsYXRlOiBgXHJcbiAgICAgICAgPG5nLWNvbnRlbnQ+XHJcbiAgICAgICAgPC9uZy1jb250ZW50PlxyXG4gICAgYCxcclxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxyXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcclxuICAgIGhvc3Q6IHsgY2xhc3M6ICdheC1hbGVydC10aXRsZScgfVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQVhBbGVydFRpdGxlQ29tcG9uZW50ICB7XHJcbn1cclxuIl19
@@ -1,27 +0,0 @@
1
- import { Component, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/core';
2
- import { AXBaseComponentMixin } from '../base';
3
- import * as i0 from "@angular/core";
4
- export class AXDrawerContentComponent extends AXBaseComponentMixin {
5
- constructor(elementRef, cdr) {
6
- super(elementRef, cdr);
7
- }
8
- }
9
- AXDrawerContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXDrawerContentComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
10
- AXDrawerContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: AXDrawerContentComponent, selector: "ax-drawer-content", host: { classAttribute: "ax-drawer-content" }, usesInheritance: true, ngImport: i0, template: `
11
- <ng-content>
12
- </ng-content>
13
- `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXDrawerContentComponent, decorators: [{
15
- type: Component,
16
- args: [{
17
- selector: 'ax-drawer-content',
18
- template: `
19
- <ng-content>
20
- </ng-content>
21
- `,
22
- changeDetection: ChangeDetectionStrategy.OnPush,
23
- encapsulation: ViewEncapsulation.None,
24
- host: { class: 'ax-drawer-content' }
25
- }]
26
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; } });
27
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhd2VyLWNvbnRlbnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYWNvcmV4L2NvbXBvbmVudHMvc3JjL2xpYi9kcmF3ZXIvZHJhd2VyLWNvbnRlbnQuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsaUJBQWlCLEVBQUUsdUJBQXVCLEVBQWlDLE1BQU0sZUFBZSxDQUFDO0FBQ3JILE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLFNBQVMsQ0FBQzs7QUFZL0MsTUFBTSxPQUFPLHdCQUF5QixTQUFRLG9CQUFvQjtJQUU5RCxZQUNJLFVBQXNCLEVBQ3RCLEdBQXNCO1FBRXRCLEtBQUssQ0FBQyxVQUFVLEVBQUUsR0FBRyxDQUFDLENBQUM7SUFDM0IsQ0FBQzs7cUhBUFEsd0JBQXdCO3lHQUF4Qix3QkFBd0IsK0hBUnZCOzs7S0FHVDsyRkFLUSx3QkFBd0I7a0JBVnBDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLG1CQUFtQjtvQkFDN0IsUUFBUSxFQUFFOzs7S0FHVDtvQkFDRCxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7b0JBQ3JDLElBQUksRUFBRSxFQUFFLEtBQUssRUFBRSxtQkFBbUIsRUFBRTtpQkFDdkMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIFZpZXdFbmNhcHN1bGF0aW9uLCBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgRWxlbWVudFJlZiwgQ2hhbmdlRGV0ZWN0b3JSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQVhCYXNlQ29tcG9uZW50TWl4aW4gfSBmcm9tICcuLi9iYXNlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gICAgc2VsZWN0b3I6ICdheC1kcmF3ZXItY29udGVudCcsXHJcbiAgICB0ZW1wbGF0ZTogYFxyXG4gICAgICAgIDxuZy1jb250ZW50PlxyXG4gICAgICAgIDwvbmctY29udGVudD5cclxuICAgIGAsXHJcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcclxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXHJcbiAgICBob3N0OiB7IGNsYXNzOiAnYXgtZHJhd2VyLWNvbnRlbnQnIH1cclxufSlcclxuZXhwb3J0IGNsYXNzIEFYRHJhd2VyQ29udGVudENvbXBvbmVudCBleHRlbmRzIEFYQmFzZUNvbXBvbmVudE1peGluIHtcclxuXHJcbiAgICBjb25zdHJ1Y3RvcihcclxuICAgICAgICBlbGVtZW50UmVmOiBFbGVtZW50UmVmLFxyXG4gICAgICAgIGNkcjogQ2hhbmdlRGV0ZWN0b3JSZWZcclxuICAgICkge1xyXG4gICAgICAgIHN1cGVyKGVsZW1lbnRSZWYsIGNkcik7XHJcbiAgICB9XHJcblxyXG5cclxufVxyXG4iXX0=
@@ -1,28 +0,0 @@
1
- import { Component, ViewEncapsulation, ChangeDetectionStrategy, Input, HostBinding } from '@angular/core';
2
- import { AXSizableComponentMixin } from '../base';
3
- import * as i0 from "@angular/core";
4
- export class AXIconComponent extends AXSizableComponentMixin {
5
- constructor(elementRef, cdr) {
6
- super(elementRef, cdr);
7
- }
8
- get __iconClass() {
9
- return `ax-ic ${this.icon}`;
10
- }
11
- }
12
- AXIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXIconComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
13
- AXIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: AXIconComponent, selector: "ax-icon", inputs: { icon: "icon" }, host: { properties: { "class": "this.__iconClass" } }, usesInheritance: true, ngImport: i0, template: '<ng-content select="i,svg,img"></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXIconComponent, decorators: [{
15
- type: Component,
16
- args: [{
17
- selector: 'ax-icon',
18
- template: '<ng-content select="i,svg,img"></ng-content>',
19
- changeDetection: ChangeDetectionStrategy.OnPush,
20
- encapsulation: ViewEncapsulation.None,
21
- }]
22
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { icon: [{
23
- type: Input
24
- }], __iconClass: [{
25
- type: HostBinding,
26
- args: ['class']
27
- }] } });
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hY29yZXgvY29tcG9uZW50cy9zcmMvbGliL2ljb24vaWNvbi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSx1QkFBdUIsRUFBaUMsS0FBSyxFQUFFLFdBQVcsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6SSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxTQUFTLENBQUM7O0FBUWxELE1BQU0sT0FBTyxlQUFnQixTQUFRLHVCQUF1QjtJQVV4RCxZQUNJLFVBQXNCLEVBQ3RCLEdBQXNCO1FBRXRCLEtBQUssQ0FBQyxVQUFVLEVBQUUsR0FBRyxDQUFDLENBQUM7SUFDM0IsQ0FBQztJQVZELElBQ1ksV0FBVztRQUNuQixPQUFPLFNBQVMsSUFBSSxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ2hDLENBQUM7OzRHQVJRLGVBQWU7Z0dBQWYsZUFBZSx1SkFKZCw4Q0FBOEM7MkZBSS9DLGVBQWU7a0JBTjNCLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLFNBQVM7b0JBQ25CLFFBQVEsRUFBRSw4Q0FBOEM7b0JBQ3hELGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO29CQUMvQyxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTtpQkFDeEM7aUlBSUcsSUFBSTtzQkFESCxLQUFLO2dCQUlNLFdBQVc7c0JBRHRCLFdBQVc7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgVmlld0VuY2Fwc3VsYXRpb24sIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBFbGVtZW50UmVmLCBDaGFuZ2VEZXRlY3RvclJlZiwgSW5wdXQsIEhvc3RCaW5kaW5nIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEFYU2l6YWJsZUNvbXBvbmVudE1peGluIH0gZnJvbSAnLi4vYmFzZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICAgIHNlbGVjdG9yOiAnYXgtaWNvbicsXHJcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50IHNlbGVjdD1cImksc3ZnLGltZ1wiPjwvbmctY29udGVudD4nLFxyXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgQVhJY29uQ29tcG9uZW50IGV4dGVuZHMgQVhTaXphYmxlQ29tcG9uZW50TWl4aW4ge1xyXG5cclxuICAgIEBJbnB1dCgpXHJcbiAgICBpY29uOiBzdHJpbmc7XHJcblxyXG4gICAgQEhvc3RCaW5kaW5nKCdjbGFzcycpXHJcbiAgICBwcml2YXRlIGdldCBfX2ljb25DbGFzcygpOiBzdHJpbmcge1xyXG4gICAgICAgIHJldHVybiBgYXgtaWMgJHt0aGlzLmljb259YDtcclxuICAgIH1cclxuXHJcbiAgICBjb25zdHJ1Y3RvcihcclxuICAgICAgICBlbGVtZW50UmVmOiBFbGVtZW50UmVmLFxyXG4gICAgICAgIGNkcjogQ2hhbmdlRGV0ZWN0b3JSZWZcclxuICAgICkge1xyXG4gICAgICAgIHN1cGVyKGVsZW1lbnRSZWYsIGNkcik7XHJcbiAgICB9XHJcblxyXG59XHJcbiJdfQ==
@@ -1,21 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { AXIconComponent } from './icon.component';
4
- import * as i0 from "@angular/core";
5
- const COMPONENT = [AXIconComponent];
6
- const MODULES = [CommonModule];
7
- export class AXIconModule {
8
- }
9
- AXIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- AXIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXIconModule, declarations: [AXIconComponent], imports: [CommonModule], exports: [AXIconComponent] });
11
- AXIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXIconModule, providers: [], imports: [[...MODULES]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXIconModule, decorators: [{
13
- type: NgModule,
14
- args: [{
15
- declarations: [...COMPONENT],
16
- imports: [...MODULES],
17
- exports: [...COMPONENT],
18
- providers: [],
19
- }]
20
- }] });
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hY29yZXgvY29tcG9uZW50cy9zcmMvbGliL2ljb24vaWNvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGtCQUFrQixDQUFDOztBQUVuRCxNQUFNLFNBQVMsR0FBRyxDQUFDLGVBQWUsQ0FBQyxDQUFDO0FBQ3BDLE1BQU0sT0FBTyxHQUFHLENBQUMsWUFBWSxDQUFDLENBQUM7QUFRL0IsTUFBTSxPQUFPLFlBQVk7O3lHQUFaLFlBQVk7MEdBQVosWUFBWSxpQkFUTixlQUFlLGFBQ2pCLFlBQVksYUFEVixlQUFlOzBHQVNyQixZQUFZLGFBRlYsRUFBRSxZQUZKLENBQUMsR0FBRyxPQUFPLENBQUM7MkZBSVosWUFBWTtrQkFOeEIsUUFBUTttQkFBQztvQkFDTixZQUFZLEVBQUUsQ0FBQyxHQUFHLFNBQVMsQ0FBQztvQkFDNUIsT0FBTyxFQUFFLENBQUMsR0FBRyxPQUFPLENBQUM7b0JBQ3JCLE9BQU8sRUFBRSxDQUFDLEdBQUcsU0FBUyxDQUFDO29CQUN2QixTQUFTLEVBQUUsRUFBRTtpQkFDaEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBBWEljb25Db21wb25lbnQgfSBmcm9tICcuL2ljb24uY29tcG9uZW50JztcclxuXHJcbmNvbnN0IENPTVBPTkVOVCA9IFtBWEljb25Db21wb25lbnRdO1xyXG5jb25zdCBNT0RVTEVTID0gW0NvbW1vbk1vZHVsZV07XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gICAgZGVjbGFyYXRpb25zOiBbLi4uQ09NUE9ORU5UXSxcclxuICAgIGltcG9ydHM6IFsuLi5NT0RVTEVTXSxcclxuICAgIGV4cG9ydHM6IFsuLi5DT01QT05FTlRdLFxyXG4gICAgcHJvdmlkZXJzOiBbXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEFYSWNvbk1vZHVsZSB7IH1cclxuIl19
@@ -1,3 +0,0 @@
1
- export * from './icon.component';
2
- export * from './icon.module';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hY29yZXgvY29tcG9uZW50cy9zcmMvbGliL2ljb24vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLGVBQWUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vaWNvbi5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2ljb24ubW9kdWxlJztcclxuIl19
@@ -1,28 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, TemplateRef, ViewChild } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class AXPageFooterComponent {
4
- }
5
- AXPageFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXPageFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- AXPageFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: AXPageFooterComponent, selector: "ax-page-footer", viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, static: true }], ngImport: i0, template: `
7
- <ng-content select="ax-prefix">
8
- </ng-content>
9
- <ng-content select="ax-suffix">
10
- </ng-content>
11
- `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXPageFooterComponent, decorators: [{
13
- type: Component,
14
- args: [{
15
- selector: 'ax-page-footer',
16
- template: `
17
- <ng-content select="ax-prefix">
18
- </ng-content>
19
- <ng-content select="ax-suffix">
20
- </ng-content>
21
- `,
22
- changeDetection: ChangeDetectionStrategy.OnPush
23
- }]
24
- }], propDecorators: { template: [{
25
- type: ViewChild,
26
- args: [TemplateRef, { static: true }]
27
- }] } });
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS1mb290ZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYWNvcmV4L2NvbXBvbmVudHMvc3JjL2xpYi9wYWdlL3BhZ2UtZm9vdGVyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFVLFdBQVcsRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBWW5HLE1BQU0sT0FBTyxxQkFBcUI7O2tIQUFyQixxQkFBcUI7c0dBQXJCLHFCQUFxQixnR0FFbkIsV0FBVyw4REFWWjs7Ozs7S0FLVDsyRkFHUSxxQkFBcUI7a0JBVmpDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLGdCQUFnQjtvQkFDMUIsUUFBUSxFQUFFOzs7OztLQUtUO29CQUNELGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO2lCQUNsRDs4QkFJRyxRQUFRO3NCQURQLFNBQVM7dUJBQUMsV0FBVyxFQUFFLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIE9uSW5pdCwgVGVtcGxhdGVSZWYsIFZpZXdDaGlsZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2F4LXBhZ2UtZm9vdGVyJyxcclxuICAgIHRlbXBsYXRlOiBgXHJcbiAgICAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiYXgtcHJlZml4XCI+XHJcbiAgICAgICAgICAgIDwvbmctY29udGVudD5cclxuICAgICAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiYXgtc3VmZml4XCI+XHJcbiAgICAgICAgICAgIDwvbmctY29udGVudD5cclxuICAgIGAsXHJcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaFxyXG59KVxyXG5leHBvcnQgY2xhc3MgQVhQYWdlRm9vdGVyQ29tcG9uZW50IHtcclxuXHJcbiAgICBAVmlld0NoaWxkKFRlbXBsYXRlUmVmLCB7IHN0YXRpYzogdHJ1ZSB9KVxyXG4gICAgdGVtcGxhdGU6IFRlbXBsYXRlUmVmPGFueT47XHJcbn0iXX0=
@@ -1,28 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, TemplateRef, ViewChild } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class AXPageHeaderComponent {
4
- }
5
- AXPageHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXPageHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- AXPageHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: AXPageHeaderComponent, selector: "ax-page-header", viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, static: true }], ngImport: i0, template: `
7
- <ng-content select="ax-prefix">
8
- </ng-content>
9
- <ng-content select="ax-suffix">
10
- </ng-content>
11
- `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXPageHeaderComponent, decorators: [{
13
- type: Component,
14
- args: [{
15
- selector: 'ax-page-header',
16
- template: `
17
- <ng-content select="ax-prefix">
18
- </ng-content>
19
- <ng-content select="ax-suffix">
20
- </ng-content>
21
- `,
22
- changeDetection: ChangeDetectionStrategy.OnPush
23
- }]
24
- }], propDecorators: { template: [{
25
- type: ViewChild,
26
- args: [TemplateRef, { static: true }]
27
- }] } });
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS1oZWFkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYWNvcmV4L2NvbXBvbmVudHMvc3JjL2xpYi9wYWdlL3BhZ2UtaGVhZGVyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFVLFdBQVcsRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBWW5HLE1BQU0sT0FBTyxxQkFBcUI7O2tIQUFyQixxQkFBcUI7c0dBQXJCLHFCQUFxQixnR0FFbkIsV0FBVyw4REFWWjs7Ozs7S0FLVDsyRkFHUSxxQkFBcUI7a0JBVmpDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLGdCQUFnQjtvQkFDMUIsUUFBUSxFQUFFOzs7OztLQUtUO29CQUNELGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO2lCQUNsRDs4QkFJRyxRQUFRO3NCQURQLFNBQVM7dUJBQUMsV0FBVyxFQUFFLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIE9uSW5pdCwgVGVtcGxhdGVSZWYsIFZpZXdDaGlsZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2F4LXBhZ2UtaGVhZGVyJyxcclxuICAgIHRlbXBsYXRlOiBgXHJcbiAgICAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiYXgtcHJlZml4XCI+XHJcbiAgICAgICAgICAgIDwvbmctY29udGVudD5cclxuICAgICAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiYXgtc3VmZml4XCI+XHJcbiAgICAgICAgICAgIDwvbmctY29udGVudD5cclxuICAgIGAsXHJcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaFxyXG59KVxyXG5leHBvcnQgY2xhc3MgQVhQYWdlSGVhZGVyQ29tcG9uZW50IHtcclxuXHJcbiAgICBAVmlld0NoaWxkKFRlbXBsYXRlUmVmLCB7IHN0YXRpYzogdHJ1ZSB9KVxyXG4gICAgdGVtcGxhdGU6IFRlbXBsYXRlUmVmPGFueT47XHJcbn0iXX0=
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class AXAlertContentComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertContentComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertContentComponent, "ax-alert-content", never, {}, {}, never, ["*"]>;
5
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class AXAlertFooterComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertFooterComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertFooterComponent, "ax-alert-footer", never, {}, {}, never, ["ax-alert-button"]>;
5
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class AXAlertSuffixComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertSuffixComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertSuffixComponent, "ax-alert-suffix", never, {}, {}, never, ["ax-alert-button"]>;
5
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class AXAlertTitleComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertTitleComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertTitleComponent, "ax-alert-title", never, {}, {}, never, ["*"]>;
5
- }
@@ -1,8 +0,0 @@
1
- import { ElementRef, ChangeDetectorRef } from '@angular/core';
2
- import { AXBaseComponentMixin } from '../base';
3
- import * as i0 from "@angular/core";
4
- export declare class AXDrawerContentComponent extends AXBaseComponentMixin {
5
- constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
6
- static ɵfac: i0.ɵɵFactoryDeclaration<AXDrawerContentComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AXDrawerContentComponent, "ax-drawer-content", never, {}, {}, never, ["*"]>;
8
- }
@@ -1,10 +0,0 @@
1
- import { ElementRef, ChangeDetectorRef } from '@angular/core';
2
- import { AXSizableComponentMixin } from '../base';
3
- import * as i0 from "@angular/core";
4
- export declare class AXIconComponent extends AXSizableComponentMixin {
5
- icon: string;
6
- private get __iconClass();
7
- constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
8
- static ɵfac: i0.ɵɵFactoryDeclaration<AXIconComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<AXIconComponent, "ax-icon", never, { "icon": "icon"; }, {}, never, ["i,svg,img"]>;
10
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./icon.component";
3
- import * as i2 from "@angular/common";
4
- export declare class AXIconModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<AXIconModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXIconModule, [typeof i1.AXIconComponent], [typeof i2.CommonModule], [typeof i1.AXIconComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<AXIconModule>;
8
- }
@@ -1,2 +0,0 @@
1
- export * from './icon.component';
2
- export * from './icon.module';
@@ -1,7 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class AXPageFooterComponent {
4
- template: TemplateRef<any>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<AXPageFooterComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<AXPageFooterComponent, "ax-page-footer", never, {}, {}, never, ["ax-prefix", "ax-suffix"]>;
7
- }
@@ -1,7 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class AXPageHeaderComponent {
4
- template: TemplateRef<any>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<AXPageHeaderComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<AXPageHeaderComponent, "ax-page-header", never, {}, {}, never, ["ax-prefix", "ax-suffix"]>;
7
- }