@syncfusion/ej2-angular-dropdowns 20.2.36-ngcc → 20.2.38-ngcc

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 (37) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/ej2-angular-dropdowns.umd.js +1 -1
  3. package/dist/ej2-angular-dropdowns.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/schematics/utils/lib-details.d.ts +2 -2
  6. package/schematics/utils/lib-details.js +2 -2
  7. package/schematics/utils/lib-details.ts +2 -2
  8. package/styles/bootstrap-dark.css +23 -11
  9. package/styles/bootstrap.css +23 -11
  10. package/styles/bootstrap4.css +23 -11
  11. package/styles/bootstrap5-dark.css +24 -12
  12. package/styles/bootstrap5.css +24 -12
  13. package/styles/fabric-dark.css +23 -11
  14. package/styles/fabric.css +23 -11
  15. package/styles/fluent-dark.css +27 -15
  16. package/styles/fluent.css +24 -12
  17. package/styles/highcontrast-light.css +23 -11
  18. package/styles/highcontrast.css +23 -11
  19. package/styles/list-box/bootstrap-dark.css +23 -11
  20. package/styles/list-box/bootstrap.css +23 -11
  21. package/styles/list-box/bootstrap4.css +23 -11
  22. package/styles/list-box/bootstrap5-dark.css +24 -12
  23. package/styles/list-box/bootstrap5.css +24 -12
  24. package/styles/list-box/fabric-dark.css +23 -11
  25. package/styles/list-box/fabric.css +23 -11
  26. package/styles/list-box/fluent-dark.css +27 -15
  27. package/styles/list-box/fluent.css +24 -12
  28. package/styles/list-box/highcontrast-light.css +23 -11
  29. package/styles/list-box/highcontrast.css +23 -11
  30. package/styles/list-box/material-dark.css +23 -11
  31. package/styles/list-box/material.css +23 -11
  32. package/styles/list-box/tailwind-dark.css +24 -12
  33. package/styles/list-box/tailwind.css +24 -12
  34. package/styles/material-dark.css +23 -11
  35. package/styles/material.css +23 -11
  36. package/styles/tailwind-dark.css +24 -12
  37. package/styles/tailwind.css +24 -12
@@ -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);