@syncfusion/ej2-angular-splitbuttons 28.1.37-ngcc → 28.1.41-ngcc
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
|
@@ -108,4 +108,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-com
|
|
|
108
108
|
|
|
109
109
|
Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/splitbuttons/CHANGELOG.md?utm_source=npm&utm_campaign=split-button)
|
|
110
110
|
|
|
111
|
-
© Copyright
|
|
111
|
+
© Copyright 2025 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-splitbuttons.umd.js
|
|
3
|
-
* version : 28.1.
|
|
3
|
+
* version : 28.1.41
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. 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-angular-splitbuttons.umd.min.js
|
|
3
|
-
* version : 28.1.
|
|
3
|
+
* version : 28.1.41
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. 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
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~28.1.33",
|
|
35
35
|
"@syncfusion/ej2-base": "~28.1.33",
|
|
36
|
-
"@syncfusion/ej2-splitbuttons": "28.1.
|
|
36
|
+
"@syncfusion/ej2-splitbuttons": "28.1.41"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Angular",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"schematics": "./schematics/collection.json",
|
|
70
70
|
"sideEffects": false,
|
|
71
71
|
"typings": "ej2-angular-splitbuttons.d.ts",
|
|
72
|
-
"version": "28.1.
|
|
72
|
+
"version": "28.1.41-ngcc"
|
|
73
73
|
}
|
|
@@ -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 = '^28.1.
|
|
4
|
+
exports.pkgVer = '^28.1.41';
|
|
5
5
|
exports.moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
|
|
6
|
-
exports.themeVer = '~28.1.
|
|
6
|
+
exports.themeVer = '~28.1.41';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-splitbuttons';
|
|
2
|
-
export const pkgVer = '^28.1.
|
|
2
|
+
export const pkgVer = '^28.1.41';
|
|
3
3
|
export const moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
|
|
4
|
-
export const themeVer = '~28.1.
|
|
4
|
+
export const themeVer = '~28.1.41';
|