@syncfusion/ej2-multicolumn-combobox 28.2.3 → 28.2.7
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/dist/ej2-multicolumn-combobox.umd.min.js +2 -2
- package/dist/ej2-multicolumn-combobox.umd.min.js.map +1 -1
- package/dist/es6/ej2-multicolumn-combobox.es2015.js +2 -2
- package/dist/es6/ej2-multicolumn-combobox.es2015.js.map +1 -1
- package/dist/es6/ej2-multicolumn-combobox.es5.js +2 -2
- package/dist/es6/ej2-multicolumn-combobox.es5.js.map +1 -1
- package/dist/global/ej2-multicolumn-combobox.min.js +2 -2
- package/dist/global/ej2-multicolumn-combobox.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/src/multicolumn-combobox/multi-column-combo-box.js +2 -2
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 28.2.
|
|
3
|
+
* version : 28.2.7
|
|
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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-multicolumn-combobox@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-multicolumn-combobox@28.
|
|
3
|
+
"_id": "@syncfusion/ej2-multicolumn-combobox@28.2.3",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-3PnmBMbBtRPL2/OPlcoDMJuOMq7gDbGUKAsvj5mUBZ4bq7d5FVyf2ZlwLoqNTFuoMh0A7fZlGi5Ui2EhPZ/5lA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-multicolumn-combobox",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"/@syncfusion/ej2-react-multicolumn-combobox",
|
|
24
24
|
"/@syncfusion/ej2-vue-multicolumn-combobox"
|
|
25
25
|
],
|
|
26
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-multicolumn-combobox/-/ej2-multicolumn-combobox-28.
|
|
27
|
-
"_shasum": "
|
|
26
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-multicolumn-combobox/-/ej2-multicolumn-combobox-28.2.3.tgz",
|
|
27
|
+
"_shasum": "553b0a69101b525c89ca4b2b516fc3e131af8d0a",
|
|
28
28
|
"_spec": "@syncfusion/ej2-multicolumn-combobox@*",
|
|
29
29
|
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included",
|
|
30
30
|
"author": {
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
},
|
|
36
36
|
"bundleDependencies": false,
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@syncfusion/ej2-base": "~28.2.
|
|
39
|
-
"@syncfusion/ej2-grids": "~28.2.
|
|
38
|
+
"@syncfusion/ej2-base": "~28.2.5",
|
|
39
|
+
"@syncfusion/ej2-grids": "~28.2.7"
|
|
40
40
|
},
|
|
41
41
|
"deprecated": false,
|
|
42
42
|
"description": "Essential JS 2 Component",
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"url": "git+https://github.com/syncfusion/ej2-multicolumn-combobox-component.git"
|
|
58
58
|
},
|
|
59
59
|
"typings": "index.d.ts",
|
|
60
|
-
"version": "28.2.
|
|
60
|
+
"version": "28.2.7",
|
|
61
61
|
"sideEffects": false
|
|
62
62
|
}
|
|
@@ -1245,7 +1245,7 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
|
|
|
1245
1245
|
}
|
|
1246
1246
|
return;
|
|
1247
1247
|
}
|
|
1248
|
-
if ((target.classList.contains('e-multicolumn-list-icon') || closest(target, '.e-popup'))) {
|
|
1248
|
+
if ((target.classList.contains('e-multicolumn-list-icon') || closest(target, '.e-multicolumn-list.e-popup'))) {
|
|
1249
1249
|
e.preventDefault();
|
|
1250
1250
|
}
|
|
1251
1251
|
else {
|
|
@@ -1541,7 +1541,7 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
|
|
|
1541
1541
|
_this.remoteDataLength = e.result.length;
|
|
1542
1542
|
});
|
|
1543
1543
|
}
|
|
1544
|
-
_this.popupObj.show(new Animation(eventArgs.animation), _this.popupEle);
|
|
1544
|
+
_this.popupObj.show(new Animation(eventArgs.animation), _this.popupEle.firstElementChild);
|
|
1545
1545
|
}
|
|
1546
1546
|
});
|
|
1547
1547
|
};
|