@progress/kendo-angular-charts 13.4.1-develop.3 → 13.5.0-develop.1
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.component.d.ts +7 -3
- package/chart.module.d.ts +1 -1
- package/esm2020/chart.component.mjs +12 -3
- package/esm2020/chart.module.mjs +4 -4
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/sparkline.component.mjs +13 -2
- package/esm2020/sparkline.module.mjs +4 -4
- package/esm2020/stock-chart.component.mjs +13 -2
- package/esm2020/stock-chart.module.mjs +4 -4
- package/fesm2015/progress-kendo-angular-charts.mjs +45 -18
- package/fesm2020/progress-kendo-angular-charts.mjs +45 -18
- package/package.json +7 -7
- package/sparkline.component.d.ts +4 -0
- package/sparkline.module.d.ts +1 -1
- package/stock-chart.component.d.ts +4 -0
- package/stock-chart.module.d.ts +1 -1
package/chart.component.d.ts
CHANGED
|
@@ -101,9 +101,9 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
|
|
|
101
101
|
protected changeDetector: ChangeDetectorRef;
|
|
102
102
|
protected renderer: Renderer2;
|
|
103
103
|
/**
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
104
|
+
* Specifies if the Chart can be panned.
|
|
105
|
+
* @default false
|
|
106
|
+
*/
|
|
107
107
|
pannable: boolean | DragAction;
|
|
108
108
|
renderAs: 'svg' | 'canvas';
|
|
109
109
|
seriesColors: string[];
|
|
@@ -288,6 +288,10 @@ export declare class ChartComponent implements ChartOptions, OnChanges, OnInit,
|
|
|
288
288
|
* @hidden
|
|
289
289
|
*/
|
|
290
290
|
donutCenterStyle: any;
|
|
291
|
+
/**
|
|
292
|
+
* @hidden
|
|
293
|
+
*/
|
|
294
|
+
showLicenseWatermark: boolean;
|
|
291
295
|
instance: any;
|
|
292
296
|
protected options: any;
|
|
293
297
|
protected theme: any;
|
package/chart.module.d.ts
CHANGED
|
@@ -119,6 +119,6 @@ import * as i92 from "@progress/kendo-angular-common";
|
|
|
119
119
|
*/
|
|
120
120
|
export declare class ChartModule {
|
|
121
121
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartModule, never>;
|
|
122
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ChartModule, [typeof i1.ChartComponent, typeof i2.TooltipPopupComponent, typeof i3.SeriesTooltipTemplateDirective, typeof i4.SharedTooltipTemplateDirective, typeof i5.CrosshairTooltipsContainerComponent, typeof i6.CrosshairTooltipComponent, typeof i7.DonutCenterTemplateDirective, typeof i8.AxisDefaultsComponent, typeof i9.AxisDefaultsCrosshairComponent, typeof i10.AxisDefaultsCrosshairTooltipComponent, typeof i11.AxisDefaultsLabelsComponent, typeof i12.AxisDefaultsTitleComponent, typeof i13.CategoryAxisComponent, typeof i14.CategoryAxisCrosshairComponent, typeof i15.CategoryAxisCrosshairTooltipComponent, typeof i16.CategoryAxisItemComponent, typeof i17.CategoryAxisLabelsComponent, typeof i18.CategoryAxisRangeLabelsComponent, typeof i19.CategoryAxisNotesComponent, typeof i20.CategoryAxisNotesIconComponent, typeof i21.CategoryAxisNotesLabelComponent, typeof i22.CategoryAxisSelectComponent, typeof i23.CategoryAxisTitleComponent, typeof i24.ChartAreaComponent, typeof i25.ChartBreadcrumbComponent, typeof i26.LegendComponent, typeof i27.LegendInactiveItemsComponent, typeof i28.LegendItemComponent, typeof i29.PaneComponent, typeof i30.PaneDefaultsComponent, typeof i31.PaneDefaultsTitleComponent, typeof i32.PanesComponent, typeof i33.PanesTitleComponent, typeof i34.PlotAreaComponent, typeof i35.SeriesComponent, typeof i36.SeriesDefaultsComponent, typeof i37.SeriesDefaultsLabelsComponent, typeof i38.SeriesDefaultsLabelsFromComponent, typeof i39.SeriesDefaultsLabelsToComponent, typeof i40.SeriesDefaultsNotesComponent, typeof i41.SeriesDefaultsNotesIconComponent, typeof i42.SeriesDefaultsNotesLabelComponent, typeof i43.SeriesDefaultsTooltipComponent, typeof i44.SeriesDrilldownTemplateDirective, typeof i45.SeriesErrorBarsComponent, typeof i46.SeriesExtremesComponent, typeof i47.SeriesHighlightComponent, typeof i48.SeriesItemComponent, typeof i49.SeriesLabelsComponent, typeof i50.SeriesLabelsFromComponent, typeof i51.SeriesLabelsToComponent, typeof i52.SeriesMarkersComponent, typeof i53.SeriesNotesComponent, typeof i54.SeriesNotesIconComponent, typeof i55.SeriesNotesLabelComponent, typeof i56.SeriesOutliersComponent, typeof i57.SeriesTooltipComponent, typeof i58.SubtitleComponent, typeof i59.TitleComponent, typeof i60.TooltipComponent, typeof i61.ValueAxisComponent, typeof i62.ValueAxisCrosshairComponent, typeof i63.ValueAxisCrosshairTooltipComponent, typeof i64.ValueAxisItemComponent, typeof i65.ValueAxisLabelsComponent, typeof i66.ValueAxisNotesComponent, typeof i67.ValueAxisNotesIconComponent, typeof i68.ValueAxisNotesLabelComponent, typeof i69.ValueAxisTitleComponent, typeof i70.XAxisComponent, typeof i71.XAxisCrosshairComponent, typeof i72.XAxisCrosshairTooltipComponent, typeof i73.XAxisItemComponent, typeof i74.XAxisLabelsComponent, typeof i75.XAxisNotesComponent, typeof i76.XAxisNotesIconComponent, typeof i77.XAxisNotesLabelComponent, typeof i78.XAxisTitleComponent, typeof i79.YAxisComponent, typeof i80.YAxisCrosshairComponent, typeof i81.YAxisCrosshairTooltipComponent, typeof i82.YAxisItemComponent, typeof i83.YAxisLabelsComponent, typeof i84.YAxisNotesComponent, typeof i85.YAxisNotesIconComponent, typeof i86.YAxisNotesLabelComponent, typeof i87.YAxisTitleComponent, typeof i88.ZoomableComponent], [typeof i89.CommonModule, typeof i90.BreadCrumbModule, typeof i91.PopupModule, typeof i92.ResizeSensorModule], [typeof i1.ChartComponent, typeof i2.TooltipPopupComponent, typeof i3.SeriesTooltipTemplateDirective, typeof i4.SharedTooltipTemplateDirective, typeof i5.CrosshairTooltipsContainerComponent, typeof i6.CrosshairTooltipComponent, typeof i7.DonutCenterTemplateDirective, typeof i8.AxisDefaultsComponent, typeof i9.AxisDefaultsCrosshairComponent, typeof i10.AxisDefaultsCrosshairTooltipComponent, typeof i11.AxisDefaultsLabelsComponent, typeof i12.AxisDefaultsTitleComponent, typeof i13.CategoryAxisComponent, typeof i14.CategoryAxisCrosshairComponent, typeof i15.CategoryAxisCrosshairTooltipComponent, typeof i16.CategoryAxisItemComponent, typeof i17.CategoryAxisLabelsComponent, typeof i18.CategoryAxisRangeLabelsComponent, typeof i19.CategoryAxisNotesComponent, typeof i20.CategoryAxisNotesIconComponent, typeof i21.CategoryAxisNotesLabelComponent, typeof i22.CategoryAxisSelectComponent, typeof i23.CategoryAxisTitleComponent, typeof i24.ChartAreaComponent, typeof i25.ChartBreadcrumbComponent, typeof i26.LegendComponent, typeof i27.LegendInactiveItemsComponent, typeof i28.LegendItemComponent, typeof i29.PaneComponent, typeof i30.PaneDefaultsComponent, typeof i31.PaneDefaultsTitleComponent, typeof i32.PanesComponent, typeof i33.PanesTitleComponent, typeof i34.PlotAreaComponent, typeof i35.SeriesComponent, typeof i36.SeriesDefaultsComponent, typeof i37.SeriesDefaultsLabelsComponent, typeof i38.SeriesDefaultsLabelsFromComponent, typeof i39.SeriesDefaultsLabelsToComponent, typeof i40.SeriesDefaultsNotesComponent, typeof i41.SeriesDefaultsNotesIconComponent, typeof i42.SeriesDefaultsNotesLabelComponent, typeof i43.SeriesDefaultsTooltipComponent, typeof i44.SeriesDrilldownTemplateDirective, typeof i45.SeriesErrorBarsComponent, typeof i46.SeriesExtremesComponent, typeof i47.SeriesHighlightComponent, typeof i48.SeriesItemComponent, typeof i49.SeriesLabelsComponent, typeof i50.SeriesLabelsFromComponent, typeof i51.SeriesLabelsToComponent, typeof i52.SeriesMarkersComponent, typeof i53.SeriesNotesComponent, typeof i54.SeriesNotesIconComponent, typeof i55.SeriesNotesLabelComponent, typeof i56.SeriesOutliersComponent, typeof i57.SeriesTooltipComponent, typeof i58.SubtitleComponent, typeof i59.TitleComponent, typeof i60.TooltipComponent, typeof i61.ValueAxisComponent, typeof i62.ValueAxisCrosshairComponent, typeof i63.ValueAxisCrosshairTooltipComponent, typeof i64.ValueAxisItemComponent, typeof i65.ValueAxisLabelsComponent, typeof i66.ValueAxisNotesComponent, typeof i67.ValueAxisNotesIconComponent, typeof i68.ValueAxisNotesLabelComponent, typeof i69.ValueAxisTitleComponent, typeof i70.XAxisComponent, typeof i71.XAxisCrosshairComponent, typeof i72.XAxisCrosshairTooltipComponent, typeof i73.XAxisItemComponent, typeof i74.XAxisLabelsComponent, typeof i75.XAxisNotesComponent, typeof i76.XAxisNotesIconComponent, typeof i77.XAxisNotesLabelComponent, typeof i78.XAxisTitleComponent, typeof i79.YAxisComponent, typeof i80.YAxisCrosshairComponent, typeof i81.YAxisCrosshairTooltipComponent, typeof i82.YAxisItemComponent, typeof i83.YAxisLabelsComponent, typeof i84.YAxisNotesComponent, typeof i85.YAxisNotesIconComponent, typeof i86.YAxisNotesLabelComponent, typeof i87.YAxisTitleComponent, typeof i88.ZoomableComponent]>;
|
|
122
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ChartModule, [typeof i1.ChartComponent, typeof i2.TooltipPopupComponent, typeof i3.SeriesTooltipTemplateDirective, typeof i4.SharedTooltipTemplateDirective, typeof i5.CrosshairTooltipsContainerComponent, typeof i6.CrosshairTooltipComponent, typeof i7.DonutCenterTemplateDirective, typeof i8.AxisDefaultsComponent, typeof i9.AxisDefaultsCrosshairComponent, typeof i10.AxisDefaultsCrosshairTooltipComponent, typeof i11.AxisDefaultsLabelsComponent, typeof i12.AxisDefaultsTitleComponent, typeof i13.CategoryAxisComponent, typeof i14.CategoryAxisCrosshairComponent, typeof i15.CategoryAxisCrosshairTooltipComponent, typeof i16.CategoryAxisItemComponent, typeof i17.CategoryAxisLabelsComponent, typeof i18.CategoryAxisRangeLabelsComponent, typeof i19.CategoryAxisNotesComponent, typeof i20.CategoryAxisNotesIconComponent, typeof i21.CategoryAxisNotesLabelComponent, typeof i22.CategoryAxisSelectComponent, typeof i23.CategoryAxisTitleComponent, typeof i24.ChartAreaComponent, typeof i25.ChartBreadcrumbComponent, typeof i26.LegendComponent, typeof i27.LegendInactiveItemsComponent, typeof i28.LegendItemComponent, typeof i29.PaneComponent, typeof i30.PaneDefaultsComponent, typeof i31.PaneDefaultsTitleComponent, typeof i32.PanesComponent, typeof i33.PanesTitleComponent, typeof i34.PlotAreaComponent, typeof i35.SeriesComponent, typeof i36.SeriesDefaultsComponent, typeof i37.SeriesDefaultsLabelsComponent, typeof i38.SeriesDefaultsLabelsFromComponent, typeof i39.SeriesDefaultsLabelsToComponent, typeof i40.SeriesDefaultsNotesComponent, typeof i41.SeriesDefaultsNotesIconComponent, typeof i42.SeriesDefaultsNotesLabelComponent, typeof i43.SeriesDefaultsTooltipComponent, typeof i44.SeriesDrilldownTemplateDirective, typeof i45.SeriesErrorBarsComponent, typeof i46.SeriesExtremesComponent, typeof i47.SeriesHighlightComponent, typeof i48.SeriesItemComponent, typeof i49.SeriesLabelsComponent, typeof i50.SeriesLabelsFromComponent, typeof i51.SeriesLabelsToComponent, typeof i52.SeriesMarkersComponent, typeof i53.SeriesNotesComponent, typeof i54.SeriesNotesIconComponent, typeof i55.SeriesNotesLabelComponent, typeof i56.SeriesOutliersComponent, typeof i57.SeriesTooltipComponent, typeof i58.SubtitleComponent, typeof i59.TitleComponent, typeof i60.TooltipComponent, typeof i61.ValueAxisComponent, typeof i62.ValueAxisCrosshairComponent, typeof i63.ValueAxisCrosshairTooltipComponent, typeof i64.ValueAxisItemComponent, typeof i65.ValueAxisLabelsComponent, typeof i66.ValueAxisNotesComponent, typeof i67.ValueAxisNotesIconComponent, typeof i68.ValueAxisNotesLabelComponent, typeof i69.ValueAxisTitleComponent, typeof i70.XAxisComponent, typeof i71.XAxisCrosshairComponent, typeof i72.XAxisCrosshairTooltipComponent, typeof i73.XAxisItemComponent, typeof i74.XAxisLabelsComponent, typeof i75.XAxisNotesComponent, typeof i76.XAxisNotesIconComponent, typeof i77.XAxisNotesLabelComponent, typeof i78.XAxisTitleComponent, typeof i79.YAxisComponent, typeof i80.YAxisCrosshairComponent, typeof i81.YAxisCrosshairTooltipComponent, typeof i82.YAxisItemComponent, typeof i83.YAxisLabelsComponent, typeof i84.YAxisNotesComponent, typeof i85.YAxisNotesIconComponent, typeof i86.YAxisNotesLabelComponent, typeof i87.YAxisTitleComponent, typeof i88.ZoomableComponent], [typeof i89.CommonModule, typeof i90.BreadCrumbModule, typeof i91.PopupModule, typeof i92.ResizeSensorModule, typeof i92.WatermarkModule], [typeof i1.ChartComponent, typeof i2.TooltipPopupComponent, typeof i3.SeriesTooltipTemplateDirective, typeof i4.SharedTooltipTemplateDirective, typeof i5.CrosshairTooltipsContainerComponent, typeof i6.CrosshairTooltipComponent, typeof i7.DonutCenterTemplateDirective, typeof i8.AxisDefaultsComponent, typeof i9.AxisDefaultsCrosshairComponent, typeof i10.AxisDefaultsCrosshairTooltipComponent, typeof i11.AxisDefaultsLabelsComponent, typeof i12.AxisDefaultsTitleComponent, typeof i13.CategoryAxisComponent, typeof i14.CategoryAxisCrosshairComponent, typeof i15.CategoryAxisCrosshairTooltipComponent, typeof i16.CategoryAxisItemComponent, typeof i17.CategoryAxisLabelsComponent, typeof i18.CategoryAxisRangeLabelsComponent, typeof i19.CategoryAxisNotesComponent, typeof i20.CategoryAxisNotesIconComponent, typeof i21.CategoryAxisNotesLabelComponent, typeof i22.CategoryAxisSelectComponent, typeof i23.CategoryAxisTitleComponent, typeof i24.ChartAreaComponent, typeof i25.ChartBreadcrumbComponent, typeof i26.LegendComponent, typeof i27.LegendInactiveItemsComponent, typeof i28.LegendItemComponent, typeof i29.PaneComponent, typeof i30.PaneDefaultsComponent, typeof i31.PaneDefaultsTitleComponent, typeof i32.PanesComponent, typeof i33.PanesTitleComponent, typeof i34.PlotAreaComponent, typeof i35.SeriesComponent, typeof i36.SeriesDefaultsComponent, typeof i37.SeriesDefaultsLabelsComponent, typeof i38.SeriesDefaultsLabelsFromComponent, typeof i39.SeriesDefaultsLabelsToComponent, typeof i40.SeriesDefaultsNotesComponent, typeof i41.SeriesDefaultsNotesIconComponent, typeof i42.SeriesDefaultsNotesLabelComponent, typeof i43.SeriesDefaultsTooltipComponent, typeof i44.SeriesDrilldownTemplateDirective, typeof i45.SeriesErrorBarsComponent, typeof i46.SeriesExtremesComponent, typeof i47.SeriesHighlightComponent, typeof i48.SeriesItemComponent, typeof i49.SeriesLabelsComponent, typeof i50.SeriesLabelsFromComponent, typeof i51.SeriesLabelsToComponent, typeof i52.SeriesMarkersComponent, typeof i53.SeriesNotesComponent, typeof i54.SeriesNotesIconComponent, typeof i55.SeriesNotesLabelComponent, typeof i56.SeriesOutliersComponent, typeof i57.SeriesTooltipComponent, typeof i58.SubtitleComponent, typeof i59.TitleComponent, typeof i60.TooltipComponent, typeof i61.ValueAxisComponent, typeof i62.ValueAxisCrosshairComponent, typeof i63.ValueAxisCrosshairTooltipComponent, typeof i64.ValueAxisItemComponent, typeof i65.ValueAxisLabelsComponent, typeof i66.ValueAxisNotesComponent, typeof i67.ValueAxisNotesIconComponent, typeof i68.ValueAxisNotesLabelComponent, typeof i69.ValueAxisTitleComponent, typeof i70.XAxisComponent, typeof i71.XAxisCrosshairComponent, typeof i72.XAxisCrosshairTooltipComponent, typeof i73.XAxisItemComponent, typeof i74.XAxisLabelsComponent, typeof i75.XAxisNotesComponent, typeof i76.XAxisNotesIconComponent, typeof i77.XAxisNotesLabelComponent, typeof i78.XAxisTitleComponent, typeof i79.YAxisComponent, typeof i80.YAxisCrosshairComponent, typeof i81.YAxisCrosshairTooltipComponent, typeof i82.YAxisItemComponent, typeof i83.YAxisLabelsComponent, typeof i84.YAxisNotesComponent, typeof i85.YAxisNotesIconComponent, typeof i86.YAxisNotesLabelComponent, typeof i87.YAxisTitleComponent, typeof i88.ZoomableComponent]>;
|
|
123
123
|
static ɵinj: i0.ɵɵInjectorDeclaration<ChartModule>;
|
|
124
124
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChild, NgZone, Renderer2, ContentChildren, QueryList, ViewChild, EventEmitter, Input, Output, ElementRef } from '@angular/core';
|
|
6
|
-
import { isDocumentAvailable } from '@progress/kendo-angular-common';
|
|
6
|
+
import { isDocumentAvailable, shouldShowValidationUI } from '@progress/kendo-angular-common';
|
|
7
7
|
import { IntlService } from '@progress/kendo-angular-intl';
|
|
8
8
|
import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
|
|
9
9
|
import { Chart } from '@progress/kendo-charts';
|
|
@@ -222,12 +222,17 @@ export class ChartComponent {
|
|
|
222
222
|
* @default 10
|
|
223
223
|
*/
|
|
224
224
|
this.resizeRateLimit = 10;
|
|
225
|
+
/**
|
|
226
|
+
* @hidden
|
|
227
|
+
*/
|
|
228
|
+
this.showLicenseWatermark = false;
|
|
225
229
|
this.theme = null;
|
|
226
230
|
this.suppressTransitions = false;
|
|
227
231
|
this.rtl = false;
|
|
228
232
|
this.hostClasses = ['k-chart', 'k-widget'];
|
|
229
233
|
this.drilldownState = [];
|
|
230
|
-
validatePackage(packageMetadata);
|
|
234
|
+
const isValid = validatePackage(packageMetadata);
|
|
235
|
+
this.showLicenseWatermark = shouldShowValidationUI(isValid);
|
|
231
236
|
this.themeService.loadTheme();
|
|
232
237
|
this.refreshWait();
|
|
233
238
|
}
|
|
@@ -732,7 +737,9 @@ ChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version
|
|
|
732
737
|
<div class="k-chart-donut-center" [ngStyle]="donutCenterStyle" *ngIf="donutCenterStyle && donutCenterTemplate">
|
|
733
738
|
<ng-template [ngTemplateOutlet]="donutCenterTemplate.templateRef"></ng-template>
|
|
734
739
|
</div>
|
|
735
|
-
|
|
740
|
+
|
|
741
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
742
|
+
`, isInline: true, components: [{ type: i6.CrosshairTooltipsContainerComponent, selector: "kendo-chart-crosshair-tooltips-container", inputs: ["popupSettings"] }, { type: i7.TooltipPopupComponent, selector: "kendo-chart-tooltip-popup", inputs: ["animate", "classNames", "popupSettings", "wrapperClass"], outputs: ["leave"] }, { type: i8.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: i8.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: i9.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i9.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i9.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
736
743
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartComponent, decorators: [{
|
|
737
744
|
type: Component,
|
|
738
745
|
args: [{
|
|
@@ -759,6 +766,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
759
766
|
<div class="k-chart-donut-center" [ngStyle]="donutCenterStyle" *ngIf="donutCenterStyle && donutCenterTemplate">
|
|
760
767
|
<ng-template [ngTemplateOutlet]="donutCenterTemplate.templateRef"></ng-template>
|
|
761
768
|
</div>
|
|
769
|
+
|
|
770
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
762
771
|
`
|
|
763
772
|
}]
|
|
764
773
|
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }, { type: i2.ThemeService }, { type: i0.ElementRef }, { type: i3.IntlService }, { type: i4.LocalizationService }, { type: i0.NgZone }, { type: i5.InstanceEventService }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }]; }, propDecorators: { pannable: [{
|
package/esm2020/chart.module.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import { NgModule } from '@angular/core';
|
|
|
6
6
|
import { CommonModule } from '@angular/common';
|
|
7
7
|
import { BreadCrumbModule } from '@progress/kendo-angular-navigation';
|
|
8
8
|
import { PopupModule } from '@progress/kendo-angular-popup';
|
|
9
|
-
import { ResizeSensorModule } from '@progress/kendo-angular-common';
|
|
9
|
+
import { ResizeSensorModule, WatermarkModule } from '@progress/kendo-angular-common';
|
|
10
10
|
import { ThemeService } from './common/theme.service';
|
|
11
11
|
import { CHART_DIRECTIVES } from './chart.directives';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
@@ -123,16 +123,16 @@ import * as i88 from "./chart/zoomable.component";
|
|
|
123
123
|
export class ChartModule {
|
|
124
124
|
}
|
|
125
125
|
ChartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
126
|
-
ChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartModule, declarations: [i1.ChartComponent, i2.TooltipPopupComponent, i3.SeriesTooltipTemplateDirective, i4.SharedTooltipTemplateDirective, i5.CrosshairTooltipsContainerComponent, i6.CrosshairTooltipComponent, i7.DonutCenterTemplateDirective, i8.AxisDefaultsComponent, i9.AxisDefaultsCrosshairComponent, i10.AxisDefaultsCrosshairTooltipComponent, i11.AxisDefaultsLabelsComponent, i12.AxisDefaultsTitleComponent, i13.CategoryAxisComponent, i14.CategoryAxisCrosshairComponent, i15.CategoryAxisCrosshairTooltipComponent, i16.CategoryAxisItemComponent, i17.CategoryAxisLabelsComponent, i18.CategoryAxisRangeLabelsComponent, i19.CategoryAxisNotesComponent, i20.CategoryAxisNotesIconComponent, i21.CategoryAxisNotesLabelComponent, i22.CategoryAxisSelectComponent, i23.CategoryAxisTitleComponent, i24.ChartAreaComponent, i25.ChartBreadcrumbComponent, i26.LegendComponent, i27.LegendInactiveItemsComponent, i28.LegendItemComponent, i29.PaneComponent, i30.PaneDefaultsComponent, i31.PaneDefaultsTitleComponent, i32.PanesComponent, i33.PanesTitleComponent, i34.PlotAreaComponent, i35.SeriesComponent, i36.SeriesDefaultsComponent, i37.SeriesDefaultsLabelsComponent, i38.SeriesDefaultsLabelsFromComponent, i39.SeriesDefaultsLabelsToComponent, i40.SeriesDefaultsNotesComponent, i41.SeriesDefaultsNotesIconComponent, i42.SeriesDefaultsNotesLabelComponent, i43.SeriesDefaultsTooltipComponent, i44.SeriesDrilldownTemplateDirective, i45.SeriesErrorBarsComponent, i46.SeriesExtremesComponent, i47.SeriesHighlightComponent, i48.SeriesItemComponent, i49.SeriesLabelsComponent, i50.SeriesLabelsFromComponent, i51.SeriesLabelsToComponent, i52.SeriesMarkersComponent, i53.SeriesNotesComponent, i54.SeriesNotesIconComponent, i55.SeriesNotesLabelComponent, i56.SeriesOutliersComponent, i57.SeriesTooltipComponent, i58.SubtitleComponent, i59.TitleComponent, i60.TooltipComponent, i61.ValueAxisComponent, i62.ValueAxisCrosshairComponent, i63.ValueAxisCrosshairTooltipComponent, i64.ValueAxisItemComponent, i65.ValueAxisLabelsComponent, i66.ValueAxisNotesComponent, i67.ValueAxisNotesIconComponent, i68.ValueAxisNotesLabelComponent, i69.ValueAxisTitleComponent, i70.XAxisComponent, i71.XAxisCrosshairComponent, i72.XAxisCrosshairTooltipComponent, i73.XAxisItemComponent, i74.XAxisLabelsComponent, i75.XAxisNotesComponent, i76.XAxisNotesIconComponent, i77.XAxisNotesLabelComponent, i78.XAxisTitleComponent, i79.YAxisComponent, i80.YAxisCrosshairComponent, i81.YAxisCrosshairTooltipComponent, i82.YAxisItemComponent, i83.YAxisLabelsComponent, i84.YAxisNotesComponent, i85.YAxisNotesIconComponent, i86.YAxisNotesLabelComponent, i87.YAxisTitleComponent, i88.ZoomableComponent], imports: [CommonModule, BreadCrumbModule, PopupModule, ResizeSensorModule], exports: [i1.ChartComponent, i2.TooltipPopupComponent, i3.SeriesTooltipTemplateDirective, i4.SharedTooltipTemplateDirective, i5.CrosshairTooltipsContainerComponent, i6.CrosshairTooltipComponent, i7.DonutCenterTemplateDirective, i8.AxisDefaultsComponent, i9.AxisDefaultsCrosshairComponent, i10.AxisDefaultsCrosshairTooltipComponent, i11.AxisDefaultsLabelsComponent, i12.AxisDefaultsTitleComponent, i13.CategoryAxisComponent, i14.CategoryAxisCrosshairComponent, i15.CategoryAxisCrosshairTooltipComponent, i16.CategoryAxisItemComponent, i17.CategoryAxisLabelsComponent, i18.CategoryAxisRangeLabelsComponent, i19.CategoryAxisNotesComponent, i20.CategoryAxisNotesIconComponent, i21.CategoryAxisNotesLabelComponent, i22.CategoryAxisSelectComponent, i23.CategoryAxisTitleComponent, i24.ChartAreaComponent, i25.ChartBreadcrumbComponent, i26.LegendComponent, i27.LegendInactiveItemsComponent, i28.LegendItemComponent, i29.PaneComponent, i30.PaneDefaultsComponent, i31.PaneDefaultsTitleComponent, i32.PanesComponent, i33.PanesTitleComponent, i34.PlotAreaComponent, i35.SeriesComponent, i36.SeriesDefaultsComponent, i37.SeriesDefaultsLabelsComponent, i38.SeriesDefaultsLabelsFromComponent, i39.SeriesDefaultsLabelsToComponent, i40.SeriesDefaultsNotesComponent, i41.SeriesDefaultsNotesIconComponent, i42.SeriesDefaultsNotesLabelComponent, i43.SeriesDefaultsTooltipComponent, i44.SeriesDrilldownTemplateDirective, i45.SeriesErrorBarsComponent, i46.SeriesExtremesComponent, i47.SeriesHighlightComponent, i48.SeriesItemComponent, i49.SeriesLabelsComponent, i50.SeriesLabelsFromComponent, i51.SeriesLabelsToComponent, i52.SeriesMarkersComponent, i53.SeriesNotesComponent, i54.SeriesNotesIconComponent, i55.SeriesNotesLabelComponent, i56.SeriesOutliersComponent, i57.SeriesTooltipComponent, i58.SubtitleComponent, i59.TitleComponent, i60.TooltipComponent, i61.ValueAxisComponent, i62.ValueAxisCrosshairComponent, i63.ValueAxisCrosshairTooltipComponent, i64.ValueAxisItemComponent, i65.ValueAxisLabelsComponent, i66.ValueAxisNotesComponent, i67.ValueAxisNotesIconComponent, i68.ValueAxisNotesLabelComponent, i69.ValueAxisTitleComponent, i70.XAxisComponent, i71.XAxisCrosshairComponent, i72.XAxisCrosshairTooltipComponent, i73.XAxisItemComponent, i74.XAxisLabelsComponent, i75.XAxisNotesComponent, i76.XAxisNotesIconComponent, i77.XAxisNotesLabelComponent, i78.XAxisTitleComponent, i79.YAxisComponent, i80.YAxisCrosshairComponent, i81.YAxisCrosshairTooltipComponent, i82.YAxisItemComponent, i83.YAxisLabelsComponent, i84.YAxisNotesComponent, i85.YAxisNotesIconComponent, i86.YAxisNotesLabelComponent, i87.YAxisTitleComponent, i88.ZoomableComponent] });
|
|
126
|
+
ChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartModule, declarations: [i1.ChartComponent, i2.TooltipPopupComponent, i3.SeriesTooltipTemplateDirective, i4.SharedTooltipTemplateDirective, i5.CrosshairTooltipsContainerComponent, i6.CrosshairTooltipComponent, i7.DonutCenterTemplateDirective, i8.AxisDefaultsComponent, i9.AxisDefaultsCrosshairComponent, i10.AxisDefaultsCrosshairTooltipComponent, i11.AxisDefaultsLabelsComponent, i12.AxisDefaultsTitleComponent, i13.CategoryAxisComponent, i14.CategoryAxisCrosshairComponent, i15.CategoryAxisCrosshairTooltipComponent, i16.CategoryAxisItemComponent, i17.CategoryAxisLabelsComponent, i18.CategoryAxisRangeLabelsComponent, i19.CategoryAxisNotesComponent, i20.CategoryAxisNotesIconComponent, i21.CategoryAxisNotesLabelComponent, i22.CategoryAxisSelectComponent, i23.CategoryAxisTitleComponent, i24.ChartAreaComponent, i25.ChartBreadcrumbComponent, i26.LegendComponent, i27.LegendInactiveItemsComponent, i28.LegendItemComponent, i29.PaneComponent, i30.PaneDefaultsComponent, i31.PaneDefaultsTitleComponent, i32.PanesComponent, i33.PanesTitleComponent, i34.PlotAreaComponent, i35.SeriesComponent, i36.SeriesDefaultsComponent, i37.SeriesDefaultsLabelsComponent, i38.SeriesDefaultsLabelsFromComponent, i39.SeriesDefaultsLabelsToComponent, i40.SeriesDefaultsNotesComponent, i41.SeriesDefaultsNotesIconComponent, i42.SeriesDefaultsNotesLabelComponent, i43.SeriesDefaultsTooltipComponent, i44.SeriesDrilldownTemplateDirective, i45.SeriesErrorBarsComponent, i46.SeriesExtremesComponent, i47.SeriesHighlightComponent, i48.SeriesItemComponent, i49.SeriesLabelsComponent, i50.SeriesLabelsFromComponent, i51.SeriesLabelsToComponent, i52.SeriesMarkersComponent, i53.SeriesNotesComponent, i54.SeriesNotesIconComponent, i55.SeriesNotesLabelComponent, i56.SeriesOutliersComponent, i57.SeriesTooltipComponent, i58.SubtitleComponent, i59.TitleComponent, i60.TooltipComponent, i61.ValueAxisComponent, i62.ValueAxisCrosshairComponent, i63.ValueAxisCrosshairTooltipComponent, i64.ValueAxisItemComponent, i65.ValueAxisLabelsComponent, i66.ValueAxisNotesComponent, i67.ValueAxisNotesIconComponent, i68.ValueAxisNotesLabelComponent, i69.ValueAxisTitleComponent, i70.XAxisComponent, i71.XAxisCrosshairComponent, i72.XAxisCrosshairTooltipComponent, i73.XAxisItemComponent, i74.XAxisLabelsComponent, i75.XAxisNotesComponent, i76.XAxisNotesIconComponent, i77.XAxisNotesLabelComponent, i78.XAxisTitleComponent, i79.YAxisComponent, i80.YAxisCrosshairComponent, i81.YAxisCrosshairTooltipComponent, i82.YAxisItemComponent, i83.YAxisLabelsComponent, i84.YAxisNotesComponent, i85.YAxisNotesIconComponent, i86.YAxisNotesLabelComponent, i87.YAxisTitleComponent, i88.ZoomableComponent], imports: [CommonModule, BreadCrumbModule, PopupModule, ResizeSensorModule, WatermarkModule], exports: [i1.ChartComponent, i2.TooltipPopupComponent, i3.SeriesTooltipTemplateDirective, i4.SharedTooltipTemplateDirective, i5.CrosshairTooltipsContainerComponent, i6.CrosshairTooltipComponent, i7.DonutCenterTemplateDirective, i8.AxisDefaultsComponent, i9.AxisDefaultsCrosshairComponent, i10.AxisDefaultsCrosshairTooltipComponent, i11.AxisDefaultsLabelsComponent, i12.AxisDefaultsTitleComponent, i13.CategoryAxisComponent, i14.CategoryAxisCrosshairComponent, i15.CategoryAxisCrosshairTooltipComponent, i16.CategoryAxisItemComponent, i17.CategoryAxisLabelsComponent, i18.CategoryAxisRangeLabelsComponent, i19.CategoryAxisNotesComponent, i20.CategoryAxisNotesIconComponent, i21.CategoryAxisNotesLabelComponent, i22.CategoryAxisSelectComponent, i23.CategoryAxisTitleComponent, i24.ChartAreaComponent, i25.ChartBreadcrumbComponent, i26.LegendComponent, i27.LegendInactiveItemsComponent, i28.LegendItemComponent, i29.PaneComponent, i30.PaneDefaultsComponent, i31.PaneDefaultsTitleComponent, i32.PanesComponent, i33.PanesTitleComponent, i34.PlotAreaComponent, i35.SeriesComponent, i36.SeriesDefaultsComponent, i37.SeriesDefaultsLabelsComponent, i38.SeriesDefaultsLabelsFromComponent, i39.SeriesDefaultsLabelsToComponent, i40.SeriesDefaultsNotesComponent, i41.SeriesDefaultsNotesIconComponent, i42.SeriesDefaultsNotesLabelComponent, i43.SeriesDefaultsTooltipComponent, i44.SeriesDrilldownTemplateDirective, i45.SeriesErrorBarsComponent, i46.SeriesExtremesComponent, i47.SeriesHighlightComponent, i48.SeriesItemComponent, i49.SeriesLabelsComponent, i50.SeriesLabelsFromComponent, i51.SeriesLabelsToComponent, i52.SeriesMarkersComponent, i53.SeriesNotesComponent, i54.SeriesNotesIconComponent, i55.SeriesNotesLabelComponent, i56.SeriesOutliersComponent, i57.SeriesTooltipComponent, i58.SubtitleComponent, i59.TitleComponent, i60.TooltipComponent, i61.ValueAxisComponent, i62.ValueAxisCrosshairComponent, i63.ValueAxisCrosshairTooltipComponent, i64.ValueAxisItemComponent, i65.ValueAxisLabelsComponent, i66.ValueAxisNotesComponent, i67.ValueAxisNotesIconComponent, i68.ValueAxisNotesLabelComponent, i69.ValueAxisTitleComponent, i70.XAxisComponent, i71.XAxisCrosshairComponent, i72.XAxisCrosshairTooltipComponent, i73.XAxisItemComponent, i74.XAxisLabelsComponent, i75.XAxisNotesComponent, i76.XAxisNotesIconComponent, i77.XAxisNotesLabelComponent, i78.XAxisTitleComponent, i79.YAxisComponent, i80.YAxisCrosshairComponent, i81.YAxisCrosshairTooltipComponent, i82.YAxisItemComponent, i83.YAxisLabelsComponent, i84.YAxisNotesComponent, i85.YAxisNotesIconComponent, i86.YAxisNotesLabelComponent, i87.YAxisTitleComponent, i88.ZoomableComponent] });
|
|
127
127
|
ChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartModule, providers: [
|
|
128
128
|
ThemeService
|
|
129
|
-
], imports: [[CommonModule, BreadCrumbModule, PopupModule, ResizeSensorModule]] });
|
|
129
|
+
], imports: [[CommonModule, BreadCrumbModule, PopupModule, ResizeSensorModule, WatermarkModule]] });
|
|
130
130
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartModule, decorators: [{
|
|
131
131
|
type: NgModule,
|
|
132
132
|
args: [{
|
|
133
133
|
declarations: [CHART_DIRECTIVES],
|
|
134
134
|
exports: [CHART_DIRECTIVES],
|
|
135
|
-
imports: [CommonModule, BreadCrumbModule, PopupModule, ResizeSensorModule],
|
|
135
|
+
imports: [CommonModule, BreadCrumbModule, PopupModule, ResizeSensorModule, WatermarkModule],
|
|
136
136
|
providers: [
|
|
137
137
|
ThemeService
|
|
138
138
|
]
|
|
@@ -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: '13.
|
|
12
|
+
publishDate: 1694187017,
|
|
13
|
+
version: '13.5.0-develop.1',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -12,6 +12,7 @@ import { IntlService } from '@progress/kendo-angular-intl';
|
|
|
12
12
|
import { Sparkline } from '@progress/kendo-charts';
|
|
13
13
|
import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
14
14
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
15
|
+
import { shouldShowValidationUI } from '@progress/kendo-angular-common';
|
|
15
16
|
import { packageMetadata } from './package-metadata';
|
|
16
17
|
import * as i0 from "@angular/core";
|
|
17
18
|
import * as i1 from "./common/configuration.service";
|
|
@@ -22,6 +23,7 @@ import * as i5 from "./events/instance-event.service";
|
|
|
22
23
|
import * as i6 from "./chart/tooltip/crosshair-tooltips-container.component";
|
|
23
24
|
import * as i7 from "./chart/tooltip/tooltip-popup.component";
|
|
24
25
|
import * as i8 from "@progress/kendo-angular-common";
|
|
26
|
+
import * as i9 from "@angular/common";
|
|
25
27
|
/**
|
|
26
28
|
* The root Chart component.
|
|
27
29
|
*
|
|
@@ -61,8 +63,13 @@ export class SparklineComponent extends ChartComponent {
|
|
|
61
63
|
this.tooltipContentClasses = {
|
|
62
64
|
'k-sparkline-tooltip': true
|
|
63
65
|
};
|
|
66
|
+
/**
|
|
67
|
+
* @hidden
|
|
68
|
+
*/
|
|
69
|
+
this.showLicenseWatermark = false;
|
|
64
70
|
this.hostClasses = ['k-sparkline', 'k-widget'];
|
|
65
|
-
validatePackage(packageMetadata);
|
|
71
|
+
const isValid = validatePackage(packageMetadata);
|
|
72
|
+
this.showLicenseWatermark = shouldShowValidationUI(isValid);
|
|
66
73
|
}
|
|
67
74
|
/**
|
|
68
75
|
* @hidden
|
|
@@ -100,7 +107,9 @@ SparklineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
100
107
|
[classNames]="tooltipContentClasses" (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
101
108
|
</kendo-chart-tooltip-popup>
|
|
102
109
|
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
103
|
-
|
|
110
|
+
|
|
111
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
112
|
+
`, isInline: true, components: [{ type: i6.CrosshairTooltipsContainerComponent, selector: "kendo-chart-crosshair-tooltips-container", inputs: ["popupSettings"] }, { type: i7.TooltipPopupComponent, selector: "kendo-chart-tooltip-popup", inputs: ["animate", "classNames", "popupSettings", "wrapperClass"], outputs: ["leave"] }, { type: i8.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: i8.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: i9.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
104
113
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineComponent, decorators: [{
|
|
105
114
|
type: Component,
|
|
106
115
|
args: [{
|
|
@@ -125,6 +134,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
125
134
|
[classNames]="tooltipContentClasses" (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
126
135
|
</kendo-chart-tooltip-popup>
|
|
127
136
|
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
137
|
+
|
|
138
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
128
139
|
`
|
|
129
140
|
}]
|
|
130
141
|
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }, { type: i2.ThemeService }, { type: i0.ElementRef }, { type: i3.IntlService }, { type: i4.LocalizationService }, { type: i0.NgZone }, { type: i5.InstanceEventService }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }]; }, propDecorators: { type: [{
|
|
@@ -7,7 +7,7 @@ import { ChartModule } from './chart.module';
|
|
|
7
7
|
import { SPARKLINE_DIRECTIVES } from './sparkline.directives';
|
|
8
8
|
import { CommonModule } from '@angular/common';
|
|
9
9
|
import { PopupModule } from '@progress/kendo-angular-popup';
|
|
10
|
-
import { ResizeSensorModule } from '@progress/kendo-angular-common';
|
|
10
|
+
import { ResizeSensorModule, WatermarkModule } from '@progress/kendo-angular-common';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
import * as i1 from "./sparkline.component";
|
|
13
13
|
/**
|
|
@@ -36,13 +36,13 @@ import * as i1 from "./sparkline.component";
|
|
|
36
36
|
export class SparklineModule {
|
|
37
37
|
}
|
|
38
38
|
SparklineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
39
|
-
SparklineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, declarations: [i1.SparklineComponent], imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule], exports: [i1.SparklineComponent, ChartModule] });
|
|
40
|
-
SparklineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, imports: [[ChartModule, CommonModule, PopupModule, ResizeSensorModule], ChartModule] });
|
|
39
|
+
SparklineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, declarations: [i1.SparklineComponent], imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule, WatermarkModule], exports: [i1.SparklineComponent, ChartModule] });
|
|
40
|
+
SparklineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, imports: [[ChartModule, CommonModule, PopupModule, ResizeSensorModule, WatermarkModule], ChartModule] });
|
|
41
41
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, decorators: [{
|
|
42
42
|
type: NgModule,
|
|
43
43
|
args: [{
|
|
44
44
|
declarations: [SPARKLINE_DIRECTIVES],
|
|
45
45
|
exports: [SPARKLINE_DIRECTIVES, ChartModule],
|
|
46
|
-
imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule]
|
|
46
|
+
imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule, WatermarkModule]
|
|
47
47
|
}]
|
|
48
48
|
}] });
|
|
@@ -14,6 +14,7 @@ import { StockInstanceEventService } from './stock-chart/events/instance-event.s
|
|
|
14
14
|
import { StockChart } from '@progress/kendo-charts';
|
|
15
15
|
import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
16
16
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
17
|
+
import { shouldShowValidationUI } from '@progress/kendo-angular-common';
|
|
17
18
|
import { packageMetadata } from './package-metadata';
|
|
18
19
|
import * as i0 from "@angular/core";
|
|
19
20
|
import * as i1 from "./common/configuration.service";
|
|
@@ -24,6 +25,7 @@ import * as i5 from "./stock-chart/events/instance-event.service";
|
|
|
24
25
|
import * as i6 from "./chart/tooltip/crosshair-tooltips-container.component";
|
|
25
26
|
import * as i7 from "./chart/tooltip/tooltip-popup.component";
|
|
26
27
|
import * as i8 from "@progress/kendo-angular-common";
|
|
28
|
+
import * as i9 from "@angular/common";
|
|
27
29
|
const NAVIGATOR_DEFAULTS = {
|
|
28
30
|
autoBindElements: true,
|
|
29
31
|
liveDrag: false,
|
|
@@ -74,9 +76,14 @@ export class StockChartComponent extends ChartComponent {
|
|
|
74
76
|
* Fires when the navigator range is changed.
|
|
75
77
|
*/
|
|
76
78
|
this.navigatorFilter = new EventEmitter();
|
|
79
|
+
/**
|
|
80
|
+
* @hidden
|
|
81
|
+
*/
|
|
82
|
+
this.showLicenseWatermark = false;
|
|
77
83
|
this.redrawSlaves = false;
|
|
78
84
|
this.hostClasses = ['k-chart', 'k-stockchart'];
|
|
79
|
-
validatePackage(packageMetadata);
|
|
85
|
+
const isValid = validatePackage(packageMetadata);
|
|
86
|
+
this.showLicenseWatermark = shouldShowValidationUI(isValid);
|
|
80
87
|
}
|
|
81
88
|
/**
|
|
82
89
|
* @hidden
|
|
@@ -140,7 +147,9 @@ StockChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
140
147
|
<kendo-chart-tooltip-popup (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
141
148
|
</kendo-chart-tooltip-popup>
|
|
142
149
|
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
143
|
-
|
|
150
|
+
|
|
151
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
152
|
+
`, isInline: true, components: [{ type: i6.CrosshairTooltipsContainerComponent, selector: "kendo-chart-crosshair-tooltips-container", inputs: ["popupSettings"] }, { type: i7.TooltipPopupComponent, selector: "kendo-chart-tooltip-popup", inputs: ["animate", "classNames", "popupSettings", "wrapperClass"], outputs: ["leave"] }, { type: i8.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: i8.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: i9.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
144
153
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartComponent, decorators: [{
|
|
145
154
|
type: Component,
|
|
146
155
|
args: [{
|
|
@@ -165,6 +174,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
165
174
|
<kendo-chart-tooltip-popup (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
166
175
|
</kendo-chart-tooltip-popup>
|
|
167
176
|
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
177
|
+
|
|
178
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
168
179
|
`
|
|
169
180
|
}]
|
|
170
181
|
}], ctorParameters: function () { return [{ type: i1.ConfigurationService }, { type: i2.ThemeService }, { type: i0.ElementRef }, { type: i3.IntlService }, { type: i4.LocalizationService }, { type: i0.NgZone }, { type: i5.StockInstanceEventService }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }]; }, propDecorators: { navigator: [{
|
|
@@ -6,7 +6,7 @@ import { NgModule } from '@angular/core';
|
|
|
6
6
|
import { ChartModule } from './chart.module';
|
|
7
7
|
import { CommonModule } from '@angular/common';
|
|
8
8
|
import { PopupModule } from '@progress/kendo-angular-popup';
|
|
9
|
-
import { ResizeSensorModule } from '@progress/kendo-angular-common';
|
|
9
|
+
import { ResizeSensorModule, WatermarkModule } from '@progress/kendo-angular-common';
|
|
10
10
|
import { STOCK_CHART_DIRECTIVES } from './stock-chart.directives';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
import * as i1 from "./stock-chart.component";
|
|
@@ -64,13 +64,13 @@ import * as i29 from "./stock-chart/navigator/series-item/tooltip.component";
|
|
|
64
64
|
export class StockChartModule {
|
|
65
65
|
}
|
|
66
66
|
StockChartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
67
|
-
StockChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, declarations: [i1.StockChartComponent, i2.NavigatorComponent, i3.NavigatorCategoryAxisComponent, i4.NavigatorCategoryAxisCrosshairComponent, i5.NavigatorCategoryAxisCrosshairTooltipComponent, i6.NavigatorCategoryAxisLabelsComponent, i7.NavigatorCategoryAxisNotesComponent, i8.NavigatorCategoryAxisNotesIconComponent, i9.NavigatorCategoryAxisNotesLabelComponent, i10.NavigatorCategoryAxisSelectComponent, i11.NavigatorCategoryAxisTitleComponent, i12.NavigatorHintComponent, i13.NavigatorPaneComponent, i14.NavigatorPaneTitleComponent, i15.NavigatorSelectComponent, i16.NavigatorSeriesComponent, i17.NavigatorSeriesItemComponent, i18.NavigatorSeriesErrorBarsComponent, i19.NavigatorSeriesExtremesComponent, i20.NavigatorSeriesHighlightComponent, i21.NavigatorSeriesLabelsComponent, i22.NavigatorSeriesLabelsFromComponent, i23.NavigatorSeriesLabelsToComponent, i24.NavigatorSeriesMarkersComponent, i25.NavigatorSeriesNotesComponent, i26.NavigatorSeriesNotesIconComponent, i27.NavigatorSeriesNotesLabelComponent, i28.NavigatorSeriesOutliersComponent, i29.NavigatorSeriesTooltipComponent], imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule], exports: [i1.StockChartComponent, i2.NavigatorComponent, i3.NavigatorCategoryAxisComponent, i4.NavigatorCategoryAxisCrosshairComponent, i5.NavigatorCategoryAxisCrosshairTooltipComponent, i6.NavigatorCategoryAxisLabelsComponent, i7.NavigatorCategoryAxisNotesComponent, i8.NavigatorCategoryAxisNotesIconComponent, i9.NavigatorCategoryAxisNotesLabelComponent, i10.NavigatorCategoryAxisSelectComponent, i11.NavigatorCategoryAxisTitleComponent, i12.NavigatorHintComponent, i13.NavigatorPaneComponent, i14.NavigatorPaneTitleComponent, i15.NavigatorSelectComponent, i16.NavigatorSeriesComponent, i17.NavigatorSeriesItemComponent, i18.NavigatorSeriesErrorBarsComponent, i19.NavigatorSeriesExtremesComponent, i20.NavigatorSeriesHighlightComponent, i21.NavigatorSeriesLabelsComponent, i22.NavigatorSeriesLabelsFromComponent, i23.NavigatorSeriesLabelsToComponent, i24.NavigatorSeriesMarkersComponent, i25.NavigatorSeriesNotesComponent, i26.NavigatorSeriesNotesIconComponent, i27.NavigatorSeriesNotesLabelComponent, i28.NavigatorSeriesOutliersComponent, i29.NavigatorSeriesTooltipComponent, ChartModule] });
|
|
68
|
-
StockChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, imports: [[ChartModule, CommonModule, PopupModule, ResizeSensorModule], ChartModule] });
|
|
67
|
+
StockChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, declarations: [i1.StockChartComponent, i2.NavigatorComponent, i3.NavigatorCategoryAxisComponent, i4.NavigatorCategoryAxisCrosshairComponent, i5.NavigatorCategoryAxisCrosshairTooltipComponent, i6.NavigatorCategoryAxisLabelsComponent, i7.NavigatorCategoryAxisNotesComponent, i8.NavigatorCategoryAxisNotesIconComponent, i9.NavigatorCategoryAxisNotesLabelComponent, i10.NavigatorCategoryAxisSelectComponent, i11.NavigatorCategoryAxisTitleComponent, i12.NavigatorHintComponent, i13.NavigatorPaneComponent, i14.NavigatorPaneTitleComponent, i15.NavigatorSelectComponent, i16.NavigatorSeriesComponent, i17.NavigatorSeriesItemComponent, i18.NavigatorSeriesErrorBarsComponent, i19.NavigatorSeriesExtremesComponent, i20.NavigatorSeriesHighlightComponent, i21.NavigatorSeriesLabelsComponent, i22.NavigatorSeriesLabelsFromComponent, i23.NavigatorSeriesLabelsToComponent, i24.NavigatorSeriesMarkersComponent, i25.NavigatorSeriesNotesComponent, i26.NavigatorSeriesNotesIconComponent, i27.NavigatorSeriesNotesLabelComponent, i28.NavigatorSeriesOutliersComponent, i29.NavigatorSeriesTooltipComponent], imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule, WatermarkModule], exports: [i1.StockChartComponent, i2.NavigatorComponent, i3.NavigatorCategoryAxisComponent, i4.NavigatorCategoryAxisCrosshairComponent, i5.NavigatorCategoryAxisCrosshairTooltipComponent, i6.NavigatorCategoryAxisLabelsComponent, i7.NavigatorCategoryAxisNotesComponent, i8.NavigatorCategoryAxisNotesIconComponent, i9.NavigatorCategoryAxisNotesLabelComponent, i10.NavigatorCategoryAxisSelectComponent, i11.NavigatorCategoryAxisTitleComponent, i12.NavigatorHintComponent, i13.NavigatorPaneComponent, i14.NavigatorPaneTitleComponent, i15.NavigatorSelectComponent, i16.NavigatorSeriesComponent, i17.NavigatorSeriesItemComponent, i18.NavigatorSeriesErrorBarsComponent, i19.NavigatorSeriesExtremesComponent, i20.NavigatorSeriesHighlightComponent, i21.NavigatorSeriesLabelsComponent, i22.NavigatorSeriesLabelsFromComponent, i23.NavigatorSeriesLabelsToComponent, i24.NavigatorSeriesMarkersComponent, i25.NavigatorSeriesNotesComponent, i26.NavigatorSeriesNotesIconComponent, i27.NavigatorSeriesNotesLabelComponent, i28.NavigatorSeriesOutliersComponent, i29.NavigatorSeriesTooltipComponent, ChartModule] });
|
|
68
|
+
StockChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, imports: [[ChartModule, CommonModule, PopupModule, ResizeSensorModule, WatermarkModule], ChartModule] });
|
|
69
69
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, decorators: [{
|
|
70
70
|
type: NgModule,
|
|
71
71
|
args: [{
|
|
72
72
|
declarations: [STOCK_CHART_DIRECTIVES],
|
|
73
73
|
exports: [STOCK_CHART_DIRECTIVES, ChartModule],
|
|
74
|
-
imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule]
|
|
74
|
+
imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule, WatermarkModule]
|
|
75
75
|
}]
|
|
76
76
|
}] });
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
6
6
|
import { isDevMode, Directive, Optional, Injectable, SimpleChange, TemplateRef, Component, ChangeDetectionStrategy, Input, ContentChild, ElementRef, ViewChild, ViewChildren, EventEmitter, Output, ContentChildren, LOCALE_ID, Inject, InjectionToken, NgModule } from '@angular/core';
|
|
7
7
|
import * as i8 from '@progress/kendo-angular-common';
|
|
8
|
-
import { isDocumentAvailable, ResizeSensorModule } from '@progress/kendo-angular-common';
|
|
8
|
+
import { isDocumentAvailable, shouldShowValidationUI, ResizeSensorModule, WatermarkModule } from '@progress/kendo-angular-common';
|
|
9
9
|
import * as i4 from '@progress/kendo-angular-l10n';
|
|
10
10
|
import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
11
11
|
import { DateCategoryAxis, DateValueAxis, DomEventsBuilder as DomEventsBuilder$1, InstanceObserver, chartBaseTheme, Chart, StockChart, Sparkline } from '@progress/kendo-charts';
|
|
@@ -1867,8 +1867,8 @@ const packageMetadata = {
|
|
|
1867
1867
|
name: '@progress/kendo-angular-charts',
|
|
1868
1868
|
productName: 'Kendo UI for Angular',
|
|
1869
1869
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1870
|
-
publishDate:
|
|
1871
|
-
version: '13.
|
|
1870
|
+
publishDate: 1694187017,
|
|
1871
|
+
version: '13.5.0-develop.1',
|
|
1872
1872
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1873
1873
|
};
|
|
1874
1874
|
|
|
@@ -2536,12 +2536,17 @@ class ChartComponent {
|
|
|
2536
2536
|
* @default 10
|
|
2537
2537
|
*/
|
|
2538
2538
|
this.resizeRateLimit = 10;
|
|
2539
|
+
/**
|
|
2540
|
+
* @hidden
|
|
2541
|
+
*/
|
|
2542
|
+
this.showLicenseWatermark = false;
|
|
2539
2543
|
this.theme = null;
|
|
2540
2544
|
this.suppressTransitions = false;
|
|
2541
2545
|
this.rtl = false;
|
|
2542
2546
|
this.hostClasses = ['k-chart', 'k-widget'];
|
|
2543
2547
|
this.drilldownState = [];
|
|
2544
|
-
validatePackage(packageMetadata);
|
|
2548
|
+
const isValid = validatePackage(packageMetadata);
|
|
2549
|
+
this.showLicenseWatermark = shouldShowValidationUI(isValid);
|
|
2545
2550
|
this.themeService.loadTheme();
|
|
2546
2551
|
this.refreshWait();
|
|
2547
2552
|
}
|
|
@@ -3046,7 +3051,9 @@ ChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version
|
|
|
3046
3051
|
<div class="k-chart-donut-center" [ngStyle]="donutCenterStyle" *ngIf="donutCenterStyle && donutCenterTemplate">
|
|
3047
3052
|
<ng-template [ngTemplateOutlet]="donutCenterTemplate.templateRef"></ng-template>
|
|
3048
3053
|
</div>
|
|
3049
|
-
|
|
3054
|
+
|
|
3055
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
3056
|
+
`, isInline: true, components: [{ type: CrosshairTooltipsContainerComponent, selector: "kendo-chart-crosshair-tooltips-container", inputs: ["popupSettings"] }, { type: TooltipPopupComponent, selector: "kendo-chart-tooltip-popup", inputs: ["animate", "classNames", "popupSettings", "wrapperClass"], outputs: ["leave"] }, { type: i8.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: i8.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: i4$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i4$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3050
3057
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartComponent, decorators: [{
|
|
3051
3058
|
type: Component,
|
|
3052
3059
|
args: [{
|
|
@@ -3073,6 +3080,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
3073
3080
|
<div class="k-chart-donut-center" [ngStyle]="donutCenterStyle" *ngIf="donutCenterStyle && donutCenterTemplate">
|
|
3074
3081
|
<ng-template [ngTemplateOutlet]="donutCenterTemplate.templateRef"></ng-template>
|
|
3075
3082
|
</div>
|
|
3083
|
+
|
|
3084
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
3076
3085
|
`
|
|
3077
3086
|
}]
|
|
3078
3087
|
}], ctorParameters: function () { return [{ type: ConfigurationService }, { type: ThemeService }, { type: i0.ElementRef }, { type: i3.IntlService }, { type: i4.LocalizationService }, { type: i0.NgZone }, { type: InstanceEventService }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }]; }, propDecorators: { pannable: [{
|
|
@@ -6597,9 +6606,14 @@ class StockChartComponent extends ChartComponent {
|
|
|
6597
6606
|
* Fires when the navigator range is changed.
|
|
6598
6607
|
*/
|
|
6599
6608
|
this.navigatorFilter = new EventEmitter();
|
|
6609
|
+
/**
|
|
6610
|
+
* @hidden
|
|
6611
|
+
*/
|
|
6612
|
+
this.showLicenseWatermark = false;
|
|
6600
6613
|
this.redrawSlaves = false;
|
|
6601
6614
|
this.hostClasses = ['k-chart', 'k-stockchart'];
|
|
6602
|
-
validatePackage(packageMetadata);
|
|
6615
|
+
const isValid = validatePackage(packageMetadata);
|
|
6616
|
+
this.showLicenseWatermark = shouldShowValidationUI(isValid);
|
|
6603
6617
|
}
|
|
6604
6618
|
/**
|
|
6605
6619
|
* @hidden
|
|
@@ -6663,7 +6677,9 @@ StockChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
6663
6677
|
<kendo-chart-tooltip-popup (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
6664
6678
|
</kendo-chart-tooltip-popup>
|
|
6665
6679
|
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
6666
|
-
|
|
6680
|
+
|
|
6681
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
6682
|
+
`, isInline: true, components: [{ type: CrosshairTooltipsContainerComponent, selector: "kendo-chart-crosshair-tooltips-container", inputs: ["popupSettings"] }, { type: TooltipPopupComponent, selector: "kendo-chart-tooltip-popup", inputs: ["animate", "classNames", "popupSettings", "wrapperClass"], outputs: ["leave"] }, { type: i8.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: i8.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: i4$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6667
6683
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartComponent, decorators: [{
|
|
6668
6684
|
type: Component,
|
|
6669
6685
|
args: [{
|
|
@@ -6688,6 +6704,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
6688
6704
|
<kendo-chart-tooltip-popup (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
6689
6705
|
</kendo-chart-tooltip-popup>
|
|
6690
6706
|
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
6707
|
+
|
|
6708
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
6691
6709
|
`
|
|
6692
6710
|
}]
|
|
6693
6711
|
}], ctorParameters: function () { return [{ type: ConfigurationService }, { type: ThemeService }, { type: i0.ElementRef }, { type: i3.IntlService }, { type: i4.LocalizationService }, { type: i0.NgZone }, { type: StockInstanceEventService }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }]; }, propDecorators: { navigator: [{
|
|
@@ -7528,8 +7546,13 @@ class SparklineComponent extends ChartComponent {
|
|
|
7528
7546
|
this.tooltipContentClasses = {
|
|
7529
7547
|
'k-sparkline-tooltip': true
|
|
7530
7548
|
};
|
|
7549
|
+
/**
|
|
7550
|
+
* @hidden
|
|
7551
|
+
*/
|
|
7552
|
+
this.showLicenseWatermark = false;
|
|
7531
7553
|
this.hostClasses = ['k-sparkline', 'k-widget'];
|
|
7532
|
-
validatePackage(packageMetadata);
|
|
7554
|
+
const isValid = validatePackage(packageMetadata);
|
|
7555
|
+
this.showLicenseWatermark = shouldShowValidationUI(isValid);
|
|
7533
7556
|
}
|
|
7534
7557
|
/**
|
|
7535
7558
|
* @hidden
|
|
@@ -7567,7 +7590,9 @@ SparklineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
7567
7590
|
[classNames]="tooltipContentClasses" (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
7568
7591
|
</kendo-chart-tooltip-popup>
|
|
7569
7592
|
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
7570
|
-
|
|
7593
|
+
|
|
7594
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
7595
|
+
`, isInline: true, components: [{ type: CrosshairTooltipsContainerComponent, selector: "kendo-chart-crosshair-tooltips-container", inputs: ["popupSettings"] }, { type: TooltipPopupComponent, selector: "kendo-chart-tooltip-popup", inputs: ["animate", "classNames", "popupSettings", "wrapperClass"], outputs: ["leave"] }, { type: i8.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: i8.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: i4$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
7571
7596
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineComponent, decorators: [{
|
|
7572
7597
|
type: Component,
|
|
7573
7598
|
args: [{
|
|
@@ -7592,6 +7617,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
7592
7617
|
[classNames]="tooltipContentClasses" (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
7593
7618
|
</kendo-chart-tooltip-popup>
|
|
7594
7619
|
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
7620
|
+
|
|
7621
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
7595
7622
|
`
|
|
7596
7623
|
}]
|
|
7597
7624
|
}], ctorParameters: function () { return [{ type: ConfigurationService }, { type: ThemeService }, { type: i0.ElementRef }, { type: i3.IntlService }, { type: i4.LocalizationService }, { type: i0.NgZone }, { type: InstanceEventService }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }]; }, propDecorators: { type: [{
|
|
@@ -7638,16 +7665,16 @@ const SPARKLINE_DIRECTIVES = [
|
|
|
7638
7665
|
class ChartModule {
|
|
7639
7666
|
}
|
|
7640
7667
|
ChartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7641
|
-
ChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartModule, declarations: [ChartComponent, TooltipPopupComponent, SeriesTooltipTemplateDirective, SharedTooltipTemplateDirective, CrosshairTooltipsContainerComponent, CrosshairTooltipComponent, DonutCenterTemplateDirective, 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, SeriesDrilldownTemplateDirective, SeriesErrorBarsComponent, SeriesExtremesComponent, SeriesHighlightComponent, SeriesItemComponent, SeriesLabelsComponent, SeriesLabelsFromComponent, SeriesLabelsToComponent, SeriesMarkersComponent, SeriesNotesComponent, SeriesNotesIconComponent, SeriesNotesLabelComponent, SeriesOutliersComponent, SeriesTooltipComponent, 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], imports: [CommonModule, BreadCrumbModule, PopupModule, ResizeSensorModule], exports: [ChartComponent, TooltipPopupComponent, SeriesTooltipTemplateDirective, SharedTooltipTemplateDirective, CrosshairTooltipsContainerComponent, CrosshairTooltipComponent, DonutCenterTemplateDirective, 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, SeriesDrilldownTemplateDirective, SeriesErrorBarsComponent, SeriesExtremesComponent, SeriesHighlightComponent, SeriesItemComponent, SeriesLabelsComponent, SeriesLabelsFromComponent, SeriesLabelsToComponent, SeriesMarkersComponent, SeriesNotesComponent, SeriesNotesIconComponent, SeriesNotesLabelComponent, SeriesOutliersComponent, SeriesTooltipComponent, 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] });
|
|
7668
|
+
ChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartModule, declarations: [ChartComponent, TooltipPopupComponent, SeriesTooltipTemplateDirective, SharedTooltipTemplateDirective, CrosshairTooltipsContainerComponent, CrosshairTooltipComponent, DonutCenterTemplateDirective, 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, SeriesDrilldownTemplateDirective, SeriesErrorBarsComponent, SeriesExtremesComponent, SeriesHighlightComponent, SeriesItemComponent, SeriesLabelsComponent, SeriesLabelsFromComponent, SeriesLabelsToComponent, SeriesMarkersComponent, SeriesNotesComponent, SeriesNotesIconComponent, SeriesNotesLabelComponent, SeriesOutliersComponent, SeriesTooltipComponent, 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], imports: [CommonModule, BreadCrumbModule, PopupModule, ResizeSensorModule, WatermarkModule], exports: [ChartComponent, TooltipPopupComponent, SeriesTooltipTemplateDirective, SharedTooltipTemplateDirective, CrosshairTooltipsContainerComponent, CrosshairTooltipComponent, DonutCenterTemplateDirective, 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, SeriesDrilldownTemplateDirective, SeriesErrorBarsComponent, SeriesExtremesComponent, SeriesHighlightComponent, SeriesItemComponent, SeriesLabelsComponent, SeriesLabelsFromComponent, SeriesLabelsToComponent, SeriesMarkersComponent, SeriesNotesComponent, SeriesNotesIconComponent, SeriesNotesLabelComponent, SeriesOutliersComponent, SeriesTooltipComponent, 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] });
|
|
7642
7669
|
ChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartModule, providers: [
|
|
7643
7670
|
ThemeService
|
|
7644
|
-
], imports: [[CommonModule, BreadCrumbModule, PopupModule, ResizeSensorModule]] });
|
|
7671
|
+
], imports: [[CommonModule, BreadCrumbModule, PopupModule, ResizeSensorModule, WatermarkModule]] });
|
|
7645
7672
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartModule, decorators: [{
|
|
7646
7673
|
type: NgModule,
|
|
7647
7674
|
args: [{
|
|
7648
7675
|
declarations: [CHART_DIRECTIVES],
|
|
7649
7676
|
exports: [CHART_DIRECTIVES],
|
|
7650
|
-
imports: [CommonModule, BreadCrumbModule, PopupModule, ResizeSensorModule],
|
|
7677
|
+
imports: [CommonModule, BreadCrumbModule, PopupModule, ResizeSensorModule, WatermarkModule],
|
|
7651
7678
|
providers: [
|
|
7652
7679
|
ThemeService
|
|
7653
7680
|
]
|
|
@@ -7680,14 +7707,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
7680
7707
|
class StockChartModule {
|
|
7681
7708
|
}
|
|
7682
7709
|
StockChartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7683
|
-
StockChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, declarations: [StockChartComponent, NavigatorComponent, NavigatorCategoryAxisComponent, NavigatorCategoryAxisCrosshairComponent, NavigatorCategoryAxisCrosshairTooltipComponent, NavigatorCategoryAxisLabelsComponent, NavigatorCategoryAxisNotesComponent, NavigatorCategoryAxisNotesIconComponent, NavigatorCategoryAxisNotesLabelComponent, NavigatorCategoryAxisSelectComponent, NavigatorCategoryAxisTitleComponent, NavigatorHintComponent, NavigatorPaneComponent, NavigatorPaneTitleComponent, NavigatorSelectComponent, NavigatorSeriesComponent, NavigatorSeriesItemComponent, NavigatorSeriesErrorBarsComponent, NavigatorSeriesExtremesComponent, NavigatorSeriesHighlightComponent, NavigatorSeriesLabelsComponent, NavigatorSeriesLabelsFromComponent, NavigatorSeriesLabelsToComponent, NavigatorSeriesMarkersComponent, NavigatorSeriesNotesComponent, NavigatorSeriesNotesIconComponent, NavigatorSeriesNotesLabelComponent, NavigatorSeriesOutliersComponent, NavigatorSeriesTooltipComponent], imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule], exports: [StockChartComponent, NavigatorComponent, NavigatorCategoryAxisComponent, NavigatorCategoryAxisCrosshairComponent, NavigatorCategoryAxisCrosshairTooltipComponent, NavigatorCategoryAxisLabelsComponent, NavigatorCategoryAxisNotesComponent, NavigatorCategoryAxisNotesIconComponent, NavigatorCategoryAxisNotesLabelComponent, NavigatorCategoryAxisSelectComponent, NavigatorCategoryAxisTitleComponent, NavigatorHintComponent, NavigatorPaneComponent, NavigatorPaneTitleComponent, NavigatorSelectComponent, NavigatorSeriesComponent, NavigatorSeriesItemComponent, NavigatorSeriesErrorBarsComponent, NavigatorSeriesExtremesComponent, NavigatorSeriesHighlightComponent, NavigatorSeriesLabelsComponent, NavigatorSeriesLabelsFromComponent, NavigatorSeriesLabelsToComponent, NavigatorSeriesMarkersComponent, NavigatorSeriesNotesComponent, NavigatorSeriesNotesIconComponent, NavigatorSeriesNotesLabelComponent, NavigatorSeriesOutliersComponent, NavigatorSeriesTooltipComponent, ChartModule] });
|
|
7684
|
-
StockChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, imports: [[ChartModule, CommonModule, PopupModule, ResizeSensorModule], ChartModule] });
|
|
7710
|
+
StockChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, declarations: [StockChartComponent, NavigatorComponent, NavigatorCategoryAxisComponent, NavigatorCategoryAxisCrosshairComponent, NavigatorCategoryAxisCrosshairTooltipComponent, NavigatorCategoryAxisLabelsComponent, NavigatorCategoryAxisNotesComponent, NavigatorCategoryAxisNotesIconComponent, NavigatorCategoryAxisNotesLabelComponent, NavigatorCategoryAxisSelectComponent, NavigatorCategoryAxisTitleComponent, NavigatorHintComponent, NavigatorPaneComponent, NavigatorPaneTitleComponent, NavigatorSelectComponent, NavigatorSeriesComponent, NavigatorSeriesItemComponent, NavigatorSeriesErrorBarsComponent, NavigatorSeriesExtremesComponent, NavigatorSeriesHighlightComponent, NavigatorSeriesLabelsComponent, NavigatorSeriesLabelsFromComponent, NavigatorSeriesLabelsToComponent, NavigatorSeriesMarkersComponent, NavigatorSeriesNotesComponent, NavigatorSeriesNotesIconComponent, NavigatorSeriesNotesLabelComponent, NavigatorSeriesOutliersComponent, NavigatorSeriesTooltipComponent], imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule, WatermarkModule], exports: [StockChartComponent, NavigatorComponent, NavigatorCategoryAxisComponent, NavigatorCategoryAxisCrosshairComponent, NavigatorCategoryAxisCrosshairTooltipComponent, NavigatorCategoryAxisLabelsComponent, NavigatorCategoryAxisNotesComponent, NavigatorCategoryAxisNotesIconComponent, NavigatorCategoryAxisNotesLabelComponent, NavigatorCategoryAxisSelectComponent, NavigatorCategoryAxisTitleComponent, NavigatorHintComponent, NavigatorPaneComponent, NavigatorPaneTitleComponent, NavigatorSelectComponent, NavigatorSeriesComponent, NavigatorSeriesItemComponent, NavigatorSeriesErrorBarsComponent, NavigatorSeriesExtremesComponent, NavigatorSeriesHighlightComponent, NavigatorSeriesLabelsComponent, NavigatorSeriesLabelsFromComponent, NavigatorSeriesLabelsToComponent, NavigatorSeriesMarkersComponent, NavigatorSeriesNotesComponent, NavigatorSeriesNotesIconComponent, NavigatorSeriesNotesLabelComponent, NavigatorSeriesOutliersComponent, NavigatorSeriesTooltipComponent, ChartModule] });
|
|
7711
|
+
StockChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, imports: [[ChartModule, CommonModule, PopupModule, ResizeSensorModule, WatermarkModule], ChartModule] });
|
|
7685
7712
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, decorators: [{
|
|
7686
7713
|
type: NgModule,
|
|
7687
7714
|
args: [{
|
|
7688
7715
|
declarations: [STOCK_CHART_DIRECTIVES],
|
|
7689
7716
|
exports: [STOCK_CHART_DIRECTIVES, ChartModule],
|
|
7690
|
-
imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule]
|
|
7717
|
+
imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule, WatermarkModule]
|
|
7691
7718
|
}]
|
|
7692
7719
|
}] });
|
|
7693
7720
|
|
|
@@ -7717,14 +7744,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
7717
7744
|
class SparklineModule {
|
|
7718
7745
|
}
|
|
7719
7746
|
SparklineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7720
|
-
SparklineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, declarations: [SparklineComponent], imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule], exports: [SparklineComponent, ChartModule] });
|
|
7721
|
-
SparklineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, imports: [[ChartModule, CommonModule, PopupModule, ResizeSensorModule], ChartModule] });
|
|
7747
|
+
SparklineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, declarations: [SparklineComponent], imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule, WatermarkModule], exports: [SparklineComponent, ChartModule] });
|
|
7748
|
+
SparklineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, imports: [[ChartModule, CommonModule, PopupModule, ResizeSensorModule, WatermarkModule], ChartModule] });
|
|
7722
7749
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, decorators: [{
|
|
7723
7750
|
type: NgModule,
|
|
7724
7751
|
args: [{
|
|
7725
7752
|
declarations: [SPARKLINE_DIRECTIVES],
|
|
7726
7753
|
exports: [SPARKLINE_DIRECTIVES, ChartModule],
|
|
7727
|
-
imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule]
|
|
7754
|
+
imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule, WatermarkModule]
|
|
7728
7755
|
}]
|
|
7729
7756
|
}] });
|
|
7730
7757
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
6
6
|
import { isDevMode, Directive, Optional, Injectable, SimpleChange, TemplateRef, Component, ChangeDetectionStrategy, Input, ContentChild, ElementRef, ViewChild, ViewChildren, EventEmitter, Output, ContentChildren, LOCALE_ID, Inject, InjectionToken, NgModule } from '@angular/core';
|
|
7
7
|
import * as i8 from '@progress/kendo-angular-common';
|
|
8
|
-
import { isDocumentAvailable, ResizeSensorModule } from '@progress/kendo-angular-common';
|
|
8
|
+
import { isDocumentAvailable, shouldShowValidationUI, ResizeSensorModule, WatermarkModule } from '@progress/kendo-angular-common';
|
|
9
9
|
import * as i3 from '@progress/kendo-angular-intl';
|
|
10
10
|
import * as i4 from '@progress/kendo-angular-l10n';
|
|
11
11
|
import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
@@ -2236,8 +2236,8 @@ const packageMetadata = {
|
|
|
2236
2236
|
name: '@progress/kendo-angular-charts',
|
|
2237
2237
|
productName: 'Kendo UI for Angular',
|
|
2238
2238
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
2239
|
-
publishDate:
|
|
2240
|
-
version: '13.
|
|
2239
|
+
publishDate: 1694187017,
|
|
2240
|
+
version: '13.5.0-develop.1',
|
|
2241
2241
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
2242
2242
|
};
|
|
2243
2243
|
|
|
@@ -2528,12 +2528,17 @@ class ChartComponent {
|
|
|
2528
2528
|
* @default 10
|
|
2529
2529
|
*/
|
|
2530
2530
|
this.resizeRateLimit = 10;
|
|
2531
|
+
/**
|
|
2532
|
+
* @hidden
|
|
2533
|
+
*/
|
|
2534
|
+
this.showLicenseWatermark = false;
|
|
2531
2535
|
this.theme = null;
|
|
2532
2536
|
this.suppressTransitions = false;
|
|
2533
2537
|
this.rtl = false;
|
|
2534
2538
|
this.hostClasses = ['k-chart', 'k-widget'];
|
|
2535
2539
|
this.drilldownState = [];
|
|
2536
|
-
validatePackage(packageMetadata);
|
|
2540
|
+
const isValid = validatePackage(packageMetadata);
|
|
2541
|
+
this.showLicenseWatermark = shouldShowValidationUI(isValid);
|
|
2537
2542
|
this.themeService.loadTheme();
|
|
2538
2543
|
this.refreshWait();
|
|
2539
2544
|
}
|
|
@@ -3038,7 +3043,9 @@ ChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version
|
|
|
3038
3043
|
<div class="k-chart-donut-center" [ngStyle]="donutCenterStyle" *ngIf="donutCenterStyle && donutCenterTemplate">
|
|
3039
3044
|
<ng-template [ngTemplateOutlet]="donutCenterTemplate.templateRef"></ng-template>
|
|
3040
3045
|
</div>
|
|
3041
|
-
|
|
3046
|
+
|
|
3047
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
3048
|
+
`, isInline: true, components: [{ type: CrosshairTooltipsContainerComponent, selector: "kendo-chart-crosshair-tooltips-container", inputs: ["popupSettings"] }, { type: TooltipPopupComponent, selector: "kendo-chart-tooltip-popup", inputs: ["animate", "classNames", "popupSettings", "wrapperClass"], outputs: ["leave"] }, { type: i8.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: i8.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: i4$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i4$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3042
3049
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartComponent, decorators: [{
|
|
3043
3050
|
type: Component,
|
|
3044
3051
|
args: [{
|
|
@@ -3065,6 +3072,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
3065
3072
|
<div class="k-chart-donut-center" [ngStyle]="donutCenterStyle" *ngIf="donutCenterStyle && donutCenterTemplate">
|
|
3066
3073
|
<ng-template [ngTemplateOutlet]="donutCenterTemplate.templateRef"></ng-template>
|
|
3067
3074
|
</div>
|
|
3075
|
+
|
|
3076
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
3068
3077
|
`
|
|
3069
3078
|
}]
|
|
3070
3079
|
}], ctorParameters: function () { return [{ type: ConfigurationService }, { type: ThemeService }, { type: i0.ElementRef }, { type: i3.IntlService }, { type: i4.LocalizationService }, { type: i0.NgZone }, { type: InstanceEventService }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }]; }, propDecorators: { pannable: [{
|
|
@@ -6585,9 +6594,14 @@ class StockChartComponent extends ChartComponent {
|
|
|
6585
6594
|
* Fires when the navigator range is changed.
|
|
6586
6595
|
*/
|
|
6587
6596
|
this.navigatorFilter = new EventEmitter();
|
|
6597
|
+
/**
|
|
6598
|
+
* @hidden
|
|
6599
|
+
*/
|
|
6600
|
+
this.showLicenseWatermark = false;
|
|
6588
6601
|
this.redrawSlaves = false;
|
|
6589
6602
|
this.hostClasses = ['k-chart', 'k-stockchart'];
|
|
6590
|
-
validatePackage(packageMetadata);
|
|
6603
|
+
const isValid = validatePackage(packageMetadata);
|
|
6604
|
+
this.showLicenseWatermark = shouldShowValidationUI(isValid);
|
|
6591
6605
|
}
|
|
6592
6606
|
/**
|
|
6593
6607
|
* @hidden
|
|
@@ -6651,7 +6665,9 @@ StockChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
6651
6665
|
<kendo-chart-tooltip-popup (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
6652
6666
|
</kendo-chart-tooltip-popup>
|
|
6653
6667
|
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
6654
|
-
|
|
6668
|
+
|
|
6669
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
6670
|
+
`, isInline: true, components: [{ type: CrosshairTooltipsContainerComponent, selector: "kendo-chart-crosshair-tooltips-container", inputs: ["popupSettings"] }, { type: TooltipPopupComponent, selector: "kendo-chart-tooltip-popup", inputs: ["animate", "classNames", "popupSettings", "wrapperClass"], outputs: ["leave"] }, { type: i8.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: i8.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: i4$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6655
6671
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartComponent, decorators: [{
|
|
6656
6672
|
type: Component,
|
|
6657
6673
|
args: [{
|
|
@@ -6676,6 +6692,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
6676
6692
|
<kendo-chart-tooltip-popup (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
6677
6693
|
</kendo-chart-tooltip-popup>
|
|
6678
6694
|
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
6695
|
+
|
|
6696
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
6679
6697
|
`
|
|
6680
6698
|
}]
|
|
6681
6699
|
}], ctorParameters: function () { return [{ type: ConfigurationService }, { type: ThemeService }, { type: i0.ElementRef }, { type: i3.IntlService }, { type: i4.LocalizationService }, { type: i0.NgZone }, { type: StockInstanceEventService }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }]; }, propDecorators: { navigator: [{
|
|
@@ -7512,8 +7530,13 @@ class SparklineComponent extends ChartComponent {
|
|
|
7512
7530
|
this.tooltipContentClasses = {
|
|
7513
7531
|
'k-sparkline-tooltip': true
|
|
7514
7532
|
};
|
|
7533
|
+
/**
|
|
7534
|
+
* @hidden
|
|
7535
|
+
*/
|
|
7536
|
+
this.showLicenseWatermark = false;
|
|
7515
7537
|
this.hostClasses = ['k-sparkline', 'k-widget'];
|
|
7516
|
-
validatePackage(packageMetadata);
|
|
7538
|
+
const isValid = validatePackage(packageMetadata);
|
|
7539
|
+
this.showLicenseWatermark = shouldShowValidationUI(isValid);
|
|
7517
7540
|
}
|
|
7518
7541
|
/**
|
|
7519
7542
|
* @hidden
|
|
@@ -7551,7 +7574,9 @@ SparklineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
7551
7574
|
[classNames]="tooltipContentClasses" (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
7552
7575
|
</kendo-chart-tooltip-popup>
|
|
7553
7576
|
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
7554
|
-
|
|
7577
|
+
|
|
7578
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
7579
|
+
`, isInline: true, components: [{ type: CrosshairTooltipsContainerComponent, selector: "kendo-chart-crosshair-tooltips-container", inputs: ["popupSettings"] }, { type: TooltipPopupComponent, selector: "kendo-chart-tooltip-popup", inputs: ["animate", "classNames", "popupSettings", "wrapperClass"], outputs: ["leave"] }, { type: i8.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: i8.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: i4$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
7555
7580
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineComponent, decorators: [{
|
|
7556
7581
|
type: Component,
|
|
7557
7582
|
args: [{
|
|
@@ -7576,6 +7601,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
7576
7601
|
[classNames]="tooltipContentClasses" (leave)="tooltipMouseleave($event)" [popupSettings]="popupSettings">
|
|
7577
7602
|
</kendo-chart-tooltip-popup>
|
|
7578
7603
|
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
7604
|
+
|
|
7605
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
7579
7606
|
`
|
|
7580
7607
|
}]
|
|
7581
7608
|
}], ctorParameters: function () { return [{ type: ConfigurationService }, { type: ThemeService }, { type: i0.ElementRef }, { type: i3.IntlService }, { type: i4.LocalizationService }, { type: i0.NgZone }, { type: InstanceEventService }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }]; }, propDecorators: { type: [{
|
|
@@ -7622,16 +7649,16 @@ const SPARKLINE_DIRECTIVES = [
|
|
|
7622
7649
|
class ChartModule {
|
|
7623
7650
|
}
|
|
7624
7651
|
ChartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7625
|
-
ChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartModule, declarations: [ChartComponent, TooltipPopupComponent, SeriesTooltipTemplateDirective, SharedTooltipTemplateDirective, CrosshairTooltipsContainerComponent, CrosshairTooltipComponent, DonutCenterTemplateDirective, 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, SeriesDrilldownTemplateDirective, SeriesErrorBarsComponent, SeriesExtremesComponent, SeriesHighlightComponent, SeriesItemComponent, SeriesLabelsComponent, SeriesLabelsFromComponent, SeriesLabelsToComponent, SeriesMarkersComponent, SeriesNotesComponent, SeriesNotesIconComponent, SeriesNotesLabelComponent, SeriesOutliersComponent, SeriesTooltipComponent, 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], imports: [CommonModule, BreadCrumbModule, PopupModule, ResizeSensorModule], exports: [ChartComponent, TooltipPopupComponent, SeriesTooltipTemplateDirective, SharedTooltipTemplateDirective, CrosshairTooltipsContainerComponent, CrosshairTooltipComponent, DonutCenterTemplateDirective, 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, SeriesDrilldownTemplateDirective, SeriesErrorBarsComponent, SeriesExtremesComponent, SeriesHighlightComponent, SeriesItemComponent, SeriesLabelsComponent, SeriesLabelsFromComponent, SeriesLabelsToComponent, SeriesMarkersComponent, SeriesNotesComponent, SeriesNotesIconComponent, SeriesNotesLabelComponent, SeriesOutliersComponent, SeriesTooltipComponent, 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] });
|
|
7652
|
+
ChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartModule, declarations: [ChartComponent, TooltipPopupComponent, SeriesTooltipTemplateDirective, SharedTooltipTemplateDirective, CrosshairTooltipsContainerComponent, CrosshairTooltipComponent, DonutCenterTemplateDirective, 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, SeriesDrilldownTemplateDirective, SeriesErrorBarsComponent, SeriesExtremesComponent, SeriesHighlightComponent, SeriesItemComponent, SeriesLabelsComponent, SeriesLabelsFromComponent, SeriesLabelsToComponent, SeriesMarkersComponent, SeriesNotesComponent, SeriesNotesIconComponent, SeriesNotesLabelComponent, SeriesOutliersComponent, SeriesTooltipComponent, 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], imports: [CommonModule, BreadCrumbModule, PopupModule, ResizeSensorModule, WatermarkModule], exports: [ChartComponent, TooltipPopupComponent, SeriesTooltipTemplateDirective, SharedTooltipTemplateDirective, CrosshairTooltipsContainerComponent, CrosshairTooltipComponent, DonutCenterTemplateDirective, 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, SeriesDrilldownTemplateDirective, SeriesErrorBarsComponent, SeriesExtremesComponent, SeriesHighlightComponent, SeriesItemComponent, SeriesLabelsComponent, SeriesLabelsFromComponent, SeriesLabelsToComponent, SeriesMarkersComponent, SeriesNotesComponent, SeriesNotesIconComponent, SeriesNotesLabelComponent, SeriesOutliersComponent, SeriesTooltipComponent, 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] });
|
|
7626
7653
|
ChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartModule, providers: [
|
|
7627
7654
|
ThemeService
|
|
7628
|
-
], imports: [[CommonModule, BreadCrumbModule, PopupModule, ResizeSensorModule]] });
|
|
7655
|
+
], imports: [[CommonModule, BreadCrumbModule, PopupModule, ResizeSensorModule, WatermarkModule]] });
|
|
7629
7656
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChartModule, decorators: [{
|
|
7630
7657
|
type: NgModule,
|
|
7631
7658
|
args: [{
|
|
7632
7659
|
declarations: [CHART_DIRECTIVES],
|
|
7633
7660
|
exports: [CHART_DIRECTIVES],
|
|
7634
|
-
imports: [CommonModule, BreadCrumbModule, PopupModule, ResizeSensorModule],
|
|
7661
|
+
imports: [CommonModule, BreadCrumbModule, PopupModule, ResizeSensorModule, WatermarkModule],
|
|
7635
7662
|
providers: [
|
|
7636
7663
|
ThemeService
|
|
7637
7664
|
]
|
|
@@ -7664,14 +7691,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
7664
7691
|
class StockChartModule {
|
|
7665
7692
|
}
|
|
7666
7693
|
StockChartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7667
|
-
StockChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, declarations: [StockChartComponent, NavigatorComponent, NavigatorCategoryAxisComponent, NavigatorCategoryAxisCrosshairComponent, NavigatorCategoryAxisCrosshairTooltipComponent, NavigatorCategoryAxisLabelsComponent, NavigatorCategoryAxisNotesComponent, NavigatorCategoryAxisNotesIconComponent, NavigatorCategoryAxisNotesLabelComponent, NavigatorCategoryAxisSelectComponent, NavigatorCategoryAxisTitleComponent, NavigatorHintComponent, NavigatorPaneComponent, NavigatorPaneTitleComponent, NavigatorSelectComponent, NavigatorSeriesComponent, NavigatorSeriesItemComponent, NavigatorSeriesErrorBarsComponent, NavigatorSeriesExtremesComponent, NavigatorSeriesHighlightComponent, NavigatorSeriesLabelsComponent, NavigatorSeriesLabelsFromComponent, NavigatorSeriesLabelsToComponent, NavigatorSeriesMarkersComponent, NavigatorSeriesNotesComponent, NavigatorSeriesNotesIconComponent, NavigatorSeriesNotesLabelComponent, NavigatorSeriesOutliersComponent, NavigatorSeriesTooltipComponent], imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule], exports: [StockChartComponent, NavigatorComponent, NavigatorCategoryAxisComponent, NavigatorCategoryAxisCrosshairComponent, NavigatorCategoryAxisCrosshairTooltipComponent, NavigatorCategoryAxisLabelsComponent, NavigatorCategoryAxisNotesComponent, NavigatorCategoryAxisNotesIconComponent, NavigatorCategoryAxisNotesLabelComponent, NavigatorCategoryAxisSelectComponent, NavigatorCategoryAxisTitleComponent, NavigatorHintComponent, NavigatorPaneComponent, NavigatorPaneTitleComponent, NavigatorSelectComponent, NavigatorSeriesComponent, NavigatorSeriesItemComponent, NavigatorSeriesErrorBarsComponent, NavigatorSeriesExtremesComponent, NavigatorSeriesHighlightComponent, NavigatorSeriesLabelsComponent, NavigatorSeriesLabelsFromComponent, NavigatorSeriesLabelsToComponent, NavigatorSeriesMarkersComponent, NavigatorSeriesNotesComponent, NavigatorSeriesNotesIconComponent, NavigatorSeriesNotesLabelComponent, NavigatorSeriesOutliersComponent, NavigatorSeriesTooltipComponent, ChartModule] });
|
|
7668
|
-
StockChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, imports: [[ChartModule, CommonModule, PopupModule, ResizeSensorModule], ChartModule] });
|
|
7694
|
+
StockChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, declarations: [StockChartComponent, NavigatorComponent, NavigatorCategoryAxisComponent, NavigatorCategoryAxisCrosshairComponent, NavigatorCategoryAxisCrosshairTooltipComponent, NavigatorCategoryAxisLabelsComponent, NavigatorCategoryAxisNotesComponent, NavigatorCategoryAxisNotesIconComponent, NavigatorCategoryAxisNotesLabelComponent, NavigatorCategoryAxisSelectComponent, NavigatorCategoryAxisTitleComponent, NavigatorHintComponent, NavigatorPaneComponent, NavigatorPaneTitleComponent, NavigatorSelectComponent, NavigatorSeriesComponent, NavigatorSeriesItemComponent, NavigatorSeriesErrorBarsComponent, NavigatorSeriesExtremesComponent, NavigatorSeriesHighlightComponent, NavigatorSeriesLabelsComponent, NavigatorSeriesLabelsFromComponent, NavigatorSeriesLabelsToComponent, NavigatorSeriesMarkersComponent, NavigatorSeriesNotesComponent, NavigatorSeriesNotesIconComponent, NavigatorSeriesNotesLabelComponent, NavigatorSeriesOutliersComponent, NavigatorSeriesTooltipComponent], imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule, WatermarkModule], exports: [StockChartComponent, NavigatorComponent, NavigatorCategoryAxisComponent, NavigatorCategoryAxisCrosshairComponent, NavigatorCategoryAxisCrosshairTooltipComponent, NavigatorCategoryAxisLabelsComponent, NavigatorCategoryAxisNotesComponent, NavigatorCategoryAxisNotesIconComponent, NavigatorCategoryAxisNotesLabelComponent, NavigatorCategoryAxisSelectComponent, NavigatorCategoryAxisTitleComponent, NavigatorHintComponent, NavigatorPaneComponent, NavigatorPaneTitleComponent, NavigatorSelectComponent, NavigatorSeriesComponent, NavigatorSeriesItemComponent, NavigatorSeriesErrorBarsComponent, NavigatorSeriesExtremesComponent, NavigatorSeriesHighlightComponent, NavigatorSeriesLabelsComponent, NavigatorSeriesLabelsFromComponent, NavigatorSeriesLabelsToComponent, NavigatorSeriesMarkersComponent, NavigatorSeriesNotesComponent, NavigatorSeriesNotesIconComponent, NavigatorSeriesNotesLabelComponent, NavigatorSeriesOutliersComponent, NavigatorSeriesTooltipComponent, ChartModule] });
|
|
7695
|
+
StockChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, imports: [[ChartModule, CommonModule, PopupModule, ResizeSensorModule, WatermarkModule], ChartModule] });
|
|
7669
7696
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StockChartModule, decorators: [{
|
|
7670
7697
|
type: NgModule,
|
|
7671
7698
|
args: [{
|
|
7672
7699
|
declarations: [STOCK_CHART_DIRECTIVES],
|
|
7673
7700
|
exports: [STOCK_CHART_DIRECTIVES, ChartModule],
|
|
7674
|
-
imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule]
|
|
7701
|
+
imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule, WatermarkModule]
|
|
7675
7702
|
}]
|
|
7676
7703
|
}] });
|
|
7677
7704
|
|
|
@@ -7701,14 +7728,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
7701
7728
|
class SparklineModule {
|
|
7702
7729
|
}
|
|
7703
7730
|
SparklineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7704
|
-
SparklineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, declarations: [SparklineComponent], imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule], exports: [SparklineComponent, ChartModule] });
|
|
7705
|
-
SparklineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, imports: [[ChartModule, CommonModule, PopupModule, ResizeSensorModule], ChartModule] });
|
|
7731
|
+
SparklineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, declarations: [SparklineComponent], imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule, WatermarkModule], exports: [SparklineComponent, ChartModule] });
|
|
7732
|
+
SparklineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, imports: [[ChartModule, CommonModule, PopupModule, ResizeSensorModule, WatermarkModule], ChartModule] });
|
|
7706
7733
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SparklineModule, decorators: [{
|
|
7707
7734
|
type: NgModule,
|
|
7708
7735
|
args: [{
|
|
7709
7736
|
declarations: [SPARKLINE_DIRECTIVES],
|
|
7710
7737
|
exports: [SPARKLINE_DIRECTIVES, ChartModule],
|
|
7711
|
-
imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule]
|
|
7738
|
+
imports: [ChartModule, CommonModule, PopupModule, ResizeSensorModule, WatermarkModule]
|
|
7712
7739
|
}]
|
|
7713
7740
|
}] });
|
|
7714
7741
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-charts",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.5.0-develop.1",
|
|
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": "13 - 16",
|
|
48
48
|
"@progress/kendo-drawing": "^1.17.2",
|
|
49
49
|
"@progress/kendo-licensing": "^1.0.2",
|
|
50
|
-
"@progress/kendo-angular-common": "13.
|
|
51
|
-
"@progress/kendo-angular-intl": "13.
|
|
52
|
-
"@progress/kendo-angular-l10n": "13.
|
|
53
|
-
"@progress/kendo-angular-popup": "13.
|
|
54
|
-
"@progress/kendo-angular-navigation": "13.
|
|
50
|
+
"@progress/kendo-angular-common": "13.5.0-develop.1",
|
|
51
|
+
"@progress/kendo-angular-intl": "13.5.0-develop.1",
|
|
52
|
+
"@progress/kendo-angular-l10n": "13.5.0-develop.1",
|
|
53
|
+
"@progress/kendo-angular-popup": "13.5.0-develop.1",
|
|
54
|
+
"@progress/kendo-angular-navigation": "13.5.0-develop.1",
|
|
55
55
|
"hammerjs": "^2.0.0",
|
|
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": "13.
|
|
60
|
+
"@progress/kendo-angular-schematics": "13.5.0-develop.1",
|
|
61
61
|
"@progress/kendo-charts": "^1.31.0",
|
|
62
62
|
"@progress/kendo-svg-icons": "^1.0.0"
|
|
63
63
|
},
|
package/sparkline.component.d.ts
CHANGED
|
@@ -60,6 +60,10 @@ export declare class SparklineComponent extends ChartComponent {
|
|
|
60
60
|
* @hidden
|
|
61
61
|
*/
|
|
62
62
|
tooltipContentClasses: any;
|
|
63
|
+
/**
|
|
64
|
+
* @hidden
|
|
65
|
+
*/
|
|
66
|
+
showLicenseWatermark: boolean;
|
|
63
67
|
protected hostClasses: string[];
|
|
64
68
|
constructor(configurationService: ConfigurationService, themeService: ThemeService, element: ElementRef, intl: IntlService, localizationService: LocalizationService, ngZone: NgZone, instanceEventService: InstanceEventService, changeDetector: ChangeDetectorRef, renderer: Renderer2);
|
|
65
69
|
protected createInstance(element: any, observer: ChartInstanceObserver): void;
|
package/sparkline.module.d.ts
CHANGED
|
@@ -33,6 +33,6 @@ import * as i5 from "@progress/kendo-angular-common";
|
|
|
33
33
|
*/
|
|
34
34
|
export declare class SparklineModule {
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<SparklineModule, never>;
|
|
36
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SparklineModule, [typeof i1.SparklineComponent], [typeof i2.ChartModule, typeof i3.CommonModule, typeof i4.PopupModule, typeof i5.ResizeSensorModule], [typeof i1.SparklineComponent, typeof i2.ChartModule]>;
|
|
36
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SparklineModule, [typeof i1.SparklineComponent], [typeof i2.ChartModule, typeof i3.CommonModule, typeof i4.PopupModule, typeof i5.ResizeSensorModule, typeof i5.WatermarkModule], [typeof i1.SparklineComponent, typeof i2.ChartModule]>;
|
|
37
37
|
static ɵinj: i0.ɵɵInjectorDeclaration<SparklineModule>;
|
|
38
38
|
}
|
|
@@ -74,6 +74,10 @@ export declare class StockChartComponent extends ChartComponent {
|
|
|
74
74
|
* Fires when the navigator range is changed.
|
|
75
75
|
*/
|
|
76
76
|
navigatorFilter: EventEmitter<NavigatorFilterEvent>;
|
|
77
|
+
/**
|
|
78
|
+
* @hidden
|
|
79
|
+
*/
|
|
80
|
+
showLicenseWatermark: boolean;
|
|
77
81
|
protected redrawSlaves: boolean;
|
|
78
82
|
protected hostClasses: string[];
|
|
79
83
|
constructor(configurationService: ConfigurationService, themeService: ThemeService, element: ElementRef, intl: IntlService, localizationService: LocalizationService, ngZone: NgZone, instanceEventService: StockInstanceEventService, changeDetector: ChangeDetectorRef, renderer: Renderer2);
|
package/stock-chart.module.d.ts
CHANGED
|
@@ -61,6 +61,6 @@ import * as i33 from "@progress/kendo-angular-common";
|
|
|
61
61
|
*/
|
|
62
62
|
export declare class StockChartModule {
|
|
63
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartModule, never>;
|
|
64
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StockChartModule, [typeof i1.StockChartComponent, typeof i2.NavigatorComponent, typeof i3.NavigatorCategoryAxisComponent, typeof i4.NavigatorCategoryAxisCrosshairComponent, typeof i5.NavigatorCategoryAxisCrosshairTooltipComponent, typeof i6.NavigatorCategoryAxisLabelsComponent, typeof i7.NavigatorCategoryAxisNotesComponent, typeof i8.NavigatorCategoryAxisNotesIconComponent, typeof i9.NavigatorCategoryAxisNotesLabelComponent, typeof i10.NavigatorCategoryAxisSelectComponent, typeof i11.NavigatorCategoryAxisTitleComponent, typeof i12.NavigatorHintComponent, typeof i13.NavigatorPaneComponent, typeof i14.NavigatorPaneTitleComponent, typeof i15.NavigatorSelectComponent, typeof i16.NavigatorSeriesComponent, typeof i17.NavigatorSeriesItemComponent, typeof i18.NavigatorSeriesErrorBarsComponent, typeof i19.NavigatorSeriesExtremesComponent, typeof i20.NavigatorSeriesHighlightComponent, typeof i21.NavigatorSeriesLabelsComponent, typeof i22.NavigatorSeriesLabelsFromComponent, typeof i23.NavigatorSeriesLabelsToComponent, typeof i24.NavigatorSeriesMarkersComponent, typeof i25.NavigatorSeriesNotesComponent, typeof i26.NavigatorSeriesNotesIconComponent, typeof i27.NavigatorSeriesNotesLabelComponent, typeof i28.NavigatorSeriesOutliersComponent, typeof i29.NavigatorSeriesTooltipComponent], [typeof i30.ChartModule, typeof i31.CommonModule, typeof i32.PopupModule, typeof i33.ResizeSensorModule], [typeof i1.StockChartComponent, typeof i2.NavigatorComponent, typeof i3.NavigatorCategoryAxisComponent, typeof i4.NavigatorCategoryAxisCrosshairComponent, typeof i5.NavigatorCategoryAxisCrosshairTooltipComponent, typeof i6.NavigatorCategoryAxisLabelsComponent, typeof i7.NavigatorCategoryAxisNotesComponent, typeof i8.NavigatorCategoryAxisNotesIconComponent, typeof i9.NavigatorCategoryAxisNotesLabelComponent, typeof i10.NavigatorCategoryAxisSelectComponent, typeof i11.NavigatorCategoryAxisTitleComponent, typeof i12.NavigatorHintComponent, typeof i13.NavigatorPaneComponent, typeof i14.NavigatorPaneTitleComponent, typeof i15.NavigatorSelectComponent, typeof i16.NavigatorSeriesComponent, typeof i17.NavigatorSeriesItemComponent, typeof i18.NavigatorSeriesErrorBarsComponent, typeof i19.NavigatorSeriesExtremesComponent, typeof i20.NavigatorSeriesHighlightComponent, typeof i21.NavigatorSeriesLabelsComponent, typeof i22.NavigatorSeriesLabelsFromComponent, typeof i23.NavigatorSeriesLabelsToComponent, typeof i24.NavigatorSeriesMarkersComponent, typeof i25.NavigatorSeriesNotesComponent, typeof i26.NavigatorSeriesNotesIconComponent, typeof i27.NavigatorSeriesNotesLabelComponent, typeof i28.NavigatorSeriesOutliersComponent, typeof i29.NavigatorSeriesTooltipComponent, typeof i30.ChartModule]>;
|
|
64
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StockChartModule, [typeof i1.StockChartComponent, typeof i2.NavigatorComponent, typeof i3.NavigatorCategoryAxisComponent, typeof i4.NavigatorCategoryAxisCrosshairComponent, typeof i5.NavigatorCategoryAxisCrosshairTooltipComponent, typeof i6.NavigatorCategoryAxisLabelsComponent, typeof i7.NavigatorCategoryAxisNotesComponent, typeof i8.NavigatorCategoryAxisNotesIconComponent, typeof i9.NavigatorCategoryAxisNotesLabelComponent, typeof i10.NavigatorCategoryAxisSelectComponent, typeof i11.NavigatorCategoryAxisTitleComponent, typeof i12.NavigatorHintComponent, typeof i13.NavigatorPaneComponent, typeof i14.NavigatorPaneTitleComponent, typeof i15.NavigatorSelectComponent, typeof i16.NavigatorSeriesComponent, typeof i17.NavigatorSeriesItemComponent, typeof i18.NavigatorSeriesErrorBarsComponent, typeof i19.NavigatorSeriesExtremesComponent, typeof i20.NavigatorSeriesHighlightComponent, typeof i21.NavigatorSeriesLabelsComponent, typeof i22.NavigatorSeriesLabelsFromComponent, typeof i23.NavigatorSeriesLabelsToComponent, typeof i24.NavigatorSeriesMarkersComponent, typeof i25.NavigatorSeriesNotesComponent, typeof i26.NavigatorSeriesNotesIconComponent, typeof i27.NavigatorSeriesNotesLabelComponent, typeof i28.NavigatorSeriesOutliersComponent, typeof i29.NavigatorSeriesTooltipComponent], [typeof i30.ChartModule, typeof i31.CommonModule, typeof i32.PopupModule, typeof i33.ResizeSensorModule, typeof i33.WatermarkModule], [typeof i1.StockChartComponent, typeof i2.NavigatorComponent, typeof i3.NavigatorCategoryAxisComponent, typeof i4.NavigatorCategoryAxisCrosshairComponent, typeof i5.NavigatorCategoryAxisCrosshairTooltipComponent, typeof i6.NavigatorCategoryAxisLabelsComponent, typeof i7.NavigatorCategoryAxisNotesComponent, typeof i8.NavigatorCategoryAxisNotesIconComponent, typeof i9.NavigatorCategoryAxisNotesLabelComponent, typeof i10.NavigatorCategoryAxisSelectComponent, typeof i11.NavigatorCategoryAxisTitleComponent, typeof i12.NavigatorHintComponent, typeof i13.NavigatorPaneComponent, typeof i14.NavigatorPaneTitleComponent, typeof i15.NavigatorSelectComponent, typeof i16.NavigatorSeriesComponent, typeof i17.NavigatorSeriesItemComponent, typeof i18.NavigatorSeriesErrorBarsComponent, typeof i19.NavigatorSeriesExtremesComponent, typeof i20.NavigatorSeriesHighlightComponent, typeof i21.NavigatorSeriesLabelsComponent, typeof i22.NavigatorSeriesLabelsFromComponent, typeof i23.NavigatorSeriesLabelsToComponent, typeof i24.NavigatorSeriesMarkersComponent, typeof i25.NavigatorSeriesNotesComponent, typeof i26.NavigatorSeriesNotesIconComponent, typeof i27.NavigatorSeriesNotesLabelComponent, typeof i28.NavigatorSeriesOutliersComponent, typeof i29.NavigatorSeriesTooltipComponent, typeof i30.ChartModule]>;
|
|
65
65
|
static ɵinj: i0.ɵɵInjectorDeclaration<StockChartModule>;
|
|
66
66
|
}
|