@progress/kendo-angular-excel-export 4.0.4 → 5.0.0-next.202204010856
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/bundles/kendo-angular-excel-export.umd.js +5 -0
- package/{dist/es2015/columns → columns}/column-base.d.ts +4 -1
- package/{dist/es2015/columns → columns}/column-group.component.d.ts +3 -0
- package/{dist/es2015/columns → columns}/column.component.d.ts +3 -0
- package/{dist/es2015/columns → columns}/footer-template.directive.d.ts +3 -0
- package/{dist/es2015/columns → columns}/group-footer-template.directive.d.ts +3 -0
- package/{dist/es2015/columns → columns}/group-header-column-template.directive.d.ts +3 -0
- package/{dist/es2015/columns → columns}/group-header-template.directive.d.ts +3 -0
- package/esm2015/columns/column-base.js +41 -0
- package/esm2015/columns/column-group.component.js +43 -0
- package/esm2015/columns/column.component.js +68 -0
- package/esm2015/columns/footer-template.directive.js +26 -0
- package/esm2015/columns/group-footer-template.directive.js +26 -0
- package/esm2015/columns/group-header-column-template.directive.js +25 -0
- package/esm2015/columns/group-header-template.directive.js +26 -0
- package/{dist/es → esm2015}/excel-export-data.js +1 -0
- package/{dist/es2015 → esm2015}/excel-export.component.js +54 -69
- package/{dist/es2015 → esm2015}/excel-export.module.js +25 -10
- package/{dist/es2015/excel-export-data.js → esm2015/kendo-angular-excel-export.js} +4 -0
- package/{dist/es2015 → esm2015}/main.js +1 -0
- package/{dist/es2015 → esm2015}/ooxml/cell-options.interface.js +1 -0
- package/{dist/es2015 → esm2015}/ooxml/exporter-columns.js +0 -7
- package/{dist/es2015 → esm2015}/ooxml/workbook.js +0 -0
- package/{dist/es2015 → esm2015}/package-metadata.js +1 -1
- package/{dist/es2015/excel-export-data.d.ts → excel-export-data.d.ts} +0 -0
- package/{dist/es2015/excel-export.component.d.ts → excel-export.component.d.ts} +3 -0
- package/{dist/es2015/excel-export.module.d.ts → excel-export.module.d.ts} +11 -0
- package/fesm2015/kendo-angular-excel-export.js +604 -0
- package/{dist/es2015/index.d.ts → kendo-angular-excel-export.d.ts} +1 -1
- package/{dist/es2015/main.d.ts → main.d.ts} +1 -0
- package/{dist/es2015/ooxml → ooxml}/cell-options.interface.d.ts +0 -0
- package/{dist/es2015/ooxml → ooxml}/exporter-columns.d.ts +0 -0
- package/{dist/es2015/ooxml → ooxml}/workbook.d.ts +0 -0
- package/{dist/es2015/package-metadata.d.ts → package-metadata.d.ts} +0 -0
- package/package.json +32 -90
- package/schematics/ngAdd/index.js +5 -2
- package/schematics/ngAdd/index.js.map +1 -1
- package/dist/cdn/js/kendo-angular-excel-export.js +0 -20
- package/dist/cdn/main.js +0 -5
- package/dist/es/columns/column-base.js +0 -50
- package/dist/es/columns/column-group.component.js +0 -36
- package/dist/es/columns/column.component.js +0 -74
- package/dist/es/columns/footer-template.directive.js +0 -25
- package/dist/es/columns/group-footer-template.directive.js +0 -25
- package/dist/es/columns/group-header-column-template.directive.js +0 -24
- package/dist/es/columns/group-header-template.directive.js +0 -25
- package/dist/es/excel-export.component.js +0 -170
- package/dist/es/excel-export.module.js +0 -65
- package/dist/es/index.js +0 -9
- package/dist/es/main.js +0 -14
- package/dist/es/ooxml/cell-options.interface.js +0 -4
- package/dist/es/ooxml/exporter-columns.js +0 -126
- package/dist/es/ooxml/workbook.js +0 -45
- package/dist/es/package-metadata.js +0 -15
- package/dist/es2015/columns/column-base.js +0 -44
- package/dist/es2015/columns/column-group.component.js +0 -32
- package/dist/es2015/columns/column.component.js +0 -71
- package/dist/es2015/columns/footer-template.directive.js +0 -24
- package/dist/es2015/columns/group-footer-template.directive.js +0 -24
- package/dist/es2015/columns/group-header-column-template.directive.js +0 -23
- package/dist/es2015/columns/group-header-template.directive.js +0 -24
- package/dist/es2015/index.js +0 -9
- package/dist/es2015/index.metadata.json +0 -1
- package/dist/fesm2015/index.js +0 -585
- package/dist/fesm5/index.js +0 -606
- package/dist/npm/columns/column-base.js +0 -52
- package/dist/npm/columns/column-group.component.js +0 -38
- package/dist/npm/columns/column.component.js +0 -76
- package/dist/npm/columns/footer-template.directive.js +0 -27
- package/dist/npm/columns/group-footer-template.directive.js +0 -27
- package/dist/npm/columns/group-header-column-template.directive.js +0 -26
- package/dist/npm/columns/group-header-template.directive.js +0 -27
- package/dist/npm/excel-export-data.js +0 -6
- package/dist/npm/excel-export.component.js +0 -172
- package/dist/npm/excel-export.module.js +0 -67
- package/dist/npm/index.js +0 -13
- package/dist/npm/main.js +0 -25
- package/dist/npm/ooxml/cell-options.interface.js +0 -6
- package/dist/npm/ooxml/exporter-columns.js +0 -131
- package/dist/npm/ooxml/workbook.js +0 -47
- package/dist/npm/package-metadata.js +0 -17
- package/dist/systemjs/kendo-angular-excel-export.js +0 -5
|
@@ -10,5 +10,6 @@ export { ColumnGroupComponent } from './columns/column-group.component';
|
|
|
10
10
|
export { FooterTemplateDirective } from './columns/footer-template.directive';
|
|
11
11
|
export { GroupFooterTemplateDirective } from './columns/group-footer-template.directive';
|
|
12
12
|
export { GroupHeaderTemplateDirective } from './columns/group-header-template.directive';
|
|
13
|
+
export { GroupHeaderColumnTemplateDirective } from './columns/group-header-column-template.directive';
|
|
13
14
|
export * from './ooxml/workbook';
|
|
14
15
|
export * from '@progress/kendo-ooxml';
|
|
@@ -2,3 +2,4 @@
|
|
|
2
2
|
* Copyright © 2021 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
|
+
export {};
|
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
* Copyright © 2021 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
|
-
/* tslint:disable align */
|
|
6
|
-
/* tslint:disable:no-use-before-declare */
|
|
7
5
|
const compileTemplate = (templateRef, context, updateContext) => {
|
|
8
6
|
let embeddedView = templateRef.createEmbeddedView(context);
|
|
9
7
|
const result = (data) => {
|
|
@@ -19,23 +17,19 @@ const compileTemplate = (templateRef, context, updateContext) => {
|
|
|
19
17
|
};
|
|
20
18
|
return result;
|
|
21
19
|
};
|
|
22
|
-
const ɵ0 = compileTemplate;
|
|
23
20
|
const updateGroupHeaderContext = (context, data) => {
|
|
24
21
|
context.$implicit = context.group = data;
|
|
25
22
|
context.field = data.field;
|
|
26
23
|
context.value = data.value;
|
|
27
24
|
context.aggregates = data.aggregates;
|
|
28
25
|
};
|
|
29
|
-
const ɵ1 = updateGroupHeaderContext;
|
|
30
26
|
const updateGroupFooterContext = (context, data) => {
|
|
31
27
|
context.group = data.group;
|
|
32
28
|
context.$implicit = context.aggregates = data;
|
|
33
29
|
};
|
|
34
|
-
const ɵ2 = updateGroupFooterContext;
|
|
35
30
|
const updateFooterContext = (context, data) => {
|
|
36
31
|
context.aggregates = data.aggregates;
|
|
37
32
|
};
|
|
38
|
-
const ɵ3 = updateFooterContext;
|
|
39
33
|
/**
|
|
40
34
|
* @hidden
|
|
41
35
|
*/
|
|
@@ -121,4 +115,3 @@ export class ExporterColumn {
|
|
|
121
115
|
destroyColumns(this.columns);
|
|
122
116
|
}
|
|
123
117
|
}
|
|
124
|
-
export { ɵ0, ɵ1, ɵ2, ɵ3 };
|
|
File without changes
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-excel-export',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1648803359,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
File without changes
|
|
@@ -8,6 +8,7 @@ import { CellOptions } from './ooxml/cell-options.interface';
|
|
|
8
8
|
import { ExcelExportData } from './excel-export-data';
|
|
9
9
|
import { ColumnBase } from './columns/column-base';
|
|
10
10
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
11
12
|
/**
|
|
12
13
|
* Represents the [Kendo UI Excel Export component for Angular]({% slug overview_excelexport %}).
|
|
13
14
|
* Configures the settings for the Excel export of the Kendo UI Grid.
|
|
@@ -107,4 +108,6 @@ export declare class ExcelExportComponent {
|
|
|
107
108
|
toDataURL(exportData?: any[] | ExcelExportData | WorkbookOptions): Promise<string>;
|
|
108
109
|
protected getExportData(exportData?: ExcelExportData | any[]): ExcelExportData;
|
|
109
110
|
protected saveFile(dataURL: string): void;
|
|
111
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExcelExportComponent, never>;
|
|
112
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExcelExportComponent, "kendo-excelexport", ["kendoExcelExport"], { "fileName": "fileName"; "filterable": "filterable"; "collapsible": "collapsible"; "creator": "creator"; "date": "date"; "forceProxy": "forceProxy"; "proxyURL": "proxyURL"; "data": "data"; "group": "group"; "paddingCellOptions": "paddingCellOptions"; "headerPaddingCellOptions": "headerPaddingCellOptions"; }, {}, ["columns"], never>;
|
|
110
113
|
}
|
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
* Copyright © 2021 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 * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "./excel-export.component";
|
|
7
|
+
import * as i2 from "./columns/column.component";
|
|
8
|
+
import * as i3 from "./columns/column-group.component";
|
|
9
|
+
import * as i4 from "./columns/footer-template.directive";
|
|
10
|
+
import * as i5 from "./columns/group-footer-template.directive";
|
|
11
|
+
import * as i6 from "./columns/group-header-template.directive";
|
|
12
|
+
import * as i7 from "./columns/group-header-column-template.directive";
|
|
5
13
|
/**
|
|
6
14
|
* Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
|
|
7
15
|
* definition for the Excel Export component.
|
|
@@ -34,4 +42,7 @@
|
|
|
34
42
|
* ```
|
|
35
43
|
*/
|
|
36
44
|
export declare class ExcelExportModule {
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExcelExportModule, never>;
|
|
46
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ExcelExportModule, [typeof i1.ExcelExportComponent, typeof i2.ColumnComponent, typeof i3.ColumnGroupComponent, typeof i4.FooterTemplateDirective, typeof i5.GroupFooterTemplateDirective, typeof i6.GroupHeaderTemplateDirective, typeof i7.GroupHeaderColumnTemplateDirective], never, [typeof i1.ExcelExportComponent, typeof i2.ColumnComponent, typeof i3.ColumnGroupComponent, typeof i4.FooterTemplateDirective, typeof i5.GroupFooterTemplateDirective, typeof i6.GroupHeaderTemplateDirective, typeof i7.GroupHeaderColumnTemplateDirective]>;
|
|
47
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ExcelExportModule>;
|
|
37
48
|
}
|