@syncfusion/ej2-vue-dropdowns 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/CHANGELOG.md +10 -0
- package/dist/ej2-vue-dropdowns.umd.min.js +2 -2
- package/dist/global/ej2-vue-dropdowns.min.js +3 -3
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +82 -8
- package/styles/bootstrap.css +82 -8
- package/styles/bootstrap4.css +83 -9
- package/styles/bootstrap5-dark.css +83 -9
- package/styles/bootstrap5.css +83 -9
- package/styles/fabric-dark.css +83 -9
- package/styles/fabric.css +83 -9
- package/styles/fluent-dark.css +82 -8
- package/styles/fluent.css +82 -8
- package/styles/highcontrast-light.css +82 -8
- package/styles/highcontrast.css +82 -8
- package/styles/list-box/bootstrap-dark.css +70 -7
- package/styles/list-box/bootstrap.css +70 -7
- package/styles/list-box/bootstrap4.css +71 -8
- package/styles/list-box/bootstrap5-dark.css +71 -8
- package/styles/list-box/bootstrap5.css +71 -8
- package/styles/list-box/fabric-dark.css +70 -7
- package/styles/list-box/fabric.css +70 -7
- package/styles/list-box/fluent-dark.css +70 -7
- package/styles/list-box/fluent.css +70 -7
- package/styles/list-box/highcontrast-light.css +70 -7
- package/styles/list-box/highcontrast.css +70 -7
- package/styles/list-box/material-dark.css +71 -8
- package/styles/list-box/material.css +71 -8
- package/styles/list-box/material3-dark.css +71 -8
- package/styles/list-box/material3.css +71 -8
- package/styles/list-box/tailwind-dark.css +71 -8
- package/styles/list-box/tailwind.css +71 -8
- package/styles/material-dark.css +83 -9
- package/styles/material.css +83 -9
- package/styles/material3-dark.css +81 -8
- package/styles/material3.css +81 -8
- package/styles/multi-select/bootstrap-dark.css +12 -1
- package/styles/multi-select/bootstrap.css +12 -1
- package/styles/multi-select/bootstrap4.css +12 -1
- package/styles/multi-select/bootstrap5-dark.css +12 -1
- package/styles/multi-select/bootstrap5.css +12 -1
- package/styles/multi-select/fabric-dark.css +13 -2
- package/styles/multi-select/fabric.css +13 -2
- package/styles/multi-select/fluent-dark.css +12 -1
- package/styles/multi-select/fluent.css +12 -1
- package/styles/multi-select/highcontrast-light.css +12 -1
- package/styles/multi-select/highcontrast.css +12 -1
- package/styles/multi-select/material-dark.css +12 -1
- package/styles/multi-select/material.css +12 -1
- package/styles/multi-select/material3-dark.css +10 -0
- package/styles/multi-select/material3.css +10 -0
- package/styles/multi-select/tailwind-dark.css +12 -1
- package/styles/multi-select/tailwind.css +12 -1
- package/styles/tailwind-dark.css +83 -9
- package/styles/tailwind.css +83 -9
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@23.1.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512
|
|
5
|
+
"_integrity": "sha512-/eXYneT4kP7vTLUiGefttweATpwMxzQjdQjpkRo48lOBB2+owshUkda4DhwH8qdNPB/ps728O02nVSqWsME4hw==",
|
|
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": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-23.1.38.tgz",
|
|
23
|
+
"_shasum": "dbd31dfabc7f8869691e34fbb97556d3954fef3f",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-dropdowns@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~23.1.
|
|
35
|
-
"@syncfusion/ej2-dropdowns": "23.1.
|
|
34
|
+
"@syncfusion/ej2-base": "~23.1.38",
|
|
35
|
+
"@syncfusion/ej2-dropdowns": "23.1.39",
|
|
36
36
|
"@syncfusion/ej2-vue-base": "~23.1.36"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -62,6 +62,6 @@
|
|
|
62
62
|
"ci-publish": "gulp ci-publish",
|
|
63
63
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
64
64
|
},
|
|
65
|
-
"version": "23.1.
|
|
65
|
+
"version": "23.1.39",
|
|
66
66
|
"sideEffects": false
|
|
67
67
|
}
|
|
@@ -1388,7 +1388,8 @@ ejs-dropdownlist {
|
|
|
1388
1388
|
padding: 0 0 0 48px;
|
|
1389
1389
|
}
|
|
1390
1390
|
|
|
1391
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon
|
|
1391
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
1392
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1392
1393
|
margin-top: -2.7em;
|
|
1393
1394
|
}
|
|
1394
1395
|
|
|
@@ -1927,11 +1928,21 @@ ejs-multiselect {
|
|
|
1927
1928
|
margin-top: -3.5em;
|
|
1928
1929
|
}
|
|
1929
1930
|
|
|
1931
|
+
.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1932
|
+
.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1933
|
+
margin-top: -2.6em;
|
|
1934
|
+
}
|
|
1935
|
+
|
|
1930
1936
|
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1931
1937
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1932
1938
|
line-height: 34px;
|
|
1933
1939
|
}
|
|
1934
1940
|
|
|
1941
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1942
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1943
|
+
margin-top: -2.85em;
|
|
1944
|
+
}
|
|
1945
|
+
|
|
1935
1946
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1936
1947
|
height: 30px;
|
|
1937
1948
|
width: 30px;
|
|
@@ -2968,27 +2979,66 @@ ejs-listbox {
|
|
|
2968
2979
|
}
|
|
2969
2980
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2970
2981
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
2971
|
-
height: calc(100% - 46px);
|
|
2982
|
+
height: calc(100% - 46px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2983
|
+
}
|
|
2984
|
+
|
|
2985
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
2986
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2987
|
+
}
|
|
2988
|
+
|
|
2989
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2990
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2972
2991
|
}
|
|
2973
2992
|
|
|
2974
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2975
2993
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
2976
|
-
height:
|
|
2994
|
+
height: 100%;
|
|
2977
2995
|
}
|
|
2978
2996
|
|
|
2979
2997
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2980
2998
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2981
|
-
height: calc(100% -
|
|
2999
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3000
|
+
}
|
|
3001
|
+
|
|
3002
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3003
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3004
|
+
}
|
|
3005
|
+
|
|
3006
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3007
|
+
height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3008
|
+
}
|
|
3009
|
+
|
|
3010
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3011
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3012
|
+
}
|
|
3013
|
+
|
|
3014
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3015
|
+
height: 100%;
|
|
2982
3016
|
}
|
|
2983
3017
|
|
|
2984
3018
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3019
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3020
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3021
|
+
}
|
|
3022
|
+
|
|
2985
3023
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
2986
|
-
height:
|
|
3024
|
+
height: 100%;
|
|
2987
3025
|
}
|
|
2988
3026
|
|
|
2989
3027
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3028
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3029
|
+
height: calc(100% - 54px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3030
|
+
}
|
|
3031
|
+
|
|
3032
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3033
|
+
height: calc(100% - 91.5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3034
|
+
}
|
|
3035
|
+
|
|
3036
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3037
|
+
height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3038
|
+
}
|
|
3039
|
+
|
|
2990
3040
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
2991
|
-
height:
|
|
3041
|
+
height: 100%;
|
|
2992
3042
|
}
|
|
2993
3043
|
|
|
2994
3044
|
.e-listbox-wrapper,
|
|
@@ -3021,7 +3071,7 @@ ejs-listbox {
|
|
|
3021
3071
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3022
3072
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3023
3073
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3024
|
-
height: calc(100% -
|
|
3074
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3025
3075
|
}
|
|
3026
3076
|
|
|
3027
3077
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -3297,6 +3347,30 @@ ejs-listbox {
|
|
|
3297
3347
|
padding-right: 1.0714em;
|
|
3298
3348
|
}
|
|
3299
3349
|
|
|
3350
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3351
|
+
height: 100%;
|
|
3352
|
+
}
|
|
3353
|
+
|
|
3354
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3355
|
+
height: 100%;
|
|
3356
|
+
}
|
|
3357
|
+
|
|
3358
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3359
|
+
height: 100%;
|
|
3360
|
+
}
|
|
3361
|
+
|
|
3362
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3363
|
+
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3364
|
+
}
|
|
3365
|
+
|
|
3366
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
3367
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3368
|
+
}
|
|
3369
|
+
|
|
3370
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3371
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3372
|
+
}
|
|
3373
|
+
|
|
3300
3374
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3301
3375
|
@keyframes material-spinner-rotate {
|
|
3302
3376
|
0% {
|
package/styles/bootstrap.css
CHANGED
|
@@ -1387,7 +1387,8 @@ ejs-dropdownlist {
|
|
|
1387
1387
|
padding: 0 0 0 48px;
|
|
1388
1388
|
}
|
|
1389
1389
|
|
|
1390
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon
|
|
1390
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
1391
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1391
1392
|
margin-top: -2.7em;
|
|
1392
1393
|
}
|
|
1393
1394
|
|
|
@@ -1926,11 +1927,21 @@ ejs-multiselect {
|
|
|
1926
1927
|
margin-top: -3.5em;
|
|
1927
1928
|
}
|
|
1928
1929
|
|
|
1930
|
+
.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1931
|
+
.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1932
|
+
margin-top: -2.6em;
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1929
1935
|
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1930
1936
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1931
1937
|
line-height: 34px;
|
|
1932
1938
|
}
|
|
1933
1939
|
|
|
1940
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1941
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1942
|
+
margin-top: -2.85em;
|
|
1943
|
+
}
|
|
1944
|
+
|
|
1934
1945
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1935
1946
|
height: 30px;
|
|
1936
1947
|
width: 30px;
|
|
@@ -2978,27 +2989,66 @@ ejs-listbox {
|
|
|
2978
2989
|
}
|
|
2979
2990
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2980
2991
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
2981
|
-
height: calc(100% - 46px);
|
|
2992
|
+
height: calc(100% - 46px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2993
|
+
}
|
|
2994
|
+
|
|
2995
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
2996
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2997
|
+
}
|
|
2998
|
+
|
|
2999
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3000
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2982
3001
|
}
|
|
2983
3002
|
|
|
2984
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2985
3003
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
2986
|
-
height:
|
|
3004
|
+
height: 100%;
|
|
2987
3005
|
}
|
|
2988
3006
|
|
|
2989
3007
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2990
3008
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2991
|
-
height: calc(100% -
|
|
3009
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3010
|
+
}
|
|
3011
|
+
|
|
3012
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3013
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3014
|
+
}
|
|
3015
|
+
|
|
3016
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3017
|
+
height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3018
|
+
}
|
|
3019
|
+
|
|
3020
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3021
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3022
|
+
}
|
|
3023
|
+
|
|
3024
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3025
|
+
height: 100%;
|
|
2992
3026
|
}
|
|
2993
3027
|
|
|
2994
3028
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3029
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3030
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3031
|
+
}
|
|
3032
|
+
|
|
2995
3033
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
2996
|
-
height:
|
|
3034
|
+
height: 100%;
|
|
2997
3035
|
}
|
|
2998
3036
|
|
|
2999
3037
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3038
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3039
|
+
height: calc(100% - 54px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3040
|
+
}
|
|
3041
|
+
|
|
3042
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3043
|
+
height: calc(100% - 91.5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3044
|
+
}
|
|
3045
|
+
|
|
3046
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3047
|
+
height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3048
|
+
}
|
|
3049
|
+
|
|
3000
3050
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3001
|
-
height:
|
|
3051
|
+
height: 100%;
|
|
3002
3052
|
}
|
|
3003
3053
|
|
|
3004
3054
|
.e-listbox-wrapper,
|
|
@@ -3031,7 +3081,7 @@ ejs-listbox {
|
|
|
3031
3081
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3032
3082
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3033
3083
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3034
|
-
height: calc(100% -
|
|
3084
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3035
3085
|
}
|
|
3036
3086
|
|
|
3037
3087
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -3307,6 +3357,30 @@ ejs-listbox {
|
|
|
3307
3357
|
padding-right: 1.0714em;
|
|
3308
3358
|
}
|
|
3309
3359
|
|
|
3360
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3361
|
+
height: 100%;
|
|
3362
|
+
}
|
|
3363
|
+
|
|
3364
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3365
|
+
height: 100%;
|
|
3366
|
+
}
|
|
3367
|
+
|
|
3368
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3369
|
+
height: 100%;
|
|
3370
|
+
}
|
|
3371
|
+
|
|
3372
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3373
|
+
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3374
|
+
}
|
|
3375
|
+
|
|
3376
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
3377
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3378
|
+
}
|
|
3379
|
+
|
|
3380
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3381
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3382
|
+
}
|
|
3383
|
+
|
|
3310
3384
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3311
3385
|
@keyframes material-spinner-rotate {
|
|
3312
3386
|
0% {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1518,7 +1518,8 @@ ejs-dropdownlist {
|
|
|
1518
1518
|
padding: 0 0 0 48px;
|
|
1519
1519
|
}
|
|
1520
1520
|
|
|
1521
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon
|
|
1521
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
1522
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1522
1523
|
margin-top: -2.25em;
|
|
1523
1524
|
}
|
|
1524
1525
|
|
|
@@ -2072,6 +2073,11 @@ ejs-multiselect {
|
|
|
2072
2073
|
margin-top: -2.4em;
|
|
2073
2074
|
}
|
|
2074
2075
|
|
|
2076
|
+
.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2077
|
+
.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2078
|
+
margin-top: -1.85em;
|
|
2079
|
+
}
|
|
2080
|
+
|
|
2075
2081
|
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2076
2082
|
padding: 0 8px 0 8px;
|
|
2077
2083
|
}
|
|
@@ -2081,6 +2087,11 @@ ejs-multiselect {
|
|
|
2081
2087
|
line-height: 34px;
|
|
2082
2088
|
}
|
|
2083
2089
|
|
|
2090
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2091
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2092
|
+
margin-top: -2.85em;
|
|
2093
|
+
}
|
|
2094
|
+
|
|
2084
2095
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2085
2096
|
height: 24px;
|
|
2086
2097
|
width: auto;
|
|
@@ -3199,27 +3210,66 @@ ejs-listbox {
|
|
|
3199
3210
|
|
|
3200
3211
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3201
3212
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3202
|
-
height: calc(100% - 43px);
|
|
3213
|
+
height: calc(100% - 43px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3214
|
+
}
|
|
3215
|
+
|
|
3216
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3217
|
+
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3218
|
+
}
|
|
3219
|
+
|
|
3220
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3221
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3203
3222
|
}
|
|
3204
3223
|
|
|
3205
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3206
3224
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3207
|
-
height:
|
|
3225
|
+
height: 100%;
|
|
3208
3226
|
}
|
|
3209
3227
|
|
|
3210
3228
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3211
3229
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3212
|
-
height: calc(100% -
|
|
3230
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3231
|
+
}
|
|
3232
|
+
|
|
3233
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3234
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3235
|
+
}
|
|
3236
|
+
|
|
3237
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3238
|
+
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3239
|
+
}
|
|
3240
|
+
|
|
3241
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3242
|
+
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3243
|
+
}
|
|
3244
|
+
|
|
3245
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3246
|
+
height: 100%;
|
|
3213
3247
|
}
|
|
3214
3248
|
|
|
3215
3249
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3250
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3251
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3252
|
+
}
|
|
3253
|
+
|
|
3216
3254
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3217
|
-
height:
|
|
3255
|
+
height: 100%;
|
|
3218
3256
|
}
|
|
3219
3257
|
|
|
3220
3258
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3259
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3260
|
+
height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3261
|
+
}
|
|
3262
|
+
|
|
3263
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3264
|
+
height: calc(100% - 90.5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3265
|
+
}
|
|
3266
|
+
|
|
3267
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3268
|
+
height: calc(100% - 108px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3269
|
+
}
|
|
3270
|
+
|
|
3221
3271
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3222
|
-
height:
|
|
3272
|
+
height: 100%;
|
|
3223
3273
|
}
|
|
3224
3274
|
|
|
3225
3275
|
.e-listbox-wrapper,
|
|
@@ -3246,13 +3296,13 @@ ejs-listbox {
|
|
|
3246
3296
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3247
3297
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
3248
3298
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
3249
|
-
height: calc(100% -
|
|
3299
|
+
height: calc(100% - 51px);
|
|
3250
3300
|
}
|
|
3251
3301
|
|
|
3252
3302
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3253
3303
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3254
3304
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3255
|
-
height: calc(100% -
|
|
3305
|
+
height: calc(100% - 41px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3256
3306
|
}
|
|
3257
3307
|
|
|
3258
3308
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -3528,6 +3578,30 @@ ejs-listbox {
|
|
|
3528
3578
|
padding-right: 1.0714em;
|
|
3529
3579
|
}
|
|
3530
3580
|
|
|
3581
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3582
|
+
height: 100%;
|
|
3583
|
+
}
|
|
3584
|
+
|
|
3585
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3586
|
+
height: 100%;
|
|
3587
|
+
}
|
|
3588
|
+
|
|
3589
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3590
|
+
height: 100%;
|
|
3591
|
+
}
|
|
3592
|
+
|
|
3593
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3594
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3595
|
+
}
|
|
3596
|
+
|
|
3597
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
3598
|
+
height: calc(100% - 41px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3599
|
+
}
|
|
3600
|
+
|
|
3601
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3602
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3603
|
+
}
|
|
3604
|
+
|
|
3531
3605
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3532
3606
|
@keyframes material-spinner-rotate {
|
|
3533
3607
|
0% {
|
|
@@ -1512,7 +1512,8 @@ ejs-dropdownlist {
|
|
|
1512
1512
|
padding: 0 0 0 48px;
|
|
1513
1513
|
}
|
|
1514
1514
|
|
|
1515
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon
|
|
1515
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
1516
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1516
1517
|
margin-top: -2.25em;
|
|
1517
1518
|
}
|
|
1518
1519
|
|
|
@@ -2095,11 +2096,21 @@ ejs-multiselect {
|
|
|
2095
2096
|
margin-top: -2em;
|
|
2096
2097
|
}
|
|
2097
2098
|
|
|
2099
|
+
.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2100
|
+
.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2101
|
+
margin-top: -2em;
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2098
2104
|
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2099
2105
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2100
2106
|
line-height: 40px;
|
|
2101
2107
|
}
|
|
2102
2108
|
|
|
2109
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2110
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2111
|
+
margin-top: -2.65em;
|
|
2112
|
+
}
|
|
2113
|
+
|
|
2103
2114
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2104
2115
|
height: 14px;
|
|
2105
2116
|
width: 14px;
|
|
@@ -3147,27 +3158,66 @@ ejs-listbox {
|
|
|
3147
3158
|
}
|
|
3148
3159
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3149
3160
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3150
|
-
height: calc(100% - 45px);
|
|
3161
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3162
|
+
}
|
|
3163
|
+
|
|
3164
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3165
|
+
height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3166
|
+
}
|
|
3167
|
+
|
|
3168
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3169
|
+
height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3151
3170
|
}
|
|
3152
3171
|
|
|
3153
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3154
3172
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3155
|
-
height:
|
|
3173
|
+
height: 100%;
|
|
3156
3174
|
}
|
|
3157
3175
|
|
|
3158
3176
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3159
3177
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3160
|
-
height: calc(100% -
|
|
3178
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3179
|
+
}
|
|
3180
|
+
|
|
3181
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3182
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3183
|
+
}
|
|
3184
|
+
|
|
3185
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3186
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3187
|
+
}
|
|
3188
|
+
|
|
3189
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3190
|
+
height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3191
|
+
}
|
|
3192
|
+
|
|
3193
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3194
|
+
height: 100%;
|
|
3161
3195
|
}
|
|
3162
3196
|
|
|
3163
3197
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3198
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3199
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3200
|
+
}
|
|
3201
|
+
|
|
3164
3202
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3165
|
-
height:
|
|
3203
|
+
height: 100%;
|
|
3166
3204
|
}
|
|
3167
3205
|
|
|
3168
3206
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3207
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3208
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3209
|
+
}
|
|
3210
|
+
|
|
3211
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3212
|
+
height: calc(100% - 86px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3213
|
+
}
|
|
3214
|
+
|
|
3215
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3216
|
+
height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3217
|
+
}
|
|
3218
|
+
|
|
3169
3219
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3170
|
-
height:
|
|
3220
|
+
height: 100%;
|
|
3171
3221
|
}
|
|
3172
3222
|
|
|
3173
3223
|
.e-listbox-wrapper,
|
|
@@ -3194,13 +3244,13 @@ ejs-listbox {
|
|
|
3194
3244
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3195
3245
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
3196
3246
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
3197
|
-
height: calc(100% -
|
|
3247
|
+
height: calc(100% - 50px);
|
|
3198
3248
|
}
|
|
3199
3249
|
|
|
3200
3250
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3201
3251
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3202
3252
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3203
|
-
height: calc(100% -
|
|
3253
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3204
3254
|
}
|
|
3205
3255
|
|
|
3206
3256
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -3470,6 +3520,30 @@ ejs-listbox {
|
|
|
3470
3520
|
padding-right: 16px;
|
|
3471
3521
|
}
|
|
3472
3522
|
|
|
3523
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3524
|
+
height: 100%;
|
|
3525
|
+
}
|
|
3526
|
+
|
|
3527
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3528
|
+
height: 100%;
|
|
3529
|
+
}
|
|
3530
|
+
|
|
3531
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3532
|
+
height: 100%;
|
|
3533
|
+
}
|
|
3534
|
+
|
|
3535
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3536
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3537
|
+
}
|
|
3538
|
+
|
|
3539
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
3540
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3541
|
+
}
|
|
3542
|
+
|
|
3543
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3544
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3545
|
+
}
|
|
3546
|
+
|
|
3473
3547
|
/* stylelint-disable-line no-empty-source */
|
|
3474
3548
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3475
3549
|
@keyframes material-spinner-rotate {
|