@progress/kendo-react-grid 7.2.0 → 7.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.
@@ -46,11 +46,11 @@ export interface GridProps extends KendoReactComponentBaseProps {
46
46
  */
47
47
  sortable?: GridSortSettings;
48
48
  /**
49
- * When set enables the clipboard copy, cut and paste manipulations.
49
+ * When set enables the clipboard copy, cut and paste manipulations. It takes values of type [ClipboardSettings]({% slug api_data-tools_clipboardsettings %}) or boolean.
50
50
  */
51
51
  clipboard?: ClipboardSettings | boolean;
52
52
  /**
53
- * Fires when clipboard support is enabled and the one of the actions 'copy'.
53
+ * Fires when clipboard support is enabled and the one of the actions 'copy'. The event accepts type [ClipboardDataEvent]({% slug api_data-tools_clipboarddataevent %}).
54
54
  */
55
55
  onClipboard?: (event: ClipboardDataEvent) => void;
56
56
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-grid",
3
- "version": "7.2.0",
3
+ "version": "7.2.1-develop.1",
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",
@@ -25,15 +25,15 @@
25
25
  "@progress/kendo-data-query": "^1.0.0",
26
26
  "@progress/kendo-drawing": "^1.19.0",
27
27
  "@progress/kendo-licensing": "^1.3.4",
28
- "@progress/kendo-react-animation": "7.2.0",
29
- "@progress/kendo-react-buttons": "7.2.0",
30
- "@progress/kendo-react-common": "7.2.0",
31
- "@progress/kendo-react-data-tools": "7.2.0",
32
- "@progress/kendo-react-dateinputs": "7.2.0",
33
- "@progress/kendo-react-dropdowns": "7.2.0",
34
- "@progress/kendo-react-inputs": "7.2.0",
35
- "@progress/kendo-react-intl": "7.2.0",
36
- "@progress/kendo-react-popup": "7.2.0",
28
+ "@progress/kendo-react-animation": "7.2.1-develop.1",
29
+ "@progress/kendo-react-buttons": "7.2.1-develop.1",
30
+ "@progress/kendo-react-common": "7.2.1-develop.1",
31
+ "@progress/kendo-react-data-tools": "7.2.1-develop.1",
32
+ "@progress/kendo-react-dateinputs": "7.2.1-develop.1",
33
+ "@progress/kendo-react-dropdowns": "7.2.1-develop.1",
34
+ "@progress/kendo-react-inputs": "7.2.1-develop.1",
35
+ "@progress/kendo-react-intl": "7.2.1-develop.1",
36
+ "@progress/kendo-react-popup": "7.2.1-develop.1",
37
37
  "@progress/kendo-svg-icons": "^2.1.0",
38
38
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
39
39
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"