@syncfusion/ej2-vue-multicolumn-combobox 26.1.39 → 26.2.5

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 (38) hide show
  1. package/dist/ej2-vue-multicolumn-combobox.umd.min.js +1 -1
  2. package/package.json +8 -8
  3. package/styles/bootstrap-dark.css +1 -349
  4. package/styles/bootstrap.css +1 -349
  5. package/styles/bootstrap4.css +1 -413
  6. package/styles/bootstrap5-dark.css +1 -417
  7. package/styles/bootstrap5.css +1 -417
  8. package/styles/fabric-dark.css +1 -324
  9. package/styles/fabric.css +1 -317
  10. package/styles/fluent-dark.css +1 -397
  11. package/styles/fluent.css +1 -397
  12. package/styles/fluent2.css +1 -1426
  13. package/styles/highcontrast-light.css +1 -335
  14. package/styles/highcontrast.css +1 -335
  15. package/styles/material-dark.css +1 -357
  16. package/styles/material.css +1 -382
  17. package/styles/material3-dark.css +1 -504
  18. package/styles/material3.css +1 -616
  19. package/styles/multicolumn-combobox/bootstrap-dark.css +1 -349
  20. package/styles/multicolumn-combobox/bootstrap.css +1 -349
  21. package/styles/multicolumn-combobox/bootstrap4.css +1 -413
  22. package/styles/multicolumn-combobox/bootstrap5-dark.css +1 -417
  23. package/styles/multicolumn-combobox/bootstrap5.css +1 -417
  24. package/styles/multicolumn-combobox/fabric-dark.css +1 -324
  25. package/styles/multicolumn-combobox/fabric.css +1 -317
  26. package/styles/multicolumn-combobox/fluent-dark.css +1 -397
  27. package/styles/multicolumn-combobox/fluent.css +1 -397
  28. package/styles/multicolumn-combobox/fluent2.css +1 -1426
  29. package/styles/multicolumn-combobox/highcontrast-light.css +1 -335
  30. package/styles/multicolumn-combobox/highcontrast.css +1 -335
  31. package/styles/multicolumn-combobox/material-dark.css +1 -357
  32. package/styles/multicolumn-combobox/material.css +1 -382
  33. package/styles/multicolumn-combobox/material3-dark.css +1 -504
  34. package/styles/multicolumn-combobox/material3.css +1 -616
  35. package/styles/multicolumn-combobox/tailwind-dark.css +1 -381
  36. package/styles/multicolumn-combobox/tailwind.css +1 -381
  37. package/styles/tailwind-dark.css +1 -381
  38. package/styles/tailwind.css +1 -381
@@ -1,616 +1 @@
1
- :root {
2
- --color-sf-black: 0, 0, 0;
3
- --color-sf-white: 255, 255, 255;
4
- --color-sf-primary: 103, 80, 164;
5
- --color-sf-primary-container: 234, 221, 255;
6
- --color-sf-secondary: 98, 91, 113;
7
- --color-sf-secondary-container: 232, 222, 248;
8
- --color-sf-tertiary: 125, 82, 96;
9
- --color-sf-tertiary-container: 255, 216, 228;
10
- --color-sf-surface: 255, 255, 255;
11
- --color-sf-surface-variant: 231, 224, 236;
12
- --color-sf-background: var(--color-sf-surface);
13
- --color-sf-on-primary: 255, 255, 255;
14
- --color-sf-on-primary-container: 33, 0, 94;
15
- --color-sf-on-secondary: 255, 255, 255;
16
- --color-sf-on-secondary-container: 30, 25, 43;
17
- --color-sf-on-tertiary: 255, 255, 255;
18
- --color-sf-on-tertiary-containe: 55, 11, 30;
19
- --color-sf-on-surface: 28, 27, 31;
20
- --color-sf-on-surface-variant: 73, 69, 78;
21
- --color-sf-on-background: 28, 27, 31;
22
- --color-sf-outline: 121, 116, 126;
23
- --color-sf-outline-variant: 196, 199, 197;
24
- --color-sf-shadow: 0, 0, 0;
25
- --color-sf-surface-tint-color: 103, 80, 164;
26
- --color-sf-inverse-surface: 49, 48, 51;
27
- --color-sf-inverse-on-surface: 244, 239, 244;
28
- --color-sf-inverse-primary: 208, 188, 255;
29
- --color-sf-scrim: 0, 0, 0;
30
- --color-sf-error: 179, 38, 30;
31
- --color-sf-error-container: 249, 222, 220;
32
- --color-sf-on-error: 255, 250, 250;
33
- --color-sf-on-error-container: 65, 14, 11;
34
- --color-sf-success: 32, 81, 7;
35
- --color-sf-success-container: 209, 255, 186;
36
- --color-sf-on-success: 244, 255, 239;
37
- --color-sf-on-success-container: 13, 39, 0;
38
- --color-sf-info: 1, 87, 155;
39
- --color-sf-info-container: 233, 245, 255;
40
- --color-sf-on-info: 250, 253, 255;
41
- --color-sf-on-info-container: 0, 51, 91;
42
- --color-sf-warning: 145, 76, 0;
43
- --color-sf-warning-container: 254, 236, 222;
44
- --color-sf-on-warning: 255, 255, 255;
45
- --color-sf-on-warning-container: 47, 21, 0;
46
- --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
47
- --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
48
- --color-sf-diagram-palette-background: --color-sf-white;
49
- --color-sf-success-text: 255, 255, 255;
50
- --color-sf-warning-text: 255, 255, 255;
51
- --color-sf-danger-text: 255, 255, 255;
52
- --color-sf-info-text: 255, 255, 255;
53
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
54
- --color-sf-secondary-bg-color: var(--color-sf-surface);
55
- }
56
-
57
- .e-dark-mode {
58
- --color-sf-black: 0, 0, 0;
59
- --color-sf-white: 255, 255, 255;
60
- --color-sf-primary: 208, 188, 255;
61
- --color-sf-primary-container: 79, 55, 139;
62
- --color-sf-secondary: 204, 194, 220;
63
- --color-sf-secondary-container: 74, 68, 88;
64
- --color-sf-tertiary: 239, 184, 200;
65
- --color-sf-tertiary-container: 99, 59, 72;
66
- --color-sf-surface: 28, 27, 31;
67
- --color-sf-surface-variant: 28, 27, 31;
68
- --color-sf-background: var(--color-sf-surface);
69
- --color-sf-on-primary: 55, 30, 115;
70
- --color-sf-on-primary-container: 234, 221, 255;
71
- --color-sf-on-secondary: 51, 45, 65;
72
- --color-sf-on-secondary-container: 232, 222, 248;
73
- --color-sf-on-tertiary: 73, 37, 50;
74
- --color-sf-on-tertiary-containe: 255, 216, 228;
75
- --color-sf-on-surface: 230, 225, 229;
76
- --color-sf-on-surface-variant: 202, 196, 208;
77
- --color-sf-on-background: 230, 225, 229;
78
- --color-sf-outline: 147, 143, 153;
79
- --color-sf-outline-variant: 68, 71, 70;
80
- --color-sf-shadow: 0, 0, 0;
81
- --color-sf-surface-tint-color: 208, 188, 255;
82
- --color-sf-inverse-surface: 230, 225, 229;
83
- --color-sf-inverse-on-surface: 49, 48, 51;
84
- --color-sf-inverse-primary: 103, 80, 164;
85
- --color-sf-scrim: 0, 0, 0;
86
- --color-sf-error: 242, 184, 181;
87
- --color-sf-error-container: 140, 29, 24;
88
- --color-sf-on-error: 96, 20, 16;
89
- --color-sf-on-error-container: 249, 222, 220;
90
- --color-sf-success: 83, 202, 23;
91
- --color-sf-success-container: 22, 62, 2;
92
- --color-sf-on-success: 13, 39, 0;
93
- --color-sf-on-success-container: 183, 250, 150;
94
- --color-sf-info: 71, 172, 251;
95
- --color-sf-info-container: 0, 67, 120;
96
- --color-sf-on-info: 0, 51, 91;
97
- --color-sf-on-info-container: 173, 219, 255;
98
- --color-sf-warning: 245, 180, 130;
99
- --color-sf-warning-container: 123, 65, 0;
100
- --color-sf-on-warning: 99, 52, 0;
101
- --color-sf-on-warning-container: 255, 220, 193;
102
- --color-sf-spreadsheet-gridline: 231, 224, 236;
103
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
104
- --color-sf-success-text: 0, 0, 0;
105
- --color-sf-warning-text: 0, 0, 0;
106
- --color-sf-info-text: 0, 0, 0;
107
- --color-sf-danger-text: 0, 0, 0;
108
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
109
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
110
- }
111
-
112
- :root {
113
- --color-sf-black: 0, 0, 0;
114
- --color-sf-white: 255, 255, 255;
115
- --color-sf-primary: 103, 80, 164;
116
- --color-sf-primary-container: 234, 221, 255;
117
- --color-sf-secondary: 98, 91, 113;
118
- --color-sf-secondary-container: 232, 222, 248;
119
- --color-sf-tertiary: 125, 82, 96;
120
- --color-sf-tertiary-container: 255, 216, 228;
121
- --color-sf-surface: 255, 255, 255;
122
- --color-sf-surface-variant: 231, 224, 236;
123
- --color-sf-background: var(--color-sf-surface);
124
- --color-sf-on-primary: 255, 255, 255;
125
- --color-sf-on-primary-container: 33, 0, 94;
126
- --color-sf-on-secondary: 255, 255, 255;
127
- --color-sf-on-secondary-container: 30, 25, 43;
128
- --color-sf-on-tertiary: 255, 255, 255;
129
- --color-sf-on-tertiary-containe: 55, 11, 30;
130
- --color-sf-on-surface: 28, 27, 31;
131
- --color-sf-on-surface-variant: 73, 69, 78;
132
- --color-sf-on-background: 28, 27, 31;
133
- --color-sf-outline: 121, 116, 126;
134
- --color-sf-outline-variant: 196, 199, 197;
135
- --color-sf-shadow: 0, 0, 0;
136
- --color-sf-surface-tint-color: 103, 80, 164;
137
- --color-sf-inverse-surface: 49, 48, 51;
138
- --color-sf-inverse-on-surface: 244, 239, 244;
139
- --color-sf-inverse-primary: 208, 188, 255;
140
- --color-sf-scrim: 0, 0, 0;
141
- --color-sf-error: 179, 38, 30;
142
- --color-sf-error-container: 249, 222, 220;
143
- --color-sf-on-error: 255, 250, 250;
144
- --color-sf-on-error-container: 65, 14, 11;
145
- --color-sf-success: 32, 81, 7;
146
- --color-sf-success-container: 209, 255, 186;
147
- --color-sf-on-success: 244, 255, 239;
148
- --color-sf-on-success-container: 13, 39, 0;
149
- --color-sf-info: 1, 87, 155;
150
- --color-sf-info-container: 233, 245, 255;
151
- --color-sf-on-info: 250, 253, 255;
152
- --color-sf-on-info-container: 0, 51, 91;
153
- --color-sf-warning: 145, 76, 0;
154
- --color-sf-warning-container: 254, 236, 222;
155
- --color-sf-on-warning: 255, 255, 255;
156
- --color-sf-on-warning-container: 47, 21, 0;
157
- --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
158
- --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
159
- --color-sf-diagram-palette-background: --color-sf-white;
160
- --color-sf-success-text: 255, 255, 255;
161
- --color-sf-warning-text: 255, 255, 255;
162
- --color-sf-danger-text: 255, 255, 255;
163
- --color-sf-info-text: 255, 255, 255;
164
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
165
- --color-sf-secondary-bg-color: var(--color-sf-surface);
166
- }
167
-
168
- .e-dark-mode {
169
- --color-sf-black: 0, 0, 0;
170
- --color-sf-white: 255, 255, 255;
171
- --color-sf-primary: 208, 188, 255;
172
- --color-sf-primary-container: 79, 55, 139;
173
- --color-sf-secondary: 204, 194, 220;
174
- --color-sf-secondary-container: 74, 68, 88;
175
- --color-sf-tertiary: 239, 184, 200;
176
- --color-sf-tertiary-container: 99, 59, 72;
177
- --color-sf-surface: 28, 27, 31;
178
- --color-sf-surface-variant: 28, 27, 31;
179
- --color-sf-background: var(--color-sf-surface);
180
- --color-sf-on-primary: 55, 30, 115;
181
- --color-sf-on-primary-container: 234, 221, 255;
182
- --color-sf-on-secondary: 51, 45, 65;
183
- --color-sf-on-secondary-container: 232, 222, 248;
184
- --color-sf-on-tertiary: 73, 37, 50;
185
- --color-sf-on-tertiary-containe: 255, 216, 228;
186
- --color-sf-on-surface: 230, 225, 229;
187
- --color-sf-on-surface-variant: 202, 196, 208;
188
- --color-sf-on-background: 230, 225, 229;
189
- --color-sf-outline: 147, 143, 153;
190
- --color-sf-outline-variant: 68, 71, 70;
191
- --color-sf-shadow: 0, 0, 0;
192
- --color-sf-surface-tint-color: 208, 188, 255;
193
- --color-sf-inverse-surface: 230, 225, 229;
194
- --color-sf-inverse-on-surface: 49, 48, 51;
195
- --color-sf-inverse-primary: 103, 80, 164;
196
- --color-sf-scrim: 0, 0, 0;
197
- --color-sf-error: 242, 184, 181;
198
- --color-sf-error-container: 140, 29, 24;
199
- --color-sf-on-error: 96, 20, 16;
200
- --color-sf-on-error-container: 249, 222, 220;
201
- --color-sf-success: 83, 202, 23;
202
- --color-sf-success-container: 22, 62, 2;
203
- --color-sf-on-success: 13, 39, 0;
204
- --color-sf-on-success-container: 183, 250, 150;
205
- --color-sf-info: 71, 172, 251;
206
- --color-sf-info-container: 0, 67, 120;
207
- --color-sf-on-info: 0, 51, 91;
208
- --color-sf-on-info-container: 173, 219, 255;
209
- --color-sf-warning: 245, 180, 130;
210
- --color-sf-warning-container: 123, 65, 0;
211
- --color-sf-on-warning: 99, 52, 0;
212
- --color-sf-on-warning-container: 255, 220, 193;
213
- --color-sf-spreadsheet-gridline: 231, 224, 236;
214
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
215
- --color-sf-success-text: 0, 0, 0;
216
- --color-sf-warning-text: 0, 0, 0;
217
- --color-sf-info-text: 0, 0, 0;
218
- --color-sf-danger-text: 0, 0, 0;
219
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
220
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
221
- }
222
-
223
- .e-dropdownbase .e-list-item .e-list-icon {
224
- padding: 0 16px 0 0;
225
- }
226
-
227
- .e-small .e-dropdownbase .e-list-item .e-list-icon {
228
- padding: 0 12px 0 0;
229
- }
230
-
231
- .e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
232
- padding: 0 16px 0 0;
233
- }
234
-
235
- .e-ddl.e-control-wrapper .e-ddl-icon::before {
236
- -webkit-transform: rotate(0deg);
237
- transform: rotate(0deg);
238
- -webkit-transition: -webkit-transform 300ms ease;
239
- transition: -webkit-transform 300ms ease;
240
- transition: transform 300ms ease;
241
- transition: transform 300ms ease, -webkit-transform 300ms ease;
242
- }
243
-
244
- .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
245
- -webkit-transform: rotate(180deg);
246
- transform: rotate(180deg);
247
- -webkit-transition: -webkit-transform 300ms ease;
248
- transition: -webkit-transform 300ms ease;
249
- transition: transform 300ms ease;
250
- transition: transform 300ms ease, -webkit-transform 300ms ease;
251
- }
252
-
253
- .e-dropdownbase .e-list-item.e-active.e-hover {
254
- color: rgba(var(--color-sf-on-surface));
255
- }
256
-
257
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
258
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
259
- .e-input-group:not(.e-disabled) .e-back-icon:active,
260
- .e-input-group:not(.e-disabled) .e-back-icon:hover,
261
- .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
262
- .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
263
- background: rgba(var(--color-sf-on-surface), 0.08);
264
- }
265
-
266
- .e-input-group .e-ddl-icon:not(:active)::after {
267
- -webkit-animation: none;
268
- animation: none;
269
- }
270
-
271
- .e-ddl.e-popup {
272
- border: 0;
273
- -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
274
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
275
- margin-top: 2px;
276
- }
277
-
278
- .e-popup.e-ddl .e-dropdownbase {
279
- min-height: 26px;
280
- border-radius: 4px;
281
- }
282
-
283
- .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
284
- border-color: rgba(var(--color-sf-primary));
285
- }
286
-
287
- .e-bigger .e-popup.e-ddl-device-filter {
288
- margin-top: 0;
289
- }
290
-
291
- .e-bigger .e-ddl-device .e-input-group,
292
- .e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
293
- background: rgba(0, 0, 0, 0.0001);
294
- border-width: 0;
295
- -webkit-box-shadow: none;
296
- box-shadow: none;
297
- margin-bottom: 0;
298
- }
299
-
300
- .e-bigger .e-ddl-device .e-input-group .e-back-icon,
301
- .e-bigger .e-ddl-device .e-input-group input.e-input,
302
- .e-bigger .e-ddl-device .e-input-group .e-clear-icon {
303
- background: rgba(0, 0, 0, 0.0001);
304
- }
305
-
306
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
307
- margin: 0 6px;
308
- min-height: 30px;
309
- min-width: 30px;
310
- }
311
-
312
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
313
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
314
- min-height: 38px;
315
- min-width: 38px;
316
- }
317
-
318
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
319
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
320
- min-height: 22px;
321
- min-width: 22px;
322
- }
323
-
324
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
325
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
326
- padding: 4px 16px 4px 0;
327
- }
328
-
329
- .e-input-group.e-ddl,
330
- .e-input-group.e-ddl .e-input,
331
- .e-input-group.e-ddl .e-ddl-icon {
332
- background: transparent;
333
- }
334
-
335
- .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
336
- .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
337
- border-bottom-width: 0;
338
- }
339
-
340
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
341
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
342
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
343
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
344
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
345
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
346
- margin: 4px;
347
- }
348
-
349
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
350
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
351
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
352
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
353
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
354
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
355
- padding: 4px 5px 4px 12px;
356
- }
357
-
358
- .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
359
- .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
360
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
361
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
362
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
363
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
364
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
365
- min-height: 34px;
366
- min-width: 34px;
367
- }
368
-
369
- .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
370
- .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
371
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
372
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
373
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
374
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
375
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
376
- padding: 8px 16px;
377
- }
378
-
379
- .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
380
- margin: 0 4px;
381
- }
382
-
383
- .e-ddl.e-popup.e-outline .e-filter-parent {
384
- padding: 4px 8px;
385
- }
386
-
387
- .e-input-group.e-control-wrapper .e-multicolumn-list-icon::before {
388
- content: "\e70d";
389
- font-family: "e-icons";
390
- }
391
-
392
- .e-multicolumn-grid tr.e-groupcaptionrow {
393
- position: sticky;
394
- top: 0;
395
- }
396
-
397
- .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
398
- .e-multicolumn-grid td.e-recordplusexpand,
399
- .e-multicolumn-grid td.e-indentcell,
400
- .e-multicolumn-grid col.e-group-intent,
401
- .e-multicolumn-list .e-no-records + .e-grid {
402
- display: none;
403
- }
404
-
405
- .e-multicolumn-grid .e-gridheader .e-headercelldiv {
406
- overflow: hidden;
407
- }
408
-
409
- .e-multicolumn-list .e-popup-footer {
410
- vertical-align: middle;
411
- border-style: solid;
412
- border-width: 0 1px 0 1px;
413
- font-size: 14px;
414
- height: 32px;
415
- display: -webkit-box;
416
- display: -ms-flexbox;
417
- display: flex;
418
- -webkit-box-align: center;
419
- -ms-flex-align: center;
420
- align-items: center;
421
- }
422
-
423
- .e-multicolumn-grid.e-grid {
424
- border-width: 1px;
425
- }
426
-
427
- .e-input-group.e-multicolumn-list input[readonly].e-input {
428
- pointer-events: none;
429
- }
430
-
431
- .e-multicolumn-list.e-icon-anim .e-multicolumn-list-icon::before {
432
- -webkit-transform: rotate(180deg);
433
- transform: rotate(180deg);
434
- }
435
- .e-multicolumn-list:not(.e-icon-anim) .e-multicolumn-list-icon::before {
436
- -webkit-transform: rotate(0deg);
437
- transform: rotate(0deg);
438
- }
439
- .e-multicolumn-list .e-multicolumn-list-icon::before {
440
- -webkit-transition: -webkit-transform 300ms ease;
441
- transition: -webkit-transform 300ms ease;
442
- transition: transform 300ms ease;
443
- transition: transform 300ms ease, -webkit-transform 300ms ease;
444
- }
445
-
446
- .e-multicolumn-grid .e-grid {
447
- overflow: auto;
448
- }
449
-
450
- .e-multicolumn-grid .e-row,
451
- .e-multicolumn-grid .e-emptyrow {
452
- height: 32px;
453
- }
454
-
455
- .e-multicolumn-group .e-sortnumber {
456
- display: none;
457
- }
458
-
459
- .e-popup.e-multicolumn-list {
460
- position: absolute;
461
- border-radius: 4px;
462
- margin-top: 1px;
463
- }
464
- .e-popup.e-multicolumn-list .e-nodata {
465
- cursor: default;
466
- font-family: inherit;
467
- font-size: 14px;
468
- padding: 14px 16px;
469
- text-align: center;
470
- border-radius: inherit;
471
- }
472
- .e-popup.e-multicolumn-list .e-headertext {
473
- font-weight: 500;
474
- }
475
- .e-popup.e-multicolumn-list .e-gridheader {
476
- position: sticky;
477
- top: 0;
478
- z-index: 1;
479
- }
480
-
481
- .e-multicolumn-grid .e-headercontent {
482
- border-right-width: inherit !important; /* stylelint-disable-line declaration-no-important */
483
- }
484
-
485
- .e-multicolumn-grid.e-rtl .e-headercontent {
486
- border-left-width: inherit !important; /* stylelint-disable-line declaration-no-important */
487
- }
488
-
489
- .e-multicolumn-grid .e-content {
490
- overflow: auto !important; /* stylelint-disable-line declaration-no-important */
491
- }
492
-
493
- .e-small.e-popup .e-multicolumn-grid .e-headercelldiv,
494
- .e-small.e-popup .e-multicolumn-grid .e-rowcell, .e-small.e-popup.e-multicolumn-list .e-popup-footer,
495
- .e-small .e-popup .e-multicolumn-grid .e-headercelldiv,
496
- .e-small .e-popup .e-multicolumn-grid .e-rowcell,
497
- .e-small .e-popup.e-multicolumn-list .e-popup-footer {
498
- font-size: 12px;
499
- }
500
- .e-small.e-popup.e-multicolumn-list .e-popup-footer,
501
- .e-small.e-popup .e-multicolumn-grid .e-row,
502
- .e-small.e-popup .e-multicolumn-grid .e-emptyrow,
503
- .e-small .e-popup.e-multicolumn-list .e-popup-footer,
504
- .e-small .e-popup .e-multicolumn-grid .e-row,
505
- .e-small .e-popup .e-multicolumn-grid .e-emptyrow {
506
- height: 26px;
507
- }
508
- .e-small.e-popup.e-multicolumn-list,
509
- .e-small .e-popup.e-multicolumn-list {
510
- margin-top: 1px;
511
- }
512
-
513
- .e-bigger.e-popup.e-multicolumn-list .e-popup-footer,
514
- .e-bigger .e-popup.e-multicolumn-list .e-popup-footer {
515
- font-size: 16px;
516
- }
517
- .e-bigger.e-popup.e-multicolumn-list .e-popup-footer,
518
- .e-bigger.e-popup .e-multicolumn-grid .e-row,
519
- .e-bigger.e-popup .e-multicolumn-grid .e-emptyrow,
520
- .e-bigger .e-popup.e-multicolumn-list .e-popup-footer,
521
- .e-bigger .e-popup .e-multicolumn-grid .e-row,
522
- .e-bigger .e-popup .e-multicolumn-grid .e-emptyrow {
523
- height: 40px;
524
- }
525
- .e-bigger.e-popup.e-multicolumn-list,
526
- .e-bigger .e-popup.e-multicolumn-list {
527
- margin-top: 1px;
528
- }
529
-
530
- .e-bigger.e-small.e-popup .e-multicolumn-grid .e-headercelldiv,
531
- .e-bigger.e-small.e-popup .e-multicolumn-grid .e-rowcell, .e-bigger.e-small.e-popup.e-multicolumn-list .e-popup-footer,
532
- .e-bigger.e-small .e-popup .e-multicolumn-grid .e-headercelldiv,
533
- .e-bigger.e-small .e-popup .e-multicolumn-grid .e-rowcell,
534
- .e-bigger.e-small .e-popup.e-multicolumn-list .e-popup-footer,
535
- .e-bigger .e-small.e-popup .e-multicolumn-grid .e-headercelldiv,
536
- .e-bigger .e-small.e-popup .e-multicolumn-grid .e-rowcell,
537
- .e-bigger .e-small.e-popup.e-multicolumn-list .e-popup-footer,
538
- .e-small .e-bigger.e-popup .e-multicolumn-grid .e-headercelldiv,
539
- .e-small .e-bigger.e-popup .e-multicolumn-grid .e-rowcell,
540
- .e-small .e-bigger.e-popup.e-multicolumn-list .e-popup-footer {
541
- font-size: 14px;
542
- }
543
- .e-bigger.e-small.e-popup.e-multicolumn-list .e-popup-footer,
544
- .e-bigger.e-small.e-popup .e-multicolumn-grid .e-row,
545
- .e-bigger.e-small.e-popup .e-multicolumn-grid .e-emptyrow,
546
- .e-bigger.e-small .e-popup.e-multicolumn-list .e-popup-footer,
547
- .e-bigger.e-small .e-popup .e-multicolumn-grid .e-row,
548
- .e-bigger.e-small .e-popup .e-multicolumn-grid .e-emptyrow,
549
- .e-bigger .e-small.e-popup.e-multicolumn-list .e-popup-footer,
550
- .e-bigger .e-small.e-popup .e-multicolumn-grid .e-row,
551
- .e-bigger .e-small.e-popup .e-multicolumn-grid .e-emptyrow,
552
- .e-small .e-bigger.e-popup.e-multicolumn-list .e-popup-footer,
553
- .e-small .e-bigger.e-popup .e-multicolumn-grid .e-row,
554
- .e-small .e-bigger.e-popup .e-multicolumn-grid .e-emptyrow {
555
- height: 36px;
556
- }
557
- .e-bigger.e-small.e-popup.e-multicolumn-list,
558
- .e-bigger.e-small .e-popup.e-multicolumn-list,
559
- .e-bigger .e-small.e-popup.e-multicolumn-list,
560
- .e-small .e-bigger.e-popup.e-multicolumn-list {
561
- margin-top: 1px;
562
- }
563
-
564
- .e-multicolumn-list .e-popup-footer {
565
- background: rgba(var(--color-sf-surface));
566
- color: var(--color-sf-on-surface-variant);
567
- border-color: rgba(var(--color-sf-outline-variant));
568
- }
569
-
570
- .e-input-group.e-multicolumn-list:focus-visible {
571
- outline: transparent;
572
- }
573
-
574
- .e-popup.e-multicolumn-list {
575
- background: transparent;
576
- -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
577
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
578
- }
579
- .e-popup.e-multicolumn-list .e-nodata {
580
- color: var(--color-sf-on-surface-variant);
581
- border: 1px solid linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
582
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
583
- background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
584
- }
585
- .e-popup.e-multicolumn-list .e-multicolumn-grid .e-rowcell {
586
- color: var(--color-sf-on-surface);
587
- }
588
- .e-popup.e-multicolumn-list .e-multicolumn-grid .e-focused {
589
- -webkit-box-shadow: none;
590
- box-shadow: none;
591
- }
592
- .e-popup.e-multicolumn-list .e-gridhover .e-row:hover .e-rowcell:not(.e-active),
593
- .e-popup.e-multicolumn-list .e-gridcontent .e-row-focus {
594
- background: rgba(var(--color-sf-on-surface), 0.05) !important; /* stylelint-disable-line declaration-no-important */
595
- }
596
- .e-popup.e-multicolumn-list .e-multicolumn-grid td.e-active {
597
- background: rgba(var(--color-sf-primary-container), 0.65);
598
- color: var(--color-sf-on-surface);
599
- }
600
- .e-popup.e-multicolumn-list .e-groupcaption {
601
- color: var(--color-sf-on-surface-variant);
602
- background: rgba(var(--color-sf-surface));
603
- }
604
- .e-popup.e-multicolumn-list .e-gridheader,
605
- .e-popup.e-multicolumn-list .e-gridheader colgroup {
606
- background: transparent;
607
- }
608
- .e-popup.e-multicolumn-list .e-altrow {
609
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
610
- background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
611
- }
612
- .e-popup.e-multicolumn-list .e-headertext,
613
- .e-popup.e-multicolumn-list .e-grid th.e-headercell[aria-sort=ascending] .e-headertext,
614
- .e-popup.e-multicolumn-list .e-grid th.e-headercell[aria-sort=descending] .e-headertext {
615
- color: var(--color-sf-on-surface-variant);
616
- }
1
+ @import '@syncfusion/ej2-multicolumn-combobox/styles/material3.css';