@acorex/components 5.3.0 → 5.3.1

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 (146) 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 +3 -3
  5. package/esm2020/lib/alert/alert.component.mjs +3 -3
  6. package/esm2020/lib/alert/alert.module.mjs +4 -4
  7. package/esm2020/lib/avatar/avatar-group.component.mjs +3 -3
  8. package/esm2020/lib/avatar/avatar.component.mjs +3 -3
  9. package/esm2020/lib/avatar/avatar.module.mjs +4 -4
  10. package/esm2020/lib/badge/badge.component.mjs +3 -3
  11. package/esm2020/lib/badge/badge.module.mjs +4 -4
  12. package/esm2020/lib/base/common.module.mjs +4 -4
  13. package/esm2020/lib/base/components.class.mjs +6 -6
  14. package/esm2020/lib/base/custom-cdk-overlay.service.mjs +6 -6
  15. package/esm2020/lib/base/infinite-scroll.directive.mjs +3 -3
  16. package/esm2020/lib/base/mixin/base-components.class.mjs +3 -3
  17. package/esm2020/lib/base/mixin/base-menu-mixin.class.mjs +12 -12
  18. package/esm2020/lib/base/overlay.service.mjs +3 -3
  19. package/esm2020/lib/base/responsive.directive.mjs +3 -3
  20. package/esm2020/lib/breadcrumbs/breadcrumbs-item.component.mjs +3 -3
  21. package/esm2020/lib/breadcrumbs/breadcrumbs.component.mjs +3 -3
  22. package/esm2020/lib/breadcrumbs/breadcrumbs.module.mjs +4 -4
  23. package/esm2020/lib/button/button-group.component.mjs +3 -3
  24. package/esm2020/lib/button/button-item.component.mjs +3 -3
  25. package/esm2020/lib/button/button.component.mjs +3 -3
  26. package/esm2020/lib/button/button.module.mjs +4 -4
  27. package/esm2020/lib/calendar/calendar.class.mjs +3 -3
  28. package/esm2020/lib/calendar/calendar.component.mjs +3 -3
  29. package/esm2020/lib/calendar/calendar.module.mjs +4 -4
  30. package/esm2020/lib/carousel/carousel-arrows.component.mjs +3 -3
  31. package/esm2020/lib/carousel/carousel-item.component.mjs +3 -3
  32. package/esm2020/lib/carousel/carousel-pager.component.mjs +3 -3
  33. package/esm2020/lib/carousel/carousel.class.mjs +3 -3
  34. package/esm2020/lib/carousel/carousel.component.mjs +3 -3
  35. package/esm2020/lib/carousel/carousel.module.mjs +4 -4
  36. package/esm2020/lib/checkbox/checkbox.component.mjs +3 -3
  37. package/esm2020/lib/checkbox/checkbox.module.mjs +4 -4
  38. package/esm2020/lib/collapse/collapse-group.component.mjs +3 -3
  39. package/esm2020/lib/collapse/collapse.component.mjs +3 -3
  40. package/esm2020/lib/collapse/collapse.module.mjs +4 -4
  41. package/esm2020/lib/color-picker/color-picker.component.mjs +324 -0
  42. package/esm2020/lib/color-picker/color-picker.module.mjs +57 -0
  43. package/esm2020/lib/color-picker/index.mjs +3 -0
  44. package/esm2020/lib/datalist/datalist.component.mjs +3 -3
  45. package/esm2020/lib/datalist/datalist.module.mjs +4 -4
  46. package/esm2020/lib/datepicker/datepicker.component.mjs +3 -3
  47. package/esm2020/lib/datepicker/datepicker.module.mjs +4 -4
  48. package/esm2020/lib/decorators/addon.component.mjs +3 -3
  49. package/esm2020/lib/decorators/close-button.component.mjs +3 -3
  50. package/esm2020/lib/decorators/content.component.mjs +3 -3
  51. package/esm2020/lib/decorators/decorators.module.mjs +4 -4
  52. package/esm2020/lib/decorators/footer.component.mjs +3 -3
  53. package/esm2020/lib/decorators/header.component.mjs +3 -3
  54. package/esm2020/lib/decorators/icon.component.mjs +3 -3
  55. package/esm2020/lib/decorators/prefix.component.mjs +3 -3
  56. package/esm2020/lib/decorators/suffix.component.mjs +3 -3
  57. package/esm2020/lib/decorators/title.component.mjs +3 -3
  58. package/esm2020/lib/dialog/dialog.component.mjs +3 -3
  59. package/esm2020/lib/dialog/dialog.module.mjs +4 -4
  60. package/esm2020/lib/dialog/dialog.service.mjs +3 -3
  61. package/esm2020/lib/drawer/drawer-container.component.mjs +3 -3
  62. package/esm2020/lib/drawer/drawer.component.mjs +3 -3
  63. package/esm2020/lib/drawer/drawer.module.mjs +4 -4
  64. package/esm2020/lib/dropdown/dropdown-panel.component.mjs +3 -3
  65. package/esm2020/lib/dropdown/dropdown.module.mjs +4 -4
  66. package/esm2020/lib/form/form-field.component.mjs +3 -3
  67. package/esm2020/lib/form/form-field.module.mjs +4 -4
  68. package/esm2020/lib/form/form-hint.component.mjs +3 -3
  69. package/esm2020/lib/form/form.component.mjs +3 -3
  70. package/esm2020/lib/input-mask/input-mask.component.mjs +3 -3
  71. package/esm2020/lib/input-mask/input-mask.module.mjs +4 -4
  72. package/esm2020/lib/label/label.component.mjs +3 -3
  73. package/esm2020/lib/label/label.module.mjs +4 -4
  74. package/esm2020/lib/loading/loading-spinner.component.mjs +3 -3
  75. package/esm2020/lib/loading/loading.component.mjs +3 -3
  76. package/esm2020/lib/loading/loading.directive.mjs +3 -3
  77. package/esm2020/lib/loading/loading.module.mjs +4 -4
  78. package/esm2020/lib/loading/loading.service.mjs +3 -3
  79. package/esm2020/lib/menu/menu.component.mjs +53 -51
  80. package/esm2020/lib/menu/menu.module.mjs +4 -4
  81. package/esm2020/lib/number-box/number-box.component.mjs +3 -3
  82. package/esm2020/lib/number-box/number-box.module.mjs +4 -4
  83. package/esm2020/lib/page/base-page.class.mjs +3 -3
  84. package/esm2020/lib/page/page.component.mjs +3 -3
  85. package/esm2020/lib/page/page.module.mjs +4 -4
  86. package/esm2020/lib/password-box/password-box.component.mjs +3 -3
  87. package/esm2020/lib/password-box/password-box.module.mjs +4 -4
  88. package/esm2020/lib/picker/picker.component.mjs +3 -3
  89. package/esm2020/lib/picker/picker.module.mjs +4 -4
  90. package/esm2020/lib/popover/popover.component.mjs +3 -3
  91. package/esm2020/lib/popover/popover.module.mjs +4 -4
  92. package/esm2020/lib/popup/popup.component.mjs +3 -3
  93. package/esm2020/lib/popup/popup.module.mjs +4 -4
  94. package/esm2020/lib/popup/popup.service.mjs +3 -3
  95. package/esm2020/lib/progress-bar/progress-bar.component.mjs +3 -3
  96. package/esm2020/lib/progress-bar/progress-bar.module.mjs +4 -4
  97. package/esm2020/lib/radio/index.mjs +1 -1
  98. package/esm2020/lib/radio/radio.component.mjs +5 -5
  99. package/esm2020/lib/radio/radio.module.mjs +5 -5
  100. package/esm2020/lib/range-slider/range-slider.component.mjs +3 -3
  101. package/esm2020/lib/range-slider/range-slider.module.mjs +4 -4
  102. package/esm2020/lib/rating/rating.component.mjs +3 -3
  103. package/esm2020/lib/rating/rating.component.module.mjs +4 -4
  104. package/esm2020/lib/result/result.component.mjs +3 -3
  105. package/esm2020/lib/result/result.module.mjs +4 -4
  106. package/esm2020/lib/searchbox/searchbox.component.mjs +3 -3
  107. package/esm2020/lib/searchbox/searchbox.module.mjs +4 -4
  108. package/esm2020/lib/selectbox/selectbox.component.mjs +3 -3
  109. package/esm2020/lib/selectbox/selectbox.module.mjs +4 -4
  110. package/esm2020/lib/selection-list/selection-list.component.mjs +5 -5
  111. package/esm2020/lib/selection-list/selection-list.module.mjs +4 -4
  112. package/esm2020/lib/switch/switch.component.mjs +3 -3
  113. package/esm2020/lib/switch/switch.module.mjs +4 -4
  114. package/esm2020/lib/tabs/tab-content.directive.mjs +3 -3
  115. package/esm2020/lib/tabs/tab-item.component.mjs +3 -3
  116. package/esm2020/lib/tabs/tabs.component.mjs +3 -3
  117. package/esm2020/lib/tabs/tabs.module.mjs +4 -4
  118. package/esm2020/lib/textarea/textarea.component.mjs +3 -3
  119. package/esm2020/lib/textarea/textarea.module.mjs +4 -4
  120. package/esm2020/lib/textbox/textbox.component.mjs +3 -3
  121. package/esm2020/lib/textbox/textbox.module.mjs +4 -4
  122. package/esm2020/lib/time-box/time-box.component.mjs +3 -3
  123. package/esm2020/lib/time-box/time-box.module.mjs +4 -4
  124. package/esm2020/lib/toast/toast.component.mjs +3 -3
  125. package/esm2020/lib/toast/toast.module.mjs +4 -4
  126. package/esm2020/lib/toast/toast.service.mjs +3 -3
  127. package/esm2020/lib/tooltip/tooltip.component.mjs +3 -3
  128. package/esm2020/lib/tooltip/tooltip.directive.mjs +3 -3
  129. package/esm2020/lib/tooltip/tooltip.module.mjs +4 -4
  130. package/esm2020/lib/treeview/tree-view.component.mjs +3 -3
  131. package/esm2020/lib/treeview/tree-view.module.mjs +4 -4
  132. package/esm2020/lib/validation/validation-rule.widget.mjs +3 -3
  133. package/esm2020/lib/validation/validation.module.mjs +4 -4
  134. package/esm2020/public-api.mjs +2 -1
  135. package/fesm2015/acorex-components.mjs +1252 -895
  136. package/fesm2015/acorex-components.mjs.map +1 -1
  137. package/fesm2020/acorex-components.mjs +1237 -885
  138. package/fesm2020/acorex-components.mjs.map +1 -1
  139. package/lib/base/mixin/base-menu-mixin.class.d.ts +2 -2
  140. package/lib/base/mixin/mixin.class.d.ts +2 -2
  141. package/lib/color-picker/color-picker.component.d.ts +62 -0
  142. package/lib/color-picker/color-picker.module.d.ts +17 -0
  143. package/lib/color-picker/index.d.ts +2 -0
  144. package/lib/menu/menu.component.d.ts +3 -3
  145. package/package.json +4 -4
  146. package/public-api.d.ts +1 -0
@@ -45,9 +45,9 @@ export class AXToastComponent extends AXBaseComponentMixin {
45
45
  }
46
46
  }
47
47
  }
48
- AXToastComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXToastComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
49
- AXToastComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: AXToastComponent, selector: "ax-toast", providers: [{ provide: AXClosbaleComponent, useExisting: AXToastComponent }], usesInheritance: true, ngImport: i0, template: "<!-- <div class=\"ax-toast-header\">\r\n <div class=\"ax-toast-title\">\r\n <i class=\"ax-toast-icon {{_icon}}\"></i>\r\n <span>{{options.title}}</span>\r\n </div>\r\n <i class=\"ax-ic ax-ic-close ax-toast-dismiss-icon\" *ngIf=\"options.closeable\" (click)=\"close()\"></i>\r\n</div>\r\n<div class=\"ax-toast-content\" *ngIf=\"options.content\">{{options.content}}</div> -->\r\n\r\n<!-- <ax-header>\r\n <ax-prefix>\r\n <ax-icon *ngIf=\"_icon\" [icon]=\"_icon\"></ax-icon>\r\n <ax-title [text]=\"options.title\"></ax-title>\r\n </ax-prefix>\r\n <ax-close-button *ngIf=\"options.closeable\"></ax-close-button>\r\n</ax-header>\r\n<ax-content *ngIf=\"options.content\">\r\n {{options.content}}\r\n <ax-footer *ngIf=\"options?.buttons?.length\">\r\n <ng-container >\r\n <ax-button *ngFor=\"let button of options.buttons\" [text]=\"button.text\" [text]=\"button.text\"\r\n (onClick)=\"button.onClick\" [class]=\"button.cssClass\"></ax-button>\r\n </ng-container>\r\n </ax-footer>\r\n</ax-content>\r\n<div class=\"ax-toast-progress ax-{{options.type}}\" [style.animation-duration.ms]=\"options.timeOut\"\r\n *ngIf=\"options.timeOut\">\r\n</div> -->\r\n<ax-alert [color]=\"options.color\" [look]=\"options.look\" [timeOut]=\"options.timeOut\">\r\n <ax-header *ngIf=\"options.title\">\r\n <ax-icon *ngIf=\"_icon\" [icon]=\"_icon\"></ax-icon>\r\n <ax-title [text]=\"options.title\"></ax-title>\r\n </ax-header>\r\n <ax-content *ngIf=\"options.content\">\r\n <ax-icon *ngIf=\"_icon && !options.title\" [icon]=\"_icon\"></ax-icon>\r\n {{options.content}}\r\n </ax-content>\r\n <ax-footer *ngIf=\"options?.buttons?.length\">\r\n <ng-container>\r\n <ax-button *ngFor=\"let button of options.buttons\" [text]=\"button.text\" [text]=\"button.text\"\r\n (onClick)=\"button.onClick\" [class]=\"button.cssClass\"></ax-button>\r\n </ng-container>\r\n </ax-footer>\r\n</ax-alert>", components: [{ type: i1.AXAlertComponent, selector: "ax-alert", inputs: ["color", "look", "timeOut", "visible"] }, { type: i2.AXDecoratorHeaderComponent, selector: "ax-header" }, { type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { type: i4.AXDecoratorTitleComponent, selector: "ax-title", inputs: ["text"] }, { type: i5.AXDecoratorContentComponent, selector: "ax-content" }, { type: i6.AXDecoratorFooterComponent, selector: "ax-footer" }, { type: i7.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "tabIndex", "size", "color", "look", "text", "submitBehavior", "cancelBehavior", "toggleable", "selected"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange"] }], directives: [{ type: i8.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i8.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXToastComponent, decorators: [{
48
+ AXToastComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXToastComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
49
+ AXToastComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: AXToastComponent, selector: "ax-toast", providers: [{ provide: AXClosbaleComponent, useExisting: AXToastComponent }], usesInheritance: true, ngImport: i0, template: "<!-- <div class=\"ax-toast-header\">\r\n <div class=\"ax-toast-title\">\r\n <i class=\"ax-toast-icon {{_icon}}\"></i>\r\n <span>{{options.title}}</span>\r\n </div>\r\n <i class=\"ax-ic ax-ic-close ax-toast-dismiss-icon\" *ngIf=\"options.closeable\" (click)=\"close()\"></i>\r\n</div>\r\n<div class=\"ax-toast-content\" *ngIf=\"options.content\">{{options.content}}</div> -->\r\n\r\n<!-- <ax-header>\r\n <ax-prefix>\r\n <ax-icon *ngIf=\"_icon\" [icon]=\"_icon\"></ax-icon>\r\n <ax-title [text]=\"options.title\"></ax-title>\r\n </ax-prefix>\r\n <ax-close-button *ngIf=\"options.closeable\"></ax-close-button>\r\n</ax-header>\r\n<ax-content *ngIf=\"options.content\">\r\n {{options.content}}\r\n <ax-footer *ngIf=\"options?.buttons?.length\">\r\n <ng-container >\r\n <ax-button *ngFor=\"let button of options.buttons\" [text]=\"button.text\" [text]=\"button.text\"\r\n (onClick)=\"button.onClick\" [class]=\"button.cssClass\"></ax-button>\r\n </ng-container>\r\n </ax-footer>\r\n</ax-content>\r\n<div class=\"ax-toast-progress ax-{{options.type}}\" [style.animation-duration.ms]=\"options.timeOut\"\r\n *ngIf=\"options.timeOut\">\r\n</div> -->\r\n<ax-alert [color]=\"options.color\" [look]=\"options.look\" [timeOut]=\"options.timeOut\">\r\n <ax-header *ngIf=\"options.title\">\r\n <ax-icon *ngIf=\"_icon\" [icon]=\"_icon\"></ax-icon>\r\n <ax-title [text]=\"options.title\"></ax-title>\r\n </ax-header>\r\n <ax-content *ngIf=\"options.content\">\r\n <ax-icon *ngIf=\"_icon && !options.title\" [icon]=\"_icon\"></ax-icon>\r\n {{options.content}}\r\n </ax-content>\r\n <ax-footer *ngIf=\"options?.buttons?.length\">\r\n <ng-container>\r\n <ax-button *ngFor=\"let button of options.buttons\" [text]=\"button.text\" [text]=\"button.text\"\r\n (onClick)=\"button.onClick\" [class]=\"button.cssClass\"></ax-button>\r\n </ng-container>\r\n </ax-footer>\r\n</ax-alert>", components: [{ type: i1.AXAlertComponent, selector: "ax-alert", inputs: ["color", "look", "timeOut", "visible"] }, { type: i2.AXDecoratorHeaderComponent, selector: "ax-header" }, { type: i3.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { type: i4.AXDecoratorTitleComponent, selector: "ax-title", inputs: ["text"] }, { type: i5.AXDecoratorContentComponent, selector: "ax-content" }, { type: i6.AXDecoratorFooterComponent, selector: "ax-footer" }, { type: i7.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "tabIndex", "size", "color", "look", "text", "submitBehavior", "cancelBehavior", "toggleable", "selected"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange"] }], directives: [{ type: i8.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i8.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXToastComponent, decorators: [{
51
51
  type: Component,
52
52
  args: [{ selector: 'ax-toast', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [{ provide: AXClosbaleComponent, useExisting: AXToastComponent }], template: "<!-- <div class=\"ax-toast-header\">\r\n <div class=\"ax-toast-title\">\r\n <i class=\"ax-toast-icon {{_icon}}\"></i>\r\n <span>{{options.title}}</span>\r\n </div>\r\n <i class=\"ax-ic ax-ic-close ax-toast-dismiss-icon\" *ngIf=\"options.closeable\" (click)=\"close()\"></i>\r\n</div>\r\n<div class=\"ax-toast-content\" *ngIf=\"options.content\">{{options.content}}</div> -->\r\n\r\n<!-- <ax-header>\r\n <ax-prefix>\r\n <ax-icon *ngIf=\"_icon\" [icon]=\"_icon\"></ax-icon>\r\n <ax-title [text]=\"options.title\"></ax-title>\r\n </ax-prefix>\r\n <ax-close-button *ngIf=\"options.closeable\"></ax-close-button>\r\n</ax-header>\r\n<ax-content *ngIf=\"options.content\">\r\n {{options.content}}\r\n <ax-footer *ngIf=\"options?.buttons?.length\">\r\n <ng-container >\r\n <ax-button *ngFor=\"let button of options.buttons\" [text]=\"button.text\" [text]=\"button.text\"\r\n (onClick)=\"button.onClick\" [class]=\"button.cssClass\"></ax-button>\r\n </ng-container>\r\n </ax-footer>\r\n</ax-content>\r\n<div class=\"ax-toast-progress ax-{{options.type}}\" [style.animation-duration.ms]=\"options.timeOut\"\r\n *ngIf=\"options.timeOut\">\r\n</div> -->\r\n<ax-alert [color]=\"options.color\" [look]=\"options.look\" [timeOut]=\"options.timeOut\">\r\n <ax-header *ngIf=\"options.title\">\r\n <ax-icon *ngIf=\"_icon\" [icon]=\"_icon\"></ax-icon>\r\n <ax-title [text]=\"options.title\"></ax-title>\r\n </ax-header>\r\n <ax-content *ngIf=\"options.content\">\r\n <ax-icon *ngIf=\"_icon && !options.title\" [icon]=\"_icon\"></ax-icon>\r\n {{options.content}}\r\n </ax-content>\r\n <ax-footer *ngIf=\"options?.buttons?.length\">\r\n <ng-container>\r\n <ax-button *ngFor=\"let button of options.buttons\" [text]=\"button.text\" [text]=\"button.text\"\r\n (onClick)=\"button.onClick\" [class]=\"button.cssClass\"></ax-button>\r\n </ng-container>\r\n </ax-footer>\r\n</ax-alert>" }]
53
53
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; } });
@@ -9,10 +9,10 @@ const COMPONENT = [AXToastComponent];
9
9
  const MODULES = [CommonModule, AXButtonModule, AXDecoratorModule, AXAlertModule];
10
10
  export class AXToastModule {
11
11
  }
12
- AXToastModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXToastModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- AXToastModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXToastModule, declarations: [AXToastComponent], imports: [CommonModule, AXButtonModule, AXDecoratorModule, AXAlertModule], exports: [AXToastComponent] });
14
- AXToastModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXToastModule, providers: [], imports: [[...MODULES]] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXToastModule, decorators: [{
12
+ AXToastModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXToastModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
+ AXToastModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXToastModule, declarations: [AXToastComponent], imports: [CommonModule, AXButtonModule, AXDecoratorModule, AXAlertModule], exports: [AXToastComponent] });
14
+ AXToastModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXToastModule, providers: [], imports: [[...MODULES]] });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXToastModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  declarations: [...COMPONENT],
@@ -133,9 +133,9 @@ export class AXToastService {
133
133
  }
134
134
  }
135
135
  }
136
- AXToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXToastService, deps: [{ token: i1.Overlay }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
137
- AXToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXToastService, providedIn: 'root' });
138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXToastService, decorators: [{
136
+ AXToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXToastService, deps: [{ token: i1.Overlay }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
137
+ AXToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXToastService, providedIn: 'root' });
138
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXToastService, decorators: [{
139
139
  type: Injectable,
140
140
  args: [{ providedIn: 'root' }]
141
141
  }], ctorParameters: function () { return [{ type: i1.Overlay }, { type: i0.Injector }]; } });
@@ -9,8 +9,8 @@ export class AXTooltipComponent extends AXBaseComponentMixin {
9
9
  this.position = 'top';
10
10
  }
11
11
  }
12
- AXTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXTooltipComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
13
- AXTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: AXTooltipComponent, selector: "ax-tooltip", inputs: { text: "text", position: "position" }, host: { classAttribute: "ax-tooltip" }, usesInheritance: true, ngImport: i0, template: "<div class=\"ax-tooltip-container\">\r\n <div class=\"ax-tooltip\" @tooltip>\r\n {{ text }}\r\n </div>\r\n <div class=\"ax-tooltip-tringle ax-tooltip-tringle-{{position}}\"></div>\r\n</div>", animations: [
12
+ AXTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXTooltipComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
13
+ AXTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: AXTooltipComponent, selector: "ax-tooltip", inputs: { text: "text", position: "position" }, host: { classAttribute: "ax-tooltip" }, usesInheritance: true, ngImport: i0, template: "<div class=\"ax-tooltip-container\">\r\n <div class=\"ax-tooltip\" @tooltip>\r\n {{ text }}\r\n </div>\r\n <div class=\"ax-tooltip-tringle ax-tooltip-tringle-{{position}}\"></div>\r\n</div>", animations: [
14
14
  trigger('tooltip', [
15
15
  transition(':enter', [
16
16
  style({ opacity: 0 }),
@@ -19,7 +19,7 @@ AXTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
19
19
  transition(':leave', [animate(50, style({ opacity: 0 }))]),
20
20
  ]),
21
21
  ], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXTooltipComponent, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXTooltipComponent, decorators: [{
23
23
  type: Component,
24
24
  args: [{ selector: 'ax-tooltip', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: { class: 'ax-tooltip' }, animations: [
25
25
  trigger('tooltip', [
@@ -65,9 +65,9 @@ export class AXTooltipDirective {
65
65
  this.overlayRef.detach();
66
66
  }
67
67
  }
68
- AXTooltipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXTooltipDirective, deps: [{ token: i1.Overlay }, { token: i1.OverlayPositionBuilder }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
69
- AXTooltipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: AXTooltipDirective, selector: "[axTooltip]", inputs: { text: ["axTooltip", "text"], position: ["axTooltipPositon", "position"] }, host: { listeners: { "mouseenter": "show()", "mouseout": "hide()" } }, ngImport: i0 });
70
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXTooltipDirective, decorators: [{
68
+ AXTooltipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXTooltipDirective, deps: [{ token: i1.Overlay }, { token: i1.OverlayPositionBuilder }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
69
+ AXTooltipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.9", type: AXTooltipDirective, selector: "[axTooltip]", inputs: { text: ["axTooltip", "text"], position: ["axTooltipPositon", "position"] }, host: { listeners: { "mouseenter": "show()", "mouseout": "hide()" } }, ngImport: i0 });
70
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXTooltipDirective, decorators: [{
71
71
  type: Directive,
72
72
  args: [{ selector: '[axTooltip]' }]
73
73
  }], ctorParameters: function () { return [{ type: i1.Overlay }, { type: i1.OverlayPositionBuilder }, { type: i0.ElementRef }]; }, propDecorators: { text: [{
@@ -8,10 +8,10 @@ const COMPONENT = [AXTooltipComponent, AXTooltipDirective];
8
8
  const MODULES = [CommonModule, OverlayModule];
9
9
  export class AXTooltipModule {
10
10
  }
11
- AXTooltipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
- AXTooltipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXTooltipModule, declarations: [AXTooltipComponent, AXTooltipDirective], imports: [CommonModule, OverlayModule], exports: [AXTooltipComponent, AXTooltipDirective] });
13
- AXTooltipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXTooltipModule, providers: [], imports: [[...MODULES]] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXTooltipModule, decorators: [{
11
+ AXTooltipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
+ AXTooltipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXTooltipModule, declarations: [AXTooltipComponent, AXTooltipDirective], imports: [CommonModule, OverlayModule], exports: [AXTooltipComponent, AXTooltipDirective] });
13
+ AXTooltipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXTooltipModule, providers: [], imports: [[...MODULES]] });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXTooltipModule, decorators: [{
15
15
  type: NgModule,
16
16
  args: [{
17
17
  declarations: [...COMPONENT],
@@ -97,9 +97,9 @@ export class AXTreeViewComponent {
97
97
  }
98
98
  ngOnInit() { }
99
99
  }
100
- AXTreeViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXTreeViewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
101
- AXTreeViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: AXTreeViewComponent, selector: "ax-tree-view", inputs: { showLines: "showLines" }, host: { classAttribute: "ax-tree-view" }, ngImport: i0, template: "<ul class=\"ax-list-{{showLines}}\">\r\n <ng-template #recursiveList let-list>\r\n <li *ngFor=\"let item of list\">\r\n <span>\r\n <ax-check-box></ax-check-box>\r\n \r\n <span>{{item.title}}</span>\r\n </span>\r\n <ul *ngIf=\"item.children.length > 0\">\r\n <ng-container *ngTemplateOutlet=\"recursiveList; context:{ $implicit: item.children }\"></ng-container>\r\n </ul>\r\n </li>\r\n </ng-template>\r\n <ng-container *ngTemplateOutlet=\"recursiveList; context:{ $implicit: list }\"></ng-container>\r\n </ul>", components: [{ type: i1.AXCheckBoxComponent, selector: "ax-check-box", inputs: ["disabled", "tabIndex", "readonly", "allowNull", "value", "debounceTime", "name", "checked"], outputs: ["onBlur", "onFocus", "valueChange", "onValueChanged"] }], directives: [{ type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], encapsulation: i0.ViewEncapsulation.None });
102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXTreeViewComponent, decorators: [{
100
+ AXTreeViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXTreeViewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
101
+ AXTreeViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: AXTreeViewComponent, selector: "ax-tree-view", inputs: { showLines: "showLines" }, host: { classAttribute: "ax-tree-view" }, ngImport: i0, template: "<ul class=\"ax-list-{{showLines}}\">\r\n <ng-template #recursiveList let-list>\r\n <li *ngFor=\"let item of list\">\r\n <span>\r\n <ax-check-box></ax-check-box>\r\n \r\n <span>{{item.title}}</span>\r\n </span>\r\n <ul *ngIf=\"item.children.length > 0\">\r\n <ng-container *ngTemplateOutlet=\"recursiveList; context:{ $implicit: item.children }\"></ng-container>\r\n </ul>\r\n </li>\r\n </ng-template>\r\n <ng-container *ngTemplateOutlet=\"recursiveList; context:{ $implicit: list }\"></ng-container>\r\n </ul>", components: [{ type: i1.AXCheckBoxComponent, selector: "ax-check-box", inputs: ["disabled", "tabIndex", "readonly", "allowNull", "value", "debounceTime", "name", "checked"], outputs: ["onBlur", "onFocus", "valueChange", "onValueChanged"] }], directives: [{ type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], encapsulation: i0.ViewEncapsulation.None });
102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXTreeViewComponent, decorators: [{
103
103
  type: Component,
104
104
  args: [{ selector: 'ax-tree-view', encapsulation: ViewEncapsulation.None, host: { class: "ax-tree-view" }, template: "<ul class=\"ax-list-{{showLines}}\">\r\n <ng-template #recursiveList let-list>\r\n <li *ngFor=\"let item of list\">\r\n <span>\r\n <ax-check-box></ax-check-box>\r\n \r\n <span>{{item.title}}</span>\r\n </span>\r\n <ul *ngIf=\"item.children.length > 0\">\r\n <ng-container *ngTemplateOutlet=\"recursiveList; context:{ $implicit: item.children }\"></ng-container>\r\n </ul>\r\n </li>\r\n </ng-template>\r\n <ng-container *ngTemplateOutlet=\"recursiveList; context:{ $implicit: list }\"></ng-container>\r\n </ul>" }]
105
105
  }], ctorParameters: function () { return []; }, propDecorators: { showLines: [{
@@ -5,10 +5,10 @@ import { AXTreeViewComponent } from './tree-view.component';
5
5
  import * as i0 from "@angular/core";
6
6
  export class AXTreeViewModule {
7
7
  }
8
- AXTreeViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXTreeViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- AXTreeViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXTreeViewModule, declarations: [AXTreeViewComponent], imports: [CommonModule, AXCheckBoxModule], exports: [AXTreeViewComponent] });
10
- AXTreeViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXTreeViewModule, providers: [], imports: [[CommonModule, AXCheckBoxModule]] });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXTreeViewModule, decorators: [{
8
+ AXTreeViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXTreeViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ AXTreeViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXTreeViewModule, declarations: [AXTreeViewComponent], imports: [CommonModule, AXCheckBoxModule], exports: [AXTreeViewComponent] });
10
+ AXTreeViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXTreeViewModule, providers: [], imports: [[CommonModule, AXCheckBoxModule]] });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXTreeViewModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  declarations: [AXTreeViewComponent],
@@ -89,9 +89,9 @@ export class AXValidationRuleComponent extends AXBaseComponentMixin {
89
89
  });
90
90
  }
91
91
  }
92
- AXValidationRuleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXValidationRuleComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
93
- AXValidationRuleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: AXValidationRuleComponent, selector: "ax-validation-rule", inputs: { rule: "rule", message: "message", showMessage: "showMessage", value: "value", enabled: "enabled" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
94
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXValidationRuleComponent, decorators: [{
92
+ AXValidationRuleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXValidationRuleComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
93
+ AXValidationRuleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.9", type: AXValidationRuleComponent, selector: "ax-validation-rule", inputs: { rule: "rule", message: "message", showMessage: "showMessage", value: "value", enabled: "enabled" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
94
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXValidationRuleComponent, decorators: [{
95
95
  type: Component,
96
96
  args: [{
97
97
  selector: 'ax-validation-rule',
@@ -17,10 +17,10 @@ export class AXValidationModule {
17
17
  });
18
18
  }
19
19
  }
20
- AXValidationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXValidationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
21
- AXValidationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXValidationModule, declarations: [AXValidationRuleComponent], imports: [CommonModule], exports: [AXValidationRuleComponent] });
22
- AXValidationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXValidationModule, providers: [], imports: [[CommonModule]] });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AXValidationModule, decorators: [{
20
+ AXValidationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXValidationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
21
+ AXValidationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXValidationModule, declarations: [AXValidationRuleComponent], imports: [CommonModule], exports: [AXValidationRuleComponent] });
22
+ AXValidationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXValidationModule, providers: [], imports: [[CommonModule]] });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.9", ngImport: i0, type: AXValidationModule, decorators: [{
24
24
  type: NgModule,
25
25
  args: [{
26
26
  declarations: [AXValidationRuleComponent],
@@ -13,6 +13,7 @@ export * from "./lib/calendar";
13
13
  export * from "./lib/carousel";
14
14
  export * from "./lib/checkbox";
15
15
  export * from "./lib/collapse";
16
+ export * from "./lib/color-picker";
16
17
  export * from "./lib/datalist";
17
18
  // export * from "./lib/datapager";
18
19
  export * from "./lib/datepicker";
@@ -48,4 +49,4 @@ export * from "./lib/toast";
48
49
  export * from "./lib/tooltip";
49
50
  export * from "./lib/treeview";
50
51
  export * from "./lib/validation";
51
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2Fjb3JleC9jb21wb25lbnRzL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7R0FHRztBQUNILGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxhQUFhLENBQUM7QUFDNUIsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxhQUFhLENBQUM7QUFDNUIsY0FBYyxZQUFZLENBQUM7QUFDM0IsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsbUNBQW1DO0FBQ25DLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsWUFBWSxDQUFDO0FBQzNCLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxhQUFhLENBQUM7QUFDNUIsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxZQUFZLENBQUM7QUFDM0IsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLFlBQVksQ0FBQztBQUMzQixjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMsYUFBYSxDQUFDO0FBQzVCLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxhQUFhLENBQUM7QUFDNUIsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGlCQUFpQixDQUFDO0FBQ2hDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxZQUFZLENBQUM7QUFDM0IsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLGlCQUFpQixDQUFDO0FBQ2hDLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxhQUFhLENBQUM7QUFDNUIsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLGtCQUFrQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXHJcbiAqIFB1YmxpYyBBUEkgcmVmcmVuY2VzIG9mIGNvbXBvbmVudHNcclxuICogQG1vZHVsZSBAYWNvcmV4L2NvbXBvbmVudHNcclxuICovXHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9hY3Rpb24tc2hlZXRcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2FsZXJ0XCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9hdmF0YXJcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2JhZGdlXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9iYXNlXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9icmVhZGNydW1ic1wiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvYnV0dG9uXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jYWxlbmRhclwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY2Fyb3VzZWxcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NoZWNrYm94XCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb2xsYXBzZVwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvZGF0YWxpc3RcIjtcclxuLy8gZXhwb3J0ICogZnJvbSBcIi4vbGliL2RhdGFwYWdlclwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvZGF0ZXBpY2tlclwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvZGVjb3JhdG9yc1wiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvZGlhbG9nXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9kcmF3ZXJcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2Ryb3Bkb3duXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9mb3JtXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9pbnB1dC1tYXNrXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9sYWJlbFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvbG9hZGluZ1wiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvbWVudVwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvbnVtYmVyLWJveFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvcGFnZVwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvcGFzc3dvcmQtYm94XCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9waWNrZXJcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL3BvcG92ZXJcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL3BvcHVwXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9wcm9ncmVzcy1iYXJcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL3JhZGlvXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9yYW5nZS1zbGlkZXJcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL3JhdGluZ1wiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvcmVzdWx0XCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9zZWxlY3Rib3hcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL3NlbGVjdGlvbi1saXN0XCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9zd2l0Y2hcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL3RhYnNcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL3RleHRhcmVhXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi90ZXh0Ym94XCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9zZWFyY2hib3hcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL3RpbWUtYm94XCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi90b2FzdFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvdG9vbHRpcFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvdHJlZXZpZXdcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL3ZhbGlkYXRpb25cIjsiXX0=
52
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2Fjb3JleC9jb21wb25lbnRzL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7R0FHRztBQUNILGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxhQUFhLENBQUM7QUFDNUIsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxhQUFhLENBQUM7QUFDNUIsY0FBYyxZQUFZLENBQUM7QUFDM0IsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixtQ0FBbUM7QUFDbkMsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxZQUFZLENBQUM7QUFDM0IsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLGFBQWEsQ0FBQztBQUM1QixjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLFlBQVksQ0FBQztBQUMzQixjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMsWUFBWSxDQUFDO0FBQzNCLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxhQUFhLENBQUM7QUFDNUIsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLGFBQWEsQ0FBQztBQUM1QixjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLFlBQVksQ0FBQztBQUMzQixjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLGFBQWEsQ0FBQztBQUM1QixjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsa0JBQWtCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcclxuICogUHVibGljIEFQSSByZWZyZW5jZXMgb2YgY29tcG9uZW50c1xyXG4gKiBAbW9kdWxlIEBhY29yZXgvY29tcG9uZW50c1xyXG4gKi9cclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2FjdGlvbi1zaGVldFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvYWxlcnRcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2F2YXRhclwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvYmFkZ2VcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2Jhc2VcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2JyZWFkY3J1bWJzXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9idXR0b25cIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NhbGVuZGFyXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jYXJvdXNlbFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY2hlY2tib3hcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbGxhcHNlXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb2xvci1waWNrZXJcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2RhdGFsaXN0XCI7XHJcbi8vIGV4cG9ydCAqIGZyb20gXCIuL2xpYi9kYXRhcGFnZXJcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2RhdGVwaWNrZXJcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2RlY29yYXRvcnNcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2RpYWxvZ1wiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvZHJhd2VyXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9kcm9wZG93blwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvZm9ybVwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvaW5wdXQtbWFza1wiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvbGFiZWxcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2xvYWRpbmdcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL21lbnVcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL251bWJlci1ib3hcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL3BhZ2VcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL3Bhc3N3b3JkLWJveFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvcGlja2VyXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9wb3BvdmVyXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9wb3B1cFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvcHJvZ3Jlc3MtYmFyXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9yYWRpb1wiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvcmFuZ2Utc2xpZGVyXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9yYXRpbmdcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL3Jlc3VsdFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvc2VsZWN0Ym94XCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9zZWxlY3Rpb24tbGlzdFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvc3dpdGNoXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi90YWJzXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi90ZXh0YXJlYVwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvdGV4dGJveFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvc2VhcmNoYm94XCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi90aW1lLWJveFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvdG9hc3RcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL3Rvb2x0aXBcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL3RyZWV2aWV3XCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi92YWxpZGF0aW9uXCI7Il19