@progress/kendo-angular-excel-export 22.0.0 → 22.0.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.
@@ -253,8 +253,8 @@ const packageMetadata = {
253
253
  productName: 'Kendo UI for Angular',
254
254
  productCode: 'KENDOUIANGULAR',
255
255
  productCodes: ['KENDOUIANGULAR'],
256
- publishDate: 1768402380,
257
- version: '22.0.0',
256
+ publishDate: 0,
257
+ version: '22.0.1',
258
258
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
259
259
  };
260
260
 
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { PackageMetadata } from '@progress/kendo-licensing';
5
+ import { type PackageMetadata } from '@progress/kendo-licensing';
6
6
  /**
7
7
  * @hidden
8
8
  */
@@ -0,0 +1,13 @@
1
+ // Generated file. DO NOT EDIT.
2
+
3
+ export const packageMetadata = {
4
+ "name": "@progress/kendo-angular-excel-export",
5
+ "productName": "Kendo UI for Angular",
6
+ "productCode": "KENDOUIANGULAR",
7
+ "productCodes": [
8
+ "KENDOUIANGULAR"
9
+ ],
10
+ "publishDate": 1768481851,
11
+ "version": "22.0.1",
12
+ "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-excel-export",
3
- "version": "22.0.0",
3
+ "version": "22.0.1",
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": 1768481851,
23
+ "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
24
+ }
19
25
  },
20
26
  "peerDependencies": {
21
27
  "@angular/animations": "19 - 21",
@@ -23,13 +29,13 @@
23
29
  "@angular/core": "19 - 21",
24
30
  "@angular/platform-browser": "19 - 21",
25
31
  "@progress/kendo-licensing": "^1.7.0",
26
- "@progress/kendo-angular-common": "22.0.0",
27
- "@progress/kendo-angular-l10n": "22.0.0",
32
+ "@progress/kendo-angular-common": "22.0.1",
33
+ "@progress/kendo-angular-l10n": "22.0.1",
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": "22.0.0",
38
+ "@progress/kendo-angular-schematics": "22.0.1",
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"