@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
@@ -576,27 +576,66 @@ ejs-listbox {
576
576
  }
577
577
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
578
578
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
579
- height: calc(100% - 45px);
579
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
580
+ }
581
+
582
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
583
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
584
+ }
585
+
586
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
587
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
580
588
  }
581
589
 
582
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
583
590
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
584
- height: calc(100% - 59px);
591
+ height: 100%;
585
592
  }
586
593
 
587
594
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
588
595
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
589
- height: calc(100% - 104px);
596
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
597
+ }
598
+
599
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
600
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
601
+ }
602
+
603
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
604
+ height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
605
+ }
606
+
607
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
608
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
609
+ }
610
+
611
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
612
+ height: 100%;
590
613
  }
591
614
 
592
615
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
616
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
617
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
618
+ }
619
+
593
620
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
594
- height: calc(100% - 45px);
621
+ height: 100%;
595
622
  }
596
623
 
597
624
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
625
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
626
+ height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
627
+ }
628
+
629
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
630
+ height: calc(100% - 87px) !important; /* stylelint-disable-line declaration-no-important */
631
+ }
632
+
633
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
634
+ height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
635
+ }
636
+
598
637
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
599
- height: calc(100% - 55px);
638
+ height: 100%;
600
639
  }
601
640
 
602
641
  .e-listbox-wrapper,
@@ -629,7 +668,7 @@ ejs-listbox {
629
668
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
630
669
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
631
670
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
632
- height: calc(100% - 87px);
671
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
633
672
  }
634
673
 
635
674
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -903,4 +942,28 @@ ejs-listbox {
903
942
  .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
904
943
  padding-left: 3.3846em;
905
944
  padding-right: 0.923em;
945
+ }
946
+
947
+ .e-listbox-container.e-filter-list .e-list-parent {
948
+ height: 100%;
949
+ }
950
+
951
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
952
+ height: 100%;
953
+ }
954
+
955
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
956
+ height: 100%;
957
+ }
958
+
959
+ .e-listbox-container.e-filter-list .e-list-wrap {
960
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
961
+ }
962
+
963
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
964
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
965
+ }
966
+
967
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
968
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
906
969
  }
@@ -587,27 +587,66 @@ ejs-listbox {
587
587
  }
588
588
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
589
589
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
590
- height: calc(100% - 45px);
590
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
591
+ }
592
+
593
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
594
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
595
+ }
596
+
597
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
598
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
591
599
  }
592
600
 
593
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
594
601
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
595
- height: calc(100% - 59px);
602
+ height: 100%;
596
603
  }
597
604
 
598
605
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
599
606
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
600
- height: calc(100% - 104px);
607
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
608
+ }
609
+
610
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
611
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
612
+ }
613
+
614
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
615
+ height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
616
+ }
617
+
618
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
619
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
620
+ }
621
+
622
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
623
+ height: 100%;
601
624
  }
602
625
 
603
626
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
627
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
628
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
629
+ }
630
+
604
631
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
605
- height: calc(100% - 45px);
632
+ height: 100%;
606
633
  }
607
634
 
608
635
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
636
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
637
+ height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
638
+ }
639
+
640
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
641
+ height: calc(100% - 87px) !important; /* stylelint-disable-line declaration-no-important */
642
+ }
643
+
644
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
645
+ height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
646
+ }
647
+
609
648
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
610
- height: calc(100% - 55px);
649
+ height: 100%;
611
650
  }
612
651
 
613
652
  .e-listbox-wrapper,
@@ -640,7 +679,7 @@ ejs-listbox {
640
679
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
641
680
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
642
681
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
643
- height: calc(100% - 87px);
682
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
644
683
  }
645
684
 
646
685
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -914,4 +953,28 @@ ejs-listbox {
914
953
  .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
915
954
  padding-left: 3.3846em;
916
955
  padding-right: 0.923em;
956
+ }
957
+
958
+ .e-listbox-container.e-filter-list .e-list-parent {
959
+ height: 100%;
960
+ }
961
+
962
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
963
+ height: 100%;
964
+ }
965
+
966
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
967
+ height: 100%;
968
+ }
969
+
970
+ .e-listbox-container.e-filter-list .e-list-wrap {
971
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
972
+ }
973
+
974
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
975
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
976
+ }
977
+
978
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
979
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
917
980
  }
@@ -561,27 +561,66 @@ ejs-listbox {
561
561
  }
562
562
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
563
563
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
564
- height: calc(100% - 45px);
564
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
565
+ }
566
+
567
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
568
+ height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
569
+ }
570
+
571
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
572
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
565
573
  }
566
574
 
567
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
568
575
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
569
- height: calc(100% - 50px);
576
+ height: 100%;
570
577
  }
571
578
 
572
579
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
573
580
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
574
- height: calc(100% - 98px);
581
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
582
+ }
583
+
584
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
585
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
586
+ }
587
+
588
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
589
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
590
+ }
591
+
592
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
593
+ height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
594
+ }
595
+
596
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
597
+ height: 100%;
575
598
  }
576
599
 
577
600
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
601
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
602
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
603
+ }
604
+
578
605
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
579
- height: calc(100% - 48px);
606
+ height: 100%;
580
607
  }
581
608
 
582
609
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
610
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
611
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
612
+ }
613
+
614
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
615
+ height: calc(100% - 83px) !important; /* stylelint-disable-line declaration-no-important */
616
+ }
617
+
618
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
619
+ height: calc(100% - 103px) !important; /* stylelint-disable-line declaration-no-important */
620
+ }
621
+
583
622
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
584
- height: calc(100% - 45px);
623
+ height: 100%;
585
624
  }
586
625
 
587
626
  .e-listbox-wrapper,
@@ -608,13 +647,13 @@ ejs-listbox {
608
647
  .e-listbox-wrapper.e-filter-list .e-list-parent,
609
648
  .e-listbox-container.e-filter-list .e-list-parent,
610
649
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
611
- height: calc(100% - 43px);
650
+ height: calc(100% - 48px);
612
651
  }
613
652
 
614
653
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
615
654
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
616
655
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
617
- height: calc(100% - 79px);
656
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
618
657
  }
619
658
 
620
659
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -888,4 +927,28 @@ ejs-listbox {
888
927
  .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
889
928
  padding-left: 4.1333em;
890
929
  padding-right: 1.0666em;
930
+ }
931
+
932
+ .e-listbox-container.e-filter-list .e-list-parent {
933
+ height: 100%;
934
+ }
935
+
936
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
937
+ height: 100%;
938
+ }
939
+
940
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
941
+ height: 100%;
942
+ }
943
+
944
+ .e-listbox-container.e-filter-list .e-list-wrap {
945
+ height: calc(100% - 43px) !important; /* stylelint-disable-line declaration-no-important */
946
+ }
947
+
948
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
949
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
950
+ }
951
+
952
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
953
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
891
954
  }
@@ -572,27 +572,66 @@ ejs-listbox {
572
572
  }
573
573
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
574
574
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
575
- height: calc(100% - 45px);
575
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
576
+ }
577
+
578
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
579
+ height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
580
+ }
581
+
582
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
583
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
576
584
  }
577
585
 
578
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
579
586
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
580
- height: calc(100% - 50px);
587
+ height: 100%;
581
588
  }
582
589
 
583
590
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
584
591
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
585
- height: calc(100% - 98px);
592
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
593
+ }
594
+
595
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
596
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
597
+ }
598
+
599
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
600
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
601
+ }
602
+
603
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
604
+ height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
605
+ }
606
+
607
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
608
+ height: 100%;
586
609
  }
587
610
 
588
611
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
612
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
613
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
614
+ }
615
+
589
616
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
590
- height: calc(100% - 48px);
617
+ height: 100%;
591
618
  }
592
619
 
593
620
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
621
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
622
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
623
+ }
624
+
625
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
626
+ height: calc(100% - 83px) !important; /* stylelint-disable-line declaration-no-important */
627
+ }
628
+
629
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
630
+ height: calc(100% - 103px) !important; /* stylelint-disable-line declaration-no-important */
631
+ }
632
+
594
633
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
595
- height: calc(100% - 45px);
634
+ height: 100%;
596
635
  }
597
636
 
598
637
  .e-listbox-wrapper,
@@ -619,13 +658,13 @@ ejs-listbox {
619
658
  .e-listbox-wrapper.e-filter-list .e-list-parent,
620
659
  .e-listbox-container.e-filter-list .e-list-parent,
621
660
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
622
- height: calc(100% - 43px);
661
+ height: calc(100% - 48px);
623
662
  }
624
663
 
625
664
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
626
665
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
627
666
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
628
- height: calc(100% - 79px);
667
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
629
668
  }
630
669
 
631
670
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -899,4 +938,28 @@ ejs-listbox {
899
938
  .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
900
939
  padding-left: 4.1333em;
901
940
  padding-right: 1.0666em;
941
+ }
942
+
943
+ .e-listbox-container.e-filter-list .e-list-parent {
944
+ height: 100%;
945
+ }
946
+
947
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
948
+ height: 100%;
949
+ }
950
+
951
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
952
+ height: 100%;
953
+ }
954
+
955
+ .e-listbox-container.e-filter-list .e-list-wrap {
956
+ height: calc(100% - 43px) !important; /* stylelint-disable-line declaration-no-important */
957
+ }
958
+
959
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
960
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
961
+ }
962
+
963
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
964
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
902
965
  }
@@ -617,27 +617,66 @@ ejs-listbox {
617
617
  }
618
618
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
619
619
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
620
- height: calc(100% - 35px);
620
+ height: calc(100% - 35px) !important; /* stylelint-disable-line declaration-no-important */
621
+ }
622
+
623
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
624
+ height: calc(100% - 44px) !important; /* stylelint-disable-line declaration-no-important */
625
+ }
626
+
627
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
628
+ height: calc(100% - 44px) !important; /* stylelint-disable-line declaration-no-important */
621
629
  }
622
630
 
623
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
624
631
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
625
- height: calc(100% - 48px);
632
+ height: 100%;
626
633
  }
627
634
 
628
635
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
629
636
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
630
- height: calc(100% - 98px);
637
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
638
+ }
639
+
640
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
641
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
642
+ }
643
+
644
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
645
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
646
+ }
647
+
648
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
649
+ height: calc(100% - 44px) !important; /* stylelint-disable-line declaration-no-important */
650
+ }
651
+
652
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
653
+ height: 100%;
631
654
  }
632
655
 
633
656
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
657
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
658
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
659
+ }
660
+
634
661
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
635
- height: calc(100% - 48px);
662
+ height: 100%;
636
663
  }
637
664
 
638
665
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
666
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
667
+ height: calc(100% - 37px) !important; /* stylelint-disable-line declaration-no-important */
668
+ }
669
+
670
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
671
+ height: calc(100% - 76px) !important; /* stylelint-disable-line declaration-no-important */
672
+ }
673
+
674
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
675
+ height: calc(100% - 92px) !important; /* stylelint-disable-line declaration-no-important */
676
+ }
677
+
639
678
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
640
- height: calc(100% - 37px);
679
+ height: 100%;
641
680
  }
642
681
 
643
682
  .e-listbox-wrapper,
@@ -664,13 +703,13 @@ ejs-listbox {
664
703
  .e-listbox-wrapper.e-filter-list .e-list-parent,
665
704
  .e-listbox-container.e-filter-list .e-list-parent,
666
705
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
667
- height: calc(100% - 40px);
706
+ height: calc(100% - 36px);
668
707
  }
669
708
 
670
709
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
671
710
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
672
711
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
673
- height: calc(100% - 79px);
712
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
674
713
  }
675
714
 
676
715
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -944,4 +983,28 @@ ejs-listbox {
944
983
  .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
945
984
  padding-left: 10px;
946
985
  padding-right: 16px;
986
+ }
987
+
988
+ .e-listbox-container.e-filter-list .e-list-parent {
989
+ height: 100%;
990
+ }
991
+
992
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
993
+ height: 100%;
994
+ }
995
+
996
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
997
+ height: 100%;
998
+ }
999
+
1000
+ .e-listbox-container.e-filter-list .e-list-wrap {
1001
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
1002
+ }
1003
+
1004
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
1005
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
1006
+ }
1007
+
1008
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
1009
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
947
1010
  }