@progress/kendo-angular-charts 11.2.0-develop.8 → 11.2.0

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 (137) hide show
  1. package/README.md +2 -0
  2. package/esm2020/chart/axis-defaults/crosshair.component.mjs +3 -3
  3. package/esm2020/chart/axis-defaults/crosshair.tooltip.component.mjs +3 -3
  4. package/esm2020/chart/axis-defaults/labels.component.mjs +3 -3
  5. package/esm2020/chart/axis-defaults/title.component.mjs +3 -3
  6. package/esm2020/chart/axis-defaults.component.mjs +3 -3
  7. package/esm2020/chart/category-axis-item/crosshair.component.mjs +3 -3
  8. package/esm2020/chart/category-axis-item/crosshair.tooltip.component.mjs +3 -3
  9. package/esm2020/chart/category-axis-item/labels.component.mjs +3 -3
  10. package/esm2020/chart/category-axis-item/notes.component.mjs +3 -3
  11. package/esm2020/chart/category-axis-item/notes.icon.component.mjs +3 -3
  12. package/esm2020/chart/category-axis-item/notes.label.component.mjs +3 -3
  13. package/esm2020/chart/category-axis-item/range-labels.component.mjs +3 -3
  14. package/esm2020/chart/category-axis-item/select.component.mjs +3 -3
  15. package/esm2020/chart/category-axis-item/title.component.mjs +3 -3
  16. package/esm2020/chart/category-axis-item.component.mjs +3 -3
  17. package/esm2020/chart/category-axis.component.mjs +3 -3
  18. package/esm2020/chart/chart-area.component.mjs +3 -3
  19. package/esm2020/chart/donut-center-template.directive.mjs +3 -3
  20. package/esm2020/chart/legend/inactive-items.component.mjs +3 -3
  21. package/esm2020/chart/legend/item.component.mjs +3 -3
  22. package/esm2020/chart/legend.component.mjs +3 -3
  23. package/esm2020/chart/pane/title.component.mjs +3 -3
  24. package/esm2020/chart/pane-defaults/title.component.mjs +3 -3
  25. package/esm2020/chart/pane-defaults.component.mjs +3 -3
  26. package/esm2020/chart/pane.component.mjs +3 -3
  27. package/esm2020/chart/panes.component.mjs +3 -3
  28. package/esm2020/chart/plot-area.component.mjs +3 -3
  29. package/esm2020/chart/series-defaults/labels.component.mjs +3 -3
  30. package/esm2020/chart/series-defaults/labels.from.component.mjs +3 -3
  31. package/esm2020/chart/series-defaults/labels.to.component.mjs +3 -3
  32. package/esm2020/chart/series-defaults/notes.component.mjs +3 -3
  33. package/esm2020/chart/series-defaults/notes.icon.component.mjs +3 -3
  34. package/esm2020/chart/series-defaults/notes.label.component.mjs +3 -3
  35. package/esm2020/chart/series-defaults/tooltip.component.mjs +3 -3
  36. package/esm2020/chart/series-defaults.component.mjs +3 -3
  37. package/esm2020/chart/series-item/error-bars.component.mjs +3 -3
  38. package/esm2020/chart/series-item/extremes.component.mjs +3 -3
  39. package/esm2020/chart/series-item/highlight.component.mjs +3 -3
  40. package/esm2020/chart/series-item/labels.component.mjs +3 -3
  41. package/esm2020/chart/series-item/labels.from.component.mjs +3 -3
  42. package/esm2020/chart/series-item/labels.to.component.mjs +3 -3
  43. package/esm2020/chart/series-item/markers.component.mjs +3 -3
  44. package/esm2020/chart/series-item/notes.component.mjs +3 -3
  45. package/esm2020/chart/series-item/notes.icon.component.mjs +3 -3
  46. package/esm2020/chart/series-item/notes.label.component.mjs +3 -3
  47. package/esm2020/chart/series-item/outliers.component.mjs +3 -3
  48. package/esm2020/chart/series-item/tooltip.component.mjs +3 -3
  49. package/esm2020/chart/series-item.component.mjs +3 -3
  50. package/esm2020/chart/series.component.mjs +3 -3
  51. package/esm2020/chart/subtitle.component.mjs +3 -3
  52. package/esm2020/chart/title.component.mjs +3 -3
  53. package/esm2020/chart/tooltip/base-tooltip.mjs +3 -3
  54. package/esm2020/chart/tooltip/crosshair-tooltip.component.mjs +3 -3
  55. package/esm2020/chart/tooltip/crosshair-tooltips-container.component.mjs +3 -3
  56. package/esm2020/chart/tooltip/series-tooltip-template.directive.mjs +3 -3
  57. package/esm2020/chart/tooltip/shared-tooltip-template.directive.mjs +3 -3
  58. package/esm2020/chart/tooltip/tooltip-popup.component.mjs +3 -3
  59. package/esm2020/chart/tooltip.component.mjs +3 -3
  60. package/esm2020/chart/value-axis-item/crosshair.component.mjs +3 -3
  61. package/esm2020/chart/value-axis-item/crosshair.tooltip.component.mjs +3 -3
  62. package/esm2020/chart/value-axis-item/labels.component.mjs +3 -3
  63. package/esm2020/chart/value-axis-item/notes.component.mjs +3 -3
  64. package/esm2020/chart/value-axis-item/notes.icon.component.mjs +3 -3
  65. package/esm2020/chart/value-axis-item/notes.label.component.mjs +3 -3
  66. package/esm2020/chart/value-axis-item/title.component.mjs +3 -3
  67. package/esm2020/chart/value-axis-item.component.mjs +3 -3
  68. package/esm2020/chart/value-axis.component.mjs +3 -3
  69. package/esm2020/chart/x-axis-item/crosshair.component.mjs +3 -3
  70. package/esm2020/chart/x-axis-item/crosshair.tooltip.component.mjs +3 -3
  71. package/esm2020/chart/x-axis-item/labels.component.mjs +3 -3
  72. package/esm2020/chart/x-axis-item/notes.component.mjs +3 -3
  73. package/esm2020/chart/x-axis-item/notes.icon.component.mjs +3 -3
  74. package/esm2020/chart/x-axis-item/notes.label.component.mjs +3 -3
  75. package/esm2020/chart/x-axis-item/title.component.mjs +3 -3
  76. package/esm2020/chart/x-axis-item.component.mjs +3 -3
  77. package/esm2020/chart/x-axis.component.mjs +3 -3
  78. package/esm2020/chart/y-axis-item/crosshair.component.mjs +3 -3
  79. package/esm2020/chart/y-axis-item/crosshair.tooltip.component.mjs +3 -3
  80. package/esm2020/chart/y-axis-item/labels.component.mjs +3 -3
  81. package/esm2020/chart/y-axis-item/notes.component.mjs +3 -3
  82. package/esm2020/chart/y-axis-item/notes.icon.component.mjs +3 -3
  83. package/esm2020/chart/y-axis-item/notes.label.component.mjs +3 -3
  84. package/esm2020/chart/y-axis-item/title.component.mjs +3 -3
  85. package/esm2020/chart/y-axis-item.component.mjs +3 -3
  86. package/esm2020/chart/y-axis.component.mjs +3 -3
  87. package/esm2020/chart/zoomable.component.mjs +3 -3
  88. package/esm2020/chart.component.mjs +3 -3
  89. package/esm2020/chart.module.mjs +4 -4
  90. package/esm2020/charts.module.mjs +4 -4
  91. package/esm2020/common/collection-item.component.mjs +3 -3
  92. package/esm2020/common/collection.component.mjs +3 -3
  93. package/esm2020/common/collection.service.mjs +3 -3
  94. package/esm2020/common/configuration.service.mjs +3 -3
  95. package/esm2020/common/prefix-configuration.service.mjs +3 -3
  96. package/esm2020/common/root-configuration.service.mjs +3 -3
  97. package/esm2020/common/settings.component.mjs +3 -3
  98. package/esm2020/common/theme.service.mjs +3 -3
  99. package/esm2020/common/tooltip-template.service.mjs +3 -3
  100. package/esm2020/events/base-event.mjs +3 -3
  101. package/esm2020/events/preventable-event.mjs +3 -3
  102. package/esm2020/package-metadata.mjs +2 -2
  103. package/esm2020/sparkline.component.mjs +3 -3
  104. package/esm2020/sparkline.module.mjs +4 -4
  105. package/esm2020/stock-chart/navigator/category-axis/crosshair.component.mjs +3 -3
  106. package/esm2020/stock-chart/navigator/category-axis/crosshair.tooltip.component.mjs +3 -3
  107. package/esm2020/stock-chart/navigator/category-axis/labels.component.mjs +3 -3
  108. package/esm2020/stock-chart/navigator/category-axis/notes.component.mjs +3 -3
  109. package/esm2020/stock-chart/navigator/category-axis/notes.icon.component.mjs +3 -3
  110. package/esm2020/stock-chart/navigator/category-axis/notes.label.component.mjs +3 -3
  111. package/esm2020/stock-chart/navigator/category-axis/select.component.mjs +3 -3
  112. package/esm2020/stock-chart/navigator/category-axis/title.component.mjs +3 -3
  113. package/esm2020/stock-chart/navigator/category-axis.component.mjs +3 -3
  114. package/esm2020/stock-chart/navigator/hint.component.mjs +3 -3
  115. package/esm2020/stock-chart/navigator/pane/title.component.mjs +3 -3
  116. package/esm2020/stock-chart/navigator/pane.component.mjs +3 -3
  117. package/esm2020/stock-chart/navigator/select.component.mjs +3 -3
  118. package/esm2020/stock-chart/navigator/series-item/error-bars.component.mjs +3 -3
  119. package/esm2020/stock-chart/navigator/series-item/extremes.component.mjs +3 -3
  120. package/esm2020/stock-chart/navigator/series-item/highlight.component.mjs +3 -3
  121. package/esm2020/stock-chart/navigator/series-item/labels.component.mjs +3 -3
  122. package/esm2020/stock-chart/navigator/series-item/labels.from.component.mjs +3 -3
  123. package/esm2020/stock-chart/navigator/series-item/labels.to.component.mjs +3 -3
  124. package/esm2020/stock-chart/navigator/series-item/markers.component.mjs +3 -3
  125. package/esm2020/stock-chart/navigator/series-item/notes.component.mjs +3 -3
  126. package/esm2020/stock-chart/navigator/series-item/notes.icon.component.mjs +3 -3
  127. package/esm2020/stock-chart/navigator/series-item/notes.label.component.mjs +3 -3
  128. package/esm2020/stock-chart/navigator/series-item/outliers.component.mjs +3 -3
  129. package/esm2020/stock-chart/navigator/series-item/tooltip.component.mjs +3 -3
  130. package/esm2020/stock-chart/navigator/series-item.component.mjs +3 -3
  131. package/esm2020/stock-chart/navigator/series.component.mjs +3 -3
  132. package/esm2020/stock-chart/navigator.component.mjs +3 -3
  133. package/esm2020/stock-chart.component.mjs +3 -3
  134. package/esm2020/stock-chart.module.mjs +4 -4
  135. package/fesm2015/progress-kendo-angular-charts.mjs +402 -402
  136. package/fesm2020/progress-kendo-angular-charts.mjs +402 -402
  137. package/package.json +6 -6
@@ -32,8 +32,8 @@ export class PreventableEvent extends BaseEvent {
32
32
  return this.prevented;
33
33
  }
34
34
  }
35
- PreventableEvent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PreventableEvent, deps: null, target: i0.ɵɵFactoryTarget.Directive });
36
- PreventableEvent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: PreventableEvent, usesInheritance: true, ngImport: i0 });
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PreventableEvent, decorators: [{
35
+ PreventableEvent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PreventableEvent, deps: null, target: i0.ɵɵFactoryTarget.Directive });
36
+ PreventableEvent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: PreventableEvent, usesInheritance: true, ngImport: i0 });
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PreventableEvent, decorators: [{
38
38
  type: Directive
39
39
  }] });
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-charts',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1675699139,
13
- version: '11.2.0-develop.8',
12
+ publishDate: 1676453582,
13
+ version: '11.2.0',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -84,8 +84,8 @@ export class SparklineComponent extends ChartComponent {
84
84
  this.instance.setOptions(Sparkline.normalizeOptions(this.options));
85
85
  }
86
86
  }
87
- SparklineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SparklineComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.ThemeService }, { token: i0.ElementRef }, { token: i3.IntlService }, { token: i4.LocalizationService }, { token: i0.NgZone }, { token: i5.InstanceEventService }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
88
- SparklineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SparklineComponent, selector: "kendo-sparkline", inputs: { type: "type", data: "data" }, providers: [
87
+ SparklineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.ThemeService }, { token: i0.ElementRef }, { token: i3.IntlService }, { token: i4.LocalizationService }, { token: i0.NgZone }, { token: i5.InstanceEventService }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
88
+ SparklineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SparklineComponent, selector: "kendo-sparkline", inputs: { type: "type", data: "data" }, providers: [
89
89
  ConfigurationService,
90
90
  TooltipTemplateService,
91
91
  InstanceEventService,
@@ -103,7 +103,7 @@ SparklineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
103
103
  </kendo-chart-tooltip-popup>
104
104
  <kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
105
105
  `, isInline: true, components: [{ type: i6.CrosshairTooltipsContainerComponent, selector: "kendo-chart-crosshair-tooltips-container", inputs: ["popupSettings"] }, { type: i7.TooltipPopupComponent, selector: "kendo-chart-tooltip-popup", inputs: ["animate", "classNames", "popupSettings", "wrapperClass"], outputs: ["leave"] }, { type: i8.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
106
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SparklineComponent, decorators: [{
106
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineComponent, decorators: [{
107
107
  type: Component,
108
108
  args: [{
109
109
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -35,10 +35,10 @@ import * as i1 from "./sparkline.component";
35
35
  */
36
36
  export class SparklineModule {
37
37
  }
38
- SparklineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SparklineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
39
- SparklineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SparklineModule, declarations: [i1.SparklineComponent], imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule], exports: [i1.SparklineComponent, ChartModule] });
40
- SparklineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SparklineModule, imports: [[ChartModule, CommonModule, PopupModule, ResizeSensorModule], ChartModule] });
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SparklineModule, decorators: [{
38
+ SparklineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
39
+ SparklineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, declarations: [i1.SparklineComponent], imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule], exports: [i1.SparklineComponent, ChartModule] });
40
+ SparklineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, imports: [[ChartModule, CommonModule, PopupModule, ResizeSensorModule], ChartModule] });
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, decorators: [{
42
42
  type: NgModule,
43
43
  args: [{
44
44
  declarations: [SPARKLINE_DIRECTIVES],
@@ -16,9 +16,9 @@ export class NavigatorCategoryAxisCrosshairComponent extends CategoryAxisCrossha
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- NavigatorCategoryAxisCrosshairComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorCategoryAxisCrosshairComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- NavigatorCategoryAxisCrosshairComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorCategoryAxisCrosshairComponent, selector: "kendo-chart-navigator-category-axis-crosshair", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorCategoryAxisCrosshairComponent, decorators: [{
19
+ NavigatorCategoryAxisCrosshairComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorCategoryAxisCrosshairComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ NavigatorCategoryAxisCrosshairComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorCategoryAxisCrosshairComponent, selector: "kendo-chart-navigator-category-axis-crosshair", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorCategoryAxisCrosshairComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -17,9 +17,9 @@ export class NavigatorCategoryAxisCrosshairTooltipComponent extends CategoryAxis
17
17
  this.configurationService = configurationService;
18
18
  }
19
19
  }
20
- NavigatorCategoryAxisCrosshairTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorCategoryAxisCrosshairTooltipComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
- NavigatorCategoryAxisCrosshairTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorCategoryAxisCrosshairTooltipComponent, selector: "kendo-chart-navigator-category-axis-crosshair-tooltip", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorCategoryAxisCrosshairTooltipComponent, decorators: [{
20
+ NavigatorCategoryAxisCrosshairTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorCategoryAxisCrosshairTooltipComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
+ NavigatorCategoryAxisCrosshairTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorCategoryAxisCrosshairTooltipComponent, selector: "kendo-chart-navigator-category-axis-crosshair-tooltip", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorCategoryAxisCrosshairTooltipComponent, decorators: [{
23
23
  type: Component,
24
24
  args: [{
25
25
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class NavigatorCategoryAxisLabelsComponent extends CategoryAxisLabelsComp
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- NavigatorCategoryAxisLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorCategoryAxisLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- NavigatorCategoryAxisLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorCategoryAxisLabelsComponent, selector: "kendo-chart-navigator-category-axis-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorCategoryAxisLabelsComponent, decorators: [{
19
+ NavigatorCategoryAxisLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorCategoryAxisLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ NavigatorCategoryAxisLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorCategoryAxisLabelsComponent, selector: "kendo-chart-navigator-category-axis-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorCategoryAxisLabelsComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class NavigatorCategoryAxisNotesComponent extends CategoryAxisNotesCompon
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- NavigatorCategoryAxisNotesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorCategoryAxisNotesComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- NavigatorCategoryAxisNotesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorCategoryAxisNotesComponent, selector: "kendo-chart-navigator-category-axis-notes", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorCategoryAxisNotesComponent, decorators: [{
19
+ NavigatorCategoryAxisNotesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorCategoryAxisNotesComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ NavigatorCategoryAxisNotesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorCategoryAxisNotesComponent, selector: "kendo-chart-navigator-category-axis-notes", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorCategoryAxisNotesComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class NavigatorCategoryAxisNotesIconComponent extends CategoryAxisNotesIc
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- NavigatorCategoryAxisNotesIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorCategoryAxisNotesIconComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- NavigatorCategoryAxisNotesIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorCategoryAxisNotesIconComponent, selector: "kendo-chart-navigator-category-axis-notes-icon", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorCategoryAxisNotesIconComponent, decorators: [{
19
+ NavigatorCategoryAxisNotesIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorCategoryAxisNotesIconComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ NavigatorCategoryAxisNotesIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorCategoryAxisNotesIconComponent, selector: "kendo-chart-navigator-category-axis-notes-icon", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorCategoryAxisNotesIconComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class NavigatorCategoryAxisNotesLabelComponent extends CategoryAxisNotesL
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- NavigatorCategoryAxisNotesLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorCategoryAxisNotesLabelComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- NavigatorCategoryAxisNotesLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorCategoryAxisNotesLabelComponent, selector: "kendo-chart-navigator-category-axis-notes-label", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorCategoryAxisNotesLabelComponent, decorators: [{
19
+ NavigatorCategoryAxisNotesLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorCategoryAxisNotesLabelComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ NavigatorCategoryAxisNotesLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorCategoryAxisNotesLabelComponent, selector: "kendo-chart-navigator-category-axis-notes-label", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorCategoryAxisNotesLabelComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -19,9 +19,9 @@ export class NavigatorCategoryAxisSelectComponent extends CategoryAxisSelectComp
19
19
  this.configurationService = configurationService;
20
20
  }
21
21
  }
22
- NavigatorCategoryAxisSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorCategoryAxisSelectComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
23
- NavigatorCategoryAxisSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorCategoryAxisSelectComponent, selector: "kendo-chart-navigator-category-axis-select", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorCategoryAxisSelectComponent, decorators: [{
22
+ NavigatorCategoryAxisSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorCategoryAxisSelectComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
23
+ NavigatorCategoryAxisSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorCategoryAxisSelectComponent, selector: "kendo-chart-navigator-category-axis-select", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorCategoryAxisSelectComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{
27
27
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class NavigatorCategoryAxisTitleComponent extends CategoryAxisTitleCompon
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- NavigatorCategoryAxisTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorCategoryAxisTitleComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- NavigatorCategoryAxisTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorCategoryAxisTitleComponent, selector: "kendo-chart-navigator-category-axis-title", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorCategoryAxisTitleComponent, decorators: [{
19
+ NavigatorCategoryAxisTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorCategoryAxisTitleComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ NavigatorCategoryAxisTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorCategoryAxisTitleComponent, selector: "kendo-chart-navigator-category-axis-title", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorCategoryAxisTitleComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -32,15 +32,15 @@ export class NavigatorCategoryAxisComponent extends CategoryAxisItemComponent {
32
32
  this.configurationService = configurationService;
33
33
  }
34
34
  }
35
- NavigatorCategoryAxisComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorCategoryAxisComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.IntlService }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Component });
36
- NavigatorCategoryAxisComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorCategoryAxisComponent, selector: "kendo-chart-navigator-category-axis", providers: [{
35
+ NavigatorCategoryAxisComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorCategoryAxisComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.IntlService }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Component });
36
+ NavigatorCategoryAxisComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorCategoryAxisComponent, selector: "kendo-chart-navigator-category-axis", providers: [{
37
37
  provide: PREFIX,
38
38
  useValue: 'navigator.categoryAxis'
39
39
  }, {
40
40
  provide: ConfigurationService,
41
41
  useClass: PrefixConfigurationService
42
42
  }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorCategoryAxisComponent, decorators: [{
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorCategoryAxisComponent, decorators: [{
44
44
  type: Component,
45
45
  args: [{
46
46
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -17,9 +17,9 @@ export class NavigatorHintComponent extends SettingsComponent {
17
17
  this.configurationService = configurationService;
18
18
  }
19
19
  }
20
- NavigatorHintComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorHintComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
- NavigatorHintComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorHintComponent, selector: "kendo-chart-navigator-hint", inputs: { content: "content", format: "format", visible: "visible" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorHintComponent, decorators: [{
20
+ NavigatorHintComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorHintComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
+ NavigatorHintComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorHintComponent, selector: "kendo-chart-navigator-hint", inputs: { content: "content", format: "format", visible: "visible" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorHintComponent, decorators: [{
23
23
  type: Component,
24
24
  args: [{
25
25
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class NavigatorPaneTitleComponent extends PanesTitleComponent {
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- NavigatorPaneTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorPaneTitleComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- NavigatorPaneTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorPaneTitleComponent, selector: "kendo-chart-navigator-pane-title", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorPaneTitleComponent, decorators: [{
19
+ NavigatorPaneTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorPaneTitleComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ NavigatorPaneTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorPaneTitleComponent, selector: "kendo-chart-navigator-pane-title", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorPaneTitleComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -18,9 +18,9 @@ export class NavigatorPaneComponent extends PaneComponent {
18
18
  this.configurationService = configurationService;
19
19
  }
20
20
  }
21
- NavigatorPaneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorPaneComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
22
- NavigatorPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorPaneComponent, selector: "kendo-chart-navigator-pane", providers: [{ provide: PREFIX, useValue: 'navigator.pane' }, { provide: ConfigurationService, useClass: PrefixConfigurationService }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorPaneComponent, decorators: [{
21
+ NavigatorPaneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorPaneComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
22
+ NavigatorPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorPaneComponent, selector: "kendo-chart-navigator-pane", providers: [{ provide: PREFIX, useValue: 'navigator.pane' }, { provide: ConfigurationService, useClass: PrefixConfigurationService }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorPaneComponent, decorators: [{
24
24
  type: Component,
25
25
  args: [{
26
26
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -17,9 +17,9 @@ export class NavigatorSelectComponent extends SettingsComponent {
17
17
  this.configurationService = configurationService;
18
18
  }
19
19
  }
20
- NavigatorSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSelectComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
- NavigatorSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorSelectComponent, selector: "kendo-chart-navigator-select", inputs: { from: "from", to: "to", mousewheel: "mousewheel" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSelectComponent, decorators: [{
20
+ NavigatorSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSelectComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
+ NavigatorSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorSelectComponent, selector: "kendo-chart-navigator-select", inputs: { from: "from", to: "to", mousewheel: "mousewheel" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSelectComponent, decorators: [{
23
23
  type: Component,
24
24
  args: [{
25
25
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class NavigatorSeriesErrorBarsComponent extends SeriesErrorBarsComponent
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- NavigatorSeriesErrorBarsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesErrorBarsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- NavigatorSeriesErrorBarsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorSeriesErrorBarsComponent, selector: "kendo-chart-navigator-series-item-error-bars", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesErrorBarsComponent, decorators: [{
19
+ NavigatorSeriesErrorBarsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesErrorBarsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ NavigatorSeriesErrorBarsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorSeriesErrorBarsComponent, selector: "kendo-chart-navigator-series-item-error-bars", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesErrorBarsComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class NavigatorSeriesExtremesComponent extends SeriesExtremesComponent {
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- NavigatorSeriesExtremesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesExtremesComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- NavigatorSeriesExtremesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorSeriesExtremesComponent, selector: "kendo-chart-navigator-series-item-extremes", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesExtremesComponent, decorators: [{
19
+ NavigatorSeriesExtremesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesExtremesComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ NavigatorSeriesExtremesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorSeriesExtremesComponent, selector: "kendo-chart-navigator-series-item-extremes", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesExtremesComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class NavigatorSeriesHighlightComponent extends SeriesHighlightComponent
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- NavigatorSeriesHighlightComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesHighlightComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- NavigatorSeriesHighlightComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorSeriesHighlightComponent, selector: "kendo-chart-navigator-series-item-highlight", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesHighlightComponent, decorators: [{
19
+ NavigatorSeriesHighlightComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesHighlightComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ NavigatorSeriesHighlightComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorSeriesHighlightComponent, selector: "kendo-chart-navigator-series-item-highlight", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesHighlightComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -17,9 +17,9 @@ export class NavigatorSeriesLabelsComponent extends SeriesLabelsComponent {
17
17
  this.markAsVisible();
18
18
  }
19
19
  }
20
- NavigatorSeriesLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
- NavigatorSeriesLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorSeriesLabelsComponent, selector: "kendo-chart-navigator-series-item-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesLabelsComponent, decorators: [{
20
+ NavigatorSeriesLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
+ NavigatorSeriesLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorSeriesLabelsComponent, selector: "kendo-chart-navigator-series-item-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesLabelsComponent, decorators: [{
23
23
  type: Component,
24
24
  args: [{
25
25
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -17,9 +17,9 @@ export class NavigatorSeriesLabelsFromComponent extends SeriesLabelsFromComponen
17
17
  this.markAsVisible();
18
18
  }
19
19
  }
20
- NavigatorSeriesLabelsFromComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesLabelsFromComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
- NavigatorSeriesLabelsFromComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorSeriesLabelsFromComponent, selector: "kendo-chart-navigator-series-item-labels-from", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesLabelsFromComponent, decorators: [{
20
+ NavigatorSeriesLabelsFromComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesLabelsFromComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
+ NavigatorSeriesLabelsFromComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorSeriesLabelsFromComponent, selector: "kendo-chart-navigator-series-item-labels-from", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesLabelsFromComponent, decorators: [{
23
23
  type: Component,
24
24
  args: [{
25
25
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -17,9 +17,9 @@ export class NavigatorSeriesLabelsToComponent extends SeriesLabelsToComponent {
17
17
  this.markAsVisible();
18
18
  }
19
19
  }
20
- NavigatorSeriesLabelsToComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesLabelsToComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
- NavigatorSeriesLabelsToComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorSeriesLabelsToComponent, selector: "kendo-chart-navigator-series-item-labels-to", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesLabelsToComponent, decorators: [{
20
+ NavigatorSeriesLabelsToComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesLabelsToComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
+ NavigatorSeriesLabelsToComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorSeriesLabelsToComponent, selector: "kendo-chart-navigator-series-item-labels-to", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesLabelsToComponent, decorators: [{
23
23
  type: Component,
24
24
  args: [{
25
25
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class NavigatorSeriesMarkersComponent extends SeriesMarkersComponent {
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- NavigatorSeriesMarkersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesMarkersComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- NavigatorSeriesMarkersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorSeriesMarkersComponent, selector: "kendo-chart-navigator-series-item-markers", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesMarkersComponent, decorators: [{
19
+ NavigatorSeriesMarkersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesMarkersComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ NavigatorSeriesMarkersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorSeriesMarkersComponent, selector: "kendo-chart-navigator-series-item-markers", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesMarkersComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class NavigatorSeriesNotesComponent extends SeriesNotesComponent {
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- NavigatorSeriesNotesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesNotesComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- NavigatorSeriesNotesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorSeriesNotesComponent, selector: "kendo-chart-navigator-series-item-notes", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesNotesComponent, decorators: [{
19
+ NavigatorSeriesNotesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesNotesComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ NavigatorSeriesNotesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorSeriesNotesComponent, selector: "kendo-chart-navigator-series-item-notes", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesNotesComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class NavigatorSeriesNotesIconComponent extends SeriesNotesIconComponent
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- NavigatorSeriesNotesIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesNotesIconComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- NavigatorSeriesNotesIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorSeriesNotesIconComponent, selector: "kendo-chart-navigator-series-item-notes-icon", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesNotesIconComponent, decorators: [{
19
+ NavigatorSeriesNotesIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesNotesIconComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ NavigatorSeriesNotesIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorSeriesNotesIconComponent, selector: "kendo-chart-navigator-series-item-notes-icon", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesNotesIconComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class NavigatorSeriesNotesLabelComponent extends SeriesNotesLabelComponen
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- NavigatorSeriesNotesLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesNotesLabelComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- NavigatorSeriesNotesLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorSeriesNotesLabelComponent, selector: "kendo-chart-navigator-series-item-notes-label", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesNotesLabelComponent, decorators: [{
19
+ NavigatorSeriesNotesLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesNotesLabelComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ NavigatorSeriesNotesLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorSeriesNotesLabelComponent, selector: "kendo-chart-navigator-series-item-notes-label", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesNotesLabelComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class NavigatorSeriesOutliersComponent extends SeriesOutliersComponent {
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- NavigatorSeriesOutliersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesOutliersComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- NavigatorSeriesOutliersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorSeriesOutliersComponent, selector: "kendo-chart-navigator-series-item-outliers", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesOutliersComponent, decorators: [{
19
+ NavigatorSeriesOutliersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesOutliersComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ NavigatorSeriesOutliersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorSeriesOutliersComponent, selector: "kendo-chart-navigator-series-item-outliers", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesOutliersComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -17,9 +17,9 @@ export class NavigatorSeriesTooltipComponent extends SeriesTooltipComponent {
17
17
  this.configurationService = configurationService;
18
18
  }
19
19
  }
20
- NavigatorSeriesTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesTooltipComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
- NavigatorSeriesTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorSeriesTooltipComponent, selector: "kendo-chart-navigator-series-item-tooltip", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesTooltipComponent, decorators: [{
20
+ NavigatorSeriesTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesTooltipComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
+ NavigatorSeriesTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorSeriesTooltipComponent, selector: "kendo-chart-navigator-series-item-tooltip", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesTooltipComponent, decorators: [{
23
23
  type: Component,
24
24
  args: [{
25
25
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -20,9 +20,9 @@ export class NavigatorSeriesItemComponent extends SeriesItemComponent {
20
20
  this.collectionService = collectionService;
21
21
  }
22
22
  }
23
- NavigatorSeriesItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesItemComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }], target: i0.ɵɵFactoryTarget.Component });
24
- NavigatorSeriesItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorSeriesItemComponent, selector: "kendo-chart-navigator-series-item", providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesItemComponent, decorators: [{
23
+ NavigatorSeriesItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesItemComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }], target: i0.ɵɵFactoryTarget.Component });
24
+ NavigatorSeriesItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorSeriesItemComponent, selector: "kendo-chart-navigator-series-item", providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesItemComponent, decorators: [{
26
26
  type: Component,
27
27
  args: [{
28
28
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -57,9 +57,9 @@ export class NavigatorSeriesComponent extends SeriesComponent {
57
57
  readTooltipTemplates() {
58
58
  }
59
59
  }
60
- NavigatorSeriesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }, { token: i3.TooltipTemplateService }], target: i0.ɵɵFactoryTarget.Component });
61
- NavigatorSeriesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorSeriesComponent, selector: "kendo-chart-navigator-series", providers: [CollectionService], queries: [{ propertyName: "children", predicate: NavigatorSeriesItemComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorSeriesComponent, decorators: [{
60
+ NavigatorSeriesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }, { token: i3.TooltipTemplateService }], target: i0.ɵɵFactoryTarget.Component });
61
+ NavigatorSeriesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorSeriesComponent, selector: "kendo-chart-navigator-series", providers: [CollectionService], queries: [{ propertyName: "children", predicate: NavigatorSeriesItemComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorSeriesComponent, decorators: [{
63
63
  type: Component,
64
64
  args: [{
65
65
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -54,9 +54,9 @@ export class NavigatorComponent extends SettingsComponent {
54
54
  this.configurationService = configurationService;
55
55
  }
56
56
  }
57
- NavigatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
58
- NavigatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NavigatorComponent, selector: "kendo-chart-navigator", inputs: { visible: "visible", categoryAxis: "categoryAxis", hint: "hint", pane: "pane", select: "select", series: "series" }, providers: [{ provide: PREFIX, useValue: 'navigator' }, { provide: ConfigurationService, useClass: PrefixConfigurationService }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
59
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigatorComponent, decorators: [{
57
+ NavigatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
58
+ NavigatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NavigatorComponent, selector: "kendo-chart-navigator", inputs: { visible: "visible", categoryAxis: "categoryAxis", hint: "hint", pane: "pane", select: "select", series: "series" }, providers: [{ provide: PREFIX, useValue: 'navigator' }, { provide: ConfigurationService, useClass: PrefixConfigurationService }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
59
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigatorComponent, decorators: [{
60
60
  type: Component,
61
61
  args: [{
62
62
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -128,8 +128,8 @@ export class StockChartComponent extends ChartComponent {
128
128
  return isDevMode();
129
129
  }
130
130
  }
131
- StockChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StockChartComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.ThemeService }, { token: i0.ElementRef }, { token: i3.IntlService }, { token: i4.LocalizationService }, { token: i0.NgZone }, { token: i5.StockInstanceEventService }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
132
- StockChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: StockChartComponent, selector: "kendo-stockchart", inputs: { navigator: "navigator", pannable: "pannable", zoomable: "zoomable" }, outputs: { navigatorFilter: "navigatorFilter" }, providers: [
131
+ StockChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.ThemeService }, { token: i0.ElementRef }, { token: i3.IntlService }, { token: i4.LocalizationService }, { token: i0.NgZone }, { token: i5.StockInstanceEventService }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
132
+ StockChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: StockChartComponent, selector: "kendo-stockchart", inputs: { navigator: "navigator", pannable: "pannable", zoomable: "zoomable" }, outputs: { navigatorFilter: "navigatorFilter" }, providers: [
133
133
  ConfigurationService,
134
134
  TooltipTemplateService,
135
135
  { provide: RootConfigurationService, useExisting: ConfigurationService },
@@ -147,7 +147,7 @@ StockChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
147
147
  </kendo-chart-tooltip-popup>
148
148
  <kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
149
149
  `, isInline: true, components: [{ type: i6.CrosshairTooltipsContainerComponent, selector: "kendo-chart-crosshair-tooltips-container", inputs: ["popupSettings"] }, { type: i7.TooltipPopupComponent, selector: "kendo-chart-tooltip-popup", inputs: ["animate", "classNames", "popupSettings", "wrapperClass"], outputs: ["leave"] }, { type: i8.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
150
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StockChartComponent, decorators: [{
150
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartComponent, decorators: [{
151
151
  type: Component,
152
152
  args: [{
153
153
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -63,10 +63,10 @@ import * as i29 from "./stock-chart/navigator/series-item/tooltip.component";
63
63
  */
64
64
  export class StockChartModule {
65
65
  }
66
- StockChartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StockChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
67
- StockChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StockChartModule, declarations: [i1.StockChartComponent, i2.NavigatorComponent, i3.NavigatorCategoryAxisComponent, i4.NavigatorCategoryAxisCrosshairComponent, i5.NavigatorCategoryAxisCrosshairTooltipComponent, i6.NavigatorCategoryAxisLabelsComponent, i7.NavigatorCategoryAxisNotesComponent, i8.NavigatorCategoryAxisNotesIconComponent, i9.NavigatorCategoryAxisNotesLabelComponent, i10.NavigatorCategoryAxisSelectComponent, i11.NavigatorCategoryAxisTitleComponent, i12.NavigatorHintComponent, i13.NavigatorPaneComponent, i14.NavigatorPaneTitleComponent, i15.NavigatorSelectComponent, i16.NavigatorSeriesComponent, i17.NavigatorSeriesItemComponent, i18.NavigatorSeriesErrorBarsComponent, i19.NavigatorSeriesExtremesComponent, i20.NavigatorSeriesHighlightComponent, i21.NavigatorSeriesLabelsComponent, i22.NavigatorSeriesLabelsFromComponent, i23.NavigatorSeriesLabelsToComponent, i24.NavigatorSeriesMarkersComponent, i25.NavigatorSeriesNotesComponent, i26.NavigatorSeriesNotesIconComponent, i27.NavigatorSeriesNotesLabelComponent, i28.NavigatorSeriesOutliersComponent, i29.NavigatorSeriesTooltipComponent], imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule], exports: [i1.StockChartComponent, i2.NavigatorComponent, i3.NavigatorCategoryAxisComponent, i4.NavigatorCategoryAxisCrosshairComponent, i5.NavigatorCategoryAxisCrosshairTooltipComponent, i6.NavigatorCategoryAxisLabelsComponent, i7.NavigatorCategoryAxisNotesComponent, i8.NavigatorCategoryAxisNotesIconComponent, i9.NavigatorCategoryAxisNotesLabelComponent, i10.NavigatorCategoryAxisSelectComponent, i11.NavigatorCategoryAxisTitleComponent, i12.NavigatorHintComponent, i13.NavigatorPaneComponent, i14.NavigatorPaneTitleComponent, i15.NavigatorSelectComponent, i16.NavigatorSeriesComponent, i17.NavigatorSeriesItemComponent, i18.NavigatorSeriesErrorBarsComponent, i19.NavigatorSeriesExtremesComponent, i20.NavigatorSeriesHighlightComponent, i21.NavigatorSeriesLabelsComponent, i22.NavigatorSeriesLabelsFromComponent, i23.NavigatorSeriesLabelsToComponent, i24.NavigatorSeriesMarkersComponent, i25.NavigatorSeriesNotesComponent, i26.NavigatorSeriesNotesIconComponent, i27.NavigatorSeriesNotesLabelComponent, i28.NavigatorSeriesOutliersComponent, i29.NavigatorSeriesTooltipComponent, ChartModule] });
68
- StockChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StockChartModule, imports: [[ChartModule, CommonModule, PopupModule, ResizeSensorModule], ChartModule] });
69
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StockChartModule, decorators: [{
66
+ StockChartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
67
+ StockChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, declarations: [i1.StockChartComponent, i2.NavigatorComponent, i3.NavigatorCategoryAxisComponent, i4.NavigatorCategoryAxisCrosshairComponent, i5.NavigatorCategoryAxisCrosshairTooltipComponent, i6.NavigatorCategoryAxisLabelsComponent, i7.NavigatorCategoryAxisNotesComponent, i8.NavigatorCategoryAxisNotesIconComponent, i9.NavigatorCategoryAxisNotesLabelComponent, i10.NavigatorCategoryAxisSelectComponent, i11.NavigatorCategoryAxisTitleComponent, i12.NavigatorHintComponent, i13.NavigatorPaneComponent, i14.NavigatorPaneTitleComponent, i15.NavigatorSelectComponent, i16.NavigatorSeriesComponent, i17.NavigatorSeriesItemComponent, i18.NavigatorSeriesErrorBarsComponent, i19.NavigatorSeriesExtremesComponent, i20.NavigatorSeriesHighlightComponent, i21.NavigatorSeriesLabelsComponent, i22.NavigatorSeriesLabelsFromComponent, i23.NavigatorSeriesLabelsToComponent, i24.NavigatorSeriesMarkersComponent, i25.NavigatorSeriesNotesComponent, i26.NavigatorSeriesNotesIconComponent, i27.NavigatorSeriesNotesLabelComponent, i28.NavigatorSeriesOutliersComponent, i29.NavigatorSeriesTooltipComponent], imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule], exports: [i1.StockChartComponent, i2.NavigatorComponent, i3.NavigatorCategoryAxisComponent, i4.NavigatorCategoryAxisCrosshairComponent, i5.NavigatorCategoryAxisCrosshairTooltipComponent, i6.NavigatorCategoryAxisLabelsComponent, i7.NavigatorCategoryAxisNotesComponent, i8.NavigatorCategoryAxisNotesIconComponent, i9.NavigatorCategoryAxisNotesLabelComponent, i10.NavigatorCategoryAxisSelectComponent, i11.NavigatorCategoryAxisTitleComponent, i12.NavigatorHintComponent, i13.NavigatorPaneComponent, i14.NavigatorPaneTitleComponent, i15.NavigatorSelectComponent, i16.NavigatorSeriesComponent, i17.NavigatorSeriesItemComponent, i18.NavigatorSeriesErrorBarsComponent, i19.NavigatorSeriesExtremesComponent, i20.NavigatorSeriesHighlightComponent, i21.NavigatorSeriesLabelsComponent, i22.NavigatorSeriesLabelsFromComponent, i23.NavigatorSeriesLabelsToComponent, i24.NavigatorSeriesMarkersComponent, i25.NavigatorSeriesNotesComponent, i26.NavigatorSeriesNotesIconComponent, i27.NavigatorSeriesNotesLabelComponent, i28.NavigatorSeriesOutliersComponent, i29.NavigatorSeriesTooltipComponent, ChartModule] });
68
+ StockChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, imports: [[ChartModule, CommonModule, PopupModule, ResizeSensorModule], ChartModule] });
69
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, decorators: [{
70
70
  type: NgModule,
71
71
  args: [{
72
72
  declarations: [STOCK_CHART_DIRECTIVES],