@progress/kendo-angular-upload 16.3.0-develop.9 → 16.3.1-develop.1
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.
|
@@ -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: '16.3.
|
|
12
|
+
publishDate: 1719306494,
|
|
13
|
+
version: '16.3.1-develop.1',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -85,7 +85,7 @@ export class FileListComponent {
|
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
hasDelete(item) {
|
|
88
|
-
return item.element.nativeElement.getElementsByClassName('k-
|
|
88
|
+
return item.element.nativeElement.getElementsByClassName('k-svg-i-x').length > 0;
|
|
89
89
|
}
|
|
90
90
|
ngOnDestroy() {
|
|
91
91
|
this.focusSubscription.unsubscribe();
|
|
@@ -1498,8 +1498,8 @@ const packageMetadata = {
|
|
|
1498
1498
|
name: '@progress/kendo-angular-upload',
|
|
1499
1499
|
productName: 'Kendo UI for Angular',
|
|
1500
1500
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1501
|
-
publishDate:
|
|
1502
|
-
version: '16.3.
|
|
1501
|
+
publishDate: 1719306494,
|
|
1502
|
+
version: '16.3.1-develop.1',
|
|
1503
1503
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1504
1504
|
};
|
|
1505
1505
|
|
|
@@ -2715,7 +2715,7 @@ class FileListComponent {
|
|
|
2715
2715
|
}
|
|
2716
2716
|
}
|
|
2717
2717
|
hasDelete(item) {
|
|
2718
|
-
return item.element.nativeElement.getElementsByClassName('k-
|
|
2718
|
+
return item.element.nativeElement.getElementsByClassName('k-svg-i-x').length > 0;
|
|
2719
2719
|
}
|
|
2720
2720
|
ngOnDestroy() {
|
|
2721
2721
|
this.focusSubscription.unsubscribe();
|
|
@@ -1498,8 +1498,8 @@ const packageMetadata = {
|
|
|
1498
1498
|
name: '@progress/kendo-angular-upload',
|
|
1499
1499
|
productName: 'Kendo UI for Angular',
|
|
1500
1500
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1501
|
-
publishDate:
|
|
1502
|
-
version: '16.3.
|
|
1501
|
+
publishDate: 1719306494,
|
|
1502
|
+
version: '16.3.1-develop.1',
|
|
1503
1503
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1504
1504
|
};
|
|
1505
1505
|
|
|
@@ -2713,7 +2713,7 @@ class FileListComponent {
|
|
|
2713
2713
|
}
|
|
2714
2714
|
}
|
|
2715
2715
|
hasDelete(item) {
|
|
2716
|
-
return item.element.nativeElement.getElementsByClassName('k-
|
|
2716
|
+
return item.element.nativeElement.getElementsByClassName('k-svg-i-x').length > 0;
|
|
2717
2717
|
}
|
|
2718
2718
|
ngOnDestroy() {
|
|
2719
2719
|
this.focusSubscription.unsubscribe();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-upload",
|
|
3
|
-
"version": "16.3.
|
|
3
|
+
"version": "16.3.1-develop.1",
|
|
4
4
|
"description": "Kendo UI Angular Upload Component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
"@angular/forms": "15 - 18",
|
|
25
25
|
"@angular/platform-browser": "15 - 18",
|
|
26
26
|
"@progress/kendo-licensing": "^1.0.2",
|
|
27
|
-
"@progress/kendo-angular-common": "16.3.
|
|
28
|
-
"@progress/kendo-angular-l10n": "16.3.
|
|
29
|
-
"@progress/kendo-angular-icons": "16.3.
|
|
30
|
-
"@progress/kendo-angular-buttons": "16.3.
|
|
31
|
-
"@progress/kendo-angular-progressbar": "16.3.
|
|
27
|
+
"@progress/kendo-angular-common": "16.3.1-develop.1",
|
|
28
|
+
"@progress/kendo-angular-l10n": "16.3.1-develop.1",
|
|
29
|
+
"@progress/kendo-angular-icons": "16.3.1-develop.1",
|
|
30
|
+
"@progress/kendo-angular-buttons": "16.3.1-develop.1",
|
|
31
|
+
"@progress/kendo-angular-progressbar": "16.3.1-develop.1",
|
|
32
32
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"tslib": "^2.3.1",
|
|
36
|
-
"@progress/kendo-angular-schematics": "16.3.
|
|
36
|
+
"@progress/kendo-angular-schematics": "16.3.1-develop.1"
|
|
37
37
|
},
|
|
38
38
|
"schematics": "./schematics/collection.json",
|
|
39
39
|
"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': '^3.0.0',
|
|
13
|
-
'@progress/kendo-angular-buttons': '16.3.
|
|
14
|
-
'@progress/kendo-angular-progressbar': '16.3.
|
|
15
|
-
'@progress/kendo-angular-popup': '16.3.
|
|
13
|
+
'@progress/kendo-angular-buttons': '16.3.1-develop.1',
|
|
14
|
+
'@progress/kendo-angular-progressbar': '16.3.1-develop.1',
|
|
15
|
+
'@progress/kendo-angular-popup': '16.3.1-develop.1',
|
|
16
16
|
} });
|
|
17
17
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
18
18
|
}
|