@syncfusion/ej2-vue-grids 23.1.41 → 23.1.43

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 +44 -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 +9 -9
  6. package/styles/bootstrap.css +9 -9
  7. package/styles/bootstrap4.css +9 -9
  8. package/styles/bootstrap5-dark.css +9 -9
  9. package/styles/bootstrap5.css +9 -9
  10. package/styles/fabric-dark.css +10 -10
  11. package/styles/fabric.css +10 -10
  12. package/styles/fluent-dark.css +9 -9
  13. package/styles/fluent.css +9 -9
  14. package/styles/grid/bootstrap-dark.css +9 -9
  15. package/styles/grid/bootstrap.css +9 -9
  16. package/styles/grid/bootstrap4.css +9 -9
  17. package/styles/grid/bootstrap5-dark.css +9 -9
  18. package/styles/grid/bootstrap5.css +9 -9
  19. package/styles/grid/fabric-dark.css +10 -10
  20. package/styles/grid/fabric.css +10 -10
  21. package/styles/grid/fluent-dark.css +9 -9
  22. package/styles/grid/fluent.css +9 -9
  23. package/styles/grid/highcontrast-light.css +10 -10
  24. package/styles/grid/highcontrast.css +10 -10
  25. package/styles/grid/material-dark.css +10 -10
  26. package/styles/grid/material.css +10 -10
  27. package/styles/grid/material3-dark.css +9 -9
  28. package/styles/grid/material3.css +9 -9
  29. package/styles/grid/tailwind-dark.css +9 -9
  30. package/styles/grid/tailwind.css +9 -9
  31. package/styles/highcontrast-light.css +10 -10
  32. package/styles/highcontrast.css +10 -10
  33. package/styles/material-dark.css +10 -10
  34. package/styles/material.css +10 -10
  35. package/styles/material3-dark.css +9 -9
  36. package/styles/material3.css +9 -9
  37. package/styles/tailwind-dark.css +9 -9
  38. package/styles/tailwind.css +9 -9
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-grids@*",
3
- "_id": "@syncfusion/ej2-vue-grids@23.1.40",
3
+ "_id": "@syncfusion/ej2-vue-grids@23.1.42",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-za2SMDLtZX9ajT4F6/WmFnBgMCIiFb4QLwCi8oy6yRFO13FHEmEfOXDlk0xAVExxblEnHZY3UNv9QyvPbYWPLw==",
5
+ "_integrity": "sha512-66vGSFg5K7mzvZUSYOdYYKSj+ynqOJaovpC71pYm3uLfNbV2+nSLdDcOY1rBnM70cDEjHrzE8dnkWlyZZp2nuQ==",
6
6
  "_location": "/@syncfusion/ej2-vue-grids",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-grids/-/ej2-vue-grids-23.1.40.tgz",
23
- "_shasum": "b6013a708fb4bfe0eecb93d8cad3fad22fef6004",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-grids/-/ej2-vue-grids-23.1.42.tgz",
23
+ "_shasum": "aea1b50db614f16736aa6063fd314f12f2ea0b5c",
24
24
  "_spec": "@syncfusion/ej2-vue-grids@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -32,7 +32,7 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~23.1.41",
35
- "@syncfusion/ej2-grids": "23.1.41",
35
+ "@syncfusion/ej2-grids": "23.1.43",
36
36
  "@syncfusion/ej2-vue-base": "~23.1.36"
37
37
  },
38
38
  "deprecated": false,
@@ -58,6 +58,6 @@
58
58
  "ci-publish": "gulp ci-publish",
59
59
  "compile": "gulp ci-compile && gulp vue-global-script"
60
60
  },
61
- "version": "23.1.41",
61
+ "version": "23.1.43",
62
62
  "sideEffects": false
63
63
  }
@@ -907,6 +907,10 @@ li.e-separator.e-menu-item.e-excel-separator {
907
907
  font-size: 14px;
908
908
  padding: 8px 8px;
909
909
  }
910
+ .e-bigger .e-grid .e-summarycell.e-lastrowcell,
911
+ .e-grid.e-bigger .e-summarycell.e-lastrowcell {
912
+ border-bottom-width: 1px;
913
+ }
910
914
  .e-bigger .e-grid .e-rowcell:first-child,
911
915
  .e-bigger .e-grid .e-summarycell:first-child,
912
916
  .e-grid.e-bigger .e-rowcell:first-child,
@@ -1718,9 +1722,8 @@ li.e-separator.e-menu-item.e-excel-separator {
1718
1722
  display: none;
1719
1723
  }
1720
1724
  .e-grid .e-groupdroparea.e-group-animate.e-grouped {
1721
- overflow: hidden;
1722
- padding: 0;
1723
- height: 62px;
1725
+ padding: 0 12px 0;
1726
+ height: auto;
1724
1727
  border-bottom-width: 0;
1725
1728
  }
1726
1729
  .e-grid.e-rtl .e-group-animator {
@@ -1734,12 +1737,6 @@ li.e-separator.e-menu-item.e-excel-separator {
1734
1737
  transform: rotate(180deg);
1735
1738
  margin-top: 23px;
1736
1739
  }
1737
- .e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
1738
- margin: 12px 12px 12px 0;
1739
- }
1740
- .e-grid .e-group-animator:first-child .e-groupheadercell {
1741
- margin: 12px 0 12px 12px;
1742
- }
1743
1740
  .e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
1744
1741
  margin-top: 16px;
1745
1742
  }
@@ -2085,6 +2082,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2085
2082
  white-space: normal;
2086
2083
  word-wrap: break-word;
2087
2084
  }
2085
+ .e-grid .e-summarycell.e-lastrowcell {
2086
+ border-bottom-width: 1px;
2087
+ }
2088
2088
  .e-grid .e-summarycontent {
2089
2089
  display: -ms-flexbox;
2090
2090
  display: flex;
@@ -908,6 +908,10 @@ li.e-separator.e-menu-item.e-excel-separator {
908
908
  font-size: 14px;
909
909
  padding: 8px 8px;
910
910
  }
911
+ .e-bigger .e-grid .e-summarycell.e-lastrowcell,
912
+ .e-grid.e-bigger .e-summarycell.e-lastrowcell {
913
+ border-bottom-width: 1px;
914
+ }
911
915
  .e-bigger .e-grid .e-rowcell:first-child,
912
916
  .e-bigger .e-grid .e-summarycell:first-child,
913
917
  .e-grid.e-bigger .e-rowcell:first-child,
@@ -1719,9 +1723,8 @@ li.e-separator.e-menu-item.e-excel-separator {
1719
1723
  display: none;
1720
1724
  }
1721
1725
  .e-grid .e-groupdroparea.e-group-animate.e-grouped {
1722
- overflow: hidden;
1723
- padding: 0;
1724
- height: 64px;
1726
+ padding: 0 13px 0;
1727
+ height: auto;
1725
1728
  border-bottom-width: 0;
1726
1729
  }
1727
1730
  .e-grid.e-rtl .e-group-animator {
@@ -1735,12 +1738,6 @@ li.e-separator.e-menu-item.e-excel-separator {
1735
1738
  transform: rotate(180deg);
1736
1739
  margin-top: 22px;
1737
1740
  }
1738
- .e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
1739
- margin: 13px 13px 13px 0;
1740
- }
1741
- .e-grid .e-group-animator:first-child .e-groupheadercell {
1742
- margin: 13px 0 13px 13px;
1743
- }
1744
1741
  .e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
1745
1742
  margin-top: 18px;
1746
1743
  }
@@ -2086,6 +2083,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2086
2083
  white-space: normal;
2087
2084
  word-wrap: break-word;
2088
2085
  }
2086
+ .e-grid .e-summarycell.e-lastrowcell {
2087
+ border-bottom-width: 1px;
2088
+ }
2089
2089
  .e-grid .e-summarycontent {
2090
2090
  display: -ms-flexbox;
2091
2091
  display: flex;
@@ -969,6 +969,10 @@ li.e-separator.e-menu-item.e-excel-separator {
969
969
  font-size: 16px;
970
970
  padding: 12px 12px;
971
971
  }
972
+ .e-bigger .e-grid .e-summarycell.e-lastrowcell,
973
+ .e-grid.e-bigger .e-summarycell.e-lastrowcell {
974
+ border-bottom-width: 1px;
975
+ }
972
976
  .e-bigger .e-grid .e-rowcell:first-child,
973
977
  .e-bigger .e-grid .e-summarycell:first-child,
974
978
  .e-grid.e-bigger .e-rowcell:first-child,
@@ -1789,9 +1793,8 @@ li.e-separator.e-menu-item.e-excel-separator {
1789
1793
  display: none;
1790
1794
  }
1791
1795
  .e-grid .e-groupdroparea.e-group-animate.e-grouped {
1792
- overflow: hidden;
1793
- padding: 0;
1794
- height: 48px;
1796
+ padding: 0 12px 0;
1797
+ height: auto;
1795
1798
  border-bottom-width: 0;
1796
1799
  }
1797
1800
  .e-grid.e-rtl .e-group-animator {
@@ -1805,12 +1808,6 @@ li.e-separator.e-menu-item.e-excel-separator {
1805
1808
  transform: rotate(180deg);
1806
1809
  margin-top: 15px;
1807
1810
  }
1808
- .e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
1809
- margin: 12px 12px 12px 0;
1810
- }
1811
- .e-grid .e-group-animator:first-child .e-groupheadercell {
1812
- margin: 12px 0 12px 12px;
1813
- }
1814
1811
  .e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
1815
1812
  margin-top: 9px;
1816
1813
  }
@@ -2156,6 +2153,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2156
2153
  white-space: normal;
2157
2154
  word-wrap: break-word;
2158
2155
  }
2156
+ .e-grid .e-summarycell.e-lastrowcell {
2157
+ border-bottom-width: 1px;
2158
+ }
2159
2159
  .e-grid .e-summarycontent {
2160
2160
  display: -ms-flexbox;
2161
2161
  display: flex;
@@ -964,6 +964,10 @@ li.e-separator.e-menu-item.e-excel-separator {
964
964
  font-size: 16px;
965
965
  padding: 8px 12px;
966
966
  }
967
+ .e-bigger .e-grid .e-summarycell.e-lastrowcell,
968
+ .e-grid.e-bigger .e-summarycell.e-lastrowcell {
969
+ border-bottom-width: 1px;
970
+ }
967
971
  .e-bigger .e-grid .e-rowcell:first-child,
968
972
  .e-bigger .e-grid .e-summarycell:first-child,
969
973
  .e-grid.e-bigger .e-rowcell:first-child,
@@ -1783,9 +1787,8 @@ li.e-separator.e-menu-item.e-excel-separator {
1783
1787
  display: none;
1784
1788
  }
1785
1789
  .e-grid .e-groupdroparea.e-group-animate.e-grouped {
1786
- overflow: hidden;
1787
- padding: 0;
1788
- height: 48px;
1790
+ padding: 0 12px 0;
1791
+ height: auto;
1789
1792
  border-bottom-width: 0;
1790
1793
  }
1791
1794
  .e-grid.e-rtl .e-group-animator {
@@ -1799,12 +1802,6 @@ li.e-separator.e-menu-item.e-excel-separator {
1799
1802
  transform: rotate(180deg);
1800
1803
  margin-top: 15px;
1801
1804
  }
1802
- .e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
1803
- margin: 12px 12px 12px 0;
1804
- }
1805
- .e-grid .e-group-animator:first-child .e-groupheadercell {
1806
- margin: 12px 0 12px 12px;
1807
- }
1808
1805
  .e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
1809
1806
  margin-top: 9px;
1810
1807
  }
@@ -2150,6 +2147,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2150
2147
  white-space: normal;
2151
2148
  word-wrap: break-word;
2152
2149
  }
2150
+ .e-grid .e-summarycell.e-lastrowcell {
2151
+ border-bottom-width: 1px;
2152
+ }
2153
2153
  .e-grid .e-summarycontent {
2154
2154
  display: -ms-flexbox;
2155
2155
  display: flex;
@@ -964,6 +964,10 @@ li.e-separator.e-menu-item.e-excel-separator {
964
964
  font-size: 16px;
965
965
  padding: 8px 12px;
966
966
  }
967
+ .e-bigger .e-grid .e-summarycell.e-lastrowcell,
968
+ .e-grid.e-bigger .e-summarycell.e-lastrowcell {
969
+ border-bottom-width: 1px;
970
+ }
967
971
  .e-bigger .e-grid .e-rowcell:first-child,
968
972
  .e-bigger .e-grid .e-summarycell:first-child,
969
973
  .e-grid.e-bigger .e-rowcell:first-child,
@@ -1783,9 +1787,8 @@ li.e-separator.e-menu-item.e-excel-separator {
1783
1787
  display: none;
1784
1788
  }
1785
1789
  .e-grid .e-groupdroparea.e-group-animate.e-grouped {
1786
- overflow: hidden;
1787
- padding: 0;
1788
- height: 48px;
1790
+ padding: 0 12px 0;
1791
+ height: auto;
1789
1792
  border-bottom-width: 0;
1790
1793
  }
1791
1794
  .e-grid.e-rtl .e-group-animator {
@@ -1799,12 +1802,6 @@ li.e-separator.e-menu-item.e-excel-separator {
1799
1802
  transform: rotate(180deg);
1800
1803
  margin-top: 15px;
1801
1804
  }
1802
- .e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
1803
- margin: 12px 12px 12px 0;
1804
- }
1805
- .e-grid .e-group-animator:first-child .e-groupheadercell {
1806
- margin: 12px 0 12px 12px;
1807
- }
1808
1805
  .e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
1809
1806
  margin-top: 9px;
1810
1807
  }
@@ -2150,6 +2147,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2150
2147
  white-space: normal;
2151
2148
  word-wrap: break-word;
2152
2149
  }
2150
+ .e-grid .e-summarycell.e-lastrowcell {
2151
+ border-bottom-width: 1px;
2152
+ }
2153
2153
  .e-grid .e-summarycontent {
2154
2154
  display: -ms-flexbox;
2155
2155
  display: flex;
@@ -881,6 +881,10 @@ li.e-separator.e-menu-item.e-excel-separator {
881
881
  font-size: 14px;
882
882
  padding: 9px 10px;
883
883
  }
884
+ .e-bigger .e-grid .e-summarycell.e-lastrowcell,
885
+ .e-grid.e-bigger .e-summarycell.e-lastrowcell {
886
+ border-bottom-width: 1px;
887
+ }
884
888
  .e-bigger .e-grid .e-rowcell:first-child,
885
889
  .e-bigger .e-grid .e-summarycell:first-child,
886
890
  .e-grid.e-bigger .e-rowcell:first-child,
@@ -1692,9 +1696,8 @@ li.e-separator.e-menu-item.e-excel-separator {
1692
1696
  display: none;
1693
1697
  }
1694
1698
  .e-grid .e-groupdroparea.e-group-animate.e-grouped {
1695
- overflow: hidden;
1696
- padding: 0;
1697
- height: 48px;
1699
+ padding: 0 16px 0;
1700
+ height: auto;
1698
1701
  border-bottom-width: 0;
1699
1702
  }
1700
1703
  .e-grid.e-rtl .e-group-animator {
@@ -1708,12 +1711,6 @@ li.e-separator.e-menu-item.e-excel-separator {
1708
1711
  transform: rotate(180deg);
1709
1712
  margin-top: 22px;
1710
1713
  }
1711
- .e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
1712
- margin: 16px 16px 16px 0;
1713
- }
1714
- .e-grid .e-group-animator:first-child .e-groupheadercell {
1715
- margin: 16px 0 16px 16px;
1716
- }
1717
1714
  .e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
1718
1715
  margin-top: 15px;
1719
1716
  }
@@ -2059,6 +2056,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2059
2056
  white-space: normal;
2060
2057
  word-wrap: break-word;
2061
2058
  }
2059
+ .e-grid .e-summarycell.e-lastrowcell {
2060
+ border-bottom-width: 1px;
2061
+ }
2062
2062
  .e-grid .e-summarycontent {
2063
2063
  display: -ms-flexbox;
2064
2064
  display: flex;
@@ -2722,7 +2722,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2722
2722
  overflow: hidden;
2723
2723
  text-overflow: ellipsis;
2724
2724
  white-space: nowrap;
2725
- width: 57px;
2725
+ width: auto;
2726
2726
  }
2727
2727
  .e-grid .e-grid-icon {
2728
2728
  float: left;
package/styles/fabric.css CHANGED
@@ -874,6 +874,10 @@ li.e-separator.e-menu-item.e-excel-separator {
874
874
  font-size: 14px;
875
875
  padding: 9px 10px;
876
876
  }
877
+ .e-bigger .e-grid .e-summarycell.e-lastrowcell,
878
+ .e-grid.e-bigger .e-summarycell.e-lastrowcell {
879
+ border-bottom-width: 1px;
880
+ }
877
881
  .e-bigger .e-grid .e-rowcell:first-child,
878
882
  .e-bigger .e-grid .e-summarycell:first-child,
879
883
  .e-grid.e-bigger .e-rowcell:first-child,
@@ -1685,9 +1689,8 @@ li.e-separator.e-menu-item.e-excel-separator {
1685
1689
  display: none;
1686
1690
  }
1687
1691
  .e-grid .e-groupdroparea.e-group-animate.e-grouped {
1688
- overflow: hidden;
1689
- padding: 0;
1690
- height: 48px;
1692
+ padding: 0 16px 0;
1693
+ height: auto;
1691
1694
  border-bottom-width: 0;
1692
1695
  }
1693
1696
  .e-grid.e-rtl .e-group-animator {
@@ -1701,12 +1704,6 @@ li.e-separator.e-menu-item.e-excel-separator {
1701
1704
  transform: rotate(180deg);
1702
1705
  margin-top: 22px;
1703
1706
  }
1704
- .e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
1705
- margin: 16px 16px 16px 0;
1706
- }
1707
- .e-grid .e-group-animator:first-child .e-groupheadercell {
1708
- margin: 16px 0 16px 16px;
1709
- }
1710
1707
  .e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
1711
1708
  margin-top: 15px;
1712
1709
  }
@@ -2052,6 +2049,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2052
2049
  white-space: normal;
2053
2050
  word-wrap: break-word;
2054
2051
  }
2052
+ .e-grid .e-summarycell.e-lastrowcell {
2053
+ border-bottom-width: 1px;
2054
+ }
2055
2055
  .e-grid .e-summarycontent {
2056
2056
  display: -ms-flexbox;
2057
2057
  display: flex;
@@ -2715,7 +2715,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2715
2715
  overflow: hidden;
2716
2716
  text-overflow: ellipsis;
2717
2717
  white-space: nowrap;
2718
- width: 57px;
2718
+ width: auto;
2719
2719
  }
2720
2720
  .e-grid .e-grid-icon {
2721
2721
  float: left;
@@ -942,6 +942,10 @@ li.e-separator.e-menu-item.e-excel-separator {
942
942
  font-size: 16px;
943
943
  padding: 13.5px 12px;
944
944
  }
945
+ .e-bigger .e-grid .e-summarycell.e-lastrowcell,
946
+ .e-grid.e-bigger .e-summarycell.e-lastrowcell {
947
+ border-bottom-width: 1px;
948
+ }
945
949
  .e-bigger .e-grid .e-rowcell:first-child,
946
950
  .e-bigger .e-grid .e-summarycell:first-child,
947
951
  .e-grid.e-bigger .e-rowcell:first-child,
@@ -1780,9 +1784,8 @@ li.e-separator.e-menu-item.e-excel-separator {
1780
1784
  display: none;
1781
1785
  }
1782
1786
  .e-grid .e-groupdroparea.e-group-animate.e-grouped {
1783
- overflow: hidden;
1784
- padding: 0;
1785
- height: 48px;
1787
+ padding: 0 12px 0;
1788
+ height: auto;
1786
1789
  border-bottom-width: 0;
1787
1790
  }
1788
1791
  .e-grid.e-rtl .e-group-animator {
@@ -1796,12 +1799,6 @@ li.e-separator.e-menu-item.e-excel-separator {
1796
1799
  transform: rotate(180deg);
1797
1800
  margin-top: 15px;
1798
1801
  }
1799
- .e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
1800
- margin: 12px 12px 12px 0;
1801
- }
1802
- .e-grid .e-group-animator:first-child .e-groupheadercell {
1803
- margin: 12px 0 12px 12px;
1804
- }
1805
1802
  .e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
1806
1803
  margin-top: 9px;
1807
1804
  }
@@ -2150,6 +2147,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2150
2147
  white-space: normal;
2151
2148
  word-wrap: break-word;
2152
2149
  }
2150
+ .e-grid .e-summarycell.e-lastrowcell {
2151
+ border-bottom-width: 1px;
2152
+ }
2153
2153
  .e-grid .e-summarycontent {
2154
2154
  display: -ms-flexbox;
2155
2155
  display: flex;
package/styles/fluent.css CHANGED
@@ -942,6 +942,10 @@ li.e-separator.e-menu-item.e-excel-separator {
942
942
  font-size: 16px;
943
943
  padding: 13.5px 12px;
944
944
  }
945
+ .e-bigger .e-grid .e-summarycell.e-lastrowcell,
946
+ .e-grid.e-bigger .e-summarycell.e-lastrowcell {
947
+ border-bottom-width: 1px;
948
+ }
945
949
  .e-bigger .e-grid .e-rowcell:first-child,
946
950
  .e-bigger .e-grid .e-summarycell:first-child,
947
951
  .e-grid.e-bigger .e-rowcell:first-child,
@@ -1780,9 +1784,8 @@ li.e-separator.e-menu-item.e-excel-separator {
1780
1784
  display: none;
1781
1785
  }
1782
1786
  .e-grid .e-groupdroparea.e-group-animate.e-grouped {
1783
- overflow: hidden;
1784
- padding: 0;
1785
- height: 48px;
1787
+ padding: 0 12px 0;
1788
+ height: auto;
1786
1789
  border-bottom-width: 0;
1787
1790
  }
1788
1791
  .e-grid.e-rtl .e-group-animator {
@@ -1796,12 +1799,6 @@ li.e-separator.e-menu-item.e-excel-separator {
1796
1799
  transform: rotate(180deg);
1797
1800
  margin-top: 15px;
1798
1801
  }
1799
- .e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
1800
- margin: 12px 12px 12px 0;
1801
- }
1802
- .e-grid .e-group-animator:first-child .e-groupheadercell {
1803
- margin: 12px 0 12px 12px;
1804
- }
1805
1802
  .e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
1806
1803
  margin-top: 9px;
1807
1804
  }
@@ -2150,6 +2147,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2150
2147
  white-space: normal;
2151
2148
  word-wrap: break-word;
2152
2149
  }
2150
+ .e-grid .e-summarycell.e-lastrowcell {
2151
+ border-bottom-width: 1px;
2152
+ }
2153
2153
  .e-grid .e-summarycontent {
2154
2154
  display: -ms-flexbox;
2155
2155
  display: flex;
@@ -483,6 +483,10 @@
483
483
  font-size: 14px;
484
484
  padding: 8px 8px;
485
485
  }
486
+ .e-bigger .e-grid .e-summarycell.e-lastrowcell,
487
+ .e-grid.e-bigger .e-summarycell.e-lastrowcell {
488
+ border-bottom-width: 1px;
489
+ }
486
490
  .e-bigger .e-grid .e-rowcell:first-child,
487
491
  .e-bigger .e-grid .e-summarycell:first-child,
488
492
  .e-grid.e-bigger .e-rowcell:first-child,
@@ -1294,9 +1298,8 @@
1294
1298
  display: none;
1295
1299
  }
1296
1300
  .e-grid .e-groupdroparea.e-group-animate.e-grouped {
1297
- overflow: hidden;
1298
- padding: 0;
1299
- height: 62px;
1301
+ padding: 0 12px 0;
1302
+ height: auto;
1300
1303
  border-bottom-width: 0;
1301
1304
  }
1302
1305
  .e-grid.e-rtl .e-group-animator {
@@ -1310,12 +1313,6 @@
1310
1313
  transform: rotate(180deg);
1311
1314
  margin-top: 23px;
1312
1315
  }
1313
- .e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
1314
- margin: 12px 12px 12px 0;
1315
- }
1316
- .e-grid .e-group-animator:first-child .e-groupheadercell {
1317
- margin: 12px 0 12px 12px;
1318
- }
1319
1316
  .e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
1320
1317
  margin-top: 16px;
1321
1318
  }
@@ -1661,6 +1658,9 @@
1661
1658
  white-space: normal;
1662
1659
  word-wrap: break-word;
1663
1660
  }
1661
+ .e-grid .e-summarycell.e-lastrowcell {
1662
+ border-bottom-width: 1px;
1663
+ }
1664
1664
  .e-grid .e-summarycontent {
1665
1665
  display: -ms-flexbox;
1666
1666
  display: flex;
@@ -484,6 +484,10 @@
484
484
  font-size: 14px;
485
485
  padding: 8px 8px;
486
486
  }
487
+ .e-bigger .e-grid .e-summarycell.e-lastrowcell,
488
+ .e-grid.e-bigger .e-summarycell.e-lastrowcell {
489
+ border-bottom-width: 1px;
490
+ }
487
491
  .e-bigger .e-grid .e-rowcell:first-child,
488
492
  .e-bigger .e-grid .e-summarycell:first-child,
489
493
  .e-grid.e-bigger .e-rowcell:first-child,
@@ -1295,9 +1299,8 @@
1295
1299
  display: none;
1296
1300
  }
1297
1301
  .e-grid .e-groupdroparea.e-group-animate.e-grouped {
1298
- overflow: hidden;
1299
- padding: 0;
1300
- height: 64px;
1302
+ padding: 0 13px 0;
1303
+ height: auto;
1301
1304
  border-bottom-width: 0;
1302
1305
  }
1303
1306
  .e-grid.e-rtl .e-group-animator {
@@ -1311,12 +1314,6 @@
1311
1314
  transform: rotate(180deg);
1312
1315
  margin-top: 22px;
1313
1316
  }
1314
- .e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
1315
- margin: 13px 13px 13px 0;
1316
- }
1317
- .e-grid .e-group-animator:first-child .e-groupheadercell {
1318
- margin: 13px 0 13px 13px;
1319
- }
1320
1317
  .e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
1321
1318
  margin-top: 18px;
1322
1319
  }
@@ -1662,6 +1659,9 @@
1662
1659
  white-space: normal;
1663
1660
  word-wrap: break-word;
1664
1661
  }
1662
+ .e-grid .e-summarycell.e-lastrowcell {
1663
+ border-bottom-width: 1px;
1664
+ }
1665
1665
  .e-grid .e-summarycontent {
1666
1666
  display: -ms-flexbox;
1667
1667
  display: flex;
@@ -534,6 +534,10 @@
534
534
  font-size: 16px;
535
535
  padding: 12px 12px;
536
536
  }
537
+ .e-bigger .e-grid .e-summarycell.e-lastrowcell,
538
+ .e-grid.e-bigger .e-summarycell.e-lastrowcell {
539
+ border-bottom-width: 1px;
540
+ }
537
541
  .e-bigger .e-grid .e-rowcell:first-child,
538
542
  .e-bigger .e-grid .e-summarycell:first-child,
539
543
  .e-grid.e-bigger .e-rowcell:first-child,
@@ -1354,9 +1358,8 @@
1354
1358
  display: none;
1355
1359
  }
1356
1360
  .e-grid .e-groupdroparea.e-group-animate.e-grouped {
1357
- overflow: hidden;
1358
- padding: 0;
1359
- height: 48px;
1361
+ padding: 0 12px 0;
1362
+ height: auto;
1360
1363
  border-bottom-width: 0;
1361
1364
  }
1362
1365
  .e-grid.e-rtl .e-group-animator {
@@ -1370,12 +1373,6 @@
1370
1373
  transform: rotate(180deg);
1371
1374
  margin-top: 15px;
1372
1375
  }
1373
- .e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
1374
- margin: 12px 12px 12px 0;
1375
- }
1376
- .e-grid .e-group-animator:first-child .e-groupheadercell {
1377
- margin: 12px 0 12px 12px;
1378
- }
1379
1376
  .e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
1380
1377
  margin-top: 9px;
1381
1378
  }
@@ -1721,6 +1718,9 @@
1721
1718
  white-space: normal;
1722
1719
  word-wrap: break-word;
1723
1720
  }
1721
+ .e-grid .e-summarycell.e-lastrowcell {
1722
+ border-bottom-width: 1px;
1723
+ }
1724
1724
  .e-grid .e-summarycontent {
1725
1725
  display: -ms-flexbox;
1726
1726
  display: flex;
@@ -537,6 +537,10 @@
537
537
  font-size: 16px;
538
538
  padding: 8px 12px;
539
539
  }
540
+ .e-bigger .e-grid .e-summarycell.e-lastrowcell,
541
+ .e-grid.e-bigger .e-summarycell.e-lastrowcell {
542
+ border-bottom-width: 1px;
543
+ }
540
544
  .e-bigger .e-grid .e-rowcell:first-child,
541
545
  .e-bigger .e-grid .e-summarycell:first-child,
542
546
  .e-grid.e-bigger .e-rowcell:first-child,
@@ -1356,9 +1360,8 @@
1356
1360
  display: none;
1357
1361
  }
1358
1362
  .e-grid .e-groupdroparea.e-group-animate.e-grouped {
1359
- overflow: hidden;
1360
- padding: 0;
1361
- height: 48px;
1363
+ padding: 0 12px 0;
1364
+ height: auto;
1362
1365
  border-bottom-width: 0;
1363
1366
  }
1364
1367
  .e-grid.e-rtl .e-group-animator {
@@ -1372,12 +1375,6 @@
1372
1375
  transform: rotate(180deg);
1373
1376
  margin-top: 15px;
1374
1377
  }
1375
- .e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
1376
- margin: 12px 12px 12px 0;
1377
- }
1378
- .e-grid .e-group-animator:first-child .e-groupheadercell {
1379
- margin: 12px 0 12px 12px;
1380
- }
1381
1378
  .e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
1382
1379
  margin-top: 9px;
1383
1380
  }
@@ -1723,6 +1720,9 @@
1723
1720
  white-space: normal;
1724
1721
  word-wrap: break-word;
1725
1722
  }
1723
+ .e-grid .e-summarycell.e-lastrowcell {
1724
+ border-bottom-width: 1px;
1725
+ }
1726
1726
  .e-grid .e-summarycontent {
1727
1727
  display: -ms-flexbox;
1728
1728
  display: flex;
@@ -537,6 +537,10 @@
537
537
  font-size: 16px;
538
538
  padding: 8px 12px;
539
539
  }
540
+ .e-bigger .e-grid .e-summarycell.e-lastrowcell,
541
+ .e-grid.e-bigger .e-summarycell.e-lastrowcell {
542
+ border-bottom-width: 1px;
543
+ }
540
544
  .e-bigger .e-grid .e-rowcell:first-child,
541
545
  .e-bigger .e-grid .e-summarycell:first-child,
542
546
  .e-grid.e-bigger .e-rowcell:first-child,
@@ -1356,9 +1360,8 @@
1356
1360
  display: none;
1357
1361
  }
1358
1362
  .e-grid .e-groupdroparea.e-group-animate.e-grouped {
1359
- overflow: hidden;
1360
- padding: 0;
1361
- height: 48px;
1363
+ padding: 0 12px 0;
1364
+ height: auto;
1362
1365
  border-bottom-width: 0;
1363
1366
  }
1364
1367
  .e-grid.e-rtl .e-group-animator {
@@ -1372,12 +1375,6 @@
1372
1375
  transform: rotate(180deg);
1373
1376
  margin-top: 15px;
1374
1377
  }
1375
- .e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
1376
- margin: 12px 12px 12px 0;
1377
- }
1378
- .e-grid .e-group-animator:first-child .e-groupheadercell {
1379
- margin: 12px 0 12px 12px;
1380
- }
1381
1378
  .e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
1382
1379
  margin-top: 9px;
1383
1380
  }
@@ -1723,6 +1720,9 @@
1723
1720
  white-space: normal;
1724
1721
  word-wrap: break-word;
1725
1722
  }
1723
+ .e-grid .e-summarycell.e-lastrowcell {
1724
+ border-bottom-width: 1px;
1725
+ }
1726
1726
  .e-grid .e-summarycontent {
1727
1727
  display: -ms-flexbox;
1728
1728
  display: flex;