@progress/kendo-angular-upload 13.0.0-develop.5 → 13.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.
- package/esm2020/dropzone.component.mjs +5 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/rendering/file-list-item-action-button.component.mjs +1 -1
- package/esm2020/rendering/file-list-multiple-items.component.mjs +5 -3
- package/esm2020/rendering/file-list-single-item.component.mjs +5 -3
- package/esm2020/rendering/upload-status-total.component.mjs +1 -1
- package/fesm2015/progress-kendo-angular-upload.mjs +19 -11
- package/fesm2020/progress-kendo-angular-upload.mjs +19 -11
- package/package.json +7 -7
- package/schematics/ngAdd/index.js +3 -3
|
@@ -77,6 +77,8 @@ UploadDropZoneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
77
77
|
</ng-container>
|
|
78
78
|
<div class='k-dropzone-inner' [kendoUploadDropZone]="zoneId">
|
|
79
79
|
<kendo-icon-wrapper
|
|
80
|
+
size="xxxlarge"
|
|
81
|
+
innerCssClass="k-dropzone-icon"
|
|
80
82
|
[name]="iconClasses"
|
|
81
83
|
[customFontClass]="iconClass"
|
|
82
84
|
[svgIcon]="svgIcon"
|
|
@@ -86,7 +88,7 @@ UploadDropZoneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
86
88
|
<ng-content></ng-content>
|
|
87
89
|
</span>
|
|
88
90
|
</div>
|
|
89
|
-
`, isInline: true, components: [{ type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i3.LocalizedMessagesDirective, selector: "\n [kendoUploadLocalizedMessages],\n [kendoFileSelectLocalizedMessages],\n [kendoUploadDropZoneLocalizedMessages]\n " }, { type: i4.UploadDropZoneDirective, selector: "[kendoUploadDropZone], [kendoFileSelectDropZone]", inputs: ["kendoUploadDropZone"] }] });
|
|
91
|
+
`, isInline: true, components: [{ type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i3.LocalizedMessagesDirective, selector: "\n [kendoUploadLocalizedMessages],\n [kendoFileSelectLocalizedMessages],\n [kendoUploadDropZoneLocalizedMessages]\n " }, { type: i4.UploadDropZoneDirective, selector: "[kendoUploadDropZone], [kendoFileSelectDropZone]", inputs: ["kendoUploadDropZone"] }] });
|
|
90
92
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UploadDropZoneComponent, decorators: [{
|
|
91
93
|
type: Component,
|
|
92
94
|
args: [{
|
|
@@ -106,6 +108,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
106
108
|
</ng-container>
|
|
107
109
|
<div class='k-dropzone-inner' [kendoUploadDropZone]="zoneId">
|
|
108
110
|
<kendo-icon-wrapper
|
|
111
|
+
size="xxxlarge"
|
|
112
|
+
innerCssClass="k-dropzone-icon"
|
|
109
113
|
[name]="iconClasses"
|
|
110
114
|
[customFontClass]="iconClass"
|
|
111
115
|
[svgIcon]="svgIcon"
|
|
@@ -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: '13.0.0-develop.
|
|
12
|
+
publishDate: 1685095057,
|
|
13
|
+
version: '13.0.0-develop.6',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -187,7 +187,7 @@ FileListItemActionButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion
|
|
|
187
187
|
></kendo-icon-wrapper>
|
|
188
188
|
</button>
|
|
189
189
|
</span>
|
|
190
|
-
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
190
|
+
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
191
191
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FileListItemActionButtonComponent, decorators: [{
|
|
192
192
|
type: Component,
|
|
193
193
|
args: [{
|
|
@@ -75,6 +75,7 @@ FileListMultipleItemsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
75
75
|
<span class="k-file-icon-wrapper">
|
|
76
76
|
<kendo-icon-wrapper
|
|
77
77
|
name="copy"
|
|
78
|
+
size="xxlarge"
|
|
78
79
|
[svgIcon]="copySVGIcon"
|
|
79
80
|
innerCssClass="k-file-icon"
|
|
80
81
|
>
|
|
@@ -95,7 +96,7 @@ FileListMultipleItemsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
95
96
|
<span class="k-file-summary"
|
|
96
97
|
>{{batchStatusText}}</span>
|
|
97
98
|
</ng-container>
|
|
98
|
-
<ng-container
|
|
99
|
+
<ng-container
|
|
99
100
|
*ngIf="fileInfoTemplate"
|
|
100
101
|
[ngTemplateOutlet]="fileInfoTemplate.templateRef"
|
|
101
102
|
[ngTemplateOutletContext]="{
|
|
@@ -109,7 +110,7 @@ FileListMultipleItemsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
109
110
|
[disabled]='disabled'
|
|
110
111
|
[progress]='progressComplete'>
|
|
111
112
|
</kendo-upload-file-list-item-action-button>
|
|
112
|
-
`, isInline: true, components: [{ type: i3.ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }, { type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }, { type: i5.FileListItemActionButtonComponent, selector: "kendo-upload-file-list-item-action-button", inputs: ["file", "disabled", "progress"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [
|
|
113
|
+
`, isInline: true, components: [{ type: i3.ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }, { type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: i5.FileListItemActionButtonComponent, selector: "kendo-upload-file-list-item-action-button", inputs: ["file", "disabled", "progress"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [
|
|
113
114
|
trigger('progressState', [
|
|
114
115
|
state('active', style({ opacity: 1 })),
|
|
115
116
|
state('inactive', style({ opacity: 0 })),
|
|
@@ -141,6 +142,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
141
142
|
<span class="k-file-icon-wrapper">
|
|
142
143
|
<kendo-icon-wrapper
|
|
143
144
|
name="copy"
|
|
145
|
+
size="xxlarge"
|
|
144
146
|
[svgIcon]="copySVGIcon"
|
|
145
147
|
innerCssClass="k-file-icon"
|
|
146
148
|
>
|
|
@@ -161,7 +163,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
161
163
|
<span class="k-file-summary"
|
|
162
164
|
>{{batchStatusText}}</span>
|
|
163
165
|
</ng-container>
|
|
164
|
-
<ng-container
|
|
166
|
+
<ng-container
|
|
165
167
|
*ngIf="fileInfoTemplate"
|
|
166
168
|
[ngTemplateOutlet]="fileInfoTemplate.templateRef"
|
|
167
169
|
[ngTemplateOutletContext]="{
|
|
@@ -81,8 +81,9 @@ FileListSingleItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
|
|
|
81
81
|
[label]="{ visible: false }"
|
|
82
82
|
>
|
|
83
83
|
</kendo-progressbar>
|
|
84
|
-
<span class="k-file-icon-wrapper">
|
|
84
|
+
<span class="k-file-icon-wrapper">
|
|
85
85
|
<kendo-icon-wrapper
|
|
86
|
+
size="xxlarge"
|
|
86
87
|
[name]="fileGroupClass"
|
|
87
88
|
[svgIcon]="fileSVGGroupIcon"
|
|
88
89
|
innerCssClass="k-file-icon"
|
|
@@ -110,7 +111,7 @@ FileListSingleItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
|
|
|
110
111
|
[disabled]='disabled'
|
|
111
112
|
[progress]='progressComplete'>
|
|
112
113
|
</kendo-upload-file-list-item-action-button>
|
|
113
|
-
`, isInline: true, components: [{ type: i3.ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }, { type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }, { type: i5.FileListItemActionButtonComponent, selector: "kendo-upload-file-list-item-action-button", inputs: ["file", "disabled", "progress"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [
|
|
114
|
+
`, isInline: true, components: [{ type: i3.ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }, { type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: i5.FileListItemActionButtonComponent, selector: "kendo-upload-file-list-item-action-button", inputs: ["file", "disabled", "progress"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [
|
|
114
115
|
trigger('progressState', [
|
|
115
116
|
state('active', style({ opacity: 1 })),
|
|
116
117
|
state('inactive', style({ opacity: 0 })),
|
|
@@ -139,8 +140,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
139
140
|
[label]="{ visible: false }"
|
|
140
141
|
>
|
|
141
142
|
</kendo-progressbar>
|
|
142
|
-
<span class="k-file-icon-wrapper">
|
|
143
|
+
<span class="k-file-icon-wrapper">
|
|
143
144
|
<kendo-icon-wrapper
|
|
145
|
+
size="xxlarge"
|
|
144
146
|
[name]="fileGroupClass"
|
|
145
147
|
[svgIcon]="fileSVGGroupIcon"
|
|
146
148
|
innerCssClass="k-file-icon"
|
|
@@ -70,7 +70,7 @@ UploadStatusTotalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
70
70
|
>
|
|
71
71
|
</kendo-icon-wrapper>
|
|
72
72
|
{{statusText}}
|
|
73
|
-
`, isInline: true, components: [{ type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }] });
|
|
73
|
+
`, isInline: true, components: [{ type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
74
74
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UploadStatusTotalComponent, decorators: [{
|
|
75
75
|
type: Component,
|
|
76
76
|
args: [{
|
|
@@ -1539,8 +1539,8 @@ const packageMetadata = {
|
|
|
1539
1539
|
name: '@progress/kendo-angular-upload',
|
|
1540
1540
|
productName: 'Kendo UI for Angular',
|
|
1541
1541
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1542
|
-
publishDate:
|
|
1543
|
-
version: '13.0.0-develop.
|
|
1542
|
+
publishDate: 1685095057,
|
|
1543
|
+
version: '13.0.0-develop.6',
|
|
1544
1544
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1545
1545
|
};
|
|
1546
1546
|
|
|
@@ -1890,7 +1890,7 @@ FileListItemActionButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion
|
|
|
1890
1890
|
></kendo-icon-wrapper>
|
|
1891
1891
|
</button>
|
|
1892
1892
|
</span>
|
|
1893
|
-
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
1893
|
+
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
1894
1894
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FileListItemActionButtonComponent, decorators: [{
|
|
1895
1895
|
type: Component,
|
|
1896
1896
|
args: [{
|
|
@@ -2030,8 +2030,9 @@ FileListSingleItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
|
|
|
2030
2030
|
[label]="{ visible: false }"
|
|
2031
2031
|
>
|
|
2032
2032
|
</kendo-progressbar>
|
|
2033
|
-
<span class="k-file-icon-wrapper">
|
|
2033
|
+
<span class="k-file-icon-wrapper">
|
|
2034
2034
|
<kendo-icon-wrapper
|
|
2035
|
+
size="xxlarge"
|
|
2035
2036
|
[name]="fileGroupClass"
|
|
2036
2037
|
[svgIcon]="fileSVGGroupIcon"
|
|
2037
2038
|
innerCssClass="k-file-icon"
|
|
@@ -2059,7 +2060,7 @@ FileListSingleItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
|
|
|
2059
2060
|
[disabled]='disabled'
|
|
2060
2061
|
[progress]='progressComplete'>
|
|
2061
2062
|
</kendo-upload-file-list-item-action-button>
|
|
2062
|
-
`, isInline: true, components: [{ type: i3.ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }, { type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }, { type: FileListItemActionButtonComponent, selector: "kendo-upload-file-list-item-action-button", inputs: ["file", "disabled", "progress"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [
|
|
2063
|
+
`, isInline: true, components: [{ type: i3.ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }, { type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: FileListItemActionButtonComponent, selector: "kendo-upload-file-list-item-action-button", inputs: ["file", "disabled", "progress"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [
|
|
2063
2064
|
trigger('progressState', [
|
|
2064
2065
|
state('active', style({ opacity: 1 })),
|
|
2065
2066
|
state('inactive', style({ opacity: 0 })),
|
|
@@ -2088,8 +2089,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2088
2089
|
[label]="{ visible: false }"
|
|
2089
2090
|
>
|
|
2090
2091
|
</kendo-progressbar>
|
|
2091
|
-
<span class="k-file-icon-wrapper">
|
|
2092
|
+
<span class="k-file-icon-wrapper">
|
|
2092
2093
|
<kendo-icon-wrapper
|
|
2094
|
+
size="xxlarge"
|
|
2093
2095
|
[name]="fileGroupClass"
|
|
2094
2096
|
[svgIcon]="fileSVGGroupIcon"
|
|
2095
2097
|
innerCssClass="k-file-icon"
|
|
@@ -2184,6 +2186,7 @@ FileListMultipleItemsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
2184
2186
|
<span class="k-file-icon-wrapper">
|
|
2185
2187
|
<kendo-icon-wrapper
|
|
2186
2188
|
name="copy"
|
|
2189
|
+
size="xxlarge"
|
|
2187
2190
|
[svgIcon]="copySVGIcon"
|
|
2188
2191
|
innerCssClass="k-file-icon"
|
|
2189
2192
|
>
|
|
@@ -2204,7 +2207,7 @@ FileListMultipleItemsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
2204
2207
|
<span class="k-file-summary"
|
|
2205
2208
|
>{{batchStatusText}}</span>
|
|
2206
2209
|
</ng-container>
|
|
2207
|
-
<ng-container
|
|
2210
|
+
<ng-container
|
|
2208
2211
|
*ngIf="fileInfoTemplate"
|
|
2209
2212
|
[ngTemplateOutlet]="fileInfoTemplate.templateRef"
|
|
2210
2213
|
[ngTemplateOutletContext]="{
|
|
@@ -2218,7 +2221,7 @@ FileListMultipleItemsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
2218
2221
|
[disabled]='disabled'
|
|
2219
2222
|
[progress]='progressComplete'>
|
|
2220
2223
|
</kendo-upload-file-list-item-action-button>
|
|
2221
|
-
`, isInline: true, components: [{ type: i3.ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }, { type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }, { type: FileListItemActionButtonComponent, selector: "kendo-upload-file-list-item-action-button", inputs: ["file", "disabled", "progress"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [
|
|
2224
|
+
`, isInline: true, components: [{ type: i3.ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }, { type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: FileListItemActionButtonComponent, selector: "kendo-upload-file-list-item-action-button", inputs: ["file", "disabled", "progress"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [
|
|
2222
2225
|
trigger('progressState', [
|
|
2223
2226
|
state('active', style({ opacity: 1 })),
|
|
2224
2227
|
state('inactive', style({ opacity: 0 })),
|
|
@@ -2250,6 +2253,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2250
2253
|
<span class="k-file-icon-wrapper">
|
|
2251
2254
|
<kendo-icon-wrapper
|
|
2252
2255
|
name="copy"
|
|
2256
|
+
size="xxlarge"
|
|
2253
2257
|
[svgIcon]="copySVGIcon"
|
|
2254
2258
|
innerCssClass="k-file-icon"
|
|
2255
2259
|
>
|
|
@@ -2270,7 +2274,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2270
2274
|
<span class="k-file-summary"
|
|
2271
2275
|
>{{batchStatusText}}</span>
|
|
2272
2276
|
</ng-container>
|
|
2273
|
-
<ng-container
|
|
2277
|
+
<ng-container
|
|
2274
2278
|
*ngIf="fileInfoTemplate"
|
|
2275
2279
|
[ngTemplateOutlet]="fileInfoTemplate.templateRef"
|
|
2276
2280
|
[ngTemplateOutletContext]="{
|
|
@@ -3472,7 +3476,7 @@ UploadStatusTotalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
3472
3476
|
>
|
|
3473
3477
|
</kendo-icon-wrapper>
|
|
3474
3478
|
{{statusText}}
|
|
3475
|
-
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }] });
|
|
3479
|
+
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
3476
3480
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UploadStatusTotalComponent, decorators: [{
|
|
3477
3481
|
type: Component,
|
|
3478
3482
|
args: [{
|
|
@@ -4742,6 +4746,8 @@ UploadDropZoneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
4742
4746
|
</ng-container>
|
|
4743
4747
|
<div class='k-dropzone-inner' [kendoUploadDropZone]="zoneId">
|
|
4744
4748
|
<kendo-icon-wrapper
|
|
4749
|
+
size="xxxlarge"
|
|
4750
|
+
innerCssClass="k-dropzone-icon"
|
|
4745
4751
|
[name]="iconClasses"
|
|
4746
4752
|
[customFontClass]="iconClass"
|
|
4747
4753
|
[svgIcon]="svgIcon"
|
|
@@ -4751,7 +4757,7 @@ UploadDropZoneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
4751
4757
|
<ng-content></ng-content>
|
|
4752
4758
|
</span>
|
|
4753
4759
|
</div>
|
|
4754
|
-
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: LocalizedMessagesDirective, selector: "\n [kendoUploadLocalizedMessages],\n [kendoFileSelectLocalizedMessages],\n [kendoUploadDropZoneLocalizedMessages]\n " }, { type: UploadDropZoneDirective, selector: "[kendoUploadDropZone], [kendoFileSelectDropZone]", inputs: ["kendoUploadDropZone"] }] });
|
|
4760
|
+
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: LocalizedMessagesDirective, selector: "\n [kendoUploadLocalizedMessages],\n [kendoFileSelectLocalizedMessages],\n [kendoUploadDropZoneLocalizedMessages]\n " }, { type: UploadDropZoneDirective, selector: "[kendoUploadDropZone], [kendoFileSelectDropZone]", inputs: ["kendoUploadDropZone"] }] });
|
|
4755
4761
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UploadDropZoneComponent, decorators: [{
|
|
4756
4762
|
type: Component,
|
|
4757
4763
|
args: [{
|
|
@@ -4771,6 +4777,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4771
4777
|
</ng-container>
|
|
4772
4778
|
<div class='k-dropzone-inner' [kendoUploadDropZone]="zoneId">
|
|
4773
4779
|
<kendo-icon-wrapper
|
|
4780
|
+
size="xxxlarge"
|
|
4781
|
+
innerCssClass="k-dropzone-icon"
|
|
4774
4782
|
[name]="iconClasses"
|
|
4775
4783
|
[customFontClass]="iconClass"
|
|
4776
4784
|
[svgIcon]="svgIcon"
|
|
@@ -1539,8 +1539,8 @@ const packageMetadata = {
|
|
|
1539
1539
|
name: '@progress/kendo-angular-upload',
|
|
1540
1540
|
productName: 'Kendo UI for Angular',
|
|
1541
1541
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1542
|
-
publishDate:
|
|
1543
|
-
version: '13.0.0-develop.
|
|
1542
|
+
publishDate: 1685095057,
|
|
1543
|
+
version: '13.0.0-develop.6',
|
|
1544
1544
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1545
1545
|
};
|
|
1546
1546
|
|
|
@@ -1890,7 +1890,7 @@ FileListItemActionButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion
|
|
|
1890
1890
|
></kendo-icon-wrapper>
|
|
1891
1891
|
</button>
|
|
1892
1892
|
</span>
|
|
1893
|
-
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
1893
|
+
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
1894
1894
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FileListItemActionButtonComponent, decorators: [{
|
|
1895
1895
|
type: Component,
|
|
1896
1896
|
args: [{
|
|
@@ -2030,8 +2030,9 @@ FileListSingleItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
|
|
|
2030
2030
|
[label]="{ visible: false }"
|
|
2031
2031
|
>
|
|
2032
2032
|
</kendo-progressbar>
|
|
2033
|
-
<span class="k-file-icon-wrapper">
|
|
2033
|
+
<span class="k-file-icon-wrapper">
|
|
2034
2034
|
<kendo-icon-wrapper
|
|
2035
|
+
size="xxlarge"
|
|
2035
2036
|
[name]="fileGroupClass"
|
|
2036
2037
|
[svgIcon]="fileSVGGroupIcon"
|
|
2037
2038
|
innerCssClass="k-file-icon"
|
|
@@ -2059,7 +2060,7 @@ FileListSingleItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
|
|
|
2059
2060
|
[disabled]='disabled'
|
|
2060
2061
|
[progress]='progressComplete'>
|
|
2061
2062
|
</kendo-upload-file-list-item-action-button>
|
|
2062
|
-
`, isInline: true, components: [{ type: i3.ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }, { type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }, { type: FileListItemActionButtonComponent, selector: "kendo-upload-file-list-item-action-button", inputs: ["file", "disabled", "progress"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [
|
|
2063
|
+
`, isInline: true, components: [{ type: i3.ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }, { type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: FileListItemActionButtonComponent, selector: "kendo-upload-file-list-item-action-button", inputs: ["file", "disabled", "progress"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [
|
|
2063
2064
|
trigger('progressState', [
|
|
2064
2065
|
state('active', style({ opacity: 1 })),
|
|
2065
2066
|
state('inactive', style({ opacity: 0 })),
|
|
@@ -2088,8 +2089,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2088
2089
|
[label]="{ visible: false }"
|
|
2089
2090
|
>
|
|
2090
2091
|
</kendo-progressbar>
|
|
2091
|
-
<span class="k-file-icon-wrapper">
|
|
2092
|
+
<span class="k-file-icon-wrapper">
|
|
2092
2093
|
<kendo-icon-wrapper
|
|
2094
|
+
size="xxlarge"
|
|
2093
2095
|
[name]="fileGroupClass"
|
|
2094
2096
|
[svgIcon]="fileSVGGroupIcon"
|
|
2095
2097
|
innerCssClass="k-file-icon"
|
|
@@ -2184,6 +2186,7 @@ FileListMultipleItemsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
2184
2186
|
<span class="k-file-icon-wrapper">
|
|
2185
2187
|
<kendo-icon-wrapper
|
|
2186
2188
|
name="copy"
|
|
2189
|
+
size="xxlarge"
|
|
2187
2190
|
[svgIcon]="copySVGIcon"
|
|
2188
2191
|
innerCssClass="k-file-icon"
|
|
2189
2192
|
>
|
|
@@ -2204,7 +2207,7 @@ FileListMultipleItemsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
2204
2207
|
<span class="k-file-summary"
|
|
2205
2208
|
>{{batchStatusText}}</span>
|
|
2206
2209
|
</ng-container>
|
|
2207
|
-
<ng-container
|
|
2210
|
+
<ng-container
|
|
2208
2211
|
*ngIf="fileInfoTemplate"
|
|
2209
2212
|
[ngTemplateOutlet]="fileInfoTemplate.templateRef"
|
|
2210
2213
|
[ngTemplateOutletContext]="{
|
|
@@ -2218,7 +2221,7 @@ FileListMultipleItemsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
2218
2221
|
[disabled]='disabled'
|
|
2219
2222
|
[progress]='progressComplete'>
|
|
2220
2223
|
</kendo-upload-file-list-item-action-button>
|
|
2221
|
-
`, isInline: true, components: [{ type: i3.ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }, { type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }, { type: FileListItemActionButtonComponent, selector: "kendo-upload-file-list-item-action-button", inputs: ["file", "disabled", "progress"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [
|
|
2224
|
+
`, isInline: true, components: [{ type: i3.ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }, { type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: FileListItemActionButtonComponent, selector: "kendo-upload-file-list-item-action-button", inputs: ["file", "disabled", "progress"] }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [
|
|
2222
2225
|
trigger('progressState', [
|
|
2223
2226
|
state('active', style({ opacity: 1 })),
|
|
2224
2227
|
state('inactive', style({ opacity: 0 })),
|
|
@@ -2250,6 +2253,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2250
2253
|
<span class="k-file-icon-wrapper">
|
|
2251
2254
|
<kendo-icon-wrapper
|
|
2252
2255
|
name="copy"
|
|
2256
|
+
size="xxlarge"
|
|
2253
2257
|
[svgIcon]="copySVGIcon"
|
|
2254
2258
|
innerCssClass="k-file-icon"
|
|
2255
2259
|
>
|
|
@@ -2270,7 +2274,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2270
2274
|
<span class="k-file-summary"
|
|
2271
2275
|
>{{batchStatusText}}</span>
|
|
2272
2276
|
</ng-container>
|
|
2273
|
-
<ng-container
|
|
2277
|
+
<ng-container
|
|
2274
2278
|
*ngIf="fileInfoTemplate"
|
|
2275
2279
|
[ngTemplateOutlet]="fileInfoTemplate.templateRef"
|
|
2276
2280
|
[ngTemplateOutletContext]="{
|
|
@@ -3470,7 +3474,7 @@ UploadStatusTotalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
3470
3474
|
>
|
|
3471
3475
|
</kendo-icon-wrapper>
|
|
3472
3476
|
{{statusText}}
|
|
3473
|
-
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }] });
|
|
3477
|
+
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
3474
3478
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UploadStatusTotalComponent, decorators: [{
|
|
3475
3479
|
type: Component,
|
|
3476
3480
|
args: [{
|
|
@@ -4741,6 +4745,8 @@ UploadDropZoneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
4741
4745
|
</ng-container>
|
|
4742
4746
|
<div class='k-dropzone-inner' [kendoUploadDropZone]="zoneId">
|
|
4743
4747
|
<kendo-icon-wrapper
|
|
4748
|
+
size="xxxlarge"
|
|
4749
|
+
innerCssClass="k-dropzone-icon"
|
|
4744
4750
|
[name]="iconClasses"
|
|
4745
4751
|
[customFontClass]="iconClass"
|
|
4746
4752
|
[svgIcon]="svgIcon"
|
|
@@ -4750,7 +4756,7 @@ UploadDropZoneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
4750
4756
|
<ng-content></ng-content>
|
|
4751
4757
|
</span>
|
|
4752
4758
|
</div>
|
|
4753
|
-
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: LocalizedMessagesDirective, selector: "\n [kendoUploadLocalizedMessages],\n [kendoFileSelectLocalizedMessages],\n [kendoUploadDropZoneLocalizedMessages]\n " }, { type: UploadDropZoneDirective, selector: "[kendoUploadDropZone], [kendoFileSelectDropZone]", inputs: ["kendoUploadDropZone"] }] });
|
|
4759
|
+
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: LocalizedMessagesDirective, selector: "\n [kendoUploadLocalizedMessages],\n [kendoFileSelectLocalizedMessages],\n [kendoUploadDropZoneLocalizedMessages]\n " }, { type: UploadDropZoneDirective, selector: "[kendoUploadDropZone], [kendoFileSelectDropZone]", inputs: ["kendoUploadDropZone"] }] });
|
|
4754
4760
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UploadDropZoneComponent, decorators: [{
|
|
4755
4761
|
type: Component,
|
|
4756
4762
|
args: [{
|
|
@@ -4770,6 +4776,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4770
4776
|
</ng-container>
|
|
4771
4777
|
<div class='k-dropzone-inner' [kendoUploadDropZone]="zoneId">
|
|
4772
4778
|
<kendo-icon-wrapper
|
|
4779
|
+
size="xxxlarge"
|
|
4780
|
+
innerCssClass="k-dropzone-icon"
|
|
4773
4781
|
[name]="iconClasses"
|
|
4774
4782
|
[customFontClass]="iconClass"
|
|
4775
4783
|
[svgIcon]="svgIcon"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-upload",
|
|
3
|
-
"version": "13.0.0-develop.
|
|
3
|
+
"version": "13.0.0-develop.6",
|
|
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 - 16",
|
|
24
24
|
"@angular/platform-browser": "13 - 16",
|
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-common": "13.0.0-develop.
|
|
27
|
-
"@progress/kendo-angular-l10n": "13.0.0-develop.
|
|
28
|
-
"@progress/kendo-angular-icons": "13.0.0-develop.
|
|
29
|
-
"@progress/kendo-angular-buttons": "13.0.0-develop.
|
|
30
|
-
"@progress/kendo-angular-progressbar": "13.0.0-develop.
|
|
26
|
+
"@progress/kendo-angular-common": "13.0.0-develop.6",
|
|
27
|
+
"@progress/kendo-angular-l10n": "13.0.0-develop.6",
|
|
28
|
+
"@progress/kendo-angular-icons": "13.0.0-develop.6",
|
|
29
|
+
"@progress/kendo-angular-buttons": "13.0.0-develop.6",
|
|
30
|
+
"@progress/kendo-angular-progressbar": "13.0.0-develop.6",
|
|
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": "13.0.0-develop.
|
|
35
|
+
"@progress/kendo-angular-schematics": "13.0.0-develop.6"
|
|
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': '13.0.0-develop.
|
|
14
|
-
'@progress/kendo-angular-progressbar': '13.0.0-develop.
|
|
15
|
-
'@progress/kendo-angular-popup': '13.0.0-develop.
|
|
13
|
+
'@progress/kendo-angular-buttons': '13.0.0-develop.6',
|
|
14
|
+
'@progress/kendo-angular-progressbar': '13.0.0-develop.6',
|
|
15
|
+
'@progress/kendo-angular-popup': '13.0.0-develop.6',
|
|
16
16
|
} });
|
|
17
17
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
18
18
|
}
|