@syncfusion/ej2-react-pivotview 23.1.36 → 23.1.41

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 +19 -0
  2. package/dist/ej2-react-pivotview.min.js +2 -2
  3. package/dist/ej2-react-pivotview.umd.min.js +2 -2
  4. package/package.json +7 -7
  5. package/styles/bootstrap-dark.css +18 -7
  6. package/styles/bootstrap.css +18 -7
  7. package/styles/bootstrap4.css +20 -7
  8. package/styles/bootstrap5-dark.css +18 -9
  9. package/styles/bootstrap5.css +18 -9
  10. package/styles/fabric-dark.css +19 -7
  11. package/styles/fabric.css +19 -7
  12. package/styles/fluent-dark.css +18 -9
  13. package/styles/fluent.css +18 -9
  14. package/styles/highcontrast-light.css +19 -7
  15. package/styles/highcontrast.css +19 -7
  16. package/styles/material-dark.css +18 -7
  17. package/styles/material.css +18 -7
  18. package/styles/material3-dark.css +18 -9
  19. package/styles/material3.css +18 -9
  20. package/styles/pivotfieldlist/bootstrap-dark.css +0 -6
  21. package/styles/pivotfieldlist/bootstrap.css +0 -6
  22. package/styles/pivotfieldlist/bootstrap4.css +0 -6
  23. package/styles/pivotfieldlist/bootstrap5-dark.css +0 -6
  24. package/styles/pivotfieldlist/bootstrap5.css +0 -6
  25. package/styles/pivotfieldlist/fabric-dark.css +1 -6
  26. package/styles/pivotfieldlist/fabric.css +1 -6
  27. package/styles/pivotfieldlist/fluent-dark.css +0 -6
  28. package/styles/pivotfieldlist/fluent.css +0 -6
  29. package/styles/pivotfieldlist/highcontrast-light.css +1 -6
  30. package/styles/pivotfieldlist/highcontrast.css +1 -6
  31. package/styles/pivotfieldlist/material-dark.css +0 -6
  32. package/styles/pivotfieldlist/material.css +0 -6
  33. package/styles/pivotfieldlist/material3-dark.css +0 -6
  34. package/styles/pivotfieldlist/material3.css +0 -6
  35. package/styles/pivotfieldlist/tailwind-dark.css +0 -6
  36. package/styles/pivotfieldlist/tailwind.css +0 -6
  37. package/styles/pivotview/bootstrap-dark.css +18 -1
  38. package/styles/pivotview/bootstrap.css +18 -1
  39. package/styles/pivotview/bootstrap4.css +20 -1
  40. package/styles/pivotview/bootstrap5-dark.css +18 -3
  41. package/styles/pivotview/bootstrap5.css +18 -3
  42. package/styles/pivotview/fabric-dark.css +18 -1
  43. package/styles/pivotview/fabric.css +18 -1
  44. package/styles/pivotview/fluent-dark.css +18 -3
  45. package/styles/pivotview/fluent.css +18 -3
  46. package/styles/pivotview/highcontrast-light.css +18 -1
  47. package/styles/pivotview/highcontrast.css +18 -1
  48. package/styles/pivotview/material-dark.css +18 -1
  49. package/styles/pivotview/material.css +18 -1
  50. package/styles/pivotview/material3-dark.css +18 -3
  51. package/styles/pivotview/material3.css +18 -3
  52. package/styles/pivotview/tailwind-dark.css +18 -3
  53. package/styles/pivotview/tailwind.css +18 -3
  54. package/styles/tailwind-dark.css +18 -9
  55. package/styles/tailwind.css +18 -9
package/CHANGELOG.md CHANGED
@@ -4,6 +4,25 @@
4
4
 
5
5
  ### PivotTable
6
6
 
7
+ #### Bug fixes
8
+
9
+ - The pivot table will now be exported as a PDF document when the export method is invoked without the `pdFExportProperties` parameter.
10
+
11
+ ## 23.1.38 (2023-09-26)
12
+
13
+ ### PivotTable
14
+
15
+ #### Bug fixes
16
+
17
+ - `F184045` - The pivot table can now be exported as Excel with conditional formatting.
18
+ - `I500613` - When an OLAP cube dimension member with a special character is used, the pivot table now works properly.
19
+ - `I496328` - Filtering is now applied properly in the pivot table when the `showNoDataItems` option is enabled.
20
+ - `I474787` - The pivot table will now be properly displayed while scrolling in MAC with the virtualization option enabled.
21
+
22
+ ## 23.1.36 (2023-09-15)
23
+
24
+ ### PivotTable
25
+
7
26
  #### Breaking Changes
8
27
 
9
28
  - The skeleton (aka, HTML) of the pivot table has been restructured. Previously, the pivot table displayed frozen row headers and values data in a two-table manner. It has been simplified to one table. The appearance of the horizontal scrollbar has changed as the row headers were frozen using the CSS attributes. However, the pivot table's appearance will remain unchanged as the prior version.
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * filename: ej2-react-pivotview.min.js
3
- * version : 23.1.36
4
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
3
+ * version : 23.1.41
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
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * filename: ej2-react-pivotview.umd.min.js
3
- * version : 23.1.36
4
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
3
+ * version : 23.1.41
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
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-pivotview@*",
3
- "_id": "@syncfusion/ej2-react-pivotview@20.16.4",
3
+ "_id": "@syncfusion/ej2-react-pivotview@23.1.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-x6gStlqQlMQkseV0GfVd5iY76sBgagnf1oKArxcRkETEAEcswc4POFIyd8ym9AfqSG/9CHU+aj24EFC1ls5ZpQ==",
5
+ "_integrity": "sha512-K4A04WHAEfwR9NLrUyR8OkQlGuBl6TF1EMvBsJEI0+HWs/ejDk/P0aeWjS8VQjImEMIJjMXh2gCQheuJbfsbIg==",
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-release/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-20.16.4.tgz",
23
- "_shasum": "79a793e8408cb110f2faa51d2d348b1c5552fc68",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-23.1.38.tgz",
23
+ "_shasum": "046c751d95465c3e696adb0fc70507395302acff",
24
24
  "_spec": "@syncfusion/ej2-react-pivotview@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~23.1.36",
35
- "@syncfusion/ej2-pivotview": "23.1.36",
34
+ "@syncfusion/ej2-base": "~23.1.41",
35
+ "@syncfusion/ej2-pivotview": "23.1.41",
36
36
  "@syncfusion/ej2-react-base": "~23.1.36"
37
37
  },
38
38
  "deprecated": false,
@@ -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.36",
56
+ "version": "23.1.41",
57
57
  "sideEffects": false
58
58
  }
@@ -920,11 +920,16 @@
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;
932
+ width: 100%;
928
933
  }
929
934
  .e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
930
935
  -ms-flex-align: center;
@@ -983,6 +988,11 @@
983
988
  .e-pivotview .e-grid .e-gridheader {
984
989
  border-bottom-width: 1px;
985
990
  }
991
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
992
+ padding-bottom: 0;
993
+ padding-top: 0;
994
+ vertical-align: middle;
995
+ }
986
996
  .e-pivotview .e-gtot {
987
997
  font-weight: bold;
988
998
  }
@@ -1135,6 +1145,7 @@
1135
1145
  font-size: 20px;
1136
1146
  text-align: center;
1137
1147
  padding: 10%;
1148
+ pointer-events: none;
1138
1149
  }
1139
1150
  .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
1140
1151
  display: none;
@@ -1524,6 +1535,12 @@
1524
1535
  .e-pivotview .e-group-columns {
1525
1536
  width: 100%;
1526
1537
  }
1538
+ .e-pivotview th.e-group-row .e-axis-row {
1539
+ display: inline-block;
1540
+ height: 100%;
1541
+ vertical-align: top;
1542
+ width: 100%;
1543
+ }
1527
1544
  .e-pivotview .e-group-row {
1528
1545
  padding: 0 !important;
1529
1546
  }
@@ -1682,7 +1699,7 @@
1682
1699
  .e-pivotview th .e-expand,
1683
1700
  .e-pivotview th .e-collapse {
1684
1701
  font-size: 12px !important;
1685
- margin-left: 0px;
1702
+ margin-left: 0;
1686
1703
  }
1687
1704
  .e-pivotview .e-expand::before {
1688
1705
  font-size: 10px;
@@ -4291,12 +4308,6 @@
4291
4308
  height: 36px;
4292
4309
  padding: 6px 12px;
4293
4310
  }
4294
- .e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
4295
- .e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
4296
- .e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
4297
- .e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
4298
- line-height: 1.5em;
4299
- }
4300
4311
  .e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
4301
4312
  .e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
4302
4313
  .e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
@@ -919,11 +919,16 @@
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;
931
+ width: 100%;
927
932
  }
928
933
  .e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
929
934
  -ms-flex-align: center;
@@ -982,6 +987,11 @@
982
987
  .e-pivotview .e-grid .e-gridheader {
983
988
  border-bottom-width: 1px;
984
989
  }
990
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
991
+ padding-bottom: 0;
992
+ padding-top: 0;
993
+ vertical-align: middle;
994
+ }
985
995
  .e-pivotview .e-gtot {
986
996
  font-weight: bold;
987
997
  }
@@ -1134,6 +1144,7 @@
1134
1144
  font-size: 20px;
1135
1145
  text-align: center;
1136
1146
  padding: 10%;
1147
+ pointer-events: none;
1137
1148
  }
1138
1149
  .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
1139
1150
  display: none;
@@ -1523,6 +1534,12 @@
1523
1534
  .e-pivotview .e-group-columns {
1524
1535
  width: 100%;
1525
1536
  }
1537
+ .e-pivotview th.e-group-row .e-axis-row {
1538
+ display: inline-block;
1539
+ height: 100%;
1540
+ vertical-align: top;
1541
+ width: 100%;
1542
+ }
1526
1543
  .e-pivotview .e-group-row {
1527
1544
  padding: 0 !important;
1528
1545
  }
@@ -1681,7 +1698,7 @@
1681
1698
  .e-pivotview th .e-expand,
1682
1699
  .e-pivotview th .e-collapse {
1683
1700
  font-size: 11px !important;
1684
- margin-left: 0px;
1701
+ margin-left: 0;
1685
1702
  }
1686
1703
  .e-pivotview .e-expand::before {
1687
1704
  font-size: 10px;
@@ -4288,12 +4305,6 @@
4288
4305
  height: 36px;
4289
4306
  padding: 6px 12px;
4290
4307
  }
4291
- .e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
4292
- .e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
4293
- .e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
4294
- .e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
4295
- line-height: 1.5em;
4296
- }
4297
4308
  .e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
4298
4309
  .e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
4299
4310
  .e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
@@ -977,11 +977,16 @@
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;
989
+ width: 100%;
985
990
  }
986
991
  .e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
987
992
  -ms-flex-align: center;
@@ -1040,6 +1045,11 @@
1040
1045
  .e-pivotview .e-grid .e-gridheader {
1041
1046
  border-bottom-width: 1px;
1042
1047
  }
1048
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
1049
+ padding-bottom: 0;
1050
+ padding-top: 0;
1051
+ vertical-align: middle;
1052
+ }
1043
1053
  .e-pivotview .e-gtot {
1044
1054
  font-weight: bold;
1045
1055
  }
@@ -1196,6 +1206,7 @@
1196
1206
  font-size: 20px;
1197
1207
  text-align: center;
1198
1208
  padding: 10%;
1209
+ pointer-events: none;
1199
1210
  }
1200
1211
  .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
1201
1212
  display: none;
@@ -1597,6 +1608,12 @@
1597
1608
  .e-pivotview .e-group-columns {
1598
1609
  width: 100%;
1599
1610
  }
1611
+ .e-pivotview th.e-group-row .e-axis-row {
1612
+ display: inline-block;
1613
+ height: 100%;
1614
+ vertical-align: top;
1615
+ width: 100%;
1616
+ }
1600
1617
  .e-pivotview .e-group-row {
1601
1618
  padding: 0 !important;
1602
1619
  }
@@ -1764,7 +1781,9 @@
1764
1781
  .e-pivotview th .e-expand,
1765
1782
  .e-pivotview th .e-collapse {
1766
1783
  font-size: 13px !important;
1767
- margin-left: 0px;
1784
+ margin-left: 0;
1785
+ display: -ms-flexbox;
1786
+ display: flex;
1768
1787
  }
1769
1788
  .e-pivotview .e-expand::before {
1770
1789
  font-size: 10px;
@@ -4452,12 +4471,6 @@
4452
4471
  padding: 6px 12px;
4453
4472
  padding: 9px 10px;
4454
4473
  }
4455
- .e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
4456
- .e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
4457
- .e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
4458
- .e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
4459
- line-height: 1.5em;
4460
- }
4461
4474
  .e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
4462
4475
  .e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
4463
4476
  .e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
@@ -920,11 +920,16 @@
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;
932
+ width: 100%;
928
933
  }
929
934
  .e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
930
935
  -ms-flex-align: center;
@@ -984,6 +989,11 @@
984
989
  border-bottom-width: 1px;
985
990
  border-bottom-color: #444c54;
986
991
  }
992
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
993
+ padding-bottom: 0;
994
+ padding-top: 0;
995
+ vertical-align: middle;
996
+ }
987
997
  .e-pivotview .e-gtot {
988
998
  font-weight: 700;
989
999
  }
@@ -1140,6 +1150,7 @@
1140
1150
  font-size: 20px;
1141
1151
  text-align: center;
1142
1152
  padding: 10%;
1153
+ pointer-events: none;
1143
1154
  }
1144
1155
  .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
1145
1156
  display: none;
@@ -1151,8 +1162,6 @@
1151
1162
  .e-pivotview .e-grid .e-columnsheader {
1152
1163
  /* stylelint-disable */
1153
1164
  padding-left: 8px !important;
1154
- padding-top: 0px !important;
1155
- padding-bottom: 0px !important;
1156
1165
  }
1157
1166
  .e-pivotview .sf-grid .e-spinner-pane {
1158
1167
  z-index: 1 !important;
@@ -1532,6 +1541,12 @@
1532
1541
  .e-pivotview .e-group-columns {
1533
1542
  width: 100%;
1534
1543
  }
1544
+ .e-pivotview th.e-group-row .e-axis-row {
1545
+ display: inline-block;
1546
+ height: 100%;
1547
+ vertical-align: top;
1548
+ width: 100%;
1549
+ }
1535
1550
  .e-pivotview .e-group-row {
1536
1551
  padding: 0 !important;
1537
1552
  }
@@ -1691,7 +1706,7 @@
1691
1706
  .e-pivotview th .e-expand,
1692
1707
  .e-pivotview th .e-collapse {
1693
1708
  font-size: 10px !important;
1694
- margin-left: 0px;
1709
+ margin-left: 0;
1695
1710
  }
1696
1711
  .e-pivotview .e-expand::before {
1697
1712
  font-size: 20px;
@@ -4353,12 +4368,6 @@
4353
4368
  height: 36px;
4354
4369
  padding: 6px 12px;
4355
4370
  }
4356
- .e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
4357
- .e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
4358
- .e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
4359
- .e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
4360
- line-height: 1.5em;
4361
- }
4362
4371
  .e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
4363
4372
  .e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
4364
4373
  .e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
@@ -922,11 +922,16 @@
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;
934
+ width: 100%;
930
935
  }
931
936
  .e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
932
937
  -ms-flex-align: center;
@@ -986,6 +991,11 @@
986
991
  border-bottom-width: 1px;
987
992
  border-bottom-color: #dee2e6;
988
993
  }
994
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
995
+ padding-bottom: 0;
996
+ padding-top: 0;
997
+ vertical-align: middle;
998
+ }
989
999
  .e-pivotview .e-gtot {
990
1000
  font-weight: 700;
991
1001
  }
@@ -1142,6 +1152,7 @@
1142
1152
  font-size: 20px;
1143
1153
  text-align: center;
1144
1154
  padding: 10%;
1155
+ pointer-events: none;
1145
1156
  }
1146
1157
  .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
1147
1158
  display: none;
@@ -1153,8 +1164,6 @@
1153
1164
  .e-pivotview .e-grid .e-columnsheader {
1154
1165
  /* stylelint-disable */
1155
1166
  padding-left: 8px !important;
1156
- padding-top: 0px !important;
1157
- padding-bottom: 0px !important;
1158
1167
  }
1159
1168
  .e-pivotview .sf-grid .e-spinner-pane {
1160
1169
  z-index: 1 !important;
@@ -1534,6 +1543,12 @@
1534
1543
  .e-pivotview .e-group-columns {
1535
1544
  width: 100%;
1536
1545
  }
1546
+ .e-pivotview th.e-group-row .e-axis-row {
1547
+ display: inline-block;
1548
+ height: 100%;
1549
+ vertical-align: top;
1550
+ width: 100%;
1551
+ }
1537
1552
  .e-pivotview .e-group-row {
1538
1553
  padding: 0 !important;
1539
1554
  }
@@ -1693,7 +1708,7 @@
1693
1708
  .e-pivotview th .e-expand,
1694
1709
  .e-pivotview th .e-collapse {
1695
1710
  font-size: 10px !important;
1696
- margin-left: 0px;
1711
+ margin-left: 0;
1697
1712
  }
1698
1713
  .e-pivotview .e-expand::before {
1699
1714
  font-size: 20px;
@@ -4355,12 +4370,6 @@
4355
4370
  height: 36px;
4356
4371
  padding: 6px 12px;
4357
4372
  }
4358
- .e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
4359
- .e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
4360
- .e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
4361
- .e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
4362
- line-height: 1.5em;
4363
- }
4364
4373
  .e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
4365
4374
  .e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
4366
4375
  .e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
@@ -923,11 +923,16 @@
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;
935
+ width: 100%;
931
936
  }
932
937
  .e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
933
938
  -ms-flex-align: center;
@@ -986,6 +991,11 @@
986
991
  .e-pivotview .e-grid .e-gridheader {
987
992
  border-bottom-width: 1px;
988
993
  }
994
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
995
+ padding-bottom: 0;
996
+ padding-top: 0;
997
+ vertical-align: middle;
998
+ }
989
999
  .e-pivotview .e-gtot {
990
1000
  font-weight: 600;
991
1001
  }
@@ -1138,6 +1148,7 @@
1138
1148
  font-size: 20px;
1139
1149
  text-align: center;
1140
1150
  padding: 10%;
1151
+ pointer-events: none;
1141
1152
  }
1142
1153
  .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
1143
1154
  display: none;
@@ -1524,6 +1535,12 @@
1524
1535
  .e-pivotview .e-group-columns {
1525
1536
  width: 100%;
1526
1537
  }
1538
+ .e-pivotview th.e-group-row .e-axis-row {
1539
+ display: inline-block;
1540
+ height: 100%;
1541
+ vertical-align: top;
1542
+ width: 100%;
1543
+ }
1527
1544
  .e-pivotview .e-group-row {
1528
1545
  padding: 0 !important;
1529
1546
  }
@@ -1682,7 +1699,7 @@
1682
1699
  .e-pivotview th .e-expand,
1683
1700
  .e-pivotview th .e-collapse {
1684
1701
  font-size: 10px !important;
1685
- margin-left: 0px;
1702
+ margin-left: 0;
1686
1703
  }
1687
1704
  .e-pivotview .e-expand::before {
1688
1705
  font-size: 10px;
@@ -4173,6 +4190,7 @@
4173
4190
  border-top-right-radius: 0;
4174
4191
  padding-top: 20px;
4175
4192
  padding-bottom: 20px;
4193
+ padding: 20px;
4176
4194
  }
4177
4195
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content,
4178
4196
  .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
@@ -4291,12 +4309,6 @@
4291
4309
  height: 36px;
4292
4310
  padding: 6px 12px;
4293
4311
  }
4294
- .e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
4295
- .e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
4296
- .e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
4297
- .e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
4298
- line-height: 1.5em;
4299
- }
4300
4312
  .e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
4301
4313
  .e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
4302
4314
  .e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
package/styles/fabric.css CHANGED
@@ -923,11 +923,16 @@
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;
935
+ width: 100%;
931
936
  }
932
937
  .e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
933
938
  -ms-flex-align: center;
@@ -986,6 +991,11 @@
986
991
  .e-pivotview .e-grid .e-gridheader {
987
992
  border-bottom-width: 1px;
988
993
  }
994
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
995
+ padding-bottom: 0;
996
+ padding-top: 0;
997
+ vertical-align: middle;
998
+ }
989
999
  .e-pivotview .e-gtot {
990
1000
  font-weight: 600;
991
1001
  }
@@ -1138,6 +1148,7 @@
1138
1148
  font-size: 20px;
1139
1149
  text-align: center;
1140
1150
  padding: 10%;
1151
+ pointer-events: none;
1141
1152
  }
1142
1153
  .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
1143
1154
  display: none;
@@ -1524,6 +1535,12 @@
1524
1535
  .e-pivotview .e-group-columns {
1525
1536
  width: 100%;
1526
1537
  }
1538
+ .e-pivotview th.e-group-row .e-axis-row {
1539
+ display: inline-block;
1540
+ height: 100%;
1541
+ vertical-align: top;
1542
+ width: 100%;
1543
+ }
1527
1544
  .e-pivotview .e-group-row {
1528
1545
  padding: 0 !important;
1529
1546
  }
@@ -1682,7 +1699,7 @@
1682
1699
  .e-pivotview th .e-expand,
1683
1700
  .e-pivotview th .e-collapse {
1684
1701
  font-size: 12px !important;
1685
- margin-left: 0px;
1702
+ margin-left: 0;
1686
1703
  }
1687
1704
  .e-pivotview .e-expand::before {
1688
1705
  font-size: 10px;
@@ -4172,6 +4189,7 @@
4172
4189
  border-top-right-radius: 0;
4173
4190
  padding-top: 20px;
4174
4191
  padding-bottom: 20px;
4192
+ padding: 20px;
4175
4193
  }
4176
4194
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content,
4177
4195
  .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
@@ -4290,12 +4308,6 @@
4290
4308
  height: 36px;
4291
4309
  padding: 6px 12px;
4292
4310
  }
4293
- .e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
4294
- .e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
4295
- .e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
4296
- .e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
4297
- line-height: 1.5em;
4298
- }
4299
4311
  .e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
4300
4312
  .e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
4301
4313
  .e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
@@ -936,11 +936,16 @@
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;
948
+ width: 100%;
944
949
  }
945
950
  .e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
946
951
  -ms-flex-align: center;
@@ -999,6 +1004,11 @@
999
1004
  .e-pivotview .e-grid .e-gridheader {
1000
1005
  border-bottom-width: 1px;
1001
1006
  }
1007
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
1008
+ padding-bottom: 0;
1009
+ padding-top: 0;
1010
+ vertical-align: middle;
1011
+ }
1002
1012
  .e-pivotview .e-gtot {
1003
1013
  font-weight: 600;
1004
1014
  }
@@ -1152,6 +1162,7 @@
1152
1162
  font-size: 20px;
1153
1163
  text-align: center;
1154
1164
  padding: 10%;
1165
+ pointer-events: none;
1155
1166
  }
1156
1167
  .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
1157
1168
  display: none;
@@ -1163,8 +1174,6 @@
1163
1174
  .e-pivotview .e-grid .e-columnsheader {
1164
1175
  /* stylelint-disable */
1165
1176
  padding-left: 8px !important;
1166
- padding-top: 0px !important;
1167
- padding-bottom: 0px !important;
1168
1177
  }
1169
1178
  .e-pivotview .sf-grid .e-spinner-pane {
1170
1179
  z-index: 1 !important;
@@ -1545,6 +1554,12 @@
1545
1554
  .e-pivotview .e-group-columns {
1546
1555
  width: 100%;
1547
1556
  }
1557
+ .e-pivotview th.e-group-row .e-axis-row {
1558
+ display: inline-block;
1559
+ height: 100%;
1560
+ vertical-align: top;
1561
+ width: 100%;
1562
+ }
1548
1563
  .e-pivotview .e-group-row {
1549
1564
  padding: 0 !important;
1550
1565
  }
@@ -1704,7 +1719,7 @@
1704
1719
  .e-pivotview th .e-expand,
1705
1720
  .e-pivotview th .e-collapse {
1706
1721
  font-size: 10px !important;
1707
- margin-left: 0px;
1722
+ margin-left: 0;
1708
1723
  }
1709
1724
  .e-pivotview .e-expand::before {
1710
1725
  font-size: 18px;
@@ -4361,12 +4376,6 @@
4361
4376
  height: 36px;
4362
4377
  padding: 6px 12px;
4363
4378
  }
4364
- .e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
4365
- .e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
4366
- .e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
4367
- .e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
4368
- line-height: 1.5em;
4369
- }
4370
4379
  .e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
4371
4380
  .e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
4372
4381
  .e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,