@progress/kendo-angular-charts 25.1.0-develop.2 → 25.1.0-develop.20

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.
@@ -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 * as i0 from '@angular/core';
6
- import { Optional, Directive, Injectable, SimpleChange, TemplateRef, ContentChild, Input, ChangeDetectionStrategy, Component, ElementRef, ViewChild, ViewChildren, EventEmitter, Output, ContentChildren, forwardRef, LOCALE_ID, Inject, isDevMode, InjectionToken, HostBinding, NgModule } from '@angular/core';
6
+ import { Optional, Directive, Injectable, SimpleChange, TemplateRef, ContentChild, Input, ChangeDetectionStrategy, Component, ElementRef, ViewChild, ViewChildren, EventEmitter, Output, ContentChildren, signal, forwardRef, LOCALE_ID, Inject, isDevMode, InjectionToken, HostBinding, NgModule } from '@angular/core';
7
7
  import { isDocumentAvailable, getLicenseMessage, shouldShowValidationUI, ResizeSensorComponent, WatermarkOverlayComponent, KENDO_WEBMCP_HOST, provideComponentName, PreventableEvent as PreventableEvent$1, isChanged, ResizeBatchService } from '@progress/kendo-angular-common';
8
8
  import * as i3 from '@progress/kendo-angular-intl';
9
9
  import * as i1$1 from '@progress/kendo-angular-l10n';
@@ -2946,8 +2946,8 @@ const packageMetadata = {
2946
2946
  productName: 'Kendo UI for Angular',
2947
2947
  productCode: 'KENDOUIANGULAR',
2948
2948
  productCodes: ['KENDOUIANGULAR'],
2949
- publishDate: 1786694184,
2950
- version: '25.1.0-develop.2',
2949
+ publishDate: 1787938406,
2950
+ version: '25.1.0-develop.20',
2951
2951
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
2952
2952
  };
2953
2953
 
@@ -3093,7 +3093,13 @@ class ChartMessages extends ComponentMessages {
3093
3093
  /**
3094
3094
  * The message to display when no series are defined, or all series are empty.
3095
3095
  */
3096
- noData;
3096
+ set noData(value) {
3097
+ this._noData.set(value);
3098
+ }
3099
+ get noData() {
3100
+ return this._noData();
3101
+ }
3102
+ _noData = signal(undefined, ...(ngDevMode ? [{ debugName: "_noData" }] : []));
3097
3103
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ChartMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
3098
3104
  static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: ChartMessages, isStandalone: true, selector: "[kendoChartMessages]", inputs: { noData: "noData" }, usesInheritance: true, ngImport: i0 });
3099
3105
  }
@@ -11516,11 +11522,12 @@ class TooltipComponent extends SettingsComponent {
11516
11522
  this.templateService.setSharedTemplate(this.sharedTooltipTemplate ? this.sharedTooltipTemplate.templateRef : null);
11517
11523
  }
11518
11524
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: TooltipComponent, deps: [{ token: ConfigurationService }, { token: TooltipTemplateService }], target: i0.ɵɵFactoryTarget.Component });
11519
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: TooltipComponent, isStandalone: true, selector: "kendo-chart-tooltip", inputs: { background: "background", border: "border", color: "color", font: "font", format: "format", opacity: "opacity", padding: "padding", shared: "shared", visible: "visible" }, queries: [{ propertyName: "seriesTooltipTemplate", first: true, predicate: SeriesTooltipTemplateDirective, descendants: true }, { propertyName: "sharedTooltipTemplate", first: true, predicate: SharedTooltipTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
11525
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: TooltipComponent, isStandalone: true, selector: "kendo-chart-tooltip", inputs: { background: "background", border: "border", color: "color", font: "font", format: "format", opacity: "opacity", padding: "padding", shared: "shared", visible: "visible" }, queries: [{ propertyName: "seriesTooltipTemplate", first: true, predicate: SeriesTooltipTemplateDirective, descendants: true }, { propertyName: "sharedTooltipTemplate", first: true, predicate: SharedTooltipTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
11520
11526
  }
11521
11527
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: TooltipComponent, decorators: [{
11522
11528
  type: Component,
11523
11529
  args: [{
11530
+ changeDetection: ChangeDetectionStrategy.OnPush,
11524
11531
  selector: 'kendo-chart-tooltip',
11525
11532
  template: '',
11526
11533
  standalone: true
@@ -12423,7 +12430,7 @@ class ChartBreadcrumbComponent {
12423
12430
  ], viewQueries: [{ propertyName: "breadcrumb", first: true, predicate: ["breadcrumb"], descendants: true, static: true }], exportAs: ["kendoChartBreadcrumb"], usesOnChanges: true, ngImport: i0, template: `
12424
12431
  <kendo-breadcrumb [items]="items" (itemClick)="onItemClick($event)">
12425
12432
  </kendo-breadcrumb>
12426
- `, isInline: true, dependencies: [{ kind: "component", type: BreadCrumbComponent, selector: "kendo-breadcrumb", inputs: ["items", "separatorIcon", "separatorSVGIcon", "collapseMode", "size"], outputs: ["itemClick"], exportAs: ["kendoBreadCrumb"] }] });
12433
+ `, isInline: true, dependencies: [{ kind: "component", type: BreadCrumbComponent, selector: "kendo-breadcrumb", inputs: ["items", "separatorIcon", "separatorSVGIcon", "collapseMode", "size"], outputs: ["itemClick"], exportAs: ["kendoBreadCrumb"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
12427
12434
  }
12428
12435
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: ChartBreadcrumbComponent, decorators: [{
12429
12436
  type: Component,
@@ -12433,6 +12440,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImpo
12433
12440
  providers: [
12434
12441
  provideComponentName('chart')
12435
12442
  ],
12443
+ changeDetection: ChangeDetectionStrategy.OnPush,
12436
12444
  template: `
12437
12445
  <kendo-breadcrumb [items]="items" (itemClick)="onItemClick($event)">
12438
12446
  </kendo-breadcrumb>
@@ -12979,7 +12987,13 @@ class Messages extends ComponentMessages {
12979
12987
  /**
12980
12988
  * Sets the format string to use when displaying node and link values in the tooltip.
12981
12989
  */
12982
- tooltipUnitFormat;
12990
+ set tooltipUnitFormat(value) {
12991
+ this._tooltipUnitFormat.set(value);
12992
+ }
12993
+ get tooltipUnitFormat() {
12994
+ return this._tooltipUnitFormat();
12995
+ }
12996
+ _tooltipUnitFormat = signal(undefined, ...(ngDevMode ? [{ debugName: "_tooltipUnitFormat" }] : []));
12983
12997
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
12984
12998
  static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.27", type: Messages, isStandalone: true, selector: "[kendoSankeyMessages]", inputs: { tooltipUnitFormat: "tooltipUnitFormat" }, usesInheritance: true, ngImport: i0 });
12985
12999
  }
@@ -14042,11 +14056,12 @@ class SankeyTooltipComponent extends SettingsComponent {
14042
14056
  this.templateService.nodeTemplate = this.nodeTooltipTemplate?.templateRef;
14043
14057
  }
14044
14058
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SankeyTooltipComponent, deps: [{ token: ConfigurationService }, { token: SankeyTooltipTemplateService }], target: i0.ɵɵFactoryTarget.Component });
14045
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: SankeyTooltipComponent, isStandalone: true, selector: "kendo-sankey-tooltip", inputs: { followPointer: "followPointer", delay: "delay", offset: "offset", visible: "visible" }, queries: [{ propertyName: "linkTooltipTemplate", first: true, predicate: SankeyLinkTooltipTemplateDirective, descendants: true }, { propertyName: "nodeTooltipTemplate", first: true, predicate: SankeyNodeTooltipTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
14059
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.27", type: SankeyTooltipComponent, isStandalone: true, selector: "kendo-sankey-tooltip", inputs: { followPointer: "followPointer", delay: "delay", offset: "offset", visible: "visible" }, queries: [{ propertyName: "linkTooltipTemplate", first: true, predicate: SankeyLinkTooltipTemplateDirective, descendants: true }, { propertyName: "nodeTooltipTemplate", first: true, predicate: SankeyNodeTooltipTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
14046
14060
  }
14047
14061
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SankeyTooltipComponent, decorators: [{
14048
14062
  type: Component,
14049
14063
  args: [{
14064
+ changeDetection: ChangeDetectionStrategy.OnPush,
14050
14065
  selector: 'kendo-sankey-tooltip',
14051
14066
  template: '',
14052
14067
  standalone: true
package/index.d.ts CHANGED
@@ -8687,7 +8687,9 @@ declare class ChartMessages extends ComponentMessages {
8687
8687
  /**
8688
8688
  * The message to display when no series are defined, or all series are empty.
8689
8689
  */
8690
- noData: string;
8690
+ set noData(value: string);
8691
+ get noData(): string;
8692
+ private _noData;
8691
8693
  static ɵfac: i0.ɵɵFactoryDeclaration<ChartMessages, never>;
8692
8694
  static ɵdir: i0.ɵɵDirectiveDeclaration<ChartMessages, "[kendoChartMessages]", never, { "noData": { "alias": "noData"; "required": false; }; }, {}, never, never, true, never>;
8693
8695
  }
@@ -14472,7 +14474,9 @@ declare class Messages extends ComponentMessages {
14472
14474
  /**
14473
14475
  * Sets the format string to use when displaying node and link values in the tooltip.
14474
14476
  */
14475
- tooltipUnitFormat: string;
14477
+ set tooltipUnitFormat(value: string);
14478
+ get tooltipUnitFormat(): string;
14479
+ private _tooltipUnitFormat;
14476
14480
  static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>;
14477
14481
  static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, "[kendoSankeyMessages]", never, { "tooltipUnitFormat": { "alias": "tooltipUnitFormat"; "required": false; }; }, {}, never, never, true, never>;
14478
14482
  }
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1786694184,
11
- "version": "25.1.0-develop.2",
10
+ "publishDate": 1787938406,
11
+ "version": "25.1.0-develop.20",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-charts",
3
- "version": "25.1.0-develop.2",
3
+ "version": "25.1.0-develop.20",
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",
@@ -76,7 +76,7 @@
76
76
  "package": {
77
77
  "productName": "Kendo UI for Angular",
78
78
  "productCode": "KENDOUIANGULAR",
79
- "publishDate": 1786694184,
79
+ "publishDate": 1787938406,
80
80
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
81
81
  }
82
82
  },
@@ -87,17 +87,17 @@
87
87
  "@angular/platform-browser": "20 - 22",
88
88
  "@progress/kendo-drawing": "^1.25.0",
89
89
  "@progress/kendo-licensing": "^1.11.0",
90
- "@progress/kendo-angular-common": "25.1.0-develop.2",
91
- "@progress/kendo-angular-intl": "25.1.0-develop.2",
92
- "@progress/kendo-angular-icons": "25.1.0-develop.2",
93
- "@progress/kendo-angular-l10n": "25.1.0-develop.2",
94
- "@progress/kendo-angular-popup": "25.1.0-develop.2",
95
- "@progress/kendo-angular-navigation": "25.1.0-develop.2",
90
+ "@progress/kendo-angular-common": "25.1.0-develop.20",
91
+ "@progress/kendo-angular-intl": "25.1.0-develop.20",
92
+ "@progress/kendo-angular-icons": "25.1.0-develop.20",
93
+ "@progress/kendo-angular-l10n": "25.1.0-develop.20",
94
+ "@progress/kendo-angular-popup": "25.1.0-develop.20",
95
+ "@progress/kendo-angular-navigation": "25.1.0-develop.20",
96
96
  "rxjs": "^6.5.3 || ^7.0.0"
97
97
  },
98
98
  "dependencies": {
99
99
  "tslib": "^2.3.1",
100
- "@progress/kendo-angular-schematics": "25.1.0-develop.2",
100
+ "@progress/kendo-angular-schematics": "25.1.0-develop.20",
101
101
  "@progress/kendo-charts": "2.13.0",
102
102
  "@progress/kendo-svg-icons": "^4.9.0 || ^5.0.0"
103
103
  },