@progress/kendo-react-gantt 4.10.0-dev.202110050931 → 4.10.0-dev.202110210814
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-gantt.js +1 -1
- package/dist/es/components/GanttTreelist.js +7 -7
- package/dist/es/interfaces/GanttSelectableSettings.d.ts +1 -19
- package/dist/es/package-metadata.js +1 -1
- package/dist/npm/components/GanttTreelist.js +7 -7
- package/dist/npm/interfaces/GanttSelectableSettings.d.ts +1 -19
- package/dist/npm/package-metadata.js +1 -1
- package/dist/systemjs/kendo-react-gantt.js +1 -1
- package/package.json +12 -12
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 Gantt 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-gantt)—a commercial UI library.
|
|
@@ -22,7 +22,7 @@ Among the features which the KendoReact Gantt component delivers are:
|
|
|
22
22
|
* [Sorting](https://www.telerik.com/kendo-react-ui/components/gantt/sorting/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-gantt)—The KendoReact Gantt enables you to sort single and multiple data-bound columns.
|
|
23
23
|
* [Transformation of flat data](https://www.telerik.com/kendo-react-ui/components/gantt/flat-data/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-gantt)—Provides a built-in function to convert flat data to a tree that can be visualized by the component.
|
|
24
24
|
* [Globalization](https://www.telerik.com/kendo-react-ui/components/gantt/globalization/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-gantt)—By using the available globalization options in KendoReact, you can translate the Gantt messages by adapting them to specific culture locales.
|
|
25
|
-
* [Theme support](https://www.telerik.com/kendo-react-ui/components/styling/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-gantt)—The KendoReact Gantt, as well as all
|
|
25
|
+
* [Theme support](https://www.telerik.com/kendo-react-ui/components/styling/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-gantt)—The KendoReact Gantt, 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.
|
|
26
26
|
|
|
27
27
|
## Support Options
|
|
28
28
|
|
|
@@ -37,7 +37,7 @@ For any issues you might encounter while working with the KendoReact Gantt, use
|
|
|
37
37
|
* [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-gantt)
|
|
38
38
|
* [Get Started with the KendoReact Gantt](https://www.telerik.com/kendo-react-ui/components/gantt/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-gantt)
|
|
39
39
|
* [API Reference of the KendoReact Gantt](https://www.telerik.com/kendo-react-ui/components/gantt/api/GanttProps/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-gantt)
|
|
40
|
-
* [KendoReact Roadmap](https://www.telerik.com/kendo-react-ui/roadmap/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-gantt)
|
|
40
|
+
* [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-gantt)
|
|
41
41
|
* [Blogs](https://www.telerik.com/blogs/tag/kendoreact?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-gantt)
|
|
42
42
|
* [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-gantt)
|
|
43
43
|
* [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-gantt)
|