@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
@@ -1,4 +1,4 @@
1
- import { ComponentFactoryResolver, EventEmitter, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';
1
+ import { EventEmitter, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';
2
2
  import { FilterState } from '../contarct/filter-state';
3
3
  import { FilterItem } from '../contarct/filter-item';
4
4
  import { FilterBase } from '../base/filter-base';
@@ -6,7 +6,6 @@ import { IIdName } from '../../../common/contract/i-id-name';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class FilterHostComponent implements OnInit, OnDestroy {
8
8
  private viewContainerRef;
9
- private componentFactoryResolver;
10
9
  set column(val: FilterItem);
11
10
  set state(val: FilterState);
12
11
  set filterOptions(val: IIdName<any>[]);
@@ -17,7 +16,7 @@ export declare class FilterHostComponent implements OnInit, OnDestroy {
17
16
  private _filterOptions;
18
17
  private _componentRef;
19
18
  private _init;
20
- constructor(viewContainerRef: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver);
19
+ constructor(viewContainerRef: ViewContainerRef);
21
20
  ngOnInit(): void;
22
21
  ngOnDestroy(): void;
23
22
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterHostComponent, never>;
@@ -1,4 +1,4 @@
1
- import { ComponentFactoryResolver, OnChanges, OnDestroy, OnInit, SimpleChanges, ViewContainerRef } from '@angular/core';
1
+ import { OnChanges, OnDestroy, OnInit, SimpleChanges, ViewContainerRef } from '@angular/core';
2
2
  import { TableColumn } from '../contract/table-column';
3
3
  import { TableRow } from '../contract/table-row';
4
4
  import { IIdName } from '../../../common/contract/i-id-name';
@@ -6,14 +6,13 @@ import { IDictionary } from '../../../common/contract/i-dictionary';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class CellHostComponent<T> implements OnInit, OnDestroy, OnChanges {
8
8
  private viewContainerRef;
9
- private componentFactoryResolver;
10
9
  column: TableColumn;
11
10
  row: TableRow<T>;
12
11
  filterOptions: IIdName<any>[];
13
12
  dict: IDictionary<IIdName<any>[]>;
14
13
  private _init;
15
14
  private _componentRef;
16
- constructor(viewContainerRef: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver);
15
+ constructor(viewContainerRef: ViewContainerRef);
17
16
  ngOnInit(): void;
18
17
  ngOnDestroy(): void;
19
18
  ngOnChanges(changes: SimpleChanges): void;
@@ -1,15 +1,14 @@
1
- import { ComponentFactoryResolver, OnInit, ViewContainerRef } from '@angular/core';
1
+ import { OnInit, ViewContainerRef } from '@angular/core';
2
2
  import { TableColumn } from '../contract/table-column';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class HeadCellHostComponent implements OnInit {
5
5
  private viewContainerRef;
6
- private componentFactoryResolver;
7
6
  private _column;
8
7
  private componentRef;
9
8
  private init;
10
9
  set column(column: TableColumn);
11
10
  get column(): TableColumn;
12
- constructor(viewContainerRef: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver);
11
+ constructor(viewContainerRef: ViewContainerRef);
13
12
  ngOnInit(): void;
14
13
  static ɵfac: i0.ɵɵFactoryDeclaration<HeadCellHostComponent, never>;
15
14
  static ɵcmp: i0.ɵɵComponentDeclaration<HeadCellHostComponent, "teta-head-cell-host", never, { "column": "column"; }, {}, never, never>;
@@ -85,8 +85,8 @@ export declare class TableComponent<T> implements OnInit, OnDestroy, AfterViewIn
85
85
  ngOnDestroy(): void;
86
86
  ngOnChanges(changes: SimpleChanges): void;
87
87
  private startEditRowOrCell;
88
- private getCell;
89
- private isRow;
88
+ private getEventCell;
89
+ private eventIsOnRow;
90
90
  private getCoordinates;
91
91
  private onScroll;
92
92
  private getSelectedText;
@@ -4,7 +4,6 @@ import * as i0 from "@angular/core";
4
4
  export declare class DragSortContainerDirective<T> {
5
5
  dragSortList: T[];
6
6
  dragSorted: EventEmitter<DragSortEvent<T>>;
7
- private items;
8
7
  private _dragItem;
9
8
  constructor();
10
9
  drop(event: DragEvent): void;
@@ -14,5 +13,5 @@ export declare class DragSortContainerDirective<T> {
14
13
  setList(list: T[]): void;
15
14
  updateSortOrder(source: T, target: T, insertBefore: boolean): void;
16
15
  static ɵfac: i0.ɵɵFactoryDeclaration<DragSortContainerDirective<any>, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<DragSortContainerDirective<any>, "[tetaDragSortContainer]", never, { "dragSortList": "dragSortList"; }, { "dragSorted": "dragSorted"; }, ["items"]>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DragSortContainerDirective<any>, "[tetaDragSortContainer]", never, { "dragSortList": "dragSortList"; }, { "dragSorted": "dragSorted"; }, never>;
18
17
  }
@@ -9,9 +9,9 @@ export class ClickService {
9
9
  this.contextMenu = fromEvent(this._document, 'contextmenu');
10
10
  }
11
11
  }
12
- ClickService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ClickService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
13
- ClickService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ClickService, providedIn: 'root' });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ClickService, decorators: [{
12
+ ClickService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ClickService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
13
+ ClickService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ClickService, providedIn: 'root' });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ClickService, decorators: [{
15
15
  type: Injectable,
16
16
  args: [{
17
17
  providedIn: 'root',
@@ -82,9 +82,9 @@ export class DynamicComponentService {
82
82
  return new TetaContentRef([[componentNativeEl]], componentRef.hostView, componentRef);
83
83
  }
84
84
  }
85
- DynamicComponentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DynamicComponentService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.RendererFactory2 }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable });
86
- DynamicComponentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DynamicComponentService, providedIn: 'root' });
87
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: DynamicComponentService, decorators: [{
85
+ DynamicComponentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DynamicComponentService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.RendererFactory2 }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable });
86
+ DynamicComponentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DynamicComponentService, providedIn: 'root' });
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: DynamicComponentService, decorators: [{
88
88
  type: Injectable,
89
89
  args: [{
90
90
  providedIn: 'root',
@@ -27,9 +27,9 @@ export class OverlayContainerService {
27
27
  this.removeContainer();
28
28
  }
29
29
  }
30
- OverlayContainerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: OverlayContainerService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
31
- OverlayContainerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: OverlayContainerService, providedIn: 'root' });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: OverlayContainerService, decorators: [{
30
+ OverlayContainerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: OverlayContainerService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
31
+ OverlayContainerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: OverlayContainerService, providedIn: 'root' });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: OverlayContainerService, decorators: [{
33
33
  type: Injectable,
34
34
  args: [{
35
35
  providedIn: 'root'
@@ -6,9 +6,9 @@ export class AccordionComponent {
6
6
  }
7
7
  ngOnInit() { }
8
8
  }
9
- AccordionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AccordionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
- AccordionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: AccordionComponent, selector: "teta-accordion", host: { properties: { "class.accordion": "this.accordionClassName" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AccordionComponent, decorators: [{
9
+ AccordionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
+ AccordionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: AccordionComponent, selector: "teta-accordion", host: { properties: { "class.accordion": "this.accordionClassName" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionComponent, decorators: [{
12
12
  type: Component,
13
13
  args: [{ selector: 'teta-accordion', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n", styles: [""] }]
14
14
  }], ctorParameters: function () { return []; }, propDecorators: { accordionClassName: [{
@@ -5,9 +5,9 @@ export class AccordionContentDirective {
5
5
  this.template = template;
6
6
  }
7
7
  }
8
- AccordionContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AccordionContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
- AccordionContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.0", type: AccordionContentDirective, selector: "[tetaAccordionContent]", ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AccordionContentDirective, decorators: [{
8
+ AccordionContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
9
+ AccordionContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.1", type: AccordionContentDirective, selector: "[tetaAccordionContent]", ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionContentDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: '[tetaAccordionContent]'
@@ -24,9 +24,9 @@ export class AccordionHeadComponent {
24
24
  }
25
25
  ngOnInit() { }
26
26
  }
27
- AccordionHeadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AccordionHeadComponent, deps: [{ token: AccordionItemComponent, host: true }], target: i0.ɵɵFactoryTarget.Component });
28
- AccordionHeadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: AccordionHeadComponent, selector: "teta-accordion-head", inputs: { showToggle: "showToggle" }, host: { listeners: { "click": "toggle()" }, properties: { "class.accordion-head": "this.accordionHeadClass", "class.accordion-head_open": "this.open", "class.accordion-head_disabled": "this.disabled" } }, ngImport: i0, template: "<ng-content></ng-content>\n<div *ngIf=\"showToggle\" class=\"accordion-toggle\">\n <teta-icon [name]=\"open ? 'arrowUpKey' : 'arrowDownKey'\"\n [palette]=\"'text'\"></teta-icon>\n</div>\n\n", styles: [""], components: [{ type: i1.IconComponent, selector: "teta-icon", inputs: ["name", "size", "palette", "class"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AccordionHeadComponent, decorators: [{
27
+ AccordionHeadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionHeadComponent, deps: [{ token: AccordionItemComponent, host: true }], target: i0.ɵɵFactoryTarget.Component });
28
+ AccordionHeadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: AccordionHeadComponent, selector: "teta-accordion-head", inputs: { showToggle: "showToggle" }, host: { listeners: { "click": "toggle()" }, properties: { "class.accordion-head": "this.accordionHeadClass", "class.accordion-head_open": "this.open", "class.accordion-head_disabled": "this.disabled" } }, ngImport: i0, template: "<ng-content></ng-content>\n<div *ngIf=\"showToggle\" class=\"accordion-toggle\">\n <teta-icon [name]=\"open ? 'arrowUpKey' : 'arrowDownKey'\"\n [palette]=\"'text'\"></teta-icon>\n</div>\n\n", styles: [""], components: [{ type: i1.IconComponent, selector: "teta-icon", inputs: ["name", "size", "palette", "class"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionHeadComponent, decorators: [{
30
30
  type: Component,
31
31
  args: [{ selector: 'teta-accordion-head', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n<div *ngIf=\"showToggle\" class=\"accordion-toggle\">\n <teta-icon [name]=\"open ? 'arrowUpKey' : 'arrowDownKey'\"\n [palette]=\"'text'\"></teta-icon>\n</div>\n\n", styles: [""] }]
32
32
  }], ctorParameters: function () { return [{ type: i3.AccordionItemComponent, decorators: [{
@@ -16,9 +16,9 @@ export class AccordionItemComponent {
16
16
  }
17
17
  ngOnInit() { }
18
18
  }
19
- AccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AccordionItemComponent, deps: [{ token: AccordionComponent, optional: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
20
- AccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: AccordionItemComponent, selector: "teta-accordion-item", inputs: { open: "open", disabled: "disabled" }, host: { properties: { "class.accordion-item_active": "this.open", "class.accordion-item": "this.accordionItemClass" } }, queries: [{ propertyName: "content", first: true, predicate: AccordionContentDirective, descendants: true }], ngImport: i0, template: "<ng-content select=\"teta-accordion-head\"></ng-content>\n<div class=\"accordion-content\" *ngIf=\"open\">\n <ng-container *ngTemplateOutlet=\"content.template\"></ng-container>\n</div>\n", styles: [""], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AccordionItemComponent, decorators: [{
19
+ AccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionItemComponent, deps: [{ token: AccordionComponent, optional: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
20
+ AccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: AccordionItemComponent, selector: "teta-accordion-item", inputs: { open: "open", disabled: "disabled" }, host: { properties: { "class.accordion-item_active": "this.open", "class.accordion-item": "this.accordionItemClass" } }, queries: [{ propertyName: "content", first: true, predicate: AccordionContentDirective, descendants: true }], ngImport: i0, template: "<ng-content select=\"teta-accordion-head\"></ng-content>\n<div class=\"accordion-content\" *ngIf=\"open\">\n <ng-container *ngTemplateOutlet=\"content.template\"></ng-container>\n</div>\n", styles: [""], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionItemComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{ selector: 'teta-accordion-item', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"teta-accordion-head\"></ng-content>\n<div class=\"accordion-content\" *ngIf=\"open\">\n <ng-container *ngTemplateOutlet=\"content.template\"></ng-container>\n</div>\n", styles: [""] }]
24
24
  }], ctorParameters: function () { return [{ type: i2.AccordionComponent, decorators: [{
@@ -8,14 +8,14 @@ import { AccordionItemComponent } from './accordion-item/accordion-item.componen
8
8
  import * as i0 from "@angular/core";
9
9
  export class AccordionModule {
10
10
  }
11
- AccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
- AccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AccordionModule, declarations: [AccordionComponent, AccordionHeadComponent, AccordionContentDirective, AccordionItemComponent], imports: [CommonModule,
11
+ AccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
+ AccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionModule, declarations: [AccordionComponent, AccordionHeadComponent, AccordionContentDirective, AccordionItemComponent], imports: [CommonModule,
13
13
  IconModule], exports: [AccordionComponent, AccordionHeadComponent, AccordionContentDirective, AccordionItemComponent] });
14
- AccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AccordionModule, imports: [[
14
+ AccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionModule, imports: [[
15
15
  CommonModule,
16
16
  IconModule
17
17
  ]] });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AccordionModule, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: AccordionModule, decorators: [{
19
19
  type: NgModule,
20
20
  args: [{
21
21
  declarations: [AccordionComponent, AccordionHeadComponent, AccordionContentDirective, AccordionItemComponent],
@@ -20,9 +20,9 @@ export class ButtonComponent {
20
20
  }
21
21
  ngOnInit() { }
22
22
  }
23
- ButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
24
- ButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: ButtonComponent, selector: "button[teta-button], teta-button", inputs: { palette: "palette", class: "class", view: "view", square: "square" }, host: { properties: { "class": "this.getClass" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ButtonComponent, decorators: [{
23
+ ButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
24
+ ButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: ButtonComponent, selector: "button[teta-button], teta-button", inputs: { palette: "palette", class: "class", view: "view", square: "square" }, host: { properties: { "class": "this.getClass" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ButtonComponent, decorators: [{
26
26
  type: Component,
27
27
  args: [{ selector: 'button[teta-button], teta-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n", styles: [""] }]
28
28
  }], ctorParameters: function () { return []; }, propDecorators: { palette: [{
@@ -4,12 +4,12 @@ import { ButtonComponent } from './button/button.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class ButtonModule {
6
6
  }
7
- ButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- ButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ButtonModule, declarations: [ButtonComponent], imports: [CommonModule], exports: [ButtonComponent] });
9
- ButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ButtonModule, imports: [[
7
+ ButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ ButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ButtonModule, declarations: [ButtonComponent], imports: [CommonModule], exports: [ButtonComponent] });
9
+ ButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ButtonModule, imports: [[
10
10
  CommonModule
11
11
  ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ButtonModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ButtonModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [ButtonComponent],
@@ -124,9 +124,9 @@ export class ChartComponent {
124
124
  }
125
125
  }
126
126
  }
127
- ChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ChartComponent, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
128
- ChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: ChartComponent, selector: "teta-chart", inputs: { zoom: "zoom", config: "config" }, outputs: { plotLinesMove: "plotLinesMove", plotBandsMove: "plotBandsMove", seriesMove: "seriesMove", zoomChange: "zoomChange" }, host: { listeners: { "click": "click($event)" } }, viewQueries: [{ propertyName: "chart", first: true, predicate: ["chart"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<div [style.display]=\"hasSeriesData ? 'contents' : 'none'\">\n <div #chart class=\"chart-container\"></div>\n <div class=\"legend-container\"></div>\n</div>\n<div [style.display]=\"!hasSeriesData ? 'block' : 'none'\" class=\"chart-placeholder text-align-center\">\n <span class=\"font-body-3 color-text-40\">\u0414\u0430\u043D\u043D\u044B\u0435 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044E\u0442</span>\n</div>\n\n\n", styles: [":host{display:flex;width:100%;height:100%;flex-direction:column}.chart-container{position:relative;min-height:0;flex-grow:1;flex-basis:1px}.chart-placeholder{margin:auto;width:100%}.chart-placeholder span{text-overflow:ellipsis;overflow:hidden;display:block}.legend-container{flex-shrink:0;flex-basis:1px}::ng-deep .grid line{stroke-dasharray:1,4}::ng-deep .tooltip-chart{padding:8px 12px;border-radius:2px}::ng-deep .legend{grid-gap:8px;padding-bottom:5px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-evenly}::ng-deep .legend .item{display:flex;align-items:center;cursor:pointer}::ng-deep .legend .item .swatch{width:10px;height:10px}::ng-deep .legend .item .line{width:12px;height:2px}::ng-deep .legend .item .label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:5px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
129
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ChartComponent, decorators: [{
127
+ ChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ChartComponent, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
128
+ ChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.1", type: ChartComponent, selector: "teta-chart", inputs: { zoom: "zoom", config: "config" }, outputs: { plotLinesMove: "plotLinesMove", plotBandsMove: "plotBandsMove", seriesMove: "seriesMove", zoomChange: "zoomChange" }, host: { listeners: { "click": "click($event)" } }, viewQueries: [{ propertyName: "chart", first: true, predicate: ["chart"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<div [style.display]=\"hasSeriesData ? 'contents' : 'none'\">\n <div #chart class=\"chart-container\"></div>\n <div class=\"legend-container\"></div>\n</div>\n<div [style.display]=\"!hasSeriesData ? 'block' : 'none'\" class=\"chart-placeholder text-align-center\">\n <span class=\"font-body-3 color-text-40\">\u0414\u0430\u043D\u043D\u044B\u0435 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044E\u0442</span>\n</div>\n\n\n", styles: [":host{display:flex;width:100%;height:100%;flex-direction:column}.chart-container{position:relative;min-height:0;flex-grow:1;flex-basis:1px}.chart-placeholder{margin:auto;width:100%}.chart-placeholder span{text-overflow:ellipsis;overflow:hidden;display:block}.legend-container{flex-shrink:0;flex-basis:1px}::ng-deep .grid line{stroke-dasharray:1,4}::ng-deep .tooltip-chart{padding:8px 12px;border-radius:2px}::ng-deep .legend{grid-gap:8px;padding-bottom:5px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-evenly}::ng-deep .legend .item{display:flex;align-items:center;cursor:pointer}::ng-deep .legend .item .swatch{width:10px;height:10px}::ng-deep .legend .item .line{width:12px;height:2px}::ng-deep .legend .item .label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:5px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
129
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ChartComponent, decorators: [{
130
130
  type: Component,
131
131
  args: [{ selector: 'teta-chart', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div [style.display]=\"hasSeriesData ? 'contents' : 'none'\">\n <div #chart class=\"chart-container\"></div>\n <div class=\"legend-container\"></div>\n</div>\n<div [style.display]=\"!hasSeriesData ? 'block' : 'none'\" class=\"chart-placeholder text-align-center\">\n <span class=\"font-body-3 color-text-40\">\u0414\u0430\u043D\u043D\u044B\u0435 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044E\u0442</span>\n</div>\n\n\n", styles: [":host{display:flex;width:100%;height:100%;flex-direction:column}.chart-container{position:relative;min-height:0;flex-grow:1;flex-basis:1px}.chart-placeholder{margin:auto;width:100%}.chart-placeholder span{text-overflow:ellipsis;overflow:hidden;display:block}.legend-container{flex-shrink:0;flex-basis:1px}::ng-deep .grid line{stroke-dasharray:1,4}::ng-deep .tooltip-chart{padding:8px 12px;border-radius:2px}::ng-deep .legend{grid-gap:8px;padding-bottom:5px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-evenly}::ng-deep .legend .item{display:flex;align-items:center;cursor:pointer}::ng-deep .legend .item .swatch{width:10px;height:10px}::ng-deep .legend .item .line{width:12px;height:2px}::ng-deep .legend .item .label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:5px}\n"] }]
132
132
  }], ctorParameters: function () { return [{ type: i0.NgZone }]; }, propDecorators: { zoom: [{
@@ -4,10 +4,10 @@ import { ChartComponent } from './chart/chart.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class ChartModule {
6
6
  }
7
- ChartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- ChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ChartModule, declarations: [ChartComponent], imports: [CommonModule], exports: [ChartComponent] });
9
- ChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ChartModule, imports: [[CommonModule]] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ChartModule, decorators: [{
7
+ ChartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ ChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ChartModule, declarations: [ChartComponent], imports: [CommonModule], exports: [ChartComponent] });
9
+ ChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ChartModule, imports: [[CommonModule]] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.1", ngImport: i0, type: ChartModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [ChartComponent],