@progress/kendo-angular-upload 21.0.0-develop.8 → 21.0.0-develop.9
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.
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '21.0.0-develop.
|
|
13
|
+
publishDate: 1761910197,
|
|
14
|
+
version: '21.0.0-develop.9',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -1582,8 +1582,8 @@ const packageMetadata = {
|
|
|
1582
1582
|
productName: 'Kendo UI for Angular',
|
|
1583
1583
|
productCode: 'KENDOUIANGULAR',
|
|
1584
1584
|
productCodes: ['KENDOUIANGULAR'],
|
|
1585
|
-
publishDate:
|
|
1586
|
-
version: '21.0.0-develop.
|
|
1585
|
+
publishDate: 1761910197,
|
|
1586
|
+
version: '21.0.0-develop.9',
|
|
1587
1587
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1588
1588
|
};
|
|
1589
1589
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-upload",
|
|
3
|
-
"version": "21.0.0-develop.
|
|
3
|
+
"version": "21.0.0-develop.9",
|
|
4
4
|
"description": "Kendo UI Angular Upload Component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1761910197,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
"@angular/forms": "18 - 20",
|
|
31
31
|
"@angular/platform-browser": "18 - 20",
|
|
32
32
|
"@progress/kendo-licensing": "^1.7.0",
|
|
33
|
-
"@progress/kendo-angular-common": "21.0.0-develop.
|
|
34
|
-
"@progress/kendo-angular-l10n": "21.0.0-develop.
|
|
35
|
-
"@progress/kendo-angular-icons": "21.0.0-develop.
|
|
36
|
-
"@progress/kendo-angular-buttons": "21.0.0-develop.
|
|
37
|
-
"@progress/kendo-angular-progressbar": "21.0.0-develop.
|
|
33
|
+
"@progress/kendo-angular-common": "21.0.0-develop.9",
|
|
34
|
+
"@progress/kendo-angular-l10n": "21.0.0-develop.9",
|
|
35
|
+
"@progress/kendo-angular-icons": "21.0.0-develop.9",
|
|
36
|
+
"@progress/kendo-angular-buttons": "21.0.0-develop.9",
|
|
37
|
+
"@progress/kendo-angular-progressbar": "21.0.0-develop.9",
|
|
38
38
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"tslib": "^2.3.1",
|
|
42
|
-
"@progress/kendo-angular-schematics": "21.0.0-develop.
|
|
42
|
+
"@progress/kendo-angular-schematics": "21.0.0-develop.9"
|
|
43
43
|
},
|
|
44
44
|
"schematics": "./schematics/collection.json",
|
|
45
45
|
"module": "fesm2022/progress-kendo-angular-upload.mjs",
|
|
@@ -11,9 +11,9 @@ function default_1(options) {
|
|
|
11
11
|
], peerDependencies: {
|
|
12
12
|
// peer dep of the icons
|
|
13
13
|
'@progress/kendo-svg-icons': '^4.0.0',
|
|
14
|
-
'@progress/kendo-angular-buttons': '21.0.0-develop.
|
|
15
|
-
'@progress/kendo-angular-progressbar': '21.0.0-develop.
|
|
16
|
-
'@progress/kendo-angular-popup': '21.0.0-develop.
|
|
14
|
+
'@progress/kendo-angular-buttons': '21.0.0-develop.9',
|
|
15
|
+
'@progress/kendo-angular-progressbar': '21.0.0-develop.9',
|
|
16
|
+
'@progress/kendo-angular-popup': '21.0.0-develop.9',
|
|
17
17
|
} });
|
|
18
18
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
19
19
|
}
|