@syncfusion/ej2-multicolumn-combobox 27.2.4 → 28.1.33

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 (89) hide show
  1. package/README.md +2 -2
  2. package/dist/ej2-multicolumn-combobox.umd.min.js +3 -3
  3. package/dist/ej2-multicolumn-combobox.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-multicolumn-combobox.es2015.js +222 -177
  5. package/dist/es6/ej2-multicolumn-combobox.es2015.js.map +1 -1
  6. package/dist/es6/ej2-multicolumn-combobox.es5.js +263 -178
  7. package/dist/es6/ej2-multicolumn-combobox.es5.js.map +1 -1
  8. package/dist/global/ej2-multicolumn-combobox.min.js +3 -3
  9. package/dist/global/ej2-multicolumn-combobox.min.js.map +1 -1
  10. package/dist/global/index.d.ts +2 -2
  11. package/package.json +8 -8
  12. package/src/global.js +0 -2
  13. package/src/multicolumn-combobox/index.d.ts +1 -2
  14. package/src/multicolumn-combobox/index.js +1 -2
  15. package/src/multicolumn-combobox/multi-column-combo-box-model.d.ts +1 -1
  16. package/src/multicolumn-combobox/multi-column-combo-box.d.ts +5 -0
  17. package/src/multicolumn-combobox/multi-column-combo-box.js +265 -179
  18. package/styles/bds-lite.css +416 -0
  19. package/styles/bds-lite.scss +10 -0
  20. package/styles/bds.css +467 -0
  21. package/styles/bds.scss +11 -0
  22. package/styles/bootstrap-dark-lite.css +3 -0
  23. package/styles/bootstrap-dark.css +3 -0
  24. package/styles/bootstrap-lite.css +3 -0
  25. package/styles/bootstrap.css +3 -0
  26. package/styles/bootstrap4-lite.css +3 -0
  27. package/styles/bootstrap4.css +3 -0
  28. package/styles/bootstrap5-dark-lite.css +3 -0
  29. package/styles/bootstrap5-dark.css +3 -0
  30. package/styles/bootstrap5-lite.css +3 -0
  31. package/styles/bootstrap5.3-lite.css +3 -0
  32. package/styles/bootstrap5.3.css +3 -0
  33. package/styles/bootstrap5.css +3 -0
  34. package/styles/fabric-dark-lite.css +3 -0
  35. package/styles/fabric-dark.css +3 -0
  36. package/styles/fabric-lite.css +3 -0
  37. package/styles/fabric.css +3 -0
  38. package/styles/fluent-dark-lite.css +3 -0
  39. package/styles/fluent-dark.css +3 -0
  40. package/styles/fluent-lite.css +3 -0
  41. package/styles/fluent.css +3 -0
  42. package/styles/fluent2-lite.css +3 -0
  43. package/styles/fluent2.css +3 -0
  44. package/styles/highcontrast-light-lite.css +3 -0
  45. package/styles/highcontrast-light.css +3 -0
  46. package/styles/highcontrast-lite.css +4 -1
  47. package/styles/highcontrast.css +4 -1
  48. package/styles/material-dark-lite.css +3 -0
  49. package/styles/material-dark.css +3 -0
  50. package/styles/material-lite.css +3 -0
  51. package/styles/material.css +3 -0
  52. package/styles/material3-dark-lite.css +3 -0
  53. package/styles/material3-dark.css +3 -0
  54. package/styles/material3-lite.css +3 -0
  55. package/styles/material3.css +3 -0
  56. package/styles/multicolumn-combobox/_layout.scss +3 -0
  57. package/styles/multicolumn-combobox/_tailwind3-definition.scss +32 -0
  58. package/styles/multicolumn-combobox/bds.css +467 -0
  59. package/styles/multicolumn-combobox/bds.scss +11 -0
  60. package/styles/multicolumn-combobox/bootstrap-dark.css +3 -0
  61. package/styles/multicolumn-combobox/bootstrap.css +3 -0
  62. package/styles/multicolumn-combobox/bootstrap4.css +3 -0
  63. package/styles/multicolumn-combobox/bootstrap5-dark.css +3 -0
  64. package/styles/multicolumn-combobox/bootstrap5.3.css +3 -0
  65. package/styles/multicolumn-combobox/bootstrap5.css +3 -0
  66. package/styles/multicolumn-combobox/fabric-dark.css +3 -0
  67. package/styles/multicolumn-combobox/fabric.css +3 -0
  68. package/styles/multicolumn-combobox/fluent-dark.css +3 -0
  69. package/styles/multicolumn-combobox/fluent.css +3 -0
  70. package/styles/multicolumn-combobox/fluent2.css +3 -0
  71. package/styles/multicolumn-combobox/highcontrast-light.css +3 -0
  72. package/styles/multicolumn-combobox/highcontrast.css +4 -1
  73. package/styles/multicolumn-combobox/icons/_tailwind3.scss +6 -0
  74. package/styles/multicolumn-combobox/material-dark.css +3 -0
  75. package/styles/multicolumn-combobox/material.css +3 -0
  76. package/styles/multicolumn-combobox/material3-dark.css +3 -0
  77. package/styles/multicolumn-combobox/material3.css +3 -0
  78. package/styles/multicolumn-combobox/tailwind-dark.css +3 -0
  79. package/styles/multicolumn-combobox/tailwind.css +3 -0
  80. package/styles/multicolumn-combobox/tailwind3.css +375 -0
  81. package/styles/multicolumn-combobox/tailwind3.scss +11 -0
  82. package/styles/tailwind-dark-lite.css +3 -0
  83. package/styles/tailwind-dark.css +3 -0
  84. package/styles/tailwind-lite.css +3 -0
  85. package/styles/tailwind.css +3 -0
  86. package/styles/tailwind3-lite.css +324 -0
  87. package/styles/tailwind3-lite.scss +10 -0
  88. package/styles/tailwind3.css +375 -0
  89. package/styles/tailwind3.scss +11 -0
@@ -0,0 +1,416 @@
1
+
2
+
3
+
4
+
5
+ /* stylelint-disable */
6
+ .e-btn.e-primary:focus {
7
+ -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
8
+ box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
9
+ }
10
+
11
+ .e-btn.e-success:focus {
12
+ -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
13
+ box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
14
+ }
15
+
16
+ .e-btn.e-info:focus {
17
+ -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
18
+ box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
19
+ }
20
+
21
+ .e-btn.e-warning:focus {
22
+ -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
23
+ box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
24
+ }
25
+
26
+ .e-btn.e-danger:focus {
27
+ -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
28
+ box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
29
+ }
30
+
31
+ .e-btn.e-outline.e-info {
32
+ background: transparent !important;
33
+ border-color: var(--color-sf-utility-info-border-color) !important;
34
+ color: var(--color-sf-utility-info-text) !important;
35
+ }
36
+
37
+ .e-btn.e-outline.e-info:hover {
38
+ background: var(--color-sf-utility-info-bg-color-hover) !important;
39
+ border-color: var(--color-sf-utility-info-border-color) !important;
40
+ color: var(--color-sf-utility-info-text-hover) !important;
41
+ }
42
+
43
+ .e-btn.e-outline.e-info:active {
44
+ background: var(--color-sf-utility-info-bg-color-pressed) !important;
45
+ border-color: var(--color-sf-utility-info-border-color) !important;
46
+ color: var(--color-sf-utility-info-text-hover) !important;
47
+ }
48
+
49
+ .e-btn.e-flat.e-info {
50
+ color: var(--color-sf-utility-info-text) !important;
51
+ }
52
+
53
+ .e-bigger .e-btn,
54
+ .e-bigger .e-btn,
55
+ .e-bigger .e-css.e-btn,
56
+ .e-bigger.e-css.e-btn {
57
+ font-size: 14px;
58
+ line-height: 1.572em;
59
+ padding: 8px 15px;
60
+ border-radius: 8px !important;
61
+ font-weight: 600;
62
+ }
63
+
64
+ .e-dropdown-popup {
65
+ position: absolute;
66
+ border-radius: 8px;
67
+ margin-top: 4px;
68
+ }
69
+ .e-dropdown-popup ul {
70
+ border: 1px solid var(--color-sf-border-secondary);
71
+ border-radius: 8px;
72
+ -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
73
+ box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
74
+ -webkit-box-sizing: border-box;
75
+ box-sizing: border-box;
76
+ font-size: 14px;
77
+ font-weight: 500;
78
+ list-style-image: none;
79
+ list-style-position: outside;
80
+ list-style-type: none;
81
+ margin: 0;
82
+ min-width: 120px;
83
+ overflow: hidden;
84
+ padding: 4px 0;
85
+ -webkit-user-select: none;
86
+ -moz-user-select: none;
87
+ -ms-user-select: none;
88
+ user-select: none;
89
+ white-space: nowrap;
90
+ }
91
+ .e-dropdown-popup ul .e-item {
92
+ cursor: pointer;
93
+ display: -webkit-box;
94
+ display: -ms-flexbox;
95
+ display: flex;
96
+ height: 32px;
97
+ line-height: 32px;
98
+ padding: 0 12px;
99
+ margin: 0 6px;
100
+ border-radius: 6px;
101
+ }
102
+ .e-dropdown-popup ul .e-item.e-url {
103
+ padding: 0;
104
+ }
105
+
106
+ .e-dropdownbase .e-list-item.e-active,
107
+ .e-dropdownbase .e-list-item.e-active.e-hover {
108
+ font-weight: 500;
109
+ }
110
+
111
+ .e-dropdownbase .e-list-group-item,
112
+ .e-fixed-head {
113
+ font-size: 12px;
114
+ text-transform: uppercase;
115
+ }
116
+
117
+ .e-small .e-dropdownbase .e-list-group-item,
118
+ .e-small .e-fixed-head,
119
+ .e-small.e-dropdownbase .e-list-group-item,
120
+ .e-small.e-fixed-head {
121
+ font-size: 10px;
122
+ }
123
+
124
+ .e-dropdownbase .e-list-item .e-list-icon {
125
+ padding: 0 8px 0 0;
126
+ }
127
+
128
+ .e-small .e-dropdownbase .e-list-item .e-list-icon {
129
+ padding: 0 4px 0 0;
130
+ }
131
+
132
+ /* stylelint-disable */
133
+ .e-dropdownbase .e-list-item {
134
+ border-radius: 6px !important;
135
+ }
136
+
137
+ .e-ddl.e-control-wrapper .e-ddl-icon::before {
138
+ -webkit-transform: rotate(0deg);
139
+ transform: rotate(0deg);
140
+ -webkit-transition: -webkit-transform 300ms ease;
141
+ transition: -webkit-transform 300ms ease;
142
+ transition: transform 300ms ease;
143
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
144
+ }
145
+
146
+ .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
147
+ -webkit-transform: rotate(180deg);
148
+ transform: rotate(180deg);
149
+ -webkit-transition: -webkit-transform 300ms ease;
150
+ transition: -webkit-transform 300ms ease;
151
+ transition: transform 300ms ease;
152
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
153
+ }
154
+
155
+ .e-dropdownbase .e-list-item.e-active.e-hover {
156
+ color: var(--color-sf-text-primary);
157
+ }
158
+
159
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
160
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
161
+ .e-input-group:not(.e-disabled) .e-back-icon:active,
162
+ .e-input-group:not(.e-disabled) .e-back-icon:hover,
163
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
164
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
165
+ background: transparent;
166
+ }
167
+
168
+ .e-input-group .e-ddl-icon:not(:active)::after {
169
+ -webkit-animation: none;
170
+ animation: none;
171
+ }
172
+
173
+ .e-ddl.e-popup {
174
+ border: 0;
175
+ border-radius: 8px;
176
+ -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
177
+ box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
178
+ margin-top: 4px;
179
+ }
180
+
181
+ .e-small .e-ddl.e-popup,
182
+ .e-small.e-ddl.e-popup {
183
+ border-radius: 4px;
184
+ margin-top: 2px;
185
+ }
186
+
187
+ .e-popup.e-ddl .e-dropdownbase {
188
+ min-height: 26px;
189
+ padding: 4px 6px;
190
+ }
191
+
192
+ .e-input-group.e-ddl,
193
+ .e-input-group.e-ddl .e-input,
194
+ .e-input-group.e-ddl .e-ddl-icon {
195
+ background: var(--color-sf-bg-primary);
196
+ }
197
+
198
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
199
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
200
+ border-bottom-width: 0;
201
+ }
202
+
203
+ .e-ddl.e-popup.e-outline .e-filter-parent {
204
+ padding: 4px 8px;
205
+ }
206
+
207
+ /* stylelint-disable */
208
+ .e-dialog.e-checkboxfilter,
209
+ .e-dialog.e-flmenu {
210
+ min-width: 300px !important;
211
+ }
212
+
213
+ .e-input-group.e-control-wrapper .e-multicolumn-list-icon::before {
214
+ content: "\e729";
215
+ font-family: "e-icons";
216
+ }
217
+
218
+ .e-multicolumn-grid tr.e-groupcaptionrow {
219
+ position: sticky;
220
+ top: 0;
221
+ }
222
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
223
+ font-weight: 600;
224
+ }
225
+
226
+ .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
227
+ .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
228
+ .e-multicolumn-grid td.e-recordplusexpand,
229
+ .e-multicolumn-grid td.e-indentcell,
230
+ .e-multicolumn-grid col.e-group-intent,
231
+ .e-multicolumn-list .e-no-records + .e-grid {
232
+ display: none;
233
+ }
234
+
235
+ .e-multicolumn-grid td.e-rowcell {
236
+ cursor: default;
237
+ }
238
+
239
+ .e-multicolumn-grid .e-gridheader .e-headercelldiv {
240
+ overflow: hidden;
241
+ }
242
+
243
+ .e-multicolumn-list .e-popup-footer {
244
+ vertical-align: middle;
245
+ border-style: solid;
246
+ border-width: 0 0 0 0;
247
+ font-size: 14px;
248
+ height: 30px;
249
+ display: -webkit-box;
250
+ display: -ms-flexbox;
251
+ display: flex;
252
+ -webkit-box-align: center;
253
+ -ms-flex-align: center;
254
+ align-items: center;
255
+ border-radius: 0 0 4px 4px;
256
+ }
257
+
258
+ .e-multicolumn-grid.e-grid {
259
+ border-width: 0;
260
+ border-radius: 4px;
261
+ }
262
+ .e-multicolumn-grid.e-grid .e-gridcontent {
263
+ border-radius: 0 0 4px 4px;
264
+ }
265
+
266
+ .e-input-group.e-multicolumn-list input[readonly].e-input {
267
+ pointer-events: none;
268
+ }
269
+
270
+ .e-multicolumn-list:has(.e-popup-footer) .e-multicolumn-grid.e-grid {
271
+ border-radius: 4px 4px 0 0;
272
+ }
273
+ .e-multicolumn-list:has(.e-popup-footer) .e-multicolumn-grid.e-grid .e-gridcontent {
274
+ border-radius: 0;
275
+ }
276
+ .e-multicolumn-list.e-icon-anim .e-multicolumn-list-icon::before {
277
+ -webkit-transform: rotate(180deg);
278
+ transform: rotate(180deg);
279
+ }
280
+ .e-multicolumn-list:not(.e-icon-anim) .e-multicolumn-list-icon::before {
281
+ -webkit-transform: rotate(0deg);
282
+ transform: rotate(0deg);
283
+ }
284
+ .e-multicolumn-list .e-multicolumn-list-icon::before {
285
+ -webkit-transition: -webkit-transform 300ms ease;
286
+ transition: -webkit-transform 300ms ease;
287
+ transition: transform 300ms ease;
288
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
289
+ }
290
+
291
+ .e-multicolumn-grid .e-grid {
292
+ overflow: auto;
293
+ }
294
+
295
+ .e-multicolumn-grid .e-row,
296
+ .e-multicolumn-grid .e-emptyrow {
297
+ height: 30px;
298
+ }
299
+
300
+ .e-multicolumn-group .e-sortnumber {
301
+ display: none;
302
+ }
303
+
304
+ .e-popup.e-multicolumn-list {
305
+ position: absolute;
306
+ border-radius: 4px;
307
+ margin-top: 2px;
308
+ }
309
+ .e-popup.e-multicolumn-list .e-nodata {
310
+ cursor: default;
311
+ font-family: inherit;
312
+ font-size: 14px;
313
+ padding: 14px 16px;
314
+ text-align: center;
315
+ border-radius: inherit;
316
+ }
317
+ .e-popup.e-multicolumn-list .e-headertext {
318
+ font-weight: 500;
319
+ }
320
+ .e-popup.e-multicolumn-list .e-gridheader {
321
+ position: sticky;
322
+ top: 0;
323
+ z-index: 1;
324
+ border-radius: 4px 4px 0 0;
325
+ }
326
+
327
+ .e-multicolumn-grid .e-headercontent {
328
+ border-right-color: transparent; /* stylelint-disable-line declaration-no-important */
329
+ }
330
+
331
+ .e-multicolumn-grid.e-rtl .e-headercontent {
332
+ border-left-color: transparent; /* stylelint-disable-line declaration-no-important */
333
+ }
334
+
335
+ .e-multicolumn-grid .e-content {
336
+ overflow: auto !important; /* stylelint-disable-line declaration-no-important */
337
+ }
338
+
339
+ .e-multicolumn-container .e-input-group-icon.e-multicolumn-list-icon.e-ddl-disable-icon {
340
+ position: relative;
341
+ }
342
+
343
+ .e-small.e-popup .e-multicolumn-grid .e-headercelldiv,
344
+ .e-small.e-popup .e-multicolumn-grid .e-rowcell, .e-small.e-popup.e-multicolumn-list .e-popup-footer,
345
+ .e-small .e-popup .e-multicolumn-grid .e-headercelldiv,
346
+ .e-small .e-popup .e-multicolumn-grid .e-rowcell,
347
+ .e-small .e-popup.e-multicolumn-list .e-popup-footer {
348
+ font-size: 12px;
349
+ }
350
+ .e-small.e-popup.e-multicolumn-list .e-popup-footer,
351
+ .e-small.e-popup .e-multicolumn-grid .e-row,
352
+ .e-small.e-popup .e-multicolumn-grid .e-emptyrow,
353
+ .e-small .e-popup.e-multicolumn-list .e-popup-footer,
354
+ .e-small .e-popup .e-multicolumn-grid .e-row,
355
+ .e-small .e-popup .e-multicolumn-grid .e-emptyrow {
356
+ height: 24px;
357
+ }
358
+ .e-small.e-popup.e-multicolumn-list,
359
+ .e-small .e-popup.e-multicolumn-list {
360
+ margin-top: 2px;
361
+ }
362
+
363
+ .e-multicolumn-list .e-popup-footer {
364
+ background: var(--color-sf-bg-primary-alt);
365
+ color: var(--color-sf-text-tertiary);
366
+ border-color: var(--color-sf-border-secondary);
367
+ }
368
+
369
+ .e-input-group.e-multicolumn-list:focus-visible {
370
+ outline: transparent;
371
+ }
372
+
373
+ .e-popup.e-multicolumn-list {
374
+ background: transparent;
375
+ -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
376
+ box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
377
+ }
378
+ .e-popup.e-multicolumn-list .e-nodata {
379
+ color: var(--color-sf-text-primary);
380
+ border: 1px solid var(--color-sf-border-secondary);
381
+ background: var(--color-sf-bg-primary-alt);
382
+ }
383
+ .e-popup.e-multicolumn-list .e-multicolumn-grid .e-rowcell {
384
+ color: var(--color-sf-text-primary);
385
+ }
386
+ .e-popup.e-multicolumn-list .e-multicolumn-grid .e-focused {
387
+ -webkit-box-shadow: none;
388
+ box-shadow: none;
389
+ }
390
+ .e-popup.e-multicolumn-list .e-gridhover .e-row:hover .e-rowcell:not(.e-active),
391
+ .e-popup.e-multicolumn-list .e-gridcontent .e-row-focus {
392
+ background: var(--color-sf-bg-secondary-hover) !important; /* stylelint-disable-line declaration-no-important */
393
+ }
394
+ .e-popup.e-multicolumn-list .e-multicolumn-grid td.e-active {
395
+ background: var(--color-sf-utility-content-bg-color-selected);
396
+ color: var(--color-sf-text-primary);
397
+ }
398
+ .e-popup.e-multicolumn-list .e-groupcaption {
399
+ color: var(--color-sf-text-tertiary);
400
+ background: var(--color-sf-bg-primary-alt);
401
+ }
402
+ .e-popup.e-multicolumn-list .e-gridheader,
403
+ .e-popup.e-multicolumn-list .e-gridheader colgroup {
404
+ background: var(--color-sf-bg-primary-alt);
405
+ }
406
+ .e-popup.e-multicolumn-list .e-altrow {
407
+ background: var(--color-sf-bg-primary-alt);
408
+ }
409
+ .e-popup.e-multicolumn-list .e-grid .e-headercell {
410
+ background-color: unset;
411
+ }
412
+ .e-popup.e-multicolumn-list .e-headertext,
413
+ .e-popup.e-multicolumn-list .e-grid th.e-headercell[aria-sort=ascending] .e-headertext,
414
+ .e-popup.e-multicolumn-list .e-grid th.e-headercell[aria-sort=descending] .e-headertext {
415
+ color: var(--color-sf-text-tertiary);
416
+ }
@@ -0,0 +1,10 @@
1
+ @import 'ej2-base/styles/definition/bds.scss';
2
+ @import 'ej2-buttons/styles/button/bds-definition.scss';
3
+ @import 'ej2-splitbuttons/styles/drop-down-button/bds-definition.scss';
4
+ @import 'ej2-dropdowns/styles/drop-down-base/bds-definition.scss';
5
+ @import 'ej2-dropdowns/styles/drop-down-list/bds-definition.scss';
6
+ @import 'ej2-dropdowns/styles/combo-box/bds-definition.scss';
7
+ @import 'ej2-grids/styles/grid/bds-definition.scss';
8
+ @import 'multicolumn-combobox/bds-definition.scss';
9
+ @import 'multicolumn-combobox/icons/bds.scss';
10
+ @import 'multicolumn-combobox/all.scss';