@syncfusion/ej2-vue-dropdowns 22.2.12 → 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 (111) hide show
  1. package/CHANGELOG.md +9 -212
  2. package/dist/ej2-vue-dropdowns.umd.min.js +3 -3
  3. package/dist/ej2-vue-dropdowns.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-dropdowns.es2015.js +15 -6
  5. package/dist/es6/ej2-vue-dropdowns.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-dropdowns.es5.js +15 -6
  7. package/dist/es6/ej2-vue-dropdowns.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-dropdowns.min.js +3 -3
  9. package/package.json +9 -9
  10. package/src/auto-complete/autocomplete.component.d.ts +3 -1
  11. package/src/auto-complete/autocomplete.component.js +5 -2
  12. package/src/combo-box/combobox.component.d.ts +3 -1
  13. package/src/combo-box/combobox.component.js +5 -2
  14. package/src/drop-down-list/dropdownlist.component.d.ts +3 -1
  15. package/src/drop-down-list/dropdownlist.component.js +5 -2
  16. package/src/drop-down-tree/dropdowntree.component.d.ts +3 -1
  17. package/src/list-box/listbox.component.d.ts +3 -1
  18. package/src/mention/mention.component.d.ts +3 -1
  19. package/src/multi-select/multiselect.component.d.ts +3 -1
  20. package/styles/auto-complete/material-dark.css +0 -1
  21. package/styles/auto-complete/material.css +0 -1
  22. package/styles/auto-complete/material3-dark.css +0 -1
  23. package/styles/auto-complete/material3-dark.scss +1 -1
  24. package/styles/auto-complete/material3.css +0 -1
  25. package/styles/auto-complete/material3.scss +1 -1
  26. package/styles/auto-complete/tailwind-dark.css +0 -1
  27. package/styles/auto-complete/tailwind.css +0 -1
  28. package/styles/bootstrap-dark.css +70 -15
  29. package/styles/bootstrap.css +70 -15
  30. package/styles/bootstrap4.css +71 -16
  31. package/styles/bootstrap5-dark.css +71 -16
  32. package/styles/bootstrap5.css +71 -16
  33. package/styles/combo-box/material-dark.css +0 -1
  34. package/styles/combo-box/material.css +0 -1
  35. package/styles/combo-box/material3-dark.css +0 -1
  36. package/styles/combo-box/material3-dark.scss +1 -1
  37. package/styles/combo-box/material3.css +0 -1
  38. package/styles/combo-box/material3.scss +1 -1
  39. package/styles/combo-box/tailwind-dark.css +0 -1
  40. package/styles/combo-box/tailwind.css +0 -1
  41. package/styles/drop-down-base/material-dark.css +0 -1
  42. package/styles/drop-down-base/material.css +0 -1
  43. package/styles/drop-down-base/material3-dark.css +0 -1
  44. package/styles/drop-down-base/material3-dark.scss +1 -1
  45. package/styles/drop-down-base/material3.css +0 -1
  46. package/styles/drop-down-base/material3.scss +1 -1
  47. package/styles/drop-down-base/tailwind-dark.css +0 -1
  48. package/styles/drop-down-base/tailwind.css +0 -1
  49. package/styles/drop-down-list/material-dark.css +0 -1
  50. package/styles/drop-down-list/material.css +0 -1
  51. package/styles/drop-down-list/material3-dark.css +0 -1
  52. package/styles/drop-down-list/material3-dark.scss +1 -1
  53. package/styles/drop-down-list/material3.css +0 -1
  54. package/styles/drop-down-list/material3.scss +1 -1
  55. package/styles/drop-down-list/tailwind-dark.css +0 -1
  56. package/styles/drop-down-list/tailwind.css +0 -1
  57. package/styles/drop-down-tree/material-dark.css +0 -1
  58. package/styles/drop-down-tree/material.css +0 -1
  59. package/styles/drop-down-tree/material3-dark.css +0 -1
  60. package/styles/drop-down-tree/material3-dark.scss +1 -1
  61. package/styles/drop-down-tree/material3.css +0 -1
  62. package/styles/drop-down-tree/material3.scss +1 -1
  63. package/styles/drop-down-tree/tailwind-dark.css +0 -1
  64. package/styles/drop-down-tree/tailwind.css +0 -1
  65. package/styles/fabric-dark.css +70 -15
  66. package/styles/fabric.css +70 -15
  67. package/styles/fluent-dark.css +71 -16
  68. package/styles/fluent.css +71 -16
  69. package/styles/highcontrast-light.css +70 -15
  70. package/styles/highcontrast.css +70 -15
  71. package/styles/list-box/bootstrap-dark.css +70 -15
  72. package/styles/list-box/bootstrap.css +70 -15
  73. package/styles/list-box/bootstrap4.css +71 -16
  74. package/styles/list-box/bootstrap5-dark.css +71 -16
  75. package/styles/list-box/bootstrap5.css +71 -16
  76. package/styles/list-box/fabric-dark.css +70 -15
  77. package/styles/list-box/fabric.css +70 -15
  78. package/styles/list-box/fluent-dark.css +71 -16
  79. package/styles/list-box/fluent.css +71 -16
  80. package/styles/list-box/highcontrast-light.css +70 -15
  81. package/styles/list-box/highcontrast.css +70 -15
  82. package/styles/list-box/material-dark.css +71 -17
  83. package/styles/list-box/material.css +71 -17
  84. package/styles/list-box/material3-dark.css +71 -17
  85. package/styles/list-box/material3-dark.scss +1 -1
  86. package/styles/list-box/material3.css +71 -17
  87. package/styles/list-box/material3.scss +1 -1
  88. package/styles/list-box/tailwind-dark.css +71 -17
  89. package/styles/list-box/tailwind.css +71 -17
  90. package/styles/material-dark.css +71 -17
  91. package/styles/material.css +71 -17
  92. package/styles/material3-dark.css +71 -24
  93. package/styles/material3.css +71 -17
  94. package/styles/mention/material-dark.css +0 -1
  95. package/styles/mention/material.css +0 -1
  96. package/styles/mention/material3-dark.css +0 -1
  97. package/styles/mention/material3-dark.scss +1 -1
  98. package/styles/mention/material3.css +0 -1
  99. package/styles/mention/material3.scss +1 -1
  100. package/styles/mention/tailwind-dark.css +0 -1
  101. package/styles/mention/tailwind.css +0 -1
  102. package/styles/multi-select/material-dark.css +0 -1
  103. package/styles/multi-select/material.css +0 -1
  104. package/styles/multi-select/material3-dark.css +0 -1
  105. package/styles/multi-select/material3-dark.scss +1 -1
  106. package/styles/multi-select/material3.css +0 -1
  107. package/styles/multi-select/material3.scss +1 -1
  108. package/styles/multi-select/tailwind-dark.css +0 -1
  109. package/styles/multi-select/tailwind.css +0 -1
  110. package/styles/tailwind-dark.css +71 -24
  111. package/styles/tailwind.css +71 -24
@@ -1,2 +1,2 @@
1
- @import 'ej2-base/styles/material3-dark-definition.scss';
1
+
2
2
  @import 'ej2-dropdowns/styles/list-box/material3-dark.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -195,11 +194,6 @@
195
194
  padding: 10px 16px;
196
195
  position: relative;
197
196
  }
198
- .e-listbox-wrapper.e-filter-list,
199
- .e-listbox-container.e-filter-list,
200
- .e-listboxtool-wrapper.e-filter-list {
201
- overflow: inherit;
202
- }
203
197
  .e-listbox-wrapper .e-list-parent,
204
198
  .e-listbox-container .e-list-parent,
205
199
  .e-listboxtool-wrapper .e-list-parent {
@@ -484,9 +478,6 @@ ejs-listbox {
484
478
  overflow: auto;
485
479
  }
486
480
 
487
- .e-listbox-wrapper.e-filter-list {
488
- overflow: inherit;
489
- }
490
481
  .e-listbox-wrapper.e-filter-list .e-list-parent {
491
482
  overflow: auto;
492
483
  }
@@ -682,27 +673,66 @@ ejs-listbox {
682
673
  }
683
674
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
684
675
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
685
- height: calc(100% - 45px);
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 */
686
685
  }
687
686
 
688
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
689
687
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
690
- height: calc(100% - 55px);
688
+ height: 100%;
691
689
  }
692
690
 
693
691
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
694
692
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
695
- 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%;
696
710
  }
697
711
 
698
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
+
699
717
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
700
- height: calc(100% - 48px);
718
+ height: 100%;
701
719
  }
702
720
 
703
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
+
704
734
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
705
- height: calc(100% - 45px);
735
+ height: 100%;
706
736
  }
707
737
 
708
738
  .e-listbox-wrapper,
@@ -729,13 +759,13 @@ ejs-listbox {
729
759
  .e-listbox-wrapper.e-filter-list .e-list-parent,
730
760
  .e-listbox-container.e-filter-list .e-list-parent,
731
761
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
732
- height: calc(100% - 47px);
762
+ height: calc(100% - 36px);
733
763
  }
734
764
 
735
765
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
736
766
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
737
767
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
738
- height: calc(100% - 79px);
768
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
739
769
  }
740
770
 
741
771
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -1009,4 +1039,28 @@ ejs-listbox {
1009
1039
  .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
1010
1040
  padding-left: 10px;
1011
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 */
1012
1066
  }
@@ -1,2 +1,2 @@
1
- @import 'ej2-base/styles/material3-definition.scss';
1
+
2
2
  @import 'ej2-dropdowns/styles/list-box/material3.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  .e-dropdownbase .e-list-item.e-active,
3
2
  .e-dropdownbase .e-list-item.e-active.e-hover {
4
3
  font-weight: 500;
@@ -125,11 +124,6 @@
125
124
  padding: 12px 12px;
126
125
  position: relative;
127
126
  }
128
- .e-listbox-wrapper.e-filter-list,
129
- .e-listbox-container.e-filter-list,
130
- .e-listboxtool-wrapper.e-filter-list {
131
- overflow: inherit;
132
- }
133
127
  .e-listbox-wrapper .e-list-parent,
134
128
  .e-listbox-container .e-list-parent,
135
129
  .e-listboxtool-wrapper .e-list-parent {
@@ -413,9 +407,6 @@ ejs-listbox {
413
407
  overflow: auto;
414
408
  }
415
409
 
416
- .e-listbox-wrapper.e-filter-list {
417
- overflow: inherit;
418
- }
419
410
  .e-listbox-wrapper.e-filter-list .e-list-parent {
420
411
  overflow: auto;
421
412
  }
@@ -617,27 +608,66 @@ ejs-listbox {
617
608
  }
618
609
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
619
610
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
620
- 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 */
621
620
  }
622
621
 
623
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
624
622
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
625
- height: calc(100% - 55px);
623
+ height: 100%;
626
624
  }
627
625
 
628
626
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
629
627
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
630
- 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%;
631
645
  }
632
646
 
633
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
+
634
652
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
635
- height: calc(100% - 48px);
653
+ height: 100%;
636
654
  }
637
655
 
638
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
+
639
669
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
640
- height: calc(100% - 45px);
670
+ height: 100%;
641
671
  }
642
672
 
643
673
  .e-listbox-wrapper,
@@ -674,13 +704,13 @@ ejs-listbox {
674
704
  .e-listbox-wrapper.e-filter-list .e-list-parent,
675
705
  .e-listbox-container.e-filter-list .e-list-parent,
676
706
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
677
- height: calc(100% - 47px);
707
+ height: calc(100% - 50px);
678
708
  }
679
709
 
680
710
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
681
711
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
682
712
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
683
- height: calc(100% - 76px);
713
+ height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
684
714
  }
685
715
 
686
716
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -954,4 +984,28 @@ ejs-listbox {
954
984
  .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
955
985
  padding-left: 10px;
956
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 */
957
1011
  }
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  .e-dropdownbase .e-list-item.e-active,
3
2
  .e-dropdownbase .e-list-item.e-active.e-hover {
4
3
  font-weight: 500;
@@ -125,11 +124,6 @@
125
124
  padding: 12px 12px;
126
125
  position: relative;
127
126
  }
128
- .e-listbox-wrapper.e-filter-list,
129
- .e-listbox-container.e-filter-list,
130
- .e-listboxtool-wrapper.e-filter-list {
131
- overflow: inherit;
132
- }
133
127
  .e-listbox-wrapper .e-list-parent,
134
128
  .e-listbox-container .e-list-parent,
135
129
  .e-listboxtool-wrapper .e-list-parent {
@@ -413,9 +407,6 @@ ejs-listbox {
413
407
  overflow: auto;
414
408
  }
415
409
 
416
- .e-listbox-wrapper.e-filter-list {
417
- overflow: inherit;
418
- }
419
410
  .e-listbox-wrapper.e-filter-list .e-list-parent {
420
411
  overflow: auto;
421
412
  }
@@ -617,27 +608,66 @@ ejs-listbox {
617
608
  }
618
609
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
619
610
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
620
- 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 */
621
620
  }
622
621
 
623
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
624
622
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
625
- height: calc(100% - 55px);
623
+ height: 100%;
626
624
  }
627
625
 
628
626
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
629
627
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
630
- 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%;
631
645
  }
632
646
 
633
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
+
634
652
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
635
- height: calc(100% - 48px);
653
+ height: 100%;
636
654
  }
637
655
 
638
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
+
639
669
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
640
- height: calc(100% - 45px);
670
+ height: 100%;
641
671
  }
642
672
 
643
673
  .e-listbox-wrapper,
@@ -674,13 +704,13 @@ ejs-listbox {
674
704
  .e-listbox-wrapper.e-filter-list .e-list-parent,
675
705
  .e-listbox-container.e-filter-list .e-list-parent,
676
706
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
677
- height: calc(100% - 47px);
707
+ height: calc(100% - 50px);
678
708
  }
679
709
 
680
710
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
681
711
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
682
712
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
683
- height: calc(100% - 76px);
713
+ height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
684
714
  }
685
715
 
686
716
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -954,4 +984,28 @@ ejs-listbox {
954
984
  .e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
955
985
  padding-left: 10px;
956
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 */
957
1011
  }
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  .e-dropdownbase .e-list-item .e-list-icon {
3
2
  padding: 0 16px 0 0;
4
3
  }
@@ -3958,11 +3957,6 @@ ejs-multiselect {
3958
3957
  padding: 11px 16px;
3959
3958
  position: relative;
3960
3959
  }
3961
- .e-listbox-wrapper.e-filter-list,
3962
- .e-listbox-container.e-filter-list,
3963
- .e-listboxtool-wrapper.e-filter-list {
3964
- overflow: inherit;
3965
- }
3966
3960
  .e-listbox-wrapper .e-list-parent,
3967
3961
  .e-listbox-container .e-list-parent,
3968
3962
  .e-listboxtool-wrapper .e-list-parent {
@@ -4246,9 +4240,6 @@ ejs-listbox {
4246
4240
  overflow: auto;
4247
4241
  }
4248
4242
 
4249
- .e-listbox-wrapper.e-filter-list {
4250
- overflow: inherit;
4251
- }
4252
4243
  .e-listbox-wrapper.e-filter-list .e-list-parent {
4253
4244
  overflow: auto;
4254
4245
  }
@@ -4444,27 +4435,66 @@ ejs-listbox {
4444
4435
  }
4445
4436
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
4446
4437
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
4447
- height: calc(100% - 45px);
4438
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
4439
+ }
4440
+
4441
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
4442
+ height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
4443
+ }
4444
+
4445
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
4446
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
4448
4447
  }
4449
4448
 
4450
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
4451
4449
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
4452
- height: calc(100% - 50px);
4450
+ height: 100%;
4453
4451
  }
4454
4452
 
4455
4453
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
4456
4454
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
4457
- height: calc(100% - 98px);
4455
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
4456
+ }
4457
+
4458
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
4459
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
4460
+ }
4461
+
4462
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
4463
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
4464
+ }
4465
+
4466
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
4467
+ height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
4468
+ }
4469
+
4470
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
4471
+ height: 100%;
4458
4472
  }
4459
4473
 
4460
4474
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
4475
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
4476
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
4477
+ }
4478
+
4461
4479
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
4462
- height: calc(100% - 48px);
4480
+ height: 100%;
4463
4481
  }
4464
4482
 
4465
4483
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
4484
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
4485
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
4486
+ }
4487
+
4488
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
4489
+ height: calc(100% - 83px) !important; /* stylelint-disable-line declaration-no-important */
4490
+ }
4491
+
4492
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
4493
+ height: calc(100% - 103px) !important; /* stylelint-disable-line declaration-no-important */
4494
+ }
4495
+
4466
4496
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
4467
- height: calc(100% - 45px);
4497
+ height: 100%;
4468
4498
  }
4469
4499
 
4470
4500
  .e-listbox-wrapper,
@@ -4491,13 +4521,13 @@ ejs-listbox {
4491
4521
  .e-listbox-wrapper.e-filter-list .e-list-parent,
4492
4522
  .e-listbox-container.e-filter-list .e-list-parent,
4493
4523
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
4494
- height: calc(100% - 43px);
4524
+ height: calc(100% - 48px);
4495
4525
  }
4496
4526
 
4497
4527
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
4498
4528
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
4499
4529
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
4500
- height: calc(100% - 79px);
4530
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
4501
4531
  }
4502
4532
 
4503
4533
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -4773,6 +4803,30 @@ ejs-listbox {
4773
4803
  padding-right: 1.0666em;
4774
4804
  }
4775
4805
 
4806
+ .e-listbox-container.e-filter-list .e-list-parent {
4807
+ height: 100%;
4808
+ }
4809
+
4810
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
4811
+ height: 100%;
4812
+ }
4813
+
4814
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
4815
+ height: 100%;
4816
+ }
4817
+
4818
+ .e-listbox-container.e-filter-list .e-list-wrap {
4819
+ height: calc(100% - 43px) !important; /* stylelint-disable-line declaration-no-important */
4820
+ }
4821
+
4822
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
4823
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
4824
+ }
4825
+
4826
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
4827
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
4828
+ }
4829
+
4776
4830
  /* stylelint-disable property-no-vendor-prefix */
4777
4831
  @keyframes material-spinner-rotate {
4778
4832
  0% {