@syncfusion/ej2-angular-dropdowns 23.1.36-ngcc → 23.1.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 (48) hide show
  1. package/@syncfusion/ej2-angular-dropdowns.es5.js +2 -2
  2. package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-dropdowns.js +2 -2
  4. package/@syncfusion/ej2-angular-dropdowns.js.map +1 -1
  5. package/CHANGELOG.md +8 -0
  6. package/dist/ej2-angular-dropdowns.umd.js +4 -4
  7. package/dist/ej2-angular-dropdowns.umd.js.map +1 -1
  8. package/dist/ej2-angular-dropdowns.umd.min.js +3 -3
  9. package/dist/ej2-angular-dropdowns.umd.min.js.map +1 -1
  10. package/ej2-angular-dropdowns.metadata.json +1 -1
  11. package/package.json +8 -8
  12. package/schematics/utils/lib-details.d.ts +2 -2
  13. package/schematics/utils/lib-details.js +2 -2
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/styles/bootstrap-dark.css +70 -7
  16. package/styles/bootstrap.css +70 -7
  17. package/styles/bootstrap4.css +71 -8
  18. package/styles/bootstrap5-dark.css +71 -8
  19. package/styles/bootstrap5.css +71 -8
  20. package/styles/fabric-dark.css +70 -7
  21. package/styles/fabric.css +70 -7
  22. package/styles/fluent-dark.css +70 -7
  23. package/styles/fluent.css +70 -7
  24. package/styles/highcontrast-light.css +70 -7
  25. package/styles/highcontrast.css +70 -7
  26. package/styles/list-box/bootstrap-dark.css +70 -7
  27. package/styles/list-box/bootstrap.css +70 -7
  28. package/styles/list-box/bootstrap4.css +71 -8
  29. package/styles/list-box/bootstrap5-dark.css +71 -8
  30. package/styles/list-box/bootstrap5.css +71 -8
  31. package/styles/list-box/fabric-dark.css +70 -7
  32. package/styles/list-box/fabric.css +70 -7
  33. package/styles/list-box/fluent-dark.css +70 -7
  34. package/styles/list-box/fluent.css +70 -7
  35. package/styles/list-box/highcontrast-light.css +70 -7
  36. package/styles/list-box/highcontrast.css +70 -7
  37. package/styles/list-box/material-dark.css +71 -8
  38. package/styles/list-box/material.css +71 -8
  39. package/styles/list-box/material3-dark.css +71 -8
  40. package/styles/list-box/material3.css +71 -8
  41. package/styles/list-box/tailwind-dark.css +71 -8
  42. package/styles/list-box/tailwind.css +71 -8
  43. package/styles/material-dark.css +71 -8
  44. package/styles/material.css +71 -8
  45. package/styles/material3-dark.css +71 -8
  46. package/styles/material3.css +71 -8
  47. package/styles/tailwind-dark.css +71 -8
  48. package/styles/tailwind.css +71 -8
@@ -3214,27 +3214,66 @@ ejs-listbox {
3214
3214
  }
3215
3215
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
3216
3216
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
3217
- height: calc(100% - 50px);
3217
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
3218
+ }
3219
+
3220
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3221
+ height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
3222
+ }
3223
+
3224
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3225
+ height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
3218
3226
  }
3219
3227
 
3220
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3221
3228
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3222
- height: calc(100% - 64px);
3229
+ height: 100%;
3223
3230
  }
3224
3231
 
3225
3232
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3226
3233
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3227
- height: calc(100% - 113px);
3234
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3235
+ }
3236
+
3237
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3238
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3239
+ }
3240
+
3241
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3242
+ height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
3243
+ }
3244
+
3245
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3246
+ height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
3247
+ }
3248
+
3249
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3250
+ height: 100%;
3228
3251
  }
3229
3252
 
3230
3253
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3254
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
3255
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3256
+ }
3257
+
3231
3258
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
3232
- height: calc(100% - 48px);
3259
+ height: 100%;
3233
3260
  }
3234
3261
 
3235
3262
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3263
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3264
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
3265
+ }
3266
+
3267
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3268
+ height: calc(100% - 93px) !important; /* stylelint-disable-line declaration-no-important */
3269
+ }
3270
+
3271
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3272
+ height: calc(100% - 113px) !important; /* stylelint-disable-line declaration-no-important */
3273
+ }
3274
+
3236
3275
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3237
- height: calc(100% - 59px);
3276
+ height: 100%;
3238
3277
  }
3239
3278
 
3240
3279
  .e-listbox-wrapper,
@@ -3267,7 +3306,7 @@ ejs-listbox {
3267
3306
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3268
3307
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
3269
3308
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
3270
- height: calc(100% - 93px);
3309
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3271
3310
  }
3272
3311
 
3273
3312
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -3543,6 +3582,30 @@ ejs-listbox {
3543
3582
  padding-right: 16px;
3544
3583
  }
3545
3584
 
3585
+ .e-listbox-container.e-filter-list .e-list-parent {
3586
+ height: 100%;
3587
+ }
3588
+
3589
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3590
+ height: 100%;
3591
+ }
3592
+
3593
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
3594
+ height: 100%;
3595
+ }
3596
+
3597
+ .e-listbox-container.e-filter-list .e-list-wrap {
3598
+ height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
3599
+ }
3600
+
3601
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
3602
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3603
+ }
3604
+
3605
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
3606
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3607
+ }
3608
+
3546
3609
  /* stylelint-disable-line no-empty-source */
3547
3610
  /* stylelint-disable property-no-vendor-prefix */
3548
3611
  @keyframes material-spinner-rotate {
package/styles/fluent.css CHANGED
@@ -3214,27 +3214,66 @@ ejs-listbox {
3214
3214
  }
3215
3215
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
3216
3216
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
3217
- height: calc(100% - 50px);
3217
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
3218
+ }
3219
+
3220
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3221
+ height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
3222
+ }
3223
+
3224
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3225
+ height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
3218
3226
  }
3219
3227
 
3220
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3221
3228
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3222
- height: calc(100% - 64px);
3229
+ height: 100%;
3223
3230
  }
3224
3231
 
3225
3232
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3226
3233
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3227
- height: calc(100% - 113px);
3234
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3235
+ }
3236
+
3237
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3238
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3239
+ }
3240
+
3241
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3242
+ height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
3243
+ }
3244
+
3245
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3246
+ height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
3247
+ }
3248
+
3249
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3250
+ height: 100%;
3228
3251
  }
3229
3252
 
3230
3253
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3254
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
3255
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3256
+ }
3257
+
3231
3258
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
3232
- height: calc(100% - 48px);
3259
+ height: 100%;
3233
3260
  }
3234
3261
 
3235
3262
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3263
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3264
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
3265
+ }
3266
+
3267
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3268
+ height: calc(100% - 93px) !important; /* stylelint-disable-line declaration-no-important */
3269
+ }
3270
+
3271
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3272
+ height: calc(100% - 113px) !important; /* stylelint-disable-line declaration-no-important */
3273
+ }
3274
+
3236
3275
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3237
- height: calc(100% - 59px);
3276
+ height: 100%;
3238
3277
  }
3239
3278
 
3240
3279
  .e-listbox-wrapper,
@@ -3267,7 +3306,7 @@ ejs-listbox {
3267
3306
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3268
3307
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
3269
3308
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
3270
- height: calc(100% - 93px);
3309
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3271
3310
  }
3272
3311
 
3273
3312
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -3543,6 +3582,30 @@ ejs-listbox {
3543
3582
  padding-right: 16px;
3544
3583
  }
3545
3584
 
3585
+ .e-listbox-container.e-filter-list .e-list-parent {
3586
+ height: 100%;
3587
+ }
3588
+
3589
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3590
+ height: 100%;
3591
+ }
3592
+
3593
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
3594
+ height: 100%;
3595
+ }
3596
+
3597
+ .e-listbox-container.e-filter-list .e-list-wrap {
3598
+ height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
3599
+ }
3600
+
3601
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
3602
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3603
+ }
3604
+
3605
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
3606
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3607
+ }
3608
+
3546
3609
  /* stylelint-disable-line no-empty-source */
3547
3610
  /* stylelint-disable property-no-vendor-prefix */
3548
3611
  @keyframes material-spinner-rotate {
@@ -3061,27 +3061,66 @@ ejs-listbox {
3061
3061
  }
3062
3062
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
3063
3063
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
3064
- height: calc(100% - 45px);
3064
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
3065
+ }
3066
+
3067
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3068
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
3069
+ }
3070
+
3071
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3072
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
3065
3073
  }
3066
3074
 
3067
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3068
3075
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3069
- height: calc(100% - 59px);
3076
+ height: 100%;
3070
3077
  }
3071
3078
 
3072
3079
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3073
3080
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3074
- height: calc(100% - 104px);
3081
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
3082
+ }
3083
+
3084
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3085
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
3086
+ }
3087
+
3088
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3089
+ height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
3090
+ }
3091
+
3092
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3093
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
3094
+ }
3095
+
3096
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3097
+ height: 100%;
3075
3098
  }
3076
3099
 
3077
3100
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3101
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
3102
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
3103
+ }
3104
+
3078
3105
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
3079
- height: calc(100% - 45px);
3106
+ height: 100%;
3080
3107
  }
3081
3108
 
3082
3109
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3110
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3111
+ height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
3112
+ }
3113
+
3114
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3115
+ height: calc(100% - 87px) !important; /* stylelint-disable-line declaration-no-important */
3116
+ }
3117
+
3118
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3119
+ height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
3120
+ }
3121
+
3083
3122
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3084
- height: calc(100% - 55px);
3123
+ height: 100%;
3085
3124
  }
3086
3125
 
3087
3126
  .e-listbox-wrapper,
@@ -3114,7 +3153,7 @@ ejs-listbox {
3114
3153
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3115
3154
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
3116
3155
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
3117
- height: calc(100% - 87px);
3156
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3118
3157
  }
3119
3158
 
3120
3159
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -3390,6 +3429,30 @@ ejs-listbox {
3390
3429
  padding-right: 0.923em;
3391
3430
  }
3392
3431
 
3432
+ .e-listbox-container.e-filter-list .e-list-parent {
3433
+ height: 100%;
3434
+ }
3435
+
3436
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3437
+ height: 100%;
3438
+ }
3439
+
3440
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
3441
+ height: 100%;
3442
+ }
3443
+
3444
+ .e-listbox-container.e-filter-list .e-list-wrap {
3445
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
3446
+ }
3447
+
3448
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
3449
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3450
+ }
3451
+
3452
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
3453
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3454
+ }
3455
+
3393
3456
  /* stylelint-disable property-no-vendor-prefix */
3394
3457
  @keyframes material-spinner-rotate {
3395
3458
  0% {
@@ -3078,27 +3078,66 @@ ejs-listbox {
3078
3078
  }
3079
3079
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
3080
3080
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
3081
- height: calc(100% - 45px);
3081
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
3082
+ }
3083
+
3084
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3085
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
3086
+ }
3087
+
3088
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3089
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
3082
3090
  }
3083
3091
 
3084
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3085
3092
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3086
- height: calc(100% - 59px);
3093
+ height: 100%;
3087
3094
  }
3088
3095
 
3089
3096
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3090
3097
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3091
- height: calc(100% - 104px);
3098
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
3099
+ }
3100
+
3101
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3102
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
3103
+ }
3104
+
3105
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3106
+ height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
3107
+ }
3108
+
3109
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3110
+ height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
3111
+ }
3112
+
3113
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3114
+ height: 100%;
3092
3115
  }
3093
3116
 
3094
3117
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3118
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
3119
+ height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
3120
+ }
3121
+
3095
3122
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
3096
- height: calc(100% - 45px);
3123
+ height: 100%;
3097
3124
  }
3098
3125
 
3099
3126
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3127
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3128
+ height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
3129
+ }
3130
+
3131
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3132
+ height: calc(100% - 87px) !important; /* stylelint-disable-line declaration-no-important */
3133
+ }
3134
+
3135
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3136
+ height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
3137
+ }
3138
+
3100
3139
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3101
- height: calc(100% - 55px);
3140
+ height: 100%;
3102
3141
  }
3103
3142
 
3104
3143
  .e-listbox-wrapper,
@@ -3131,7 +3170,7 @@ ejs-listbox {
3131
3170
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3132
3171
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
3133
3172
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
3134
- height: calc(100% - 87px);
3173
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3135
3174
  }
3136
3175
 
3137
3176
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -3407,6 +3446,30 @@ ejs-listbox {
3407
3446
  padding-right: 0.923em;
3408
3447
  }
3409
3448
 
3449
+ .e-listbox-container.e-filter-list .e-list-parent {
3450
+ height: 100%;
3451
+ }
3452
+
3453
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3454
+ height: 100%;
3455
+ }
3456
+
3457
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
3458
+ height: 100%;
3459
+ }
3460
+
3461
+ .e-listbox-container.e-filter-list .e-list-wrap {
3462
+ height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
3463
+ }
3464
+
3465
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
3466
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3467
+ }
3468
+
3469
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
3470
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3471
+ }
3472
+
3410
3473
  /* stylelint-disable property-no-vendor-prefix */
3411
3474
  @keyframes material-spinner-rotate {
3412
3475
  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: calc(100% - 58px);
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% - 106px);
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: calc(100% - 48px);
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: calc(100% - 54px);
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% - 92px);
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: calc(100% - 58px);
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% - 106px);
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: calc(100% - 48px);
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: calc(100% - 54px);
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% - 92px);
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
  }