@progress/kendo-angular-charts 16.6.0-develop.10 → 16.6.0-develop.11

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.
package/directives.d.ts CHANGED
@@ -2,80 +2,11 @@
2
2
  * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { SeriesTooltipTemplateDirective } from './chart/tooltip/series-tooltip-template.directive';
6
- import { SharedTooltipTemplateDirective } from './chart/tooltip/shared-tooltip-template.directive';
7
- import { CrosshairTooltipComponent } from './chart/tooltip/crosshair-tooltip.component';
8
- import { CrosshairTooltipsContainerComponent } from './chart/tooltip/crosshair-tooltips-container.component';
9
- import { TooltipPopupComponent } from './chart/tooltip/tooltip-popup.component';
10
- import { AxisDefaultsComponent } from './chart/axis-defaults.component';
11
- import { AxisDefaultsCrosshairComponent } from './chart/axis-defaults/crosshair.component';
12
- import { AxisDefaultsCrosshairTooltipComponent } from './chart/axis-defaults/crosshair.tooltip.component';
13
- import { AxisDefaultsLabelsComponent } from './chart/axis-defaults/labels.component';
14
- import { AxisDefaultsTitleComponent } from './chart/axis-defaults/title.component';
15
- import { CategoryAxisComponent } from './chart/category-axis.component';
16
- import { CategoryAxisCrosshairComponent } from './chart/category-axis-item/crosshair.component';
17
- import { CategoryAxisCrosshairTooltipComponent } from './chart/category-axis-item/crosshair.tooltip.component';
18
- import { CategoryAxisItemComponent } from './chart/category-axis-item.component';
19
- import { CategoryAxisLabelsComponent } from './chart/category-axis-item/labels.component';
20
- import { CategoryAxisRangeLabelsComponent } from './chart/category-axis-item/range-labels.component';
21
- import { CategoryAxisNotesComponent } from './chart/category-axis-item/notes.component';
22
- import { CategoryAxisNotesIconComponent } from './chart/category-axis-item/notes.icon.component';
23
- import { CategoryAxisNotesLabelComponent } from './chart/category-axis-item/notes.label.component';
24
- import { CategoryAxisSelectComponent } from './chart/category-axis-item/select.component';
25
- import { CategoryAxisTitleComponent } from './chart/category-axis-item/title.component';
26
- import { ChartAreaComponent } from './chart/chart-area.component';
27
- import { LegendComponent } from './chart/legend.component';
28
- import { LegendInactiveItemsComponent } from './chart/legend/inactive-items.component';
29
- import { LegendItemComponent } from './chart/legend/item.component';
30
- import { PaneComponent } from './chart/pane.component';
31
- import { PaneDefaultsComponent } from './chart/pane-defaults.component';
32
- import { PaneDefaultsTitleComponent } from './chart/pane-defaults/title.component';
33
- import { PanesComponent } from './chart/panes.component';
34
- import { PanesTitleComponent } from './chart/pane/title.component';
35
- import { PlotAreaComponent } from './chart/plot-area.component';
36
- import { SeriesComponent } from './chart/series.component';
37
- import { SeriesDefaultsComponent } from './chart/series-defaults.component';
38
- import { SeriesDefaultsLabelsComponent } from './chart/series-defaults/labels.component';
39
- import { SeriesDefaultsLabelsFromComponent } from './chart/series-defaults/labels.from.component';
40
- import { SeriesDefaultsLabelsToComponent } from './chart/series-defaults/labels.to.component';
41
- import { SeriesDefaultsNotesComponent } from './chart/series-defaults/notes.component';
42
- import { SeriesDefaultsNotesIconComponent } from './chart/series-defaults/notes.icon.component';
43
- import { SeriesDefaultsNotesLabelComponent } from './chart/series-defaults/notes.label.component';
44
- import { SeriesDefaultsTooltipComponent } from './chart/series-defaults/tooltip.component';
45
- import { SeriesErrorBarsComponent } from './chart/series-item/error-bars.component';
46
- import { SeriesExtremesComponent } from './chart/series-item/extremes.component';
47
- import { SeriesHighlightComponent } from './chart/series-item/highlight.component';
48
- import { SeriesItemComponent } from './chart/series-item.component';
49
- import { SeriesLabelsComponent } from './chart/series-item/labels.component';
50
- import { SeriesLabelsFromComponent } from './chart/series-item/labels.from.component';
51
- import { SeriesLabelsToComponent } from './chart/series-item/labels.to.component';
52
- import { SeriesMarkersComponent } from './chart/series-item/markers.component';
53
- import { SeriesNotesComponent } from './chart/series-item/notes.component';
54
- import { SeriesNotesIconComponent } from './chart/series-item/notes.icon.component';
55
- import { SeriesNotesLabelComponent } from './chart/series-item/notes.label.component';
56
- import { SeriesOutliersComponent } from './chart/series-item/outliers.component';
57
- import { SeriesTooltipComponent } from './chart/series-item/tooltip.component';
58
- import { SeriesTrendlineComponent } from './chart/series-item/trendline.component';
59
- import { SeriesTrendlineForecastComponent } from './chart/series-item/trendline.forecast.component';
60
- import { SubtitleComponent } from './chart/subtitle.component';
61
- import { TitleComponent } from './chart/title.component';
62
- import { TooltipComponent } from './chart/tooltip.component';
63
- import { ValueAxisComponent } from './chart/value-axis.component';
64
- import { ValueAxisCrosshairComponent } from './chart/value-axis-item/crosshair.component';
65
- import { ValueAxisCrosshairTooltipComponent } from './chart/value-axis-item/crosshair.tooltip.component';
66
- import { ValueAxisItemComponent } from './chart/value-axis-item.component';
67
- import { ValueAxisLabelsComponent } from './chart/value-axis-item/labels.component';
68
- import { ValueAxisNotesComponent } from './chart/value-axis-item/notes.component';
69
- import { ValueAxisNotesIconComponent } from './chart/value-axis-item/notes.icon.component';
70
- import { ValueAxisNotesLabelComponent } from './chart/value-axis-item/notes.label.component';
71
- import { ValueAxisTitleComponent } from './chart/value-axis-item/title.component';
72
- import { SeriesDrilldownTemplateDirective } from './chart/series-drilldown-template.directive';
73
- import { ChartBreadcrumbComponent } from './chart-breadcrumb.component';
74
5
  import { SparklineComponent } from './sparkline.component';
75
6
  /**
76
7
  * Utility array that contains all `Chart` related components and directives
77
8
  */
78
- export declare const KENDO_CHART: readonly [typeof import("./chart.component").ChartComponent, typeof TooltipPopupComponent, typeof SeriesTooltipTemplateDirective, typeof SharedTooltipTemplateDirective, typeof CrosshairTooltipsContainerComponent, typeof CrosshairTooltipComponent, typeof import("@progress/kendo-angular-charts").DonutCenterTemplateDirective, typeof AxisDefaultsComponent, typeof AxisDefaultsCrosshairComponent, typeof AxisDefaultsCrosshairTooltipComponent, typeof AxisDefaultsLabelsComponent, typeof AxisDefaultsTitleComponent, typeof CategoryAxisComponent, typeof CategoryAxisCrosshairComponent, typeof CategoryAxisCrosshairTooltipComponent, typeof CategoryAxisItemComponent, typeof CategoryAxisLabelsComponent, typeof CategoryAxisRangeLabelsComponent, typeof CategoryAxisNotesComponent, typeof CategoryAxisNotesIconComponent, typeof CategoryAxisNotesLabelComponent, typeof CategoryAxisSelectComponent, typeof CategoryAxisTitleComponent, typeof ChartAreaComponent, typeof ChartBreadcrumbComponent, typeof LegendComponent, typeof LegendInactiveItemsComponent, typeof LegendItemComponent, typeof PaneComponent, typeof PaneDefaultsComponent, typeof PaneDefaultsTitleComponent, typeof PanesComponent, typeof PanesTitleComponent, typeof PlotAreaComponent, typeof SeriesComponent, typeof SeriesDefaultsComponent, typeof SeriesDefaultsLabelsComponent, typeof SeriesDefaultsLabelsFromComponent, typeof SeriesDefaultsLabelsToComponent, typeof SeriesDefaultsNotesComponent, typeof SeriesDefaultsNotesIconComponent, typeof SeriesDefaultsNotesLabelComponent, typeof SeriesDefaultsTooltipComponent, typeof SeriesDrilldownTemplateDirective, typeof SeriesErrorBarsComponent, typeof SeriesExtremesComponent, typeof SeriesHighlightComponent, typeof SeriesItemComponent, typeof SeriesLabelsComponent, typeof SeriesLabelsFromComponent, typeof SeriesLabelsToComponent, typeof SeriesMarkersComponent, typeof SeriesNotesComponent, typeof SeriesNotesIconComponent, typeof SeriesNotesLabelComponent, typeof SeriesOutliersComponent, typeof SeriesTooltipComponent, typeof SeriesTrendlineComponent, typeof SeriesTrendlineForecastComponent, typeof SubtitleComponent, typeof TitleComponent, typeof TooltipComponent, typeof ValueAxisComponent, typeof ValueAxisCrosshairComponent, typeof ValueAxisCrosshairTooltipComponent, typeof ValueAxisItemComponent, typeof ValueAxisLabelsComponent, typeof ValueAxisNotesComponent, typeof ValueAxisNotesIconComponent, typeof ValueAxisNotesLabelComponent, typeof ValueAxisTitleComponent, typeof import("./chart.directives").XAxisComponent, typeof import("./chart.directives").XAxisCrosshairComponent, typeof import("./chart.directives").XAxisCrosshairTooltipComponent, typeof import("./chart.directives").XAxisItemComponent, typeof import("./chart.directives").XAxisLabelsComponent, typeof import("./chart.directives").XAxisNotesComponent, typeof import("./chart.directives").XAxisNotesIconComponent, typeof import("./chart.directives").XAxisNotesLabelComponent, typeof import("./chart.directives").XAxisTitleComponent, typeof import("./chart.directives").YAxisComponent, typeof import("./chart.directives").YAxisCrosshairComponent, typeof import("./chart.directives").YAxisCrosshairTooltipComponent, typeof import("./chart.directives").YAxisItemComponent, typeof import("./chart.directives").YAxisLabelsComponent, typeof import("./chart.directives").YAxisNotesComponent, typeof import("./chart.directives").YAxisNotesIconComponent, typeof import("./chart.directives").YAxisNotesLabelComponent, typeof import("./chart.directives").YAxisTitleComponent, typeof import("./chart.directives").ZoomableComponent];
9
+ export declare const KENDO_CHART: readonly [typeof import("./chart.component").ChartComponent, typeof import("./chart.directives").DonutCenterTemplateDirective, typeof import("./chart.directives").XAxisComponent, typeof import("./chart.directives").XAxisCrosshairComponent, typeof import("./chart.directives").XAxisCrosshairTooltipComponent, typeof import("./chart.directives").XAxisItemComponent, typeof import("./chart.directives").XAxisLabelsComponent, typeof import("./chart.directives").XAxisNotesComponent, typeof import("./chart.directives").XAxisNotesIconComponent, typeof import("./chart.directives").XAxisNotesLabelComponent, typeof import("./chart.directives").XAxisTitleComponent, typeof import("./chart.directives").YAxisComponent, typeof import("./chart.directives").YAxisCrosshairComponent, typeof import("./chart.directives").YAxisCrosshairTooltipComponent, typeof import("./chart.directives").YAxisItemComponent, typeof import("./chart.directives").YAxisLabelsComponent, typeof import("./chart.directives").YAxisNotesComponent, typeof import("./chart.directives").YAxisNotesIconComponent, typeof import("./chart.directives").YAxisNotesLabelComponent, typeof import("./chart.directives").YAxisTitleComponent, typeof import("./chart.directives").ZoomableComponent, typeof import("./common.directives").TooltipPopupComponent, typeof import("./common.directives").SeriesTooltipTemplateDirective, typeof import("./common.directives").SharedTooltipTemplateDirective, typeof import("./common.directives").CrosshairTooltipsContainerComponent, typeof import("./common.directives").CrosshairTooltipComponent, typeof import("./common.directives").AxisDefaultsComponent, typeof import("./common.directives").AxisDefaultsCrosshairComponent, typeof import("./common.directives").AxisDefaultsCrosshairTooltipComponent, typeof import("./common.directives").AxisDefaultsLabelsComponent, typeof import("./common.directives").AxisDefaultsTitleComponent, typeof import("./common.directives").CategoryAxisComponent, typeof import("./common.directives").CategoryAxisCrosshairComponent, typeof import("./common.directives").CategoryAxisCrosshairTooltipComponent, typeof import("./common.directives").CategoryAxisItemComponent, typeof import("./common.directives").CategoryAxisLabelsComponent, typeof import("./common.directives").CategoryAxisRangeLabelsComponent, typeof import("./common.directives").CategoryAxisNotesComponent, typeof import("./common.directives").CategoryAxisNotesIconComponent, typeof import("./common.directives").CategoryAxisNotesLabelComponent, typeof import("./common.directives").CategoryAxisSelectComponent, typeof import("./common.directives").CategoryAxisTitleComponent, typeof import("./common.directives").ChartAreaComponent, typeof import("./chart-breadcrumb.component").ChartBreadcrumbComponent, typeof import("./common.directives").LegendComponent, typeof import("./common.directives").LegendInactiveItemsComponent, typeof import("./common.directives").LegendItemComponent, typeof import("./common.directives").PaneComponent, typeof import("./common.directives").PaneDefaultsComponent, typeof import("./common.directives").PaneDefaultsTitleComponent, typeof import("./common.directives").PanesComponent, typeof import("./common.directives").PanesTitleComponent, typeof import("./common.directives").PlotAreaComponent, typeof import("./common.directives").SeriesComponent, typeof import("./common.directives").SeriesDefaultsComponent, typeof import("./common.directives").SeriesDefaultsLabelsComponent, typeof import("./common.directives").SeriesDefaultsLabelsFromComponent, typeof import("./common.directives").SeriesDefaultsLabelsToComponent, typeof import("./common.directives").SeriesDefaultsNotesComponent, typeof import("./common.directives").SeriesDefaultsNotesIconComponent, typeof import("./common.directives").SeriesDefaultsNotesLabelComponent, typeof import("./common.directives").SeriesDefaultsTooltipComponent, typeof import("./common.directives").SeriesDrilldownTemplateDirective, typeof import("./common.directives").SeriesErrorBarsComponent, typeof import("./common.directives").SeriesExtremesComponent, typeof import("./common.directives").SeriesHighlightComponent, typeof import("./common.directives").SeriesItemComponent, typeof import("./common.directives").SeriesLabelsComponent, typeof import("./common.directives").SeriesLabelsFromComponent, typeof import("./common.directives").SeriesLabelsToComponent, typeof import("./common.directives").SeriesMarkersComponent, typeof import("./common.directives").SeriesNotesComponent, typeof import("./common.directives").SeriesNotesIconComponent, typeof import("./common.directives").SeriesNotesLabelComponent, typeof import("./common.directives").SeriesOutliersComponent, typeof import("./common.directives").SeriesTooltipComponent, typeof import("./common.directives").SeriesTrendlineComponent, typeof import("./common.directives").SeriesTrendlineForecastComponent, typeof import("./common.directives").SubtitleComponent, typeof import("./common.directives").TitleComponent, typeof import("./common.directives").TooltipComponent, typeof import("./common.directives").ValueAxisComponent, typeof import("./common.directives").ValueAxisCrosshairComponent, typeof import("./common.directives").ValueAxisCrosshairTooltipComponent, typeof import("./common.directives").ValueAxisItemComponent, typeof import("./common.directives").ValueAxisLabelsComponent, typeof import("./common.directives").ValueAxisNotesComponent, typeof import("./common.directives").ValueAxisNotesIconComponent, typeof import("./common.directives").ValueAxisNotesLabelComponent, typeof import("./common.directives").ValueAxisTitleComponent];
79
10
  /**
80
11
  * Utility array that contains all `SparkLine` related components and directives
81
12
  */
@@ -83,7 +14,7 @@ export declare const KENDO_SPARKLINE: readonly [typeof SparklineComponent];
83
14
  /**
84
15
  * Utility array that contains all `StockChart` related components and directives
85
16
  */
86
- export declare const KENDO_STOCKCHART: readonly [typeof import("./stock-chart.component").StockChartComponent, typeof import("@progress/kendo-angular-charts").NavigatorComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisCrosshairComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisCrosshairTooltipComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisLabelsComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisNotesComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisNotesIconComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisNotesLabelComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisSelectComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisTitleComponent, typeof import("@progress/kendo-angular-charts").NavigatorHintComponent, typeof import("@progress/kendo-angular-charts").NavigatorPaneComponent, typeof import("@progress/kendo-angular-charts").NavigatorPaneTitleComponent, typeof import("@progress/kendo-angular-charts").NavigatorSelectComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesItemComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesErrorBarsComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesExtremesComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesHighlightComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesLabelsComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesLabelsFromComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesLabelsToComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesMarkersComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesNotesComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesNotesIconComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesNotesLabelComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesOutliersComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesTooltipComponent, typeof TooltipPopupComponent, typeof SeriesTooltipTemplateDirective, typeof SharedTooltipTemplateDirective, typeof CrosshairTooltipsContainerComponent, typeof CrosshairTooltipComponent, typeof AxisDefaultsComponent, typeof AxisDefaultsCrosshairComponent, typeof AxisDefaultsCrosshairTooltipComponent, typeof AxisDefaultsLabelsComponent, typeof AxisDefaultsTitleComponent, typeof CategoryAxisComponent, typeof CategoryAxisCrosshairComponent, typeof CategoryAxisCrosshairTooltipComponent, typeof CategoryAxisItemComponent, typeof CategoryAxisLabelsComponent, typeof CategoryAxisRangeLabelsComponent, typeof CategoryAxisNotesComponent, typeof CategoryAxisNotesIconComponent, typeof CategoryAxisNotesLabelComponent, typeof CategoryAxisSelectComponent, typeof CategoryAxisTitleComponent, typeof ChartAreaComponent, typeof ChartBreadcrumbComponent, typeof LegendComponent, typeof LegendInactiveItemsComponent, typeof LegendItemComponent, typeof PaneComponent, typeof PaneDefaultsComponent, typeof PaneDefaultsTitleComponent, typeof PanesComponent, typeof PanesTitleComponent, typeof PlotAreaComponent, typeof SeriesComponent, typeof SeriesDefaultsComponent, typeof SeriesDefaultsLabelsComponent, typeof SeriesDefaultsLabelsFromComponent, typeof SeriesDefaultsLabelsToComponent, typeof SeriesDefaultsNotesComponent, typeof SeriesDefaultsNotesIconComponent, typeof SeriesDefaultsNotesLabelComponent, typeof SeriesDefaultsTooltipComponent, typeof SeriesDrilldownTemplateDirective, typeof SeriesErrorBarsComponent, typeof SeriesExtremesComponent, typeof SeriesHighlightComponent, typeof SeriesItemComponent, typeof SeriesLabelsComponent, typeof SeriesLabelsFromComponent, typeof SeriesLabelsToComponent, typeof SeriesMarkersComponent, typeof SeriesNotesComponent, typeof SeriesNotesIconComponent, typeof SeriesNotesLabelComponent, typeof SeriesOutliersComponent, typeof SeriesTooltipComponent, typeof SeriesTrendlineComponent, typeof SeriesTrendlineForecastComponent, typeof SubtitleComponent, typeof TitleComponent, typeof TooltipComponent, typeof ValueAxisComponent, typeof ValueAxisCrosshairComponent, typeof ValueAxisCrosshairTooltipComponent, typeof ValueAxisItemComponent, typeof ValueAxisLabelsComponent, typeof ValueAxisNotesComponent, typeof ValueAxisNotesIconComponent, typeof ValueAxisNotesLabelComponent, typeof ValueAxisTitleComponent];
17
+ export declare const KENDO_STOCKCHART: readonly [typeof import("./stock-chart.component").StockChartComponent, typeof import("@progress/kendo-angular-charts").NavigatorComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisCrosshairComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisCrosshairTooltipComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisLabelsComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisNotesComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisNotesIconComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisNotesLabelComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisSelectComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisTitleComponent, typeof import("@progress/kendo-angular-charts").NavigatorHintComponent, typeof import("@progress/kendo-angular-charts").NavigatorPaneComponent, typeof import("@progress/kendo-angular-charts").NavigatorPaneTitleComponent, typeof import("@progress/kendo-angular-charts").NavigatorSelectComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesItemComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesErrorBarsComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesExtremesComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesHighlightComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesLabelsComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesLabelsFromComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesLabelsToComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesMarkersComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesNotesComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesNotesIconComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesNotesLabelComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesOutliersComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesTooltipComponent, typeof import("./common.directives").TooltipPopupComponent, typeof import("./common.directives").SeriesTooltipTemplateDirective, typeof import("./common.directives").SharedTooltipTemplateDirective, typeof import("./common.directives").CrosshairTooltipsContainerComponent, typeof import("./common.directives").CrosshairTooltipComponent, typeof import("./common.directives").AxisDefaultsComponent, typeof import("./common.directives").AxisDefaultsCrosshairComponent, typeof import("./common.directives").AxisDefaultsCrosshairTooltipComponent, typeof import("./common.directives").AxisDefaultsLabelsComponent, typeof import("./common.directives").AxisDefaultsTitleComponent, typeof import("./common.directives").CategoryAxisComponent, typeof import("./common.directives").CategoryAxisCrosshairComponent, typeof import("./common.directives").CategoryAxisCrosshairTooltipComponent, typeof import("./common.directives").CategoryAxisItemComponent, typeof import("./common.directives").CategoryAxisLabelsComponent, typeof import("./common.directives").CategoryAxisRangeLabelsComponent, typeof import("./common.directives").CategoryAxisNotesComponent, typeof import("./common.directives").CategoryAxisNotesIconComponent, typeof import("./common.directives").CategoryAxisNotesLabelComponent, typeof import("./common.directives").CategoryAxisSelectComponent, typeof import("./common.directives").CategoryAxisTitleComponent, typeof import("./common.directives").ChartAreaComponent, typeof import("./chart-breadcrumb.component").ChartBreadcrumbComponent, typeof import("./common.directives").LegendComponent, typeof import("./common.directives").LegendInactiveItemsComponent, typeof import("./common.directives").LegendItemComponent, typeof import("./common.directives").PaneComponent, typeof import("./common.directives").PaneDefaultsComponent, typeof import("./common.directives").PaneDefaultsTitleComponent, typeof import("./common.directives").PanesComponent, typeof import("./common.directives").PanesTitleComponent, typeof import("./common.directives").PlotAreaComponent, typeof import("./common.directives").SeriesComponent, typeof import("./common.directives").SeriesDefaultsComponent, typeof import("./common.directives").SeriesDefaultsLabelsComponent, typeof import("./common.directives").SeriesDefaultsLabelsFromComponent, typeof import("./common.directives").SeriesDefaultsLabelsToComponent, typeof import("./common.directives").SeriesDefaultsNotesComponent, typeof import("./common.directives").SeriesDefaultsNotesIconComponent, typeof import("./common.directives").SeriesDefaultsNotesLabelComponent, typeof import("./common.directives").SeriesDefaultsTooltipComponent, typeof import("./common.directives").SeriesDrilldownTemplateDirective, typeof import("./common.directives").SeriesErrorBarsComponent, typeof import("./common.directives").SeriesExtremesComponent, typeof import("./common.directives").SeriesHighlightComponent, typeof import("./common.directives").SeriesItemComponent, typeof import("./common.directives").SeriesLabelsComponent, typeof import("./common.directives").SeriesLabelsFromComponent, typeof import("./common.directives").SeriesLabelsToComponent, typeof import("./common.directives").SeriesMarkersComponent, typeof import("./common.directives").SeriesNotesComponent, typeof import("./common.directives").SeriesNotesIconComponent, typeof import("./common.directives").SeriesNotesLabelComponent, typeof import("./common.directives").SeriesOutliersComponent, typeof import("./common.directives").SeriesTooltipComponent, typeof import("./common.directives").SeriesTrendlineComponent, typeof import("./common.directives").SeriesTrendlineForecastComponent, typeof import("./common.directives").SubtitleComponent, typeof import("./common.directives").TitleComponent, typeof import("./common.directives").TooltipComponent, typeof import("./common.directives").ValueAxisComponent, typeof import("./common.directives").ValueAxisCrosshairComponent, typeof import("./common.directives").ValueAxisCrosshairTooltipComponent, typeof import("./common.directives").ValueAxisItemComponent, typeof import("./common.directives").ValueAxisLabelsComponent, typeof import("./common.directives").ValueAxisNotesComponent, typeof import("./common.directives").ValueAxisNotesIconComponent, typeof import("./common.directives").ValueAxisNotesLabelComponent, typeof import("./common.directives").ValueAxisTitleComponent];
87
18
  /**
88
19
  * Utility array that contains all `Sankey` related components and directives
89
20
  */
@@ -91,4 +22,4 @@ export declare const KENDO_SANKEY: readonly [typeof import("./sankey.component")
91
22
  /**
92
23
  * Utility array that contains all `@progress/kendo-angular-charts` related components and directives
93
24
  */
94
- export declare const KENDO_CHARTS: readonly [typeof import("./chart.component").ChartComponent, typeof TooltipPopupComponent, typeof SeriesTooltipTemplateDirective, typeof SharedTooltipTemplateDirective, typeof CrosshairTooltipsContainerComponent, typeof CrosshairTooltipComponent, typeof import("@progress/kendo-angular-charts").DonutCenterTemplateDirective, typeof AxisDefaultsComponent, typeof AxisDefaultsCrosshairComponent, typeof AxisDefaultsCrosshairTooltipComponent, typeof AxisDefaultsLabelsComponent, typeof AxisDefaultsTitleComponent, typeof CategoryAxisComponent, typeof CategoryAxisCrosshairComponent, typeof CategoryAxisCrosshairTooltipComponent, typeof CategoryAxisItemComponent, typeof CategoryAxisLabelsComponent, typeof CategoryAxisRangeLabelsComponent, typeof CategoryAxisNotesComponent, typeof CategoryAxisNotesIconComponent, typeof CategoryAxisNotesLabelComponent, typeof CategoryAxisSelectComponent, typeof CategoryAxisTitleComponent, typeof ChartAreaComponent, typeof ChartBreadcrumbComponent, typeof LegendComponent, typeof LegendInactiveItemsComponent, typeof LegendItemComponent, typeof PaneComponent, typeof PaneDefaultsComponent, typeof PaneDefaultsTitleComponent, typeof PanesComponent, typeof PanesTitleComponent, typeof PlotAreaComponent, typeof SeriesComponent, typeof SeriesDefaultsComponent, typeof SeriesDefaultsLabelsComponent, typeof SeriesDefaultsLabelsFromComponent, typeof SeriesDefaultsLabelsToComponent, typeof SeriesDefaultsNotesComponent, typeof SeriesDefaultsNotesIconComponent, typeof SeriesDefaultsNotesLabelComponent, typeof SeriesDefaultsTooltipComponent, typeof SeriesDrilldownTemplateDirective, typeof SeriesErrorBarsComponent, typeof SeriesExtremesComponent, typeof SeriesHighlightComponent, typeof SeriesItemComponent, typeof SeriesLabelsComponent, typeof SeriesLabelsFromComponent, typeof SeriesLabelsToComponent, typeof SeriesMarkersComponent, typeof SeriesNotesComponent, typeof SeriesNotesIconComponent, typeof SeriesNotesLabelComponent, typeof SeriesOutliersComponent, typeof SeriesTooltipComponent, typeof SeriesTrendlineComponent, typeof SeriesTrendlineForecastComponent, typeof SubtitleComponent, typeof TitleComponent, typeof TooltipComponent, typeof ValueAxisComponent, typeof ValueAxisCrosshairComponent, typeof ValueAxisCrosshairTooltipComponent, typeof ValueAxisItemComponent, typeof ValueAxisLabelsComponent, typeof ValueAxisNotesComponent, typeof ValueAxisNotesIconComponent, typeof ValueAxisNotesLabelComponent, typeof ValueAxisTitleComponent, typeof import("./chart.directives").XAxisComponent, typeof import("./chart.directives").XAxisCrosshairComponent, typeof import("./chart.directives").XAxisCrosshairTooltipComponent, typeof import("./chart.directives").XAxisItemComponent, typeof import("./chart.directives").XAxisLabelsComponent, typeof import("./chart.directives").XAxisNotesComponent, typeof import("./chart.directives").XAxisNotesIconComponent, typeof import("./chart.directives").XAxisNotesLabelComponent, typeof import("./chart.directives").XAxisTitleComponent, typeof import("./chart.directives").YAxisComponent, typeof import("./chart.directives").YAxisCrosshairComponent, typeof import("./chart.directives").YAxisCrosshairTooltipComponent, typeof import("./chart.directives").YAxisItemComponent, typeof import("./chart.directives").YAxisLabelsComponent, typeof import("./chart.directives").YAxisNotesComponent, typeof import("./chart.directives").YAxisNotesIconComponent, typeof import("./chart.directives").YAxisNotesLabelComponent, typeof import("./chart.directives").YAxisTitleComponent, typeof import("./chart.directives").ZoomableComponent, typeof SparklineComponent, typeof import("./stock-chart.component").StockChartComponent, typeof import("@progress/kendo-angular-charts").NavigatorComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisCrosshairComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisCrosshairTooltipComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisLabelsComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisNotesComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisNotesIconComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisNotesLabelComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisSelectComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisTitleComponent, typeof import("@progress/kendo-angular-charts").NavigatorHintComponent, typeof import("@progress/kendo-angular-charts").NavigatorPaneComponent, typeof import("@progress/kendo-angular-charts").NavigatorPaneTitleComponent, typeof import("@progress/kendo-angular-charts").NavigatorSelectComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesItemComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesErrorBarsComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesExtremesComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesHighlightComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesLabelsComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesLabelsFromComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesLabelsToComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesMarkersComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesNotesComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesNotesIconComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesNotesLabelComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesOutliersComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesTooltipComponent, typeof TooltipPopupComponent, typeof SeriesTooltipTemplateDirective, typeof SharedTooltipTemplateDirective, typeof CrosshairTooltipsContainerComponent, typeof CrosshairTooltipComponent, typeof AxisDefaultsComponent, typeof AxisDefaultsCrosshairComponent, typeof AxisDefaultsCrosshairTooltipComponent, typeof AxisDefaultsLabelsComponent, typeof AxisDefaultsTitleComponent, typeof CategoryAxisComponent, typeof CategoryAxisCrosshairComponent, typeof CategoryAxisCrosshairTooltipComponent, typeof CategoryAxisItemComponent, typeof CategoryAxisLabelsComponent, typeof CategoryAxisRangeLabelsComponent, typeof CategoryAxisNotesComponent, typeof CategoryAxisNotesIconComponent, typeof CategoryAxisNotesLabelComponent, typeof CategoryAxisSelectComponent, typeof CategoryAxisTitleComponent, typeof ChartAreaComponent, typeof ChartBreadcrumbComponent, typeof LegendComponent, typeof LegendInactiveItemsComponent, typeof LegendItemComponent, typeof PaneComponent, typeof PaneDefaultsComponent, typeof PaneDefaultsTitleComponent, typeof PanesComponent, typeof PanesTitleComponent, typeof PlotAreaComponent, typeof SeriesComponent, typeof SeriesDefaultsComponent, typeof SeriesDefaultsLabelsComponent, typeof SeriesDefaultsLabelsFromComponent, typeof SeriesDefaultsLabelsToComponent, typeof SeriesDefaultsNotesComponent, typeof SeriesDefaultsNotesIconComponent, typeof SeriesDefaultsNotesLabelComponent, typeof SeriesDefaultsTooltipComponent, typeof SeriesDrilldownTemplateDirective, typeof SeriesErrorBarsComponent, typeof SeriesExtremesComponent, typeof SeriesHighlightComponent, typeof SeriesItemComponent, typeof SeriesLabelsComponent, typeof SeriesLabelsFromComponent, typeof SeriesLabelsToComponent, typeof SeriesMarkersComponent, typeof SeriesNotesComponent, typeof SeriesNotesIconComponent, typeof SeriesNotesLabelComponent, typeof SeriesOutliersComponent, typeof SeriesTooltipComponent, typeof SeriesTrendlineComponent, typeof SeriesTrendlineForecastComponent, typeof SubtitleComponent, typeof TitleComponent, typeof TooltipComponent, typeof ValueAxisComponent, typeof ValueAxisCrosshairComponent, typeof ValueAxisCrosshairTooltipComponent, typeof ValueAxisItemComponent, typeof ValueAxisLabelsComponent, typeof ValueAxisNotesComponent, typeof ValueAxisNotesIconComponent, typeof ValueAxisNotesLabelComponent, typeof ValueAxisTitleComponent, typeof import("./sankey.component").SankeyComponent, typeof import("./sankey.directives").SankeyTooltipPopupComponent, typeof import("./sankey.directives").SankeyLinkTooltipTemplateDirective, typeof import("./sankey.directives").SankeyNodeTooltipTemplateDirective, typeof import("./sankey.directives").SankeyCustomMessagesComponent, typeof import("./sankey.directives").LocalizedMessagesDirective, typeof import("./sankey.directives").SankeyTitleComponent, typeof import("./sankey.directives").SankeyLegendComponent, typeof import("./sankey.directives").SankeyTooltipComponent, typeof import("./sankey.directives").SankeyLinksComponent, typeof import("./sankey.directives").SankeyNodesComponent, typeof import("./sankey.directives").SankeyLabelsComponent, typeof import("./sankey.directives").SankeyFlatBindingDirective];
25
+ export declare const KENDO_CHARTS: readonly [typeof import("./chart.component").ChartComponent, typeof import("./chart.directives").DonutCenterTemplateDirective, typeof import("./chart.directives").XAxisComponent, typeof import("./chart.directives").XAxisCrosshairComponent, typeof import("./chart.directives").XAxisCrosshairTooltipComponent, typeof import("./chart.directives").XAxisItemComponent, typeof import("./chart.directives").XAxisLabelsComponent, typeof import("./chart.directives").XAxisNotesComponent, typeof import("./chart.directives").XAxisNotesIconComponent, typeof import("./chart.directives").XAxisNotesLabelComponent, typeof import("./chart.directives").XAxisTitleComponent, typeof import("./chart.directives").YAxisComponent, typeof import("./chart.directives").YAxisCrosshairComponent, typeof import("./chart.directives").YAxisCrosshairTooltipComponent, typeof import("./chart.directives").YAxisItemComponent, typeof import("./chart.directives").YAxisLabelsComponent, typeof import("./chart.directives").YAxisNotesComponent, typeof import("./chart.directives").YAxisNotesIconComponent, typeof import("./chart.directives").YAxisNotesLabelComponent, typeof import("./chart.directives").YAxisTitleComponent, typeof import("./chart.directives").ZoomableComponent, typeof import("./common.directives").TooltipPopupComponent, typeof import("./common.directives").SeriesTooltipTemplateDirective, typeof import("./common.directives").SharedTooltipTemplateDirective, typeof import("./common.directives").CrosshairTooltipsContainerComponent, typeof import("./common.directives").CrosshairTooltipComponent, typeof import("./common.directives").AxisDefaultsComponent, typeof import("./common.directives").AxisDefaultsCrosshairComponent, typeof import("./common.directives").AxisDefaultsCrosshairTooltipComponent, typeof import("./common.directives").AxisDefaultsLabelsComponent, typeof import("./common.directives").AxisDefaultsTitleComponent, typeof import("./common.directives").CategoryAxisComponent, typeof import("./common.directives").CategoryAxisCrosshairComponent, typeof import("./common.directives").CategoryAxisCrosshairTooltipComponent, typeof import("./common.directives").CategoryAxisItemComponent, typeof import("./common.directives").CategoryAxisLabelsComponent, typeof import("./common.directives").CategoryAxisRangeLabelsComponent, typeof import("./common.directives").CategoryAxisNotesComponent, typeof import("./common.directives").CategoryAxisNotesIconComponent, typeof import("./common.directives").CategoryAxisNotesLabelComponent, typeof import("./common.directives").CategoryAxisSelectComponent, typeof import("./common.directives").CategoryAxisTitleComponent, typeof import("./common.directives").ChartAreaComponent, typeof import("./chart-breadcrumb.component").ChartBreadcrumbComponent, typeof import("./common.directives").LegendComponent, typeof import("./common.directives").LegendInactiveItemsComponent, typeof import("./common.directives").LegendItemComponent, typeof import("./common.directives").PaneComponent, typeof import("./common.directives").PaneDefaultsComponent, typeof import("./common.directives").PaneDefaultsTitleComponent, typeof import("./common.directives").PanesComponent, typeof import("./common.directives").PanesTitleComponent, typeof import("./common.directives").PlotAreaComponent, typeof import("./common.directives").SeriesComponent, typeof import("./common.directives").SeriesDefaultsComponent, typeof import("./common.directives").SeriesDefaultsLabelsComponent, typeof import("./common.directives").SeriesDefaultsLabelsFromComponent, typeof import("./common.directives").SeriesDefaultsLabelsToComponent, typeof import("./common.directives").SeriesDefaultsNotesComponent, typeof import("./common.directives").SeriesDefaultsNotesIconComponent, typeof import("./common.directives").SeriesDefaultsNotesLabelComponent, typeof import("./common.directives").SeriesDefaultsTooltipComponent, typeof import("./common.directives").SeriesDrilldownTemplateDirective, typeof import("./common.directives").SeriesErrorBarsComponent, typeof import("./common.directives").SeriesExtremesComponent, typeof import("./common.directives").SeriesHighlightComponent, typeof import("./common.directives").SeriesItemComponent, typeof import("./common.directives").SeriesLabelsComponent, typeof import("./common.directives").SeriesLabelsFromComponent, typeof import("./common.directives").SeriesLabelsToComponent, typeof import("./common.directives").SeriesMarkersComponent, typeof import("./common.directives").SeriesNotesComponent, typeof import("./common.directives").SeriesNotesIconComponent, typeof import("./common.directives").SeriesNotesLabelComponent, typeof import("./common.directives").SeriesOutliersComponent, typeof import("./common.directives").SeriesTooltipComponent, typeof import("./common.directives").SeriesTrendlineComponent, typeof import("./common.directives").SeriesTrendlineForecastComponent, typeof import("./common.directives").SubtitleComponent, typeof import("./common.directives").TitleComponent, typeof import("./common.directives").TooltipComponent, typeof import("./common.directives").ValueAxisComponent, typeof import("./common.directives").ValueAxisCrosshairComponent, typeof import("./common.directives").ValueAxisCrosshairTooltipComponent, typeof import("./common.directives").ValueAxisItemComponent, typeof import("./common.directives").ValueAxisLabelsComponent, typeof import("./common.directives").ValueAxisNotesComponent, typeof import("./common.directives").ValueAxisNotesIconComponent, typeof import("./common.directives").ValueAxisNotesLabelComponent, typeof import("./common.directives").ValueAxisTitleComponent, typeof SparklineComponent, typeof import("./stock-chart.component").StockChartComponent, typeof import("@progress/kendo-angular-charts").NavigatorComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisCrosshairComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisCrosshairTooltipComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisLabelsComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisNotesComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisNotesIconComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisNotesLabelComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisSelectComponent, typeof import("@progress/kendo-angular-charts").NavigatorCategoryAxisTitleComponent, typeof import("@progress/kendo-angular-charts").NavigatorHintComponent, typeof import("@progress/kendo-angular-charts").NavigatorPaneComponent, typeof import("@progress/kendo-angular-charts").NavigatorPaneTitleComponent, typeof import("@progress/kendo-angular-charts").NavigatorSelectComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesItemComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesErrorBarsComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesExtremesComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesHighlightComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesLabelsComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesLabelsFromComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesLabelsToComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesMarkersComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesNotesComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesNotesIconComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesNotesLabelComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesOutliersComponent, typeof import("@progress/kendo-angular-charts").NavigatorSeriesTooltipComponent, typeof import("./common.directives").TooltipPopupComponent, typeof import("./common.directives").SeriesTooltipTemplateDirective, typeof import("./common.directives").SharedTooltipTemplateDirective, typeof import("./common.directives").CrosshairTooltipsContainerComponent, typeof import("./common.directives").CrosshairTooltipComponent, typeof import("./common.directives").AxisDefaultsComponent, typeof import("./common.directives").AxisDefaultsCrosshairComponent, typeof import("./common.directives").AxisDefaultsCrosshairTooltipComponent, typeof import("./common.directives").AxisDefaultsLabelsComponent, typeof import("./common.directives").AxisDefaultsTitleComponent, typeof import("./common.directives").CategoryAxisComponent, typeof import("./common.directives").CategoryAxisCrosshairComponent, typeof import("./common.directives").CategoryAxisCrosshairTooltipComponent, typeof import("./common.directives").CategoryAxisItemComponent, typeof import("./common.directives").CategoryAxisLabelsComponent, typeof import("./common.directives").CategoryAxisRangeLabelsComponent, typeof import("./common.directives").CategoryAxisNotesComponent, typeof import("./common.directives").CategoryAxisNotesIconComponent, typeof import("./common.directives").CategoryAxisNotesLabelComponent, typeof import("./common.directives").CategoryAxisSelectComponent, typeof import("./common.directives").CategoryAxisTitleComponent, typeof import("./common.directives").ChartAreaComponent, typeof import("./chart-breadcrumb.component").ChartBreadcrumbComponent, typeof import("./common.directives").LegendComponent, typeof import("./common.directives").LegendInactiveItemsComponent, typeof import("./common.directives").LegendItemComponent, typeof import("./common.directives").PaneComponent, typeof import("./common.directives").PaneDefaultsComponent, typeof import("./common.directives").PaneDefaultsTitleComponent, typeof import("./common.directives").PanesComponent, typeof import("./common.directives").PanesTitleComponent, typeof import("./common.directives").PlotAreaComponent, typeof import("./common.directives").SeriesComponent, typeof import("./common.directives").SeriesDefaultsComponent, typeof import("./common.directives").SeriesDefaultsLabelsComponent, typeof import("./common.directives").SeriesDefaultsLabelsFromComponent, typeof import("./common.directives").SeriesDefaultsLabelsToComponent, typeof import("./common.directives").SeriesDefaultsNotesComponent, typeof import("./common.directives").SeriesDefaultsNotesIconComponent, typeof import("./common.directives").SeriesDefaultsNotesLabelComponent, typeof import("./common.directives").SeriesDefaultsTooltipComponent, typeof import("./common.directives").SeriesDrilldownTemplateDirective, typeof import("./common.directives").SeriesErrorBarsComponent, typeof import("./common.directives").SeriesExtremesComponent, typeof import("./common.directives").SeriesHighlightComponent, typeof import("./common.directives").SeriesItemComponent, typeof import("./common.directives").SeriesLabelsComponent, typeof import("./common.directives").SeriesLabelsFromComponent, typeof import("./common.directives").SeriesLabelsToComponent, typeof import("./common.directives").SeriesMarkersComponent, typeof import("./common.directives").SeriesNotesComponent, typeof import("./common.directives").SeriesNotesIconComponent, typeof import("./common.directives").SeriesNotesLabelComponent, typeof import("./common.directives").SeriesOutliersComponent, typeof import("./common.directives").SeriesTooltipComponent, typeof import("./common.directives").SeriesTrendlineComponent, typeof import("./common.directives").SeriesTrendlineForecastComponent, typeof import("./common.directives").SubtitleComponent, typeof import("./common.directives").TitleComponent, typeof import("./common.directives").TooltipComponent, typeof import("./common.directives").ValueAxisComponent, typeof import("./common.directives").ValueAxisCrosshairComponent, typeof import("./common.directives").ValueAxisCrosshairTooltipComponent, typeof import("./common.directives").ValueAxisItemComponent, typeof import("./common.directives").ValueAxisLabelsComponent, typeof import("./common.directives").ValueAxisNotesComponent, typeof import("./common.directives").ValueAxisNotesIconComponent, typeof import("./common.directives").ValueAxisNotesLabelComponent, typeof import("./common.directives").ValueAxisTitleComponent, typeof import("./sankey.component").SankeyComponent, typeof import("./sankey.directives").SankeyTooltipPopupComponent, typeof import("./sankey.directives").SankeyLinkTooltipTemplateDirective, typeof import("./sankey.directives").SankeyNodeTooltipTemplateDirective, typeof import("./sankey.directives").SankeyCustomMessagesComponent, typeof import("./sankey.directives").LocalizedMessagesDirective, typeof import("./sankey.directives").SankeyTitleComponent, typeof import("./sankey.directives").SankeyLegendComponent, typeof import("./sankey.directives").SankeyTooltipComponent, typeof import("./sankey.directives").SankeyLinksComponent, typeof import("./sankey.directives").SankeyNodesComponent, typeof import("./sankey.directives").SankeyLabelsComponent, typeof import("./sankey.directives").SankeyFlatBindingDirective, typeof import("./common.directives").TooltipPopupComponent, typeof import("./common.directives").SeriesTooltipTemplateDirective, typeof import("./common.directives").SharedTooltipTemplateDirective, typeof import("./common.directives").CrosshairTooltipsContainerComponent, typeof import("./common.directives").CrosshairTooltipComponent, typeof import("./common.directives").AxisDefaultsComponent, typeof import("./common.directives").AxisDefaultsCrosshairComponent, typeof import("./common.directives").AxisDefaultsCrosshairTooltipComponent, typeof import("./common.directives").AxisDefaultsLabelsComponent, typeof import("./common.directives").AxisDefaultsTitleComponent, typeof import("./common.directives").CategoryAxisComponent, typeof import("./common.directives").CategoryAxisCrosshairComponent, typeof import("./common.directives").CategoryAxisCrosshairTooltipComponent, typeof import("./common.directives").CategoryAxisItemComponent, typeof import("./common.directives").CategoryAxisLabelsComponent, typeof import("./common.directives").CategoryAxisRangeLabelsComponent, typeof import("./common.directives").CategoryAxisNotesComponent, typeof import("./common.directives").CategoryAxisNotesIconComponent, typeof import("./common.directives").CategoryAxisNotesLabelComponent, typeof import("./common.directives").CategoryAxisSelectComponent, typeof import("./common.directives").CategoryAxisTitleComponent, typeof import("./common.directives").ChartAreaComponent, typeof import("./chart-breadcrumb.component").ChartBreadcrumbComponent, typeof import("./common.directives").LegendComponent, typeof import("./common.directives").LegendInactiveItemsComponent, typeof import("./common.directives").LegendItemComponent, typeof import("./common.directives").PaneComponent, typeof import("./common.directives").PaneDefaultsComponent, typeof import("./common.directives").PaneDefaultsTitleComponent, typeof import("./common.directives").PanesComponent, typeof import("./common.directives").PanesTitleComponent, typeof import("./common.directives").PlotAreaComponent, typeof import("./common.directives").SeriesComponent, typeof import("./common.directives").SeriesDefaultsComponent, typeof import("./common.directives").SeriesDefaultsLabelsComponent, typeof import("./common.directives").SeriesDefaultsLabelsFromComponent, typeof import("./common.directives").SeriesDefaultsLabelsToComponent, typeof import("./common.directives").SeriesDefaultsNotesComponent, typeof import("./common.directives").SeriesDefaultsNotesIconComponent, typeof import("./common.directives").SeriesDefaultsNotesLabelComponent, typeof import("./common.directives").SeriesDefaultsTooltipComponent, typeof import("./common.directives").SeriesDrilldownTemplateDirective, typeof import("./common.directives").SeriesErrorBarsComponent, typeof import("./common.directives").SeriesExtremesComponent, typeof import("./common.directives").SeriesHighlightComponent, typeof import("./common.directives").SeriesItemComponent, typeof import("./common.directives").SeriesLabelsComponent, typeof import("./common.directives").SeriesLabelsFromComponent, typeof import("./common.directives").SeriesLabelsToComponent, typeof import("./common.directives").SeriesMarkersComponent, typeof import("./common.directives").SeriesNotesComponent, typeof import("./common.directives").SeriesNotesIconComponent, typeof import("./common.directives").SeriesNotesLabelComponent, typeof import("./common.directives").SeriesOutliersComponent, typeof import("./common.directives").SeriesTooltipComponent, typeof import("./common.directives").SeriesTrendlineComponent, typeof import("./common.directives").SeriesTrendlineForecastComponent, typeof import("./common.directives").SubtitleComponent, typeof import("./common.directives").TitleComponent, typeof import("./common.directives").TooltipComponent, typeof import("./common.directives").ValueAxisComponent, typeof import("./common.directives").ValueAxisCrosshairComponent, typeof import("./common.directives").ValueAxisCrosshairTooltipComponent, typeof import("./common.directives").ValueAxisItemComponent, typeof import("./common.directives").ValueAxisLabelsComponent, typeof import("./common.directives").ValueAxisNotesComponent, typeof import("./common.directives").ValueAxisNotesIconComponent, typeof import("./common.directives").ValueAxisNotesLabelComponent, typeof import("./common.directives").ValueAxisTitleComponent];
@@ -3,74 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ChartComponent } from './chart.component';
6
- import { SeriesTooltipTemplateDirective } from './chart/tooltip/series-tooltip-template.directive';
7
- import { SharedTooltipTemplateDirective } from './chart/tooltip/shared-tooltip-template.directive';
8
- import { CrosshairTooltipComponent } from './chart/tooltip/crosshair-tooltip.component';
9
- import { CrosshairTooltipsContainerComponent } from './chart/tooltip/crosshair-tooltips-container.component';
10
6
  import { DonutCenterTemplateDirective } from './chart/donut-center-template.directive';
11
- import { TooltipPopupComponent } from './chart/tooltip/tooltip-popup.component';
12
- import { AxisDefaultsComponent } from './chart/axis-defaults.component';
13
- import { AxisDefaultsCrosshairComponent } from './chart/axis-defaults/crosshair.component';
14
- import { AxisDefaultsCrosshairTooltipComponent } from './chart/axis-defaults/crosshair.tooltip.component';
15
- import { AxisDefaultsLabelsComponent } from './chart/axis-defaults/labels.component';
16
- import { AxisDefaultsTitleComponent } from './chart/axis-defaults/title.component';
17
- import { CategoryAxisComponent } from './chart/category-axis.component';
18
- import { CategoryAxisCrosshairComponent } from './chart/category-axis-item/crosshair.component';
19
- import { CategoryAxisCrosshairTooltipComponent } from './chart/category-axis-item/crosshair.tooltip.component';
20
- import { CategoryAxisItemComponent } from './chart/category-axis-item.component';
21
- import { CategoryAxisLabelsComponent } from './chart/category-axis-item/labels.component';
22
- import { CategoryAxisRangeLabelsComponent } from './chart/category-axis-item/range-labels.component';
23
- import { CategoryAxisNotesComponent } from './chart/category-axis-item/notes.component';
24
- import { CategoryAxisNotesIconComponent } from './chart/category-axis-item/notes.icon.component';
25
- import { CategoryAxisNotesLabelComponent } from './chart/category-axis-item/notes.label.component';
26
- import { CategoryAxisSelectComponent } from './chart/category-axis-item/select.component';
27
- import { CategoryAxisTitleComponent } from './chart/category-axis-item/title.component';
28
- import { ChartAreaComponent } from './chart/chart-area.component';
29
- import { LegendComponent } from './chart/legend.component';
30
- import { LegendInactiveItemsComponent } from './chart/legend/inactive-items.component';
31
- import { LegendItemComponent } from './chart/legend/item.component';
32
- import { PaneComponent } from './chart/pane.component';
33
- import { PaneDefaultsComponent } from './chart/pane-defaults.component';
34
- import { PaneDefaultsTitleComponent } from './chart/pane-defaults/title.component';
35
- import { PanesComponent } from './chart/panes.component';
36
- import { PanesTitleComponent } from './chart/pane/title.component';
37
- import { PlotAreaComponent } from './chart/plot-area.component';
38
- import { SeriesComponent } from './chart/series.component';
39
- import { SeriesDefaultsComponent } from './chart/series-defaults.component';
40
- import { SeriesDefaultsLabelsComponent } from './chart/series-defaults/labels.component';
41
- import { SeriesDefaultsLabelsFromComponent } from './chart/series-defaults/labels.from.component';
42
- import { SeriesDefaultsLabelsToComponent } from './chart/series-defaults/labels.to.component';
43
- import { SeriesDefaultsNotesComponent } from './chart/series-defaults/notes.component';
44
- import { SeriesDefaultsNotesIconComponent } from './chart/series-defaults/notes.icon.component';
45
- import { SeriesDefaultsNotesLabelComponent } from './chart/series-defaults/notes.label.component';
46
- import { SeriesDefaultsTooltipComponent } from './chart/series-defaults/tooltip.component';
47
- import { SeriesErrorBarsComponent } from './chart/series-item/error-bars.component';
48
- import { SeriesExtremesComponent } from './chart/series-item/extremes.component';
49
- import { SeriesHighlightComponent } from './chart/series-item/highlight.component';
50
- import { SeriesItemComponent } from './chart/series-item.component';
51
- import { SeriesLabelsComponent } from './chart/series-item/labels.component';
52
- import { SeriesLabelsFromComponent } from './chart/series-item/labels.from.component';
53
- import { SeriesLabelsToComponent } from './chart/series-item/labels.to.component';
54
- import { SeriesMarkersComponent } from './chart/series-item/markers.component';
55
- import { SeriesNotesComponent } from './chart/series-item/notes.component';
56
- import { SeriesNotesIconComponent } from './chart/series-item/notes.icon.component';
57
- import { SeriesNotesLabelComponent } from './chart/series-item/notes.label.component';
58
- import { SeriesOutliersComponent } from './chart/series-item/outliers.component';
59
- import { SeriesTooltipComponent } from './chart/series-item/tooltip.component';
60
- import { SeriesTrendlineComponent } from './chart/series-item/trendline.component';
61
- import { SeriesTrendlineForecastComponent } from './chart/series-item/trendline.forecast.component';
62
- import { SubtitleComponent } from './chart/subtitle.component';
63
- import { TitleComponent } from './chart/title.component';
64
- import { TooltipComponent } from './chart/tooltip.component';
65
- import { ValueAxisComponent } from './chart/value-axis.component';
66
- import { ValueAxisCrosshairComponent } from './chart/value-axis-item/crosshair.component';
67
- import { ValueAxisCrosshairTooltipComponent } from './chart/value-axis-item/crosshair.tooltip.component';
68
- import { ValueAxisItemComponent } from './chart/value-axis-item.component';
69
- import { ValueAxisLabelsComponent } from './chart/value-axis-item/labels.component';
70
- import { ValueAxisNotesComponent } from './chart/value-axis-item/notes.component';
71
- import { ValueAxisNotesIconComponent } from './chart/value-axis-item/notes.icon.component';
72
- import { ValueAxisNotesLabelComponent } from './chart/value-axis-item/notes.label.component';
73
- import { ValueAxisTitleComponent } from './chart/value-axis-item/title.component';
74
7
  import { XAxisComponent } from './chart/x-axis.component';
75
8
  import { XAxisCrosshairComponent } from './chart/x-axis-item/crosshair.component';
76
9
  import { XAxisCrosshairTooltipComponent } from './chart/x-axis-item/crosshair.tooltip.component';
@@ -90,85 +23,14 @@ import { YAxisNotesIconComponent } from './chart/y-axis-item/notes.icon.componen
90
23
  import { YAxisNotesLabelComponent } from './chart/y-axis-item/notes.label.component';
91
24
  import { YAxisTitleComponent } from './chart/y-axis-item/title.component';
92
25
  import { ZoomableComponent } from './chart/zoomable.component';
93
- import { SeriesDrilldownTemplateDirective } from './chart/series-drilldown-template.directive';
94
- import { ChartBreadcrumbComponent } from './chart-breadcrumb.component';
95
26
  // Re-exports
96
- export { ChartComponent, AxisDefaultsComponent, AxisDefaultsCrosshairComponent, AxisDefaultsCrosshairTooltipComponent, AxisDefaultsLabelsComponent, AxisDefaultsTitleComponent, CategoryAxisComponent, CategoryAxisCrosshairComponent, CategoryAxisCrosshairTooltipComponent, CategoryAxisItemComponent, CategoryAxisLabelsComponent, CategoryAxisRangeLabelsComponent, CategoryAxisNotesComponent, CategoryAxisNotesIconComponent, CategoryAxisNotesLabelComponent, CategoryAxisSelectComponent, CategoryAxisTitleComponent, ChartAreaComponent, ChartBreadcrumbComponent, LegendComponent, LegendInactiveItemsComponent, LegendItemComponent, PaneComponent, PaneDefaultsComponent, PaneDefaultsTitleComponent, PanesComponent, PanesTitleComponent, PlotAreaComponent, SeriesComponent, SeriesDefaultsComponent, SeriesDefaultsLabelsComponent, SeriesDefaultsLabelsFromComponent, SeriesDefaultsLabelsToComponent, SeriesDefaultsNotesComponent, SeriesDefaultsNotesIconComponent, SeriesDefaultsNotesLabelComponent, SeriesDefaultsTooltipComponent, SeriesErrorBarsComponent, SeriesExtremesComponent, SeriesHighlightComponent, SeriesItemComponent, SeriesLabelsComponent, SeriesLabelsFromComponent, SeriesLabelsToComponent, SeriesMarkersComponent, SeriesNotesComponent, SeriesNotesIconComponent, SeriesNotesLabelComponent, SeriesOutliersComponent, SeriesTooltipComponent, SeriesTrendlineComponent, SeriesTrendlineForecastComponent, SubtitleComponent, TitleComponent, TooltipComponent, ValueAxisComponent, ValueAxisCrosshairComponent, ValueAxisCrosshairTooltipComponent, ValueAxisItemComponent, ValueAxisLabelsComponent, ValueAxisNotesComponent, ValueAxisNotesIconComponent, ValueAxisNotesLabelComponent, ValueAxisTitleComponent, XAxisComponent, XAxisCrosshairComponent, XAxisCrosshairTooltipComponent, XAxisItemComponent, XAxisLabelsComponent, XAxisNotesComponent, XAxisNotesIconComponent, XAxisNotesLabelComponent, XAxisTitleComponent, YAxisComponent, YAxisCrosshairComponent, YAxisCrosshairTooltipComponent, YAxisItemComponent, YAxisLabelsComponent, YAxisNotesComponent, YAxisNotesIconComponent, YAxisNotesLabelComponent, YAxisTitleComponent, ZoomableComponent };
27
+ export { ChartComponent, DonutCenterTemplateDirective, XAxisComponent, XAxisCrosshairComponent, XAxisCrosshairTooltipComponent, XAxisItemComponent, XAxisLabelsComponent, XAxisNotesComponent, XAxisNotesIconComponent, XAxisNotesLabelComponent, XAxisTitleComponent, YAxisComponent, YAxisCrosshairComponent, YAxisCrosshairTooltipComponent, YAxisItemComponent, YAxisLabelsComponent, YAxisNotesComponent, YAxisNotesIconComponent, YAxisNotesLabelComponent, YAxisTitleComponent, ZoomableComponent };
97
28
  /**
98
29
  * @hidden
99
30
  */
100
31
  export const CHART_DIRECTIVES = [
101
32
  ChartComponent,
102
- TooltipPopupComponent,
103
- SeriesTooltipTemplateDirective,
104
- SharedTooltipTemplateDirective,
105
- CrosshairTooltipsContainerComponent,
106
- CrosshairTooltipComponent,
107
33
  DonutCenterTemplateDirective,
108
- AxisDefaultsComponent,
109
- AxisDefaultsCrosshairComponent,
110
- AxisDefaultsCrosshairTooltipComponent,
111
- AxisDefaultsLabelsComponent,
112
- AxisDefaultsTitleComponent,
113
- CategoryAxisComponent,
114
- CategoryAxisCrosshairComponent,
115
- CategoryAxisCrosshairTooltipComponent,
116
- CategoryAxisItemComponent,
117
- CategoryAxisLabelsComponent,
118
- CategoryAxisRangeLabelsComponent,
119
- CategoryAxisNotesComponent,
120
- CategoryAxisNotesIconComponent,
121
- CategoryAxisNotesLabelComponent,
122
- CategoryAxisSelectComponent,
123
- CategoryAxisTitleComponent,
124
- ChartAreaComponent,
125
- ChartBreadcrumbComponent,
126
- LegendComponent,
127
- LegendInactiveItemsComponent,
128
- LegendItemComponent,
129
- PaneComponent,
130
- PaneDefaultsComponent,
131
- PaneDefaultsTitleComponent,
132
- PanesComponent,
133
- PanesTitleComponent,
134
- PlotAreaComponent,
135
- SeriesComponent,
136
- SeriesDefaultsComponent,
137
- SeriesDefaultsLabelsComponent,
138
- SeriesDefaultsLabelsFromComponent,
139
- SeriesDefaultsLabelsToComponent,
140
- SeriesDefaultsNotesComponent,
141
- SeriesDefaultsNotesIconComponent,
142
- SeriesDefaultsNotesLabelComponent,
143
- SeriesDefaultsTooltipComponent,
144
- SeriesDrilldownTemplateDirective,
145
- SeriesErrorBarsComponent,
146
- SeriesExtremesComponent,
147
- SeriesHighlightComponent,
148
- SeriesItemComponent,
149
- SeriesLabelsComponent,
150
- SeriesLabelsFromComponent,
151
- SeriesLabelsToComponent,
152
- SeriesMarkersComponent,
153
- SeriesNotesComponent,
154
- SeriesNotesIconComponent,
155
- SeriesNotesLabelComponent,
156
- SeriesOutliersComponent,
157
- SeriesTooltipComponent,
158
- SeriesTrendlineComponent,
159
- SeriesTrendlineForecastComponent,
160
- SubtitleComponent,
161
- TitleComponent,
162
- TooltipComponent,
163
- ValueAxisComponent,
164
- ValueAxisCrosshairComponent,
165
- ValueAxisCrosshairTooltipComponent,
166
- ValueAxisItemComponent,
167
- ValueAxisLabelsComponent,
168
- ValueAxisNotesComponent,
169
- ValueAxisNotesIconComponent,
170
- ValueAxisNotesLabelComponent,
171
- ValueAxisTitleComponent,
172
34
  XAxisComponent,
173
35
  XAxisCrosshairComponent,
174
36
  XAxisCrosshairTooltipComponent,