@syncfusion/ej2-dropdowns 23.1.36 → 23.1.39

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 (95) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/ej2-dropdowns.min.js +3 -3
  3. package/dist/ej2-dropdowns.umd.min.js +3 -3
  4. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-dropdowns.es2015.js +36 -6
  6. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  7. package/dist/es6/ej2-dropdowns.es5.js +36 -6
  8. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  9. package/dist/global/ej2-dropdowns.min.js +3 -3
  10. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  11. package/dist/global/index.d.ts +2 -2
  12. package/package.json +9 -9
  13. package/src/common/virtual-scroll.d.ts +1 -0
  14. package/src/common/virtual-scroll.js +3 -0
  15. package/src/drop-down-list/drop-down-list.d.ts +1 -0
  16. package/src/drop-down-list/drop-down-list.js +31 -5
  17. package/src/multi-select/multi-select.js +2 -1
  18. package/styles/bootstrap-dark.css +82 -8
  19. package/styles/bootstrap.css +82 -8
  20. package/styles/bootstrap4.css +83 -9
  21. package/styles/bootstrap5-dark.css +83 -9
  22. package/styles/bootstrap5.css +83 -9
  23. package/styles/fabric-dark.css +83 -9
  24. package/styles/fabric.css +83 -9
  25. package/styles/fluent-dark.css +82 -8
  26. package/styles/fluent.css +82 -8
  27. package/styles/highcontrast-light.css +82 -8
  28. package/styles/highcontrast.css +82 -8
  29. package/styles/list-box/_bootstrap-dark-definition.scss +6 -2
  30. package/styles/list-box/_bootstrap-definition.scss +7 -3
  31. package/styles/list-box/_bootstrap4-definition.scss +8 -4
  32. package/styles/list-box/_bootstrap5-definition.scss +6 -4
  33. package/styles/list-box/_fabric-dark-definition.scss +6 -2
  34. package/styles/list-box/_fabric-definition.scss +6 -2
  35. package/styles/list-box/_fluent-definition.scss +8 -6
  36. package/styles/list-box/_highcontrast-definition.scss +6 -2
  37. package/styles/list-box/_highcontrast-light-definition.scss +6 -2
  38. package/styles/list-box/_material-dark-definition.scss +8 -4
  39. package/styles/list-box/_material-definition.scss +8 -4
  40. package/styles/list-box/_material3-definition.scss +8 -6
  41. package/styles/list-box/_tailwind-definition.scss +8 -6
  42. package/styles/list-box/_theme.scss +72 -7
  43. package/styles/list-box/bootstrap-dark.css +70 -7
  44. package/styles/list-box/bootstrap.css +70 -7
  45. package/styles/list-box/bootstrap4.css +71 -8
  46. package/styles/list-box/bootstrap5-dark.css +71 -8
  47. package/styles/list-box/bootstrap5.css +71 -8
  48. package/styles/list-box/fabric-dark.css +70 -7
  49. package/styles/list-box/fabric.css +70 -7
  50. package/styles/list-box/fluent-dark.css +70 -7
  51. package/styles/list-box/fluent.css +70 -7
  52. package/styles/list-box/highcontrast-light.css +70 -7
  53. package/styles/list-box/highcontrast.css +70 -7
  54. package/styles/list-box/material-dark.css +71 -8
  55. package/styles/list-box/material.css +71 -8
  56. package/styles/list-box/material3-dark.css +71 -8
  57. package/styles/list-box/material3.css +71 -8
  58. package/styles/list-box/tailwind-dark.css +71 -8
  59. package/styles/list-box/tailwind.css +71 -8
  60. package/styles/material-dark.css +83 -9
  61. package/styles/material.css +83 -9
  62. package/styles/material3-dark.css +81 -8
  63. package/styles/material3.css +81 -8
  64. package/styles/multi-select/_bootstrap-dark-definition.scss +2 -0
  65. package/styles/multi-select/_bootstrap-definition.scss +2 -0
  66. package/styles/multi-select/_bootstrap4-definition.scss +2 -0
  67. package/styles/multi-select/_bootstrap5-definition.scss +2 -0
  68. package/styles/multi-select/_fabric-dark-definition.scss +3 -1
  69. package/styles/multi-select/_fabric-definition.scss +3 -1
  70. package/styles/multi-select/_fluent-definition.scss +2 -0
  71. package/styles/multi-select/_highcontrast-definition.scss +2 -0
  72. package/styles/multi-select/_highcontrast-light-definition.scss +2 -0
  73. package/styles/multi-select/_layout.scss +12 -1
  74. package/styles/multi-select/_material-dark-definition.scss +2 -0
  75. package/styles/multi-select/_material-definition.scss +2 -0
  76. package/styles/multi-select/_tailwind-definition.scss +2 -0
  77. package/styles/multi-select/bootstrap-dark.css +12 -1
  78. package/styles/multi-select/bootstrap.css +12 -1
  79. package/styles/multi-select/bootstrap4.css +12 -1
  80. package/styles/multi-select/bootstrap5-dark.css +12 -1
  81. package/styles/multi-select/bootstrap5.css +12 -1
  82. package/styles/multi-select/fabric-dark.css +13 -2
  83. package/styles/multi-select/fabric.css +13 -2
  84. package/styles/multi-select/fluent-dark.css +12 -1
  85. package/styles/multi-select/fluent.css +12 -1
  86. package/styles/multi-select/highcontrast-light.css +12 -1
  87. package/styles/multi-select/highcontrast.css +12 -1
  88. package/styles/multi-select/material-dark.css +12 -1
  89. package/styles/multi-select/material.css +12 -1
  90. package/styles/multi-select/material3-dark.css +10 -0
  91. package/styles/multi-select/material3.css +10 -0
  92. package/styles/multi-select/tailwind-dark.css +12 -1
  93. package/styles/multi-select/tailwind.css +12 -1
  94. package/styles/tailwind-dark.css +83 -9
  95. package/styles/tailwind.css +83 -9
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 23.1.36
4
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
3
+ * version : 23.1.39
4
+ * Copyright Syncfusion Inc. 2001 - 2023. 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
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-dropdowns@*",
3
- "_id": "@syncfusion/ej2-dropdowns@18.66.2",
3
+ "_id": "@syncfusion/ej2-dropdowns@23.1.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-7kJrwiRXvTy/E0bTBzhdZfV8JmpYdZDknNRPNSSbzcb9irl89CP9JuObvCJ37YPBDK4LUSF7ZXC9w8lV/fr4yg==",
5
+ "_integrity": "sha512-/nMH74CNUDg4d9Owl7Rdd5H5XSCLrBtzKBOCsL1EyJjX7F0c3jQmiqBGexFZZSN+ko6XqFzc0HYMxSehOLur8g==",
6
6
  "_location": "/@syncfusion/ej2-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -34,8 +34,8 @@
34
34
  "/@syncfusion/ej2-spreadsheet",
35
35
  "/@syncfusion/ej2-vue-dropdowns"
36
36
  ],
37
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-18.66.2.tgz",
38
- "_shasum": "820411ac80fedc137660bd9e866d94a95036339e",
37
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-23.1.38.tgz",
38
+ "_shasum": "6f6b335f524faaf798fd9c64d61cace18ebfa301",
39
39
  "_spec": "@syncfusion/ej2-dropdowns@*",
40
40
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
41
41
  "author": {
@@ -43,13 +43,13 @@
43
43
  },
44
44
  "bundleDependencies": false,
45
45
  "dependencies": {
46
- "@syncfusion/ej2-base": "~23.1.36",
46
+ "@syncfusion/ej2-base": "~23.1.38",
47
47
  "@syncfusion/ej2-data": "~23.1.36",
48
- "@syncfusion/ej2-inputs": "~23.1.36",
48
+ "@syncfusion/ej2-inputs": "~23.1.38",
49
49
  "@syncfusion/ej2-lists": "~23.1.36",
50
- "@syncfusion/ej2-navigations": "~23.1.36",
50
+ "@syncfusion/ej2-navigations": "~23.1.39",
51
51
  "@syncfusion/ej2-notifications": "~23.1.36",
52
- "@syncfusion/ej2-popups": "~23.1.36"
52
+ "@syncfusion/ej2-popups": "~23.1.38"
53
53
  },
54
54
  "deprecated": false,
55
55
  "description": "Essential JS 2 DropDown Components",
@@ -74,7 +74,7 @@
74
74
  "module": "./index.js",
75
75
  "name": "@syncfusion/ej2-dropdowns",
76
76
  "typings": "index.d.ts",
77
- "version": "23.1.36",
77
+ "version": "23.1.39",
78
78
  "sideEffects": false,
79
79
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
80
80
  }
@@ -57,5 +57,6 @@ export declare class VirtualScroll {
57
57
  private getInfoFromView;
58
58
  private sentinelInfo;
59
59
  private virtualScrollHandler;
60
+ destroy(): void;
60
61
  }
61
62
  export {};
@@ -371,6 +371,9 @@ var VirtualScroll = /** @class */ (function () {
371
371
  focusElement: document.activeElement });
372
372
  };
373
373
  };
374
+ VirtualScroll.prototype.destroy = function () {
375
+ this.removeEventListener();
376
+ };
374
377
  return VirtualScroll;
375
378
  }());
376
379
  export { VirtualScroll };
@@ -461,6 +461,7 @@ export declare class DropDownList extends DropDownBase implements IInput {
461
461
  protected isSelectFocusItem(element: Element): boolean;
462
462
  private getPageCount;
463
463
  private pageUpSelection;
464
+ private PageUpDownSelection;
464
465
  private pageDownSelection;
465
466
  protected unWireEvent(): void;
466
467
  /**
@@ -969,7 +969,17 @@ var DropDownList = /** @class */ (function (_super) {
969
969
  if (!isNullOrUndefined(previousItem) && previousItem.classList.contains('e-virtual-list')) {
970
970
  previousItem = this.liCollections[this.skeletonCount];
971
971
  }
972
- this.setSelection(previousItem, event);
972
+ this.PageUpDownSelection(previousItem, event);
973
+ };
974
+ DropDownList.prototype.PageUpDownSelection = function (previousItem, event) {
975
+ if (this.enableVirtualization) {
976
+ if (!isNullOrUndefined(previousItem) && ((this.getModuleName() !== 'autocomplete' && !previousItem.classList.contains('e-active')) || (this.getModuleName() === 'autocomplete' && !previousItem.classList.contains('e-item-focus')))) {
977
+ this.setSelection(previousItem, event);
978
+ }
979
+ }
980
+ else {
981
+ this.setSelection(previousItem, event);
982
+ }
973
983
  };
974
984
  DropDownList.prototype.pageDownSelection = function (steps, event, isVirtualKeyAction) {
975
985
  var list = this.getItems();
@@ -977,7 +987,7 @@ var DropDownList = /** @class */ (function (_super) {
977
987
  if ((this.enableVirtualization && this.activeIndex == null) || isVirtualKeyAction) {
978
988
  previousItem = steps <= list.length ? this.liCollections[steps + this.skeletonCount - 1] : this.liCollections[list.length - 1];
979
989
  }
980
- this.setSelection(previousItem, event);
990
+ this.PageUpDownSelection(previousItem, event);
981
991
  };
982
992
  DropDownList.prototype.unWireEvent = function () {
983
993
  if (!isNullOrUndefined(this.inputWrapper)) {
@@ -1136,6 +1146,9 @@ var DropDownList = /** @class */ (function (_super) {
1136
1146
  removeClass([focusedItem], dropDownBaseClasses.focus);
1137
1147
  }
1138
1148
  li.setAttribute('aria-selected', 'true');
1149
+ if (isNullOrUndefined(value)) {
1150
+ value = 'null';
1151
+ }
1139
1152
  this.activeIndex = this.getIndexByValue(value);
1140
1153
  };
1141
1154
  DropDownList.prototype.activeItem = function (li) {
@@ -1761,6 +1774,9 @@ var DropDownList = /** @class */ (function (_super) {
1761
1774
  var totalSkeletonCount = isSkeletonCountChange ? skeletonCount : this.skeletonCount;
1762
1775
  for (var i = 0; i < totalSkeletonCount; i++) {
1763
1776
  var liElement = this.createElement('li', { className: dropDownListClasses.virtualList, styles: 'overflow: inherit' });
1777
+ if (this.enableVirtualization && this.itemTemplate) {
1778
+ liElement.style.height = this.listItemHeight + 'px';
1779
+ }
1764
1780
  var skeleton = new Skeleton({
1765
1781
  shape: "Text",
1766
1782
  height: "10px",
@@ -2028,6 +2044,10 @@ var DropDownList = /** @class */ (function (_super) {
2028
2044
  _this.setFooterTemplate(popupEle);
2029
2045
  }
2030
2046
  document.body.appendChild(popupEle);
2047
+ if (_this.enableVirtualization && _this.itemTemplate) {
2048
+ var listitems = popupEle.querySelectorAll('li.e-list-item:not(.e-virtual-list)');
2049
+ _this.listItemHeight = listitems.length > 0 ? Math.ceil(listitems[0].getBoundingClientRect().height) : 0;
2050
+ }
2031
2051
  if (_this.enableVirtualization && !_this.list.classList.contains(dropDownBaseClasses.noData)) {
2032
2052
  if (!_this.list.querySelector('.e-virtual-ddl-content')) {
2033
2053
  _this.list.appendChild(_this.createElement('div', {
@@ -2199,7 +2219,8 @@ var DropDownList = /** @class */ (function (_super) {
2199
2219
  var _this = this;
2200
2220
  this.popupObj = new Popup(element, {
2201
2221
  width: this.setWidth(), targetType: 'relative',
2202
- relateTo: this.inputWrapper.container, collision: { X: 'flip', Y: 'flip' }, offsetY: offsetValue,
2222
+ relateTo: this.inputWrapper.container,
2223
+ collision: this.enableRtl ? { X: 'fit', Y: 'flip' } : { X: 'flip', Y: 'flip' }, offsetY: offsetValue,
2203
2224
  enableRtl: this.enableRtl, offsetX: left,
2204
2225
  position: this.enableRtl ? { X: 'right', Y: 'bottom' } : { X: 'left', Y: 'bottom' },
2205
2226
  zIndex: this.zIndex,
@@ -2355,7 +2376,12 @@ var DropDownList = /** @class */ (function (_super) {
2355
2376
  if (!this.enableVirtualization || this.isKeyBoardAction || isInitialSelection) {
2356
2377
  if (this.isKeyBoardAction && this.enableVirtualization && lastElementValue && currentElementValue === lastElementValue && keyAction != "end" && !this.isVirtualScrolling) {
2357
2378
  this.isPreventKeyAction = true;
2358
- this.list.scrollTop += this.selectedLI.offsetHeight * liCount;
2379
+ if (this.enableVirtualization && this.itemTemplate) {
2380
+ this.list.scrollTop += nextOffset;
2381
+ }
2382
+ else {
2383
+ this.list.scrollTop += this.selectedLI.offsetHeight * liCount;
2384
+ }
2359
2385
  this.isPreventKeyAction = this.IsScrollerAtEnd() ? false : this.isPreventKeyAction;
2360
2386
  this.isKeyBoardAction = false;
2361
2387
  this.isPreventScrollAction = false;
@@ -2693,7 +2719,7 @@ var DropDownList = /** @class */ (function (_super) {
2693
2719
  this.inputElement.parentElement.insertBefore(this.element, this.inputElement);
2694
2720
  }
2695
2721
  this.hiddenElement = this.createElement('select', {
2696
- attrs: { 'aria-hidden': 'true', 'tabindex': '-1', 'class': dropDownListClasses.hiddenElement }
2722
+ attrs: { 'aria-hidden': 'true', 'aria-label': this.getModuleName(), 'tabindex': '-1', 'class': dropDownListClasses.hiddenElement }
2697
2723
  });
2698
2724
  prepend([this.hiddenElement], this.inputWrapper.container);
2699
2725
  this.validationAttribute(this.element, this.hiddenElement);
@@ -2146,7 +2146,8 @@ var MultiSelect = /** @class */ (function (_super) {
2146
2146
  this.popupObj = new Popup(this.popupWrapper, {
2147
2147
  width: this.calcPopupWidth(), targetType: 'relative',
2148
2148
  position: this.enableRtl ? { X: 'right', Y: 'bottom' } : { X: 'left', Y: 'bottom' },
2149
- relateTo: this.overAllWrapper, collision: { X: 'flip', Y: 'flip' }, offsetY: 1,
2149
+ relateTo: this.overAllWrapper,
2150
+ collision: this.enableRtl ? { X: 'fit', Y: 'flip' } : { X: 'flip', Y: 'flip' }, offsetY: 1,
2150
2151
  enableRtl: this.enableRtl, zIndex: this.zIndex,
2151
2152
  close: function () {
2152
2153
  if (_this.popupObj.element.parentElement) {
@@ -1388,7 +1388,8 @@ ejs-dropdownlist {
1388
1388
  padding: 0 0 0 48px;
1389
1389
  }
1390
1390
 
1391
- .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1391
+ .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
1392
+ .e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1392
1393
  margin-top: -2.7em;
1393
1394
  }
1394
1395
 
@@ -1927,11 +1928,21 @@ ejs-multiselect {
1927
1928
  margin-top: -3.5em;
1928
1929
  }
1929
1930
 
1931
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1932
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1933
+ margin-top: -2.6em;
1934
+ }
1935
+
1930
1936
  .e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
1931
1937
  .e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
1932
1938
  line-height: 34px;
1933
1939
  }
1934
1940
 
1941
+ .e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1942
+ .e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1943
+ margin-top: -2.85em;
1944
+ }
1945
+
1935
1946
  .e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
1936
1947
  height: 30px;
1937
1948
  width: 30px;
@@ -2968,27 +2979,66 @@ ejs-listbox {
2968
2979
  }
2969
2980
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
2970
2981
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
2971
- height: calc(100% - 46px);
2982
+ height: calc(100% - 46px) !important; /* stylelint-disable-line declaration-no-important */
2983
+ }
2984
+
2985
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
2986
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
2987
+ }
2988
+
2989
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
2990
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
2972
2991
  }
2973
2992
 
2974
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
2975
2993
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
2976
- height: calc(100% - 58px);
2994
+ height: 100%;
2977
2995
  }
2978
2996
 
2979
2997
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
2980
2998
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
2981
- height: calc(100% - 106px);
2999
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3000
+ }
3001
+
3002
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3003
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3004
+ }
3005
+
3006
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3007
+ height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
3008
+ }
3009
+
3010
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3011
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
3012
+ }
3013
+
3014
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3015
+ height: 100%;
2982
3016
  }
2983
3017
 
2984
3018
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3019
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
3020
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3021
+ }
3022
+
2985
3023
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
2986
- height: calc(100% - 48px);
3024
+ height: 100%;
2987
3025
  }
2988
3026
 
2989
3027
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3028
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3029
+ height: calc(100% - 54px) !important; /* stylelint-disable-line declaration-no-important */
3030
+ }
3031
+
3032
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3033
+ height: calc(100% - 91.5px) !important; /* stylelint-disable-line declaration-no-important */
3034
+ }
3035
+
3036
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3037
+ height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
3038
+ }
3039
+
2990
3040
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
2991
- height: calc(100% - 54px);
3041
+ height: 100%;
2992
3042
  }
2993
3043
 
2994
3044
  .e-listbox-wrapper,
@@ -3021,7 +3071,7 @@ ejs-listbox {
3021
3071
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3022
3072
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
3023
3073
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
3024
- height: calc(100% - 92px);
3074
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
3025
3075
  }
3026
3076
 
3027
3077
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -3297,6 +3347,30 @@ ejs-listbox {
3297
3347
  padding-right: 1.0714em;
3298
3348
  }
3299
3349
 
3350
+ .e-listbox-container.e-filter-list .e-list-parent {
3351
+ height: 100%;
3352
+ }
3353
+
3354
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3355
+ height: 100%;
3356
+ }
3357
+
3358
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
3359
+ height: 100%;
3360
+ }
3361
+
3362
+ .e-listbox-container.e-filter-list .e-list-wrap {
3363
+ height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
3364
+ }
3365
+
3366
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
3367
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
3368
+ }
3369
+
3370
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
3371
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
3372
+ }
3373
+
3300
3374
  /* stylelint-disable property-no-vendor-prefix */
3301
3375
  @keyframes material-spinner-rotate {
3302
3376
  0% {
@@ -1387,7 +1387,8 @@ ejs-dropdownlist {
1387
1387
  padding: 0 0 0 48px;
1388
1388
  }
1389
1389
 
1390
- .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1390
+ .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
1391
+ .e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1391
1392
  margin-top: -2.7em;
1392
1393
  }
1393
1394
 
@@ -1926,11 +1927,21 @@ ejs-multiselect {
1926
1927
  margin-top: -3.5em;
1927
1928
  }
1928
1929
 
1930
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1931
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1932
+ margin-top: -2.6em;
1933
+ }
1934
+
1929
1935
  .e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
1930
1936
  .e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
1931
1937
  line-height: 34px;
1932
1938
  }
1933
1939
 
1940
+ .e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1941
+ .e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1942
+ margin-top: -2.85em;
1943
+ }
1944
+
1934
1945
  .e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
1935
1946
  height: 30px;
1936
1947
  width: 30px;
@@ -2978,27 +2989,66 @@ ejs-listbox {
2978
2989
  }
2979
2990
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
2980
2991
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
2981
- height: calc(100% - 46px);
2992
+ height: calc(100% - 46px) !important; /* stylelint-disable-line declaration-no-important */
2993
+ }
2994
+
2995
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
2996
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
2997
+ }
2998
+
2999
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3000
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
2982
3001
  }
2983
3002
 
2984
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
2985
3003
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
2986
- height: calc(100% - 58px);
3004
+ height: 100%;
2987
3005
  }
2988
3006
 
2989
3007
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
2990
3008
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
2991
- height: calc(100% - 106px);
3009
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3010
+ }
3011
+
3012
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3013
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3014
+ }
3015
+
3016
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3017
+ height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
3018
+ }
3019
+
3020
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3021
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
3022
+ }
3023
+
3024
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3025
+ height: 100%;
2992
3026
  }
2993
3027
 
2994
3028
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3029
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
3030
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
3031
+ }
3032
+
2995
3033
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
2996
- height: calc(100% - 48px);
3034
+ height: 100%;
2997
3035
  }
2998
3036
 
2999
3037
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3038
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3039
+ height: calc(100% - 54px) !important; /* stylelint-disable-line declaration-no-important */
3040
+ }
3041
+
3042
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3043
+ height: calc(100% - 91.5px) !important; /* stylelint-disable-line declaration-no-important */
3044
+ }
3045
+
3046
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3047
+ height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
3048
+ }
3049
+
3000
3050
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3001
- height: calc(100% - 54px);
3051
+ height: 100%;
3002
3052
  }
3003
3053
 
3004
3054
  .e-listbox-wrapper,
@@ -3031,7 +3081,7 @@ ejs-listbox {
3031
3081
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3032
3082
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
3033
3083
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
3034
- height: calc(100% - 92px);
3084
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
3035
3085
  }
3036
3086
 
3037
3087
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -3307,6 +3357,30 @@ ejs-listbox {
3307
3357
  padding-right: 1.0714em;
3308
3358
  }
3309
3359
 
3360
+ .e-listbox-container.e-filter-list .e-list-parent {
3361
+ height: 100%;
3362
+ }
3363
+
3364
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3365
+ height: 100%;
3366
+ }
3367
+
3368
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
3369
+ height: 100%;
3370
+ }
3371
+
3372
+ .e-listbox-container.e-filter-list .e-list-wrap {
3373
+ height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
3374
+ }
3375
+
3376
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
3377
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
3378
+ }
3379
+
3380
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
3381
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
3382
+ }
3383
+
3310
3384
  /* stylelint-disable property-no-vendor-prefix */
3311
3385
  @keyframes material-spinner-rotate {
3312
3386
  0% {
@@ -1518,7 +1518,8 @@ ejs-dropdownlist {
1518
1518
  padding: 0 0 0 48px;
1519
1519
  }
1520
1520
 
1521
- .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1521
+ .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
1522
+ .e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1522
1523
  margin-top: -2.25em;
1523
1524
  }
1524
1525
 
@@ -2072,6 +2073,11 @@ ejs-multiselect {
2072
2073
  margin-top: -2.4em;
2073
2074
  }
2074
2075
 
2076
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2077
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2078
+ margin-top: -1.85em;
2079
+ }
2080
+
2075
2081
  .e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
2076
2082
  padding: 0 8px 0 8px;
2077
2083
  }
@@ -2081,6 +2087,11 @@ ejs-multiselect {
2081
2087
  line-height: 34px;
2082
2088
  }
2083
2089
 
2090
+ .e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2091
+ .e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2092
+ margin-top: -2.85em;
2093
+ }
2094
+
2084
2095
  .e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
2085
2096
  height: 24px;
2086
2097
  width: auto;
@@ -3199,27 +3210,66 @@ ejs-listbox {
3199
3210
 
3200
3211
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
3201
3212
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
3202
- height: calc(100% - 43px);
3213
+ height: calc(100% - 43px) !important; /* stylelint-disable-line declaration-no-important */
3214
+ }
3215
+
3216
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3217
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
3218
+ }
3219
+
3220
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3221
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
3203
3222
  }
3204
3223
 
3205
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3206
3224
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3207
- height: calc(100% - 56px);
3225
+ height: 100%;
3208
3226
  }
3209
3227
 
3210
3228
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3211
3229
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3212
- height: calc(100% - 96px);
3230
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
3231
+ }
3232
+
3233
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3234
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
3235
+ }
3236
+
3237
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3238
+ height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
3239
+ }
3240
+
3241
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3242
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
3243
+ }
3244
+
3245
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3246
+ height: 100%;
3213
3247
  }
3214
3248
 
3215
3249
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3250
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
3251
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
3252
+ }
3253
+
3216
3254
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
3217
- height: calc(100% - 50px);
3255
+ height: 100%;
3218
3256
  }
3219
3257
 
3220
3258
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3259
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3260
+ height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
3261
+ }
3262
+
3263
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3264
+ height: calc(100% - 90.5px) !important; /* stylelint-disable-line declaration-no-important */
3265
+ }
3266
+
3267
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3268
+ height: calc(100% - 108px) !important; /* stylelint-disable-line declaration-no-important */
3269
+ }
3270
+
3221
3271
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3222
- height: calc(100% - 56px);
3272
+ height: 100%;
3223
3273
  }
3224
3274
 
3225
3275
  .e-listbox-wrapper,
@@ -3246,13 +3296,13 @@ ejs-listbox {
3246
3296
  .e-listbox-wrapper.e-filter-list .e-list-parent,
3247
3297
  .e-listbox-container.e-filter-list .e-list-parent,
3248
3298
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
3249
- height: calc(100% - 48px);
3299
+ height: calc(100% - 51px);
3250
3300
  }
3251
3301
 
3252
3302
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3253
3303
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
3254
3304
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
3255
- height: calc(100% - 79px);
3305
+ height: calc(100% - 41px) !important; /* stylelint-disable-line declaration-no-important */
3256
3306
  }
3257
3307
 
3258
3308
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -3528,6 +3578,30 @@ ejs-listbox {
3528
3578
  padding-right: 1.0714em;
3529
3579
  }
3530
3580
 
3581
+ .e-listbox-container.e-filter-list .e-list-parent {
3582
+ height: 100%;
3583
+ }
3584
+
3585
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3586
+ height: 100%;
3587
+ }
3588
+
3589
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
3590
+ height: 100%;
3591
+ }
3592
+
3593
+ .e-listbox-container.e-filter-list .e-list-wrap {
3594
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
3595
+ }
3596
+
3597
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
3598
+ height: calc(100% - 41px) !important; /* stylelint-disable-line declaration-no-important */
3599
+ }
3600
+
3601
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
3602
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
3603
+ }
3604
+
3531
3605
  /* stylelint-disable property-no-vendor-prefix */
3532
3606
  @keyframes material-spinner-rotate {
3533
3607
  0% {