@syncfusion/ej2-react-pivotview 23.1.38 → 23.1.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 (55) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/ej2-react-pivotview.min.js +1 -1
  3. package/dist/ej2-react-pivotview.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/styles/bootstrap-dark.css +16 -1
  6. package/styles/bootstrap.css +16 -1
  7. package/styles/bootstrap4.css +16 -1
  8. package/styles/bootstrap5-dark.css +16 -3
  9. package/styles/bootstrap5.css +16 -3
  10. package/styles/fabric-dark.css +16 -1
  11. package/styles/fabric.css +16 -1
  12. package/styles/fluent-dark.css +16 -3
  13. package/styles/fluent.css +16 -3
  14. package/styles/highcontrast-light.css +16 -1
  15. package/styles/highcontrast.css +16 -1
  16. package/styles/material-dark.css +16 -1
  17. package/styles/material.css +16 -1
  18. package/styles/material3-dark.css +16 -3
  19. package/styles/material3.css +16 -3
  20. package/styles/pivotfieldlist/bootstrap-dark.css +0 -1
  21. package/styles/pivotfieldlist/bootstrap.css +0 -1
  22. package/styles/pivotfieldlist/bootstrap4.css +0 -1
  23. package/styles/pivotfieldlist/bootstrap5-dark.css +0 -1
  24. package/styles/pivotfieldlist/bootstrap5.css +0 -1
  25. package/styles/pivotfieldlist/fabric-dark.css +0 -1
  26. package/styles/pivotfieldlist/fabric.css +0 -1
  27. package/styles/pivotfieldlist/fluent-dark.css +0 -1
  28. package/styles/pivotfieldlist/fluent.css +0 -1
  29. package/styles/pivotfieldlist/highcontrast-light.css +0 -1
  30. package/styles/pivotfieldlist/highcontrast.css +0 -1
  31. package/styles/pivotfieldlist/material-dark.css +0 -1
  32. package/styles/pivotfieldlist/material.css +0 -1
  33. package/styles/pivotfieldlist/material3-dark.css +0 -1
  34. package/styles/pivotfieldlist/material3.css +0 -1
  35. package/styles/pivotfieldlist/tailwind-dark.css +0 -1
  36. package/styles/pivotfieldlist/tailwind.css +0 -1
  37. package/styles/pivotview/bootstrap-dark.css +16 -0
  38. package/styles/pivotview/bootstrap.css +16 -0
  39. package/styles/pivotview/bootstrap4.css +16 -0
  40. package/styles/pivotview/bootstrap5-dark.css +16 -2
  41. package/styles/pivotview/bootstrap5.css +16 -2
  42. package/styles/pivotview/fabric-dark.css +16 -0
  43. package/styles/pivotview/fabric.css +16 -0
  44. package/styles/pivotview/fluent-dark.css +16 -2
  45. package/styles/pivotview/fluent.css +16 -2
  46. package/styles/pivotview/highcontrast-light.css +16 -0
  47. package/styles/pivotview/highcontrast.css +16 -0
  48. package/styles/pivotview/material-dark.css +16 -0
  49. package/styles/pivotview/material.css +16 -0
  50. package/styles/pivotview/material3-dark.css +16 -2
  51. package/styles/pivotview/material3.css +16 -2
  52. package/styles/pivotview/tailwind-dark.css +16 -2
  53. package/styles/pivotview/tailwind.css +16 -2
  54. package/styles/tailwind-dark.css +16 -3
  55. package/styles/tailwind.css +16 -3
@@ -922,9 +922,13 @@
922
922
  align-items: center;
923
923
  display: -ms-flexbox;
924
924
  display: flex;
925
+ max-height: inherit;
925
926
  }
926
927
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
927
928
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
929
+ -ms-flex-item-align: stretch;
930
+ -ms-grid-row-align: stretch;
931
+ align-self: stretch;
928
932
  overflow: hidden;
929
933
  text-overflow: ellipsis;
930
934
  width: 100%;
@@ -987,6 +991,12 @@
987
991
  border-bottom-width: 1px;
988
992
  border-bottom-color: #dee2e6;
989
993
  }
994
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
995
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
996
+ padding-bottom: 0 !important;
997
+ padding-top: 0 !important;
998
+ vertical-align: middle;
999
+ }
990
1000
  .e-pivotview .e-gtot {
991
1001
  font-weight: 700;
992
1002
  }
@@ -1151,12 +1161,15 @@
1151
1161
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1152
1162
  visibility: hidden;
1153
1163
  }
1164
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1165
+ -ms-flex-item-align: center;
1166
+ -ms-grid-row-align: center;
1167
+ align-self: center;
1168
+ }
1154
1169
  .e-pivotview .e-grid .e-headercelldiv,
1155
1170
  .e-pivotview .e-grid .e-columnsheader {
1156
1171
  /* stylelint-disable */
1157
1172
  padding-left: 8px !important;
1158
- padding-top: 0px !important;
1159
- padding-bottom: 0px !important;
1160
1173
  }
1161
1174
  .e-pivotview .sf-grid .e-spinner-pane {
1162
1175
  z-index: 1 !important;
@@ -1540,6 +1553,7 @@
1540
1553
  display: inline-block;
1541
1554
  height: 100%;
1542
1555
  vertical-align: top;
1556
+ width: 100%;
1543
1557
  }
1544
1558
  .e-pivotview .e-group-row {
1545
1559
  padding: 0 !important;
@@ -923,9 +923,13 @@
923
923
  align-items: center;
924
924
  display: -ms-flexbox;
925
925
  display: flex;
926
+ max-height: inherit;
926
927
  }
927
928
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
928
929
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
930
+ -ms-flex-item-align: stretch;
931
+ -ms-grid-row-align: stretch;
932
+ align-self: stretch;
929
933
  overflow: hidden;
930
934
  text-overflow: ellipsis;
931
935
  width: 100%;
@@ -987,6 +991,12 @@
987
991
  .e-pivotview .e-grid .e-gridheader {
988
992
  border-bottom-width: 1px;
989
993
  }
994
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
995
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
996
+ padding-bottom: 0 !important;
997
+ padding-top: 0 !important;
998
+ vertical-align: middle;
999
+ }
990
1000
  .e-pivotview .e-gtot {
991
1001
  font-weight: 600;
992
1002
  }
@@ -1147,6 +1157,11 @@
1147
1157
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1148
1158
  visibility: hidden;
1149
1159
  }
1160
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1161
+ -ms-flex-item-align: center;
1162
+ -ms-grid-row-align: center;
1163
+ align-self: center;
1164
+ }
1150
1165
  .e-pivotview .e-grid .e-headercelldiv,
1151
1166
  .e-pivotview .e-grid .e-columnsheader {
1152
1167
  /* stylelint-disable */
@@ -1530,6 +1545,7 @@
1530
1545
  display: inline-block;
1531
1546
  height: 100%;
1532
1547
  vertical-align: top;
1548
+ width: 100%;
1533
1549
  }
1534
1550
  .e-pivotview .e-group-row {
1535
1551
  padding: 0 !important;
@@ -923,9 +923,13 @@
923
923
  align-items: center;
924
924
  display: -ms-flexbox;
925
925
  display: flex;
926
+ max-height: inherit;
926
927
  }
927
928
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
928
929
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
930
+ -ms-flex-item-align: stretch;
931
+ -ms-grid-row-align: stretch;
932
+ align-self: stretch;
929
933
  overflow: hidden;
930
934
  text-overflow: ellipsis;
931
935
  width: 100%;
@@ -987,6 +991,12 @@
987
991
  .e-pivotview .e-grid .e-gridheader {
988
992
  border-bottom-width: 1px;
989
993
  }
994
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
995
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
996
+ padding-bottom: 0 !important;
997
+ padding-top: 0 !important;
998
+ vertical-align: middle;
999
+ }
990
1000
  .e-pivotview .e-gtot {
991
1001
  font-weight: 600;
992
1002
  }
@@ -1147,6 +1157,11 @@
1147
1157
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1148
1158
  visibility: hidden;
1149
1159
  }
1160
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1161
+ -ms-flex-item-align: center;
1162
+ -ms-grid-row-align: center;
1163
+ align-self: center;
1164
+ }
1150
1165
  .e-pivotview .e-grid .e-headercelldiv,
1151
1166
  .e-pivotview .e-grid .e-columnsheader {
1152
1167
  /* stylelint-disable */
@@ -1530,6 +1545,7 @@
1530
1545
  display: inline-block;
1531
1546
  height: 100%;
1532
1547
  vertical-align: top;
1548
+ width: 100%;
1533
1549
  }
1534
1550
  .e-pivotview .e-group-row {
1535
1551
  padding: 0 !important;
@@ -936,9 +936,13 @@
936
936
  align-items: center;
937
937
  display: -ms-flexbox;
938
938
  display: flex;
939
+ max-height: inherit;
939
940
  }
940
941
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
941
942
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
943
+ -ms-flex-item-align: stretch;
944
+ -ms-grid-row-align: stretch;
945
+ align-self: stretch;
942
946
  overflow: hidden;
943
947
  text-overflow: ellipsis;
944
948
  width: 100%;
@@ -1000,6 +1004,12 @@
1000
1004
  .e-pivotview .e-grid .e-gridheader {
1001
1005
  border-bottom-width: 1px;
1002
1006
  }
1007
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
1008
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
1009
+ padding-bottom: 0 !important;
1010
+ padding-top: 0 !important;
1011
+ vertical-align: middle;
1012
+ }
1003
1013
  .e-pivotview .e-gtot {
1004
1014
  font-weight: 600;
1005
1015
  }
@@ -1161,12 +1171,15 @@
1161
1171
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1162
1172
  visibility: hidden;
1163
1173
  }
1174
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1175
+ -ms-flex-item-align: center;
1176
+ -ms-grid-row-align: center;
1177
+ align-self: center;
1178
+ }
1164
1179
  .e-pivotview .e-grid .e-headercelldiv,
1165
1180
  .e-pivotview .e-grid .e-columnsheader {
1166
1181
  /* stylelint-disable */
1167
1182
  padding-left: 8px !important;
1168
- padding-top: 0px !important;
1169
- padding-bottom: 0px !important;
1170
1183
  }
1171
1184
  .e-pivotview .sf-grid .e-spinner-pane {
1172
1185
  z-index: 1 !important;
@@ -1551,6 +1564,7 @@
1551
1564
  display: inline-block;
1552
1565
  height: 100%;
1553
1566
  vertical-align: top;
1567
+ width: 100%;
1554
1568
  }
1555
1569
  .e-pivotview .e-group-row {
1556
1570
  padding: 0 !important;
@@ -938,9 +938,13 @@
938
938
  align-items: center;
939
939
  display: -ms-flexbox;
940
940
  display: flex;
941
+ max-height: inherit;
941
942
  }
942
943
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
943
944
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
945
+ -ms-flex-item-align: stretch;
946
+ -ms-grid-row-align: stretch;
947
+ align-self: stretch;
944
948
  overflow: hidden;
945
949
  text-overflow: ellipsis;
946
950
  width: 100%;
@@ -1002,6 +1006,12 @@
1002
1006
  .e-pivotview .e-grid .e-gridheader {
1003
1007
  border-bottom-width: 1px;
1004
1008
  }
1009
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
1010
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
1011
+ padding-bottom: 0 !important;
1012
+ padding-top: 0 !important;
1013
+ vertical-align: middle;
1014
+ }
1005
1015
  .e-pivotview .e-gtot {
1006
1016
  font-weight: 600;
1007
1017
  }
@@ -1163,12 +1173,15 @@
1163
1173
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1164
1174
  visibility: hidden;
1165
1175
  }
1176
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1177
+ -ms-flex-item-align: center;
1178
+ -ms-grid-row-align: center;
1179
+ align-self: center;
1180
+ }
1166
1181
  .e-pivotview .e-grid .e-headercelldiv,
1167
1182
  .e-pivotview .e-grid .e-columnsheader {
1168
1183
  /* stylelint-disable */
1169
1184
  padding-left: 8px !important;
1170
- padding-top: 0px !important;
1171
- padding-bottom: 0px !important;
1172
1185
  }
1173
1186
  .e-pivotview .sf-grid .e-spinner-pane {
1174
1187
  z-index: 1 !important;
@@ -1553,6 +1566,7 @@
1553
1566
  display: inline-block;
1554
1567
  height: 100%;
1555
1568
  vertical-align: top;
1569
+ width: 100%;
1556
1570
  }
1557
1571
  .e-pivotview .e-group-row {
1558
1572
  padding: 0 !important;
@@ -922,9 +922,13 @@
922
922
  align-items: center;
923
923
  display: -ms-flexbox;
924
924
  display: flex;
925
+ max-height: inherit;
925
926
  }
926
927
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
927
928
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
929
+ -ms-flex-item-align: stretch;
930
+ -ms-grid-row-align: stretch;
931
+ align-self: stretch;
928
932
  overflow: hidden;
929
933
  text-overflow: ellipsis;
930
934
  width: 100%;
@@ -986,6 +990,12 @@
986
990
  .e-pivotview .e-grid .e-gridheader {
987
991
  border-bottom-width: 1px;
988
992
  }
993
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
994
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
995
+ padding-bottom: 0 !important;
996
+ padding-top: 0 !important;
997
+ vertical-align: middle;
998
+ }
989
999
  .e-pivotview .e-gtot {
990
1000
  font-weight: 600;
991
1001
  }
@@ -1147,6 +1157,11 @@
1147
1157
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1148
1158
  visibility: hidden;
1149
1159
  }
1160
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1161
+ -ms-flex-item-align: center;
1162
+ -ms-grid-row-align: center;
1163
+ align-self: center;
1164
+ }
1150
1165
  .e-pivotview .e-grid .e-headercelldiv,
1151
1166
  .e-pivotview .e-grid .e-columnsheader {
1152
1167
  /* stylelint-disable */
@@ -1530,6 +1545,7 @@
1530
1545
  display: inline-block;
1531
1546
  height: 100%;
1532
1547
  vertical-align: top;
1548
+ width: 100%;
1533
1549
  }
1534
1550
  .e-pivotview .e-group-row {
1535
1551
  padding: 0 !important;
@@ -922,9 +922,13 @@
922
922
  align-items: center;
923
923
  display: -ms-flexbox;
924
924
  display: flex;
925
+ max-height: inherit;
925
926
  }
926
927
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
927
928
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
929
+ -ms-flex-item-align: stretch;
930
+ -ms-grid-row-align: stretch;
931
+ align-self: stretch;
928
932
  overflow: hidden;
929
933
  text-overflow: ellipsis;
930
934
  width: 100%;
@@ -986,6 +990,12 @@
986
990
  .e-pivotview .e-grid .e-gridheader {
987
991
  border-bottom-width: 1px;
988
992
  }
993
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
994
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
995
+ padding-bottom: 0 !important;
996
+ padding-top: 0 !important;
997
+ vertical-align: middle;
998
+ }
989
999
  .e-pivotview .e-gtot {
990
1000
  font-weight: 600;
991
1001
  }
@@ -1147,6 +1157,11 @@
1147
1157
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1148
1158
  visibility: hidden;
1149
1159
  }
1160
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1161
+ -ms-flex-item-align: center;
1162
+ -ms-grid-row-align: center;
1163
+ align-self: center;
1164
+ }
1150
1165
  .e-pivotview .e-grid .e-headercelldiv,
1151
1166
  .e-pivotview .e-grid .e-columnsheader {
1152
1167
  /* stylelint-disable */
@@ -1530,6 +1545,7 @@
1530
1545
  display: inline-block;
1531
1546
  height: 100%;
1532
1547
  vertical-align: top;
1548
+ width: 100%;
1533
1549
  }
1534
1550
  .e-pivotview .e-group-row {
1535
1551
  padding: 0 !important;
@@ -918,9 +918,13 @@
918
918
  align-items: center;
919
919
  display: -ms-flexbox;
920
920
  display: flex;
921
+ max-height: inherit;
921
922
  }
922
923
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
923
924
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
925
+ -ms-flex-item-align: stretch;
926
+ -ms-grid-row-align: stretch;
927
+ align-self: stretch;
924
928
  overflow: hidden;
925
929
  text-overflow: ellipsis;
926
930
  width: 100%;
@@ -982,6 +986,12 @@
982
986
  .e-pivotview .e-grid .e-gridheader {
983
987
  border-bottom-width: 1px;
984
988
  }
989
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
990
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
991
+ padding-bottom: 0 !important;
992
+ padding-top: 0 !important;
993
+ vertical-align: middle;
994
+ }
985
995
  .e-pivotview .e-gtot {
986
996
  font-weight: 500;
987
997
  }
@@ -1142,6 +1152,11 @@
1142
1152
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1143
1153
  visibility: hidden;
1144
1154
  }
1155
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1156
+ -ms-flex-item-align: center;
1157
+ -ms-grid-row-align: center;
1158
+ align-self: center;
1159
+ }
1145
1160
  .e-pivotview .e-grid .e-headercelldiv,
1146
1161
  .e-pivotview .e-grid .e-columnsheader {
1147
1162
  /* stylelint-disable */
@@ -1528,6 +1543,7 @@
1528
1543
  display: inline-block;
1529
1544
  height: 100%;
1530
1545
  vertical-align: top;
1546
+ width: 100%;
1531
1547
  }
1532
1548
  .e-pivotview .e-group-row {
1533
1549
  padding: 0 !important;
@@ -919,9 +919,13 @@
919
919
  align-items: center;
920
920
  display: -ms-flexbox;
921
921
  display: flex;
922
+ max-height: inherit;
922
923
  }
923
924
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
924
925
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
926
+ -ms-flex-item-align: stretch;
927
+ -ms-grid-row-align: stretch;
928
+ align-self: stretch;
925
929
  overflow: hidden;
926
930
  text-overflow: ellipsis;
927
931
  width: 100%;
@@ -983,6 +987,12 @@
983
987
  .e-pivotview .e-grid .e-gridheader {
984
988
  border-bottom-width: 1px;
985
989
  }
990
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
991
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
992
+ padding-bottom: 0 !important;
993
+ padding-top: 0 !important;
994
+ vertical-align: middle;
995
+ }
986
996
  .e-pivotview .e-gtot {
987
997
  font-weight: 500;
988
998
  }
@@ -1143,6 +1153,11 @@
1143
1153
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1144
1154
  visibility: hidden;
1145
1155
  }
1156
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1157
+ -ms-flex-item-align: center;
1158
+ -ms-grid-row-align: center;
1159
+ align-self: center;
1160
+ }
1146
1161
  .e-pivotview .e-grid .e-headercelldiv,
1147
1162
  .e-pivotview .e-grid .e-columnsheader {
1148
1163
  /* stylelint-disable */
@@ -1529,6 +1544,7 @@
1529
1544
  display: inline-block;
1530
1545
  height: 100%;
1531
1546
  vertical-align: top;
1547
+ width: 100%;
1532
1548
  }
1533
1549
  .e-pivotview .e-group-row {
1534
1550
  padding: 0 !important;
@@ -990,9 +990,13 @@
990
990
  align-items: center;
991
991
  display: -ms-flexbox;
992
992
  display: flex;
993
+ max-height: inherit;
993
994
  }
994
995
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
995
996
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
997
+ -ms-flex-item-align: stretch;
998
+ -ms-grid-row-align: stretch;
999
+ align-self: stretch;
996
1000
  overflow: hidden;
997
1001
  text-overflow: ellipsis;
998
1002
  width: 100%;
@@ -1054,6 +1058,12 @@
1054
1058
  .e-pivotview .e-grid .e-gridheader {
1055
1059
  border-bottom-width: 1px;
1056
1060
  }
1061
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
1062
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
1063
+ padding-bottom: 0 !important;
1064
+ padding-top: 0 !important;
1065
+ vertical-align: middle;
1066
+ }
1057
1067
  .e-pivotview .e-gtot {
1058
1068
  font-weight: 500;
1059
1069
  }
@@ -1218,12 +1228,15 @@
1218
1228
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1219
1229
  visibility: hidden;
1220
1230
  }
1231
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1232
+ -ms-flex-item-align: center;
1233
+ -ms-grid-row-align: center;
1234
+ align-self: center;
1235
+ }
1221
1236
  .e-pivotview .e-grid .e-headercelldiv,
1222
1237
  .e-pivotview .e-grid .e-columnsheader {
1223
1238
  /* stylelint-disable */
1224
1239
  padding-left: 8px !important;
1225
- padding-top: 0px !important;
1226
- padding-bottom: 0px !important;
1227
1240
  }
1228
1241
  .e-pivotview .sf-grid .e-spinner-pane {
1229
1242
  z-index: 1 !important;
@@ -1602,6 +1615,7 @@
1602
1615
  display: inline-block;
1603
1616
  height: 100%;
1604
1617
  vertical-align: top;
1618
+ width: 100%;
1605
1619
  }
1606
1620
  .e-pivotview .e-group-row {
1607
1621
  padding: 0 !important;
@@ -1048,9 +1048,13 @@
1048
1048
  align-items: center;
1049
1049
  display: -ms-flexbox;
1050
1050
  display: flex;
1051
+ max-height: inherit;
1051
1052
  }
1052
1053
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
1053
1054
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
1055
+ -ms-flex-item-align: stretch;
1056
+ -ms-grid-row-align: stretch;
1057
+ align-self: stretch;
1054
1058
  overflow: hidden;
1055
1059
  text-overflow: ellipsis;
1056
1060
  width: 100%;
@@ -1112,6 +1116,12 @@
1112
1116
  .e-pivotview .e-grid .e-gridheader {
1113
1117
  border-bottom-width: 1px;
1114
1118
  }
1119
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
1120
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
1121
+ padding-bottom: 0 !important;
1122
+ padding-top: 0 !important;
1123
+ vertical-align: middle;
1124
+ }
1115
1125
  .e-pivotview .e-gtot {
1116
1126
  font-weight: 500;
1117
1127
  }
@@ -1276,12 +1286,15 @@
1276
1286
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1277
1287
  visibility: hidden;
1278
1288
  }
1289
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1290
+ -ms-flex-item-align: center;
1291
+ -ms-grid-row-align: center;
1292
+ align-self: center;
1293
+ }
1279
1294
  .e-pivotview .e-grid .e-headercelldiv,
1280
1295
  .e-pivotview .e-grid .e-columnsheader {
1281
1296
  /* stylelint-disable */
1282
1297
  padding-left: 8px !important;
1283
- padding-top: 0px !important;
1284
- padding-bottom: 0px !important;
1285
1298
  }
1286
1299
  .e-pivotview .sf-grid .e-spinner-pane {
1287
1300
  z-index: 1 !important;
@@ -1660,6 +1673,7 @@
1660
1673
  display: inline-block;
1661
1674
  height: 100%;
1662
1675
  vertical-align: top;
1676
+ width: 100%;
1663
1677
  }
1664
1678
  .e-pivotview .e-group-row {
1665
1679
  padding: 0 !important;
@@ -934,9 +934,13 @@
934
934
  align-items: center;
935
935
  display: -ms-flexbox;
936
936
  display: flex;
937
+ max-height: inherit;
937
938
  }
938
939
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
939
940
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
941
+ -ms-flex-item-align: stretch;
942
+ -ms-grid-row-align: stretch;
943
+ align-self: stretch;
940
944
  overflow: hidden;
941
945
  text-overflow: ellipsis;
942
946
  width: 100%;
@@ -998,6 +1002,12 @@
998
1002
  .e-pivotview .e-grid .e-gridheader {
999
1003
  border-bottom-width: 1px;
1000
1004
  }
1005
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
1006
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
1007
+ padding-bottom: 0 !important;
1008
+ padding-top: 0 !important;
1009
+ vertical-align: middle;
1010
+ }
1001
1011
  .e-pivotview .e-gtot {
1002
1012
  font-weight: 500;
1003
1013
  }
@@ -1163,13 +1173,16 @@
1163
1173
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1164
1174
  visibility: hidden;
1165
1175
  }
1176
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1177
+ -ms-flex-item-align: center;
1178
+ -ms-grid-row-align: center;
1179
+ align-self: center;
1180
+ }
1166
1181
  .e-pivotview .e-grid .e-headercelldiv,
1167
1182
  .e-pivotview .e-grid .e-columnsheader {
1168
1183
  /* stylelint-disable */
1169
1184
  padding-left: 8px !important;
1170
1185
  text-transform: none;
1171
- padding-top: 0px !important;
1172
- padding-bottom: 0px !important;
1173
1186
  }
1174
1187
  .e-pivotview .sf-grid .e-spinner-pane {
1175
1188
  z-index: 1 !important;
@@ -1552,6 +1565,7 @@
1552
1565
  display: inline-block;
1553
1566
  height: 100%;
1554
1567
  vertical-align: top;
1568
+ width: 100%;
1555
1569
  }
1556
1570
  .e-pivotview .e-group-row {
1557
1571
  padding: 0 !important;
@@ -936,9 +936,13 @@
936
936
  align-items: center;
937
937
  display: -ms-flexbox;
938
938
  display: flex;
939
+ max-height: inherit;
939
940
  }
940
941
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
941
942
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
943
+ -ms-flex-item-align: stretch;
944
+ -ms-grid-row-align: stretch;
945
+ align-self: stretch;
942
946
  overflow: hidden;
943
947
  text-overflow: ellipsis;
944
948
  width: 100%;
@@ -1000,6 +1004,12 @@
1000
1004
  .e-pivotview .e-grid .e-gridheader {
1001
1005
  border-bottom-width: 1px;
1002
1006
  }
1007
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
1008
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
1009
+ padding-bottom: 0 !important;
1010
+ padding-top: 0 !important;
1011
+ vertical-align: middle;
1012
+ }
1003
1013
  .e-pivotview .e-gtot {
1004
1014
  font-weight: 500;
1005
1015
  }
@@ -1165,13 +1175,16 @@
1165
1175
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1166
1176
  visibility: hidden;
1167
1177
  }
1178
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1179
+ -ms-flex-item-align: center;
1180
+ -ms-grid-row-align: center;
1181
+ align-self: center;
1182
+ }
1168
1183
  .e-pivotview .e-grid .e-headercelldiv,
1169
1184
  .e-pivotview .e-grid .e-columnsheader {
1170
1185
  /* stylelint-disable */
1171
1186
  padding-left: 8px !important;
1172
1187
  text-transform: none;
1173
- padding-top: 0px !important;
1174
- padding-bottom: 0px !important;
1175
1188
  }
1176
1189
  .e-pivotview .sf-grid .e-spinner-pane {
1177
1190
  z-index: 1 !important;
@@ -1554,6 +1567,7 @@
1554
1567
  display: inline-block;
1555
1568
  height: 100%;
1556
1569
  vertical-align: top;
1570
+ width: 100%;
1557
1571
  }
1558
1572
  .e-pivotview .e-group-row {
1559
1573
  padding: 0 !important;