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