@syncfusion/ej2-grids 29.1.37 → 29.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.
Files changed (73) hide show
  1. package/dist/ej2-grids.min.js +1 -1
  2. package/dist/ej2-grids.umd.min.js +1 -1
  3. package/dist/global/ej2-grids.min.js +1 -1
  4. package/dist/global/index.d.ts +1 -1
  5. package/package.json +8 -8
  6. package/styles/bds-lite.css +10 -0
  7. package/styles/bds.css +10 -0
  8. package/styles/bootstrap-dark-lite.css +10 -0
  9. package/styles/bootstrap-dark.css +10 -0
  10. package/styles/bootstrap-lite.css +10 -0
  11. package/styles/bootstrap.css +10 -0
  12. package/styles/bootstrap4-lite.css +10 -0
  13. package/styles/bootstrap4.css +10 -0
  14. package/styles/bootstrap5-dark-lite.css +13 -0
  15. package/styles/bootstrap5-dark.css +13 -0
  16. package/styles/bootstrap5-lite.css +13 -0
  17. package/styles/bootstrap5.3-lite.css +14 -1
  18. package/styles/bootstrap5.3.css +14 -1
  19. package/styles/bootstrap5.css +13 -0
  20. package/styles/fabric-dark-lite.css +10 -0
  21. package/styles/fabric-dark.css +10 -0
  22. package/styles/fabric-lite.css +10 -0
  23. package/styles/fabric.css +10 -0
  24. package/styles/fluent-dark-lite.css +10 -0
  25. package/styles/fluent-dark.css +10 -0
  26. package/styles/fluent-lite.css +10 -0
  27. package/styles/fluent.css +10 -0
  28. package/styles/fluent2-lite.css +10 -0
  29. package/styles/fluent2.css +10 -0
  30. package/styles/grid/_bootstrap5.3-definition.scss +1 -1
  31. package/styles/grid/_highcontrast-definition.scss +1 -1
  32. package/styles/grid/_highcontrast-light-definition.scss +1 -1
  33. package/styles/grid/_layout.scss +17 -0
  34. package/styles/grid/_tailwind3-definition.scss +1 -1
  35. package/styles/grid/bds.css +10 -0
  36. package/styles/grid/bootstrap-dark.css +10 -0
  37. package/styles/grid/bootstrap.css +10 -0
  38. package/styles/grid/bootstrap4.css +10 -0
  39. package/styles/grid/bootstrap5-dark.css +13 -0
  40. package/styles/grid/bootstrap5.3.css +14 -1
  41. package/styles/grid/bootstrap5.css +13 -0
  42. package/styles/grid/fabric-dark.css +10 -0
  43. package/styles/grid/fabric.css +10 -0
  44. package/styles/grid/fluent-dark.css +10 -0
  45. package/styles/grid/fluent.css +10 -0
  46. package/styles/grid/fluent2.css +10 -0
  47. package/styles/grid/highcontrast-light.css +11 -1
  48. package/styles/grid/highcontrast.css +11 -1
  49. package/styles/grid/material-dark.css +10 -0
  50. package/styles/grid/material.css +10 -0
  51. package/styles/grid/material3-dark.css +10 -0
  52. package/styles/grid/material3.css +10 -0
  53. package/styles/grid/tailwind-dark.css +10 -0
  54. package/styles/grid/tailwind.css +10 -0
  55. package/styles/grid/tailwind3.css +11 -1
  56. package/styles/highcontrast-light-lite.css +11 -1
  57. package/styles/highcontrast-light.css +11 -1
  58. package/styles/highcontrast-lite.css +11 -1
  59. package/styles/highcontrast.css +11 -1
  60. package/styles/material-dark-lite.css +10 -0
  61. package/styles/material-dark.css +10 -0
  62. package/styles/material-lite.css +10 -0
  63. package/styles/material.css +10 -0
  64. package/styles/material3-dark-lite.css +10 -0
  65. package/styles/material3-dark.css +10 -0
  66. package/styles/material3-lite.css +10 -0
  67. package/styles/material3.css +10 -0
  68. package/styles/tailwind-dark-lite.css +10 -0
  69. package/styles/tailwind-dark.css +10 -0
  70. package/styles/tailwind-lite.css +10 -0
  71. package/styles/tailwind.css +10 -0
  72. package/styles/tailwind3-lite.css +11 -1
  73. package/styles/tailwind3.css +11 -1
@@ -3715,6 +3715,16 @@ li.e-separator.e-menu-item.e-excel-separator {
3715
3715
  .e-grid-min-height .e-icon-gdownarrow {
3716
3716
  line-height: normal;
3717
3717
  }
3718
+ .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
3719
+ /* stylelint-disable declaration-no-important */
3720
+ /* stylelint-enable declaration-no-important */
3721
+ }
3722
+ .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
3723
+ border-spacing: 0 !important;
3724
+ }
3725
+ .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
3726
+ line-height: 1;
3727
+ }
3718
3728
  }
3719
3729
  /* stylelint-enable function-url-quotes */
3720
3730
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
@@ -3486,6 +3486,16 @@ li.e-separator.e-menu-item.e-excel-separator {
3486
3486
  .e-grid-min-height .e-icon-gdownarrow {
3487
3487
  line-height: normal;
3488
3488
  }
3489
+ .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
3490
+ /* stylelint-disable declaration-no-important */
3491
+ /* stylelint-enable declaration-no-important */
3492
+ }
3493
+ .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
3494
+ border-spacing: 0 !important;
3495
+ }
3496
+ .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
3497
+ line-height: 1;
3498
+ }
3489
3499
  }
3490
3500
  /* stylelint-enable function-url-quotes */
3491
3501
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
@@ -3603,6 +3603,16 @@ li.e-separator.e-menu-item.e-excel-separator {
3603
3603
  .e-grid-min-height .e-icon-gdownarrow {
3604
3604
  line-height: normal;
3605
3605
  }
3606
+ .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
3607
+ /* stylelint-disable declaration-no-important */
3608
+ /* stylelint-enable declaration-no-important */
3609
+ }
3610
+ .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
3611
+ border-spacing: 0 !important;
3612
+ }
3613
+ .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
3614
+ line-height: 1;
3615
+ }
3606
3616
  }
3607
3617
  /* stylelint-enable function-url-quotes */
3608
3618
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
@@ -3486,6 +3486,16 @@ li.e-separator.e-menu-item.e-excel-separator {
3486
3486
  .e-grid-min-height .e-icon-gdownarrow {
3487
3487
  line-height: normal;
3488
3488
  }
3489
+ .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
3490
+ /* stylelint-disable declaration-no-important */
3491
+ /* stylelint-enable declaration-no-important */
3492
+ }
3493
+ .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
3494
+ border-spacing: 0 !important;
3495
+ }
3496
+ .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
3497
+ line-height: 1;
3498
+ }
3489
3499
  }
3490
3500
  /* stylelint-enable function-url-quotes */
3491
3501
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
@@ -3603,6 +3603,16 @@ li.e-separator.e-menu-item.e-excel-separator {
3603
3603
  .e-grid-min-height .e-icon-gdownarrow {
3604
3604
  line-height: normal;
3605
3605
  }
3606
+ .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
3607
+ /* stylelint-disable declaration-no-important */
3608
+ /* stylelint-enable declaration-no-important */
3609
+ }
3610
+ .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
3611
+ border-spacing: 0 !important;
3612
+ }
3613
+ .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
3614
+ line-height: 1;
3615
+ }
3606
3616
  }
3607
3617
  /* stylelint-enable function-url-quotes */
3608
3618
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
@@ -1529,7 +1529,7 @@ li.e-separator.e-menu-item.e-excel-separator {
1529
1529
  font-weight: 600;
1530
1530
  height: 20px;
1531
1531
  line-height: 20px;
1532
- padding: 0 0.4em;
1532
+ padding: 0 1.5em 0 0.4em;
1533
1533
  margin: -7px -7px -7px -8px;
1534
1534
  overflow: hidden;
1535
1535
  text-align: left;
@@ -3544,6 +3544,16 @@ li.e-separator.e-menu-item.e-excel-separator {
3544
3544
  .e-grid-min-height .e-icon-gdownarrow {
3545
3545
  line-height: normal;
3546
3546
  }
3547
+ .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
3548
+ /* stylelint-disable declaration-no-important */
3549
+ /* stylelint-enable declaration-no-important */
3550
+ }
3551
+ .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
3552
+ border-spacing: 0 !important;
3553
+ }
3554
+ .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
3555
+ line-height: 1;
3556
+ }
3547
3557
  }
3548
3558
  /* stylelint-enable function-url-quotes */
3549
3559
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),
@@ -1657,7 +1657,7 @@ li.e-separator.e-menu-item.e-excel-separator {
1657
1657
  font-weight: 600;
1658
1658
  height: 20px;
1659
1659
  line-height: 20px;
1660
- padding: 0 0.4em;
1660
+ padding: 0 1.5em 0 0.4em;
1661
1661
  margin: -7px -7px -7px -8px;
1662
1662
  overflow: hidden;
1663
1663
  text-align: left;
@@ -3672,6 +3672,16 @@ li.e-separator.e-menu-item.e-excel-separator {
3672
3672
  .e-grid-min-height .e-icon-gdownarrow {
3673
3673
  line-height: normal;
3674
3674
  }
3675
+ .e-grid.sf-grid.e-grid-min-height .e-virtualtable {
3676
+ /* stylelint-disable declaration-no-important */
3677
+ /* stylelint-enable declaration-no-important */
3678
+ }
3679
+ .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-table {
3680
+ border-spacing: 0 !important;
3681
+ }
3682
+ .e-grid.sf-grid.e-grid-min-height .e-virtualtable .e-rowcell {
3683
+ line-height: 1;
3684
+ }
3675
3685
  }
3676
3686
  /* stylelint-enable function-url-quotes */
3677
3687
  .e-grid .e-icons:not(.e-btn-icon, .e-check, .e-stop),