@syncfusion/ej2-dropdowns 20.4.54 → 21.1.35

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 (126) hide show
  1. package/CHANGELOG.md +1 -78
  2. package/dist/ej2-dropdowns.min.js +2 -2
  3. package/dist/ej2-dropdowns.umd.min.js +2 -2
  4. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-dropdowns.es2015.js +162 -56
  6. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  7. package/dist/es6/ej2-dropdowns.es5.js +158 -50
  8. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  9. package/dist/global/ej2-dropdowns.min.js +2 -2
  10. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +13 -12
  13. package/src/combo-box/combo-box.js +2 -0
  14. package/src/common/highlight-search.js +1 -1
  15. package/src/common/incremental-search.d.ts +3 -0
  16. package/src/common/incremental-search.js +7 -0
  17. package/src/drop-down-list/drop-down-list-model.d.ts +6 -6
  18. package/src/drop-down-list/drop-down-list.js +46 -18
  19. package/src/drop-down-tree/drop-down-tree-model.d.ts +2 -2
  20. package/src/drop-down-tree/drop-down-tree.d.ts +62 -6
  21. package/src/drop-down-tree/drop-down-tree.js +11 -11
  22. package/src/list-box/list-box.d.ts +15 -3
  23. package/src/list-box/list-box.js +3 -3
  24. package/src/mention/mention.d.ts +4 -0
  25. package/src/mention/mention.js +88 -17
  26. package/styles/bootstrap-dark.css +2 -15
  27. package/styles/bootstrap.css +2 -5
  28. package/styles/bootstrap4.css +3 -14
  29. package/styles/bootstrap5-dark.css +5 -8
  30. package/styles/bootstrap5.css +5 -8
  31. package/styles/drop-down-base/_bootstrap4-definition.scss +0 -8
  32. package/styles/drop-down-base/_bootstrap5-definition.scss +2 -2
  33. package/styles/drop-down-base/_fluent-definition.scss +2 -2
  34. package/styles/drop-down-base/_tailwind-definition.scss +2 -2
  35. package/styles/drop-down-base/_theme.scss +63 -10
  36. package/styles/drop-down-base/bootstrap-dark.css +2 -2
  37. package/styles/drop-down-base/bootstrap.css +2 -2
  38. package/styles/drop-down-base/bootstrap4.css +2 -10
  39. package/styles/drop-down-base/bootstrap5-dark.css +2 -2
  40. package/styles/drop-down-base/bootstrap5.css +2 -2
  41. package/styles/drop-down-base/fabric-dark.css +2 -2
  42. package/styles/drop-down-base/fabric.css +2 -2
  43. package/styles/drop-down-base/fluent-dark.css +2 -2
  44. package/styles/drop-down-base/fluent.css +2 -2
  45. package/styles/drop-down-base/highcontrast-light.css +2 -2
  46. package/styles/drop-down-base/highcontrast.css +2 -2
  47. package/styles/drop-down-base/material-dark.css +2 -2
  48. package/styles/drop-down-base/material.css +2 -2
  49. package/styles/drop-down-base/tailwind-dark.css +2 -2
  50. package/styles/drop-down-base/tailwind.css +2 -2
  51. package/styles/drop-down-list/_bootstrap4-definition.scss +1 -1
  52. package/styles/drop-down-list/_bootstrap5-definition.scss +6 -6
  53. package/styles/drop-down-list/_fluent-definition.scss +5 -5
  54. package/styles/drop-down-list/_layout.scss +1 -4
  55. package/styles/drop-down-list/_tailwind-definition.scss +1 -1
  56. package/styles/drop-down-list/bootstrap-dark.css +0 -3
  57. package/styles/drop-down-list/bootstrap.css +0 -3
  58. package/styles/drop-down-list/bootstrap4.css +1 -12
  59. package/styles/drop-down-list/bootstrap5-dark.css +0 -3
  60. package/styles/drop-down-list/bootstrap5.css +0 -3
  61. package/styles/drop-down-list/fabric-dark.css +0 -3
  62. package/styles/drop-down-list/fabric.css +0 -3
  63. package/styles/drop-down-list/fluent-dark.css +0 -3
  64. package/styles/drop-down-list/fluent.css +0 -3
  65. package/styles/drop-down-list/highcontrast-light.css +0 -3
  66. package/styles/drop-down-list/highcontrast.css +0 -3
  67. package/styles/drop-down-list/icons/_material3.scss +1 -1
  68. package/styles/drop-down-list/material-dark.css +1 -3
  69. package/styles/drop-down-list/material.css +0 -3
  70. package/styles/drop-down-list/tailwind-dark.css +1 -4
  71. package/styles/drop-down-list/tailwind.css +1 -4
  72. package/styles/drop-down-tree/_layout.scss +34 -14
  73. package/styles/drop-down-tree/_tailwind-definition.scss +1 -1
  74. package/styles/drop-down-tree/_theme.scss +1 -1
  75. package/styles/drop-down-tree/bootstrap4.css +0 -8
  76. package/styles/drop-down-tree/material-dark.css +1 -0
  77. package/styles/fabric-dark.css +2 -15
  78. package/styles/fabric.css +2 -5
  79. package/styles/fluent-dark.css +6 -9
  80. package/styles/fluent.css +6 -9
  81. package/styles/highcontrast-light.css +9 -15
  82. package/styles/highcontrast.css +15 -11
  83. package/styles/list-box/_bootstrap-dark-definition.scss +0 -3
  84. package/styles/list-box/_bootstrap-definition.scss +0 -3
  85. package/styles/list-box/_bootstrap4-definition.scss +0 -3
  86. package/styles/list-box/_bootstrap5-definition.scss +0 -3
  87. package/styles/list-box/_fabric-dark-definition.scss +0 -3
  88. package/styles/list-box/_fabric-definition.scss +0 -3
  89. package/styles/list-box/_fluent-definition.scss +0 -3
  90. package/styles/list-box/_fusionnew-definition.scss +0 -3
  91. package/styles/list-box/_highcontrast-definition.scss +0 -3
  92. package/styles/list-box/_highcontrast-light-definition.scss +0 -3
  93. package/styles/list-box/_material-dark-definition.scss +0 -3
  94. package/styles/list-box/_material-definition.scss +0 -3
  95. package/styles/list-box/_tailwind-definition.scss +0 -3
  96. package/styles/list-box/bootstrap4.css +0 -8
  97. package/styles/material-dark.css +4 -15
  98. package/styles/material.css +2 -5
  99. package/styles/mention/bootstrap4.css +0 -8
  100. package/styles/multi-select/_bootstrap5-definition.scss +6 -6
  101. package/styles/multi-select/_fluent-definition.scss +7 -7
  102. package/styles/multi-select/_highcontrast-definition.scss +8 -6
  103. package/styles/multi-select/_highcontrast-light-definition.scss +2 -0
  104. package/styles/multi-select/_layout.scss +94 -77
  105. package/styles/multi-select/_tailwind-definition.scss +2 -2
  106. package/styles/multi-select/_theme.scss +110 -22
  107. package/styles/multi-select/bootstrap4.css +0 -8
  108. package/styles/multi-select/bootstrap5-dark.css +3 -3
  109. package/styles/multi-select/bootstrap5.css +3 -3
  110. package/styles/multi-select/fluent-dark.css +4 -4
  111. package/styles/multi-select/fluent.css +4 -4
  112. package/styles/multi-select/highcontrast-light.css +7 -0
  113. package/styles/multi-select/highcontrast.css +13 -6
  114. package/styles/multi-select/icons/_material3.scss +670 -3
  115. package/styles/multi-select/tailwind-dark.css +2 -1
  116. package/styles/multi-select/tailwind.css +2 -1
  117. package/styles/tailwind-dark.css +5 -7
  118. package/styles/tailwind.css +5 -7
  119. package/styles/auto-complete/_material3-definition.scss +0 -2
  120. package/styles/combo-box/_material3-definition.scss +0 -2
  121. package/styles/drop-down-base/_material3-definition.scss +0 -117
  122. package/styles/drop-down-list/_material3-definition.scss +0 -201
  123. package/styles/drop-down-tree/_material3-definition.scss +0 -60
  124. package/styles/list-box/_material3-definition.scss +0 -120
  125. package/styles/mention/_material3-definition.scss +0 -1
  126. package/styles/multi-select/_material3-definition.scss +0 -226
@@ -98,11 +98,13 @@
98
98
 
99
99
  .e-dropdownbase {
100
100
  border-color: $ddl-list-border-color;
101
+ @if $skin-name == 'Material3' {
102
+ background: $ddl-list-bg-color;
103
+ }
101
104
  @at-root {
102
105
  #{if(&, '&', '*')} .e-list-item {
103
106
  /* stylelint-disable property-no-vendor-prefix */
104
107
  -webkit-tap-highlight-color: $ddl-list-tap-color;
105
- background-color: $ddl-list-bg-color;
106
108
  border-bottom: $ddl-list-bottom-border;
107
109
  border-color: $ddl-list-gradient-color;
108
110
  color: $ddl-list-default-font-color;
@@ -112,11 +114,16 @@
112
114
  min-height: $ddl-list-line-height;
113
115
  padding-right: $ddl-list-padding-right;
114
116
  text-indent: $ddl-list-text-indent;
117
+ @if $skin-name == 'Material3' {
118
+ background: $ddl-list-bg-color;
119
+ }
120
+ @if $skin-name != 'Material3' {
121
+ background-color: $ddl-list-bg-color;
122
+ }
115
123
  }
116
124
 
117
125
  #{if(&, '&', '*')} .e-list-group-item,
118
126
  .e-fixed-head {
119
- background-color: $ddl-list-bg-color;
120
127
  border-color: $ddl-list-gradient-color;
121
128
  color: $ddl-list-header-font-color;
122
129
  font-family: $ddl-list-font-family;
@@ -126,17 +133,33 @@
126
133
  min-height: $ddl-list-line-height;
127
134
  padding-left: $ddl-list-header-padding-left;
128
135
  padding-right: $ddl-list-padding-right;
136
+ @if $skin-name == 'Material3' {
137
+ background: $ddl-list-bg-color;
138
+ }
139
+ @if $skin-name != 'Material3' {
140
+ background-color: $ddl-list-bg-color;
141
+ }
129
142
  }
130
143
 
131
144
  #{if(&, '&', '*')} .e-list-item.e-active,
132
145
  #{if(&, '&', '*')} .e-list-item.e-active.e-hover {
133
- background-color: $ddl-list-active-bg-color;
146
+ @if $skin-name == 'Material3' {
147
+ background: $ddl-list-active-bg-color;
148
+ }
149
+ @if $skin-name != 'Material3' {
150
+ background-color: $ddl-list-active-bg-color;
151
+ }
134
152
  border-color: $ddl-list-active-border-color;
135
153
  color: $ddl-list-active-font-color;
136
154
  }
137
155
 
138
156
  #{if(&, '&', '*')} .e-list-item.e-hover {
139
- background-color: $ddl-list-hover-bg-color;
157
+ @if $skin-name == 'Material3' {
158
+ background: $ddl-list-hover-bg-color;
159
+ }
160
+ @if $skin-name != 'Material3' {
161
+ background-color: $ddl-list-hover-bg-color;
162
+ }
140
163
  border-color: $ddl-list-hover-border-color;
141
164
  color: $ddl-list-hover-font-color;
142
165
  }
@@ -146,7 +169,12 @@
146
169
  }
147
170
 
148
171
  #{if(&, '&', '*')} .e-list-item.e-item-focus {
149
- background-color: $ddl-list-hover-bg-color;
172
+ @if $skin-name == 'Material3' {
173
+ background: $ddl-list-focus-bg-color;
174
+ }
175
+ @if $skin-name != 'Material3' {
176
+ background-color: $ddl-list-hover-bg-color;
177
+ }
150
178
  }
151
179
 
152
180
  #{if(&, '&', '*')} .e-list-item.e-active:last-child {
@@ -188,7 +216,12 @@
188
216
  }
189
217
 
190
218
  .e-multi-column#{&}.e-ddl#{&}.e-popup#{&}.e-popup-open .e-ddl-header {
191
- background-color: $ddl-list-bg-color;
219
+ @if $skin-name == 'Material3' {
220
+ background: $ddl-list-bg-color;
221
+ }
222
+ @if $skin-name != 'Material3' {
223
+ background-color: $ddl-list-bg-color;
224
+ }
192
225
  border-color: $ddl-multi-column-border-color;
193
226
  border-style: solid;
194
227
  border-width: $ddl-multi-column-border-width;
@@ -285,7 +318,12 @@
285
318
  }
286
319
 
287
320
  .e-ddl.e-popup.e-multiselect-group .e-list-group-item {
288
- background-color: $ddl-list-bg-color;
321
+ @if $skin-name == 'Material3' {
322
+ background: $ddl-list-bg-color;
323
+ }
324
+ @if $skin-name != 'Material3' {
325
+ background-color: $ddl-list-bg-color;
326
+ }
289
327
  border-bottom: $ddl-list-bottom-border;
290
328
  border-color: $ddl-list-gradient-color;
291
329
  color: $ddl-list-default-font-color;
@@ -301,18 +339,33 @@
301
339
  }
302
340
 
303
341
  .e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
304
- background-color: $ddl-list-hover-bg-color;
342
+ @if $skin-name == 'Material3' {
343
+ background: $ddl-list-hover-bg-color;
344
+ }
345
+ @if $skin-name != 'Material3' {
346
+ background-color: $ddl-list-hover-bg-color;
347
+ }
305
348
  }
306
349
 
307
350
  .e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active,
308
351
  .e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active.e-hover {
309
- background-color: $ddl-list-active-bg-color;
352
+ @if $skin-name == 'Material3' {
353
+ background: $ddl-list-active-bg-color;
354
+ }
355
+ @if $skin-name != 'Material3' {
356
+ background-color: $ddl-list-active-bg-color;
357
+ }
310
358
  border-color: $ddl-list-active-border-color;
311
359
  color: $ddl-list-active-font-color;
312
360
  }
313
361
 
314
362
  .e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-hover {
315
- background-color: $ddl-list-hover-bg-color;
363
+ @if $skin-name == 'Material3' {
364
+ background: $ddl-list-hover-bg-color;
365
+ }
366
+ @if $skin-name != 'Material3' {
367
+ background-color: $ddl-list-hover-bg-color;
368
+ }
316
369
  border-color: $ddl-list-hover-border-color;
317
370
  color: $ddl-list-hover-font-color;
318
371
  @if $skin-name == 'FluentUI' {
@@ -190,7 +190,6 @@
190
190
  .e-dropdownbase .e-list-item {
191
191
  /* stylelint-disable property-no-vendor-prefix */
192
192
  -webkit-tap-highlight-color: transparent;
193
- background-color: #2a2a2a;
194
193
  border-bottom: 1px;
195
194
  border-color: #6e6e6e;
196
195
  color: #f0f0f0;
@@ -200,11 +199,11 @@
200
199
  min-height: 26px;
201
200
  padding-right: 20px;
202
201
  text-indent: 20px;
202
+ background-color: #2a2a2a;
203
203
  }
204
204
 
205
205
  .e-dropdownbase .e-list-group-item,
206
206
  .e-fixed-head {
207
- background-color: #2a2a2a;
208
207
  border-color: #6e6e6e;
209
208
  color: #3e98ff;
210
209
  font-family: inherit;
@@ -214,6 +213,7 @@
214
213
  min-height: 26px;
215
214
  padding-left: 20px;
216
215
  padding-right: 20px;
216
+ background-color: #2a2a2a;
217
217
  }
218
218
 
219
219
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -190,7 +190,6 @@
190
190
  .e-dropdownbase .e-list-item {
191
191
  /* stylelint-disable property-no-vendor-prefix */
192
192
  -webkit-tap-highlight-color: transparent;
193
- background-color: #fff;
194
193
  border-bottom: 1px;
195
194
  border-color: #fff;
196
195
  color: #333;
@@ -200,11 +199,11 @@
200
199
  min-height: 26px;
201
200
  padding-right: 20px;
202
201
  text-indent: 20px;
202
+ background-color: #fff;
203
203
  }
204
204
 
205
205
  .e-dropdownbase .e-list-group-item,
206
206
  .e-fixed-head {
207
- background-color: #fff;
208
207
  border-color: #fff;
209
208
  color: #777;
210
209
  font-family: inherit;
@@ -214,6 +213,7 @@
214
213
  min-height: 26px;
215
214
  padding-left: 20px;
216
215
  padding-right: 20px;
216
+ background-color: #fff;
217
217
  }
218
218
 
219
219
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -2,14 +2,6 @@
2
2
  padding: 0 8px 0 0;
3
3
  }
4
4
 
5
- .e-bigger .e-content.e-dropdownbase {
6
- padding: 8px 0;
7
- }
8
-
9
- .e-content.e-dropdownbase {
10
- padding: 6px 0;
11
- }
12
-
13
5
  .e-bigger .e-dropdownbase .e-list-item .e-list-icon {
14
6
  font-size: 16px;
15
7
  }
@@ -208,7 +200,6 @@
208
200
  .e-dropdownbase .e-list-item {
209
201
  /* stylelint-disable property-no-vendor-prefix */
210
202
  -webkit-tap-highlight-color: transparent;
211
- background-color: #fff;
212
203
  border-bottom: 1px;
213
204
  border-color: #fff;
214
205
  color: #212529;
@@ -218,11 +209,11 @@
218
209
  min-height: 26px;
219
210
  padding-right: 24px;
220
211
  text-indent: 20px;
212
+ background-color: #fff;
221
213
  }
222
214
 
223
215
  .e-dropdownbase .e-list-group-item,
224
216
  .e-fixed-head {
225
- background-color: #fff;
226
217
  border-color: #fff;
227
218
  color: #6c757d;
228
219
  font-family: inherit;
@@ -232,6 +223,7 @@
232
223
  min-height: 26px;
233
224
  padding-left: 20px;
234
225
  padding-right: 24px;
226
+ background-color: #fff;
235
227
  }
236
228
 
237
229
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -217,7 +217,6 @@
217
217
  .e-dropdownbase .e-list-item {
218
218
  /* stylelint-disable property-no-vendor-prefix */
219
219
  -webkit-tap-highlight-color: transparent;
220
- background-color: #343a40;
221
220
  border-bottom: 0;
222
221
  border-color: #444c54;
223
222
  color: #fff;
@@ -227,11 +226,11 @@
227
226
  min-height: 30px;
228
227
  padding-right: 16px;
229
228
  text-indent: 12px;
229
+ background-color: #343a40;
230
230
  }
231
231
 
232
232
  .e-dropdownbase .e-list-group-item,
233
233
  .e-fixed-head {
234
- background-color: #343a40;
235
234
  border-color: #444c54;
236
235
  color: #7b848d;
237
236
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
@@ -241,6 +240,7 @@
241
240
  min-height: 30px;
242
241
  padding-left: 12px;
243
242
  padding-right: 16px;
243
+ background-color: #343a40;
244
244
  }
245
245
 
246
246
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -217,7 +217,6 @@
217
217
  .e-dropdownbase .e-list-item {
218
218
  /* stylelint-disable property-no-vendor-prefix */
219
219
  -webkit-tap-highlight-color: transparent;
220
- background-color: #fff;
221
220
  border-bottom: 0;
222
221
  border-color: #dee2e6;
223
222
  color: #212529;
@@ -227,11 +226,11 @@
227
226
  min-height: 30px;
228
227
  padding-right: 16px;
229
228
  text-indent: 12px;
229
+ background-color: #fff;
230
230
  }
231
231
 
232
232
  .e-dropdownbase .e-list-group-item,
233
233
  .e-fixed-head {
234
- background-color: #fff;
235
234
  border-color: #dee2e6;
236
235
  color: #6c757d;
237
236
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
@@ -241,6 +240,7 @@
241
240
  min-height: 30px;
242
241
  padding-left: 12px;
243
242
  padding-right: 16px;
243
+ background-color: #fff;
244
244
  }
245
245
 
246
246
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -190,7 +190,6 @@
190
190
  .e-dropdownbase .e-list-item {
191
191
  /* stylelint-disable property-no-vendor-prefix */
192
192
  -webkit-tap-highlight-color: transparent;
193
- background-color: #282727;
194
193
  border-bottom: 1px;
195
194
  border-color: transparent;
196
195
  color: #dadada;
@@ -200,11 +199,11 @@
200
199
  min-height: 36px;
201
200
  padding-right: 16px;
202
201
  text-indent: 10px;
202
+ background-color: #282727;
203
203
  }
204
204
 
205
205
  .e-dropdownbase .e-list-group-item,
206
206
  .e-fixed-head {
207
- background-color: #282727;
208
207
  border-color: transparent;
209
208
  color: #38a9ff;
210
209
  font-family: inherit;
@@ -214,6 +213,7 @@
214
213
  min-height: 36px;
215
214
  padding-left: 10px;
216
215
  padding-right: 16px;
216
+ background-color: #282727;
217
217
  }
218
218
 
219
219
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -190,7 +190,6 @@
190
190
  .e-dropdownbase .e-list-item {
191
191
  /* stylelint-disable property-no-vendor-prefix */
192
192
  -webkit-tap-highlight-color: transparent;
193
- background-color: #fff;
194
193
  border-bottom: 1px;
195
194
  border-color: transparent;
196
195
  color: rgba(51, 51, 51, 0.87);
@@ -200,11 +199,11 @@
200
199
  min-height: 36px;
201
200
  padding-right: 16px;
202
201
  text-indent: 10px;
202
+ background-color: #fff;
203
203
  }
204
204
 
205
205
  .e-dropdownbase .e-list-group-item,
206
206
  .e-fixed-head {
207
- background-color: #fff;
208
207
  border-color: transparent;
209
208
  color: #0078d6;
210
209
  font-family: inherit;
@@ -214,6 +213,7 @@
214
213
  min-height: 36px;
215
214
  padding-left: 10px;
216
215
  padding-right: 16px;
216
+ background-color: #fff;
217
217
  }
218
218
 
219
219
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -234,7 +234,6 @@
234
234
  .e-dropdownbase .e-list-item {
235
235
  /* stylelint-disable property-no-vendor-prefix */
236
236
  -webkit-tap-highlight-color: transparent;
237
- background-color: #252423;
238
237
  border-bottom: 0;
239
238
  border-color: #292827;
240
239
  color: #f3f2f1;
@@ -244,11 +243,11 @@
244
243
  min-height: 36px;
245
244
  padding-right: 16px;
246
245
  text-indent: 8px;
246
+ background-color: #252423;
247
247
  }
248
248
 
249
249
  .e-dropdownbase .e-list-group-item,
250
250
  .e-fixed-head {
251
- background-color: #252423;
252
251
  border-color: #292827;
253
252
  color: #0078d4;
254
253
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
@@ -258,6 +257,7 @@
258
257
  min-height: 36px;
259
258
  padding-left: 12px;
260
259
  padding-right: 16px;
260
+ background-color: #252423;
261
261
  }
262
262
 
263
263
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -234,7 +234,6 @@
234
234
  .e-dropdownbase .e-list-item {
235
235
  /* stylelint-disable property-no-vendor-prefix */
236
236
  -webkit-tap-highlight-color: transparent;
237
- background-color: #fff;
238
237
  border-bottom: 0;
239
238
  border-color: #edebe9;
240
239
  color: #201f1e;
@@ -244,11 +243,11 @@
244
243
  min-height: 36px;
245
244
  padding-right: 16px;
246
245
  text-indent: 8px;
246
+ background-color: #fff;
247
247
  }
248
248
 
249
249
  .e-dropdownbase .e-list-group-item,
250
250
  .e-fixed-head {
251
- background-color: #fff;
252
251
  border-color: #edebe9;
253
252
  color: #0078d4;
254
253
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
@@ -258,6 +257,7 @@
258
257
  min-height: 36px;
259
258
  padding-left: 12px;
260
259
  padding-right: 16px;
260
+ background-color: #fff;
261
261
  }
262
262
 
263
263
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -204,7 +204,6 @@
204
204
  .e-dropdownbase .e-list-item {
205
205
  /* stylelint-disable property-no-vendor-prefix */
206
206
  -webkit-tap-highlight-color: transparent;
207
- background-color: #fff;
208
207
  border-bottom: 2px;
209
208
  border-color: transparent;
210
209
  color: #000;
@@ -214,11 +213,11 @@
214
213
  min-height: 36px;
215
214
  padding-right: 16px;
216
215
  text-indent: 10px;
216
+ background-color: #fff;
217
217
  }
218
218
 
219
219
  .e-dropdownbase .e-list-group-item,
220
220
  .e-fixed-head {
221
- background-color: #fff;
222
221
  border-color: transparent;
223
222
  color: #23726c;
224
223
  font-family: inherit;
@@ -228,6 +227,7 @@
228
227
  min-height: 36px;
229
228
  padding-left: 10px;
230
229
  padding-right: 16px;
230
+ background-color: #fff;
231
231
  }
232
232
 
233
233
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -204,7 +204,6 @@
204
204
  .e-dropdownbase .e-list-item {
205
205
  /* stylelint-disable property-no-vendor-prefix */
206
206
  -webkit-tap-highlight-color: transparent;
207
- background-color: #000;
208
207
  border-bottom: 2px;
209
208
  border-color: transparent;
210
209
  color: #fff;
@@ -214,11 +213,11 @@
214
213
  min-height: 36px;
215
214
  padding-right: 16px;
216
215
  text-indent: 10px;
216
+ background-color: #000;
217
217
  }
218
218
 
219
219
  .e-dropdownbase .e-list-group-item,
220
220
  .e-fixed-head {
221
- background-color: #000;
222
221
  border-color: transparent;
223
222
  color: #ffd939;
224
223
  font-family: inherit;
@@ -228,6 +227,7 @@
228
227
  min-height: 36px;
229
228
  padding-left: 10px;
230
229
  padding-right: 16px;
230
+ background-color: #000;
231
231
  }
232
232
 
233
233
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -190,7 +190,6 @@
190
190
  .e-dropdownbase .e-list-item {
191
191
  /* stylelint-disable property-no-vendor-prefix */
192
192
  -webkit-tap-highlight-color: transparent;
193
- background-color: #424242;
194
193
  border-bottom: 0;
195
194
  border-color: transparent;
196
195
  color: #fff;
@@ -200,11 +199,11 @@
200
199
  min-height: 36px;
201
200
  padding-right: 16px;
202
201
  text-indent: 16px;
202
+ background-color: #424242;
203
203
  }
204
204
 
205
205
  .e-dropdownbase .e-list-group-item,
206
206
  .e-fixed-head {
207
- background-color: #424242;
208
207
  border-color: transparent;
209
208
  color: rgba(255, 255, 255, 0.7);
210
209
  font-family: inherit;
@@ -214,6 +213,7 @@
214
213
  min-height: 36px;
215
214
  padding-left: 16px;
216
215
  padding-right: 16px;
216
+ background-color: #424242;
217
217
  }
218
218
 
219
219
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -190,7 +190,6 @@
190
190
  .e-dropdownbase .e-list-item {
191
191
  /* stylelint-disable property-no-vendor-prefix */
192
192
  -webkit-tap-highlight-color: transparent;
193
- background-color: #fff;
194
193
  border-bottom: 0;
195
194
  border-color: #fff;
196
195
  color: rgba(0, 0, 0, 0.87);
@@ -200,11 +199,11 @@
200
199
  min-height: 36px;
201
200
  padding-right: 16px;
202
201
  text-indent: 16px;
202
+ background-color: #fff;
203
203
  }
204
204
 
205
205
  .e-dropdownbase .e-list-group-item,
206
206
  .e-fixed-head {
207
- background-color: #fff;
208
207
  border-color: #fff;
209
208
  color: rgba(0, 0, 0, 0.54);
210
209
  font-family: inherit;
@@ -214,6 +213,7 @@
214
213
  min-height: 36px;
215
214
  padding-left: 16px;
216
215
  padding-right: 16px;
216
+ background-color: #fff;
217
217
  }
218
218
 
219
219
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -296,7 +296,6 @@
296
296
  .e-dropdownbase .e-list-item {
297
297
  /* stylelint-disable property-no-vendor-prefix */
298
298
  -webkit-tap-highlight-color: transparent;
299
- background-color: #374151;
300
299
  border-bottom: 0;
301
300
  border-color: #4b5563;
302
301
  color: #fff;
@@ -306,11 +305,11 @@
306
305
  min-height: 30px;
307
306
  padding-right: 16px;
308
307
  text-indent: 12px;
308
+ background-color: #374151;
309
309
  }
310
310
 
311
311
  .e-dropdownbase .e-list-group-item,
312
312
  .e-fixed-head {
313
- background-color: #374151;
314
313
  border-color: #4b5563;
315
314
  color: #9ca3af;
316
315
  font-family: "Inter";
@@ -320,6 +319,7 @@
320
319
  min-height: 30px;
321
320
  padding-left: 12px;
322
321
  padding-right: 16px;
322
+ background-color: #374151;
323
323
  }
324
324
 
325
325
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -296,7 +296,6 @@
296
296
  .e-dropdownbase .e-list-item {
297
297
  /* stylelint-disable property-no-vendor-prefix */
298
298
  -webkit-tap-highlight-color: transparent;
299
- background-color: #fff;
300
299
  border-bottom: 0;
301
300
  border-color: #e5e7eb;
302
301
  color: #111827;
@@ -306,11 +305,11 @@
306
305
  min-height: 30px;
307
306
  padding-right: 16px;
308
307
  text-indent: 12px;
308
+ background-color: #fff;
309
309
  }
310
310
 
311
311
  .e-dropdownbase .e-list-group-item,
312
312
  .e-fixed-head {
313
- background-color: #fff;
314
313
  border-color: #e5e7eb;
315
314
  color: #6b7280;
316
315
  font-family: "Inter";
@@ -320,6 +319,7 @@
320
319
  min-height: 30px;
321
320
  padding-left: 12px;
322
321
  padding-right: 16px;
322
+ background-color: #fff;
323
323
  }
324
324
 
325
325
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -16,7 +16,7 @@ $ddl-popup-background-color: $content-popup-bg !default;
16
16
  $ddl-filter-border: rgba($black, .12) !default;
17
17
  $ddl-filter-bg: rgba($black, .03) !default;
18
18
  $ddl-filter-top-border: 0 !default;
19
- $ddl-filter-padding: 0 !default;
19
+ $ddl-filter-padding: 6px !default;
20
20
  $ddl-filter-box-shadow: none !default;
21
21
  $ddl-filter-background-color: $white !default;
22
22
  $ddl-default-border-color: rgba($black, .15) !default;
@@ -73,7 +73,7 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
73
73
  .e-bigger #{&}.e-popup.e-ddl {
74
74
  @at-root {
75
75
  #{if(&, '&', '*')} .e-list-item {
76
- font-size: 16px;
76
+ font-size: $text-base;
77
77
  line-height: 32px;
78
78
  padding-left: 0;
79
79
  text-indent: 16px;
@@ -81,7 +81,7 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
81
81
 
82
82
  #{if(&, '&', '*')} .e-list-group-item,
83
83
  #{if(&, '&', '*')} .e-fixed-head {
84
- font-size: 14px;
84
+ font-size: $text-sm;
85
85
  line-height: 32px;
86
86
  padding-left: 0;
87
87
  text-indent: 16px;
@@ -93,7 +93,7 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
93
93
 
94
94
  #{if(&, '&', '*')} .e-input-group input,
95
95
  #{if(&, '&', '*')} .e-input-group input.e-input {
96
- font-size: 16px;
96
+ font-size: $text-base;
97
97
  height: 36px;
98
98
  }
99
99
  }
@@ -166,11 +166,11 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
166
166
  }
167
167
 
168
168
  .e-input-group .e-control#{&}.e-dropdownlist~.e-ddl-icon {
169
- font-size: 14px;
169
+ font-size: $text-sm;
170
170
  }
171
171
 
172
172
  .e-bigger .e-input-group .e-control#{&}.e-dropdownlist~.e-ddl-icon {
173
- font-size: 16px;
173
+ font-size: $text-base;
174
174
  }
175
175
 
176
176
  .e-bigger.e-small .e-ddl#{&}.e-popup {
@@ -178,7 +178,7 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
178
178
  #{if(&, '&', '*')} .e-list-item,
179
179
  #{if(&, '&', '*')} .e-list-group-item,
180
180
  #{if(&, '&', '*')} .e-fixed-head {
181
- font-size: 14px;
181
+ font-size: $text-sm;
182
182
  line-height: 34px;
183
183
  padding-left: 0;
184
184
  text-indent: 16px;