@progress/kendo-react-data-tools 7.5.0-develop.4 → 7.5.0-develop.6

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
@@ -94,9 +94,6 @@ export declare interface BooleanFilterProps extends TextFilterProps {
94
94
  defaultItem?: any;
95
95
  }
96
96
 
97
- /**
98
- * @hidden
99
- */
100
97
  export declare interface CellProps {
101
98
  /**
102
99
  * @hidden
@@ -199,11 +196,11 @@ export declare interface ClipboardDataEvent {
199
196
  */
200
197
  type: ClipboardActionType;
201
198
  /**
202
- * Represents the native clipboard event.
199
+ * Represents the native [ClipboardEvent]({% slug api_grid_gridcellssettings %})
203
200
  */
204
201
  nativeEvent?: ClipboardEvent;
205
202
  /**
206
- * All the Grid columns.
203
+ * All the Grid columns. It takes value of type of [ColumnBaseProps]({% slug api_data-tools_columnbaseprops %})<[CellProps]({% slug api_data-tools_cellprops %})>[]
207
204
  */
208
205
  columns: ColumnBaseProps[];
209
206
  /**
@@ -277,9 +274,6 @@ export declare interface ClipboardSettings {
277
274
  /** @hidden */
278
275
  export declare const closestTagName: (target: HTMLElement | null, tagName: 'TD' | 'TR' | 'TABLE') => HTMLElement | null;
279
276
 
280
- /**
281
- * @hidden
282
- */
283
277
  export declare interface ColumnBaseProps<CellProps = CellProps> {
284
278
  /**
285
279
  * The field to which the column is bound.
package/index.d.ts CHANGED
@@ -94,9 +94,6 @@ export declare interface BooleanFilterProps extends TextFilterProps {
94
94
  defaultItem?: any;
95
95
  }
96
96
 
97
- /**
98
- * @hidden
99
- */
100
97
  export declare interface CellProps {
101
98
  /**
102
99
  * @hidden
@@ -199,11 +196,11 @@ export declare interface ClipboardDataEvent {
199
196
  */
200
197
  type: ClipboardActionType;
201
198
  /**
202
- * Represents the native clipboard event.
199
+ * Represents the native [ClipboardEvent]({% slug api_grid_gridcellssettings %})
203
200
  */
204
201
  nativeEvent?: ClipboardEvent;
205
202
  /**
206
- * All the Grid columns.
203
+ * All the Grid columns. It takes value of type of [ColumnBaseProps]({% slug api_data-tools_columnbaseprops %})&lt;[CellProps]({% slug api_data-tools_cellprops %})&gt;[]
207
204
  */
208
205
  columns: ColumnBaseProps[];
209
206
  /**
@@ -277,9 +274,6 @@ export declare interface ClipboardSettings {
277
274
  /** @hidden */
278
275
  export declare const closestTagName: (target: HTMLElement | null, tagName: 'TD' | 'TR' | 'TABLE') => HTMLElement | null;
279
276
 
280
- /**
281
- * @hidden
282
- */
283
277
  export declare interface ColumnBaseProps<CellProps = CellProps> {
284
278
  /**
285
279
  * The field to which the column is bound.
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-data-tools",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1713263040,
13
+ publishDate: 1713882635,
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-data-tools",
3
- "version": "7.5.0-develop.4",
3
+ "version": "7.5.0-develop.6",
4
4
  "description": "Includes React Pager & React Filter component, an intuitive interface to create complex filter descriptions. KendoReact Data Tools package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -25,14 +25,14 @@
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.5.0-develop.4",
29
- "@progress/kendo-react-buttons": "7.5.0-develop.4",
30
- "@progress/kendo-react-common": "7.5.0-develop.4",
31
- "@progress/kendo-react-dateinputs": "7.5.0-develop.4",
32
- "@progress/kendo-react-dropdowns": "7.5.0-develop.4",
33
- "@progress/kendo-react-inputs": "7.5.0-develop.4",
34
- "@progress/kendo-react-intl": "7.5.0-develop.4",
35
- "@progress/kendo-react-popup": "7.5.0-develop.4",
28
+ "@progress/kendo-react-animation": "7.5.0-develop.6",
29
+ "@progress/kendo-react-buttons": "7.5.0-develop.6",
30
+ "@progress/kendo-react-common": "7.5.0-develop.6",
31
+ "@progress/kendo-react-dateinputs": "7.5.0-develop.6",
32
+ "@progress/kendo-react-dropdowns": "7.5.0-develop.6",
33
+ "@progress/kendo-react-inputs": "7.5.0-develop.6",
34
+ "@progress/kendo-react-intl": "7.5.0-develop.6",
35
+ "@progress/kendo-react-popup": "7.5.0-develop.6",
36
36
  "@progress/kendo-svg-icons": "^2.1.0",
37
37
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
38
38
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"