@progress/kendo-react-treeview 9.0.0 → 9.0.1-develop.2
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 -3
- package/index.d.ts +3 -3
- package/package-metadata.mjs +1 -1
- package/package.json +3 -3
package/index.d.mts
CHANGED
|
@@ -428,7 +428,7 @@ export declare class TreeViewClassComponent extends React_2.Component<TreeViewPr
|
|
|
428
428
|
}
|
|
429
429
|
|
|
430
430
|
/**
|
|
431
|
-
* Represents the object of the `onContextMenu` event ([see example]({% slug overview_treeview %}
|
|
431
|
+
* Represents the object of the `onContextMenu` event ([see example]({% slug overview_treeview %})).
|
|
432
432
|
*/
|
|
433
433
|
export declare interface TreeViewContextMenuEvent extends BaseEvent<TreeViewClassComponent> {
|
|
434
434
|
/**
|
|
@@ -731,7 +731,7 @@ declare interface TreeViewDragClueState {
|
|
|
731
731
|
}
|
|
732
732
|
|
|
733
733
|
/**
|
|
734
|
-
* Represents the object of the `onExpandChange` event ([see example]({% slug overview_treeview %}
|
|
734
|
+
* Represents the object of the `onExpandChange` event ([see example]({% slug overview_treeview %})).
|
|
735
735
|
*/
|
|
736
736
|
export declare interface TreeViewExpandChangeEvent extends BaseEvent<TreeViewClassComponent> {
|
|
737
737
|
/**
|
|
@@ -751,7 +751,7 @@ export declare interface TreeViewHandle extends Pick<TreeViewClassComponent, key
|
|
|
751
751
|
}
|
|
752
752
|
|
|
753
753
|
/**
|
|
754
|
-
* Represents the object of the `onItemClick` event ([see example]({% slug overview_treeview %}
|
|
754
|
+
* Represents the object of the `onItemClick` event ([see example]({% slug overview_treeview %})).
|
|
755
755
|
*/
|
|
756
756
|
export declare interface TreeViewItemClickEvent extends BaseEvent<TreeViewClassComponent> {
|
|
757
757
|
/**
|
package/index.d.ts
CHANGED
|
@@ -428,7 +428,7 @@ export declare class TreeViewClassComponent extends React_2.Component<TreeViewPr
|
|
|
428
428
|
}
|
|
429
429
|
|
|
430
430
|
/**
|
|
431
|
-
* Represents the object of the `onContextMenu` event ([see example]({% slug overview_treeview %}
|
|
431
|
+
* Represents the object of the `onContextMenu` event ([see example]({% slug overview_treeview %})).
|
|
432
432
|
*/
|
|
433
433
|
export declare interface TreeViewContextMenuEvent extends BaseEvent<TreeViewClassComponent> {
|
|
434
434
|
/**
|
|
@@ -731,7 +731,7 @@ declare interface TreeViewDragClueState {
|
|
|
731
731
|
}
|
|
732
732
|
|
|
733
733
|
/**
|
|
734
|
-
* Represents the object of the `onExpandChange` event ([see example]({% slug overview_treeview %}
|
|
734
|
+
* Represents the object of the `onExpandChange` event ([see example]({% slug overview_treeview %})).
|
|
735
735
|
*/
|
|
736
736
|
export declare interface TreeViewExpandChangeEvent extends BaseEvent<TreeViewClassComponent> {
|
|
737
737
|
/**
|
|
@@ -751,7 +751,7 @@ export declare interface TreeViewHandle extends Pick<TreeViewClassComponent, key
|
|
|
751
751
|
}
|
|
752
752
|
|
|
753
753
|
/**
|
|
754
|
-
* Represents the object of the `onItemClick` event ([see example]({% slug overview_treeview %}
|
|
754
|
+
* Represents the object of the `onItemClick` event ([see example]({% slug overview_treeview %})).
|
|
755
755
|
*/
|
|
756
756
|
export declare interface TreeViewItemClickEvent extends BaseEvent<TreeViewClassComponent> {
|
|
757
757
|
/**
|
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: 1731586643,
|
|
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": "9.0.
|
|
3
|
+
"version": "9.0.1-develop.2",
|
|
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": "9.0.
|
|
27
|
-
"@progress/kendo-react-common": "9.0.
|
|
26
|
+
"@progress/kendo-react-animation": "9.0.1-develop.2",
|
|
27
|
+
"@progress/kendo-react-common": "9.0.1-develop.2",
|
|
28
28
|
"@progress/kendo-svg-icons": "^4.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"
|