@progress/kendo-react-excel-export 8.1.0-develop.9 → 8.1.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/index.d.mts CHANGED
@@ -19,7 +19,7 @@ import { WorkbookSheetRowCellBorderTop } from '@progress/kendo-ooxml';
19
19
  /**
20
20
  * The options for the Excel Export cell.
21
21
  */
22
- declare interface CellOptions {
22
+ export declare interface CellOptions {
23
23
  /**
24
24
  * Sets the background color of the cell. Supports hex CSS-like values that start with `"#"`. For example, `"#ff00ff"`.
25
25
  */
package/index.d.ts CHANGED
@@ -19,7 +19,7 @@ import { WorkbookSheetRowCellBorderTop } from '@progress/kendo-ooxml';
19
19
  /**
20
20
  * The options for the Excel Export cell.
21
21
  */
22
- declare interface CellOptions {
22
+ export declare interface CellOptions {
23
23
  /**
24
24
  * Sets the background color of the cell. Supports hex CSS-like values that start with `"#"`. For example, `"#ff00ff"`.
25
25
  */
@@ -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: 1718182662,
13
+ publishDate: 1719467922,
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.1.0-develop.9",
3
+ "version": "8.1.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",
@@ -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.1.0-develop.9",
27
+ "@progress/kendo-react-common": "8.1.0",
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
  },