@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
@@ -50,9 +50,9 @@ export class ValueAxisComponent extends CollectionComponent {
50
50
  this.collectionService = collectionService;
51
51
  }
52
52
  }
53
- ValueAxisComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ValueAxisComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }], target: i0.ɵɵFactoryTarget.Component });
54
- ValueAxisComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ValueAxisComponent, selector: "kendo-chart-value-axis", providers: [CollectionService], queries: [{ propertyName: "children", predicate: ValueAxisItemComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ValueAxisComponent, decorators: [{
53
+ ValueAxisComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ValueAxisComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }], target: i0.ɵɵFactoryTarget.Component });
54
+ ValueAxisComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ValueAxisComponent, selector: "kendo-chart-value-axis", providers: [CollectionService], queries: [{ propertyName: "children", predicate: ValueAxisItemComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ValueAxisComponent, decorators: [{
56
56
  type: Component,
57
57
  args: [{
58
58
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -18,9 +18,9 @@ export class XAxisCrosshairComponent extends SettingsComponent {
18
18
  this.markAsVisible();
19
19
  }
20
20
  }
21
- XAxisCrosshairComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: XAxisCrosshairComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
22
- XAxisCrosshairComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: XAxisCrosshairComponent, selector: "kendo-chart-x-axis-item-crosshair", inputs: { color: "color", opacity: "opacity", visible: "visible", width: "width", tooltip: "tooltip" }, 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: XAxisCrosshairComponent, decorators: [{
21
+ XAxisCrosshairComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: XAxisCrosshairComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
22
+ XAxisCrosshairComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: XAxisCrosshairComponent, selector: "kendo-chart-x-axis-item-crosshair", inputs: { color: "color", opacity: "opacity", visible: "visible", width: "width", tooltip: "tooltip" }, 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: XAxisCrosshairComponent, decorators: [{
24
24
  type: Component,
25
25
  args: [{
26
26
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -18,9 +18,9 @@ export class XAxisCrosshairTooltipComponent extends SettingsComponent {
18
18
  this.markAsVisible();
19
19
  }
20
20
  }
21
- XAxisCrosshairTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: XAxisCrosshairTooltipComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
22
- XAxisCrosshairTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: XAxisCrosshairTooltipComponent, selector: "kendo-chart-x-axis-item-crosshair-tooltip", inputs: { background: "background", border: "border", color: "color", font: "font", format: "format", padding: "padding", visible: "visible" }, 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: XAxisCrosshairTooltipComponent, decorators: [{
21
+ XAxisCrosshairTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: XAxisCrosshairTooltipComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
22
+ XAxisCrosshairTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: XAxisCrosshairTooltipComponent, selector: "kendo-chart-x-axis-item-crosshair-tooltip", inputs: { background: "background", border: "border", color: "color", font: "font", format: "format", padding: "padding", visible: "visible" }, 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: XAxisCrosshairTooltipComponent, decorators: [{
24
24
  type: Component,
25
25
  args: [{
26
26
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class XAxisLabelsComponent extends SettingsComponent {
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- XAxisLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: XAxisLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- XAxisLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: XAxisLabelsComponent, selector: "kendo-chart-x-axis-item-labels", inputs: { background: "background", border: "border", color: "color", content: "content", culture: "culture", dateFormats: "dateFormats", font: "font", format: "format", margin: "margin", mirror: "mirror", padding: "padding", position: "position", rotation: "rotation", skip: "skip", step: "step", visible: "visible", visual: "visual" }, 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: XAxisLabelsComponent, decorators: [{
19
+ XAxisLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: XAxisLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ XAxisLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: XAxisLabelsComponent, selector: "kendo-chart-x-axis-item-labels", inputs: { background: "background", border: "border", color: "color", content: "content", culture: "culture", dateFormats: "dateFormats", font: "font", format: "format", margin: "margin", mirror: "mirror", padding: "padding", position: "position", rotation: "rotation", skip: "skip", step: "step", visible: "visible", visual: "visual" }, 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: XAxisLabelsComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -20,9 +20,9 @@ export class XAxisNotesComponent extends SettingsComponent {
20
20
  this.configurationService = configurationService;
21
21
  }
22
22
  }
23
- XAxisNotesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: XAxisNotesComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
24
- XAxisNotesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: XAxisNotesComponent, selector: "kendo-chart-x-axis-item-notes", inputs: { data: "data", line: "line", position: "position", visual: "visual", icon: "icon", label: "label" }, 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: XAxisNotesComponent, decorators: [{
23
+ XAxisNotesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: XAxisNotesComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
24
+ XAxisNotesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: XAxisNotesComponent, selector: "kendo-chart-x-axis-item-notes", inputs: { data: "data", line: "line", position: "position", visual: "visual", icon: "icon", label: "label" }, 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: XAxisNotesComponent, decorators: [{
26
26
  type: Component,
27
27
  args: [{
28
28
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class XAxisNotesIconComponent extends SettingsComponent {
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- XAxisNotesIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: XAxisNotesIconComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- XAxisNotesIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: XAxisNotesIconComponent, selector: "kendo-chart-x-axis-item-notes-icon", inputs: { background: "background", border: "border", size: "size", type: "type", visible: "visible" }, 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: XAxisNotesIconComponent, decorators: [{
19
+ XAxisNotesIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: XAxisNotesIconComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ XAxisNotesIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: XAxisNotesIconComponent, selector: "kendo-chart-x-axis-item-notes-icon", inputs: { background: "background", border: "border", size: "size", type: "type", visible: "visible" }, 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: XAxisNotesIconComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class XAxisNotesLabelComponent extends SettingsComponent {
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- XAxisNotesLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: XAxisNotesLabelComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- XAxisNotesLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: XAxisNotesLabelComponent, selector: "kendo-chart-x-axis-item-notes-label", inputs: { background: "background", border: "border", color: "color", content: "content", font: "font", format: "format", position: "position", rotation: "rotation", visible: "visible" }, 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: XAxisNotesLabelComponent, decorators: [{
19
+ XAxisNotesLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: XAxisNotesLabelComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ XAxisNotesLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: XAxisNotesLabelComponent, selector: "kendo-chart-x-axis-item-notes-label", inputs: { background: "background", border: "border", color: "color", content: "content", font: "font", format: "format", position: "position", rotation: "rotation", visible: "visible" }, 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: XAxisNotesLabelComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class XAxisTitleComponent extends SettingsComponent {
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- XAxisTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: XAxisTitleComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- XAxisTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: XAxisTitleComponent, selector: "kendo-chart-x-axis-item-title", inputs: { background: "background", border: "border", color: "color", font: "font", margin: "margin", padding: "padding", position: "position", rotation: "rotation", text: "text", visible: "visible", visual: "visual" }, 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: XAxisTitleComponent, decorators: [{
19
+ XAxisTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: XAxisTitleComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ XAxisTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: XAxisTitleComponent, selector: "kendo-chart-x-axis-item-title", inputs: { background: "background", border: "border", color: "color", font: "font", margin: "margin", padding: "padding", position: "position", rotation: "rotation", text: "text", visible: "visible", visual: "visual" }, 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: XAxisTitleComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -25,9 +25,9 @@ export class XAxisItemComponent extends CollectionItemComponent {
25
25
  this.notifyChanges({ weekStartDay: intl.firstDay(localeId) });
26
26
  }
27
27
  }
28
- XAxisItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: XAxisItemComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }, { token: i3.IntlService }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Component });
29
- XAxisItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: XAxisItemComponent, selector: "kendo-chart-x-axis-item", inputs: { axisCrossingValue: "axisCrossingValue", background: "background", baseUnit: "baseUnit", categories: "categories", color: "color", line: "line", majorGridLines: "majorGridLines", majorTicks: "majorTicks", majorUnit: "majorUnit", max: "max", min: "min", minorGridLines: "minorGridLines", minorTicks: "minorTicks", minorUnit: "minorUnit", name: "name", narrowRange: "narrowRange", pane: "pane", plotBands: "plotBands", reverse: "reverse", startAngle: "startAngle", type: "type", visible: "visible", weekStartDay: "weekStartDay", crosshair: "crosshair", labels: "labels", notes: "notes", title: "title" }, providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: XAxisItemComponent, decorators: [{
28
+ XAxisItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: XAxisItemComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }, { token: i3.IntlService }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Component });
29
+ XAxisItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: XAxisItemComponent, selector: "kendo-chart-x-axis-item", inputs: { axisCrossingValue: "axisCrossingValue", background: "background", baseUnit: "baseUnit", categories: "categories", color: "color", line: "line", majorGridLines: "majorGridLines", majorTicks: "majorTicks", majorUnit: "majorUnit", max: "max", min: "min", minorGridLines: "minorGridLines", minorTicks: "minorTicks", minorUnit: "minorUnit", name: "name", narrowRange: "narrowRange", pane: "pane", plotBands: "plotBands", reverse: "reverse", startAngle: "startAngle", type: "type", visible: "visible", weekStartDay: "weekStartDay", crosshair: "crosshair", labels: "labels", notes: "notes", title: "title" }, providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: XAxisItemComponent, decorators: [{
31
31
  type: Component,
32
32
  args: [{
33
33
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -82,9 +82,9 @@ export class XAxisComponent extends CollectionComponent {
82
82
  this.collectionService = collectionService;
83
83
  }
84
84
  }
85
- XAxisComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: XAxisComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }], target: i0.ɵɵFactoryTarget.Component });
86
- XAxisComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: XAxisComponent, selector: "kendo-chart-x-axis", providers: [CollectionService], queries: [{ propertyName: "children", predicate: XAxisItemComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
87
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: XAxisComponent, decorators: [{
85
+ XAxisComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: XAxisComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }], target: i0.ɵɵFactoryTarget.Component });
86
+ XAxisComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: XAxisComponent, selector: "kendo-chart-x-axis", providers: [CollectionService], queries: [{ propertyName: "children", predicate: XAxisItemComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: XAxisComponent, decorators: [{
88
88
  type: Component,
89
89
  args: [{
90
90
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -18,9 +18,9 @@ export class YAxisCrosshairComponent extends SettingsComponent {
18
18
  this.markAsVisible();
19
19
  }
20
20
  }
21
- YAxisCrosshairComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: YAxisCrosshairComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
22
- YAxisCrosshairComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: YAxisCrosshairComponent, selector: "kendo-chart-y-axis-item-crosshair", inputs: { color: "color", opacity: "opacity", visible: "visible", width: "width", tooltip: "tooltip" }, 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: YAxisCrosshairComponent, decorators: [{
21
+ YAxisCrosshairComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YAxisCrosshairComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
22
+ YAxisCrosshairComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: YAxisCrosshairComponent, selector: "kendo-chart-y-axis-item-crosshair", inputs: { color: "color", opacity: "opacity", visible: "visible", width: "width", tooltip: "tooltip" }, 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: YAxisCrosshairComponent, decorators: [{
24
24
  type: Component,
25
25
  args: [{
26
26
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -18,9 +18,9 @@ export class YAxisCrosshairTooltipComponent extends SettingsComponent {
18
18
  this.markAsVisible();
19
19
  }
20
20
  }
21
- YAxisCrosshairTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: YAxisCrosshairTooltipComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
22
- YAxisCrosshairTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: YAxisCrosshairTooltipComponent, selector: "kendo-chart-y-axis-item-crosshair-tooltip", inputs: { background: "background", border: "border", color: "color", font: "font", format: "format", padding: "padding", visible: "visible" }, 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: YAxisCrosshairTooltipComponent, decorators: [{
21
+ YAxisCrosshairTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YAxisCrosshairTooltipComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
22
+ YAxisCrosshairTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: YAxisCrosshairTooltipComponent, selector: "kendo-chart-y-axis-item-crosshair-tooltip", inputs: { background: "background", border: "border", color: "color", font: "font", format: "format", padding: "padding", visible: "visible" }, 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: YAxisCrosshairTooltipComponent, decorators: [{
24
24
  type: Component,
25
25
  args: [{
26
26
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class YAxisLabelsComponent extends SettingsComponent {
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- YAxisLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: YAxisLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- YAxisLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: YAxisLabelsComponent, selector: "kendo-chart-y-axis-item-labels", inputs: { background: "background", border: "border", color: "color", content: "content", culture: "culture", dateFormats: "dateFormats", font: "font", format: "format", margin: "margin", mirror: "mirror", padding: "padding", position: "position", rotation: "rotation", skip: "skip", step: "step", visible: "visible", visual: "visual" }, 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: YAxisLabelsComponent, decorators: [{
19
+ YAxisLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YAxisLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ YAxisLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: YAxisLabelsComponent, selector: "kendo-chart-y-axis-item-labels", inputs: { background: "background", border: "border", color: "color", content: "content", culture: "culture", dateFormats: "dateFormats", font: "font", format: "format", margin: "margin", mirror: "mirror", padding: "padding", position: "position", rotation: "rotation", skip: "skip", step: "step", visible: "visible", visual: "visual" }, 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: YAxisLabelsComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -17,9 +17,9 @@ export class YAxisNotesComponent extends SettingsComponent {
17
17
  this.configurationService = configurationService;
18
18
  }
19
19
  }
20
- YAxisNotesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: YAxisNotesComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
- YAxisNotesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: YAxisNotesComponent, selector: "kendo-chart-y-axis-item-notes", inputs: { data: "data", line: "line", position: "position", visual: "visual", icon: "icon", label: "label" }, 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: YAxisNotesComponent, decorators: [{
20
+ YAxisNotesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YAxisNotesComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
+ YAxisNotesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: YAxisNotesComponent, selector: "kendo-chart-y-axis-item-notes", inputs: { data: "data", line: "line", position: "position", visual: "visual", icon: "icon", label: "label" }, 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: YAxisNotesComponent, decorators: [{
23
23
  type: Component,
24
24
  args: [{
25
25
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class YAxisNotesIconComponent extends SettingsComponent {
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- YAxisNotesIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: YAxisNotesIconComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- YAxisNotesIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: YAxisNotesIconComponent, selector: "kendo-chart-y-axis-item-notes-icon", inputs: { background: "background", border: "border", size: "size", type: "type", visible: "visible" }, 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: YAxisNotesIconComponent, decorators: [{
19
+ YAxisNotesIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YAxisNotesIconComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ YAxisNotesIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: YAxisNotesIconComponent, selector: "kendo-chart-y-axis-item-notes-icon", inputs: { background: "background", border: "border", size: "size", type: "type", visible: "visible" }, 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: YAxisNotesIconComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class YAxisNotesLabelComponent extends SettingsComponent {
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- YAxisNotesLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: YAxisNotesLabelComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- YAxisNotesLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: YAxisNotesLabelComponent, selector: "kendo-chart-y-axis-item-notes-label", inputs: { background: "background", border: "border", color: "color", content: "content", font: "font", format: "format", position: "position", rotation: "rotation", visible: "visible" }, 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: YAxisNotesLabelComponent, decorators: [{
19
+ YAxisNotesLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YAxisNotesLabelComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ YAxisNotesLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: YAxisNotesLabelComponent, selector: "kendo-chart-y-axis-item-notes-label", inputs: { background: "background", border: "border", color: "color", content: "content", font: "font", format: "format", position: "position", rotation: "rotation", visible: "visible" }, 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: YAxisNotesLabelComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,9 +16,9 @@ export class YAxisTitleComponent extends SettingsComponent {
16
16
  this.configurationService = configurationService;
17
17
  }
18
18
  }
19
- YAxisTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: YAxisTitleComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- YAxisTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: YAxisTitleComponent, selector: "kendo-chart-y-axis-item-title", inputs: { background: "background", border: "border", color: "color", font: "font", margin: "margin", padding: "padding", position: "position", rotation: "rotation", text: "text", visible: "visible", visual: "visual" }, 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: YAxisTitleComponent, decorators: [{
19
+ YAxisTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YAxisTitleComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ YAxisTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: YAxisTitleComponent, selector: "kendo-chart-y-axis-item-title", inputs: { background: "background", border: "border", color: "color", font: "font", margin: "margin", padding: "padding", position: "position", rotation: "rotation", text: "text", visible: "visible", visual: "visual" }, 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: YAxisTitleComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -20,9 +20,9 @@ export class YAxisItemComponent extends CollectionItemComponent {
20
20
  this.collectionService = collectionService;
21
21
  }
22
22
  }
23
- YAxisItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: YAxisItemComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }], target: i0.ɵɵFactoryTarget.Component });
24
- YAxisItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: YAxisItemComponent, selector: "kendo-chart-y-axis-item", inputs: { axisCrossingValue: "axisCrossingValue", background: "background", baseUnit: "baseUnit", categories: "categories", color: "color", line: "line", majorGridLines: "majorGridLines", majorTicks: "majorTicks", majorUnit: "majorUnit", max: "max", min: "min", minorGridLines: "minorGridLines", minorTicks: "minorTicks", minorUnit: "minorUnit", name: "name", narrowRange: "narrowRange", pane: "pane", plotBands: "plotBands", reverse: "reverse", type: "type", visible: "visible", crosshair: "crosshair", labels: "labels", notes: "notes", title: "title" }, 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: YAxisItemComponent, decorators: [{
23
+ YAxisItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YAxisItemComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }], target: i0.ɵɵFactoryTarget.Component });
24
+ YAxisItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: YAxisItemComponent, selector: "kendo-chart-y-axis-item", inputs: { axisCrossingValue: "axisCrossingValue", background: "background", baseUnit: "baseUnit", categories: "categories", color: "color", line: "line", majorGridLines: "majorGridLines", majorTicks: "majorTicks", majorUnit: "majorUnit", max: "max", min: "min", minorGridLines: "minorGridLines", minorTicks: "minorTicks", minorUnit: "minorUnit", name: "name", narrowRange: "narrowRange", pane: "pane", plotBands: "plotBands", reverse: "reverse", type: "type", visible: "visible", crosshair: "crosshair", labels: "labels", notes: "notes", title: "title" }, 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: YAxisItemComponent, decorators: [{
26
26
  type: Component,
27
27
  args: [{
28
28
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -82,9 +82,9 @@ export class YAxisComponent extends CollectionComponent {
82
82
  this.collectionService = collectionService;
83
83
  }
84
84
  }
85
- YAxisComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: YAxisComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }], target: i0.ɵɵFactoryTarget.Component });
86
- YAxisComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: YAxisComponent, selector: "kendo-chart-y-axis", providers: [CollectionService], queries: [{ propertyName: "children", predicate: YAxisItemComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
87
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: YAxisComponent, decorators: [{
85
+ YAxisComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YAxisComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }], target: i0.ɵɵFactoryTarget.Component });
86
+ YAxisComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: YAxisComponent, selector: "kendo-chart-y-axis", providers: [CollectionService], queries: [{ propertyName: "children", predicate: YAxisItemComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YAxisComponent, decorators: [{
88
88
  type: Component,
89
89
  args: [{
90
90
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -24,9 +24,9 @@ export class ZoomableComponent extends SettingsComponent {
24
24
  this.configurationService = configurationService;
25
25
  }
26
26
  }
27
- ZoomableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ZoomableComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
28
- ZoomableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ZoomableComponent, selector: "kendo-chart-zoomable", inputs: { mousewheel: "mousewheel", selection: "selection" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ZoomableComponent, decorators: [{
27
+ ZoomableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ZoomableComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
28
+ ZoomableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ZoomableComponent, selector: "kendo-chart-zoomable", inputs: { mousewheel: "mousewheel", selection: "selection" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ZoomableComponent, decorators: [{
30
30
  type: Component,
31
31
  args: [{
32
32
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -697,8 +697,8 @@ export class ChartComponent {
697
697
  return Boolean(this.localizationService.rtl);
698
698
  }
699
699
  }
700
- ChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChartComponent, 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 });
701
- ChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ChartComponent, selector: "kendo-chart", inputs: { pannable: "pannable", renderAs: "renderAs", seriesColors: "seriesColors", subtitle: "subtitle", title: "title", transitions: "transitions", zoomable: "zoomable", axisDefaults: "axisDefaults", categoryAxis: "categoryAxis", chartArea: "chartArea", legend: "legend", panes: "panes", paneDefaults: "paneDefaults", plotArea: "plotArea", series: "series", seriesDefaults: "seriesDefaults", tooltip: "tooltip", valueAxis: "valueAxis", xAxis: "xAxis", yAxis: "yAxis", resizeRateLimit: "resizeRateLimit", popupSettings: "popupSettings" }, outputs: { axisLabelClick: "axisLabelClick", drag: "drag", dragEnd: "dragEnd", dragStart: "dragStart", legendItemHover: "legendItemHover", legendItemLeave: "legendItemLeave", noteClick: "noteClick", noteHover: "noteHover", noteLeave: "noteLeave", paneRender: "paneRender", plotAreaClick: "plotAreaClick", plotAreaHover: "plotAreaHover", plotAreaLeave: "plotAreaLeave", render: "render", select: "select", selectEnd: "selectEnd", selectStart: "selectStart", seriesClick: "seriesClick", seriesHover: "seriesHover", seriesOver: "seriesOver", seriesLeave: "seriesLeave", zoom: "zoom", zoomEnd: "zoomEnd", zoomStart: "zoomStart", legendItemClick: "legendItemClick" }, providers: [
700
+ ChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartComponent, 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 });
701
+ ChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ChartComponent, selector: "kendo-chart", inputs: { pannable: "pannable", renderAs: "renderAs", seriesColors: "seriesColors", subtitle: "subtitle", title: "title", transitions: "transitions", zoomable: "zoomable", axisDefaults: "axisDefaults", categoryAxis: "categoryAxis", chartArea: "chartArea", legend: "legend", panes: "panes", paneDefaults: "paneDefaults", plotArea: "plotArea", series: "series", seriesDefaults: "seriesDefaults", tooltip: "tooltip", valueAxis: "valueAxis", xAxis: "xAxis", yAxis: "yAxis", resizeRateLimit: "resizeRateLimit", popupSettings: "popupSettings" }, outputs: { axisLabelClick: "axisLabelClick", drag: "drag", dragEnd: "dragEnd", dragStart: "dragStart", legendItemHover: "legendItemHover", legendItemLeave: "legendItemLeave", noteClick: "noteClick", noteHover: "noteHover", noteLeave: "noteLeave", paneRender: "paneRender", plotAreaClick: "plotAreaClick", plotAreaHover: "plotAreaHover", plotAreaLeave: "plotAreaLeave", render: "render", select: "select", selectEnd: "selectEnd", selectStart: "selectStart", seriesClick: "seriesClick", seriesHover: "seriesHover", seriesOver: "seriesOver", seriesLeave: "seriesLeave", zoom: "zoom", zoomEnd: "zoomEnd", zoomStart: "zoomStart", legendItemClick: "legendItemClick" }, providers: [
702
702
  ConfigurationService,
703
703
  TooltipTemplateService,
704
704
  InstanceEventService,
@@ -718,7 +718,7 @@ ChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version
718
718
  <ng-template [ngTemplateOutlet]="donutCenterTemplate.templateRef"></ng-template>
719
719
  </div>
720
720
  `, 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"] }], directives: [{ type: i9.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i9.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i9.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
721
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChartComponent, decorators: [{
721
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartComponent, decorators: [{
722
722
  type: Component,
723
723
  args: [{
724
724
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -120,12 +120,12 @@ import * as i86 from "./chart/zoomable.component";
120
120
  */
121
121
  export class ChartModule {
122
122
  }
123
- ChartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
124
- ChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChartModule, declarations: [i1.ChartComponent, i2.TooltipPopupComponent, i3.SeriesTooltipTemplateDirective, i4.SharedTooltipTemplateDirective, i5.CrosshairTooltipsContainerComponent, i6.CrosshairTooltipComponent, i7.DonutCenterTemplateDirective, i8.AxisDefaultsComponent, i9.AxisDefaultsCrosshairComponent, i10.AxisDefaultsCrosshairTooltipComponent, i11.AxisDefaultsLabelsComponent, i12.AxisDefaultsTitleComponent, i13.CategoryAxisComponent, i14.CategoryAxisCrosshairComponent, i15.CategoryAxisCrosshairTooltipComponent, i16.CategoryAxisItemComponent, i17.CategoryAxisLabelsComponent, i18.CategoryAxisRangeLabelsComponent, i19.CategoryAxisNotesComponent, i20.CategoryAxisNotesIconComponent, i21.CategoryAxisNotesLabelComponent, i22.CategoryAxisSelectComponent, i23.CategoryAxisTitleComponent, i24.ChartAreaComponent, i25.LegendComponent, i26.LegendInactiveItemsComponent, i27.LegendItemComponent, i28.PaneComponent, i29.PaneDefaultsComponent, i30.PaneDefaultsTitleComponent, i31.PanesComponent, i32.PanesTitleComponent, i33.PlotAreaComponent, i34.SeriesComponent, i35.SeriesDefaultsComponent, i36.SeriesDefaultsLabelsComponent, i37.SeriesDefaultsLabelsFromComponent, i38.SeriesDefaultsLabelsToComponent, i39.SeriesDefaultsNotesComponent, i40.SeriesDefaultsNotesIconComponent, i41.SeriesDefaultsNotesLabelComponent, i42.SeriesDefaultsTooltipComponent, i43.SeriesErrorBarsComponent, i44.SeriesExtremesComponent, i45.SeriesHighlightComponent, i46.SeriesItemComponent, i47.SeriesLabelsComponent, i48.SeriesLabelsFromComponent, i49.SeriesLabelsToComponent, i50.SeriesMarkersComponent, i51.SeriesNotesComponent, i52.SeriesNotesIconComponent, i53.SeriesNotesLabelComponent, i54.SeriesOutliersComponent, i55.SeriesTooltipComponent, i56.SubtitleComponent, i57.TitleComponent, i58.TooltipComponent, i59.ValueAxisComponent, i60.ValueAxisCrosshairComponent, i61.ValueAxisCrosshairTooltipComponent, i62.ValueAxisItemComponent, i63.ValueAxisLabelsComponent, i64.ValueAxisNotesComponent, i65.ValueAxisNotesIconComponent, i66.ValueAxisNotesLabelComponent, i67.ValueAxisTitleComponent, i68.XAxisComponent, i69.XAxisCrosshairComponent, i70.XAxisCrosshairTooltipComponent, i71.XAxisItemComponent, i72.XAxisLabelsComponent, i73.XAxisNotesComponent, i74.XAxisNotesIconComponent, i75.XAxisNotesLabelComponent, i76.XAxisTitleComponent, i77.YAxisComponent, i78.YAxisCrosshairComponent, i79.YAxisCrosshairTooltipComponent, i80.YAxisItemComponent, i81.YAxisLabelsComponent, i82.YAxisNotesComponent, i83.YAxisNotesIconComponent, i84.YAxisNotesLabelComponent, i85.YAxisTitleComponent, i86.ZoomableComponent], imports: [CommonModule, PopupModule, ResizeSensorModule], exports: [i1.ChartComponent, i2.TooltipPopupComponent, i3.SeriesTooltipTemplateDirective, i4.SharedTooltipTemplateDirective, i5.CrosshairTooltipsContainerComponent, i6.CrosshairTooltipComponent, i7.DonutCenterTemplateDirective, i8.AxisDefaultsComponent, i9.AxisDefaultsCrosshairComponent, i10.AxisDefaultsCrosshairTooltipComponent, i11.AxisDefaultsLabelsComponent, i12.AxisDefaultsTitleComponent, i13.CategoryAxisComponent, i14.CategoryAxisCrosshairComponent, i15.CategoryAxisCrosshairTooltipComponent, i16.CategoryAxisItemComponent, i17.CategoryAxisLabelsComponent, i18.CategoryAxisRangeLabelsComponent, i19.CategoryAxisNotesComponent, i20.CategoryAxisNotesIconComponent, i21.CategoryAxisNotesLabelComponent, i22.CategoryAxisSelectComponent, i23.CategoryAxisTitleComponent, i24.ChartAreaComponent, i25.LegendComponent, i26.LegendInactiveItemsComponent, i27.LegendItemComponent, i28.PaneComponent, i29.PaneDefaultsComponent, i30.PaneDefaultsTitleComponent, i31.PanesComponent, i32.PanesTitleComponent, i33.PlotAreaComponent, i34.SeriesComponent, i35.SeriesDefaultsComponent, i36.SeriesDefaultsLabelsComponent, i37.SeriesDefaultsLabelsFromComponent, i38.SeriesDefaultsLabelsToComponent, i39.SeriesDefaultsNotesComponent, i40.SeriesDefaultsNotesIconComponent, i41.SeriesDefaultsNotesLabelComponent, i42.SeriesDefaultsTooltipComponent, i43.SeriesErrorBarsComponent, i44.SeriesExtremesComponent, i45.SeriesHighlightComponent, i46.SeriesItemComponent, i47.SeriesLabelsComponent, i48.SeriesLabelsFromComponent, i49.SeriesLabelsToComponent, i50.SeriesMarkersComponent, i51.SeriesNotesComponent, i52.SeriesNotesIconComponent, i53.SeriesNotesLabelComponent, i54.SeriesOutliersComponent, i55.SeriesTooltipComponent, i56.SubtitleComponent, i57.TitleComponent, i58.TooltipComponent, i59.ValueAxisComponent, i60.ValueAxisCrosshairComponent, i61.ValueAxisCrosshairTooltipComponent, i62.ValueAxisItemComponent, i63.ValueAxisLabelsComponent, i64.ValueAxisNotesComponent, i65.ValueAxisNotesIconComponent, i66.ValueAxisNotesLabelComponent, i67.ValueAxisTitleComponent, i68.XAxisComponent, i69.XAxisCrosshairComponent, i70.XAxisCrosshairTooltipComponent, i71.XAxisItemComponent, i72.XAxisLabelsComponent, i73.XAxisNotesComponent, i74.XAxisNotesIconComponent, i75.XAxisNotesLabelComponent, i76.XAxisTitleComponent, i77.YAxisComponent, i78.YAxisCrosshairComponent, i79.YAxisCrosshairTooltipComponent, i80.YAxisItemComponent, i81.YAxisLabelsComponent, i82.YAxisNotesComponent, i83.YAxisNotesIconComponent, i84.YAxisNotesLabelComponent, i85.YAxisTitleComponent, i86.ZoomableComponent] });
125
- ChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChartModule, providers: [
123
+ ChartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
124
+ ChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartModule, declarations: [i1.ChartComponent, i2.TooltipPopupComponent, i3.SeriesTooltipTemplateDirective, i4.SharedTooltipTemplateDirective, i5.CrosshairTooltipsContainerComponent, i6.CrosshairTooltipComponent, i7.DonutCenterTemplateDirective, i8.AxisDefaultsComponent, i9.AxisDefaultsCrosshairComponent, i10.AxisDefaultsCrosshairTooltipComponent, i11.AxisDefaultsLabelsComponent, i12.AxisDefaultsTitleComponent, i13.CategoryAxisComponent, i14.CategoryAxisCrosshairComponent, i15.CategoryAxisCrosshairTooltipComponent, i16.CategoryAxisItemComponent, i17.CategoryAxisLabelsComponent, i18.CategoryAxisRangeLabelsComponent, i19.CategoryAxisNotesComponent, i20.CategoryAxisNotesIconComponent, i21.CategoryAxisNotesLabelComponent, i22.CategoryAxisSelectComponent, i23.CategoryAxisTitleComponent, i24.ChartAreaComponent, i25.LegendComponent, i26.LegendInactiveItemsComponent, i27.LegendItemComponent, i28.PaneComponent, i29.PaneDefaultsComponent, i30.PaneDefaultsTitleComponent, i31.PanesComponent, i32.PanesTitleComponent, i33.PlotAreaComponent, i34.SeriesComponent, i35.SeriesDefaultsComponent, i36.SeriesDefaultsLabelsComponent, i37.SeriesDefaultsLabelsFromComponent, i38.SeriesDefaultsLabelsToComponent, i39.SeriesDefaultsNotesComponent, i40.SeriesDefaultsNotesIconComponent, i41.SeriesDefaultsNotesLabelComponent, i42.SeriesDefaultsTooltipComponent, i43.SeriesErrorBarsComponent, i44.SeriesExtremesComponent, i45.SeriesHighlightComponent, i46.SeriesItemComponent, i47.SeriesLabelsComponent, i48.SeriesLabelsFromComponent, i49.SeriesLabelsToComponent, i50.SeriesMarkersComponent, i51.SeriesNotesComponent, i52.SeriesNotesIconComponent, i53.SeriesNotesLabelComponent, i54.SeriesOutliersComponent, i55.SeriesTooltipComponent, i56.SubtitleComponent, i57.TitleComponent, i58.TooltipComponent, i59.ValueAxisComponent, i60.ValueAxisCrosshairComponent, i61.ValueAxisCrosshairTooltipComponent, i62.ValueAxisItemComponent, i63.ValueAxisLabelsComponent, i64.ValueAxisNotesComponent, i65.ValueAxisNotesIconComponent, i66.ValueAxisNotesLabelComponent, i67.ValueAxisTitleComponent, i68.XAxisComponent, i69.XAxisCrosshairComponent, i70.XAxisCrosshairTooltipComponent, i71.XAxisItemComponent, i72.XAxisLabelsComponent, i73.XAxisNotesComponent, i74.XAxisNotesIconComponent, i75.XAxisNotesLabelComponent, i76.XAxisTitleComponent, i77.YAxisComponent, i78.YAxisCrosshairComponent, i79.YAxisCrosshairTooltipComponent, i80.YAxisItemComponent, i81.YAxisLabelsComponent, i82.YAxisNotesComponent, i83.YAxisNotesIconComponent, i84.YAxisNotesLabelComponent, i85.YAxisTitleComponent, i86.ZoomableComponent], imports: [CommonModule, PopupModule, ResizeSensorModule], exports: [i1.ChartComponent, i2.TooltipPopupComponent, i3.SeriesTooltipTemplateDirective, i4.SharedTooltipTemplateDirective, i5.CrosshairTooltipsContainerComponent, i6.CrosshairTooltipComponent, i7.DonutCenterTemplateDirective, i8.AxisDefaultsComponent, i9.AxisDefaultsCrosshairComponent, i10.AxisDefaultsCrosshairTooltipComponent, i11.AxisDefaultsLabelsComponent, i12.AxisDefaultsTitleComponent, i13.CategoryAxisComponent, i14.CategoryAxisCrosshairComponent, i15.CategoryAxisCrosshairTooltipComponent, i16.CategoryAxisItemComponent, i17.CategoryAxisLabelsComponent, i18.CategoryAxisRangeLabelsComponent, i19.CategoryAxisNotesComponent, i20.CategoryAxisNotesIconComponent, i21.CategoryAxisNotesLabelComponent, i22.CategoryAxisSelectComponent, i23.CategoryAxisTitleComponent, i24.ChartAreaComponent, i25.LegendComponent, i26.LegendInactiveItemsComponent, i27.LegendItemComponent, i28.PaneComponent, i29.PaneDefaultsComponent, i30.PaneDefaultsTitleComponent, i31.PanesComponent, i32.PanesTitleComponent, i33.PlotAreaComponent, i34.SeriesComponent, i35.SeriesDefaultsComponent, i36.SeriesDefaultsLabelsComponent, i37.SeriesDefaultsLabelsFromComponent, i38.SeriesDefaultsLabelsToComponent, i39.SeriesDefaultsNotesComponent, i40.SeriesDefaultsNotesIconComponent, i41.SeriesDefaultsNotesLabelComponent, i42.SeriesDefaultsTooltipComponent, i43.SeriesErrorBarsComponent, i44.SeriesExtremesComponent, i45.SeriesHighlightComponent, i46.SeriesItemComponent, i47.SeriesLabelsComponent, i48.SeriesLabelsFromComponent, i49.SeriesLabelsToComponent, i50.SeriesMarkersComponent, i51.SeriesNotesComponent, i52.SeriesNotesIconComponent, i53.SeriesNotesLabelComponent, i54.SeriesOutliersComponent, i55.SeriesTooltipComponent, i56.SubtitleComponent, i57.TitleComponent, i58.TooltipComponent, i59.ValueAxisComponent, i60.ValueAxisCrosshairComponent, i61.ValueAxisCrosshairTooltipComponent, i62.ValueAxisItemComponent, i63.ValueAxisLabelsComponent, i64.ValueAxisNotesComponent, i65.ValueAxisNotesIconComponent, i66.ValueAxisNotesLabelComponent, i67.ValueAxisTitleComponent, i68.XAxisComponent, i69.XAxisCrosshairComponent, i70.XAxisCrosshairTooltipComponent, i71.XAxisItemComponent, i72.XAxisLabelsComponent, i73.XAxisNotesComponent, i74.XAxisNotesIconComponent, i75.XAxisNotesLabelComponent, i76.XAxisTitleComponent, i77.YAxisComponent, i78.YAxisCrosshairComponent, i79.YAxisCrosshairTooltipComponent, i80.YAxisItemComponent, i81.YAxisLabelsComponent, i82.YAxisNotesComponent, i83.YAxisNotesIconComponent, i84.YAxisNotesLabelComponent, i85.YAxisTitleComponent, i86.ZoomableComponent] });
125
+ ChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartModule, providers: [
126
126
  ThemeService
127
127
  ], imports: [[CommonModule, PopupModule, ResizeSensorModule]] });
128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChartModule, decorators: [{
128
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartModule, decorators: [{
129
129
  type: NgModule,
130
130
  args: [{
131
131
  declarations: [CHART_DIRECTIVES],
@@ -32,10 +32,10 @@ import * as i0 from "@angular/core";
32
32
  */
33
33
  export class ChartsModule {
34
34
  }
35
- ChartsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChartsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
36
- ChartsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChartsModule, exports: [ChartModule, SparklineModule, StockChartModule] });
37
- ChartsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChartsModule, imports: [ChartModule, SparklineModule, StockChartModule] });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChartsModule, decorators: [{
35
+ ChartsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
36
+ ChartsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartsModule, exports: [ChartModule, SparklineModule, StockChartModule] });
37
+ ChartsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartsModule, imports: [ChartModule, SparklineModule, StockChartModule] });
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartsModule, decorators: [{
39
39
  type: NgModule,
40
40
  args: [{
41
41
  exports: [ChartModule, SparklineModule, StockChartModule]
@@ -53,8 +53,8 @@ export class CollectionItemComponent {
53
53
  this.collectionService.notify(new ItemChange(this, this.options));
54
54
  }
55
55
  }
56
- CollectionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CollectionItemComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }], target: i0.ɵɵFactoryTarget.Directive });
57
- CollectionItemComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: CollectionItemComponent, usesOnChanges: true, ngImport: i0 });
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CollectionItemComponent, decorators: [{
56
+ CollectionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CollectionItemComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }], target: i0.ɵɵFactoryTarget.Directive });
57
+ CollectionItemComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: CollectionItemComponent, usesOnChanges: true, ngImport: i0 });
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CollectionItemComponent, decorators: [{
59
59
  type: Directive
60
60
  }], ctorParameters: function () { return [{ type: i1.ConfigurationService }, { type: i2.CollectionService }]; } });
@@ -46,8 +46,8 @@ export class CollectionComponent {
46
46
  this.configurationService.notify(new Change(this.configKey, this.items.length === 0 ? undefined : this.items));
47
47
  }
48
48
  }
49
- CollectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CollectionComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
50
- CollectionComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: CollectionComponent, ngImport: i0 });
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CollectionComponent, decorators: [{
49
+ CollectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CollectionComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
50
+ CollectionComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: CollectionComponent, ngImport: i0 });
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CollectionComponent, decorators: [{
52
52
  type: Directive
53
53
  }], ctorParameters: function () { return [{ type: undefined }, { type: i1.ConfigurationService }, { type: i2.CollectionService }]; } });
@@ -26,8 +26,8 @@ export class CollectionService {
26
26
  this.source.next(change);
27
27
  }
28
28
  }
29
- CollectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CollectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
30
- CollectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CollectionService });
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CollectionService, decorators: [{
29
+ CollectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CollectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
30
+ CollectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CollectionService });
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CollectionService, decorators: [{
32
32
  type: Injectable
33
33
  }], ctorParameters: function () { return []; } });
@@ -57,8 +57,8 @@ export class ConfigurationService {
57
57
  });
58
58
  }
59
59
  }
60
- ConfigurationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConfigurationService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
61
- ConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConfigurationService });
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConfigurationService, decorators: [{
60
+ ConfigurationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConfigurationService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
61
+ ConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConfigurationService });
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConfigurationService, decorators: [{
63
63
  type: Injectable
64
64
  }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
@@ -28,9 +28,9 @@ export class PrefixConfigurationService extends ConfigurationService {
28
28
  this.rootService.notify(change);
29
29
  }
30
30
  }
31
- PrefixConfigurationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PrefixConfigurationService, deps: [{ token: RootConfigurationService }, { token: PREFIX }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
32
- PrefixConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PrefixConfigurationService });
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PrefixConfigurationService, decorators: [{
31
+ PrefixConfigurationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PrefixConfigurationService, deps: [{ token: RootConfigurationService }, { token: PREFIX }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
32
+ PrefixConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PrefixConfigurationService });
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PrefixConfigurationService, decorators: [{
34
34
  type: Injectable
35
35
  }], ctorParameters: function () { return [{ type: i1.RootConfigurationService, decorators: [{
36
36
  type: Inject,
@@ -10,8 +10,8 @@ import * as i0 from "@angular/core";
10
10
  */
11
11
  export class RootConfigurationService extends ConfigurationService {
12
12
  }
13
- RootConfigurationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RootConfigurationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14
- RootConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RootConfigurationService });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RootConfigurationService, decorators: [{
13
+ RootConfigurationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RootConfigurationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14
+ RootConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RootConfigurationService });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RootConfigurationService, decorators: [{
16
16
  type: Injectable
17
17
  }] });
@@ -52,8 +52,8 @@ export class SettingsComponent {
52
52
  this.configurationService.notify(new Change(this.configKey, this.store));
53
53
  }
54
54
  }
55
- SettingsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SettingsComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
56
- SettingsComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: SettingsComponent, usesOnChanges: true, ngImport: i0 });
57
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SettingsComponent, decorators: [{
55
+ SettingsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SettingsComponent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
56
+ SettingsComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: SettingsComponent, usesOnChanges: true, ngImport: i0 });
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SettingsComponent, decorators: [{
58
58
  type: Directive
59
59
  }], ctorParameters: function () { return [{ type: undefined }, { type: i1.ConfigurationService }]; } });
@@ -219,8 +219,8 @@ export class ThemeService extends ConfigurationService {
219
219
  return window.getComputedStyle(element);
220
220
  }
221
221
  }
222
- ThemeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ThemeService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
223
- ThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ThemeService });
224
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ThemeService, decorators: [{
222
+ ThemeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ThemeService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
223
+ ThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ThemeService });
224
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ThemeService, decorators: [{
225
225
  type: Injectable
226
226
  }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
@@ -27,8 +27,8 @@ export class TooltipTemplateService {
27
27
  return this.sharedTemplate;
28
28
  }
29
29
  }
30
- TooltipTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipTemplateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
31
- TooltipTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipTemplateService });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipTemplateService, decorators: [{
30
+ TooltipTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TooltipTemplateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
31
+ TooltipTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TooltipTemplateService });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TooltipTemplateService, decorators: [{
33
33
  type: Injectable
34
34
  }] });
@@ -15,8 +15,8 @@ export class BaseEvent {
15
15
  this.sender = sender;
16
16
  }
17
17
  }
18
- BaseEvent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BaseEvent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
19
- BaseEvent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: BaseEvent, ngImport: i0 });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BaseEvent, decorators: [{
18
+ BaseEvent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseEvent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
19
+ BaseEvent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: BaseEvent, ngImport: i0 });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseEvent, decorators: [{
21
21
  type: Directive
22
22
  }], ctorParameters: function () { return [{ type: undefined }]; } });