@progress/kendo-angular-upload 25.0.0-develop.17 → 25.0.0-develop.18
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.
|
@@ -6,7 +6,7 @@ import * as i1 from '@angular/common/http';
|
|
|
6
6
|
import { HttpHeaders, HttpRequest, HttpEventType, HttpResponse } from '@angular/common/http';
|
|
7
7
|
import * as i0 from '@angular/core';
|
|
8
8
|
import { EventEmitter, Injectable, Directive, ElementRef, Output, HostBinding, Input, ViewChild, ContentChild, Component, HostListener, ViewChildren, Inject, forwardRef, isDevMode, NgModule } from '@angular/core';
|
|
9
|
-
import { guid, isDocumentAvailable, normalizeKeys, Keys, isControlRequired, isChanged, KendoInput, KENDO_WEBMCP_HOST, ResizeBatchService } from '@progress/kendo-angular-common';
|
|
9
|
+
import { guid, isDocumentAvailable, normalizeKeys, Keys, isControlRequired, isChanged, KendoInput, KENDO_WEBMCP_HOST, provideComponentName, ResizeBatchService } from '@progress/kendo-angular-common';
|
|
10
10
|
import { fileCsvIcon, filePsdIcon, fileDiscImageIcon, fileZipIcon, fileConfigIcon, filePdfIcon, fileProgrammingIcon, fileDataIcon, filePresentationIcon, fileTxtIcon, fileImageIcon, fileVideoIcon, fileAudioIcon, fileIcon, arrowRotateCwIcon, playIcon, pauseIcon, cancelIcon, xIcon, copyIcon, checkIcon, exclamationCircleIcon, uploadIcon } from '@progress/kendo-svg-icons';
|
|
11
11
|
import { NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
12
12
|
import * as i1$1 from '@progress/kendo-angular-l10n';
|
|
@@ -1591,8 +1591,8 @@ const packageMetadata = {
|
|
|
1591
1591
|
productName: 'Kendo UI for Angular',
|
|
1592
1592
|
productCode: 'KENDOUIANGULAR',
|
|
1593
1593
|
productCodes: ['KENDOUIANGULAR'],
|
|
1594
|
-
publishDate:
|
|
1595
|
-
version: '25.0.0-develop.
|
|
1594
|
+
publishDate: 1785502153,
|
|
1595
|
+
version: '25.0.0-develop.18',
|
|
1596
1596
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1597
1597
|
};
|
|
1598
1598
|
|
|
@@ -4096,7 +4096,8 @@ class UploadComponent extends UploadFileSelectBase {
|
|
|
4096
4096
|
{
|
|
4097
4097
|
provide: KENDO_WEBMCP_HOST,
|
|
4098
4098
|
useExisting: forwardRef(() => UploadComponent)
|
|
4099
|
-
}
|
|
4099
|
+
},
|
|
4100
|
+
provideComponentName('upload')
|
|
4100
4101
|
], viewQueries: [{ propertyName: "fileSelectInput", first: true, predicate: ["fileSelectInput"], descendants: true, static: true }], exportAs: ["kendoUpload"], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
|
|
4101
4102
|
<ng-container kendoUploadLocalizedMessages
|
|
4102
4103
|
i18n-cancel="kendo.upload.cancel|The text for the Cancel button"
|
|
@@ -4236,7 +4237,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
|
|
|
4236
4237
|
{
|
|
4237
4238
|
provide: KENDO_WEBMCP_HOST,
|
|
4238
4239
|
useExisting: forwardRef(() => UploadComponent)
|
|
4239
|
-
}
|
|
4240
|
+
},
|
|
4241
|
+
provideComponentName('upload')
|
|
4240
4242
|
],
|
|
4241
4243
|
selector: 'kendo-upload',
|
|
4242
4244
|
template: `
|
|
@@ -4609,7 +4611,8 @@ class UploadDropZoneComponent extends DropZoneBase {
|
|
|
4609
4611
|
{
|
|
4610
4612
|
provide: L10N_PREFIX,
|
|
4611
4613
|
useValue: 'kendo.uploaddropzone'
|
|
4612
|
-
}
|
|
4614
|
+
},
|
|
4615
|
+
provideComponentName('uploaddropzone')
|
|
4613
4616
|
], exportAs: ["kendoUploadDropZone"], usesInheritance: true, ngImport: i0, template: `
|
|
4614
4617
|
<ng-container kendoUploadDropZoneLocalizedMessages
|
|
4615
4618
|
i18n-externalDropFilesHere='kendo.uploaddropzone.externalDropFilesHere|Sets the external drop-zone hint'
|
|
@@ -4639,7 +4642,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
|
|
|
4639
4642
|
{
|
|
4640
4643
|
provide: L10N_PREFIX,
|
|
4641
4644
|
useValue: 'kendo.uploaddropzone'
|
|
4642
|
-
}
|
|
4645
|
+
},
|
|
4646
|
+
provideComponentName('uploaddropzone')
|
|
4643
4647
|
],
|
|
4644
4648
|
selector: 'kendo-uploaddropzone',
|
|
4645
4649
|
template: `
|
|
@@ -4940,7 +4944,8 @@ class FileSelectComponent extends UploadFileSelectBase {
|
|
|
4940
4944
|
{
|
|
4941
4945
|
provide: KendoInput,
|
|
4942
4946
|
useExisting: forwardRef(() => FileSelectComponent)
|
|
4943
|
-
}
|
|
4947
|
+
},
|
|
4948
|
+
provideComponentName('fileselect')
|
|
4944
4949
|
], viewQueries: [{ propertyName: "fileSelectInput", first: true, predicate: ["fileSelectInput"], descendants: true, static: true }], exportAs: ["kendoFileSelect"], usesInheritance: true, ngImport: i0, template: `
|
|
4945
4950
|
<ng-container kendoFileSelectLocalizedMessages
|
|
4946
4951
|
i18n-dropFilesHere="kendo.fileselect.dropFilesHere|The drop zone hint"
|
|
@@ -5023,7 +5028,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
|
|
|
5023
5028
|
{
|
|
5024
5029
|
provide: KendoInput,
|
|
5025
5030
|
useExisting: forwardRef(() => FileSelectComponent)
|
|
5026
|
-
}
|
|
5031
|
+
},
|
|
5032
|
+
provideComponentName('fileselect')
|
|
5027
5033
|
],
|
|
5028
5034
|
selector: 'kendo-fileselect',
|
|
5029
5035
|
template: `
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "25.0.0-develop.
|
|
10
|
+
"publishDate": 1785502153,
|
|
11
|
+
"version": "25.0.0-develop.18",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-upload",
|
|
3
|
-
"version": "25.0.0-develop.
|
|
3
|
+
"version": "25.0.0-develop.18",
|
|
4
4
|
"description": "Kendo UI Angular Upload Component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"package": {
|
|
35
35
|
"productName": "Kendo UI for Angular",
|
|
36
36
|
"productCode": "KENDOUIANGULAR",
|
|
37
|
-
"publishDate":
|
|
37
|
+
"publishDate": 1785502153,
|
|
38
38
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
39
39
|
}
|
|
40
40
|
},
|
|
@@ -45,16 +45,16 @@
|
|
|
45
45
|
"@angular/forms": "20 - 22",
|
|
46
46
|
"@angular/platform-browser": "20 - 22",
|
|
47
47
|
"@progress/kendo-licensing": "^1.11.0",
|
|
48
|
-
"@progress/kendo-angular-common": "25.0.0-develop.
|
|
49
|
-
"@progress/kendo-angular-l10n": "25.0.0-develop.
|
|
50
|
-
"@progress/kendo-angular-icons": "25.0.0-develop.
|
|
51
|
-
"@progress/kendo-angular-buttons": "25.0.0-develop.
|
|
52
|
-
"@progress/kendo-angular-progressbar": "25.0.0-develop.
|
|
48
|
+
"@progress/kendo-angular-common": "25.0.0-develop.18",
|
|
49
|
+
"@progress/kendo-angular-l10n": "25.0.0-develop.18",
|
|
50
|
+
"@progress/kendo-angular-icons": "25.0.0-develop.18",
|
|
51
|
+
"@progress/kendo-angular-buttons": "25.0.0-develop.18",
|
|
52
|
+
"@progress/kendo-angular-progressbar": "25.0.0-develop.18",
|
|
53
53
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"tslib": "^2.3.1",
|
|
57
|
-
"@progress/kendo-angular-schematics": "25.0.0-develop.
|
|
57
|
+
"@progress/kendo-angular-schematics": "25.0.0-develop.18"
|
|
58
58
|
},
|
|
59
59
|
"schematics": "./schematics/collection.json",
|
|
60
60
|
"module": "fesm2022/progress-kendo-angular-upload.mjs",
|
|
@@ -15,9 +15,9 @@ function default_1(options) {
|
|
|
15
15
|
], peerDependencies: {
|
|
16
16
|
// peer dep of the icons
|
|
17
17
|
'@progress/kendo-svg-icons': '^4.0.0',
|
|
18
|
-
'@progress/kendo-angular-buttons': '25.0.0-develop.
|
|
19
|
-
'@progress/kendo-angular-progressbar': '25.0.0-develop.
|
|
20
|
-
'@progress/kendo-angular-popup': '25.0.0-develop.
|
|
18
|
+
'@progress/kendo-angular-buttons': '25.0.0-develop.18',
|
|
19
|
+
'@progress/kendo-angular-progressbar': '25.0.0-develop.18',
|
|
20
|
+
'@progress/kendo-angular-popup': '25.0.0-develop.18',
|
|
21
21
|
} });
|
|
22
22
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
23
23
|
}
|