@syncfusion/ej2-react-pivotview 23.1.41 → 23.2.4

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 (57) hide show
  1. package/CHANGELOG.md +22 -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/src/pivotfieldlist/pivotfieldlist.component.d.ts +2 -2
  6. package/src/pivotview/pivotview.component.d.ts +2 -2
  7. package/styles/bootstrap-dark.css +9 -4
  8. package/styles/bootstrap.css +9 -4
  9. package/styles/bootstrap4.css +9 -4
  10. package/styles/bootstrap5-dark.css +9 -4
  11. package/styles/bootstrap5.css +9 -4
  12. package/styles/fabric-dark.css +9 -4
  13. package/styles/fabric.css +9 -4
  14. package/styles/fluent-dark.css +9 -4
  15. package/styles/fluent.css +9 -4
  16. package/styles/highcontrast-light.css +9 -4
  17. package/styles/highcontrast.css +9 -4
  18. package/styles/material-dark.css +9 -4
  19. package/styles/material.css +9 -4
  20. package/styles/material3-dark.css +9 -4
  21. package/styles/material3.css +9 -4
  22. package/styles/pivotfieldlist/bootstrap-dark.css +0 -1
  23. package/styles/pivotfieldlist/bootstrap.css +0 -1
  24. package/styles/pivotfieldlist/bootstrap4.css +0 -1
  25. package/styles/pivotfieldlist/bootstrap5-dark.css +0 -1
  26. package/styles/pivotfieldlist/bootstrap5.css +0 -1
  27. package/styles/pivotfieldlist/fabric-dark.css +0 -1
  28. package/styles/pivotfieldlist/fabric.css +0 -1
  29. package/styles/pivotfieldlist/fluent-dark.css +0 -1
  30. package/styles/pivotfieldlist/fluent.css +0 -1
  31. package/styles/pivotfieldlist/highcontrast-light.css +0 -1
  32. package/styles/pivotfieldlist/highcontrast.css +0 -1
  33. package/styles/pivotfieldlist/material-dark.css +0 -1
  34. package/styles/pivotfieldlist/material.css +0 -1
  35. package/styles/pivotfieldlist/material3-dark.css +0 -1
  36. package/styles/pivotfieldlist/material3.css +0 -1
  37. package/styles/pivotfieldlist/tailwind-dark.css +0 -1
  38. package/styles/pivotfieldlist/tailwind.css +0 -1
  39. package/styles/pivotview/bootstrap-dark.css +9 -3
  40. package/styles/pivotview/bootstrap.css +9 -3
  41. package/styles/pivotview/bootstrap4.css +9 -3
  42. package/styles/pivotview/bootstrap5-dark.css +9 -3
  43. package/styles/pivotview/bootstrap5.css +9 -3
  44. package/styles/pivotview/fabric-dark.css +9 -3
  45. package/styles/pivotview/fabric.css +9 -3
  46. package/styles/pivotview/fluent-dark.css +9 -3
  47. package/styles/pivotview/fluent.css +9 -3
  48. package/styles/pivotview/highcontrast-light.css +9 -3
  49. package/styles/pivotview/highcontrast.css +9 -3
  50. package/styles/pivotview/material-dark.css +9 -3
  51. package/styles/pivotview/material.css +9 -3
  52. package/styles/pivotview/material3-dark.css +9 -3
  53. package/styles/pivotview/material3.css +9 -3
  54. package/styles/pivotview/tailwind-dark.css +9 -3
  55. package/styles/pivotview/tailwind.css +9 -3
  56. package/styles/tailwind-dark.css +9 -4
  57. package/styles/tailwind.css +9 -4
package/CHANGELOG.md CHANGED
@@ -6,6 +6,28 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#F185202` - When there are no fields in the value axis, the pivot table will now be rendered with the proper height.
10
+
11
+ #### New features
12
+
13
+ - `#I450857` - When virtualization is enabled for OLAP data, the Pivot Table will now support displaying with grand totals and sub-totals in row and column axes.
14
+ - `#I484186` - Added support for exporting the Pivot Chart to PDF document with header and footer.
15
+ - `#I490937` - When virtualization is enabled, the OLAP Pivot Table can now be exported as a PDF and Excel document with entire data.
16
+
17
+ ## 23.1.44 (2023-11-07)
18
+
19
+ ### PivotTable
20
+
21
+ #### Bug fixes
22
+
23
+ - `I515880` - The pivot table grouping bar actions will now work properly when invoking the refresh method dynamically.
24
+
25
+ ## 23.1.41 (2023-10-17)
26
+
27
+ ### PivotTable
28
+
29
+ #### Bug fixes
30
+
9
31
  - The pivot table will now be exported as a PDF document when the export method is invoked without the `pdFExportProperties` parameter.
10
32
 
11
33
  ## 23.1.38 (2023-09-26)
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pivotview.min.js
3
- * version : 23.1.41
3
+ * version : 23.2.4
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pivotview.umd.min.js
3
- * version : 23.1.41
3
+ * version : 23.2.4
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-pivotview@*",
3
- "_id": "@syncfusion/ej2-react-pivotview@23.1.38",
3
+ "_id": "@syncfusion/ej2-react-pivotview@23.1.44",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-K4A04WHAEfwR9NLrUyR8OkQlGuBl6TF1EMvBsJEI0+HWs/ejDk/P0aeWjS8VQjImEMIJjMXh2gCQheuJbfsbIg==",
5
+ "_integrity": "sha512-SbTco+a9NSvbvj1zxbg0JA7xAqT63h+CGxE95mlWGD57Tu3h4RPPjzUF29W9ssuV0D64KTaUBsv2Uqq5fb6gxw==",
6
6
  "_location": "/@syncfusion/ej2-react-pivotview",
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-react-pivotview/-/ej2-react-pivotview-23.1.38.tgz",
23
- "_shasum": "046c751d95465c3e696adb0fc70507395302acff",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-23.1.44.tgz",
23
+ "_shasum": "61ac336bf611c5b6ec4c1e031ee3390de99872a1",
24
24
  "_spec": "@syncfusion/ej2-react-pivotview@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~23.1.41",
35
- "@syncfusion/ej2-pivotview": "23.1.41",
36
- "@syncfusion/ej2-react-base": "~23.1.36"
34
+ "@syncfusion/ej2-base": "~23.2.4",
35
+ "@syncfusion/ej2-pivotview": "23.2.4",
36
+ "@syncfusion/ej2-react-base": "~23.2.4"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for React",
@@ -53,6 +53,6 @@
53
53
  "type": "git",
54
54
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
55
55
  },
56
- "version": "23.1.41",
56
+ "version": "23.2.4",
57
57
  "sideEffects": false
58
58
  }
@@ -10,7 +10,7 @@ import { DefaultHtmlAttributes } from '@syncfusion/ej2-react-base';
10
10
  export declare class PivotFieldListComponent extends PivotFieldList {
11
11
  state: Readonly<{
12
12
  children?: React.ReactNode | React.ReactNode[];
13
- }> & Readonly<PivotFieldListModel & DefaultHtmlAttributes>;
13
+ }> & Readonly<PivotFieldListModel | DefaultHtmlAttributes>;
14
14
  setState: any;
15
15
  private getDefaultAttributes;
16
16
  initRenderCalled: boolean;
@@ -20,7 +20,7 @@ export declare class PivotFieldListComponent extends PivotFieldList {
20
20
  private immediateRender;
21
21
  props: Readonly<{
22
22
  children?: React.ReactNode | React.ReactNode[];
23
- }> & Readonly<PivotFieldListModel & DefaultHtmlAttributes>;
23
+ }> & Readonly<PivotFieldListModel | DefaultHtmlAttributes>;
24
24
  forceUpdate: (callBack?: () => any) => void;
25
25
  context: Object;
26
26
  portals: any;
@@ -14,7 +14,7 @@ export interface PivotViewTypecast {
14
14
  export declare class PivotViewComponent extends PivotView {
15
15
  state: Readonly<{
16
16
  children?: React.ReactNode | React.ReactNode[];
17
- }> & Readonly<PivotViewModel & DefaultHtmlAttributes | PivotViewTypecast>;
17
+ }> & Readonly<PivotViewModel | DefaultHtmlAttributes | PivotViewTypecast>;
18
18
  setState: any;
19
19
  private getDefaultAttributes;
20
20
  initRenderCalled: boolean;
@@ -24,7 +24,7 @@ export declare class PivotViewComponent extends PivotView {
24
24
  private immediateRender;
25
25
  props: Readonly<{
26
26
  children?: React.ReactNode | React.ReactNode[];
27
- }> & Readonly<PivotViewModel & DefaultHtmlAttributes | PivotViewTypecast>;
27
+ }> & Readonly<PivotViewModel | DefaultHtmlAttributes | PivotViewTypecast>;
28
28
  forceUpdate: (callBack?: () => any) => void;
29
29
  context: Object;
30
30
  portals: any;
@@ -988,9 +988,10 @@
988
988
  .e-pivotview .e-grid .e-gridheader {
989
989
  border-bottom-width: 1px;
990
990
  }
991
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
992
- padding-bottom: 0;
993
- padding-top: 0;
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;
994
995
  vertical-align: middle;
995
996
  }
996
997
  .e-pivotview .e-gtot {
@@ -1153,6 +1154,11 @@
1153
1154
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1154
1155
  visibility: hidden;
1155
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
+ }
1156
1162
  .e-pivotview .e-grid .e-headercelldiv,
1157
1163
  .e-pivotview .e-grid .e-columnsheader {
1158
1164
  /* stylelint-disable */
@@ -5881,7 +5887,6 @@
5881
5887
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5882
5888
  color: #f0f0f0;
5883
5889
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
5884
- font-size: 14px;
5885
5890
  opacity: 0.87;
5886
5891
  }
5887
5892
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -987,9 +987,10 @@
987
987
  .e-pivotview .e-grid .e-gridheader {
988
988
  border-bottom-width: 1px;
989
989
  }
990
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
991
- padding-bottom: 0;
992
- padding-top: 0;
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;
993
994
  vertical-align: middle;
994
995
  }
995
996
  .e-pivotview .e-gtot {
@@ -1152,6 +1153,11 @@
1152
1153
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1153
1154
  visibility: hidden;
1154
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
+ }
1155
1161
  .e-pivotview .e-grid .e-headercelldiv,
1156
1162
  .e-pivotview .e-grid .e-columnsheader {
1157
1163
  /* stylelint-disable */
@@ -5878,7 +5884,6 @@
5878
5884
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5879
5885
  color: #333;
5880
5886
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
5881
- font-size: 14px;
5882
5887
  opacity: 0.87;
5883
5888
  }
5884
5889
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -1045,9 +1045,10 @@
1045
1045
  .e-pivotview .e-grid .e-gridheader {
1046
1046
  border-bottom-width: 1px;
1047
1047
  }
1048
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
1049
- padding-bottom: 0;
1050
- padding-top: 0;
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;
1051
1052
  vertical-align: middle;
1052
1053
  }
1053
1054
  .e-pivotview .e-gtot {
@@ -1214,6 +1215,11 @@
1214
1215
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1215
1216
  visibility: hidden;
1216
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
+ }
1217
1223
  .e-pivotview .e-grid .e-headercelldiv,
1218
1224
  .e-pivotview .e-grid .e-columnsheader {
1219
1225
  /* stylelint-disable */
@@ -6059,7 +6065,6 @@
6059
6065
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
6060
6066
  color: #212529;
6061
6067
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
6062
- font-size: 14px;
6063
6068
  opacity: 0.87;
6064
6069
  }
6065
6070
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -989,9 +989,10 @@
989
989
  border-bottom-width: 1px;
990
990
  border-bottom-color: #444c54;
991
991
  }
992
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
993
- padding-bottom: 0;
994
- padding-top: 0;
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;
995
996
  vertical-align: middle;
996
997
  }
997
998
  .e-pivotview .e-gtot {
@@ -1158,6 +1159,11 @@
1158
1159
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1159
1160
  visibility: hidden;
1160
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
+ }
1161
1167
  .e-pivotview .e-grid .e-headercelldiv,
1162
1168
  .e-pivotview .e-grid .e-columnsheader {
1163
1169
  /* stylelint-disable */
@@ -5970,7 +5976,6 @@
5970
5976
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5971
5977
  color: #fff;
5972
5978
  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";
5973
- font-size: 14px;
5974
5979
  opacity: 0.87;
5975
5980
  }
5976
5981
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -991,9 +991,10 @@
991
991
  border-bottom-width: 1px;
992
992
  border-bottom-color: #dee2e6;
993
993
  }
994
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
995
- padding-bottom: 0;
996
- padding-top: 0;
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;
997
998
  vertical-align: middle;
998
999
  }
999
1000
  .e-pivotview .e-gtot {
@@ -1160,6 +1161,11 @@
1160
1161
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1161
1162
  visibility: hidden;
1162
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
+ }
1163
1169
  .e-pivotview .e-grid .e-headercelldiv,
1164
1170
  .e-pivotview .e-grid .e-columnsheader {
1165
1171
  /* stylelint-disable */
@@ -5972,7 +5978,6 @@
5972
5978
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5973
5979
  color: #212529;
5974
5980
  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";
5975
- font-size: 14px;
5976
5981
  opacity: 0.87;
5977
5982
  }
5978
5983
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -991,9 +991,10 @@
991
991
  .e-pivotview .e-grid .e-gridheader {
992
992
  border-bottom-width: 1px;
993
993
  }
994
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
995
- padding-bottom: 0;
996
- padding-top: 0;
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;
997
998
  vertical-align: middle;
998
999
  }
999
1000
  .e-pivotview .e-gtot {
@@ -1156,6 +1157,11 @@
1156
1157
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1157
1158
  visibility: hidden;
1158
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
+ }
1159
1165
  .e-pivotview .e-grid .e-headercelldiv,
1160
1166
  .e-pivotview .e-grid .e-columnsheader {
1161
1167
  /* stylelint-disable */
@@ -5882,7 +5888,6 @@
5882
5888
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5883
5889
  color: #dadada;
5884
5890
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
5885
- font-size: 14px;
5886
5891
  opacity: 0.87;
5887
5892
  }
5888
5893
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
package/styles/fabric.css CHANGED
@@ -991,9 +991,10 @@
991
991
  .e-pivotview .e-grid .e-gridheader {
992
992
  border-bottom-width: 1px;
993
993
  }
994
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
995
- padding-bottom: 0;
996
- padding-top: 0;
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;
997
998
  vertical-align: middle;
998
999
  }
999
1000
  .e-pivotview .e-gtot {
@@ -1156,6 +1157,11 @@
1156
1157
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1157
1158
  visibility: hidden;
1158
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
+ }
1159
1165
  .e-pivotview .e-grid .e-headercelldiv,
1160
1166
  .e-pivotview .e-grid .e-columnsheader {
1161
1167
  /* stylelint-disable */
@@ -5881,7 +5887,6 @@
5881
5887
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5882
5888
  color: #333;
5883
5889
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
5884
- font-size: 14px;
5885
5890
  opacity: 0.87;
5886
5891
  }
5887
5892
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -1004,9 +1004,10 @@
1004
1004
  .e-pivotview .e-grid .e-gridheader {
1005
1005
  border-bottom-width: 1px;
1006
1006
  }
1007
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
1008
- padding-bottom: 0;
1009
- padding-top: 0;
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;
1010
1011
  vertical-align: middle;
1011
1012
  }
1012
1013
  .e-pivotview .e-gtot {
@@ -1170,6 +1171,11 @@
1170
1171
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1171
1172
  visibility: hidden;
1172
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
+ }
1173
1179
  .e-pivotview .e-grid .e-headercelldiv,
1174
1180
  .e-pivotview .e-grid .e-columnsheader {
1175
1181
  /* stylelint-disable */
@@ -5971,7 +5977,6 @@
5971
5977
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5972
5978
  color: #f3f2f1;
5973
5979
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
5974
- font-size: 14px;
5975
5980
  opacity: 0.87;
5976
5981
  }
5977
5982
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
package/styles/fluent.css CHANGED
@@ -1006,9 +1006,10 @@
1006
1006
  .e-pivotview .e-grid .e-gridheader {
1007
1007
  border-bottom-width: 1px;
1008
1008
  }
1009
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
1010
- padding-bottom: 0;
1011
- padding-top: 0;
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;
1012
1013
  vertical-align: middle;
1013
1014
  }
1014
1015
  .e-pivotview .e-gtot {
@@ -1172,6 +1173,11 @@
1172
1173
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1173
1174
  visibility: hidden;
1174
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
+ }
1175
1181
  .e-pivotview .e-grid .e-headercelldiv,
1176
1182
  .e-pivotview .e-grid .e-columnsheader {
1177
1183
  /* stylelint-disable */
@@ -5973,7 +5979,6 @@
5973
5979
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5974
5980
  color: #201f1e;
5975
5981
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
5976
- font-size: 14px;
5977
5982
  opacity: 0.87;
5978
5983
  }
5979
5984
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -990,9 +990,10 @@
990
990
  .e-pivotview .e-grid .e-gridheader {
991
991
  border-bottom-width: 1px;
992
992
  }
993
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
994
- padding-bottom: 0;
995
- padding-top: 0;
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;
996
997
  vertical-align: middle;
997
998
  }
998
999
  .e-pivotview .e-gtot {
@@ -1156,6 +1157,11 @@
1156
1157
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1157
1158
  visibility: hidden;
1158
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
+ }
1159
1165
  .e-pivotview .e-grid .e-headercelldiv,
1160
1166
  .e-pivotview .e-grid .e-columnsheader {
1161
1167
  /* stylelint-disable */
@@ -5880,7 +5886,6 @@
5880
5886
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5881
5887
  color: #000;
5882
5888
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
5883
- font-size: 14px;
5884
5889
  opacity: 0.87;
5885
5890
  }
5886
5891
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -990,9 +990,10 @@
990
990
  .e-pivotview .e-grid .e-gridheader {
991
991
  border-bottom-width: 1px;
992
992
  }
993
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
994
- padding-bottom: 0;
995
- padding-top: 0;
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;
996
997
  vertical-align: middle;
997
998
  }
998
999
  .e-pivotview .e-gtot {
@@ -1156,6 +1157,11 @@
1156
1157
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1157
1158
  visibility: hidden;
1158
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
+ }
1159
1165
  .e-pivotview .e-grid .e-headercelldiv,
1160
1166
  .e-pivotview .e-grid .e-columnsheader {
1161
1167
  /* stylelint-disable */
@@ -5880,7 +5886,6 @@
5880
5886
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5881
5887
  color: #fff;
5882
5888
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
5883
- font-size: 14px;
5884
5889
  opacity: 0.87;
5885
5890
  }
5886
5891
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -986,9 +986,10 @@
986
986
  .e-pivotview .e-grid .e-gridheader {
987
987
  border-bottom-width: 1px;
988
988
  }
989
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
990
- padding-bottom: 0;
991
- padding-top: 0;
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;
992
993
  vertical-align: middle;
993
994
  }
994
995
  .e-pivotview .e-gtot {
@@ -1151,6 +1152,11 @@
1151
1152
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1152
1153
  visibility: hidden;
1153
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
+ }
1154
1160
  .e-pivotview .e-grid .e-headercelldiv,
1155
1161
  .e-pivotview .e-grid .e-columnsheader {
1156
1162
  /* stylelint-disable */
@@ -5882,7 +5888,6 @@
5882
5888
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5883
5889
  color: #fff;
5884
5890
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
5885
- font-size: 14px;
5886
5891
  opacity: 0.87;
5887
5892
  }
5888
5893
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -987,9 +987,10 @@
987
987
  .e-pivotview .e-grid .e-gridheader {
988
988
  border-bottom-width: 1px;
989
989
  }
990
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
991
- padding-bottom: 0;
992
- padding-top: 0;
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;
993
994
  vertical-align: middle;
994
995
  }
995
996
  .e-pivotview .e-gtot {
@@ -1152,6 +1153,11 @@
1152
1153
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1153
1154
  visibility: hidden;
1154
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
+ }
1155
1161
  .e-pivotview .e-grid .e-headercelldiv,
1156
1162
  .e-pivotview .e-grid .e-columnsheader {
1157
1163
  /* stylelint-disable */
@@ -5882,7 +5888,6 @@
5882
5888
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5883
5889
  color: #000;
5884
5890
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
5885
- font-size: 14px;
5886
5891
  opacity: 0.87;
5887
5892
  }
5888
5893
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -1058,9 +1058,10 @@
1058
1058
  .e-pivotview .e-grid .e-gridheader {
1059
1059
  border-bottom-width: 1px;
1060
1060
  }
1061
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
1062
- padding-bottom: 0;
1063
- padding-top: 0;
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;
1064
1065
  vertical-align: middle;
1065
1066
  }
1066
1067
  .e-pivotview .e-gtot {
@@ -1227,6 +1228,11 @@
1227
1228
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1228
1229
  visibility: hidden;
1229
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
+ }
1230
1236
  .e-pivotview .e-grid .e-headercelldiv,
1231
1237
  .e-pivotview .e-grid .e-columnsheader {
1232
1238
  /* stylelint-disable */
@@ -6087,7 +6093,6 @@
6087
6093
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
6088
6094
  color: rgba(var(--color-sf-on-surface));
6089
6095
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
6090
- font-size: 14px;
6091
6096
  opacity: 0.87;
6092
6097
  }
6093
6098
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -1116,9 +1116,10 @@
1116
1116
  .e-pivotview .e-grid .e-gridheader {
1117
1117
  border-bottom-width: 1px;
1118
1118
  }
1119
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
1120
- padding-bottom: 0;
1121
- padding-top: 0;
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;
1122
1123
  vertical-align: middle;
1123
1124
  }
1124
1125
  .e-pivotview .e-gtot {
@@ -1285,6 +1286,11 @@
1285
1286
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1286
1287
  visibility: hidden;
1287
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
+ }
1288
1294
  .e-pivotview .e-grid .e-headercelldiv,
1289
1295
  .e-pivotview .e-grid .e-columnsheader {
1290
1296
  /* stylelint-disable */
@@ -6199,7 +6205,6 @@
6199
6205
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
6200
6206
  color: rgba(var(--color-sf-on-surface));
6201
6207
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
6202
- font-size: 14px;
6203
6208
  opacity: 0.87;
6204
6209
  }
6205
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,