@progress/kendo-angular-charts 23.2.1-develop.6 → 23.2.1-develop.8

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.
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1773219526,
11
- "version": "23.2.1-develop.6",
10
+ "publishDate": 1773735898,
11
+ "version": "23.2.1-develop.8",
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.2.1-develop.6",
3
+ "version": "23.2.1-develop.8",
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": 1773219526,
45
+ "publishDate": 1773735898,
46
46
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
47
47
  }
48
48
  },
@@ -51,20 +51,20 @@
51
51
  "@angular/common": "19 - 21",
52
52
  "@angular/core": "19 - 21",
53
53
  "@angular/platform-browser": "19 - 21",
54
- "@progress/kendo-drawing": "^1.24.0",
54
+ "@progress/kendo-drawing": "^1.24.1",
55
55
  "@progress/kendo-licensing": "^1.10.0",
56
- "@progress/kendo-angular-common": "23.2.1-develop.6",
57
- "@progress/kendo-angular-intl": "23.2.1-develop.6",
58
- "@progress/kendo-angular-icons": "23.2.1-develop.6",
59
- "@progress/kendo-angular-l10n": "23.2.1-develop.6",
60
- "@progress/kendo-angular-popup": "23.2.1-develop.6",
61
- "@progress/kendo-angular-navigation": "23.2.1-develop.6",
56
+ "@progress/kendo-angular-common": "23.2.1-develop.8",
57
+ "@progress/kendo-angular-intl": "23.2.1-develop.8",
58
+ "@progress/kendo-angular-icons": "23.2.1-develop.8",
59
+ "@progress/kendo-angular-l10n": "23.2.1-develop.8",
60
+ "@progress/kendo-angular-popup": "23.2.1-develop.8",
61
+ "@progress/kendo-angular-navigation": "23.2.1-develop.8",
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.2.1-develop.6",
67
- "@progress/kendo-charts": "2.11.1",
66
+ "@progress/kendo-angular-schematics": "23.2.1-develop.8",
67
+ "@progress/kendo-charts": "2.11.2",
68
68
  "@progress/kendo-svg-icons": "^4.0.0"
69
69
  },
70
70
  "schematics": "./schematics/collection.json",
@@ -156,7 +156,6 @@ export declare class SankeyComponent implements AfterViewInit, OnChanges, OnDest
156
156
  */
157
157
  linkClick: EventEmitter<SankeyLinkEvent>;
158
158
  tooltipInstance: SankeyTooltipPopupComponent;
159
- instanceElement: ElementRef;
160
159
  /**
161
160
  * @hidden
162
161
  */