@progress/kendo-react-excel-export 13.3.0-develop.2 → 13.3.0-develop.4
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/ExcelExport.mjs +3 -3
- package/dist/cdn/js/kendo-react-excel.js +1 -1
- package/index.d.mts +7 -7
- package/index.d.ts +7 -7
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +3 -3
package/ExcelExport.mjs
CHANGED
|
@@ -40,7 +40,7 @@ const a = class a extends i.Component {
|
|
|
40
40
|
/**
|
|
41
41
|
* Saves the data to Excel.
|
|
42
42
|
*
|
|
43
|
-
* @param exportData - An optional parameter. Can be the data that will be exported or the [`WorkbookOptions`](
|
|
43
|
+
* @param exportData - An optional parameter. Can be the data that will be exported or the [`WorkbookOptions`](https://www.telerik.com/kendo-react-ui/components/excel/api/kendoooxml#toc-workbookoptions).
|
|
44
44
|
* @param columns - An optional parameter. If present, it will be used instead of the columns prop or the child column components.
|
|
45
45
|
*/
|
|
46
46
|
save(o, t) {
|
|
@@ -51,7 +51,7 @@ const a = class a extends i.Component {
|
|
|
51
51
|
/**
|
|
52
52
|
* Returns a promise which will be resolved with the file data URI.
|
|
53
53
|
*
|
|
54
|
-
* @param exportData - The optional data or the [`WorkbookOptions`](
|
|
54
|
+
* @param exportData - The optional data or the [`WorkbookOptions`](https://www.telerik.com/kendo-react-ui/components/excel/api/kendoooxml#toc-workbookoptions) that will be used to generate the data URI.
|
|
55
55
|
* @param externalColumns - The optional columns that will be used.
|
|
56
56
|
* @returns {Promise<string>} - The promise that will be resolved by the file data URI.
|
|
57
57
|
*/
|
|
@@ -60,7 +60,7 @@ const a = class a extends i.Component {
|
|
|
60
60
|
return m(s);
|
|
61
61
|
}
|
|
62
62
|
/**
|
|
63
|
-
* Based on the specified columns and data, returns [`WorkbookOptions`](
|
|
63
|
+
* Based on the specified columns and data, returns [`WorkbookOptions`](https://www.telerik.com/kendo-react-ui/components/excel/api/kendoooxml#toc-workbookoptions).
|
|
64
64
|
*
|
|
65
65
|
* @param exportData - The optional data that will be exported.
|
|
66
66
|
* @param externalColumns - The optional columns that will be used.
|
|
@@ -12,4 +12,4 @@
|
|
|
12
12
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
13
13
|
*-------------------------------------------------------------------------------------------
|
|
14
14
|
*/
|
|
15
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react"),require("prop-types"),require("@progress/kendo-file-saver"),require("@progress/kendo-ooxml"),require("react-dom/server"),require("@progress/kendo-react-common")):"function"==typeof define&&define.amd?define(["exports","react","prop-types","@progress/kendo-file-saver","@progress/kendo-ooxml","react-dom/server","@progress/kendo-react-common"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).KendoReactExcel={},e.React,e.PropTypes,e.KendoFileSaver,e.KendoOoxml,e.ReactDOMServer,e.KendoReactCommon)}(this,(function(e,t,o,r,s,l,i){"use strict";function n(e){var t=Object.create(null);return e&&Object.keys(e).forEach((function(o){if("default"!==o){var r=Object.getOwnPropertyDescriptor(e,o);Object.defineProperty(t,o,r.get?r:{enumerable:!0,get:function(){return e[o]}})}})),t.default=e,Object.freeze(t)}var a=n(t),p=n(s),d=n(l);const c=(e,t,o)=>r=>{o(t,r);const s=d.renderToStaticMarkup(a.createElement(e,{...t})),l=Number(s);return isNaN(l)?s:l},h=(e,t)=>{e.$implicit=e.group=t,e.field=t.field,e.value=t.value,e.aggregates=t.aggregates},u=(e,t)=>{e.group=t.group,e.$implicit=e.aggregates=t},m=(e,t)=>{};class g{constructor(e,t){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:t},m)),e.groupFooter&&(this.groupFooterTemplate=c(e.groupFooter,{column:e,field:e.field},u)),e.groupHeader&&(this.groupHeaderTemplate=c(e.groupHeader,{},h))}}const f=e=>Math.max(...e.map((e=>e.level)))+1,y=e=>{const t=(e=>{const t=[];let o=0;const r=(e,t,s)=>{e.forEach((e=>{if(e.level===s){const l=new g(e,o);if(t.push(l),e.children&&e.children.length>1){const t=l.columns=[];r(e.children,t,s+1)}else o++}}))};return r(e,t,0),t})(e.columns),o=new s.ExcelExporter({columns:t,data:e.data,filterable:e.filterable,groups:e.group,paddingCellOptions:e.paddingCellOptions,headerPaddingCellOptions:e.headerPaddingCellOptions,hierarchy:e.hierarchy?{depth:f(e.data),itemLevel:e=>e.level}:null,collapsible:e.collapsible}).workbook();return o.creator=e.creator,o.date=e.date,o.rtl="rtl"===e.dir,o},x=e=>new s.Workbook(e).toDataURL(),O=e=>e&&e.sheets,b=Object.freeze({name:"@progress/kendo-react-excel-export",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate:0,version:"13.3.0-develop.
|
|
15
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react"),require("prop-types"),require("@progress/kendo-file-saver"),require("@progress/kendo-ooxml"),require("react-dom/server"),require("@progress/kendo-react-common")):"function"==typeof define&&define.amd?define(["exports","react","prop-types","@progress/kendo-file-saver","@progress/kendo-ooxml","react-dom/server","@progress/kendo-react-common"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).KendoReactExcel={},e.React,e.PropTypes,e.KendoFileSaver,e.KendoOoxml,e.ReactDOMServer,e.KendoReactCommon)}(this,(function(e,t,o,r,s,l,i){"use strict";function n(e){var t=Object.create(null);return e&&Object.keys(e).forEach((function(o){if("default"!==o){var r=Object.getOwnPropertyDescriptor(e,o);Object.defineProperty(t,o,r.get?r:{enumerable:!0,get:function(){return e[o]}})}})),t.default=e,Object.freeze(t)}var a=n(t),p=n(s),d=n(l);const c=(e,t,o)=>r=>{o(t,r);const s=d.renderToStaticMarkup(a.createElement(e,{...t})),l=Number(s);return isNaN(l)?s:l},h=(e,t)=>{e.$implicit=e.group=t,e.field=t.field,e.value=t.value,e.aggregates=t.aggregates},u=(e,t)=>{e.group=t.group,e.$implicit=e.aggregates=t},m=(e,t)=>{};class g{constructor(e,t){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:t},m)),e.groupFooter&&(this.groupFooterTemplate=c(e.groupFooter,{column:e,field:e.field},u)),e.groupHeader&&(this.groupHeaderTemplate=c(e.groupHeader,{},h))}}const f=e=>Math.max(...e.map((e=>e.level)))+1,y=e=>{const t=(e=>{const t=[];let o=0;const r=(e,t,s)=>{e.forEach((e=>{if(e.level===s){const l=new g(e,o);if(t.push(l),e.children&&e.children.length>1){const t=l.columns=[];r(e.children,t,s+1)}else o++}}))};return r(e,t,0),t})(e.columns),o=new s.ExcelExporter({columns:t,data:e.data,filterable:e.filterable,groups:e.group,paddingCellOptions:e.paddingCellOptions,headerPaddingCellOptions:e.headerPaddingCellOptions,hierarchy:e.hierarchy?{depth:f(e.data),itemLevel:e=>e.level}:null,collapsible:e.collapsible}).workbook();return o.creator=e.creator,o.date=e.date,o.rtl="rtl"===e.dir,o},x=e=>new s.Workbook(e).toDataURL(),O=e=>e&&e.sheets,b=Object.freeze({name:"@progress/kendo-react-excel-export",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate:0,version:"13.3.0-develop.4",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"}),C=class extends a.Component{constructor(e){super(e),this.showLicenseWatermark=!1,this.saveFile=e=>{r.saveAs(e,this.props.fileName,{forceProxy:this.props.forceProxy,proxyURL:this.props.proxyURL})},this.extractColumns=(e,t=0)=>Array.isArray(e)?e.map((e=>this.extractChild(e,t))):[e,this.extractChild(e,t)],this.extractChild=(e,t=0)=>a.isValidElement(e)?{...e.props,width:e.props.width&&parseInt(`${e.props.width}`,10),level:t,children:e.props.children&&this.extractColumns(e.props.children,t+1)}:{...e,level:t,children:e.children&&this.extractColumns(e.children,t+1)},this.getExportData=e=>{let t;return t=e?Array.isArray(e)?{data:e}:e:{data:this.props.data,group:this.props.group},t},this.showLicenseWatermark=!i.validatePackage(b,{component:"ExcelExport"}),this.licenseMessage=i.getLicenseMessage(b),this.save=this.save.bind(this),this.toDataURL=this.toDataURL.bind(this),this.workbookOptions=this.workbookOptions.bind(this)}save(e,t){this.toDataURL(e,t).then(((...e)=>{this.props.onExportComplete&&this.props.onExportComplete.call(void 0,{target:this}),this.saveFile(...e)}))}toDataURL(e,t){const o=O(e)?e:this.workbookOptions(e,t);return x(o)}workbookOptions(e,t){const o=this.getExportData(e),r=this.props.children,s=r&&r.type&&"KendoReactGrid"===r.type.displayName&&r.props&&a.Children.toArray(r.props.children),l=this.extractColumns(s||t||this.props.columns||a.Children.toArray(r));return y({columns:l,data:o.data,group:o.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 a.createElement(a.Fragment,null,this.props.children||null,this.showLicenseWatermark&&a.createElement(i.WatermarkOverlay,{message:this.licenseMessage}))}};C.propTypes={children:o.any,columns:o.arrayOf(o.any),creator:o.string,data:o.any,date:o.any,filterable:o.bool,fileName:o.string,forceProxy:o.bool,group:o.any,headerPaddingCellOptions:o.any,paddingCellOptions:o.any,proxyURL:o.string,dir:o.string,hierarchy:o.bool,collapsible:o.bool},C.defaultProps={fileName:"Export.xlsx",forceProxy:!1,collapsible:!1};let k=C;const E=e=>null;E.propTypes={cellOptions:o.any,field:o.string,footerCellOptions:o.any,footer:o.oneOfType([o.func,o.element]),groupFooterCellOptions:o.any,groupFooter:o.oneOfType([o.func,o.element]),groupHeaderCellOptions:o.any,groupHeader:o.oneOfType([o.func,o.element]),headerCellOptions:o.any,hidden:o.bool,level:o.number,locked:o.bool,title:o.string,width:o.number};const v=e=>null;v.propTypes={children:o.oneOfType([o.arrayOf(o.element),o.element]),headerCellOptions:o.any,hidden:o.bool,level:o.number,locked:o.bool,title:o.string,width:o.number};class w extends a.PureComponent{}let R=class extends a.PureComponent{};class P extends a.PureComponent{}e.KendoOoxml=p,e.ExcelExport=k,e.ExcelExportColumn=E,e.ExcelExportColumnGroup=v,e.ExcelExportFooter=w,e.ExcelExportGroupFooter=R,e.ExcelExportGroupHeader=P,e.isWorkbookOptions=O,e.toDataURL=x,e.workbookOptions=y}));
|
package/index.d.mts
CHANGED
|
@@ -172,20 +172,20 @@ export declare class ExcelExport extends React_2.Component<ExcelExportProps> {
|
|
|
172
172
|
/**
|
|
173
173
|
* Saves the data to Excel.
|
|
174
174
|
*
|
|
175
|
-
* @param exportData - An optional parameter. Can be the data that will be exported or the [`WorkbookOptions`](
|
|
175
|
+
* @param exportData - An optional parameter. Can be the data that will be exported or the [`WorkbookOptions`](https://www.telerik.com/kendo-react-ui/components/excel/api/kendoooxml#toc-workbookoptions).
|
|
176
176
|
* @param columns - An optional parameter. If present, it will be used instead of the columns prop or the child column components.
|
|
177
177
|
*/
|
|
178
178
|
save(exportData?: any[] | ExcelExportData | WorkbookOptions, columns?: ExcelExportColumnProps[] | React_2.ReactElement<ExcelExportColumnProps>[]): void;
|
|
179
179
|
/**
|
|
180
180
|
* Returns a promise which will be resolved with the file data URI.
|
|
181
181
|
*
|
|
182
|
-
* @param exportData - The optional data or the [`WorkbookOptions`](
|
|
182
|
+
* @param exportData - The optional data or the [`WorkbookOptions`](https://www.telerik.com/kendo-react-ui/components/excel/api/kendoooxml#toc-workbookoptions) that will be used to generate the data URI.
|
|
183
183
|
* @param externalColumns - The optional columns that will be used.
|
|
184
184
|
* @returns {Promise<string>} - The promise that will be resolved by the file data URI.
|
|
185
185
|
*/
|
|
186
186
|
toDataURL(exportData?: any[] | ExcelExportData | WorkbookOptions, columns?: any[]): Promise<string>;
|
|
187
187
|
/**
|
|
188
|
-
* Based on the specified columns and data, returns [`WorkbookOptions`](
|
|
188
|
+
* Based on the specified columns and data, returns [`WorkbookOptions`](https://www.telerik.com/kendo-react-ui/components/excel/api/kendoooxml#toc-workbookoptions).
|
|
189
189
|
*
|
|
190
190
|
* @param exportData - The optional data that will be exported.
|
|
191
191
|
* @param externalColumns - The optional columns that will be used.
|
|
@@ -262,11 +262,11 @@ export declare interface ExcelExportColumnProps extends ColumnBase {
|
|
|
262
262
|
*/
|
|
263
263
|
export declare interface ExcelExportData {
|
|
264
264
|
/**
|
|
265
|
-
* The exported data. If grouped, structure the data as described in the [`GroupResult`](
|
|
265
|
+
* The exported data. If grouped, structure the data as described in the [`GroupResult`](https://www.telerik.com/kendo-react-ui/components/datatools/api/groupresult) of the KendoReact Data Query component.
|
|
266
266
|
*/
|
|
267
267
|
data?: any[];
|
|
268
268
|
/**
|
|
269
|
-
* The exported data groups. The groups must be compatible with the [`GroupDescriptor`](
|
|
269
|
+
* The exported data groups. The groups must be compatible with the [`GroupDescriptor`](https://www.telerik.com/kendo-react-ui/components/datatools/api/groupdescriptor) of the KendoReact Data Query component.
|
|
270
270
|
*/
|
|
271
271
|
group?: any[];
|
|
272
272
|
}
|
|
@@ -374,7 +374,7 @@ export declare interface ExcelExportProps {
|
|
|
374
374
|
*/
|
|
375
375
|
creator?: string;
|
|
376
376
|
/**
|
|
377
|
-
* The exported data. If grouped, structure the data as described by the [`GroupResult`](
|
|
377
|
+
* The exported data. If grouped, structure the data as described by the [`GroupResult`](https://www.telerik.com/kendo-react-ui/components/datatools/api/groupresult) option of the KendoReact Data Query component.
|
|
378
378
|
*/
|
|
379
379
|
data?: any[];
|
|
380
380
|
/**
|
|
@@ -400,7 +400,7 @@ export declare interface ExcelExportProps {
|
|
|
400
400
|
*/
|
|
401
401
|
forceProxy?: boolean;
|
|
402
402
|
/**
|
|
403
|
-
* The exported data groups. The groups must be compatible with the [`GroupDescriptor`](
|
|
403
|
+
* The exported data groups. The groups must be compatible with the [`GroupDescriptor`](https://www.telerik.com/kendo-react-ui/components/datatools/api/groupdescriptor) option of the KendoReact Data Query component.
|
|
404
404
|
*/
|
|
405
405
|
group?: any[];
|
|
406
406
|
/**
|
package/index.d.ts
CHANGED
|
@@ -172,20 +172,20 @@ export declare class ExcelExport extends React_2.Component<ExcelExportProps> {
|
|
|
172
172
|
/**
|
|
173
173
|
* Saves the data to Excel.
|
|
174
174
|
*
|
|
175
|
-
* @param exportData - An optional parameter. Can be the data that will be exported or the [`WorkbookOptions`](
|
|
175
|
+
* @param exportData - An optional parameter. Can be the data that will be exported or the [`WorkbookOptions`](https://www.telerik.com/kendo-react-ui/components/excel/api/kendoooxml#toc-workbookoptions).
|
|
176
176
|
* @param columns - An optional parameter. If present, it will be used instead of the columns prop or the child column components.
|
|
177
177
|
*/
|
|
178
178
|
save(exportData?: any[] | ExcelExportData | WorkbookOptions, columns?: ExcelExportColumnProps[] | React_2.ReactElement<ExcelExportColumnProps>[]): void;
|
|
179
179
|
/**
|
|
180
180
|
* Returns a promise which will be resolved with the file data URI.
|
|
181
181
|
*
|
|
182
|
-
* @param exportData - The optional data or the [`WorkbookOptions`](
|
|
182
|
+
* @param exportData - The optional data or the [`WorkbookOptions`](https://www.telerik.com/kendo-react-ui/components/excel/api/kendoooxml#toc-workbookoptions) that will be used to generate the data URI.
|
|
183
183
|
* @param externalColumns - The optional columns that will be used.
|
|
184
184
|
* @returns {Promise<string>} - The promise that will be resolved by the file data URI.
|
|
185
185
|
*/
|
|
186
186
|
toDataURL(exportData?: any[] | ExcelExportData | WorkbookOptions, columns?: any[]): Promise<string>;
|
|
187
187
|
/**
|
|
188
|
-
* Based on the specified columns and data, returns [`WorkbookOptions`](
|
|
188
|
+
* Based on the specified columns and data, returns [`WorkbookOptions`](https://www.telerik.com/kendo-react-ui/components/excel/api/kendoooxml#toc-workbookoptions).
|
|
189
189
|
*
|
|
190
190
|
* @param exportData - The optional data that will be exported.
|
|
191
191
|
* @param externalColumns - The optional columns that will be used.
|
|
@@ -262,11 +262,11 @@ export declare interface ExcelExportColumnProps extends ColumnBase {
|
|
|
262
262
|
*/
|
|
263
263
|
export declare interface ExcelExportData {
|
|
264
264
|
/**
|
|
265
|
-
* The exported data. If grouped, structure the data as described in the [`GroupResult`](
|
|
265
|
+
* The exported data. If grouped, structure the data as described in the [`GroupResult`](https://www.telerik.com/kendo-react-ui/components/datatools/api/groupresult) of the KendoReact Data Query component.
|
|
266
266
|
*/
|
|
267
267
|
data?: any[];
|
|
268
268
|
/**
|
|
269
|
-
* The exported data groups. The groups must be compatible with the [`GroupDescriptor`](
|
|
269
|
+
* The exported data groups. The groups must be compatible with the [`GroupDescriptor`](https://www.telerik.com/kendo-react-ui/components/datatools/api/groupdescriptor) of the KendoReact Data Query component.
|
|
270
270
|
*/
|
|
271
271
|
group?: any[];
|
|
272
272
|
}
|
|
@@ -374,7 +374,7 @@ export declare interface ExcelExportProps {
|
|
|
374
374
|
*/
|
|
375
375
|
creator?: string;
|
|
376
376
|
/**
|
|
377
|
-
* The exported data. If grouped, structure the data as described by the [`GroupResult`](
|
|
377
|
+
* The exported data. If grouped, structure the data as described by the [`GroupResult`](https://www.telerik.com/kendo-react-ui/components/datatools/api/groupresult) option of the KendoReact Data Query component.
|
|
378
378
|
*/
|
|
379
379
|
data?: any[];
|
|
380
380
|
/**
|
|
@@ -400,7 +400,7 @@ export declare interface ExcelExportProps {
|
|
|
400
400
|
*/
|
|
401
401
|
forceProxy?: boolean;
|
|
402
402
|
/**
|
|
403
|
-
* The exported data groups. The groups must be compatible with the [`GroupDescriptor`](
|
|
403
|
+
* The exported data groups. The groups must be compatible with the [`GroupDescriptor`](https://www.telerik.com/kendo-react-ui/components/datatools/api/groupdescriptor) option of the KendoReact Data Query component.
|
|
404
404
|
*/
|
|
405
405
|
group?: any[];
|
|
406
406
|
/**
|
package/package-metadata.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({name:"@progress/kendo-react-excel-export",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate:
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({name:"@progress/kendo-react-excel-export",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1768233433,version:"13.3.0-develop.4",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"});exports.packageMetadata=e;
|
package/package-metadata.mjs
CHANGED
|
@@ -10,8 +10,8 @@ const e = Object.freeze({
|
|
|
10
10
|
productName: "KendoReact",
|
|
11
11
|
productCode: "KENDOUIREACT",
|
|
12
12
|
productCodes: ["KENDOUIREACT"],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: "13.3.0-develop.
|
|
13
|
+
publishDate: 1768233433,
|
|
14
|
+
version: "13.3.0-develop.4",
|
|
15
15
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
16
16
|
});
|
|
17
17
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-excel-export",
|
|
3
|
-
"version": "13.3.0-develop.
|
|
3
|
+
"version": "13.3.0-develop.4",
|
|
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",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@progress/kendo-licensing": "^1.7.2",
|
|
29
29
|
"@progress/kendo-data-query": "^1.7.2",
|
|
30
|
-
"@progress/kendo-react-common": "13.3.0-develop.
|
|
30
|
+
"@progress/kendo-react-common": "13.3.0-develop.4",
|
|
31
31
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
32
32
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
33
33
|
},
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"package": {
|
|
56
56
|
"productName": "KendoReact",
|
|
57
57
|
"productCode": "KENDOUIREACT",
|
|
58
|
-
"publishDate":
|
|
58
|
+
"publishDate": 1768233433,
|
|
59
59
|
"licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
60
60
|
}
|
|
61
61
|
},
|