@syncfusion/ej2-react-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,14 @@ These components are available in following list of frameworks.
|
|
|
89
89
|
|
|
90
90
|
* [**Accessibility**](https://ej2.syncfusion.com/react/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
|
+
* [AI Coding Assistant](https://ej2.syncfusion.com/react/documentation/ai-coding-assistants/overview)
|
|
95
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
96
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/react?utm_medium=listing&utm_source=github)
|
|
97
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/react)
|
|
98
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=react&type=all)
|
|
99
|
+
|
|
92
100
|
## Support
|
|
93
101
|
|
|
94
102
|
Product support is available for through following mediums.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-splitbuttons.min.js
|
|
3
|
-
* version : 31.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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-splitbuttons.umd.min.js
|
|
3
|
-
* version : 31.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-react-splitbuttons",
|
|
3
|
-
"version": "31.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 React",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"es2015": "dist/es6/ej2-react-splitbuttons.es2015.js",
|
|
26
26
|
"readme": "ReadMe.md",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@syncfusion/ej2-base": "~31.2.
|
|
29
|
-
"@syncfusion/ej2-react-base": "~31.2.
|
|
30
|
-
"@syncfusion/ej2-splitbuttons": "31.2.
|
|
28
|
+
"@syncfusion/ej2-base": "~31.2.12",
|
|
29
|
+
"@syncfusion/ej2-react-base": "~31.2.12",
|
|
30
|
+
"@syncfusion/ej2-splitbuttons": "31.2.12"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {},
|
|
33
33
|
"sideEffects": false,
|