@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
@@ -1539,7 +1539,8 @@ ejs-dropdownlist {
1539
1539
  padding: 0 0 0 48px;
1540
1540
  }
1541
1541
 
1542
- .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1542
+ .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
1543
+ .e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1543
1544
  margin-top: -1.68em;
1544
1545
  }
1545
1546
 
@@ -2133,11 +2134,21 @@ ejs-multiselect {
2133
2134
  width: 12px;
2134
2135
  }
2135
2136
 
2137
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2138
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2139
+ margin-top: -1.6em;
2140
+ }
2141
+
2136
2142
  .e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
2137
2143
  .e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
2138
2144
  line-height: 40px;
2139
2145
  }
2140
2146
 
2147
+ .e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2148
+ .e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2149
+ margin-top: -1.68em;
2150
+ }
2151
+
2141
2152
  .e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
2142
2153
  height: 14px;
2143
2154
  width: 14px;
@@ -3214,27 +3225,66 @@ ejs-listbox {
3214
3225
  }
3215
3226
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
3216
3227
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
3217
- height: calc(100% - 50px);
3228
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
3229
+ }
3230
+
3231
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3232
+ height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
3233
+ }
3234
+
3235
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3236
+ height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
3218
3237
  }
3219
3238
 
3220
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3221
3239
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3222
- height: calc(100% - 64px);
3240
+ height: 100%;
3223
3241
  }
3224
3242
 
3225
3243
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3226
3244
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3227
- height: calc(100% - 113px);
3245
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3246
+ }
3247
+
3248
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3249
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3250
+ }
3251
+
3252
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3253
+ height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
3254
+ }
3255
+
3256
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3257
+ height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
3258
+ }
3259
+
3260
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3261
+ height: 100%;
3228
3262
  }
3229
3263
 
3230
3264
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3265
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
3266
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3267
+ }
3268
+
3231
3269
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
3232
- height: calc(100% - 48px);
3270
+ height: 100%;
3233
3271
  }
3234
3272
 
3235
3273
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3274
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3275
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
3276
+ }
3277
+
3278
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3279
+ height: calc(100% - 93px) !important; /* stylelint-disable-line declaration-no-important */
3280
+ }
3281
+
3282
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3283
+ height: calc(100% - 113px) !important; /* stylelint-disable-line declaration-no-important */
3284
+ }
3285
+
3236
3286
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3237
- height: calc(100% - 59px);
3287
+ height: 100%;
3238
3288
  }
3239
3289
 
3240
3290
  .e-listbox-wrapper,
@@ -3267,7 +3317,7 @@ ejs-listbox {
3267
3317
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3268
3318
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
3269
3319
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
3270
- height: calc(100% - 93px);
3320
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3271
3321
  }
3272
3322
 
3273
3323
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -3543,6 +3593,30 @@ ejs-listbox {
3543
3593
  padding-right: 16px;
3544
3594
  }
3545
3595
 
3596
+ .e-listbox-container.e-filter-list .e-list-parent {
3597
+ height: 100%;
3598
+ }
3599
+
3600
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3601
+ height: 100%;
3602
+ }
3603
+
3604
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
3605
+ height: 100%;
3606
+ }
3607
+
3608
+ .e-listbox-container.e-filter-list .e-list-wrap {
3609
+ height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
3610
+ }
3611
+
3612
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
3613
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3614
+ }
3615
+
3616
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
3617
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3618
+ }
3619
+
3546
3620
  /* stylelint-disable-line no-empty-source */
3547
3621
  /* stylelint-disable property-no-vendor-prefix */
3548
3622
  @keyframes material-spinner-rotate {
package/styles/fluent.css CHANGED
@@ -1539,7 +1539,8 @@ ejs-dropdownlist {
1539
1539
  padding: 0 0 0 48px;
1540
1540
  }
1541
1541
 
1542
- .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1542
+ .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
1543
+ .e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1543
1544
  margin-top: -1.68em;
1544
1545
  }
1545
1546
 
@@ -2133,11 +2134,21 @@ ejs-multiselect {
2133
2134
  width: 12px;
2134
2135
  }
2135
2136
 
2137
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2138
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2139
+ margin-top: -1.6em;
2140
+ }
2141
+
2136
2142
  .e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
2137
2143
  .e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
2138
2144
  line-height: 40px;
2139
2145
  }
2140
2146
 
2147
+ .e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2148
+ .e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2149
+ margin-top: -1.68em;
2150
+ }
2151
+
2141
2152
  .e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
2142
2153
  height: 14px;
2143
2154
  width: 14px;
@@ -3214,27 +3225,66 @@ ejs-listbox {
3214
3225
  }
3215
3226
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
3216
3227
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
3217
- height: calc(100% - 50px);
3228
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
3229
+ }
3230
+
3231
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3232
+ height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
3233
+ }
3234
+
3235
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3236
+ height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
3218
3237
  }
3219
3238
 
3220
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3221
3239
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3222
- height: calc(100% - 64px);
3240
+ height: 100%;
3223
3241
  }
3224
3242
 
3225
3243
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3226
3244
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3227
- height: calc(100% - 113px);
3245
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3246
+ }
3247
+
3248
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3249
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3250
+ }
3251
+
3252
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3253
+ height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
3254
+ }
3255
+
3256
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3257
+ height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
3258
+ }
3259
+
3260
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3261
+ height: 100%;
3228
3262
  }
3229
3263
 
3230
3264
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3265
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
3266
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3267
+ }
3268
+
3231
3269
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
3232
- height: calc(100% - 48px);
3270
+ height: 100%;
3233
3271
  }
3234
3272
 
3235
3273
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3274
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3275
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
3276
+ }
3277
+
3278
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3279
+ height: calc(100% - 93px) !important; /* stylelint-disable-line declaration-no-important */
3280
+ }
3281
+
3282
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3283
+ height: calc(100% - 113px) !important; /* stylelint-disable-line declaration-no-important */
3284
+ }
3285
+
3236
3286
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3237
- height: calc(100% - 59px);
3287
+ height: 100%;
3238
3288
  }
3239
3289
 
3240
3290
  .e-listbox-wrapper,
@@ -3267,7 +3317,7 @@ ejs-listbox {
3267
3317
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3268
3318
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
3269
3319
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
3270
- height: calc(100% - 93px);
3320
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3271
3321
  }
3272
3322
 
3273
3323
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -3543,6 +3593,30 @@ ejs-listbox {
3543
3593
  padding-right: 16px;
3544
3594
  }
3545
3595
 
3596
+ .e-listbox-container.e-filter-list .e-list-parent {
3597
+ height: 100%;
3598
+ }
3599
+
3600
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3601
+ height: 100%;
3602
+ }
3603
+
3604
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
3605
+ height: 100%;
3606
+ }
3607
+
3608
+ .e-listbox-container.e-filter-list .e-list-wrap {
3609
+ height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
3610
+ }
3611
+
3612
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
3613
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3614
+ }
3615
+
3616
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
3617
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3618
+ }
3619
+
3546
3620
  /* stylelint-disable-line no-empty-source */
3547
3621
  /* stylelint-disable property-no-vendor-prefix */
3548
3622
  @keyframes material-spinner-rotate {
@@ -1451,7 +1451,8 @@ ejs-dropdownlist {
1451
1451
  padding: 0 0 0 48px;
1452
1452
  }
1453
1453
 
1454
- .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1454
+ .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
1455
+ .e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1455
1456
  margin-top: -2.8em;
1456
1457
  }
1457
1458
 
@@ -2012,11 +2013,21 @@ ejs-multiselect {
2012
2013
  margin-top: -2.9em;
2013
2014
  }
2014
2015
 
2016
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2017
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2018
+ margin-top: -2.5em;
2019
+ }
2020
+
2015
2021
  .e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
2016
2022
  .e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
2017
2023
  line-height: 40px;
2018
2024
  }
2019
2025
 
2026
+ .e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2027
+ .e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2028
+ margin-top: -2.85em;
2029
+ }
2030
+
2020
2031
  .e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
2021
2032
  height: 26px;
2022
2033
  width: 26px;
@@ -3061,27 +3072,66 @@ ejs-listbox {
3061
3072
  }
3062
3073
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
3063
3074
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
3064
- height: calc(100% - 45px);
3075
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
3076
+ }
3077
+
3078
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3079
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
3080
+ }
3081
+
3082
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3083
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
3065
3084
  }
3066
3085
 
3067
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3068
3086
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3069
- height: calc(100% - 59px);
3087
+ height: 100%;
3070
3088
  }
3071
3089
 
3072
3090
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3073
3091
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3074
- height: calc(100% - 104px);
3092
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
3093
+ }
3094
+
3095
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3096
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
3097
+ }
3098
+
3099
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3100
+ height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
3101
+ }
3102
+
3103
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3104
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
3105
+ }
3106
+
3107
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3108
+ height: 100%;
3075
3109
  }
3076
3110
 
3077
3111
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3112
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
3113
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
3114
+ }
3115
+
3078
3116
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
3079
- height: calc(100% - 45px);
3117
+ height: 100%;
3080
3118
  }
3081
3119
 
3082
3120
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3121
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3122
+ height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
3123
+ }
3124
+
3125
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3126
+ height: calc(100% - 87px) !important; /* stylelint-disable-line declaration-no-important */
3127
+ }
3128
+
3129
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3130
+ height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
3131
+ }
3132
+
3083
3133
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3084
- height: calc(100% - 55px);
3134
+ height: 100%;
3085
3135
  }
3086
3136
 
3087
3137
  .e-listbox-wrapper,
@@ -3114,7 +3164,7 @@ ejs-listbox {
3114
3164
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3115
3165
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
3116
3166
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
3117
- height: calc(100% - 87px);
3167
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3118
3168
  }
3119
3169
 
3120
3170
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -3390,6 +3440,30 @@ ejs-listbox {
3390
3440
  padding-right: 0.923em;
3391
3441
  }
3392
3442
 
3443
+ .e-listbox-container.e-filter-list .e-list-parent {
3444
+ height: 100%;
3445
+ }
3446
+
3447
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3448
+ height: 100%;
3449
+ }
3450
+
3451
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
3452
+ height: 100%;
3453
+ }
3454
+
3455
+ .e-listbox-container.e-filter-list .e-list-wrap {
3456
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
3457
+ }
3458
+
3459
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
3460
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3461
+ }
3462
+
3463
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
3464
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3465
+ }
3466
+
3393
3467
  /* stylelint-disable property-no-vendor-prefix */
3394
3468
  @keyframes material-spinner-rotate {
3395
3469
  0% {
@@ -1457,7 +1457,8 @@ ejs-dropdownlist {
1457
1457
  padding: 0 0 0 48px;
1458
1458
  }
1459
1459
 
1460
- .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1460
+ .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
1461
+ .e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1461
1462
  margin-top: -3.1em;
1462
1463
  }
1463
1464
 
@@ -2018,11 +2019,21 @@ ejs-multiselect {
2018
2019
  margin-top: -3.2em;
2019
2020
  }
2020
2021
 
2022
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2023
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2024
+ margin-top: -2.5em;
2025
+ }
2026
+
2021
2027
  .e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
2022
2028
  .e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
2023
2029
  line-height: 40px;
2024
2030
  }
2025
2031
 
2032
+ .e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2033
+ .e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2034
+ margin-top: -2.85em;
2035
+ }
2036
+
2026
2037
  .e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
2027
2038
  height: 26px;
2028
2039
  width: auto;
@@ -3078,27 +3089,66 @@ ejs-listbox {
3078
3089
  }
3079
3090
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
3080
3091
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
3081
- height: calc(100% - 45px);
3092
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
3093
+ }
3094
+
3095
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3096
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
3097
+ }
3098
+
3099
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3100
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
3082
3101
  }
3083
3102
 
3084
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3085
3103
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3086
- height: calc(100% - 59px);
3104
+ height: 100%;
3087
3105
  }
3088
3106
 
3089
3107
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3090
3108
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3091
- height: calc(100% - 104px);
3109
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
3110
+ }
3111
+
3112
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3113
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
3114
+ }
3115
+
3116
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3117
+ height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
3118
+ }
3119
+
3120
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3121
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
3122
+ }
3123
+
3124
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3125
+ height: 100%;
3092
3126
  }
3093
3127
 
3094
3128
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3129
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
3130
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
3131
+ }
3132
+
3095
3133
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
3096
- height: calc(100% - 45px);
3134
+ height: 100%;
3097
3135
  }
3098
3136
 
3099
3137
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3138
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3139
+ height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
3140
+ }
3141
+
3142
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3143
+ height: calc(100% - 87px) !important; /* stylelint-disable-line declaration-no-important */
3144
+ }
3145
+
3146
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3147
+ height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
3148
+ }
3149
+
3100
3150
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3101
- height: calc(100% - 55px);
3151
+ height: 100%;
3102
3152
  }
3103
3153
 
3104
3154
  .e-listbox-wrapper,
@@ -3131,7 +3181,7 @@ ejs-listbox {
3131
3181
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3132
3182
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
3133
3183
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
3134
- height: calc(100% - 87px);
3184
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3135
3185
  }
3136
3186
 
3137
3187
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -3407,6 +3457,30 @@ ejs-listbox {
3407
3457
  padding-right: 0.923em;
3408
3458
  }
3409
3459
 
3460
+ .e-listbox-container.e-filter-list .e-list-parent {
3461
+ height: 100%;
3462
+ }
3463
+
3464
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3465
+ height: 100%;
3466
+ }
3467
+
3468
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
3469
+ height: 100%;
3470
+ }
3471
+
3472
+ .e-listbox-container.e-filter-list .e-list-wrap {
3473
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
3474
+ }
3475
+
3476
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
3477
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3478
+ }
3479
+
3480
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
3481
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3482
+ }
3483
+
3410
3484
  /* stylelint-disable property-no-vendor-prefix */
3411
3485
  @keyframes material-spinner-rotate {
3412
3486
  0% {
@@ -116,7 +116,11 @@ $listbox-filter-small-height: calc(100% - 46px) !default;
116
116
  $listbox-filter-bigger-small-height: calc(100% - 54px) !default;
117
117
  $listbox-select-height: calc(100% - 40px) !default;
118
118
  $listbox-select-bigger-height: calc(100% - 48px) !default;
119
- $listbox-filterselect-height: calc(100% - 92px) !default;
120
- $listbox-filterselect-bigger-height: calc(100% - 106px) !default;
119
+ $listbox-filterselect-height: calc(100% - 40px) !default;
120
+ $listbox-filterselect-bigger-height: calc(100% - 48px) !default;
121
+ $listbox-mat-filter-height: calc(100% - 51px) !default;
122
+ $listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
121
123
  $listbox-filter-height: calc(100% - 52px) !default;
122
124
  $listbox-filter-bigger-height: calc(100% - 58px) !default;
125
+ $listbox-ej2-filterselect-height: calc(100% - 91.5px) !default;
126
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
@@ -108,8 +108,12 @@ $select-all-border-color: $grey-e6 !default;
108
108
  $listbox-filter-small-height: calc(100% - 46px) !default;
109
109
  $listbox-filter-bigger-small-height: calc(100% - 54px) !default;
110
110
  $listbox-select-height: calc(100% - 40px) !default;
111
- $listbox-select-bigger-height: calc(100% - 48px) !default;
112
- $listbox-filterselect-height: calc(100% - 92px) !default;
113
- $listbox-filterselect-bigger-height: calc(100% - 106px) !default;
111
+ $listbox-select-bigger-height: calc(100% - 40px) !default;
112
+ $listbox-filterselect-height: calc(100% - 40px) !default;
113
+ $listbox-filterselect-bigger-height: calc(100% - 48px) !default;
114
+ $listbox-mat-filter-height: calc(100% - 51px) !default;
115
+ $listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
114
116
  $listbox-filter-height: calc(100% - 52px) !default;
115
117
  $listbox-filter-bigger-height: calc(100% - 58px) !default;
118
+ $listbox-ej2-filterselect-height: calc(100% - 91.5px) !default;
119
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
@@ -114,7 +114,11 @@ $listbox-filter-small-height: calc(100% - 43px) !default;
114
114
  $listbox-filter-bigger-small-height: calc(100% - 56px) !default;
115
115
  $listbox-select-height: calc(100% - 40px) !default;
116
116
  $listbox-select-bigger-height: calc(100% - 50px) !default;
117
- $listbox-filterselect-height: calc(100% - 79px) !default;
118
- $listbox-filterselect-bigger-height: calc(100% - 96px) !default;
119
- $listbox-filter-height: calc(100% - 48px) !default;
120
- $listbox-filter-bigger-height: calc(100% - 56px) !default;
117
+ $listbox-filterselect-height: calc(100% - 41px) !default;
118
+ $listbox-filterselect-bigger-height: calc(100% - 50px) !default;
119
+ $listbox-mat-filter-height: calc(100% - 50px) !default;
120
+ $listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
121
+ $listbox-filter-height: calc(100% - 51px) !default;
122
+ $listbox-filter-bigger-height: calc(100% - 59px) !default;
123
+ $listbox-ej2-filterselect-height: calc(100% - 90.5px) !default;
124
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 108px) !default;
@@ -68,10 +68,8 @@ $listbox-template-multiline-header-font-size: $text-sm !default;
68
68
  $listbox-template-multiline-padding: 4px !default;
69
69
  $listbox-template-multiline-content-font-size: $text-sm !default;
70
70
  $listbox-template-multiline-avatar-top: 0 !default;
71
- $listbox-filter-height: calc(100% - 47px) !default;
72
71
  $listbox-filter-small-height: calc(100% - 45px) !default;
73
72
  $listbox-filter-bigger-small-height: calc(100% - 45px) !default;
74
- $listbox-filter-bigger-height: calc(100% - 55px) !default;
75
73
  $listbox-item-height: 36px !default;
76
74
 
77
75
  $listbox-border-color: $border-light;
@@ -112,7 +110,11 @@ $listbox-template-multiline-content-color: $content-text-color-alt2 !default;
112
110
 
113
111
  $listbox-select-height: calc(100% - 36px) !default;
114
112
  $listbox-select-bigger-height: calc(100% - 40px) !default;
115
- $listbox-filterselect-height: calc(100% - 86px) !default;
116
- $listbox-filterselect-bigger-height: calc(100% - 96px) !default;
113
+ $listbox-filterselect-height: calc(100% - 36px) !default;
114
+ $listbox-filterselect-bigger-height: calc(100% - 48px) !default;
115
+ $listbox-mat-filter-height: calc(100% - 50px) !default;
116
+ $listbox-mat-filter-bigger-height: calc(100% - 55px) !default;
117
117
  $listbox-filter-height: calc(100% - 50px) !default;
118
118
  $listbox-filter-bigger-height: calc(100% - 56px) !default;
119
+ $listbox-ej2-filterselect-height: calc(100% - 86px) !default;
120
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;
@@ -116,7 +116,11 @@ $listbox-filter-small-height: calc(100% - 45px) !default;
116
116
  $listbox-filter-bigger-small-height: calc(100% - 55px) !default;
117
117
  $listbox-select-height: calc(100% - 36px) !default;
118
118
  $listbox-select-bigger-height: calc(100% - 45px) !default;
119
- $listbox-filterselect-height: calc(100% - 87px) !default;
120
- $listbox-filterselect-bigger-height: calc(100% - 104px) !default;
119
+ $listbox-filterselect-height: calc(100% - 36px) !default;
120
+ $listbox-filterselect-bigger-height: calc(100% - 45px) !default;
121
+ $listbox-mat-filter-height: calc(100% - 50px) !default;
122
+ $listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
121
123
  $listbox-filter-height: calc(100% - 51px) !default;
122
124
  $listbox-filter-bigger-height: calc(100% - 59px) !default;
125
+ $listbox-ej2-filterselect-height: calc(100% - 87px) !default;
126
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;
@@ -109,7 +109,11 @@ $listbox-filter-small-height: calc(100% - 45px) !default;
109
109
  $listbox-filter-bigger-small-height: calc(100% - 55px) !default;
110
110
  $listbox-select-height: calc(100% - 36px) !default;
111
111
  $listbox-select-bigger-height: calc(100% - 45px) !default;
112
- $listbox-filterselect-height: calc(100% - 87px) !default;
113
- $listbox-filterselect-bigger-height: calc(100% - 104px) !default;
112
+ $listbox-filterselect-height: calc(100% - 36px) !default;
113
+ $listbox-filterselect-bigger-height: calc(100% - 45px) !default;
114
+ $listbox-mat-filter-height: calc(100% - 50px) !default;
115
+ $listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
114
116
  $listbox-filter-height: calc(100% - 51px) !default;
115
117
  $listbox-filter-bigger-height: calc(100% - 59px) !default;
118
+ $listbox-ej2-filterselect-height: calc(100% - 87px) !default;
119
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;