@progress/kendo-angular-upload 11.4.0-develop.8 → 11.4.0
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/esm2020/fileselect.component.mjs +2 -0
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/upload.component.mjs +2 -0
- package/fesm2015/progress-kendo-angular-upload.mjs +6 -2
- package/fesm2020/progress-kendo-angular-upload.mjs +6 -2
- package/package.json +7 -7
- package/schematics/ngAdd/index.js +3 -3
|
@@ -407,6 +407,7 @@ FileSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
407
407
|
#fileSelectButton
|
|
408
408
|
class="k-upload-button"
|
|
409
409
|
type="button"
|
|
410
|
+
role="button"
|
|
410
411
|
(click)="fileSelectInput.click()"
|
|
411
412
|
[id]="focusableId"
|
|
412
413
|
[attr.aria-label]="textFor('select')"
|
|
@@ -490,6 +491,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
490
491
|
#fileSelectButton
|
|
491
492
|
class="k-upload-button"
|
|
492
493
|
type="button"
|
|
494
|
+
role="button"
|
|
493
495
|
(click)="fileSelectInput.click()"
|
|
494
496
|
[id]="focusableId"
|
|
495
497
|
[attr.aria-label]="textFor('select')"
|
|
@@ -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: '11.4.0
|
|
12
|
+
publishDate: 1678871230,
|
|
13
|
+
version: '11.4.0',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -738,6 +738,7 @@ UploadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
738
738
|
kendoButton
|
|
739
739
|
#fileSelectButton
|
|
740
740
|
class="k-upload-button"
|
|
741
|
+
type="button"
|
|
741
742
|
role="button"
|
|
742
743
|
(click)="fileSelectInput.click()"
|
|
743
744
|
[id]="focusableId"
|
|
@@ -870,6 +871,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
870
871
|
kendoButton
|
|
871
872
|
#fileSelectButton
|
|
872
873
|
class="k-upload-button"
|
|
874
|
+
type="button"
|
|
873
875
|
role="button"
|
|
874
876
|
(click)="fileSelectInput.click()"
|
|
875
877
|
[id]="focusableId"
|
|
@@ -1513,8 +1513,8 @@ const packageMetadata = {
|
|
|
1513
1513
|
name: '@progress/kendo-angular-upload',
|
|
1514
1514
|
productName: 'Kendo UI for Angular',
|
|
1515
1515
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1516
|
-
publishDate:
|
|
1517
|
-
version: '11.4.0
|
|
1516
|
+
publishDate: 1678871230,
|
|
1517
|
+
version: '11.4.0',
|
|
1518
1518
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1519
1519
|
};
|
|
1520
1520
|
|
|
@@ -3195,6 +3195,7 @@ FileSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
3195
3195
|
#fileSelectButton
|
|
3196
3196
|
class="k-upload-button"
|
|
3197
3197
|
type="button"
|
|
3198
|
+
role="button"
|
|
3198
3199
|
(click)="fileSelectInput.click()"
|
|
3199
3200
|
[id]="focusableId"
|
|
3200
3201
|
[attr.aria-label]="textFor('select')"
|
|
@@ -3278,6 +3279,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
3278
3279
|
#fileSelectButton
|
|
3279
3280
|
class="k-upload-button"
|
|
3280
3281
|
type="button"
|
|
3282
|
+
role="button"
|
|
3281
3283
|
(click)="fileSelectInput.click()"
|
|
3282
3284
|
[id]="focusableId"
|
|
3283
3285
|
[attr.aria-label]="textFor('select')"
|
|
@@ -4318,6 +4320,7 @@ UploadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
4318
4320
|
kendoButton
|
|
4319
4321
|
#fileSelectButton
|
|
4320
4322
|
class="k-upload-button"
|
|
4323
|
+
type="button"
|
|
4321
4324
|
role="button"
|
|
4322
4325
|
(click)="fileSelectInput.click()"
|
|
4323
4326
|
[id]="focusableId"
|
|
@@ -4450,6 +4453,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4450
4453
|
kendoButton
|
|
4451
4454
|
#fileSelectButton
|
|
4452
4455
|
class="k-upload-button"
|
|
4456
|
+
type="button"
|
|
4453
4457
|
role="button"
|
|
4454
4458
|
(click)="fileSelectInput.click()"
|
|
4455
4459
|
[id]="focusableId"
|
|
@@ -1513,8 +1513,8 @@ const packageMetadata = {
|
|
|
1513
1513
|
name: '@progress/kendo-angular-upload',
|
|
1514
1514
|
productName: 'Kendo UI for Angular',
|
|
1515
1515
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1516
|
-
publishDate:
|
|
1517
|
-
version: '11.4.0
|
|
1516
|
+
publishDate: 1678871230,
|
|
1517
|
+
version: '11.4.0',
|
|
1518
1518
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1519
1519
|
};
|
|
1520
1520
|
|
|
@@ -3193,6 +3193,7 @@ FileSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
3193
3193
|
#fileSelectButton
|
|
3194
3194
|
class="k-upload-button"
|
|
3195
3195
|
type="button"
|
|
3196
|
+
role="button"
|
|
3196
3197
|
(click)="fileSelectInput.click()"
|
|
3197
3198
|
[id]="focusableId"
|
|
3198
3199
|
[attr.aria-label]="textFor('select')"
|
|
@@ -3276,6 +3277,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
3276
3277
|
#fileSelectButton
|
|
3277
3278
|
class="k-upload-button"
|
|
3278
3279
|
type="button"
|
|
3280
|
+
role="button"
|
|
3279
3281
|
(click)="fileSelectInput.click()"
|
|
3280
3282
|
[id]="focusableId"
|
|
3281
3283
|
[attr.aria-label]="textFor('select')"
|
|
@@ -4317,6 +4319,7 @@ UploadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
4317
4319
|
kendoButton
|
|
4318
4320
|
#fileSelectButton
|
|
4319
4321
|
class="k-upload-button"
|
|
4322
|
+
type="button"
|
|
4320
4323
|
role="button"
|
|
4321
4324
|
(click)="fileSelectInput.click()"
|
|
4322
4325
|
[id]="focusableId"
|
|
@@ -4449,6 +4452,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4449
4452
|
kendoButton
|
|
4450
4453
|
#fileSelectButton
|
|
4451
4454
|
class="k-upload-button"
|
|
4455
|
+
type="button"
|
|
4452
4456
|
role="button"
|
|
4453
4457
|
(click)="fileSelectInput.click()"
|
|
4454
4458
|
[id]="focusableId"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-upload",
|
|
3
|
-
"version": "11.4.0
|
|
3
|
+
"version": "11.4.0",
|
|
4
4
|
"description": "Kendo UI Angular Upload Component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
"@angular/core": "13 - 15",
|
|
24
24
|
"@angular/platform-browser": "13 - 15",
|
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-common": "11.4.0
|
|
27
|
-
"@progress/kendo-angular-l10n": "11.4.0
|
|
28
|
-
"@progress/kendo-angular-icons": "11.4.0
|
|
29
|
-
"@progress/kendo-angular-buttons": "11.4.0
|
|
30
|
-
"@progress/kendo-angular-progressbar": "11.4.0
|
|
26
|
+
"@progress/kendo-angular-common": "11.4.0",
|
|
27
|
+
"@progress/kendo-angular-l10n": "11.4.0",
|
|
28
|
+
"@progress/kendo-angular-icons": "11.4.0",
|
|
29
|
+
"@progress/kendo-angular-buttons": "11.4.0",
|
|
30
|
+
"@progress/kendo-angular-progressbar": "11.4.0",
|
|
31
31
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"tslib": "^2.3.1",
|
|
35
|
-
"@progress/kendo-angular-schematics": "11.4.0
|
|
35
|
+
"@progress/kendo-angular-schematics": "11.4.0"
|
|
36
36
|
},
|
|
37
37
|
"schematics": "./schematics/collection.json",
|
|
38
38
|
"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': '^1.0.0',
|
|
13
|
-
'@progress/kendo-angular-buttons': '11.4.0
|
|
14
|
-
'@progress/kendo-angular-progressbar': '11.4.0
|
|
15
|
-
'@progress/kendo-angular-popup': '11.4.0
|
|
13
|
+
'@progress/kendo-angular-buttons': '11.4.0',
|
|
14
|
+
'@progress/kendo-angular-progressbar': '11.4.0',
|
|
15
|
+
'@progress/kendo-angular-popup': '11.4.0',
|
|
16
16
|
} });
|
|
17
17
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
18
18
|
}
|