@progress/kendo-angular-upload 20.1.2-develop.1 → 21.0.0-develop.2
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/esm2022/common/base.mjs +4 -4
- package/esm2022/dropzone-base.mjs +5 -5
- package/esm2022/dropzone-external.directive.mjs +4 -4
- package/esm2022/dropzone-internal.directive.mjs +4 -4
- package/esm2022/dropzone.component.mjs +4 -4
- package/esm2022/dropzone.service.mjs +3 -3
- package/esm2022/file-select.directive.mjs +4 -4
- package/esm2022/fileselect.component.mjs +5 -5
- package/esm2022/fileselect.module.mjs +4 -4
- package/esm2022/localization/custom-messages.component.mjs +4 -4
- package/esm2022/localization/localized-messages.directive.mjs +4 -4
- package/esm2022/localization/messages.mjs +3 -3
- package/esm2022/navigation.service.mjs +4 -4
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/rendering/file-list-item-action-button.component.mjs +4 -4
- package/esm2022/rendering/file-list-item-base.mjs +4 -4
- package/esm2022/rendering/file-list-item.mjs +4 -4
- package/esm2022/rendering/file-list-multiple-items.component.mjs +4 -4
- package/esm2022/rendering/file-list-single-item.component.mjs +4 -4
- package/esm2022/rendering/file-list.component.mjs +4 -4
- package/esm2022/rendering/upload-action-buttons.component.mjs +4 -4
- package/esm2022/rendering/upload-status-total.component.mjs +4 -4
- package/esm2022/templates/file-info-template.directive.mjs +4 -4
- package/esm2022/templates/file-template.directive.mjs +4 -4
- package/esm2022/upload.component.mjs +5 -5
- package/esm2022/upload.module.mjs +4 -4
- package/esm2022/upload.service.mjs +4 -4
- package/esm2022/uploads.module.mjs +4 -4
- package/events/remove-event.d.ts +1 -1
- package/events/upload-event.d.ts +1 -1
- package/fesm2022/progress-kendo-angular-upload.mjs +111 -111
- package/navigation.service.d.ts +1 -1
- package/package.json +13 -13
- package/schematics/ngAdd/index.js +4 -4
|
@@ -1335,12 +1335,12 @@ class UploadService {
|
|
|
1335
1335
|
}
|
|
1336
1336
|
return false;
|
|
1337
1337
|
}
|
|
1338
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1339
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1338
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UploadService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1339
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UploadService });
|
|
1340
1340
|
}
|
|
1341
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1341
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UploadService, decorators: [{
|
|
1342
1342
|
type: Injectable
|
|
1343
|
-
}], ctorParameters:
|
|
1343
|
+
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
1344
1344
|
|
|
1345
1345
|
/**
|
|
1346
1346
|
* @hidden
|
|
@@ -1478,12 +1478,12 @@ class NavigationService {
|
|
|
1478
1478
|
const fileCount = this.uploadService.files.count;
|
|
1479
1479
|
return this.actionButtonsVisible ? fileCount + 1 : fileCount - 1;
|
|
1480
1480
|
}
|
|
1481
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1482
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1481
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationService, deps: [{ token: UploadService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1482
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationService });
|
|
1483
1483
|
}
|
|
1484
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1484
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationService, decorators: [{
|
|
1485
1485
|
type: Injectable
|
|
1486
|
-
}], ctorParameters:
|
|
1486
|
+
}], ctorParameters: () => [{ type: UploadService }, { type: i0.NgZone }] });
|
|
1487
1487
|
|
|
1488
1488
|
const components = {};
|
|
1489
1489
|
/**
|
|
@@ -1510,10 +1510,10 @@ class DropZoneService {
|
|
|
1510
1510
|
has(id) {
|
|
1511
1511
|
return id in components;
|
|
1512
1512
|
}
|
|
1513
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1514
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1513
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropZoneService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1514
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropZoneService });
|
|
1515
1515
|
}
|
|
1516
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1516
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropZoneService, decorators: [{
|
|
1517
1517
|
type: Injectable
|
|
1518
1518
|
}] });
|
|
1519
1519
|
|
|
@@ -1582,8 +1582,8 @@ const packageMetadata = {
|
|
|
1582
1582
|
productName: 'Kendo UI for Angular',
|
|
1583
1583
|
productCode: 'KENDOUIANGULAR',
|
|
1584
1584
|
productCodes: ['KENDOUIANGULAR'],
|
|
1585
|
-
publishDate:
|
|
1586
|
-
version: '
|
|
1585
|
+
publishDate: 1761752733,
|
|
1586
|
+
version: '21.0.0-develop.2',
|
|
1587
1587
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1588
1588
|
};
|
|
1589
1589
|
|
|
@@ -1610,16 +1610,16 @@ class FileTemplateDirective {
|
|
|
1610
1610
|
constructor(templateRef) {
|
|
1611
1611
|
this.templateRef = templateRef;
|
|
1612
1612
|
}
|
|
1613
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1614
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1613
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1614
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FileTemplateDirective, isStandalone: true, selector: "[kendoUploadFileTemplate], [kendoFileSelectFileTemplate]", ngImport: i0 });
|
|
1615
1615
|
}
|
|
1616
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1616
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileTemplateDirective, decorators: [{
|
|
1617
1617
|
type: Directive,
|
|
1618
1618
|
args: [{
|
|
1619
1619
|
selector: '[kendoUploadFileTemplate], [kendoFileSelectFileTemplate]',
|
|
1620
1620
|
standalone: true
|
|
1621
1621
|
}]
|
|
1622
|
-
}], ctorParameters:
|
|
1622
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
1623
1623
|
|
|
1624
1624
|
/**
|
|
1625
1625
|
* Customizes the rendering of the file info section in the list. All other elements of the default template, such as file icon, action buttons, and upload progress, are preserved in place. ([See example](slug:templates_upload#toc-file-info-template)).
|
|
@@ -1644,16 +1644,16 @@ class FileInfoTemplateDirective {
|
|
|
1644
1644
|
constructor(templateRef) {
|
|
1645
1645
|
this.templateRef = templateRef;
|
|
1646
1646
|
}
|
|
1647
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1648
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1647
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileInfoTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1648
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FileInfoTemplateDirective, isStandalone: true, selector: "[kendoUploadFileInfoTemplate], [kendoFileSelectFileInfoTemplate]", ngImport: i0 });
|
|
1649
1649
|
}
|
|
1650
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1650
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileInfoTemplateDirective, decorators: [{
|
|
1651
1651
|
type: Directive,
|
|
1652
1652
|
args: [{
|
|
1653
1653
|
selector: '[kendoUploadFileInfoTemplate], [kendoFileSelectFileInfoTemplate]',
|
|
1654
1654
|
standalone: true
|
|
1655
1655
|
}]
|
|
1656
|
-
}], ctorParameters:
|
|
1656
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
1657
1657
|
|
|
1658
1658
|
/**
|
|
1659
1659
|
* @hidden
|
|
@@ -1873,13 +1873,13 @@ class UploadFileSelectBase {
|
|
|
1873
1873
|
blurComponent() {
|
|
1874
1874
|
this.blur();
|
|
1875
1875
|
}
|
|
1876
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1877
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1876
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UploadFileSelectBase, deps: [{ token: UploadService }, { token: NavigationService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1877
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: UploadFileSelectBase, inputs: { accept: "accept", disabled: "disabled", multiple: "multiple", showFileList: "showFileList", tabindex: "tabindex", restrictions: "restrictions", zoneId: "zoneId", focusableId: "focusableId" }, outputs: { onBlur: "blur", onFocus: "focus", select: "select", remove: "remove" }, host: { properties: { "class.k-upload": "this.hostDefaultClasses", "class.k-disabled": "this.hostDisabledClass" } }, queries: [{ propertyName: "fileTemplate", first: true, predicate: FileTemplateDirective, descendants: true }, { propertyName: "fileInfoTemplate", first: true, predicate: FileInfoTemplateDirective, descendants: true }], viewQueries: [{ propertyName: "fileSelectButton", first: true, predicate: ["fileSelectButton"], descendants: true, read: ElementRef, static: true }], ngImport: i0 });
|
|
1878
1878
|
}
|
|
1879
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1879
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UploadFileSelectBase, decorators: [{
|
|
1880
1880
|
type: Directive,
|
|
1881
1881
|
args: [{}]
|
|
1882
|
-
}], ctorParameters:
|
|
1882
|
+
}], ctorParameters: () => [{ type: UploadService }, { type: NavigationService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }, { type: i0.NgZone }], propDecorators: { fileTemplate: [{
|
|
1883
1883
|
type: ContentChild,
|
|
1884
1884
|
args: [FileTemplateDirective]
|
|
1885
1885
|
}], fileInfoTemplate: [{
|
|
@@ -1980,8 +1980,8 @@ class UploadActionButtonsComponent {
|
|
|
1980
1980
|
textFor(key) {
|
|
1981
1981
|
return this.localization.get(key);
|
|
1982
1982
|
}
|
|
1983
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1984
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1983
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UploadActionButtonsComponent, deps: [{ token: UploadService }, { token: i1$1.LocalizationService }, { token: NavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1984
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: UploadActionButtonsComponent, isStandalone: true, selector: "kendo-upload-action-buttons", inputs: { disabled: "disabled", actionsLayout: "actionsLayout" }, host: { properties: { "class.k-actions": "this.hostDefaultClass", "class.k-actions-end": "this.actionButtonsEndClassName", "class.k-actions-stretched": "this.actionButtonsStretchedClassName", "class.k-actions-start": "this.actionButtonsStartClassName", "class.k-actions-center": "this.actionButtonsCenterClassName" } }, viewQueries: [{ propertyName: "clearButton", first: true, predicate: ["clearButton"], descendants: true, static: true }, { propertyName: "uploadButton", first: true, predicate: ["uploadButton"], descendants: true, static: true }], ngImport: i0, template: `
|
|
1985
1985
|
<button #clearButton role="button" class="k-button k-button-md k-rounded-md k-button-solid k-button-solid-base k-clear-selected"
|
|
1986
1986
|
(click)="onClearButtonClick($event)">
|
|
1987
1987
|
{{textFor('clearSelectedFiles')}}
|
|
@@ -1993,7 +1993,7 @@ class UploadActionButtonsComponent {
|
|
|
1993
1993
|
</button>
|
|
1994
1994
|
`, isInline: true });
|
|
1995
1995
|
}
|
|
1996
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1996
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UploadActionButtonsComponent, decorators: [{
|
|
1997
1997
|
type: Component,
|
|
1998
1998
|
args: [{
|
|
1999
1999
|
selector: 'kendo-upload-action-buttons',
|
|
@@ -2010,7 +2010,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2010
2010
|
`,
|
|
2011
2011
|
standalone: true
|
|
2012
2012
|
}]
|
|
2013
|
-
}], ctorParameters:
|
|
2013
|
+
}], ctorParameters: () => [{ type: UploadService }, { type: i1$1.LocalizationService }, { type: NavigationService }], propDecorators: { disabled: [{
|
|
2014
2014
|
type: Input
|
|
2015
2015
|
}], actionsLayout: [{
|
|
2016
2016
|
type: Input
|
|
@@ -2093,16 +2093,16 @@ class FileListItemDirective {
|
|
|
2093
2093
|
this.navigationService.focusedIndex = this.navigationService.focusedFileIndex = this.index;
|
|
2094
2094
|
}
|
|
2095
2095
|
}
|
|
2096
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2097
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2096
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileListItemDirective, deps: [{ token: i0.ElementRef }, { token: NavigationService }, { token: UploadService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2097
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FileListItemDirective, isStandalone: true, selector: "[kendoUploadFileListItem]", inputs: { files: "files", index: "index" }, host: { listeners: { "focus": "onFocus()", "blur": "onBlur()", "click": "onClick($event)" }, properties: { "class.k-file": "this.fileClass", "attr.data-uid": "this.uidAttribute", "attr.tabIndex": "this.tabIndex", "class.k-file-error": "this.kFileError", "class.k-file-invalid": "this.kFileInvalid", "class.k-file-progress": "this.kFileProgress", "class.k-file-success": "this.kFileSuccess", "class.k-focus": "this.kStateFocused" } }, ngImport: i0 });
|
|
2098
2098
|
}
|
|
2099
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2099
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileListItemDirective, decorators: [{
|
|
2100
2100
|
type: Directive,
|
|
2101
2101
|
args: [{
|
|
2102
2102
|
selector: '[kendoUploadFileListItem]',
|
|
2103
2103
|
standalone: true
|
|
2104
2104
|
}]
|
|
2105
|
-
}], ctorParameters:
|
|
2105
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: NavigationService }, { type: UploadService }], propDecorators: { files: [{
|
|
2106
2106
|
type: Input
|
|
2107
2107
|
}], index: [{
|
|
2108
2108
|
type: Input
|
|
@@ -2177,13 +2177,13 @@ class FileListItemBase {
|
|
|
2177
2177
|
textFor(key) {
|
|
2178
2178
|
return this.localization.get(key);
|
|
2179
2179
|
}
|
|
2180
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2181
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2180
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileListItemBase, deps: [{ token: UploadService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2181
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FileListItemBase, selector: "ng-component", ngImport: i0, template: '', isInline: true });
|
|
2182
2182
|
}
|
|
2183
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2183
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileListItemBase, decorators: [{
|
|
2184
2184
|
type: Component,
|
|
2185
2185
|
args: [{ template: '' }]
|
|
2186
|
-
}], ctorParameters:
|
|
2186
|
+
}], ctorParameters: () => [{ type: UploadService }] });
|
|
2187
2187
|
|
|
2188
2188
|
/**
|
|
2189
2189
|
* @hidden
|
|
@@ -2274,8 +2274,8 @@ class FileListItemActionButtonComponent {
|
|
|
2274
2274
|
}
|
|
2275
2275
|
return true;
|
|
2276
2276
|
}
|
|
2277
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2278
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2277
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileListItemActionButtonComponent, deps: [{ token: UploadService }, { token: i1$1.LocalizationService }, { token: NavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2278
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FileListItemActionButtonComponent, isStandalone: true, selector: "kendo-upload-file-list-item-action-button", inputs: { file: "file", disabled: "disabled", progress: "progress" }, ngImport: i0, template: `
|
|
2279
2279
|
<span class="k-upload-actions">
|
|
2280
2280
|
<span class="k-upload-pct" *ngIf="isUploading || isPaused">{{progress}}%</span>
|
|
2281
2281
|
|
|
@@ -2326,7 +2326,7 @@ class FileListItemActionButtonComponent {
|
|
|
2326
2326
|
</span>
|
|
2327
2327
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
2328
2328
|
}
|
|
2329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2329
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileListItemActionButtonComponent, decorators: [{
|
|
2330
2330
|
type: Component,
|
|
2331
2331
|
args: [{
|
|
2332
2332
|
selector: 'kendo-upload-file-list-item-action-button',
|
|
@@ -2383,7 +2383,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2383
2383
|
standalone: true,
|
|
2384
2384
|
imports: [NgIf, ButtonComponent]
|
|
2385
2385
|
}]
|
|
2386
|
-
}], ctorParameters:
|
|
2386
|
+
}], ctorParameters: () => [{ type: UploadService }, { type: i1$1.LocalizationService }, { type: NavigationService }], propDecorators: { file: [{
|
|
2387
2387
|
type: Input
|
|
2388
2388
|
}], disabled: [{
|
|
2389
2389
|
type: Input
|
|
@@ -2441,8 +2441,8 @@ class FileListMultipleItemsComponent extends FileListItemBase {
|
|
|
2441
2441
|
get isUploadFailed() {
|
|
2442
2442
|
return this.files[0].state === FileState.Failed;
|
|
2443
2443
|
}
|
|
2444
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2445
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2444
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileListMultipleItemsComponent, deps: [{ token: i1$1.LocalizationService }, { token: UploadService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2445
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FileListMultipleItemsComponent, isStandalone: true, selector: "kendo-upload-file-list-multiple-items", inputs: { disabled: "disabled", files: "files", fileInfoTemplate: "fileInfoTemplate" }, usesInheritance: true, ngImport: i0, template: `
|
|
2446
2446
|
<kendo-progressbar
|
|
2447
2447
|
[@progressState]="showProgress"
|
|
2448
2448
|
[value]="progressComplete"
|
|
@@ -2497,7 +2497,7 @@ class FileListMultipleItemsComponent extends FileListItemBase {
|
|
|
2497
2497
|
])
|
|
2498
2498
|
] });
|
|
2499
2499
|
}
|
|
2500
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2500
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileListMultipleItemsComponent, decorators: [{
|
|
2501
2501
|
type: Component,
|
|
2502
2502
|
args: [{
|
|
2503
2503
|
animations: [
|
|
@@ -2559,7 +2559,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2559
2559
|
standalone: true,
|
|
2560
2560
|
imports: [ProgressBarComponent, IconWrapperComponent, NgIf, NgFor, NgClass, NgTemplateOutlet, FileListItemActionButtonComponent]
|
|
2561
2561
|
}]
|
|
2562
|
-
}], ctorParameters:
|
|
2562
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }, { type: UploadService }], propDecorators: { disabled: [{
|
|
2563
2563
|
type: Input
|
|
2564
2564
|
}], files: [{
|
|
2565
2565
|
type: Input
|
|
@@ -2616,8 +2616,8 @@ class FileListSingleItemComponent extends FileListItemBase {
|
|
|
2616
2616
|
get isNotYetUploaded() {
|
|
2617
2617
|
return !this.isUploadFailed && !this.isUploadSuccessful;
|
|
2618
2618
|
}
|
|
2619
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2620
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2619
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileListSingleItemComponent, deps: [{ token: i1$1.LocalizationService }, { token: UploadService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2620
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FileListSingleItemComponent, isStandalone: true, selector: "kendo-upload-file-list-single-item", inputs: { disabled: "disabled", file: "file", fileInfoTemplate: "fileInfoTemplate" }, usesInheritance: true, ngImport: i0, template: `
|
|
2621
2621
|
<kendo-progressbar
|
|
2622
2622
|
[@progressState]="showProgress"
|
|
2623
2623
|
[value]="progressComplete"
|
|
@@ -2664,7 +2664,7 @@ class FileListSingleItemComponent extends FileListItemBase {
|
|
|
2664
2664
|
])
|
|
2665
2665
|
] });
|
|
2666
2666
|
}
|
|
2667
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2667
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileListSingleItemComponent, decorators: [{
|
|
2668
2668
|
type: Component,
|
|
2669
2669
|
args: [{
|
|
2670
2670
|
animations: [
|
|
@@ -2718,7 +2718,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2718
2718
|
standalone: true,
|
|
2719
2719
|
imports: [ProgressBarComponent, IconWrapperComponent, NgIf, NgClass, NgTemplateOutlet, FileListItemActionButtonComponent]
|
|
2720
2720
|
}]
|
|
2721
|
-
}], ctorParameters:
|
|
2721
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }, { type: UploadService }], propDecorators: { disabled: [{
|
|
2722
2722
|
type: Input
|
|
2723
2723
|
}], file: [{
|
|
2724
2724
|
type: Input
|
|
@@ -2809,8 +2809,8 @@ class FileListComponent {
|
|
|
2809
2809
|
this.focusSubscription.unsubscribe();
|
|
2810
2810
|
this.actionSubscription.unsubscribe();
|
|
2811
2811
|
}
|
|
2812
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2813
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2812
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileListComponent, deps: [{ token: UploadService }, { token: NavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2813
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FileListComponent, isStandalone: true, selector: "[kendo-upload-file-list]", inputs: { disabled: "disabled", fileList: "fileList", fileTemplate: "fileTemplate", fileInfoTemplate: "fileInfoTemplate" }, host: { properties: { "attr.role": "this.fileListRole" } }, viewQueries: [{ propertyName: "fileListItems", predicate: FileListItemDirective, descendants: true }], ngImport: i0, template: `
|
|
2814
2814
|
<ng-template ngFor
|
|
2815
2815
|
[ngForOf]="fileList"
|
|
2816
2816
|
let-files
|
|
@@ -2838,7 +2838,7 @@ class FileListComponent {
|
|
|
2838
2838
|
</ng-template>
|
|
2839
2839
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: FileListItemDirective, selector: "[kendoUploadFileListItem]", inputs: ["files", "index"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: FileListSingleItemComponent, selector: "kendo-upload-file-list-single-item", inputs: ["disabled", "file", "fileInfoTemplate"] }, { kind: "component", type: FileListMultipleItemsComponent, selector: "kendo-upload-file-list-multiple-items", inputs: ["disabled", "files", "fileInfoTemplate"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
2840
2840
|
}
|
|
2841
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2841
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileListComponent, decorators: [{
|
|
2842
2842
|
type: Component,
|
|
2843
2843
|
args: [{
|
|
2844
2844
|
selector: '[kendo-upload-file-list]',
|
|
@@ -2872,7 +2872,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2872
2872
|
standalone: true,
|
|
2873
2873
|
imports: [NgFor, FileListItemDirective, NgIf, FileListSingleItemComponent, FileListMultipleItemsComponent, NgTemplateOutlet]
|
|
2874
2874
|
}]
|
|
2875
|
-
}], ctorParameters:
|
|
2875
|
+
}], ctorParameters: () => [{ type: UploadService }, { type: NavigationService }], propDecorators: { disabled: [{
|
|
2876
2876
|
type: Input
|
|
2877
2877
|
}], fileList: [{
|
|
2878
2878
|
type: Input
|
|
@@ -2945,8 +2945,8 @@ class UploadStatusTotalComponent {
|
|
|
2945
2945
|
: this.localization.get('headerStatusUploaded');
|
|
2946
2946
|
}
|
|
2947
2947
|
}
|
|
2948
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2949
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2948
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UploadStatusTotalComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2949
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: UploadStatusTotalComponent, isStandalone: true, selector: "kendo-upload-status-total", inputs: { fileList: "fileList" }, ngImport: i0, template: `
|
|
2950
2950
|
<kendo-icon-wrapper
|
|
2951
2951
|
[name]="iconClass"
|
|
2952
2952
|
[svgIcon]="SVGIconClass"
|
|
@@ -2955,7 +2955,7 @@ class UploadStatusTotalComponent {
|
|
|
2955
2955
|
{{statusText}}
|
|
2956
2956
|
`, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
2957
2957
|
}
|
|
2958
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2958
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UploadStatusTotalComponent, decorators: [{
|
|
2959
2959
|
type: Component,
|
|
2960
2960
|
args: [{
|
|
2961
2961
|
selector: 'kendo-upload-status-total',
|
|
@@ -2970,7 +2970,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2970
2970
|
standalone: true,
|
|
2971
2971
|
imports: [IconWrapperComponent]
|
|
2972
2972
|
}]
|
|
2973
|
-
}], ctorParameters:
|
|
2973
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }], propDecorators: { fileList: [{
|
|
2974
2974
|
type: Input
|
|
2975
2975
|
}] } });
|
|
2976
2976
|
|
|
@@ -3040,16 +3040,16 @@ class FileSelectDirective {
|
|
|
3040
3040
|
this.navigation.focusedIndex = -1;
|
|
3041
3041
|
});
|
|
3042
3042
|
}
|
|
3043
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3044
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3043
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileSelectDirective, deps: [{ token: UploadService }, { token: NavigationService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3044
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FileSelectDirective, isStandalone: true, selector: "[kendoFileSelect]", inputs: { dir: "dir", disabled: "disabled", multiple: "multiple", restrictions: "restrictions", accept: "accept", required: "required" }, host: { listeners: { "change": "onInputChange($event)" }, properties: { "attr.type": "this.type", "attr.autocomplete": "this.autocomplete", "attr.tabindex": "this.tabIndex", "attr.aria-hidden": "this.ariaHidden", "class.k-hidden": "this.classNames", "attr.name": "this.nameAttribute", "attr.multiple": "this.multipleAttribute", "attr.dir": "this.dirAttribute", "attr.disabled": "this.disabledAttribute", "attr.accept": "this.acceptAttribute", "attr.required": "this.requiredAttribute" } }, ngImport: i0 });
|
|
3045
3045
|
}
|
|
3046
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3046
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileSelectDirective, decorators: [{
|
|
3047
3047
|
type: Directive,
|
|
3048
3048
|
args: [{
|
|
3049
3049
|
selector: '[kendoFileSelect]',
|
|
3050
3050
|
standalone: true
|
|
3051
3051
|
}]
|
|
3052
|
-
}], ctorParameters:
|
|
3052
|
+
}], ctorParameters: () => [{ type: UploadService }, { type: NavigationService }, { type: i0.ElementRef }], propDecorators: { dir: [{
|
|
3053
3053
|
type: Input
|
|
3054
3054
|
}], disabled: [{
|
|
3055
3055
|
type: Input
|
|
@@ -3147,15 +3147,15 @@ class DropZoneBase {
|
|
|
3147
3147
|
removeClass(className) {
|
|
3148
3148
|
this.renderer.removeClass(this.element.nativeElement, className);
|
|
3149
3149
|
}
|
|
3150
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3151
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3150
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropZoneBase, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: 'hoverClass' }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3151
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DropZoneBase, host: { listeners: { "dragenter": "onElementDragEnterListener()", "dragover": "onElementDragOverListener()" } }, ngImport: i0 });
|
|
3152
3152
|
}
|
|
3153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropZoneBase, decorators: [{
|
|
3154
3154
|
type: Directive
|
|
3155
|
-
}], ctorParameters:
|
|
3155
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: undefined, decorators: [{
|
|
3156
3156
|
type: Inject,
|
|
3157
3157
|
args: ['hoverClass']
|
|
3158
|
-
}] }]
|
|
3158
|
+
}] }], propDecorators: { onElementDragEnterListener: [{
|
|
3159
3159
|
type: HostListener,
|
|
3160
3160
|
args: ['dragenter']
|
|
3161
3161
|
}], onElementDragOverListener: [{
|
|
@@ -3233,10 +3233,10 @@ class DropZoneInternalDirective extends DropZoneBase {
|
|
|
3233
3233
|
}
|
|
3234
3234
|
return false;
|
|
3235
3235
|
}
|
|
3236
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3237
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3236
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropZoneInternalDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: UploadService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3237
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DropZoneInternalDirective, isStandalone: true, selector: "\n [kendoUploadInternalDropZone],\n [kendoFileSelectInternalDropZone]\n ", inputs: { disabled: "disabled", multiple: "multiple", restrictions: "restrictions" }, host: { listeners: { "drop": "onDropListener($event)" }, properties: { "class.k-dropzone": "this.initialClassName", "class.k-upload-dropzone": "this.initialClassName" } }, usesInheritance: true, ngImport: i0 });
|
|
3238
3238
|
}
|
|
3239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3239
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropZoneInternalDirective, decorators: [{
|
|
3240
3240
|
type: Directive,
|
|
3241
3241
|
args: [{
|
|
3242
3242
|
selector: `
|
|
@@ -3245,7 +3245,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3245
3245
|
`,
|
|
3246
3246
|
standalone: true
|
|
3247
3247
|
}]
|
|
3248
|
-
}], ctorParameters:
|
|
3248
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: UploadService }], propDecorators: { disabled: [{
|
|
3249
3249
|
type: Input
|
|
3250
3250
|
}], multiple: [{
|
|
3251
3251
|
type: Input
|
|
@@ -3392,10 +3392,10 @@ class Messages extends ComponentMessages {
|
|
|
3392
3392
|
* @default 'Upload'
|
|
3393
3393
|
*/
|
|
3394
3394
|
uploadSelectedFiles;
|
|
3395
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3396
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3395
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
3396
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: Messages, inputs: { cancel: "cancel", clearSelectedFiles: "clearSelectedFiles", dropFilesHere: "dropFilesHere", externalDropFilesHere: "externalDropFilesHere", filesBatchStatus: "filesBatchStatus", filesBatchStatusFailed: "filesBatchStatusFailed", filesBatchStatusUploaded: "filesBatchStatusUploaded", fileStatusFailed: "fileStatusFailed", fileStatusUploaded: "fileStatusUploaded", headerStatusPaused: "headerStatusPaused", headerStatusUploaded: "headerStatusUploaded", headerStatusUploading: "headerStatusUploading", invalidFileExtension: "invalidFileExtension", invalidMaxFileSize: "invalidMaxFileSize", invalidMinFileSize: "invalidMinFileSize", pause: "pause", remove: "remove", resume: "resume", retry: "retry", select: "select", uploadSelectedFiles: "uploadSelectedFiles" }, usesInheritance: true, ngImport: i0 });
|
|
3397
3397
|
}
|
|
3398
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3398
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Messages, decorators: [{
|
|
3399
3399
|
type: Directive
|
|
3400
3400
|
}], propDecorators: { cancel: [{
|
|
3401
3401
|
type: Input
|
|
@@ -3450,15 +3450,15 @@ class LocalizedMessagesDirective extends Messages {
|
|
|
3450
3450
|
super();
|
|
3451
3451
|
this.service = service;
|
|
3452
3452
|
}
|
|
3453
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3454
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3453
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3454
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: LocalizedMessagesDirective, isStandalone: true, selector: "\n [kendoUploadLocalizedMessages],\n [kendoFileSelectLocalizedMessages],\n [kendoUploadDropZoneLocalizedMessages]\n ", providers: [
|
|
3455
3455
|
{
|
|
3456
3456
|
provide: Messages,
|
|
3457
3457
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
3458
3458
|
}
|
|
3459
3459
|
], usesInheritance: true, ngImport: i0 });
|
|
3460
3460
|
}
|
|
3461
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3461
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
|
3462
3462
|
type: Directive,
|
|
3463
3463
|
args: [{
|
|
3464
3464
|
providers: [
|
|
@@ -3474,7 +3474,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3474
3474
|
`,
|
|
3475
3475
|
standalone: true
|
|
3476
3476
|
}]
|
|
3477
|
-
}], ctorParameters:
|
|
3477
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
|
|
3478
3478
|
|
|
3479
3479
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
3480
3480
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
@@ -3726,7 +3726,7 @@ class UploadComponent extends UploadFileSelectBase {
|
|
|
3726
3726
|
direction;
|
|
3727
3727
|
wrapper;
|
|
3728
3728
|
fileListId;
|
|
3729
|
-
documentClick;
|
|
3729
|
+
documentClick;
|
|
3730
3730
|
blurSubscription;
|
|
3731
3731
|
wrapperFocusSubscription;
|
|
3732
3732
|
selectButtonFocusSubscription;
|
|
@@ -4011,8 +4011,8 @@ class UploadComponent extends UploadFileSelectBase {
|
|
|
4011
4011
|
this.uploadProgress.emit(args);
|
|
4012
4012
|
}));
|
|
4013
4013
|
}
|
|
4014
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4015
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4014
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UploadComponent, deps: [{ token: UploadService }, { token: i1$1.LocalizationService }, { token: NavigationService }, { token: DropZoneService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
4015
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: UploadComponent, isStandalone: true, selector: "kendo-upload", inputs: { autoUpload: "autoUpload", batch: "batch", withCredentials: "withCredentials", saveField: "saveField", saveHeaders: "saveHeaders", saveMethod: "saveMethod", saveUrl: "saveUrl", responseType: "responseType", removeField: "removeField", removeHeaders: "removeHeaders", removeMethod: "removeMethod", removeUrl: "removeUrl", chunkable: "chunkable", concurrent: "concurrent", showFileList: "showFileList", tabIndex: "tabIndex", actionsLayout: "actionsLayout" }, outputs: { cancel: "cancel", clear: "clear", complete: "complete", error: "error", pause: "pause", resume: "resume", success: "success", upload: "upload", uploadProgress: "uploadProgress", valueChange: "valueChange" }, host: { properties: { "attr.dir": "this.dir" } }, providers: [
|
|
4016
4016
|
LocalizationService,
|
|
4017
4017
|
NavigationService,
|
|
4018
4018
|
UploadService,
|
|
@@ -4139,7 +4139,7 @@ class UploadComponent extends UploadFileSelectBase {
|
|
|
4139
4139
|
</kendo-upload-action-buttons>
|
|
4140
4140
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "\n [kendoUploadLocalizedMessages],\n [kendoFileSelectLocalizedMessages],\n [kendoUploadDropZoneLocalizedMessages]\n " }, { kind: "directive", type: DropZoneInternalDirective, selector: "\n [kendoUploadInternalDropZone],\n [kendoFileSelectInternalDropZone]\n ", inputs: ["disabled", "multiple", "restrictions"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: FileSelectDirective, selector: "[kendoFileSelect]", inputs: ["dir", "disabled", "multiple", "restrictions", "accept", "required"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: UploadStatusTotalComponent, selector: "kendo-upload-status-total", inputs: ["fileList"] }, { kind: "component", type: FileListComponent, selector: "[kendo-upload-file-list]", inputs: ["disabled", "fileList", "fileTemplate", "fileInfoTemplate"] }, { kind: "component", type: UploadActionButtonsComponent, selector: "kendo-upload-action-buttons", inputs: ["disabled", "actionsLayout"] }] });
|
|
4141
4141
|
}
|
|
4142
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UploadComponent, decorators: [{
|
|
4143
4143
|
type: Component,
|
|
4144
4144
|
args: [{
|
|
4145
4145
|
exportAs: 'kendoUpload',
|
|
@@ -4274,7 +4274,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4274
4274
|
standalone: true,
|
|
4275
4275
|
imports: [LocalizedMessagesDirective, DropZoneInternalDirective, ButtonComponent, FileSelectDirective, NgIf, UploadStatusTotalComponent, FileListComponent, UploadActionButtonsComponent]
|
|
4276
4276
|
}]
|
|
4277
|
-
}], ctorParameters:
|
|
4277
|
+
}], ctorParameters: () => [{ type: UploadService }, { type: i1$1.LocalizationService }, { type: NavigationService }, { type: DropZoneService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.Injector }], propDecorators: { autoUpload: [{
|
|
4278
4278
|
type: Input
|
|
4279
4279
|
}], batch: [{
|
|
4280
4280
|
type: Input
|
|
@@ -4407,12 +4407,12 @@ class UploadDropZoneDirective {
|
|
|
4407
4407
|
const id = this.zoneId || this.fileSelectZoneId;
|
|
4408
4408
|
return this.dropZoneService.getComponents(id);
|
|
4409
4409
|
}
|
|
4410
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4411
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4410
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UploadDropZoneDirective, deps: [{ token: DropZoneService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4411
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: UploadDropZoneDirective, isStandalone: true, selector: "[kendoUploadDropZone], [kendoFileSelectDropZone]", inputs: { zoneId: ["kendoUploadDropZone", "zoneId"], fileSelectZoneId: ["kendoFileSelectDropZone", "fileSelectZoneId"] }, host: { listeners: { "dragenter": "onElementDragEnter()", "dragover": "onElementDragOver()", "drop": "onDropListener($event)" } }, providers: [
|
|
4412
4412
|
DropZoneService
|
|
4413
4413
|
], ngImport: i0 });
|
|
4414
4414
|
}
|
|
4415
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4415
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UploadDropZoneDirective, decorators: [{
|
|
4416
4416
|
type: Directive,
|
|
4417
4417
|
args: [{
|
|
4418
4418
|
providers: [
|
|
@@ -4421,7 +4421,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4421
4421
|
selector: '[kendoUploadDropZone], [kendoFileSelectDropZone]',
|
|
4422
4422
|
standalone: true
|
|
4423
4423
|
}]
|
|
4424
|
-
}], ctorParameters:
|
|
4424
|
+
}], ctorParameters: () => [{ type: DropZoneService }], propDecorators: { zoneId: [{
|
|
4425
4425
|
type: Input,
|
|
4426
4426
|
args: ['kendoUploadDropZone']
|
|
4427
4427
|
}], fileSelectZoneId: [{
|
|
@@ -4518,8 +4518,8 @@ class UploadDropZoneComponent extends DropZoneBase {
|
|
|
4518
4518
|
this.localizationChangeSubscription.unsubscribe();
|
|
4519
4519
|
}
|
|
4520
4520
|
}
|
|
4521
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4522
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4521
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UploadDropZoneComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4522
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: UploadDropZoneComponent, isStandalone: true, selector: "kendo-uploaddropzone", inputs: { zoneId: "zoneId", icon: "icon", iconClass: "iconClass", svgIcon: "svgIcon" }, host: { properties: { "class.k-external-dropzone": "this.hostClass", "attr.dir": "this.dirAttribute" } }, providers: [
|
|
4523
4523
|
LocalizationService,
|
|
4524
4524
|
{
|
|
4525
4525
|
provide: L10N_PREFIX,
|
|
@@ -4545,7 +4545,7 @@ class UploadDropZoneComponent extends DropZoneBase {
|
|
|
4545
4545
|
</div>
|
|
4546
4546
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "\n [kendoUploadLocalizedMessages],\n [kendoFileSelectLocalizedMessages],\n [kendoUploadDropZoneLocalizedMessages]\n " }, { kind: "directive", type: UploadDropZoneDirective, selector: "[kendoUploadDropZone], [kendoFileSelectDropZone]", inputs: ["kendoUploadDropZone", "kendoFileSelectDropZone"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
4547
4547
|
}
|
|
4548
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UploadDropZoneComponent, decorators: [{
|
|
4549
4549
|
type: Component,
|
|
4550
4550
|
args: [{
|
|
4551
4551
|
exportAs: 'kendoUploadDropZone',
|
|
@@ -4579,7 +4579,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4579
4579
|
standalone: true,
|
|
4580
4580
|
imports: [LocalizedMessagesDirective, UploadDropZoneDirective, IconWrapperComponent]
|
|
4581
4581
|
}]
|
|
4582
|
-
}], ctorParameters:
|
|
4582
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1$1.LocalizationService }], propDecorators: { hostClass: [{
|
|
4583
4583
|
type: HostBinding,
|
|
4584
4584
|
args: ['class.k-external-dropzone']
|
|
4585
4585
|
}], dirAttribute: [{
|
|
@@ -4652,7 +4652,7 @@ class FileSelectComponent extends UploadFileSelectBase {
|
|
|
4652
4652
|
direction;
|
|
4653
4653
|
wrapper;
|
|
4654
4654
|
fileListId;
|
|
4655
|
-
documentClick;
|
|
4655
|
+
documentClick;
|
|
4656
4656
|
blurSubscription;
|
|
4657
4657
|
wrapperFocusSubscription;
|
|
4658
4658
|
selectButtonFocusSubscription;
|
|
@@ -4841,8 +4841,8 @@ class FileSelectComponent extends UploadFileSelectBase {
|
|
|
4841
4841
|
this.uploadService.async.autoUpload = false;
|
|
4842
4842
|
this.uploadService.component = 'FileSelect';
|
|
4843
4843
|
}
|
|
4844
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4845
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4844
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileSelectComponent, deps: [{ token: UploadService }, { token: i1$1.LocalizationService }, { token: NavigationService }, { token: DropZoneService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
4845
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FileSelectComponent, isStandalone: true, selector: "kendo-fileselect", inputs: { name: "name" }, outputs: { valueChange: "valueChange" }, host: { properties: { "attr.dir": "this.dir" } }, providers: [
|
|
4846
4846
|
LocalizationService,
|
|
4847
4847
|
NavigationService,
|
|
4848
4848
|
UploadService,
|
|
@@ -4920,7 +4920,7 @@ class FileSelectComponent extends UploadFileSelectBase {
|
|
|
4920
4920
|
</ul>
|
|
4921
4921
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "\n [kendoUploadLocalizedMessages],\n [kendoFileSelectLocalizedMessages],\n [kendoUploadDropZoneLocalizedMessages]\n " }, { kind: "directive", type: DropZoneInternalDirective, selector: "\n [kendoUploadInternalDropZone],\n [kendoFileSelectInternalDropZone]\n ", inputs: ["disabled", "multiple", "restrictions"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: FileSelectDirective, selector: "[kendoFileSelect]", inputs: ["dir", "disabled", "multiple", "restrictions", "accept", "required"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: FileListComponent, selector: "[kendo-upload-file-list]", inputs: ["disabled", "fileList", "fileTemplate", "fileInfoTemplate"] }] });
|
|
4922
4922
|
}
|
|
4923
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4923
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileSelectComponent, decorators: [{
|
|
4924
4924
|
type: Component,
|
|
4925
4925
|
args: [{
|
|
4926
4926
|
exportAs: 'kendoFileSelect',
|
|
@@ -5006,7 +5006,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
5006
5006
|
standalone: true,
|
|
5007
5007
|
imports: [LocalizedMessagesDirective, DropZoneInternalDirective, ButtonComponent, FileSelectDirective, NgIf, FileListComponent]
|
|
5008
5008
|
}]
|
|
5009
|
-
}], ctorParameters:
|
|
5009
|
+
}], ctorParameters: () => [{ type: UploadService }, { type: i1$1.LocalizationService }, { type: NavigationService }, { type: DropZoneService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.Injector }], propDecorators: { fileSelectInput: [{
|
|
5010
5010
|
type: ViewChild,
|
|
5011
5011
|
args: ['fileSelectInput', { static: true }]
|
|
5012
5012
|
}], dir: [{
|
|
@@ -5057,15 +5057,15 @@ class CustomMessagesComponent extends Messages {
|
|
|
5057
5057
|
super();
|
|
5058
5058
|
this.service = service;
|
|
5059
5059
|
}
|
|
5060
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5061
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
5060
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5061
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-upload-messages, kendo-fileselect-messages, kendo-uploaddropzone-messages", providers: [
|
|
5062
5062
|
{
|
|
5063
5063
|
provide: Messages,
|
|
5064
5064
|
useExisting: forwardRef(() => CustomMessagesComponent)
|
|
5065
5065
|
}
|
|
5066
5066
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
5067
5067
|
}
|
|
5068
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5068
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CustomMessagesComponent, decorators: [{
|
|
5069
5069
|
type: Component,
|
|
5070
5070
|
args: [{
|
|
5071
5071
|
providers: [
|
|
@@ -5078,7 +5078,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
5078
5078
|
template: ``,
|
|
5079
5079
|
standalone: true
|
|
5080
5080
|
}]
|
|
5081
|
-
}], ctorParameters:
|
|
5081
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
|
|
5082
5082
|
|
|
5083
5083
|
/**
|
|
5084
5084
|
* Use the `KENDO_FILESELECT` utility array to add all FileSelect-related components and directives to a standalone Angular component.
|
|
@@ -5162,15 +5162,15 @@ const KENDO_UPLOADS = [
|
|
|
5162
5162
|
* Represents the [NgModule](https://angular.io/api/core/NgModule) definition for the FileSelect component.
|
|
5163
5163
|
*/
|
|
5164
5164
|
class FileSelectModule {
|
|
5165
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5166
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
5167
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
5165
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5166
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: FileSelectModule, imports: [FileSelectComponent, FileTemplateDirective, FileInfoTemplateDirective, CustomMessagesComponent, UploadDropZoneDirective, UploadDropZoneComponent], exports: [FileSelectComponent, FileTemplateDirective, FileInfoTemplateDirective, CustomMessagesComponent, UploadDropZoneDirective, UploadDropZoneComponent] });
|
|
5167
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileSelectModule, providers: [
|
|
5168
5168
|
IconsService,
|
|
5169
5169
|
PopupService,
|
|
5170
5170
|
ResizeBatchService
|
|
5171
5171
|
], imports: [FileSelectComponent, UploadDropZoneComponent] });
|
|
5172
5172
|
}
|
|
5173
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5173
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FileSelectModule, decorators: [{
|
|
5174
5174
|
type: NgModule,
|
|
5175
5175
|
args: [{
|
|
5176
5176
|
exports: [...KENDO_FILESELECT],
|
|
@@ -5188,15 +5188,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
5188
5188
|
* Represents the [NgModule](https://angular.io/api/core/NgModule) definition for the Upload component.
|
|
5189
5189
|
*/
|
|
5190
5190
|
class UploadModule {
|
|
5191
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5192
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
5193
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
5191
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UploadModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5192
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: UploadModule, imports: [UploadComponent, UploadActionButtonsComponent, UploadStatusTotalComponent, FileTemplateDirective, FileInfoTemplateDirective, CustomMessagesComponent, UploadDropZoneDirective, UploadDropZoneComponent], exports: [UploadComponent, UploadActionButtonsComponent, UploadStatusTotalComponent, FileTemplateDirective, FileInfoTemplateDirective, CustomMessagesComponent, UploadDropZoneDirective, UploadDropZoneComponent] });
|
|
5193
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UploadModule, providers: [
|
|
5194
5194
|
IconsService,
|
|
5195
5195
|
PopupService,
|
|
5196
5196
|
ResizeBatchService
|
|
5197
5197
|
], imports: [UploadComponent, UploadStatusTotalComponent, UploadDropZoneComponent] });
|
|
5198
5198
|
}
|
|
5199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UploadModule, decorators: [{
|
|
5200
5200
|
type: NgModule,
|
|
5201
5201
|
args: [{
|
|
5202
5202
|
exports: [...KENDO_UPLOAD],
|
|
@@ -5236,15 +5236,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
5236
5236
|
* ```
|
|
5237
5237
|
*/
|
|
5238
5238
|
class UploadsModule {
|
|
5239
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5240
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
5241
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
5239
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UploadsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5240
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: UploadsModule, imports: [FileSelectComponent, FileTemplateDirective, FileInfoTemplateDirective, CustomMessagesComponent, UploadDropZoneDirective, UploadDropZoneComponent, UploadComponent, UploadActionButtonsComponent, UploadStatusTotalComponent, FileTemplateDirective, FileInfoTemplateDirective, CustomMessagesComponent, UploadDropZoneDirective, UploadDropZoneComponent], exports: [FileSelectComponent, FileTemplateDirective, FileInfoTemplateDirective, CustomMessagesComponent, UploadDropZoneDirective, UploadDropZoneComponent, UploadComponent, UploadActionButtonsComponent, UploadStatusTotalComponent, FileTemplateDirective, FileInfoTemplateDirective, CustomMessagesComponent, UploadDropZoneDirective, UploadDropZoneComponent] });
|
|
5241
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UploadsModule, providers: [
|
|
5242
5242
|
IconsService,
|
|
5243
5243
|
PopupService,
|
|
5244
5244
|
ResizeBatchService
|
|
5245
5245
|
], imports: [FileSelectComponent, UploadDropZoneComponent, UploadComponent, UploadStatusTotalComponent, UploadDropZoneComponent] });
|
|
5246
5246
|
}
|
|
5247
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5247
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UploadsModule, decorators: [{
|
|
5248
5248
|
type: NgModule,
|
|
5249
5249
|
args: [{
|
|
5250
5250
|
exports: [...KENDO_UPLOADS],
|