@syncfusion/ej2-vue-schedule 31.2.2 → 31.2.10

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
@@ -13,7 +13,7 @@ The [Vue Scheduler](https://www.syncfusion.com/vue-ui-components/vue-scheduler?u
13
13
  <p align="center">
14
14
  Trusted by the world's leading companies
15
15
  <a href="https://www.syncfusion.com">
16
- <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
16
+ <img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
17
17
  </a>
18
18
  </p>
19
19
 
@@ -154,6 +154,13 @@ Schedule component is also available in following list of frameworks.
154
154
  * [Localization](https://ej2.syncfusion.com/vue/documentation/schedule/localization.html#localization?utm_source=npm&utm_medium=listing&utm_campaign=vue-scheduler-npm) - All the static text and date content can be localized to any desired language. Also, it can be displayed with appropriate time mode and date-format as per the localized language.
155
155
  * [RTL](https://ej2.syncfusion.com/vue/documentation/schedule/localization.html#rtl?utm_source=npm&utm_medium=listing&utm_campaign=vue-scheduler-npm) - Supports displaying the component to display in the direction from right to left.
156
156
 
157
+ ## Resources
158
+
159
+ * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
160
+ * [What's New](https://www.syncfusion.com/products/whatsnew/vue?utm_medium=listing&utm_source=github)
161
+ * [Road Map](https://www.syncfusion.com/products/roadmap/vue)
162
+ * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=vue&type=all)
163
+
157
164
  ## Support
158
165
 
159
166
  Product support is available through the following mediums.
@@ -170,7 +177,8 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b
170
177
 
171
178
  ## License and copyright
172
179
 
173
- > 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).
180
+ > 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).
181
+
174
182
  > 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.
175
183
  See [LICENSE FILE](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=vue-scheduler-npm) for more info.
176
184
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-schedule.umd.min.js
3
- * version : 31.2.2
3
+ * version : 31.2.10
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-schedule",
3
- "version": "31.2.2",
3
+ "version": "31.2.10",
4
4
  "description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Vue",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -20,9 +20,9 @@
20
20
  "es2015": "dist/es6/ej2-vue-schedule.es2015.js",
21
21
  "readme": "ReadMe.md",
22
22
  "dependencies": {
23
- "@syncfusion/ej2-base": "~31.2.2",
24
- "@syncfusion/ej2-vue-base": "~31.2.2",
25
- "@syncfusion/ej2-schedule": "31.2.2"
23
+ "@syncfusion/ej2-base": "~31.2.5",
24
+ "@syncfusion/ej2-vue-base": "~31.2.5",
25
+ "@syncfusion/ej2-schedule": "31.2.10"
26
26
  },
27
27
  "devDependencies": {},
28
28
  "scripts": {