@progress/kendo-angular-upload 24.0.0-develop.38 → 24.0.0-develop.39
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 = exports.aiInstructionsReset = void 0;
|
|
8
|
+
exports.default = default_1;
|
|
9
|
+
const codemods_1 = require("@progress/kendo-angular-common/codemods");
|
|
10
|
+
exports.aiInstructionsReset = `k-reset — no longer applied in FileSelect and Upload.
|
|
11
|
+
Remove any CSS rules or test assertions targeting .k-reset in FileSelect or Upload context.`;
|
|
12
|
+
exports.aiInstructions = `Review your stylesheets, test files, and any code that references these Upload classes:
|
|
13
|
+
|
|
14
|
+
${exports.aiInstructionsReset}`;
|
|
15
|
+
const patternReset = (0, codemods_1.makePattern)(['k-reset']);
|
|
16
|
+
function default_1(fileInfo) {
|
|
17
|
+
if ((0, codemods_1.isRenderingChangeTarget)(fileInfo.path)) {
|
|
18
|
+
if (patternReset.test(fileInfo.source)) {
|
|
19
|
+
(0, codemods_1.writeInstructionMarker)(exports.aiInstructionsReset, __filename, fileInfo.path);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
return fileInfo.source;
|
|
23
|
+
}
|
|
@@ -1583,8 +1583,8 @@ const packageMetadata = {
|
|
|
1583
1583
|
productName: 'Kendo UI for Angular',
|
|
1584
1584
|
productCode: 'KENDOUIANGULAR',
|
|
1585
1585
|
productCodes: ['KENDOUIANGULAR'],
|
|
1586
|
-
publishDate:
|
|
1587
|
-
version: '24.0.0-develop.
|
|
1586
|
+
publishDate: 1779209680,
|
|
1587
|
+
version: '24.0.0-develop.39',
|
|
1588
1588
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1589
1589
|
};
|
|
1590
1590
|
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.0.0-develop.
|
|
10
|
+
"publishDate": 1779209680,
|
|
11
|
+
"version": "24.0.0-develop.39",
|
|
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-upload",
|
|
3
|
-
"version": "24.0.0-develop.
|
|
3
|
+
"version": "24.0.0-develop.39",
|
|
4
4
|
"description": "Kendo UI Angular Upload Component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -16,10 +16,25 @@
|
|
|
16
16
|
],
|
|
17
17
|
"@progress": {
|
|
18
18
|
"friendlyName": "Upload",
|
|
19
|
+
"migrations": {
|
|
20
|
+
"options": {
|
|
21
|
+
"parser": "tsx",
|
|
22
|
+
"pattern": "*.{ts,html,css,scss,sass,less}"
|
|
23
|
+
},
|
|
24
|
+
"codemods": {
|
|
25
|
+
"24": [
|
|
26
|
+
{
|
|
27
|
+
"description": "k-reset is no longer applied in FileSelect and Upload.",
|
|
28
|
+
"file": "codemods/v24/upload-rendering-changes.js",
|
|
29
|
+
"instructionsOnly": true
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
19
34
|
"package": {
|
|
20
35
|
"productName": "Kendo UI for Angular",
|
|
21
36
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
37
|
+
"publishDate": 1779209680,
|
|
23
38
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
39
|
}
|
|
25
40
|
},
|
|
@@ -30,16 +45,16 @@
|
|
|
30
45
|
"@angular/forms": "19 - 21",
|
|
31
46
|
"@angular/platform-browser": "19 - 21",
|
|
32
47
|
"@progress/kendo-licensing": "^1.11.0",
|
|
33
|
-
"@progress/kendo-angular-common": "24.0.0-develop.
|
|
34
|
-
"@progress/kendo-angular-l10n": "24.0.0-develop.
|
|
35
|
-
"@progress/kendo-angular-icons": "24.0.0-develop.
|
|
36
|
-
"@progress/kendo-angular-buttons": "24.0.0-develop.
|
|
37
|
-
"@progress/kendo-angular-progressbar": "24.0.0-develop.
|
|
48
|
+
"@progress/kendo-angular-common": "24.0.0-develop.39",
|
|
49
|
+
"@progress/kendo-angular-l10n": "24.0.0-develop.39",
|
|
50
|
+
"@progress/kendo-angular-icons": "24.0.0-develop.39",
|
|
51
|
+
"@progress/kendo-angular-buttons": "24.0.0-develop.39",
|
|
52
|
+
"@progress/kendo-angular-progressbar": "24.0.0-develop.39",
|
|
38
53
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
39
54
|
},
|
|
40
55
|
"dependencies": {
|
|
41
56
|
"tslib": "^2.3.1",
|
|
42
|
-
"@progress/kendo-angular-schematics": "24.0.0-develop.
|
|
57
|
+
"@progress/kendo-angular-schematics": "24.0.0-develop.39"
|
|
43
58
|
},
|
|
44
59
|
"schematics": "./schematics/collection.json",
|
|
45
60
|
"module": "fesm2022/progress-kendo-angular-upload.mjs",
|
|
@@ -15,9 +15,9 @@ function default_1(options) {
|
|
|
15
15
|
], peerDependencies: {
|
|
16
16
|
// peer dep of the icons
|
|
17
17
|
'@progress/kendo-svg-icons': '^4.0.0',
|
|
18
|
-
'@progress/kendo-angular-buttons': '24.0.0-develop.
|
|
19
|
-
'@progress/kendo-angular-progressbar': '24.0.0-develop.
|
|
20
|
-
'@progress/kendo-angular-popup': '24.0.0-develop.
|
|
18
|
+
'@progress/kendo-angular-buttons': '24.0.0-develop.39',
|
|
19
|
+
'@progress/kendo-angular-progressbar': '24.0.0-develop.39',
|
|
20
|
+
'@progress/kendo-angular-popup': '24.0.0-develop.39',
|
|
21
21
|
} });
|
|
22
22
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
23
23
|
}
|