@syncfusion/ej2-vue-grids 23.1.41 → 23.1.42

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 (38) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/ej2-vue-grids.umd.min.js +1 -1
  3. package/dist/global/ej2-vue-grids.min.js +2 -2
  4. package/package.json +6 -6
  5. package/styles/bootstrap-dark.css +7 -0
  6. package/styles/bootstrap.css +7 -0
  7. package/styles/bootstrap4.css +7 -0
  8. package/styles/bootstrap5-dark.css +7 -0
  9. package/styles/bootstrap5.css +7 -0
  10. package/styles/fabric-dark.css +7 -0
  11. package/styles/fabric.css +7 -0
  12. package/styles/fluent-dark.css +7 -0
  13. package/styles/fluent.css +7 -0
  14. package/styles/grid/bootstrap-dark.css +7 -0
  15. package/styles/grid/bootstrap.css +7 -0
  16. package/styles/grid/bootstrap4.css +7 -0
  17. package/styles/grid/bootstrap5-dark.css +7 -0
  18. package/styles/grid/bootstrap5.css +7 -0
  19. package/styles/grid/fabric-dark.css +7 -0
  20. package/styles/grid/fabric.css +7 -0
  21. package/styles/grid/fluent-dark.css +7 -0
  22. package/styles/grid/fluent.css +7 -0
  23. package/styles/grid/highcontrast-light.css +7 -0
  24. package/styles/grid/highcontrast.css +7 -0
  25. package/styles/grid/material-dark.css +7 -0
  26. package/styles/grid/material.css +7 -0
  27. package/styles/grid/material3-dark.css +7 -0
  28. package/styles/grid/material3.css +7 -0
  29. package/styles/grid/tailwind-dark.css +7 -0
  30. package/styles/grid/tailwind.css +7 -0
  31. package/styles/highcontrast-light.css +7 -0
  32. package/styles/highcontrast.css +7 -0
  33. package/styles/material-dark.css +7 -0
  34. package/styles/material.css +7 -0
  35. package/styles/material3-dark.css +7 -0
  36. package/styles/material3.css +7 -0
  37. package/styles/tailwind-dark.css +7 -0
  38. package/styles/tailwind.css +7 -0
@@ -1137,6 +1137,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1137
1137
  font-size: 14px;
1138
1138
  padding: 14px 12px;
1139
1139
  }
1140
+ .e-bigger .e-grid .e-summarycell.e-lastrowcell,
1141
+ .e-grid.e-bigger .e-summarycell.e-lastrowcell {
1142
+ border-bottom-width: 1px;
1143
+ }
1140
1144
  .e-bigger .e-grid .e-rowcell .e-checkbox-wrapper,
1141
1145
  .e-bigger .e-grid .e-rowcell .e-css.e-checkbox-wrapper,
1142
1146
  .e-grid.e-bigger .e-rowcell .e-checkbox-wrapper,
@@ -2421,6 +2425,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2421
2425
  white-space: normal;
2422
2426
  word-wrap: break-word;
2423
2427
  }
2428
+ .e-grid .e-summarycell.e-lastrowcell {
2429
+ border-bottom-width: 1px;
2430
+ }
2424
2431
  .e-grid .e-summarycontent {
2425
2432
  display: -ms-flexbox;
2426
2433
  display: flex;
@@ -1249,6 +1249,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1249
1249
  font-size: 14px;
1250
1250
  padding: 14px 12px;
1251
1251
  }
1252
+ .e-bigger .e-grid .e-summarycell.e-lastrowcell,
1253
+ .e-grid.e-bigger .e-summarycell.e-lastrowcell {
1254
+ border-bottom-width: 1px;
1255
+ }
1252
1256
  .e-bigger .e-grid .e-rowcell .e-checkbox-wrapper,
1253
1257
  .e-bigger .e-grid .e-rowcell .e-css.e-checkbox-wrapper,
1254
1258
  .e-grid.e-bigger .e-rowcell .e-checkbox-wrapper,
@@ -2533,6 +2537,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2533
2537
  white-space: normal;
2534
2538
  word-wrap: break-word;
2535
2539
  }
2540
+ .e-grid .e-summarycell.e-lastrowcell {
2541
+ border-bottom-width: 1px;
2542
+ }
2536
2543
  .e-grid .e-summarycontent {
2537
2544
  display: -ms-flexbox;
2538
2545
  display: flex;
@@ -910,6 +910,10 @@ li.e-separator.e-menu-item.e-excel-separator {
910
910
  font-size: 16px;
911
911
  padding: 10px 12px;
912
912
  }
913
+ .e-bigger .e-grid .e-summarycell.e-lastrowcell,
914
+ .e-grid.e-bigger .e-summarycell.e-lastrowcell {
915
+ border-bottom-width: 1px;
916
+ }
913
917
  .e-bigger .e-grid .e-rowcell:first-child,
914
918
  .e-bigger .e-grid .e-summarycell:first-child,
915
919
  .e-grid.e-bigger .e-rowcell:first-child,
@@ -2142,6 +2146,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2142
2146
  white-space: normal;
2143
2147
  word-wrap: break-word;
2144
2148
  }
2149
+ .e-grid .e-summarycell.e-lastrowcell {
2150
+ border-bottom-width: 1px;
2151
+ }
2145
2152
  .e-grid .e-summarycontent {
2146
2153
  display: -ms-flexbox;
2147
2154
  display: flex;
@@ -910,6 +910,10 @@ li.e-separator.e-menu-item.e-excel-separator {
910
910
  font-size: 16px;
911
911
  padding: 10px 12px;
912
912
  }
913
+ .e-bigger .e-grid .e-summarycell.e-lastrowcell,
914
+ .e-grid.e-bigger .e-summarycell.e-lastrowcell {
915
+ border-bottom-width: 1px;
916
+ }
913
917
  .e-bigger .e-grid .e-rowcell:first-child,
914
918
  .e-bigger .e-grid .e-summarycell:first-child,
915
919
  .e-grid.e-bigger .e-rowcell:first-child,
@@ -2142,6 +2146,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2142
2146
  white-space: normal;
2143
2147
  word-wrap: break-word;
2144
2148
  }
2149
+ .e-grid .e-summarycell.e-lastrowcell {
2150
+ border-bottom-width: 1px;
2151
+ }
2145
2152
  .e-grid .e-summarycontent {
2146
2153
  display: -ms-flexbox;
2147
2154
  display: flex;