@progress/kendo-angular-excel-export 16.5.0 → 16.6.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-group.component.d.ts +1 -1
- package/columns/column.component.d.ts +1 -1
- 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/directives.d.ts +12 -0
- package/esm2020/columns/column-group.component.mjs +3 -2
- package/esm2020/columns/column.component.mjs +3 -2
- package/esm2020/columns/footer-template.directive.mjs +3 -2
- package/esm2020/columns/group-footer-template.directive.mjs +3 -2
- package/esm2020/columns/group-header-column-template.directive.mjs +3 -2
- package/esm2020/columns/group-header-template.directive.mjs +3 -2
- package/esm2020/directives.mjs +20 -0
- package/esm2020/excel-export.component.mjs +3 -2
- package/esm2020/excel-export.module.mjs +13 -32
- package/esm2020/index.mjs +1 -0
- package/esm2020/package-metadata.mjs +2 -2
- package/excel-export.component.d.ts +1 -1
- package/excel-export.module.d.ts +3 -3
- package/fesm2015/progress-kendo-angular-excel-export.mjs +54 -57
- package/fesm2020/progress-kendo-angular-excel-export.mjs +52 -55
- package/index.d.ts +1 -0
- package/package.json +4 -4
|
@@ -11,5 +11,5 @@ export declare class ColumnGroupComponent extends ColumnBase {
|
|
|
11
11
|
parent?: ColumnBase;
|
|
12
12
|
constructor(parent?: ColumnBase);
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnGroupComponent, [{ optional: true; host: true; skipSelf: true; }]>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnGroupComponent, "kendo-excelexport-column-group", never, {}, {}, never, never,
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnGroupComponent, "kendo-excelexport-column-group", never, {}, {}, never, never, true, never>;
|
|
15
15
|
}
|
|
@@ -55,5 +55,5 @@ export declare class ColumnComponent extends ColumnBase {
|
|
|
55
55
|
footerTemplate: FooterTemplateDirective;
|
|
56
56
|
constructor(parent?: ColumnBase);
|
|
57
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnComponent, [{ optional: true; host: true; skipSelf: true; }]>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "kendo-excelexport-column", never, { "field": "field"; "cellOptions": "cellOptions"; "groupHeaderCellOptions": "groupHeaderCellOptions"; "groupFooterCellOptions": "groupFooterCellOptions"; "footerCellOptions": "footerCellOptions"; }, {}, ["groupHeaderTemplate", "groupHeaderColumnTemplate", "groupFooterTemplate", "footerTemplate"], never,
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "kendo-excelexport-column", never, { "field": "field"; "cellOptions": "cellOptions"; "groupHeaderCellOptions": "groupHeaderCellOptions"; "groupFooterCellOptions": "groupFooterCellOptions"; "footerCellOptions": "footerCellOptions"; }, {}, ["groupHeaderTemplate", "groupHeaderColumnTemplate", "groupFooterTemplate", "footerTemplate"], never, true, never>;
|
|
59
59
|
}
|
|
@@ -13,5 +13,5 @@ export declare class FooterTemplateDirective {
|
|
|
13
13
|
templateRef: TemplateRef<any>;
|
|
14
14
|
constructor(templateRef: TemplateRef<any>);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterTemplateDirective, [{ optional: true; }]>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FooterTemplateDirective, "[kendoExcelExportFooterTemplate]", never, {}, {}, never, never,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FooterTemplateDirective, "[kendoExcelExportFooterTemplate]", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -13,5 +13,5 @@ export declare class GroupFooterTemplateDirective {
|
|
|
13
13
|
templateRef: TemplateRef<any>;
|
|
14
14
|
constructor(templateRef: TemplateRef<any>);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<GroupFooterTemplateDirective, [{ optional: true; }]>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<GroupFooterTemplateDirective, "[kendoExcelExportGroupFooterTemplate]", never, {}, {}, never, never,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GroupFooterTemplateDirective, "[kendoExcelExportGroupFooterTemplate]", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -12,5 +12,5 @@ export declare class GroupHeaderColumnTemplateDirective {
|
|
|
12
12
|
templateRef: TemplateRef<any>;
|
|
13
13
|
constructor(templateRef: TemplateRef<any>);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<GroupHeaderColumnTemplateDirective, [{ optional: true; }]>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<GroupHeaderColumnTemplateDirective, "[kendoExcelExportGroupHeaderColumnTemplate]", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GroupHeaderColumnTemplateDirective, "[kendoExcelExportGroupHeaderColumnTemplate]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -13,5 +13,5 @@ export declare class GroupHeaderTemplateDirective {
|
|
|
13
13
|
templateRef: TemplateRef<any>;
|
|
14
14
|
constructor(templateRef: TemplateRef<any>);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<GroupHeaderTemplateDirective, [{ optional: true; }]>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<GroupHeaderTemplateDirective, "[kendoExcelExportGroupHeaderTemplate]", never, {}, {}, never, never,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GroupHeaderTemplateDirective, "[kendoExcelExportGroupHeaderTemplate]", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
package/directives.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { FooterTemplateDirective } from "./columns/footer-template.directive";
|
|
6
|
+
import { GroupHeaderTemplateDirective } from "./columns/group-header-template.directive";
|
|
7
|
+
import { ExcelExportComponent } from "./excel-export.component";
|
|
8
|
+
import { ColumnComponent } from "./columns/column.component";
|
|
9
|
+
import { ColumnGroupComponent } from "./columns/column-group.component";
|
|
10
|
+
import { GroupFooterTemplateDirective } from "./columns/group-footer-template.directive";
|
|
11
|
+
import { GroupHeaderColumnTemplateDirective } from "./columns/group-header-column-template.directive";
|
|
12
|
+
export declare const KENDO_EXCELEXPORT: readonly [typeof ExcelExportComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof FooterTemplateDirective, typeof GroupFooterTemplateDirective, typeof GroupHeaderColumnTemplateDirective, typeof GroupHeaderTemplateDirective];
|
|
@@ -16,7 +16,7 @@ export class ColumnGroupComponent extends ColumnBase {
|
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
ColumnGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnGroupComponent, deps: [{ token: i1.ColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
-
ColumnGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnGroupComponent, selector: "kendo-excelexport-column-group", providers: [
|
|
19
|
+
ColumnGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnGroupComponent, isStandalone: true, selector: "kendo-excelexport-column-group", providers: [
|
|
20
20
|
{
|
|
21
21
|
provide: ColumnBase,
|
|
22
22
|
useExisting: forwardRef(() => ColumnGroupComponent)
|
|
@@ -32,7 +32,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
32
32
|
}
|
|
33
33
|
],
|
|
34
34
|
selector: 'kendo-excelexport-column-group',
|
|
35
|
-
template:
|
|
35
|
+
template: ``,
|
|
36
|
+
standalone: true
|
|
36
37
|
}]
|
|
37
38
|
}], ctorParameters: function () { return [{ type: i1.ColumnBase, decorators: [{
|
|
38
39
|
type: SkipSelf
|
|
@@ -19,7 +19,7 @@ export class ColumnComponent extends ColumnBase {
|
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnComponent, deps: [{ token: i1.ColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
22
|
-
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnComponent, selector: "kendo-excelexport-column", inputs: { field: "field", cellOptions: "cellOptions", groupHeaderCellOptions: "groupHeaderCellOptions", groupFooterCellOptions: "groupFooterCellOptions", footerCellOptions: "footerCellOptions" }, providers: [
|
|
22
|
+
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnComponent, isStandalone: true, selector: "kendo-excelexport-column", inputs: { field: "field", cellOptions: "cellOptions", groupHeaderCellOptions: "groupHeaderCellOptions", groupFooterCellOptions: "groupFooterCellOptions", footerCellOptions: "footerCellOptions" }, providers: [
|
|
23
23
|
{
|
|
24
24
|
provide: ColumnBase,
|
|
25
25
|
useExisting: forwardRef(() => ColumnComponent)
|
|
@@ -35,7 +35,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
35
35
|
}
|
|
36
36
|
],
|
|
37
37
|
selector: 'kendo-excelexport-column',
|
|
38
|
-
template:
|
|
38
|
+
template: ``,
|
|
39
|
+
standalone: true
|
|
39
40
|
}]
|
|
40
41
|
}], ctorParameters: function () { return [{ type: i1.ColumnBase, decorators: [{
|
|
41
42
|
type: SkipSelf
|
|
@@ -15,11 +15,12 @@ export class FooterTemplateDirective {
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
FooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18
|
-
FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FooterTemplateDirective, selector: "[kendoExcelExportFooterTemplate]", ngImport: i0 });
|
|
18
|
+
FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FooterTemplateDirective, isStandalone: true, selector: "[kendoExcelExportFooterTemplate]", ngImport: i0 });
|
|
19
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, decorators: [{
|
|
20
20
|
type: Directive,
|
|
21
21
|
args: [{
|
|
22
|
-
selector: '[kendoExcelExportFooterTemplate]'
|
|
22
|
+
selector: '[kendoExcelExportFooterTemplate]',
|
|
23
|
+
standalone: true
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
25
26
|
type: Optional
|
|
@@ -15,11 +15,12 @@ export class GroupFooterTemplateDirective {
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
GroupFooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupFooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18
|
-
GroupFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupFooterTemplateDirective, selector: "[kendoExcelExportGroupFooterTemplate]", ngImport: i0 });
|
|
18
|
+
GroupFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupFooterTemplateDirective, isStandalone: true, selector: "[kendoExcelExportGroupFooterTemplate]", ngImport: i0 });
|
|
19
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupFooterTemplateDirective, decorators: [{
|
|
20
20
|
type: Directive,
|
|
21
21
|
args: [{
|
|
22
|
-
selector: '[kendoExcelExportGroupFooterTemplate]'
|
|
22
|
+
selector: '[kendoExcelExportGroupFooterTemplate]',
|
|
23
|
+
standalone: true
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
25
26
|
type: Optional
|
|
@@ -14,11 +14,12 @@ export class GroupHeaderColumnTemplateDirective {
|
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
GroupHeaderColumnTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupHeaderColumnTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17
|
-
GroupHeaderColumnTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupHeaderColumnTemplateDirective, selector: "[kendoExcelExportGroupHeaderColumnTemplate]", ngImport: i0 });
|
|
17
|
+
GroupHeaderColumnTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupHeaderColumnTemplateDirective, isStandalone: true, selector: "[kendoExcelExportGroupHeaderColumnTemplate]", ngImport: i0 });
|
|
18
18
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupHeaderColumnTemplateDirective, decorators: [{
|
|
19
19
|
type: Directive,
|
|
20
20
|
args: [{
|
|
21
|
-
selector: '[kendoExcelExportGroupHeaderColumnTemplate]'
|
|
21
|
+
selector: '[kendoExcelExportGroupHeaderColumnTemplate]',
|
|
22
|
+
standalone: true
|
|
22
23
|
}]
|
|
23
24
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
24
25
|
type: Optional
|
|
@@ -15,11 +15,12 @@ export class GroupHeaderTemplateDirective {
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
GroupHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18
|
-
GroupHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupHeaderTemplateDirective, selector: "[kendoExcelExportGroupHeaderTemplate]", ngImport: i0 });
|
|
18
|
+
GroupHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupHeaderTemplateDirective, isStandalone: true, selector: "[kendoExcelExportGroupHeaderTemplate]", ngImport: i0 });
|
|
19
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupHeaderTemplateDirective, decorators: [{
|
|
20
20
|
type: Directive,
|
|
21
21
|
args: [{
|
|
22
|
-
selector: '[kendoExcelExportGroupHeaderTemplate]'
|
|
22
|
+
selector: '[kendoExcelExportGroupHeaderTemplate]',
|
|
23
|
+
standalone: true
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
25
26
|
type: Optional
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { FooterTemplateDirective } from "./columns/footer-template.directive";
|
|
6
|
+
import { GroupHeaderTemplateDirective } from "./columns/group-header-template.directive";
|
|
7
|
+
import { ExcelExportComponent } from "./excel-export.component";
|
|
8
|
+
import { ColumnComponent } from "./columns/column.component";
|
|
9
|
+
import { ColumnGroupComponent } from "./columns/column-group.component";
|
|
10
|
+
import { GroupFooterTemplateDirective } from "./columns/group-footer-template.directive";
|
|
11
|
+
import { GroupHeaderColumnTemplateDirective } from "./columns/group-header-column-template.directive";
|
|
12
|
+
export const KENDO_EXCELEXPORT = [
|
|
13
|
+
ExcelExportComponent,
|
|
14
|
+
ColumnComponent,
|
|
15
|
+
ColumnGroupComponent,
|
|
16
|
+
FooterTemplateDirective,
|
|
17
|
+
GroupFooterTemplateDirective,
|
|
18
|
+
GroupHeaderColumnTemplateDirective,
|
|
19
|
+
GroupHeaderTemplateDirective
|
|
20
|
+
];
|
|
@@ -105,7 +105,7 @@ export class ExcelExportComponent {
|
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
ExcelExportComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelExportComponent, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
108
|
-
ExcelExportComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExcelExportComponent, selector: "kendo-excelexport", inputs: { fileName: "fileName", filterable: "filterable", collapsible: "collapsible", creator: "creator", date: "date", forceProxy: "forceProxy", proxyURL: "proxyURL", data: "data", group: "group", paddingCellOptions: "paddingCellOptions", headerPaddingCellOptions: "headerPaddingCellOptions" }, providers: [
|
|
108
|
+
ExcelExportComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExcelExportComponent, isStandalone: true, selector: "kendo-excelexport", inputs: { fileName: "fileName", filterable: "filterable", collapsible: "collapsible", creator: "creator", date: "date", forceProxy: "forceProxy", proxyURL: "proxyURL", data: "data", group: "group", paddingCellOptions: "paddingCellOptions", headerPaddingCellOptions: "headerPaddingCellOptions" }, providers: [
|
|
109
109
|
LocalizationService,
|
|
110
110
|
{
|
|
111
111
|
provide: L10N_PREFIX,
|
|
@@ -124,7 +124,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
124
124
|
useValue: 'kendo.excelexport'
|
|
125
125
|
}
|
|
126
126
|
],
|
|
127
|
-
template:
|
|
127
|
+
template: ``,
|
|
128
|
+
standalone: true
|
|
128
129
|
}]
|
|
129
130
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { fileName: [{
|
|
130
131
|
type: Input
|
|
@@ -3,23 +3,16 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
|
-
import {
|
|
7
|
-
import { ColumnComponent } from './columns/column.component';
|
|
8
|
-
import { ColumnGroupComponent } from './columns/column-group.component';
|
|
9
|
-
import { FooterTemplateDirective } from './columns/footer-template.directive';
|
|
10
|
-
import { GroupFooterTemplateDirective } from './columns/group-footer-template.directive';
|
|
11
|
-
import { GroupHeaderTemplateDirective } from './columns/group-header-template.directive';
|
|
12
|
-
import { GroupHeaderColumnTemplateDirective } from './columns/group-header-column-template.directive';
|
|
6
|
+
import { KENDO_EXCELEXPORT } from './directives';
|
|
13
7
|
import * as i0 from "@angular/core";
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
];
|
|
8
|
+
import * as i1 from "./excel-export.component";
|
|
9
|
+
import * as i2 from "./columns/column.component";
|
|
10
|
+
import * as i3 from "./columns/column-group.component";
|
|
11
|
+
import * as i4 from "./columns/footer-template.directive";
|
|
12
|
+
import * as i5 from "./columns/group-footer-template.directive";
|
|
13
|
+
import * as i6 from "./columns/group-header-column-template.directive";
|
|
14
|
+
import * as i7 from "./columns/group-header-template.directive";
|
|
15
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
23
16
|
/**
|
|
24
17
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
25
18
|
* definition for the Excel Export component.
|
|
@@ -54,24 +47,12 @@ const declarations = [
|
|
|
54
47
|
export class ExcelExportModule {
|
|
55
48
|
}
|
|
56
49
|
ExcelExportModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelExportModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
57
|
-
ExcelExportModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExcelExportModule,
|
|
58
|
-
|
|
59
|
-
ColumnGroupComponent,
|
|
60
|
-
FooterTemplateDirective,
|
|
61
|
-
GroupFooterTemplateDirective,
|
|
62
|
-
GroupHeaderTemplateDirective,
|
|
63
|
-
GroupHeaderColumnTemplateDirective], exports: [ExcelExportComponent,
|
|
64
|
-
ColumnComponent,
|
|
65
|
-
ColumnGroupComponent,
|
|
66
|
-
FooterTemplateDirective,
|
|
67
|
-
GroupFooterTemplateDirective,
|
|
68
|
-
GroupHeaderTemplateDirective,
|
|
69
|
-
GroupHeaderColumnTemplateDirective] });
|
|
70
|
-
ExcelExportModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelExportModule });
|
|
50
|
+
ExcelExportModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExcelExportModule, imports: [i1.ExcelExportComponent, i2.ColumnComponent, i3.ColumnGroupComponent, i4.FooterTemplateDirective, i5.GroupFooterTemplateDirective, i6.GroupHeaderColumnTemplateDirective, i7.GroupHeaderTemplateDirective], exports: [i1.ExcelExportComponent, i2.ColumnComponent, i3.ColumnGroupComponent, i4.FooterTemplateDirective, i5.GroupFooterTemplateDirective, i6.GroupHeaderColumnTemplateDirective, i7.GroupHeaderTemplateDirective] });
|
|
51
|
+
ExcelExportModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelExportModule, imports: [i1.ExcelExportComponent, i2.ColumnComponent, i3.ColumnGroupComponent] });
|
|
71
52
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelExportModule, decorators: [{
|
|
72
53
|
type: NgModule,
|
|
73
54
|
args: [{
|
|
74
|
-
|
|
75
|
-
exports: [
|
|
55
|
+
imports: [...KENDO_EXCELEXPORT],
|
|
56
|
+
exports: [...KENDO_EXCELEXPORT]
|
|
76
57
|
}]
|
|
77
58
|
}] });
|
package/esm2020/index.mjs
CHANGED
|
@@ -13,3 +13,4 @@ export { GroupHeaderTemplateDirective } from './columns/group-header-template.di
|
|
|
13
13
|
export { GroupHeaderColumnTemplateDirective } from './columns/group-header-column-template.directive';
|
|
14
14
|
export * from './ooxml/workbook';
|
|
15
15
|
export * from '@progress/kendo-ooxml';
|
|
16
|
+
export * from './directives';
|
|
@@ -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:
|
|
13
|
-
version: '16.
|
|
12
|
+
publishDate: 1721827685,
|
|
13
|
+
version: '16.6.0-develop.1',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -109,5 +109,5 @@ export declare class ExcelExportComponent {
|
|
|
109
109
|
protected getExportData(exportData?: ExcelExportData | any[]): ExcelExportData;
|
|
110
110
|
protected saveFile(dataURL: string): void;
|
|
111
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,
|
|
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, true, never>;
|
|
113
113
|
}
|
package/excel-export.module.d.ts
CHANGED
|
@@ -8,8 +8,8 @@ import * as i2 from "./columns/column.component";
|
|
|
8
8
|
import * as i3 from "./columns/column-group.component";
|
|
9
9
|
import * as i4 from "./columns/footer-template.directive";
|
|
10
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-
|
|
11
|
+
import * as i6 from "./columns/group-header-column-template.directive";
|
|
12
|
+
import * as i7 from "./columns/group-header-template.directive";
|
|
13
13
|
/**
|
|
14
14
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
15
15
|
* definition for the Excel Export component.
|
|
@@ -43,6 +43,6 @@ import * as i7 from "./columns/group-header-column-template.directive";
|
|
|
43
43
|
*/
|
|
44
44
|
export declare class ExcelExportModule {
|
|
45
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.
|
|
46
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ExcelExportModule, never, [typeof i1.ExcelExportComponent, typeof i2.ColumnComponent, typeof i3.ColumnGroupComponent, typeof i4.FooterTemplateDirective, typeof i5.GroupFooterTemplateDirective, typeof i6.GroupHeaderColumnTemplateDirective, typeof i7.GroupHeaderTemplateDirective], [typeof i1.ExcelExportComponent, typeof i2.ColumnComponent, typeof i3.ColumnGroupComponent, typeof i4.FooterTemplateDirective, typeof i5.GroupFooterTemplateDirective, typeof i6.GroupHeaderColumnTemplateDirective, typeof i7.GroupHeaderTemplateDirective]>;
|
|
47
47
|
static ɵinj: i0.ɵɵInjectorDeclaration<ExcelExportModule>;
|
|
48
48
|
}
|
|
@@ -208,8 +208,8 @@ const packageMetadata = {
|
|
|
208
208
|
name: '@progress/kendo-angular-excel-export',
|
|
209
209
|
productName: 'Kendo UI for Angular',
|
|
210
210
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
211
|
-
publishDate:
|
|
212
|
-
version: '16.
|
|
211
|
+
publishDate: 1721827685,
|
|
212
|
+
version: '16.6.0-develop.1',
|
|
213
213
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
214
214
|
};
|
|
215
215
|
|
|
@@ -307,7 +307,7 @@ class ExcelExportComponent {
|
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
309
|
ExcelExportComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelExportComponent, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
310
|
-
ExcelExportComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExcelExportComponent, selector: "kendo-excelexport", inputs: { fileName: "fileName", filterable: "filterable", collapsible: "collapsible", creator: "creator", date: "date", forceProxy: "forceProxy", proxyURL: "proxyURL", data: "data", group: "group", paddingCellOptions: "paddingCellOptions", headerPaddingCellOptions: "headerPaddingCellOptions" }, providers: [
|
|
310
|
+
ExcelExportComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExcelExportComponent, isStandalone: true, selector: "kendo-excelexport", inputs: { fileName: "fileName", filterable: "filterable", collapsible: "collapsible", creator: "creator", date: "date", forceProxy: "forceProxy", proxyURL: "proxyURL", data: "data", group: "group", paddingCellOptions: "paddingCellOptions", headerPaddingCellOptions: "headerPaddingCellOptions" }, providers: [
|
|
311
311
|
LocalizationService,
|
|
312
312
|
{
|
|
313
313
|
provide: L10N_PREFIX,
|
|
@@ -326,7 +326,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
326
326
|
useValue: 'kendo.excelexport'
|
|
327
327
|
}
|
|
328
328
|
],
|
|
329
|
-
template:
|
|
329
|
+
template: ``,
|
|
330
|
+
standalone: true
|
|
330
331
|
}]
|
|
331
332
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { fileName: [{
|
|
332
333
|
type: Input
|
|
@@ -355,6 +356,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
355
356
|
args: [ColumnBase, { descendants: true }]
|
|
356
357
|
}] } });
|
|
357
358
|
|
|
359
|
+
/**
|
|
360
|
+
* Represents the footer cell template of the Excel Export column component
|
|
361
|
+
* ([see example]({% slug columns_excel-export %}#toc-footer-template)).
|
|
362
|
+
* Enables you to customize the footer cell of the column.
|
|
363
|
+
*/
|
|
364
|
+
class FooterTemplateDirective {
|
|
365
|
+
constructor(templateRef) {
|
|
366
|
+
this.templateRef = templateRef;
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
FooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
370
|
+
FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FooterTemplateDirective, isStandalone: true, selector: "[kendoExcelExportFooterTemplate]", ngImport: i0 });
|
|
371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, decorators: [{
|
|
372
|
+
type: Directive,
|
|
373
|
+
args: [{
|
|
374
|
+
selector: '[kendoExcelExportFooterTemplate]',
|
|
375
|
+
standalone: true
|
|
376
|
+
}]
|
|
377
|
+
}], ctorParameters: function () {
|
|
378
|
+
return [{ type: i0.TemplateRef, decorators: [{
|
|
379
|
+
type: Optional
|
|
380
|
+
}] }];
|
|
381
|
+
} });
|
|
382
|
+
|
|
358
383
|
/**
|
|
359
384
|
* Represents the group header cell template of the Excel Export column component
|
|
360
385
|
* ([see example]({% slug columns_excel-export %}#toc-group-header-template)).
|
|
@@ -366,11 +391,12 @@ class GroupHeaderTemplateDirective {
|
|
|
366
391
|
}
|
|
367
392
|
}
|
|
368
393
|
GroupHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
369
|
-
GroupHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupHeaderTemplateDirective, selector: "[kendoExcelExportGroupHeaderTemplate]", ngImport: i0 });
|
|
394
|
+
GroupHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupHeaderTemplateDirective, isStandalone: true, selector: "[kendoExcelExportGroupHeaderTemplate]", ngImport: i0 });
|
|
370
395
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupHeaderTemplateDirective, decorators: [{
|
|
371
396
|
type: Directive,
|
|
372
397
|
args: [{
|
|
373
|
-
selector: '[kendoExcelExportGroupHeaderTemplate]'
|
|
398
|
+
selector: '[kendoExcelExportGroupHeaderTemplate]',
|
|
399
|
+
standalone: true
|
|
374
400
|
}]
|
|
375
401
|
}], ctorParameters: function () {
|
|
376
402
|
return [{ type: i0.TemplateRef, decorators: [{
|
|
@@ -388,11 +414,12 @@ class GroupHeaderColumnTemplateDirective {
|
|
|
388
414
|
}
|
|
389
415
|
}
|
|
390
416
|
GroupHeaderColumnTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupHeaderColumnTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
391
|
-
GroupHeaderColumnTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupHeaderColumnTemplateDirective, selector: "[kendoExcelExportGroupHeaderColumnTemplate]", ngImport: i0 });
|
|
417
|
+
GroupHeaderColumnTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupHeaderColumnTemplateDirective, isStandalone: true, selector: "[kendoExcelExportGroupHeaderColumnTemplate]", ngImport: i0 });
|
|
392
418
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupHeaderColumnTemplateDirective, decorators: [{
|
|
393
419
|
type: Directive,
|
|
394
420
|
args: [{
|
|
395
|
-
selector: '[kendoExcelExportGroupHeaderColumnTemplate]'
|
|
421
|
+
selector: '[kendoExcelExportGroupHeaderColumnTemplate]',
|
|
422
|
+
standalone: true
|
|
396
423
|
}]
|
|
397
424
|
}], ctorParameters: function () {
|
|
398
425
|
return [{ type: i0.TemplateRef, decorators: [{
|
|
@@ -411,34 +438,12 @@ class GroupFooterTemplateDirective {
|
|
|
411
438
|
}
|
|
412
439
|
}
|
|
413
440
|
GroupFooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupFooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
414
|
-
GroupFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupFooterTemplateDirective, selector: "[kendoExcelExportGroupFooterTemplate]", ngImport: i0 });
|
|
441
|
+
GroupFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupFooterTemplateDirective, isStandalone: true, selector: "[kendoExcelExportGroupFooterTemplate]", ngImport: i0 });
|
|
415
442
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupFooterTemplateDirective, decorators: [{
|
|
416
443
|
type: Directive,
|
|
417
444
|
args: [{
|
|
418
|
-
selector: '[kendoExcelExportGroupFooterTemplate]'
|
|
419
|
-
|
|
420
|
-
}], ctorParameters: function () {
|
|
421
|
-
return [{ type: i0.TemplateRef, decorators: [{
|
|
422
|
-
type: Optional
|
|
423
|
-
}] }];
|
|
424
|
-
} });
|
|
425
|
-
|
|
426
|
-
/**
|
|
427
|
-
* Represents the footer cell template of the Excel Export column component
|
|
428
|
-
* ([see example]({% slug columns_excel-export %}#toc-footer-template)).
|
|
429
|
-
* Enables you to customize the footer cell of the column.
|
|
430
|
-
*/
|
|
431
|
-
class FooterTemplateDirective {
|
|
432
|
-
constructor(templateRef) {
|
|
433
|
-
this.templateRef = templateRef;
|
|
434
|
-
}
|
|
435
|
-
}
|
|
436
|
-
FooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
437
|
-
FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FooterTemplateDirective, selector: "[kendoExcelExportFooterTemplate]", ngImport: i0 });
|
|
438
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, decorators: [{
|
|
439
|
-
type: Directive,
|
|
440
|
-
args: [{
|
|
441
|
-
selector: '[kendoExcelExportFooterTemplate]'
|
|
445
|
+
selector: '[kendoExcelExportGroupFooterTemplate]',
|
|
446
|
+
standalone: true
|
|
442
447
|
}]
|
|
443
448
|
}], ctorParameters: function () {
|
|
444
449
|
return [{ type: i0.TemplateRef, decorators: [{
|
|
@@ -455,7 +460,7 @@ class ColumnComponent extends ColumnBase {
|
|
|
455
460
|
}
|
|
456
461
|
}
|
|
457
462
|
ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnComponent, deps: [{ token: ColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
458
|
-
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnComponent, selector: "kendo-excelexport-column", inputs: { field: "field", cellOptions: "cellOptions", groupHeaderCellOptions: "groupHeaderCellOptions", groupFooterCellOptions: "groupFooterCellOptions", footerCellOptions: "footerCellOptions" }, providers: [
|
|
463
|
+
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnComponent, isStandalone: true, selector: "kendo-excelexport-column", inputs: { field: "field", cellOptions: "cellOptions", groupHeaderCellOptions: "groupHeaderCellOptions", groupFooterCellOptions: "groupFooterCellOptions", footerCellOptions: "footerCellOptions" }, providers: [
|
|
459
464
|
{
|
|
460
465
|
provide: ColumnBase,
|
|
461
466
|
useExisting: forwardRef(() => ColumnComponent)
|
|
@@ -471,7 +476,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
471
476
|
}
|
|
472
477
|
],
|
|
473
478
|
selector: 'kendo-excelexport-column',
|
|
474
|
-
template:
|
|
479
|
+
template: ``,
|
|
480
|
+
standalone: true
|
|
475
481
|
}]
|
|
476
482
|
}], ctorParameters: function () {
|
|
477
483
|
return [{ type: ColumnBase, decorators: [{
|
|
@@ -515,7 +521,7 @@ class ColumnGroupComponent extends ColumnBase {
|
|
|
515
521
|
}
|
|
516
522
|
}
|
|
517
523
|
ColumnGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnGroupComponent, deps: [{ token: ColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
518
|
-
ColumnGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnGroupComponent, selector: "kendo-excelexport-column-group", providers: [
|
|
524
|
+
ColumnGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnGroupComponent, isStandalone: true, selector: "kendo-excelexport-column-group", providers: [
|
|
519
525
|
{
|
|
520
526
|
provide: ColumnBase,
|
|
521
527
|
useExisting: forwardRef(() => ColumnGroupComponent)
|
|
@@ -531,7 +537,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
531
537
|
}
|
|
532
538
|
],
|
|
533
539
|
selector: 'kendo-excelexport-column-group',
|
|
534
|
-
template:
|
|
540
|
+
template: ``,
|
|
541
|
+
standalone: true
|
|
535
542
|
}]
|
|
536
543
|
}], ctorParameters: function () {
|
|
537
544
|
return [{ type: ColumnBase, decorators: [{
|
|
@@ -543,15 +550,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
543
550
|
}] }];
|
|
544
551
|
} });
|
|
545
552
|
|
|
546
|
-
const
|
|
553
|
+
const KENDO_EXCELEXPORT = [
|
|
547
554
|
ExcelExportComponent,
|
|
548
555
|
ColumnComponent,
|
|
549
556
|
ColumnGroupComponent,
|
|
550
557
|
FooterTemplateDirective,
|
|
551
558
|
GroupFooterTemplateDirective,
|
|
552
|
-
|
|
553
|
-
|
|
559
|
+
GroupHeaderColumnTemplateDirective,
|
|
560
|
+
GroupHeaderTemplateDirective
|
|
554
561
|
];
|
|
562
|
+
|
|
563
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
555
564
|
/**
|
|
556
565
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
557
566
|
* definition for the Excel Export component.
|
|
@@ -586,25 +595,13 @@ const declarations = [
|
|
|
586
595
|
class ExcelExportModule {
|
|
587
596
|
}
|
|
588
597
|
ExcelExportModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelExportModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
589
|
-
ExcelExportModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExcelExportModule,
|
|
590
|
-
|
|
591
|
-
ColumnGroupComponent,
|
|
592
|
-
FooterTemplateDirective,
|
|
593
|
-
GroupFooterTemplateDirective,
|
|
594
|
-
GroupHeaderTemplateDirective,
|
|
595
|
-
GroupHeaderColumnTemplateDirective], exports: [ExcelExportComponent,
|
|
596
|
-
ColumnComponent,
|
|
597
|
-
ColumnGroupComponent,
|
|
598
|
-
FooterTemplateDirective,
|
|
599
|
-
GroupFooterTemplateDirective,
|
|
600
|
-
GroupHeaderTemplateDirective,
|
|
601
|
-
GroupHeaderColumnTemplateDirective] });
|
|
602
|
-
ExcelExportModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelExportModule });
|
|
598
|
+
ExcelExportModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExcelExportModule, imports: [ExcelExportComponent, ColumnComponent, ColumnGroupComponent, FooterTemplateDirective, GroupFooterTemplateDirective, GroupHeaderColumnTemplateDirective, GroupHeaderTemplateDirective], exports: [ExcelExportComponent, ColumnComponent, ColumnGroupComponent, FooterTemplateDirective, GroupFooterTemplateDirective, GroupHeaderColumnTemplateDirective, GroupHeaderTemplateDirective] });
|
|
599
|
+
ExcelExportModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelExportModule, imports: [ExcelExportComponent, ColumnComponent, ColumnGroupComponent] });
|
|
603
600
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelExportModule, decorators: [{
|
|
604
601
|
type: NgModule,
|
|
605
602
|
args: [{
|
|
606
|
-
|
|
607
|
-
exports: [
|
|
603
|
+
imports: [...KENDO_EXCELEXPORT],
|
|
604
|
+
exports: [...KENDO_EXCELEXPORT]
|
|
608
605
|
}]
|
|
609
606
|
}] });
|
|
610
607
|
|
|
@@ -612,5 +609,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
612
609
|
* Generated bundle index. Do not edit.
|
|
613
610
|
*/
|
|
614
611
|
|
|
615
|
-
export { ColumnBase, ColumnComponent, ColumnGroupComponent, ExcelExportComponent, ExcelExportModule, FooterTemplateDirective, GroupFooterTemplateDirective, GroupHeaderColumnTemplateDirective, GroupHeaderTemplateDirective, isWorkbookOptions, toDataURL, workbookOptions };
|
|
612
|
+
export { ColumnBase, ColumnComponent, ColumnGroupComponent, ExcelExportComponent, ExcelExportModule, FooterTemplateDirective, GroupFooterTemplateDirective, GroupHeaderColumnTemplateDirective, GroupHeaderTemplateDirective, KENDO_EXCELEXPORT, isWorkbookOptions, toDataURL, workbookOptions };
|
|
616
613
|
|
|
@@ -208,8 +208,8 @@ const packageMetadata = {
|
|
|
208
208
|
name: '@progress/kendo-angular-excel-export',
|
|
209
209
|
productName: 'Kendo UI for Angular',
|
|
210
210
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
211
|
-
publishDate:
|
|
212
|
-
version: '16.
|
|
211
|
+
publishDate: 1721827685,
|
|
212
|
+
version: '16.6.0-develop.1',
|
|
213
213
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
214
214
|
};
|
|
215
215
|
|
|
@@ -307,7 +307,7 @@ class ExcelExportComponent {
|
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
309
|
ExcelExportComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelExportComponent, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
310
|
-
ExcelExportComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExcelExportComponent, selector: "kendo-excelexport", inputs: { fileName: "fileName", filterable: "filterable", collapsible: "collapsible", creator: "creator", date: "date", forceProxy: "forceProxy", proxyURL: "proxyURL", data: "data", group: "group", paddingCellOptions: "paddingCellOptions", headerPaddingCellOptions: "headerPaddingCellOptions" }, providers: [
|
|
310
|
+
ExcelExportComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExcelExportComponent, isStandalone: true, selector: "kendo-excelexport", inputs: { fileName: "fileName", filterable: "filterable", collapsible: "collapsible", creator: "creator", date: "date", forceProxy: "forceProxy", proxyURL: "proxyURL", data: "data", group: "group", paddingCellOptions: "paddingCellOptions", headerPaddingCellOptions: "headerPaddingCellOptions" }, providers: [
|
|
311
311
|
LocalizationService,
|
|
312
312
|
{
|
|
313
313
|
provide: L10N_PREFIX,
|
|
@@ -326,7 +326,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
326
326
|
useValue: 'kendo.excelexport'
|
|
327
327
|
}
|
|
328
328
|
],
|
|
329
|
-
template:
|
|
329
|
+
template: ``,
|
|
330
|
+
standalone: true
|
|
330
331
|
}]
|
|
331
332
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { fileName: [{
|
|
332
333
|
type: Input
|
|
@@ -355,6 +356,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
355
356
|
args: [ColumnBase, { descendants: true }]
|
|
356
357
|
}] } });
|
|
357
358
|
|
|
359
|
+
/**
|
|
360
|
+
* Represents the footer cell template of the Excel Export column component
|
|
361
|
+
* ([see example]({% slug columns_excel-export %}#toc-footer-template)).
|
|
362
|
+
* Enables you to customize the footer cell of the column.
|
|
363
|
+
*/
|
|
364
|
+
class FooterTemplateDirective {
|
|
365
|
+
constructor(templateRef) {
|
|
366
|
+
this.templateRef = templateRef;
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
FooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
370
|
+
FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FooterTemplateDirective, isStandalone: true, selector: "[kendoExcelExportFooterTemplate]", ngImport: i0 });
|
|
371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, decorators: [{
|
|
372
|
+
type: Directive,
|
|
373
|
+
args: [{
|
|
374
|
+
selector: '[kendoExcelExportFooterTemplate]',
|
|
375
|
+
standalone: true
|
|
376
|
+
}]
|
|
377
|
+
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
378
|
+
type: Optional
|
|
379
|
+
}] }]; } });
|
|
380
|
+
|
|
358
381
|
/**
|
|
359
382
|
* Represents the group header cell template of the Excel Export column component
|
|
360
383
|
* ([see example]({% slug columns_excel-export %}#toc-group-header-template)).
|
|
@@ -366,11 +389,12 @@ class GroupHeaderTemplateDirective {
|
|
|
366
389
|
}
|
|
367
390
|
}
|
|
368
391
|
GroupHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
369
|
-
GroupHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupHeaderTemplateDirective, selector: "[kendoExcelExportGroupHeaderTemplate]", ngImport: i0 });
|
|
392
|
+
GroupHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupHeaderTemplateDirective, isStandalone: true, selector: "[kendoExcelExportGroupHeaderTemplate]", ngImport: i0 });
|
|
370
393
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupHeaderTemplateDirective, decorators: [{
|
|
371
394
|
type: Directive,
|
|
372
395
|
args: [{
|
|
373
|
-
selector: '[kendoExcelExportGroupHeaderTemplate]'
|
|
396
|
+
selector: '[kendoExcelExportGroupHeaderTemplate]',
|
|
397
|
+
standalone: true
|
|
374
398
|
}]
|
|
375
399
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
376
400
|
type: Optional
|
|
@@ -386,11 +410,12 @@ class GroupHeaderColumnTemplateDirective {
|
|
|
386
410
|
}
|
|
387
411
|
}
|
|
388
412
|
GroupHeaderColumnTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupHeaderColumnTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
389
|
-
GroupHeaderColumnTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupHeaderColumnTemplateDirective, selector: "[kendoExcelExportGroupHeaderColumnTemplate]", ngImport: i0 });
|
|
413
|
+
GroupHeaderColumnTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupHeaderColumnTemplateDirective, isStandalone: true, selector: "[kendoExcelExportGroupHeaderColumnTemplate]", ngImport: i0 });
|
|
390
414
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupHeaderColumnTemplateDirective, decorators: [{
|
|
391
415
|
type: Directive,
|
|
392
416
|
args: [{
|
|
393
|
-
selector: '[kendoExcelExportGroupHeaderColumnTemplate]'
|
|
417
|
+
selector: '[kendoExcelExportGroupHeaderColumnTemplate]',
|
|
418
|
+
standalone: true
|
|
394
419
|
}]
|
|
395
420
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
396
421
|
type: Optional
|
|
@@ -407,32 +432,12 @@ class GroupFooterTemplateDirective {
|
|
|
407
432
|
}
|
|
408
433
|
}
|
|
409
434
|
GroupFooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupFooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
410
|
-
GroupFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupFooterTemplateDirective, selector: "[kendoExcelExportGroupFooterTemplate]", ngImport: i0 });
|
|
435
|
+
GroupFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupFooterTemplateDirective, isStandalone: true, selector: "[kendoExcelExportGroupFooterTemplate]", ngImport: i0 });
|
|
411
436
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupFooterTemplateDirective, decorators: [{
|
|
412
437
|
type: Directive,
|
|
413
438
|
args: [{
|
|
414
|
-
selector: '[kendoExcelExportGroupFooterTemplate]'
|
|
415
|
-
|
|
416
|
-
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
417
|
-
type: Optional
|
|
418
|
-
}] }]; } });
|
|
419
|
-
|
|
420
|
-
/**
|
|
421
|
-
* Represents the footer cell template of the Excel Export column component
|
|
422
|
-
* ([see example]({% slug columns_excel-export %}#toc-footer-template)).
|
|
423
|
-
* Enables you to customize the footer cell of the column.
|
|
424
|
-
*/
|
|
425
|
-
class FooterTemplateDirective {
|
|
426
|
-
constructor(templateRef) {
|
|
427
|
-
this.templateRef = templateRef;
|
|
428
|
-
}
|
|
429
|
-
}
|
|
430
|
-
FooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
431
|
-
FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FooterTemplateDirective, selector: "[kendoExcelExportFooterTemplate]", ngImport: i0 });
|
|
432
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, decorators: [{
|
|
433
|
-
type: Directive,
|
|
434
|
-
args: [{
|
|
435
|
-
selector: '[kendoExcelExportFooterTemplate]'
|
|
439
|
+
selector: '[kendoExcelExportGroupFooterTemplate]',
|
|
440
|
+
standalone: true
|
|
436
441
|
}]
|
|
437
442
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
438
443
|
type: Optional
|
|
@@ -447,7 +452,7 @@ class ColumnComponent extends ColumnBase {
|
|
|
447
452
|
}
|
|
448
453
|
}
|
|
449
454
|
ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnComponent, deps: [{ token: ColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
450
|
-
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnComponent, selector: "kendo-excelexport-column", inputs: { field: "field", cellOptions: "cellOptions", groupHeaderCellOptions: "groupHeaderCellOptions", groupFooterCellOptions: "groupFooterCellOptions", footerCellOptions: "footerCellOptions" }, providers: [
|
|
455
|
+
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnComponent, isStandalone: true, selector: "kendo-excelexport-column", inputs: { field: "field", cellOptions: "cellOptions", groupHeaderCellOptions: "groupHeaderCellOptions", groupFooterCellOptions: "groupFooterCellOptions", footerCellOptions: "footerCellOptions" }, providers: [
|
|
451
456
|
{
|
|
452
457
|
provide: ColumnBase,
|
|
453
458
|
useExisting: forwardRef(() => ColumnComponent)
|
|
@@ -463,7 +468,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
463
468
|
}
|
|
464
469
|
],
|
|
465
470
|
selector: 'kendo-excelexport-column',
|
|
466
|
-
template:
|
|
471
|
+
template: ``,
|
|
472
|
+
standalone: true
|
|
467
473
|
}]
|
|
468
474
|
}], ctorParameters: function () { return [{ type: ColumnBase, decorators: [{
|
|
469
475
|
type: SkipSelf
|
|
@@ -505,7 +511,7 @@ class ColumnGroupComponent extends ColumnBase {
|
|
|
505
511
|
}
|
|
506
512
|
}
|
|
507
513
|
ColumnGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnGroupComponent, deps: [{ token: ColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
508
|
-
ColumnGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnGroupComponent, selector: "kendo-excelexport-column-group", providers: [
|
|
514
|
+
ColumnGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnGroupComponent, isStandalone: true, selector: "kendo-excelexport-column-group", providers: [
|
|
509
515
|
{
|
|
510
516
|
provide: ColumnBase,
|
|
511
517
|
useExisting: forwardRef(() => ColumnGroupComponent)
|
|
@@ -521,7 +527,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
521
527
|
}
|
|
522
528
|
],
|
|
523
529
|
selector: 'kendo-excelexport-column-group',
|
|
524
|
-
template:
|
|
530
|
+
template: ``,
|
|
531
|
+
standalone: true
|
|
525
532
|
}]
|
|
526
533
|
}], ctorParameters: function () { return [{ type: ColumnBase, decorators: [{
|
|
527
534
|
type: SkipSelf
|
|
@@ -531,15 +538,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
531
538
|
type: Optional
|
|
532
539
|
}] }]; } });
|
|
533
540
|
|
|
534
|
-
const
|
|
541
|
+
const KENDO_EXCELEXPORT = [
|
|
535
542
|
ExcelExportComponent,
|
|
536
543
|
ColumnComponent,
|
|
537
544
|
ColumnGroupComponent,
|
|
538
545
|
FooterTemplateDirective,
|
|
539
546
|
GroupFooterTemplateDirective,
|
|
540
|
-
|
|
541
|
-
|
|
547
|
+
GroupHeaderColumnTemplateDirective,
|
|
548
|
+
GroupHeaderTemplateDirective
|
|
542
549
|
];
|
|
550
|
+
|
|
551
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
543
552
|
/**
|
|
544
553
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
545
554
|
* definition for the Excel Export component.
|
|
@@ -574,25 +583,13 @@ const declarations = [
|
|
|
574
583
|
class ExcelExportModule {
|
|
575
584
|
}
|
|
576
585
|
ExcelExportModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelExportModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
577
|
-
ExcelExportModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExcelExportModule,
|
|
578
|
-
|
|
579
|
-
ColumnGroupComponent,
|
|
580
|
-
FooterTemplateDirective,
|
|
581
|
-
GroupFooterTemplateDirective,
|
|
582
|
-
GroupHeaderTemplateDirective,
|
|
583
|
-
GroupHeaderColumnTemplateDirective], exports: [ExcelExportComponent,
|
|
584
|
-
ColumnComponent,
|
|
585
|
-
ColumnGroupComponent,
|
|
586
|
-
FooterTemplateDirective,
|
|
587
|
-
GroupFooterTemplateDirective,
|
|
588
|
-
GroupHeaderTemplateDirective,
|
|
589
|
-
GroupHeaderColumnTemplateDirective] });
|
|
590
|
-
ExcelExportModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelExportModule });
|
|
586
|
+
ExcelExportModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExcelExportModule, imports: [ExcelExportComponent, ColumnComponent, ColumnGroupComponent, FooterTemplateDirective, GroupFooterTemplateDirective, GroupHeaderColumnTemplateDirective, GroupHeaderTemplateDirective], exports: [ExcelExportComponent, ColumnComponent, ColumnGroupComponent, FooterTemplateDirective, GroupFooterTemplateDirective, GroupHeaderColumnTemplateDirective, GroupHeaderTemplateDirective] });
|
|
587
|
+
ExcelExportModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelExportModule, imports: [ExcelExportComponent, ColumnComponent, ColumnGroupComponent] });
|
|
591
588
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelExportModule, decorators: [{
|
|
592
589
|
type: NgModule,
|
|
593
590
|
args: [{
|
|
594
|
-
|
|
595
|
-
exports: [
|
|
591
|
+
imports: [...KENDO_EXCELEXPORT],
|
|
592
|
+
exports: [...KENDO_EXCELEXPORT]
|
|
596
593
|
}]
|
|
597
594
|
}] });
|
|
598
595
|
|
|
@@ -600,5 +597,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
600
597
|
* Generated bundle index. Do not edit.
|
|
601
598
|
*/
|
|
602
599
|
|
|
603
|
-
export { ColumnBase, ColumnComponent, ColumnGroupComponent, ExcelExportComponent, ExcelExportModule, FooterTemplateDirective, GroupFooterTemplateDirective, GroupHeaderColumnTemplateDirective, GroupHeaderTemplateDirective, isWorkbookOptions, toDataURL, workbookOptions };
|
|
600
|
+
export { ColumnBase, ColumnComponent, ColumnGroupComponent, ExcelExportComponent, ExcelExportModule, FooterTemplateDirective, GroupFooterTemplateDirective, GroupHeaderColumnTemplateDirective, GroupHeaderTemplateDirective, KENDO_EXCELEXPORT, isWorkbookOptions, toDataURL, workbookOptions };
|
|
604
601
|
|
package/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-excel-export",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.6.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",
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"@angular/core": "15 - 18",
|
|
24
24
|
"@angular/platform-browser": "15 - 18",
|
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-common": "16.
|
|
27
|
-
"@progress/kendo-angular-l10n": "16.
|
|
26
|
+
"@progress/kendo-angular-common": "16.6.0-develop.1",
|
|
27
|
+
"@progress/kendo-angular-l10n": "16.6.0-develop.1",
|
|
28
28
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"tslib": "^2.3.1",
|
|
32
|
-
"@progress/kendo-angular-schematics": "16.
|
|
32
|
+
"@progress/kendo-angular-schematics": "16.6.0-develop.1",
|
|
33
33
|
"@progress/kendo-file-saver": "^1.0.0",
|
|
34
34
|
"@progress/kendo-intl": "^3.0.0",
|
|
35
35
|
"@progress/kendo-ooxml": "^1.9.0"
|