@progress/kendo-angular-excel-export 5.0.2 → 11.0.0-develop.101
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/LICENSE.md +1 -1
- package/NOTICE.txt +4 -4
- package/README.md +1 -1
- package/columns/column-base.d.ts +1 -1
- 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/{esm2015/columns/column-base.js → esm2020/columns/column-base.mjs} +5 -5
- package/{esm2015/columns/column-group.component.js → esm2020/columns/column-group.component.mjs} +4 -4
- package/{esm2015/columns/column.component.js → esm2020/columns/column.component.mjs} +4 -4
- package/{esm2015/columns/footer-template.directive.js → esm2020/columns/footer-template.directive.mjs} +5 -5
- package/{esm2015/columns/group-footer-template.directive.js → esm2020/columns/group-footer-template.directive.mjs} +5 -5
- package/{esm2015/columns/group-header-column-template.directive.js → esm2020/columns/group-header-column-template.directive.mjs} +5 -5
- package/{esm2015/columns/group-header-template.directive.js → esm2020/columns/group-header-template.directive.mjs} +5 -5
- package/{esm2015/excel-export-data.js → esm2020/excel-export-data.mjs} +1 -1
- package/{esm2015/excel-export.component.js → esm2020/excel-export.component.mjs} +5 -5
- package/{esm2015/excel-export.module.js → esm2020/excel-export.module.mjs} +5 -5
- package/{esm2015/main.js → esm2020/index.mjs} +1 -1
- package/{esm2015/ooxml/cell-options.interface.js → esm2020/ooxml/cell-options.interface.mjs} +1 -1
- package/{esm2015/ooxml/exporter-columns.js → esm2020/ooxml/exporter-columns.mjs} +1 -1
- package/{esm2015/ooxml/workbook.js → esm2020/ooxml/workbook.mjs} +1 -1
- package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
- package/{esm2015/kendo-angular-excel-export.js → esm2020/progress-kendo-angular-excel-export.mjs} +2 -2
- package/excel-export-data.d.ts +1 -1
- package/excel-export.component.d.ts +1 -1
- package/excel-export.module.d.ts +1 -1
- package/fesm2015/progress-kendo-angular-excel-export.mjs +616 -0
- package/{fesm2015/kendo-angular-excel-export.js → fesm2020/progress-kendo-angular-excel-export.mjs} +31 -31
- package/{main.d.ts → index.d.ts} +1 -1
- package/ooxml/cell-options.interface.d.ts +1 -1
- package/ooxml/exporter-columns.d.ts +1 -1
- package/ooxml/workbook.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +29 -55
- package/{kendo-angular-excel-export.d.ts → progress-kendo-angular-excel-export.d.ts} +2 -2
- package/schematics/ngAdd/index.js +1 -5
- package/bundles/kendo-angular-excel-export.umd.js +0 -5
- package/schematics/ngAdd/index.js.map +0 -1
package/{fesm2015/kendo-angular-excel-export.js → fesm2020/progress-kendo-angular-excel-export.mjs}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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
5
|
import * as i0 from '@angular/core';
|
|
@@ -179,9 +179,9 @@ class ColumnBase {
|
|
|
179
179
|
return this.parent ? this.parent.level + 1 : 0;
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
|
-
ColumnBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
183
|
-
ColumnBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
182
|
+
ColumnBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ColumnBase, deps: [{ token: ColumnBase }], target: i0.ɵɵFactoryTarget.Component });
|
|
183
|
+
ColumnBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ColumnBase, selector: "ng-component", inputs: { title: "title", width: "width", locked: "locked", hidden: "hidden", headerCellOptions: "headerCellOptions" }, queries: [{ propertyName: "children", predicate: ColumnBase }], ngImport: i0, template: '', isInline: true });
|
|
184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ColumnBase, decorators: [{
|
|
185
185
|
type: Component,
|
|
186
186
|
args: [{
|
|
187
187
|
template: ''
|
|
@@ -208,9 +208,9 @@ const packageMetadata = {
|
|
|
208
208
|
name: '@progress/kendo-angular-excel-export',
|
|
209
209
|
productName: 'Kendo UI for Angular',
|
|
210
210
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
211
|
-
publishDate:
|
|
211
|
+
publishDate: 1673510397,
|
|
212
212
|
version: '',
|
|
213
|
-
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license
|
|
213
|
+
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
214
214
|
};
|
|
215
215
|
|
|
216
216
|
// eslint-disable max-line-length
|
|
@@ -306,15 +306,15 @@ class ExcelExportComponent {
|
|
|
306
306
|
});
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
|
-
ExcelExportComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
310
|
-
ExcelExportComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
309
|
+
ExcelExportComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExcelExportComponent, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
310
|
+
ExcelExportComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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: [
|
|
311
311
|
LocalizationService,
|
|
312
312
|
{
|
|
313
313
|
provide: L10N_PREFIX,
|
|
314
314
|
useValue: 'kendo.excelexport'
|
|
315
315
|
}
|
|
316
316
|
], queries: [{ propertyName: "columns", predicate: ColumnBase, descendants: true }], exportAs: ["kendoExcelExport"], ngImport: i0, template: ``, isInline: true });
|
|
317
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
317
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExcelExportComponent, decorators: [{
|
|
318
318
|
type: Component,
|
|
319
319
|
args: [{
|
|
320
320
|
exportAs: 'kendoExcelExport',
|
|
@@ -365,9 +365,9 @@ class GroupHeaderTemplateDirective {
|
|
|
365
365
|
this.templateRef = templateRef;
|
|
366
366
|
}
|
|
367
367
|
}
|
|
368
|
-
GroupHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
369
|
-
GroupHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
370
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
368
|
+
GroupHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GroupHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
369
|
+
GroupHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: GroupHeaderTemplateDirective, selector: "[kendoExcelExportGroupHeaderTemplate]", ngImport: i0 });
|
|
370
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GroupHeaderTemplateDirective, decorators: [{
|
|
371
371
|
type: Directive,
|
|
372
372
|
args: [{
|
|
373
373
|
selector: '[kendoExcelExportGroupHeaderTemplate]'
|
|
@@ -385,9 +385,9 @@ class GroupHeaderColumnTemplateDirective {
|
|
|
385
385
|
this.templateRef = templateRef;
|
|
386
386
|
}
|
|
387
387
|
}
|
|
388
|
-
GroupHeaderColumnTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
389
|
-
GroupHeaderColumnTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
390
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
388
|
+
GroupHeaderColumnTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GroupHeaderColumnTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
389
|
+
GroupHeaderColumnTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: GroupHeaderColumnTemplateDirective, selector: "[kendoExcelExportGroupHeaderColumnTemplate]", ngImport: i0 });
|
|
390
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GroupHeaderColumnTemplateDirective, decorators: [{
|
|
391
391
|
type: Directive,
|
|
392
392
|
args: [{
|
|
393
393
|
selector: '[kendoExcelExportGroupHeaderColumnTemplate]'
|
|
@@ -406,9 +406,9 @@ class GroupFooterTemplateDirective {
|
|
|
406
406
|
this.templateRef = templateRef;
|
|
407
407
|
}
|
|
408
408
|
}
|
|
409
|
-
GroupFooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
410
|
-
GroupFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
411
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
409
|
+
GroupFooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GroupFooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
410
|
+
GroupFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: GroupFooterTemplateDirective, selector: "[kendoExcelExportGroupFooterTemplate]", ngImport: i0 });
|
|
411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GroupFooterTemplateDirective, decorators: [{
|
|
412
412
|
type: Directive,
|
|
413
413
|
args: [{
|
|
414
414
|
selector: '[kendoExcelExportGroupFooterTemplate]'
|
|
@@ -427,9 +427,9 @@ class FooterTemplateDirective {
|
|
|
427
427
|
this.templateRef = templateRef;
|
|
428
428
|
}
|
|
429
429
|
}
|
|
430
|
-
FooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
431
|
-
FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
432
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
430
|
+
FooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
431
|
+
FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: FooterTemplateDirective, selector: "[kendoExcelExportFooterTemplate]", ngImport: i0 });
|
|
432
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FooterTemplateDirective, decorators: [{
|
|
433
433
|
type: Directive,
|
|
434
434
|
args: [{
|
|
435
435
|
selector: '[kendoExcelExportFooterTemplate]'
|
|
@@ -446,14 +446,14 @@ class ColumnComponent extends ColumnBase {
|
|
|
446
446
|
super(parent);
|
|
447
447
|
}
|
|
448
448
|
}
|
|
449
|
-
ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
450
|
-
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
449
|
+
ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ColumnComponent, deps: [{ token: ColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
450
|
+
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ColumnComponent, selector: "kendo-excelexport-column", inputs: { field: "field", cellOptions: "cellOptions", groupHeaderCellOptions: "groupHeaderCellOptions", groupFooterCellOptions: "groupFooterCellOptions", footerCellOptions: "footerCellOptions" }, providers: [
|
|
451
451
|
{
|
|
452
452
|
provide: ColumnBase,
|
|
453
453
|
useExisting: forwardRef(() => ColumnComponent)
|
|
454
454
|
}
|
|
455
455
|
], queries: [{ propertyName: "groupHeaderTemplate", first: true, predicate: GroupHeaderTemplateDirective, descendants: true }, { propertyName: "groupHeaderColumnTemplate", first: true, predicate: GroupHeaderColumnTemplateDirective, descendants: true }, { propertyName: "groupFooterTemplate", first: true, predicate: GroupFooterTemplateDirective, descendants: true }, { propertyName: "footerTemplate", first: true, predicate: FooterTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
456
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
456
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ColumnComponent, decorators: [{
|
|
457
457
|
type: Component,
|
|
458
458
|
args: [{
|
|
459
459
|
providers: [
|
|
@@ -504,14 +504,14 @@ class ColumnGroupComponent extends ColumnBase {
|
|
|
504
504
|
this.parent = parent;
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
|
-
ColumnGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
508
|
-
ColumnGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
507
|
+
ColumnGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ColumnGroupComponent, deps: [{ token: ColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
508
|
+
ColumnGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ColumnGroupComponent, selector: "kendo-excelexport-column-group", providers: [
|
|
509
509
|
{
|
|
510
510
|
provide: ColumnBase,
|
|
511
511
|
useExisting: forwardRef(() => ColumnGroupComponent)
|
|
512
512
|
}
|
|
513
513
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
514
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
514
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ColumnGroupComponent, decorators: [{
|
|
515
515
|
type: Component,
|
|
516
516
|
args: [{
|
|
517
517
|
providers: [
|
|
@@ -573,8 +573,8 @@ const declarations = [
|
|
|
573
573
|
*/
|
|
574
574
|
class ExcelExportModule {
|
|
575
575
|
}
|
|
576
|
-
ExcelExportModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
577
|
-
ExcelExportModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
576
|
+
ExcelExportModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExcelExportModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
577
|
+
ExcelExportModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExcelExportModule, declarations: [ExcelExportComponent,
|
|
578
578
|
ColumnComponent,
|
|
579
579
|
ColumnGroupComponent,
|
|
580
580
|
FooterTemplateDirective,
|
|
@@ -587,8 +587,8 @@ ExcelExportModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versi
|
|
|
587
587
|
GroupFooterTemplateDirective,
|
|
588
588
|
GroupHeaderTemplateDirective,
|
|
589
589
|
GroupHeaderColumnTemplateDirective] });
|
|
590
|
-
ExcelExportModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
591
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
590
|
+
ExcelExportModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExcelExportModule });
|
|
591
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExcelExportModule, decorators: [{
|
|
592
592
|
type: NgModule,
|
|
593
593
|
args: [{
|
|
594
594
|
declarations: [declarations],
|
package/{main.d.ts → index.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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
5
|
export { ExcelExportComponent } from './excel-export.component';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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
5
|
import { WorkbookSheetRowCellBorderBottom, WorkbookSheetRowCellBorderLeft, WorkbookSheetRowCellBorderTop, WorkbookSheetRowCellBorderRight } from '@progress/kendo-ooxml';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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
5
|
import { CellOptions } from './cell-options.interface';
|
package/ooxml/workbook.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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
5
|
import { WorkbookOptions } from '@progress/kendo-ooxml';
|
package/package-metadata.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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
5
|
import { PackageMetadata } from '@progress/kendo-licensing';
|
package/package.json
CHANGED
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-excel-export",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "11.0.0-develop.101",
|
|
4
4
|
"description": "Kendo UI for Angular Excel Export component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
7
7
|
"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/telerik/kendo-angular-excel-export.git"
|
|
11
|
-
},
|
|
12
8
|
"bugs": {
|
|
13
9
|
"url": "https://github.com/telerik/kendo-angular"
|
|
14
10
|
},
|
|
@@ -21,64 +17,42 @@
|
|
|
21
17
|
"@progress": {
|
|
22
18
|
"friendlyName": "ExcelExport"
|
|
23
19
|
},
|
|
24
|
-
"
|
|
20
|
+
"peerDependencies": {
|
|
21
|
+
"@angular/animations": "13 - 15",
|
|
22
|
+
"@angular/common": "13 - 15",
|
|
23
|
+
"@angular/core": "13 - 15",
|
|
24
|
+
"@angular/platform-browser": "13 - 15",
|
|
25
25
|
"@progress/kendo-file-saver": "^1.0.0",
|
|
26
|
-
"@progress/kendo-ooxml": "^1.6.1",
|
|
27
|
-
"@progress/kendo-schematics": "^3.0.0",
|
|
28
26
|
"@progress/kendo-intl": "^3.0.0",
|
|
29
|
-
"tslib": "^2.3.1"
|
|
30
|
-
},
|
|
31
|
-
"peerDependencies": {
|
|
32
|
-
"@angular/common": "12 - 15",
|
|
33
|
-
"@angular/core": "12 - 15",
|
|
34
|
-
"@progress/kendo-angular-common": "^3.0.0",
|
|
35
|
-
"@progress/kendo-angular-l10n": "^4.0.0",
|
|
36
27
|
"@progress/kendo-licensing": "^1.0.2",
|
|
28
|
+
"@progress/kendo-ooxml": "^1.6.1",
|
|
29
|
+
"@progress/kendo-angular-common": "11.0.0-develop.101",
|
|
30
|
+
"@progress/kendo-angular-l10n": "11.0.0-develop.101",
|
|
31
|
+
"@progress/kendo-angular-schematics": "11.0.0-develop.101",
|
|
37
32
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
38
33
|
},
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"path": "./node_modules/cz-conventional-changelog"
|
|
42
|
-
},
|
|
43
|
-
"ghooks": {
|
|
44
|
-
"commit-msg": "validate-commit-msg"
|
|
45
|
-
},
|
|
46
|
-
"validate-commit-msg": {
|
|
47
|
-
"types": [
|
|
48
|
-
"feat",
|
|
49
|
-
"fix",
|
|
50
|
-
"docs",
|
|
51
|
-
"style",
|
|
52
|
-
"refactor",
|
|
53
|
-
"perf",
|
|
54
|
-
"test",
|
|
55
|
-
"chore",
|
|
56
|
-
"revert"
|
|
57
|
-
],
|
|
58
|
-
"warnOnFail": false,
|
|
59
|
-
"maxSubjectLength": 100
|
|
60
|
-
}
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"tslib": "^2.3.1"
|
|
61
36
|
},
|
|
62
37
|
"schematics": "./schematics/collection.json",
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
38
|
+
"module": "fesm2015/progress-kendo-angular-excel-export.mjs",
|
|
39
|
+
"es2020": "fesm2020/progress-kendo-angular-excel-export.mjs",
|
|
40
|
+
"esm2020": "esm2020/progress-kendo-angular-excel-export.mjs",
|
|
41
|
+
"fesm2020": "fesm2020/progress-kendo-angular-excel-export.mjs",
|
|
42
|
+
"fesm2015": "fesm2015/progress-kendo-angular-excel-export.mjs",
|
|
43
|
+
"typings": "progress-kendo-angular-excel-export.d.ts",
|
|
44
|
+
"exports": {
|
|
45
|
+
"./package.json": {
|
|
46
|
+
"default": "./package.json"
|
|
70
47
|
},
|
|
71
|
-
"
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
48
|
+
".": {
|
|
49
|
+
"types": "./progress-kendo-angular-excel-export.d.ts",
|
|
50
|
+
"esm2020": "./esm2020/progress-kendo-angular-excel-export.mjs",
|
|
51
|
+
"es2020": "./fesm2020/progress-kendo-angular-excel-export.mjs",
|
|
52
|
+
"es2015": "./fesm2015/progress-kendo-angular-excel-export.mjs",
|
|
53
|
+
"node": "./fesm2015/progress-kendo-angular-excel-export.mjs",
|
|
54
|
+
"default": "./fesm2020/progress-kendo-angular-excel-export.mjs"
|
|
55
|
+
}
|
|
76
56
|
},
|
|
77
|
-
"main": "bundles/kendo-angular-excel-export.umd.js",
|
|
78
|
-
"module": "fesm2015/kendo-angular-excel-export.js",
|
|
79
|
-
"es2015": "fesm2015/kendo-angular-excel-export.js",
|
|
80
|
-
"esm2015": "esm2015/kendo-angular-excel-export.js",
|
|
81
|
-
"fesm2015": "fesm2015/kendo-angular-excel-export.js",
|
|
82
|
-
"typings": "kendo-angular-excel-export.d.ts",
|
|
83
57
|
"sideEffects": false
|
|
84
58
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 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
5
|
/**
|
|
6
6
|
* Generated bundle index. Do not edit.
|
|
7
7
|
*/
|
|
8
8
|
/// <amd-module name="@progress/kendo-angular-excel-export" />
|
|
9
|
-
export * from './
|
|
9
|
+
export * from './index';
|
|
@@ -1,13 +1,9 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
1
|
"use strict";
|
|
6
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
3
|
const schematics_1 = require("@angular-devkit/schematics");
|
|
8
4
|
function default_1(options) {
|
|
9
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'ExcelExportModule', package: 'excel-export' //package name, e.g grid
|
|
10
6
|
});
|
|
11
|
-
return schematics_1.externalSchematic('@progress/kendo-schematics', 'ng-add', finalOptions);
|
|
7
|
+
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
12
8
|
}
|
|
13
9
|
exports.default = default_1;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@progress/kendo-file-saver"),require("@progress/kendo-ooxml"),require("@progress/kendo-intl"),require("@progress/kendo-angular-l10n"),require("@progress/kendo-licensing")):"function"==typeof define&&define.amd?define("KendoAngularExcelExport",["exports","@angular/core","@progress/kendo-file-saver","@progress/kendo-ooxml","@progress/kendo-intl","@progress/kendo-angular-l10n","@progress/kendo-licensing"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).KendoAngularExcelExport={},e.ng.core,e.KendoFileSaver,e.KendoOoxml,e.KendoIntl,e.KendoAngularL10N,e.KendoLicensing)}(this,function(t,r,o,n,e,i,a){"use strict";function p(r){var o;return r&&r.__esModule?r:(o=Object.create(null),r&&Object.keys(r).forEach(function(e){var t;"default"!==e&&(t=Object.getOwnPropertyDescriptor(r,e),Object.defineProperty(o,e,t.get?t:{enumerable:!0,get:function(){return r[e]}}))}),o.default=r,Object.freeze(o))}function l(e,t,r){function o(e){return r(t,e),n.detectChanges(),n.rootNodes.reduce(function(e,t){return e+t.textContent},"").trim()}var n=e.createEmbeddedView(t);return o.destroy=function(){n.destroy(),n=null},o}function s(e,t){e.$implicit=e.group=t,e.field=t.field,e.value=t.value,e.aggregates=t.aggregates}function c(e,t){e.group=t.group,e.$implicit=e.aggregates=t}function d(e,t){e.aggregates=t.aggregates}function u(e){function n(e,r,o){e.forEach(function(t){var e;t.level===o&&(e=new j(t,i),r.push(e),t.children&&t.children.some(function(e){return e!==t})?(e=e.columns=[],n(t.children,e,o+1)):i++)})}var t=[],i=0;return n(e,t,0),t}function g(e){e&&e.forEach(function(e){e.destroy()})}var m=p(r),f=p(i),j=(y.prototype.destroy=function(){this.footerTemplate&&this.footerTemplate.destroy(),this.groupFooterTemplate&&this.groupFooterTemplate.destroy(),this.groupHeaderTemplate&&this.groupHeaderTemplate.destroy(),this.groupHeaderColumnTemplate&&this.groupHeaderColumnTemplate.destroy(),g(this.columns)},y);function y(e,t){this.title=e.title,this.field=e.field,this.hidden=e.hidden,this.locked=e.locked,this.width=e.width,this.headerCellOptions=e.headerCellOptions,this.cellOptions=e.cellOptions,this.groupHeaderCellOptions=e.groupHeaderCellOptions,this.groupFooterCellOptions=e.groupFooterCellOptions,this.footerCellOptions=e.footerCellOptions,e.footerTemplate&&(this.footerTemplate=l(e.footerTemplate.templateRef,{$implicit:e,column:e,columnIndex:t},d)),e.groupFooterTemplate&&(this.groupFooterTemplate=l(e.groupFooterTemplate.templateRef,{column:e,field:e.field},c)),e.groupHeaderTemplate&&(this.groupHeaderTemplate=l(e.groupHeaderTemplate.templateRef,{},s)),e.groupHeaderColumnTemplate&&(this.groupHeaderColumnTemplate=l(e.groupHeaderColumnTemplate.templateRef,{},s))}n.IntlService.register({toString:e.toString});function h(e){var t=u(e.columns),r=new n.ExcelExporter({columns:t,data:e.data,filterable:e.filterable,groups:e.group,paddingCellOptions:e.paddingCellOptions,headerPaddingCellOptions:e.headerPaddingCellOptions,collapsible:e.collapsible,hierarchy:e.hierarchy,aggregates:e.aggregates}).workbook();return r.creator=e.creator,r.date=e.date,r.rtl=e.rtl,g(t),r}function v(e){return new n.Workbook(e).toDataURL()}function C(e){return e&&e.sheets}Object.defineProperty(O.prototype,"level",{get:function(){return this.parent?this.parent.level+1:0},enumerable:!1,configurable:!0});var x=O;function O(e){this.parent=e}x.ɵfac=m.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.16",ngImport:m,type:x,deps:[{token:x}],target:m.ɵɵFactoryTarget.Component}),x.ɵcmp=m.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.16",type:x,selector:"ng-component",inputs:{title:"title",width:"width",locked:"locked",hidden:"hidden",headerCellOptions:"headerCellOptions"},queries:[{propertyName:"children",predicate:x}],ngImport:m,template:"",isInline:!0}),m.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.16",ngImport:m,type:x,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[{type:x}]},propDecorators:{title:[{type:r.Input}],width:[{type:r.Input}],locked:[{type:r.Input}],hidden:[{type:r.Input}],headerCellOptions:[{type:r.Input}],children:[{type:r.ContentChildren,args:[x]}]}});var _={name:"@progress/kendo-angular-excel-export",productName:"Kendo UI for Angular",productCodes:["KENDOUIANGULAR","KENDOUICOMPLETE"],publishDate:1668698474,version:"",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"},e=(k.prototype.save=function(e){this.toDataURL(e).then(this.saveFile)},k.prototype.workbookOptions=function(e){e=this.getExportData(e);return h({columns:this.columns,data:e.data,group:e.group,filterable:this.filterable,creator:this.creator,date:this.date,rtl:this.localization.rtl,paddingCellOptions:this.paddingCellOptions,headerPaddingCellOptions:this.headerPaddingCellOptions,collapsible:this.collapsible})},k.prototype.toDataURL=function(e){var t=C(e)?e:this.workbookOptions(e);return this.zone.runOutsideAngular(function(){return v(t)})},k.prototype.getExportData=function(e){e=e?Array.isArray(e)?{data:e}:e:{data:this.data,group:this.group};return e},k.prototype.saveFile=function(e){o.saveAs(e,this.fileName,{forceProxy:this.forceProxy,proxyURL:this.proxyURL})},k);function k(e,t){this.localization=e,this.zone=t,this.fileName="Export.xlsx",this.columns=new r.QueryList,a.validatePackage(_),this.saveFile=this.saveFile.bind(this)}e.ɵfac=m.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.16",ngImport:m,type:e,deps:[{token:f.LocalizationService},{token:m.NgZone}],target:m.ɵɵFactoryTarget.Component}),e.ɵcmp=m.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.16",type:e,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:[i.LocalizationService,{provide:i.L10N_PREFIX,useValue:"kendo.excelexport"}],queries:[{propertyName:"columns",predicate:x,descendants:!0}],exportAs:["kendoExcelExport"],ngImport:m,template:"",isInline:!0}),m.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.16",ngImport:m,type:e,decorators:[{type:r.Component,args:[{exportAs:"kendoExcelExport",selector:"kendo-excelexport",providers:[i.LocalizationService,{provide:i.L10N_PREFIX,useValue:"kendo.excelexport"}],template:""}]}],ctorParameters:function(){return[{type:f.LocalizationService},{type:m.NgZone}]},propDecorators:{fileName:[{type:r.Input}],filterable:[{type:r.Input}],collapsible:[{type:r.Input}],creator:[{type:r.Input}],date:[{type:r.Input}],forceProxy:[{type:r.Input}],proxyURL:[{type:r.Input}],data:[{type:r.Input}],group:[{type:r.Input}],paddingCellOptions:[{type:r.Input}],headerPaddingCellOptions:[{type:r.Input}],columns:[{type:r.ContentChildren,args:[x,{descendants:!0}]}]}});var I=function(e,t){return(I=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(e,t){e.__proto__=t}:function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}))(e,t)};function T(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}I(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}Object.create;Object.create;var D,i=function(e){this.templateRef=e},E=(i.ɵfac=m.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.16",ngImport:m,type:i,deps:[{token:m.TemplateRef,optional:!0}],target:m.ɵɵFactoryTarget.Directive}),i.ɵdir=m.ɵɵngDeclareDirective({minVersion:"12.0.0",version:"12.2.16",type:i,selector:"[kendoExcelExportGroupHeaderTemplate]",ngImport:m}),m.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.16",ngImport:m,type:i,decorators:[{type:r.Directive,args:[{selector:"[kendoExcelExportGroupHeaderTemplate]"}]}],ctorParameters:function(){return[{type:m.TemplateRef,decorators:[{type:r.Optional}]}]}}),function(e){this.templateRef=e}),b=(E.ɵfac=m.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.16",ngImport:m,type:E,deps:[{token:m.TemplateRef,optional:!0}],target:m.ɵɵFactoryTarget.Directive}),E.ɵdir=m.ɵɵngDeclareDirective({minVersion:"12.0.0",version:"12.2.16",type:E,selector:"[kendoExcelExportGroupHeaderColumnTemplate]",ngImport:m}),m.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.16",ngImport:m,type:E,decorators:[{type:r.Directive,args:[{selector:"[kendoExcelExportGroupHeaderColumnTemplate]"}]}],ctorParameters:function(){return[{type:m.TemplateRef,decorators:[{type:r.Optional}]}]}}),function(e){this.templateRef=e}),F=(b.ɵfac=m.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.16",ngImport:m,type:b,deps:[{token:m.TemplateRef,optional:!0}],target:m.ɵɵFactoryTarget.Directive}),b.ɵdir=m.ɵɵngDeclareDirective({minVersion:"12.0.0",version:"12.2.16",type:b,selector:"[kendoExcelExportGroupFooterTemplate]",ngImport:m}),m.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.16",ngImport:m,type:b,decorators:[{type:r.Directive,args:[{selector:"[kendoExcelExportGroupFooterTemplate]"}]}],ctorParameters:function(){return[{type:m.TemplateRef,decorators:[{type:r.Optional}]}]}}),function(e){this.templateRef=e}),P=(F.ɵfac=m.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.16",ngImport:m,type:F,deps:[{token:m.TemplateRef,optional:!0}],target:m.ɵɵFactoryTarget.Directive}),F.ɵdir=m.ɵɵngDeclareDirective({minVersion:"12.0.0",version:"12.2.16",type:F,selector:"[kendoExcelExportFooterTemplate]",ngImport:m}),m.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.16",ngImport:m,type:F,decorators:[{type:r.Directive,args:[{selector:"[kendoExcelExportFooterTemplate]"}]}],ctorParameters:function(){return[{type:m.TemplateRef,decorators:[{type:r.Optional}]}]}}),T(R,D=x),R);function R(e){return D.call(this,e)||this}P.ɵfac=m.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.16",ngImport:m,type:P,deps:[{token:x,host:!0,optional:!0,skipSelf:!0}],target:m.ɵɵFactoryTarget.Component}),P.ɵcmp=m.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.16",type:P,selector:"kendo-excelexport-column",inputs:{field:"field",cellOptions:"cellOptions",groupHeaderCellOptions:"groupHeaderCellOptions",groupFooterCellOptions:"groupFooterCellOptions",footerCellOptions:"footerCellOptions"},providers:[{provide:x,useExisting:r.forwardRef(function(){return P})}],queries:[{propertyName:"groupHeaderTemplate",first:!0,predicate:i,descendants:!0},{propertyName:"groupHeaderColumnTemplate",first:!0,predicate:E,descendants:!0},{propertyName:"groupFooterTemplate",first:!0,predicate:b,descendants:!0},{propertyName:"footerTemplate",first:!0,predicate:F,descendants:!0}],usesInheritance:!0,ngImport:m,template:"",isInline:!0}),m.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.16",ngImport:m,type:P,decorators:[{type:r.Component,args:[{providers:[{provide:x,useExisting:r.forwardRef(function(){return P})}],selector:"kendo-excelexport-column",template:""}]}],ctorParameters:function(){return[{type:x,decorators:[{type:r.SkipSelf},{type:r.Host},{type:r.Optional}]}]},propDecorators:{field:[{type:r.Input}],cellOptions:[{type:r.Input}],groupHeaderCellOptions:[{type:r.Input}],groupFooterCellOptions:[{type:r.Input}],footerCellOptions:[{type:r.Input}],groupHeaderTemplate:[{type:r.ContentChild,args:[i,{static:!1}]}],groupHeaderColumnTemplate:[{type:r.ContentChild,args:[E,{static:!1}]}],groupFooterTemplate:[{type:r.ContentChild,args:[b,{static:!1}]}],footerTemplate:[{type:r.ContentChild,args:[F,{static:!1}]}]}});T(H,V=x);var V,w=H;function H(e){var t=V.call(this,e)||this;return t.parent=e,t}w.ɵfac=m.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.16",ngImport:m,type:w,deps:[{token:x,host:!0,optional:!0,skipSelf:!0}],target:m.ɵɵFactoryTarget.Component}),w.ɵcmp=m.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.16",type:w,selector:"kendo-excelexport-column-group",providers:[{provide:x,useExisting:r.forwardRef(function(){return w})}],usesInheritance:!0,ngImport:m,template:"",isInline:!0}),m.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.16",ngImport:m,type:w,decorators:[{type:r.Component,args:[{providers:[{provide:x,useExisting:r.forwardRef(function(){return w})}],selector:"kendo-excelexport-column-group",template:""}]}],ctorParameters:function(){return[{type:x,decorators:[{type:r.SkipSelf},{type:r.Host},{type:r.Optional}]}]}});var N=[e,P,w,F,b,i,E],L=function(){};L.ɵfac=m.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.16",ngImport:m,type:L,deps:[],target:m.ɵɵFactoryTarget.NgModule}),L.ɵmod=m.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.16",ngImport:m,type:L,declarations:[e,P,w,F,b,i,E],exports:[e,P,w,F,b,i,E]}),L.ɵinj=m.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.16",ngImport:m,type:L}),m.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.16",ngImport:m,type:L,decorators:[{type:r.NgModule,args:[{declarations:[N],exports:[N]}]}]}),t.ColumnBase=x,t.ColumnComponent=P,t.ColumnGroupComponent=w,t.ExcelExportComponent=e,t.ExcelExportModule=L,t.FooterTemplateDirective=F,t.GroupFooterTemplateDirective=b,t.GroupHeaderColumnTemplateDirective=E,t.GroupHeaderTemplateDirective=i,t.isWorkbookOptions=C,t.toDataURL=v,t.workbookOptions=h,Object.keys(n).forEach(function(e){"default"===e||t.hasOwnProperty(e)||Object.defineProperty(t,e,{enumerable:!0,get:function(){return n[e]}})}),Object.defineProperty(t,"__esModule",{value:!0})});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../tooling/schematics/ngAdd/index.ts"],"names":[],"mappings":";;AAAA,2DAKqC;AAErC,mBAAyB,OAAY;IACjC,MAAM,YAAY,mCACX,OAAO,KACV,YAAY,EAAE,mBAAmB,EACjC,OAAO,EAAE,cAAc,CAAC,wBAAwB;OACnD,CAAC;IAEF,OAAO,8BAAiB,CAAC,4BAA4B,EAAE,QAAQ,EAAE,YAAY,CAAC,CAAC;AACnF,CAAC;AARD,4BAQC"}
|