@progress/kendo-angular-upload 11.0.0-develop.84 → 11.0.0-develop.86
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/package-metadata.mjs +1 -1
- package/esm2020/rendering/file-list-multiple-items.component.mjs +2 -2
- package/esm2020/rendering/file-list-single-item.component.mjs +2 -2
- package/esm2020/upload.component.mjs +2 -2
- package/fesm2015/progress-kendo-angular-upload.mjs +7 -7
- package/fesm2020/progress-kendo-angular-upload.mjs +7 -7
- package/package.json +6 -6
|
@@ -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:
|
|
12
|
+
publishDate: 1672927151,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -76,7 +76,7 @@ FileListMultipleItemsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
76
76
|
</span>
|
|
77
77
|
<span class="k-multiple-files-wrapper">
|
|
78
78
|
<ng-container *ngIf="!fileInfoTemplate">
|
|
79
|
-
<span *ngFor="let file of files" class="k-file-
|
|
79
|
+
<span *ngFor="let file of files" class="k-file-info">
|
|
80
80
|
<span [title]="file.name" class="k-file-name">
|
|
81
81
|
{{file.name}}
|
|
82
82
|
</span>
|
|
@@ -136,7 +136,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
136
136
|
</span>
|
|
137
137
|
<span class="k-multiple-files-wrapper">
|
|
138
138
|
<ng-container *ngIf="!fileInfoTemplate">
|
|
139
|
-
<span *ngFor="let file of files" class="k-file-
|
|
139
|
+
<span *ngFor="let file of files" class="k-file-info">
|
|
140
140
|
<span [title]="file.name" class="k-file-name">
|
|
141
141
|
{{file.name}}
|
|
142
142
|
</span>
|
|
@@ -72,7 +72,7 @@ FileListSingleItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
|
|
|
72
72
|
<span class="k-file-icon-wrapper">
|
|
73
73
|
<span class="k-file-icon k-icon" [ngClass]="fileGroupClass"></span>
|
|
74
74
|
</span>
|
|
75
|
-
<span class="k-file-
|
|
75
|
+
<span class="k-file-info">
|
|
76
76
|
<ng-container *ngIf="!fileInfoTemplate">
|
|
77
77
|
<span class="k-file-name" [title]="file.name">{{ file.name }}</span>
|
|
78
78
|
<span [ngClass]="{
|
|
@@ -127,7 +127,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
127
127
|
<span class="k-file-icon-wrapper">
|
|
128
128
|
<span class="k-file-icon k-icon" [ngClass]="fileGroupClass"></span>
|
|
129
129
|
</span>
|
|
130
|
-
<span class="k-file-
|
|
130
|
+
<span class="k-file-info">
|
|
131
131
|
<ng-container *ngIf="!fileInfoTemplate">
|
|
132
132
|
<span class="k-file-name" [title]="file.name">{{ file.name }}</span>
|
|
133
133
|
<span [ngClass]="{
|
|
@@ -790,7 +790,7 @@ UploadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
790
790
|
/>
|
|
791
791
|
</div>
|
|
792
792
|
<kendo-upload-status-total *ngIf="showTotalStatus"
|
|
793
|
-
class="k-upload-
|
|
793
|
+
class="k-upload-status"
|
|
794
794
|
[fileList]="fileList">
|
|
795
795
|
</kendo-upload-status-total>
|
|
796
796
|
<div class="k-dropzone-hint">{{textFor('dropFilesHere')}}</div>
|
|
@@ -922,7 +922,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
922
922
|
/>
|
|
923
923
|
</div>
|
|
924
924
|
<kendo-upload-status-total *ngIf="showTotalStatus"
|
|
925
|
-
class="k-upload-
|
|
925
|
+
class="k-upload-status"
|
|
926
926
|
[fileList]="fileList">
|
|
927
927
|
</kendo-upload-status-total>
|
|
928
928
|
<div class="k-dropzone-hint">{{textFor('dropFilesHere')}}</div>
|
|
@@ -1470,7 +1470,7 @@ const packageMetadata = {
|
|
|
1470
1470
|
name: '@progress/kendo-angular-upload',
|
|
1471
1471
|
productName: 'Kendo UI for Angular',
|
|
1472
1472
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1473
|
-
publishDate:
|
|
1473
|
+
publishDate: 1672927151,
|
|
1474
1474
|
version: '',
|
|
1475
1475
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1476
1476
|
};
|
|
@@ -1973,7 +1973,7 @@ FileListSingleItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
|
|
|
1973
1973
|
<span class="k-file-icon-wrapper">
|
|
1974
1974
|
<span class="k-file-icon k-icon" [ngClass]="fileGroupClass"></span>
|
|
1975
1975
|
</span>
|
|
1976
|
-
<span class="k-file-
|
|
1976
|
+
<span class="k-file-info">
|
|
1977
1977
|
<ng-container *ngIf="!fileInfoTemplate">
|
|
1978
1978
|
<span class="k-file-name" [title]="file.name">{{ file.name }}</span>
|
|
1979
1979
|
<span [ngClass]="{
|
|
@@ -2028,7 +2028,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2028
2028
|
<span class="k-file-icon-wrapper">
|
|
2029
2029
|
<span class="k-file-icon k-icon" [ngClass]="fileGroupClass"></span>
|
|
2030
2030
|
</span>
|
|
2031
|
-
<span class="k-file-
|
|
2031
|
+
<span class="k-file-info">
|
|
2032
2032
|
<ng-container *ngIf="!fileInfoTemplate">
|
|
2033
2033
|
<span class="k-file-name" [title]="file.name">{{ file.name }}</span>
|
|
2034
2034
|
<span [ngClass]="{
|
|
@@ -2119,7 +2119,7 @@ FileListMultipleItemsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
2119
2119
|
</span>
|
|
2120
2120
|
<span class="k-multiple-files-wrapper">
|
|
2121
2121
|
<ng-container *ngIf="!fileInfoTemplate">
|
|
2122
|
-
<span *ngFor="let file of files" class="k-file-
|
|
2122
|
+
<span *ngFor="let file of files" class="k-file-info">
|
|
2123
2123
|
<span [title]="file.name" class="k-file-name">
|
|
2124
2124
|
{{file.name}}
|
|
2125
2125
|
</span>
|
|
@@ -2179,7 +2179,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2179
2179
|
</span>
|
|
2180
2180
|
<span class="k-multiple-files-wrapper">
|
|
2181
2181
|
<ng-container *ngIf="!fileInfoTemplate">
|
|
2182
|
-
<span *ngFor="let file of files" class="k-file-
|
|
2182
|
+
<span *ngFor="let file of files" class="k-file-info">
|
|
2183
2183
|
<span [title]="file.name" class="k-file-name">
|
|
2184
2184
|
{{file.name}}
|
|
2185
2185
|
</span>
|
|
@@ -4256,7 +4256,7 @@ UploadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
4256
4256
|
/>
|
|
4257
4257
|
</div>
|
|
4258
4258
|
<kendo-upload-status-total *ngIf="showTotalStatus"
|
|
4259
|
-
class="k-upload-
|
|
4259
|
+
class="k-upload-status"
|
|
4260
4260
|
[fileList]="fileList">
|
|
4261
4261
|
</kendo-upload-status-total>
|
|
4262
4262
|
<div class="k-dropzone-hint">{{textFor('dropFilesHere')}}</div>
|
|
@@ -4388,7 +4388,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
4388
4388
|
/>
|
|
4389
4389
|
</div>
|
|
4390
4390
|
<kendo-upload-status-total *ngIf="showTotalStatus"
|
|
4391
|
-
class="k-upload-
|
|
4391
|
+
class="k-upload-status"
|
|
4392
4392
|
[fileList]="fileList">
|
|
4393
4393
|
</kendo-upload-status-total>
|
|
4394
4394
|
<div class="k-dropzone-hint">{{textFor('dropFilesHere')}}</div>
|
|
@@ -1470,7 +1470,7 @@ const packageMetadata = {
|
|
|
1470
1470
|
name: '@progress/kendo-angular-upload',
|
|
1471
1471
|
productName: 'Kendo UI for Angular',
|
|
1472
1472
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1473
|
-
publishDate:
|
|
1473
|
+
publishDate: 1672927151,
|
|
1474
1474
|
version: '',
|
|
1475
1475
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1476
1476
|
};
|
|
@@ -1973,7 +1973,7 @@ FileListSingleItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
|
|
|
1973
1973
|
<span class="k-file-icon-wrapper">
|
|
1974
1974
|
<span class="k-file-icon k-icon" [ngClass]="fileGroupClass"></span>
|
|
1975
1975
|
</span>
|
|
1976
|
-
<span class="k-file-
|
|
1976
|
+
<span class="k-file-info">
|
|
1977
1977
|
<ng-container *ngIf="!fileInfoTemplate">
|
|
1978
1978
|
<span class="k-file-name" [title]="file.name">{{ file.name }}</span>
|
|
1979
1979
|
<span [ngClass]="{
|
|
@@ -2028,7 +2028,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2028
2028
|
<span class="k-file-icon-wrapper">
|
|
2029
2029
|
<span class="k-file-icon k-icon" [ngClass]="fileGroupClass"></span>
|
|
2030
2030
|
</span>
|
|
2031
|
-
<span class="k-file-
|
|
2031
|
+
<span class="k-file-info">
|
|
2032
2032
|
<ng-container *ngIf="!fileInfoTemplate">
|
|
2033
2033
|
<span class="k-file-name" [title]="file.name">{{ file.name }}</span>
|
|
2034
2034
|
<span [ngClass]="{
|
|
@@ -2119,7 +2119,7 @@ FileListMultipleItemsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
2119
2119
|
</span>
|
|
2120
2120
|
<span class="k-multiple-files-wrapper">
|
|
2121
2121
|
<ng-container *ngIf="!fileInfoTemplate">
|
|
2122
|
-
<span *ngFor="let file of files" class="k-file-
|
|
2122
|
+
<span *ngFor="let file of files" class="k-file-info">
|
|
2123
2123
|
<span [title]="file.name" class="k-file-name">
|
|
2124
2124
|
{{file.name}}
|
|
2125
2125
|
</span>
|
|
@@ -2179,7 +2179,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2179
2179
|
</span>
|
|
2180
2180
|
<span class="k-multiple-files-wrapper">
|
|
2181
2181
|
<ng-container *ngIf="!fileInfoTemplate">
|
|
2182
|
-
<span *ngFor="let file of files" class="k-file-
|
|
2182
|
+
<span *ngFor="let file of files" class="k-file-info">
|
|
2183
2183
|
<span [title]="file.name" class="k-file-name">
|
|
2184
2184
|
{{file.name}}
|
|
2185
2185
|
</span>
|
|
@@ -4255,7 +4255,7 @@ UploadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
4255
4255
|
/>
|
|
4256
4256
|
</div>
|
|
4257
4257
|
<kendo-upload-status-total *ngIf="showTotalStatus"
|
|
4258
|
-
class="k-upload-
|
|
4258
|
+
class="k-upload-status"
|
|
4259
4259
|
[fileList]="fileList">
|
|
4260
4260
|
</kendo-upload-status-total>
|
|
4261
4261
|
<div class="k-dropzone-hint">{{textFor('dropFilesHere')}}</div>
|
|
@@ -4387,7 +4387,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
4387
4387
|
/>
|
|
4388
4388
|
</div>
|
|
4389
4389
|
<kendo-upload-status-total *ngIf="showTotalStatus"
|
|
4390
|
-
class="k-upload-
|
|
4390
|
+
class="k-upload-status"
|
|
4391
4391
|
[fileList]="fileList">
|
|
4392
4392
|
</kendo-upload-status-total>
|
|
4393
4393
|
<div class="k-dropzone-hint">{{textFor('dropFilesHere')}}</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-upload",
|
|
3
|
-
"version": "11.0.0-develop.
|
|
3
|
+
"version": "11.0.0-develop.86",
|
|
4
4
|
"description": "Kendo UI Angular Upload Component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -23,11 +23,11 @@
|
|
|
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.0.0-develop.
|
|
27
|
-
"@progress/kendo-angular-l10n": "11.0.0-develop.
|
|
28
|
-
"@progress/kendo-angular-schematics": "11.0.0-develop.
|
|
29
|
-
"@progress/kendo-angular-buttons": "11.0.0-develop.
|
|
30
|
-
"@progress/kendo-angular-progressbar": "11.0.0-develop.
|
|
26
|
+
"@progress/kendo-angular-common": "11.0.0-develop.86",
|
|
27
|
+
"@progress/kendo-angular-l10n": "11.0.0-develop.86",
|
|
28
|
+
"@progress/kendo-angular-schematics": "11.0.0-develop.86",
|
|
29
|
+
"@progress/kendo-angular-buttons": "11.0.0-develop.86",
|
|
30
|
+
"@progress/kendo-angular-progressbar": "11.0.0-develop.86",
|
|
31
31
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|