@progress/kendo-angular-excel-export 18.0.0-develop.8 → 18.0.0
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.
|
@@ -8,8 +8,9 @@
|
|
|
8
8
|
export const packageMetadata = {
|
|
9
9
|
name: '@progress/kendo-angular-excel-export',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
productCode: 'KENDOUIANGULAR',
|
|
12
|
+
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
+
publishDate: 1737465064,
|
|
14
|
+
version: '18.0.0',
|
|
14
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
16
|
};
|
|
@@ -251,9 +251,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
251
251
|
const packageMetadata = {
|
|
252
252
|
name: '@progress/kendo-angular-excel-export',
|
|
253
253
|
productName: 'Kendo UI for Angular',
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
254
|
+
productCode: 'KENDOUIANGULAR',
|
|
255
|
+
productCodes: ['KENDOUIANGULAR'],
|
|
256
|
+
publishDate: 1737465064,
|
|
257
|
+
version: '18.0.0',
|
|
257
258
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
258
259
|
};
|
|
259
260
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-excel-export",
|
|
3
|
-
"version": "18.0.0
|
|
3
|
+
"version": "18.0.0",
|
|
4
4
|
"description": "Kendo UI for Angular Excel Export component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -15,7 +15,13 @@
|
|
|
15
15
|
"Kendo UI"
|
|
16
16
|
],
|
|
17
17
|
"@progress": {
|
|
18
|
-
"friendlyName": "ExcelExport"
|
|
18
|
+
"friendlyName": "ExcelExport",
|
|
19
|
+
"package": {
|
|
20
|
+
"productName": "Kendo UI for Angular",
|
|
21
|
+
"productCode": "KENDOUIANGULAR",
|
|
22
|
+
"publishDate": 1737465064,
|
|
23
|
+
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
|
+
}
|
|
19
25
|
},
|
|
20
26
|
"peerDependencies": {
|
|
21
27
|
"@angular/animations": "16 - 19",
|
|
@@ -23,13 +29,13 @@
|
|
|
23
29
|
"@angular/core": "16 - 19",
|
|
24
30
|
"@angular/platform-browser": "16 - 19",
|
|
25
31
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-common": "18.0.0
|
|
27
|
-
"@progress/kendo-angular-l10n": "18.0.0
|
|
32
|
+
"@progress/kendo-angular-common": "18.0.0",
|
|
33
|
+
"@progress/kendo-angular-l10n": "18.0.0",
|
|
28
34
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
29
35
|
},
|
|
30
36
|
"dependencies": {
|
|
31
37
|
"tslib": "^2.3.1",
|
|
32
|
-
"@progress/kendo-angular-schematics": "18.0.0
|
|
38
|
+
"@progress/kendo-angular-schematics": "18.0.0",
|
|
33
39
|
"@progress/kendo-file-saver": "^1.0.0",
|
|
34
40
|
"@progress/kendo-intl": "^3.0.0",
|
|
35
41
|
"@progress/kendo-ooxml": "^1.9.0"
|