@syncfusion/ej2-angular-dropdowns 23.1.40 → 23.1.41

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 (91) hide show
  1. package/esm2020/src/drop-down-tree/dropdowntree.component.mjs +3 -3
  2. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +2 -2
  3. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +1 -1
  4. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +2 -2
  5. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +1 -1
  6. package/package.json +7 -7
  7. package/schematics/utils/lib-details.d.ts +2 -2
  8. package/schematics/utils/lib-details.js +2 -2
  9. package/schematics/utils/lib-details.ts +2 -2
  10. package/styles/auto-complete/bootstrap4.css +13 -2
  11. package/styles/bootstrap-dark.css +83 -9
  12. package/styles/bootstrap.css +83 -9
  13. package/styles/bootstrap4.css +116 -12
  14. package/styles/bootstrap5-dark.css +84 -10
  15. package/styles/bootstrap5.css +84 -10
  16. package/styles/combo-box/bootstrap4.css +13 -2
  17. package/styles/drop-down-list/_bootstrap4-definition.scss +13 -2
  18. package/styles/drop-down-list/bootstrap4.css +13 -2
  19. package/styles/fabric-dark.css +84 -10
  20. package/styles/fabric.css +84 -10
  21. package/styles/fluent-dark.css +83 -9
  22. package/styles/fluent.css +83 -9
  23. package/styles/highcontrast-light.css +83 -9
  24. package/styles/highcontrast.css +83 -9
  25. package/styles/list-box/_bootstrap-dark-definition.scss +6 -2
  26. package/styles/list-box/_bootstrap-definition.scss +7 -3
  27. package/styles/list-box/_bootstrap4-definition.scss +8 -4
  28. package/styles/list-box/_bootstrap5-definition.scss +6 -4
  29. package/styles/list-box/_fabric-dark-definition.scss +6 -2
  30. package/styles/list-box/_fabric-definition.scss +6 -2
  31. package/styles/list-box/_fluent-definition.scss +8 -6
  32. package/styles/list-box/_highcontrast-definition.scss +6 -2
  33. package/styles/list-box/_highcontrast-light-definition.scss +6 -2
  34. package/styles/list-box/_material-dark-definition.scss +8 -4
  35. package/styles/list-box/_material-definition.scss +8 -4
  36. package/styles/list-box/_material3-definition.scss +8 -6
  37. package/styles/list-box/_tailwind-definition.scss +8 -6
  38. package/styles/list-box/_theme.scss +73 -8
  39. package/styles/list-box/bootstrap-dark.css +71 -8
  40. package/styles/list-box/bootstrap.css +71 -8
  41. package/styles/list-box/bootstrap4.css +72 -9
  42. package/styles/list-box/bootstrap5-dark.css +72 -9
  43. package/styles/list-box/bootstrap5.css +72 -9
  44. package/styles/list-box/fabric-dark.css +71 -8
  45. package/styles/list-box/fabric.css +71 -8
  46. package/styles/list-box/fluent-dark.css +71 -8
  47. package/styles/list-box/fluent.css +71 -8
  48. package/styles/list-box/highcontrast-light.css +71 -8
  49. package/styles/list-box/highcontrast.css +71 -8
  50. package/styles/list-box/material-dark.css +72 -9
  51. package/styles/list-box/material.css +72 -9
  52. package/styles/list-box/material3-dark.css +72 -9
  53. package/styles/list-box/material3.css +72 -9
  54. package/styles/list-box/tailwind-dark.css +72 -9
  55. package/styles/list-box/tailwind.css +72 -9
  56. package/styles/material-dark.css +84 -10
  57. package/styles/material.css +84 -10
  58. package/styles/material3-dark.css +82 -9
  59. package/styles/material3.css +82 -9
  60. package/styles/multi-select/_bootstrap-dark-definition.scss +2 -0
  61. package/styles/multi-select/_bootstrap-definition.scss +2 -0
  62. package/styles/multi-select/_bootstrap4-definition.scss +21 -0
  63. package/styles/multi-select/_bootstrap5-definition.scss +2 -0
  64. package/styles/multi-select/_fabric-dark-definition.scss +3 -1
  65. package/styles/multi-select/_fabric-definition.scss +3 -1
  66. package/styles/multi-select/_fluent-definition.scss +2 -0
  67. package/styles/multi-select/_highcontrast-definition.scss +2 -0
  68. package/styles/multi-select/_highcontrast-light-definition.scss +2 -0
  69. package/styles/multi-select/_layout.scss +12 -1
  70. package/styles/multi-select/_material-dark-definition.scss +2 -0
  71. package/styles/multi-select/_material-definition.scss +2 -0
  72. package/styles/multi-select/_tailwind-definition.scss +2 -0
  73. package/styles/multi-select/bootstrap-dark.css +12 -1
  74. package/styles/multi-select/bootstrap.css +12 -1
  75. package/styles/multi-select/bootstrap4.css +31 -1
  76. package/styles/multi-select/bootstrap5-dark.css +12 -1
  77. package/styles/multi-select/bootstrap5.css +12 -1
  78. package/styles/multi-select/fabric-dark.css +13 -2
  79. package/styles/multi-select/fabric.css +13 -2
  80. package/styles/multi-select/fluent-dark.css +12 -1
  81. package/styles/multi-select/fluent.css +12 -1
  82. package/styles/multi-select/highcontrast-light.css +12 -1
  83. package/styles/multi-select/highcontrast.css +12 -1
  84. package/styles/multi-select/material-dark.css +12 -1
  85. package/styles/multi-select/material.css +12 -1
  86. package/styles/multi-select/material3-dark.css +10 -0
  87. package/styles/multi-select/material3.css +10 -0
  88. package/styles/multi-select/tailwind-dark.css +12 -1
  89. package/styles/multi-select/tailwind.css +12 -1
  90. package/styles/tailwind-dark.css +84 -10
  91. package/styles/tailwind.css +84 -10
@@ -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,19 +703,19 @@ 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,
677
716
  .e-listbox-container .e-selectall-parent + .e-list-parent,
678
717
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
679
- height: calc(100% - 36px);
718
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
680
719
  }
681
720
 
682
721
  .e-listbox-wrapper .e-icons,
@@ -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
  }
@@ -673,27 +673,66 @@ ejs-listbox {
673
673
  }
674
674
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
675
675
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
676
- height: calc(100% - 35px);
676
+ height: calc(100% - 35px) !important; /* stylelint-disable-line declaration-no-important */
677
+ }
678
+
679
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
680
+ height: calc(100% - 44px) !important; /* stylelint-disable-line declaration-no-important */
681
+ }
682
+
683
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
684
+ height: calc(100% - 44px) !important; /* stylelint-disable-line declaration-no-important */
677
685
  }
678
686
 
679
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
680
687
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
681
- height: calc(100% - 48px);
688
+ height: 100%;
682
689
  }
683
690
 
684
691
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
685
692
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
686
- height: calc(100% - 98px);
693
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
694
+ }
695
+
696
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
697
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
698
+ }
699
+
700
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
701
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
702
+ }
703
+
704
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
705
+ height: calc(100% - 44px) !important; /* stylelint-disable-line declaration-no-important */
706
+ }
707
+
708
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
709
+ height: 100%;
687
710
  }
688
711
 
689
712
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
713
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
714
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
715
+ }
716
+
690
717
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
691
- height: calc(100% - 48px);
718
+ height: 100%;
692
719
  }
693
720
 
694
721
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
722
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
723
+ height: calc(100% - 37px) !important; /* stylelint-disable-line declaration-no-important */
724
+ }
725
+
726
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
727
+ height: calc(100% - 76px) !important; /* stylelint-disable-line declaration-no-important */
728
+ }
729
+
730
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
731
+ height: calc(100% - 92px) !important; /* stylelint-disable-line declaration-no-important */
732
+ }
733
+
695
734
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
696
- height: calc(100% - 37px);
735
+ height: 100%;
697
736
  }
698
737
 
699
738
  .e-listbox-wrapper,
@@ -720,19 +759,19 @@ ejs-listbox {
720
759
  .e-listbox-wrapper.e-filter-list .e-list-parent,
721
760
  .e-listbox-container.e-filter-list .e-list-parent,
722
761
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
723
- height: calc(100% - 40px);
762
+ height: calc(100% - 36px);
724
763
  }
725
764
 
726
765
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
727
766
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
728
767
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
729
- height: calc(100% - 79px);
768
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
730
769
  }
731
770
 
732
771
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
733
772
  .e-listbox-container .e-selectall-parent + .e-list-parent,
734
773
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
735
- height: calc(100% - 36px);
774
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
736
775
  }
737
776
 
738
777
  .e-listbox-wrapper .e-icons,
@@ -1000,4 +1039,28 @@ ejs-listbox {
1000
1039
  .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
1001
1040
  padding-left: 10px;
1002
1041
  padding-right: 16px;
1042
+ }
1043
+
1044
+ .e-listbox-container.e-filter-list .e-list-parent {
1045
+ height: 100%;
1046
+ }
1047
+
1048
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
1049
+ height: 100%;
1050
+ }
1051
+
1052
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
1053
+ height: 100%;
1054
+ }
1055
+
1056
+ .e-listbox-container.e-filter-list .e-list-wrap {
1057
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
1058
+ }
1059
+
1060
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
1061
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
1062
+ }
1063
+
1064
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
1065
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
1003
1066
  }
@@ -608,27 +608,66 @@ ejs-listbox {
608
608
  }
609
609
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
610
610
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
611
- height: calc(100% - 45px);
611
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
612
+ }
613
+
614
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
615
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
616
+ }
617
+
618
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
619
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
612
620
  }
613
621
 
614
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
615
622
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
616
- height: calc(100% - 57px);
623
+ height: 100%;
617
624
  }
618
625
 
619
626
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
620
627
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
621
- height: calc(100% - 94px);
628
+ height: calc(100% - 47px) !important; /* stylelint-disable-line declaration-no-important */
629
+ }
630
+
631
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
632
+ height: calc(100% - 47px) !important; /* stylelint-disable-line declaration-no-important */
633
+ }
634
+
635
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
636
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
637
+ }
638
+
639
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
640
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
641
+ }
642
+
643
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
644
+ height: 100%;
622
645
  }
623
646
 
624
647
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
648
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
649
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
650
+ }
651
+
625
652
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
626
- height: calc(100% - 48px);
653
+ height: 100%;
627
654
  }
628
655
 
629
656
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
657
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
658
+ height: calc(100% - 53px) !important; /* stylelint-disable-line declaration-no-important */
659
+ }
660
+
661
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
662
+ height: calc(100% - 87.5px) !important; /* stylelint-disable-line declaration-no-important */
663
+ }
664
+
665
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
666
+ height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
667
+ }
668
+
630
669
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
631
- height: calc(100% - 53px);
670
+ height: 100%;
632
671
  }
633
672
 
634
673
  .e-listbox-wrapper,
@@ -665,19 +704,19 @@ ejs-listbox {
665
704
  .e-listbox-wrapper.e-filter-list .e-list-parent,
666
705
  .e-listbox-container.e-filter-list .e-list-parent,
667
706
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
668
- height: calc(100% - 49px);
707
+ height: calc(100% - 50px);
669
708
  }
670
709
 
671
710
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
672
711
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
673
712
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
674
- height: calc(100% - 76px);
713
+ height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
675
714
  }
676
715
 
677
716
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
678
717
  .e-listbox-container .e-selectall-parent + .e-list-parent,
679
718
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
680
- height: calc(100% - 38px);
719
+ height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
681
720
  }
682
721
 
683
722
  .e-listbox-wrapper .e-icons,
@@ -945,4 +984,28 @@ ejs-listbox {
945
984
  .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
946
985
  padding-left: 10px;
947
986
  padding-right: 16px;
987
+ }
988
+
989
+ .e-listbox-container.e-filter-list .e-list-parent {
990
+ height: 100%;
991
+ }
992
+
993
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
994
+ height: 100%;
995
+ }
996
+
997
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
998
+ height: 100%;
999
+ }
1000
+
1001
+ .e-listbox-container.e-filter-list .e-list-wrap {
1002
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
1003
+ }
1004
+
1005
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
1006
+ height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
1007
+ }
1008
+
1009
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
1010
+ height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
948
1011
  }
@@ -608,27 +608,66 @@ ejs-listbox {
608
608
  }
609
609
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
610
610
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
611
- height: calc(100% - 45px);
611
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
612
+ }
613
+
614
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
615
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
616
+ }
617
+
618
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
619
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
612
620
  }
613
621
 
614
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
615
622
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
616
- height: calc(100% - 57px);
623
+ height: 100%;
617
624
  }
618
625
 
619
626
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
620
627
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
621
- height: calc(100% - 94px);
628
+ height: calc(100% - 47px) !important; /* stylelint-disable-line declaration-no-important */
629
+ }
630
+
631
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
632
+ height: calc(100% - 47px) !important; /* stylelint-disable-line declaration-no-important */
633
+ }
634
+
635
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
636
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
637
+ }
638
+
639
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
640
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
641
+ }
642
+
643
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
644
+ height: 100%;
622
645
  }
623
646
 
624
647
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
648
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
649
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
650
+ }
651
+
625
652
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
626
- height: calc(100% - 48px);
653
+ height: 100%;
627
654
  }
628
655
 
629
656
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
657
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
658
+ height: calc(100% - 53px) !important; /* stylelint-disable-line declaration-no-important */
659
+ }
660
+
661
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
662
+ height: calc(100% - 87.5px) !important; /* stylelint-disable-line declaration-no-important */
663
+ }
664
+
665
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
666
+ height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
667
+ }
668
+
630
669
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
631
- height: calc(100% - 53px);
670
+ height: 100%;
632
671
  }
633
672
 
634
673
  .e-listbox-wrapper,
@@ -665,19 +704,19 @@ ejs-listbox {
665
704
  .e-listbox-wrapper.e-filter-list .e-list-parent,
666
705
  .e-listbox-container.e-filter-list .e-list-parent,
667
706
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
668
- height: calc(100% - 49px);
707
+ height: calc(100% - 50px);
669
708
  }
670
709
 
671
710
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
672
711
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
673
712
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
674
- height: calc(100% - 76px);
713
+ height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
675
714
  }
676
715
 
677
716
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
678
717
  .e-listbox-container .e-selectall-parent + .e-list-parent,
679
718
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
680
- height: calc(100% - 38px);
719
+ height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
681
720
  }
682
721
 
683
722
  .e-listbox-wrapper .e-icons,
@@ -945,4 +984,28 @@ ejs-listbox {
945
984
  .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
946
985
  padding-left: 10px;
947
986
  padding-right: 16px;
987
+ }
988
+
989
+ .e-listbox-container.e-filter-list .e-list-parent {
990
+ height: 100%;
991
+ }
992
+
993
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
994
+ height: 100%;
995
+ }
996
+
997
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
998
+ height: 100%;
999
+ }
1000
+
1001
+ .e-listbox-container.e-filter-list .e-list-wrap {
1002
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
1003
+ }
1004
+
1005
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
1006
+ height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
1007
+ }
1008
+
1009
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
1010
+ height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
948
1011
  }
@@ -2257,7 +2257,8 @@ ejs-dropdownlist {
2257
2257
  padding: 0 0 0 48px;
2258
2258
  }
2259
2259
 
2260
- .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2260
+ .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
2261
+ .e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2261
2262
  margin-top: -2.5em;
2262
2263
  }
2263
2264
 
@@ -2828,11 +2829,21 @@ ejs-multiselect {
2828
2829
  margin-top: -2.5em;
2829
2830
  }
2830
2831
 
2832
+ .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2833
+ .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2834
+ margin-top: -1.8em;
2835
+ }
2836
+
2831
2837
  .e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
2832
2838
  .e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
2833
2839
  line-height: 40px;
2834
2840
  }
2835
2841
 
2842
+ .e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
2843
+ .e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
2844
+ margin-top: -2em;
2845
+ }
2846
+
2836
2847
  .e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
2837
2848
  height: 16px;
2838
2849
  width: 16px;
@@ -4435,27 +4446,66 @@ ejs-listbox {
4435
4446
  }
4436
4447
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
4437
4448
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
4438
- height: calc(100% - 45px);
4449
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
4450
+ }
4451
+
4452
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
4453
+ height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
4454
+ }
4455
+
4456
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
4457
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
4439
4458
  }
4440
4459
 
4441
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
4442
4460
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
4443
- height: calc(100% - 50px);
4461
+ height: 100%;
4444
4462
  }
4445
4463
 
4446
4464
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
4447
4465
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
4448
- height: calc(100% - 98px);
4466
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
4467
+ }
4468
+
4469
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
4470
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
4471
+ }
4472
+
4473
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
4474
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
4475
+ }
4476
+
4477
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
4478
+ height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
4479
+ }
4480
+
4481
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
4482
+ height: 100%;
4449
4483
  }
4450
4484
 
4451
4485
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
4486
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
4487
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
4488
+ }
4489
+
4452
4490
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
4453
- height: calc(100% - 48px);
4491
+ height: 100%;
4454
4492
  }
4455
4493
 
4456
4494
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
4495
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
4496
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
4497
+ }
4498
+
4499
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
4500
+ height: calc(100% - 83px) !important; /* stylelint-disable-line declaration-no-important */
4501
+ }
4502
+
4503
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
4504
+ height: calc(100% - 103px) !important; /* stylelint-disable-line declaration-no-important */
4505
+ }
4506
+
4457
4507
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
4458
- height: calc(100% - 45px);
4508
+ height: 100%;
4459
4509
  }
4460
4510
 
4461
4511
  .e-listbox-wrapper,
@@ -4482,19 +4532,19 @@ ejs-listbox {
4482
4532
  .e-listbox-wrapper.e-filter-list .e-list-parent,
4483
4533
  .e-listbox-container.e-filter-list .e-list-parent,
4484
4534
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
4485
- height: calc(100% - 43px);
4535
+ height: calc(100% - 48px);
4486
4536
  }
4487
4537
 
4488
4538
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
4489
4539
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
4490
4540
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
4491
- height: calc(100% - 79px);
4541
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
4492
4542
  }
4493
4543
 
4494
4544
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
4495
4545
  .e-listbox-container .e-selectall-parent + .e-list-parent,
4496
4546
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
4497
- height: calc(100% - 36px);
4547
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
4498
4548
  }
4499
4549
 
4500
4550
  .e-listbox-wrapper .e-icons,
@@ -4764,6 +4814,30 @@ ejs-listbox {
4764
4814
  padding-right: 1.0666em;
4765
4815
  }
4766
4816
 
4817
+ .e-listbox-container.e-filter-list .e-list-parent {
4818
+ height: 100%;
4819
+ }
4820
+
4821
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
4822
+ height: 100%;
4823
+ }
4824
+
4825
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
4826
+ height: 100%;
4827
+ }
4828
+
4829
+ .e-listbox-container.e-filter-list .e-list-wrap {
4830
+ height: calc(100% - 43px) !important; /* stylelint-disable-line declaration-no-important */
4831
+ }
4832
+
4833
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
4834
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
4835
+ }
4836
+
4837
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
4838
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
4839
+ }
4840
+
4767
4841
  /* stylelint-disable property-no-vendor-prefix */
4768
4842
  @keyframes material-spinner-rotate {
4769
4843
  0% {