@progress/kendo-angular-upload 22.1.0-develop.1 → 22.1.0-develop.3
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/common/base.d.ts
CHANGED
|
@@ -78,11 +78,19 @@ export declare abstract class UploadFileSelectBase {
|
|
|
78
78
|
/**
|
|
79
79
|
* @hidden
|
|
80
80
|
*/
|
|
81
|
-
|
|
81
|
+
hostUploadClass: boolean;
|
|
82
|
+
/**
|
|
83
|
+
* @hidden
|
|
84
|
+
*/
|
|
85
|
+
hostUploadAsyncClass: boolean;
|
|
82
86
|
/**
|
|
83
87
|
* @hidden
|
|
84
88
|
*/
|
|
85
89
|
get hostDisabledClass(): boolean;
|
|
90
|
+
/**
|
|
91
|
+
* @hidden
|
|
92
|
+
*/
|
|
93
|
+
get hostEmptyClass(): boolean;
|
|
86
94
|
/**
|
|
87
95
|
* Fires when you navigate outside the component.
|
|
88
96
|
*/
|
|
@@ -1586,7 +1586,7 @@ const packageMetadata = {
|
|
|
1586
1586
|
productCode: 'KENDOUIANGULAR',
|
|
1587
1587
|
productCodes: ['KENDOUIANGULAR'],
|
|
1588
1588
|
publishDate: 0,
|
|
1589
|
-
version: '22.1.0-develop.
|
|
1589
|
+
version: '22.1.0-develop.3',
|
|
1590
1590
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1591
1591
|
};
|
|
1592
1592
|
|
|
@@ -1730,13 +1730,23 @@ class UploadFileSelectBase {
|
|
|
1730
1730
|
/**
|
|
1731
1731
|
* @hidden
|
|
1732
1732
|
*/
|
|
1733
|
-
|
|
1733
|
+
hostUploadClass = true;
|
|
1734
|
+
/**
|
|
1735
|
+
* @hidden
|
|
1736
|
+
*/
|
|
1737
|
+
hostUploadAsyncClass = true;
|
|
1734
1738
|
/**
|
|
1735
1739
|
* @hidden
|
|
1736
1740
|
*/
|
|
1737
1741
|
get hostDisabledClass() {
|
|
1738
1742
|
return this.disabled;
|
|
1739
1743
|
}
|
|
1744
|
+
/**
|
|
1745
|
+
* @hidden
|
|
1746
|
+
*/
|
|
1747
|
+
get hostEmptyClass() {
|
|
1748
|
+
return this.fileList.count === 0;
|
|
1749
|
+
}
|
|
1740
1750
|
/**
|
|
1741
1751
|
* Fires when you navigate outside the component.
|
|
1742
1752
|
*/
|
|
@@ -1877,7 +1887,7 @@ class UploadFileSelectBase {
|
|
|
1877
1887
|
this.blur();
|
|
1878
1888
|
}
|
|
1879
1889
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: UploadFileSelectBase, deps: [{ token: UploadService }, { token: NavigationService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1880
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: UploadFileSelectBase, isStandalone: true, 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.
|
|
1890
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: UploadFileSelectBase, isStandalone: true, 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.hostUploadClass", "class.k-upload-async": "this.hostUploadAsyncClass", "class.k-disabled": "this.hostDisabledClass", "class.k-upload-empty": "this.hostEmptyClass" } }, 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 });
|
|
1881
1891
|
}
|
|
1882
1892
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: UploadFileSelectBase, decorators: [{
|
|
1883
1893
|
type: Directive,
|
|
@@ -1907,12 +1917,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1907
1917
|
type: Input
|
|
1908
1918
|
}], focusableId: [{
|
|
1909
1919
|
type: Input
|
|
1910
|
-
}],
|
|
1920
|
+
}], hostUploadClass: [{
|
|
1911
1921
|
type: HostBinding,
|
|
1912
1922
|
args: ['class.k-upload']
|
|
1923
|
+
}], hostUploadAsyncClass: [{
|
|
1924
|
+
type: HostBinding,
|
|
1925
|
+
args: ['class.k-upload-async']
|
|
1913
1926
|
}], hostDisabledClass: [{
|
|
1914
1927
|
type: HostBinding,
|
|
1915
1928
|
args: ['class.k-disabled']
|
|
1929
|
+
}], hostEmptyClass: [{
|
|
1930
|
+
type: HostBinding,
|
|
1931
|
+
args: ['class.k-upload-empty']
|
|
1916
1932
|
}], onBlur: [{
|
|
1917
1933
|
type: Output,
|
|
1918
1934
|
args: ['blur']
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "22.1.0-develop.
|
|
10
|
+
"publishDate": 1768820261,
|
|
11
|
+
"version": "22.1.0-develop.3",
|
|
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": "22.1.0-develop.
|
|
3
|
+
"version": "22.1.0-develop.3",
|
|
4
4
|
"description": "Kendo UI Angular Upload Component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1768820261,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
"@angular/forms": "19 - 21",
|
|
31
31
|
"@angular/platform-browser": "19 - 21",
|
|
32
32
|
"@progress/kendo-licensing": "^1.7.0",
|
|
33
|
-
"@progress/kendo-angular-common": "22.1.0-develop.
|
|
34
|
-
"@progress/kendo-angular-l10n": "22.1.0-develop.
|
|
35
|
-
"@progress/kendo-angular-icons": "22.1.0-develop.
|
|
36
|
-
"@progress/kendo-angular-buttons": "22.1.0-develop.
|
|
37
|
-
"@progress/kendo-angular-progressbar": "22.1.0-develop.
|
|
33
|
+
"@progress/kendo-angular-common": "22.1.0-develop.3",
|
|
34
|
+
"@progress/kendo-angular-l10n": "22.1.0-develop.3",
|
|
35
|
+
"@progress/kendo-angular-icons": "22.1.0-develop.3",
|
|
36
|
+
"@progress/kendo-angular-buttons": "22.1.0-develop.3",
|
|
37
|
+
"@progress/kendo-angular-progressbar": "22.1.0-develop.3",
|
|
38
38
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"tslib": "^2.3.1",
|
|
42
|
-
"@progress/kendo-angular-schematics": "22.1.0-develop.
|
|
42
|
+
"@progress/kendo-angular-schematics": "22.1.0-develop.3"
|
|
43
43
|
},
|
|
44
44
|
"schematics": "./schematics/collection.json",
|
|
45
45
|
"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': '22.1.0-develop.
|
|
19
|
-
'@progress/kendo-angular-progressbar': '22.1.0-develop.
|
|
20
|
-
'@progress/kendo-angular-popup': '22.1.0-develop.
|
|
18
|
+
'@progress/kendo-angular-buttons': '22.1.0-develop.3',
|
|
19
|
+
'@progress/kendo-angular-progressbar': '22.1.0-develop.3',
|
|
20
|
+
'@progress/kendo-angular-popup': '22.1.0-develop.3',
|
|
21
21
|
} });
|
|
22
22
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
23
23
|
}
|