@syncfusion/ej2-angular-dropdowns 23.1.36-ngcc → 23.1.38-ngcc

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 (48) hide show
  1. package/@syncfusion/ej2-angular-dropdowns.es5.js +2 -2
  2. package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-dropdowns.js +2 -2
  4. package/@syncfusion/ej2-angular-dropdowns.js.map +1 -1
  5. package/CHANGELOG.md +8 -0
  6. package/dist/ej2-angular-dropdowns.umd.js +4 -4
  7. package/dist/ej2-angular-dropdowns.umd.js.map +1 -1
  8. package/dist/ej2-angular-dropdowns.umd.min.js +3 -3
  9. package/dist/ej2-angular-dropdowns.umd.min.js.map +1 -1
  10. package/ej2-angular-dropdowns.metadata.json +1 -1
  11. package/package.json +8 -8
  12. package/schematics/utils/lib-details.d.ts +2 -2
  13. package/schematics/utils/lib-details.js +2 -2
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/styles/bootstrap-dark.css +70 -7
  16. package/styles/bootstrap.css +70 -7
  17. package/styles/bootstrap4.css +71 -8
  18. package/styles/bootstrap5-dark.css +71 -8
  19. package/styles/bootstrap5.css +71 -8
  20. package/styles/fabric-dark.css +70 -7
  21. package/styles/fabric.css +70 -7
  22. package/styles/fluent-dark.css +70 -7
  23. package/styles/fluent.css +70 -7
  24. package/styles/highcontrast-light.css +70 -7
  25. package/styles/highcontrast.css +70 -7
  26. package/styles/list-box/bootstrap-dark.css +70 -7
  27. package/styles/list-box/bootstrap.css +70 -7
  28. package/styles/list-box/bootstrap4.css +71 -8
  29. package/styles/list-box/bootstrap5-dark.css +71 -8
  30. package/styles/list-box/bootstrap5.css +71 -8
  31. package/styles/list-box/fabric-dark.css +70 -7
  32. package/styles/list-box/fabric.css +70 -7
  33. package/styles/list-box/fluent-dark.css +70 -7
  34. package/styles/list-box/fluent.css +70 -7
  35. package/styles/list-box/highcontrast-light.css +70 -7
  36. package/styles/list-box/highcontrast.css +70 -7
  37. package/styles/list-box/material-dark.css +71 -8
  38. package/styles/list-box/material.css +71 -8
  39. package/styles/list-box/material3-dark.css +71 -8
  40. package/styles/list-box/material3.css +71 -8
  41. package/styles/list-box/tailwind-dark.css +71 -8
  42. package/styles/list-box/tailwind.css +71 -8
  43. package/styles/material-dark.css +71 -8
  44. package/styles/material.css +71 -8
  45. package/styles/material3-dark.css +71 -8
  46. package/styles/material3.css +71 -8
  47. package/styles/tailwind-dark.css +71 -8
  48. package/styles/tailwind.css +71 -8
@@ -4630,27 +4630,66 @@ ejs-listbox {
4630
4630
  }
4631
4631
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
4632
4632
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
4633
- height: calc(100% - 35px);
4633
+ height: calc(100% - 35px) !important; /* stylelint-disable-line declaration-no-important */
4634
+ }
4635
+
4636
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
4637
+ height: calc(100% - 44px) !important; /* stylelint-disable-line declaration-no-important */
4638
+ }
4639
+
4640
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
4641
+ height: calc(100% - 44px) !important; /* stylelint-disable-line declaration-no-important */
4634
4642
  }
4635
4643
 
4636
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
4637
4644
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
4638
- height: calc(100% - 48px);
4645
+ height: 100%;
4639
4646
  }
4640
4647
 
4641
4648
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
4642
4649
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
4643
- height: calc(100% - 98px);
4650
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
4651
+ }
4652
+
4653
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
4654
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
4655
+ }
4656
+
4657
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
4658
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
4659
+ }
4660
+
4661
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
4662
+ height: calc(100% - 44px) !important; /* stylelint-disable-line declaration-no-important */
4663
+ }
4664
+
4665
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
4666
+ height: 100%;
4644
4667
  }
4645
4668
 
4646
4669
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
4670
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
4671
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
4672
+ }
4673
+
4647
4674
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
4648
- height: calc(100% - 48px);
4675
+ height: 100%;
4649
4676
  }
4650
4677
 
4651
4678
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
4679
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
4680
+ height: calc(100% - 37px) !important; /* stylelint-disable-line declaration-no-important */
4681
+ }
4682
+
4683
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
4684
+ height: calc(100% - 76px) !important; /* stylelint-disable-line declaration-no-important */
4685
+ }
4686
+
4687
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
4688
+ height: calc(100% - 92px) !important; /* stylelint-disable-line declaration-no-important */
4689
+ }
4690
+
4652
4691
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
4653
- height: calc(100% - 37px);
4692
+ height: 100%;
4654
4693
  }
4655
4694
 
4656
4695
  .e-listbox-wrapper,
@@ -4677,13 +4716,13 @@ ejs-listbox {
4677
4716
  .e-listbox-wrapper.e-filter-list .e-list-parent,
4678
4717
  .e-listbox-container.e-filter-list .e-list-parent,
4679
4718
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
4680
- height: calc(100% - 40px);
4719
+ height: calc(100% - 36px);
4681
4720
  }
4682
4721
 
4683
4722
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
4684
4723
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
4685
4724
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
4686
- height: calc(100% - 79px);
4725
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
4687
4726
  }
4688
4727
 
4689
4728
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -4959,6 +4998,30 @@ ejs-listbox {
4959
4998
  padding-right: 16px;
4960
4999
  }
4961
5000
 
5001
+ .e-listbox-container.e-filter-list .e-list-parent {
5002
+ height: 100%;
5003
+ }
5004
+
5005
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
5006
+ height: 100%;
5007
+ }
5008
+
5009
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
5010
+ height: 100%;
5011
+ }
5012
+
5013
+ .e-listbox-container.e-filter-list .e-list-wrap {
5014
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
5015
+ }
5016
+
5017
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
5018
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
5019
+ }
5020
+
5021
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
5022
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
5023
+ }
5024
+
4962
5025
  :root {
4963
5026
  --color-sf-black: 0, 0, 0;
4964
5027
  --color-sf-white: 255, 255, 255;
@@ -5022,27 +5022,66 @@ ejs-listbox {
5022
5022
  }
5023
5023
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
5024
5024
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
5025
- height: calc(100% - 35px);
5025
+ height: calc(100% - 35px) !important; /* stylelint-disable-line declaration-no-important */
5026
+ }
5027
+
5028
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
5029
+ height: calc(100% - 44px) !important; /* stylelint-disable-line declaration-no-important */
5030
+ }
5031
+
5032
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
5033
+ height: calc(100% - 44px) !important; /* stylelint-disable-line declaration-no-important */
5026
5034
  }
5027
5035
 
5028
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
5029
5036
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
5030
- height: calc(100% - 48px);
5037
+ height: 100%;
5031
5038
  }
5032
5039
 
5033
5040
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
5034
5041
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
5035
- height: calc(100% - 98px);
5042
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
5043
+ }
5044
+
5045
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
5046
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
5047
+ }
5048
+
5049
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
5050
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
5051
+ }
5052
+
5053
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
5054
+ height: calc(100% - 44px) !important; /* stylelint-disable-line declaration-no-important */
5055
+ }
5056
+
5057
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
5058
+ height: 100%;
5036
5059
  }
5037
5060
 
5038
5061
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
5062
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
5063
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
5064
+ }
5065
+
5039
5066
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
5040
- height: calc(100% - 48px);
5067
+ height: 100%;
5041
5068
  }
5042
5069
 
5043
5070
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
5071
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
5072
+ height: calc(100% - 37px) !important; /* stylelint-disable-line declaration-no-important */
5073
+ }
5074
+
5075
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
5076
+ height: calc(100% - 76px) !important; /* stylelint-disable-line declaration-no-important */
5077
+ }
5078
+
5079
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
5080
+ height: calc(100% - 92px) !important; /* stylelint-disable-line declaration-no-important */
5081
+ }
5082
+
5044
5083
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
5045
- height: calc(100% - 37px);
5084
+ height: 100%;
5046
5085
  }
5047
5086
 
5048
5087
  .e-listbox-wrapper,
@@ -5069,13 +5108,13 @@ ejs-listbox {
5069
5108
  .e-listbox-wrapper.e-filter-list .e-list-parent,
5070
5109
  .e-listbox-container.e-filter-list .e-list-parent,
5071
5110
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
5072
- height: calc(100% - 40px);
5111
+ height: calc(100% - 36px);
5073
5112
  }
5074
5113
 
5075
5114
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
5076
5115
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
5077
5116
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
5078
- height: calc(100% - 79px);
5117
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
5079
5118
  }
5080
5119
 
5081
5120
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -5351,6 +5390,30 @@ ejs-listbox {
5351
5390
  padding-right: 16px;
5352
5391
  }
5353
5392
 
5393
+ .e-listbox-container.e-filter-list .e-list-parent {
5394
+ height: 100%;
5395
+ }
5396
+
5397
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
5398
+ height: 100%;
5399
+ }
5400
+
5401
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
5402
+ height: 100%;
5403
+ }
5404
+
5405
+ .e-listbox-container.e-filter-list .e-list-wrap {
5406
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
5407
+ }
5408
+
5409
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
5410
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
5411
+ }
5412
+
5413
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
5414
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
5415
+ }
5416
+
5354
5417
  :root {
5355
5418
  --color-sf-black: 0, 0, 0;
5356
5419
  --color-sf-white: 255, 255, 255;
@@ -3148,27 +3148,66 @@ ejs-listbox {
3148
3148
  }
3149
3149
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
3150
3150
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
3151
- height: calc(100% - 45px);
3151
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
3152
+ }
3153
+
3154
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3155
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
3156
+ }
3157
+
3158
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3159
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
3152
3160
  }
3153
3161
 
3154
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3155
3162
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3156
- height: calc(100% - 57px);
3163
+ height: 100%;
3157
3164
  }
3158
3165
 
3159
3166
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3160
3167
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3161
- height: calc(100% - 94px);
3168
+ height: calc(100% - 47px) !important; /* stylelint-disable-line declaration-no-important */
3169
+ }
3170
+
3171
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3172
+ height: calc(100% - 47px) !important; /* stylelint-disable-line declaration-no-important */
3173
+ }
3174
+
3175
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3176
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
3177
+ }
3178
+
3179
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3180
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
3181
+ }
3182
+
3183
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3184
+ height: 100%;
3162
3185
  }
3163
3186
 
3164
3187
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3188
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
3189
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3190
+ }
3191
+
3165
3192
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
3166
- height: calc(100% - 48px);
3193
+ height: 100%;
3167
3194
  }
3168
3195
 
3169
3196
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3197
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3198
+ height: calc(100% - 53px) !important; /* stylelint-disable-line declaration-no-important */
3199
+ }
3200
+
3201
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3202
+ height: calc(100% - 87.5px) !important; /* stylelint-disable-line declaration-no-important */
3203
+ }
3204
+
3205
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3206
+ height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
3207
+ }
3208
+
3170
3209
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3171
- height: calc(100% - 53px);
3210
+ height: 100%;
3172
3211
  }
3173
3212
 
3174
3213
  .e-listbox-wrapper,
@@ -3205,13 +3244,13 @@ ejs-listbox {
3205
3244
  .e-listbox-wrapper.e-filter-list .e-list-parent,
3206
3245
  .e-listbox-container.e-filter-list .e-list-parent,
3207
3246
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
3208
- height: calc(100% - 49px);
3247
+ height: calc(100% - 50px);
3209
3248
  }
3210
3249
 
3211
3250
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3212
3251
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
3213
3252
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
3214
- height: calc(100% - 76px);
3253
+ height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
3215
3254
  }
3216
3255
 
3217
3256
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -3487,6 +3526,30 @@ ejs-listbox {
3487
3526
  padding-right: 16px;
3488
3527
  }
3489
3528
 
3529
+ .e-listbox-container.e-filter-list .e-list-parent {
3530
+ height: 100%;
3531
+ }
3532
+
3533
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3534
+ height: 100%;
3535
+ }
3536
+
3537
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
3538
+ height: 100%;
3539
+ }
3540
+
3541
+ .e-listbox-container.e-filter-list .e-list-wrap {
3542
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
3543
+ }
3544
+
3545
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
3546
+ height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
3547
+ }
3548
+
3549
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
3550
+ height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
3551
+ }
3552
+
3490
3553
  /* stylelint-disable-line no-empty-source */
3491
3554
  /* stylelint-disable property-no-vendor-prefix */
3492
3555
  @keyframes material-spinner-rotate {
@@ -3148,27 +3148,66 @@ ejs-listbox {
3148
3148
  }
3149
3149
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
3150
3150
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
3151
- height: calc(100% - 45px);
3151
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
3152
+ }
3153
+
3154
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3155
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
3156
+ }
3157
+
3158
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3159
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
3152
3160
  }
3153
3161
 
3154
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3155
3162
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3156
- height: calc(100% - 57px);
3163
+ height: 100%;
3157
3164
  }
3158
3165
 
3159
3166
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3160
3167
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3161
- height: calc(100% - 94px);
3168
+ height: calc(100% - 47px) !important; /* stylelint-disable-line declaration-no-important */
3169
+ }
3170
+
3171
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3172
+ height: calc(100% - 47px) !important; /* stylelint-disable-line declaration-no-important */
3173
+ }
3174
+
3175
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3176
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
3177
+ }
3178
+
3179
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3180
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
3181
+ }
3182
+
3183
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3184
+ height: 100%;
3162
3185
  }
3163
3186
 
3164
3187
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3188
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
3189
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3190
+ }
3191
+
3165
3192
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
3166
- height: calc(100% - 48px);
3193
+ height: 100%;
3167
3194
  }
3168
3195
 
3169
3196
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3197
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3198
+ height: calc(100% - 53px) !important; /* stylelint-disable-line declaration-no-important */
3199
+ }
3200
+
3201
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3202
+ height: calc(100% - 87.5px) !important; /* stylelint-disable-line declaration-no-important */
3203
+ }
3204
+
3205
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3206
+ height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
3207
+ }
3208
+
3170
3209
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3171
- height: calc(100% - 53px);
3210
+ height: 100%;
3172
3211
  }
3173
3212
 
3174
3213
  .e-listbox-wrapper,
@@ -3205,13 +3244,13 @@ ejs-listbox {
3205
3244
  .e-listbox-wrapper.e-filter-list .e-list-parent,
3206
3245
  .e-listbox-container.e-filter-list .e-list-parent,
3207
3246
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
3208
- height: calc(100% - 49px);
3247
+ height: calc(100% - 50px);
3209
3248
  }
3210
3249
 
3211
3250
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3212
3251
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
3213
3252
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
3214
- height: calc(100% - 76px);
3253
+ height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
3215
3254
  }
3216
3255
 
3217
3256
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -3487,6 +3526,30 @@ ejs-listbox {
3487
3526
  padding-right: 16px;
3488
3527
  }
3489
3528
 
3529
+ .e-listbox-container.e-filter-list .e-list-parent {
3530
+ height: 100%;
3531
+ }
3532
+
3533
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3534
+ height: 100%;
3535
+ }
3536
+
3537
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
3538
+ height: 100%;
3539
+ }
3540
+
3541
+ .e-listbox-container.e-filter-list .e-list-wrap {
3542
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
3543
+ }
3544
+
3545
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
3546
+ height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
3547
+ }
3548
+
3549
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
3550
+ height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
3551
+ }
3552
+
3490
3553
  /* stylelint-disable-line no-empty-source */
3491
3554
  /* stylelint-disable property-no-vendor-prefix */
3492
3555
  @keyframes material-spinner-rotate {