@progress/kendo-react-grid 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.
@@ -17,4 +17,8 @@ export interface GridHeaderCellProps extends Omit<HeaderCellBaseProps, 'render'>
17
17
  * The props of the Grid column menu wrapper.
18
18
  */
19
19
  columnMenuWrapperProps: GridColumnMenuWrapperProps;
20
+ /**
21
+ * @hidden
22
+ */
23
+ id?: string;
20
24
  }
@@ -318,4 +318,8 @@ export interface GridProps extends KendoReactComponentBaseProps {
318
318
  * The event that is fired when the ContextMenu is activated.
319
319
  */
320
320
  onContextMenu?: (event: GridContextMenuEvent) => void;
321
+ /**
322
+ * Sets the `id` property of the top div element of the component.
323
+ */
324
+ id?: string;
321
325
  }
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-grid",
3
- "version": "7.0.0-develop.9",
3
+ "version": "7.0.0",
4
4
  "description": "React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid 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
  ".": {
@@ -18,15 +19,15 @@
18
19
  "@progress/kendo-data-query": "^1.0.0",
19
20
  "@progress/kendo-drawing": "^1.17.2",
20
21
  "@progress/kendo-licensing": "^1.3.0",
21
- "@progress/kendo-react-animation": "7.0.0-develop.9",
22
- "@progress/kendo-react-buttons": "7.0.0-develop.9",
23
- "@progress/kendo-react-common": "7.0.0-develop.9",
24
- "@progress/kendo-react-data-tools": "7.0.0-develop.9",
25
- "@progress/kendo-react-dateinputs": "7.0.0-develop.9",
26
- "@progress/kendo-react-dropdowns": "7.0.0-develop.9",
27
- "@progress/kendo-react-inputs": "7.0.0-develop.9",
28
- "@progress/kendo-react-intl": "7.0.0-develop.9",
29
- "@progress/kendo-react-popup": "7.0.0-develop.9",
22
+ "@progress/kendo-react-animation": "7.0.0",
23
+ "@progress/kendo-react-buttons": "7.0.0",
24
+ "@progress/kendo-react-common": "7.0.0",
25
+ "@progress/kendo-react-data-tools": "7.0.0",
26
+ "@progress/kendo-react-dateinputs": "7.0.0",
27
+ "@progress/kendo-react-dropdowns": "7.0.0",
28
+ "@progress/kendo-react-inputs": "7.0.0",
29
+ "@progress/kendo-react-intl": "7.0.0",
30
+ "@progress/kendo-react-popup": "7.0.0",
30
31
  "@progress/kendo-svg-icons": "^2.0.0",
31
32
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
32
33
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"