@progress/kendo-react-excel-export 8.2.0-develop.9 → 8.2.1-develop.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/ExcelExport.mjs CHANGED
@@ -41,7 +41,7 @@ const a = class a extends p.Component {
41
41
  /**
42
42
  * Saves the data to Excel.
43
43
  *
44
- * @param exportData - An optional parameter. Can be the data that will be exported or the [`WorkbookOptions`]({% slug api_excel-export_workbookoptions %}).
44
+ * @param exportData - An optional parameter. Can be the data that will be exported or the [`WorkbookOptions`]({% slug api_excel-export_kendoooxml %}#toc-workbookoptions).
45
45
  * @param columns - An optional parameter. If present, it will be used instead of the columns prop or the child column components.
46
46
  */
47
47
  save(s, t) {
@@ -52,7 +52,7 @@ const a = class a extends p.Component {
52
52
  /**
53
53
  * Returns a promise which will be resolved with the file data URI.
54
54
  *
55
- * @param exportData - The optional data or the [`WorkbookOptions`]({% slug api_excel-export_workbookoptions %}) that will be used to generate the data URI.
55
+ * @param exportData - The optional data or the [`WorkbookOptions`]({% slug api_excel-export_kendoooxml %}#toc-workbookoptions) that will be used to generate the data URI.
56
56
  * @param externalColumns - The optional columns that will be used.
57
57
  * @returns {Promise<string>} - The promise that will be resolved by the file data URI.
58
58
  */
@@ -61,7 +61,7 @@ const a = class a extends p.Component {
61
61
  return c(r);
62
62
  }
63
63
  /**
64
- * Based on the specified columns and data, returns [`WorkbookOptions`]({% slug api_excel-export_workbookoptions %}).
64
+ * Based on the specified columns and data, returns [`WorkbookOptions`]({% slug api_excel-export_kendoooxml %}#toc-workbookoptions).
65
65
  *
66
66
  * @param exportData - The optional data that will be exported.
67
67
  * @param externalColumns - The optional columns that will be used.
package/index.d.mts CHANGED
@@ -163,20 +163,20 @@ export declare class ExcelExport extends React_2.Component<ExcelExportProps> {
163
163
  /**
164
164
  * Saves the data to Excel.
165
165
  *
166
- * @param exportData - An optional parameter. Can be the data that will be exported or the [`WorkbookOptions`]({% slug api_excel-export_workbookoptions %}).
166
+ * @param exportData - An optional parameter. Can be the data that will be exported or the [`WorkbookOptions`]({% slug api_excel-export_kendoooxml %}#toc-workbookoptions).
167
167
  * @param columns - An optional parameter. If present, it will be used instead of the columns prop or the child column components.
168
168
  */
169
169
  save(exportData?: any[] | ExcelExportData | WorkbookOptions, columns?: ExcelExportColumnProps[] | React_2.ReactElement<ExcelExportColumnProps>[]): void;
170
170
  /**
171
171
  * Returns a promise which will be resolved with the file data URI.
172
172
  *
173
- * @param exportData - The optional data or the [`WorkbookOptions`]({% slug api_excel-export_workbookoptions %}) that will be used to generate the data URI.
173
+ * @param exportData - The optional data or the [`WorkbookOptions`]({% slug api_excel-export_kendoooxml %}#toc-workbookoptions) that will be used to generate the data URI.
174
174
  * @param externalColumns - The optional columns that will be used.
175
175
  * @returns {Promise<string>} - The promise that will be resolved by the file data URI.
176
176
  */
177
177
  toDataURL(exportData?: any[] | ExcelExportData | WorkbookOptions, columns?: any[]): Promise<string>;
178
178
  /**
179
- * Based on the specified columns and data, returns [`WorkbookOptions`]({% slug api_excel-export_workbookoptions %}).
179
+ * Based on the specified columns and data, returns [`WorkbookOptions`]({% slug api_excel-export_kendoooxml %}#toc-workbookoptions).
180
180
  *
181
181
  * @param exportData - The optional data that will be exported.
182
182
  * @param externalColumns - The optional columns that will be used.
package/index.d.ts CHANGED
@@ -163,20 +163,20 @@ export declare class ExcelExport extends React_2.Component<ExcelExportProps> {
163
163
  /**
164
164
  * Saves the data to Excel.
165
165
  *
166
- * @param exportData - An optional parameter. Can be the data that will be exported or the [`WorkbookOptions`]({% slug api_excel-export_workbookoptions %}).
166
+ * @param exportData - An optional parameter. Can be the data that will be exported or the [`WorkbookOptions`]({% slug api_excel-export_kendoooxml %}#toc-workbookoptions).
167
167
  * @param columns - An optional parameter. If present, it will be used instead of the columns prop or the child column components.
168
168
  */
169
169
  save(exportData?: any[] | ExcelExportData | WorkbookOptions, columns?: ExcelExportColumnProps[] | React_2.ReactElement<ExcelExportColumnProps>[]): void;
170
170
  /**
171
171
  * Returns a promise which will be resolved with the file data URI.
172
172
  *
173
- * @param exportData - The optional data or the [`WorkbookOptions`]({% slug api_excel-export_workbookoptions %}) that will be used to generate the data URI.
173
+ * @param exportData - The optional data or the [`WorkbookOptions`]({% slug api_excel-export_kendoooxml %}#toc-workbookoptions) that will be used to generate the data URI.
174
174
  * @param externalColumns - The optional columns that will be used.
175
175
  * @returns {Promise<string>} - The promise that will be resolved by the file data URI.
176
176
  */
177
177
  toDataURL(exportData?: any[] | ExcelExportData | WorkbookOptions, columns?: any[]): Promise<string>;
178
178
  /**
179
- * Based on the specified columns and data, returns [`WorkbookOptions`]({% slug api_excel-export_workbookoptions %}).
179
+ * Based on the specified columns and data, returns [`WorkbookOptions`]({% slug api_excel-export_kendoooxml %}#toc-workbookoptions).
180
180
  *
181
181
  * @param exportData - The optional data that will be exported.
182
182
  * @param externalColumns - The optional columns that will be used.
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-excel-export",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1720780539,
13
+ publishDate: 1723023061,
14
14
  version: "",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-excel-export",
3
- "version": "8.2.0-develop.9",
3
+ "version": "8.2.1-develop.1",
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",
@@ -24,7 +24,7 @@
24
24
  "peerDependencies": {
25
25
  "@progress/kendo-licensing": "^1.3.4",
26
26
  "@progress/kendo-data-query": "^1.0.0",
27
- "@progress/kendo-react-common": "8.2.0-develop.9",
27
+ "@progress/kendo-react-common": "8.2.1-develop.1",
28
28
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
29
29
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
30
30
  },