@syncfusion/ej2-dropdowns 20.2.36 → 20.2.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 +2 -0
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +4 -4
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +4 -4
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/drop-down-list/drop-down-list.js +1 -1
- package/src/multi-select/multi-select.js +3 -3
- package/styles/bootstrap-dark.css +23 -11
- package/styles/bootstrap.css +23 -11
- package/styles/bootstrap4.css +23 -11
- package/styles/bootstrap5-dark.css +24 -12
- package/styles/bootstrap5.css +24 -12
- package/styles/fabric-dark.css +23 -11
- package/styles/fabric.css +23 -11
- package/styles/fluent-dark.css +27 -15
- package/styles/fluent.css +24 -12
- package/styles/highcontrast-light.css +23 -11
- package/styles/highcontrast.css +23 -11
- package/styles/list-box/_bootstrap5-definition.scss +0 -2
- package/styles/list-box/_fluent-definition.scss +0 -2
- package/styles/list-box/_tailwind-definition.scss +0 -2
- package/styles/list-box/_theme.scss +23 -10
- package/styles/list-box/bootstrap-dark.css +23 -11
- package/styles/list-box/bootstrap.css +23 -11
- package/styles/list-box/bootstrap4.css +23 -11
- package/styles/list-box/bootstrap5-dark.css +24 -12
- package/styles/list-box/bootstrap5.css +24 -12
- package/styles/list-box/fabric-dark.css +23 -11
- package/styles/list-box/fabric.css +23 -11
- package/styles/list-box/fluent-dark.css +27 -15
- package/styles/list-box/fluent.css +24 -12
- package/styles/list-box/highcontrast-light.css +23 -11
- package/styles/list-box/highcontrast.css +23 -11
- package/styles/list-box/material-dark.css +23 -11
- package/styles/list-box/material.css +23 -11
- package/styles/list-box/tailwind-dark.css +24 -12
- package/styles/list-box/tailwind.css +24 -12
- package/styles/material-dark.css +23 -11
- package/styles/material.css +23 -11
- package/styles/tailwind-dark.css +24 -12
- package/styles/tailwind.css +24 -12
package/styles/material.css
CHANGED
|
@@ -4362,16 +4362,30 @@ ejs-listbox {
|
|
|
4362
4362
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
4363
4363
|
font-size: 20px;
|
|
4364
4364
|
}
|
|
4365
|
-
.e-
|
|
4366
|
-
|
|
4365
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4366
|
+
height: calc(100% - 43px);
|
|
4367
|
+
}
|
|
4368
|
+
|
|
4369
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
4370
|
+
height: calc(100% - 43px) !important;
|
|
4371
|
+
}
|
|
4372
|
+
|
|
4373
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4367
4374
|
height: calc(100% - 45px);
|
|
4368
4375
|
}
|
|
4369
4376
|
|
|
4370
|
-
.e-
|
|
4371
|
-
|
|
4377
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4378
|
+
height: calc(100% - 45px) !important;
|
|
4379
|
+
}
|
|
4380
|
+
|
|
4381
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4372
4382
|
height: calc(100% - 50px);
|
|
4373
4383
|
}
|
|
4374
4384
|
|
|
4385
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4386
|
+
height: calc(100% - 50px) !important;
|
|
4387
|
+
}
|
|
4388
|
+
|
|
4375
4389
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4376
4390
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4377
4391
|
height: calc(100% - 98px);
|
|
@@ -4382,11 +4396,14 @@ ejs-listbox {
|
|
|
4382
4396
|
height: calc(100% - 48px);
|
|
4383
4397
|
}
|
|
4384
4398
|
|
|
4385
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
4386
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
4399
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4387
4400
|
height: calc(100% - 45px);
|
|
4388
4401
|
}
|
|
4389
4402
|
|
|
4403
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4404
|
+
height: calc(100% - 45px) !important;
|
|
4405
|
+
}
|
|
4406
|
+
|
|
4390
4407
|
.e-listbox-wrapper,
|
|
4391
4408
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
4392
4409
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -4406,11 +4423,6 @@ ejs-listbox {
|
|
|
4406
4423
|
font-size: 20px;
|
|
4407
4424
|
}
|
|
4408
4425
|
|
|
4409
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4410
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
4411
|
-
height: calc(100% - 43px);
|
|
4412
|
-
}
|
|
4413
|
-
|
|
4414
4426
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4415
4427
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4416
4428
|
height: calc(100% - 79px);
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -3009,14 +3009,28 @@ ejs-listbox {
|
|
|
3009
3009
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3010
3010
|
font-size: 14px;
|
|
3011
3011
|
}
|
|
3012
|
-
.e-
|
|
3013
|
-
|
|
3012
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3013
|
+
height: calc(100% - 38px);
|
|
3014
|
+
}
|
|
3015
|
+
|
|
3016
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3017
|
+
height: calc(100% - 38px) !important;
|
|
3018
|
+
}
|
|
3019
|
+
|
|
3020
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3014
3021
|
height: calc(100% - 45px);
|
|
3015
3022
|
}
|
|
3016
3023
|
|
|
3017
|
-
.e-
|
|
3018
|
-
|
|
3019
|
-
|
|
3024
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3025
|
+
height: calc(100% - 45px) !important;
|
|
3026
|
+
}
|
|
3027
|
+
|
|
3028
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3029
|
+
height: calc(100% - 46px);
|
|
3030
|
+
}
|
|
3031
|
+
|
|
3032
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3033
|
+
height: calc(100% - 46px) !important;
|
|
3020
3034
|
}
|
|
3021
3035
|
|
|
3022
3036
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -3029,11 +3043,14 @@ ejs-listbox {
|
|
|
3029
3043
|
height: calc(100% - 48px);
|
|
3030
3044
|
}
|
|
3031
3045
|
|
|
3032
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
3033
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3046
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3034
3047
|
height: calc(100% - 45px);
|
|
3035
3048
|
}
|
|
3036
3049
|
|
|
3050
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3051
|
+
height: calc(100% - 45px) !important;
|
|
3052
|
+
}
|
|
3053
|
+
|
|
3037
3054
|
.e-listbox-wrapper,
|
|
3038
3055
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3039
3056
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3063,11 +3080,6 @@ ejs-listbox {
|
|
|
3063
3080
|
font-size: 12px;
|
|
3064
3081
|
}
|
|
3065
3082
|
|
|
3066
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3067
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3068
|
-
height: calc(100% - 47px);
|
|
3069
|
-
}
|
|
3070
|
-
|
|
3071
3083
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3072
3084
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3073
3085
|
height: calc(100% - 76px);
|
package/styles/tailwind.css
CHANGED
|
@@ -3009,14 +3009,28 @@ ejs-listbox {
|
|
|
3009
3009
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3010
3010
|
font-size: 14px;
|
|
3011
3011
|
}
|
|
3012
|
-
.e-
|
|
3013
|
-
|
|
3012
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3013
|
+
height: calc(100% - 38px);
|
|
3014
|
+
}
|
|
3015
|
+
|
|
3016
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3017
|
+
height: calc(100% - 38px) !important;
|
|
3018
|
+
}
|
|
3019
|
+
|
|
3020
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3014
3021
|
height: calc(100% - 45px);
|
|
3015
3022
|
}
|
|
3016
3023
|
|
|
3017
|
-
.e-
|
|
3018
|
-
|
|
3019
|
-
|
|
3024
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3025
|
+
height: calc(100% - 45px) !important;
|
|
3026
|
+
}
|
|
3027
|
+
|
|
3028
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3029
|
+
height: calc(100% - 46px);
|
|
3030
|
+
}
|
|
3031
|
+
|
|
3032
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3033
|
+
height: calc(100% - 46px) !important;
|
|
3020
3034
|
}
|
|
3021
3035
|
|
|
3022
3036
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -3029,11 +3043,14 @@ ejs-listbox {
|
|
|
3029
3043
|
height: calc(100% - 48px);
|
|
3030
3044
|
}
|
|
3031
3045
|
|
|
3032
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
3033
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3046
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3034
3047
|
height: calc(100% - 45px);
|
|
3035
3048
|
}
|
|
3036
3049
|
|
|
3050
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3051
|
+
height: calc(100% - 45px) !important;
|
|
3052
|
+
}
|
|
3053
|
+
|
|
3037
3054
|
.e-listbox-wrapper,
|
|
3038
3055
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3039
3056
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3063,11 +3080,6 @@ ejs-listbox {
|
|
|
3063
3080
|
font-size: 12px;
|
|
3064
3081
|
}
|
|
3065
3082
|
|
|
3066
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3067
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3068
|
-
height: calc(100% - 47px);
|
|
3069
|
-
}
|
|
3070
|
-
|
|
3071
3083
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3072
3084
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3073
3085
|
height: calc(100% - 76px);
|