@progress/kendo-react-common 8.1.0-develop.13 → 8.1.0-develop.15
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 +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.mts
CHANGED
|
@@ -1315,7 +1315,7 @@ export declare interface NavigationOptions {
|
|
|
1315
1315
|
*/
|
|
1316
1316
|
selectors: string[] | string[][];
|
|
1317
1317
|
/**
|
|
1318
|
-
* Configures if the roving tabIndex technique will be used in the [Navigation]({% slug api_common_navigation %}).
|
|
1318
|
+
* Configures if the roving tabIndex technique will be used in the [Navigation]({% slug api_common_navigation %}). Defaults to `true`.
|
|
1319
1319
|
*/
|
|
1320
1320
|
rovingTabIndex?: boolean;
|
|
1321
1321
|
/**
|
package/index.d.ts
CHANGED
|
@@ -1315,7 +1315,7 @@ export declare interface NavigationOptions {
|
|
|
1315
1315
|
*/
|
|
1316
1316
|
selectors: string[] | string[][];
|
|
1317
1317
|
/**
|
|
1318
|
-
* Configures if the roving tabIndex technique will be used in the [Navigation]({% slug api_common_navigation %}).
|
|
1318
|
+
* Configures if the roving tabIndex technique will be used in the [Navigation]({% slug api_common_navigation %}). Defaults to `true`.
|
|
1319
1319
|
*/
|
|
1320
1320
|
rovingTabIndex?: boolean;
|
|
1321
1321
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-common",
|
|
3
|
-
"version": "8.1.0-develop.
|
|
3
|
+
"version": "8.1.0-develop.15",
|
|
4
4
|
"description": "React Common package delivers common utilities that can be used with the KendoReact UI components. KendoReact Common Utilities package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|