@syncfusion/ej2-splitbuttons 23.1.41 → 23.2.4
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/CHANGELOG.md +10 -0
- package/dist/ej2-splitbuttons.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +2 -2
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +2 -2
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/src/common/common.d.ts +1 -0
- package/src/drop-down-button/drop-down-button.js +2 -2
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 23.
|
|
3
|
+
* version : 23.2.4
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-splitbuttons@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-splitbuttons@23.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-splitbuttons@23.1.43",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-HLT+obi87lgivOh09dOLc6l8WLdEfJwSFnQkeevin4fGfol0SxBhVs/Fx9SIAzcv37WNKnl3RNMlYSvJt4dq7g==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-splitbuttons",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"/@syncfusion/ej2-richtexteditor",
|
|
34
34
|
"/@syncfusion/ej2-vue-splitbuttons"
|
|
35
35
|
],
|
|
36
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-23.1.
|
|
37
|
-
"_shasum": "
|
|
36
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-23.1.43.tgz",
|
|
37
|
+
"_shasum": "ec4431d81132eb8276d0ff405d1d66cb09a9d24f",
|
|
38
38
|
"_spec": "@syncfusion/ej2-splitbuttons@*",
|
|
39
39
|
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
40
40
|
"author": {
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
},
|
|
46
46
|
"bundleDependencies": false,
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@syncfusion/ej2-base": "~23.
|
|
49
|
-
"@syncfusion/ej2-popups": "~23.
|
|
48
|
+
"@syncfusion/ej2-base": "~23.2.4",
|
|
49
|
+
"@syncfusion/ej2-popups": "~23.2.4"
|
|
50
50
|
},
|
|
51
51
|
"deprecated": false,
|
|
52
52
|
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup.",
|
|
@@ -89,6 +89,6 @@
|
|
|
89
89
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
90
90
|
},
|
|
91
91
|
"typings": "index.d.ts",
|
|
92
|
-
"version": "23.
|
|
92
|
+
"version": "23.2.4",
|
|
93
93
|
"sideEffects": false
|
|
94
94
|
}
|
package/src/common/common.d.ts
CHANGED
|
@@ -515,7 +515,7 @@ var DropDownButton = /** @class */ (function (_super) {
|
|
|
515
515
|
var liIdx = Array.prototype.indexOf.call(this.getULElement().children, li);
|
|
516
516
|
var item = this.items[liIdx];
|
|
517
517
|
if (item) {
|
|
518
|
-
var selectEventArgs = { element: li, item: item };
|
|
518
|
+
var selectEventArgs = { element: li, item: item, event: e };
|
|
519
519
|
this.trigger('select', selectEventArgs);
|
|
520
520
|
}
|
|
521
521
|
}
|
|
@@ -552,7 +552,7 @@ var DropDownButton = /** @class */ (function (_super) {
|
|
|
552
552
|
liIdx = Array.prototype.indexOf.call(this.getULElement().children, li);
|
|
553
553
|
item = this.items[liIdx];
|
|
554
554
|
if (item) {
|
|
555
|
-
eventArgs = { element: li, item: item };
|
|
555
|
+
eventArgs = { element: li, item: item, event: e };
|
|
556
556
|
this.trigger('select', eventArgs);
|
|
557
557
|
}
|
|
558
558
|
this.closePopup(e, this.activeElem[0]);
|