@syncfusion/ej2-vue-pivotview 22.2.12 → 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 (61) hide show
  1. package/CHANGELOG.md +14 -74
  2. package/dist/ej2-vue-pivotview.umd.min.js +1 -1
  3. package/dist/global/ej2-vue-pivotview.min.js +2 -2
  4. package/package.json +9 -9
  5. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -1
  6. package/src/pivotview/pivotview.component.d.ts +3 -1
  7. package/styles/bootstrap-dark.css +56 -20
  8. package/styles/bootstrap.css +57 -21
  9. package/styles/bootstrap4.css +56 -20
  10. package/styles/bootstrap5-dark.css +56 -22
  11. package/styles/bootstrap5.css +56 -22
  12. package/styles/fabric-dark.css +56 -22
  13. package/styles/fabric.css +56 -20
  14. package/styles/fluent-dark.css +56 -21
  15. package/styles/fluent.css +56 -21
  16. package/styles/highcontrast-light.css +55 -20
  17. package/styles/highcontrast.css +55 -20
  18. package/styles/material-dark.css +55 -20
  19. package/styles/material.css +55 -20
  20. package/styles/material3-dark.css +55 -22
  21. package/styles/material3.css +55 -21
  22. package/styles/pivotfieldlist/bootstrap-dark.css +1 -1
  23. package/styles/pivotfieldlist/bootstrap.css +1 -1
  24. package/styles/pivotfieldlist/bootstrap4.css +1 -1
  25. package/styles/pivotfieldlist/bootstrap5-dark.css +1 -1
  26. package/styles/pivotfieldlist/bootstrap5.css +1 -1
  27. package/styles/pivotfieldlist/fabric-dark.css +1 -1
  28. package/styles/pivotfieldlist/fabric.css +1 -1
  29. package/styles/pivotfieldlist/fluent-dark.css +1 -1
  30. package/styles/pivotfieldlist/fluent.css +1 -1
  31. package/styles/pivotfieldlist/highcontrast-light.css +1 -1
  32. package/styles/pivotfieldlist/highcontrast.css +1 -1
  33. package/styles/pivotfieldlist/material-dark.css +1 -2
  34. package/styles/pivotfieldlist/material.css +1 -2
  35. package/styles/pivotfieldlist/material3-dark.css +1 -2
  36. package/styles/pivotfieldlist/material3-dark.scss +1 -1
  37. package/styles/pivotfieldlist/material3.css +1 -2
  38. package/styles/pivotfieldlist/material3.scss +1 -1
  39. package/styles/pivotfieldlist/tailwind-dark.css +1 -2
  40. package/styles/pivotfieldlist/tailwind.css +1 -2
  41. package/styles/pivotview/bootstrap-dark.css +55 -19
  42. package/styles/pivotview/bootstrap.css +56 -20
  43. package/styles/pivotview/bootstrap4.css +55 -19
  44. package/styles/pivotview/bootstrap5-dark.css +55 -21
  45. package/styles/pivotview/bootstrap5.css +55 -21
  46. package/styles/pivotview/fabric-dark.css +55 -21
  47. package/styles/pivotview/fabric.css +55 -19
  48. package/styles/pivotview/fluent-dark.css +55 -20
  49. package/styles/pivotview/fluent.css +55 -20
  50. package/styles/pivotview/highcontrast-light.css +54 -19
  51. package/styles/pivotview/highcontrast.css +54 -19
  52. package/styles/pivotview/material-dark.css +54 -19
  53. package/styles/pivotview/material.css +54 -19
  54. package/styles/pivotview/material3-dark.css +54 -20
  55. package/styles/pivotview/material3-dark.scss +1 -1
  56. package/styles/pivotview/material3.css +54 -20
  57. package/styles/pivotview/material3.scss +1 -1
  58. package/styles/pivotview/tailwind-dark.css +54 -21
  59. package/styles/pivotview/tailwind.css +54 -21
  60. package/styles/tailwind-dark.css +55 -23
  61. package/styles/tailwind.css +55 -23
package/styles/fabric.css CHANGED
@@ -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,
@@ -630,6 +632,9 @@
630
632
  .e-pivotview .e-frozenscrollbar {
631
633
  background: #f4f4f4;
632
634
  }
635
+ .e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
636
+ -webkit-transform: translate3d(0, 0, 0);
637
+ }
633
638
 
634
639
  .e-pivotview-disable-icon {
635
640
  visibility: hidden;
@@ -904,7 +909,6 @@
904
909
 
905
910
  /*! PivotView theme */
906
911
  .e-pivotview {
907
- /* stylelint-enable */
908
912
  /* stylelint-enable */
909
913
  /* stylelint-disable */
910
914
  /* stylelint-enable */
@@ -915,6 +919,8 @@
915
919
  /* stylelint-enable */
916
920
  }
917
921
  .e-pivotview .e-pivotcell-container {
922
+ -ms-flex-align: center;
923
+ align-items: center;
918
924
  display: -ms-flexbox;
919
925
  display: flex;
920
926
  }
@@ -960,14 +966,23 @@
960
966
  -ms-user-select: none;
961
967
  user-select: none;
962
968
  }
969
+ .e-pivotview .e-grid .e-content-virtualtable {
970
+ overflow-x: auto;
971
+ scrollbar-width: none; /* firefox */
972
+ }
973
+ .e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
974
+ display: none; /* safari, chrome and edge */
975
+ }
963
976
  .e-pivotview .e-gtot,
964
977
  .e-pivotview .e-gtot.e-rowsheader,
965
978
  .e-pivotview .e-gtot.e-columnsheader,
966
979
  .e-pivotview .e-grid .e-content,
967
- .e-pivotview .e-grid .e-gridheader,
968
- .e-pivotview .e-headercell {
980
+ .e-pivotview .e-grid .e-gridheader {
969
981
  background: #f4f4f4;
970
982
  }
983
+ .e-pivotview .e-headercell:not(.e-columnsheader) {
984
+ background: #f4f4f4 !important;
985
+ }
971
986
  .e-pivotview .e-grid .e-gridheader {
972
987
  border-bottom-width: 1px;
973
988
  }
@@ -1060,9 +1075,6 @@
1060
1075
  .e-pivotview .e-drop-indicator {
1061
1076
  display: block;
1062
1077
  }
1063
- .e-pivotview div.e-cellvalue {
1064
- margin-top: 5px;
1065
- }
1066
1078
  .e-pivotview .e-sortfilterdiv .e-value-sort-icon {
1067
1079
  float: right;
1068
1080
  }
@@ -1072,10 +1084,17 @@
1072
1084
  .e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
1073
1085
  display: none;
1074
1086
  }
1075
- .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 {
1087
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
1088
+ margin: -15px 0 !important;
1089
+ }
1090
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
1076
1091
  margin: 2px 0 !important;
1092
+ }
1093
+ .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 {
1094
+ margin: 0 !important;
1077
1095
  margin-left: auto !important;
1078
- margin-top: 5px !important;
1096
+ padding-bottom: 0 !important;
1097
+ padding-top: 0 !important;
1079
1098
  }
1080
1099
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
1081
1100
  margin: -5px 0 !important;
@@ -1110,9 +1129,25 @@
1110
1129
  }
1111
1130
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1112
1131
  visibility: hidden !important;
1132
+ /* stylelint-enable */
1133
+ }
1134
+ .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
1135
+ position: absolute;
1136
+ z-index: 10;
1137
+ color: #0078d6;
1138
+ font-size: 20px;
1139
+ text-align: center;
1140
+ padding: 10%;
1141
+ }
1142
+ .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
1143
+ display: none;
1144
+ }
1145
+ .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1146
+ visibility: hidden;
1113
1147
  }
1114
1148
  .e-pivotview .e-grid .e-headercelldiv,
1115
1149
  .e-pivotview .e-grid .e-columnsheader {
1150
+ /* stylelint-disable */
1116
1151
  padding-left: 8px !important;
1117
1152
  }
1118
1153
  .e-pivotview .sf-grid .e-spinner-pane {
@@ -1133,6 +1168,14 @@
1133
1168
  border-left: 0;
1134
1169
  border-right-width: 1px;
1135
1170
  }
1171
+ .e-pivotview .e-leftfreeze.e-freezeleftborder {
1172
+ border-left-color: #dadada !important;
1173
+ border-right-color: #dadada !important;
1174
+ border-right-width: 1px !important;
1175
+ }
1176
+ .e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
1177
+ background: #f8f8f8;
1178
+ }
1136
1179
  .e-pivotview .e-stackedheadercelldiv {
1137
1180
  display: block;
1138
1181
  }
@@ -1140,7 +1183,6 @@
1140
1183
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1141
1184
  display: inline-block;
1142
1185
  padding-left: 12px !important;
1143
- margin-top: 5px;
1144
1186
  }
1145
1187
  .e-pivotview .e-stackedheadercelldiv {
1146
1188
  padding: 0 0 0 1px !important;
@@ -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: 7px;
1647
- margin-bottom: 0;
1648
1686
  }
1649
1687
  .e-pivotview .e-expand::before {
1650
1688
  font-size: 10px;
@@ -2009,6 +2047,10 @@
2009
2047
  border-left-width: 1px;
2010
2048
  border-right: 0;
2011
2049
  }
2050
+ .e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
2051
+ border-left-width: 1px;
2052
+ border-right: 0;
2053
+ }
2012
2054
  .e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
2013
2055
  margin-left: 0;
2014
2056
  margin-right: 7px;
@@ -2241,12 +2283,6 @@
2241
2283
  .e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
2242
2284
  padding-left: 16px !important;
2243
2285
  }
2244
- .e-bigger .e-pivotview th .e-expand,
2245
- .e-bigger .e-pivotview th .e-collapse,
2246
- .e-bigger.e-pivotview th .e-expand,
2247
- .e-bigger.e-pivotview th .e-collapse {
2248
- margin-top: 7px;
2249
- }
2250
2286
  .e-bigger .e-pivotview .e-grouping-bar,
2251
2287
  .e-bigger.e-pivotview .e-grouping-bar {
2252
2288
  /* stylelint-enable */
@@ -3217,7 +3253,7 @@
3217
3253
  width: 100% !important;
3218
3254
  }
3219
3255
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
3220
- margin-left: 0;
3256
+ margin-left: 0 !important;
3221
3257
  }
3222
3258
  .e-pivot-formatting-dialog.e-device .e-format-value1,
3223
3259
  .e-pivot-formatting-dialog.e-device .e-format-value2,
@@ -158,6 +158,8 @@
158
158
  /* stylelint-disable */
159
159
  /* stylelint-enable */
160
160
  /* stylelint-enable */
161
+ /* stylelint-disable */
162
+ /* stylelint-enable */
161
163
  }
162
164
  .e-pivotview .e-value-field-settings,
163
165
  .e-pivotview .e-member-editor-dialog,
@@ -642,6 +644,9 @@
642
644
  .e-pivotview .e-frozenscrollbar {
643
645
  background: #201f1e;
644
646
  }
647
+ .e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
648
+ -webkit-transform: translate3d(0, 0, 0);
649
+ }
645
650
 
646
651
  .e-pivotview-disable-icon {
647
652
  visibility: hidden;
@@ -917,7 +922,6 @@
917
922
 
918
923
  /*! PivotView theme */
919
924
  .e-pivotview {
920
- /* stylelint-enable */
921
925
  /* stylelint-enable */
922
926
  /* stylelint-disable */
923
927
  /* stylelint-enable */
@@ -928,6 +932,8 @@
928
932
  /* stylelint-enable */
929
933
  }
930
934
  .e-pivotview .e-pivotcell-container {
935
+ -ms-flex-align: center;
936
+ align-items: center;
931
937
  display: -ms-flexbox;
932
938
  display: flex;
933
939
  }
@@ -973,14 +979,23 @@
973
979
  -ms-user-select: none;
974
980
  user-select: none;
975
981
  }
982
+ .e-pivotview .e-grid .e-content-virtualtable {
983
+ overflow-x: auto;
984
+ scrollbar-width: none; /* firefox */
985
+ }
986
+ .e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
987
+ display: none; /* safari, chrome and edge */
988
+ }
976
989
  .e-pivotview .e-gtot,
977
990
  .e-pivotview .e-gtot.e-rowsheader,
978
991
  .e-pivotview .e-gtot.e-columnsheader,
979
992
  .e-pivotview .e-grid .e-content,
980
- .e-pivotview .e-grid .e-gridheader,
981
- .e-pivotview .e-headercell {
993
+ .e-pivotview .e-grid .e-gridheader {
982
994
  background: #201f1e;
983
995
  }
996
+ .e-pivotview .e-headercell:not(.e-columnsheader) {
997
+ background: #201f1e !important;
998
+ }
984
999
  .e-pivotview .e-grid .e-gridheader {
985
1000
  border-bottom-width: 1px;
986
1001
  }
@@ -1073,9 +1088,6 @@
1073
1088
  .e-pivotview .e-drop-indicator {
1074
1089
  display: block;
1075
1090
  }
1076
- .e-pivotview div.e-cellvalue {
1077
- margin-top: 1px;
1078
- }
1079
1091
  .e-pivotview .e-sortfilterdiv .e-value-sort-icon {
1080
1092
  float: right;
1081
1093
  font-size: 14px !important;
@@ -1086,10 +1098,17 @@
1086
1098
  .e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
1087
1099
  display: none;
1088
1100
  }
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 {
1101
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
1102
+ margin: -33px 0 !important;
1103
+ }
1104
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
1090
1105
  margin: -11px 0 !important;
1106
+ }
1107
+ .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 {
1108
+ margin: 0 !important;
1091
1109
  margin-left: auto !important;
1092
- margin-top: 1px !important;
1110
+ padding-bottom: 0 !important;
1111
+ padding-top: 0 !important;
1093
1112
  }
1094
1113
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
1095
1114
  margin: -20px 0 !important;
@@ -1124,9 +1143,25 @@
1124
1143
  }
1125
1144
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1126
1145
  visibility: hidden !important;
1146
+ /* stylelint-enable */
1147
+ }
1148
+ .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
1149
+ position: absolute;
1150
+ z-index: 10;
1151
+ color: #0078d4;
1152
+ font-size: 20px;
1153
+ text-align: center;
1154
+ padding: 10%;
1155
+ }
1156
+ .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
1157
+ display: none;
1158
+ }
1159
+ .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1160
+ visibility: hidden;
1127
1161
  }
1128
1162
  .e-pivotview .e-grid .e-headercelldiv,
1129
1163
  .e-pivotview .e-grid .e-columnsheader {
1164
+ /* stylelint-disable */
1130
1165
  padding-left: 8px !important;
1131
1166
  padding-top: 0px !important;
1132
1167
  padding-bottom: 0px !important;
@@ -1149,6 +1184,14 @@
1149
1184
  border-left: 0;
1150
1185
  border-right-width: 1px;
1151
1186
  }
1187
+ .e-pivotview .e-leftfreeze.e-freezeleftborder {
1188
+ border-left-color: #292827 !important;
1189
+ border-right-color: #292827 !important;
1190
+ border-right-width: 1px !important;
1191
+ }
1192
+ .e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
1193
+ background: #201f1e;
1194
+ }
1152
1195
  .e-pivotview .e-stackedheadercelldiv {
1153
1196
  display: block;
1154
1197
  }
@@ -1156,8 +1199,6 @@
1156
1199
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1157
1200
  display: inline-block;
1158
1201
  padding-left: 12px !important;
1159
- margin-top: 5px;
1160
- margin-top: 1px;
1161
1202
  }
1162
1203
  .e-pivotview .e-stackedheadercelldiv {
1163
1204
  padding: 0 0 0 1px !important;
@@ -1656,8 +1697,6 @@
1656
1697
  cursor: pointer;
1657
1698
  display: inline-block;
1658
1699
  height: 18px;
1659
- margin-top: 0;
1660
- margin-bottom: 2px;
1661
1700
  text-align: center;
1662
1701
  width: 18px;
1663
1702
  vertical-align: middle;
@@ -1666,8 +1705,6 @@
1666
1705
  .e-pivotview th .e-collapse {
1667
1706
  font-size: 10px !important;
1668
1707
  margin-left: 0px;
1669
- margin-top: 0;
1670
- margin-bottom: 2px;
1671
1708
  }
1672
1709
  .e-pivotview .e-expand::before {
1673
1710
  font-size: 18px;
@@ -2031,6 +2068,10 @@
2031
2068
  border-left-width: 1px;
2032
2069
  border-right: 0;
2033
2070
  }
2071
+ .e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
2072
+ border-left-width: 1px;
2073
+ border-right: 0;
2074
+ }
2034
2075
  .e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
2035
2076
  margin-left: 0;
2036
2077
  margin-right: 7px;
@@ -2263,12 +2304,6 @@
2263
2304
  .e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
2264
2305
  padding-left: 16px !important;
2265
2306
  }
2266
- .e-bigger .e-pivotview th .e-expand,
2267
- .e-bigger .e-pivotview th .e-collapse,
2268
- .e-bigger.e-pivotview th .e-expand,
2269
- .e-bigger.e-pivotview th .e-collapse {
2270
- margin-top: 0;
2271
- }
2272
2307
  .e-bigger .e-pivotview .e-grouping-bar,
2273
2308
  .e-bigger.e-pivotview .e-grouping-bar {
2274
2309
  /* stylelint-enable */
@@ -3259,7 +3294,7 @@
3259
3294
  width: 100% !important;
3260
3295
  }
3261
3296
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
3262
- margin-left: 0;
3297
+ margin-left: 0 !important;
3263
3298
  }
3264
3299
  .e-pivot-formatting-dialog.e-device .e-format-value1,
3265
3300
  .e-pivot-formatting-dialog.e-device .e-format-value2,
package/styles/fluent.css CHANGED
@@ -160,6 +160,8 @@
160
160
  /* stylelint-disable */
161
161
  /* stylelint-enable */
162
162
  /* stylelint-enable */
163
+ /* stylelint-disable */
164
+ /* stylelint-enable */
163
165
  }
164
166
  .e-pivotview .e-value-field-settings,
165
167
  .e-pivotview .e-member-editor-dialog,
@@ -644,6 +646,9 @@
644
646
  .e-pivotview .e-frozenscrollbar {
645
647
  background: #faf9f8;
646
648
  }
649
+ .e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
650
+ -webkit-transform: translate3d(0, 0, 0);
651
+ }
647
652
 
648
653
  .e-pivotview-disable-icon {
649
654
  visibility: hidden;
@@ -919,7 +924,6 @@
919
924
 
920
925
  /*! PivotView theme */
921
926
  .e-pivotview {
922
- /* stylelint-enable */
923
927
  /* stylelint-enable */
924
928
  /* stylelint-disable */
925
929
  /* stylelint-enable */
@@ -930,6 +934,8 @@
930
934
  /* stylelint-enable */
931
935
  }
932
936
  .e-pivotview .e-pivotcell-container {
937
+ -ms-flex-align: center;
938
+ align-items: center;
933
939
  display: -ms-flexbox;
934
940
  display: flex;
935
941
  }
@@ -975,14 +981,23 @@
975
981
  -ms-user-select: none;
976
982
  user-select: none;
977
983
  }
984
+ .e-pivotview .e-grid .e-content-virtualtable {
985
+ overflow-x: auto;
986
+ scrollbar-width: none; /* firefox */
987
+ }
988
+ .e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
989
+ display: none; /* safari, chrome and edge */
990
+ }
978
991
  .e-pivotview .e-gtot,
979
992
  .e-pivotview .e-gtot.e-rowsheader,
980
993
  .e-pivotview .e-gtot.e-columnsheader,
981
994
  .e-pivotview .e-grid .e-content,
982
- .e-pivotview .e-grid .e-gridheader,
983
- .e-pivotview .e-headercell {
995
+ .e-pivotview .e-grid .e-gridheader {
984
996
  background: #faf9f8;
985
997
  }
998
+ .e-pivotview .e-headercell:not(.e-columnsheader) {
999
+ background: #faf9f8 !important;
1000
+ }
986
1001
  .e-pivotview .e-grid .e-gridheader {
987
1002
  border-bottom-width: 1px;
988
1003
  }
@@ -1075,9 +1090,6 @@
1075
1090
  .e-pivotview .e-drop-indicator {
1076
1091
  display: block;
1077
1092
  }
1078
- .e-pivotview div.e-cellvalue {
1079
- margin-top: 1px;
1080
- }
1081
1093
  .e-pivotview .e-sortfilterdiv .e-value-sort-icon {
1082
1094
  float: right;
1083
1095
  font-size: 14px !important;
@@ -1088,10 +1100,17 @@
1088
1100
  .e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
1089
1101
  display: none;
1090
1102
  }
1091
- .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 {
1103
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
1104
+ margin: -33px 0 !important;
1105
+ }
1106
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
1092
1107
  margin: -11px 0 !important;
1108
+ }
1109
+ .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 {
1110
+ margin: 0 !important;
1093
1111
  margin-left: auto !important;
1094
- margin-top: 1px !important;
1112
+ padding-bottom: 0 !important;
1113
+ padding-top: 0 !important;
1095
1114
  }
1096
1115
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
1097
1116
  margin: -20px 0 !important;
@@ -1126,9 +1145,25 @@
1126
1145
  }
1127
1146
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1128
1147
  visibility: hidden !important;
1148
+ /* stylelint-enable */
1149
+ }
1150
+ .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
1151
+ position: absolute;
1152
+ z-index: 10;
1153
+ color: #0078d4;
1154
+ font-size: 20px;
1155
+ text-align: center;
1156
+ padding: 10%;
1157
+ }
1158
+ .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
1159
+ display: none;
1160
+ }
1161
+ .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1162
+ visibility: hidden;
1129
1163
  }
1130
1164
  .e-pivotview .e-grid .e-headercelldiv,
1131
1165
  .e-pivotview .e-grid .e-columnsheader {
1166
+ /* stylelint-disable */
1132
1167
  padding-left: 8px !important;
1133
1168
  padding-top: 0px !important;
1134
1169
  padding-bottom: 0px !important;
@@ -1151,6 +1186,14 @@
1151
1186
  border-left: 0;
1152
1187
  border-right-width: 1px;
1153
1188
  }
1189
+ .e-pivotview .e-leftfreeze.e-freezeleftborder {
1190
+ border-left-color: #edebe9 !important;
1191
+ border-right-color: #edebe9 !important;
1192
+ border-right-width: 1px !important;
1193
+ }
1194
+ .e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
1195
+ background: #faf9f8;
1196
+ }
1154
1197
  .e-pivotview .e-stackedheadercelldiv {
1155
1198
  display: block;
1156
1199
  }
@@ -1158,8 +1201,6 @@
1158
1201
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1159
1202
  display: inline-block;
1160
1203
  padding-left: 12px !important;
1161
- margin-top: 5px;
1162
- margin-top: 1px;
1163
1204
  }
1164
1205
  .e-pivotview .e-stackedheadercelldiv {
1165
1206
  padding: 0 0 0 1px !important;
@@ -1658,8 +1699,6 @@
1658
1699
  cursor: pointer;
1659
1700
  display: inline-block;
1660
1701
  height: 18px;
1661
- margin-top: 0;
1662
- margin-bottom: 2px;
1663
1702
  text-align: center;
1664
1703
  width: 18px;
1665
1704
  vertical-align: middle;
@@ -1668,8 +1707,6 @@
1668
1707
  .e-pivotview th .e-collapse {
1669
1708
  font-size: 10px !important;
1670
1709
  margin-left: 0px;
1671
- margin-top: 0;
1672
- margin-bottom: 2px;
1673
1710
  }
1674
1711
  .e-pivotview .e-expand::before {
1675
1712
  font-size: 18px;
@@ -2033,6 +2070,10 @@
2033
2070
  border-left-width: 1px;
2034
2071
  border-right: 0;
2035
2072
  }
2073
+ .e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
2074
+ border-left-width: 1px;
2075
+ border-right: 0;
2076
+ }
2036
2077
  .e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
2037
2078
  margin-left: 0;
2038
2079
  margin-right: 7px;
@@ -2265,12 +2306,6 @@
2265
2306
  .e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
2266
2307
  padding-left: 16px !important;
2267
2308
  }
2268
- .e-bigger .e-pivotview th .e-expand,
2269
- .e-bigger .e-pivotview th .e-collapse,
2270
- .e-bigger.e-pivotview th .e-expand,
2271
- .e-bigger.e-pivotview th .e-collapse {
2272
- margin-top: 0;
2273
- }
2274
2309
  .e-bigger .e-pivotview .e-grouping-bar,
2275
2310
  .e-bigger.e-pivotview .e-grouping-bar {
2276
2311
  /* stylelint-enable */
@@ -3261,7 +3296,7 @@
3261
3296
  width: 100% !important;
3262
3297
  }
3263
3298
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
3264
- margin-left: 0;
3299
+ margin-left: 0 !important;
3265
3300
  }
3266
3301
  .e-pivot-formatting-dialog.e-device .e-format-value1,
3267
3302
  .e-pivot-formatting-dialog.e-device .e-format-value2,