@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/styles/fluent.css
CHANGED
|
@@ -1539,7 +1539,8 @@ ejs-dropdownlist {
|
|
|
1539
1539
|
padding: 0 0 0 48px;
|
|
1540
1540
|
}
|
|
1541
1541
|
|
|
1542
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon
|
|
1542
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
1543
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1543
1544
|
margin-top: -1.68em;
|
|
1544
1545
|
}
|
|
1545
1546
|
|
|
@@ -2133,11 +2134,21 @@ ejs-multiselect {
|
|
|
2133
2134
|
width: 12px;
|
|
2134
2135
|
}
|
|
2135
2136
|
|
|
2137
|
+
.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2138
|
+
.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2139
|
+
margin-top: -1.6em;
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2136
2142
|
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2137
2143
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2138
2144
|
line-height: 40px;
|
|
2139
2145
|
}
|
|
2140
2146
|
|
|
2147
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2148
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2149
|
+
margin-top: -1.68em;
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2141
2152
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2142
2153
|
height: 14px;
|
|
2143
2154
|
width: 14px;
|
|
@@ -3214,27 +3225,66 @@ ejs-listbox {
|
|
|
3214
3225
|
}
|
|
3215
3226
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3216
3227
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3217
|
-
height: calc(100% - 50px);
|
|
3228
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3229
|
+
}
|
|
3230
|
+
|
|
3231
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3232
|
+
height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3233
|
+
}
|
|
3234
|
+
|
|
3235
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3236
|
+
height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3218
3237
|
}
|
|
3219
3238
|
|
|
3220
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3221
3239
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3222
|
-
height:
|
|
3240
|
+
height: 100%;
|
|
3223
3241
|
}
|
|
3224
3242
|
|
|
3225
3243
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3226
3244
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3227
|
-
height: calc(100% -
|
|
3245
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3246
|
+
}
|
|
3247
|
+
|
|
3248
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3249
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3250
|
+
}
|
|
3251
|
+
|
|
3252
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3253
|
+
height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3254
|
+
}
|
|
3255
|
+
|
|
3256
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3257
|
+
height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3258
|
+
}
|
|
3259
|
+
|
|
3260
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3261
|
+
height: 100%;
|
|
3228
3262
|
}
|
|
3229
3263
|
|
|
3230
3264
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3265
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3266
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3267
|
+
}
|
|
3268
|
+
|
|
3231
3269
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3232
|
-
height:
|
|
3270
|
+
height: 100%;
|
|
3233
3271
|
}
|
|
3234
3272
|
|
|
3235
3273
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3274
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3275
|
+
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3276
|
+
}
|
|
3277
|
+
|
|
3278
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3279
|
+
height: calc(100% - 93px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3280
|
+
}
|
|
3281
|
+
|
|
3282
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3283
|
+
height: calc(100% - 113px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3284
|
+
}
|
|
3285
|
+
|
|
3236
3286
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3237
|
-
height:
|
|
3287
|
+
height: 100%;
|
|
3238
3288
|
}
|
|
3239
3289
|
|
|
3240
3290
|
.e-listbox-wrapper,
|
|
@@ -3267,7 +3317,7 @@ ejs-listbox {
|
|
|
3267
3317
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3268
3318
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3269
3319
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3270
|
-
height: calc(100% -
|
|
3320
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3271
3321
|
}
|
|
3272
3322
|
|
|
3273
3323
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -3543,6 +3593,30 @@ ejs-listbox {
|
|
|
3543
3593
|
padding-right: 16px;
|
|
3544
3594
|
}
|
|
3545
3595
|
|
|
3596
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3597
|
+
height: 100%;
|
|
3598
|
+
}
|
|
3599
|
+
|
|
3600
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3601
|
+
height: 100%;
|
|
3602
|
+
}
|
|
3603
|
+
|
|
3604
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3605
|
+
height: 100%;
|
|
3606
|
+
}
|
|
3607
|
+
|
|
3608
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3609
|
+
height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3610
|
+
}
|
|
3611
|
+
|
|
3612
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
3613
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3614
|
+
}
|
|
3615
|
+
|
|
3616
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3617
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3618
|
+
}
|
|
3619
|
+
|
|
3546
3620
|
/* stylelint-disable-line no-empty-source */
|
|
3547
3621
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3548
3622
|
@keyframes material-spinner-rotate {
|
|
@@ -1451,7 +1451,8 @@ ejs-dropdownlist {
|
|
|
1451
1451
|
padding: 0 0 0 48px;
|
|
1452
1452
|
}
|
|
1453
1453
|
|
|
1454
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon
|
|
1454
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
1455
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1455
1456
|
margin-top: -2.8em;
|
|
1456
1457
|
}
|
|
1457
1458
|
|
|
@@ -2012,11 +2013,21 @@ ejs-multiselect {
|
|
|
2012
2013
|
margin-top: -2.9em;
|
|
2013
2014
|
}
|
|
2014
2015
|
|
|
2016
|
+
.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2017
|
+
.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2018
|
+
margin-top: -2.5em;
|
|
2019
|
+
}
|
|
2020
|
+
|
|
2015
2021
|
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2016
2022
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2017
2023
|
line-height: 40px;
|
|
2018
2024
|
}
|
|
2019
2025
|
|
|
2026
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2027
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2028
|
+
margin-top: -2.85em;
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2020
2031
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2021
2032
|
height: 26px;
|
|
2022
2033
|
width: 26px;
|
|
@@ -3061,27 +3072,66 @@ ejs-listbox {
|
|
|
3061
3072
|
}
|
|
3062
3073
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3063
3074
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3064
|
-
height: calc(100% - 45px);
|
|
3075
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3076
|
+
}
|
|
3077
|
+
|
|
3078
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3079
|
+
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3080
|
+
}
|
|
3081
|
+
|
|
3082
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3083
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3065
3084
|
}
|
|
3066
3085
|
|
|
3067
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3068
3086
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3069
|
-
height:
|
|
3087
|
+
height: 100%;
|
|
3070
3088
|
}
|
|
3071
3089
|
|
|
3072
3090
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3073
3091
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3074
|
-
height: calc(100% -
|
|
3092
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3093
|
+
}
|
|
3094
|
+
|
|
3095
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3096
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3097
|
+
}
|
|
3098
|
+
|
|
3099
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3100
|
+
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3101
|
+
}
|
|
3102
|
+
|
|
3103
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3104
|
+
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3105
|
+
}
|
|
3106
|
+
|
|
3107
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3108
|
+
height: 100%;
|
|
3075
3109
|
}
|
|
3076
3110
|
|
|
3077
3111
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3112
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3113
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3114
|
+
}
|
|
3115
|
+
|
|
3078
3116
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3079
|
-
height:
|
|
3117
|
+
height: 100%;
|
|
3080
3118
|
}
|
|
3081
3119
|
|
|
3082
3120
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3121
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3122
|
+
height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3123
|
+
}
|
|
3124
|
+
|
|
3125
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3126
|
+
height: calc(100% - 87px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3127
|
+
}
|
|
3128
|
+
|
|
3129
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3130
|
+
height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3131
|
+
}
|
|
3132
|
+
|
|
3083
3133
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3084
|
-
height:
|
|
3134
|
+
height: 100%;
|
|
3085
3135
|
}
|
|
3086
3136
|
|
|
3087
3137
|
.e-listbox-wrapper,
|
|
@@ -3114,7 +3164,7 @@ ejs-listbox {
|
|
|
3114
3164
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3115
3165
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3116
3166
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3117
|
-
height: calc(100% -
|
|
3167
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3118
3168
|
}
|
|
3119
3169
|
|
|
3120
3170
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -3390,6 +3440,30 @@ ejs-listbox {
|
|
|
3390
3440
|
padding-right: 0.923em;
|
|
3391
3441
|
}
|
|
3392
3442
|
|
|
3443
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3444
|
+
height: 100%;
|
|
3445
|
+
}
|
|
3446
|
+
|
|
3447
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3448
|
+
height: 100%;
|
|
3449
|
+
}
|
|
3450
|
+
|
|
3451
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3452
|
+
height: 100%;
|
|
3453
|
+
}
|
|
3454
|
+
|
|
3455
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3456
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3457
|
+
}
|
|
3458
|
+
|
|
3459
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
3460
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3461
|
+
}
|
|
3462
|
+
|
|
3463
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3464
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3465
|
+
}
|
|
3466
|
+
|
|
3393
3467
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3394
3468
|
@keyframes material-spinner-rotate {
|
|
3395
3469
|
0% {
|
package/styles/highcontrast.css
CHANGED
|
@@ -1457,7 +1457,8 @@ ejs-dropdownlist {
|
|
|
1457
1457
|
padding: 0 0 0 48px;
|
|
1458
1458
|
}
|
|
1459
1459
|
|
|
1460
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon
|
|
1460
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
1461
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1461
1462
|
margin-top: -3.1em;
|
|
1462
1463
|
}
|
|
1463
1464
|
|
|
@@ -2018,11 +2019,21 @@ ejs-multiselect {
|
|
|
2018
2019
|
margin-top: -3.2em;
|
|
2019
2020
|
}
|
|
2020
2021
|
|
|
2022
|
+
.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2023
|
+
.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2024
|
+
margin-top: -2.5em;
|
|
2025
|
+
}
|
|
2026
|
+
|
|
2021
2027
|
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2022
2028
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2023
2029
|
line-height: 40px;
|
|
2024
2030
|
}
|
|
2025
2031
|
|
|
2032
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2033
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2034
|
+
margin-top: -2.85em;
|
|
2035
|
+
}
|
|
2036
|
+
|
|
2026
2037
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2027
2038
|
height: 26px;
|
|
2028
2039
|
width: auto;
|
|
@@ -3078,27 +3089,66 @@ ejs-listbox {
|
|
|
3078
3089
|
}
|
|
3079
3090
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3080
3091
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3081
|
-
height: calc(100% - 45px);
|
|
3092
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3093
|
+
}
|
|
3094
|
+
|
|
3095
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3096
|
+
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3097
|
+
}
|
|
3098
|
+
|
|
3099
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3100
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3082
3101
|
}
|
|
3083
3102
|
|
|
3084
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3085
3103
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3086
|
-
height:
|
|
3104
|
+
height: 100%;
|
|
3087
3105
|
}
|
|
3088
3106
|
|
|
3089
3107
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3090
3108
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3091
|
-
height: calc(100% -
|
|
3109
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3110
|
+
}
|
|
3111
|
+
|
|
3112
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3113
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3114
|
+
}
|
|
3115
|
+
|
|
3116
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3117
|
+
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3118
|
+
}
|
|
3119
|
+
|
|
3120
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3121
|
+
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3122
|
+
}
|
|
3123
|
+
|
|
3124
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3125
|
+
height: 100%;
|
|
3092
3126
|
}
|
|
3093
3127
|
|
|
3094
3128
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3129
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3130
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3131
|
+
}
|
|
3132
|
+
|
|
3095
3133
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3096
|
-
height:
|
|
3134
|
+
height: 100%;
|
|
3097
3135
|
}
|
|
3098
3136
|
|
|
3099
3137
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3138
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3139
|
+
height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3140
|
+
}
|
|
3141
|
+
|
|
3142
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3143
|
+
height: calc(100% - 87px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3144
|
+
}
|
|
3145
|
+
|
|
3146
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3147
|
+
height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3148
|
+
}
|
|
3149
|
+
|
|
3100
3150
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3101
|
-
height:
|
|
3151
|
+
height: 100%;
|
|
3102
3152
|
}
|
|
3103
3153
|
|
|
3104
3154
|
.e-listbox-wrapper,
|
|
@@ -3131,7 +3181,7 @@ ejs-listbox {
|
|
|
3131
3181
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3132
3182
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3133
3183
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3134
|
-
height: calc(100% -
|
|
3184
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3135
3185
|
}
|
|
3136
3186
|
|
|
3137
3187
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -3407,6 +3457,30 @@ ejs-listbox {
|
|
|
3407
3457
|
padding-right: 0.923em;
|
|
3408
3458
|
}
|
|
3409
3459
|
|
|
3460
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3461
|
+
height: 100%;
|
|
3462
|
+
}
|
|
3463
|
+
|
|
3464
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3465
|
+
height: 100%;
|
|
3466
|
+
}
|
|
3467
|
+
|
|
3468
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3469
|
+
height: 100%;
|
|
3470
|
+
}
|
|
3471
|
+
|
|
3472
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3473
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3474
|
+
}
|
|
3475
|
+
|
|
3476
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
3477
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3478
|
+
}
|
|
3479
|
+
|
|
3480
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3481
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3482
|
+
}
|
|
3483
|
+
|
|
3410
3484
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3411
3485
|
@keyframes material-spinner-rotate {
|
|
3412
3486
|
0% {
|
|
@@ -562,27 +562,66 @@ ejs-listbox {
|
|
|
562
562
|
}
|
|
563
563
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
564
564
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
565
|
-
height: calc(100% - 46px);
|
|
565
|
+
height: calc(100% - 46px) !important; /* stylelint-disable-line declaration-no-important */
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
569
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
573
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
566
574
|
}
|
|
567
575
|
|
|
568
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
569
576
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
570
|
-
height:
|
|
577
|
+
height: 100%;
|
|
571
578
|
}
|
|
572
579
|
|
|
573
580
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
574
581
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
575
|
-
height: calc(100% -
|
|
582
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
586
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
590
|
+
height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
594
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
598
|
+
height: 100%;
|
|
576
599
|
}
|
|
577
600
|
|
|
578
601
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
602
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
603
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
604
|
+
}
|
|
605
|
+
|
|
579
606
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
580
|
-
height:
|
|
607
|
+
height: 100%;
|
|
581
608
|
}
|
|
582
609
|
|
|
583
610
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
611
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
612
|
+
height: calc(100% - 54px) !important; /* stylelint-disable-line declaration-no-important */
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
616
|
+
height: calc(100% - 91.5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
620
|
+
height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
|
|
621
|
+
}
|
|
622
|
+
|
|
584
623
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
585
|
-
height:
|
|
624
|
+
height: 100%;
|
|
586
625
|
}
|
|
587
626
|
|
|
588
627
|
.e-listbox-wrapper,
|
|
@@ -615,7 +654,7 @@ ejs-listbox {
|
|
|
615
654
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
616
655
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
617
656
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
618
|
-
height: calc(100% -
|
|
657
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
619
658
|
}
|
|
620
659
|
|
|
621
660
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -889,4 +928,28 @@ ejs-listbox {
|
|
|
889
928
|
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
890
929
|
padding-left: 3.9285em;
|
|
891
930
|
padding-right: 1.0714em;
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
934
|
+
height: 100%;
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
938
|
+
height: 100%;
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
942
|
+
height: 100%;
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
946
|
+
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
950
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
954
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
892
955
|
}
|
|
@@ -573,27 +573,66 @@ ejs-listbox {
|
|
|
573
573
|
}
|
|
574
574
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
575
575
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
576
|
-
height: calc(100% - 46px);
|
|
576
|
+
height: calc(100% - 46px) !important; /* stylelint-disable-line declaration-no-important */
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
580
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
584
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
577
585
|
}
|
|
578
586
|
|
|
579
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
580
587
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
581
|
-
height:
|
|
588
|
+
height: 100%;
|
|
582
589
|
}
|
|
583
590
|
|
|
584
591
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
585
592
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
586
|
-
height: calc(100% -
|
|
593
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
597
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
601
|
+
height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
605
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
609
|
+
height: 100%;
|
|
587
610
|
}
|
|
588
611
|
|
|
589
612
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
613
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
614
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
615
|
+
}
|
|
616
|
+
|
|
590
617
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
591
|
-
height:
|
|
618
|
+
height: 100%;
|
|
592
619
|
}
|
|
593
620
|
|
|
594
621
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
622
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
623
|
+
height: calc(100% - 54px) !important; /* stylelint-disable-line declaration-no-important */
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
627
|
+
height: calc(100% - 91.5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
631
|
+
height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
|
|
632
|
+
}
|
|
633
|
+
|
|
595
634
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
596
|
-
height:
|
|
635
|
+
height: 100%;
|
|
597
636
|
}
|
|
598
637
|
|
|
599
638
|
.e-listbox-wrapper,
|
|
@@ -626,7 +665,7 @@ ejs-listbox {
|
|
|
626
665
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
627
666
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
628
667
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
629
|
-
height: calc(100% -
|
|
668
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
630
669
|
}
|
|
631
670
|
|
|
632
671
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -900,4 +939,28 @@ ejs-listbox {
|
|
|
900
939
|
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
901
940
|
padding-left: 3.9285em;
|
|
902
941
|
padding-right: 1.0714em;
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
945
|
+
height: 100%;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
949
|
+
height: 100%;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
953
|
+
height: 100%;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
957
|
+
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
961
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
965
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
903
966
|
}
|