@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/styles/tailwind.css
CHANGED
|
@@ -3148,27 +3148,66 @@ ejs-listbox {
|
|
|
3148
3148
|
}
|
|
3149
3149
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3150
3150
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3151
|
-
height: calc(100% - 45px);
|
|
3151
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3152
|
+
}
|
|
3153
|
+
|
|
3154
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3155
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3156
|
+
}
|
|
3157
|
+
|
|
3158
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3159
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3152
3160
|
}
|
|
3153
3161
|
|
|
3154
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3155
3162
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3156
|
-
height:
|
|
3163
|
+
height: 100%;
|
|
3157
3164
|
}
|
|
3158
3165
|
|
|
3159
3166
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3160
3167
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3161
|
-
height: calc(100% -
|
|
3168
|
+
height: calc(100% - 47px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3169
|
+
}
|
|
3170
|
+
|
|
3171
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3172
|
+
height: calc(100% - 47px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3173
|
+
}
|
|
3174
|
+
|
|
3175
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3176
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3177
|
+
}
|
|
3178
|
+
|
|
3179
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3180
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3181
|
+
}
|
|
3182
|
+
|
|
3183
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3184
|
+
height: 100%;
|
|
3162
3185
|
}
|
|
3163
3186
|
|
|
3164
3187
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3188
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3189
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3190
|
+
}
|
|
3191
|
+
|
|
3165
3192
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3166
|
-
height:
|
|
3193
|
+
height: 100%;
|
|
3167
3194
|
}
|
|
3168
3195
|
|
|
3169
3196
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3197
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3198
|
+
height: calc(100% - 53px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3199
|
+
}
|
|
3200
|
+
|
|
3201
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3202
|
+
height: calc(100% - 87.5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3203
|
+
}
|
|
3204
|
+
|
|
3205
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3206
|
+
height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3207
|
+
}
|
|
3208
|
+
|
|
3170
3209
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3171
|
-
height:
|
|
3210
|
+
height: 100%;
|
|
3172
3211
|
}
|
|
3173
3212
|
|
|
3174
3213
|
.e-listbox-wrapper,
|
|
@@ -3205,13 +3244,13 @@ ejs-listbox {
|
|
|
3205
3244
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3206
3245
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
3207
3246
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
3208
|
-
height: calc(100% -
|
|
3247
|
+
height: calc(100% - 50px);
|
|
3209
3248
|
}
|
|
3210
3249
|
|
|
3211
3250
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3212
3251
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3213
3252
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3214
|
-
height: calc(100% -
|
|
3253
|
+
height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3215
3254
|
}
|
|
3216
3255
|
|
|
3217
3256
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -3487,6 +3526,30 @@ ejs-listbox {
|
|
|
3487
3526
|
padding-right: 16px;
|
|
3488
3527
|
}
|
|
3489
3528
|
|
|
3529
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3530
|
+
height: 100%;
|
|
3531
|
+
}
|
|
3532
|
+
|
|
3533
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3534
|
+
height: 100%;
|
|
3535
|
+
}
|
|
3536
|
+
|
|
3537
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3538
|
+
height: 100%;
|
|
3539
|
+
}
|
|
3540
|
+
|
|
3541
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3542
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3543
|
+
}
|
|
3544
|
+
|
|
3545
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
3546
|
+
height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3547
|
+
}
|
|
3548
|
+
|
|
3549
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3550
|
+
height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3551
|
+
}
|
|
3552
|
+
|
|
3490
3553
|
/* stylelint-disable-line no-empty-source */
|
|
3491
3554
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3492
3555
|
@keyframes material-spinner-rotate {
|