@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%;
@@ -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;
@@ -5870,7 +5886,6 @@
5870
5886
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5871
5887
  color: #fff;
5872
5888
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
5873
- font-size: 14px;
5874
5889
  opacity: 0.87;
5875
5890
  }
5876
5891
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -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;
@@ -5872,7 +5888,6 @@
5872
5888
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5873
5889
  color: #fff;
5874
5890
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
5875
- font-size: 14px;
5876
5891
  opacity: 0.87;
5877
5892
  }
5878
5893
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -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;
@@ -5872,7 +5888,6 @@
5872
5888
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5873
5889
  color: #000;
5874
5890
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
5875
- font-size: 14px;
5876
5891
  opacity: 0.87;
5877
5892
  }
5878
5893
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -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;
@@ -6079,7 +6093,6 @@
6079
6093
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
6080
6094
  color: rgba(var(--color-sf-on-surface));
6081
6095
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
6082
- font-size: 14px;
6083
6096
  opacity: 0.87;
6084
6097
  }
6085
6098
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -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;
@@ -6191,7 +6205,6 @@
6191
6205
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
6192
6206
  color: rgba(var(--color-sf-on-surface));
6193
6207
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
6194
- font-size: 14px;
6195
6208
  opacity: 0.87;
6196
6209
  }
6197
6210
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -3058,7 +3058,6 @@
3058
3058
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
3059
3059
  color: #f0f0f0;
3060
3060
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
3061
- font-size: 14px;
3062
3061
  opacity: 0.87;
3063
3062
  }
3064
3063
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -3056,7 +3056,6 @@
3056
3056
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
3057
3057
  color: #333;
3058
3058
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
3059
- font-size: 14px;
3060
3059
  opacity: 0.87;
3061
3060
  }
3062
3061
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -3131,7 +3131,6 @@
3131
3131
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
3132
3132
  color: #212529;
3133
3133
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
3134
- font-size: 14px;
3135
3134
  opacity: 0.87;
3136
3135
  }
3137
3136
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -3116,7 +3116,6 @@
3116
3116
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
3117
3117
  color: #fff;
3118
3118
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
3119
- font-size: 14px;
3120
3119
  opacity: 0.87;
3121
3120
  }
3122
3121
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -3116,7 +3116,6 @@
3116
3116
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
3117
3117
  color: #212529;
3118
3118
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
3119
- font-size: 14px;
3120
3119
  opacity: 0.87;
3121
3120
  }
3122
3121
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -3058,7 +3058,6 @@
3058
3058
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
3059
3059
  color: #dadada;
3060
3060
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
3061
- font-size: 14px;
3062
3061
  opacity: 0.87;
3063
3062
  }
3064
3063
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -3057,7 +3057,6 @@
3057
3057
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
3058
3058
  color: #333;
3059
3059
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
3060
- font-size: 14px;
3061
3060
  opacity: 0.87;
3062
3061
  }
3063
3062
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -3108,7 +3108,6 @@
3108
3108
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
3109
3109
  color: #f3f2f1;
3110
3110
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
3111
- font-size: 14px;
3112
3111
  opacity: 0.87;
3113
3112
  }
3114
3113
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -3108,7 +3108,6 @@
3108
3108
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
3109
3109
  color: #201f1e;
3110
3110
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
3111
- font-size: 14px;
3112
3111
  opacity: 0.87;
3113
3112
  }
3114
3113
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -3056,7 +3056,6 @@
3056
3056
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
3057
3057
  color: #000;
3058
3058
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
3059
- font-size: 14px;
3060
3059
  opacity: 0.87;
3061
3060
  }
3062
3061
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -3056,7 +3056,6 @@
3056
3056
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
3057
3057
  color: #fff;
3058
3058
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
3059
- font-size: 14px;
3060
3059
  opacity: 0.87;
3061
3060
  }
3062
3061
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -3057,7 +3057,6 @@
3057
3057
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
3058
3058
  color: #fff;
3059
3059
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
3060
- font-size: 14px;
3061
3060
  opacity: 0.87;
3062
3061
  }
3063
3062
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -3056,7 +3056,6 @@
3056
3056
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
3057
3057
  color: #000;
3058
3058
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
3059
- font-size: 14px;
3060
3059
  opacity: 0.87;
3061
3060
  }
3062
3061
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -3163,7 +3163,6 @@
3163
3163
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
3164
3164
  color: rgba(var(--color-sf-on-surface));
3165
3165
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
3166
- font-size: 14px;
3167
3166
  opacity: 0.87;
3168
3167
  }
3169
3168
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -3217,7 +3217,6 @@
3217
3217
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
3218
3218
  color: rgba(var(--color-sf-on-surface));
3219
3219
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
3220
- font-size: 14px;
3221
3220
  opacity: 0.87;
3222
3221
  }
3223
3222
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -3121,7 +3121,6 @@
3121
3121
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
3122
3122
  color: #fff;
3123
3123
  font-family: Inter;
3124
- font-size: 14px;
3125
3124
  opacity: 0.87;
3126
3125
  }
3127
3126
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -3122,7 +3122,6 @@
3122
3122
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
3123
3123
  color: #111827;
3124
3124
  font-family: Inter;
3125
- font-size: 14px;
3126
3125
  opacity: 0.87;
3127
3126
  }
3128
3127
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -920,9 +920,13 @@
920
920
  align-items: center;
921
921
  display: -ms-flexbox;
922
922
  display: flex;
923
+ max-height: inherit;
923
924
  }
924
925
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
925
926
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
927
+ -ms-flex-item-align: stretch;
928
+ -ms-grid-row-align: stretch;
929
+ align-self: stretch;
926
930
  overflow: hidden;
927
931
  text-overflow: ellipsis;
928
932
  width: 100%;
@@ -984,6 +988,12 @@
984
988
  .e-pivotview .e-grid .e-gridheader {
985
989
  border-bottom-width: 1px;
986
990
  }
991
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
992
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
993
+ padding-bottom: 0 !important;
994
+ padding-top: 0 !important;
995
+ vertical-align: middle;
996
+ }
987
997
  .e-pivotview .e-gtot {
988
998
  font-weight: bold;
989
999
  }
@@ -1144,6 +1154,11 @@
1144
1154
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1145
1155
  visibility: hidden;
1146
1156
  }
1157
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1158
+ -ms-flex-item-align: center;
1159
+ -ms-grid-row-align: center;
1160
+ align-self: center;
1161
+ }
1147
1162
  .e-pivotview .e-grid .e-headercelldiv,
1148
1163
  .e-pivotview .e-grid .e-columnsheader {
1149
1164
  /* 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;
@@ -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: bold;
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;
@@ -977,9 +977,13 @@
977
977
  align-items: center;
978
978
  display: -ms-flexbox;
979
979
  display: flex;
980
+ max-height: inherit;
980
981
  }
981
982
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
982
983
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
984
+ -ms-flex-item-align: stretch;
985
+ -ms-grid-row-align: stretch;
986
+ align-self: stretch;
983
987
  overflow: hidden;
984
988
  text-overflow: ellipsis;
985
989
  width: 100%;
@@ -1041,6 +1045,12 @@
1041
1045
  .e-pivotview .e-grid .e-gridheader {
1042
1046
  border-bottom-width: 1px;
1043
1047
  }
1048
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
1049
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
1050
+ padding-bottom: 0 !important;
1051
+ padding-top: 0 !important;
1052
+ vertical-align: middle;
1053
+ }
1044
1054
  .e-pivotview .e-gtot {
1045
1055
  font-weight: bold;
1046
1056
  }
@@ -1205,6 +1215,11 @@
1205
1215
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1206
1216
  visibility: hidden;
1207
1217
  }
1218
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1219
+ -ms-flex-item-align: center;
1220
+ -ms-grid-row-align: center;
1221
+ align-self: center;
1222
+ }
1208
1223
  .e-pivotview .e-grid .e-headercelldiv,
1209
1224
  .e-pivotview .e-grid .e-columnsheader {
1210
1225
  /* stylelint-disable */
@@ -1603,6 +1618,7 @@
1603
1618
  display: inline-block;
1604
1619
  height: 100%;
1605
1620
  vertical-align: top;
1621
+ width: 100%;
1606
1622
  }
1607
1623
  .e-pivotview .e-group-row {
1608
1624
  padding: 0 !important;
@@ -920,9 +920,13 @@
920
920
  align-items: center;
921
921
  display: -ms-flexbox;
922
922
  display: flex;
923
+ max-height: inherit;
923
924
  }
924
925
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
925
926
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
927
+ -ms-flex-item-align: stretch;
928
+ -ms-grid-row-align: stretch;
929
+ align-self: stretch;
926
930
  overflow: hidden;
927
931
  text-overflow: ellipsis;
928
932
  width: 100%;
@@ -985,6 +989,12 @@
985
989
  border-bottom-width: 1px;
986
990
  border-bottom-color: #444c54;
987
991
  }
992
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
993
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
994
+ padding-bottom: 0 !important;
995
+ padding-top: 0 !important;
996
+ vertical-align: middle;
997
+ }
988
998
  .e-pivotview .e-gtot {
989
999
  font-weight: 700;
990
1000
  }
@@ -1149,12 +1159,15 @@
1149
1159
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1150
1160
  visibility: hidden;
1151
1161
  }
1162
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1163
+ -ms-flex-item-align: center;
1164
+ -ms-grid-row-align: center;
1165
+ align-self: center;
1166
+ }
1152
1167
  .e-pivotview .e-grid .e-headercelldiv,
1153
1168
  .e-pivotview .e-grid .e-columnsheader {
1154
1169
  /* stylelint-disable */
1155
1170
  padding-left: 8px !important;
1156
- padding-top: 0px !important;
1157
- padding-bottom: 0px !important;
1158
1171
  }
1159
1172
  .e-pivotview .sf-grid .e-spinner-pane {
1160
1173
  z-index: 1 !important;
@@ -1538,6 +1551,7 @@
1538
1551
  display: inline-block;
1539
1552
  height: 100%;
1540
1553
  vertical-align: top;
1554
+ width: 100%;
1541
1555
  }
1542
1556
  .e-pivotview .e-group-row {
1543
1557
  padding: 0 !important;