@syncfusion/ej2-vue-dropdowns 22.2.12 → 23.1.36

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 (111) hide show
  1. package/CHANGELOG.md +7 -218
  2. package/dist/ej2-vue-dropdowns.umd.min.js +2 -2
  3. package/dist/ej2-vue-dropdowns.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-dropdowns.es2015.js +15 -6
  5. package/dist/es6/ej2-vue-dropdowns.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-dropdowns.es5.js +15 -6
  7. package/dist/es6/ej2-vue-dropdowns.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-dropdowns.min.js +2 -2
  9. package/package.json +9 -9
  10. package/src/auto-complete/autocomplete.component.d.ts +3 -1
  11. package/src/auto-complete/autocomplete.component.js +5 -2
  12. package/src/combo-box/combobox.component.d.ts +3 -1
  13. package/src/combo-box/combobox.component.js +5 -2
  14. package/src/drop-down-list/dropdownlist.component.d.ts +3 -1
  15. package/src/drop-down-list/dropdownlist.component.js +5 -2
  16. package/src/drop-down-tree/dropdowntree.component.d.ts +3 -1
  17. package/src/list-box/listbox.component.d.ts +3 -1
  18. package/src/mention/mention.component.d.ts +3 -1
  19. package/src/multi-select/multiselect.component.d.ts +3 -1
  20. package/styles/auto-complete/material-dark.css +0 -1
  21. package/styles/auto-complete/material.css +0 -1
  22. package/styles/auto-complete/material3-dark.css +0 -1
  23. package/styles/auto-complete/material3-dark.scss +1 -1
  24. package/styles/auto-complete/material3.css +0 -1
  25. package/styles/auto-complete/material3.scss +1 -1
  26. package/styles/auto-complete/tailwind-dark.css +0 -1
  27. package/styles/auto-complete/tailwind.css +0 -1
  28. package/styles/bootstrap-dark.css +0 -8
  29. package/styles/bootstrap.css +0 -8
  30. package/styles/bootstrap4.css +4 -12
  31. package/styles/bootstrap5-dark.css +0 -8
  32. package/styles/bootstrap5.css +0 -8
  33. package/styles/combo-box/material-dark.css +0 -1
  34. package/styles/combo-box/material.css +0 -1
  35. package/styles/combo-box/material3-dark.css +0 -1
  36. package/styles/combo-box/material3-dark.scss +1 -1
  37. package/styles/combo-box/material3.css +0 -1
  38. package/styles/combo-box/material3.scss +1 -1
  39. package/styles/combo-box/tailwind-dark.css +0 -1
  40. package/styles/combo-box/tailwind.css +0 -1
  41. package/styles/drop-down-base/material-dark.css +0 -1
  42. package/styles/drop-down-base/material.css +0 -1
  43. package/styles/drop-down-base/material3-dark.css +0 -1
  44. package/styles/drop-down-base/material3-dark.scss +1 -1
  45. package/styles/drop-down-base/material3.css +0 -1
  46. package/styles/drop-down-base/material3.scss +1 -1
  47. package/styles/drop-down-base/tailwind-dark.css +0 -1
  48. package/styles/drop-down-base/tailwind.css +0 -1
  49. package/styles/drop-down-list/material-dark.css +0 -1
  50. package/styles/drop-down-list/material.css +0 -1
  51. package/styles/drop-down-list/material3-dark.css +0 -1
  52. package/styles/drop-down-list/material3-dark.scss +1 -1
  53. package/styles/drop-down-list/material3.css +0 -1
  54. package/styles/drop-down-list/material3.scss +1 -1
  55. package/styles/drop-down-list/tailwind-dark.css +0 -1
  56. package/styles/drop-down-list/tailwind.css +0 -1
  57. package/styles/drop-down-tree/material-dark.css +0 -1
  58. package/styles/drop-down-tree/material.css +0 -1
  59. package/styles/drop-down-tree/material3-dark.css +0 -1
  60. package/styles/drop-down-tree/material3-dark.scss +1 -1
  61. package/styles/drop-down-tree/material3.css +0 -1
  62. package/styles/drop-down-tree/material3.scss +1 -1
  63. package/styles/drop-down-tree/tailwind-dark.css +0 -1
  64. package/styles/drop-down-tree/tailwind.css +0 -1
  65. package/styles/fabric-dark.css +0 -8
  66. package/styles/fabric.css +0 -8
  67. package/styles/fluent-dark.css +4 -12
  68. package/styles/fluent.css +4 -12
  69. package/styles/highcontrast-light.css +0 -8
  70. package/styles/highcontrast.css +0 -8
  71. package/styles/list-box/bootstrap-dark.css +0 -8
  72. package/styles/list-box/bootstrap.css +0 -8
  73. package/styles/list-box/bootstrap4.css +4 -12
  74. package/styles/list-box/bootstrap5-dark.css +0 -8
  75. package/styles/list-box/bootstrap5.css +0 -8
  76. package/styles/list-box/fabric-dark.css +0 -8
  77. package/styles/list-box/fabric.css +0 -8
  78. package/styles/list-box/fluent-dark.css +4 -12
  79. package/styles/list-box/fluent.css +4 -12
  80. package/styles/list-box/highcontrast-light.css +0 -8
  81. package/styles/list-box/highcontrast.css +0 -8
  82. package/styles/list-box/material-dark.css +0 -9
  83. package/styles/list-box/material.css +0 -9
  84. package/styles/list-box/material3-dark.css +4 -13
  85. package/styles/list-box/material3-dark.scss +1 -1
  86. package/styles/list-box/material3.css +4 -13
  87. package/styles/list-box/material3.scss +1 -1
  88. package/styles/list-box/tailwind-dark.css +3 -12
  89. package/styles/list-box/tailwind.css +3 -12
  90. package/styles/material-dark.css +0 -9
  91. package/styles/material.css +0 -9
  92. package/styles/material3-dark.css +4 -20
  93. package/styles/material3.css +4 -13
  94. package/styles/mention/material-dark.css +0 -1
  95. package/styles/mention/material.css +0 -1
  96. package/styles/mention/material3-dark.css +0 -1
  97. package/styles/mention/material3-dark.scss +1 -1
  98. package/styles/mention/material3.css +0 -1
  99. package/styles/mention/material3.scss +1 -1
  100. package/styles/mention/tailwind-dark.css +0 -1
  101. package/styles/mention/tailwind.css +0 -1
  102. package/styles/multi-select/material-dark.css +0 -1
  103. package/styles/multi-select/material.css +0 -1
  104. package/styles/multi-select/material3-dark.css +0 -1
  105. package/styles/multi-select/material3-dark.scss +1 -1
  106. package/styles/multi-select/material3.css +0 -1
  107. package/styles/multi-select/material3.scss +1 -1
  108. package/styles/multi-select/tailwind-dark.css +0 -1
  109. package/styles/multi-select/tailwind.css +0 -1
  110. package/styles/tailwind-dark.css +3 -19
  111. package/styles/tailwind.css +3 -19
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  /* stylelint-disable-line no-empty-source */
4
3
  /* stylelint-disable property-no-vendor-prefix */
@@ -2469,11 +2469,6 @@ ejs-multiselect {
2469
2469
  padding: 10px 16px;
2470
2470
  position: relative;
2471
2471
  }
2472
- .e-listbox-wrapper.e-filter-list,
2473
- .e-listbox-container.e-filter-list,
2474
- .e-listboxtool-wrapper.e-filter-list {
2475
- overflow: inherit;
2476
- }
2477
2472
  .e-listbox-wrapper .e-list-parent,
2478
2473
  .e-listbox-container .e-list-parent,
2479
2474
  .e-listboxtool-wrapper .e-list-parent {
@@ -2757,9 +2752,6 @@ ejs-listbox {
2757
2752
  overflow: auto;
2758
2753
  }
2759
2754
 
2760
- .e-listbox-wrapper.e-filter-list {
2761
- overflow: inherit;
2762
- }
2763
2755
  .e-listbox-wrapper.e-filter-list .e-list-parent {
2764
2756
  overflow: auto;
2765
2757
  }
package/styles/fabric.css CHANGED
@@ -2468,11 +2468,6 @@ ejs-multiselect {
2468
2468
  padding: 10px 16px;
2469
2469
  position: relative;
2470
2470
  }
2471
- .e-listbox-wrapper.e-filter-list,
2472
- .e-listbox-container.e-filter-list,
2473
- .e-listboxtool-wrapper.e-filter-list {
2474
- overflow: inherit;
2475
- }
2476
2471
  .e-listbox-wrapper .e-list-parent,
2477
2472
  .e-listbox-container .e-list-parent,
2478
2473
  .e-listboxtool-wrapper .e-list-parent {
@@ -2756,9 +2751,6 @@ ejs-listbox {
2756
2751
  overflow: auto;
2757
2752
  }
2758
2753
 
2759
- .e-listbox-wrapper.e-filter-list {
2760
- overflow: inherit;
2761
- }
2762
2754
  .e-listbox-wrapper.e-filter-list .e-list-parent {
2763
2755
  overflow: auto;
2764
2756
  }
@@ -2730,11 +2730,6 @@ ejs-multiselect {
2730
2730
  padding: 10px 12px;
2731
2731
  position: relative;
2732
2732
  }
2733
- .e-listbox-wrapper.e-filter-list,
2734
- .e-listbox-container.e-filter-list,
2735
- .e-listboxtool-wrapper.e-filter-list {
2736
- overflow: inherit;
2737
- }
2738
2733
  .e-listbox-wrapper .e-list-parent,
2739
2734
  .e-listbox-container .e-list-parent,
2740
2735
  .e-listboxtool-wrapper .e-list-parent {
@@ -3018,9 +3013,6 @@ ejs-listbox {
3018
3013
  overflow: auto;
3019
3014
  }
3020
3015
 
3021
- .e-listbox-wrapper.e-filter-list {
3022
- overflow: inherit;
3023
- }
3024
3016
  .e-listbox-wrapper.e-filter-list .e-list-parent {
3025
3017
  overflow: auto;
3026
3018
  }
@@ -3222,12 +3214,12 @@ ejs-listbox {
3222
3214
  }
3223
3215
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
3224
3216
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
3225
- height: calc(100% - 45px);
3217
+ height: calc(100% - 50px);
3226
3218
  }
3227
3219
 
3228
3220
  .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3229
3221
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3230
- height: calc(100% - 55px);
3222
+ height: calc(100% - 64px);
3231
3223
  }
3232
3224
 
3233
3225
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -3242,7 +3234,7 @@ ejs-listbox {
3242
3234
 
3243
3235
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3244
3236
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3245
- height: calc(100% - 45px);
3237
+ height: calc(100% - 59px);
3246
3238
  }
3247
3239
 
3248
3240
  .e-listbox-wrapper,
@@ -3269,7 +3261,7 @@ ejs-listbox {
3269
3261
  .e-listbox-wrapper.e-filter-list .e-list-parent,
3270
3262
  .e-listbox-container.e-filter-list .e-list-parent,
3271
3263
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
3272
- height: calc(100% - 47px);
3264
+ height: calc(100% - 56px);
3273
3265
  }
3274
3266
 
3275
3267
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
package/styles/fluent.css CHANGED
@@ -2730,11 +2730,6 @@ ejs-multiselect {
2730
2730
  padding: 10px 12px;
2731
2731
  position: relative;
2732
2732
  }
2733
- .e-listbox-wrapper.e-filter-list,
2734
- .e-listbox-container.e-filter-list,
2735
- .e-listboxtool-wrapper.e-filter-list {
2736
- overflow: inherit;
2737
- }
2738
2733
  .e-listbox-wrapper .e-list-parent,
2739
2734
  .e-listbox-container .e-list-parent,
2740
2735
  .e-listboxtool-wrapper .e-list-parent {
@@ -3018,9 +3013,6 @@ ejs-listbox {
3018
3013
  overflow: auto;
3019
3014
  }
3020
3015
 
3021
- .e-listbox-wrapper.e-filter-list {
3022
- overflow: inherit;
3023
- }
3024
3016
  .e-listbox-wrapper.e-filter-list .e-list-parent {
3025
3017
  overflow: auto;
3026
3018
  }
@@ -3222,12 +3214,12 @@ ejs-listbox {
3222
3214
  }
3223
3215
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
3224
3216
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
3225
- height: calc(100% - 45px);
3217
+ height: calc(100% - 50px);
3226
3218
  }
3227
3219
 
3228
3220
  .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3229
3221
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3230
- height: calc(100% - 55px);
3222
+ height: calc(100% - 64px);
3231
3223
  }
3232
3224
 
3233
3225
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -3242,7 +3234,7 @@ ejs-listbox {
3242
3234
 
3243
3235
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3244
3236
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3245
- height: calc(100% - 45px);
3237
+ height: calc(100% - 59px);
3246
3238
  }
3247
3239
 
3248
3240
  .e-listbox-wrapper,
@@ -3269,7 +3261,7 @@ ejs-listbox {
3269
3261
  .e-listbox-wrapper.e-filter-list .e-list-parent,
3270
3262
  .e-listbox-container.e-filter-list .e-list-parent,
3271
3263
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
3272
- height: calc(100% - 47px);
3264
+ height: calc(100% - 56px);
3273
3265
  }
3274
3266
 
3275
3267
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -2583,11 +2583,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
2583
2583
  padding: 9px 16px;
2584
2584
  position: relative;
2585
2585
  }
2586
- .e-listbox-wrapper.e-filter-list,
2587
- .e-listbox-container.e-filter-list,
2588
- .e-listboxtool-wrapper.e-filter-list {
2589
- overflow: inherit;
2590
- }
2591
2586
  .e-listbox-wrapper .e-list-parent,
2592
2587
  .e-listbox-container .e-list-parent,
2593
2588
  .e-listboxtool-wrapper .e-list-parent {
@@ -2871,9 +2866,6 @@ ejs-listbox {
2871
2866
  overflow: auto;
2872
2867
  }
2873
2868
 
2874
- .e-listbox-wrapper.e-filter-list {
2875
- overflow: inherit;
2876
- }
2877
2869
  .e-listbox-wrapper.e-filter-list .e-list-parent {
2878
2870
  overflow: auto;
2879
2871
  }
@@ -2594,11 +2594,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
2594
2594
  padding: 9px 16px;
2595
2595
  position: relative;
2596
2596
  }
2597
- .e-listbox-wrapper.e-filter-list,
2598
- .e-listbox-container.e-filter-list,
2599
- .e-listboxtool-wrapper.e-filter-list {
2600
- overflow: inherit;
2601
- }
2602
2597
  .e-listbox-wrapper .e-list-parent,
2603
2598
  .e-listbox-container .e-list-parent,
2604
2599
  .e-listboxtool-wrapper .e-list-parent {
@@ -2882,9 +2877,6 @@ ejs-listbox {
2882
2877
  overflow: auto;
2883
2878
  }
2884
2879
 
2885
- .e-listbox-wrapper.e-filter-list {
2886
- overflow: inherit;
2887
- }
2888
2880
  .e-listbox-wrapper.e-filter-list .e-list-parent {
2889
2881
  overflow: auto;
2890
2882
  }
@@ -84,11 +84,6 @@
84
84
  padding: 13px 16px;
85
85
  position: relative;
86
86
  }
87
- .e-listbox-wrapper.e-filter-list,
88
- .e-listbox-container.e-filter-list,
89
- .e-listboxtool-wrapper.e-filter-list {
90
- overflow: inherit;
91
- }
92
87
  .e-listbox-wrapper .e-list-parent,
93
88
  .e-listbox-container .e-list-parent,
94
89
  .e-listboxtool-wrapper .e-list-parent {
@@ -372,9 +367,6 @@ ejs-listbox {
372
367
  overflow: auto;
373
368
  }
374
369
 
375
- .e-listbox-wrapper.e-filter-list {
376
- overflow: inherit;
377
- }
378
370
  .e-listbox-wrapper.e-filter-list .e-list-parent {
379
371
  overflow: auto;
380
372
  }
@@ -89,11 +89,6 @@
89
89
  padding: 13px 16px;
90
90
  position: relative;
91
91
  }
92
- .e-listbox-wrapper.e-filter-list,
93
- .e-listbox-container.e-filter-list,
94
- .e-listboxtool-wrapper.e-filter-list {
95
- overflow: inherit;
96
- }
97
92
  .e-listbox-wrapper .e-list-parent,
98
93
  .e-listbox-container .e-list-parent,
99
94
  .e-listboxtool-wrapper .e-list-parent {
@@ -377,9 +372,6 @@ ejs-listbox {
377
372
  overflow: auto;
378
373
  }
379
374
 
380
- .e-listbox-wrapper.e-filter-list {
381
- overflow: inherit;
382
- }
383
375
  .e-listbox-wrapper.e-filter-list .e-list-parent {
384
376
  overflow: auto;
385
377
  }
@@ -99,11 +99,6 @@
99
99
  padding: 10px 16px 10px 16px;
100
100
  position: relative;
101
101
  }
102
- .e-listbox-wrapper.e-filter-list,
103
- .e-listbox-container.e-filter-list,
104
- .e-listboxtool-wrapper.e-filter-list {
105
- overflow: inherit;
106
- }
107
102
  .e-listbox-wrapper .e-list-parent,
108
103
  .e-listbox-container .e-list-parent,
109
104
  .e-listboxtool-wrapper .e-list-parent {
@@ -387,9 +382,6 @@ ejs-listbox {
387
382
  overflow: auto;
388
383
  }
389
384
 
390
- .e-listbox-wrapper.e-filter-list {
391
- overflow: inherit;
392
- }
393
385
  .e-listbox-wrapper.e-filter-list .e-list-parent {
394
386
  overflow: auto;
395
387
  }
@@ -635,12 +627,12 @@ ejs-listbox {
635
627
 
636
628
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
637
629
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
638
- height: calc(100% - 32px);
630
+ height: calc(100% - 43px);
639
631
  }
640
632
 
641
633
  .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
642
634
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
643
- height: calc(100% - 46px);
635
+ height: calc(100% - 56px);
644
636
  }
645
637
 
646
638
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -655,7 +647,7 @@ ejs-listbox {
655
647
 
656
648
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
657
649
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
658
- height: calc(100% - 44px);
650
+ height: calc(100% - 56px);
659
651
  }
660
652
 
661
653
  .e-listbox-wrapper,
@@ -682,7 +674,7 @@ ejs-listbox {
682
674
  .e-listbox-wrapper.e-filter-list .e-list-parent,
683
675
  .e-listbox-container.e-filter-list .e-list-parent,
684
676
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
685
- height: calc(100% - 39px);
677
+ height: calc(100% - 48px);
686
678
  }
687
679
 
688
680
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -115,11 +115,6 @@
115
115
  padding: 10px 12px;
116
116
  position: relative;
117
117
  }
118
- .e-listbox-wrapper.e-filter-list,
119
- .e-listbox-container.e-filter-list,
120
- .e-listboxtool-wrapper.e-filter-list {
121
- overflow: inherit;
122
- }
123
118
  .e-listbox-wrapper .e-list-parent,
124
119
  .e-listbox-container .e-list-parent,
125
120
  .e-listboxtool-wrapper .e-list-parent {
@@ -403,9 +398,6 @@ ejs-listbox {
403
398
  overflow: auto;
404
399
  }
405
400
 
406
- .e-listbox-wrapper.e-filter-list {
407
- overflow: inherit;
408
- }
409
401
  .e-listbox-wrapper.e-filter-list .e-list-parent {
410
402
  overflow: auto;
411
403
  }
@@ -115,11 +115,6 @@
115
115
  padding: 10px 12px;
116
116
  position: relative;
117
117
  }
118
- .e-listbox-wrapper.e-filter-list,
119
- .e-listbox-container.e-filter-list,
120
- .e-listboxtool-wrapper.e-filter-list {
121
- overflow: inherit;
122
- }
123
118
  .e-listbox-wrapper .e-list-parent,
124
119
  .e-listbox-container .e-list-parent,
125
120
  .e-listboxtool-wrapper .e-list-parent {
@@ -403,9 +398,6 @@ ejs-listbox {
403
398
  overflow: auto;
404
399
  }
405
400
 
406
- .e-listbox-wrapper.e-filter-list {
407
- overflow: inherit;
408
- }
409
401
  .e-listbox-wrapper.e-filter-list .e-list-parent {
410
402
  overflow: auto;
411
403
  }
@@ -84,11 +84,6 @@
84
84
  padding: 10px 16px;
85
85
  position: relative;
86
86
  }
87
- .e-listbox-wrapper.e-filter-list,
88
- .e-listbox-container.e-filter-list,
89
- .e-listboxtool-wrapper.e-filter-list {
90
- overflow: inherit;
91
- }
92
87
  .e-listbox-wrapper .e-list-parent,
93
88
  .e-listbox-container .e-list-parent,
94
89
  .e-listboxtool-wrapper .e-list-parent {
@@ -372,9 +367,6 @@ ejs-listbox {
372
367
  overflow: auto;
373
368
  }
374
369
 
375
- .e-listbox-wrapper.e-filter-list {
376
- overflow: inherit;
377
- }
378
370
  .e-listbox-wrapper.e-filter-list .e-list-parent {
379
371
  overflow: auto;
380
372
  }
@@ -89,11 +89,6 @@
89
89
  padding: 10px 16px;
90
90
  position: relative;
91
91
  }
92
- .e-listbox-wrapper.e-filter-list,
93
- .e-listbox-container.e-filter-list,
94
- .e-listboxtool-wrapper.e-filter-list {
95
- overflow: inherit;
96
- }
97
92
  .e-listbox-wrapper .e-list-parent,
98
93
  .e-listbox-container .e-list-parent,
99
94
  .e-listboxtool-wrapper .e-list-parent {
@@ -377,9 +372,6 @@ ejs-listbox {
377
372
  overflow: auto;
378
373
  }
379
374
 
380
- .e-listbox-wrapper.e-filter-list {
381
- overflow: inherit;
382
- }
383
375
  .e-listbox-wrapper.e-filter-list .e-list-parent {
384
376
  overflow: auto;
385
377
  }
@@ -115,11 +115,6 @@
115
115
  padding: 10px 12px;
116
116
  position: relative;
117
117
  }
118
- .e-listbox-wrapper.e-filter-list,
119
- .e-listbox-container.e-filter-list,
120
- .e-listboxtool-wrapper.e-filter-list {
121
- overflow: inherit;
122
- }
123
118
  .e-listbox-wrapper .e-list-parent,
124
119
  .e-listbox-container .e-list-parent,
125
120
  .e-listboxtool-wrapper .e-list-parent {
@@ -403,9 +398,6 @@ ejs-listbox {
403
398
  overflow: auto;
404
399
  }
405
400
 
406
- .e-listbox-wrapper.e-filter-list {
407
- overflow: inherit;
408
- }
409
401
  .e-listbox-wrapper.e-filter-list .e-list-parent {
410
402
  overflow: auto;
411
403
  }
@@ -607,12 +599,12 @@ ejs-listbox {
607
599
  }
608
600
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
609
601
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
610
- height: calc(100% - 45px);
602
+ height: calc(100% - 50px);
611
603
  }
612
604
 
613
605
  .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
614
606
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
615
- height: calc(100% - 55px);
607
+ height: calc(100% - 64px);
616
608
  }
617
609
 
618
610
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -627,7 +619,7 @@ ejs-listbox {
627
619
 
628
620
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
629
621
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
630
- height: calc(100% - 45px);
622
+ height: calc(100% - 59px);
631
623
  }
632
624
 
633
625
  .e-listbox-wrapper,
@@ -654,7 +646,7 @@ ejs-listbox {
654
646
  .e-listbox-wrapper.e-filter-list .e-list-parent,
655
647
  .e-listbox-container.e-filter-list .e-list-parent,
656
648
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
657
- height: calc(100% - 47px);
649
+ height: calc(100% - 56px);
658
650
  }
659
651
 
660
652
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -115,11 +115,6 @@
115
115
  padding: 10px 12px;
116
116
  position: relative;
117
117
  }
118
- .e-listbox-wrapper.e-filter-list,
119
- .e-listbox-container.e-filter-list,
120
- .e-listboxtool-wrapper.e-filter-list {
121
- overflow: inherit;
122
- }
123
118
  .e-listbox-wrapper .e-list-parent,
124
119
  .e-listbox-container .e-list-parent,
125
120
  .e-listboxtool-wrapper .e-list-parent {
@@ -403,9 +398,6 @@ ejs-listbox {
403
398
  overflow: auto;
404
399
  }
405
400
 
406
- .e-listbox-wrapper.e-filter-list {
407
- overflow: inherit;
408
- }
409
401
  .e-listbox-wrapper.e-filter-list .e-list-parent {
410
402
  overflow: auto;
411
403
  }
@@ -607,12 +599,12 @@ ejs-listbox {
607
599
  }
608
600
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
609
601
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
610
- height: calc(100% - 45px);
602
+ height: calc(100% - 50px);
611
603
  }
612
604
 
613
605
  .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
614
606
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
615
- height: calc(100% - 55px);
607
+ height: calc(100% - 64px);
616
608
  }
617
609
 
618
610
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -627,7 +619,7 @@ ejs-listbox {
627
619
 
628
620
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
629
621
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
630
- height: calc(100% - 45px);
622
+ height: calc(100% - 59px);
631
623
  }
632
624
 
633
625
  .e-listbox-wrapper,
@@ -654,7 +646,7 @@ ejs-listbox {
654
646
  .e-listbox-wrapper.e-filter-list .e-list-parent,
655
647
  .e-listbox-container.e-filter-list .e-list-parent,
656
648
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
657
- height: calc(100% - 47px);
649
+ height: calc(100% - 56px);
658
650
  }
659
651
 
660
652
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -98,11 +98,6 @@
98
98
  padding: 9px 16px;
99
99
  position: relative;
100
100
  }
101
- .e-listbox-wrapper.e-filter-list,
102
- .e-listbox-container.e-filter-list,
103
- .e-listboxtool-wrapper.e-filter-list {
104
- overflow: inherit;
105
- }
106
101
  .e-listbox-wrapper .e-list-parent,
107
102
  .e-listbox-container .e-list-parent,
108
103
  .e-listboxtool-wrapper .e-list-parent {
@@ -386,9 +381,6 @@ ejs-listbox {
386
381
  overflow: auto;
387
382
  }
388
383
 
389
- .e-listbox-wrapper.e-filter-list {
390
- overflow: inherit;
391
- }
392
384
  .e-listbox-wrapper.e-filter-list .e-list-parent {
393
385
  overflow: auto;
394
386
  }
@@ -103,11 +103,6 @@
103
103
  padding: 9px 16px;
104
104
  position: relative;
105
105
  }
106
- .e-listbox-wrapper.e-filter-list,
107
- .e-listbox-container.e-filter-list,
108
- .e-listboxtool-wrapper.e-filter-list {
109
- overflow: inherit;
110
- }
111
106
  .e-listbox-wrapper .e-list-parent,
112
107
  .e-listbox-container .e-list-parent,
113
108
  .e-listboxtool-wrapper .e-list-parent {
@@ -391,9 +386,6 @@ ejs-listbox {
391
386
  overflow: auto;
392
387
  }
393
388
 
394
- .e-listbox-wrapper.e-filter-list {
395
- overflow: inherit;
396
- }
397
389
  .e-listbox-wrapper.e-filter-list .e-list-parent {
398
390
  overflow: auto;
399
391
  }
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  .e-dropdownbase .e-list-item .e-list-icon {
3
2
  padding: 0 16px 0 0;
4
3
  }
@@ -84,11 +83,6 @@
84
83
  padding: 11px 16px;
85
84
  position: relative;
86
85
  }
87
- .e-listbox-wrapper.e-filter-list,
88
- .e-listbox-container.e-filter-list,
89
- .e-listboxtool-wrapper.e-filter-list {
90
- overflow: inherit;
91
- }
92
86
  .e-listbox-wrapper .e-list-parent,
93
87
  .e-listbox-container .e-list-parent,
94
88
  .e-listboxtool-wrapper .e-list-parent {
@@ -372,9 +366,6 @@ ejs-listbox {
372
366
  overflow: auto;
373
367
  }
374
368
 
375
- .e-listbox-wrapper.e-filter-list {
376
- overflow: inherit;
377
- }
378
369
  .e-listbox-wrapper.e-filter-list .e-list-parent {
379
370
  overflow: auto;
380
371
  }
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  .e-dropdownbase .e-list-item .e-list-icon {
3
2
  padding: 0 16px 0 0;
4
3
  }
@@ -89,11 +88,6 @@
89
88
  padding: 11px 16px;
90
89
  position: relative;
91
90
  }
92
- .e-listbox-wrapper.e-filter-list,
93
- .e-listbox-container.e-filter-list,
94
- .e-listboxtool-wrapper.e-filter-list {
95
- overflow: inherit;
96
- }
97
91
  .e-listbox-wrapper .e-list-parent,
98
92
  .e-listbox-container .e-list-parent,
99
93
  .e-listboxtool-wrapper .e-list-parent {
@@ -377,9 +371,6 @@ ejs-listbox {
377
371
  overflow: auto;
378
372
  }
379
373
 
380
- .e-listbox-wrapper.e-filter-list {
381
- overflow: inherit;
382
- }
383
374
  .e-listbox-wrapper.e-filter-list .e-list-parent {
384
375
  overflow: auto;
385
376
  }
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -139,11 +138,6 @@
139
138
  padding: 10px 16px;
140
139
  position: relative;
141
140
  }
142
- .e-listbox-wrapper.e-filter-list,
143
- .e-listbox-container.e-filter-list,
144
- .e-listboxtool-wrapper.e-filter-list {
145
- overflow: inherit;
146
- }
147
141
  .e-listbox-wrapper .e-list-parent,
148
142
  .e-listbox-container .e-list-parent,
149
143
  .e-listboxtool-wrapper .e-list-parent {
@@ -428,9 +422,6 @@ ejs-listbox {
428
422
  overflow: auto;
429
423
  }
430
424
 
431
- .e-listbox-wrapper.e-filter-list {
432
- overflow: inherit;
433
- }
434
425
  .e-listbox-wrapper.e-filter-list .e-list-parent {
435
426
  overflow: auto;
436
427
  }
@@ -626,12 +617,12 @@ ejs-listbox {
626
617
  }
627
618
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
628
619
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
629
- height: calc(100% - 45px);
620
+ height: calc(100% - 35px);
630
621
  }
631
622
 
632
623
  .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
633
624
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
634
- height: calc(100% - 55px);
625
+ height: calc(100% - 48px);
635
626
  }
636
627
 
637
628
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -646,7 +637,7 @@ ejs-listbox {
646
637
 
647
638
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
648
639
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
649
- height: calc(100% - 45px);
640
+ height: calc(100% - 37px);
650
641
  }
651
642
 
652
643
  .e-listbox-wrapper,
@@ -673,7 +664,7 @@ ejs-listbox {
673
664
  .e-listbox-wrapper.e-filter-list .e-list-parent,
674
665
  .e-listbox-container.e-filter-list .e-list-parent,
675
666
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
676
- height: calc(100% - 47px);
667
+ height: calc(100% - 40px);
677
668
  }
678
669
 
679
670
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -1,2 +1,2 @@
1
- @import 'ej2-base/styles/material3-dark-definition.scss';
1
+
2
2
  @import 'ej2-dropdowns/styles/list-box/material3-dark.scss';