@syncfusion/ej2-dropdowns 20.1.60 → 20.2.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.
- package/CHANGELOG.md +2 -62
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +110 -104
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +73 -67
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/helpers/e2e/autocomplete.js +59 -43
- package/helpers/e2e/combobox.js +62 -46
- package/helpers/e2e/dropdownlist.js +71 -55
- package/helpers/e2e/index.js +11 -9
- package/helpers/e2e/listboxHelper.js +55 -38
- package/helpers/e2e/multiselect.js +104 -88
- package/package.json +11 -11
- package/src/common/incremental-search.js +1 -1
- package/src/drop-down-base/drop-down-base-model.d.ts +1 -1
- package/src/drop-down-base/drop-down-base.d.ts +5 -1
- package/src/drop-down-base/drop-down-base.js +3 -5
- package/src/drop-down-list/drop-down-list.js +13 -15
- package/src/drop-down-tree/drop-down-tree-model.d.ts +2 -2
- package/src/drop-down-tree/drop-down-tree.js +5 -5
- package/src/list-box/list-box.d.ts +1 -0
- package/src/list-box/list-box.js +22 -13
- package/src/multi-select/multi-select-model.d.ts +1 -1
- package/src/multi-select/multi-select.d.ts +2 -1
- package/src/multi-select/multi-select.js +29 -28
- package/styles/auto-complete/_fusionnew-definition.scss +2 -0
- package/styles/auto-complete/_material3-definition.scss +2 -0
- package/styles/bootstrap-dark.css +59 -11
- package/styles/bootstrap.css +59 -11
- package/styles/bootstrap4.css +59 -11
- package/styles/bootstrap5-dark.css +60 -12
- package/styles/bootstrap5.css +60 -12
- package/styles/combo-box/_fusionnew-definition.scss +2 -0
- package/styles/combo-box/_material3-definition.scss +2 -0
- package/styles/drop-down-base/_fusionnew-definition.scss +111 -0
- package/styles/drop-down-base/_material3-definition.scss +111 -0
- package/styles/drop-down-list/_fusionnew-definition.scss +201 -0
- package/styles/drop-down-list/_material3-definition.scss +201 -0
- package/styles/drop-down-list/icons/_fusionnew.scss +14 -0
- package/styles/drop-down-list/icons/_material3.scss +14 -0
- package/styles/drop-down-tree/_fusionnew-definition.scss +60 -0
- package/styles/drop-down-tree/_material3-definition.scss +60 -0
- package/styles/drop-down-tree/icons/_fusionnew.scss +11 -0
- package/styles/drop-down-tree/icons/_material3.scss +11 -0
- package/styles/fabric-dark.css +59 -11
- package/styles/fabric.css +59 -11
- package/styles/fluent-dark.css +63 -15
- package/styles/fluent.css +60 -12
- package/styles/highcontrast-light.css +59 -11
- package/styles/highcontrast.css +59 -11
- package/styles/list-box/_bootstrap-dark-definition.scss +5 -1
- package/styles/list-box/_bootstrap-definition.scss +5 -1
- package/styles/list-box/_bootstrap4-definition.scss +5 -1
- package/styles/list-box/_bootstrap5-definition.scss +7 -2
- package/styles/list-box/_fabric-dark-definition.scss +5 -1
- package/styles/list-box/_fabric-definition.scss +5 -1
- package/styles/list-box/_fluent-definition.scss +7 -2
- package/styles/list-box/_fusionnew-definition.scss +113 -0
- package/styles/list-box/_highcontrast-definition.scss +5 -1
- package/styles/list-box/_highcontrast-light-definition.scss +5 -1
- package/styles/list-box/_layout.scss +36 -1
- package/styles/list-box/_material-dark-definition.scss +6 -2
- package/styles/list-box/_material-definition.scss +6 -2
- package/styles/list-box/_material3-definition.scss +119 -0
- package/styles/list-box/_tailwind-definition.scss +6 -2
- package/styles/list-box/_theme.scss +40 -8
- package/styles/list-box/bootstrap-dark.css +49 -11
- package/styles/list-box/bootstrap.css +59 -11
- package/styles/list-box/bootstrap4.css +59 -11
- package/styles/list-box/bootstrap5-dark.css +60 -12
- package/styles/list-box/bootstrap5.css +60 -12
- package/styles/list-box/fabric-dark.css +49 -11
- package/styles/list-box/fabric.css +59 -11
- package/styles/list-box/fluent-dark.css +63 -15
- package/styles/list-box/fluent.css +60 -12
- package/styles/list-box/highcontrast-light.css +49 -11
- package/styles/list-box/highcontrast.css +59 -11
- package/styles/list-box/icons/_fusionnew.scss +25 -0
- package/styles/list-box/icons/_material3.scss +25 -0
- package/styles/list-box/material-dark.css +50 -12
- package/styles/list-box/material.css +60 -12
- package/styles/list-box/tailwind-dark.css +60 -12
- package/styles/list-box/tailwind.css +60 -12
- package/styles/material-dark.css +60 -12
- package/styles/material.css +60 -12
- package/styles/multi-select/_fusionnew-definition.scss +219 -0
- package/styles/multi-select/_material3-definition.scss +219 -0
- package/styles/multi-select/icons/_fusionnew.scss +27 -0
- package/styles/multi-select/icons/_material3.scss +27 -0
- package/styles/tailwind-dark.css +60 -12
- package/styles/tailwind.css +60 -12
package/styles/fluent-dark.css
CHANGED
|
@@ -2608,6 +2608,10 @@ ejs-multiselect {
|
|
|
2608
2608
|
.e-listbox-container * {
|
|
2609
2609
|
box-sizing: border-box;
|
|
2610
2610
|
}
|
|
2611
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2612
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2613
|
+
width: 84% !important;
|
|
2614
|
+
}
|
|
2611
2615
|
.e-listbox-wrapper:focus,
|
|
2612
2616
|
.e-listbox-container:focus {
|
|
2613
2617
|
outline: none;
|
|
@@ -2838,8 +2842,8 @@ ejs-multiselect {
|
|
|
2838
2842
|
text-indent: 0;
|
|
2839
2843
|
vertical-align: middle;
|
|
2840
2844
|
}
|
|
2841
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
2842
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
2845
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2846
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2843
2847
|
position: absolute;
|
|
2844
2848
|
right: 0;
|
|
2845
2849
|
top: 30%;
|
|
@@ -2903,9 +2907,9 @@ ejs-listbox {
|
|
|
2903
2907
|
-ms-flex-align: center;
|
|
2904
2908
|
align-items: center;
|
|
2905
2909
|
background-color: #0078d4;
|
|
2906
|
-
border: 1px solid #
|
|
2910
|
+
border: 1px solid #1b1a19;
|
|
2907
2911
|
border-radius: 50%;
|
|
2908
|
-
color: #
|
|
2912
|
+
color: #1b1a19;
|
|
2909
2913
|
display: -ms-flexbox;
|
|
2910
2914
|
display: flex;
|
|
2911
2915
|
font-size: 12px;
|
|
@@ -2958,6 +2962,12 @@ ejs-listbox {
|
|
|
2958
2962
|
list-style-type: none;
|
|
2959
2963
|
margin-bottom: 10px;
|
|
2960
2964
|
}
|
|
2965
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2966
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2967
|
+
position: absolute;
|
|
2968
|
+
right: 0;
|
|
2969
|
+
top: 30%;
|
|
2970
|
+
}
|
|
2961
2971
|
|
|
2962
2972
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2963
2973
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -2968,6 +2978,12 @@ ejs-listbox {
|
|
|
2968
2978
|
margin-left: 15px;
|
|
2969
2979
|
}
|
|
2970
2980
|
|
|
2981
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2982
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2983
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2984
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2985
|
+
width: 80% !important;
|
|
2986
|
+
}
|
|
2971
2987
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2972
2988
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
2973
2989
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -3055,21 +3071,48 @@ ejs-listbox {
|
|
|
3055
3071
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3056
3072
|
font-size: 14px;
|
|
3057
3073
|
}
|
|
3058
|
-
.e-
|
|
3059
|
-
|
|
3074
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3075
|
+
height: calc(100% - 57px);
|
|
3076
|
+
}
|
|
3077
|
+
|
|
3078
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3079
|
+
height: calc(100% - 57px) !important;
|
|
3080
|
+
}
|
|
3081
|
+
|
|
3082
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3060
3083
|
height: calc(100% - 45px);
|
|
3061
3084
|
}
|
|
3062
3085
|
|
|
3063
|
-
.e-
|
|
3064
|
-
|
|
3065
|
-
height: calc(100% - 55px);
|
|
3086
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3087
|
+
height: calc(100% - 45px) !important;
|
|
3066
3088
|
}
|
|
3067
3089
|
|
|
3068
|
-
.e-
|
|
3069
|
-
|
|
3090
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3091
|
+
height: calc(100% - 65px);
|
|
3092
|
+
}
|
|
3093
|
+
|
|
3094
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3095
|
+
height: calc(100% - 65px) !important;
|
|
3096
|
+
}
|
|
3097
|
+
|
|
3098
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3099
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3100
|
+
height: calc(100% - 113px);
|
|
3101
|
+
}
|
|
3102
|
+
|
|
3103
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3104
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3105
|
+
height: calc(100% - 48px);
|
|
3106
|
+
}
|
|
3107
|
+
|
|
3108
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3070
3109
|
height: calc(100% - 45px);
|
|
3071
3110
|
}
|
|
3072
3111
|
|
|
3112
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3113
|
+
height: calc(100% - 45px) !important;
|
|
3114
|
+
}
|
|
3115
|
+
|
|
3073
3116
|
.e-listbox-wrapper,
|
|
3074
3117
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3075
3118
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3089,9 +3132,14 @@ ejs-listbox {
|
|
|
3089
3132
|
font-size: 12px;
|
|
3090
3133
|
}
|
|
3091
3134
|
|
|
3092
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3093
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3094
|
-
height: calc(100% -
|
|
3135
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3136
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3137
|
+
height: calc(100% - 93px);
|
|
3138
|
+
}
|
|
3139
|
+
|
|
3140
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3141
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3142
|
+
height: calc(100% - 36px);
|
|
3095
3143
|
}
|
|
3096
3144
|
|
|
3097
3145
|
.e-listbox-wrapper .e-icons,
|
|
@@ -3141,7 +3189,7 @@ ejs-listbox {
|
|
|
3141
3189
|
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
3142
3190
|
background-color: #0078d4;
|
|
3143
3191
|
border-color: transparent;
|
|
3144
|
-
color: #
|
|
3192
|
+
color: #1b1a19;
|
|
3145
3193
|
}
|
|
3146
3194
|
|
|
3147
3195
|
.e-listbox-wrapper .e-list-group-item,
|
package/styles/fluent.css
CHANGED
|
@@ -2608,6 +2608,10 @@ ejs-multiselect {
|
|
|
2608
2608
|
.e-listbox-container * {
|
|
2609
2609
|
box-sizing: border-box;
|
|
2610
2610
|
}
|
|
2611
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2612
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2613
|
+
width: 84% !important;
|
|
2614
|
+
}
|
|
2611
2615
|
.e-listbox-wrapper:focus,
|
|
2612
2616
|
.e-listbox-container:focus {
|
|
2613
2617
|
outline: none;
|
|
@@ -2838,8 +2842,8 @@ ejs-multiselect {
|
|
|
2838
2842
|
text-indent: 0;
|
|
2839
2843
|
vertical-align: middle;
|
|
2840
2844
|
}
|
|
2841
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
2842
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
2845
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2846
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2843
2847
|
position: absolute;
|
|
2844
2848
|
right: 0;
|
|
2845
2849
|
top: 30%;
|
|
@@ -2958,6 +2962,12 @@ ejs-listbox {
|
|
|
2958
2962
|
list-style-type: none;
|
|
2959
2963
|
margin-bottom: 10px;
|
|
2960
2964
|
}
|
|
2965
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2966
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2967
|
+
position: absolute;
|
|
2968
|
+
right: 0;
|
|
2969
|
+
top: 30%;
|
|
2970
|
+
}
|
|
2961
2971
|
|
|
2962
2972
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2963
2973
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -2968,6 +2978,12 @@ ejs-listbox {
|
|
|
2968
2978
|
margin-left: 15px;
|
|
2969
2979
|
}
|
|
2970
2980
|
|
|
2981
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2982
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2983
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2984
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2985
|
+
width: 80% !important;
|
|
2986
|
+
}
|
|
2971
2987
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2972
2988
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
2973
2989
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -3055,21 +3071,48 @@ ejs-listbox {
|
|
|
3055
3071
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3056
3072
|
font-size: 14px;
|
|
3057
3073
|
}
|
|
3058
|
-
.e-
|
|
3059
|
-
|
|
3074
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3075
|
+
height: calc(100% - 57px);
|
|
3076
|
+
}
|
|
3077
|
+
|
|
3078
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3079
|
+
height: calc(100% - 57px) !important;
|
|
3080
|
+
}
|
|
3081
|
+
|
|
3082
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3060
3083
|
height: calc(100% - 45px);
|
|
3061
3084
|
}
|
|
3062
3085
|
|
|
3063
|
-
.e-
|
|
3064
|
-
|
|
3065
|
-
height: calc(100% - 55px);
|
|
3086
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3087
|
+
height: calc(100% - 45px) !important;
|
|
3066
3088
|
}
|
|
3067
3089
|
|
|
3068
|
-
.e-
|
|
3069
|
-
|
|
3090
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3091
|
+
height: calc(100% - 65px);
|
|
3092
|
+
}
|
|
3093
|
+
|
|
3094
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3095
|
+
height: calc(100% - 65px) !important;
|
|
3096
|
+
}
|
|
3097
|
+
|
|
3098
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3099
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3100
|
+
height: calc(100% - 113px);
|
|
3101
|
+
}
|
|
3102
|
+
|
|
3103
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3104
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3105
|
+
height: calc(100% - 48px);
|
|
3106
|
+
}
|
|
3107
|
+
|
|
3108
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3070
3109
|
height: calc(100% - 45px);
|
|
3071
3110
|
}
|
|
3072
3111
|
|
|
3112
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3113
|
+
height: calc(100% - 45px) !important;
|
|
3114
|
+
}
|
|
3115
|
+
|
|
3073
3116
|
.e-listbox-wrapper,
|
|
3074
3117
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3075
3118
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3089,9 +3132,14 @@ ejs-listbox {
|
|
|
3089
3132
|
font-size: 12px;
|
|
3090
3133
|
}
|
|
3091
3134
|
|
|
3092
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3093
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3094
|
-
height: calc(100% -
|
|
3135
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3136
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3137
|
+
height: calc(100% - 93px);
|
|
3138
|
+
}
|
|
3139
|
+
|
|
3140
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3141
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3142
|
+
height: calc(100% - 36px);
|
|
3095
3143
|
}
|
|
3096
3144
|
|
|
3097
3145
|
.e-listbox-wrapper .e-icons,
|
|
@@ -2459,6 +2459,10 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2459
2459
|
.e-listbox-container * {
|
|
2460
2460
|
box-sizing: border-box;
|
|
2461
2461
|
}
|
|
2462
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2463
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2464
|
+
width: 87% !important;
|
|
2465
|
+
}
|
|
2462
2466
|
.e-listbox-wrapper:focus,
|
|
2463
2467
|
.e-listbox-container:focus {
|
|
2464
2468
|
outline: none;
|
|
@@ -2689,8 +2693,8 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2689
2693
|
text-indent: 0;
|
|
2690
2694
|
vertical-align: middle;
|
|
2691
2695
|
}
|
|
2692
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
2693
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
2696
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2697
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2694
2698
|
position: absolute;
|
|
2695
2699
|
right: 0;
|
|
2696
2700
|
top: 30%;
|
|
@@ -2809,6 +2813,12 @@ ejs-listbox {
|
|
|
2809
2813
|
list-style-type: none;
|
|
2810
2814
|
margin-bottom: 10px;
|
|
2811
2815
|
}
|
|
2816
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2817
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2818
|
+
position: absolute;
|
|
2819
|
+
right: 0;
|
|
2820
|
+
top: 30%;
|
|
2821
|
+
}
|
|
2812
2822
|
|
|
2813
2823
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2814
2824
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -2819,6 +2829,12 @@ ejs-listbox {
|
|
|
2819
2829
|
margin-left: 15px;
|
|
2820
2830
|
}
|
|
2821
2831
|
|
|
2832
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2833
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2834
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2835
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2836
|
+
width: 83% !important;
|
|
2837
|
+
}
|
|
2822
2838
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2823
2839
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
2824
2840
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -2906,21 +2922,48 @@ ejs-listbox {
|
|
|
2906
2922
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2907
2923
|
font-size: 15px;
|
|
2908
2924
|
}
|
|
2909
|
-
.e-
|
|
2910
|
-
|
|
2925
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2926
|
+
height: calc(100% - 51px);
|
|
2927
|
+
}
|
|
2928
|
+
|
|
2929
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
2930
|
+
height: calc(100% - 51px) !important;
|
|
2931
|
+
}
|
|
2932
|
+
|
|
2933
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2911
2934
|
height: calc(100% - 45px);
|
|
2912
2935
|
}
|
|
2913
2936
|
|
|
2914
|
-
.e-
|
|
2915
|
-
|
|
2937
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2938
|
+
height: calc(100% - 45px) !important;
|
|
2939
|
+
}
|
|
2940
|
+
|
|
2941
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2916
2942
|
height: calc(100% - 59px);
|
|
2917
2943
|
}
|
|
2918
2944
|
|
|
2919
|
-
.e-
|
|
2920
|
-
|
|
2945
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2946
|
+
height: calc(100% - 59px) !important;
|
|
2947
|
+
}
|
|
2948
|
+
|
|
2949
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2950
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2951
|
+
height: calc(100% - 104px);
|
|
2952
|
+
}
|
|
2953
|
+
|
|
2954
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
2955
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
2956
|
+
height: calc(100% - 45px);
|
|
2957
|
+
}
|
|
2958
|
+
|
|
2959
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2921
2960
|
height: calc(100% - 55px);
|
|
2922
2961
|
}
|
|
2923
2962
|
|
|
2963
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2964
|
+
height: calc(100% - 55px) !important;
|
|
2965
|
+
}
|
|
2966
|
+
|
|
2924
2967
|
.e-listbox-wrapper,
|
|
2925
2968
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2926
2969
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -2940,9 +2983,14 @@ ejs-listbox {
|
|
|
2940
2983
|
font-size: 14px;
|
|
2941
2984
|
}
|
|
2942
2985
|
|
|
2943
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2944
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2945
|
-
height: calc(100% -
|
|
2986
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2987
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2988
|
+
height: calc(100% - 87px);
|
|
2989
|
+
}
|
|
2990
|
+
|
|
2991
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
2992
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
2993
|
+
height: calc(100% - 36px);
|
|
2946
2994
|
}
|
|
2947
2995
|
|
|
2948
2996
|
.e-listbox-wrapper .e-icons,
|
package/styles/highcontrast.css
CHANGED
|
@@ -2465,6 +2465,10 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2465
2465
|
.e-listbox-container * {
|
|
2466
2466
|
box-sizing: border-box;
|
|
2467
2467
|
}
|
|
2468
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2469
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2470
|
+
width: 87% !important;
|
|
2471
|
+
}
|
|
2468
2472
|
.e-listbox-wrapper:focus,
|
|
2469
2473
|
.e-listbox-container:focus {
|
|
2470
2474
|
outline: none;
|
|
@@ -2695,8 +2699,8 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2695
2699
|
text-indent: 0;
|
|
2696
2700
|
vertical-align: middle;
|
|
2697
2701
|
}
|
|
2698
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
2699
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
2702
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2703
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2700
2704
|
position: absolute;
|
|
2701
2705
|
right: 0;
|
|
2702
2706
|
top: 30%;
|
|
@@ -2815,6 +2819,12 @@ ejs-listbox {
|
|
|
2815
2819
|
list-style-type: none;
|
|
2816
2820
|
margin-bottom: 10px;
|
|
2817
2821
|
}
|
|
2822
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
2823
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
2824
|
+
position: absolute;
|
|
2825
|
+
right: 0;
|
|
2826
|
+
top: 30%;
|
|
2827
|
+
}
|
|
2818
2828
|
|
|
2819
2829
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2820
2830
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -2825,6 +2835,12 @@ ejs-listbox {
|
|
|
2825
2835
|
margin-left: 15px;
|
|
2826
2836
|
}
|
|
2827
2837
|
|
|
2838
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2839
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2840
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2841
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2842
|
+
width: 83% !important;
|
|
2843
|
+
}
|
|
2828
2844
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2829
2845
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
2830
2846
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -2912,21 +2928,48 @@ ejs-listbox {
|
|
|
2912
2928
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2913
2929
|
font-size: 15px;
|
|
2914
2930
|
}
|
|
2915
|
-
.e-
|
|
2916
|
-
|
|
2931
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2932
|
+
height: calc(100% - 51px);
|
|
2933
|
+
}
|
|
2934
|
+
|
|
2935
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
2936
|
+
height: calc(100% - 51px) !important;
|
|
2937
|
+
}
|
|
2938
|
+
|
|
2939
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2917
2940
|
height: calc(100% - 45px);
|
|
2918
2941
|
}
|
|
2919
2942
|
|
|
2920
|
-
.e-
|
|
2921
|
-
|
|
2943
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2944
|
+
height: calc(100% - 45px) !important;
|
|
2945
|
+
}
|
|
2946
|
+
|
|
2947
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2922
2948
|
height: calc(100% - 59px);
|
|
2923
2949
|
}
|
|
2924
2950
|
|
|
2925
|
-
.e-
|
|
2926
|
-
|
|
2951
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2952
|
+
height: calc(100% - 59px) !important;
|
|
2953
|
+
}
|
|
2954
|
+
|
|
2955
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2956
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2957
|
+
height: calc(100% - 104px);
|
|
2958
|
+
}
|
|
2959
|
+
|
|
2960
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
2961
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
2962
|
+
height: calc(100% - 45px);
|
|
2963
|
+
}
|
|
2964
|
+
|
|
2965
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2927
2966
|
height: calc(100% - 55px);
|
|
2928
2967
|
}
|
|
2929
2968
|
|
|
2969
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2970
|
+
height: calc(100% - 55px) !important;
|
|
2971
|
+
}
|
|
2972
|
+
|
|
2930
2973
|
.e-listbox-wrapper,
|
|
2931
2974
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2932
2975
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -2946,9 +2989,14 @@ ejs-listbox {
|
|
|
2946
2989
|
font-size: 14px;
|
|
2947
2990
|
}
|
|
2948
2991
|
|
|
2949
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2950
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2951
|
-
height: calc(100% -
|
|
2992
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2993
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2994
|
+
height: calc(100% - 87px);
|
|
2995
|
+
}
|
|
2996
|
+
|
|
2997
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
2998
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
2999
|
+
height: calc(100% - 36px);
|
|
2952
3000
|
}
|
|
2953
3001
|
|
|
2954
3002
|
.e-listbox-wrapper .e-icons,
|
|
@@ -113,7 +113,11 @@ $badge-bgcolor: $brand-primary !default;
|
|
|
113
113
|
|
|
114
114
|
$select-all-border-color: $grey-88 !default;
|
|
115
115
|
|
|
116
|
-
$listbox-filter-height: calc(100% - 52px) !default;
|
|
117
116
|
$listbox-filter-small-height: calc(100% - 46px) !default;
|
|
118
117
|
$listbox-filter-bigger-small-height: calc(100% - 54px) !default;
|
|
118
|
+
$listbox-select-height: calc(100% - 40px) !default;
|
|
119
|
+
$listbox-select-bigger-height: calc(100% - 48px) !default;
|
|
120
|
+
$listbox-filterselect-height: calc(100% - 92px) !default;
|
|
121
|
+
$listbox-filterselect-bigger-height: calc(100% - 106px) !default;
|
|
122
|
+
$listbox-filter-height: calc(100% - 52px) !default;
|
|
119
123
|
$listbox-filter-bigger-height: calc(100% - 58px) !default;
|
|
@@ -107,7 +107,11 @@ $badge-bgcolor: $brand-primary !default;
|
|
|
107
107
|
|
|
108
108
|
$select-all-border-color: $grey-e6 !default;
|
|
109
109
|
|
|
110
|
-
$listbox-filter-height: calc(100% - 52px) !default;
|
|
111
110
|
$listbox-filter-small-height: calc(100% - 46px) !default;
|
|
112
111
|
$listbox-filter-bigger-small-height: calc(100% - 54px) !default;
|
|
112
|
+
$listbox-select-height: calc(100% - 40px) !default;
|
|
113
|
+
$listbox-select-bigger-height: calc(100% - 48px) !default;
|
|
114
|
+
$listbox-filterselect-height: calc(100% - 92px) !default;
|
|
115
|
+
$listbox-filterselect-bigger-height: calc(100% - 106px) !default;
|
|
116
|
+
$listbox-filter-height: calc(100% - 52px) !default;
|
|
113
117
|
$listbox-filter-bigger-height: calc(100% - 58px) !default;
|
|
@@ -112,7 +112,11 @@ $badge-bgcolor: $primary !default;
|
|
|
112
112
|
|
|
113
113
|
$select-all-border-color: rgba($black, .15);
|
|
114
114
|
|
|
115
|
-
$listbox-filter-height: calc(100% - 39px) !default;
|
|
116
115
|
$listbox-filter-small-height: calc(100% - 32px) !default;
|
|
117
116
|
$listbox-filter-bigger-small-height: calc(100% - 44px) !default;
|
|
117
|
+
$listbox-select-height: calc(100% - 40px) !default;
|
|
118
|
+
$listbox-select-bigger-height: calc(100% - 50px) !default;
|
|
119
|
+
$listbox-filterselect-height: calc(100% - 79px) !default;
|
|
120
|
+
$listbox-filterselect-bigger-height: calc(100% - 96px) !default;
|
|
121
|
+
$listbox-filter-height: calc(100% - 39px) !default;
|
|
118
122
|
$listbox-filter-bigger-height: calc(100% - 46px) !default;
|
|
@@ -70,10 +70,8 @@ $listbox-template-multiline-header-font-size: $text-sm !default;
|
|
|
70
70
|
$listbox-template-multiline-padding: 4px !default;
|
|
71
71
|
$listbox-template-multiline-content-font-size: $text-sm !default;
|
|
72
72
|
$listbox-template-multiline-avatar-top: 0 !default;
|
|
73
|
-
$listbox-filter-height: calc(100% - 47px) !default;
|
|
74
73
|
$listbox-filter-small-height: calc(100% - 45px) !default;
|
|
75
74
|
$listbox-filter-bigger-small-height: calc(100% - 45px) !default;
|
|
76
|
-
$listbox-filter-bigger-height: calc(100% - 55px) !default;
|
|
77
75
|
$listbox-item-height: 36px !default;
|
|
78
76
|
|
|
79
77
|
$listbox-border-color: $border-light;
|
|
@@ -111,3 +109,10 @@ $listbox-groupheader-border: $black !default;
|
|
|
111
109
|
$listbox-groupheader-icon: $icon-color !default;
|
|
112
110
|
$listbox-template-multiline-header-color: $content-text-color !default;
|
|
113
111
|
$listbox-template-multiline-content-color: $content-text-color-alt2 !default;
|
|
112
|
+
|
|
113
|
+
$listbox-select-height: calc(100% - 36px) !default;
|
|
114
|
+
$listbox-select-bigger-height: calc(100% - 40px) !default;
|
|
115
|
+
$listbox-filterselect-height: calc(100% - 86px) !default;
|
|
116
|
+
$listbox-filterselect-bigger-height: calc(100% - 96px) !default;
|
|
117
|
+
$listbox-filter-height: calc(100% - 50px) !default;
|
|
118
|
+
$listbox-filter-bigger-height: calc(100% - 56px) !default;
|
|
@@ -113,7 +113,11 @@ $badge-bgcolor: $theme-primary !default;
|
|
|
113
113
|
|
|
114
114
|
$select-all-border-color: $neutral-light !default;
|
|
115
115
|
|
|
116
|
-
$listbox-filter-height: calc(100% - 51px) !default;
|
|
117
116
|
$listbox-filter-small-height: calc(100% - 45px) !default;
|
|
118
117
|
$listbox-filter-bigger-small-height: calc(100% - 55px) !default;
|
|
118
|
+
$listbox-select-height: calc(100% - 36px) !default;
|
|
119
|
+
$listbox-select-bigger-height: calc(100% - 45px) !default;
|
|
120
|
+
$listbox-filterselect-height: calc(100% - 87px) !default;
|
|
121
|
+
$listbox-filterselect-bigger-height: calc(100% - 104px) !default;
|
|
122
|
+
$listbox-filter-height: calc(100% - 51px) !default;
|
|
119
123
|
$listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
@@ -107,7 +107,11 @@ $badge-bgcolor: $theme-primary !default;
|
|
|
107
107
|
|
|
108
108
|
$select-all-border-color: $neutral-light !default;
|
|
109
109
|
|
|
110
|
-
$listbox-filter-height: calc(100% - 51px) !default;
|
|
111
110
|
$listbox-filter-small-height: calc(100% - 45px) !default;
|
|
112
111
|
$listbox-filter-bigger-small-height: calc(100% - 55px) !default;
|
|
112
|
+
$listbox-select-height: calc(100% - 36px) !default;
|
|
113
|
+
$listbox-select-bigger-height: calc(100% - 45px) !default;
|
|
114
|
+
$listbox-filterselect-height: calc(100% - 87px) !default;
|
|
115
|
+
$listbox-filterselect-bigger-height: calc(100% - 104px) !default;
|
|
116
|
+
$listbox-filter-height: calc(100% - 51px) !default;
|
|
113
117
|
$listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
@@ -70,10 +70,8 @@ $listbox-template-multiline-header-font-size: $text-sm !default;
|
|
|
70
70
|
$listbox-template-multiline-padding: 4px !default;
|
|
71
71
|
$listbox-template-multiline-content-font-size: $text-sm !default;
|
|
72
72
|
$listbox-template-multiline-avatar-top: 0 !default;
|
|
73
|
-
$listbox-filter-height: calc(100% - 47px) !default;
|
|
74
73
|
$listbox-filter-small-height: calc(100% - 45px) !default;
|
|
75
74
|
$listbox-filter-bigger-small-height: calc(100% - 45px) !default;
|
|
76
|
-
$listbox-filter-bigger-height: calc(100% - 55px) !default;
|
|
77
75
|
$listbox-item-height: 36px !default;
|
|
78
76
|
|
|
79
77
|
$listbox-border-color: $border-light;
|
|
@@ -111,3 +109,10 @@ $listbox-groupheader-border: $border-light !default;
|
|
|
111
109
|
$listbox-groupheader-icon: $icon-color !default;
|
|
112
110
|
$listbox-template-multiline-header-color: $content-text-color !default;
|
|
113
111
|
$listbox-template-multiline-content-color: $content-text-color-alt2 !default;
|
|
112
|
+
|
|
113
|
+
$listbox-select-height: calc(100% - 36px) !default;
|
|
114
|
+
$listbox-select-bigger-height: calc(100% - 48px) !default;
|
|
115
|
+
$listbox-filterselect-height: calc(100% - 93px) !default;
|
|
116
|
+
$listbox-filterselect-bigger-height: calc(100% - 113px) !default;
|
|
117
|
+
$listbox-filter-height: calc(100% - 57px) !default;
|
|
118
|
+
$listbox-filter-bigger-height: calc(100% - 65px) !default;
|