@progress/kendo-react-treelist 8.2.0-develop.14 → 8.2.0-develop.16
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 +8 -8
package/index.d.mts
CHANGED
|
@@ -127,7 +127,7 @@ export declare function tableRowsVirtualization(args: {
|
|
|
127
127
|
}): DataItemWrapper[];
|
|
128
128
|
|
|
129
129
|
/**
|
|
130
|
-
* Represents the [KendoReact TreeList component]({% slug
|
|
130
|
+
* Represents the [KendoReact TreeList component]({% slug get_started_treelist %}).
|
|
131
131
|
*/
|
|
132
132
|
export declare class TreeList extends React_2.Component<TreeListProps, {}> {
|
|
133
133
|
/**
|
|
@@ -643,7 +643,7 @@ export declare interface TreeListPageChangeEvent extends TreeListEvent {
|
|
|
643
643
|
}
|
|
644
644
|
|
|
645
645
|
/**
|
|
646
|
-
* Represents the props of the [KendoReact TreeList component]({% slug
|
|
646
|
+
* Represents the props of the [KendoReact TreeList component]({% slug get_started_treelist %}).
|
|
647
647
|
*/
|
|
648
648
|
export declare interface TreeListProps {
|
|
649
649
|
/**
|
package/index.d.ts
CHANGED
|
@@ -127,7 +127,7 @@ export declare function tableRowsVirtualization(args: {
|
|
|
127
127
|
}): DataItemWrapper[];
|
|
128
128
|
|
|
129
129
|
/**
|
|
130
|
-
* Represents the [KendoReact TreeList component]({% slug
|
|
130
|
+
* Represents the [KendoReact TreeList component]({% slug get_started_treelist %}).
|
|
131
131
|
*/
|
|
132
132
|
export declare class TreeList extends React_2.Component<TreeListProps, {}> {
|
|
133
133
|
/**
|
|
@@ -643,7 +643,7 @@ export declare interface TreeListPageChangeEvent extends TreeListEvent {
|
|
|
643
643
|
}
|
|
644
644
|
|
|
645
645
|
/**
|
|
646
|
-
* Represents the props of the [KendoReact TreeList component]({% slug
|
|
646
|
+
* Represents the props of the [KendoReact TreeList component]({% slug get_started_treelist %}).
|
|
647
647
|
*/
|
|
648
648
|
export declare interface TreeListProps {
|
|
649
649
|
/**
|
package/package-metadata.mjs
CHANGED
|
@@ -10,7 +10,7 @@ const e = {
|
|
|
10
10
|
name: "@progress/kendo-react-treelist",
|
|
11
11
|
productName: "KendoReact",
|
|
12
12
|
productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
|
|
13
|
-
publishDate:
|
|
13
|
+
publishDate: 1721288128,
|
|
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-treelist",
|
|
3
|
-
"version": "8.2.0-develop.
|
|
3
|
+
"version": "8.2.0-develop.16",
|
|
4
4
|
"description": "React TreeList enables the display of self-referencing tabular data. KendoReact TreeList package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"@progress/kendo-date-math": "^1.4.1",
|
|
27
27
|
"@progress/kendo-drawing": "^1.20.1",
|
|
28
28
|
"@progress/kendo-licensing": "^1.3.4",
|
|
29
|
-
"@progress/kendo-react-common": "8.2.0-develop.
|
|
30
|
-
"@progress/kendo-react-data-tools": "8.2.0-develop.
|
|
31
|
-
"@progress/kendo-react-dateinputs": "8.2.0-develop.
|
|
32
|
-
"@progress/kendo-react-dialogs": "8.2.0-develop.
|
|
33
|
-
"@progress/kendo-react-dropdowns": "8.2.0-develop.
|
|
34
|
-
"@progress/kendo-react-inputs": "8.2.0-develop.
|
|
35
|
-
"@progress/kendo-react-intl": "8.2.0-develop.
|
|
29
|
+
"@progress/kendo-react-common": "8.2.0-develop.16",
|
|
30
|
+
"@progress/kendo-react-data-tools": "8.2.0-develop.16",
|
|
31
|
+
"@progress/kendo-react-dateinputs": "8.2.0-develop.16",
|
|
32
|
+
"@progress/kendo-react-dialogs": "8.2.0-develop.16",
|
|
33
|
+
"@progress/kendo-react-dropdowns": "8.2.0-develop.16",
|
|
34
|
+
"@progress/kendo-react-inputs": "8.2.0-develop.16",
|
|
35
|
+
"@progress/kendo-react-intl": "8.2.0-develop.16",
|
|
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"
|