@syncfusion/ej2-multicolumn-combobox 29.1.40 → 29.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/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 +1 -1
- package/dist/es6/ej2-multicolumn-combobox.es2015.js.map +1 -1
- package/dist/es6/ej2-multicolumn-combobox.es5.js +1 -1
- 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 +1 -1
- package/styles/bootstrap5-dark-lite.css +6 -6
- package/styles/bootstrap5-dark.css +6 -6
- package/styles/fabric-lite.css +1 -1
- package/styles/fabric.css +1 -1
- package/styles/multicolumn-combobox/bootstrap5-dark.css +6 -6
- package/styles/multicolumn-combobox/fabric.css +1 -1
- package/styles/multicolumn-combobox/tailwind-dark.css +2 -2
- package/styles/tailwind-dark-lite.css +2 -2
- package/styles/tailwind-dark.css +2 -2
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 29.
|
|
3
|
+
* version : 29.2.4
|
|
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@29.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-multicolumn-combobox@29.1.40",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-VLAfsH/NyGm5CPBaNYfPdkU2zmbK4Q9+ZZ6QFvNnbZ+F2sChCSGsHLjJJ+CbNA9RvB3fGuTXCQB/5zff6VRQFA==",
|
|
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-29.1.
|
|
27
|
-
"_shasum": "
|
|
26
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-multicolumn-combobox/-/ej2-multicolumn-combobox-29.1.40.tgz",
|
|
27
|
+
"_shasum": "3b87153c8da9c1646200aaf3ed8b6142eb39a246",
|
|
28
28
|
"_spec": "@syncfusion/ej2-multicolumn-combobox@*",
|
|
29
29
|
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
|
|
30
30
|
"author": {
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
},
|
|
36
36
|
"bundleDependencies": false,
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@syncfusion/ej2-base": "~29.
|
|
39
|
-
"@syncfusion/ej2-grids": "~29.
|
|
38
|
+
"@syncfusion/ej2-base": "~29.2.4",
|
|
39
|
+
"@syncfusion/ej2-grids": "~29.2.4"
|
|
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": "29.
|
|
60
|
+
"version": "29.2.4",
|
|
61
61
|
"sideEffects": false
|
|
62
62
|
}
|
|
@@ -1342,7 +1342,7 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
|
|
|
1342
1342
|
if (isKeyDown === void 0) { isKeyDown = false; }
|
|
1343
1343
|
var e = mouseEvent ? mouseEvent : keyEvent;
|
|
1344
1344
|
var val = isKeyDown ? this.matchedContent : this.exactMatchedContent;
|
|
1345
|
-
if (!val) {
|
|
1345
|
+
if (!val && e.code !== 'Enter') {
|
|
1346
1346
|
this.inputEle.value = this.value = this.index = this.text = null;
|
|
1347
1347
|
}
|
|
1348
1348
|
this.hidePopup(e);
|
|
@@ -325,8 +325,8 @@
|
|
|
325
325
|
|
|
326
326
|
.e-multicolumn-list .e-popup-footer {
|
|
327
327
|
background: #212529;
|
|
328
|
-
color:
|
|
329
|
-
border-color:
|
|
328
|
+
color: rgb(122.8111587983, 132.3287553648, 140.7888412017);
|
|
329
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
330
330
|
}
|
|
331
331
|
|
|
332
332
|
.e-input-group.e-multicolumn-list:focus-visible {
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
}
|
|
341
341
|
.e-popup.e-multicolumn-list .e-nodata {
|
|
342
342
|
color: #e9ecef;
|
|
343
|
-
border: 1px solid
|
|
343
|
+
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
344
344
|
background: #343a40;
|
|
345
345
|
}
|
|
346
346
|
.e-popup.e-multicolumn-list .e-multicolumn-grid .e-rowcell {
|
|
@@ -352,14 +352,14 @@
|
|
|
352
352
|
}
|
|
353
353
|
.e-popup.e-multicolumn-list .e-gridhover .e-row:hover .e-rowcell:not(.e-active),
|
|
354
354
|
.e-popup.e-multicolumn-list .e-gridcontent .e-row-focus {
|
|
355
|
-
background:
|
|
355
|
+
background: rgb(68.0034482759, 75.85, 83.6965517241) !important; /* stylelint-disable-line declaration-no-important */
|
|
356
356
|
}
|
|
357
357
|
.e-popup.e-multicolumn-list .e-multicolumn-grid td.e-active {
|
|
358
358
|
background: #0d6efd;
|
|
359
359
|
color: #fff;
|
|
360
360
|
}
|
|
361
361
|
.e-popup.e-multicolumn-list .e-groupcaption {
|
|
362
|
-
color:
|
|
362
|
+
color: rgb(122.8111587983, 132.3287553648, 140.7888412017);
|
|
363
363
|
background: #212529;
|
|
364
364
|
}
|
|
365
365
|
.e-popup.e-multicolumn-list .e-gridheader,
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
background: transparent;
|
|
368
368
|
}
|
|
369
369
|
.e-popup.e-multicolumn-list .e-altrow {
|
|
370
|
-
background:
|
|
370
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
371
371
|
}
|
|
372
372
|
.e-popup.e-multicolumn-list .e-grid .e-headercell {
|
|
373
373
|
background-color: unset;
|
|
@@ -325,8 +325,8 @@
|
|
|
325
325
|
|
|
326
326
|
.e-multicolumn-list .e-popup-footer {
|
|
327
327
|
background: #212529;
|
|
328
|
-
color:
|
|
329
|
-
border-color:
|
|
328
|
+
color: rgb(122.8111587983, 132.3287553648, 140.7888412017);
|
|
329
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
330
330
|
}
|
|
331
331
|
|
|
332
332
|
.e-input-group.e-multicolumn-list:focus-visible {
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
}
|
|
341
341
|
.e-popup.e-multicolumn-list .e-nodata {
|
|
342
342
|
color: #e9ecef;
|
|
343
|
-
border: 1px solid
|
|
343
|
+
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
344
344
|
background: #343a40;
|
|
345
345
|
}
|
|
346
346
|
.e-popup.e-multicolumn-list .e-multicolumn-grid .e-rowcell {
|
|
@@ -352,14 +352,14 @@
|
|
|
352
352
|
}
|
|
353
353
|
.e-popup.e-multicolumn-list .e-gridhover .e-row:hover .e-rowcell:not(.e-active),
|
|
354
354
|
.e-popup.e-multicolumn-list .e-gridcontent .e-row-focus {
|
|
355
|
-
background:
|
|
355
|
+
background: rgb(68.0034482759, 75.85, 83.6965517241) !important; /* stylelint-disable-line declaration-no-important */
|
|
356
356
|
}
|
|
357
357
|
.e-popup.e-multicolumn-list .e-multicolumn-grid td.e-active {
|
|
358
358
|
background: #0d6efd;
|
|
359
359
|
color: #fff;
|
|
360
360
|
}
|
|
361
361
|
.e-popup.e-multicolumn-list .e-groupcaption {
|
|
362
|
-
color:
|
|
362
|
+
color: rgb(122.8111587983, 132.3287553648, 140.7888412017);
|
|
363
363
|
background: #212529;
|
|
364
364
|
}
|
|
365
365
|
.e-popup.e-multicolumn-list .e-gridheader,
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
background: transparent;
|
|
368
368
|
}
|
|
369
369
|
.e-popup.e-multicolumn-list .e-altrow {
|
|
370
|
-
background:
|
|
370
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
371
371
|
}
|
|
372
372
|
.e-popup.e-multicolumn-list .e-grid .e-headercell {
|
|
373
373
|
background-color: unset;
|
package/styles/fabric-lite.css
CHANGED
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
background: #f4f4f4 !important; /* stylelint-disable-line declaration-no-important */
|
|
282
282
|
}
|
|
283
283
|
.e-popup.e-multicolumn-list .e-multicolumn-grid td.e-active {
|
|
284
|
-
background:
|
|
284
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
285
285
|
color: #333;
|
|
286
286
|
}
|
|
287
287
|
.e-popup.e-multicolumn-list .e-groupcaption {
|
package/styles/fabric.css
CHANGED
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
background: #f4f4f4 !important; /* stylelint-disable-line declaration-no-important */
|
|
282
282
|
}
|
|
283
283
|
.e-popup.e-multicolumn-list .e-multicolumn-grid td.e-active {
|
|
284
|
-
background:
|
|
284
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
285
285
|
color: #333;
|
|
286
286
|
}
|
|
287
287
|
.e-popup.e-multicolumn-list .e-groupcaption {
|
|
@@ -325,8 +325,8 @@
|
|
|
325
325
|
|
|
326
326
|
.e-multicolumn-list .e-popup-footer {
|
|
327
327
|
background: #212529;
|
|
328
|
-
color:
|
|
329
|
-
border-color:
|
|
328
|
+
color: rgb(122.8111587983, 132.3287553648, 140.7888412017);
|
|
329
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
330
330
|
}
|
|
331
331
|
|
|
332
332
|
.e-input-group.e-multicolumn-list:focus-visible {
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
}
|
|
341
341
|
.e-popup.e-multicolumn-list .e-nodata {
|
|
342
342
|
color: #e9ecef;
|
|
343
|
-
border: 1px solid
|
|
343
|
+
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
344
344
|
background: #343a40;
|
|
345
345
|
}
|
|
346
346
|
.e-popup.e-multicolumn-list .e-multicolumn-grid .e-rowcell {
|
|
@@ -352,14 +352,14 @@
|
|
|
352
352
|
}
|
|
353
353
|
.e-popup.e-multicolumn-list .e-gridhover .e-row:hover .e-rowcell:not(.e-active),
|
|
354
354
|
.e-popup.e-multicolumn-list .e-gridcontent .e-row-focus {
|
|
355
|
-
background:
|
|
355
|
+
background: rgb(68.0034482759, 75.85, 83.6965517241) !important; /* stylelint-disable-line declaration-no-important */
|
|
356
356
|
}
|
|
357
357
|
.e-popup.e-multicolumn-list .e-multicolumn-grid td.e-active {
|
|
358
358
|
background: #0d6efd;
|
|
359
359
|
color: #fff;
|
|
360
360
|
}
|
|
361
361
|
.e-popup.e-multicolumn-list .e-groupcaption {
|
|
362
|
-
color:
|
|
362
|
+
color: rgb(122.8111587983, 132.3287553648, 140.7888412017);
|
|
363
363
|
background: #212529;
|
|
364
364
|
}
|
|
365
365
|
.e-popup.e-multicolumn-list .e-gridheader,
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
background: transparent;
|
|
368
368
|
}
|
|
369
369
|
.e-popup.e-multicolumn-list .e-altrow {
|
|
370
|
-
background:
|
|
370
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
371
371
|
}
|
|
372
372
|
.e-popup.e-multicolumn-list .e-grid .e-headercell {
|
|
373
373
|
background-color: unset;
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
background: #f4f4f4 !important; /* stylelint-disable-line declaration-no-important */
|
|
282
282
|
}
|
|
283
283
|
.e-popup.e-multicolumn-list .e-multicolumn-grid td.e-active {
|
|
284
|
-
background:
|
|
284
|
+
background: rgb(208.9, 234.7504672897, 255);
|
|
285
285
|
color: #333;
|
|
286
286
|
}
|
|
287
287
|
.e-popup.e-multicolumn-list .e-groupcaption {
|
|
@@ -344,10 +344,10 @@
|
|
|
344
344
|
}
|
|
345
345
|
.e-popup.e-multicolumn-list .e-gridheader,
|
|
346
346
|
.e-popup.e-multicolumn-list .e-gridheader colgroup {
|
|
347
|
-
background:
|
|
347
|
+
background: rgb(27.323255814, 36.1372093023, 48.476744186);
|
|
348
348
|
}
|
|
349
349
|
.e-popup.e-multicolumn-list .e-altrow {
|
|
350
|
-
background:
|
|
350
|
+
background: rgb(27.323255814, 36.1372093023, 48.476744186);
|
|
351
351
|
}
|
|
352
352
|
.e-popup.e-multicolumn-list .e-grid .e-headercell {
|
|
353
353
|
background-color: unset;
|
|
@@ -344,10 +344,10 @@
|
|
|
344
344
|
}
|
|
345
345
|
.e-popup.e-multicolumn-list .e-gridheader,
|
|
346
346
|
.e-popup.e-multicolumn-list .e-gridheader colgroup {
|
|
347
|
-
background:
|
|
347
|
+
background: rgb(27.323255814, 36.1372093023, 48.476744186);
|
|
348
348
|
}
|
|
349
349
|
.e-popup.e-multicolumn-list .e-altrow {
|
|
350
|
-
background:
|
|
350
|
+
background: rgb(27.323255814, 36.1372093023, 48.476744186);
|
|
351
351
|
}
|
|
352
352
|
.e-popup.e-multicolumn-list .e-grid .e-headercell {
|
|
353
353
|
background-color: unset;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -344,10 +344,10 @@
|
|
|
344
344
|
}
|
|
345
345
|
.e-popup.e-multicolumn-list .e-gridheader,
|
|
346
346
|
.e-popup.e-multicolumn-list .e-gridheader colgroup {
|
|
347
|
-
background:
|
|
347
|
+
background: rgb(27.323255814, 36.1372093023, 48.476744186);
|
|
348
348
|
}
|
|
349
349
|
.e-popup.e-multicolumn-list .e-altrow {
|
|
350
|
-
background:
|
|
350
|
+
background: rgb(27.323255814, 36.1372093023, 48.476744186);
|
|
351
351
|
}
|
|
352
352
|
.e-popup.e-multicolumn-list .e-grid .e-headercell {
|
|
353
353
|
background-color: unset;
|