@progress/kendo-react-treeview 8.2.0-develop.4 → 8.2.0-develop.40
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 -2
- package/index.d.ts +2 -2
- package/package-metadata.mjs +1 -1
- package/package.json +3 -3
package/index.d.mts
CHANGED
|
@@ -1083,7 +1083,7 @@ export declare interface TreeViewProps {
|
|
|
1083
1083
|
*/
|
|
1084
1084
|
'aria-labelledby'?: string;
|
|
1085
1085
|
/**
|
|
1086
|
-
* Controls the rendering of checkboxes. By default, the checkboxes are not rendered
|
|
1086
|
+
* Controls the rendering of checkboxes. By default, the checkboxes are not rendered.
|
|
1087
1087
|
*/
|
|
1088
1088
|
checkboxes?: boolean;
|
|
1089
1089
|
/**
|
|
@@ -1095,7 +1095,7 @@ export declare interface TreeViewProps {
|
|
|
1095
1095
|
*/
|
|
1096
1096
|
checkIndeterminateField?: string;
|
|
1097
1097
|
/**
|
|
1098
|
-
* Fires when a checkbox is clicked or when `Space` is pressed on a focused item
|
|
1098
|
+
* Fires when a checkbox is clicked or when `Space` is pressed on a focused item.
|
|
1099
1099
|
*/
|
|
1100
1100
|
onCheckChange?: (event: events.TreeViewCheckChangeEvent) => void;
|
|
1101
1101
|
/**
|
package/index.d.ts
CHANGED
|
@@ -1083,7 +1083,7 @@ export declare interface TreeViewProps {
|
|
|
1083
1083
|
*/
|
|
1084
1084
|
'aria-labelledby'?: string;
|
|
1085
1085
|
/**
|
|
1086
|
-
* Controls the rendering of checkboxes. By default, the checkboxes are not rendered
|
|
1086
|
+
* Controls the rendering of checkboxes. By default, the checkboxes are not rendered.
|
|
1087
1087
|
*/
|
|
1088
1088
|
checkboxes?: boolean;
|
|
1089
1089
|
/**
|
|
@@ -1095,7 +1095,7 @@ export declare interface TreeViewProps {
|
|
|
1095
1095
|
*/
|
|
1096
1096
|
checkIndeterminateField?: string;
|
|
1097
1097
|
/**
|
|
1098
|
-
* Fires when a checkbox is clicked or when `Space` is pressed on a focused item
|
|
1098
|
+
* Fires when a checkbox is clicked or when `Space` is pressed on a focused item.
|
|
1099
1099
|
*/
|
|
1100
1100
|
onCheckChange?: (event: events.TreeViewCheckChangeEvent) => void;
|
|
1101
1101
|
/**
|
package/package-metadata.mjs
CHANGED
|
@@ -10,7 +10,7 @@ const e = {
|
|
|
10
10
|
name: "@progress/kendo-react-treeview",
|
|
11
11
|
productName: "KendoReact",
|
|
12
12
|
productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
|
|
13
|
-
publishDate:
|
|
13
|
+
publishDate: 1722840859,
|
|
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-treeview",
|
|
3
|
-
"version": "8.2.0-develop.
|
|
3
|
+
"version": "8.2.0-develop.40",
|
|
4
4
|
"description": "React TreeView displays hierarchical data in a traditional tree structure, supports user interaction. KendoReact TreeView package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"sideEffects": false,
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@progress/kendo-licensing": "^1.3.4",
|
|
26
|
-
"@progress/kendo-react-animation": "8.2.0-develop.
|
|
27
|
-
"@progress/kendo-react-common": "8.2.0-develop.
|
|
26
|
+
"@progress/kendo-react-animation": "8.2.0-develop.40",
|
|
27
|
+
"@progress/kendo-react-common": "8.2.0-develop.40",
|
|
28
28
|
"@progress/kendo-svg-icons": "^3.0.0",
|
|
29
29
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
|
|
30
30
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
|