@progress/kendo-angular-excel-export 22.1.0-develop.9 → 23.0.0-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.
- package/columns/column-base.d.ts +2 -2
- package/columns/column.component.d.ts +4 -4
- package/columns/footer-template.directive.d.ts +1 -1
- package/columns/group-footer-template.directive.d.ts +1 -1
- package/columns/group-header-column-template.directive.d.ts +1 -1
- package/columns/group-header-template.directive.d.ts +1 -1
- package/excel-export-data.d.ts +2 -2
- package/excel-export.component.d.ts +9 -9
- package/fesm2022/progress-kendo-angular-excel-export.mjs +20 -20
- package/package-metadata.mjs +2 -2
- package/package.json +5 -5
package/columns/column-base.d.ts
CHANGED
|
@@ -19,13 +19,13 @@ export declare class ColumnBase {
|
|
|
19
19
|
*/
|
|
20
20
|
width: number;
|
|
21
21
|
/**
|
|
22
|
-
* Toggles the locked (frozen) state of the column ([see example](
|
|
22
|
+
* Toggles the locked (frozen) state of the column ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/columns#locked-state)).
|
|
23
23
|
*
|
|
24
24
|
* @default false
|
|
25
25
|
*/
|
|
26
26
|
locked: boolean;
|
|
27
27
|
/**
|
|
28
|
-
* Sets the visibility of the column ([see example](
|
|
28
|
+
* Sets the visibility of the column ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/columns#hidden-state)).
|
|
29
29
|
*
|
|
30
30
|
* @default false
|
|
31
31
|
*/
|
|
@@ -25,22 +25,22 @@ export declare class ColumnComponent extends ColumnBase {
|
|
|
25
25
|
field: string;
|
|
26
26
|
/**
|
|
27
27
|
* Specifies options for the column's data cells
|
|
28
|
-
* ([see example](
|
|
28
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/cells#data-cells)).
|
|
29
29
|
*/
|
|
30
30
|
cellOptions: CellOptions;
|
|
31
31
|
/**
|
|
32
32
|
* Specifies options for the group header cells of the column
|
|
33
|
-
* ([see example](
|
|
33
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/cells#header-cells)).
|
|
34
34
|
*/
|
|
35
35
|
groupHeaderCellOptions: CellOptions;
|
|
36
36
|
/**
|
|
37
37
|
* Specifies options for the group footer cells of the column
|
|
38
|
-
* ([see example](
|
|
38
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/cells#group-footer-cells)).
|
|
39
39
|
*/
|
|
40
40
|
groupFooterCellOptions: CellOptions;
|
|
41
41
|
/**
|
|
42
42
|
* Specifies options for the footer cell of the column
|
|
43
|
-
* ([see example](
|
|
43
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/cells#footer-cells)).
|
|
44
44
|
*/
|
|
45
45
|
footerCellOptions: CellOptions;
|
|
46
46
|
/**
|
|
@@ -6,7 +6,7 @@ import { TemplateRef } from '@angular/core';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Represents the footer cell template of the Excel Export column component
|
|
9
|
-
* ([see example](
|
|
9
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/columns#footer-template)).
|
|
10
10
|
* Use this directive to customize the footer cell of a column.
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
@@ -6,7 +6,7 @@ import { TemplateRef } from '@angular/core';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Represents the group footer cell template of the Excel Export column component
|
|
9
|
-
* ([see example](
|
|
9
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/columns#group-footer-template)).
|
|
10
10
|
* Use this directive to customize the group footer cell of a column.
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
@@ -6,7 +6,7 @@ import { TemplateRef } from '@angular/core';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Represents the group header column template of the Excel Export column component
|
|
9
|
-
* ([see example](
|
|
9
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/columns#group-header-column-template)).
|
|
10
10
|
* Use this directive to customize the group header column.
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
@@ -6,7 +6,7 @@ import { TemplateRef } from '@angular/core';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Represents the group header cell template of the Excel Export column component
|
|
9
|
-
* ([see example](
|
|
9
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/columns#group-header-template)).
|
|
10
10
|
* Use this directive to customize the content of the group header item.
|
|
11
11
|
*
|
|
12
12
|
* @example
|
package/excel-export-data.d.ts
CHANGED
|
@@ -11,13 +11,13 @@ export interface ExcelExportData {
|
|
|
11
11
|
/**
|
|
12
12
|
* Specifies the exported data.
|
|
13
13
|
* When the data is grouped, structure it as described by the
|
|
14
|
-
* [`GroupResult`](
|
|
14
|
+
* [`GroupResult`](https://www.telerik.com/kendo-angular-ui/components/data-query/api/groupresult) option of the Kendo UI Data Query component.
|
|
15
15
|
*/
|
|
16
16
|
data?: any[];
|
|
17
17
|
/**
|
|
18
18
|
* Specifies the exported data groups.
|
|
19
19
|
* The groups must match the
|
|
20
|
-
* [`GroupDescriptor`](
|
|
20
|
+
* [`GroupDescriptor`](https://www.telerik.com/kendo-angular-ui/components/data-query/api/groupdescriptor) option of the Kendo UI Data Query component.
|
|
21
21
|
*/
|
|
22
22
|
group?: any[];
|
|
23
23
|
}
|
|
@@ -10,7 +10,7 @@ import { ColumnBase } from './columns/column-base';
|
|
|
10
10
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
/**
|
|
13
|
-
* Represents the [Kendo UI Excel Export component for Angular](
|
|
13
|
+
* Represents the [Kendo UI Excel Export component for Angular](https://www.telerik.com/kendo-angular-ui/components/excel-export).
|
|
14
14
|
* Use this component to export data to Excel format.
|
|
15
15
|
*
|
|
16
16
|
* @example
|
|
@@ -35,7 +35,7 @@ export declare class ExcelExportComponent {
|
|
|
35
35
|
fileName: string;
|
|
36
36
|
/**
|
|
37
37
|
* Determines whether to enable column filtering in the exported Excel file
|
|
38
|
-
* ([see example](
|
|
38
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/filtering)).
|
|
39
39
|
*/
|
|
40
40
|
filterable: boolean;
|
|
41
41
|
/**
|
|
@@ -73,25 +73,25 @@ export declare class ExcelExportComponent {
|
|
|
73
73
|
/**
|
|
74
74
|
* Specifies the data to export.
|
|
75
75
|
* When the data is grouped, structure it as described by the
|
|
76
|
-
* [`GroupResult`](
|
|
76
|
+
* [`GroupResult`](https://www.telerik.com/kendo-angular-ui/components/data-query/api/groupresult) option of the Kendo UI Data Query component.
|
|
77
77
|
*/
|
|
78
78
|
data: any[];
|
|
79
79
|
/**
|
|
80
80
|
* Specifies the exported data groups.
|
|
81
81
|
* The groups must match the
|
|
82
|
-
* [`GroupDescriptor`](
|
|
82
|
+
* [`GroupDescriptor`](https://www.telerik.com/kendo-angular-ui/components/data-query/api/groupdescriptor) option of the Kendo UI Data Query component.
|
|
83
83
|
*/
|
|
84
84
|
group: any[];
|
|
85
85
|
/**
|
|
86
86
|
* Specifies the options for cells inserted before data, group, and footer cells
|
|
87
87
|
* to show group hierarchy when the data is grouped
|
|
88
|
-
* ([see example](
|
|
88
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/cells#padding-cells)).
|
|
89
89
|
*/
|
|
90
90
|
paddingCellOptions: CellOptions;
|
|
91
91
|
/**
|
|
92
92
|
* Specifies the options for cells inserted before header cells
|
|
93
93
|
* to align headers and column values when the data is grouped
|
|
94
|
-
* ([see example](
|
|
94
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/cells#header-padding-cells)).
|
|
95
95
|
*/
|
|
96
96
|
headerPaddingCellOptions: CellOptions;
|
|
97
97
|
/**
|
|
@@ -102,11 +102,11 @@ export declare class ExcelExportComponent {
|
|
|
102
102
|
/**
|
|
103
103
|
* Exports the data to Excel.
|
|
104
104
|
*
|
|
105
|
-
* @param exportData - Optional. The data to export or [`WorkbookOptions`](
|
|
105
|
+
* @param exportData - Optional. The data to export or [`WorkbookOptions`](https://www.telerik.com/kendo-angular-ui/components/excel-export/api/workbookoptions).
|
|
106
106
|
*/
|
|
107
107
|
save(exportData?: any[] | ExcelExportData | WorkbookOptions): void;
|
|
108
108
|
/**
|
|
109
|
-
* Returns [`WorkbookOptions`](
|
|
109
|
+
* Returns [`WorkbookOptions`](https://www.telerik.com/kendo-angular-ui/components/excel-export/api/workbookoptions) based on the specified columns and data.
|
|
110
110
|
* Use this method to customize the workbook options.
|
|
111
111
|
*
|
|
112
112
|
* @param exportData - Optional. The data to export.
|
|
@@ -117,7 +117,7 @@ export declare class ExcelExportComponent {
|
|
|
117
117
|
* Returns a promise that resolves with the file data URI.
|
|
118
118
|
* Use this method to get the Excel file as a data URI.
|
|
119
119
|
*
|
|
120
|
-
* @param exportData - Optional. The data or [`WorkbookOptions`](
|
|
120
|
+
* @param exportData - Optional. The data or [`WorkbookOptions`](https://www.telerik.com/kendo-angular-ui/components/excel-export/api/workbookoptions) to use for generating the data URI.
|
|
121
121
|
* @returns {Promise<string>} A promise that resolves with the file data URI.
|
|
122
122
|
*/
|
|
123
123
|
toDataURL(exportData?: any[] | ExcelExportData | WorkbookOptions): Promise<string>;
|
|
@@ -194,13 +194,13 @@ class ColumnBase {
|
|
|
194
194
|
*/
|
|
195
195
|
width;
|
|
196
196
|
/**
|
|
197
|
-
* Toggles the locked (frozen) state of the column ([see example](
|
|
197
|
+
* Toggles the locked (frozen) state of the column ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/columns#locked-state)).
|
|
198
198
|
*
|
|
199
199
|
* @default false
|
|
200
200
|
*/
|
|
201
201
|
locked;
|
|
202
202
|
/**
|
|
203
|
-
* Sets the visibility of the column ([see example](
|
|
203
|
+
* Sets the visibility of the column ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/columns#hidden-state)).
|
|
204
204
|
*
|
|
205
205
|
* @default false
|
|
206
206
|
*/
|
|
@@ -254,13 +254,13 @@ const packageMetadata = {
|
|
|
254
254
|
productCode: 'KENDOUIANGULAR',
|
|
255
255
|
productCodes: ['KENDOUIANGULAR'],
|
|
256
256
|
publishDate: 0,
|
|
257
|
-
version: '
|
|
257
|
+
version: '23.0.0-develop.1',
|
|
258
258
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
259
259
|
};
|
|
260
260
|
|
|
261
261
|
// eslint-disable max-line-length
|
|
262
262
|
/**
|
|
263
|
-
* Represents the [Kendo UI Excel Export component for Angular](
|
|
263
|
+
* Represents the [Kendo UI Excel Export component for Angular](https://www.telerik.com/kendo-angular-ui/components/excel-export).
|
|
264
264
|
* Use this component to export data to Excel format.
|
|
265
265
|
*
|
|
266
266
|
* @example
|
|
@@ -285,7 +285,7 @@ class ExcelExportComponent {
|
|
|
285
285
|
fileName = 'Export.xlsx';
|
|
286
286
|
/**
|
|
287
287
|
* Determines whether to enable column filtering in the exported Excel file
|
|
288
|
-
* ([see example](
|
|
288
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/filtering)).
|
|
289
289
|
*/
|
|
290
290
|
filterable;
|
|
291
291
|
/**
|
|
@@ -323,25 +323,25 @@ class ExcelExportComponent {
|
|
|
323
323
|
/**
|
|
324
324
|
* Specifies the data to export.
|
|
325
325
|
* When the data is grouped, structure it as described by the
|
|
326
|
-
* [`GroupResult`](
|
|
326
|
+
* [`GroupResult`](https://www.telerik.com/kendo-angular-ui/components/data-query/api/groupresult) option of the Kendo UI Data Query component.
|
|
327
327
|
*/
|
|
328
328
|
data;
|
|
329
329
|
/**
|
|
330
330
|
* Specifies the exported data groups.
|
|
331
331
|
* The groups must match the
|
|
332
|
-
* [`GroupDescriptor`](
|
|
332
|
+
* [`GroupDescriptor`](https://www.telerik.com/kendo-angular-ui/components/data-query/api/groupdescriptor) option of the Kendo UI Data Query component.
|
|
333
333
|
*/
|
|
334
334
|
group;
|
|
335
335
|
/**
|
|
336
336
|
* Specifies the options for cells inserted before data, group, and footer cells
|
|
337
337
|
* to show group hierarchy when the data is grouped
|
|
338
|
-
* ([see example](
|
|
338
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/cells#padding-cells)).
|
|
339
339
|
*/
|
|
340
340
|
paddingCellOptions;
|
|
341
341
|
/**
|
|
342
342
|
* Specifies the options for cells inserted before header cells
|
|
343
343
|
* to align headers and column values when the data is grouped
|
|
344
|
-
* ([see example](
|
|
344
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/cells#header-padding-cells)).
|
|
345
345
|
*/
|
|
346
346
|
headerPaddingCellOptions;
|
|
347
347
|
/**
|
|
@@ -357,13 +357,13 @@ class ExcelExportComponent {
|
|
|
357
357
|
/**
|
|
358
358
|
* Exports the data to Excel.
|
|
359
359
|
*
|
|
360
|
-
* @param exportData - Optional. The data to export or [`WorkbookOptions`](
|
|
360
|
+
* @param exportData - Optional. The data to export or [`WorkbookOptions`](https://www.telerik.com/kendo-angular-ui/components/excel-export/api/workbookoptions).
|
|
361
361
|
*/
|
|
362
362
|
save(exportData) {
|
|
363
363
|
this.toDataURL(exportData).then(this.saveFile);
|
|
364
364
|
}
|
|
365
365
|
/**
|
|
366
|
-
* Returns [`WorkbookOptions`](
|
|
366
|
+
* Returns [`WorkbookOptions`](https://www.telerik.com/kendo-angular-ui/components/excel-export/api/workbookoptions) based on the specified columns and data.
|
|
367
367
|
* Use this method to customize the workbook options.
|
|
368
368
|
*
|
|
369
369
|
* @param exportData - Optional. The data to export.
|
|
@@ -389,7 +389,7 @@ class ExcelExportComponent {
|
|
|
389
389
|
* Returns a promise that resolves with the file data URI.
|
|
390
390
|
* Use this method to get the Excel file as a data URI.
|
|
391
391
|
*
|
|
392
|
-
* @param exportData - Optional. The data or [`WorkbookOptions`](
|
|
392
|
+
* @param exportData - Optional. The data or [`WorkbookOptions`](https://www.telerik.com/kendo-angular-ui/components/excel-export/api/workbookoptions) to use for generating the data URI.
|
|
393
393
|
* @returns {Promise<string>} A promise that resolves with the file data URI.
|
|
394
394
|
*/
|
|
395
395
|
toDataURL(exportData) {
|
|
@@ -477,7 +477,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
477
477
|
|
|
478
478
|
/**
|
|
479
479
|
* Represents the footer cell template of the Excel Export column component
|
|
480
|
-
* ([see example](
|
|
480
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/columns#footer-template)).
|
|
481
481
|
* Use this directive to customize the footer cell of a column.
|
|
482
482
|
*
|
|
483
483
|
* @example
|
|
@@ -507,7 +507,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
507
507
|
|
|
508
508
|
/**
|
|
509
509
|
* Represents the group header cell template of the Excel Export column component
|
|
510
|
-
* ([see example](
|
|
510
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/columns#group-header-template)).
|
|
511
511
|
* Use this directive to customize the content of the group header item.
|
|
512
512
|
*
|
|
513
513
|
* @example
|
|
@@ -537,7 +537,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
537
537
|
|
|
538
538
|
/**
|
|
539
539
|
* Represents the group header column template of the Excel Export column component
|
|
540
|
-
* ([see example](
|
|
540
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/columns#group-header-column-template)).
|
|
541
541
|
* Use this directive to customize the group header column.
|
|
542
542
|
*
|
|
543
543
|
* @example
|
|
@@ -567,7 +567,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
567
567
|
|
|
568
568
|
/**
|
|
569
569
|
* Represents the group footer cell template of the Excel Export column component
|
|
570
|
-
* ([see example](
|
|
570
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/columns#group-footer-template)).
|
|
571
571
|
* Use this directive to customize the group footer cell of a column.
|
|
572
572
|
*
|
|
573
573
|
* @example
|
|
@@ -611,22 +611,22 @@ class ColumnComponent extends ColumnBase {
|
|
|
611
611
|
field;
|
|
612
612
|
/**
|
|
613
613
|
* Specifies options for the column's data cells
|
|
614
|
-
* ([see example](
|
|
614
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/cells#data-cells)).
|
|
615
615
|
*/
|
|
616
616
|
cellOptions;
|
|
617
617
|
/**
|
|
618
618
|
* Specifies options for the group header cells of the column
|
|
619
|
-
* ([see example](
|
|
619
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/cells#header-cells)).
|
|
620
620
|
*/
|
|
621
621
|
groupHeaderCellOptions;
|
|
622
622
|
/**
|
|
623
623
|
* Specifies options for the group footer cells of the column
|
|
624
|
-
* ([see example](
|
|
624
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/cells#group-footer-cells)).
|
|
625
625
|
*/
|
|
626
626
|
groupFooterCellOptions;
|
|
627
627
|
/**
|
|
628
628
|
* Specifies options for the footer cell of the column
|
|
629
|
-
* ([see example](
|
|
629
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/excel-export/cells#footer-cells)).
|
|
630
630
|
*/
|
|
631
631
|
footerCellOptions;
|
|
632
632
|
/**
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "
|
|
10
|
+
"publishDate": 1770286913,
|
|
11
|
+
"version": "23.0.0-develop.1",
|
|
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-excel-export",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.0-develop.1",
|
|
4
4
|
"description": "Kendo UI for Angular Excel Export 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": 1770286913,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"@angular/core": "19 - 21",
|
|
30
30
|
"@angular/platform-browser": "19 - 21",
|
|
31
31
|
"@progress/kendo-licensing": "^1.10.0",
|
|
32
|
-
"@progress/kendo-angular-common": "
|
|
33
|
-
"@progress/kendo-angular-l10n": "
|
|
32
|
+
"@progress/kendo-angular-common": "23.0.0-develop.1",
|
|
33
|
+
"@progress/kendo-angular-l10n": "23.0.0-develop.1",
|
|
34
34
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"tslib": "^2.3.1",
|
|
38
|
-
"@progress/kendo-angular-schematics": "
|
|
38
|
+
"@progress/kendo-angular-schematics": "23.0.0-develop.1",
|
|
39
39
|
"@progress/kendo-file-saver": "^1.0.0",
|
|
40
40
|
"@progress/kendo-intl": "^3.0.0",
|
|
41
41
|
"@progress/kendo-ooxml": "^1.9.0"
|