@progress/kendo-angular-charts 23.1.0-develop.2 → 23.1.0-develop.3

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.
@@ -2373,7 +2373,6 @@ class LegendItemHoverEvent extends LegendEvent {
2373
2373
  }
2374
2374
  }
2375
2375
 
2376
- /* eslint-disable no-empty */
2377
2376
  /**
2378
2377
  * Represents the arguments for the `legendItemLeave` event of the Chart component.
2379
2378
  */
@@ -2916,7 +2915,7 @@ const packageMetadata = {
2916
2915
  productCode: 'KENDOUIANGULAR',
2917
2916
  productCodes: ['KENDOUIANGULAR'],
2918
2917
  publishDate: 0,
2919
- version: '23.1.0-develop.2',
2918
+ version: '23.1.0-develop.3',
2920
2919
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
2921
2920
  };
2922
2921
 
@@ -7884,6 +7883,7 @@ class NavigatorSeriesComponent extends SeriesComponent {
7884
7883
  this.viewContainer = viewContainer;
7885
7884
  }
7886
7885
  readTooltipTemplates() {
7886
+ // Intentionally empty - Navigator series does not support tooltips
7887
7887
  }
7888
7888
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NavigatorSeriesComponent, deps: [{ token: ConfigurationService }, { token: CollectionService }, { token: TooltipTemplateService }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component });
7889
7889
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: NavigatorSeriesComponent, isStandalone: true, selector: "kendo-chart-navigator-series", providers: [CollectionService], queries: [{ propertyName: "children", predicate: NavigatorSeriesItemComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1771344454,
11
- "version": "23.1.0-develop.2",
10
+ "publishDate": 1771356025,
11
+ "version": "23.1.0-develop.3",
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": "23.1.0-develop.2",
3
+ "version": "23.1.0-develop.3",
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",
@@ -42,7 +42,7 @@
42
42
  "package": {
43
43
  "productName": "Kendo UI for Angular",
44
44
  "productCode": "KENDOUIANGULAR",
45
- "publishDate": 1771344454,
45
+ "publishDate": 1771356025,
46
46
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
47
47
  }
48
48
  },
@@ -53,17 +53,17 @@
53
53
  "@angular/platform-browser": "19 - 21",
54
54
  "@progress/kendo-drawing": "^1.24.0",
55
55
  "@progress/kendo-licensing": "^1.10.0",
56
- "@progress/kendo-angular-common": "23.1.0-develop.2",
57
- "@progress/kendo-angular-intl": "23.1.0-develop.2",
58
- "@progress/kendo-angular-icons": "23.1.0-develop.2",
59
- "@progress/kendo-angular-l10n": "23.1.0-develop.2",
60
- "@progress/kendo-angular-popup": "23.1.0-develop.2",
61
- "@progress/kendo-angular-navigation": "23.1.0-develop.2",
56
+ "@progress/kendo-angular-common": "23.1.0-develop.3",
57
+ "@progress/kendo-angular-intl": "23.1.0-develop.3",
58
+ "@progress/kendo-angular-icons": "23.1.0-develop.3",
59
+ "@progress/kendo-angular-l10n": "23.1.0-develop.3",
60
+ "@progress/kendo-angular-popup": "23.1.0-develop.3",
61
+ "@progress/kendo-angular-navigation": "23.1.0-develop.3",
62
62
  "rxjs": "^6.5.3 || ^7.0.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "tslib": "^2.3.1",
66
- "@progress/kendo-angular-schematics": "23.1.0-develop.2",
66
+ "@progress/kendo-angular-schematics": "23.1.0-develop.3",
67
67
  "@progress/kendo-charts": "2.11.0",
68
68
  "@progress/kendo-svg-icons": "^4.0.0"
69
69
  },