@syncfusion/ej2-vue-dropdowns 23.1.36 → 23.1.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 +8 -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 +70 -7
- package/styles/bootstrap.css +70 -7
- package/styles/bootstrap4.css +71 -8
- package/styles/bootstrap5-dark.css +71 -8
- package/styles/bootstrap5.css +71 -8
- package/styles/fabric-dark.css +70 -7
- package/styles/fabric.css +70 -7
- package/styles/fluent-dark.css +70 -7
- package/styles/fluent.css +70 -7
- package/styles/highcontrast-light.css +70 -7
- package/styles/highcontrast.css +70 -7
- 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 +71 -8
- package/styles/material.css +71 -8
- package/styles/material3-dark.css +71 -8
- package/styles/material3.css +71 -8
- package/styles/tailwind-dark.css +71 -8
- package/styles/tailwind.css +71 -8
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.36",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-c5QeXoQSOhRGOEGVY0au3m72N0tn7j9mS042hzWnEabPDWoyT2Dj3CmOQDuY2b1GGjT9TxC2RhVafBVpFjK30g==",
|
|
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.36.tgz",
|
|
23
|
+
"_shasum": "3914f9b218facc896d5c8264ec927bded1568d81",
|
|
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.38",
|
|
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.38",
|
|
66
66
|
"sideEffects": false
|
|
67
67
|
}
|
|
@@ -2968,27 +2968,66 @@ ejs-listbox {
|
|
|
2968
2968
|
}
|
|
2969
2969
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2970
2970
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
2971
|
-
height: calc(100% - 46px);
|
|
2971
|
+
height: calc(100% - 46px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2972
|
+
}
|
|
2973
|
+
|
|
2974
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
2975
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2976
|
+
}
|
|
2977
|
+
|
|
2978
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2979
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2972
2980
|
}
|
|
2973
2981
|
|
|
2974
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2975
2982
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
2976
|
-
height:
|
|
2983
|
+
height: 100%;
|
|
2977
2984
|
}
|
|
2978
2985
|
|
|
2979
2986
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2980
2987
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2981
|
-
height: calc(100% -
|
|
2988
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2989
|
+
}
|
|
2990
|
+
|
|
2991
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2992
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2993
|
+
}
|
|
2994
|
+
|
|
2995
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
2996
|
+
height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2997
|
+
}
|
|
2998
|
+
|
|
2999
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3000
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3001
|
+
}
|
|
3002
|
+
|
|
3003
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3004
|
+
height: 100%;
|
|
2982
3005
|
}
|
|
2983
3006
|
|
|
2984
3007
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3008
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3009
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3010
|
+
}
|
|
3011
|
+
|
|
2985
3012
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
2986
|
-
height:
|
|
3013
|
+
height: 100%;
|
|
2987
3014
|
}
|
|
2988
3015
|
|
|
2989
3016
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3017
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3018
|
+
height: calc(100% - 54px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3019
|
+
}
|
|
3020
|
+
|
|
3021
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3022
|
+
height: calc(100% - 91.5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3023
|
+
}
|
|
3024
|
+
|
|
3025
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3026
|
+
height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3027
|
+
}
|
|
3028
|
+
|
|
2990
3029
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
2991
|
-
height:
|
|
3030
|
+
height: 100%;
|
|
2992
3031
|
}
|
|
2993
3032
|
|
|
2994
3033
|
.e-listbox-wrapper,
|
|
@@ -3021,7 +3060,7 @@ ejs-listbox {
|
|
|
3021
3060
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3022
3061
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3023
3062
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3024
|
-
height: calc(100% -
|
|
3063
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3025
3064
|
}
|
|
3026
3065
|
|
|
3027
3066
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -3297,6 +3336,30 @@ ejs-listbox {
|
|
|
3297
3336
|
padding-right: 1.0714em;
|
|
3298
3337
|
}
|
|
3299
3338
|
|
|
3339
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3340
|
+
height: 100%;
|
|
3341
|
+
}
|
|
3342
|
+
|
|
3343
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3344
|
+
height: 100%;
|
|
3345
|
+
}
|
|
3346
|
+
|
|
3347
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3348
|
+
height: 100%;
|
|
3349
|
+
}
|
|
3350
|
+
|
|
3351
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3352
|
+
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3353
|
+
}
|
|
3354
|
+
|
|
3355
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
3356
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3357
|
+
}
|
|
3358
|
+
|
|
3359
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3360
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3361
|
+
}
|
|
3362
|
+
|
|
3300
3363
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3301
3364
|
@keyframes material-spinner-rotate {
|
|
3302
3365
|
0% {
|
package/styles/bootstrap.css
CHANGED
|
@@ -2978,27 +2978,66 @@ ejs-listbox {
|
|
|
2978
2978
|
}
|
|
2979
2979
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2980
2980
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
2981
|
-
height: calc(100% - 46px);
|
|
2981
|
+
height: calc(100% - 46px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2982
|
+
}
|
|
2983
|
+
|
|
2984
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
2985
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2986
|
+
}
|
|
2987
|
+
|
|
2988
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2989
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2982
2990
|
}
|
|
2983
2991
|
|
|
2984
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2985
2992
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
2986
|
-
height:
|
|
2993
|
+
height: 100%;
|
|
2987
2994
|
}
|
|
2988
2995
|
|
|
2989
2996
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2990
2997
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2991
|
-
height: calc(100% -
|
|
2998
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
2999
|
+
}
|
|
3000
|
+
|
|
3001
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3002
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3003
|
+
}
|
|
3004
|
+
|
|
3005
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3006
|
+
height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3007
|
+
}
|
|
3008
|
+
|
|
3009
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3010
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3011
|
+
}
|
|
3012
|
+
|
|
3013
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3014
|
+
height: 100%;
|
|
2992
3015
|
}
|
|
2993
3016
|
|
|
2994
3017
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3018
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3019
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3020
|
+
}
|
|
3021
|
+
|
|
2995
3022
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
2996
|
-
height:
|
|
3023
|
+
height: 100%;
|
|
2997
3024
|
}
|
|
2998
3025
|
|
|
2999
3026
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3027
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3028
|
+
height: calc(100% - 54px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3029
|
+
}
|
|
3030
|
+
|
|
3031
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3032
|
+
height: calc(100% - 91.5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3033
|
+
}
|
|
3034
|
+
|
|
3035
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3036
|
+
height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3037
|
+
}
|
|
3038
|
+
|
|
3000
3039
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3001
|
-
height:
|
|
3040
|
+
height: 100%;
|
|
3002
3041
|
}
|
|
3003
3042
|
|
|
3004
3043
|
.e-listbox-wrapper,
|
|
@@ -3031,7 +3070,7 @@ ejs-listbox {
|
|
|
3031
3070
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3032
3071
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3033
3072
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3034
|
-
height: calc(100% -
|
|
3073
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3035
3074
|
}
|
|
3036
3075
|
|
|
3037
3076
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -3307,6 +3346,30 @@ ejs-listbox {
|
|
|
3307
3346
|
padding-right: 1.0714em;
|
|
3308
3347
|
}
|
|
3309
3348
|
|
|
3349
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3350
|
+
height: 100%;
|
|
3351
|
+
}
|
|
3352
|
+
|
|
3353
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3354
|
+
height: 100%;
|
|
3355
|
+
}
|
|
3356
|
+
|
|
3357
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3358
|
+
height: 100%;
|
|
3359
|
+
}
|
|
3360
|
+
|
|
3361
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3362
|
+
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3363
|
+
}
|
|
3364
|
+
|
|
3365
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
3366
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3367
|
+
}
|
|
3368
|
+
|
|
3369
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3370
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3371
|
+
}
|
|
3372
|
+
|
|
3310
3373
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3311
3374
|
@keyframes material-spinner-rotate {
|
|
3312
3375
|
0% {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -3199,27 +3199,66 @@ ejs-listbox {
|
|
|
3199
3199
|
|
|
3200
3200
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3201
3201
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3202
|
-
height: calc(100% - 43px);
|
|
3202
|
+
height: calc(100% - 43px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3203
|
+
}
|
|
3204
|
+
|
|
3205
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3206
|
+
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3207
|
+
}
|
|
3208
|
+
|
|
3209
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3210
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3203
3211
|
}
|
|
3204
3212
|
|
|
3205
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3206
3213
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3207
|
-
height:
|
|
3214
|
+
height: 100%;
|
|
3208
3215
|
}
|
|
3209
3216
|
|
|
3210
3217
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3211
3218
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3212
|
-
height: calc(100% -
|
|
3219
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3220
|
+
}
|
|
3221
|
+
|
|
3222
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3223
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3224
|
+
}
|
|
3225
|
+
|
|
3226
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3227
|
+
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3228
|
+
}
|
|
3229
|
+
|
|
3230
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3231
|
+
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3232
|
+
}
|
|
3233
|
+
|
|
3234
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3235
|
+
height: 100%;
|
|
3213
3236
|
}
|
|
3214
3237
|
|
|
3215
3238
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3239
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3240
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3241
|
+
}
|
|
3242
|
+
|
|
3216
3243
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3217
|
-
height:
|
|
3244
|
+
height: 100%;
|
|
3218
3245
|
}
|
|
3219
3246
|
|
|
3220
3247
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3248
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3249
|
+
height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3250
|
+
}
|
|
3251
|
+
|
|
3252
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3253
|
+
height: calc(100% - 90.5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3254
|
+
}
|
|
3255
|
+
|
|
3256
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3257
|
+
height: calc(100% - 108px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3258
|
+
}
|
|
3259
|
+
|
|
3221
3260
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3222
|
-
height:
|
|
3261
|
+
height: 100%;
|
|
3223
3262
|
}
|
|
3224
3263
|
|
|
3225
3264
|
.e-listbox-wrapper,
|
|
@@ -3246,13 +3285,13 @@ ejs-listbox {
|
|
|
3246
3285
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3247
3286
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
3248
3287
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
3249
|
-
height: calc(100% -
|
|
3288
|
+
height: calc(100% - 51px);
|
|
3250
3289
|
}
|
|
3251
3290
|
|
|
3252
3291
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3253
3292
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3254
3293
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3255
|
-
height: calc(100% -
|
|
3294
|
+
height: calc(100% - 41px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3256
3295
|
}
|
|
3257
3296
|
|
|
3258
3297
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -3528,6 +3567,30 @@ ejs-listbox {
|
|
|
3528
3567
|
padding-right: 1.0714em;
|
|
3529
3568
|
}
|
|
3530
3569
|
|
|
3570
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3571
|
+
height: 100%;
|
|
3572
|
+
}
|
|
3573
|
+
|
|
3574
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3575
|
+
height: 100%;
|
|
3576
|
+
}
|
|
3577
|
+
|
|
3578
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3579
|
+
height: 100%;
|
|
3580
|
+
}
|
|
3581
|
+
|
|
3582
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3583
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3584
|
+
}
|
|
3585
|
+
|
|
3586
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
3587
|
+
height: calc(100% - 41px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3588
|
+
}
|
|
3589
|
+
|
|
3590
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3591
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3592
|
+
}
|
|
3593
|
+
|
|
3531
3594
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3532
3595
|
@keyframes material-spinner-rotate {
|
|
3533
3596
|
0% {
|
|
@@ -3147,27 +3147,66 @@ ejs-listbox {
|
|
|
3147
3147
|
}
|
|
3148
3148
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3149
3149
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3150
|
-
height: calc(100% - 45px);
|
|
3150
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3151
|
+
}
|
|
3152
|
+
|
|
3153
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3154
|
+
height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3155
|
+
}
|
|
3156
|
+
|
|
3157
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3158
|
+
height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3151
3159
|
}
|
|
3152
3160
|
|
|
3153
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3154
3161
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3155
|
-
height:
|
|
3162
|
+
height: 100%;
|
|
3156
3163
|
}
|
|
3157
3164
|
|
|
3158
3165
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3159
3166
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3160
|
-
height: calc(100% -
|
|
3167
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3168
|
+
}
|
|
3169
|
+
|
|
3170
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3171
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3172
|
+
}
|
|
3173
|
+
|
|
3174
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3175
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3176
|
+
}
|
|
3177
|
+
|
|
3178
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3179
|
+
height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3180
|
+
}
|
|
3181
|
+
|
|
3182
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3183
|
+
height: 100%;
|
|
3161
3184
|
}
|
|
3162
3185
|
|
|
3163
3186
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3187
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3188
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3189
|
+
}
|
|
3190
|
+
|
|
3164
3191
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3165
|
-
height:
|
|
3192
|
+
height: 100%;
|
|
3166
3193
|
}
|
|
3167
3194
|
|
|
3168
3195
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3196
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3197
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3198
|
+
}
|
|
3199
|
+
|
|
3200
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3201
|
+
height: calc(100% - 86px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3202
|
+
}
|
|
3203
|
+
|
|
3204
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3205
|
+
height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3206
|
+
}
|
|
3207
|
+
|
|
3169
3208
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3170
|
-
height:
|
|
3209
|
+
height: 100%;
|
|
3171
3210
|
}
|
|
3172
3211
|
|
|
3173
3212
|
.e-listbox-wrapper,
|
|
@@ -3194,13 +3233,13 @@ ejs-listbox {
|
|
|
3194
3233
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3195
3234
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
3196
3235
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
3197
|
-
height: calc(100% -
|
|
3236
|
+
height: calc(100% - 50px);
|
|
3198
3237
|
}
|
|
3199
3238
|
|
|
3200
3239
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3201
3240
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3202
3241
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3203
|
-
height: calc(100% -
|
|
3242
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3204
3243
|
}
|
|
3205
3244
|
|
|
3206
3245
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -3470,6 +3509,30 @@ ejs-listbox {
|
|
|
3470
3509
|
padding-right: 16px;
|
|
3471
3510
|
}
|
|
3472
3511
|
|
|
3512
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3513
|
+
height: 100%;
|
|
3514
|
+
}
|
|
3515
|
+
|
|
3516
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3517
|
+
height: 100%;
|
|
3518
|
+
}
|
|
3519
|
+
|
|
3520
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3521
|
+
height: 100%;
|
|
3522
|
+
}
|
|
3523
|
+
|
|
3524
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3525
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3526
|
+
}
|
|
3527
|
+
|
|
3528
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
3529
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3530
|
+
}
|
|
3531
|
+
|
|
3532
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3533
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3534
|
+
}
|
|
3535
|
+
|
|
3473
3536
|
/* stylelint-disable-line no-empty-source */
|
|
3474
3537
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3475
3538
|
@keyframes material-spinner-rotate {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -3147,27 +3147,66 @@ ejs-listbox {
|
|
|
3147
3147
|
}
|
|
3148
3148
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3149
3149
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3150
|
-
height: calc(100% - 45px);
|
|
3150
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3151
|
+
}
|
|
3152
|
+
|
|
3153
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3154
|
+
height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3155
|
+
}
|
|
3156
|
+
|
|
3157
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3158
|
+
height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3151
3159
|
}
|
|
3152
3160
|
|
|
3153
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3154
3161
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3155
|
-
height:
|
|
3162
|
+
height: 100%;
|
|
3156
3163
|
}
|
|
3157
3164
|
|
|
3158
3165
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3159
3166
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3160
|
-
height: calc(100% -
|
|
3167
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3168
|
+
}
|
|
3169
|
+
|
|
3170
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3171
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3172
|
+
}
|
|
3173
|
+
|
|
3174
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3175
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3176
|
+
}
|
|
3177
|
+
|
|
3178
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3179
|
+
height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3180
|
+
}
|
|
3181
|
+
|
|
3182
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3183
|
+
height: 100%;
|
|
3161
3184
|
}
|
|
3162
3185
|
|
|
3163
3186
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3187
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3188
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3189
|
+
}
|
|
3190
|
+
|
|
3164
3191
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3165
|
-
height:
|
|
3192
|
+
height: 100%;
|
|
3166
3193
|
}
|
|
3167
3194
|
|
|
3168
3195
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3196
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3197
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3198
|
+
}
|
|
3199
|
+
|
|
3200
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3201
|
+
height: calc(100% - 86px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3202
|
+
}
|
|
3203
|
+
|
|
3204
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3205
|
+
height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3206
|
+
}
|
|
3207
|
+
|
|
3169
3208
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3170
|
-
height:
|
|
3209
|
+
height: 100%;
|
|
3171
3210
|
}
|
|
3172
3211
|
|
|
3173
3212
|
.e-listbox-wrapper,
|
|
@@ -3194,13 +3233,13 @@ ejs-listbox {
|
|
|
3194
3233
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3195
3234
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
3196
3235
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
3197
|
-
height: calc(100% -
|
|
3236
|
+
height: calc(100% - 50px);
|
|
3198
3237
|
}
|
|
3199
3238
|
|
|
3200
3239
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3201
3240
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3202
3241
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3203
|
-
height: calc(100% -
|
|
3242
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3204
3243
|
}
|
|
3205
3244
|
|
|
3206
3245
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -3470,6 +3509,30 @@ ejs-listbox {
|
|
|
3470
3509
|
padding-right: 16px;
|
|
3471
3510
|
}
|
|
3472
3511
|
|
|
3512
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3513
|
+
height: 100%;
|
|
3514
|
+
}
|
|
3515
|
+
|
|
3516
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3517
|
+
height: 100%;
|
|
3518
|
+
}
|
|
3519
|
+
|
|
3520
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3521
|
+
height: 100%;
|
|
3522
|
+
}
|
|
3523
|
+
|
|
3524
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3525
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3526
|
+
}
|
|
3527
|
+
|
|
3528
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
3529
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3530
|
+
}
|
|
3531
|
+
|
|
3532
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3533
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3534
|
+
}
|
|
3535
|
+
|
|
3473
3536
|
/* stylelint-disable-line no-empty-source */
|
|
3474
3537
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3475
3538
|
@keyframes material-spinner-rotate {
|