@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=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,700");
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
  }
@@ -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
  }
@@ -4018,11 +4017,6 @@ ejs-multiselect {
4018
4017
  padding: 11px 16px;
4019
4018
  position: relative;
4020
4019
  }
4021
- .e-listbox-wrapper.e-filter-list,
4022
- .e-listbox-container.e-filter-list,
4023
- .e-listboxtool-wrapper.e-filter-list {
4024
- overflow: inherit;
4025
- }
4026
4020
  .e-listbox-wrapper .e-list-parent,
4027
4021
  .e-listbox-container .e-list-parent,
4028
4022
  .e-listboxtool-wrapper .e-list-parent {
@@ -4306,9 +4300,6 @@ ejs-listbox {
4306
4300
  overflow: auto;
4307
4301
  }
4308
4302
 
4309
- .e-listbox-wrapper.e-filter-list {
4310
- overflow: inherit;
4311
- }
4312
4303
  .e-listbox-wrapper.e-filter-list .e-list-parent {
4313
4304
  overflow: auto;
4314
4305
  }
@@ -1,11 +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
- @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");
3
- @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");
4
- @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");
5
- @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");
6
- @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");
7
- @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");
8
- @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");
9
1
  :root {
10
2
  --color-sf-black: 0, 0, 0;
11
3
  --color-sf-white: 255, 255, 255;
@@ -4159,11 +4151,6 @@ ejs-multiselect {
4159
4151
  padding: 10px 16px;
4160
4152
  position: relative;
4161
4153
  }
4162
- .e-listbox-wrapper.e-filter-list,
4163
- .e-listbox-container.e-filter-list,
4164
- .e-listboxtool-wrapper.e-filter-list {
4165
- overflow: inherit;
4166
- }
4167
4154
  .e-listbox-wrapper .e-list-parent,
4168
4155
  .e-listbox-container .e-list-parent,
4169
4156
  .e-listboxtool-wrapper .e-list-parent {
@@ -4448,9 +4435,6 @@ ejs-listbox {
4448
4435
  overflow: auto;
4449
4436
  }
4450
4437
 
4451
- .e-listbox-wrapper.e-filter-list {
4452
- overflow: inherit;
4453
- }
4454
4438
  .e-listbox-wrapper.e-filter-list .e-list-parent {
4455
4439
  overflow: auto;
4456
4440
  }
@@ -4646,12 +4630,12 @@ ejs-listbox {
4646
4630
  }
4647
4631
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
4648
4632
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
4649
- height: calc(100% - 45px);
4633
+ height: calc(100% - 35px);
4650
4634
  }
4651
4635
 
4652
4636
  .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
4653
4637
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
4654
- height: calc(100% - 55px);
4638
+ height: calc(100% - 48px);
4655
4639
  }
4656
4640
 
4657
4641
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -4666,7 +4650,7 @@ ejs-listbox {
4666
4650
 
4667
4651
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
4668
4652
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
4669
- height: calc(100% - 45px);
4653
+ height: calc(100% - 37px);
4670
4654
  }
4671
4655
 
4672
4656
  .e-listbox-wrapper,
@@ -4693,7 +4677,7 @@ ejs-listbox {
4693
4677
  .e-listbox-wrapper.e-filter-list .e-list-parent,
4694
4678
  .e-listbox-container.e-filter-list .e-list-parent,
4695
4679
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
4696
- height: calc(100% - 47px);
4680
+ height: calc(100% - 40px);
4697
4681
  }
4698
4682
 
4699
4683
  .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=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;
@@ -4544,11 +4543,6 @@ ejs-multiselect {
4544
4543
  padding: 10px 16px;
4545
4544
  position: relative;
4546
4545
  }
4547
- .e-listbox-wrapper.e-filter-list,
4548
- .e-listbox-container.e-filter-list,
4549
- .e-listboxtool-wrapper.e-filter-list {
4550
- overflow: inherit;
4551
- }
4552
4546
  .e-listbox-wrapper .e-list-parent,
4553
4547
  .e-listbox-container .e-list-parent,
4554
4548
  .e-listboxtool-wrapper .e-list-parent {
@@ -4833,9 +4827,6 @@ ejs-listbox {
4833
4827
  overflow: auto;
4834
4828
  }
4835
4829
 
4836
- .e-listbox-wrapper.e-filter-list {
4837
- overflow: inherit;
4838
- }
4839
4830
  .e-listbox-wrapper.e-filter-list .e-list-parent {
4840
4831
  overflow: auto;
4841
4832
  }
@@ -5031,12 +5022,12 @@ ejs-listbox {
5031
5022
  }
5032
5023
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
5033
5024
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
5034
- height: calc(100% - 45px);
5025
+ height: calc(100% - 35px);
5035
5026
  }
5036
5027
 
5037
5028
  .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
5038
5029
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
5039
- height: calc(100% - 55px);
5030
+ height: calc(100% - 48px);
5040
5031
  }
5041
5032
 
5042
5033
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -5051,7 +5042,7 @@ ejs-listbox {
5051
5042
 
5052
5043
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
5053
5044
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
5054
- height: calc(100% - 45px);
5045
+ height: calc(100% - 37px);
5055
5046
  }
5056
5047
 
5057
5048
  .e-listbox-wrapper,
@@ -5078,7 +5069,7 @@ ejs-listbox {
5078
5069
  .e-listbox-wrapper.e-filter-list .e-list-parent,
5079
5070
  .e-listbox-container.e-filter-list .e-list-parent,
5080
5071
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
5081
- height: calc(100% - 47px);
5072
+ height: calc(100% - 40px);
5082
5073
  }
5083
5074
 
5084
5075
  .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,700");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  @keyframes material-spinner-rotate {
4
3
  0% {
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  @keyframes material-spinner-rotate {
4
3
  0% {
@@ -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;
@@ -1,2 +1,2 @@
1
- @import 'ej2-base/styles/material3-dark-definition.scss';
1
+
2
2
  @import 'ej2-dropdowns/styles/mention/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;
@@ -1,2 +1,2 @@
1
- @import 'ej2-base/styles/material3-definition.scss';
1
+
2
2
  @import 'ej2-dropdowns/styles/mention/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
  /* stylelint-disable-line no-empty-source */
3
2
  /* stylelint-disable property-no-vendor-prefix */
4
3
  @keyframes material-spinner-rotate {
@@ -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-line no-empty-source */
3
2
  /* stylelint-disable property-no-vendor-prefix */
4
3
  @keyframes material-spinner-rotate {
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  @keyframes e-input-ripple {
4
3
  100% {
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  @keyframes e-input-ripple {
4
3
  100% {
@@ -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;
@@ -1,2 +1,2 @@
1
- @import 'ej2-base/styles/material3-dark-definition.scss';
1
+
2
2
  @import 'ej2-dropdowns/styles/multi-select/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;
@@ -1,2 +1,2 @@
1
- @import 'ej2-base/styles/material3-definition.scss';
1
+
2
2
  @import 'ej2-dropdowns/styles/multi-select/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
  /* stylelint-disable property-no-vendor-prefix */
3
2
  /* stylelint-disable-line no-empty-source */
4
3
  /* stylelint-disable property-no-vendor-prefix */
@@ -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 */
@@ -1,11 +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
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
3
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
4
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
5
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
6
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
7
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
8
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
9
1
  .e-dropdownbase .e-list-item.e-active,
10
2
  .e-dropdownbase .e-list-item.e-active.e-hover {
11
3
  font-weight: 500;
@@ -2672,11 +2664,6 @@ ejs-multiselect {
2672
2664
  padding: 12px 12px;
2673
2665
  position: relative;
2674
2666
  }
2675
- .e-listbox-wrapper.e-filter-list,
2676
- .e-listbox-container.e-filter-list,
2677
- .e-listboxtool-wrapper.e-filter-list {
2678
- overflow: inherit;
2679
- }
2680
2667
  .e-listbox-wrapper .e-list-parent,
2681
2668
  .e-listbox-container .e-list-parent,
2682
2669
  .e-listboxtool-wrapper .e-list-parent {
@@ -2960,9 +2947,6 @@ ejs-listbox {
2960
2947
  overflow: auto;
2961
2948
  }
2962
2949
 
2963
- .e-listbox-wrapper.e-filter-list {
2964
- overflow: inherit;
2965
- }
2966
2950
  .e-listbox-wrapper.e-filter-list .e-list-parent {
2967
2951
  overflow: auto;
2968
2952
  }
@@ -3169,7 +3153,7 @@ ejs-listbox {
3169
3153
 
3170
3154
  .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3171
3155
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3172
- height: calc(100% - 55px);
3156
+ height: calc(100% - 57px);
3173
3157
  }
3174
3158
 
3175
3159
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -3184,7 +3168,7 @@ ejs-listbox {
3184
3168
 
3185
3169
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3186
3170
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3187
- height: calc(100% - 45px);
3171
+ height: calc(100% - 53px);
3188
3172
  }
3189
3173
 
3190
3174
  .e-listbox-wrapper,
@@ -3221,7 +3205,7 @@ ejs-listbox {
3221
3205
  .e-listbox-wrapper.e-filter-list .e-list-parent,
3222
3206
  .e-listbox-container.e-filter-list .e-list-parent,
3223
3207
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
3224
- height: calc(100% - 47px);
3208
+ height: calc(100% - 49px);
3225
3209
  }
3226
3210
 
3227
3211
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -1,11 +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
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
3
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
4
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
5
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
6
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
7
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
8
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
9
1
  .e-dropdownbase .e-list-item.e-active,
10
2
  .e-dropdownbase .e-list-item.e-active.e-hover {
11
3
  font-weight: 500;
@@ -2672,11 +2664,6 @@ ejs-multiselect {
2672
2664
  padding: 12px 12px;
2673
2665
  position: relative;
2674
2666
  }
2675
- .e-listbox-wrapper.e-filter-list,
2676
- .e-listbox-container.e-filter-list,
2677
- .e-listboxtool-wrapper.e-filter-list {
2678
- overflow: inherit;
2679
- }
2680
2667
  .e-listbox-wrapper .e-list-parent,
2681
2668
  .e-listbox-container .e-list-parent,
2682
2669
  .e-listboxtool-wrapper .e-list-parent {
@@ -2960,9 +2947,6 @@ ejs-listbox {
2960
2947
  overflow: auto;
2961
2948
  }
2962
2949
 
2963
- .e-listbox-wrapper.e-filter-list {
2964
- overflow: inherit;
2965
- }
2966
2950
  .e-listbox-wrapper.e-filter-list .e-list-parent {
2967
2951
  overflow: auto;
2968
2952
  }
@@ -3169,7 +3153,7 @@ ejs-listbox {
3169
3153
 
3170
3154
  .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3171
3155
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3172
- height: calc(100% - 55px);
3156
+ height: calc(100% - 57px);
3173
3157
  }
3174
3158
 
3175
3159
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -3184,7 +3168,7 @@ ejs-listbox {
3184
3168
 
3185
3169
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3186
3170
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3187
- height: calc(100% - 45px);
3171
+ height: calc(100% - 53px);
3188
3172
  }
3189
3173
 
3190
3174
  .e-listbox-wrapper,
@@ -3221,7 +3205,7 @@ ejs-listbox {
3221
3205
  .e-listbox-wrapper.e-filter-list .e-list-parent,
3222
3206
  .e-listbox-container.e-filter-list .e-list-parent,
3223
3207
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
3224
- height: calc(100% - 47px);
3208
+ height: calc(100% - 49px);
3225
3209
  }
3226
3210
 
3227
3211
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,