@progress/kendo-react-data-tools 7.5.0-develop.5 → 7.5.0-develop.7
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 +2 -8
- package/index.d.ts +2 -8
- package/package-metadata.mjs +1 -1
- package/package.json +10 -10
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
|
|
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
|
|
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/package-metadata.mjs
CHANGED
|
@@ -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:
|
|
13
|
+
publishDate: 1714045820,
|
|
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.
|
|
3
|
+
"version": "7.5.0-develop.7",
|
|
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",
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
"sideEffects": false,
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@progress/kendo-data-query": "^1.0.0",
|
|
26
|
-
"@progress/kendo-drawing": "^1.
|
|
26
|
+
"@progress/kendo-drawing": "^1.20.1",
|
|
27
27
|
"@progress/kendo-licensing": "^1.3.4",
|
|
28
|
-
"@progress/kendo-react-animation": "7.5.0-develop.
|
|
29
|
-
"@progress/kendo-react-buttons": "7.5.0-develop.
|
|
30
|
-
"@progress/kendo-react-common": "7.5.0-develop.
|
|
31
|
-
"@progress/kendo-react-dateinputs": "7.5.0-develop.
|
|
32
|
-
"@progress/kendo-react-dropdowns": "7.5.0-develop.
|
|
33
|
-
"@progress/kendo-react-inputs": "7.5.0-develop.
|
|
34
|
-
"@progress/kendo-react-intl": "7.5.0-develop.
|
|
35
|
-
"@progress/kendo-react-popup": "7.5.0-develop.
|
|
28
|
+
"@progress/kendo-react-animation": "7.5.0-develop.7",
|
|
29
|
+
"@progress/kendo-react-buttons": "7.5.0-develop.7",
|
|
30
|
+
"@progress/kendo-react-common": "7.5.0-develop.7",
|
|
31
|
+
"@progress/kendo-react-dateinputs": "7.5.0-develop.7",
|
|
32
|
+
"@progress/kendo-react-dropdowns": "7.5.0-develop.7",
|
|
33
|
+
"@progress/kendo-react-inputs": "7.5.0-develop.7",
|
|
34
|
+
"@progress/kendo-react-intl": "7.5.0-develop.7",
|
|
35
|
+
"@progress/kendo-react-popup": "7.5.0-develop.7",
|
|
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"
|