@progress/kendo-angular-upload 17.0.0-develop.5 → 17.0.0-develop.6
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.
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-upload',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '17.0.0-develop.
|
|
12
|
+
publishDate: 1729019941,
|
|
13
|
+
version: '17.0.0-develop.6',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -1558,8 +1558,8 @@ const packageMetadata = {
|
|
|
1558
1558
|
name: '@progress/kendo-angular-upload',
|
|
1559
1559
|
productName: 'Kendo UI for Angular',
|
|
1560
1560
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1561
|
-
publishDate:
|
|
1562
|
-
version: '17.0.0-develop.
|
|
1561
|
+
publishDate: 1729019941,
|
|
1562
|
+
version: '17.0.0-develop.6',
|
|
1563
1563
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1564
1564
|
};
|
|
1565
1565
|
|
|
@@ -1558,8 +1558,8 @@ const packageMetadata = {
|
|
|
1558
1558
|
name: '@progress/kendo-angular-upload',
|
|
1559
1559
|
productName: 'Kendo UI for Angular',
|
|
1560
1560
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1561
|
-
publishDate:
|
|
1562
|
-
version: '17.0.0-develop.
|
|
1561
|
+
publishDate: 1729019941,
|
|
1562
|
+
version: '17.0.0-develop.6',
|
|
1563
1563
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1564
1564
|
};
|
|
1565
1565
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-upload",
|
|
3
|
-
"version": "17.0.0-develop.
|
|
3
|
+
"version": "17.0.0-develop.6",
|
|
4
4
|
"description": "Kendo UI Angular Upload Component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
"@angular/forms": "15 - 18",
|
|
25
25
|
"@angular/platform-browser": "15 - 18",
|
|
26
26
|
"@progress/kendo-licensing": "^1.0.2",
|
|
27
|
-
"@progress/kendo-angular-common": "17.0.0-develop.
|
|
28
|
-
"@progress/kendo-angular-l10n": "17.0.0-develop.
|
|
29
|
-
"@progress/kendo-angular-icons": "17.0.0-develop.
|
|
30
|
-
"@progress/kendo-angular-buttons": "17.0.0-develop.
|
|
31
|
-
"@progress/kendo-angular-progressbar": "17.0.0-develop.
|
|
27
|
+
"@progress/kendo-angular-common": "17.0.0-develop.6",
|
|
28
|
+
"@progress/kendo-angular-l10n": "17.0.0-develop.6",
|
|
29
|
+
"@progress/kendo-angular-icons": "17.0.0-develop.6",
|
|
30
|
+
"@progress/kendo-angular-buttons": "17.0.0-develop.6",
|
|
31
|
+
"@progress/kendo-angular-progressbar": "17.0.0-develop.6",
|
|
32
32
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"tslib": "^2.3.1",
|
|
36
|
-
"@progress/kendo-angular-schematics": "17.0.0-develop.
|
|
36
|
+
"@progress/kendo-angular-schematics": "17.0.0-develop.6"
|
|
37
37
|
},
|
|
38
38
|
"schematics": "./schematics/collection.json",
|
|
39
39
|
"module": "fesm2015/progress-kendo-angular-upload.mjs",
|
|
@@ -10,9 +10,9 @@ function default_1(options) {
|
|
|
10
10
|
], peerDependencies: {
|
|
11
11
|
// peer dep of the icons
|
|
12
12
|
'@progress/kendo-svg-icons': '^3.0.0',
|
|
13
|
-
'@progress/kendo-angular-buttons': '17.0.0-develop.
|
|
14
|
-
'@progress/kendo-angular-progressbar': '17.0.0-develop.
|
|
15
|
-
'@progress/kendo-angular-popup': '17.0.0-develop.
|
|
13
|
+
'@progress/kendo-angular-buttons': '17.0.0-develop.6',
|
|
14
|
+
'@progress/kendo-angular-progressbar': '17.0.0-develop.6',
|
|
15
|
+
'@progress/kendo-angular-popup': '17.0.0-develop.6',
|
|
16
16
|
} });
|
|
17
17
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
18
18
|
}
|