@syncfusion/ej2-vue-dropdowns 23.1.36 → 23.1.38

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 (38) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/ej2-vue-dropdowns.umd.min.js +2 -2
  3. package/dist/global/ej2-vue-dropdowns.min.js +3 -3
  4. package/package.json +7 -7
  5. package/styles/bootstrap-dark.css +70 -7
  6. package/styles/bootstrap.css +70 -7
  7. package/styles/bootstrap4.css +71 -8
  8. package/styles/bootstrap5-dark.css +71 -8
  9. package/styles/bootstrap5.css +71 -8
  10. package/styles/fabric-dark.css +70 -7
  11. package/styles/fabric.css +70 -7
  12. package/styles/fluent-dark.css +70 -7
  13. package/styles/fluent.css +70 -7
  14. package/styles/highcontrast-light.css +70 -7
  15. package/styles/highcontrast.css +70 -7
  16. package/styles/list-box/bootstrap-dark.css +70 -7
  17. package/styles/list-box/bootstrap.css +70 -7
  18. package/styles/list-box/bootstrap4.css +71 -8
  19. package/styles/list-box/bootstrap5-dark.css +71 -8
  20. package/styles/list-box/bootstrap5.css +71 -8
  21. package/styles/list-box/fabric-dark.css +70 -7
  22. package/styles/list-box/fabric.css +70 -7
  23. package/styles/list-box/fluent-dark.css +70 -7
  24. package/styles/list-box/fluent.css +70 -7
  25. package/styles/list-box/highcontrast-light.css +70 -7
  26. package/styles/list-box/highcontrast.css +70 -7
  27. package/styles/list-box/material-dark.css +71 -8
  28. package/styles/list-box/material.css +71 -8
  29. package/styles/list-box/material3-dark.css +71 -8
  30. package/styles/list-box/material3.css +71 -8
  31. package/styles/list-box/tailwind-dark.css +71 -8
  32. package/styles/list-box/tailwind.css +71 -8
  33. package/styles/material-dark.css +71 -8
  34. package/styles/material.css +71 -8
  35. package/styles/material3-dark.css +71 -8
  36. package/styles/material3.css +71 -8
  37. package/styles/tailwind-dark.css +71 -8
  38. package/styles/tailwind.css +71 -8
@@ -573,27 +573,66 @@ ejs-listbox {
573
573
  }
574
574
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
575
575
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
576
- height: calc(100% - 45px);
576
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
577
+ }
578
+
579
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
580
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
581
+ }
582
+
583
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
584
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
577
585
  }
578
586
 
579
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
580
587
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
581
- height: calc(100% - 59px);
588
+ height: 100%;
582
589
  }
583
590
 
584
591
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
585
592
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
586
- height: calc(100% - 104px);
593
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
594
+ }
595
+
596
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
597
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
598
+ }
599
+
600
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
601
+ height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
602
+ }
603
+
604
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
605
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
606
+ }
607
+
608
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
609
+ height: 100%;
587
610
  }
588
611
 
589
612
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
613
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
614
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
615
+ }
616
+
590
617
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
591
- height: calc(100% - 45px);
618
+ height: 100%;
592
619
  }
593
620
 
594
621
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
622
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
623
+ height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
624
+ }
625
+
626
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
627
+ height: calc(100% - 87px) !important; /* stylelint-disable-line declaration-no-important */
628
+ }
629
+
630
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
631
+ height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
632
+ }
633
+
595
634
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
596
- height: calc(100% - 55px);
635
+ height: 100%;
597
636
  }
598
637
 
599
638
  .e-listbox-wrapper,
@@ -626,7 +665,7 @@ ejs-listbox {
626
665
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
627
666
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
628
667
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
629
- height: calc(100% - 87px);
668
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
630
669
  }
631
670
 
632
671
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -900,4 +939,28 @@ ejs-listbox {
900
939
  .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
901
940
  padding-left: 3.3846em;
902
941
  padding-right: 0.923em;
942
+ }
943
+
944
+ .e-listbox-container.e-filter-list .e-list-parent {
945
+ height: 100%;
946
+ }
947
+
948
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
949
+ height: 100%;
950
+ }
951
+
952
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
953
+ height: 100%;
954
+ }
955
+
956
+ .e-listbox-container.e-filter-list .e-list-wrap {
957
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
958
+ }
959
+
960
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
961
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
962
+ }
963
+
964
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
965
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
903
966
  }
@@ -599,27 +599,66 @@ ejs-listbox {
599
599
  }
600
600
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
601
601
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
602
- height: calc(100% - 50px);
602
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
603
+ }
604
+
605
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
606
+ height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
607
+ }
608
+
609
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
610
+ height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
603
611
  }
604
612
 
605
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
606
613
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
607
- height: calc(100% - 64px);
614
+ height: 100%;
608
615
  }
609
616
 
610
617
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
611
618
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
612
- height: calc(100% - 113px);
619
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
620
+ }
621
+
622
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
623
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
624
+ }
625
+
626
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
627
+ height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
628
+ }
629
+
630
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
631
+ height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
632
+ }
633
+
634
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
635
+ height: 100%;
613
636
  }
614
637
 
615
638
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
639
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
640
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
641
+ }
642
+
616
643
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
617
- height: calc(100% - 48px);
644
+ height: 100%;
618
645
  }
619
646
 
620
647
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
648
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
649
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
650
+ }
651
+
652
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
653
+ height: calc(100% - 93px) !important; /* stylelint-disable-line declaration-no-important */
654
+ }
655
+
656
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
657
+ height: calc(100% - 113px) !important; /* stylelint-disable-line declaration-no-important */
658
+ }
659
+
621
660
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
622
- height: calc(100% - 59px);
661
+ height: 100%;
623
662
  }
624
663
 
625
664
  .e-listbox-wrapper,
@@ -652,7 +691,7 @@ ejs-listbox {
652
691
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
653
692
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
654
693
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
655
- height: calc(100% - 93px);
694
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
656
695
  }
657
696
 
658
697
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -926,4 +965,28 @@ ejs-listbox {
926
965
  .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
927
966
  padding-left: 10px;
928
967
  padding-right: 16px;
968
+ }
969
+
970
+ .e-listbox-container.e-filter-list .e-list-parent {
971
+ height: 100%;
972
+ }
973
+
974
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
975
+ height: 100%;
976
+ }
977
+
978
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
979
+ height: 100%;
980
+ }
981
+
982
+ .e-listbox-container.e-filter-list .e-list-wrap {
983
+ height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
984
+ }
985
+
986
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
987
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
988
+ }
989
+
990
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
991
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
929
992
  }
@@ -599,27 +599,66 @@ ejs-listbox {
599
599
  }
600
600
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
601
601
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
602
- height: calc(100% - 50px);
602
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
603
+ }
604
+
605
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
606
+ height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
607
+ }
608
+
609
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
610
+ height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
603
611
  }
604
612
 
605
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
606
613
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
607
- height: calc(100% - 64px);
614
+ height: 100%;
608
615
  }
609
616
 
610
617
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
611
618
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
612
- height: calc(100% - 113px);
619
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
620
+ }
621
+
622
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
623
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
624
+ }
625
+
626
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
627
+ height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
628
+ }
629
+
630
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
631
+ height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
632
+ }
633
+
634
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
635
+ height: 100%;
613
636
  }
614
637
 
615
638
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
639
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
640
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
641
+ }
642
+
616
643
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
617
- height: calc(100% - 48px);
644
+ height: 100%;
618
645
  }
619
646
 
620
647
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
648
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
649
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
650
+ }
651
+
652
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
653
+ height: calc(100% - 93px) !important; /* stylelint-disable-line declaration-no-important */
654
+ }
655
+
656
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
657
+ height: calc(100% - 113px) !important; /* stylelint-disable-line declaration-no-important */
658
+ }
659
+
621
660
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
622
- height: calc(100% - 59px);
661
+ height: 100%;
623
662
  }
624
663
 
625
664
  .e-listbox-wrapper,
@@ -652,7 +691,7 @@ ejs-listbox {
652
691
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
653
692
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
654
693
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
655
- height: calc(100% - 93px);
694
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
656
695
  }
657
696
 
658
697
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -926,4 +965,28 @@ ejs-listbox {
926
965
  .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
927
966
  padding-left: 10px;
928
967
  padding-right: 16px;
968
+ }
969
+
970
+ .e-listbox-container.e-filter-list .e-list-parent {
971
+ height: 100%;
972
+ }
973
+
974
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
975
+ height: 100%;
976
+ }
977
+
978
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
979
+ height: 100%;
980
+ }
981
+
982
+ .e-listbox-container.e-filter-list .e-list-wrap {
983
+ height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
984
+ }
985
+
986
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
987
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
988
+ }
989
+
990
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
991
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
929
992
  }
@@ -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
  }