@progress/kendo-angular-charts 16.6.0-develop.5 → 16.6.0-develop.7
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/chart.directives.d.ts +8 -1
- package/directives.d.ts +4 -4
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/sankey.directives.mjs +1 -7
- package/fesm2015/progress-kendo-angular-charts.mjs +4 -10
- package/fesm2020/progress-kendo-angular-charts.mjs +4 -10
- package/package.json +8 -8
- package/sankey.directives.d.ts +1 -5
- package/sparkline.directives.d.ts +1 -1
- package/stock-chart.directives.d.ts +29 -1
package/chart.directives.d.ts
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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
|
+
import { DonutCenterTemplateDirective } from './chart/donut-center-template.directive';
|
|
11
|
+
import { TooltipPopupComponent } from './chart/tooltip/tooltip-popup.component';
|
|
6
12
|
import { AxisDefaultsComponent } from './chart/axis-defaults.component';
|
|
7
13
|
import { AxisDefaultsCrosshairComponent } from './chart/axis-defaults/crosshair.component';
|
|
8
14
|
import { AxisDefaultsCrosshairTooltipComponent } from './chart/axis-defaults/crosshair.tooltip.component';
|
|
@@ -84,9 +90,10 @@ import { YAxisNotesIconComponent } from './chart/y-axis-item/notes.icon.componen
|
|
|
84
90
|
import { YAxisNotesLabelComponent } from './chart/y-axis-item/notes.label.component';
|
|
85
91
|
import { YAxisTitleComponent } from './chart/y-axis-item/title.component';
|
|
86
92
|
import { ZoomableComponent } from './chart/zoomable.component';
|
|
93
|
+
import { SeriesDrilldownTemplateDirective } from './chart/series-drilldown-template.directive';
|
|
87
94
|
import { ChartBreadcrumbComponent } from './chart-breadcrumb.component';
|
|
88
95
|
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 };
|
|
89
96
|
/**
|
|
90
97
|
* @hidden
|
|
91
98
|
*/
|
|
92
|
-
export declare const CHART_DIRECTIVES:
|
|
99
|
+
export declare const CHART_DIRECTIVES: readonly [typeof ChartComponent, typeof TooltipPopupComponent, typeof SeriesTooltipTemplateDirective, typeof SharedTooltipTemplateDirective, typeof CrosshairTooltipsContainerComponent, typeof CrosshairTooltipComponent, typeof 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 XAxisComponent, typeof XAxisCrosshairComponent, typeof XAxisCrosshairTooltipComponent, typeof XAxisItemComponent, typeof XAxisLabelsComponent, typeof XAxisNotesComponent, typeof XAxisNotesIconComponent, typeof XAxisNotesLabelComponent, typeof XAxisTitleComponent, typeof YAxisComponent, typeof YAxisCrosshairComponent, typeof YAxisCrosshairTooltipComponent, typeof YAxisItemComponent, typeof YAxisLabelsComponent, typeof YAxisNotesComponent, typeof YAxisNotesIconComponent, typeof YAxisNotesLabelComponent, typeof YAxisTitleComponent, typeof ZoomableComponent];
|
package/directives.d.ts
CHANGED
|
@@ -75,7 +75,7 @@ import { SparklineComponent } from './sparkline.component';
|
|
|
75
75
|
/**
|
|
76
76
|
* Utility array that contains all `Chart` related components and directives
|
|
77
77
|
*/
|
|
78
|
-
export declare const KENDO_CHART: readonly
|
|
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];
|
|
79
79
|
/**
|
|
80
80
|
* Utility array that contains all `SparkLine` related components and directives
|
|
81
81
|
*/
|
|
@@ -83,12 +83,12 @@ export declare const KENDO_SPARKLINE: readonly [typeof SparklineComponent];
|
|
|
83
83
|
/**
|
|
84
84
|
* Utility array that contains all `StockChart` related components and directives
|
|
85
85
|
*/
|
|
86
|
-
export declare const KENDO_STOCKCHART: readonly [
|
|
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];
|
|
87
87
|
/**
|
|
88
88
|
* Utility array that contains all `Sankey` related components and directives
|
|
89
89
|
*/
|
|
90
|
-
export declare const KENDO_SANKEY: readonly
|
|
90
|
+
export declare const KENDO_SANKEY: readonly [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];
|
|
91
91
|
/**
|
|
92
92
|
* Utility array that contains all `@progress/kendo-angular-charts` related components and directives
|
|
93
93
|
*/
|
|
94
|
-
export declare const KENDO_CHARTS: readonly
|
|
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];
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-charts',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '16.6.0-develop.
|
|
12
|
+
publishDate: 1722595034,
|
|
13
|
+
version: '16.6.0-develop.7',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -21,7 +21,7 @@ export { SankeyComponent, SankeyTooltipPopupComponent, SankeyLinkTooltipTemplate
|
|
|
21
21
|
/**
|
|
22
22
|
* @hidden
|
|
23
23
|
*/
|
|
24
|
-
export const
|
|
24
|
+
export const SANKEY_DIRECTIVES = [
|
|
25
25
|
SankeyComponent,
|
|
26
26
|
SankeyTooltipPopupComponent,
|
|
27
27
|
SankeyLinkTooltipTemplateDirective,
|
|
@@ -36,9 +36,3 @@ export const SANKEY_EXPORTS = [
|
|
|
36
36
|
SankeyLabelsComponent,
|
|
37
37
|
SankeyFlatBindingDirective
|
|
38
38
|
];
|
|
39
|
-
/**
|
|
40
|
-
* @hidden
|
|
41
|
-
*/
|
|
42
|
-
export const SANKEY_DIRECTIVES = [
|
|
43
|
-
...SANKEY_EXPORTS
|
|
44
|
-
];
|
|
@@ -1695,8 +1695,8 @@ const packageMetadata = {
|
|
|
1695
1695
|
name: '@progress/kendo-angular-charts',
|
|
1696
1696
|
productName: 'Kendo UI for Angular',
|
|
1697
1697
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1698
|
-
publishDate:
|
|
1699
|
-
version: '16.6.0-develop.
|
|
1698
|
+
publishDate: 1722595034,
|
|
1699
|
+
version: '16.6.0-develop.7',
|
|
1700
1700
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1701
1701
|
};
|
|
1702
1702
|
|
|
@@ -8982,7 +8982,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8982
8982
|
/**
|
|
8983
8983
|
* @hidden
|
|
8984
8984
|
*/
|
|
8985
|
-
const
|
|
8985
|
+
const SANKEY_DIRECTIVES = [
|
|
8986
8986
|
SankeyComponent,
|
|
8987
8987
|
SankeyTooltipPopupComponent,
|
|
8988
8988
|
SankeyLinkTooltipTemplateDirective,
|
|
@@ -8997,12 +8997,6 @@ const SANKEY_EXPORTS = [
|
|
|
8997
8997
|
SankeyLabelsComponent,
|
|
8998
8998
|
SankeyFlatBindingDirective
|
|
8999
8999
|
];
|
|
9000
|
-
/**
|
|
9001
|
-
* @hidden
|
|
9002
|
-
*/
|
|
9003
|
-
const SANKEY_DIRECTIVES = [
|
|
9004
|
-
...SANKEY_EXPORTS
|
|
9005
|
-
];
|
|
9006
9000
|
|
|
9007
9001
|
/**
|
|
9008
9002
|
* Utility array that contains all `Chart` related components and directives
|
|
@@ -9300,5 +9294,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9300
9294
|
* Generated bundle index. Do not edit.
|
|
9301
9295
|
*/
|
|
9302
9296
|
|
|
9303
|
-
export { AxisDefaultsComponent, AxisDefaultsCrosshairComponent, AxisDefaultsCrosshairTooltipComponent, AxisDefaultsLabelsComponent, AxisDefaultsTitleComponent, AxisLabelClickEvent, CHART_DIRECTIVES, CategoryAxisComponent, CategoryAxisCrosshairComponent, CategoryAxisCrosshairTooltipComponent, CategoryAxisItemComponent, CategoryAxisLabelsComponent, CategoryAxisNotesComponent, CategoryAxisNotesIconComponent, CategoryAxisNotesLabelComponent, CategoryAxisRangeLabelsComponent, CategoryAxisSelectComponent, CategoryAxisTitleComponent, ChartAreaComponent, ChartBreadcrumbComponent, ChartComponent, ChartModule, ChartsModule, CollectionService, ConfigurationService, CrosshairTooltipComponent, CrosshairTooltipsContainerComponent, DonutCenterTemplateDirective, DragEndEvent, DragEvent, DragStartEvent, DrilldownEvent, InstanceEventService, KENDO_CHART, KENDO_CHARTS, KENDO_SANKEY, KENDO_SPARKLINE, KENDO_STOCKCHART, LegendComponent, LegendInactiveItemsComponent, LegendItemClickEvent, LegendItemComponent, LegendItemHoverEvent, LegendItemLeaveEvent, LocalizedMessagesDirective, NavigatorCategoryAxisComponent, NavigatorCategoryAxisCrosshairComponent, NavigatorCategoryAxisCrosshairTooltipComponent, NavigatorCategoryAxisLabelsComponent, NavigatorCategoryAxisNotesComponent, NavigatorCategoryAxisNotesIconComponent, NavigatorCategoryAxisNotesLabelComponent, NavigatorCategoryAxisSelectComponent, NavigatorCategoryAxisTitleComponent, NavigatorComponent, NavigatorFilterEvent, NavigatorHintComponent, NavigatorPaneComponent, NavigatorPaneTitleComponent, NavigatorSelectComponent, NavigatorSeriesComponent, NavigatorSeriesErrorBarsComponent, NavigatorSeriesExtremesComponent, NavigatorSeriesHighlightComponent, NavigatorSeriesItemComponent, NavigatorSeriesLabelsComponent, NavigatorSeriesLabelsFromComponent, NavigatorSeriesLabelsToComponent, NavigatorSeriesMarkersComponent, NavigatorSeriesNotesComponent, NavigatorSeriesNotesIconComponent, NavigatorSeriesNotesLabelComponent, NavigatorSeriesOutliersComponent, NavigatorSeriesTooltipComponent, NoteClickEvent, NoteHoverEvent, PaneComponent, PaneDefaultsComponent, PaneDefaultsTitleComponent, PaneRenderEvent, PanesComponent, PanesTitleComponent, PlotAreaClickEvent, PlotAreaComponent, PlotAreaHoverEvent, RenderEvent, SANKEY_DIRECTIVES,
|
|
9297
|
+
export { AxisDefaultsComponent, AxisDefaultsCrosshairComponent, AxisDefaultsCrosshairTooltipComponent, AxisDefaultsLabelsComponent, AxisDefaultsTitleComponent, AxisLabelClickEvent, CHART_DIRECTIVES, CategoryAxisComponent, CategoryAxisCrosshairComponent, CategoryAxisCrosshairTooltipComponent, CategoryAxisItemComponent, CategoryAxisLabelsComponent, CategoryAxisNotesComponent, CategoryAxisNotesIconComponent, CategoryAxisNotesLabelComponent, CategoryAxisRangeLabelsComponent, CategoryAxisSelectComponent, CategoryAxisTitleComponent, ChartAreaComponent, ChartBreadcrumbComponent, ChartComponent, ChartModule, ChartsModule, CollectionService, ConfigurationService, CrosshairTooltipComponent, CrosshairTooltipsContainerComponent, DonutCenterTemplateDirective, DragEndEvent, DragEvent, DragStartEvent, DrilldownEvent, InstanceEventService, KENDO_CHART, KENDO_CHARTS, KENDO_SANKEY, KENDO_SPARKLINE, KENDO_STOCKCHART, LegendComponent, LegendInactiveItemsComponent, LegendItemClickEvent, LegendItemComponent, LegendItemHoverEvent, LegendItemLeaveEvent, LocalizedMessagesDirective, NavigatorCategoryAxisComponent, NavigatorCategoryAxisCrosshairComponent, NavigatorCategoryAxisCrosshairTooltipComponent, NavigatorCategoryAxisLabelsComponent, NavigatorCategoryAxisNotesComponent, NavigatorCategoryAxisNotesIconComponent, NavigatorCategoryAxisNotesLabelComponent, NavigatorCategoryAxisSelectComponent, NavigatorCategoryAxisTitleComponent, NavigatorComponent, NavigatorFilterEvent, NavigatorHintComponent, NavigatorPaneComponent, NavigatorPaneTitleComponent, NavigatorSelectComponent, NavigatorSeriesComponent, NavigatorSeriesErrorBarsComponent, NavigatorSeriesExtremesComponent, NavigatorSeriesHighlightComponent, NavigatorSeriesItemComponent, NavigatorSeriesLabelsComponent, NavigatorSeriesLabelsFromComponent, NavigatorSeriesLabelsToComponent, NavigatorSeriesMarkersComponent, NavigatorSeriesNotesComponent, NavigatorSeriesNotesIconComponent, NavigatorSeriesNotesLabelComponent, NavigatorSeriesOutliersComponent, NavigatorSeriesTooltipComponent, NoteClickEvent, NoteHoverEvent, PaneComponent, PaneDefaultsComponent, PaneDefaultsTitleComponent, PaneRenderEvent, PanesComponent, PanesTitleComponent, PlotAreaClickEvent, PlotAreaComponent, PlotAreaHoverEvent, RenderEvent, SANKEY_DIRECTIVES, SPARKLINE_DIRECTIVES, STOCK_CHART_DIRECTIVES, SankeyBaseEvent, SankeyComponent, SankeyCustomMessagesComponent, SankeyFlatBindingDataBoundEvent, SankeyFlatBindingDirective, SankeyLabelsComponent, SankeyLegendComponent, SankeyLinkEvent, SankeyLinkTooltipTemplateDirective, SankeyLinksComponent, SankeyModule, SankeyNodeEvent, SankeyNodeTooltipTemplateDirective, SankeyNodesComponent, SankeyTitleComponent, SankeyTooltipComponent, SankeyTooltipPopupComponent, SelectEndEvent, SelectEvent, SelectStartEvent, SeriesClickEvent, SeriesComponent, SeriesDefaultsComponent, SeriesDefaultsLabelsComponent, SeriesDefaultsLabelsFromComponent, SeriesDefaultsLabelsToComponent, SeriesDefaultsNotesComponent, SeriesDefaultsNotesIconComponent, SeriesDefaultsNotesLabelComponent, SeriesDefaultsTooltipComponent, SeriesDrilldownTemplateDirective, SeriesErrorBarsComponent, SeriesExtremesComponent, SeriesHighlightComponent, SeriesHoverEvent, SeriesItemComponent, SeriesLabelsComponent, SeriesLabelsFromComponent, SeriesLabelsToComponent, SeriesMarkersComponent, SeriesNotesComponent, SeriesNotesIconComponent, SeriesNotesLabelComponent, SeriesOutliersComponent, SeriesTooltipComponent, SeriesTooltipTemplateDirective, SeriesTrendlineComponent, SeriesTrendlineForecastComponent, SharedTooltipTemplateDirective, SparklineComponent, SparklineModule, StockChartComponent, StockChartModule, SubtitleComponent, TitleComponent, TooltipComponent, TooltipPopupComponent, TooltipTemplateService, ValueAxisComponent, ValueAxisCrosshairComponent, ValueAxisCrosshairTooltipComponent, ValueAxisItemComponent, ValueAxisLabelsComponent, ValueAxisNotesComponent, ValueAxisNotesIconComponent, ValueAxisNotesLabelComponent, ValueAxisTitleComponent, WeekStartDay, XAxisComponent, XAxisCrosshairComponent, XAxisCrosshairTooltipComponent, XAxisItemComponent, XAxisLabelsComponent, XAxisNotesComponent, XAxisNotesIconComponent, XAxisNotesLabelComponent, XAxisTitleComponent, YAxisComponent, YAxisCrosshairComponent, YAxisCrosshairTooltipComponent, YAxisItemComponent, YAxisLabelsComponent, YAxisNotesComponent, YAxisNotesIconComponent, YAxisNotesLabelComponent, YAxisTitleComponent, ZoomEndEvent, ZoomEvent, ZoomStartEvent, ZoomableComponent };
|
|
9304
9298
|
|
|
@@ -2084,8 +2084,8 @@ const packageMetadata = {
|
|
|
2084
2084
|
name: '@progress/kendo-angular-charts',
|
|
2085
2085
|
productName: 'Kendo UI for Angular',
|
|
2086
2086
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
2087
|
-
publishDate:
|
|
2088
|
-
version: '16.6.0-develop.
|
|
2087
|
+
publishDate: 1722595034,
|
|
2088
|
+
version: '16.6.0-develop.7',
|
|
2089
2089
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
2090
2090
|
};
|
|
2091
2091
|
|
|
@@ -8963,7 +8963,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8963
8963
|
/**
|
|
8964
8964
|
* @hidden
|
|
8965
8965
|
*/
|
|
8966
|
-
const
|
|
8966
|
+
const SANKEY_DIRECTIVES = [
|
|
8967
8967
|
SankeyComponent,
|
|
8968
8968
|
SankeyTooltipPopupComponent,
|
|
8969
8969
|
SankeyLinkTooltipTemplateDirective,
|
|
@@ -8978,12 +8978,6 @@ const SANKEY_EXPORTS = [
|
|
|
8978
8978
|
SankeyLabelsComponent,
|
|
8979
8979
|
SankeyFlatBindingDirective
|
|
8980
8980
|
];
|
|
8981
|
-
/**
|
|
8982
|
-
* @hidden
|
|
8983
|
-
*/
|
|
8984
|
-
const SANKEY_DIRECTIVES = [
|
|
8985
|
-
...SANKEY_EXPORTS
|
|
8986
|
-
];
|
|
8987
8981
|
|
|
8988
8982
|
/**
|
|
8989
8983
|
* Utility array that contains all `Chart` related components and directives
|
|
@@ -9281,5 +9275,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9281
9275
|
* Generated bundle index. Do not edit.
|
|
9282
9276
|
*/
|
|
9283
9277
|
|
|
9284
|
-
export { AxisDefaultsComponent, AxisDefaultsCrosshairComponent, AxisDefaultsCrosshairTooltipComponent, AxisDefaultsLabelsComponent, AxisDefaultsTitleComponent, AxisLabelClickEvent, CHART_DIRECTIVES, CategoryAxisComponent, CategoryAxisCrosshairComponent, CategoryAxisCrosshairTooltipComponent, CategoryAxisItemComponent, CategoryAxisLabelsComponent, CategoryAxisNotesComponent, CategoryAxisNotesIconComponent, CategoryAxisNotesLabelComponent, CategoryAxisRangeLabelsComponent, CategoryAxisSelectComponent, CategoryAxisTitleComponent, ChartAreaComponent, ChartBreadcrumbComponent, ChartComponent, ChartModule, ChartsModule, CollectionService, ConfigurationService, CrosshairTooltipComponent, CrosshairTooltipsContainerComponent, DonutCenterTemplateDirective, DragEndEvent, DragEvent, DragStartEvent, DrilldownEvent, InstanceEventService, KENDO_CHART, KENDO_CHARTS, KENDO_SANKEY, KENDO_SPARKLINE, KENDO_STOCKCHART, LegendComponent, LegendInactiveItemsComponent, LegendItemClickEvent, LegendItemComponent, LegendItemHoverEvent, LegendItemLeaveEvent, LocalizedMessagesDirective, NavigatorCategoryAxisComponent, NavigatorCategoryAxisCrosshairComponent, NavigatorCategoryAxisCrosshairTooltipComponent, NavigatorCategoryAxisLabelsComponent, NavigatorCategoryAxisNotesComponent, NavigatorCategoryAxisNotesIconComponent, NavigatorCategoryAxisNotesLabelComponent, NavigatorCategoryAxisSelectComponent, NavigatorCategoryAxisTitleComponent, NavigatorComponent, NavigatorFilterEvent, NavigatorHintComponent, NavigatorPaneComponent, NavigatorPaneTitleComponent, NavigatorSelectComponent, NavigatorSeriesComponent, NavigatorSeriesErrorBarsComponent, NavigatorSeriesExtremesComponent, NavigatorSeriesHighlightComponent, NavigatorSeriesItemComponent, NavigatorSeriesLabelsComponent, NavigatorSeriesLabelsFromComponent, NavigatorSeriesLabelsToComponent, NavigatorSeriesMarkersComponent, NavigatorSeriesNotesComponent, NavigatorSeriesNotesIconComponent, NavigatorSeriesNotesLabelComponent, NavigatorSeriesOutliersComponent, NavigatorSeriesTooltipComponent, NoteClickEvent, NoteHoverEvent, PaneComponent, PaneDefaultsComponent, PaneDefaultsTitleComponent, PaneRenderEvent, PanesComponent, PanesTitleComponent, PlotAreaClickEvent, PlotAreaComponent, PlotAreaHoverEvent, RenderEvent, SANKEY_DIRECTIVES,
|
|
9278
|
+
export { AxisDefaultsComponent, AxisDefaultsCrosshairComponent, AxisDefaultsCrosshairTooltipComponent, AxisDefaultsLabelsComponent, AxisDefaultsTitleComponent, AxisLabelClickEvent, CHART_DIRECTIVES, CategoryAxisComponent, CategoryAxisCrosshairComponent, CategoryAxisCrosshairTooltipComponent, CategoryAxisItemComponent, CategoryAxisLabelsComponent, CategoryAxisNotesComponent, CategoryAxisNotesIconComponent, CategoryAxisNotesLabelComponent, CategoryAxisRangeLabelsComponent, CategoryAxisSelectComponent, CategoryAxisTitleComponent, ChartAreaComponent, ChartBreadcrumbComponent, ChartComponent, ChartModule, ChartsModule, CollectionService, ConfigurationService, CrosshairTooltipComponent, CrosshairTooltipsContainerComponent, DonutCenterTemplateDirective, DragEndEvent, DragEvent, DragStartEvent, DrilldownEvent, InstanceEventService, KENDO_CHART, KENDO_CHARTS, KENDO_SANKEY, KENDO_SPARKLINE, KENDO_STOCKCHART, LegendComponent, LegendInactiveItemsComponent, LegendItemClickEvent, LegendItemComponent, LegendItemHoverEvent, LegendItemLeaveEvent, LocalizedMessagesDirective, NavigatorCategoryAxisComponent, NavigatorCategoryAxisCrosshairComponent, NavigatorCategoryAxisCrosshairTooltipComponent, NavigatorCategoryAxisLabelsComponent, NavigatorCategoryAxisNotesComponent, NavigatorCategoryAxisNotesIconComponent, NavigatorCategoryAxisNotesLabelComponent, NavigatorCategoryAxisSelectComponent, NavigatorCategoryAxisTitleComponent, NavigatorComponent, NavigatorFilterEvent, NavigatorHintComponent, NavigatorPaneComponent, NavigatorPaneTitleComponent, NavigatorSelectComponent, NavigatorSeriesComponent, NavigatorSeriesErrorBarsComponent, NavigatorSeriesExtremesComponent, NavigatorSeriesHighlightComponent, NavigatorSeriesItemComponent, NavigatorSeriesLabelsComponent, NavigatorSeriesLabelsFromComponent, NavigatorSeriesLabelsToComponent, NavigatorSeriesMarkersComponent, NavigatorSeriesNotesComponent, NavigatorSeriesNotesIconComponent, NavigatorSeriesNotesLabelComponent, NavigatorSeriesOutliersComponent, NavigatorSeriesTooltipComponent, NoteClickEvent, NoteHoverEvent, PaneComponent, PaneDefaultsComponent, PaneDefaultsTitleComponent, PaneRenderEvent, PanesComponent, PanesTitleComponent, PlotAreaClickEvent, PlotAreaComponent, PlotAreaHoverEvent, RenderEvent, SANKEY_DIRECTIVES, SPARKLINE_DIRECTIVES, STOCK_CHART_DIRECTIVES, SankeyBaseEvent, SankeyComponent, SankeyCustomMessagesComponent, SankeyFlatBindingDataBoundEvent, SankeyFlatBindingDirective, SankeyLabelsComponent, SankeyLegendComponent, SankeyLinkEvent, SankeyLinkTooltipTemplateDirective, SankeyLinksComponent, SankeyModule, SankeyNodeEvent, SankeyNodeTooltipTemplateDirective, SankeyNodesComponent, SankeyTitleComponent, SankeyTooltipComponent, SankeyTooltipPopupComponent, SelectEndEvent, SelectEvent, SelectStartEvent, SeriesClickEvent, SeriesComponent, SeriesDefaultsComponent, SeriesDefaultsLabelsComponent, SeriesDefaultsLabelsFromComponent, SeriesDefaultsLabelsToComponent, SeriesDefaultsNotesComponent, SeriesDefaultsNotesIconComponent, SeriesDefaultsNotesLabelComponent, SeriesDefaultsTooltipComponent, SeriesDrilldownTemplateDirective, SeriesErrorBarsComponent, SeriesExtremesComponent, SeriesHighlightComponent, SeriesHoverEvent, SeriesItemComponent, SeriesLabelsComponent, SeriesLabelsFromComponent, SeriesLabelsToComponent, SeriesMarkersComponent, SeriesNotesComponent, SeriesNotesIconComponent, SeriesNotesLabelComponent, SeriesOutliersComponent, SeriesTooltipComponent, SeriesTooltipTemplateDirective, SeriesTrendlineComponent, SeriesTrendlineForecastComponent, SharedTooltipTemplateDirective, SparklineComponent, SparklineModule, StockChartComponent, StockChartModule, SubtitleComponent, TitleComponent, TooltipComponent, TooltipPopupComponent, TooltipTemplateService, ValueAxisComponent, ValueAxisCrosshairComponent, ValueAxisCrosshairTooltipComponent, ValueAxisItemComponent, ValueAxisLabelsComponent, ValueAxisNotesComponent, ValueAxisNotesIconComponent, ValueAxisNotesLabelComponent, ValueAxisTitleComponent, WeekStartDay, XAxisComponent, XAxisCrosshairComponent, XAxisCrosshairTooltipComponent, XAxisItemComponent, XAxisLabelsComponent, XAxisNotesComponent, XAxisNotesIconComponent, XAxisNotesLabelComponent, XAxisTitleComponent, YAxisComponent, YAxisCrosshairComponent, YAxisCrosshairTooltipComponent, YAxisItemComponent, YAxisLabelsComponent, YAxisNotesComponent, YAxisNotesIconComponent, YAxisNotesLabelComponent, YAxisTitleComponent, ZoomEndEvent, ZoomEvent, ZoomStartEvent, ZoomableComponent };
|
|
9285
9279
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-charts",
|
|
3
|
-
"version": "16.6.0-develop.
|
|
3
|
+
"version": "16.6.0-develop.7",
|
|
4
4
|
"description": "Kendo UI Charts for Angular - A comprehensive package for creating beautiful and interactive data visualization. Every chart type, stock charts, and sparklines are included.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -47,17 +47,17 @@
|
|
|
47
47
|
"@angular/platform-browser": "15 - 18",
|
|
48
48
|
"@progress/kendo-drawing": "^1.19.0",
|
|
49
49
|
"@progress/kendo-licensing": "^1.0.2",
|
|
50
|
-
"@progress/kendo-angular-common": "16.6.0-develop.
|
|
51
|
-
"@progress/kendo-angular-intl": "16.6.0-develop.
|
|
52
|
-
"@progress/kendo-angular-icons": "16.6.0-develop.
|
|
53
|
-
"@progress/kendo-angular-l10n": "16.6.0-develop.
|
|
54
|
-
"@progress/kendo-angular-popup": "16.6.0-develop.
|
|
55
|
-
"@progress/kendo-angular-navigation": "16.6.0-develop.
|
|
50
|
+
"@progress/kendo-angular-common": "16.6.0-develop.7",
|
|
51
|
+
"@progress/kendo-angular-intl": "16.6.0-develop.7",
|
|
52
|
+
"@progress/kendo-angular-icons": "16.6.0-develop.7",
|
|
53
|
+
"@progress/kendo-angular-l10n": "16.6.0-develop.7",
|
|
54
|
+
"@progress/kendo-angular-popup": "16.6.0-develop.7",
|
|
55
|
+
"@progress/kendo-angular-navigation": "16.6.0-develop.7",
|
|
56
56
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"tslib": "^2.3.1",
|
|
60
|
-
"@progress/kendo-angular-schematics": "16.6.0-develop.
|
|
60
|
+
"@progress/kendo-angular-schematics": "16.6.0-develop.7",
|
|
61
61
|
"@progress/kendo-charts": "2.4.1",
|
|
62
62
|
"@progress/kendo-svg-icons": "^2.0.0"
|
|
63
63
|
},
|
package/sankey.directives.d.ts
CHANGED
|
@@ -20,8 +20,4 @@ export { SankeyComponent, SankeyTooltipPopupComponent, SankeyLinkTooltipTemplate
|
|
|
20
20
|
/**
|
|
21
21
|
* @hidden
|
|
22
22
|
*/
|
|
23
|
-
export declare const
|
|
24
|
-
/**
|
|
25
|
-
* @hidden
|
|
26
|
-
*/
|
|
27
|
-
export declare const SANKEY_DIRECTIVES: any[];
|
|
23
|
+
export declare const SANKEY_DIRECTIVES: readonly [typeof SankeyComponent, typeof SankeyTooltipPopupComponent, typeof SankeyLinkTooltipTemplateDirective, typeof SankeyNodeTooltipTemplateDirective, typeof SankeyCustomMessagesComponent, typeof LocalizedMessagesDirective, typeof SankeyTitleComponent, typeof SankeyLegendComponent, typeof SankeyTooltipComponent, typeof SankeyLinksComponent, typeof SankeyNodesComponent, typeof SankeyLabelsComponent, typeof SankeyFlatBindingDirective];
|
|
@@ -3,8 +3,36 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { StockChartComponent } from './stock-chart.component';
|
|
6
|
+
import { NavigatorComponent } from './stock-chart/navigator.component';
|
|
7
|
+
import { NavigatorCategoryAxisComponent } from './stock-chart/navigator/category-axis.component';
|
|
8
|
+
import { NavigatorCategoryAxisCrosshairComponent } from './stock-chart/navigator/category-axis/crosshair.component';
|
|
9
|
+
import { NavigatorCategoryAxisCrosshairTooltipComponent } from './stock-chart/navigator/category-axis/crosshair.tooltip.component';
|
|
10
|
+
import { NavigatorCategoryAxisLabelsComponent } from './stock-chart/navigator/category-axis/labels.component';
|
|
11
|
+
import { NavigatorCategoryAxisNotesComponent } from './stock-chart/navigator/category-axis/notes.component';
|
|
12
|
+
import { NavigatorCategoryAxisNotesIconComponent } from './stock-chart/navigator/category-axis/notes.icon.component';
|
|
13
|
+
import { NavigatorCategoryAxisNotesLabelComponent } from './stock-chart/navigator/category-axis/notes.label.component';
|
|
14
|
+
import { NavigatorCategoryAxisSelectComponent } from './stock-chart/navigator/category-axis/select.component';
|
|
15
|
+
import { NavigatorCategoryAxisTitleComponent } from './stock-chart/navigator/category-axis/title.component';
|
|
16
|
+
import { NavigatorHintComponent } from './stock-chart/navigator/hint.component';
|
|
17
|
+
import { NavigatorPaneComponent } from './stock-chart/navigator/pane.component';
|
|
18
|
+
import { NavigatorPaneTitleComponent } from './stock-chart/navigator/pane/title.component';
|
|
19
|
+
import { NavigatorSelectComponent } from './stock-chart/navigator/select.component';
|
|
20
|
+
import { NavigatorSeriesComponent } from './stock-chart/navigator/series.component';
|
|
21
|
+
import { NavigatorSeriesItemComponent } from './stock-chart/navigator/series-item.component';
|
|
22
|
+
import { NavigatorSeriesErrorBarsComponent } from './stock-chart/navigator/series-item/error-bars.component';
|
|
23
|
+
import { NavigatorSeriesExtremesComponent } from './stock-chart/navigator/series-item/extremes.component';
|
|
24
|
+
import { NavigatorSeriesHighlightComponent } from './stock-chart/navigator/series-item/highlight.component';
|
|
25
|
+
import { NavigatorSeriesLabelsComponent } from './stock-chart/navigator/series-item/labels.component';
|
|
26
|
+
import { NavigatorSeriesLabelsFromComponent } from './stock-chart/navigator/series-item/labels.from.component';
|
|
27
|
+
import { NavigatorSeriesLabelsToComponent } from './stock-chart/navigator/series-item/labels.to.component';
|
|
28
|
+
import { NavigatorSeriesMarkersComponent } from './stock-chart/navigator/series-item/markers.component';
|
|
29
|
+
import { NavigatorSeriesNotesComponent } from './stock-chart/navigator/series-item/notes.component';
|
|
30
|
+
import { NavigatorSeriesNotesIconComponent } from './stock-chart/navigator/series-item/notes.icon.component';
|
|
31
|
+
import { NavigatorSeriesNotesLabelComponent } from './stock-chart/navigator/series-item/notes.label.component';
|
|
32
|
+
import { NavigatorSeriesOutliersComponent } from './stock-chart/navigator/series-item/outliers.component';
|
|
33
|
+
import { NavigatorSeriesTooltipComponent } from './stock-chart/navigator/series-item/tooltip.component';
|
|
6
34
|
export { StockChartComponent };
|
|
7
35
|
/**
|
|
8
36
|
* @hidden
|
|
9
37
|
*/
|
|
10
|
-
export declare const STOCK_CHART_DIRECTIVES:
|
|
38
|
+
export declare const STOCK_CHART_DIRECTIVES: readonly [typeof StockChartComponent, typeof NavigatorComponent, typeof NavigatorCategoryAxisComponent, typeof NavigatorCategoryAxisCrosshairComponent, typeof NavigatorCategoryAxisCrosshairTooltipComponent, typeof NavigatorCategoryAxisLabelsComponent, typeof NavigatorCategoryAxisNotesComponent, typeof NavigatorCategoryAxisNotesIconComponent, typeof NavigatorCategoryAxisNotesLabelComponent, typeof NavigatorCategoryAxisSelectComponent, typeof NavigatorCategoryAxisTitleComponent, typeof NavigatorHintComponent, typeof NavigatorPaneComponent, typeof NavigatorPaneTitleComponent, typeof NavigatorSelectComponent, typeof NavigatorSeriesComponent, typeof NavigatorSeriesItemComponent, typeof NavigatorSeriesErrorBarsComponent, typeof NavigatorSeriesExtremesComponent, typeof NavigatorSeriesHighlightComponent, typeof NavigatorSeriesLabelsComponent, typeof NavigatorSeriesLabelsFromComponent, typeof NavigatorSeriesLabelsToComponent, typeof NavigatorSeriesMarkersComponent, typeof NavigatorSeriesNotesComponent, typeof NavigatorSeriesNotesIconComponent, typeof NavigatorSeriesNotesLabelComponent, typeof NavigatorSeriesOutliersComponent, typeof NavigatorSeriesTooltipComponent];
|