@progress/kendo-angular-upload 23.0.1 → 23.0.2-develop.1
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.
package/common/base.d.ts
CHANGED
|
@@ -1586,7 +1586,7 @@ const packageMetadata = {
|
|
|
1586
1586
|
productCode: 'KENDOUIANGULAR',
|
|
1587
1587
|
productCodes: ['KENDOUIANGULAR'],
|
|
1588
1588
|
publishDate: 0,
|
|
1589
|
-
version: '23.0.1',
|
|
1589
|
+
version: '23.0.2-develop.1',
|
|
1590
1590
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1591
1591
|
};
|
|
1592
1592
|
|
|
@@ -1720,7 +1720,6 @@ class UploadFileSelectBase {
|
|
|
1720
1720
|
}
|
|
1721
1721
|
/**
|
|
1722
1722
|
* Sets the `id` of the external drop zone that you want to associate with the component.
|
|
1723
|
-
*
|
|
1724
1723
|
*/
|
|
1725
1724
|
zoneId;
|
|
1726
1725
|
/**
|
|
@@ -4919,19 +4918,19 @@ class FileSelectComponent extends UploadFileSelectBase {
|
|
|
4919
4918
|
<ng-container kendoFileSelectLocalizedMessages
|
|
4920
4919
|
i18n-dropFilesHere="kendo.fileselect.dropFilesHere|The drop zone hint"
|
|
4921
4920
|
dropFilesHere="Drop files here to select"
|
|
4922
|
-
|
|
4921
|
+
|
|
4923
4922
|
i18n-invalidFileExtension="kendo.fileselect.invalidFileExtension|The text for the invalid allowed extensions restriction message"
|
|
4924
4923
|
invalidFileExtension="File type not allowed."
|
|
4925
|
-
|
|
4924
|
+
|
|
4926
4925
|
i18n-invalidMaxFileSize="kendo.fileselect.invalidMaxFileSize|The text for the invalid max file size restriction message"
|
|
4927
4926
|
invalidMaxFileSize="File size too large."
|
|
4928
|
-
|
|
4927
|
+
|
|
4929
4928
|
i18n-invalidMinFileSize="kendo.fileselect.invalidMinFileSize|The text for the invalid min file size restriction message"
|
|
4930
4929
|
invalidMinFileSize="File size too small."
|
|
4931
|
-
|
|
4930
|
+
|
|
4932
4931
|
i18n-remove="kendo.fileselect.remove|The text for the Remove button"
|
|
4933
4932
|
remove="Remove"
|
|
4934
|
-
|
|
4933
|
+
|
|
4935
4934
|
i18n-select="kendo.fileselect.select|The text for the Select button"
|
|
4936
4935
|
select="Select files..."
|
|
4937
4936
|
>
|
|
@@ -5004,19 +5003,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
5004
5003
|
<ng-container kendoFileSelectLocalizedMessages
|
|
5005
5004
|
i18n-dropFilesHere="kendo.fileselect.dropFilesHere|The drop zone hint"
|
|
5006
5005
|
dropFilesHere="Drop files here to select"
|
|
5007
|
-
|
|
5006
|
+
|
|
5008
5007
|
i18n-invalidFileExtension="kendo.fileselect.invalidFileExtension|The text for the invalid allowed extensions restriction message"
|
|
5009
5008
|
invalidFileExtension="File type not allowed."
|
|
5010
|
-
|
|
5009
|
+
|
|
5011
5010
|
i18n-invalidMaxFileSize="kendo.fileselect.invalidMaxFileSize|The text for the invalid max file size restriction message"
|
|
5012
5011
|
invalidMaxFileSize="File size too large."
|
|
5013
|
-
|
|
5012
|
+
|
|
5014
5013
|
i18n-invalidMinFileSize="kendo.fileselect.invalidMinFileSize|The text for the invalid min file size restriction message"
|
|
5015
5014
|
invalidMinFileSize="File size too small."
|
|
5016
|
-
|
|
5015
|
+
|
|
5017
5016
|
i18n-remove="kendo.fileselect.remove|The text for the Remove button"
|
|
5018
5017
|
remove="Remove"
|
|
5019
|
-
|
|
5018
|
+
|
|
5020
5019
|
i18n-select="kendo.fileselect.select|The text for the Select button"
|
|
5021
5020
|
select="Select files..."
|
|
5022
5021
|
>
|
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.0.1",
|
|
10
|
+
"publishDate": 1771334730,
|
|
11
|
+
"version": "23.0.2-develop.1",
|
|
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": "23.0.1",
|
|
3
|
+
"version": "23.0.2-develop.1",
|
|
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": 1771334730,
|
|
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.10.0",
|
|
33
|
-
"@progress/kendo-angular-common": "23.0.1",
|
|
34
|
-
"@progress/kendo-angular-l10n": "23.0.1",
|
|
35
|
-
"@progress/kendo-angular-icons": "23.0.1",
|
|
36
|
-
"@progress/kendo-angular-buttons": "23.0.1",
|
|
37
|
-
"@progress/kendo-angular-progressbar": "23.0.1",
|
|
33
|
+
"@progress/kendo-angular-common": "23.0.2-develop.1",
|
|
34
|
+
"@progress/kendo-angular-l10n": "23.0.2-develop.1",
|
|
35
|
+
"@progress/kendo-angular-icons": "23.0.2-develop.1",
|
|
36
|
+
"@progress/kendo-angular-buttons": "23.0.2-develop.1",
|
|
37
|
+
"@progress/kendo-angular-progressbar": "23.0.2-develop.1",
|
|
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": "23.0.1"
|
|
42
|
+
"@progress/kendo-angular-schematics": "23.0.2-develop.1"
|
|
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': '23.0.1',
|
|
19
|
-
'@progress/kendo-angular-progressbar': '23.0.1',
|
|
20
|
-
'@progress/kendo-angular-popup': '23.0.1',
|
|
18
|
+
'@progress/kendo-angular-buttons': '23.0.2-develop.1',
|
|
19
|
+
'@progress/kendo-angular-progressbar': '23.0.2-develop.1',
|
|
20
|
+
'@progress/kendo-angular-popup': '23.0.2-develop.1',
|
|
21
21
|
} });
|
|
22
22
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
23
23
|
}
|