@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.
- package/SCSS-Themes/base/material-dark.scss +1 -1
- package/SCSS-Themes/bootstrap-dark.scss +152 -32
- package/SCSS-Themes/bootstrap.scss +153 -33
- package/SCSS-Themes/bootstrap4.scss +155 -35
- package/SCSS-Themes/bootstrap5-dark.scss +152 -34
- package/SCSS-Themes/bootstrap5.scss +152 -34
- package/SCSS-Themes/dropdowns/list-box/bootstrap-dark.scss +78 -9
- package/SCSS-Themes/dropdowns/list-box/bootstrap.scss +79 -10
- package/SCSS-Themes/dropdowns/list-box/bootstrap4.scss +80 -11
- package/SCSS-Themes/dropdowns/list-box/bootstrap5-dark.scss +78 -11
- package/SCSS-Themes/dropdowns/list-box/bootstrap5.scss +78 -11
- package/SCSS-Themes/dropdowns/list-box/fabric-dark.scss +78 -9
- package/SCSS-Themes/dropdowns/list-box/fabric.scss +78 -9
- package/SCSS-Themes/dropdowns/list-box/fluent-dark.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/fluent.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/highcontrast.scss +78 -9
- package/SCSS-Themes/dropdowns/list-box/material-dark.scss +80 -11
- package/SCSS-Themes/dropdowns/list-box/material.scss +80 -11
- package/SCSS-Themes/dropdowns/list-box/material3-dark.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/material3.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/tailwind-dark.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/tailwind.scss +80 -13
- package/SCSS-Themes/dropdowns/multi-select/bootstrap-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/bootstrap.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/bootstrap4.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/bootstrap5-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/bootstrap5.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/fabric-dark.scss +15 -2
- package/SCSS-Themes/dropdowns/multi-select/fabric.scss +15 -2
- package/SCSS-Themes/dropdowns/multi-select/fluent-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/fluent.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/highcontrast.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/material-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/material.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/material3-dark.scss +12 -1
- package/SCSS-Themes/dropdowns/multi-select/material3.scss +12 -1
- package/SCSS-Themes/dropdowns/multi-select/tailwind-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/tailwind.scss +14 -1
- package/SCSS-Themes/fabric-dark.scss +153 -33
- package/SCSS-Themes/fabric.scss +153 -33
- package/SCSS-Themes/fluent-dark.scss +154 -36
- package/SCSS-Themes/fluent.scss +154 -36
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap4.scss +10 -1
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap5.scss +9 -0
- package/SCSS-Themes/grids/grid/fabric-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/fabric.scss +9 -0
- package/SCSS-Themes/grids/grid/fluent-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/fluent.scss +9 -0
- package/SCSS-Themes/grids/grid/highcontrast.scss +9 -0
- package/SCSS-Themes/grids/grid/material-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/material.scss +9 -0
- package/SCSS-Themes/grids/grid/material3-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/material3.scss +9 -0
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/tailwind.scss +9 -0
- package/SCSS-Themes/highcontrast.scss +152 -32
- package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/fabric.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/fluent.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/material-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/material.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/material3.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind.scss +6 -0
- package/SCSS-Themes/material-dark.scss +155 -35
- package/SCSS-Themes/material.scss +154 -34
- package/SCSS-Themes/material3-dark.scss +153 -36
- package/SCSS-Themes/material3.scss +153 -36
- package/SCSS-Themes/navigations/treeview/bootstrap-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/bootstrap.scss +4 -1
- package/SCSS-Themes/navigations/treeview/bootstrap4.scss +4 -1
- package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/bootstrap5.scss +4 -1
- package/SCSS-Themes/navigations/treeview/fabric-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/fabric.scss +4 -1
- package/SCSS-Themes/navigations/treeview/fluent-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/fluent.scss +4 -1
- package/SCSS-Themes/navigations/treeview/highcontrast.scss +4 -1
- package/SCSS-Themes/navigations/treeview/material-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/material.scss +4 -1
- package/SCSS-Themes/navigations/treeview/material3-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/material3.scss +4 -1
- package/SCSS-Themes/navigations/treeview/tailwind-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/tailwind.scss +4 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +22 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +22 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +21 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap4.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/fabric-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/fabric.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/fluent-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/fluent.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/highcontrast.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/material-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/material.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/material3-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/material3.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/tailwind-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/tailwind.scss +3 -9
- package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/fabric.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/fluent.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/material-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/material.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/material3.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/tailwind.scss +15 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +2 -2
- package/SCSS-Themes/tailwind-dark.scss +154 -36
- package/SCSS-Themes/tailwind.scss +154 -36
- package/package.json +1 -1
|
@@ -119,10 +119,14 @@ $listbox-filter-small-height: calc(100% - 43px) !default;
|
|
|
119
119
|
$listbox-filter-bigger-small-height: calc(100% - 56px) !default;
|
|
120
120
|
$listbox-select-height: calc(100% - 40px) !default;
|
|
121
121
|
$listbox-select-bigger-height: calc(100% - 50px) !default;
|
|
122
|
-
$listbox-filterselect-height: calc(100% -
|
|
123
|
-
$listbox-filterselect-bigger-height: calc(100% -
|
|
124
|
-
$listbox-filter-height: calc(100% -
|
|
125
|
-
$listbox-filter-bigger-height: calc(100% -
|
|
122
|
+
$listbox-filterselect-height: calc(100% - 41px) !default;
|
|
123
|
+
$listbox-filterselect-bigger-height: calc(100% - 50px) !default;
|
|
124
|
+
$listbox-mat-filter-height: calc(100% - 50px) !default;
|
|
125
|
+
$listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
|
|
126
|
+
$listbox-filter-height: calc(100% - 51px) !default;
|
|
127
|
+
$listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
128
|
+
$listbox-ej2-filterselect-height: calc(100% - 90.5px) !default;
|
|
129
|
+
$listbox-ej2-filterselect-bigger-height: calc(100% - 108px) !default;
|
|
126
130
|
|
|
127
131
|
@include export-module('listbox-layout') {
|
|
128
132
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -671,27 +675,64 @@ $listbox-filter-bigger-height: calc(100% - 56px) !default;
|
|
|
671
675
|
@include export-module('listbox-theme') {
|
|
672
676
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
673
677
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
674
|
-
height: $listbox-filter-small-height;
|
|
678
|
+
height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
682
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
683
|
+
}
|
|
684
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
685
|
+
height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
675
686
|
}
|
|
676
687
|
|
|
677
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
678
688
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
679
|
-
height:
|
|
689
|
+
height: 100%;
|
|
680
690
|
}
|
|
681
691
|
|
|
682
692
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
683
693
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
684
|
-
height: $listbox-filterselect-bigger-height;
|
|
694
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
698
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
702
|
+
height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
706
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
707
|
+
}
|
|
708
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
709
|
+
height: 100%;
|
|
685
710
|
}
|
|
686
711
|
|
|
687
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: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
715
|
+
}
|
|
716
|
+
|
|
688
717
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
689
|
-
height:
|
|
718
|
+
height: 100%;
|
|
690
719
|
}
|
|
691
720
|
|
|
692
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: $listbox-filter-bigger-small-height !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: $listbox-ej2-filterselect-height !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: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
|
|
732
|
+
}
|
|
733
|
+
|
|
693
734
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
694
|
-
height:
|
|
735
|
+
height: 100%;
|
|
695
736
|
}
|
|
696
737
|
|
|
697
738
|
.e-listbox-wrapper,
|
|
@@ -732,7 +773,7 @@ $listbox-filter-bigger-height: calc(100% - 56px) !default;
|
|
|
732
773
|
}
|
|
733
774
|
|
|
734
775
|
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
735
|
-
height: $listbox-filterselect-height;
|
|
776
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
736
777
|
}
|
|
737
778
|
|
|
738
779
|
& .e-selectall-parent + .e-list-parent {
|
|
@@ -984,6 +1025,34 @@ $listbox-filter-bigger-height: calc(100% - 56px) !default;
|
|
|
984
1025
|
}
|
|
985
1026
|
}
|
|
986
1027
|
}
|
|
1028
|
+
|
|
1029
|
+
.e-listbox-container {
|
|
1030
|
+
@at-root {
|
|
1031
|
+
&.e-filter-list .e-list-parent {
|
|
1032
|
+
height: 100%;
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
1036
|
+
height: 100%;
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
& .e-selectall-parent + .e-list-parent {
|
|
1040
|
+
height: 100%;
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
&.e-filter-list .e-list-wrap {
|
|
1044
|
+
height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
&.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
1048
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
& .e-selectall-parent + .e-list-wrap {
|
|
1052
|
+
height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
|
|
1053
|
+
}
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
987
1056
|
}
|
|
988
1057
|
|
|
989
1058
|
|
|
@@ -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% - 47px) !default;
|
|
77
76
|
$listbox-filter-small-height: calc(100% - 45px) !default;
|
|
78
77
|
$listbox-filter-bigger-small-height: calc(100% - 45px) !default;
|
|
79
|
-
$listbox-filter-bigger-height: calc(100% - 55px) !default;
|
|
80
78
|
$listbox-item-height: 36px !default;
|
|
81
79
|
|
|
82
80
|
$listbox-border-color: $border-light;
|
|
@@ -117,10 +115,14 @@ $listbox-template-multiline-content-color: $content-text-color-alt2 !default;
|
|
|
117
115
|
|
|
118
116
|
$listbox-select-height: calc(100% - 36px) !default;
|
|
119
117
|
$listbox-select-bigger-height: calc(100% - 40px) !default;
|
|
120
|
-
$listbox-filterselect-height: calc(100% -
|
|
121
|
-
$listbox-filterselect-bigger-height: calc(100% -
|
|
118
|
+
$listbox-filterselect-height: calc(100% - 36px) !default;
|
|
119
|
+
$listbox-filterselect-bigger-height: calc(100% - 48px) !default;
|
|
120
|
+
$listbox-mat-filter-height: calc(100% - 50px) !default;
|
|
121
|
+
$listbox-mat-filter-bigger-height: calc(100% - 55px) !default;
|
|
122
122
|
$listbox-filter-height: calc(100% - 50px) !default;
|
|
123
123
|
$listbox-filter-bigger-height: calc(100% - 56px) !default;
|
|
124
|
+
$listbox-ej2-filterselect-height: calc(100% - 86px) !default;
|
|
125
|
+
$listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;
|
|
124
126
|
|
|
125
127
|
@include export-module('listbox-layout') {
|
|
126
128
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -669,27 +671,64 @@ $listbox-filter-bigger-height: calc(100% - 56px) !default;
|
|
|
669
671
|
@include export-module('listbox-theme') {
|
|
670
672
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
671
673
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
672
|
-
height: $listbox-filter-small-height;
|
|
674
|
+
height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
678
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
679
|
+
}
|
|
680
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
681
|
+
height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
673
682
|
}
|
|
674
683
|
|
|
675
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
676
684
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
677
|
-
height:
|
|
685
|
+
height: 100%;
|
|
678
686
|
}
|
|
679
687
|
|
|
680
688
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
681
689
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
682
|
-
height: $listbox-filterselect-bigger-height;
|
|
690
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
694
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
698
|
+
height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
702
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
703
|
+
}
|
|
704
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
705
|
+
height: 100%;
|
|
683
706
|
}
|
|
684
707
|
|
|
685
708
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
709
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
710
|
+
height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
711
|
+
}
|
|
712
|
+
|
|
686
713
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
687
|
-
height:
|
|
714
|
+
height: 100%;
|
|
688
715
|
}
|
|
689
716
|
|
|
690
717
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
718
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
719
|
+
height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
723
|
+
height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
727
|
+
height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
|
|
728
|
+
}
|
|
729
|
+
|
|
691
730
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
692
|
-
height:
|
|
731
|
+
height: 100%;
|
|
693
732
|
}
|
|
694
733
|
|
|
695
734
|
.e-listbox-wrapper,
|
|
@@ -730,7 +769,7 @@ $listbox-filter-bigger-height: calc(100% - 56px) !default;
|
|
|
730
769
|
}
|
|
731
770
|
|
|
732
771
|
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
733
|
-
height: $listbox-filterselect-height;
|
|
772
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
734
773
|
}
|
|
735
774
|
|
|
736
775
|
& .e-selectall-parent + .e-list-parent {
|
|
@@ -982,6 +1021,34 @@ $listbox-filter-bigger-height: calc(100% - 56px) !default;
|
|
|
982
1021
|
}
|
|
983
1022
|
}
|
|
984
1023
|
}
|
|
1024
|
+
|
|
1025
|
+
.e-listbox-container {
|
|
1026
|
+
@at-root {
|
|
1027
|
+
&.e-filter-list .e-list-parent {
|
|
1028
|
+
height: 100%;
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
1032
|
+
height: 100%;
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
& .e-selectall-parent + .e-list-parent {
|
|
1036
|
+
height: 100%;
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
&.e-filter-list .e-list-wrap {
|
|
1040
|
+
height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
&.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
1044
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
& .e-selectall-parent + .e-list-wrap {
|
|
1048
|
+
height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
1051
|
+
}
|
|
985
1052
|
}
|
|
986
1053
|
|
|
987
1054
|
|
|
@@ -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% - 47px) !default;
|
|
77
76
|
$listbox-filter-small-height: calc(100% - 45px) !default;
|
|
78
77
|
$listbox-filter-bigger-small-height: calc(100% - 45px) !default;
|
|
79
|
-
$listbox-filter-bigger-height: calc(100% - 55px) !default;
|
|
80
78
|
$listbox-item-height: 36px !default;
|
|
81
79
|
|
|
82
80
|
$listbox-border-color: $border-light;
|
|
@@ -117,10 +115,14 @@ $listbox-template-multiline-content-color: $content-text-color-alt2 !default;
|
|
|
117
115
|
|
|
118
116
|
$listbox-select-height: calc(100% - 36px) !default;
|
|
119
117
|
$listbox-select-bigger-height: calc(100% - 40px) !default;
|
|
120
|
-
$listbox-filterselect-height: calc(100% -
|
|
121
|
-
$listbox-filterselect-bigger-height: calc(100% -
|
|
118
|
+
$listbox-filterselect-height: calc(100% - 36px) !default;
|
|
119
|
+
$listbox-filterselect-bigger-height: calc(100% - 48px) !default;
|
|
120
|
+
$listbox-mat-filter-height: calc(100% - 50px) !default;
|
|
121
|
+
$listbox-mat-filter-bigger-height: calc(100% - 55px) !default;
|
|
122
122
|
$listbox-filter-height: calc(100% - 50px) !default;
|
|
123
123
|
$listbox-filter-bigger-height: calc(100% - 56px) !default;
|
|
124
|
+
$listbox-ej2-filterselect-height: calc(100% - 86px) !default;
|
|
125
|
+
$listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;
|
|
124
126
|
|
|
125
127
|
@include export-module('listbox-layout') {
|
|
126
128
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -669,27 +671,64 @@ $listbox-filter-bigger-height: calc(100% - 56px) !default;
|
|
|
669
671
|
@include export-module('listbox-theme') {
|
|
670
672
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
671
673
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
672
|
-
height: $listbox-filter-small-height;
|
|
674
|
+
height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
678
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
679
|
+
}
|
|
680
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
681
|
+
height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
673
682
|
}
|
|
674
683
|
|
|
675
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
676
684
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
677
|
-
height:
|
|
685
|
+
height: 100%;
|
|
678
686
|
}
|
|
679
687
|
|
|
680
688
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
681
689
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
682
|
-
height: $listbox-filterselect-bigger-height;
|
|
690
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
694
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
698
|
+
height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
702
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
703
|
+
}
|
|
704
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
705
|
+
height: 100%;
|
|
683
706
|
}
|
|
684
707
|
|
|
685
708
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
709
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
710
|
+
height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
711
|
+
}
|
|
712
|
+
|
|
686
713
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
687
|
-
height:
|
|
714
|
+
height: 100%;
|
|
688
715
|
}
|
|
689
716
|
|
|
690
717
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
718
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
719
|
+
height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
723
|
+
height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
727
|
+
height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
|
|
728
|
+
}
|
|
729
|
+
|
|
691
730
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
692
|
-
height:
|
|
731
|
+
height: 100%;
|
|
693
732
|
}
|
|
694
733
|
|
|
695
734
|
.e-listbox-wrapper,
|
|
@@ -730,7 +769,7 @@ $listbox-filter-bigger-height: calc(100% - 56px) !default;
|
|
|
730
769
|
}
|
|
731
770
|
|
|
732
771
|
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
733
|
-
height: $listbox-filterselect-height;
|
|
772
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
734
773
|
}
|
|
735
774
|
|
|
736
775
|
& .e-selectall-parent + .e-list-parent {
|
|
@@ -982,6 +1021,34 @@ $listbox-filter-bigger-height: calc(100% - 56px) !default;
|
|
|
982
1021
|
}
|
|
983
1022
|
}
|
|
984
1023
|
}
|
|
1024
|
+
|
|
1025
|
+
.e-listbox-container {
|
|
1026
|
+
@at-root {
|
|
1027
|
+
&.e-filter-list .e-list-parent {
|
|
1028
|
+
height: 100%;
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
1032
|
+
height: 100%;
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
& .e-selectall-parent + .e-list-parent {
|
|
1036
|
+
height: 100%;
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
&.e-filter-list .e-list-wrap {
|
|
1040
|
+
height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
&.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
1044
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
& .e-selectall-parent + .e-list-wrap {
|
|
1048
|
+
height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
1051
|
+
}
|
|
985
1052
|
}
|
|
986
1053
|
|
|
987
1054
|
|
|
@@ -121,10 +121,14 @@ $listbox-filter-small-height: calc(100% - 45px) !default;
|
|
|
121
121
|
$listbox-filter-bigger-small-height: calc(100% - 55px) !default;
|
|
122
122
|
$listbox-select-height: calc(100% - 36px) !default;
|
|
123
123
|
$listbox-select-bigger-height: calc(100% - 45px) !default;
|
|
124
|
-
$listbox-filterselect-height: calc(100% -
|
|
125
|
-
$listbox-filterselect-bigger-height: calc(100% -
|
|
124
|
+
$listbox-filterselect-height: calc(100% - 36px) !default;
|
|
125
|
+
$listbox-filterselect-bigger-height: calc(100% - 45px) !default;
|
|
126
|
+
$listbox-mat-filter-height: calc(100% - 50px) !default;
|
|
127
|
+
$listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
|
|
126
128
|
$listbox-filter-height: calc(100% - 51px) !default;
|
|
127
129
|
$listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
130
|
+
$listbox-ej2-filterselect-height: calc(100% - 87px) !default;
|
|
131
|
+
$listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;
|
|
128
132
|
|
|
129
133
|
@include export-module('listbox-layout') {
|
|
130
134
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -673,27 +677,64 @@ $listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
|
673
677
|
@include export-module('listbox-theme') {
|
|
674
678
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
675
679
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
676
|
-
height: $listbox-filter-small-height;
|
|
680
|
+
height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
684
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
685
|
+
}
|
|
686
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
687
|
+
height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
677
688
|
}
|
|
678
689
|
|
|
679
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
680
690
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
681
|
-
height:
|
|
691
|
+
height: 100%;
|
|
682
692
|
}
|
|
683
693
|
|
|
684
694
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
685
695
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
686
|
-
height: $listbox-filterselect-bigger-height;
|
|
696
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
700
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
704
|
+
height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
708
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
709
|
+
}
|
|
710
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
711
|
+
height: 100%;
|
|
687
712
|
}
|
|
688
713
|
|
|
689
714
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
715
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
716
|
+
height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
717
|
+
}
|
|
718
|
+
|
|
690
719
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
691
|
-
height:
|
|
720
|
+
height: 100%;
|
|
692
721
|
}
|
|
693
722
|
|
|
694
723
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
724
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
725
|
+
height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
729
|
+
height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
733
|
+
height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
|
|
734
|
+
}
|
|
735
|
+
|
|
695
736
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
696
|
-
height:
|
|
737
|
+
height: 100%;
|
|
697
738
|
}
|
|
698
739
|
|
|
699
740
|
.e-listbox-wrapper,
|
|
@@ -734,7 +775,7 @@ $listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
|
734
775
|
}
|
|
735
776
|
|
|
736
777
|
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
737
|
-
height: $listbox-filterselect-height;
|
|
778
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
738
779
|
}
|
|
739
780
|
|
|
740
781
|
& .e-selectall-parent + .e-list-parent {
|
|
@@ -986,6 +1027,34 @@ $listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
|
986
1027
|
}
|
|
987
1028
|
}
|
|
988
1029
|
}
|
|
1030
|
+
|
|
1031
|
+
.e-listbox-container {
|
|
1032
|
+
@at-root {
|
|
1033
|
+
&.e-filter-list .e-list-parent {
|
|
1034
|
+
height: 100%;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
1038
|
+
height: 100%;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
& .e-selectall-parent + .e-list-parent {
|
|
1042
|
+
height: 100%;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
&.e-filter-list .e-list-wrap {
|
|
1046
|
+
height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
&.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
1050
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
& .e-selectall-parent + .e-list-wrap {
|
|
1054
|
+
height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
989
1058
|
}
|
|
990
1059
|
|
|
991
1060
|
|
|
@@ -114,10 +114,14 @@ $listbox-filter-small-height: calc(100% - 45px) !default;
|
|
|
114
114
|
$listbox-filter-bigger-small-height: calc(100% - 55px) !default;
|
|
115
115
|
$listbox-select-height: calc(100% - 36px) !default;
|
|
116
116
|
$listbox-select-bigger-height: calc(100% - 45px) !default;
|
|
117
|
-
$listbox-filterselect-height: calc(100% -
|
|
118
|
-
$listbox-filterselect-bigger-height: calc(100% -
|
|
117
|
+
$listbox-filterselect-height: calc(100% - 36px) !default;
|
|
118
|
+
$listbox-filterselect-bigger-height: calc(100% - 45px) !default;
|
|
119
|
+
$listbox-mat-filter-height: calc(100% - 50px) !default;
|
|
120
|
+
$listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
|
|
119
121
|
$listbox-filter-height: calc(100% - 51px) !default;
|
|
120
122
|
$listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
123
|
+
$listbox-ej2-filterselect-height: calc(100% - 87px) !default;
|
|
124
|
+
$listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !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% - 59px) !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:
|
|
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:
|
|
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:
|
|
730
|
+
height: 100%;
|
|
690
731
|
}
|
|
691
732
|
|
|
692
733
|
.e-listbox-wrapper,
|
|
@@ -727,7 +768,7 @@ $listbox-filter-bigger-height: calc(100% - 59px) !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% - 59px) !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
|
|