@syncfusion/ej2-vue-splitbuttons 31.2.2 → 31.2.12

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
@@ -89,6 +89,13 @@ These components are available in following list of frameworks.
89
89
 
90
90
  * [**Accessibility**](https://ej2.syncfusion.com/vue/documentation/button-group/accessibility#accessibility) - Built-in accessibility features to access all the button group using the keyboard, screen readers, or other assistive technology devices.
91
91
 
92
+ ## Resources
93
+
94
+ * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
95
+ * [What's New](https://www.syncfusion.com/products/whatsnew/vue?utm_medium=listing&utm_source=github)
96
+ * [Road Map](https://www.syncfusion.com/products/roadmap/vue)
97
+ * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=vue&type=all)
98
+
92
99
  ## Support
93
100
 
94
101
  Product support is available for through following mediums.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-splitbuttons.umd.min.js
3
- * version : 31.2.2
3
+ * version : 31.2.12
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-splitbuttons",
3
- "version": "31.2.2",
3
+ "version": "31.2.12",
4
4
  "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Vue",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -25,9 +25,9 @@
25
25
  "es2015": "dist/es6/ej2-vue-splitbuttons.es2015.js",
26
26
  "readme": "ReadMe.md",
27
27
  "dependencies": {
28
- "@syncfusion/ej2-base": "~31.2.2",
29
- "@syncfusion/ej2-vue-base": "~31.2.2",
30
- "@syncfusion/ej2-splitbuttons": "31.2.2"
28
+ "@syncfusion/ej2-base": "~31.2.12",
29
+ "@syncfusion/ej2-vue-base": "~31.2.12",
30
+ "@syncfusion/ej2-splitbuttons": "31.2.12"
31
31
  },
32
32
  "devDependencies": {},
33
33
  "scripts": {