@syncfusion/ej2-react-grids 19.2.59 → 19.3.44

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 (63) hide show
  1. package/CHANGELOG.md +54 -0
  2. package/dist/ej2-react-grids.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/styles/bootstrap-dark.css +265 -69
  5. package/styles/bootstrap.css +263 -67
  6. package/styles/bootstrap4.css +248 -52
  7. package/styles/bootstrap5-dark.css +6088 -0
  8. package/styles/bootstrap5-dark.scss +3 -0
  9. package/styles/bootstrap5.css +6088 -0
  10. package/styles/bootstrap5.scss +3 -0
  11. package/styles/excel-filter/bootstrap-dark.css +15 -3
  12. package/styles/excel-filter/bootstrap.css +14 -2
  13. package/styles/excel-filter/bootstrap4.css +15 -3
  14. package/styles/excel-filter/bootstrap5-dark.css +618 -0
  15. package/styles/excel-filter/bootstrap5-dark.scss +1 -0
  16. package/styles/excel-filter/bootstrap5.css +618 -0
  17. package/styles/excel-filter/bootstrap5.scss +1 -0
  18. package/styles/excel-filter/fabric-dark.css +14 -2
  19. package/styles/excel-filter/fabric.css +13 -1
  20. package/styles/excel-filter/highcontrast-light.css +14 -2
  21. package/styles/excel-filter/highcontrast.css +13 -1
  22. package/styles/excel-filter/material-dark.css +17 -5
  23. package/styles/excel-filter/material.css +13 -1
  24. package/styles/excel-filter/tailwind-dark.css +21 -5
  25. package/styles/excel-filter/tailwind.css +21 -5
  26. package/styles/fabric-dark.css +233 -37
  27. package/styles/fabric.css +226 -30
  28. package/styles/grid/bootstrap-dark.css +239 -56
  29. package/styles/grid/bootstrap.css +237 -54
  30. package/styles/grid/bootstrap4.css +227 -44
  31. package/styles/grid/bootstrap5-dark.css +4831 -0
  32. package/styles/grid/bootstrap5-dark.scss +1 -0
  33. package/styles/grid/bootstrap5.css +4831 -0
  34. package/styles/grid/bootstrap5.scss +1 -0
  35. package/styles/grid/fabric-dark.css +212 -29
  36. package/styles/grid/fabric.css +212 -29
  37. package/styles/grid/highcontrast-light.css +215 -32
  38. package/styles/grid/highcontrast.css +215 -32
  39. package/styles/grid/material-dark.css +225 -42
  40. package/styles/grid/material.css +208 -25
  41. package/styles/grid/tailwind-dark.css +244 -61
  42. package/styles/grid/tailwind.css +242 -59
  43. package/styles/highcontrast-light.css +230 -34
  44. package/styles/highcontrast.css +231 -35
  45. package/styles/material-dark.css +245 -49
  46. package/styles/material.css +224 -28
  47. package/styles/pager/bootstrap-dark.css +11 -10
  48. package/styles/pager/bootstrap.css +12 -11
  49. package/styles/pager/bootstrap4.css +6 -5
  50. package/styles/pager/bootstrap5-dark.css +779 -0
  51. package/styles/pager/bootstrap5-dark.scss +1 -0
  52. package/styles/pager/bootstrap5.css +779 -0
  53. package/styles/pager/bootstrap5.scss +1 -0
  54. package/styles/pager/fabric-dark.css +7 -6
  55. package/styles/pager/fabric.css +1 -0
  56. package/styles/pager/highcontrast-light.css +1 -0
  57. package/styles/pager/highcontrast.css +3 -2
  58. package/styles/pager/material-dark.css +4 -3
  59. package/styles/pager/material.css +3 -2
  60. package/styles/pager/tailwind-dark.css +8 -7
  61. package/styles/pager/tailwind.css +8 -7
  62. package/styles/tailwind-dark.css +273 -73
  63. package/styles/tailwind.css +271 -71
@@ -0,0 +1,3 @@
1
+ @import 'pager/bootstrap5.scss';
2
+ @import 'excel-filter/bootstrap5.scss';
3
+ @import 'grid/bootstrap5.scss';
@@ -240,9 +240,14 @@
240
240
  }
241
241
 
242
242
  .e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label {
243
+ margin-bottom: 1px;
243
244
  margin-left: 6px;
244
245
  }
245
246
 
247
+ .e-xlflmenu .e-checkbox-wrapper .e-frame {
248
+ margin-bottom: 1px;
249
+ }
250
+
246
251
  .e-xlflmenu .e-dlg-content {
247
252
  padding-bottom: 5px;
248
253
  }
@@ -265,8 +270,9 @@
265
270
  opacity: 0;
266
271
  }
267
272
 
268
- .e-xlflmenu.e-rtl .e-xlfl-optr :first-child {
273
+ .e-xlflmenu.e-rtl .e-xlfl-optr {
269
274
  padding-left: 11.25px;
275
+ padding-right: 0;
270
276
  }
271
277
 
272
278
  .e-xlflmenu.e-rtl .e-radio + label .e-label {
@@ -279,6 +285,11 @@
279
285
  margin-right: 13px;
280
286
  }
281
287
 
288
+ .e-bigger .e-xlflmenu.e-rtl .e-radio + label .e-label {
289
+ padding-left: 0;
290
+ padding-right: 25px;
291
+ }
292
+
282
293
  .e-bigger .e-xlflmenu {
283
294
  min-height: 362px;
284
295
  }
@@ -447,6 +458,7 @@
447
458
  .e-excelfilter .e-contextmenu-wrapper ul,
448
459
  .e-excelfilter .e-contextmenu-container ul:not(.e-ul) {
449
460
  border: 0;
461
+ border-radius: 5px 5px 0 0;
450
462
  box-shadow: none;
451
463
  max-width: 300px;
452
464
  padding-bottom: 4px;
@@ -463,7 +475,7 @@
463
475
  }
464
476
 
465
477
  .e-excelfilter .e-dlg-content {
466
- background-color: #1a1a1a;
478
+ background-color: #313131;
467
479
  padding-top: 0;
468
480
  }
469
481
 
@@ -509,7 +521,7 @@
509
521
  }
510
522
 
511
523
  .e-excelfilter .e-dlg-content {
512
- padding-top: 0;
524
+ padding-top: 6px;
513
525
  }
514
526
 
515
527
  .e-excelfilter .e-xlsel {
@@ -240,9 +240,14 @@
240
240
  }
241
241
 
242
242
  .e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label {
243
+ margin-bottom: 1px;
243
244
  margin-left: 6px;
244
245
  }
245
246
 
247
+ .e-xlflmenu .e-checkbox-wrapper .e-frame {
248
+ margin-bottom: 1px;
249
+ }
250
+
246
251
  .e-xlflmenu .e-dlg-content {
247
252
  padding-bottom: 5px;
248
253
  }
@@ -265,8 +270,9 @@
265
270
  opacity: 0;
266
271
  }
267
272
 
268
- .e-xlflmenu.e-rtl .e-xlfl-optr :first-child {
273
+ .e-xlflmenu.e-rtl .e-xlfl-optr {
269
274
  padding-left: 11.25px;
275
+ padding-right: 0;
270
276
  }
271
277
 
272
278
  .e-xlflmenu.e-rtl .e-radio + label .e-label {
@@ -279,6 +285,11 @@
279
285
  margin-right: 13px;
280
286
  }
281
287
 
288
+ .e-bigger .e-xlflmenu.e-rtl .e-radio + label .e-label {
289
+ padding-left: 0;
290
+ padding-right: 25px;
291
+ }
292
+
282
293
  .e-bigger .e-xlflmenu {
283
294
  min-height: 362px;
284
295
  }
@@ -447,6 +458,7 @@
447
458
  .e-excelfilter .e-contextmenu-wrapper ul,
448
459
  .e-excelfilter .e-contextmenu-container ul:not(.e-ul) {
449
460
  border: 0;
461
+ border-radius: 5px 5px 0 0;
450
462
  box-shadow: none;
451
463
  max-width: 300px;
452
464
  padding-bottom: 4px;
@@ -509,7 +521,7 @@
509
521
  }
510
522
 
511
523
  .e-excelfilter .e-dlg-content {
512
- padding-top: 0;
524
+ padding-top: 6px;
513
525
  }
514
526
 
515
527
  .e-excelfilter .e-xlsel {
@@ -276,9 +276,14 @@
276
276
  }
277
277
 
278
278
  .e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label {
279
+ margin-bottom: 1px;
279
280
  margin-left: 6px;
280
281
  }
281
282
 
283
+ .e-xlflmenu .e-checkbox-wrapper .e-frame {
284
+ margin-bottom: 1px;
285
+ }
286
+
282
287
  .e-xlflmenu .e-dlg-content {
283
288
  padding-bottom: 5px;
284
289
  }
@@ -301,8 +306,9 @@
301
306
  opacity: 0;
302
307
  }
303
308
 
304
- .e-xlflmenu.e-rtl .e-xlfl-optr :first-child {
309
+ .e-xlflmenu.e-rtl .e-xlfl-optr {
305
310
  padding-left: 11.25px;
311
+ padding-right: 0;
306
312
  }
307
313
 
308
314
  .e-xlflmenu.e-rtl .e-radio + label .e-label {
@@ -315,6 +321,11 @@
315
321
  margin-right: 13px;
316
322
  }
317
323
 
324
+ .e-bigger .e-xlflmenu.e-rtl .e-radio + label .e-label {
325
+ padding-left: 0;
326
+ padding-right: 25px;
327
+ }
328
+
318
329
  .e-bigger .e-xlflmenu {
319
330
  min-height: 362px;
320
331
  }
@@ -343,7 +354,7 @@
343
354
 
344
355
  .e-bigger .e-xlflmenu .e-xlfl-radio-or,
345
356
  .e-bigger .e-xlflmenu .e-xlfl-matchcasediv {
346
- margin-left: 18px;
357
+ margin-left: 16px;
347
358
  }
348
359
 
349
360
  .e-bigger .e-xlflmenu .e-xlfl-optr:first-child {
@@ -483,6 +494,7 @@
483
494
  .e-excelfilter .e-contextmenu-wrapper ul,
484
495
  .e-excelfilter .e-contextmenu-container ul:not(.e-ul) {
485
496
  border: 0;
497
+ border-radius: 3px 3px 0 0;
486
498
  box-shadow: none;
487
499
  max-width: 300px;
488
500
  padding-bottom: 4px;
@@ -545,7 +557,7 @@
545
557
  }
546
558
 
547
559
  .e-excelfilter .e-dlg-content {
548
- padding-top: 0;
560
+ padding-top: 6px;
549
561
  }
550
562
 
551
563
  .e-excelfilter .e-xlsel {