@progress/kendo-angular-upload 22.1.0-develop.2 → 22.1.0-develop.4
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.
|
@@ -1586,7 +1586,7 @@ const packageMetadata = {
|
|
|
1586
1586
|
productCode: 'KENDOUIANGULAR',
|
|
1587
1587
|
productCodes: ['KENDOUIANGULAR'],
|
|
1588
1588
|
publishDate: 0,
|
|
1589
|
-
version: '22.1.0-develop.
|
|
1589
|
+
version: '22.1.0-develop.4',
|
|
1590
1590
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1591
1591
|
};
|
|
1592
1592
|
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "22.1.0-develop.
|
|
10
|
+
"publishDate": 1768898467,
|
|
11
|
+
"version": "22.1.0-develop.4",
|
|
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": "22.1.0-develop.
|
|
3
|
+
"version": "22.1.0-develop.4",
|
|
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": 1768898467,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
"@angular/forms": "19 - 21",
|
|
31
31
|
"@angular/platform-browser": "19 - 21",
|
|
32
32
|
"@progress/kendo-licensing": "^1.7.0",
|
|
33
|
-
"@progress/kendo-angular-common": "22.1.0-develop.
|
|
34
|
-
"@progress/kendo-angular-l10n": "22.1.0-develop.
|
|
35
|
-
"@progress/kendo-angular-icons": "22.1.0-develop.
|
|
36
|
-
"@progress/kendo-angular-buttons": "22.1.0-develop.
|
|
37
|
-
"@progress/kendo-angular-progressbar": "22.1.0-develop.
|
|
33
|
+
"@progress/kendo-angular-common": "22.1.0-develop.4",
|
|
34
|
+
"@progress/kendo-angular-l10n": "22.1.0-develop.4",
|
|
35
|
+
"@progress/kendo-angular-icons": "22.1.0-develop.4",
|
|
36
|
+
"@progress/kendo-angular-buttons": "22.1.0-develop.4",
|
|
37
|
+
"@progress/kendo-angular-progressbar": "22.1.0-develop.4",
|
|
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": "22.1.0-develop.
|
|
42
|
+
"@progress/kendo-angular-schematics": "22.1.0-develop.4"
|
|
43
43
|
},
|
|
44
44
|
"schematics": "./schematics/collection.json",
|
|
45
45
|
"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': '22.1.0-develop.
|
|
19
|
-
'@progress/kendo-angular-progressbar': '22.1.0-develop.
|
|
20
|
-
'@progress/kendo-angular-popup': '22.1.0-develop.
|
|
18
|
+
'@progress/kendo-angular-buttons': '22.1.0-develop.4',
|
|
19
|
+
'@progress/kendo-angular-progressbar': '22.1.0-develop.4',
|
|
20
|
+
'@progress/kendo-angular-popup': '22.1.0-develop.4',
|
|
21
21
|
} });
|
|
22
22
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
23
23
|
}
|