@progress/kendo-angular-charts 23.4.0-develop.1 → 23.4.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.
@@ -0,0 +1,23 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ "use strict";
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.aiInstructions = void 0;
8
+ exports.default = default_1;
9
+ const utils_1 = require("../utils");
10
+ const classes = ['k-chart', 'k-sankey'];
11
+ const pattern = (0, utils_1.makePattern)(classes);
12
+ function default_1(fileInfo) {
13
+ if ((0, utils_1.isRenderingChangeTarget)(fileInfo.path)) {
14
+ if (pattern.test(fileInfo.source)) {
15
+ (0, utils_1.writeInstructionMarker)(exports.aiInstructions, __filename, fileInfo.path);
16
+ }
17
+ }
18
+ return fileInfo.source;
19
+ }
20
+ exports.aiInstructions = `Review your stylesheets, test files, and any code that references the k-chart and k-sankey classes. They have been moved to the host element of the Sankey chart.
21
+ Before: <div class="k-chart k-sankey"> (on the inner instance div)
22
+ After: Applied to the host element of the Sankey chart component.
23
+ Update any CSS selectors that target the Sankey chart using .k-chart or .k-sankey to account for the changed element placement.`;
@@ -2914,8 +2914,8 @@ const packageMetadata = {
2914
2914
  productName: 'Kendo UI for Angular',
2915
2915
  productCode: 'KENDOUIANGULAR',
2916
2916
  productCodes: ['KENDOUIANGULAR'],
2917
- publishDate: 1776150365,
2918
- version: '23.4.0-develop.1',
2917
+ publishDate: 1776175469,
2918
+ version: '23.4.0-develop.3',
2919
2919
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
2920
2920
  };
2921
2921
 
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1776150365,
11
- "version": "23.4.0-develop.1",
10
+ "publishDate": 1776175469,
11
+ "version": "23.4.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.4.0-develop.1",
3
+ "version": "23.4.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",
@@ -39,10 +39,25 @@
39
39
  ],
40
40
  "@progress": {
41
41
  "friendlyName": "Charts",
42
+ "migrations": {
43
+ "options": {
44
+ "parser": "tsx",
45
+ "pattern": "*.{ts,html,css,scss,sass,less}"
46
+ },
47
+ "codemods": {
48
+ "19": [
49
+ {
50
+ "description": "The Charts components have rendering changes that may affect custom styling.",
51
+ "file": "codemods/v19/charts-rendering-changes.js",
52
+ "instructionsOnly": true
53
+ }
54
+ ]
55
+ }
56
+ },
42
57
  "package": {
43
58
  "productName": "Kendo UI for Angular",
44
59
  "productCode": "KENDOUIANGULAR",
45
- "publishDate": 1776150365,
60
+ "publishDate": 1776175469,
46
61
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
47
62
  }
48
63
  },
@@ -53,17 +68,17 @@
53
68
  "@angular/platform-browser": "19 - 21",
54
69
  "@progress/kendo-drawing": "^1.24.1",
55
70
  "@progress/kendo-licensing": "^1.10.0",
56
- "@progress/kendo-angular-common": "23.4.0-develop.1",
57
- "@progress/kendo-angular-intl": "23.4.0-develop.1",
58
- "@progress/kendo-angular-icons": "23.4.0-develop.1",
59
- "@progress/kendo-angular-l10n": "23.4.0-develop.1",
60
- "@progress/kendo-angular-popup": "23.4.0-develop.1",
61
- "@progress/kendo-angular-navigation": "23.4.0-develop.1",
71
+ "@progress/kendo-angular-common": "23.4.0-develop.3",
72
+ "@progress/kendo-angular-intl": "23.4.0-develop.3",
73
+ "@progress/kendo-angular-icons": "23.4.0-develop.3",
74
+ "@progress/kendo-angular-l10n": "23.4.0-develop.3",
75
+ "@progress/kendo-angular-popup": "23.4.0-develop.3",
76
+ "@progress/kendo-angular-navigation": "23.4.0-develop.3",
62
77
  "rxjs": "^6.5.3 || ^7.0.0"
63
78
  },
64
79
  "dependencies": {
65
80
  "tslib": "^2.3.1",
66
- "@progress/kendo-angular-schematics": "23.4.0-develop.1",
81
+ "@progress/kendo-angular-schematics": "23.4.0-develop.3",
67
82
  "@progress/kendo-charts": "2.11.3",
68
83
  "@progress/kendo-svg-icons": "^4.0.0"
69
84
  },