@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.
Files changed (47) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/dist/ej2-dropdowns.umd.min.js +2 -2
  3. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-dropdowns.es2015.js +4 -4
  5. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  6. package/dist/es6/ej2-dropdowns.es5.js +4 -4
  7. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  8. package/dist/global/ej2-dropdowns.min.js +2 -2
  9. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +11 -11
  12. package/src/drop-down-list/drop-down-list.js +1 -1
  13. package/src/multi-select/multi-select.js +3 -3
  14. package/styles/bootstrap-dark.css +23 -11
  15. package/styles/bootstrap.css +23 -11
  16. package/styles/bootstrap4.css +23 -11
  17. package/styles/bootstrap5-dark.css +24 -12
  18. package/styles/bootstrap5.css +24 -12
  19. package/styles/fabric-dark.css +23 -11
  20. package/styles/fabric.css +23 -11
  21. package/styles/fluent-dark.css +27 -15
  22. package/styles/fluent.css +24 -12
  23. package/styles/highcontrast-light.css +23 -11
  24. package/styles/highcontrast.css +23 -11
  25. package/styles/list-box/_bootstrap5-definition.scss +0 -2
  26. package/styles/list-box/_fluent-definition.scss +0 -2
  27. package/styles/list-box/_tailwind-definition.scss +0 -2
  28. package/styles/list-box/_theme.scss +23 -10
  29. package/styles/list-box/bootstrap-dark.css +23 -11
  30. package/styles/list-box/bootstrap.css +23 -11
  31. package/styles/list-box/bootstrap4.css +23 -11
  32. package/styles/list-box/bootstrap5-dark.css +24 -12
  33. package/styles/list-box/bootstrap5.css +24 -12
  34. package/styles/list-box/fabric-dark.css +23 -11
  35. package/styles/list-box/fabric.css +23 -11
  36. package/styles/list-box/fluent-dark.css +27 -15
  37. package/styles/list-box/fluent.css +24 -12
  38. package/styles/list-box/highcontrast-light.css +23 -11
  39. package/styles/list-box/highcontrast.css +23 -11
  40. package/styles/list-box/material-dark.css +23 -11
  41. package/styles/list-box/material.css +23 -11
  42. package/styles/list-box/tailwind-dark.css +24 -12
  43. package/styles/list-box/tailwind.css +24 -12
  44. package/styles/material-dark.css +23 -11
  45. package/styles/material.css +23 -11
  46. package/styles/tailwind-dark.css +24 -12
  47. package/styles/tailwind.css +24 -12
@@ -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-small .e-listbox-wrapper.e-filter-list .e-list-parent,
4366
- .e-small .e-listbox-container.e-filter-list .e-list-parent {
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-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
4371
- .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
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);
@@ -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-small .e-listbox-wrapper.e-filter-list .e-list-parent,
3013
- .e-small .e-listbox-container.e-filter-list .e-list-parent {
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-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3018
- .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3019
- height: calc(100% - 55px);
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);
@@ -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-small .e-listbox-wrapper.e-filter-list .e-list-parent,
3013
- .e-small .e-listbox-container.e-filter-list .e-list-parent {
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-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3018
- .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3019
- height: calc(100% - 55px);
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);