@syncfusion/ej2-react-pivotview 22.2.11 → 23.1.36

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 (59) hide show
  1. package/CHANGELOG.md +15 -60
  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 +9 -9
  5. package/styles/bootstrap-dark.css +56 -20
  6. package/styles/bootstrap.css +57 -21
  7. package/styles/bootstrap4.css +56 -20
  8. package/styles/bootstrap5-dark.css +56 -22
  9. package/styles/bootstrap5.css +56 -22
  10. package/styles/fabric-dark.css +56 -22
  11. package/styles/fabric.css +56 -20
  12. package/styles/fluent-dark.css +56 -21
  13. package/styles/fluent.css +56 -21
  14. package/styles/highcontrast-light.css +55 -20
  15. package/styles/highcontrast.css +55 -20
  16. package/styles/material-dark.css +55 -20
  17. package/styles/material.css +55 -20
  18. package/styles/material3-dark.css +55 -22
  19. package/styles/material3.css +55 -21
  20. package/styles/pivotfieldlist/bootstrap-dark.css +1 -1
  21. package/styles/pivotfieldlist/bootstrap.css +1 -1
  22. package/styles/pivotfieldlist/bootstrap4.css +1 -1
  23. package/styles/pivotfieldlist/bootstrap5-dark.css +1 -1
  24. package/styles/pivotfieldlist/bootstrap5.css +1 -1
  25. package/styles/pivotfieldlist/fabric-dark.css +1 -1
  26. package/styles/pivotfieldlist/fabric.css +1 -1
  27. package/styles/pivotfieldlist/fluent-dark.css +1 -1
  28. package/styles/pivotfieldlist/fluent.css +1 -1
  29. package/styles/pivotfieldlist/highcontrast-light.css +1 -1
  30. package/styles/pivotfieldlist/highcontrast.css +1 -1
  31. package/styles/pivotfieldlist/material-dark.css +1 -2
  32. package/styles/pivotfieldlist/material.css +1 -2
  33. package/styles/pivotfieldlist/material3-dark.css +1 -2
  34. package/styles/pivotfieldlist/material3-dark.scss +1 -1
  35. package/styles/pivotfieldlist/material3.css +1 -2
  36. package/styles/pivotfieldlist/material3.scss +1 -1
  37. package/styles/pivotfieldlist/tailwind-dark.css +1 -2
  38. package/styles/pivotfieldlist/tailwind.css +1 -2
  39. package/styles/pivotview/bootstrap-dark.css +55 -19
  40. package/styles/pivotview/bootstrap.css +56 -20
  41. package/styles/pivotview/bootstrap4.css +55 -19
  42. package/styles/pivotview/bootstrap5-dark.css +55 -21
  43. package/styles/pivotview/bootstrap5.css +55 -21
  44. package/styles/pivotview/fabric-dark.css +55 -21
  45. package/styles/pivotview/fabric.css +55 -19
  46. package/styles/pivotview/fluent-dark.css +55 -20
  47. package/styles/pivotview/fluent.css +55 -20
  48. package/styles/pivotview/highcontrast-light.css +54 -19
  49. package/styles/pivotview/highcontrast.css +54 -19
  50. package/styles/pivotview/material-dark.css +54 -19
  51. package/styles/pivotview/material.css +54 -19
  52. package/styles/pivotview/material3-dark.css +54 -20
  53. package/styles/pivotview/material3-dark.scss +1 -1
  54. package/styles/pivotview/material3.css +54 -20
  55. package/styles/pivotview/material3.scss +1 -1
  56. package/styles/pivotview/tailwind-dark.css +54 -21
  57. package/styles/pivotview/tailwind.css +54 -21
  58. package/styles/tailwind-dark.css +55 -23
  59. package/styles/tailwind.css +55 -23
package/CHANGELOG.md CHANGED
@@ -2,72 +2,27 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## 22.2.10 (2023-08-22)
5
+ ### PivotTable
6
6
 
7
- ### Pivot Table
8
-
9
- #### Bug fixes
10
-
11
- - The issue with server side rendering in next.js has been resolved.
12
-
13
- ## 22.2.9 (2023-08-15)
14
-
15
- ### Pivot Table
16
-
17
- #### Bug fixes
18
-
19
- - `I489341` - The toolbar menu items will now be properly displayed in the pivot table with the material dark theme.
20
-
21
- ## 22.2.8 (2023-08-08)
22
-
23
- ### Pivot Table
24
-
25
- #### Bug fixes
26
-
27
- - `I485463` - The pivot table can now be properly rendered when sorting is applied with virtualization.
28
- - `I486436` - The pivot chart can now be properly rendered with remote data binding.
29
- - `F183726` - The "multiLevelLabelRender" event will now work properly in the Angular pivot table.
30
-
31
- ## 22.2.7 (2023-08-02)
32
-
33
- ### Pivot Table
34
-
35
- #### Bug fixes
36
-
37
- - `I459099` - The pivot table can now be rendered properly with the reordering feature.
38
-
39
- ## 22.2.5 (2023-07-27)
40
-
41
- ### Pivot Table
42
-
43
- #### Bug fixes
44
-
45
- - `I471218` - The value sort icon in the pivot table is now properly positioned with larger column text.
46
- - `F183271` - When defer layout update is enabled, the pivot table now renders properly with the pivot chart.
47
- - `I463929` - When enabling virtualization dynamically at runtime, the pivot table will now render properly.
48
-
49
- #### Features
50
-
51
- - `I398184` - Provided support to customize the column width when exporting the pivot table to a PDF document.
52
-
53
- ## 22.1.39 (2023-07-18)
54
-
55
- ### Pivot Table
56
-
57
- #### Bug fixes
58
-
59
- - `#F183090` - Columns can now be hidden specifically with an OLAP data source.
7
+ #### Breaking Changes
60
8
 
61
- ## 22.1.36 (2023-06-28)
9
+ - 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.
10
+ - Because the DOM structure of the pivot table has changed, the following classes included elements have been removed and can now be identified using the classes listed below.
11
+ - The frozen and moveable header elements have now been identified within the `e-gridheader` element using the class names shown below.
62
12
 
63
- ### Pivot Table
13
+ | Previous | Now | Description |
14
+ |---|---|---|
15
+ | `e-frozenheader > e-table > th.e-headercell` | `e-table > th.e-leftfreeze.e-headercell` | Element defining the frozen column header. |
16
+ | `e-movableheader > e-table > th.e-headercell` | `e-table > th.e-unfreeze.e-headercell` | Element defining the moveable column header. |
64
17
 
65
- #### Bug fixes
18
+ - The frozen and moveable content elements have now been identified within the `e-gridcontent` element using the class names shown below.
66
19
 
67
- - `#I473176` - The issue with the spinner not being properly hidden on the pivot table when the drillthrough popup was closed with server-side engine has now been resolved.
68
- - `#I461804` - When we bind fields from the same hierarchy, drill down/up will now work properly in the pivot table with an OLAP data.
20
+ | Previous | Now | Description |
21
+ |---|---|---|
22
+ | `e-frozencontent > e-table > th.e-rowcell` | `e-table > th.e-leftfreeze.e-rowcell` | Element defining the frozen content (aka, row headers). |
23
+ | `e-movablecontent > e-table > th.e-rowcell` | `e-table > th.e-unfreeze.e-rowcell` | Element defining the moveable content (aka, values). |
69
24
 
70
- ## 22.1.34 (2023-06-21)
25
+ ## 22.1.34 (2023-01-21)
71
26
 
72
27
  ### Pivot Table
73
28
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pivotview.min.js
3
- * version : 22.2.11
3
+ * version : 23.1.36
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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 : 22.2.11
3
+ * version : 23.1.36
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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@22.2.10",
3
+ "_id": "@syncfusion/ej2-react-pivotview@20.16.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-MxVXpziUt2LjT+danBwuvSOrVpZtts7Z99+wrbx9Xeb3lPEjkN2eiyHthgkyAFY4wu6XoCbFhvAGhKY/fdUpeQ==",
5
+ "_integrity": "sha512-x6gStlqQlMQkseV0GfVd5iY76sBgagnf1oKArxcRkETEAEcswc4POFIyd8ym9AfqSG/9CHU+aj24EFC1ls5ZpQ==",
6
6
  "_location": "/@syncfusion/ej2-react-pivotview",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-22.2.10.tgz",
23
- "_shasum": "ab3c5296cf597711a6edaec6622ad75434c0daaa",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-20.16.4.tgz",
23
+ "_shasum": "79a793e8408cb110f2faa51d2d348b1c5552fc68",
24
24
  "_spec": "@syncfusion/ej2-react-pivotview@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~22.2.10",
35
- "@syncfusion/ej2-pivotview": "22.2.11",
36
- "@syncfusion/ej2-react-base": "~22.2.5"
34
+ "@syncfusion/ej2-base": "~23.1.36",
35
+ "@syncfusion/ej2-pivotview": "23.1.36",
36
+ "@syncfusion/ej2-react-base": "~23.1.36"
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": "22.2.11",
56
+ "version": "23.1.36",
57
57
  "sideEffects": false
58
58
  }
@@ -162,6 +162,8 @@
162
162
  /* stylelint-disable */
163
163
  /* stylelint-enable */
164
164
  /* stylelint-enable */
165
+ /* stylelint-disable */
166
+ /* stylelint-enable */
165
167
  }
166
168
  .e-pivotview .e-value-field-settings,
167
169
  .e-pivotview .e-member-editor-dialog,
@@ -627,6 +629,9 @@
627
629
  .e-pivotview .e-frozenscrollbar {
628
630
  background: #131313;
629
631
  }
632
+ .e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
633
+ -webkit-transform: translate3d(0, 0, 0);
634
+ }
630
635
 
631
636
  .e-pivotview-disable-icon {
632
637
  visibility: hidden;
@@ -901,7 +906,6 @@
901
906
 
902
907
  /*! PivotView theme */
903
908
  .e-pivotview {
904
- /* stylelint-enable */
905
909
  /* stylelint-enable */
906
910
  /* stylelint-disable */
907
911
  /* stylelint-enable */
@@ -912,6 +916,8 @@
912
916
  /* stylelint-enable */
913
917
  }
914
918
  .e-pivotview .e-pivotcell-container {
919
+ -ms-flex-align: center;
920
+ align-items: center;
915
921
  display: -ms-flexbox;
916
922
  display: flex;
917
923
  }
@@ -957,14 +963,23 @@
957
963
  -ms-user-select: none;
958
964
  user-select: none;
959
965
  }
966
+ .e-pivotview .e-grid .e-content-virtualtable {
967
+ overflow-x: auto;
968
+ scrollbar-width: none; /* firefox */
969
+ }
970
+ .e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
971
+ display: none; /* safari, chrome and edge */
972
+ }
960
973
  .e-pivotview .e-gtot,
961
974
  .e-pivotview .e-gtot.e-rowsheader,
962
975
  .e-pivotview .e-gtot.e-columnsheader,
963
976
  .e-pivotview .e-grid .e-content,
964
- .e-pivotview .e-grid .e-gridheader,
965
- .e-pivotview .e-headercell {
977
+ .e-pivotview .e-grid .e-gridheader {
966
978
  background: #131313;
967
979
  }
980
+ .e-pivotview .e-headercell:not(.e-columnsheader) {
981
+ background: #131313 !important;
982
+ }
968
983
  .e-pivotview .e-grid .e-gridheader {
969
984
  border-bottom-width: 1px;
970
985
  }
@@ -1057,9 +1072,6 @@
1057
1072
  .e-pivotview .e-drop-indicator {
1058
1073
  display: block;
1059
1074
  }
1060
- .e-pivotview div.e-cellvalue {
1061
- margin-top: 5px;
1062
- }
1063
1075
  .e-pivotview .e-sortfilterdiv .e-value-sort-icon {
1064
1076
  float: right;
1065
1077
  }
@@ -1069,10 +1081,17 @@
1069
1081
  .e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
1070
1082
  display: none;
1071
1083
  }
1072
- .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
1084
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
1085
+ margin: -28px 0 !important;
1086
+ }
1087
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
1073
1088
  margin: -11px 0 !important;
1089
+ }
1090
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
1091
+ margin: 0 !important;
1074
1092
  margin-left: auto !important;
1075
- margin-top: 5px !important;
1093
+ padding-bottom: 0 !important;
1094
+ padding-top: 0 !important;
1076
1095
  }
1077
1096
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
1078
1097
  margin: -20px 0 !important;
@@ -1107,9 +1126,25 @@
1107
1126
  }
1108
1127
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1109
1128
  visibility: hidden !important;
1129
+ /* stylelint-enable */
1130
+ }
1131
+ .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
1132
+ position: absolute;
1133
+ z-index: 10;
1134
+ color: #0070f0;
1135
+ font-size: 20px;
1136
+ text-align: center;
1137
+ padding: 10%;
1138
+ }
1139
+ .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
1140
+ display: none;
1141
+ }
1142
+ .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1143
+ visibility: hidden;
1110
1144
  }
1111
1145
  .e-pivotview .e-grid .e-headercelldiv,
1112
1146
  .e-pivotview .e-grid .e-columnsheader {
1147
+ /* stylelint-disable */
1113
1148
  padding-left: 8px !important;
1114
1149
  }
1115
1150
  .e-pivotview .sf-grid .e-spinner-pane {
@@ -1130,6 +1165,14 @@
1130
1165
  border-left: 0;
1131
1166
  border-right-width: 1px;
1132
1167
  }
1168
+ .e-pivotview .e-leftfreeze.e-freezeleftborder {
1169
+ border-left-color: #414141 !important;
1170
+ border-right-color: #414141 !important;
1171
+ border-right-width: 1px !important;
1172
+ }
1173
+ .e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
1174
+ background: #131313;
1175
+ }
1133
1176
  .e-pivotview .e-stackedheadercelldiv {
1134
1177
  display: block;
1135
1178
  }
@@ -1137,7 +1180,6 @@
1137
1180
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1138
1181
  display: inline-block;
1139
1182
  padding-left: 12px !important;
1140
- margin-top: 5px;
1141
1183
  }
1142
1184
  .e-pivotview .e-headercelldiv.e-cellvalue {
1143
1185
  margin-left: 0px;
@@ -1634,8 +1676,6 @@
1634
1676
  cursor: pointer;
1635
1677
  display: inline-block;
1636
1678
  height: 18px;
1637
- margin-top: 5px;
1638
- margin-bottom: 0;
1639
1679
  text-align: center;
1640
1680
  width: 18px;
1641
1681
  }
@@ -1643,8 +1683,6 @@
1643
1683
  .e-pivotview th .e-collapse {
1644
1684
  font-size: 12px !important;
1645
1685
  margin-left: 0px;
1646
- margin-top: 6px;
1647
- margin-bottom: 0;
1648
1686
  }
1649
1687
  .e-pivotview .e-expand::before {
1650
1688
  font-size: 10px;
@@ -2008,6 +2046,10 @@
2008
2046
  border-left-width: 1px;
2009
2047
  border-right: 0;
2010
2048
  }
2049
+ .e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
2050
+ border-left-width: 1px;
2051
+ border-right: 0;
2052
+ }
2011
2053
  .e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
2012
2054
  margin-left: 0;
2013
2055
  margin-right: 7px;
@@ -2240,12 +2282,6 @@
2240
2282
  .e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
2241
2283
  padding-left: 16px !important;
2242
2284
  }
2243
- .e-bigger .e-pivotview th .e-expand,
2244
- .e-bigger .e-pivotview th .e-collapse,
2245
- .e-bigger.e-pivotview th .e-expand,
2246
- .e-bigger.e-pivotview th .e-collapse {
2247
- margin-top: 6px;
2248
- }
2249
2285
  .e-bigger .e-pivotview .e-grouping-bar,
2250
2286
  .e-bigger.e-pivotview .e-grouping-bar {
2251
2287
  /* stylelint-enable */
@@ -3218,7 +3254,7 @@
3218
3254
  width: 100% !important;
3219
3255
  }
3220
3256
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
3221
- margin-left: 0;
3257
+ margin-left: 0 !important;
3222
3258
  }
3223
3259
  .e-pivot-formatting-dialog.e-device .e-format-value1,
3224
3260
  .e-pivot-formatting-dialog.e-device .e-format-value2,
@@ -161,6 +161,8 @@
161
161
  /* stylelint-disable */
162
162
  /* stylelint-enable */
163
163
  /* stylelint-enable */
164
+ /* stylelint-disable */
165
+ /* stylelint-enable */
164
166
  }
165
167
  .e-pivotview .e-value-field-settings,
166
168
  .e-pivotview .e-member-editor-dialog,
@@ -626,6 +628,9 @@
626
628
  .e-pivotview .e-frozenscrollbar {
627
629
  background: #f5f5f5;
628
630
  }
631
+ .e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
632
+ -webkit-transform: translate3d(0, 0, 0);
633
+ }
629
634
 
630
635
  .e-pivotview-disable-icon {
631
636
  visibility: hidden;
@@ -900,7 +905,6 @@
900
905
 
901
906
  /*! PivotView theme */
902
907
  .e-pivotview {
903
- /* stylelint-enable */
904
908
  /* stylelint-enable */
905
909
  /* stylelint-disable */
906
910
  /* stylelint-enable */
@@ -911,6 +915,8 @@
911
915
  /* stylelint-enable */
912
916
  }
913
917
  .e-pivotview .e-pivotcell-container {
918
+ -ms-flex-align: center;
919
+ align-items: center;
914
920
  display: -ms-flexbox;
915
921
  display: flex;
916
922
  }
@@ -956,14 +962,23 @@
956
962
  -ms-user-select: none;
957
963
  user-select: none;
958
964
  }
965
+ .e-pivotview .e-grid .e-content-virtualtable {
966
+ overflow-x: auto;
967
+ scrollbar-width: none; /* firefox */
968
+ }
969
+ .e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
970
+ display: none; /* safari, chrome and edge */
971
+ }
959
972
  .e-pivotview .e-gtot,
960
973
  .e-pivotview .e-gtot.e-rowsheader,
961
974
  .e-pivotview .e-gtot.e-columnsheader,
962
975
  .e-pivotview .e-grid .e-content,
963
- .e-pivotview .e-grid .e-gridheader,
964
- .e-pivotview .e-headercell {
976
+ .e-pivotview .e-grid .e-gridheader {
965
977
  background: #f5f5f5;
966
978
  }
979
+ .e-pivotview .e-headercell:not(.e-columnsheader) {
980
+ background: #f5f5f5 !important;
981
+ }
967
982
  .e-pivotview .e-grid .e-gridheader {
968
983
  border-bottom-width: 1px;
969
984
  }
@@ -1056,9 +1071,6 @@
1056
1071
  .e-pivotview .e-drop-indicator {
1057
1072
  display: block;
1058
1073
  }
1059
- .e-pivotview div.e-cellvalue {
1060
- margin-top: 5px;
1061
- }
1062
1074
  .e-pivotview .e-sortfilterdiv .e-value-sort-icon {
1063
1075
  float: right;
1064
1076
  }
@@ -1068,10 +1080,17 @@
1068
1080
  .e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
1069
1081
  display: none;
1070
1082
  }
1071
- .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
1083
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
1084
+ margin: -28px 0 !important;
1085
+ }
1086
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
1072
1087
  margin: -11px 0 !important;
1088
+ }
1089
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
1090
+ margin: 0 !important;
1073
1091
  margin-left: auto !important;
1074
- margin-top: 5px !important;
1092
+ padding-bottom: 0 !important;
1093
+ padding-top: 0 !important;
1075
1094
  }
1076
1095
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
1077
1096
  margin: -20px 0 !important;
@@ -1106,9 +1125,25 @@
1106
1125
  }
1107
1126
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1108
1127
  visibility: hidden !important;
1128
+ /* stylelint-enable */
1129
+ }
1130
+ .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
1131
+ position: absolute;
1132
+ z-index: 10;
1133
+ color: #317ab9;
1134
+ font-size: 20px;
1135
+ text-align: center;
1136
+ padding: 10%;
1137
+ }
1138
+ .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
1139
+ display: none;
1140
+ }
1141
+ .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1142
+ visibility: hidden;
1109
1143
  }
1110
1144
  .e-pivotview .e-grid .e-headercelldiv,
1111
1145
  .e-pivotview .e-grid .e-columnsheader {
1146
+ /* stylelint-disable */
1112
1147
  padding-left: 8px !important;
1113
1148
  }
1114
1149
  .e-pivotview .sf-grid .e-spinner-pane {
@@ -1129,6 +1164,14 @@
1129
1164
  border-left: 0;
1130
1165
  border-right-width: 1px;
1131
1166
  }
1167
+ .e-pivotview .e-leftfreeze.e-freezeleftborder {
1168
+ border-left-color: #e6e6e6 !important;
1169
+ border-right-color: #e6e6e6 !important;
1170
+ border-right-width: 1px !important;
1171
+ }
1172
+ .e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
1173
+ background: #f9f9f9;
1174
+ }
1132
1175
  .e-pivotview .e-stackedheadercelldiv {
1133
1176
  display: block;
1134
1177
  }
@@ -1136,7 +1179,6 @@
1136
1179
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1137
1180
  display: inline-block;
1138
1181
  padding-left: 12px !important;
1139
- margin-top: 5px;
1140
1182
  }
1141
1183
  .e-pivotview .e-headercelldiv.e-cellvalue {
1142
1184
  margin-left: 0px;
@@ -1633,8 +1675,6 @@
1633
1675
  cursor: pointer;
1634
1676
  display: inline-block;
1635
1677
  height: 18px;
1636
- margin-top: 5px;
1637
- margin-bottom: 0;
1638
1678
  text-align: center;
1639
1679
  width: 18px;
1640
1680
  }
@@ -1642,8 +1682,6 @@
1642
1682
  .e-pivotview th .e-collapse {
1643
1683
  font-size: 11px !important;
1644
1684
  margin-left: 0px;
1645
- margin-top: 6px;
1646
- margin-bottom: 0;
1647
1685
  }
1648
1686
  .e-pivotview .e-expand::before {
1649
1687
  font-size: 10px;
@@ -2007,6 +2045,10 @@
2007
2045
  border-left-width: 1px;
2008
2046
  border-right: 0;
2009
2047
  }
2048
+ .e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
2049
+ border-left-width: 1px;
2050
+ border-right: 0;
2051
+ }
2010
2052
  .e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
2011
2053
  margin-left: 0;
2012
2054
  margin-right: 7px;
@@ -2139,7 +2181,7 @@
2139
2181
  }
2140
2182
 
2141
2183
  .e-pivottooltip p {
2142
- color: #333;
2184
+ color: #fff;
2143
2185
  display: inline-block;
2144
2186
  font-family: Helvetica;
2145
2187
  font-size: 14px;
@@ -2239,12 +2281,6 @@
2239
2281
  .e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
2240
2282
  padding-left: 16px !important;
2241
2283
  }
2242
- .e-bigger .e-pivotview th .e-expand,
2243
- .e-bigger .e-pivotview th .e-collapse,
2244
- .e-bigger.e-pivotview th .e-expand,
2245
- .e-bigger.e-pivotview th .e-collapse {
2246
- margin-top: 6px;
2247
- }
2248
2284
  .e-bigger .e-pivotview .e-grouping-bar,
2249
2285
  .e-bigger.e-pivotview .e-grouping-bar {
2250
2286
  /* stylelint-enable */
@@ -3215,7 +3251,7 @@
3215
3251
  width: 100% !important;
3216
3252
  }
3217
3253
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
3218
- margin-left: 0;
3254
+ margin-left: 0 !important;
3219
3255
  }
3220
3256
  .e-pivot-formatting-dialog.e-device .e-format-value1,
3221
3257
  .e-pivot-formatting-dialog.e-device .e-format-value2,