@syncfusion/ej2-splitbuttons 19.3.47 → 19.3.48

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-splitbuttons@*",
3
- "_id": "@syncfusion/ej2-splitbuttons@19.3.45",
3
+ "_id": "@syncfusion/ej2-splitbuttons@19.3.47",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Z3Q1DDHHbC/SsJoAtUtsvXlo32ZOBX9WTHME3TllG8mRctCiO9RZ1n4YggH7I6y+eqwEBD/x6v1neqWpg7Ft8Q==",
5
+ "_integrity": "sha512-Q4pni89JtywN7Z6L1cgVTcJQjaOPHV53qsvN4ORxp9ljkWfnQNream8tOrGA44zPZBXdICTRAFoGKRWgXRmObA==",
6
6
  "_location": "/@syncfusion/ej2-splitbuttons",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -31,8 +31,8 @@
31
31
  "/@syncfusion/ej2-richtexteditor",
32
32
  "/@syncfusion/ej2-vue-splitbuttons"
33
33
  ],
34
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-19.3.45.tgz",
35
- "_shasum": "9a444ab3598387de82f877d5685f77698f2a5e56",
34
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-19.3.47.tgz",
35
+ "_shasum": "996f0ab20f02703ac3ce1e535d59bea62a231192",
36
36
  "_spec": "@syncfusion/ej2-splitbuttons@*",
37
37
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
38
38
  "author": {
@@ -87,6 +87,6 @@
87
87
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
88
88
  },
89
89
  "typings": "index.d.ts",
90
- "version": "19.3.47",
90
+ "version": "19.3.48",
91
91
  "sideEffects": false
92
92
  }
@@ -550,7 +550,7 @@ var DropDownButton = /** @class */ (function (_super) {
550
550
  if (!_this.target && ul_2) {
551
551
  detach(ul_2);
552
552
  }
553
- if (!_this.target) {
553
+ if (!_this.target || _this.isColorPicker()) {
554
554
  if (_this.createPopupOnClick) {
555
555
  _this.destroyPopup();
556
556
  }