@progress/kendo-react-excel-export 7.0.0-develop.9 → 7.0.0
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/dist/cdn/js/kendo-react-excel.js +1 -1
- package/index.js +1 -1
- package/index.mjs +2 -1
- package/package.json +3 -2
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
(function(i,c){typeof exports=="object"&&typeof module<"u"?c(exports,require("react"),require("prop-types"),require("@progress/kendo-file-saver"),require("@progress/kendo-ooxml"),require("react-dom/server"),require("@progress/kendo-licensing")):typeof define=="function"&&define.amd?define(["exports","react","prop-types","@progress/kendo-file-saver","@progress/kendo-ooxml","react-dom/server","@progress/kendo-licensing"],c):(i=typeof globalThis<"u"?globalThis:i||self,c(i.KendoReactExcel={},i.React,i.PropTypes,i.KendoFileSaver,i.KendoOoxml,i.ReactDOMServer,i.KendoLicensing))})(this,function(i,c,w,v,u,T,P){"use strict";function h(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const o in t)if(o!=="default"){const s=Object.getOwnPropertyDescriptor(t,o);Object.defineProperty(e,o,s.get?s:{enumerable:!0,get:()=>t[o]})}}return e.default=t,Object.freeze(e)}const p=h(c),r=h(w),R=h(u),F=h(T),y=h(P),f=(t,e,o)=>n=>{o(e,n);const a=F.renderToStaticMarkup(p.createElement(t,{...e})),l=Number(a);return isNaN(l)?a:l},D=(t,e)=>{t.$implicit=t.group=e,t.field=e.field,t.value=e.value,t.aggregates=e.aggregates},_=(t,e)=>{t.group=e.group,t.$implicit=t.aggregates=e},L=(t,e)=>{},U=t=>{const e=[];let o=0;const s=(n,a,l)=>{n.forEach(d=>{if(d.level===l){const k=new N(d,o);if(a.push(k),d.children&&d.children.length>1){const A=k.columns=[];s(d.children,A,l+1)}else o++}})};return s(t,e,0),e};class N{constructor(e,o){this.columns=null,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.footer&&(this.footerTemplate=f(e.footer,{$implicit:e,column:e,columnIndex:o},L)),e.groupFooter&&(this.groupFooterTemplate=f(e.groupFooter,{column:e,field:e.field},_)),e.groupHeader&&(this.groupHeaderTemplate=f(e.groupHeader,{},D))}}const H=t=>Math.max(...t.map(e=>e.level))+1,C=t=>{const e=U(t.columns),s=new u.ExcelExporter({columns:e,data:t.data,filterable:t.filterable,groups:t.group,paddingCellOptions:t.paddingCellOptions,headerPaddingCellOptions:t.headerPaddingCellOptions,hierarchy:t.hierarchy?{depth:H(t.data),itemLevel:n=>n.level}:null,collapsible:t.collapsible}).workbook();return s.creator=t.creator,s.date=t.date,s.rtl=t.dir==="rtl",s},O=t=>new u.Workbook(t).toDataURL(),x=t=>t&&t.sheets,g={name:"@progress/kendo-react-excel-export",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:0,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"};class m extends p.Component{constructor(e){if(super(e),this.saveFile=o=>{v.saveAs(o,this.props.fileName,{forceProxy:this.props.forceProxy,proxyURL:this.props.proxyURL})},this.extractColumns=(o,s=0)=>Array.isArray(o)?o.map(n=>this.extractChild(n,s)):[o,this.extractChild(o,s)],this.extractChild=(o,s=0)=>p.isValidElement(o)?{...o.props,width:o.props.width&&parseInt(`${o.props.width}`,10),level:s,children:o.props.children&&this.extractColumns(o.props.children,s+1)}:{...o,level:s,children:o.children&&this.extractColumns(o.children,s+1)},this.getExportData=o=>{let s;return o?Array.isArray(o)?s={data:o}:s=o:s={data:this.props.data,group:this.props.group},s},typeof y<"u")y.validatePackage(g);else{let o=`License activation failed for ${g.name}
|
|
5
|
+
(function(i,c){typeof exports=="object"&&typeof module<"u"?c(exports,require("react"),require("prop-types"),require("@progress/kendo-file-saver"),require("@progress/kendo-ooxml"),require("react-dom/server"),require("@progress/kendo-licensing")):typeof define=="function"&&define.amd?define(["exports","react","prop-types","@progress/kendo-file-saver","@progress/kendo-ooxml","react-dom/server","@progress/kendo-licensing"],c):(i=typeof globalThis<"u"?globalThis:i||self,c(i.KendoReactExcel={},i.React,i.PropTypes,i.KendoFileSaver,i.KendoOoxml,i.ReactDOMServer,i.KendoLicensing))})(this,function(i,c,w,v,u,T,P){"use strict";"use client";function h(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const o in t)if(o!=="default"){const s=Object.getOwnPropertyDescriptor(t,o);Object.defineProperty(e,o,s.get?s:{enumerable:!0,get:()=>t[o]})}}return e.default=t,Object.freeze(e)}const p=h(c),r=h(w),R=h(u),F=h(T),y=h(P),f=(t,e,o)=>n=>{o(e,n);const a=F.renderToStaticMarkup(p.createElement(t,{...e})),l=Number(a);return isNaN(l)?a:l},D=(t,e)=>{t.$implicit=t.group=e,t.field=e.field,t.value=e.value,t.aggregates=e.aggregates},_=(t,e)=>{t.group=e.group,t.$implicit=t.aggregates=e},L=(t,e)=>{},U=t=>{const e=[];let o=0;const s=(n,a,l)=>{n.forEach(d=>{if(d.level===l){const k=new N(d,o);if(a.push(k),d.children&&d.children.length>1){const A=k.columns=[];s(d.children,A,l+1)}else o++}})};return s(t,e,0),e};class N{constructor(e,o){this.columns=null,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.footer&&(this.footerTemplate=f(e.footer,{$implicit:e,column:e,columnIndex:o},L)),e.groupFooter&&(this.groupFooterTemplate=f(e.groupFooter,{column:e,field:e.field},_)),e.groupHeader&&(this.groupHeaderTemplate=f(e.groupHeader,{},D))}}const H=t=>Math.max(...t.map(e=>e.level))+1,C=t=>{const e=U(t.columns),s=new u.ExcelExporter({columns:e,data:t.data,filterable:t.filterable,groups:t.group,paddingCellOptions:t.paddingCellOptions,headerPaddingCellOptions:t.headerPaddingCellOptions,hierarchy:t.hierarchy?{depth:H(t.data),itemLevel:n=>n.level}:null,collapsible:t.collapsible}).workbook();return s.creator=t.creator,s.date=t.date,s.rtl=t.dir==="rtl",s},O=t=>new u.Workbook(t).toDataURL(),x=t=>t&&t.sheets,g={name:"@progress/kendo-react-excel-export",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:0,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"};class m extends p.Component{constructor(e){if(super(e),this.saveFile=o=>{v.saveAs(o,this.props.fileName,{forceProxy:this.props.forceProxy,proxyURL:this.props.proxyURL})},this.extractColumns=(o,s=0)=>Array.isArray(o)?o.map(n=>this.extractChild(n,s)):[o,this.extractChild(o,s)],this.extractChild=(o,s=0)=>p.isValidElement(o)?{...o.props,width:o.props.width&&parseInt(`${o.props.width}`,10),level:s,children:o.props.children&&this.extractColumns(o.props.children,s+1)}:{...o,level:s,children:o.children&&this.extractColumns(o.children,s+1)},this.getExportData=o=>{let s;return o?Array.isArray(o)?s={data:o}:s=o:s={data:this.props.data,group:this.props.group},s},typeof y<"u")y.validatePackage(g);else{let o=`License activation failed for ${g.name}
|
|
6
6
|
`;o+=`The @progress/kendo-licensing script is not loaded.
|
|
7
7
|
`,o+=`See ${g.licensingDocsUrl} for more information.
|
|
8
8
|
`,console.warn(o)}this.save=this.save.bind(this),this.toDataURL=this.toDataURL.bind(this),this.workbookOptions=this.workbookOptions.bind(this)}save(e,o){this.toDataURL(e,o).then((...s)=>{this.props.onExportComplete&&this.props.onExportComplete.call(void 0,{target:this}),this.saveFile(...s)})}toDataURL(e,o){const s=x(e)?e:this.workbookOptions(e,o);return O(s)}workbookOptions(e,o){const s=this.getExportData(e),n=this.props.children,a=n&&n.type&&n.type.displayName==="KendoReactGrid"&&n.props&&p.Children.toArray(n.props.children),l=this.extractColumns(a||o||this.props.columns||p.Children.toArray(n));return C({columns:l,data:s.data,group:s.group,filterable:this.props.filterable,creator:this.props.creator,date:this.props.date,dir:this.props.dir,hierarchy:this.props.hierarchy,paddingCellOptions:this.props.paddingCellOptions,headerPaddingCellOptions:this.props.headerPaddingCellOptions,collapsible:this.props.collapsible})}render(){return this.props.children||null}}m.propTypes={children:r.any,columns:r.arrayOf(r.any),creator:r.string,data:r.any,date:r.any,filterable:r.bool,fileName:r.string,forceProxy:r.bool,group:r.any,headerPaddingCellOptions:r.any,paddingCellOptions:r.any,proxyURL:r.string,dir:r.string,hierarchy:r.bool,collapsible:r.bool},m.defaultProps={fileName:"Export.xlsx",forceProxy:!1,collapsible:!1};const b=t=>null;b.propTypes={cellOptions:r.any,field:r.string,footerCellOptions:r.any,footer:r.oneOfType([r.func,r.element]),groupFooterCellOptions:r.any,groupFooter:r.oneOfType([r.func,r.element]),groupHeaderCellOptions:r.any,groupHeader:r.oneOfType([r.func,r.element]),headerCellOptions:r.any,hidden:r.bool,level:r.number,locked:r.bool,title:r.string,width:r.number};const E=t=>null;E.propTypes={children:r.oneOfType([r.arrayOf(r.element),r.element]),headerCellOptions:r.any,hidden:r.bool,level:r.number,locked:r.bool,title:r.string,width:r.number};class G extends p.PureComponent{}class K extends p.PureComponent{}class S extends p.PureComponent{}i.KendoOoxml=R,i.ExcelExport=m,i.ExcelExportColumn=b,i.ExcelExportColumnGroup=E,i.ExcelExportFooter=G,i.ExcelExportGroupFooter=K,i.ExcelExportGroupHeader=S,i.isWorkbookOptions=x,i.toDataURL=O,i.workbookOptions=C,Object.defineProperty(i,Symbol.toStringTag,{value:"Module"})});
|
package/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const k=require("react"),w=require("prop-types"),P=require("@progress/kendo-file-saver"),u=require("@progress/kendo-ooxml"),T=require("react-dom/server"),R=require("@progress/kendo-licensing");function d(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const o in t)if(o!=="default"){const s=Object.getOwnPropertyDescriptor(t,o);Object.defineProperty(e,o,s.get?s:{enumerable:!0,get:()=>t[o]})}}return e.default=t,Object.freeze(e)}const n=d(k),r=d(w),v=d(u),F=d(T),x=d(R),c=(t,e,o)=>i=>{o(e,i);const p=F.renderToStaticMarkup(n.createElement(t,{...e})),l=Number(p);return isNaN(l)?p:l},D=(t,e)=>{t.$implicit=t.group=e,t.field=e.field,t.value=e.value,t.aggregates=e.aggregates},_=(t,e)=>{t.group=e.group,t.$implicit=t.aggregates=e},U=(t,e)=>{},L=t=>{const e=[];let o=0;const s=(i,p,l)=>{i.forEach(a=>{if(a.level===l){const f=new N(a,o);if(p.push(f),a.children&&a.children.length>1){const E=f.columns=[];s(a.children,E,l+1)}else o++}})};return s(t,e,0),e};class N{constructor(e,o){this.columns=null,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.footer&&(this.footerTemplate=c(e.footer,{$implicit:e,column:e,columnIndex:o},U)),e.groupFooter&&(this.groupFooterTemplate=c(e.groupFooter,{column:e,field:e.field},_)),e.groupHeader&&(this.groupHeaderTemplate=c(e.groupHeader,{},D))}}const H=t=>Math.max(...t.map(e=>e.level))+1,m=t=>{const e=L(t.columns),s=new u.ExcelExporter({columns:e,data:t.data,filterable:t.filterable,groups:t.group,paddingCellOptions:t.paddingCellOptions,headerPaddingCellOptions:t.headerPaddingCellOptions,hierarchy:t.hierarchy?{depth:H(t.data),itemLevel:i=>i.level}:null,collapsible:t.collapsible}).workbook();return s.creator=t.creator,s.date=t.date,s.rtl=t.dir==="rtl",s},C=t=>new u.Workbook(t).toDataURL(),O=t=>t&&t.sheets,h={name:"@progress/kendo-react-excel-export",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:0,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"};class g extends n.Component{constructor(e){if(super(e),this.saveFile=o=>{P.saveAs(o,this.props.fileName,{forceProxy:this.props.forceProxy,proxyURL:this.props.proxyURL})},this.extractColumns=(o,s=0)=>Array.isArray(o)?o.map(i=>this.extractChild(i,s)):[o,this.extractChild(o,s)],this.extractChild=(o,s=0)=>n.isValidElement(o)?{...o.props,width:o.props.width&&parseInt(`${o.props.width}`,10),level:s,children:o.props.children&&this.extractColumns(o.props.children,s+1)}:{...o,level:s,children:o.children&&this.extractColumns(o.children,s+1)},this.getExportData=o=>{let s;return o?Array.isArray(o)?s={data:o}:s=o:s={data:this.props.data,group:this.props.group},s},typeof x<"u")x.validatePackage(h);else{let o=`License activation failed for ${h.name}
|
|
5
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const k=require("react"),w=require("prop-types"),P=require("@progress/kendo-file-saver"),u=require("@progress/kendo-ooxml"),T=require("react-dom/server"),R=require("@progress/kendo-licensing");function d(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const o in t)if(o!=="default"){const s=Object.getOwnPropertyDescriptor(t,o);Object.defineProperty(e,o,s.get?s:{enumerable:!0,get:()=>t[o]})}}return e.default=t,Object.freeze(e)}const n=d(k),r=d(w),v=d(u),F=d(T),x=d(R),c=(t,e,o)=>i=>{o(e,i);const p=F.renderToStaticMarkup(n.createElement(t,{...e})),l=Number(p);return isNaN(l)?p:l},D=(t,e)=>{t.$implicit=t.group=e,t.field=e.field,t.value=e.value,t.aggregates=e.aggregates},_=(t,e)=>{t.group=e.group,t.$implicit=t.aggregates=e},U=(t,e)=>{},L=t=>{const e=[];let o=0;const s=(i,p,l)=>{i.forEach(a=>{if(a.level===l){const f=new N(a,o);if(p.push(f),a.children&&a.children.length>1){const E=f.columns=[];s(a.children,E,l+1)}else o++}})};return s(t,e,0),e};class N{constructor(e,o){this.columns=null,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.footer&&(this.footerTemplate=c(e.footer,{$implicit:e,column:e,columnIndex:o},U)),e.groupFooter&&(this.groupFooterTemplate=c(e.groupFooter,{column:e,field:e.field},_)),e.groupHeader&&(this.groupHeaderTemplate=c(e.groupHeader,{},D))}}const H=t=>Math.max(...t.map(e=>e.level))+1,m=t=>{const e=L(t.columns),s=new u.ExcelExporter({columns:e,data:t.data,filterable:t.filterable,groups:t.group,paddingCellOptions:t.paddingCellOptions,headerPaddingCellOptions:t.headerPaddingCellOptions,hierarchy:t.hierarchy?{depth:H(t.data),itemLevel:i=>i.level}:null,collapsible:t.collapsible}).workbook();return s.creator=t.creator,s.date=t.date,s.rtl=t.dir==="rtl",s},C=t=>new u.Workbook(t).toDataURL(),O=t=>t&&t.sheets,h={name:"@progress/kendo-react-excel-export",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:0,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"};class g extends n.Component{constructor(e){if(super(e),this.saveFile=o=>{P.saveAs(o,this.props.fileName,{forceProxy:this.props.forceProxy,proxyURL:this.props.proxyURL})},this.extractColumns=(o,s=0)=>Array.isArray(o)?o.map(i=>this.extractChild(i,s)):[o,this.extractChild(o,s)],this.extractChild=(o,s=0)=>n.isValidElement(o)?{...o.props,width:o.props.width&&parseInt(`${o.props.width}`,10),level:s,children:o.props.children&&this.extractColumns(o.props.children,s+1)}:{...o,level:s,children:o.children&&this.extractColumns(o.children,s+1)},this.getExportData=o=>{let s;return o?Array.isArray(o)?s={data:o}:s=o:s={data:this.props.data,group:this.props.group},s},typeof x<"u")x.validatePackage(h);else{let o=`License activation failed for ${h.name}
|
|
6
6
|
`;o+=`The @progress/kendo-licensing script is not loaded.
|
|
7
7
|
`,o+=`See ${h.licensingDocsUrl} for more information.
|
|
8
8
|
`,console.warn(o)}this.save=this.save.bind(this),this.toDataURL=this.toDataURL.bind(this),this.workbookOptions=this.workbookOptions.bind(this)}save(e,o){this.toDataURL(e,o).then((...s)=>{this.props.onExportComplete&&this.props.onExportComplete.call(void 0,{target:this}),this.saveFile(...s)})}toDataURL(e,o){const s=O(e)?e:this.workbookOptions(e,o);return C(s)}workbookOptions(e,o){const s=this.getExportData(e),i=this.props.children,p=i&&i.type&&i.type.displayName==="KendoReactGrid"&&i.props&&n.Children.toArray(i.props.children),l=this.extractColumns(p||o||this.props.columns||n.Children.toArray(i));return m({columns:l,data:s.data,group:s.group,filterable:this.props.filterable,creator:this.props.creator,date:this.props.date,dir:this.props.dir,hierarchy:this.props.hierarchy,paddingCellOptions:this.props.paddingCellOptions,headerPaddingCellOptions:this.props.headerPaddingCellOptions,collapsible:this.props.collapsible})}render(){return this.props.children||null}}g.propTypes={children:r.any,columns:r.arrayOf(r.any),creator:r.string,data:r.any,date:r.any,filterable:r.bool,fileName:r.string,forceProxy:r.bool,group:r.any,headerPaddingCellOptions:r.any,paddingCellOptions:r.any,proxyURL:r.string,dir:r.string,hierarchy:r.bool,collapsible:r.bool};g.defaultProps={fileName:"Export.xlsx",forceProxy:!1,collapsible:!1};const y=t=>null;y.propTypes={cellOptions:r.any,field:r.string,footerCellOptions:r.any,footer:r.oneOfType([r.func,r.element]),groupFooterCellOptions:r.any,groupFooter:r.oneOfType([r.func,r.element]),groupHeaderCellOptions:r.any,groupHeader:r.oneOfType([r.func,r.element]),headerCellOptions:r.any,hidden:r.bool,level:r.number,locked:r.bool,title:r.string,width:r.number};const b=t=>null;b.propTypes={children:r.oneOfType([r.arrayOf(r.element),r.element]),headerCellOptions:r.any,hidden:r.bool,level:r.number,locked:r.bool,title:r.string,width:r.number};class G extends n.PureComponent{}class S extends n.PureComponent{}class A extends n.PureComponent{}exports.KendoOoxml=v;exports.ExcelExport=g;exports.ExcelExportColumn=y;exports.ExcelExportColumnGroup=b;exports.ExcelExportFooter=G;exports.ExcelExportGroupFooter=S;exports.ExcelExportGroupHeader=A;exports.isWorkbookOptions=O;exports.toDataURL=C;exports.workbookOptions=m;
|
package/index.mjs
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
"use client";
|
|
5
6
|
import * as l from "react";
|
|
6
7
|
import * as t from "prop-types";
|
|
7
8
|
import { saveAs as m } from "@progress/kendo-file-saver";
|
|
@@ -63,7 +64,7 @@ const P = (r) => Math.max(...r.map((e) => e.level)) + 1, T = (r) => {
|
|
|
63
64
|
name: "@progress/kendo-react-excel-export",
|
|
64
65
|
productName: "KendoReact",
|
|
65
66
|
productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
|
|
66
|
-
publishDate:
|
|
67
|
+
publishDate: 1702305195,
|
|
67
68
|
version: "",
|
|
68
69
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
69
70
|
};
|
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-excel-export",
|
|
3
|
-
"version": "7.0.0
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"description": "React Excel export helps you export and save data to Excel files and customize or filter the output. KendoReact Excel Export package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
7
7
|
"homepage": "https://www.telerik.com/kendo-react-ui",
|
|
8
8
|
"main": "./index.js",
|
|
9
|
+
"module": "./index.mjs",
|
|
9
10
|
"types": "./index.d.ts",
|
|
10
11
|
"exports": {
|
|
11
12
|
".": {
|
|
@@ -17,7 +18,7 @@
|
|
|
17
18
|
"peerDependencies": {
|
|
18
19
|
"@progress/kendo-licensing": "^1.3.0",
|
|
19
20
|
"@progress/kendo-data-query": "^1.0.0",
|
|
20
|
-
"@progress/kendo-react-common": "7.0.0
|
|
21
|
+
"@progress/kendo-react-common": "7.0.0",
|
|
21
22
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
|
|
22
23
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
|
|
23
24
|
},
|