@progress/kendo-angular-excel-export 4.0.0 → 4.0.2-dev.202111011439
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 +261 -34
- package/README.md +1 -1
- package/dist/cdn/js/kendo-angular-excel-export.js +3 -3
- package/dist/cdn/main.js +2 -2
- package/dist/es/columns/column-base.js +1 -1
- package/dist/es/columns/column-group.component.js +1 -1
- package/dist/es/columns/column.component.js +1 -1
- package/dist/es/columns/footer-template.directive.js +1 -1
- package/dist/es/columns/group-footer-template.directive.js +1 -1
- package/dist/es/columns/group-header-column-template.directive.js +1 -1
- package/dist/es/columns/group-header-template.directive.js +1 -1
- package/dist/es/excel-export-data.js +1 -1
- package/dist/es/excel-export.component.js +1 -1
- package/dist/es/excel-export.module.js +1 -1
- package/dist/es/index.js +1 -1
- package/dist/es/main.js +1 -1
- package/dist/es/ooxml/cell-options.interface.js +1 -1
- package/dist/es/ooxml/exporter-columns.js +1 -1
- package/dist/es/ooxml/workbook.js +1 -1
- package/dist/es/package-metadata.js +2 -2
- package/dist/es2015/columns/column-base.d.ts +1 -1
- package/dist/es2015/columns/column-base.js +1 -1
- package/dist/es2015/columns/column-group.component.d.ts +1 -1
- package/dist/es2015/columns/column-group.component.js +1 -1
- package/dist/es2015/columns/column.component.d.ts +1 -1
- package/dist/es2015/columns/column.component.js +1 -1
- package/dist/es2015/columns/footer-template.directive.d.ts +1 -1
- package/dist/es2015/columns/footer-template.directive.js +1 -1
- package/dist/es2015/columns/group-footer-template.directive.d.ts +1 -1
- package/dist/es2015/columns/group-footer-template.directive.js +1 -1
- package/dist/es2015/columns/group-header-column-template.directive.d.ts +1 -1
- package/dist/es2015/columns/group-header-column-template.directive.js +1 -1
- package/dist/es2015/columns/group-header-template.directive.d.ts +1 -1
- package/dist/es2015/columns/group-header-template.directive.js +1 -1
- package/dist/es2015/excel-export-data.d.ts +1 -1
- package/dist/es2015/excel-export-data.js +1 -1
- package/dist/es2015/excel-export.component.d.ts +1 -1
- package/dist/es2015/excel-export.component.js +1 -1
- package/dist/es2015/excel-export.module.d.ts +1 -1
- package/dist/es2015/excel-export.module.js +1 -1
- package/dist/es2015/index.d.ts +1 -1
- package/dist/es2015/index.js +1 -1
- package/dist/es2015/main.d.ts +1 -1
- package/dist/es2015/main.js +1 -1
- package/dist/es2015/ooxml/cell-options.interface.d.ts +1 -1
- package/dist/es2015/ooxml/cell-options.interface.js +1 -1
- package/dist/es2015/ooxml/exporter-columns.d.ts +1 -1
- package/dist/es2015/ooxml/exporter-columns.js +1 -1
- package/dist/es2015/ooxml/workbook.d.ts +1 -1
- package/dist/es2015/ooxml/workbook.js +1 -1
- package/dist/es2015/package-metadata.d.ts +1 -1
- package/dist/es2015/package-metadata.js +2 -2
- package/dist/fesm2015/index.js +2 -2
- package/dist/fesm5/index.js +2 -2
- package/dist/npm/columns/column-base.js +1 -1
- package/dist/npm/columns/column-group.component.js +1 -1
- package/dist/npm/columns/column.component.js +1 -1
- package/dist/npm/columns/footer-template.directive.js +1 -1
- package/dist/npm/columns/group-footer-template.directive.js +1 -1
- package/dist/npm/columns/group-header-column-template.directive.js +1 -1
- package/dist/npm/columns/group-header-template.directive.js +1 -1
- package/dist/npm/excel-export-data.js +1 -1
- package/dist/npm/excel-export.component.js +1 -1
- package/dist/npm/excel-export.module.js +1 -1
- package/dist/npm/index.js +1 -1
- package/dist/npm/main.js +1 -1
- package/dist/npm/ooxml/cell-options.interface.js +1 -1
- package/dist/npm/ooxml/exporter-columns.js +1 -1
- package/dist/npm/ooxml/workbook.js +1 -1
- package/dist/npm/package-metadata.js +2 -2
- package/dist/systemjs/kendo-angular-excel-export.js +2 -2
- package/package.json +8 -9
- package/schematics/ngAdd/schema.json +1 -1
package/dist/cdn/main.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("tslib"),require("@angular/core"),require("@progress/kendo-ooxml"),require("@progress/kendo-file-saver"),require("@telerik/kendo-intl"),require("@progress/kendo-angular-l10n"),require("@progress/kendo-licensing")):"function"==typeof define&&define.amd?define(["tslib","@angular/core","@progress/kendo-ooxml","@progress/kendo-file-saver","@telerik/kendo-intl","@progress/kendo-angular-l10n","@progress/kendo-licensing"],t):"object"==typeof exports?exports.KendoAngularExcelExport=t(require("tslib"),require("@angular/core"),require("@progress/kendo-ooxml"),require("@progress/kendo-file-saver"),require("@telerik/kendo-intl"),require("@progress/kendo-angular-l10n"),require("@progress/kendo-licensing")):e.KendoAngularExcelExport=t(e.tslib,e["@angular/core"],e["@progress/kendo-ooxml"],e["@progress/kendo-file-saver"],e["@telerik/kendo-intl"],e["@progress/kendo-angular-l10n"],e["@progress/kendo-licensing"])}(window,(function(e,t,o,r,n,a,i){return function(e){var t={};function o(r){if(t[r])return t[r].exports;var n=t[r]={i:r,l:!1,exports:{}};return e[r].call(n.exports,n,n.exports,o),n.l=!0,n.exports}return o.m=e,o.c=t,o.d=function(e,t,r){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(o.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)o.d(r,n,function(t){return e[t]}.bind(null,n));return r},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=12)}([function(t,o){t.exports=e},function(e,o){e.exports=t},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),a=function(){function e(e){this.parent=e}return Object.defineProperty(e.prototype,"level",{get:function(){return this.parent?this.parent.level+1:0},enumerable:!0,configurable:!0}),r.__decorate([n.Input(),r.__metadata("design:type",String)],e.prototype,"title",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Number)],e.prototype,"width",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Boolean)],e.prototype,"locked",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Boolean)],e.prototype,"hidden",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],e.prototype,"headerCellOptions",void 0),r.__decorate([n.ContentChildren(e),r.__metadata("design:type",n.QueryList)],e.prototype,"children",void 0),e}();t.ColumnBase=a},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),a=function(){function e(e){this.templateRef=e}return e=r.__decorate([n.Directive({selector:"[kendoExcelExportGroupHeaderTemplate]"}),r.__param(0,n.Optional()),r.__metadata("design:paramtypes",[n.TemplateRef])],e)}();t.GroupHeaderTemplateDirective=a},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),a=function(){function e(e){this.templateRef=e}return e=r.__decorate([n.Directive({selector:"[kendoExcelExportGroupFooterTemplate]"}),r.__param(0,n.Optional()),r.__metadata("design:paramtypes",[n.TemplateRef])],e)}();t.GroupFooterTemplateDirective=a},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),a=function(){function e(e){this.templateRef=e}return e=r.__decorate([n.Directive({selector:"[kendoExcelExportFooterTemplate]"}),r.__param(0,n.Optional()),r.__metadata("design:paramtypes",[n.TemplateRef])],e)}();t.FooterTemplateDirective=a},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),a=o(13),i=o(7),p=o(2),l=o(16),u=o(17),d=o(18),s=function(){function e(e,t){this.localization=e,this.zone=t,this.fileName="Export.xlsx",this.columns=new n.QueryList,u.validatePackage(d.packageMetadata),this.saveFile=this.saveFile.bind(this)}return e.prototype.save=function(e){this.toDataURL(e).then(this.saveFile)},e.prototype.workbookOptions=function(e){var t=this.getExportData(e);return i.workbookOptions({columns:this.columns,data:t.data,group:t.group,filterable:this.filterable,creator:this.creator,date:this.date,rtl:this.localization.rtl,paddingCellOptions:this.paddingCellOptions,headerPaddingCellOptions:this.headerPaddingCellOptions,collapsible:this.collapsible})},e.prototype.toDataURL=function(e){var t=i.isWorkbookOptions(e)?e:this.workbookOptions(e);return this.zone.runOutsideAngular((function(){return i.toDataURL(t)}))},e.prototype.getExportData=function(e){return e?Array.isArray(e)?{data:e}:e:{data:this.data,group:this.group}},e.prototype.saveFile=function(e){a.saveAs(e,this.fileName,{forceProxy:this.forceProxy,proxyURL:this.proxyURL})},r.__decorate([n.Input(),r.__metadata("design:type",String)],e.prototype,"fileName",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Boolean)],e.prototype,"filterable",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Boolean)],e.prototype,"collapsible",void 0),r.__decorate([n.Input(),r.__metadata("design:type",String)],e.prototype,"creator",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Date)],e.prototype,"date",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Boolean)],e.prototype,"forceProxy",void 0),r.__decorate([n.Input(),r.__metadata("design:type",String)],e.prototype,"proxyURL",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Array)],e.prototype,"data",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Array)],e.prototype,"group",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],e.prototype,"paddingCellOptions",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],e.prototype,"headerPaddingCellOptions",void 0),r.__decorate([n.ContentChildren(p.ColumnBase,{descendants:!0}),r.__metadata("design:type",n.QueryList)],e.prototype,"columns",void 0),e=r.__decorate([n.Component({exportAs:"kendoExcelExport",selector:"kendo-excelexport",providers:[l.LocalizationService,{provide:l.L10N_PREFIX,useValue:"kendo.excelexport"}],template:""}),r.__metadata("design:paramtypes",[l.LocalizationService,n.NgZone])],e)}();t.ExcelExportComponent=s},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(8),n=o(14),a=o(15);r.IntlService.register({toString:a.toString}),t.workbookOptions=function(e){var t=n.toExporterColumns(e.columns),o=new r.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 o.creator=e.creator,o.date=e.date,o.rtl=e.rtl,n.destroyColumns(t),o},t.toDataURL=function(e){return new r.Workbook(e).toDataURL()},t.isWorkbookOptions=function(e){return e&&e.sheets}},function(e,t){e.exports=o},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),a=o(3),i=o(10),p=o(4),l=o(5),u=o(2),d=function(e){function t(t){return e.call(this,t)||this}var o;return r.__extends(t,e),o=t,r.__decorate([n.Input(),r.__metadata("design:type",String)],t.prototype,"field",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"cellOptions",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"groupHeaderCellOptions",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"groupFooterCellOptions",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"footerCellOptions",void 0),r.__decorate([n.ContentChild(a.GroupHeaderTemplateDirective,{static:!1}),r.__metadata("design:type",a.GroupHeaderTemplateDirective)],t.prototype,"groupHeaderTemplate",void 0),r.__decorate([n.ContentChild(i.GroupHeaderColumnTemplateDirective,{static:!1}),r.__metadata("design:type",i.GroupHeaderColumnTemplateDirective)],t.prototype,"groupHeaderColumnTemplate",void 0),r.__decorate([n.ContentChild(p.GroupFooterTemplateDirective,{static:!1}),r.__metadata("design:type",p.GroupFooterTemplateDirective)],t.prototype,"groupFooterTemplate",void 0),r.__decorate([n.ContentChild(l.FooterTemplateDirective,{static:!1}),r.__metadata("design:type",l.FooterTemplateDirective)],t.prototype,"footerTemplate",void 0),t=o=r.__decorate([n.Component({providers:[{provide:u.ColumnBase,useExisting:n.forwardRef((function(){return o}))}],selector:"kendo-excelexport-column",template:""}),r.__param(0,n.SkipSelf()),r.__param(0,n.Host()),r.__param(0,n.Optional()),r.__metadata("design:paramtypes",[u.ColumnBase])],t)}(u.ColumnBase);t.ColumnComponent=d},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),a=function(){function e(e){this.templateRef=e}return e=r.__decorate([n.Directive({selector:"[kendoExcelExportGroupHeaderColumnTemplate]"}),r.__param(0,n.Optional()),r.__metadata("design:paramtypes",[n.TemplateRef])],e)}();t.GroupHeaderColumnTemplateDirective=a},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),a=o(2),i=function(e){function t(t){var o=e.call(this,t)||this;return o.parent=t,o}var o;return r.__extends(t,e),o=t,t=o=r.__decorate([n.Component({providers:[{provide:a.ColumnBase,useExisting:n.forwardRef((function(){return o}))}],selector:"kendo-excelexport-column-group",template:""}),r.__param(0,n.SkipSelf()),r.__param(0,n.Host()),r.__param(0,n.Optional()),r.__metadata("design:paramtypes",[a.ColumnBase])],t)}(a.ColumnBase);t.ColumnGroupComponent=i},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(6);t.ExcelExportComponent=n.ExcelExportComponent;var a=o(19);t.ExcelExportModule=a.ExcelExportModule;var i=o(2);t.ColumnBase=i.ColumnBase;var p=o(9);t.ColumnComponent=p.ColumnComponent;var l=o(11);t.ColumnGroupComponent=l.ColumnGroupComponent;var u=o(5);t.FooterTemplateDirective=u.FooterTemplateDirective;var d=o(4);t.GroupFooterTemplateDirective=d.GroupFooterTemplateDirective;var s=o(3);t.GroupHeaderTemplateDirective=s.GroupHeaderTemplateDirective,r.__exportStar(o(7),t),r.__exportStar(o(8),t)},function(e,t){e.exports=r},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(e,t,o){var r=e.createEmbeddedView(t),n=function(e){return o(t,e),r.detectChanges(),r.rootNodes.reduce((function(e,t){return e+t.textContent}),"").trim()};return n.destroy=function(){r.destroy(),r=null},n},n=function(e,t){e.$implicit=e.group=t,e.field=t.field,e.value=t.value,e.aggregates=t.aggregates},a=function(e,t){e.group=t.group,e.$implicit=e.aggregates=t},i=function(e,t){e.aggregates=t.aggregates};t.toExporterColumns=function(e){var t=[],o=0,r=function(e,t,n){e.forEach((function(e){if(e.level===n){var a=new p(e,o);if(t.push(a),e.children&&e.children.some((function(t){return t!==e}))){var i=a.columns=[];r(e.children,i,n+1)}else o++}}))};return r(e,t,0),t},t.destroyColumns=function(e){e&&e.forEach((function(e){e.destroy()}))};var p=function(){function e(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=r(e.footerTemplate.templateRef,{$implicit:e,column:e,columnIndex:t},i)),e.groupFooterTemplate&&(this.groupFooterTemplate=r(e.groupFooterTemplate.templateRef,{column:e,field:e.field},a)),e.groupHeaderTemplate&&(this.groupHeaderTemplate=r(e.groupHeaderTemplate.templateRef,{},n)),e.groupHeaderColumnTemplate&&(this.groupHeaderColumnTemplate=r(e.groupHeaderColumnTemplate.templateRef,{},n))}return e.prototype.destroy=function(){this.footerTemplate&&this.footerTemplate.destroy(),this.groupFooterTemplate&&this.groupFooterTemplate.destroy(),this.groupHeaderTemplate&&this.groupHeaderTemplate.destroy(),this.groupHeaderColumnTemplate&&this.groupHeaderColumnTemplate.destroy(),t.destroyColumns(this.columns)},e}();t.ExporterColumn=p},function(e,t){e.exports=n},function(e,t){e.exports=a},function(e,t){e.exports=i},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.packageMetadata={name:"@progress/kendo-angular-excel-export",productName:"Kendo UI for Angular",productCodes:["KENDOUIANGULAR","KENDOUICOMPLETE"],publishDate:1608132861,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"}},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),a=o(6),i=o(9),p=o(11),l=o(5),u=o(4),d=o(3),s=o(10),c=[a.ExcelExportComponent,i.ColumnComponent,p.ColumnGroupComponent,l.FooterTemplateDirective,u.GroupFooterTemplateDirective,d.GroupHeaderTemplateDirective,s.GroupHeaderColumnTemplateDirective],m=function(){function e(){}return e=r.__decorate([n.NgModule({declarations:[c],exports:[c]})],e)}();t.ExcelExportModule=m}])}));
|
|
5
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("tslib"),require("@angular/core"),require("@progress/kendo-ooxml"),require("@progress/kendo-file-saver"),require("@telerik/kendo-intl"),require("@progress/kendo-angular-l10n"),require("@progress/kendo-licensing")):"function"==typeof define&&define.amd?define(["tslib","@angular/core","@progress/kendo-ooxml","@progress/kendo-file-saver","@telerik/kendo-intl","@progress/kendo-angular-l10n","@progress/kendo-licensing"],t):"object"==typeof exports?exports.KendoAngularExcelExport=t(require("tslib"),require("@angular/core"),require("@progress/kendo-ooxml"),require("@progress/kendo-file-saver"),require("@telerik/kendo-intl"),require("@progress/kendo-angular-l10n"),require("@progress/kendo-licensing")):e.KendoAngularExcelExport=t(e.tslib,e["@angular/core"],e["@progress/kendo-ooxml"],e["@progress/kendo-file-saver"],e["@telerik/kendo-intl"],e["@progress/kendo-angular-l10n"],e["@progress/kendo-licensing"])}(window,(function(e,t,o,r,n,a,i){return function(e){var t={};function o(r){if(t[r])return t[r].exports;var n=t[r]={i:r,l:!1,exports:{}};return e[r].call(n.exports,n,n.exports,o),n.l=!0,n.exports}return o.m=e,o.c=t,o.d=function(e,t,r){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(o.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)o.d(r,n,function(t){return e[t]}.bind(null,n));return r},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=12)}([function(t,o){t.exports=e},function(e,o){e.exports=t},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),a=function(){function e(e){this.parent=e}return Object.defineProperty(e.prototype,"level",{get:function(){return this.parent?this.parent.level+1:0},enumerable:!0,configurable:!0}),r.__decorate([n.Input(),r.__metadata("design:type",String)],e.prototype,"title",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Number)],e.prototype,"width",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Boolean)],e.prototype,"locked",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Boolean)],e.prototype,"hidden",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],e.prototype,"headerCellOptions",void 0),r.__decorate([n.ContentChildren(e),r.__metadata("design:type",n.QueryList)],e.prototype,"children",void 0),e}();t.ColumnBase=a},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),a=function(){function e(e){this.templateRef=e}return e=r.__decorate([n.Directive({selector:"[kendoExcelExportGroupHeaderTemplate]"}),r.__param(0,n.Optional()),r.__metadata("design:paramtypes",[n.TemplateRef])],e)}();t.GroupHeaderTemplateDirective=a},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),a=function(){function e(e){this.templateRef=e}return e=r.__decorate([n.Directive({selector:"[kendoExcelExportGroupFooterTemplate]"}),r.__param(0,n.Optional()),r.__metadata("design:paramtypes",[n.TemplateRef])],e)}();t.GroupFooterTemplateDirective=a},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),a=function(){function e(e){this.templateRef=e}return e=r.__decorate([n.Directive({selector:"[kendoExcelExportFooterTemplate]"}),r.__param(0,n.Optional()),r.__metadata("design:paramtypes",[n.TemplateRef])],e)}();t.FooterTemplateDirective=a},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),a=o(13),i=o(7),p=o(2),l=o(16),u=o(17),d=o(18),s=function(){function e(e,t){this.localization=e,this.zone=t,this.fileName="Export.xlsx",this.columns=new n.QueryList,u.validatePackage(d.packageMetadata),this.saveFile=this.saveFile.bind(this)}return e.prototype.save=function(e){this.toDataURL(e).then(this.saveFile)},e.prototype.workbookOptions=function(e){var t=this.getExportData(e);return i.workbookOptions({columns:this.columns,data:t.data,group:t.group,filterable:this.filterable,creator:this.creator,date:this.date,rtl:this.localization.rtl,paddingCellOptions:this.paddingCellOptions,headerPaddingCellOptions:this.headerPaddingCellOptions,collapsible:this.collapsible})},e.prototype.toDataURL=function(e){var t=i.isWorkbookOptions(e)?e:this.workbookOptions(e);return this.zone.runOutsideAngular((function(){return i.toDataURL(t)}))},e.prototype.getExportData=function(e){return e?Array.isArray(e)?{data:e}:e:{data:this.data,group:this.group}},e.prototype.saveFile=function(e){a.saveAs(e,this.fileName,{forceProxy:this.forceProxy,proxyURL:this.proxyURL})},r.__decorate([n.Input(),r.__metadata("design:type",String)],e.prototype,"fileName",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Boolean)],e.prototype,"filterable",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Boolean)],e.prototype,"collapsible",void 0),r.__decorate([n.Input(),r.__metadata("design:type",String)],e.prototype,"creator",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Date)],e.prototype,"date",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Boolean)],e.prototype,"forceProxy",void 0),r.__decorate([n.Input(),r.__metadata("design:type",String)],e.prototype,"proxyURL",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Array)],e.prototype,"data",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Array)],e.prototype,"group",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],e.prototype,"paddingCellOptions",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],e.prototype,"headerPaddingCellOptions",void 0),r.__decorate([n.ContentChildren(p.ColumnBase,{descendants:!0}),r.__metadata("design:type",n.QueryList)],e.prototype,"columns",void 0),e=r.__decorate([n.Component({exportAs:"kendoExcelExport",selector:"kendo-excelexport",providers:[l.LocalizationService,{provide:l.L10N_PREFIX,useValue:"kendo.excelexport"}],template:""}),r.__metadata("design:paramtypes",[l.LocalizationService,n.NgZone])],e)}();t.ExcelExportComponent=s},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(8),n=o(14),a=o(15);r.IntlService.register({toString:a.toString}),t.workbookOptions=function(e){var t=n.toExporterColumns(e.columns),o=new r.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 o.creator=e.creator,o.date=e.date,o.rtl=e.rtl,n.destroyColumns(t),o},t.toDataURL=function(e){return new r.Workbook(e).toDataURL()},t.isWorkbookOptions=function(e){return e&&e.sheets}},function(e,t){e.exports=o},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),a=o(3),i=o(10),p=o(4),l=o(5),u=o(2),d=function(e){function t(t){return e.call(this,t)||this}var o;return r.__extends(t,e),o=t,r.__decorate([n.Input(),r.__metadata("design:type",String)],t.prototype,"field",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"cellOptions",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"groupHeaderCellOptions",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"groupFooterCellOptions",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"footerCellOptions",void 0),r.__decorate([n.ContentChild(a.GroupHeaderTemplateDirective,{static:!1}),r.__metadata("design:type",a.GroupHeaderTemplateDirective)],t.prototype,"groupHeaderTemplate",void 0),r.__decorate([n.ContentChild(i.GroupHeaderColumnTemplateDirective,{static:!1}),r.__metadata("design:type",i.GroupHeaderColumnTemplateDirective)],t.prototype,"groupHeaderColumnTemplate",void 0),r.__decorate([n.ContentChild(p.GroupFooterTemplateDirective,{static:!1}),r.__metadata("design:type",p.GroupFooterTemplateDirective)],t.prototype,"groupFooterTemplate",void 0),r.__decorate([n.ContentChild(l.FooterTemplateDirective,{static:!1}),r.__metadata("design:type",l.FooterTemplateDirective)],t.prototype,"footerTemplate",void 0),t=o=r.__decorate([n.Component({providers:[{provide:u.ColumnBase,useExisting:n.forwardRef((function(){return o}))}],selector:"kendo-excelexport-column",template:""}),r.__param(0,n.SkipSelf()),r.__param(0,n.Host()),r.__param(0,n.Optional()),r.__metadata("design:paramtypes",[u.ColumnBase])],t)}(u.ColumnBase);t.ColumnComponent=d},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),a=function(){function e(e){this.templateRef=e}return e=r.__decorate([n.Directive({selector:"[kendoExcelExportGroupHeaderColumnTemplate]"}),r.__param(0,n.Optional()),r.__metadata("design:paramtypes",[n.TemplateRef])],e)}();t.GroupHeaderColumnTemplateDirective=a},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),a=o(2),i=function(e){function t(t){var o=e.call(this,t)||this;return o.parent=t,o}var o;return r.__extends(t,e),o=t,t=o=r.__decorate([n.Component({providers:[{provide:a.ColumnBase,useExisting:n.forwardRef((function(){return o}))}],selector:"kendo-excelexport-column-group",template:""}),r.__param(0,n.SkipSelf()),r.__param(0,n.Host()),r.__param(0,n.Optional()),r.__metadata("design:paramtypes",[a.ColumnBase])],t)}(a.ColumnBase);t.ColumnGroupComponent=i},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(6);t.ExcelExportComponent=n.ExcelExportComponent;var a=o(19);t.ExcelExportModule=a.ExcelExportModule;var i=o(2);t.ColumnBase=i.ColumnBase;var p=o(9);t.ColumnComponent=p.ColumnComponent;var l=o(11);t.ColumnGroupComponent=l.ColumnGroupComponent;var u=o(5);t.FooterTemplateDirective=u.FooterTemplateDirective;var d=o(4);t.GroupFooterTemplateDirective=d.GroupFooterTemplateDirective;var s=o(3);t.GroupHeaderTemplateDirective=s.GroupHeaderTemplateDirective,r.__exportStar(o(7),t),r.__exportStar(o(8),t)},function(e,t){e.exports=r},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(e,t,o){var r=e.createEmbeddedView(t),n=function(e){return o(t,e),r.detectChanges(),r.rootNodes.reduce((function(e,t){return e+t.textContent}),"").trim()};return n.destroy=function(){r.destroy(),r=null},n},n=function(e,t){e.$implicit=e.group=t,e.field=t.field,e.value=t.value,e.aggregates=t.aggregates},a=function(e,t){e.group=t.group,e.$implicit=e.aggregates=t},i=function(e,t){e.aggregates=t.aggregates};t.toExporterColumns=function(e){var t=[],o=0,r=function(e,t,n){e.forEach((function(e){if(e.level===n){var a=new p(e,o);if(t.push(a),e.children&&e.children.some((function(t){return t!==e}))){var i=a.columns=[];r(e.children,i,n+1)}else o++}}))};return r(e,t,0),t},t.destroyColumns=function(e){e&&e.forEach((function(e){e.destroy()}))};var p=function(){function e(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=r(e.footerTemplate.templateRef,{$implicit:e,column:e,columnIndex:t},i)),e.groupFooterTemplate&&(this.groupFooterTemplate=r(e.groupFooterTemplate.templateRef,{column:e,field:e.field},a)),e.groupHeaderTemplate&&(this.groupHeaderTemplate=r(e.groupHeaderTemplate.templateRef,{},n)),e.groupHeaderColumnTemplate&&(this.groupHeaderColumnTemplate=r(e.groupHeaderColumnTemplate.templateRef,{},n))}return e.prototype.destroy=function(){this.footerTemplate&&this.footerTemplate.destroy(),this.groupFooterTemplate&&this.groupFooterTemplate.destroy(),this.groupHeaderTemplate&&this.groupHeaderTemplate.destroy(),this.groupHeaderColumnTemplate&&this.groupHeaderColumnTemplate.destroy(),t.destroyColumns(this.columns)},e}();t.ExporterColumn=p},function(e,t){e.exports=n},function(e,t){e.exports=a},function(e,t){e.exports=i},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.packageMetadata={name:"@progress/kendo-angular-excel-export",productName:"Kendo UI for Angular",productCodes:["KENDOUIANGULAR","KENDOUICOMPLETE"],publishDate:1635777563,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"}},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),a=o(6),i=o(9),p=o(11),l=o(5),u=o(4),d=o(3),s=o(10),c=[a.ExcelExportComponent,i.ColumnComponent,p.ColumnGroupComponent,l.FooterTemplateDirective,u.GroupFooterTemplateDirective,d.GroupHeaderTemplateDirective,s.GroupHeaderColumnTemplateDirective],m=function(){function e(){}return e=r.__decorate([n.NgModule({declarations:[c],exports:[c]})],e)}();t.ExcelExportModule=m}])}));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as tslib_1 from "tslib";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as tslib_1 from "tslib";
|
package/dist/es/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
package/dist/es/main.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
export { ExcelExportComponent } from './excel-export.component';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/* tslint:disable align */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { IntlService, ExcelExporter, Workbook } from '@progress/kendo-ooxml';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -9,7 +9,7 @@ export var packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-excel-export',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1635777563,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { QueryList } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ColumnBase } from './column-base';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { GroupHeaderTemplateDirective } from './group-header-template.directive';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { QueryList, NgZone } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as tslib_1 from "tslib";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as tslib_1 from "tslib";
|
package/dist/es2015/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
package/dist/es2015/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
package/dist/es2015/main.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
export { ExcelExportComponent } from './excel-export.component';
|
package/dist/es2015/main.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
export { ExcelExportComponent } from './excel-export.component';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { WorkbookSheetRowCellBorderBottom, WorkbookSheetRowCellBorderLeft, WorkbookSheetRowCellBorderTop, WorkbookSheetRowCellBorderRight } from '@progress/kendo-ooxml';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { CellOptions } from './cell-options.interface';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/* tslint:disable align */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { WorkbookOptions } from '@progress/kendo-ooxml';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { IntlService, ExcelExporter, Workbook } from '@progress/kendo-ooxml';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { PackageMetadata } from '@progress/kendo-licensing';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-excel-export',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1635777563,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
package/dist/fesm2015/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { __decorate, __metadata, __param } from 'tslib';
|
|
@@ -212,7 +212,7 @@ const packageMetadata = {
|
|
|
212
212
|
name: '@progress/kendo-angular-excel-export',
|
|
213
213
|
productName: 'Kendo UI for Angular',
|
|
214
214
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
215
|
-
publishDate:
|
|
215
|
+
publishDate: 1635777563,
|
|
216
216
|
version: '',
|
|
217
217
|
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'
|
|
218
218
|
};
|
package/dist/fesm5/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { __decorate, __metadata, __param, __extends } from 'tslib';
|
|
@@ -218,7 +218,7 @@ var packageMetadata = {
|
|
|
218
218
|
name: '@progress/kendo-angular-excel-export',
|
|
219
219
|
productName: 'Kendo UI for Angular',
|
|
220
220
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
221
|
-
publishDate:
|
|
221
|
+
publishDate: 1635777563,
|
|
222
222
|
version: '',
|
|
223
223
|
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'
|
|
224
224
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
"use strict";
|