@dhtmlx/trial-vue-gantt 9.1.2-beta1 → 9.1.5-beta1
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 +2 -2
- package/dist/dhtmlxgantt.vue.es.d.ts +7345 -15
- package/dist/dhtmlxgantt.vue.es.js +5621 -5480
- package/dist/vue-gantt.css +1 -1
- package/package.json +1 -2
- package/whatsnew.md +32 -0
- package/dist/dhtmlxgantt.vue.es.js.map +0 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# DHTMLX Vue Gantt
|
|
2
2
|
|
|
3
3
|
[](https://dhtmlx.com/)
|
|
4
|
-
[](https://www.npmjs.com/package/@dhtmlx/trial-vue-gantt)
|
|
5
5
|
[](https://dhtmlx.com/docs/products/license.shtml?eval)
|
|
6
6
|
|
|
7
7
|
|
|
@@ -114,7 +114,7 @@ import GanttChart from "./components/GanttChart.vue";
|
|
|
114
114
|
<a name="license"></a>
|
|
115
115
|
## License
|
|
116
116
|
|
|
117
|
-
DHTMLX Gantt for Vue v.9.1.
|
|
117
|
+
DHTMLX Gantt for Vue v.9.1.5-beta1 Professional Evaluation
|
|
118
118
|
|
|
119
119
|
This software is covered by DHTMLX Evaluation License. Contact sales@dhtmlx.com to get a proprietary license. Usage without proper license is prohibited.
|
|
120
120
|
|