@syncfusion/blazor-themes 23.1.36 → 23.1.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (162) hide show
  1. package/SCSS-Themes/base/material-dark.scss +1 -1
  2. package/SCSS-Themes/bootstrap-dark.scss +152 -32
  3. package/SCSS-Themes/bootstrap.scss +153 -33
  4. package/SCSS-Themes/bootstrap4.scss +155 -35
  5. package/SCSS-Themes/bootstrap5-dark.scss +152 -34
  6. package/SCSS-Themes/bootstrap5.scss +152 -34
  7. package/SCSS-Themes/dropdowns/list-box/bootstrap-dark.scss +78 -9
  8. package/SCSS-Themes/dropdowns/list-box/bootstrap.scss +79 -10
  9. package/SCSS-Themes/dropdowns/list-box/bootstrap4.scss +80 -11
  10. package/SCSS-Themes/dropdowns/list-box/bootstrap5-dark.scss +78 -11
  11. package/SCSS-Themes/dropdowns/list-box/bootstrap5.scss +78 -11
  12. package/SCSS-Themes/dropdowns/list-box/fabric-dark.scss +78 -9
  13. package/SCSS-Themes/dropdowns/list-box/fabric.scss +78 -9
  14. package/SCSS-Themes/dropdowns/list-box/fluent-dark.scss +80 -13
  15. package/SCSS-Themes/dropdowns/list-box/fluent.scss +80 -13
  16. package/SCSS-Themes/dropdowns/list-box/highcontrast.scss +78 -9
  17. package/SCSS-Themes/dropdowns/list-box/material-dark.scss +80 -11
  18. package/SCSS-Themes/dropdowns/list-box/material.scss +80 -11
  19. package/SCSS-Themes/dropdowns/list-box/material3-dark.scss +80 -13
  20. package/SCSS-Themes/dropdowns/list-box/material3.scss +80 -13
  21. package/SCSS-Themes/dropdowns/list-box/tailwind-dark.scss +80 -13
  22. package/SCSS-Themes/dropdowns/list-box/tailwind.scss +80 -13
  23. package/SCSS-Themes/dropdowns/multi-select/bootstrap-dark.scss +14 -1
  24. package/SCSS-Themes/dropdowns/multi-select/bootstrap.scss +14 -1
  25. package/SCSS-Themes/dropdowns/multi-select/bootstrap4.scss +14 -1
  26. package/SCSS-Themes/dropdowns/multi-select/bootstrap5-dark.scss +14 -1
  27. package/SCSS-Themes/dropdowns/multi-select/bootstrap5.scss +14 -1
  28. package/SCSS-Themes/dropdowns/multi-select/fabric-dark.scss +15 -2
  29. package/SCSS-Themes/dropdowns/multi-select/fabric.scss +15 -2
  30. package/SCSS-Themes/dropdowns/multi-select/fluent-dark.scss +14 -1
  31. package/SCSS-Themes/dropdowns/multi-select/fluent.scss +14 -1
  32. package/SCSS-Themes/dropdowns/multi-select/highcontrast.scss +14 -1
  33. package/SCSS-Themes/dropdowns/multi-select/material-dark.scss +14 -1
  34. package/SCSS-Themes/dropdowns/multi-select/material.scss +14 -1
  35. package/SCSS-Themes/dropdowns/multi-select/material3-dark.scss +12 -1
  36. package/SCSS-Themes/dropdowns/multi-select/material3.scss +12 -1
  37. package/SCSS-Themes/dropdowns/multi-select/tailwind-dark.scss +14 -1
  38. package/SCSS-Themes/dropdowns/multi-select/tailwind.scss +14 -1
  39. package/SCSS-Themes/fabric-dark.scss +153 -33
  40. package/SCSS-Themes/fabric.scss +153 -33
  41. package/SCSS-Themes/fluent-dark.scss +154 -36
  42. package/SCSS-Themes/fluent.scss +154 -36
  43. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +9 -0
  44. package/SCSS-Themes/grids/grid/bootstrap.scss +9 -0
  45. package/SCSS-Themes/grids/grid/bootstrap4.scss +10 -1
  46. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +9 -0
  47. package/SCSS-Themes/grids/grid/bootstrap5.scss +9 -0
  48. package/SCSS-Themes/grids/grid/fabric-dark.scss +9 -0
  49. package/SCSS-Themes/grids/grid/fabric.scss +9 -0
  50. package/SCSS-Themes/grids/grid/fluent-dark.scss +9 -0
  51. package/SCSS-Themes/grids/grid/fluent.scss +9 -0
  52. package/SCSS-Themes/grids/grid/highcontrast.scss +9 -0
  53. package/SCSS-Themes/grids/grid/material-dark.scss +9 -0
  54. package/SCSS-Themes/grids/grid/material.scss +9 -0
  55. package/SCSS-Themes/grids/grid/material3-dark.scss +9 -0
  56. package/SCSS-Themes/grids/grid/material3.scss +9 -0
  57. package/SCSS-Themes/grids/grid/tailwind-dark.scss +9 -0
  58. package/SCSS-Themes/grids/grid/tailwind.scss +9 -0
  59. package/SCSS-Themes/highcontrast.scss +152 -32
  60. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +6 -0
  61. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +6 -0
  62. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +6 -0
  63. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +6 -0
  64. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +6 -0
  65. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +6 -0
  66. package/SCSS-Themes/image-editor/image-editor/fabric.scss +6 -0
  67. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +6 -0
  68. package/SCSS-Themes/image-editor/image-editor/fluent.scss +6 -0
  69. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +6 -0
  70. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +6 -0
  71. package/SCSS-Themes/image-editor/image-editor/material.scss +6 -0
  72. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +6 -0
  73. package/SCSS-Themes/image-editor/image-editor/material3.scss +6 -0
  74. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +6 -0
  75. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +6 -0
  76. package/SCSS-Themes/material-dark.scss +155 -35
  77. package/SCSS-Themes/material.scss +154 -34
  78. package/SCSS-Themes/material3-dark.scss +153 -36
  79. package/SCSS-Themes/material3.scss +153 -36
  80. package/SCSS-Themes/navigations/treeview/bootstrap-dark.scss +4 -1
  81. package/SCSS-Themes/navigations/treeview/bootstrap.scss +4 -1
  82. package/SCSS-Themes/navigations/treeview/bootstrap4.scss +4 -1
  83. package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +4 -1
  84. package/SCSS-Themes/navigations/treeview/bootstrap5.scss +4 -1
  85. package/SCSS-Themes/navigations/treeview/fabric-dark.scss +4 -1
  86. package/SCSS-Themes/navigations/treeview/fabric.scss +4 -1
  87. package/SCSS-Themes/navigations/treeview/fluent-dark.scss +4 -1
  88. package/SCSS-Themes/navigations/treeview/fluent.scss +4 -1
  89. package/SCSS-Themes/navigations/treeview/highcontrast.scss +4 -1
  90. package/SCSS-Themes/navigations/treeview/material-dark.scss +4 -1
  91. package/SCSS-Themes/navigations/treeview/material.scss +4 -1
  92. package/SCSS-Themes/navigations/treeview/material3-dark.scss +4 -1
  93. package/SCSS-Themes/navigations/treeview/material3.scss +4 -1
  94. package/SCSS-Themes/navigations/treeview/tailwind-dark.scss +4 -1
  95. package/SCSS-Themes/navigations/treeview/tailwind.scss +4 -1
  96. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +21 -9
  97. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +21 -9
  98. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +21 -9
  99. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +21 -9
  100. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +21 -9
  101. package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +21 -9
  102. package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +21 -9
  103. package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +21 -9
  104. package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +21 -9
  105. package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +21 -9
  106. package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +21 -9
  107. package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +21 -9
  108. package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +22 -9
  109. package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +22 -9
  110. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +21 -9
  111. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +21 -9
  112. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap-dark.scss +3 -9
  113. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap.scss +3 -9
  114. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap4.scss +3 -9
  115. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5-dark.scss +3 -9
  116. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5.scss +3 -9
  117. package/SCSS-Themes/pivotview/pivotfieldlist/fabric-dark.scss +3 -9
  118. package/SCSS-Themes/pivotview/pivotfieldlist/fabric.scss +3 -9
  119. package/SCSS-Themes/pivotview/pivotfieldlist/fluent-dark.scss +3 -9
  120. package/SCSS-Themes/pivotview/pivotfieldlist/fluent.scss +3 -9
  121. package/SCSS-Themes/pivotview/pivotfieldlist/highcontrast.scss +3 -9
  122. package/SCSS-Themes/pivotview/pivotfieldlist/material-dark.scss +3 -9
  123. package/SCSS-Themes/pivotview/pivotfieldlist/material.scss +3 -9
  124. package/SCSS-Themes/pivotview/pivotfieldlist/material3-dark.scss +3 -9
  125. package/SCSS-Themes/pivotview/pivotfieldlist/material3.scss +3 -9
  126. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind-dark.scss +3 -9
  127. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind.scss +3 -9
  128. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +15 -1
  129. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +15 -1
  130. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +15 -1
  131. package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +15 -1
  132. package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +15 -1
  133. package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +15 -1
  134. package/SCSS-Themes/pivotview/pivotview/fabric.scss +15 -1
  135. package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +15 -1
  136. package/SCSS-Themes/pivotview/pivotview/fluent.scss +15 -1
  137. package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +15 -1
  138. package/SCSS-Themes/pivotview/pivotview/material-dark.scss +15 -1
  139. package/SCSS-Themes/pivotview/pivotview/material.scss +15 -1
  140. package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +15 -1
  141. package/SCSS-Themes/pivotview/pivotview/material3.scss +15 -1
  142. package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +15 -1
  143. package/SCSS-Themes/pivotview/pivotview/tailwind.scss +15 -1
  144. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +2 -2
  145. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +2 -2
  146. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +2 -2
  147. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +2 -2
  148. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +2 -2
  149. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +2 -2
  150. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +2 -2
  151. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +2 -2
  152. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +2 -2
  153. package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +2 -2
  154. package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +2 -2
  155. package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +2 -2
  156. package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +2 -2
  157. package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +2 -2
  158. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +2 -2
  159. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +2 -2
  160. package/SCSS-Themes/tailwind-dark.scss +154 -36
  161. package/SCSS-Themes/tailwind.scss +154 -36
  162. package/package.json +1 -1
@@ -114,10 +114,14 @@ $listbox-filter-small-height: calc(100% - 45px) !default;
114
114
  $listbox-filter-bigger-small-height: calc(100% - 45px) !default;
115
115
  $listbox-select-height: calc(100% - 36px) !default;
116
116
  $listbox-select-bigger-height: calc(100% - 48px) !default;
117
- $listbox-filterselect-height: calc(100% - 79px) !default;
118
- $listbox-filterselect-bigger-height: calc(100% - 98px) !default;
119
- $listbox-filter-height: calc(100% - 43px) !default;
120
- $listbox-filter-bigger-height: calc(100% - 50px) !default;
117
+ $listbox-filterselect-height: calc(100% - 36px) !default;
118
+ $listbox-filterselect-bigger-height: calc(100% - 48px) !default;
119
+ $listbox-mat-filter-height: calc(100% - 43px) !default;
120
+ $listbox-mat-filter-bigger-height: calc(100% - 50px) !default;
121
+ $listbox-filter-height: calc(100% - 48px) !default;
122
+ $listbox-filter-bigger-height: calc(100% - 55px) !default;
123
+ $listbox-ej2-filterselect-height: calc(100% - 83px) !default;
124
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 103px) !default;
121
125
 
122
126
  @include export-module('listbox-layout') {
123
127
  /* stylelint-disable property-no-vendor-prefix */
@@ -666,27 +670,64 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
666
670
  @include export-module('listbox-theme') {
667
671
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
668
672
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
669
- height: $listbox-filter-small-height;
673
+ height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
674
+ }
675
+
676
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
677
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
678
+ }
679
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
680
+ height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
670
681
  }
671
682
 
672
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
673
683
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
674
- height: $listbox-filter-bigger-height;
684
+ height: 100%;
675
685
  }
676
686
 
677
687
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
678
688
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
679
- height: $listbox-filterselect-bigger-height;
689
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
690
+ }
691
+
692
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
693
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
694
+ }
695
+
696
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
697
+ height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
698
+ }
699
+
700
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
701
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
702
+ }
703
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
704
+ height: 100%;
680
705
  }
681
706
 
682
707
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
708
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
709
+ height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
710
+ }
711
+
683
712
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
684
- height: $listbox-select-bigger-height;
713
+ height: 100%;
685
714
  }
686
715
 
687
716
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
717
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
718
+ height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
719
+ }
720
+
721
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
722
+ height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
723
+ }
724
+
725
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
726
+ height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
727
+ }
728
+
688
729
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
689
- height: $listbox-filter-bigger-small-height;
730
+ height: 100%;
690
731
  }
691
732
 
692
733
  .e-listbox-wrapper,
@@ -727,7 +768,7 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
727
768
  }
728
769
 
729
770
  &.e-filter-list .e-selectall-parent + .e-list-parent {
730
- height: $listbox-filterselect-height;
771
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
731
772
  }
732
773
 
733
774
  & .e-selectall-parent + .e-list-parent {
@@ -979,6 +1020,34 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
979
1020
  }
980
1021
  }
981
1022
  }
1023
+
1024
+ .e-listbox-container {
1025
+ @at-root {
1026
+ &.e-filter-list .e-list-parent {
1027
+ height: 100%;
1028
+ }
1029
+
1030
+ &.e-filter-list .e-selectall-parent + .e-list-parent {
1031
+ height: 100%;
1032
+ }
1033
+
1034
+ & .e-selectall-parent + .e-list-parent {
1035
+ height: 100%;
1036
+ }
1037
+
1038
+ &.e-filter-list .e-list-wrap {
1039
+ height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
1040
+ }
1041
+
1042
+ &.e-filter-list .e-selectall-parent + .e-list-wrap {
1043
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
1044
+ }
1045
+
1046
+ & .e-selectall-parent + .e-list-wrap {
1047
+ height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
1048
+ }
1049
+ }
1050
+ }
982
1051
  }
983
1052
 
984
1053
 
@@ -73,10 +73,8 @@ $listbox-template-multiline-header-font-size: $text-sm !default;
73
73
  $listbox-template-multiline-padding: 4px !default;
74
74
  $listbox-template-multiline-content-font-size: $text-sm !default;
75
75
  $listbox-template-multiline-avatar-top: 0 !default;
76
- $listbox-filter-height: calc(100% - 40px) !default;
77
76
  $listbox-filter-small-height: calc(100% - 35px) !default;
78
77
  $listbox-filter-bigger-small-height: calc(100% - 37px) !default;
79
- $listbox-filter-bigger-height: calc(100% - 48px) !default;
80
78
  $listbox-item-height: 40px !default;
81
79
 
82
80
  $listbox-border-color: rgba($border-light);
@@ -116,10 +114,14 @@ $listbox-template-multiline-header-color: rgba($content-text-color) !default;
116
114
  $listbox-template-multiline-content-color: rgba($content-text-color-alt2) !default;
117
115
  $listbox-select-height: calc(100% - 36px) !default;
118
116
  $listbox-select-bigger-height: calc(100% - 48px) !default;
119
- $listbox-filterselect-height: calc(100% - 79px) !default;
120
- $listbox-filterselect-bigger-height: calc(100% - 98px) !default;
121
- $listbox-filter-height: calc(100% - 43px) !default;
122
- $listbox-filter-bigger-height: calc(100% - 50px) !default;
117
+ $listbox-filterselect-height: calc(100% - 40px) !default;
118
+ $listbox-filterselect-bigger-height: calc(100% - 48px) !default;
119
+ $listbox-mat-filter-height: calc(100% - ($listbox-item-height - 4px)) !default;
120
+ $listbox-mat-filter-bigger-height: calc(100% - ($listbox-touch-item-height - 4px)) !default;
121
+ $listbox-filter-height: calc(100% - 36px) !default;
122
+ $listbox-filter-bigger-height: calc(100% - 44px) !default;
123
+ $listbox-ej2-filterselect-height: calc(100% - 76px) !default;
124
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 92px) !default;
123
125
 
124
126
  @include export-module('listbox-layout') {
125
127
  /* stylelint-disable property-no-vendor-prefix */
@@ -668,27 +670,64 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
668
670
  @include export-module('listbox-theme') {
669
671
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
670
672
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
671
- height: $listbox-filter-small-height;
673
+ height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
674
+ }
675
+
676
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
677
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
678
+ }
679
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
680
+ height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
672
681
  }
673
682
 
674
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
675
683
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
676
- height: $listbox-filter-bigger-height;
684
+ height: 100%;
677
685
  }
678
686
 
679
687
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
680
688
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
681
- height: $listbox-filterselect-bigger-height;
689
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
690
+ }
691
+
692
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
693
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
694
+ }
695
+
696
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
697
+ height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
698
+ }
699
+
700
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
701
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
702
+ }
703
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
704
+ height: 100%;
682
705
  }
683
706
 
684
707
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
708
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
709
+ height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
710
+ }
711
+
685
712
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
686
- height: $listbox-select-bigger-height;
713
+ height: 100%;
687
714
  }
688
715
 
689
716
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
717
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
718
+ height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
719
+ }
720
+
721
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
722
+ height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
723
+ }
724
+
725
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
726
+ height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
727
+ }
728
+
690
729
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
691
- height: $listbox-filter-bigger-small-height;
730
+ height: 100%;
692
731
  }
693
732
 
694
733
  .e-listbox-wrapper,
@@ -729,7 +768,7 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
729
768
  }
730
769
 
731
770
  &.e-filter-list .e-selectall-parent + .e-list-parent {
732
- height: $listbox-filterselect-height;
771
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
733
772
  }
734
773
 
735
774
  & .e-selectall-parent + .e-list-parent {
@@ -981,6 +1020,34 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
981
1020
  }
982
1021
  }
983
1022
  }
1023
+
1024
+ .e-listbox-container {
1025
+ @at-root {
1026
+ &.e-filter-list .e-list-parent {
1027
+ height: 100%;
1028
+ }
1029
+
1030
+ &.e-filter-list .e-selectall-parent + .e-list-parent {
1031
+ height: 100%;
1032
+ }
1033
+
1034
+ & .e-selectall-parent + .e-list-parent {
1035
+ height: 100%;
1036
+ }
1037
+
1038
+ &.e-filter-list .e-list-wrap {
1039
+ height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
1040
+ }
1041
+
1042
+ &.e-filter-list .e-selectall-parent + .e-list-wrap {
1043
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
1044
+ }
1045
+
1046
+ & .e-selectall-parent + .e-list-wrap {
1047
+ height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
1048
+ }
1049
+ }
1050
+ }
984
1051
  }
985
1052
 
986
1053
 
@@ -73,10 +73,8 @@ $listbox-template-multiline-header-font-size: $text-sm !default;
73
73
  $listbox-template-multiline-padding: 4px !default;
74
74
  $listbox-template-multiline-content-font-size: $text-sm !default;
75
75
  $listbox-template-multiline-avatar-top: 0 !default;
76
- $listbox-filter-height: calc(100% - 40px) !default;
77
76
  $listbox-filter-small-height: calc(100% - 35px) !default;
78
77
  $listbox-filter-bigger-small-height: calc(100% - 37px) !default;
79
- $listbox-filter-bigger-height: calc(100% - 48px) !default;
80
78
  $listbox-item-height: 40px !default;
81
79
 
82
80
  $listbox-border-color: rgba($border-light);
@@ -116,10 +114,14 @@ $listbox-template-multiline-header-color: rgba($content-text-color) !default;
116
114
  $listbox-template-multiline-content-color: rgba($content-text-color-alt2) !default;
117
115
  $listbox-select-height: calc(100% - 36px) !default;
118
116
  $listbox-select-bigger-height: calc(100% - 48px) !default;
119
- $listbox-filterselect-height: calc(100% - 79px) !default;
120
- $listbox-filterselect-bigger-height: calc(100% - 98px) !default;
121
- $listbox-filter-height: calc(100% - 43px) !default;
122
- $listbox-filter-bigger-height: calc(100% - 50px) !default;
117
+ $listbox-filterselect-height: calc(100% - 40px) !default;
118
+ $listbox-filterselect-bigger-height: calc(100% - 48px) !default;
119
+ $listbox-mat-filter-height: calc(100% - ($listbox-item-height - 4px)) !default;
120
+ $listbox-mat-filter-bigger-height: calc(100% - ($listbox-touch-item-height - 4px)) !default;
121
+ $listbox-filter-height: calc(100% - 36px) !default;
122
+ $listbox-filter-bigger-height: calc(100% - 44px) !default;
123
+ $listbox-ej2-filterselect-height: calc(100% - 76px) !default;
124
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 92px) !default;
123
125
 
124
126
  @include export-module('listbox-layout') {
125
127
  /* stylelint-disable property-no-vendor-prefix */
@@ -668,27 +670,64 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
668
670
  @include export-module('listbox-theme') {
669
671
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
670
672
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
671
- height: $listbox-filter-small-height;
673
+ height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
674
+ }
675
+
676
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
677
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
678
+ }
679
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
680
+ height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
672
681
  }
673
682
 
674
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
675
683
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
676
- height: $listbox-filter-bigger-height;
684
+ height: 100%;
677
685
  }
678
686
 
679
687
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
680
688
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
681
- height: $listbox-filterselect-bigger-height;
689
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
690
+ }
691
+
692
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
693
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
694
+ }
695
+
696
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
697
+ height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
698
+ }
699
+
700
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
701
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
702
+ }
703
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
704
+ height: 100%;
682
705
  }
683
706
 
684
707
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
708
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
709
+ height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
710
+ }
711
+
685
712
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
686
- height: $listbox-select-bigger-height;
713
+ height: 100%;
687
714
  }
688
715
 
689
716
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
717
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
718
+ height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
719
+ }
720
+
721
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
722
+ height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
723
+ }
724
+
725
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
726
+ height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
727
+ }
728
+
690
729
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
691
- height: $listbox-filter-bigger-small-height;
730
+ height: 100%;
692
731
  }
693
732
 
694
733
  .e-listbox-wrapper,
@@ -729,7 +768,7 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
729
768
  }
730
769
 
731
770
  &.e-filter-list .e-selectall-parent + .e-list-parent {
732
- height: $listbox-filterselect-height;
771
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
733
772
  }
734
773
 
735
774
  & .e-selectall-parent + .e-list-parent {
@@ -981,6 +1020,34 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
981
1020
  }
982
1021
  }
983
1022
  }
1023
+
1024
+ .e-listbox-container {
1025
+ @at-root {
1026
+ &.e-filter-list .e-list-parent {
1027
+ height: 100%;
1028
+ }
1029
+
1030
+ &.e-filter-list .e-selectall-parent + .e-list-parent {
1031
+ height: 100%;
1032
+ }
1033
+
1034
+ & .e-selectall-parent + .e-list-parent {
1035
+ height: 100%;
1036
+ }
1037
+
1038
+ &.e-filter-list .e-list-wrap {
1039
+ height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
1040
+ }
1041
+
1042
+ &.e-filter-list .e-selectall-parent + .e-list-wrap {
1043
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
1044
+ }
1045
+
1046
+ & .e-selectall-parent + .e-list-wrap {
1047
+ height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
1048
+ }
1049
+ }
1050
+ }
984
1051
  }
985
1052
 
986
1053
 
@@ -74,10 +74,8 @@ $listbox-template-multiline-header-font-size: $text-sm !default;
74
74
  $listbox-template-multiline-padding: 4px !default;
75
75
  $listbox-template-multiline-content-font-size: $text-sm !default;
76
76
  $listbox-template-multiline-avatar-top: 0 !default;
77
- $listbox-filter-height: calc(100% - 49px) !default;
78
77
  $listbox-filter-small-height: calc(100% - 45px) !default;
79
78
  $listbox-filter-bigger-small-height: calc(100% - 53px) !default;
80
- $listbox-filter-bigger-height: calc(100% - 57px) !default;
81
79
 
82
80
  $listbox-border-color: $border-light;
83
81
  $badge-color: $primary-text-color !default;
@@ -116,10 +114,14 @@ $listbox-template-multiline-header-color: $content-text-color !default;
116
114
  $listbox-template-multiline-content-color: $content-text-color-alt2 !default;
117
115
  $listbox-select-height: calc(100% - 38px) !default;
118
116
  $listbox-select-bigger-height: calc(100% - 48px) !default;
119
- $listbox-filterselect-height: calc(100% - 76px) !default;
120
- $listbox-filterselect-bigger-height: calc(100% - 94px) !default;
121
- $listbox-filter-height: calc(100% - 38px) !default;
122
- $listbox-filter-bigger-height: calc(100% - 46px) !default;
117
+ $listbox-filterselect-height: calc(100% - 38px) !default;
118
+ $listbox-filterselect-bigger-height: calc(100% - 47px) !default;
119
+ $listbox-mat-filter-height: calc(100% - 50px) !default;
120
+ $listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
121
+ $listbox-filter-height: calc(100% - 50px) !default;
122
+ $listbox-filter-bigger-height: calc(100% - 58px) !default;
123
+ $listbox-ej2-filterselect-height: calc(100% - 87.5px) !default;
124
+ $listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
123
125
 
124
126
  @include export-module('listbox-layout') {
125
127
  /* stylelint-disable property-no-vendor-prefix */
@@ -668,27 +670,64 @@ $listbox-filter-bigger-height: calc(100% - 46px) !default;
668
670
  @include export-module('listbox-theme') {
669
671
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
670
672
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
671
- height: $listbox-filter-small-height;
673
+ height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
674
+ }
675
+
676
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
677
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
678
+ }
679
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
680
+ height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
672
681
  }
673
682
 
674
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
675
683
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
676
- height: $listbox-filter-bigger-height;
684
+ height: 100%;
677
685
  }
678
686
 
679
687
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
680
688
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
681
- height: $listbox-filterselect-bigger-height;
689
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
690
+ }
691
+
692
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
693
+ height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
694
+ }
695
+
696
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
697
+ height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
698
+ }
699
+
700
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
701
+ height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
702
+ }
703
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
704
+ height: 100%;
682
705
  }
683
706
 
684
707
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
708
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
709
+ height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
710
+ }
711
+
685
712
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
686
- height: $listbox-select-bigger-height;
713
+ height: 100%;
687
714
  }
688
715
 
689
716
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
717
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
718
+ height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
719
+ }
720
+
721
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
722
+ height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
723
+ }
724
+
725
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
726
+ height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
727
+ }
728
+
690
729
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
691
- height: $listbox-filter-bigger-small-height;
730
+ height: 100%;
692
731
  }
693
732
 
694
733
  .e-listbox-wrapper,
@@ -729,7 +768,7 @@ $listbox-filter-bigger-height: calc(100% - 46px) !default;
729
768
  }
730
769
 
731
770
  &.e-filter-list .e-selectall-parent + .e-list-parent {
732
- height: $listbox-filterselect-height;
771
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
733
772
  }
734
773
 
735
774
  & .e-selectall-parent + .e-list-parent {
@@ -981,6 +1020,34 @@ $listbox-filter-bigger-height: calc(100% - 46px) !default;
981
1020
  }
982
1021
  }
983
1022
  }
1023
+
1024
+ .e-listbox-container {
1025
+ @at-root {
1026
+ &.e-filter-list .e-list-parent {
1027
+ height: 100%;
1028
+ }
1029
+
1030
+ &.e-filter-list .e-selectall-parent + .e-list-parent {
1031
+ height: 100%;
1032
+ }
1033
+
1034
+ & .e-selectall-parent + .e-list-parent {
1035
+ height: 100%;
1036
+ }
1037
+
1038
+ &.e-filter-list .e-list-wrap {
1039
+ height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
1040
+ }
1041
+
1042
+ &.e-filter-list .e-selectall-parent + .e-list-wrap {
1043
+ height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
1044
+ }
1045
+
1046
+ & .e-selectall-parent + .e-list-wrap {
1047
+ height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
1048
+ }
1049
+ }
1050
+ }
984
1051
  }
985
1052
 
986
1053