@syncfusion/ej2-vue-gantt 31.2.3 → 31.2.4

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 CHANGED
@@ -8,7 +8,7 @@ The [Vue Gantt](https://www.syncfusion.com/vue-ui-components/vue-gantt-chart?utm
8
8
  <p align="center">
9
9
  Trusted by the world's leading companies
10
10
  <a href="https://www.syncfusion.com">
11
- <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
11
+ <img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
12
12
  </a>
13
13
  </p>
14
14
 
@@ -174,6 +174,14 @@ Gantt component is also offered in the following list of frameworks.
174
174
  * [RTL support](https://ej2.syncfusion.com/vue/documentation/gantt/global-local/#right-to-left-rtl): Provides the right-to-left mode which aligns content in the Gantt Chart component from right to left. This improves user experience and accessibility for those who work with RTL languages like Hebrew and Arabic.
175
175
  * [Localization](https://ej2.syncfusion.com/vue/documentation/gantt/global-local/#localization): Provides inherent support to localize the UI.
176
176
 
177
+ ## Resources
178
+
179
+ * [Documentation](https://ej2.syncfusion.com/vue/documentation/gantt/getting-started)
180
+ * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
181
+ * [What's New](https://www.syncfusion.com/products/whatsnew/vue?utm_medium=listing&utm_source=github)
182
+ * [Road Map](https://www.syncfusion.com/products/roadmap/vue)
183
+ * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=vue&type=all)
184
+
177
185
  ## Support
178
186
 
179
187
  Product support is available through the following mediums.
@@ -190,7 +198,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b
190
198
 
191
199
  ## License and copyright
192
200
 
193
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Vue UI components](https://www.syncfusion.com/vue-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
201
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Vue UI components](https://www.syncfusion.com/vue-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
194
202
 
195
203
  > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
196
204
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-gantt.umd.min.js
3
- * version : 31.2.3
3
+ * version : 31.2.4
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-vue-gantt",
3
- "version": "31.2.3",
3
+ "version": "31.2.4",
4
4
  "description": "Essential JS 2 Gantt Component for Vue",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -34,9 +34,9 @@
34
34
  "es2015": "dist/es6/ej2-vue-gantt.es2015.js",
35
35
  "readme": "ReadMe.md",
36
36
  "dependencies": {
37
- "@syncfusion/ej2-base": "~31.2.2",
37
+ "@syncfusion/ej2-base": "~31.2.4",
38
38
  "@syncfusion/ej2-vue-base": "~31.2.2",
39
- "@syncfusion/ej2-gantt": "31.2.3"
39
+ "@syncfusion/ej2-gantt": "31.2.4"
40
40
  },
41
41
  "devDependencies": {},
42
42
  "scripts": {