@tetacom/ng-components 1.0.37 → 1.0.40

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 (207) hide show
  1. package/component/dropdown/dropdown/dropdown.component.d.ts +1 -1
  2. package/component/file-upload/file-upload-area/file-upload-area.component.d.ts +3 -2
  3. package/component/resize-panel/resize-panel/resize-panel.component.d.ts +1 -0
  4. package/component/table/contract/head-dropdown-tab.d.ts +13 -0
  5. package/component/table/contract/public-api.d.ts +1 -0
  6. package/component/table/contract/table-column.d.ts +7 -3
  7. package/component/table/head-cell/head-cell.component.d.ts +7 -3
  8. package/component/table/head-cell-dropdown/head-cell-dropdown.component.d.ts +5 -43
  9. package/component/table/table/table.component.d.ts +1 -1
  10. package/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.d.ts +32 -0
  11. package/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.d.ts +41 -0
  12. package/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.d.ts +46 -0
  13. package/component/table/table.module.d.ts +23 -20
  14. package/directive/public-api.d.ts +1 -0
  15. package/directive/scroll-into-view/public-api.d.ts +2 -0
  16. package/directive/scroll-into-view/scroll-into-view.directive.d.ts +13 -0
  17. package/directive/scroll-into-view/scroll-into-view.module.d.ts +8 -0
  18. package/esm2020/common/service/click.service.mjs +3 -3
  19. package/esm2020/common/service/dynamic-component.service.mjs +3 -3
  20. package/esm2020/common/service/overlay-container.service.mjs +3 -3
  21. package/esm2020/component/accordion/accordion/accordion.component.mjs +3 -3
  22. package/esm2020/component/accordion/accordion-content.directive.mjs +3 -3
  23. package/esm2020/component/accordion/accordion-head/accordion-head.component.mjs +3 -3
  24. package/esm2020/component/accordion/accordion-item/accordion-item.component.mjs +3 -3
  25. package/esm2020/component/accordion/accordion.module.mjs +4 -4
  26. package/esm2020/component/button/button/button.component.mjs +3 -3
  27. package/esm2020/component/button/button.module.mjs +4 -4
  28. package/esm2020/component/chart-3d/chart-3d.module.mjs +4 -4
  29. package/esm2020/component/chart-3d/chart3d/chart3d.component.mjs +3 -3
  30. package/esm2020/component/checkbox/checkbox/checkbox.component.mjs +3 -3
  31. package/esm2020/component/checkbox/checkbox.module.mjs +4 -4
  32. package/esm2020/component/date-picker/date-picker/date-picker.component.mjs +5 -5
  33. package/esm2020/component/date-picker/date-picker.module.mjs +4 -4
  34. package/esm2020/component/date-picker/day-select/day-select.component.mjs +3 -3
  35. package/esm2020/component/date-picker/month-picker/month-picker.component.mjs +5 -5
  36. package/esm2020/component/date-picker/month-select/month-select.component.mjs +3 -3
  37. package/esm2020/component/date-picker/service/picker-touch.service.mjs +3 -3
  38. package/esm2020/component/date-picker/time-part-control/time-part-control.component.mjs +3 -3
  39. package/esm2020/component/date-picker/year-select/year-select.component.mjs +3 -3
  40. package/esm2020/component/delimiter/delimiter/delimiter.component.mjs +3 -3
  41. package/esm2020/component/delimiter/delimiter.module.mjs +4 -4
  42. package/esm2020/component/dropdown/dropdown/dropdown.component.mjs +5 -5
  43. package/esm2020/component/dropdown/dropdown-base.mjs +3 -3
  44. package/esm2020/component/dropdown/dropdown-content.directive.mjs +3 -3
  45. package/esm2020/component/dropdown/dropdown-head.directive.mjs +3 -3
  46. package/esm2020/component/dropdown/dropdown.directive.mjs +3 -3
  47. package/esm2020/component/dropdown/dropdown.module.mjs +4 -4
  48. package/esm2020/component/dynamic-component/dynamic-component.module.mjs +4 -4
  49. package/esm2020/component/dynamic-component/popup-content/popup-content.component.mjs +3 -3
  50. package/esm2020/component/expand-card/expand-card/expand-card.component.mjs +5 -5
  51. package/esm2020/component/expand-card/expand-card.module.mjs +4 -4
  52. package/esm2020/component/expand-panel/expand-panel/expand-panel.component.mjs +3 -3
  53. package/esm2020/component/expand-panel/expand-panel-content.directive.mjs +3 -3
  54. package/esm2020/component/expand-panel/expand-panel-head.directive.mjs +3 -3
  55. package/esm2020/component/expand-panel/expand-panel.module.mjs +4 -4
  56. package/esm2020/component/file-upload/file-item/file-item.component.mjs +3 -3
  57. package/esm2020/component/file-upload/file-upload-area/file-upload-area.component.mjs +11 -7
  58. package/esm2020/component/file-upload/file-upload.module.mjs +4 -4
  59. package/esm2020/component/filter/boolean-filter/boolean-filter.component.mjs +3 -3
  60. package/esm2020/component/filter/date-filter/date-filter.component.mjs +3 -3
  61. package/esm2020/component/filter/filter-host/filter-host.component.mjs +3 -3
  62. package/esm2020/component/filter/filter.module.mjs +4 -4
  63. package/esm2020/component/filter/list-filter/list-filter.component.mjs +3 -3
  64. package/esm2020/component/filter/numeric-filter/numeric-filter.component.mjs +3 -3
  65. package/esm2020/component/filter/string-filter/string-filter.component.mjs +3 -3
  66. package/esm2020/component/icon/icon/icon.component.mjs +3 -3
  67. package/esm2020/component/icon/icon-sprite.directive.mjs +3 -3
  68. package/esm2020/component/icon/icon.module.mjs +4 -4
  69. package/esm2020/component/icon/icon.service.mjs +3 -3
  70. package/esm2020/component/input/form-group-title/form-group-title.component.mjs +3 -3
  71. package/esm2020/component/input/input/input.component.mjs +3 -3
  72. package/esm2020/component/input/input.module.mjs +4 -4
  73. package/esm2020/component/input/text-field/text-field.component.mjs +3 -3
  74. package/esm2020/component/message/message/message.component.mjs +3 -3
  75. package/esm2020/component/message/message-host/message-host.component.mjs +3 -3
  76. package/esm2020/component/message/message.module.mjs +4 -4
  77. package/esm2020/component/message/message.service.mjs +3 -3
  78. package/esm2020/component/modal/dialog/dialog.component.mjs +3 -3
  79. package/esm2020/component/modal/dialog.service.mjs +3 -3
  80. package/esm2020/component/modal/modal-container/modal-container.component.mjs +3 -3
  81. package/esm2020/component/modal/modal.module.mjs +4 -4
  82. package/esm2020/component/modal/modal.service.mjs +3 -3
  83. package/esm2020/component/pager/pager/pager.component.mjs +3 -3
  84. package/esm2020/component/pager/pager.module.mjs +4 -4
  85. package/esm2020/component/panel/panel/panel.component.mjs +3 -3
  86. package/esm2020/component/panel/panel.module.mjs +4 -4
  87. package/esm2020/component/progress-bar/progress-bar/progress-bar.component.mjs +3 -3
  88. package/esm2020/component/progress-bar/progress-bar.module.mjs +4 -4
  89. package/esm2020/component/property-grid/default/date-item-default/date-item-default.component.mjs +3 -3
  90. package/esm2020/component/property-grid/default/list-item-default/list-item-default.component.mjs +3 -3
  91. package/esm2020/component/property-grid/default/numeric-item-default/numeric-item-default.component.mjs +3 -3
  92. package/esm2020/component/property-grid/default/string-item-default/string-item-default.component.mjs +3 -3
  93. package/esm2020/component/property-grid/property-grid/property-grid-group/property-grid-group.component.mjs +3 -3
  94. package/esm2020/component/property-grid/property-grid/property-grid-item/property-grid-item.component.mjs +3 -3
  95. package/esm2020/component/property-grid/property-grid/property-grid.component.mjs +3 -3
  96. package/esm2020/component/property-grid/property-grid.module.mjs +4 -4
  97. package/esm2020/component/radio/radio/radio.component.mjs +3 -3
  98. package/esm2020/component/radio/radio-button/radio-button.component.mjs +3 -3
  99. package/esm2020/component/radio/radio.module.mjs +4 -4
  100. package/esm2020/component/resize-panel/resize-panel/resize-panel.component.mjs +8 -5
  101. package/esm2020/component/resize-panel/resize-panel.module.mjs +4 -4
  102. package/esm2020/component/select/select/select.component.mjs +4 -4
  103. package/esm2020/component/select/select-option.directive.mjs +3 -3
  104. package/esm2020/component/select/select-value.directive.mjs +3 -3
  105. package/esm2020/component/select/select.module.mjs +4 -4
  106. package/esm2020/component/sidebar/sidebar/sidebar.component.mjs +3 -3
  107. package/esm2020/component/sidebar/sidebar.module.mjs +4 -4
  108. package/esm2020/component/switch/switch/switch.component.mjs +3 -3
  109. package/esm2020/component/switch/switch-button/switch-button.component.mjs +3 -3
  110. package/esm2020/component/switch/switch.module.mjs +4 -4
  111. package/esm2020/component/switch/switch.service.mjs +3 -3
  112. package/esm2020/component/table/base/cell-component-base.mjs +3 -3
  113. package/esm2020/component/table/base/head-cell-component-base.mjs +3 -3
  114. package/esm2020/component/table/cell/cell.component.mjs +3 -3
  115. package/esm2020/component/table/cell-host/cell-host.component.mjs +3 -3
  116. package/esm2020/component/table/contract/head-dropdown-tab.mjs +2 -0
  117. package/esm2020/component/table/contract/public-api.mjs +2 -1
  118. package/esm2020/component/table/contract/table-column.mjs +4 -2
  119. package/esm2020/component/table/default/boolean-cell/boolean-cell.component.mjs +3 -3
  120. package/esm2020/component/table/default/date-cell/date-cell.component.mjs +3 -3
  121. package/esm2020/component/table/default/date-time-cell/date-time-cell.component.mjs +3 -3
  122. package/esm2020/component/table/default/default-head-cell/default-head-cell.component.mjs +5 -5
  123. package/esm2020/component/table/default/group-row/group-row.component.mjs +3 -3
  124. package/esm2020/component/table/default/list-cell/list-cell.component.mjs +3 -3
  125. package/esm2020/component/table/default/numeric-cell/numeric-cell.component.mjs +3 -3
  126. package/esm2020/component/table/default/string-cell/string-cell.component.mjs +3 -3
  127. package/esm2020/component/table/head-cell/head-cell.component.mjs +59 -16
  128. package/esm2020/component/table/head-cell-dropdown/head-cell-dropdown.component.mjs +17 -180
  129. package/esm2020/component/table/head-cell-host/head-cell-host.component.mjs +3 -3
  130. package/esm2020/component/table/selection-cell/selection-cell.component.mjs +5 -5
  131. package/esm2020/component/table/selection-head-cell/selection-head-cell.component.mjs +3 -3
  132. package/esm2020/component/table/service/table.service.mjs +14 -5
  133. package/esm2020/component/table/table/table.component.mjs +12 -5
  134. package/esm2020/component/table/table-body/table-body.component.mjs +32 -28
  135. package/esm2020/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.mjs +55 -0
  136. package/esm2020/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.mjs +81 -0
  137. package/esm2020/component/table/table-head/table-head.component.mjs +22 -22
  138. package/esm2020/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.mjs +140 -0
  139. package/esm2020/component/table/table-head-group/table-head-group.component.mjs +3 -3
  140. package/esm2020/component/table/table.module.mjs +15 -6
  141. package/esm2020/component/tabs/tab/tab.component.mjs +3 -3
  142. package/esm2020/component/tabs/tab-content.directive.mjs +3 -3
  143. package/esm2020/component/tabs/tab-title.directive.mjs +3 -3
  144. package/esm2020/component/tabs/tabs/tabs.component.mjs +3 -3
  145. package/esm2020/component/tabs/tabs.module.mjs +4 -4
  146. package/esm2020/component/theme-switch/theme-switch/theme-switch.component.mjs +3 -3
  147. package/esm2020/component/theme-switch/theme-switch.module.mjs +4 -4
  148. package/esm2020/component/theme-switch/theme-switch.service.mjs +3 -3
  149. package/esm2020/component/toggle/toggle/toggle.component.mjs +3 -3
  150. package/esm2020/component/toggle/toggle.module.mjs +4 -4
  151. package/esm2020/component/toolbar/toolbar/toolbar.component.mjs +3 -3
  152. package/esm2020/component/toolbar/toolbar.module.mjs +4 -4
  153. package/esm2020/component/tree/tree/tree.component.mjs +3 -3
  154. package/esm2020/component/tree/tree-item/tree-item.component.mjs +3 -3
  155. package/esm2020/component/tree/tree-item-toggle/tree-item-toggle.component.mjs +3 -3
  156. package/esm2020/component/tree/tree.module.mjs +4 -4
  157. package/esm2020/component/tree/tree.service.mjs +3 -3
  158. package/esm2020/directive/click-outside/click-outside.directive.mjs +3 -3
  159. package/esm2020/directive/click-outside/click-outside.module.mjs +4 -4
  160. package/esm2020/directive/context-menu/context-menu.directive.mjs +3 -3
  161. package/esm2020/directive/context-menu/context-menu.module.mjs +4 -4
  162. package/esm2020/directive/disable-control/disable-control.directive.mjs +3 -3
  163. package/esm2020/directive/disable-control/disable-control.module.mjs +4 -4
  164. package/esm2020/directive/drag-drop/drag-container.directive.mjs +3 -3
  165. package/esm2020/directive/drag-drop/drag-drop.module.mjs +4 -4
  166. package/esm2020/directive/drag-drop/drag-drop.service.mjs +3 -3
  167. package/esm2020/directive/drag-drop/drag-placeholder.directive.mjs +3 -3
  168. package/esm2020/directive/drag-drop/drag-preview.directive.mjs +3 -3
  169. package/esm2020/directive/drag-drop/drag.directive.mjs +3 -3
  170. package/esm2020/directive/drag-sort/drag-sort-container.directive.mjs +3 -3
  171. package/esm2020/directive/drag-sort/drag-sort-item.directive.mjs +3 -3
  172. package/esm2020/directive/drag-sort/drag-sort.module.mjs +4 -4
  173. package/esm2020/directive/dynamic-content-base.directive.mjs +3 -3
  174. package/esm2020/directive/highlight/highlight.directive.mjs +3 -3
  175. package/esm2020/directive/highlight/highlight.module.mjs +4 -4
  176. package/esm2020/directive/hint/hint.directive.mjs +3 -3
  177. package/esm2020/directive/hint/hint.module.mjs +4 -4
  178. package/esm2020/directive/let/let.directive.mjs +3 -3
  179. package/esm2020/directive/let/let.module.mjs +4 -4
  180. package/esm2020/directive/loader/loader.directive.mjs +3 -3
  181. package/esm2020/directive/loader/loader.module.mjs +4 -4
  182. package/esm2020/directive/no-autofill/no-autofill.directive.mjs +3 -3
  183. package/esm2020/directive/no-autofill/no-autofill.module.mjs +4 -4
  184. package/esm2020/directive/only-number/only-number.directive.mjs +3 -3
  185. package/esm2020/directive/only-number/only-number.module.mjs +4 -4
  186. package/esm2020/directive/public-api.mjs +2 -1
  187. package/esm2020/directive/resize-drag/resize-drag.directive.mjs +3 -3
  188. package/esm2020/directive/resize-drag/resize-drag.module.mjs +4 -4
  189. package/esm2020/directive/scroll-into-view/public-api.mjs +3 -0
  190. package/esm2020/directive/scroll-into-view/scroll-into-view.directive.mjs +40 -0
  191. package/esm2020/directive/scroll-into-view/scroll-into-view.module.mjs +25 -0
  192. package/esm2020/directive/teta-template/teta-template.directive.mjs +3 -3
  193. package/esm2020/directive/teta-template/teta-template.module.mjs +4 -4
  194. package/esm2020/directive/tooltip/tooltip.directive.mjs +3 -3
  195. package/esm2020/directive/tooltip/tooltip.module.mjs +4 -4
  196. package/esm2020/locale/teta-config.service.mjs +3 -3
  197. package/esm2020/pipe/number-pipe/number-pipe.module.mjs +4 -4
  198. package/esm2020/pipe/number-pipe/number.pipe.mjs +3 -3
  199. package/esm2020/pipe/prepend-zero/prepend-zero.module.mjs +4 -4
  200. package/esm2020/pipe/prepend-zero/prepend-zero.pipe.mjs +3 -3
  201. package/fesm2015/tetacom-ng-components.mjs +945 -715
  202. package/fesm2015/tetacom-ng-components.mjs.map +1 -1
  203. package/fesm2020/tetacom-ng-components.mjs +940 -714
  204. package/fesm2020/tetacom-ng-components.mjs.map +1 -1
  205. package/package.json +1 -1
  206. package/style/layout.scss +2 -1
  207. package/style/table.scss +14 -1
@@ -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.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: [[
7
+ HighlightModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: HighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ HighlightModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: HighlightModule, declarations: [HighlightDirective], imports: [CommonModule], exports: [HighlightDirective] });
9
+ HighlightModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: HighlightModule, imports: [[
10
10
  CommonModule
11
11
  ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: HighlightModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: HighlightModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [HighlightDirective],
@@ -69,9 +69,9 @@ export class HintDirective extends DynamicContentBaseDirective {
69
69
  super.ngOnDestroy();
70
70
  }
71
71
  }
72
- 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 });
73
- 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 });
74
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: HintDirective, decorators: [{
72
+ HintDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", 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 });
73
+ HintDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", 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 });
74
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: HintDirective, decorators: [{
75
75
  type: Directive,
76
76
  args: [{
77
77
  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.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,
8
+ HintModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: HintModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ HintModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", 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.1", ngImport: i0, type: HintModule, imports: [[
11
+ HintModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: HintModule, imports: [[
12
12
  CommonModule,
13
13
  DynamicComponentModule
14
14
  ]] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: HintModule, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: HintModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  declarations: [HintDirective],
@@ -8,9 +8,9 @@ export class LetDirective {
8
8
  return true;
9
9
  }
10
10
  }
11
- LetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: LetDirective, deps: [{ token: ViewContainerRef }, { token: TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
12
- LetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: LetDirective, selector: "[tetaLet]", inputs: { tetaLet: "tetaLet" }, ngImport: i0 });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: LetDirective, decorators: [{
11
+ LetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LetDirective, deps: [{ token: ViewContainerRef }, { token: TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
12
+ LetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: LetDirective, selector: "[tetaLet]", inputs: { tetaLet: "tetaLet" }, ngImport: i0 });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LetDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: '[tetaLet]'
@@ -4,12 +4,12 @@ import { LetDirective } from './let.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export class LetModule {
6
6
  }
7
- LetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: LetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- LetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: LetModule, declarations: [LetDirective], imports: [CommonModule], exports: [LetDirective] });
9
- LetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: LetModule, imports: [[
7
+ LetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ LetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LetModule, declarations: [LetDirective], imports: [CommonModule], exports: [LetDirective] });
9
+ LetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LetModule, imports: [[
10
10
  CommonModule
11
11
  ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: LetModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LetModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [
@@ -56,9 +56,9 @@ export class LoaderDirective {
56
56
  this._renderer.setStyle(this._loader, 'left', `${position.x + +position.width / 2}px`);
57
57
  }
58
58
  }
59
- 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 });
60
- LoaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: LoaderDirective, selector: "[tetaLoader]", inputs: { appendToBody: "appendToBody", mask: "mask", tetaLoader: "tetaLoader" }, ngImport: i0 });
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: LoaderDirective, decorators: [{
59
+ LoaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LoaderDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
60
+ LoaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: LoaderDirective, selector: "[tetaLoader]", inputs: { appendToBody: "appendToBody", mask: "mask", tetaLoader: "tetaLoader" }, ngImport: i0 });
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LoaderDirective, decorators: [{
62
62
  type: Directive,
63
63
  args: [{
64
64
  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.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: [[
7
+ LoaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LoaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ LoaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LoaderModule, declarations: [LoaderDirective], imports: [CommonModule], exports: [LoaderDirective] });
9
+ LoaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: LoaderModule, imports: [[
10
10
  CommonModule
11
11
  ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: LoaderModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", 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.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: [{
22
+ NoAutofillDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", 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.3", type: NoAutofillDirective, selector: "[tetaNoAutofill]", ngImport: i0 });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", 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.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: [{
7
+ NoAutofillModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NoAutofillModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ NoAutofillModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NoAutofillModule, declarations: [NoAutofillDirective], imports: [CommonModule], exports: [NoAutofillDirective] });
9
+ NoAutofillModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NoAutofillModule, imports: [[CommonModule]] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NoAutofillModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  exports: [NoAutofillDirective],
@@ -146,9 +146,9 @@ export class OnlyNumberDirective {
146
146
  this._control.control.setValue(valid ? value : this._previousValue ?? 0);
147
147
  }
148
148
  }
149
- OnlyNumberDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: OnlyNumberDirective, deps: [{ token: i0.ElementRef }, { token: i1.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
150
- OnlyNumberDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: OnlyNumberDirective, selector: "[tetaOnlyNumber]", inputs: { tetaOnlyNumber: "tetaOnlyNumber", allowDecimals: "allowDecimals", allowSign: "allowSign", decimalSeparator: "decimalSeparator", commaSeparator: "commaSeparator" }, host: { listeners: { "change": "onChange($event)", "paste": "onPaste($event)", "keydown": "onKeyDown($event)" } }, ngImport: i0 });
151
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: OnlyNumberDirective, decorators: [{
149
+ OnlyNumberDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: OnlyNumberDirective, deps: [{ token: i0.ElementRef }, { token: i1.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
150
+ OnlyNumberDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: OnlyNumberDirective, selector: "[tetaOnlyNumber]", inputs: { tetaOnlyNumber: "tetaOnlyNumber", allowDecimals: "allowDecimals", allowSign: "allowSign", decimalSeparator: "decimalSeparator", commaSeparator: "commaSeparator" }, host: { listeners: { "change": "onChange($event)", "paste": "onPaste($event)", "keydown": "onKeyDown($event)" } }, ngImport: i0 });
151
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: OnlyNumberDirective, decorators: [{
152
152
  type: Directive,
153
153
  args: [{
154
154
  selector: '[tetaOnlyNumber]',
@@ -4,10 +4,10 @@ import { OnlyNumberDirective } from './only-number.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export class OnlyNumberModule {
6
6
  }
7
- OnlyNumberModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: OnlyNumberModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- OnlyNumberModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: OnlyNumberModule, declarations: [OnlyNumberDirective], imports: [CommonModule], exports: [OnlyNumberDirective] });
9
- OnlyNumberModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: OnlyNumberModule, imports: [[CommonModule]] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: OnlyNumberModule, decorators: [{
7
+ OnlyNumberModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: OnlyNumberModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ OnlyNumberModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: OnlyNumberModule, declarations: [OnlyNumberDirective], imports: [CommonModule], exports: [OnlyNumberDirective] });
9
+ OnlyNumberModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: OnlyNumberModule, imports: [[CommonModule]] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: OnlyNumberModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [OnlyNumberDirective],
@@ -13,4 +13,5 @@ export * from './tooltip/public-api';
13
13
  export * from './no-autofill/public-api';
14
14
  export * from './resize-drag/public-api';
15
15
  export * from './let/public-api';
16
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9kaXJlY3RpdmUvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyw4QkFBOEIsQ0FBQztBQUM3QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyxrQkFBa0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY2xpY2stb3V0c2lkZS9wdWJsaWMtYXBpJztcbmV4cG9ydCAqIGZyb20gJy4vY29udGV4dC1tZW51L3B1YmxpYy1hcGknO1xuZXhwb3J0ICogZnJvbSAnLi9kaXNhYmxlLWNvbnRyb2wvcHVibGljLWFwaSc7XG5leHBvcnQgKiBmcm9tICcuL2RyYWctZHJvcC9wdWJsaWMtYXBpJztcbmV4cG9ydCAqIGZyb20gJy4vZHJhZy1zb3J0L3B1YmxpYy1hcGknO1xuZXhwb3J0ICogZnJvbSAnLi9keW5hbWljLWNvbnRlbnQtYmFzZS5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9oaWdobGlnaHQvcHVibGljLWFwaSc7XG5leHBvcnQgKiBmcm9tICcuL2hpbnQvcHVibGljLWFwaSc7XG5leHBvcnQgKiBmcm9tICcuL2xvYWRlci9wdWJsaWMtYXBpJztcbmV4cG9ydCAqIGZyb20gJy4vb25seS1udW1iZXIvcHVibGljLWFwaSc7XG5leHBvcnQgKiBmcm9tICcuL3RldGEtdGVtcGxhdGUvcHVibGljLWFwaSc7XG5leHBvcnQgKiBmcm9tICcuL3Rvb2x0aXAvcHVibGljLWFwaSc7XG5leHBvcnQgKiBmcm9tICcuL25vLWF1dG9maWxsL3B1YmxpYy1hcGknO1xuZXhwb3J0ICogZnJvbSAnLi9yZXNpemUtZHJhZy9wdWJsaWMtYXBpJztcbmV4cG9ydCAqIGZyb20gJy4vbGV0L3B1YmxpYy1hcGknO1xuIl19
16
+ export * from './scroll-into-view/public-api';
17
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9kaXJlY3RpdmUvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyw4QkFBOEIsQ0FBQztBQUM3QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLCtCQUErQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9jbGljay1vdXRzaWRlL3B1YmxpYy1hcGknO1xuZXhwb3J0ICogZnJvbSAnLi9jb250ZXh0LW1lbnUvcHVibGljLWFwaSc7XG5leHBvcnQgKiBmcm9tICcuL2Rpc2FibGUtY29udHJvbC9wdWJsaWMtYXBpJztcbmV4cG9ydCAqIGZyb20gJy4vZHJhZy1kcm9wL3B1YmxpYy1hcGknO1xuZXhwb3J0ICogZnJvbSAnLi9kcmFnLXNvcnQvcHVibGljLWFwaSc7XG5leHBvcnQgKiBmcm9tICcuL2R5bmFtaWMtY29udGVudC1iYXNlLmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL2hpZ2hsaWdodC9wdWJsaWMtYXBpJztcbmV4cG9ydCAqIGZyb20gJy4vaGludC9wdWJsaWMtYXBpJztcbmV4cG9ydCAqIGZyb20gJy4vbG9hZGVyL3B1YmxpYy1hcGknO1xuZXhwb3J0ICogZnJvbSAnLi9vbmx5LW51bWJlci9wdWJsaWMtYXBpJztcbmV4cG9ydCAqIGZyb20gJy4vdGV0YS10ZW1wbGF0ZS9wdWJsaWMtYXBpJztcbmV4cG9ydCAqIGZyb20gJy4vdG9vbHRpcC9wdWJsaWMtYXBpJztcbmV4cG9ydCAqIGZyb20gJy4vbm8tYXV0b2ZpbGwvcHVibGljLWFwaSc7XG5leHBvcnQgKiBmcm9tICcuL3Jlc2l6ZS1kcmFnL3B1YmxpYy1hcGknO1xuZXhwb3J0ICogZnJvbSAnLi9sZXQvcHVibGljLWFwaSc7XG5leHBvcnQgKiBmcm9tICcuL3Njcm9sbC1pbnRvLXZpZXcvcHVibGljLWFwaSc7XG4iXX0=
@@ -37,9 +37,9 @@ export class ResizeDragDirective {
37
37
  this._document.removeEventListener('mousemove', this.handleMouseMove);
38
38
  }
39
39
  }
40
- ResizeDragDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ResizeDragDirective, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
41
- ResizeDragDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: ResizeDragDirective, selector: "[tetaResizeDrag]", inputs: { tetaResizeDrag: "tetaResizeDrag" }, outputs: { resizeStart: "resizeStart", resizeProcess: "resizeProcess", resizeEnd: "resizeEnd" }, host: { listeners: { "mousedown": "mouseDown($event)" }, properties: { "class.resize-drag_active": "this._active", "class.resize-drag_horizontal": "this.horizontal", "class.resize-drag_vertical": "this.vertical" } }, ngImport: i0 });
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ResizeDragDirective, decorators: [{
40
+ ResizeDragDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ResizeDragDirective, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
41
+ ResizeDragDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ResizeDragDirective, selector: "[tetaResizeDrag]", inputs: { tetaResizeDrag: "tetaResizeDrag" }, outputs: { resizeStart: "resizeStart", resizeProcess: "resizeProcess", resizeEnd: "resizeEnd" }, host: { listeners: { "mousedown": "mouseDown($event)" }, properties: { "class.resize-drag_active": "this._active", "class.resize-drag_horizontal": "this.horizontal", "class.resize-drag_vertical": "this.vertical" } }, ngImport: i0 });
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ResizeDragDirective, decorators: [{
43
43
  type: Directive,
44
44
  args: [{
45
45
  selector: '[tetaResizeDrag]',
@@ -4,10 +4,10 @@ import { ResizeDragDirective } from './resize-drag.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export class ResizeDragModule {
6
6
  }
7
- ResizeDragModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ResizeDragModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- ResizeDragModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ResizeDragModule, declarations: [ResizeDragDirective], imports: [CommonModule], exports: [ResizeDragDirective] });
9
- ResizeDragModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ResizeDragModule, imports: [[CommonModule]] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ResizeDragModule, decorators: [{
7
+ ResizeDragModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ResizeDragModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ ResizeDragModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ResizeDragModule, declarations: [ResizeDragDirective], imports: [CommonModule], exports: [ResizeDragDirective] });
9
+ ResizeDragModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ResizeDragModule, imports: [[CommonModule]] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ResizeDragModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [ResizeDragDirective],
@@ -0,0 +1,3 @@
1
+ export * from './scroll-into-view.module';
2
+ export * from './scroll-into-view.directive';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9kaXJlY3RpdmUvc2Nyb2xsLWludG8tdmlldy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyw4QkFBOEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vc2Nyb2xsLWludG8tdmlldy5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9zY3JvbGwtaW50by12aWV3LmRpcmVjdGl2ZSc7XG4iXX0=
@@ -0,0 +1,40 @@
1
+ import { Directive, Inject, Input, PLATFORM_ID } from '@angular/core';
2
+ import { isPlatformBrowser } from '@angular/common';
3
+ import { coerceBooleanProperty } from '@angular/cdk/coercion';
4
+ import * as i0 from "@angular/core";
5
+ export class ScrollIntoViewDirective {
6
+ constructor(platformId, elementRef) {
7
+ this.platformId = platformId;
8
+ this.elementRef = elementRef;
9
+ this.behavior = 'smooth';
10
+ this.block = 'end';
11
+ }
12
+ ngOnChanges(simpleChange) {
13
+ if (isPlatformBrowser(this.platformId)) {
14
+ if (coerceBooleanProperty(this.tetaScrollIntoView)) {
15
+ this.elementRef.nativeElement.scrollIntoView({
16
+ behavior: 'smooth',
17
+ block: 'end'
18
+ });
19
+ }
20
+ }
21
+ }
22
+ }
23
+ ScrollIntoViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScrollIntoViewDirective, deps: [{ token: PLATFORM_ID }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
24
+ ScrollIntoViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ScrollIntoViewDirective, selector: "[tetaScrollIntoView]", inputs: { tetaScrollIntoView: "tetaScrollIntoView", behavior: "behavior", block: "block" }, usesOnChanges: true, ngImport: i0 });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScrollIntoViewDirective, decorators: [{
26
+ type: Directive,
27
+ args: [{
28
+ selector: '[tetaScrollIntoView]'
29
+ }]
30
+ }], ctorParameters: function () { return [{ type: undefined, decorators: [{
31
+ type: Inject,
32
+ args: [PLATFORM_ID]
33
+ }] }, { type: i0.ElementRef }]; }, propDecorators: { tetaScrollIntoView: [{
34
+ type: Input
35
+ }], behavior: [{
36
+ type: Input
37
+ }], block: [{
38
+ type: Input
39
+ }] } });
40
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2Nyb2xsLWludG8tdmlldy5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZGlyZWN0aXZlL3Njcm9sbC1pbnRvLXZpZXcvc2Nyb2xsLWludG8tdmlldy5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBYyxNQUFNLEVBQUUsS0FBSyxFQUFhLFdBQVcsRUFBZ0IsTUFBTSxlQUFlLENBQUM7QUFDMUcsT0FBTyxFQUFDLGlCQUFpQixFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDbEQsT0FBTyxFQUFDLHFCQUFxQixFQUFDLE1BQU0sdUJBQXVCLENBQUM7O0FBSzVELE1BQU0sT0FBTyx1QkFBdUI7SUFLbEMsWUFDK0IsVUFBZSxFQUNwQyxVQUFzQjtRQURELGVBQVUsR0FBVixVQUFVLENBQUs7UUFDcEMsZUFBVSxHQUFWLFVBQVUsQ0FBWTtRQUx2QixhQUFRLEdBQW1CLFFBQVEsQ0FBQztRQUNwQyxVQUFLLEdBQTBCLEtBQUssQ0FBQztJQU05QyxDQUFDO0lBRUQsV0FBVyxDQUFDLFlBQTJCO1FBQ3JDLElBQUksaUJBQWlCLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxFQUFFO1lBQ3RDLElBQUkscUJBQXFCLENBQUMsSUFBSSxDQUFDLGtCQUFrQixDQUFDLEVBQUU7Z0JBQ2pELElBQUksQ0FBQyxVQUFVLENBQUMsYUFBa0MsQ0FBQyxjQUFjLENBQUM7b0JBQ2pFLFFBQVEsRUFBRSxRQUFRO29CQUNsQixLQUFLLEVBQUUsS0FBSztpQkFDYixDQUFDLENBQUM7YUFDSjtTQUNGO0lBQ0gsQ0FBQzs7b0hBcEJVLHVCQUF1QixrQkFNeEIsV0FBVzt3R0FOVix1QkFBdUI7MkZBQXZCLHVCQUF1QjtrQkFIbkMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsc0JBQXNCO2lCQUNqQzs7MEJBT0ksTUFBTTsyQkFBQyxXQUFXO3FFQUxaLGtCQUFrQjtzQkFBMUIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7RGlyZWN0aXZlLCBFbGVtZW50UmVmLCBJbmplY3QsIElucHV0LCBPbkNoYW5nZXMsIFBMQVRGT1JNX0lELCBTaW1wbGVDaGFuZ2VzfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7aXNQbGF0Zm9ybUJyb3dzZXJ9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge2NvZXJjZUJvb2xlYW5Qcm9wZXJ0eX0gZnJvbSAnQGFuZ3VsYXIvY2RrL2NvZXJjaW9uJztcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW3RldGFTY3JvbGxJbnRvVmlld10nXG59KVxuZXhwb3J0IGNsYXNzIFNjcm9sbEludG9WaWV3RGlyZWN0aXZlIGltcGxlbWVudHMgT25DaGFuZ2VzIHtcbiAgQElucHV0KCkgdGV0YVNjcm9sbEludG9WaWV3OiBib29sZWFuIHwgdW5kZWZpbmVkO1xuICBASW5wdXQoKSBiZWhhdmlvcjogU2Nyb2xsQmVoYXZpb3IgPSAnc21vb3RoJztcbiAgQElucHV0KCkgYmxvY2s6IFNjcm9sbExvZ2ljYWxQb3NpdGlvbiA9ICdlbmQnO1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIEBJbmplY3QoUExBVEZPUk1fSUQpIHByaXZhdGUgcGxhdGZvcm1JZDogYW55LFxuICAgIHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZlxuICApIHtcbiAgfVxuXG4gIG5nT25DaGFuZ2VzKHNpbXBsZUNoYW5nZTogU2ltcGxlQ2hhbmdlcykge1xuICAgIGlmIChpc1BsYXRmb3JtQnJvd3Nlcih0aGlzLnBsYXRmb3JtSWQpKSB7XG4gICAgICBpZiAoY29lcmNlQm9vbGVhblByb3BlcnR5KHRoaXMudGV0YVNjcm9sbEludG9WaWV3KSkge1xuICAgICAgICAodGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQgYXMgSFRNTElucHV0RWxlbWVudCkuc2Nyb2xsSW50b1ZpZXcoe1xuICAgICAgICAgIGJlaGF2aW9yOiAnc21vb3RoJyxcbiAgICAgICAgICBibG9jazogJ2VuZCdcbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG4iXX0=
@@ -0,0 +1,25 @@
1
+ import { NgModule } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { ScrollIntoViewDirective } from './scroll-into-view.directive';
4
+ import * as i0 from "@angular/core";
5
+ export class ScrollIntoViewModule {
6
+ }
7
+ ScrollIntoViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScrollIntoViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ ScrollIntoViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScrollIntoViewModule, declarations: [ScrollIntoViewDirective], imports: [CommonModule], exports: [ScrollIntoViewDirective] });
9
+ ScrollIntoViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScrollIntoViewModule, imports: [[
10
+ CommonModule
11
+ ]] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ScrollIntoViewModule, decorators: [{
13
+ type: NgModule,
14
+ args: [{
15
+ declarations: [
16
+ ScrollIntoViewDirective
17
+ ], exports: [
18
+ ScrollIntoViewDirective
19
+ ],
20
+ imports: [
21
+ CommonModule
22
+ ]
23
+ }]
24
+ }] });
25
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2Nyb2xsLWludG8tdmlldy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZGlyZWN0aXZlL3Njcm9sbC1pbnRvLXZpZXcvc2Nyb2xsLWludG8tdmlldy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLHVCQUF1QixFQUFDLE1BQU0sOEJBQThCLENBQUM7O0FBWXJFLE1BQU0sT0FBTyxvQkFBb0I7O2lIQUFwQixvQkFBb0I7a0hBQXBCLG9CQUFvQixpQkFSN0IsdUJBQXVCLGFBS3ZCLFlBQVksYUFIWix1QkFBdUI7a0hBTWQsb0JBQW9CLFlBSnRCO1lBQ1AsWUFBWTtTQUNiOzJGQUVVLG9CQUFvQjtrQkFWaEMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osdUJBQXVCO3FCQUN4QixFQUFFLE9BQU8sRUFBRTt3QkFDVix1QkFBdUI7cUJBQ3hCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtOZ01vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge0NvbW1vbk1vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7U2Nyb2xsSW50b1ZpZXdEaXJlY3RpdmV9IGZyb20gJy4vc2Nyb2xsLWludG8tdmlldy5kaXJlY3RpdmUnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBTY3JvbGxJbnRvVmlld0RpcmVjdGl2ZVxuICBdLCBleHBvcnRzOiBbXG4gICAgU2Nyb2xsSW50b1ZpZXdEaXJlY3RpdmVcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZVxuICBdXG59KVxuZXhwb3J0IGNsYXNzIFNjcm9sbEludG9WaWV3TW9kdWxlIHtcbn1cbiJdfQ==
@@ -8,9 +8,9 @@ export class TetaTemplateDirective {
8
8
  return this.id;
9
9
  }
10
10
  }
11
- TetaTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TetaTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
12
- TetaTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: TetaTemplateDirective, selector: "[tetaTemplate]", inputs: { id: ["tetaTemplate", "id"] }, ngImport: i0 });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TetaTemplateDirective, decorators: [{
11
+ TetaTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TetaTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
12
+ TetaTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: TetaTemplateDirective, selector: "[tetaTemplate]", inputs: { id: ["tetaTemplate", "id"] }, ngImport: i0 });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TetaTemplateDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: '[tetaTemplate]'
@@ -4,12 +4,12 @@ import { TetaTemplateDirective } from './teta-template.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export class TetaTemplateModule {
6
6
  }
7
- TetaTemplateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TetaTemplateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- TetaTemplateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TetaTemplateModule, declarations: [TetaTemplateDirective], imports: [CommonModule], exports: [TetaTemplateDirective] });
9
- TetaTemplateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TetaTemplateModule, imports: [[
7
+ TetaTemplateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TetaTemplateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ TetaTemplateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TetaTemplateModule, declarations: [TetaTemplateDirective], imports: [CommonModule], exports: [TetaTemplateDirective] });
9
+ TetaTemplateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TetaTemplateModule, imports: [[
10
10
  CommonModule
11
11
  ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TetaTemplateModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TetaTemplateModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [
@@ -53,9 +53,9 @@ export class TooltipDirective extends DynamicContentBaseDirective {
53
53
  this._componentRef = this.createContentRef('tooltip');
54
54
  }
55
55
  }
56
- TooltipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TooltipDirective, 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 });
57
- TooltipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: TooltipDirective, selector: "[tetaTooltip]", inputs: { tetaTooltip: "tetaTooltip", align: "align", verticalAlign: "verticalAlign" }, host: { listeners: { "click": "showContent($event)" } }, usesInheritance: true, ngImport: i0 });
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TooltipDirective, decorators: [{
56
+ TooltipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TooltipDirective, 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 });
57
+ TooltipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: TooltipDirective, selector: "[tetaTooltip]", inputs: { tetaTooltip: "tetaTooltip", align: "align", verticalAlign: "verticalAlign" }, host: { listeners: { "click": "showContent($event)" } }, usesInheritance: true, ngImport: i0 });
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TooltipDirective, decorators: [{
59
59
  type: Directive,
60
60
  args: [{
61
61
  selector: '[tetaTooltip]',
@@ -6,10 +6,10 @@ import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
6
6
  import * as i0 from "@angular/core";
7
7
  export class TooltipModule {
8
8
  }
9
- TooltipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- TooltipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TooltipModule, declarations: [TooltipDirective], imports: [CommonModule, DynamicComponentModule, BrowserAnimationsModule], exports: [TooltipDirective] });
11
- TooltipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TooltipModule, imports: [[CommonModule, DynamicComponentModule, BrowserAnimationsModule]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TooltipModule, decorators: [{
9
+ TooltipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ TooltipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TooltipModule, declarations: [TooltipDirective], imports: [CommonModule, DynamicComponentModule, BrowserAnimationsModule], exports: [TooltipDirective] });
11
+ TooltipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TooltipModule, imports: [[CommonModule, DynamicComponentModule, BrowserAnimationsModule]] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TooltipModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [TooltipDirective],
@@ -17,9 +17,9 @@ export class TetaConfigService {
17
17
  }
18
18
  }
19
19
  }
20
- TetaConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TetaConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
21
- TetaConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TetaConfigService, providedIn: 'root' });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: TetaConfigService, decorators: [{
20
+ TetaConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TetaConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
21
+ TetaConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TetaConfigService, providedIn: 'root' });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TetaConfigService, decorators: [{
23
23
  type: Injectable,
24
24
  args: [{
25
25
  providedIn: 'root'
@@ -4,12 +4,12 @@ import { NumberPipe } from './number.pipe';
4
4
  import * as i0 from "@angular/core";
5
5
  export class NumberPipeModule {
6
6
  }
7
- NumberPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: NumberPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- NumberPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: NumberPipeModule, declarations: [NumberPipe], imports: [CommonModule], exports: [NumberPipe] });
9
- NumberPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: NumberPipeModule, imports: [[
7
+ NumberPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NumberPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ NumberPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NumberPipeModule, declarations: [NumberPipe], imports: [CommonModule], exports: [NumberPipe] });
9
+ NumberPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NumberPipeModule, imports: [[
10
10
  CommonModule
11
11
  ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: NumberPipeModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NumberPipeModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [NumberPipe],
@@ -13,9 +13,9 @@ export class NumberPipe {
13
13
  return formatNumber(value, decimalLength, chunkDelimiter, decimalDelimiter, chunkLength);
14
14
  }
15
15
  }
16
- NumberPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: NumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
17
- NumberPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: NumberPipe, name: "tetaNumber" });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: NumberPipe, decorators: [{
16
+ NumberPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
17
+ NumberPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NumberPipe, name: "tetaNumber" });
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NumberPipe, decorators: [{
19
19
  type: Pipe,
20
20
  args: [{
21
21
  name: 'tetaNumber'
@@ -4,10 +4,10 @@ import { PrependZeroPipe } from './prepend-zero.pipe';
4
4
  import * as i0 from "@angular/core";
5
5
  export class PrependZeroModule {
6
6
  }
7
- PrependZeroModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: PrependZeroModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- PrependZeroModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: PrependZeroModule, declarations: [PrependZeroPipe], imports: [CommonModule], exports: [PrependZeroPipe] });
9
- PrependZeroModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: PrependZeroModule, imports: [[CommonModule]] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: PrependZeroModule, decorators: [{
7
+ PrependZeroModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PrependZeroModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ PrependZeroModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PrependZeroModule, declarations: [PrependZeroPipe], imports: [CommonModule], exports: [PrependZeroPipe] });
9
+ PrependZeroModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PrependZeroModule, imports: [[CommonModule]] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PrependZeroModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [PrependZeroPipe],
@@ -10,9 +10,9 @@ export class PrependZeroPipe {
10
10
  return prependZero(value, length);
11
11
  }
12
12
  }
13
- PrependZeroPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: PrependZeroPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
14
- PrependZeroPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: PrependZeroPipe, name: "tetaPrependZero" });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: PrependZeroPipe, decorators: [{
13
+ PrependZeroPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PrependZeroPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
14
+ PrependZeroPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PrependZeroPipe, name: "tetaPrependZero" });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PrependZeroPipe, decorators: [{
16
16
  type: Pipe,
17
17
  args: [{
18
18
  name: 'tetaPrependZero'