@progress/kendo-angular-treelist 23.4.0-develop.2 → 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,21 @@
|
|
|
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
|
+
exports.aiInstructions = `Review your stylesheets, test files, and any code that references the k-alt class. It has been removed from the TreeList rows.
|
|
11
|
+
Replace any CSS rules or selectors that target .k-alt with .k-table-alt-row in the TreeList.`;
|
|
12
|
+
const classes = ['k-alt'];
|
|
13
|
+
const pattern = (0, utils_1.makePattern)(classes);
|
|
14
|
+
function default_1(fileInfo) {
|
|
15
|
+
if ((0, utils_1.isRenderingChangeTarget)(fileInfo.path)) {
|
|
16
|
+
if (pattern.test(fileInfo.source)) {
|
|
17
|
+
(0, utils_1.writeInstructionMarker)(exports.aiInstructions, __filename, fileInfo.path);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
return fileInfo.source;
|
|
21
|
+
}
|
|
@@ -49,8 +49,8 @@ const packageMetadata = {
|
|
|
49
49
|
productName: 'Kendo UI for Angular',
|
|
50
50
|
productCode: 'KENDOUIANGULAR',
|
|
51
51
|
productCodes: ['KENDOUIANGULAR'],
|
|
52
|
-
publishDate:
|
|
53
|
-
version: '23.4.0-develop.
|
|
52
|
+
publishDate: 1776175529,
|
|
53
|
+
version: '23.4.0-develop.3',
|
|
54
54
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
55
55
|
};
|
|
56
56
|
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.4.0-develop.
|
|
10
|
+
"publishDate": 1776175529,
|
|
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-treelist",
|
|
3
|
-
"version": "23.4.0-develop.
|
|
3
|
+
"version": "23.4.0-develop.3",
|
|
4
4
|
"description": "Kendo UI TreeList for Angular - Display hierarchical data in an Angular tree grid view that supports sorting, filtering, paging, and much more.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -21,10 +21,25 @@
|
|
|
21
21
|
],
|
|
22
22
|
"@progress": {
|
|
23
23
|
"friendlyName": "TreeList",
|
|
24
|
+
"migrations": {
|
|
25
|
+
"options": {
|
|
26
|
+
"parser": "tsx",
|
|
27
|
+
"pattern": "*.{ts,html,css,scss,sass,less}"
|
|
28
|
+
},
|
|
29
|
+
"codemods": {
|
|
30
|
+
"18": [
|
|
31
|
+
{
|
|
32
|
+
"description": "The TreeList component has rendering changes that may affect custom styling.",
|
|
33
|
+
"file": "codemods/v18/treelist-rendering-changes.js",
|
|
34
|
+
"instructionsOnly": true
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
},
|
|
24
39
|
"package": {
|
|
25
40
|
"productName": "Kendo UI for Angular",
|
|
26
41
|
"productCode": "KENDOUIANGULAR",
|
|
27
|
-
"publishDate":
|
|
42
|
+
"publishDate": 1776175529,
|
|
28
43
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
29
44
|
}
|
|
30
45
|
},
|
|
@@ -37,26 +52,26 @@
|
|
|
37
52
|
"@progress/kendo-data-query": "^1.7.3",
|
|
38
53
|
"@progress/kendo-drawing": "^1.24.1",
|
|
39
54
|
"@progress/kendo-licensing": "^1.10.0",
|
|
40
|
-
"@progress/kendo-angular-buttons": "23.4.0-develop.
|
|
41
|
-
"@progress/kendo-angular-common": "23.4.0-develop.
|
|
42
|
-
"@progress/kendo-angular-dateinputs": "23.4.0-develop.
|
|
43
|
-
"@progress/kendo-angular-dropdowns": "23.4.0-develop.
|
|
44
|
-
"@progress/kendo-angular-excel-export": "23.4.0-develop.
|
|
45
|
-
"@progress/kendo-angular-icons": "23.4.0-develop.
|
|
46
|
-
"@progress/kendo-angular-inputs": "23.4.0-develop.
|
|
47
|
-
"@progress/kendo-angular-intl": "23.4.0-develop.
|
|
48
|
-
"@progress/kendo-angular-l10n": "23.4.0-develop.
|
|
49
|
-
"@progress/kendo-angular-label": "23.4.0-develop.
|
|
50
|
-
"@progress/kendo-angular-pager": "23.4.0-develop.
|
|
51
|
-
"@progress/kendo-angular-pdf-export": "23.4.0-develop.
|
|
52
|
-
"@progress/kendo-angular-popup": "23.4.0-develop.
|
|
53
|
-
"@progress/kendo-angular-toolbar": "23.4.0-develop.
|
|
54
|
-
"@progress/kendo-angular-utils": "23.4.0-develop.
|
|
55
|
+
"@progress/kendo-angular-buttons": "23.4.0-develop.3",
|
|
56
|
+
"@progress/kendo-angular-common": "23.4.0-develop.3",
|
|
57
|
+
"@progress/kendo-angular-dateinputs": "23.4.0-develop.3",
|
|
58
|
+
"@progress/kendo-angular-dropdowns": "23.4.0-develop.3",
|
|
59
|
+
"@progress/kendo-angular-excel-export": "23.4.0-develop.3",
|
|
60
|
+
"@progress/kendo-angular-icons": "23.4.0-develop.3",
|
|
61
|
+
"@progress/kendo-angular-inputs": "23.4.0-develop.3",
|
|
62
|
+
"@progress/kendo-angular-intl": "23.4.0-develop.3",
|
|
63
|
+
"@progress/kendo-angular-l10n": "23.4.0-develop.3",
|
|
64
|
+
"@progress/kendo-angular-label": "23.4.0-develop.3",
|
|
65
|
+
"@progress/kendo-angular-pager": "23.4.0-develop.3",
|
|
66
|
+
"@progress/kendo-angular-pdf-export": "23.4.0-develop.3",
|
|
67
|
+
"@progress/kendo-angular-popup": "23.4.0-develop.3",
|
|
68
|
+
"@progress/kendo-angular-toolbar": "23.4.0-develop.3",
|
|
69
|
+
"@progress/kendo-angular-utils": "23.4.0-develop.3",
|
|
55
70
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
56
71
|
},
|
|
57
72
|
"dependencies": {
|
|
58
73
|
"tslib": "^2.3.1",
|
|
59
|
-
"@progress/kendo-angular-schematics": "23.4.0-develop.
|
|
74
|
+
"@progress/kendo-angular-schematics": "23.4.0-develop.3",
|
|
60
75
|
"@progress/kendo-common": "^1.0.1",
|
|
61
76
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
62
77
|
},
|
|
@@ -9,13 +9,13 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
9
9
|
function default_1(options) {
|
|
10
10
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeListModule', package: 'treelist', peerDependencies: {
|
|
11
11
|
// peer dep of the dropdowns
|
|
12
|
-
'@progress/kendo-angular-treeview': '23.4.0-develop.
|
|
12
|
+
'@progress/kendo-angular-treeview': '23.4.0-develop.3',
|
|
13
13
|
// peer dependency of kendo-angular-inputs
|
|
14
|
-
'@progress/kendo-angular-dialog': '23.4.0-develop.
|
|
14
|
+
'@progress/kendo-angular-dialog': '23.4.0-develop.3',
|
|
15
15
|
// peer dependency of kendo-angular-icons
|
|
16
16
|
'@progress/kendo-svg-icons': '^4.0.0',
|
|
17
17
|
// peer dependency of kendo-angular-dateinputs
|
|
18
|
-
'@progress/kendo-angular-navigation': '23.4.0-develop.
|
|
18
|
+
'@progress/kendo-angular-navigation': '23.4.0-develop.3',
|
|
19
19
|
} });
|
|
20
20
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
21
21
|
}
|