@syncfusion/ej2-dropdowns 19.4.38 → 19.4.47

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.
Files changed (79) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/ej2-dropdowns.umd.min.js +2 -2
  3. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-dropdowns.es2015.js +15 -3
  5. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  6. package/dist/es6/ej2-dropdowns.es5.js +15 -3
  7. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  8. package/dist/global/ej2-dropdowns.min.js +2 -2
  9. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +10 -10
  12. package/src/drop-down-base/drop-down-base.js +2 -1
  13. package/src/drop-down-list/drop-down-list.js +1 -1
  14. package/src/multi-select/multi-select.js +12 -1
  15. package/styles/bootstrap-dark.css +15 -0
  16. package/styles/bootstrap.css +15 -0
  17. package/styles/bootstrap4.css +15 -0
  18. package/styles/bootstrap5-dark.css +15 -0
  19. package/styles/bootstrap5.css +15 -0
  20. package/styles/fabric-dark.css +15 -0
  21. package/styles/fabric.css +15 -0
  22. package/styles/highcontrast-light.css +15 -0
  23. package/styles/highcontrast.css +15 -0
  24. package/styles/list-box/_bootstrap-dark-definition.scss +3 -0
  25. package/styles/list-box/_bootstrap-definition.scss +3 -0
  26. package/styles/list-box/_bootstrap4-definition.scss +3 -0
  27. package/styles/list-box/_bootstrap5-definition.scss +3 -0
  28. package/styles/list-box/_fabric-dark-definition.scss +3 -0
  29. package/styles/list-box/_fabric-definition.scss +3 -0
  30. package/styles/list-box/_fluent-definition.scss +3 -0
  31. package/styles/list-box/_highcontrast-definition.scss +3 -0
  32. package/styles/list-box/_highcontrast-light-definition.scss +3 -0
  33. package/styles/list-box/_material-dark-definition.scss +3 -0
  34. package/styles/list-box/_material-definition.scss +3 -0
  35. package/styles/list-box/_tailwind-definition.scss +3 -0
  36. package/styles/list-box/_theme.scss +8 -0
  37. package/styles/list-box/bootstrap-dark.css +10 -0
  38. package/styles/list-box/bootstrap.css +10 -0
  39. package/styles/list-box/bootstrap4.css +10 -0
  40. package/styles/list-box/bootstrap5-dark.css +10 -0
  41. package/styles/list-box/bootstrap5.css +10 -0
  42. package/styles/list-box/fabric-dark.css +10 -0
  43. package/styles/list-box/fabric.css +10 -0
  44. package/styles/list-box/highcontrast-light.css +10 -0
  45. package/styles/list-box/highcontrast.css +10 -0
  46. package/styles/list-box/material-dark.css +10 -0
  47. package/styles/list-box/material.css +10 -0
  48. package/styles/list-box/tailwind-dark.css +10 -0
  49. package/styles/list-box/tailwind.css +10 -0
  50. package/styles/material-dark.css +15 -0
  51. package/styles/material.css +15 -0
  52. package/styles/multi-select/_bootstrap-dark-definition.scss +1 -0
  53. package/styles/multi-select/_bootstrap-definition.scss +1 -0
  54. package/styles/multi-select/_bootstrap4-definition.scss +1 -0
  55. package/styles/multi-select/_bootstrap5-definition.scss +1 -0
  56. package/styles/multi-select/_fabric-dark-definition.scss +1 -0
  57. package/styles/multi-select/_fabric-definition.scss +1 -0
  58. package/styles/multi-select/_fluent-definition.scss +1 -0
  59. package/styles/multi-select/_highcontrast-definition.scss +1 -0
  60. package/styles/multi-select/_highcontrast-light-definition.scss +1 -0
  61. package/styles/multi-select/_material-dark-definition.scss +1 -0
  62. package/styles/multi-select/_material-definition.scss +1 -0
  63. package/styles/multi-select/_tailwind-definition.scss +1 -0
  64. package/styles/multi-select/_theme.scss +5 -0
  65. package/styles/multi-select/bootstrap-dark.css +5 -0
  66. package/styles/multi-select/bootstrap.css +5 -0
  67. package/styles/multi-select/bootstrap4.css +5 -0
  68. package/styles/multi-select/bootstrap5-dark.css +5 -0
  69. package/styles/multi-select/bootstrap5.css +5 -0
  70. package/styles/multi-select/fabric-dark.css +5 -0
  71. package/styles/multi-select/fabric.css +5 -0
  72. package/styles/multi-select/highcontrast-light.css +5 -0
  73. package/styles/multi-select/highcontrast.css +5 -0
  74. package/styles/multi-select/material-dark.css +5 -0
  75. package/styles/multi-select/material.css +5 -0
  76. package/styles/multi-select/tailwind-dark.css +5 -0
  77. package/styles/multi-select/tailwind.css +5 -0
  78. package/styles/tailwind-dark.css +15 -0
  79. package/styles/tailwind.css +15 -0
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 19.4.38
3
+ * version : 19.4.47
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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-dropdowns@*",
3
- "_id": "@syncfusion/ej2-dropdowns@18.34.12",
3
+ "_id": "@syncfusion/ej2-dropdowns@19.4.42",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-GpZ9oh7UZXwnybsQmiiBdwawlGvjrvCBIG0qtHQ5La0zjOsOKVIYPk3Lu+CvXwLu3FuxLXFCfy5JiBA/AA9WAg==",
5
+ "_integrity": "sha512-HdBgbtk1oTZUGEpWTZoqm2BIta22chW9VPLRX9Xd2dO+9ut1KgTQLmJpT1XPQlMiUHc93H6cgPfS/tkxWxeEGA==",
6
6
  "_location": "/@syncfusion/ej2-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -33,8 +33,8 @@
33
33
  "/@syncfusion/ej2-spreadsheet",
34
34
  "/@syncfusion/ej2-vue-dropdowns"
35
35
  ],
36
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-18.34.12.tgz",
37
- "_shasum": "0c4856ee2b4172eae286c065c85c47e0ee581236",
36
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-19.4.42.tgz",
37
+ "_shasum": "64688484af007dde8788719b365404fe07e3ddaa",
38
38
  "_spec": "@syncfusion/ej2-dropdowns@*",
39
39
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
40
40
  "author": {
@@ -42,12 +42,12 @@
42
42
  },
43
43
  "bundleDependencies": false,
44
44
  "dependencies": {
45
- "@syncfusion/ej2-base": "~19.4.38",
46
- "@syncfusion/ej2-data": "~19.4.38",
47
- "@syncfusion/ej2-inputs": "~19.4.38",
45
+ "@syncfusion/ej2-base": "~19.4.42",
46
+ "@syncfusion/ej2-data": "~19.4.47",
47
+ "@syncfusion/ej2-inputs": "~19.4.47",
48
48
  "@syncfusion/ej2-lists": "~19.4.38",
49
- "@syncfusion/ej2-navigations": "~19.4.38",
50
- "@syncfusion/ej2-popups": "~19.4.38"
49
+ "@syncfusion/ej2-navigations": "~19.4.47",
50
+ "@syncfusion/ej2-popups": "~19.4.47"
51
51
  },
52
52
  "deprecated": false,
53
53
  "description": "Essential JS 2 DropDown Components",
@@ -72,6 +72,6 @@
72
72
  "module": "./index.js",
73
73
  "name": "@syncfusion/ej2-dropdowns",
74
74
  "typings": "index.d.ts",
75
- "version": "19.4.38",
75
+ "version": "19.4.47",
76
76
  "sideEffects": false
77
77
  }
@@ -1058,7 +1058,8 @@ var DropDownBase = /** @class */ (function (_super) {
1058
1058
  li.innerText = itemText;
1059
1059
  }
1060
1060
  if (this.itemTemplate && !isHeader) {
1061
- var compiledString = compile(this.itemTemplate);
1061
+ var itemCheck = this.templateCompiler(this.itemTemplate);
1062
+ var compiledString = itemCheck ? compile(select(this.itemTemplate, document).innerHTML.trim()) : compile(this.itemTemplate);
1062
1063
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
1063
1064
  var addItemTemplate = compiledString(item, this, 'itemTemplate', this.itemTemplateId, this.isStringTemplate, null, li);
1064
1065
  if (addItemTemplate) {
@@ -2222,7 +2222,7 @@ var DropDownList = /** @class */ (function (_super) {
2222
2222
  DropDownList.prototype.checkCustomValue = function () {
2223
2223
  this.itemData = this.getDataByValue(this.value);
2224
2224
  var dataItem = this.getItemData();
2225
- this.setProperties({ 'value': dataItem.value, 'text': dataItem.text });
2225
+ this.setProperties({ 'text': dataItem.text, 'value': dataItem.value });
2226
2226
  };
2227
2227
  DropDownList.prototype.updateInputFields = function () {
2228
2228
  if (this.getModuleName() === 'dropdownlist') {
@@ -3108,7 +3108,7 @@ var MultiSelect = /** @class */ (function (_super) {
3108
3108
  'li.e-list-item[aria-selected="true"]:not(.e-reorder-hide)');
3109
3109
  }
3110
3110
  if (this.enableGroupCheckBox && this.mode === 'CheckBox' && !isNullOrUndefined(this.fields.groupBy)) {
3111
- var target = (event ? event.target : null);
3111
+ var target = (event ? (this.groupTemplate ? closest(event.target, '.e-list-group-item') : event.target) : null);
3112
3112
  target = (event && event.keyCode === 32) ? list : target;
3113
3113
  target = (target && target.classList.contains('e-frame')) ? target.parentElement.parentElement : target;
3114
3114
  if (target && target.classList.contains('e-list-group-item')) {
@@ -3482,6 +3482,17 @@ var MultiSelect = /** @class */ (function (_super) {
3482
3482
  this.notify('selectAllText', false);
3483
3483
  break;
3484
3484
  case 'popupHeight':
3485
+ if (this.popupObj) {
3486
+ var overAllHeight = parseInt(this.popupHeight, 10);
3487
+ if (this.popupHeight !== 'auto') {
3488
+ this.list.style.maxHeight = formatUnit(overAllHeight);
3489
+ this.popupWrapper.style.maxHeight = formatUnit(this.popupHeight);
3490
+ }
3491
+ else {
3492
+ this.list.style.maxHeight = formatUnit(this.popupHeight);
3493
+ }
3494
+ }
3495
+ break;
3485
3496
  case 'headerTemplate':
3486
3497
  case 'footerTemplate':
3487
3498
  this.reInitializePoup();
@@ -2454,6 +2454,11 @@ ejs-multiselect {
2454
2454
  font-size: 10px;
2455
2455
  }
2456
2456
 
2457
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2458
+ -webkit-text-fill-color: #9c9c9c;
2459
+ color: #9c9c9c;
2460
+ }
2461
+
2457
2462
  .e-listbox-tool .e-moveup::before {
2458
2463
  content: '\e651';
2459
2464
  }
@@ -3051,6 +3056,16 @@ ejs-listbox {
3051
3056
  height: calc(100% - 52px);
3052
3057
  }
3053
3058
 
3059
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3060
+ .e-listbox-container.e-select-all .e-list-parent {
3061
+ height: calc(100% - 40px);
3062
+ }
3063
+
3064
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3065
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3066
+ height: calc(100% - 92px);
3067
+ }
3068
+
3054
3069
  .e-listbox-wrapper .e-icons,
3055
3070
  .e-listbox-container .e-icons {
3056
3071
  color: #f0f0f0;
@@ -2453,6 +2453,11 @@ ejs-multiselect {
2453
2453
  font-size: 10px;
2454
2454
  }
2455
2455
 
2456
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2457
+ -webkit-text-fill-color: #999;
2458
+ color: #999;
2459
+ }
2460
+
2456
2461
  .e-listbox-tool .e-moveup::before {
2457
2462
  content: '\e651';
2458
2463
  }
@@ -3050,6 +3055,16 @@ ejs-listbox {
3050
3055
  height: calc(100% - 52px);
3051
3056
  }
3052
3057
 
3058
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3059
+ .e-listbox-container.e-select-all .e-list-parent {
3060
+ height: calc(100% - 40px);
3061
+ }
3062
+
3063
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3064
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3065
+ height: calc(100% - 92px);
3066
+ }
3067
+
3053
3068
  .e-listbox-wrapper .e-icons,
3054
3069
  .e-listbox-container .e-icons {
3055
3070
  color: rgba(0, 0, 0, 0.75);
@@ -2637,6 +2637,11 @@ ejs-multiselect {
2637
2637
  font-size: 10px;
2638
2638
  }
2639
2639
 
2640
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2641
+ -webkit-text-fill-color: #6c757d;
2642
+ color: #6c757d;
2643
+ }
2644
+
2640
2645
  .e-listbox-tool .e-moveup::before {
2641
2646
  content: '\e808';
2642
2647
  }
@@ -3283,6 +3288,16 @@ ejs-listbox {
3283
3288
  height: calc(100% - 39px);
3284
3289
  }
3285
3290
 
3291
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3292
+ .e-listbox-container.e-select-all .e-list-parent {
3293
+ height: calc(100% - 40px);
3294
+ }
3295
+
3296
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3297
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3298
+ height: calc(100% - 79px);
3299
+ }
3300
+
3286
3301
  .e-listbox-wrapper .e-icons,
3287
3302
  .e-listbox-container .e-icons {
3288
3303
  color: #212529;
@@ -2571,6 +2571,11 @@ ejs-multiselect {
2571
2571
  font-size: 14px;
2572
2572
  }
2573
2573
 
2574
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2575
+ -webkit-text-fill-color: #e9ecef;
2576
+ color: #e9ecef;
2577
+ }
2578
+
2574
2579
  .e-listbox-tool .e-moveup::before {
2575
2580
  content: '\e776';
2576
2581
  }
@@ -3168,6 +3173,16 @@ ejs-listbox {
3168
3173
  height: calc(100% - 47px);
3169
3174
  }
3170
3175
 
3176
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3177
+ .e-listbox-container.e-select-all .e-list-parent {
3178
+ height: calc(100% - 36px);
3179
+ }
3180
+
3181
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3182
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3183
+ height: calc(100% - 86px);
3184
+ }
3185
+
3171
3186
  .e-listbox-wrapper .e-list-item,
3172
3187
  .e-listbox-container .e-list-item {
3173
3188
  background-color: transparent;
@@ -2571,6 +2571,11 @@ ejs-multiselect {
2571
2571
  font-size: 14px;
2572
2572
  }
2573
2573
 
2574
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2575
+ -webkit-text-fill-color: #343a40;
2576
+ color: #343a40;
2577
+ }
2578
+
2574
2579
  .e-listbox-tool .e-moveup::before {
2575
2580
  content: '\e776';
2576
2581
  }
@@ -3168,6 +3173,16 @@ ejs-listbox {
3168
3173
  height: calc(100% - 47px);
3169
3174
  }
3170
3175
 
3176
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3177
+ .e-listbox-container.e-select-all .e-list-parent {
3178
+ height: calc(100% - 36px);
3179
+ }
3180
+
3181
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3182
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3183
+ height: calc(100% - 86px);
3184
+ }
3185
+
3171
3186
  .e-listbox-wrapper .e-list-item,
3172
3187
  .e-listbox-container .e-list-item {
3173
3188
  background-color: transparent;
@@ -2431,6 +2431,11 @@ ejs-multiselect {
2431
2431
  font-size: 10px;
2432
2432
  }
2433
2433
 
2434
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2435
+ -webkit-text-fill-color: #6f6c6c;
2436
+ color: #6f6c6c;
2437
+ }
2438
+
2434
2439
  .e-listbox-tool .e-moveup::before {
2435
2440
  content: '\e651';
2436
2441
  }
@@ -3028,6 +3033,16 @@ ejs-listbox {
3028
3033
  height: calc(100% - 51px);
3029
3034
  }
3030
3035
 
3036
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3037
+ .e-listbox-container.e-select-all .e-list-parent {
3038
+ height: calc(100% - 36px);
3039
+ }
3040
+
3041
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3042
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3043
+ height: calc(100% - 87px);
3044
+ }
3045
+
3031
3046
  .e-listbox-wrapper .e-icons,
3032
3047
  .e-listbox-container .e-icons {
3033
3048
  color: #dadada;
package/styles/fabric.css CHANGED
@@ -2425,6 +2425,11 @@ ejs-multiselect {
2425
2425
  font-size: 10px;
2426
2426
  }
2427
2427
 
2428
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2429
+ -webkit-text-fill-color: #a6a6a6;
2430
+ color: #a6a6a6;
2431
+ }
2432
+
2428
2433
  .e-listbox-tool .e-moveup::before {
2429
2434
  content: '\e651';
2430
2435
  }
@@ -3022,6 +3027,16 @@ ejs-listbox {
3022
3027
  height: calc(100% - 51px);
3023
3028
  }
3024
3029
 
3030
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3031
+ .e-listbox-container.e-select-all .e-list-parent {
3032
+ height: calc(100% - 36px);
3033
+ }
3034
+
3035
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3036
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3037
+ height: calc(100% - 87px);
3038
+ }
3039
+
3025
3040
  .e-listbox-wrapper .e-icons,
3026
3041
  .e-listbox-container .e-icons {
3027
3042
  color: #333;
@@ -2573,6 +2573,11 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
2573
2573
  font-size: 10px;
2574
2574
  }
2575
2575
 
2576
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2577
+ -webkit-text-fill-color: #757575;
2578
+ color: #757575;
2579
+ }
2580
+
2576
2581
  .e-listbox-tool .e-moveup::before {
2577
2582
  content: '\e651';
2578
2583
  }
@@ -3170,6 +3175,16 @@ ejs-listbox {
3170
3175
  height: calc(100% - 51px);
3171
3176
  }
3172
3177
 
3178
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3179
+ .e-listbox-container.e-select-all .e-list-parent {
3180
+ height: calc(100% - 36px);
3181
+ }
3182
+
3183
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3184
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3185
+ height: calc(100% - 87px);
3186
+ }
3187
+
3173
3188
  .e-listbox-wrapper .e-icons,
3174
3189
  .e-listbox-container .e-icons {
3175
3190
  color: #000;
@@ -2580,6 +2580,11 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
2580
2580
  font-size: 10px;
2581
2581
  }
2582
2582
 
2583
+ .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
2584
+ -webkit-text-fill-color: #757575;
2585
+ color: #757575;
2586
+ }
2587
+
2583
2588
  .e-listbox-tool .e-moveup::before {
2584
2589
  content: '\e651';
2585
2590
  }
@@ -3177,6 +3182,16 @@ ejs-listbox {
3177
3182
  height: calc(100% - 51px);
3178
3183
  }
3179
3184
 
3185
+ .e-listbox-wrapper.e-select-all .e-list-parent,
3186
+ .e-listbox-container.e-select-all .e-list-parent {
3187
+ height: calc(100% - 36px);
3188
+ }
3189
+
3190
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
3191
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
3192
+ height: calc(100% - 87px);
3193
+ }
3194
+
3180
3195
  .e-listbox-wrapper .e-icons,
3181
3196
  .e-listbox-container .e-icons {
3182
3197
  color: #fff;
@@ -118,3 +118,6 @@ $listbox-filter-height: calc(100% - 52px) !default;
118
118
  $listbox-filter-small-height: calc(100% - 46px) !default;
119
119
  $listbox-filter-bigger-small-height: calc(100% - 54px) !default;
120
120
  $listbox-filter-bigger-height: calc(100% - 58px) !default;
121
+
122
+ $listbox-select-all-height: calc(100% - 40px) !default;
123
+ $listbox-filter-select-all-height: calc(100% - 92px) !default;
@@ -112,3 +112,6 @@ $listbox-filter-height: calc(100% - 52px) !default;
112
112
  $listbox-filter-small-height: calc(100% - 46px) !default;
113
113
  $listbox-filter-bigger-small-height: calc(100% - 54px) !default;
114
114
  $listbox-filter-bigger-height: calc(100% - 58px) !default;
115
+
116
+ $listbox-select-all-height: calc(100% - 40px) !default;
117
+ $listbox-filter-select-all-height: calc(100% - 92px) !default;
@@ -117,3 +117,6 @@ $listbox-filter-height: calc(100% - 39px) !default;
117
117
  $listbox-filter-small-height: calc(100% - 32px) !default;
118
118
  $listbox-filter-bigger-small-height: calc(100% - 44px) !default;
119
119
  $listbox-filter-bigger-height: calc(100% - 46px) !default;
120
+
121
+ $listbox-select-all-height: calc(100% - 40px) !default;
122
+ $listbox-filter-select-all-height: calc(100% - 79px) !default;
@@ -78,6 +78,9 @@ $listbox-filter-bigger-small-height: calc(100% - 45px) !default;
78
78
  $listbox-filter-bigger-height: calc(100% - 55px) !default;
79
79
  $listbox-item-height: 36px !default;
80
80
 
81
+ $listbox-select-all-height: calc(100% - 36px) !default;
82
+ $listbox-filter-select-all-height: calc(100% - 86px) !default;
83
+
81
84
  $listbox-border-color: $border-light;
82
85
  $badge-color: $primary-text-color !default;
83
86
  $badge-bgcolor: $primary !default;
@@ -118,3 +118,6 @@ $listbox-filter-height: calc(100% - 51px) !default;
118
118
  $listbox-filter-small-height: calc(100% - 45px) !default;
119
119
  $listbox-filter-bigger-small-height: calc(100% - 55px) !default;
120
120
  $listbox-filter-bigger-height: calc(100% - 59px) !default;
121
+
122
+ $listbox-select-all-height: calc(100% - 36px) !default;
123
+ $listbox-filter-select-all-height: calc(100% - 87px) !default;
@@ -112,3 +112,6 @@ $listbox-filter-height: calc(100% - 51px) !default;
112
112
  $listbox-filter-small-height: calc(100% - 45px) !default;
113
113
  $listbox-filter-bigger-small-height: calc(100% - 55px) !default;
114
114
  $listbox-filter-bigger-height: calc(100% - 59px) !default;
115
+
116
+ $listbox-select-all-height: calc(100% - 36px) !default;
117
+ $listbox-filter-select-all-height: calc(100% - 87px) !default;
@@ -78,6 +78,9 @@ $listbox-filter-bigger-small-height: calc(100% - 45px) !default;
78
78
  $listbox-filter-bigger-height: calc(100% - 55px) !default;
79
79
  $listbox-item-height: 36px !default;
80
80
 
81
+ $listbox-select-all-height: calc(100% - 36px) !default;
82
+ $listbox-filter-select-all-height: calc(100% - 83px) !default;
83
+
81
84
  $listbox-border-color: $border-light;
82
85
  $badge-color: $primary-text-color !default;
83
86
  $badge-bgcolor: $primary !default;
@@ -112,3 +112,6 @@ $listbox-filter-height: calc(100% - 51px) !default;
112
112
  $listbox-filter-small-height: calc(100% - 45px) !default;
113
113
  $listbox-filter-bigger-small-height: calc(100% - 55px) !default;
114
114
  $listbox-filter-bigger-height: calc(100% - 59px) !default;
115
+
116
+ $listbox-select-all-height: calc(100% - 36px) !default;
117
+ $listbox-filter-select-all-height: calc(100% - 87px) !default;
@@ -118,3 +118,6 @@ $listbox-filter-height: calc(100% - 51px) !default;
118
118
  $listbox-filter-small-height: calc(100% - 45px) !default;
119
119
  $listbox-filter-bigger-small-height: calc(100% - 55px) !default;
120
120
  $listbox-filter-bigger-height: calc(100% - 59px) !default;
121
+
122
+ $listbox-select-all-height: calc(100% - 36px) !default;
123
+ $listbox-filter-select-all-height: calc(100% - 87px) !default;
@@ -118,3 +118,6 @@ $listbox-filter-height: calc(100% - 47px) !default;
118
118
  $listbox-filter-small-height: calc(100% - 45px) !default;
119
119
  $listbox-filter-bigger-small-height: calc(100% - 45px) !default;
120
120
  $listbox-filter-bigger-height: calc(100% - 55px) !default;
121
+
122
+ $listbox-select-all-height: calc(100% - 36px) !default;
123
+ $listbox-filter-select-all-height: calc(100% - 79px) !default;
@@ -112,3 +112,6 @@ $listbox-filter-height: calc(100% - 47px) !default;
112
112
  $listbox-filter-small-height: calc(100% - 45px) !default;
113
113
  $listbox-filter-bigger-small-height: calc(100% - 45px) !default;
114
114
  $listbox-filter-bigger-height: calc(100% - 55px) !default;
115
+
116
+ $listbox-select-all-height: calc(100% - 36px) !default;
117
+ $listbox-filter-select-all-height: calc(100% - 79px) !default;
@@ -77,6 +77,9 @@ $listbox-filter-small-height: calc(100% - 45px) !default;
77
77
  $listbox-filter-bigger-small-height: calc(100% - 45px) !default;
78
78
  $listbox-filter-bigger-height: calc(100% - 55px) !default;
79
79
 
80
+ $listbox-select-all-height: calc(100% - 38px) !default;
81
+ $listbox-filter-select-all-height: calc(100% - 76px) !default;
82
+
80
83
  $listbox-border-color: $border-light;
81
84
  $badge-color: $primary-text-color !default;
82
85
  $badge-bgcolor: $primary !default;
@@ -50,6 +50,14 @@
50
50
  height: $listbox-filter-height;
51
51
  }
52
52
 
53
+ &.e-select-all .e-list-parent {
54
+ height: $listbox-select-all-height;
55
+ }
56
+
57
+ &.e-filter-list.e-select-all .e-list-parent {
58
+ height: $listbox-filter-select-all-height;
59
+ }
60
+
53
61
  & .e-icons {
54
62
  @if $skin-name != 'bootstrap5' {
55
63
  color: $listview-icon-color;
@@ -608,6 +608,16 @@ ejs-listbox {
608
608
  height: calc(100% - 52px);
609
609
  }
610
610
 
611
+ .e-listbox-wrapper.e-select-all .e-list-parent,
612
+ .e-listbox-container.e-select-all .e-list-parent {
613
+ height: calc(100% - 40px);
614
+ }
615
+
616
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
617
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
618
+ height: calc(100% - 92px);
619
+ }
620
+
611
621
  .e-listbox-wrapper .e-icons,
612
622
  .e-listbox-container .e-icons {
613
623
  color: #f0f0f0;
@@ -608,6 +608,16 @@ ejs-listbox {
608
608
  height: calc(100% - 52px);
609
609
  }
610
610
 
611
+ .e-listbox-wrapper.e-select-all .e-list-parent,
612
+ .e-listbox-container.e-select-all .e-list-parent {
613
+ height: calc(100% - 40px);
614
+ }
615
+
616
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
617
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
618
+ height: calc(100% - 92px);
619
+ }
620
+
611
621
  .e-listbox-wrapper .e-icons,
612
622
  .e-listbox-container .e-icons {
613
623
  color: rgba(0, 0, 0, 0.75);
@@ -675,6 +675,16 @@ ejs-listbox {
675
675
  height: calc(100% - 39px);
676
676
  }
677
677
 
678
+ .e-listbox-wrapper.e-select-all .e-list-parent,
679
+ .e-listbox-container.e-select-all .e-list-parent {
680
+ height: calc(100% - 40px);
681
+ }
682
+
683
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
684
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
685
+ height: calc(100% - 79px);
686
+ }
687
+
678
688
  .e-listbox-wrapper .e-icons,
679
689
  .e-listbox-container .e-icons {
680
690
  color: #212529;
@@ -634,6 +634,16 @@ ejs-listbox {
634
634
  height: calc(100% - 47px);
635
635
  }
636
636
 
637
+ .e-listbox-wrapper.e-select-all .e-list-parent,
638
+ .e-listbox-container.e-select-all .e-list-parent {
639
+ height: calc(100% - 36px);
640
+ }
641
+
642
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
643
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
644
+ height: calc(100% - 86px);
645
+ }
646
+
637
647
  .e-listbox-wrapper .e-list-item,
638
648
  .e-listbox-container .e-list-item {
639
649
  background-color: transparent;
@@ -634,6 +634,16 @@ ejs-listbox {
634
634
  height: calc(100% - 47px);
635
635
  }
636
636
 
637
+ .e-listbox-wrapper.e-select-all .e-list-parent,
638
+ .e-listbox-container.e-select-all .e-list-parent {
639
+ height: calc(100% - 36px);
640
+ }
641
+
642
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
643
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
644
+ height: calc(100% - 86px);
645
+ }
646
+
637
647
  .e-listbox-wrapper .e-list-item,
638
648
  .e-listbox-container .e-list-item {
639
649
  background-color: transparent;
@@ -608,6 +608,16 @@ ejs-listbox {
608
608
  height: calc(100% - 51px);
609
609
  }
610
610
 
611
+ .e-listbox-wrapper.e-select-all .e-list-parent,
612
+ .e-listbox-container.e-select-all .e-list-parent {
613
+ height: calc(100% - 36px);
614
+ }
615
+
616
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
617
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
618
+ height: calc(100% - 87px);
619
+ }
620
+
611
621
  .e-listbox-wrapper .e-icons,
612
622
  .e-listbox-container .e-icons {
613
623
  color: #dadada;
@@ -608,6 +608,16 @@ ejs-listbox {
608
608
  height: calc(100% - 51px);
609
609
  }
610
610
 
611
+ .e-listbox-wrapper.e-select-all .e-list-parent,
612
+ .e-listbox-container.e-select-all .e-list-parent {
613
+ height: calc(100% - 36px);
614
+ }
615
+
616
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
617
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
618
+ height: calc(100% - 87px);
619
+ }
620
+
611
621
  .e-listbox-wrapper .e-icons,
612
622
  .e-listbox-container .e-icons {
613
623
  color: #333;
@@ -627,6 +627,16 @@ ejs-listbox {
627
627
  height: calc(100% - 51px);
628
628
  }
629
629
 
630
+ .e-listbox-wrapper.e-select-all .e-list-parent,
631
+ .e-listbox-container.e-select-all .e-list-parent {
632
+ height: calc(100% - 36px);
633
+ }
634
+
635
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
636
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
637
+ height: calc(100% - 87px);
638
+ }
639
+
630
640
  .e-listbox-wrapper .e-icons,
631
641
  .e-listbox-container .e-icons {
632
642
  color: #000;
@@ -627,6 +627,16 @@ ejs-listbox {
627
627
  height: calc(100% - 51px);
628
628
  }
629
629
 
630
+ .e-listbox-wrapper.e-select-all .e-list-parent,
631
+ .e-listbox-container.e-select-all .e-list-parent {
632
+ height: calc(100% - 36px);
633
+ }
634
+
635
+ .e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
636
+ .e-listbox-container.e-filter-list.e-select-all .e-list-parent {
637
+ height: calc(100% - 87px);
638
+ }
639
+
630
640
  .e-listbox-wrapper .e-icons,
631
641
  .e-listbox-container .e-icons {
632
642
  color: #fff;