@syncfusion/ej2-angular-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/angular/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/angular?utm_medium=listing&utm_source=github)
|
|
96
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/angular)
|
|
97
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
|
|
98
|
+
|
|
92
99
|
## Support
|
|
93
100
|
|
|
94
101
|
Product support is available for through following mediums.
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-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 Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~31.2.
|
|
10
|
-
"@syncfusion/ej2-angular-base": "~31.2.
|
|
11
|
-
"@syncfusion/ej2-splitbuttons": "31.2.
|
|
9
|
+
"@syncfusion/ej2-base": "~31.2.12",
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~31.2.12",
|
|
11
|
+
"@syncfusion/ej2-splitbuttons": "31.2.12"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-splitbuttons';
|
|
4
|
-
exports.pkgVer = '^31.2.
|
|
4
|
+
exports.pkgVer = '^31.2.12';
|
|
5
5
|
exports.moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
|
|
6
|
-
exports.themeVer = '~31.2.
|
|
6
|
+
exports.themeVer = '~31.2.12';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-splitbuttons';
|
|
2
|
-
export const pkgVer = '^31.2.
|
|
2
|
+
export const pkgVer = '^31.2.12';
|
|
3
3
|
export const moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
|
|
4
|
-
export const themeVer = '~31.2.
|
|
4
|
+
export const themeVer = '~31.2.12';
|