@progress/kendo-react-treelist 4.10.0-dev.202110110856 → 4.10.0
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/README.md +3 -3
- package/dist/cdn/js/kendo-react-treelist.js +1 -1
- package/dist/es/TreeList.js +7 -7
- package/dist/es/interfaces/TreeListSelectableSettings.d.ts +1 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/npm/TreeList.js +7 -7
- package/dist/npm/interfaces/TreeListSelectableSettings.d.ts +1 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/systemjs/kendo-react-treelist.js +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<img src="https://www.telerik.com/kendo-react-ui/npm-banner.svg">
|
|
3
3
|
</a>
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
# KendoReact TreeList Component for React
|
|
6
6
|
|
|
7
7
|
> **Important**
|
|
8
8
|
> * This package is а part of [KendoReact](https://www.telerik.com/kendo-react-ui/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-treelist)—a commercial UI library.
|
|
@@ -26,7 +26,7 @@ Among the features which the KendoReact TreeList component delivers are:
|
|
|
26
26
|
* [Customizable cells](https://www.telerik.com/kendo-react-ui/components/treelist/cells/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-treelist)—Provides options for customizing the content by defining different types of cells.
|
|
27
27
|
* [Transformation of flat data](https://www.telerik.com/kendo-react-ui/components/treelist/flat-data/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-treelist)—Provides a built-in function to convert flat data to a tree that can be visualized by the component.
|
|
28
28
|
* [Globalization](https://www.telerik.com/kendo-react-ui/components/treelist/globalization/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-treelist)—By using the available globalization options in KendoReact, you can translate the TreeList messages by adapting them to specific culture locales.
|
|
29
|
-
* [Theme support](https://www.telerik.com/kendo-react-ui/components/styling/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-treelist)—The KendoReact TreeList, as well as all
|
|
29
|
+
* [Theme support](https://www.telerik.com/kendo-react-ui/components/styling/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-treelist)—The KendoReact TreeList, as well as all 100+ components in the KendoReact suite, are styled in three polished themes (Bootstrap, Material, and Default) and can be further customized to match your specific design guidelines.
|
|
30
30
|
|
|
31
31
|
## Support Options
|
|
32
32
|
|
|
@@ -41,7 +41,7 @@ For any issues you might encounter while working with the KendoReact TreeList, u
|
|
|
41
41
|
* [Getting Started with KendoReact](https://www.telerik.com/kendo-react-ui/getting-started/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-treelist)
|
|
42
42
|
* [Get Started with the KendoReact TreeList](https://www.telerik.com/kendo-react-ui/components/treelist/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-treelist)
|
|
43
43
|
* [API Reference of the KendoReact TreeList](https://www.telerik.com/kendo-react-ui/components/treelist/api/TreeListProps/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-treelist)
|
|
44
|
-
* [KendoReact Roadmap](https://www.telerik.com/kendo-react-ui/roadmap/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-treelist)
|
|
44
|
+
* [KendoReact Roadmap](https://www.telerik.com/support/whats-new/kendo-react-ui/roadmap/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-treelist)
|
|
45
45
|
* [Blogs](https://www.telerik.com/blogs/tag/kendoreact?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-treelist)
|
|
46
46
|
* [Demos, documentation, and component reference](https://www.telerik.com/kendo-react-ui/components/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-treelist)
|
|
47
47
|
* [KendoReact pricing and licensing](https://www.telerik.com/kendo-react-ui/pricing/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-treelist)
|