@tetacom/ng-components 1.0.4 → 1.0.8

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 (177) hide show
  1. package/component/filter/filter-host/filter-host.component.d.ts +2 -3
  2. package/component/table/cell-host/cell-host.component.d.ts +2 -3
  3. package/component/table/head-cell-host/head-cell-host.component.d.ts +2 -3
  4. package/component/table/table/table.component.d.ts +2 -2
  5. package/directive/drag-sort/drag-sort-container.directive.d.ts +1 -2
  6. package/esm2020/common/service/click.service.mjs +3 -3
  7. package/esm2020/common/service/dynamic-component.service.mjs +3 -3
  8. package/esm2020/common/service/overlay-container.service.mjs +3 -3
  9. package/esm2020/component/accordion/accordion/accordion.component.mjs +3 -3
  10. package/esm2020/component/accordion/accordion-content.directive.mjs +3 -3
  11. package/esm2020/component/accordion/accordion-head/accordion-head.component.mjs +3 -3
  12. package/esm2020/component/accordion/accordion-item/accordion-item.component.mjs +3 -3
  13. package/esm2020/component/accordion/accordion.module.mjs +4 -4
  14. package/esm2020/component/button/button/button.component.mjs +3 -3
  15. package/esm2020/component/button/button.module.mjs +4 -4
  16. package/esm2020/component/chart/chart/chart.component.mjs +3 -3
  17. package/esm2020/component/chart/chart.module.mjs +4 -4
  18. package/esm2020/component/chart/core/chart.mjs +4 -4
  19. package/esm2020/component/chart-3d/chart-3d.module.mjs +4 -4
  20. package/esm2020/component/chart-3d/chart3d/chart3d.component.mjs +3 -3
  21. package/esm2020/component/checkbox/checkbox/checkbox.component.mjs +3 -3
  22. package/esm2020/component/checkbox/checkbox.module.mjs +4 -4
  23. package/esm2020/component/date-picker/date-picker/date-picker.component.mjs +3 -3
  24. package/esm2020/component/date-picker/date-picker.module.mjs +4 -4
  25. package/esm2020/component/date-picker/day-select/day-select.component.mjs +3 -3
  26. package/esm2020/component/date-picker/month-picker/month-picker.component.mjs +3 -3
  27. package/esm2020/component/date-picker/month-select/month-select.component.mjs +3 -3
  28. package/esm2020/component/date-picker/service/picker-locale.service.mjs +3 -3
  29. package/esm2020/component/date-picker/service/picker-touch.service.mjs +3 -3
  30. package/esm2020/component/date-picker/time-part-control/time-part-control.component.mjs +3 -3
  31. package/esm2020/component/date-picker/year-select/year-select.component.mjs +3 -3
  32. package/esm2020/component/delimiter/delimiter/delimiter.component.mjs +3 -3
  33. package/esm2020/component/delimiter/delimiter.module.mjs +4 -4
  34. package/esm2020/component/dropdown/dropdown/dropdown.component.mjs +3 -3
  35. package/esm2020/component/dropdown/dropdown-base.mjs +8 -8
  36. package/esm2020/component/dropdown/dropdown-content.directive.mjs +3 -3
  37. package/esm2020/component/dropdown/dropdown-head.directive.mjs +3 -3
  38. package/esm2020/component/dropdown/dropdown.directive.mjs +3 -3
  39. package/esm2020/component/dropdown/dropdown.module.mjs +4 -4
  40. package/esm2020/component/dynamic-component/dynamic-component.module.mjs +4 -4
  41. package/esm2020/component/dynamic-component/popup-content/popup-content.component.mjs +3 -3
  42. package/esm2020/component/expand-panel/expand-panel/expand-panel.component.mjs +3 -3
  43. package/esm2020/component/expand-panel/expand-panel-content.directive.mjs +3 -3
  44. package/esm2020/component/expand-panel/expand-panel-head.directive.mjs +3 -3
  45. package/esm2020/component/expand-panel/expand-panel.module.mjs +4 -4
  46. package/esm2020/component/file-upload/file-item/file-item.component.mjs +3 -3
  47. package/esm2020/component/file-upload/file-upload-area/file-upload-area.component.mjs +3 -3
  48. package/esm2020/component/file-upload/file-upload.module.mjs +4 -4
  49. package/esm2020/component/filter/boolean-filter/boolean-filter.component.mjs +3 -3
  50. package/esm2020/component/filter/date-filter/date-filter.component.mjs +3 -3
  51. package/esm2020/component/filter/filter-host/filter-host.component.mjs +7 -9
  52. package/esm2020/component/filter/filter-panel/filter-panel.component.mjs +3 -3
  53. package/esm2020/component/filter/filter.module.mjs +4 -4
  54. package/esm2020/component/filter/list-filter/list-filter.component.mjs +3 -3
  55. package/esm2020/component/filter/numeric-filter/numeric-filter.component.mjs +3 -3
  56. package/esm2020/component/filter/string-filter/string-filter.component.mjs +3 -3
  57. package/esm2020/component/icon/icon/icon.component.mjs +3 -3
  58. package/esm2020/component/icon/icon-sprite.directive.mjs +3 -3
  59. package/esm2020/component/icon/icon.module.mjs +4 -4
  60. package/esm2020/component/icon/icon.service.mjs +3 -3
  61. package/esm2020/component/input/form-group-title/form-group-title.component.mjs +3 -3
  62. package/esm2020/component/input/input/input.component.mjs +3 -3
  63. package/esm2020/component/input/input.module.mjs +4 -4
  64. package/esm2020/component/input/text-field/text-field.component.mjs +3 -3
  65. package/esm2020/component/message/message/message.component.mjs +3 -3
  66. package/esm2020/component/message/message-host/message-host.component.mjs +3 -3
  67. package/esm2020/component/message/message.module.mjs +4 -4
  68. package/esm2020/component/message/message.service.mjs +3 -3
  69. package/esm2020/component/modal/dialog/dialog.component.mjs +3 -3
  70. package/esm2020/component/modal/dialog.service.mjs +3 -3
  71. package/esm2020/component/modal/modal-container/modal-container.component.mjs +3 -3
  72. package/esm2020/component/modal/modal.module.mjs +4 -4
  73. package/esm2020/component/modal/modal.service.mjs +3 -3
  74. package/esm2020/component/pager/pager/pager.component.mjs +3 -3
  75. package/esm2020/component/pager/pager.module.mjs +4 -4
  76. package/esm2020/component/panel/panel/panel.component.mjs +3 -3
  77. package/esm2020/component/panel/panel.module.mjs +4 -4
  78. package/esm2020/component/progress-bar/progress-bar/progress-bar.component.mjs +3 -3
  79. package/esm2020/component/progress-bar/progress-bar.module.mjs +4 -4
  80. package/esm2020/component/property-grid/default/date-item-default/date-item-default.component.mjs +3 -3
  81. package/esm2020/component/property-grid/default/list-item-default/list-item-default.component.mjs +3 -3
  82. package/esm2020/component/property-grid/default/numeric-item-default/numeric-item-default.component.mjs +3 -3
  83. package/esm2020/component/property-grid/default/string-item-default/string-item-default.component.mjs +3 -3
  84. package/esm2020/component/property-grid/property-grid/property-grid-group/property-grid-group.component.mjs +3 -3
  85. package/esm2020/component/property-grid/property-grid/property-grid-item/property-grid-item.component.mjs +3 -3
  86. package/esm2020/component/property-grid/property-grid/property-grid.component.mjs +3 -3
  87. package/esm2020/component/property-grid/property-grid.module.mjs +4 -4
  88. package/esm2020/component/radio/radio/radio.component.mjs +3 -3
  89. package/esm2020/component/radio/radio-button/radio-button.component.mjs +3 -3
  90. package/esm2020/component/radio/radio.module.mjs +4 -4
  91. package/esm2020/component/resize-panel/resize-panel/resize-panel.component.mjs +3 -3
  92. package/esm2020/component/resize-panel/resize-panel.module.mjs +4 -4
  93. package/esm2020/component/select/select/select.component.mjs +3 -3
  94. package/esm2020/component/select/select-option.directive.mjs +3 -3
  95. package/esm2020/component/select/select-value.directive.mjs +3 -3
  96. package/esm2020/component/select/select.module.mjs +4 -4
  97. package/esm2020/component/sidebar/sidebar/sidebar.component.mjs +3 -3
  98. package/esm2020/component/sidebar/sidebar.module.mjs +4 -4
  99. package/esm2020/component/switch/switch/switch.component.mjs +3 -3
  100. package/esm2020/component/switch/switch-button/switch-button.component.mjs +3 -3
  101. package/esm2020/component/switch/switch.module.mjs +4 -4
  102. package/esm2020/component/switch/switch.service.mjs +3 -3
  103. package/esm2020/component/table/base/cell-component-base.mjs +4 -4
  104. package/esm2020/component/table/base/head-cell-component-base.mjs +3 -3
  105. package/esm2020/component/table/cell/cell.component.mjs +3 -3
  106. package/esm2020/component/table/cell-host/cell-host.component.mjs +7 -9
  107. package/esm2020/component/table/default/boolean-cell/boolean-cell.component.mjs +3 -3
  108. package/esm2020/component/table/default/date-cell/date-cell.component.mjs +6 -6
  109. package/esm2020/component/table/default/date-time-cell/date-time-cell.component.mjs +3 -3
  110. package/esm2020/component/table/default/default-head-cell/default-head-cell.component.mjs +3 -3
  111. package/esm2020/component/table/default/group-row/group-row.component.mjs +3 -3
  112. package/esm2020/component/table/default/list-cell/list-cell.component.mjs +3 -3
  113. package/esm2020/component/table/default/numeric-cell/numeric-cell.component.mjs +3 -3
  114. package/esm2020/component/table/default/string-cell/string-cell.component.mjs +3 -3
  115. package/esm2020/component/table/head-cell/head-cell.component.mjs +3 -3
  116. package/esm2020/component/table/head-cell-dropdown/head-cell-dropdown.component.mjs +3 -3
  117. package/esm2020/component/table/head-cell-host/head-cell-host.component.mjs +7 -9
  118. package/esm2020/component/table/selection-cell/selection-cell.component.mjs +3 -3
  119. package/esm2020/component/table/selection-head-cell/selection-head-cell.component.mjs +3 -3
  120. package/esm2020/component/table/service/table.service.mjs +3 -3
  121. package/esm2020/component/table/table/table.component.mjs +15 -23
  122. package/esm2020/component/table/table-body/table-body.component.mjs +3 -3
  123. package/esm2020/component/table/table-head/table-head.component.mjs +3 -3
  124. package/esm2020/component/table/table-head-group/table-head-group.component.mjs +3 -3
  125. package/esm2020/component/table/table.module.mjs +4 -4
  126. package/esm2020/component/tabs/tab/tab.component.mjs +3 -3
  127. package/esm2020/component/tabs/tab-content.directive.mjs +3 -3
  128. package/esm2020/component/tabs/tab-title.directive.mjs +3 -3
  129. package/esm2020/component/tabs/tabs/tabs.component.mjs +3 -3
  130. package/esm2020/component/tabs/tabs.module.mjs +4 -4
  131. package/esm2020/component/theme-switch/theme-switch/theme-switch.component.mjs +3 -3
  132. package/esm2020/component/theme-switch/theme-switch.module.mjs +4 -4
  133. package/esm2020/component/theme-switch/theme-switch.service.mjs +3 -3
  134. package/esm2020/component/toggle/toggle/toggle.component.mjs +3 -3
  135. package/esm2020/component/toggle/toggle.module.mjs +4 -4
  136. package/esm2020/component/toolbar/toolbar/toolbar.component.mjs +3 -3
  137. package/esm2020/component/toolbar/toolbar.module.mjs +4 -4
  138. package/esm2020/component/tree/tree/tree.component.mjs +3 -3
  139. package/esm2020/component/tree/tree-item/tree-item.component.mjs +3 -3
  140. package/esm2020/component/tree/tree-item-toggle/tree-item-toggle.component.mjs +3 -3
  141. package/esm2020/component/tree/tree.module.mjs +4 -4
  142. package/esm2020/component/tree/tree.service.mjs +3 -3
  143. package/esm2020/directive/click-outside/click-outside.directive.mjs +3 -3
  144. package/esm2020/directive/click-outside/click-outside.module.mjs +4 -4
  145. package/esm2020/directive/context-menu/context-menu.directive.mjs +3 -3
  146. package/esm2020/directive/context-menu/context-menu.module.mjs +4 -4
  147. package/esm2020/directive/disable-control/disable-control.directive.mjs +3 -3
  148. package/esm2020/directive/disable-control/disable-control.module.mjs +4 -4
  149. package/esm2020/directive/drag-sort/drag-sort-container.directive.mjs +10 -9
  150. package/esm2020/directive/drag-sort/drag-sort-item.directive.mjs +3 -3
  151. package/esm2020/directive/drag-sort/drag-sort.module.mjs +4 -4
  152. package/esm2020/directive/dynamic-content-base.directive.mjs +3 -3
  153. package/esm2020/directive/highlight/highlight.directive.mjs +3 -3
  154. package/esm2020/directive/highlight/highlight.module.mjs +4 -4
  155. package/esm2020/directive/hint/hint.directive.mjs +3 -3
  156. package/esm2020/directive/hint/hint.module.mjs +4 -4
  157. package/esm2020/directive/loader/loader.directive.mjs +3 -3
  158. package/esm2020/directive/loader/loader.module.mjs +4 -4
  159. package/esm2020/directive/no-autofill/no-autofill.directive.mjs +3 -3
  160. package/esm2020/directive/no-autofill/no-autofill.module.mjs +4 -4
  161. package/esm2020/directive/only-number/only-number.directive.mjs +9 -6
  162. package/esm2020/directive/only-number/only-number.module.mjs +4 -4
  163. package/esm2020/directive/resize-drag/resize-drag.directive.mjs +3 -3
  164. package/esm2020/directive/resize-drag/resize-drag.module.mjs +4 -4
  165. package/esm2020/directive/teta-template/teta-template.directive.mjs +3 -3
  166. package/esm2020/directive/teta-template/teta-template.module.mjs +4 -4
  167. package/esm2020/directive/tooltip/tooltip.directive.mjs +3 -3
  168. package/esm2020/directive/tooltip/tooltip.module.mjs +4 -4
  169. package/esm2020/pipe/number-pipe/number-pipe.module.mjs +4 -4
  170. package/esm2020/pipe/number-pipe/number.pipe.mjs +3 -3
  171. package/esm2020/pipe/prepend-zero/prepend-zero.module.mjs +4 -4
  172. package/esm2020/pipe/prepend-zero/prepend-zero.pipe.mjs +3 -3
  173. package/fesm2015/tetacom-ng-components.mjs +634 -645
  174. package/fesm2015/tetacom-ng-components.mjs.map +1 -1
  175. package/fesm2020/tetacom-ng-components.mjs +632 -645
  176. package/fesm2020/tetacom-ng-components.mjs.map +1 -1
  177. package/package.json +1 -1
@@ -23,9 +23,9 @@ export class ThemeSwitchService {
23
23
  return true;
24
24
  }
25
25
  }
26
- ThemeSwitchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ThemeSwitchService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
27
- ThemeSwitchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ThemeSwitchService, providedIn: 'root' });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ThemeSwitchService, decorators: [{
26
+ ThemeSwitchService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ThemeSwitchService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
27
+ ThemeSwitchService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ThemeSwitchService, providedIn: 'root' });
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ThemeSwitchService, decorators: [{
29
29
  type: Injectable,
30
30
  args: [{
31
31
  providedIn: 'root',
@@ -52,9 +52,9 @@ export class ToggleComponent {
52
52
  this.cdr.markForCheck();
53
53
  }
54
54
  }
55
- ToggleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ToggleComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
56
- ToggleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: ToggleComponent, selector: "teta-toggle", inputs: { palette: "palette", noLabel: "noLabel", disabled: "disabled" }, host: { listeners: { "click": "changeValue()" }, properties: { "attr.tabindex": "this.tabindex", "class.toggle": "this.toggleClass", "class.toggle_disabled": "this.disabled" } }, providers: [TOGGLE_CONTROL_VALUE_ACCESSOR], ngImport: i0, template: "<span class=\"font-body-3 row_auto\" *ngIf=\"!noLabel\">\n <ng-content></ng-content>\n</span>\n<div class=\"toggle-button\" [class.toggle-button-on]=\"model\" [ngClass]=\"paletteClass\">\n <div class=\"toggle-button-circle\"></div>\n</div>\n", styles: [""], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
57
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ToggleComponent, decorators: [{
55
+ ToggleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ToggleComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
56
+ ToggleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: ToggleComponent, selector: "teta-toggle", inputs: { palette: "palette", noLabel: "noLabel", disabled: "disabled" }, host: { listeners: { "click": "changeValue()" }, properties: { "attr.tabindex": "this.tabindex", "class.toggle": "this.toggleClass", "class.toggle_disabled": "this.disabled" } }, providers: [TOGGLE_CONTROL_VALUE_ACCESSOR], ngImport: i0, template: "<span class=\"font-body-3 row_auto\" *ngIf=\"!noLabel\">\n <ng-content></ng-content>\n</span>\n<div class=\"toggle-button\" [class.toggle-button-on]=\"model\" [ngClass]=\"paletteClass\">\n <div class=\"toggle-button-circle\"></div>\n</div>\n", styles: [""], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ToggleComponent, decorators: [{
58
58
  type: Component,
59
59
  args: [{ selector: 'teta-toggle', providers: [TOGGLE_CONTROL_VALUE_ACCESSOR], changeDetection: ChangeDetectionStrategy.OnPush, template: "<span class=\"font-body-3 row_auto\" *ngIf=\"!noLabel\">\n <ng-content></ng-content>\n</span>\n<div class=\"toggle-button\" [class.toggle-button-on]=\"model\" [ngClass]=\"paletteClass\">\n <div class=\"toggle-button-circle\"></div>\n</div>\n", styles: [""] }]
60
60
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { tabindex: [{
@@ -5,10 +5,10 @@ import { IconModule } from '../icon/icon.module';
5
5
  import * as i0 from "@angular/core";
6
6
  export class ToggleModule {
7
7
  }
8
- ToggleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- ToggleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ToggleModule, declarations: [ToggleComponent], imports: [CommonModule, IconModule], exports: [ToggleComponent] });
10
- ToggleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ToggleModule, imports: [[CommonModule, IconModule]] });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ToggleModule, decorators: [{
8
+ ToggleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ ToggleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ToggleModule, declarations: [ToggleComponent], imports: [CommonModule, IconModule], exports: [ToggleComponent] });
10
+ ToggleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ToggleModule, imports: [[CommonModule, IconModule]] });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ToggleModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  declarations: [ToggleComponent],
@@ -10,9 +10,9 @@ export class ToolbarComponent {
10
10
  }
11
11
  ngOnInit() { }
12
12
  }
13
- ToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ToolbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
14
- ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: ToolbarComponent, selector: "teta-toolbar", inputs: { palette: "palette", class: "class" }, host: { properties: { "class": "this.getClass" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ToolbarComponent, decorators: [{
13
+ ToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ToolbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
14
+ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: ToolbarComponent, selector: "teta-toolbar", inputs: { palette: "palette", class: "class" }, host: { properties: { "class": "this.getClass" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ToolbarComponent, decorators: [{
16
16
  type: Component,
17
17
  args: [{ selector: 'teta-toolbar', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n", styles: [""] }]
18
18
  }], propDecorators: { palette: [{
@@ -4,12 +4,12 @@ import { ToolbarComponent } from './toolbar/toolbar.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class ToolbarModule {
6
6
  }
7
- ToolbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ToolbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- ToolbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ToolbarModule, declarations: [ToolbarComponent], imports: [CommonModule], exports: [ToolbarComponent] });
9
- ToolbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ToolbarModule, imports: [[
7
+ ToolbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ToolbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ ToolbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ToolbarModule, declarations: [ToolbarComponent], imports: [CommonModule], exports: [ToolbarComponent] });
9
+ ToolbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ToolbarModule, imports: [[
10
10
  CommonModule
11
11
  ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ToolbarModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ToolbarModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [ToolbarComponent],
@@ -45,9 +45,9 @@ export class TreeComponent {
45
45
  this._alive = false;
46
46
  }
47
47
  }
48
- TreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: TreeComponent, deps: [{ token: i1.TreeService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
49
- TreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: TreeComponent, selector: "teta-tree", inputs: { data: "data", class: "class", padding: "padding", childNodeName: "childNodeName", openItems: "openItems", compareItems: "compareItems" }, outputs: { service: "service", openItemsChange: "openItemsChange" }, host: { properties: { "class": "this.getClass" } }, providers: [TreeService], queries: [{ propertyName: "template", first: true, predicate: TetaTemplateDirective, descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<ng-container *ngFor=\"let item of data\">\n <teta-tree-item [item]=\"item\"\n [depth]=\"0\"\n [padding]=\"padding\"\n [childNodeName]=\"childNodeName\"\n [noChildMode]=\"noChildMode\"\n [template]=\"template?.template\"></teta-tree-item>\n</ng-container>\n", styles: [""], components: [{ type: i2.TreeItemComponent, selector: "teta-tree-item", inputs: ["item", "depth", "padding", "childNodeName", "template", "noChildMode"] }], directives: [{ type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: TreeComponent, decorators: [{
48
+ TreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TreeComponent, deps: [{ token: i1.TreeService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
49
+ TreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: TreeComponent, selector: "teta-tree", inputs: { data: "data", class: "class", padding: "padding", childNodeName: "childNodeName", openItems: "openItems", compareItems: "compareItems" }, outputs: { service: "service", openItemsChange: "openItemsChange" }, host: { properties: { "class": "this.getClass" } }, providers: [TreeService], queries: [{ propertyName: "template", first: true, predicate: TetaTemplateDirective, descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<ng-container *ngFor=\"let item of data\">\n <teta-tree-item [item]=\"item\"\n [depth]=\"0\"\n [padding]=\"padding\"\n [childNodeName]=\"childNodeName\"\n [noChildMode]=\"noChildMode\"\n [template]=\"template?.template\"></teta-tree-item>\n</ng-container>\n", styles: [""], components: [{ type: i2.TreeItemComponent, selector: "teta-tree-item", inputs: ["item", "depth", "padding", "childNodeName", "template", "noChildMode"] }], directives: [{ type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TreeComponent, decorators: [{
51
51
  type: Component,
52
52
  args: [{ selector: 'teta-tree', providers: [TreeService], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *ngFor=\"let item of data\">\n <teta-tree-item [item]=\"item\"\n [depth]=\"0\"\n [padding]=\"padding\"\n [childNodeName]=\"childNodeName\"\n [noChildMode]=\"noChildMode\"\n [template]=\"template?.template\"></teta-tree-item>\n</ng-container>\n", styles: [""] }]
53
53
  }], ctorParameters: function () { return [{ type: i1.TreeService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { data: [{
@@ -40,8 +40,8 @@ export class TreeItemComponent {
40
40
  this._alive = false;
41
41
  }
42
42
  }
43
- TreeItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: TreeItemComponent, deps: [{ token: i1.TreeService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
44
- TreeItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: TreeItemComponent, selector: "teta-tree-item", inputs: { item: "item", depth: "depth", padding: "padding", childNodeName: "childNodeName", template: "template", noChildMode: "noChildMode" }, host: { properties: { "class.tree__item-container": "this.treeItemClass" } }, usesOnChanges: true, ngImport: i0, template: "<div class=\"tree__item_content\" [ngClass]=\"'tree__item_content-' + computedDepth\" (click)=\"openItem()\">\n <ng-container\n *ngTemplateOutlet=\"template; context: {$implicit: item, item: item, open: itemIsOpen, service: service, depth: depth}\"></ng-container>\n</div>\n<div [@children] class=\"tree__children\" *ngIf=\"itemIsOpen && item[childNodeName]?.length > 0\">\n <teta-tree-item *ngFor=\"let child of item[childNodeName];\"\n [item]=\"child\"\n [template]=\"template\"\n [padding]=\"padding\"\n [childNodeName]=\"childNodeName\"\n [depth]=\"depth + 1\"></teta-tree-item>\n</div>\n", styles: [""], components: [{ type: TreeItemComponent, selector: "teta-tree-item", inputs: ["item", "depth", "padding", "childNodeName", "template", "noChildMode"] }], directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], animations: [
43
+ TreeItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TreeItemComponent, deps: [{ token: i1.TreeService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
44
+ TreeItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: TreeItemComponent, selector: "teta-tree-item", inputs: { item: "item", depth: "depth", padding: "padding", childNodeName: "childNodeName", template: "template", noChildMode: "noChildMode" }, host: { properties: { "class.tree__item-container": "this.treeItemClass" } }, usesOnChanges: true, ngImport: i0, template: "<div class=\"tree__item_content\" [ngClass]=\"'tree__item_content-' + computedDepth\" (click)=\"openItem()\">\n <ng-container\n *ngTemplateOutlet=\"template; context: {$implicit: item, item: item, open: itemIsOpen, service: service, depth: depth}\"></ng-container>\n</div>\n<div [@children] class=\"tree__children\" *ngIf=\"itemIsOpen && item[childNodeName]?.length > 0\">\n <teta-tree-item *ngFor=\"let child of item[childNodeName];\"\n [item]=\"child\"\n [template]=\"template\"\n [padding]=\"padding\"\n [childNodeName]=\"childNodeName\"\n [depth]=\"depth + 1\"></teta-tree-item>\n</div>\n", styles: [""], components: [{ type: TreeItemComponent, selector: "teta-tree-item", inputs: ["item", "depth", "padding", "childNodeName", "template", "noChildMode"] }], directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], animations: [
45
45
  trigger('children', [
46
46
  transition('void => *', [
47
47
  style({ opacity: '0' }),
@@ -50,7 +50,7 @@ TreeItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
50
50
  transition('* => void', [animate(200, style({ opacity: '0' }))]),
51
51
  ]),
52
52
  ], changeDetection: i0.ChangeDetectionStrategy.OnPush });
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: TreeItemComponent, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TreeItemComponent, decorators: [{
54
54
  type: Component,
55
55
  args: [{ selector: 'teta-tree-item', changeDetection: ChangeDetectionStrategy.OnPush, animations: [
56
56
  trigger('children', [
@@ -17,9 +17,9 @@ export class TreeItemToggleComponent {
17
17
  }));
18
18
  }
19
19
  }
20
- TreeItemToggleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: TreeItemToggleComponent, deps: [{ token: i1.TreeService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
21
- TreeItemToggleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: TreeItemToggleComponent, selector: "teta-tree-item-toggle", inputs: { item: "item" }, ngImport: i0, template: "<teta-icon [name]=\"(open | async) ? 'arrowDownKey' : 'arrowRightKey'\"\n class=\"tree__icon\"></teta-icon>\n", styles: [":host{display:inline-flex;align-items:center}\n"], components: [{ type: i2.IconComponent, selector: "teta-icon", inputs: ["name", "size", "palette", "class"] }], pipes: { "async": i3.AsyncPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: TreeItemToggleComponent, decorators: [{
20
+ TreeItemToggleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TreeItemToggleComponent, deps: [{ token: i1.TreeService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
21
+ TreeItemToggleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: TreeItemToggleComponent, selector: "teta-tree-item-toggle", inputs: { item: "item" }, ngImport: i0, template: "<teta-icon [name]=\"(open | async) ? 'arrowDownKey' : 'arrowRightKey'\"\n class=\"tree__icon\"></teta-icon>\n", styles: [":host{display:inline-flex;align-items:center}\n"], components: [{ type: i2.IconComponent, selector: "teta-icon", inputs: ["name", "size", "palette", "class"] }], pipes: { "async": i3.AsyncPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TreeItemToggleComponent, decorators: [{
23
23
  type: Component,
24
24
  args: [{ selector: 'teta-tree-item-toggle', changeDetection: ChangeDetectionStrategy.OnPush, template: "<teta-icon [name]=\"(open | async) ? 'arrowDownKey' : 'arrowRightKey'\"\n class=\"tree__icon\"></teta-icon>\n", styles: [":host{display:inline-flex;align-items:center}\n"] }]
25
25
  }], ctorParameters: function () { return [{ type: i1.TreeService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { item: [{
@@ -8,10 +8,10 @@ import { TreeItemToggleComponent } from './tree-item-toggle/tree-item-toggle.com
8
8
  import * as i0 from "@angular/core";
9
9
  export class TreeModule {
10
10
  }
11
- TreeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: TreeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
- TreeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: TreeModule, declarations: [TreeComponent, TreeItemComponent, TreeItemToggleComponent], imports: [CommonModule, IconModule, TetaTemplateModule], exports: [TreeComponent, TetaTemplateModule, TreeItemToggleComponent] });
13
- TreeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: TreeModule, imports: [[CommonModule, IconModule, TetaTemplateModule], TetaTemplateModule] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: TreeModule, decorators: [{
11
+ TreeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TreeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
+ TreeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TreeModule, declarations: [TreeComponent, TreeItemComponent, TreeItemToggleComponent], imports: [CommonModule, IconModule, TetaTemplateModule], exports: [TreeComponent, TetaTemplateModule, TreeItemToggleComponent] });
13
+ TreeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TreeModule, imports: [[CommonModule, IconModule, TetaTemplateModule], TetaTemplateModule] });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TreeModule, decorators: [{
15
15
  type: NgModule,
16
16
  args: [{
17
17
  declarations: [TreeComponent, TreeItemComponent, TreeItemToggleComponent],
@@ -24,9 +24,9 @@ export class TreeService {
24
24
  }
25
25
  }
26
26
  }
27
- TreeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: TreeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
28
- TreeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: TreeService, providedIn: 'root' });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: TreeService, decorators: [{
27
+ TreeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TreeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
28
+ TreeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TreeService, providedIn: 'root' });
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TreeService, decorators: [{
30
30
  type: Injectable,
31
31
  args: [{
32
32
  providedIn: 'root',
@@ -43,9 +43,9 @@ export class ClickOutsideDirective {
43
43
  window.removeEventListener('contextmenu', this.listener);
44
44
  }
45
45
  }
46
- ClickOutsideDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ClickOutsideDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
47
- ClickOutsideDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0", type: ClickOutsideDirective, selector: "[tetaClickOutside]", inputs: { rightClick: "rightClick", tetaClickOutside: "tetaClickOutside" }, outputs: { clickOutside: "clickOutside" }, ngImport: i0 });
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ClickOutsideDirective, decorators: [{
46
+ ClickOutsideDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ClickOutsideDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
47
+ ClickOutsideDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: ClickOutsideDirective, selector: "[tetaClickOutside]", inputs: { rightClick: "rightClick", tetaClickOutside: "tetaClickOutside" }, outputs: { clickOutside: "clickOutside" }, ngImport: i0 });
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ClickOutsideDirective, decorators: [{
49
49
  type: Directive,
50
50
  args: [{
51
51
  selector: '[tetaClickOutside]',
@@ -4,12 +4,12 @@ import { ClickOutsideDirective } from './click-outside.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export class ClickOutsideModule {
6
6
  }
7
- ClickOutsideModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ClickOutsideModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- ClickOutsideModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ClickOutsideModule, declarations: [ClickOutsideDirective], imports: [CommonModule], exports: [ClickOutsideDirective] });
9
- ClickOutsideModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ClickOutsideModule, imports: [[
7
+ ClickOutsideModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ClickOutsideModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ ClickOutsideModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ClickOutsideModule, declarations: [ClickOutsideDirective], imports: [CommonModule], exports: [ClickOutsideDirective] });
9
+ ClickOutsideModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ClickOutsideModule, imports: [[
10
10
  CommonModule
11
11
  ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ClickOutsideModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ClickOutsideModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [ClickOutsideDirective],
@@ -72,9 +72,9 @@ export class ContextMenuDirective extends DynamicContentBaseDirective {
72
72
  this.openChange.emit(true);
73
73
  }
74
74
  }
75
- ContextMenuDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ContextMenuDirective, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }, { token: i1.DynamicComponentService }, { token: i0.Injector }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i2.ClickService }], target: i0.ɵɵFactoryTarget.Directive });
76
- ContextMenuDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0", type: ContextMenuDirective, selector: "[tetaContextMenu]", inputs: { tetaContextMenu: "tetaContextMenu" }, host: { listeners: { "contextmenu": "showContent($event)", "click": "click($event)" } }, usesInheritance: true, ngImport: i0 });
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ContextMenuDirective, decorators: [{
75
+ ContextMenuDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ContextMenuDirective, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }, { token: i1.DynamicComponentService }, { token: i0.Injector }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i2.ClickService }], target: i0.ɵɵFactoryTarget.Directive });
76
+ ContextMenuDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: ContextMenuDirective, selector: "[tetaContextMenu]", inputs: { tetaContextMenu: "tetaContextMenu" }, host: { listeners: { "contextmenu": "showContent($event)", "click": "click($event)" } }, usesInheritance: true, ngImport: i0 });
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ContextMenuDirective, decorators: [{
78
78
  type: Directive,
79
79
  args: [{
80
80
  selector: '[tetaContextMenu]',
@@ -5,14 +5,14 @@ import { DynamicComponentModule } from '../../component/dynamic-component/dynami
5
5
  import * as i0 from "@angular/core";
6
6
  export class ContextMenuModule {
7
7
  }
8
- ContextMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ContextMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- ContextMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ContextMenuModule, declarations: [ContextMenuDirective], imports: [CommonModule,
8
+ ContextMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ContextMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ ContextMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ContextMenuModule, declarations: [ContextMenuDirective], imports: [CommonModule,
10
10
  DynamicComponentModule], exports: [ContextMenuDirective] });
11
- ContextMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ContextMenuModule, imports: [[
11
+ ContextMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ContextMenuModule, imports: [[
12
12
  CommonModule,
13
13
  DynamicComponentModule
14
14
  ]] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ContextMenuModule, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ContextMenuModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  declarations: [ContextMenuDirective],
@@ -16,9 +16,9 @@ export class DisableControlDirective {
16
16
  }
17
17
  }
18
18
  }
19
- DisableControlDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DisableControlDirective, deps: [{ token: i1.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
20
- DisableControlDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0", type: DisableControlDirective, selector: "[tetaDisableControl]", inputs: { tetaDisableControl: "tetaDisableControl" }, ngImport: i0 });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DisableControlDirective, decorators: [{
19
+ DisableControlDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DisableControlDirective, deps: [{ token: i1.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
20
+ DisableControlDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: DisableControlDirective, selector: "[tetaDisableControl]", inputs: { tetaDisableControl: "tetaDisableControl" }, ngImport: i0 });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DisableControlDirective, decorators: [{
22
22
  type: Directive,
23
23
  args: [{
24
24
  selector: '[tetaDisableControl]'
@@ -4,12 +4,12 @@ import { DisableControlDirective } from './disable-control.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export class DisableControlModule {
6
6
  }
7
- DisableControlModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DisableControlModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- DisableControlModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DisableControlModule, declarations: [DisableControlDirective], imports: [CommonModule], exports: [DisableControlDirective] });
9
- DisableControlModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DisableControlModule, imports: [[
7
+ DisableControlModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DisableControlModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ DisableControlModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DisableControlModule, declarations: [DisableControlDirective], imports: [CommonModule], exports: [DisableControlDirective] });
9
+ DisableControlModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DisableControlModule, imports: [[
10
10
  CommonModule
11
11
  ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DisableControlModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DisableControlModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [DisableControlDirective],
@@ -1,6 +1,10 @@
1
- import { ContentChildren, Directive, EventEmitter, HostListener, Input, Output, } from '@angular/core';
2
- import { DragSortItemDirective } from './drag-sort-item.directive';
1
+ import {
2
+ // ContentChildren,
3
+ Directive, EventEmitter, HostListener, Input, Output,
4
+ // QueryList,
5
+ } from '@angular/core';
3
6
  import * as i0 from "@angular/core";
7
+ // import {DragSortItemDirective} from './drag-sort-item.directive';
4
8
  export class DragSortContainerDirective {
5
9
  constructor() {
6
10
  this.dragSorted = new EventEmitter();
@@ -42,9 +46,9 @@ export class DragSortContainerDirective {
42
46
  });
43
47
  }
44
48
  }
45
- DragSortContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DragSortContainerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
46
- DragSortContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0", type: DragSortContainerDirective, selector: "[tetaDragSortContainer]", inputs: { dragSortList: "dragSortList" }, outputs: { dragSorted: "dragSorted" }, host: { listeners: { "drop": "drop($event)" } }, queries: [{ propertyName: "items", predicate: DragSortItemDirective, descendants: true }], ngImport: i0 });
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DragSortContainerDirective, decorators: [{
49
+ DragSortContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DragSortContainerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
50
+ DragSortContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: DragSortContainerDirective, selector: "[tetaDragSortContainer]", inputs: { dragSortList: "dragSortList" }, outputs: { dragSorted: "dragSorted" }, host: { listeners: { "drop": "drop($event)" } }, ngImport: i0 });
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DragSortContainerDirective, decorators: [{
48
52
  type: Directive,
49
53
  args: [{
50
54
  selector: '[tetaDragSortContainer]',
@@ -53,11 +57,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImpor
53
57
  type: Input
54
58
  }], dragSorted: [{
55
59
  type: Output
56
- }], items: [{
57
- type: ContentChildren,
58
- args: [DragSortItemDirective, { descendants: true }]
59
60
  }], drop: [{
60
61
  type: HostListener,
61
62
  args: ['drop', ['$event']]
62
63
  }] } });
63
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhZy1zb3J0LWNvbnRhaW5lci5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL3NyYy9kaXJlY3RpdmUvZHJhZy1zb3J0L2RyYWctc29ydC1jb250YWluZXIuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxlQUFlLEVBQ2YsU0FBUyxFQUNULFlBQVksRUFDWixZQUFZLEVBQ1osS0FBSyxFQUNMLE1BQU0sR0FFUCxNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUMscUJBQXFCLEVBQUMsTUFBTSw0QkFBNEIsQ0FBQzs7QUFLakUsTUFBTSxPQUFPLDBCQUEwQjtJQVFyQztRQU5VLGVBQVUsR0FBbUMsSUFBSSxZQUFZLEVBQW9CLENBQUM7SUFPNUYsQ0FBQztJQUVpQyxJQUFJLENBQUMsS0FBZ0I7UUFDckQsS0FBSyxDQUFDLGVBQWUsRUFBRSxDQUFDO1FBQ3hCLEtBQUssQ0FBQyxjQUFjLEVBQUUsQ0FBQztJQUN6QixDQUFDO0lBRUQsV0FBVyxDQUFDLElBQU87UUFDakIsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUM7SUFDeEIsQ0FBQztJQUVELFdBQVc7UUFDVCxPQUFPLElBQUksQ0FBQyxTQUFTLENBQUM7SUFDeEIsQ0FBQztJQUVELE9BQU87UUFDTCxPQUFPLElBQUksQ0FBQyxZQUFZLENBQUM7SUFDM0IsQ0FBQztJQUVELE9BQU8sQ0FBQyxJQUFTO1FBQ2YsSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUM7SUFDM0IsQ0FBQztJQUVELGVBQWUsQ0FBQyxNQUFTLEVBQUUsTUFBUyxFQUFFLFlBQXFCO1FBQ3pELElBQUksTUFBTSxLQUFLLE1BQU0sRUFBRTtZQUNyQixPQUFPO1NBQ1I7UUFDRCxNQUFNLElBQUksR0FBRyxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUM7UUFDNUIsTUFBTSxXQUFXLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUN6QyxNQUFNLFdBQVcsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQ3pDLElBQ0UsQ0FBQyxZQUFZLElBQUksV0FBVyxHQUFHLENBQUMsS0FBSyxXQUFXLENBQUM7WUFDakQsQ0FBQyxDQUFDLFlBQVksSUFBSSxXQUFXLEtBQUssV0FBVyxHQUFHLENBQUMsQ0FBQyxFQUNsRDtZQUNBLE9BQU87U0FDUjtRQUNELE1BQU0sUUFBUSxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLEdBQUcsQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFFL0QsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUM7WUFDbkIsSUFBSTtZQUNKLE1BQU07WUFDTixNQUFNO1lBQ04sUUFBUTtZQUNSLGFBQWEsRUFBRSxXQUFXO1NBQzNCLENBQUMsQ0FBQztJQUNMLENBQUM7O3VIQXREVSwwQkFBMEI7MkdBQTFCLDBCQUEwQix1TkFJcEIscUJBQXFCOzJGQUozQiwwQkFBMEI7a0JBSHRDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHlCQUF5QjtpQkFDcEM7MEVBRVUsWUFBWTtzQkFBcEIsS0FBSztnQkFDSSxVQUFVO3NCQUFuQixNQUFNO2dCQUdDLEtBQUs7c0JBRFosZUFBZTt1QkFBQyxxQkFBcUIsRUFBRSxFQUFDLFdBQVcsRUFBRSxJQUFJLEVBQUM7Z0JBT3pCLElBQUk7c0JBQXJDLFlBQVk7dUJBQUMsTUFBTSxFQUFFLENBQUMsUUFBUSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ29udGVudENoaWxkcmVuLFxuICBEaXJlY3RpdmUsXG4gIEV2ZW50RW1pdHRlcixcbiAgSG9zdExpc3RlbmVyLFxuICBJbnB1dCxcbiAgT3V0cHV0LFxuICBRdWVyeUxpc3QsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtEcmFnU29ydEV2ZW50fSBmcm9tICcuL2RyYWctc29ydC1ldmVudCc7XG5pbXBvcnQge0RyYWdTb3J0SXRlbURpcmVjdGl2ZX0gZnJvbSAnLi9kcmFnLXNvcnQtaXRlbS5kaXJlY3RpdmUnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbdGV0YURyYWdTb3J0Q29udGFpbmVyXScsXG59KVxuZXhwb3J0IGNsYXNzIERyYWdTb3J0Q29udGFpbmVyRGlyZWN0aXZlPFQ+IHtcbiAgQElucHV0KCkgZHJhZ1NvcnRMaXN0OiBUW107XG4gIEBPdXRwdXQoKSBkcmFnU29ydGVkOiBFdmVudEVtaXR0ZXI8RHJhZ1NvcnRFdmVudDxUPj4gPSBuZXcgRXZlbnRFbWl0dGVyPERyYWdTb3J0RXZlbnQ8VD4+KCk7XG5cbiAgQENvbnRlbnRDaGlsZHJlbihEcmFnU29ydEl0ZW1EaXJlY3RpdmUsIHtkZXNjZW5kYW50czogdHJ1ZX0pXG4gIHByaXZhdGUgaXRlbXM6IFF1ZXJ5TGlzdDxEcmFnU29ydEl0ZW1EaXJlY3RpdmU8VD4+O1xuICBwcml2YXRlIF9kcmFnSXRlbTogVDtcblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgfVxuXG4gIEBIb3N0TGlzdGVuZXIoJ2Ryb3AnLCBbJyRldmVudCddKSBkcm9wKGV2ZW50OiBEcmFnRXZlbnQpOiB2b2lkIHtcbiAgICBldmVudC5zdG9wUHJvcGFnYXRpb24oKTtcbiAgICBldmVudC5wcmV2ZW50RGVmYXVsdCgpO1xuICB9XG5cbiAgc2V0RHJhZ0l0ZW0oaXRlbTogVCkge1xuICAgIHRoaXMuX2RyYWdJdGVtID0gaXRlbTtcbiAgfVxuXG4gIGdldERyYWdJdGVtKCk6IFQge1xuICAgIHJldHVybiB0aGlzLl9kcmFnSXRlbTtcbiAgfVxuXG4gIGdldExpc3QoKTogVFtdIHtcbiAgICByZXR1cm4gdGhpcy5kcmFnU29ydExpc3Q7XG4gIH1cblxuICBzZXRMaXN0KGxpc3Q6IFRbXSkge1xuICAgIHRoaXMuZHJhZ1NvcnRMaXN0ID0gbGlzdDtcbiAgfVxuXG4gIHVwZGF0ZVNvcnRPcmRlcihzb3VyY2U6IFQsIHRhcmdldDogVCwgaW5zZXJ0QmVmb3JlOiBib29sZWFuKSB7XG4gICAgaWYgKHNvdXJjZSA9PT0gdGFyZ2V0KSB7XG4gICAgICByZXR1cm47XG4gICAgfVxuICAgIGNvbnN0IGxpc3QgPSB0aGlzLmdldExpc3QoKTtcbiAgICBjb25zdCBzb3VyY2VJbmRleCA9IGxpc3QuaW5kZXhPZihzb3VyY2UpO1xuICAgIGNvbnN0IHRhcmdldEluZGV4ID0gbGlzdC5pbmRleE9mKHRhcmdldCk7XG4gICAgaWYgKFxuICAgICAgKGluc2VydEJlZm9yZSAmJiBzb3VyY2VJbmRleCArIDEgPT09IHRhcmdldEluZGV4KSB8fFxuICAgICAgKCFpbnNlcnRCZWZvcmUgJiYgc291cmNlSW5kZXggPT09IHRhcmdldEluZGV4ICsgMSlcbiAgICApIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG4gICAgY29uc3QgbmV3SW5kZXggPSBsaXN0LmluZGV4T2YodGFyZ2V0KSArIChpbnNlcnRCZWZvcmUgPyAwIDogMSk7XG5cbiAgICB0aGlzLmRyYWdTb3J0ZWQuZW1pdCh7XG4gICAgICBsaXN0LFxuICAgICAgc291cmNlLFxuICAgICAgdGFyZ2V0LFxuICAgICAgbmV3SW5kZXgsXG4gICAgICBwcmV2aW91c0luZGV4OiBzb3VyY2VJbmRleCxcbiAgICB9KTtcbiAgfVxufVxuIl19
64
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhZy1zb3J0LWNvbnRhaW5lci5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL3NyYy9kaXJlY3RpdmUvZHJhZy1zb3J0L2RyYWctc29ydC1jb250YWluZXIuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU87QUFDTCxtQkFBbUI7QUFDbkIsU0FBUyxFQUNULFlBQVksRUFDWixZQUFZLEVBQ1osS0FBSyxFQUNMLE1BQU07QUFDTixhQUFhO0VBQ2QsTUFBTSxlQUFlLENBQUM7O0FBRXZCLG9FQUFvRTtBQUtwRSxNQUFNLE9BQU8sMEJBQTBCO0lBUXJDO1FBTlUsZUFBVSxHQUFtQyxJQUFJLFlBQVksRUFBb0IsQ0FBQztJQU81RixDQUFDO0lBRWlDLElBQUksQ0FBQyxLQUFnQjtRQUNyRCxLQUFLLENBQUMsZUFBZSxFQUFFLENBQUM7UUFDeEIsS0FBSyxDQUFDLGNBQWMsRUFBRSxDQUFDO0lBQ3pCLENBQUM7SUFFRCxXQUFXLENBQUMsSUFBTztRQUNqQixJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQztJQUN4QixDQUFDO0lBRUQsV0FBVztRQUNULE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQztJQUN4QixDQUFDO0lBRUQsT0FBTztRQUNMLE9BQU8sSUFBSSxDQUFDLFlBQVksQ0FBQztJQUMzQixDQUFDO0lBRUQsT0FBTyxDQUFDLElBQVM7UUFDZixJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQztJQUMzQixDQUFDO0lBRUQsZUFBZSxDQUFDLE1BQVMsRUFBRSxNQUFTLEVBQUUsWUFBcUI7UUFDekQsSUFBSSxNQUFNLEtBQUssTUFBTSxFQUFFO1lBQ3JCLE9BQU87U0FDUjtRQUNELE1BQU0sSUFBSSxHQUFHLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQztRQUM1QixNQUFNLFdBQVcsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQ3pDLE1BQU0sV0FBVyxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLENBQUM7UUFDekMsSUFDRSxDQUFDLFlBQVksSUFBSSxXQUFXLEdBQUcsQ0FBQyxLQUFLLFdBQVcsQ0FBQztZQUNqRCxDQUFDLENBQUMsWUFBWSxJQUFJLFdBQVcsS0FBSyxXQUFXLEdBQUcsQ0FBQyxDQUFDLEVBQ2xEO1lBQ0EsT0FBTztTQUNSO1FBQ0QsTUFBTSxRQUFRLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsR0FBRyxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUUvRCxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQztZQUNuQixJQUFJO1lBQ0osTUFBTTtZQUNOLE1BQU07WUFDTixRQUFRO1lBQ1IsYUFBYSxFQUFFLFdBQVc7U0FDM0IsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzs7dUhBdERVLDBCQUEwQjsyR0FBMUIsMEJBQTBCOzJGQUExQiwwQkFBMEI7a0JBSHRDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHlCQUF5QjtpQkFDcEM7MEVBRVUsWUFBWTtzQkFBcEIsS0FBSztnQkFDSSxVQUFVO3NCQUFuQixNQUFNO2dCQVMyQixJQUFJO3NCQUFyQyxZQUFZO3VCQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIC8vIENvbnRlbnRDaGlsZHJlbixcbiAgRGlyZWN0aXZlLFxuICBFdmVudEVtaXR0ZXIsXG4gIEhvc3RMaXN0ZW5lcixcbiAgSW5wdXQsXG4gIE91dHB1dCxcbiAgLy8gUXVlcnlMaXN0LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7RHJhZ1NvcnRFdmVudH0gZnJvbSAnLi9kcmFnLXNvcnQtZXZlbnQnO1xuLy8gaW1wb3J0IHtEcmFnU29ydEl0ZW1EaXJlY3RpdmV9IGZyb20gJy4vZHJhZy1zb3J0LWl0ZW0uZGlyZWN0aXZlJztcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW3RldGFEcmFnU29ydENvbnRhaW5lcl0nLFxufSlcbmV4cG9ydCBjbGFzcyBEcmFnU29ydENvbnRhaW5lckRpcmVjdGl2ZTxUPiB7XG4gIEBJbnB1dCgpIGRyYWdTb3J0TGlzdDogVFtdO1xuICBAT3V0cHV0KCkgZHJhZ1NvcnRlZDogRXZlbnRFbWl0dGVyPERyYWdTb3J0RXZlbnQ8VD4+ID0gbmV3IEV2ZW50RW1pdHRlcjxEcmFnU29ydEV2ZW50PFQ+PigpO1xuXG4gIC8vIEBDb250ZW50Q2hpbGRyZW4oRHJhZ1NvcnRJdGVtRGlyZWN0aXZlLCB7ZGVzY2VuZGFudHM6IHRydWV9KVxuICAvLyBwcml2YXRlIGl0ZW1zOiBRdWVyeUxpc3Q8RHJhZ1NvcnRJdGVtRGlyZWN0aXZlPFQ+PjtcbiAgcHJpdmF0ZSBfZHJhZ0l0ZW06IFQ7XG5cbiAgY29uc3RydWN0b3IoKSB7XG4gIH1cblxuICBASG9zdExpc3RlbmVyKCdkcm9wJywgWyckZXZlbnQnXSkgZHJvcChldmVudDogRHJhZ0V2ZW50KTogdm9pZCB7XG4gICAgZXZlbnQuc3RvcFByb3BhZ2F0aW9uKCk7XG4gICAgZXZlbnQucHJldmVudERlZmF1bHQoKTtcbiAgfVxuXG4gIHNldERyYWdJdGVtKGl0ZW06IFQpIHtcbiAgICB0aGlzLl9kcmFnSXRlbSA9IGl0ZW07XG4gIH1cblxuICBnZXREcmFnSXRlbSgpOiBUIHtcbiAgICByZXR1cm4gdGhpcy5fZHJhZ0l0ZW07XG4gIH1cblxuICBnZXRMaXN0KCk6IFRbXSB7XG4gICAgcmV0dXJuIHRoaXMuZHJhZ1NvcnRMaXN0O1xuICB9XG5cbiAgc2V0TGlzdChsaXN0OiBUW10pIHtcbiAgICB0aGlzLmRyYWdTb3J0TGlzdCA9IGxpc3Q7XG4gIH1cblxuICB1cGRhdGVTb3J0T3JkZXIoc291cmNlOiBULCB0YXJnZXQ6IFQsIGluc2VydEJlZm9yZTogYm9vbGVhbikge1xuICAgIGlmIChzb3VyY2UgPT09IHRhcmdldCkge1xuICAgICAgcmV0dXJuO1xuICAgIH1cbiAgICBjb25zdCBsaXN0ID0gdGhpcy5nZXRMaXN0KCk7XG4gICAgY29uc3Qgc291cmNlSW5kZXggPSBsaXN0LmluZGV4T2Yoc291cmNlKTtcbiAgICBjb25zdCB0YXJnZXRJbmRleCA9IGxpc3QuaW5kZXhPZih0YXJnZXQpO1xuICAgIGlmIChcbiAgICAgIChpbnNlcnRCZWZvcmUgJiYgc291cmNlSW5kZXggKyAxID09PSB0YXJnZXRJbmRleCkgfHxcbiAgICAgICghaW5zZXJ0QmVmb3JlICYmIHNvdXJjZUluZGV4ID09PSB0YXJnZXRJbmRleCArIDEpXG4gICAgKSB7XG4gICAgICByZXR1cm47XG4gICAgfVxuICAgIGNvbnN0IG5ld0luZGV4ID0gbGlzdC5pbmRleE9mKHRhcmdldCkgKyAoaW5zZXJ0QmVmb3JlID8gMCA6IDEpO1xuXG4gICAgdGhpcy5kcmFnU29ydGVkLmVtaXQoe1xuICAgICAgbGlzdCxcbiAgICAgIHNvdXJjZSxcbiAgICAgIHRhcmdldCxcbiAgICAgIG5ld0luZGV4LFxuICAgICAgcHJldmlvdXNJbmRleDogc291cmNlSW5kZXgsXG4gICAgfSk7XG4gIH1cbn1cbiJdfQ==
@@ -74,9 +74,9 @@ export class DragSortItemDirective {
74
74
  }
75
75
  }
76
76
  }
77
- DragSortItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DragSortItemDirective, deps: [{ token: i1.DragSortContainerDirective, host: true }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
78
- DragSortItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0", type: DragSortItemDirective, selector: "[tetaDragSortItem]", inputs: { tetaDragSortItem: "tetaDragSortItem", dragSortDirection: "dragSortDirection" }, host: { listeners: { "dragstart": "dragstart($event)", "dragenter": "dragenter($event)", "dragover": "dragover($event)", "dragleave": "dragleave($event)", "dragend": "dragend($event)", "drop": "drop($event)" }, properties: { "attr.draggable": "this.draggable", "class.position-relative": "this.relative" } }, ngImport: i0 });
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DragSortItemDirective, decorators: [{
77
+ DragSortItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DragSortItemDirective, deps: [{ token: i1.DragSortContainerDirective, host: true }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
78
+ DragSortItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: DragSortItemDirective, selector: "[tetaDragSortItem]", inputs: { tetaDragSortItem: "tetaDragSortItem", dragSortDirection: "dragSortDirection" }, host: { listeners: { "dragstart": "dragstart($event)", "dragenter": "dragenter($event)", "dragover": "dragover($event)", "dragleave": "dragleave($event)", "dragend": "dragend($event)", "drop": "drop($event)" }, properties: { "attr.draggable": "this.draggable", "class.position-relative": "this.relative" } }, ngImport: i0 });
79
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DragSortItemDirective, decorators: [{
80
80
  type: Directive,
81
81
  args: [{
82
82
  selector: '[tetaDragSortItem]',
@@ -5,10 +5,10 @@ import { DragSortItemDirective } from './drag-sort-item.directive';
5
5
  import * as i0 from "@angular/core";
6
6
  export class DragSortModule {
7
7
  }
8
- DragSortModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DragSortModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- DragSortModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DragSortModule, declarations: [DragSortContainerDirective, DragSortItemDirective], imports: [CommonModule], exports: [DragSortContainerDirective, DragSortItemDirective] });
10
- DragSortModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DragSortModule, imports: [[CommonModule]] });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DragSortModule, decorators: [{
8
+ DragSortModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DragSortModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ DragSortModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DragSortModule, declarations: [DragSortContainerDirective, DragSortItemDirective], imports: [CommonModule], exports: [DragSortContainerDirective, DragSortItemDirective] });
10
+ DragSortModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DragSortModule, imports: [[CommonModule]] });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DragSortModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  declarations: [DragSortContainerDirective, DragSortItemDirective],
@@ -59,9 +59,9 @@ export class DynamicContentBaseDirective {
59
59
  }
60
60
  }
61
61
  }
62
- DynamicContentBaseDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DynamicContentBaseDirective, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
63
- DynamicContentBaseDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0", type: DynamicContentBaseDirective, inputs: { data: "data", className: "className", align: "align", verticalAlign: "verticalAlign", appendToBody: "appendToBody", open: "open" }, outputs: { openChange: "openChange" }, ngImport: i0 });
64
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DynamicContentBaseDirective, decorators: [{
62
+ DynamicContentBaseDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DynamicContentBaseDirective, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
63
+ DynamicContentBaseDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: DynamicContentBaseDirective, inputs: { data: "data", className: "className", align: "align", verticalAlign: "verticalAlign", appendToBody: "appendToBody", open: "open" }, outputs: { openChange: "openChange" }, ngImport: i0 });
64
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DynamicContentBaseDirective, decorators: [{
65
65
  type: Directive
66
66
  }], ctorParameters: function () { return [{ type: undefined }, { type: i0.ElementRef }, { type: i1.DynamicComponentService }, { type: i0.Injector }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { data: [{
67
67
  type: Input
@@ -59,9 +59,9 @@ export class HighlightDirective {
59
59
  }
60
60
  }
61
61
  }
62
- HighlightDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: HighlightDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
63
- HighlightDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0", type: HighlightDirective, selector: "[tetaHighlight]", inputs: { tetaHighlight: "tetaHighlight" }, ngImport: i0 });
64
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: HighlightDirective, decorators: [{
62
+ HighlightDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: HighlightDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
63
+ HighlightDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: HighlightDirective, selector: "[tetaHighlight]", inputs: { tetaHighlight: "tetaHighlight" }, ngImport: i0 });
64
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: HighlightDirective, decorators: [{
65
65
  type: Directive,
66
66
  args: [{
67
67
  selector: '[tetaHighlight]',
@@ -4,12 +4,12 @@ import { HighlightDirective } from './highlight.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export class HighlightModule {
6
6
  }
7
- HighlightModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: HighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- HighlightModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: HighlightModule, declarations: [HighlightDirective], imports: [CommonModule], exports: [HighlightDirective] });
9
- HighlightModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: HighlightModule, imports: [[
7
+ HighlightModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: HighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ HighlightModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: HighlightModule, declarations: [HighlightDirective], imports: [CommonModule], exports: [HighlightDirective] });
9
+ HighlightModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: HighlightModule, imports: [[
10
10
  CommonModule
11
11
  ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: HighlightModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: HighlightModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [HighlightDirective],
@@ -66,9 +66,9 @@ export class HintDirective extends DynamicContentBaseDirective {
66
66
  ];
67
67
  }
68
68
  }
69
- HintDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: HintDirective, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }, { token: i1.DynamicComponentService }, { token: i0.Injector }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
70
- HintDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0", type: HintDirective, selector: "[tetaHint]", inputs: { tetaHint: "tetaHint", align: "align", verticalAlign: "verticalAlign", delay: "delay" }, host: { listeners: { "mouseenter": "mouseenter($event)", "mouseleave": "mouseleave($event)", "click": "click($event)" } }, usesInheritance: true, ngImport: i0 });
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: HintDirective, decorators: [{
69
+ HintDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: HintDirective, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }, { token: i1.DynamicComponentService }, { token: i0.Injector }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
70
+ HintDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: HintDirective, selector: "[tetaHint]", inputs: { tetaHint: "tetaHint", align: "align", verticalAlign: "verticalAlign", delay: "delay" }, host: { listeners: { "mouseenter": "mouseenter($event)", "mouseleave": "mouseleave($event)", "click": "click($event)" } }, usesInheritance: true, ngImport: i0 });
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: HintDirective, decorators: [{
72
72
  type: Directive,
73
73
  args: [{
74
74
  selector: '[tetaHint]',
@@ -5,14 +5,14 @@ import { DynamicComponentModule } from '../../component/dynamic-component/dynami
5
5
  import * as i0 from "@angular/core";
6
6
  export class HintModule {
7
7
  }
8
- HintModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: HintModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- HintModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: HintModule, declarations: [HintDirective], imports: [CommonModule,
8
+ HintModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: HintModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ HintModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: HintModule, declarations: [HintDirective], imports: [CommonModule,
10
10
  DynamicComponentModule], exports: [HintDirective] });
11
- HintModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: HintModule, imports: [[
11
+ HintModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: HintModule, imports: [[
12
12
  CommonModule,
13
13
  DynamicComponentModule
14
14
  ]] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: HintModule, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: HintModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  declarations: [HintDirective],
@@ -45,9 +45,9 @@ export class LoaderDirective {
45
45
  this._renderer.setStyle(this._loader, 'left', `${position.x + +position.width / 2}px`);
46
46
  }
47
47
  }
48
- LoaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LoaderDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
49
- LoaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0", type: LoaderDirective, selector: "[tetaLoader]", inputs: { appendToBody: "appendToBody", tetaLoader: "tetaLoader" }, ngImport: i0 });
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LoaderDirective, decorators: [{
48
+ LoaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: LoaderDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
49
+ LoaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: LoaderDirective, selector: "[tetaLoader]", inputs: { appendToBody: "appendToBody", tetaLoader: "tetaLoader" }, ngImport: i0 });
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: LoaderDirective, decorators: [{
51
51
  type: Directive,
52
52
  args: [{
53
53
  selector: '[tetaLoader]',
@@ -4,12 +4,12 @@ import { LoaderDirective } from './loader.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export class LoaderModule {
6
6
  }
7
- LoaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LoaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- LoaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LoaderModule, declarations: [LoaderDirective], imports: [CommonModule], exports: [LoaderDirective] });
9
- LoaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LoaderModule, imports: [[
7
+ LoaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: LoaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ LoaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: LoaderModule, declarations: [LoaderDirective], imports: [CommonModule], exports: [LoaderDirective] });
9
+ LoaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: LoaderModule, imports: [[
10
10
  CommonModule
11
11
  ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LoaderModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: LoaderModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [LoaderDirective],
@@ -19,9 +19,9 @@ export class NoAutofillDirective {
19
19
  });
20
20
  }
21
21
  }
22
- NoAutofillDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: NoAutofillDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
23
- NoAutofillDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0", type: NoAutofillDirective, selector: "[tetaNoAutofill]", ngImport: i0 });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: NoAutofillDirective, decorators: [{
22
+ NoAutofillDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: NoAutofillDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
23
+ NoAutofillDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: NoAutofillDirective, selector: "[tetaNoAutofill]", ngImport: i0 });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: NoAutofillDirective, decorators: [{
25
25
  type: Directive,
26
26
  args: [{
27
27
  selector: '[tetaNoAutofill]',
@@ -4,10 +4,10 @@ import { NoAutofillDirective } from './no-autofill.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export class NoAutofillModule {
6
6
  }
7
- NoAutofillModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: NoAutofillModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- NoAutofillModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: NoAutofillModule, declarations: [NoAutofillDirective], imports: [CommonModule], exports: [NoAutofillDirective] });
9
- NoAutofillModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: NoAutofillModule, imports: [[CommonModule]] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: NoAutofillModule, decorators: [{
7
+ NoAutofillModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: NoAutofillModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ NoAutofillModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: NoAutofillModule, declarations: [NoAutofillDirective], imports: [CommonModule], exports: [NoAutofillDirective] });
9
+ NoAutofillModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: NoAutofillModule, imports: [[CommonModule]] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: NoAutofillModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  exports: [NoAutofillDirective],