@syncfusion/ej2-react-multicolumn-combobox 26.1.35 → 26.1.38
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/dist/ej2-react-multicolumn-combobox.min.js +9 -0
- package/dist/ej2-react-multicolumn-combobox.umd.min.js +9 -0
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +22 -4
- package/styles/bootstrap.css +22 -4
- package/styles/bootstrap4.css +22 -4
- package/styles/bootstrap5-dark.css +21 -3
- package/styles/bootstrap5.css +21 -3
- package/styles/fabric-dark.css +22 -4
- package/styles/fabric.css +22 -4
- package/styles/fluent-dark.css +22 -4
- package/styles/fluent.css +22 -4
- package/styles/fluent2.css +22 -4
- package/styles/highcontrast-light.css +22 -4
- package/styles/highcontrast.css +22 -4
- package/styles/material-dark.css +22 -4
- package/styles/material.css +22 -4
- package/styles/material3-dark.css +23 -5
- package/styles/material3.css +23 -5
- package/styles/multicolumn-combobox/bootstrap-dark.css +22 -4
- package/styles/multicolumn-combobox/bootstrap.css +22 -4
- package/styles/multicolumn-combobox/bootstrap4.css +22 -4
- package/styles/multicolumn-combobox/bootstrap5-dark.css +21 -3
- package/styles/multicolumn-combobox/bootstrap5.css +21 -3
- package/styles/multicolumn-combobox/fabric-dark.css +22 -4
- package/styles/multicolumn-combobox/fabric.css +22 -4
- package/styles/multicolumn-combobox/fluent-dark.css +22 -4
- package/styles/multicolumn-combobox/fluent.css +22 -4
- package/styles/multicolumn-combobox/fluent2.css +22 -4
- package/styles/multicolumn-combobox/highcontrast-light.css +22 -4
- package/styles/multicolumn-combobox/highcontrast.css +22 -4
- package/styles/multicolumn-combobox/material-dark.css +22 -4
- package/styles/multicolumn-combobox/material.css +22 -4
- package/styles/multicolumn-combobox/material3-dark.css +23 -5
- package/styles/multicolumn-combobox/material3.css +23 -5
- package/styles/multicolumn-combobox/tailwind-dark.css +22 -4
- package/styles/multicolumn-combobox/tailwind.css +22 -4
- package/styles/tailwind-dark.css +22 -4
- package/styles/tailwind.css +22 -4
package/styles/tailwind.css
CHANGED
|
@@ -175,10 +175,20 @@
|
|
|
175
175
|
|
|
176
176
|
.e-multicolumn-list .e-popup-footer {
|
|
177
177
|
vertical-align: middle;
|
|
178
|
-
border-
|
|
178
|
+
border-style: solid;
|
|
179
|
+
border-width: 0 1px 0 1px;
|
|
179
180
|
font-size: 14px;
|
|
180
|
-
height:
|
|
181
|
-
|
|
181
|
+
height: 30px;
|
|
182
|
+
display: -webkit-box;
|
|
183
|
+
display: -ms-flexbox;
|
|
184
|
+
display: flex;
|
|
185
|
+
-webkit-box-align: center;
|
|
186
|
+
-ms-flex-align: center;
|
|
187
|
+
align-items: center;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.e-multicolumn-grid.e-grid {
|
|
191
|
+
border-width: 1px;
|
|
182
192
|
}
|
|
183
193
|
|
|
184
194
|
.e-input-group.e-multicolumn-list input[readonly].e-input {
|
|
@@ -254,8 +264,10 @@
|
|
|
254
264
|
.e-small .e-popup.e-multicolumn-list .e-popup-footer {
|
|
255
265
|
font-size: 12px;
|
|
256
266
|
}
|
|
267
|
+
.e-small.e-popup.e-multicolumn-list .e-popup-footer,
|
|
257
268
|
.e-small.e-popup .e-multicolumn-grid .e-row,
|
|
258
269
|
.e-small.e-popup .e-multicolumn-grid .e-emptyrow,
|
|
270
|
+
.e-small .e-popup.e-multicolumn-list .e-popup-footer,
|
|
259
271
|
.e-small .e-popup .e-multicolumn-grid .e-row,
|
|
260
272
|
.e-small .e-popup .e-multicolumn-grid .e-emptyrow {
|
|
261
273
|
height: 24px;
|
|
@@ -269,8 +281,10 @@
|
|
|
269
281
|
.e-bigger .e-popup.e-multicolumn-list .e-popup-footer {
|
|
270
282
|
font-size: 16px;
|
|
271
283
|
}
|
|
284
|
+
.e-bigger.e-popup.e-multicolumn-list .e-popup-footer,
|
|
272
285
|
.e-bigger.e-popup .e-multicolumn-grid .e-row,
|
|
273
286
|
.e-bigger.e-popup .e-multicolumn-grid .e-emptyrow,
|
|
287
|
+
.e-bigger .e-popup.e-multicolumn-list .e-popup-footer,
|
|
274
288
|
.e-bigger .e-popup .e-multicolumn-grid .e-row,
|
|
275
289
|
.e-bigger .e-popup .e-multicolumn-grid .e-emptyrow {
|
|
276
290
|
height: 36px;
|
|
@@ -293,12 +307,16 @@
|
|
|
293
307
|
.e-small .e-bigger.e-popup.e-multicolumn-list .e-popup-footer {
|
|
294
308
|
font-size: 14px;
|
|
295
309
|
}
|
|
310
|
+
.e-bigger.e-small.e-popup.e-multicolumn-list .e-popup-footer,
|
|
296
311
|
.e-bigger.e-small.e-popup .e-multicolumn-grid .e-row,
|
|
297
312
|
.e-bigger.e-small.e-popup .e-multicolumn-grid .e-emptyrow,
|
|
313
|
+
.e-bigger.e-small .e-popup.e-multicolumn-list .e-popup-footer,
|
|
298
314
|
.e-bigger.e-small .e-popup .e-multicolumn-grid .e-row,
|
|
299
315
|
.e-bigger.e-small .e-popup .e-multicolumn-grid .e-emptyrow,
|
|
316
|
+
.e-bigger .e-small.e-popup.e-multicolumn-list .e-popup-footer,
|
|
300
317
|
.e-bigger .e-small.e-popup .e-multicolumn-grid .e-row,
|
|
301
318
|
.e-bigger .e-small.e-popup .e-multicolumn-grid .e-emptyrow,
|
|
319
|
+
.e-small .e-bigger.e-popup.e-multicolumn-list .e-popup-footer,
|
|
302
320
|
.e-small .e-bigger.e-popup .e-multicolumn-grid .e-row,
|
|
303
321
|
.e-small .e-bigger.e-popup .e-multicolumn-grid .e-emptyrow {
|
|
304
322
|
height: 32px;
|
|
@@ -311,7 +329,7 @@
|
|
|
311
329
|
}
|
|
312
330
|
|
|
313
331
|
.e-multicolumn-list .e-popup-footer {
|
|
314
|
-
background:
|
|
332
|
+
background: #fff;
|
|
315
333
|
color: #6b7280;
|
|
316
334
|
border-color: #e5e7eb;
|
|
317
335
|
}
|