@progress/kendo-react-data-tools 9.0.0-develop.10 → 9.0.0-develop.11
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 +3 -1
- package/index.d.ts +3 -1
- package/package-metadata.mjs +1 -1
- package/package.json +9 -9
package/index.d.mts
CHANGED
|
@@ -2060,7 +2060,9 @@ export declare const tableKeyboardNavigation: {
|
|
|
2060
2060
|
focusFirstDataElement: (options: {
|
|
2061
2061
|
scope?: HTMLElement | undefined;
|
|
2062
2062
|
contextStateRef: {
|
|
2063
|
-
current?: TableKeyboardNavigationContextType | undefined;
|
|
2063
|
+
current?: TableKeyboardNavigationContextType | undefined; /**
|
|
2064
|
+
* @hidden
|
|
2065
|
+
*/
|
|
2064
2066
|
};
|
|
2065
2067
|
navigationStateRef: {
|
|
2066
2068
|
current?: TableKeyboardNavigationStateType | undefined;
|
package/index.d.ts
CHANGED
|
@@ -2060,7 +2060,9 @@ export declare const tableKeyboardNavigation: {
|
|
|
2060
2060
|
focusFirstDataElement: (options: {
|
|
2061
2061
|
scope?: HTMLElement | undefined;
|
|
2062
2062
|
contextStateRef: {
|
|
2063
|
-
current?: TableKeyboardNavigationContextType | undefined;
|
|
2063
|
+
current?: TableKeyboardNavigationContextType | undefined; /**
|
|
2064
|
+
* @hidden
|
|
2065
|
+
*/
|
|
2064
2066
|
};
|
|
2065
2067
|
navigationStateRef: {
|
|
2066
2068
|
current?: TableKeyboardNavigationStateType | undefined;
|
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: 1730720810,
|
|
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": "9.0.0-develop.
|
|
3
|
+
"version": "9.0.0-develop.11",
|
|
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.21.1",
|
|
27
27
|
"@progress/kendo-licensing": "^1.3.4",
|
|
28
|
-
"@progress/kendo-react-animation": "9.0.0-develop.
|
|
29
|
-
"@progress/kendo-react-buttons": "9.0.0-develop.
|
|
30
|
-
"@progress/kendo-react-common": "9.0.0-develop.
|
|
31
|
-
"@progress/kendo-react-dateinputs": "9.0.0-develop.
|
|
32
|
-
"@progress/kendo-react-dropdowns": "9.0.0-develop.
|
|
33
|
-
"@progress/kendo-react-inputs": "9.0.0-develop.
|
|
34
|
-
"@progress/kendo-react-intl": "9.0.0-develop.
|
|
35
|
-
"@progress/kendo-react-popup": "9.0.0-develop.
|
|
28
|
+
"@progress/kendo-react-animation": "9.0.0-develop.11",
|
|
29
|
+
"@progress/kendo-react-buttons": "9.0.0-develop.11",
|
|
30
|
+
"@progress/kendo-react-common": "9.0.0-develop.11",
|
|
31
|
+
"@progress/kendo-react-dateinputs": "9.0.0-develop.11",
|
|
32
|
+
"@progress/kendo-react-dropdowns": "9.0.0-develop.11",
|
|
33
|
+
"@progress/kendo-react-inputs": "9.0.0-develop.11",
|
|
34
|
+
"@progress/kendo-react-intl": "9.0.0-develop.11",
|
|
35
|
+
"@progress/kendo-react-popup": "9.0.0-develop.11",
|
|
36
36
|
"@progress/kendo-svg-icons": "^3.0.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"
|