@syncfusion/ej2-react-multicolumn-combobox 26.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 (94) hide show
  1. package/README.md +47 -0
  2. package/diConfig.json +137 -0
  3. package/dist/ej2-react-multicolumn-combobox.min.js +1 -0
  4. package/dist/ej2-react-multicolumn-combobox.umd.min.js +2 -0
  5. package/dist/ej2-react-multicolumn-combobox.umd.min.js.map +1 -0
  6. package/dist/es6/ej2-react-multicolumn-combobox.es2015.js +57 -0
  7. package/dist/es6/ej2-react-multicolumn-combobox.es2015.js.map +1 -0
  8. package/index.d.ts +4 -0
  9. package/index.js +4 -0
  10. package/license +6 -0
  11. package/multicolumn-combobox.d.ts +4 -0
  12. package/multicolumn-combobox.js +4 -0
  13. package/package.json +59 -0
  14. package/src/global.js +1 -0
  15. package/src/index.d.ts +3 -0
  16. package/src/index.js +3 -0
  17. package/src/multicolumn-combobox/columns-directive.d.ts +27 -0
  18. package/src/multicolumn-combobox/columns-directive.js +45 -0
  19. package/src/multicolumn-combobox/index.d.ts +2 -0
  20. package/src/multicolumn-combobox/index.js +2 -0
  21. package/src/multicolumn-combobox/multicolumncombobox.component.d.ts +41 -0
  22. package/src/multicolumn-combobox/multicolumncombobox.component.js +48 -0
  23. package/styles/bootstrap-dark.css +331 -0
  24. package/styles/bootstrap-dark.scss +1 -0
  25. package/styles/bootstrap.css +331 -0
  26. package/styles/bootstrap.scss +1 -0
  27. package/styles/bootstrap4.css +395 -0
  28. package/styles/bootstrap4.scss +1 -0
  29. package/styles/bootstrap5-dark.css +399 -0
  30. package/styles/bootstrap5-dark.scss +1 -0
  31. package/styles/bootstrap5.css +399 -0
  32. package/styles/bootstrap5.scss +1 -0
  33. package/styles/fabric-dark.css +306 -0
  34. package/styles/fabric-dark.scss +1 -0
  35. package/styles/fabric.css +299 -0
  36. package/styles/fabric.scss +1 -0
  37. package/styles/fluent-dark.css +379 -0
  38. package/styles/fluent-dark.scss +1 -0
  39. package/styles/fluent.css +379 -0
  40. package/styles/fluent.scss +1 -0
  41. package/styles/fluent2.css +1408 -0
  42. package/styles/fluent2.scss +1 -0
  43. package/styles/highcontrast-light.css +317 -0
  44. package/styles/highcontrast-light.scss +1 -0
  45. package/styles/highcontrast.css +317 -0
  46. package/styles/highcontrast.scss +1 -0
  47. package/styles/material-dark.css +339 -0
  48. package/styles/material-dark.scss +1 -0
  49. package/styles/material.css +364 -0
  50. package/styles/material.scss +1 -0
  51. package/styles/material3-dark.css +486 -0
  52. package/styles/material3-dark.scss +2 -0
  53. package/styles/material3.css +598 -0
  54. package/styles/material3.scss +2 -0
  55. package/styles/multicolumn-combobox/bootstrap-dark.css +331 -0
  56. package/styles/multicolumn-combobox/bootstrap-dark.scss +1 -0
  57. package/styles/multicolumn-combobox/bootstrap.css +331 -0
  58. package/styles/multicolumn-combobox/bootstrap.scss +1 -0
  59. package/styles/multicolumn-combobox/bootstrap4.css +395 -0
  60. package/styles/multicolumn-combobox/bootstrap4.scss +1 -0
  61. package/styles/multicolumn-combobox/bootstrap5-dark.css +399 -0
  62. package/styles/multicolumn-combobox/bootstrap5-dark.scss +1 -0
  63. package/styles/multicolumn-combobox/bootstrap5.css +399 -0
  64. package/styles/multicolumn-combobox/bootstrap5.scss +1 -0
  65. package/styles/multicolumn-combobox/fabric-dark.css +306 -0
  66. package/styles/multicolumn-combobox/fabric-dark.scss +1 -0
  67. package/styles/multicolumn-combobox/fabric.css +299 -0
  68. package/styles/multicolumn-combobox/fabric.scss +1 -0
  69. package/styles/multicolumn-combobox/fluent-dark.css +379 -0
  70. package/styles/multicolumn-combobox/fluent-dark.scss +1 -0
  71. package/styles/multicolumn-combobox/fluent.css +379 -0
  72. package/styles/multicolumn-combobox/fluent.scss +1 -0
  73. package/styles/multicolumn-combobox/fluent2.css +1408 -0
  74. package/styles/multicolumn-combobox/fluent2.scss +1 -0
  75. package/styles/multicolumn-combobox/highcontrast-light.css +317 -0
  76. package/styles/multicolumn-combobox/highcontrast-light.scss +1 -0
  77. package/styles/multicolumn-combobox/highcontrast.css +317 -0
  78. package/styles/multicolumn-combobox/highcontrast.scss +1 -0
  79. package/styles/multicolumn-combobox/material-dark.css +339 -0
  80. package/styles/multicolumn-combobox/material-dark.scss +1 -0
  81. package/styles/multicolumn-combobox/material.css +364 -0
  82. package/styles/multicolumn-combobox/material.scss +1 -0
  83. package/styles/multicolumn-combobox/material3-dark.css +486 -0
  84. package/styles/multicolumn-combobox/material3-dark.scss +2 -0
  85. package/styles/multicolumn-combobox/material3.css +598 -0
  86. package/styles/multicolumn-combobox/material3.scss +2 -0
  87. package/styles/multicolumn-combobox/tailwind-dark.css +363 -0
  88. package/styles/multicolumn-combobox/tailwind-dark.scss +1 -0
  89. package/styles/multicolumn-combobox/tailwind.css +363 -0
  90. package/styles/multicolumn-combobox/tailwind.scss +1 -0
  91. package/styles/tailwind-dark.css +363 -0
  92. package/styles/tailwind-dark.scss +1 -0
  93. package/styles/tailwind.css +363 -0
  94. package/styles/tailwind.scss +1 -0
@@ -0,0 +1,598 @@
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-top: 1px solid;
412
+ font-size: 14px;
413
+ height: 38px;
414
+ padding: 8px 0;
415
+ }
416
+
417
+ .e-input-group.e-multicolumn-list input[readonly].e-input {
418
+ pointer-events: none;
419
+ }
420
+
421
+ .e-multicolumn-list.e-icon-anim .e-multicolumn-list-icon::before {
422
+ -webkit-transform: rotate(180deg);
423
+ transform: rotate(180deg);
424
+ }
425
+ .e-multicolumn-list:not(.e-icon-anim) .e-multicolumn-list-icon::before {
426
+ -webkit-transform: rotate(0deg);
427
+ transform: rotate(0deg);
428
+ }
429
+ .e-multicolumn-list .e-multicolumn-list-icon::before {
430
+ -webkit-transition: -webkit-transform 300ms ease;
431
+ transition: -webkit-transform 300ms ease;
432
+ transition: transform 300ms ease;
433
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
434
+ }
435
+
436
+ .e-multicolumn-grid .e-grid {
437
+ overflow: auto;
438
+ }
439
+
440
+ .e-multicolumn-grid .e-row,
441
+ .e-multicolumn-grid .e-emptyrow {
442
+ height: 32px;
443
+ }
444
+
445
+ .e-multicolumn-group .e-sortnumber {
446
+ display: none;
447
+ }
448
+
449
+ .e-popup.e-multicolumn-list {
450
+ position: absolute;
451
+ border-radius: 4px;
452
+ margin-top: 1px;
453
+ }
454
+ .e-popup.e-multicolumn-list .e-nodata {
455
+ cursor: default;
456
+ font-family: inherit;
457
+ font-size: 14px;
458
+ padding: 14px 16px;
459
+ text-align: center;
460
+ border-radius: inherit;
461
+ }
462
+ .e-popup.e-multicolumn-list .e-headertext {
463
+ font-weight: 500;
464
+ }
465
+ .e-popup.e-multicolumn-list .e-gridheader {
466
+ position: sticky;
467
+ top: 0;
468
+ z-index: 1;
469
+ }
470
+
471
+ .e-multicolumn-grid .e-headercontent {
472
+ border-right-width: inherit !important; /* stylelint-disable-line declaration-no-important */
473
+ }
474
+
475
+ .e-multicolumn-grid.e-rtl .e-headercontent {
476
+ border-left-width: inherit !important; /* stylelint-disable-line declaration-no-important */
477
+ }
478
+
479
+ .e-multicolumn-grid .e-content {
480
+ overflow: auto !important; /* stylelint-disable-line declaration-no-important */
481
+ }
482
+
483
+ .e-small.e-popup .e-multicolumn-grid .e-headercelldiv,
484
+ .e-small.e-popup .e-multicolumn-grid .e-rowcell, .e-small.e-popup.e-multicolumn-list .e-popup-footer,
485
+ .e-small .e-popup .e-multicolumn-grid .e-headercelldiv,
486
+ .e-small .e-popup .e-multicolumn-grid .e-rowcell,
487
+ .e-small .e-popup.e-multicolumn-list .e-popup-footer {
488
+ font-size: 12px;
489
+ }
490
+ .e-small.e-popup .e-multicolumn-grid .e-row,
491
+ .e-small.e-popup .e-multicolumn-grid .e-emptyrow,
492
+ .e-small .e-popup .e-multicolumn-grid .e-row,
493
+ .e-small .e-popup .e-multicolumn-grid .e-emptyrow {
494
+ height: 26px;
495
+ }
496
+ .e-small.e-popup.e-multicolumn-list,
497
+ .e-small .e-popup.e-multicolumn-list {
498
+ margin-top: 1px;
499
+ }
500
+
501
+ .e-bigger.e-popup.e-multicolumn-list .e-popup-footer,
502
+ .e-bigger .e-popup.e-multicolumn-list .e-popup-footer {
503
+ font-size: 16px;
504
+ }
505
+ .e-bigger.e-popup .e-multicolumn-grid .e-row,
506
+ .e-bigger.e-popup .e-multicolumn-grid .e-emptyrow,
507
+ .e-bigger .e-popup .e-multicolumn-grid .e-row,
508
+ .e-bigger .e-popup .e-multicolumn-grid .e-emptyrow {
509
+ height: 40px;
510
+ }
511
+ .e-bigger.e-popup.e-multicolumn-list,
512
+ .e-bigger .e-popup.e-multicolumn-list {
513
+ margin-top: 1px;
514
+ }
515
+
516
+ .e-bigger.e-small.e-popup .e-multicolumn-grid .e-headercelldiv,
517
+ .e-bigger.e-small.e-popup .e-multicolumn-grid .e-rowcell, .e-bigger.e-small.e-popup.e-multicolumn-list .e-popup-footer,
518
+ .e-bigger.e-small .e-popup .e-multicolumn-grid .e-headercelldiv,
519
+ .e-bigger.e-small .e-popup .e-multicolumn-grid .e-rowcell,
520
+ .e-bigger.e-small .e-popup.e-multicolumn-list .e-popup-footer,
521
+ .e-bigger .e-small.e-popup .e-multicolumn-grid .e-headercelldiv,
522
+ .e-bigger .e-small.e-popup .e-multicolumn-grid .e-rowcell,
523
+ .e-bigger .e-small.e-popup.e-multicolumn-list .e-popup-footer,
524
+ .e-small .e-bigger.e-popup .e-multicolumn-grid .e-headercelldiv,
525
+ .e-small .e-bigger.e-popup .e-multicolumn-grid .e-rowcell,
526
+ .e-small .e-bigger.e-popup.e-multicolumn-list .e-popup-footer {
527
+ font-size: 14px;
528
+ }
529
+ .e-bigger.e-small.e-popup .e-multicolumn-grid .e-row,
530
+ .e-bigger.e-small.e-popup .e-multicolumn-grid .e-emptyrow,
531
+ .e-bigger.e-small .e-popup .e-multicolumn-grid .e-row,
532
+ .e-bigger.e-small .e-popup .e-multicolumn-grid .e-emptyrow,
533
+ .e-bigger .e-small.e-popup .e-multicolumn-grid .e-row,
534
+ .e-bigger .e-small.e-popup .e-multicolumn-grid .e-emptyrow,
535
+ .e-small .e-bigger.e-popup .e-multicolumn-grid .e-row,
536
+ .e-small .e-bigger.e-popup .e-multicolumn-grid .e-emptyrow {
537
+ height: 36px;
538
+ }
539
+ .e-bigger.e-small.e-popup.e-multicolumn-list,
540
+ .e-bigger.e-small .e-popup.e-multicolumn-list,
541
+ .e-bigger .e-small.e-popup.e-multicolumn-list,
542
+ .e-small .e-bigger.e-popup.e-multicolumn-list {
543
+ margin-top: 1px;
544
+ }
545
+
546
+ .e-multicolumn-list .e-popup-footer {
547
+ background: transparent;
548
+ color: var(--color-sf-on-surface-variant);
549
+ border-color: var(--color-sf-outline-variant);
550
+ }
551
+
552
+ .e-input-group.e-multicolumn-list:focus-visible {
553
+ outline: transparent;
554
+ }
555
+
556
+ .e-popup.e-multicolumn-list {
557
+ background: transparent;
558
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
559
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
560
+ }
561
+ .e-popup.e-multicolumn-list .e-nodata {
562
+ color: var(--color-sf-on-surface-variant);
563
+ border: 1px solid linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
564
+ 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));
565
+ background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
566
+ }
567
+ .e-popup.e-multicolumn-list .e-multicolumn-grid .e-rowcell {
568
+ color: var(--color-sf-on-surface);
569
+ }
570
+ .e-popup.e-multicolumn-list .e-multicolumn-grid .e-focused {
571
+ -webkit-box-shadow: none;
572
+ box-shadow: none;
573
+ }
574
+ .e-popup.e-multicolumn-list .e-gridhover .e-row:hover .e-rowcell:not(.e-active),
575
+ .e-popup.e-multicolumn-list .e-gridcontent .e-row-focus {
576
+ background: rgba(var(--color-sf-on-surface), 0.05) !important; /* stylelint-disable-line declaration-no-important */
577
+ }
578
+ .e-popup.e-multicolumn-list .e-multicolumn-grid td.e-active {
579
+ background: rgba(var(--color-sf-primary-container), 0.65);
580
+ color: var(--color-sf-on-surface);
581
+ }
582
+ .e-popup.e-multicolumn-list .e-groupcaption {
583
+ color: var(--color-sf-on-surface-variant);
584
+ background: rgba(var(--color-sf-surface));
585
+ }
586
+ .e-popup.e-multicolumn-list .e-gridheader,
587
+ .e-popup.e-multicolumn-list .e-gridheader colgroup {
588
+ background: transparent;
589
+ }
590
+ .e-popup.e-multicolumn-list .e-altrow {
591
+ 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));
592
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
593
+ }
594
+ .e-popup.e-multicolumn-list .e-headertext,
595
+ .e-popup.e-multicolumn-list .e-grid th.e-headercell[aria-sort=ascending] .e-headertext,
596
+ .e-popup.e-multicolumn-list .e-grid th.e-headercell[aria-sort=descending] .e-headertext {
597
+ color: var(--color-sf-on-surface-variant);
598
+ }
@@ -0,0 +1,2 @@
1
+
2
+ @import 'ej2-multicolumn-combobox/styles/multicolumn-combobox/material3.scss';