@syncfusion/ej2-react-dropdowns 22.2.11 → 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 (103) hide show
  1. package/CHANGELOG.md +7 -236
  2. package/diConfig.json +9 -0
  3. package/dist/ej2-react-dropdowns.min.js +2 -2
  4. package/dist/ej2-react-dropdowns.umd.min.js +2 -2
  5. package/dist/ej2-react-dropdowns.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-react-dropdowns.es2015.js +3 -3
  7. package/dist/es6/ej2-react-dropdowns.es2015.js.map +1 -1
  8. package/package.json +9 -9
  9. package/src/auto-complete/autocomplete.component.js +1 -1
  10. package/src/combo-box/combobox.component.js +1 -1
  11. package/src/drop-down-list/dropdownlist.component.js +1 -1
  12. package/styles/auto-complete/material-dark.css +0 -1
  13. package/styles/auto-complete/material.css +0 -1
  14. package/styles/auto-complete/material3-dark.css +0 -1
  15. package/styles/auto-complete/material3-dark.scss +1 -1
  16. package/styles/auto-complete/material3.css +0 -1
  17. package/styles/auto-complete/material3.scss +1 -1
  18. package/styles/auto-complete/tailwind-dark.css +0 -1
  19. package/styles/auto-complete/tailwind.css +0 -1
  20. package/styles/bootstrap-dark.css +0 -8
  21. package/styles/bootstrap.css +0 -8
  22. package/styles/bootstrap4.css +4 -12
  23. package/styles/bootstrap5-dark.css +0 -8
  24. package/styles/bootstrap5.css +0 -8
  25. package/styles/combo-box/material-dark.css +0 -1
  26. package/styles/combo-box/material.css +0 -1
  27. package/styles/combo-box/material3-dark.css +0 -1
  28. package/styles/combo-box/material3-dark.scss +1 -1
  29. package/styles/combo-box/material3.css +0 -1
  30. package/styles/combo-box/material3.scss +1 -1
  31. package/styles/combo-box/tailwind-dark.css +0 -1
  32. package/styles/combo-box/tailwind.css +0 -1
  33. package/styles/drop-down-base/material-dark.css +0 -1
  34. package/styles/drop-down-base/material.css +0 -1
  35. package/styles/drop-down-base/material3-dark.css +0 -1
  36. package/styles/drop-down-base/material3-dark.scss +1 -1
  37. package/styles/drop-down-base/material3.css +0 -1
  38. package/styles/drop-down-base/material3.scss +1 -1
  39. package/styles/drop-down-base/tailwind-dark.css +0 -1
  40. package/styles/drop-down-base/tailwind.css +0 -1
  41. package/styles/drop-down-list/material-dark.css +0 -1
  42. package/styles/drop-down-list/material.css +0 -1
  43. package/styles/drop-down-list/material3-dark.css +0 -1
  44. package/styles/drop-down-list/material3-dark.scss +1 -1
  45. package/styles/drop-down-list/material3.css +0 -1
  46. package/styles/drop-down-list/material3.scss +1 -1
  47. package/styles/drop-down-list/tailwind-dark.css +0 -1
  48. package/styles/drop-down-list/tailwind.css +0 -1
  49. package/styles/drop-down-tree/material-dark.css +0 -1
  50. package/styles/drop-down-tree/material.css +0 -1
  51. package/styles/drop-down-tree/material3-dark.css +0 -1
  52. package/styles/drop-down-tree/material3-dark.scss +1 -1
  53. package/styles/drop-down-tree/material3.css +0 -1
  54. package/styles/drop-down-tree/material3.scss +1 -1
  55. package/styles/drop-down-tree/tailwind-dark.css +0 -1
  56. package/styles/drop-down-tree/tailwind.css +0 -1
  57. package/styles/fabric-dark.css +0 -8
  58. package/styles/fabric.css +0 -8
  59. package/styles/fluent-dark.css +4 -12
  60. package/styles/fluent.css +4 -12
  61. package/styles/highcontrast-light.css +0 -8
  62. package/styles/highcontrast.css +0 -8
  63. package/styles/list-box/bootstrap-dark.css +0 -8
  64. package/styles/list-box/bootstrap.css +0 -8
  65. package/styles/list-box/bootstrap4.css +4 -12
  66. package/styles/list-box/bootstrap5-dark.css +0 -8
  67. package/styles/list-box/bootstrap5.css +0 -8
  68. package/styles/list-box/fabric-dark.css +0 -8
  69. package/styles/list-box/fabric.css +0 -8
  70. package/styles/list-box/fluent-dark.css +4 -12
  71. package/styles/list-box/fluent.css +4 -12
  72. package/styles/list-box/highcontrast-light.css +0 -8
  73. package/styles/list-box/highcontrast.css +0 -8
  74. package/styles/list-box/material-dark.css +0 -9
  75. package/styles/list-box/material.css +0 -9
  76. package/styles/list-box/material3-dark.css +4 -13
  77. package/styles/list-box/material3-dark.scss +1 -1
  78. package/styles/list-box/material3.css +4 -13
  79. package/styles/list-box/material3.scss +1 -1
  80. package/styles/list-box/tailwind-dark.css +3 -12
  81. package/styles/list-box/tailwind.css +3 -12
  82. package/styles/material-dark.css +0 -9
  83. package/styles/material.css +0 -9
  84. package/styles/material3-dark.css +4 -20
  85. package/styles/material3.css +4 -13
  86. package/styles/mention/material-dark.css +0 -1
  87. package/styles/mention/material.css +0 -1
  88. package/styles/mention/material3-dark.css +0 -1
  89. package/styles/mention/material3-dark.scss +1 -1
  90. package/styles/mention/material3.css +0 -1
  91. package/styles/mention/material3.scss +1 -1
  92. package/styles/mention/tailwind-dark.css +0 -1
  93. package/styles/mention/tailwind.css +0 -1
  94. package/styles/multi-select/material-dark.css +0 -1
  95. package/styles/multi-select/material.css +0 -1
  96. package/styles/multi-select/material3-dark.css +0 -1
  97. package/styles/multi-select/material3-dark.scss +1 -1
  98. package/styles/multi-select/material3.css +0 -1
  99. package/styles/multi-select/material3.scss +1 -1
  100. package/styles/multi-select/tailwind-dark.css +0 -1
  101. package/styles/multi-select/tailwind.css +0 -1
  102. package/styles/tailwind-dark.css +3 -19
  103. package/styles/tailwind.css +3 -19
@@ -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");
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';
@@ -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;
@@ -195,11 +194,6 @@
195
194
  padding: 10px 16px;
196
195
  position: relative;
197
196
  }
198
- .e-listbox-wrapper.e-filter-list,
199
- .e-listbox-container.e-filter-list,
200
- .e-listboxtool-wrapper.e-filter-list {
201
- overflow: inherit;
202
- }
203
197
  .e-listbox-wrapper .e-list-parent,
204
198
  .e-listbox-container .e-list-parent,
205
199
  .e-listboxtool-wrapper .e-list-parent {
@@ -484,9 +478,6 @@ ejs-listbox {
484
478
  overflow: auto;
485
479
  }
486
480
 
487
- .e-listbox-wrapper.e-filter-list {
488
- overflow: inherit;
489
- }
490
481
  .e-listbox-wrapper.e-filter-list .e-list-parent {
491
482
  overflow: auto;
492
483
  }
@@ -682,12 +673,12 @@ ejs-listbox {
682
673
  }
683
674
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
684
675
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
685
- height: calc(100% - 45px);
676
+ height: calc(100% - 35px);
686
677
  }
687
678
 
688
679
  .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
689
680
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
690
- height: calc(100% - 55px);
681
+ height: calc(100% - 48px);
691
682
  }
692
683
 
693
684
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -702,7 +693,7 @@ ejs-listbox {
702
693
 
703
694
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
704
695
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
705
- height: calc(100% - 45px);
696
+ height: calc(100% - 37px);
706
697
  }
707
698
 
708
699
  .e-listbox-wrapper,
@@ -729,7 +720,7 @@ ejs-listbox {
729
720
  .e-listbox-wrapper.e-filter-list .e-list-parent,
730
721
  .e-listbox-container.e-filter-list .e-list-parent,
731
722
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
732
- height: calc(100% - 47px);
723
+ height: calc(100% - 40px);
733
724
  }
734
725
 
735
726
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -1,2 +1,2 @@
1
- @import 'ej2-base/styles/material3-definition.scss';
1
+
2
2
  @import 'ej2-dropdowns/styles/list-box/material3.scss';
@@ -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
  .e-dropdownbase .e-list-item.e-active,
3
2
  .e-dropdownbase .e-list-item.e-active.e-hover {
4
3
  font-weight: 500;
@@ -125,11 +124,6 @@
125
124
  padding: 12px 12px;
126
125
  position: relative;
127
126
  }
128
- .e-listbox-wrapper.e-filter-list,
129
- .e-listbox-container.e-filter-list,
130
- .e-listboxtool-wrapper.e-filter-list {
131
- overflow: inherit;
132
- }
133
127
  .e-listbox-wrapper .e-list-parent,
134
128
  .e-listbox-container .e-list-parent,
135
129
  .e-listboxtool-wrapper .e-list-parent {
@@ -413,9 +407,6 @@ ejs-listbox {
413
407
  overflow: auto;
414
408
  }
415
409
 
416
- .e-listbox-wrapper.e-filter-list {
417
- overflow: inherit;
418
- }
419
410
  .e-listbox-wrapper.e-filter-list .e-list-parent {
420
411
  overflow: auto;
421
412
  }
@@ -622,7 +613,7 @@ ejs-listbox {
622
613
 
623
614
  .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
624
615
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
625
- height: calc(100% - 55px);
616
+ height: calc(100% - 57px);
626
617
  }
627
618
 
628
619
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -637,7 +628,7 @@ ejs-listbox {
637
628
 
638
629
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
639
630
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
640
- height: calc(100% - 45px);
631
+ height: calc(100% - 53px);
641
632
  }
642
633
 
643
634
  .e-listbox-wrapper,
@@ -674,7 +665,7 @@ ejs-listbox {
674
665
  .e-listbox-wrapper.e-filter-list .e-list-parent,
675
666
  .e-listbox-container.e-filter-list .e-list-parent,
676
667
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
677
- height: calc(100% - 47px);
668
+ height: calc(100% - 49px);
678
669
  }
679
670
 
680
671
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -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
  .e-dropdownbase .e-list-item.e-active,
3
2
  .e-dropdownbase .e-list-item.e-active.e-hover {
4
3
  font-weight: 500;
@@ -125,11 +124,6 @@
125
124
  padding: 12px 12px;
126
125
  position: relative;
127
126
  }
128
- .e-listbox-wrapper.e-filter-list,
129
- .e-listbox-container.e-filter-list,
130
- .e-listboxtool-wrapper.e-filter-list {
131
- overflow: inherit;
132
- }
133
127
  .e-listbox-wrapper .e-list-parent,
134
128
  .e-listbox-container .e-list-parent,
135
129
  .e-listboxtool-wrapper .e-list-parent {
@@ -413,9 +407,6 @@ ejs-listbox {
413
407
  overflow: auto;
414
408
  }
415
409
 
416
- .e-listbox-wrapper.e-filter-list {
417
- overflow: inherit;
418
- }
419
410
  .e-listbox-wrapper.e-filter-list .e-list-parent {
420
411
  overflow: auto;
421
412
  }
@@ -622,7 +613,7 @@ ejs-listbox {
622
613
 
623
614
  .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
624
615
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
625
- height: calc(100% - 55px);
616
+ height: calc(100% - 57px);
626
617
  }
627
618
 
628
619
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -637,7 +628,7 @@ ejs-listbox {
637
628
 
638
629
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
639
630
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
640
- height: calc(100% - 45px);
631
+ height: calc(100% - 53px);
641
632
  }
642
633
 
643
634
  .e-listbox-wrapper,
@@ -674,7 +665,7 @@ ejs-listbox {
674
665
  .e-listbox-wrapper.e-filter-list .e-list-parent,
675
666
  .e-listbox-container.e-filter-list .e-list-parent,
676
667
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
677
- height: calc(100% - 47px);
668
+ height: calc(100% - 49px);
678
669
  }
679
670
 
680
671
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
1
  .e-dropdownbase .e-list-item .e-list-icon {
3
2
  padding: 0 16px 0 0;
4
3
  }
@@ -3958,11 +3957,6 @@ ejs-multiselect {
3958
3957
  padding: 11px 16px;
3959
3958
  position: relative;
3960
3959
  }
3961
- .e-listbox-wrapper.e-filter-list,
3962
- .e-listbox-container.e-filter-list,
3963
- .e-listboxtool-wrapper.e-filter-list {
3964
- overflow: inherit;
3965
- }
3966
3960
  .e-listbox-wrapper .e-list-parent,
3967
3961
  .e-listbox-container .e-list-parent,
3968
3962
  .e-listboxtool-wrapper .e-list-parent {
@@ -4246,9 +4240,6 @@ ejs-listbox {
4246
4240
  overflow: auto;
4247
4241
  }
4248
4242
 
4249
- .e-listbox-wrapper.e-filter-list {
4250
- overflow: inherit;
4251
- }
4252
4243
  .e-listbox-wrapper.e-filter-list .e-list-parent {
4253
4244
  overflow: auto;
4254
4245
  }