@syncfusion/ej2-multicolumn-combobox 29.1.34 → 29.1.41

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 29.1.33
3
+ * version : 29.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
@@ -1,30 +1,32 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-multicolumn-combobox@29.1.33",
3
- "_id": "@syncfusion/ej2-multicolumn-combobox@29.1.33",
2
+ "_from": "@syncfusion/ej2-multicolumn-combobox@*",
3
+ "_id": "@syncfusion/ej2-multicolumn-combobox@29.1.40",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-6ZlwlpqvU76sRwwphiKVGoZuUXxrOyw5llyujeXc0olWsVsoqkV+9M4QRpwzAlbagBHaSQWL3ayTZfGLEj9ZBw==",
5
+ "_integrity": "sha512-VLAfsH/NyGm5CPBaNYfPdkU2zmbK4Q9+ZZ6QFvNnbZ+F2sChCSGsHLjJJ+CbNA9RvB3fGuTXCQB/5zff6VRQFA==",
6
6
  "_location": "/@syncfusion/ej2-multicolumn-combobox",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
9
- "type": "version",
9
+ "type": "range",
10
10
  "registry": true,
11
- "raw": "@syncfusion/ej2-multicolumn-combobox@29.1.33",
11
+ "raw": "@syncfusion/ej2-multicolumn-combobox@*",
12
12
  "name": "@syncfusion/ej2-multicolumn-combobox",
13
13
  "escapedName": "@syncfusion%2fej2-multicolumn-combobox",
14
14
  "scope": "@syncfusion",
15
- "rawSpec": "29.1.34",
15
+ "rawSpec": "*",
16
16
  "saveSpec": null,
17
- "fetchSpec": "29.1.34"
17
+ "fetchSpec": "*"
18
18
  },
19
19
  "_requiredBy": [
20
+ "/",
21
+ "/@syncfusion/ej2",
20
22
  "/@syncfusion/ej2-angular-multicolumn-combobox",
21
23
  "/@syncfusion/ej2-react-multicolumn-combobox",
22
24
  "/@syncfusion/ej2-vue-multicolumn-combobox"
23
25
  ],
24
- "_resolved": "https://registry.npmjs.org/@syncfusion/ej2-multicolumn-combobox/-/ej2-multicolumn-combobox-29.1.33.tgz",
25
- "_shasum": "eee3e475bb6c3796699145fde9db865cfcce7279",
26
- "_spec": "@syncfusion/ej2-multicolumn-combobox@29.1.33",
27
- "_where": "E:\\march2025\\memory-leaks\\node_modules\\@syncfusion\\ej2-angular-multicolumn-combobox",
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
+ "_spec": "@syncfusion/ej2-multicolumn-combobox@*",
29
+ "_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
28
30
  "author": {
29
31
  "name": "Syncfusion Inc."
30
32
  },
@@ -33,8 +35,8 @@
33
35
  },
34
36
  "bundleDependencies": false,
35
37
  "dependencies": {
36
- "@syncfusion/ej2-base": "~29.1.33",
37
- "@syncfusion/ej2-grids": "~29.1.33"
38
+ "@syncfusion/ej2-base": "~29.1.36",
39
+ "@syncfusion/ej2-grids": "~29.1.41"
38
40
  },
39
41
  "deprecated": false,
40
42
  "description": "Essential JS 2 Component",
@@ -54,7 +56,7 @@
54
56
  "type": "git",
55
57
  "url": "git+https://github.com/syncfusion/ej2-multicolumn-combobox-component.git"
56
58
  },
57
- "sideEffects": false,
58
59
  "typings": "index.d.ts",
59
- "version": "29.1.34"
60
- }
60
+ "version": "29.1.41",
61
+ "sideEffects": false
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: #7b848d;
329
- border-color: #444c54;
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 #444c54;
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: #444c54 !important; /* stylelint-disable-line declaration-no-important */
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: #7b848d;
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: #1a1d21;
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: #7b848d;
329
- border-color: #444c54;
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 #444c54;
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: #444c54 !important; /* stylelint-disable-line declaration-no-important */
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: #7b848d;
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: #1a1d21;
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: #d1ebff;
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: #d1ebff;
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: #7b848d;
329
- border-color: #444c54;
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 #444c54;
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: #444c54 !important; /* stylelint-disable-line declaration-no-important */
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: #7b848d;
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: #1a1d21;
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: #d1ebff;
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: #1b2430;
347
+ background: rgb(27.323255814, 36.1372093023, 48.476744186);
348
348
  }
349
349
  .e-popup.e-multicolumn-list .e-altrow {
350
- background: #1b2430;
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: #1b2430;
347
+ background: rgb(27.323255814, 36.1372093023, 48.476744186);
348
348
  }
349
349
  .e-popup.e-multicolumn-list .e-altrow {
350
- background: #1b2430;
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: #1b2430;
347
+ background: rgb(27.323255814, 36.1372093023, 48.476744186);
348
348
  }
349
349
  .e-popup.e-multicolumn-list .e-altrow {
350
- background: #1b2430;
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;