@syncfusion/ej2-vue-dropdowns 20.2.36 → 20.2.40
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 +22 -0
- package/dist/ej2-vue-dropdowns.umd.min.js +1 -1
- package/dist/global/ej2-vue-dropdowns.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +33 -11
- package/styles/bootstrap.css +33 -11
- package/styles/bootstrap4.css +33 -11
- package/styles/bootstrap5-dark.css +34 -12
- package/styles/bootstrap5.css +34 -12
- package/styles/fabric-dark.css +33 -11
- package/styles/fabric.css +33 -11
- package/styles/fluent-dark.css +37 -15
- package/styles/fluent.css +34 -12
- package/styles/highcontrast-light.css +33 -11
- package/styles/highcontrast.css +33 -11
- package/styles/list-box/bootstrap-dark.css +33 -11
- package/styles/list-box/bootstrap.css +33 -11
- package/styles/list-box/bootstrap4.css +33 -11
- package/styles/list-box/bootstrap5-dark.css +34 -12
- package/styles/list-box/bootstrap5.css +34 -12
- package/styles/list-box/fabric-dark.css +33 -11
- package/styles/list-box/fabric.css +33 -11
- package/styles/list-box/fluent-dark.css +37 -15
- package/styles/list-box/fluent.css +34 -12
- package/styles/list-box/highcontrast-light.css +33 -11
- package/styles/list-box/highcontrast.css +33 -11
- package/styles/list-box/material-dark.css +33 -11
- package/styles/list-box/material.css +33 -11
- package/styles/list-box/tailwind-dark.css +34 -12
- package/styles/list-box/tailwind.css +34 -12
- package/styles/material-dark.css +33 -11
- package/styles/material.css +33 -11
- package/styles/tailwind-dark.css +34 -12
- package/styles/tailwind.css +34 -12
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-dropdowns@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-dropdowns@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-dropdowns@20.2.39",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-RAmEnzQAryoPRO3pEcT/psA36WZSEm9Fx+N928fVdlQg6iKwYvhy0xnEHzWnBFI9VdH0UMVJ+k/XVQh9zsD/tg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-dropdowns",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-20.2.39.tgz",
|
|
23
|
+
"_shasum": "22d48707ec12bdc8bf172c1e1afa19a2e12eb39f",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-dropdowns@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.2.
|
|
35
|
-
"@syncfusion/ej2-dropdowns": "20.2.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.2.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.2.39",
|
|
35
|
+
"@syncfusion/ej2-dropdowns": "20.2.40",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.2.38"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 DropDown Components for Vue",
|
|
@@ -67,6 +67,6 @@
|
|
|
67
67
|
"type": "git",
|
|
68
68
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
69
69
|
},
|
|
70
|
-
"version": "20.2.
|
|
70
|
+
"version": "20.2.40",
|
|
71
71
|
"sideEffects": false
|
|
72
72
|
}
|
|
@@ -2737,6 +2737,16 @@ ejs-listbox {
|
|
|
2737
2737
|
top: 30%;
|
|
2738
2738
|
}
|
|
2739
2739
|
|
|
2740
|
+
.e-listboxtool-container .e-left {
|
|
2741
|
+
-ms-flex-direction: row-reverse;
|
|
2742
|
+
flex-direction: row-reverse;
|
|
2743
|
+
}
|
|
2744
|
+
|
|
2745
|
+
.e-listboxtool-wrapper .e-left {
|
|
2746
|
+
-ms-flex-direction: column-reverse;
|
|
2747
|
+
flex-direction: column-reverse;
|
|
2748
|
+
}
|
|
2749
|
+
|
|
2740
2750
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2741
2751
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2742
2752
|
margin-right: 15px;
|
|
@@ -2839,16 +2849,30 @@ ejs-listbox {
|
|
|
2839
2849
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2840
2850
|
font-size: 15px;
|
|
2841
2851
|
}
|
|
2842
|
-
.e-
|
|
2843
|
-
|
|
2852
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2853
|
+
height: calc(100% - 52px);
|
|
2854
|
+
}
|
|
2855
|
+
|
|
2856
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
2857
|
+
height: calc(100% - 52px) !important;
|
|
2858
|
+
}
|
|
2859
|
+
|
|
2860
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2844
2861
|
height: calc(100% - 46px);
|
|
2845
2862
|
}
|
|
2846
2863
|
|
|
2847
|
-
.e-
|
|
2848
|
-
|
|
2864
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2865
|
+
height: calc(100% - 46px) !important;
|
|
2866
|
+
}
|
|
2867
|
+
|
|
2868
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2849
2869
|
height: calc(100% - 58px);
|
|
2850
2870
|
}
|
|
2851
2871
|
|
|
2872
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2873
|
+
height: calc(100% - 58px) !important;
|
|
2874
|
+
}
|
|
2875
|
+
|
|
2852
2876
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2853
2877
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2854
2878
|
height: calc(100% - 106px);
|
|
@@ -2859,11 +2883,14 @@ ejs-listbox {
|
|
|
2859
2883
|
height: calc(100% - 48px);
|
|
2860
2884
|
}
|
|
2861
2885
|
|
|
2862
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
2863
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
2886
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2864
2887
|
height: calc(100% - 54px);
|
|
2865
2888
|
}
|
|
2866
2889
|
|
|
2890
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2891
|
+
height: calc(100% - 54px) !important;
|
|
2892
|
+
}
|
|
2893
|
+
|
|
2867
2894
|
.e-listbox-wrapper,
|
|
2868
2895
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2869
2896
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -2883,11 +2910,6 @@ ejs-listbox {
|
|
|
2883
2910
|
font-size: 14px;
|
|
2884
2911
|
}
|
|
2885
2912
|
|
|
2886
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2887
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2888
|
-
height: calc(100% - 52px);
|
|
2889
|
-
}
|
|
2890
|
-
|
|
2891
2913
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2892
2914
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2893
2915
|
height: calc(100% - 92px);
|
package/styles/bootstrap.css
CHANGED
|
@@ -2736,6 +2736,16 @@ ejs-listbox {
|
|
|
2736
2736
|
top: 30%;
|
|
2737
2737
|
}
|
|
2738
2738
|
|
|
2739
|
+
.e-listboxtool-container .e-left {
|
|
2740
|
+
-ms-flex-direction: row-reverse;
|
|
2741
|
+
flex-direction: row-reverse;
|
|
2742
|
+
}
|
|
2743
|
+
|
|
2744
|
+
.e-listboxtool-wrapper .e-left {
|
|
2745
|
+
-ms-flex-direction: column-reverse;
|
|
2746
|
+
flex-direction: column-reverse;
|
|
2747
|
+
}
|
|
2748
|
+
|
|
2739
2749
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2740
2750
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2741
2751
|
margin-right: 15px;
|
|
@@ -2838,16 +2848,30 @@ ejs-listbox {
|
|
|
2838
2848
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2839
2849
|
font-size: 15px;
|
|
2840
2850
|
}
|
|
2841
|
-
.e-
|
|
2842
|
-
|
|
2851
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2852
|
+
height: calc(100% - 52px);
|
|
2853
|
+
}
|
|
2854
|
+
|
|
2855
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
2856
|
+
height: calc(100% - 52px) !important;
|
|
2857
|
+
}
|
|
2858
|
+
|
|
2859
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2843
2860
|
height: calc(100% - 46px);
|
|
2844
2861
|
}
|
|
2845
2862
|
|
|
2846
|
-
.e-
|
|
2847
|
-
|
|
2863
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2864
|
+
height: calc(100% - 46px) !important;
|
|
2865
|
+
}
|
|
2866
|
+
|
|
2867
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2848
2868
|
height: calc(100% - 58px);
|
|
2849
2869
|
}
|
|
2850
2870
|
|
|
2871
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2872
|
+
height: calc(100% - 58px) !important;
|
|
2873
|
+
}
|
|
2874
|
+
|
|
2851
2875
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2852
2876
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2853
2877
|
height: calc(100% - 106px);
|
|
@@ -2858,11 +2882,14 @@ ejs-listbox {
|
|
|
2858
2882
|
height: calc(100% - 48px);
|
|
2859
2883
|
}
|
|
2860
2884
|
|
|
2861
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
2862
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
2885
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2863
2886
|
height: calc(100% - 54px);
|
|
2864
2887
|
}
|
|
2865
2888
|
|
|
2889
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2890
|
+
height: calc(100% - 54px) !important;
|
|
2891
|
+
}
|
|
2892
|
+
|
|
2866
2893
|
.e-listbox-wrapper,
|
|
2867
2894
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2868
2895
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -2882,11 +2909,6 @@ ejs-listbox {
|
|
|
2882
2909
|
font-size: 14px;
|
|
2883
2910
|
}
|
|
2884
2911
|
|
|
2885
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2886
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2887
|
-
height: calc(100% - 52px);
|
|
2888
|
-
}
|
|
2889
|
-
|
|
2890
2912
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2891
2913
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2892
2914
|
height: calc(100% - 92px);
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2919,6 +2919,16 @@ ejs-listbox {
|
|
|
2919
2919
|
top: 30%;
|
|
2920
2920
|
}
|
|
2921
2921
|
|
|
2922
|
+
.e-listboxtool-container .e-left {
|
|
2923
|
+
-ms-flex-direction: row-reverse;
|
|
2924
|
+
flex-direction: row-reverse;
|
|
2925
|
+
}
|
|
2926
|
+
|
|
2927
|
+
.e-listboxtool-wrapper .e-left {
|
|
2928
|
+
-ms-flex-direction: column-reverse;
|
|
2929
|
+
flex-direction: column-reverse;
|
|
2930
|
+
}
|
|
2931
|
+
|
|
2922
2932
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2923
2933
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2924
2934
|
margin-right: 15px;
|
|
@@ -3065,16 +3075,30 @@ ejs-listbox {
|
|
|
3065
3075
|
margin: 0 0 0 12px;
|
|
3066
3076
|
}
|
|
3067
3077
|
|
|
3068
|
-
.e-
|
|
3069
|
-
|
|
3078
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3079
|
+
height: calc(100% - 39px);
|
|
3080
|
+
}
|
|
3081
|
+
|
|
3082
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3083
|
+
height: calc(100% - 39px) !important;
|
|
3084
|
+
}
|
|
3085
|
+
|
|
3086
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3070
3087
|
height: calc(100% - 32px);
|
|
3071
3088
|
}
|
|
3072
3089
|
|
|
3073
|
-
.e-
|
|
3074
|
-
|
|
3090
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3091
|
+
height: calc(100% - 32px) !important;
|
|
3092
|
+
}
|
|
3093
|
+
|
|
3094
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3075
3095
|
height: calc(100% - 46px);
|
|
3076
3096
|
}
|
|
3077
3097
|
|
|
3098
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3099
|
+
height: calc(100% - 46px) !important;
|
|
3100
|
+
}
|
|
3101
|
+
|
|
3078
3102
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3079
3103
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3080
3104
|
height: calc(100% - 96px);
|
|
@@ -3085,11 +3109,14 @@ ejs-listbox {
|
|
|
3085
3109
|
height: calc(100% - 50px);
|
|
3086
3110
|
}
|
|
3087
3111
|
|
|
3088
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
3089
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3112
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3090
3113
|
height: calc(100% - 44px);
|
|
3091
3114
|
}
|
|
3092
3115
|
|
|
3116
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3117
|
+
height: calc(100% - 44px) !important;
|
|
3118
|
+
}
|
|
3119
|
+
|
|
3093
3120
|
.e-listbox-wrapper,
|
|
3094
3121
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3095
3122
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3109,11 +3136,6 @@ ejs-listbox {
|
|
|
3109
3136
|
font-size: 16px;
|
|
3110
3137
|
}
|
|
3111
3138
|
|
|
3112
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3113
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3114
|
-
height: calc(100% - 39px);
|
|
3115
|
-
}
|
|
3116
|
-
|
|
3117
3139
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3118
3140
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3119
3141
|
height: calc(100% - 79px);
|
|
@@ -2899,6 +2899,16 @@ ejs-listbox {
|
|
|
2899
2899
|
top: 30%;
|
|
2900
2900
|
}
|
|
2901
2901
|
|
|
2902
|
+
.e-listboxtool-container .e-left {
|
|
2903
|
+
-ms-flex-direction: row-reverse;
|
|
2904
|
+
flex-direction: row-reverse;
|
|
2905
|
+
}
|
|
2906
|
+
|
|
2907
|
+
.e-listboxtool-wrapper .e-left {
|
|
2908
|
+
-ms-flex-direction: column-reverse;
|
|
2909
|
+
flex-direction: column-reverse;
|
|
2910
|
+
}
|
|
2911
|
+
|
|
2902
2912
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2903
2913
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2904
2914
|
margin-right: 15px;
|
|
@@ -3001,14 +3011,28 @@ ejs-listbox {
|
|
|
3001
3011
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3002
3012
|
font-size: 14px;
|
|
3003
3013
|
}
|
|
3004
|
-
.e-
|
|
3005
|
-
|
|
3014
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3015
|
+
height: calc(100% - 50px);
|
|
3016
|
+
}
|
|
3017
|
+
|
|
3018
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3019
|
+
height: calc(100% - 50px) !important;
|
|
3020
|
+
}
|
|
3021
|
+
|
|
3022
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3006
3023
|
height: calc(100% - 45px);
|
|
3007
3024
|
}
|
|
3008
3025
|
|
|
3009
|
-
.e-
|
|
3010
|
-
|
|
3011
|
-
|
|
3026
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3027
|
+
height: calc(100% - 45px) !important;
|
|
3028
|
+
}
|
|
3029
|
+
|
|
3030
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3031
|
+
height: calc(100% - 56px);
|
|
3032
|
+
}
|
|
3033
|
+
|
|
3034
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3035
|
+
height: calc(100% - 56px) !important;
|
|
3012
3036
|
}
|
|
3013
3037
|
|
|
3014
3038
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -3021,11 +3045,14 @@ ejs-listbox {
|
|
|
3021
3045
|
height: calc(100% - 40px);
|
|
3022
3046
|
}
|
|
3023
3047
|
|
|
3024
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
3025
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3048
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3026
3049
|
height: calc(100% - 45px);
|
|
3027
3050
|
}
|
|
3028
3051
|
|
|
3052
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3053
|
+
height: calc(100% - 45px) !important;
|
|
3054
|
+
}
|
|
3055
|
+
|
|
3029
3056
|
.e-listbox-wrapper,
|
|
3030
3057
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3031
3058
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3045,11 +3072,6 @@ ejs-listbox {
|
|
|
3045
3072
|
font-size: 12px;
|
|
3046
3073
|
}
|
|
3047
3074
|
|
|
3048
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3049
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3050
|
-
height: calc(100% - 47px);
|
|
3051
|
-
}
|
|
3052
|
-
|
|
3053
3075
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3054
3076
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3055
3077
|
height: calc(100% - 86px);
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2899,6 +2899,16 @@ ejs-listbox {
|
|
|
2899
2899
|
top: 30%;
|
|
2900
2900
|
}
|
|
2901
2901
|
|
|
2902
|
+
.e-listboxtool-container .e-left {
|
|
2903
|
+
-ms-flex-direction: row-reverse;
|
|
2904
|
+
flex-direction: row-reverse;
|
|
2905
|
+
}
|
|
2906
|
+
|
|
2907
|
+
.e-listboxtool-wrapper .e-left {
|
|
2908
|
+
-ms-flex-direction: column-reverse;
|
|
2909
|
+
flex-direction: column-reverse;
|
|
2910
|
+
}
|
|
2911
|
+
|
|
2902
2912
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2903
2913
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2904
2914
|
margin-right: 15px;
|
|
@@ -3001,14 +3011,28 @@ ejs-listbox {
|
|
|
3001
3011
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3002
3012
|
font-size: 14px;
|
|
3003
3013
|
}
|
|
3004
|
-
.e-
|
|
3005
|
-
|
|
3014
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3015
|
+
height: calc(100% - 50px);
|
|
3016
|
+
}
|
|
3017
|
+
|
|
3018
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3019
|
+
height: calc(100% - 50px) !important;
|
|
3020
|
+
}
|
|
3021
|
+
|
|
3022
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3006
3023
|
height: calc(100% - 45px);
|
|
3007
3024
|
}
|
|
3008
3025
|
|
|
3009
|
-
.e-
|
|
3010
|
-
|
|
3011
|
-
|
|
3026
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3027
|
+
height: calc(100% - 45px) !important;
|
|
3028
|
+
}
|
|
3029
|
+
|
|
3030
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3031
|
+
height: calc(100% - 56px);
|
|
3032
|
+
}
|
|
3033
|
+
|
|
3034
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3035
|
+
height: calc(100% - 56px) !important;
|
|
3012
3036
|
}
|
|
3013
3037
|
|
|
3014
3038
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -3021,11 +3045,14 @@ ejs-listbox {
|
|
|
3021
3045
|
height: calc(100% - 40px);
|
|
3022
3046
|
}
|
|
3023
3047
|
|
|
3024
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
3025
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3048
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3026
3049
|
height: calc(100% - 45px);
|
|
3027
3050
|
}
|
|
3028
3051
|
|
|
3052
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3053
|
+
height: calc(100% - 45px) !important;
|
|
3054
|
+
}
|
|
3055
|
+
|
|
3029
3056
|
.e-listbox-wrapper,
|
|
3030
3057
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3031
3058
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3045,11 +3072,6 @@ ejs-listbox {
|
|
|
3045
3072
|
font-size: 12px;
|
|
3046
3073
|
}
|
|
3047
3074
|
|
|
3048
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3049
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3050
|
-
height: calc(100% - 47px);
|
|
3051
|
-
}
|
|
3052
|
-
|
|
3053
3075
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3054
3076
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3055
3077
|
height: calc(100% - 86px);
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2716,6 +2716,16 @@ ejs-listbox {
|
|
|
2716
2716
|
top: 30%;
|
|
2717
2717
|
}
|
|
2718
2718
|
|
|
2719
|
+
.e-listboxtool-container .e-left {
|
|
2720
|
+
-ms-flex-direction: row-reverse;
|
|
2721
|
+
flex-direction: row-reverse;
|
|
2722
|
+
}
|
|
2723
|
+
|
|
2724
|
+
.e-listboxtool-wrapper .e-left {
|
|
2725
|
+
-ms-flex-direction: column-reverse;
|
|
2726
|
+
flex-direction: column-reverse;
|
|
2727
|
+
}
|
|
2728
|
+
|
|
2719
2729
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2720
2730
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2721
2731
|
margin-right: 15px;
|
|
@@ -2818,16 +2828,30 @@ ejs-listbox {
|
|
|
2818
2828
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2819
2829
|
font-size: 15px;
|
|
2820
2830
|
}
|
|
2821
|
-
.e-
|
|
2822
|
-
|
|
2831
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2832
|
+
height: calc(100% - 51px);
|
|
2833
|
+
}
|
|
2834
|
+
|
|
2835
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
2836
|
+
height: calc(100% - 51px) !important;
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2839
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2823
2840
|
height: calc(100% - 45px);
|
|
2824
2841
|
}
|
|
2825
2842
|
|
|
2826
|
-
.e-
|
|
2827
|
-
|
|
2843
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2844
|
+
height: calc(100% - 45px) !important;
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2828
2848
|
height: calc(100% - 59px);
|
|
2829
2849
|
}
|
|
2830
2850
|
|
|
2851
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2852
|
+
height: calc(100% - 59px) !important;
|
|
2853
|
+
}
|
|
2854
|
+
|
|
2831
2855
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2832
2856
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2833
2857
|
height: calc(100% - 104px);
|
|
@@ -2838,11 +2862,14 @@ ejs-listbox {
|
|
|
2838
2862
|
height: calc(100% - 45px);
|
|
2839
2863
|
}
|
|
2840
2864
|
|
|
2841
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
2842
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
2865
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2843
2866
|
height: calc(100% - 55px);
|
|
2844
2867
|
}
|
|
2845
2868
|
|
|
2869
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2870
|
+
height: calc(100% - 55px) !important;
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2846
2873
|
.e-listbox-wrapper,
|
|
2847
2874
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2848
2875
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -2862,11 +2889,6 @@ ejs-listbox {
|
|
|
2862
2889
|
font-size: 14px;
|
|
2863
2890
|
}
|
|
2864
2891
|
|
|
2865
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2866
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2867
|
-
height: calc(100% - 51px);
|
|
2868
|
-
}
|
|
2869
|
-
|
|
2870
2892
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2871
2893
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2872
2894
|
height: calc(100% - 87px);
|
package/styles/fabric.css
CHANGED
|
@@ -2710,6 +2710,16 @@ ejs-listbox {
|
|
|
2710
2710
|
top: 30%;
|
|
2711
2711
|
}
|
|
2712
2712
|
|
|
2713
|
+
.e-listboxtool-container .e-left {
|
|
2714
|
+
-ms-flex-direction: row-reverse;
|
|
2715
|
+
flex-direction: row-reverse;
|
|
2716
|
+
}
|
|
2717
|
+
|
|
2718
|
+
.e-listboxtool-wrapper .e-left {
|
|
2719
|
+
-ms-flex-direction: column-reverse;
|
|
2720
|
+
flex-direction: column-reverse;
|
|
2721
|
+
}
|
|
2722
|
+
|
|
2713
2723
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2714
2724
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2715
2725
|
margin-right: 15px;
|
|
@@ -2812,16 +2822,30 @@ ejs-listbox {
|
|
|
2812
2822
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2813
2823
|
font-size: 15px;
|
|
2814
2824
|
}
|
|
2815
|
-
.e-
|
|
2816
|
-
|
|
2825
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2826
|
+
height: calc(100% - 51px);
|
|
2827
|
+
}
|
|
2828
|
+
|
|
2829
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
2830
|
+
height: calc(100% - 51px) !important;
|
|
2831
|
+
}
|
|
2832
|
+
|
|
2833
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2817
2834
|
height: calc(100% - 45px);
|
|
2818
2835
|
}
|
|
2819
2836
|
|
|
2820
|
-
.e-
|
|
2821
|
-
|
|
2837
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2838
|
+
height: calc(100% - 45px) !important;
|
|
2839
|
+
}
|
|
2840
|
+
|
|
2841
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2822
2842
|
height: calc(100% - 59px);
|
|
2823
2843
|
}
|
|
2824
2844
|
|
|
2845
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2846
|
+
height: calc(100% - 59px) !important;
|
|
2847
|
+
}
|
|
2848
|
+
|
|
2825
2849
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2826
2850
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2827
2851
|
height: calc(100% - 104px);
|
|
@@ -2832,11 +2856,14 @@ ejs-listbox {
|
|
|
2832
2856
|
height: calc(100% - 45px);
|
|
2833
2857
|
}
|
|
2834
2858
|
|
|
2835
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
2836
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
2859
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2837
2860
|
height: calc(100% - 55px);
|
|
2838
2861
|
}
|
|
2839
2862
|
|
|
2863
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2864
|
+
height: calc(100% - 55px) !important;
|
|
2865
|
+
}
|
|
2866
|
+
|
|
2840
2867
|
.e-listbox-wrapper,
|
|
2841
2868
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2842
2869
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -2856,11 +2883,6 @@ ejs-listbox {
|
|
|
2856
2883
|
font-size: 14px;
|
|
2857
2884
|
}
|
|
2858
2885
|
|
|
2859
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2860
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2861
|
-
height: calc(100% - 51px);
|
|
2862
|
-
}
|
|
2863
|
-
|
|
2864
2886
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2865
2887
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2866
2888
|
height: calc(100% - 87px);
|