@syncfusion/ej2-vue-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 (61) hide show
  1. package/CHANGELOG.md +15 -60
  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
@@ -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,
@@ -631,6 +633,9 @@
631
633
  .e-pivotview .e-frozenscrollbar {
632
634
  background: #282d31;
633
635
  }
636
+ .e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
637
+ -webkit-transform: translate3d(0, 0, 0);
638
+ }
634
639
 
635
640
  .e-pivotview-disable-icon {
636
641
  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: #282d31;
967
979
  }
980
+ .e-pivotview .e-headercell:not(.e-columnsheader) {
981
+ background: #282d31 !important;
982
+ }
968
983
  .e-pivotview .e-grid .e-gridheader {
969
984
  border-bottom-width: 1px;
970
985
  border-bottom-color: #444c54;
@@ -1058,9 +1073,6 @@
1058
1073
  .e-pivotview .e-drop-indicator {
1059
1074
  display: block;
1060
1075
  }
1061
- .e-pivotview div.e-cellvalue {
1062
- margin-top: 2px;
1063
- }
1064
1076
  .e-pivotview .e-sortfilterdiv .e-value-sort-icon {
1065
1077
  float: right;
1066
1078
  font-size: 12px !important;
@@ -1071,10 +1083,17 @@
1071
1083
  .e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
1072
1084
  display: none;
1073
1085
  }
1074
- .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 {
1086
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
1087
+ margin: -16px 0 !important;
1088
+ }
1089
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
1075
1090
  margin: 6px 0 !important;
1091
+ }
1092
+ .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 {
1093
+ margin: 0 !important;
1076
1094
  margin-left: auto !important;
1077
- margin-top: 2px !important;
1095
+ padding-bottom: 0 !important;
1096
+ padding-top: 0 !important;
1078
1097
  }
1079
1098
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
1080
1099
  margin: -5px 0 !important;
@@ -1112,9 +1131,25 @@
1112
1131
  }
1113
1132
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1114
1133
  visibility: hidden !important;
1134
+ /* stylelint-enable */
1135
+ }
1136
+ .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
1137
+ position: absolute;
1138
+ z-index: 10;
1139
+ color: #0d6efd;
1140
+ font-size: 20px;
1141
+ text-align: center;
1142
+ padding: 10%;
1143
+ }
1144
+ .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
1145
+ display: none;
1146
+ }
1147
+ .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1148
+ visibility: hidden;
1115
1149
  }
1116
1150
  .e-pivotview .e-grid .e-headercelldiv,
1117
1151
  .e-pivotview .e-grid .e-columnsheader {
1152
+ /* stylelint-disable */
1118
1153
  padding-left: 8px !important;
1119
1154
  padding-top: 0px !important;
1120
1155
  padding-bottom: 0px !important;
@@ -1137,6 +1172,14 @@
1137
1172
  border-left: 0;
1138
1173
  border-right-width: 1px;
1139
1174
  }
1175
+ .e-pivotview .e-leftfreeze.e-freezeleftborder {
1176
+ border-left-color: #495057 !important;
1177
+ border-right-color: #495057 !important;
1178
+ border-right-width: 1px !important;
1179
+ }
1180
+ .e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
1181
+ background: #282d31;
1182
+ }
1140
1183
  .e-pivotview .e-stackedheadercelldiv {
1141
1184
  display: block;
1142
1185
  }
@@ -1144,9 +1187,6 @@
1144
1187
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1145
1188
  display: inline-block;
1146
1189
  padding-left: 12px !important;
1147
- margin-top: 5px;
1148
- margin-top: 2px;
1149
- padding-left: 8px !important;
1150
1190
  }
1151
1191
  .e-pivotview .e-stackedheadercelldiv {
1152
1192
  padding: 0 0 0 1px !important;
@@ -1644,8 +1684,6 @@
1644
1684
  cursor: pointer;
1645
1685
  display: inline-block;
1646
1686
  height: 18px;
1647
- margin-top: 0;
1648
- margin-bottom: 2px;
1649
1687
  text-align: center;
1650
1688
  width: 18px;
1651
1689
  vertical-align: middle;
@@ -1654,8 +1692,6 @@
1654
1692
  .e-pivotview th .e-collapse {
1655
1693
  font-size: 10px !important;
1656
1694
  margin-left: 0px;
1657
- margin-top: 0;
1658
- margin-bottom: 2px;
1659
1695
  }
1660
1696
  .e-pivotview .e-expand::before {
1661
1697
  font-size: 20px;
@@ -2019,6 +2055,10 @@
2019
2055
  border-left-width: 1px;
2020
2056
  border-right: 0;
2021
2057
  }
2058
+ .e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
2059
+ border-left-width: 1px;
2060
+ border-right: 0;
2061
+ }
2022
2062
  .e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
2023
2063
  margin-left: 0;
2024
2064
  margin-right: 7px;
@@ -2251,12 +2291,6 @@
2251
2291
  .e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
2252
2292
  padding-left: 16px !important;
2253
2293
  }
2254
- .e-bigger .e-pivotview th .e-expand,
2255
- .e-bigger .e-pivotview th .e-collapse,
2256
- .e-bigger.e-pivotview th .e-expand,
2257
- .e-bigger.e-pivotview th .e-collapse {
2258
- margin-top: 0;
2259
- }
2260
2294
  .e-bigger .e-pivotview .e-grouping-bar,
2261
2295
  .e-bigger.e-pivotview .e-grouping-bar {
2262
2296
  /* stylelint-enable */
@@ -3260,7 +3294,7 @@
3260
3294
  width: 100% !important;
3261
3295
  }
3262
3296
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
3263
- margin-left: 0;
3297
+ margin-left: 0 !important;
3264
3298
  }
3265
3299
  .e-pivot-formatting-dialog.e-device .e-format-value1,
3266
3300
  .e-pivot-formatting-dialog.e-device .e-format-value2,
@@ -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,
@@ -633,6 +635,9 @@
633
635
  .e-pivotview .e-frozenscrollbar {
634
636
  background: #f8f9fa;
635
637
  }
638
+ .e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
639
+ -webkit-transform: translate3d(0, 0, 0);
640
+ }
636
641
 
637
642
  .e-pivotview-disable-icon {
638
643
  visibility: hidden;
@@ -903,7 +908,6 @@
903
908
 
904
909
  /*! PivotView theme */
905
910
  .e-pivotview {
906
- /* stylelint-enable */
907
911
  /* stylelint-enable */
908
912
  /* stylelint-disable */
909
913
  /* stylelint-enable */
@@ -914,6 +918,8 @@
914
918
  /* stylelint-enable */
915
919
  }
916
920
  .e-pivotview .e-pivotcell-container {
921
+ -ms-flex-align: center;
922
+ align-items: center;
917
923
  display: -ms-flexbox;
918
924
  display: flex;
919
925
  }
@@ -959,14 +965,23 @@
959
965
  -ms-user-select: none;
960
966
  user-select: none;
961
967
  }
968
+ .e-pivotview .e-grid .e-content-virtualtable {
969
+ overflow-x: auto;
970
+ scrollbar-width: none; /* firefox */
971
+ }
972
+ .e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
973
+ display: none; /* safari, chrome and edge */
974
+ }
962
975
  .e-pivotview .e-gtot,
963
976
  .e-pivotview .e-gtot.e-rowsheader,
964
977
  .e-pivotview .e-gtot.e-columnsheader,
965
978
  .e-pivotview .e-grid .e-content,
966
- .e-pivotview .e-grid .e-gridheader,
967
- .e-pivotview .e-headercell {
979
+ .e-pivotview .e-grid .e-gridheader {
968
980
  background: #f8f9fa;
969
981
  }
982
+ .e-pivotview .e-headercell:not(.e-columnsheader) {
983
+ background: #f8f9fa !important;
984
+ }
970
985
  .e-pivotview .e-grid .e-gridheader {
971
986
  border-bottom-width: 1px;
972
987
  border-bottom-color: #dee2e6;
@@ -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: 2px;
1065
- }
1066
1078
  .e-pivotview .e-sortfilterdiv .e-value-sort-icon {
1067
1079
  float: right;
1068
1080
  font-size: 12px !important;
@@ -1073,10 +1085,17 @@
1073
1085
  .e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
1074
1086
  display: none;
1075
1087
  }
1076
- .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 {
1088
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
1089
+ margin: -16px 0 !important;
1090
+ }
1091
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
1077
1092
  margin: 6px 0 !important;
1093
+ }
1094
+ .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 {
1095
+ margin: 0 !important;
1078
1096
  margin-left: auto !important;
1079
- margin-top: 2px !important;
1097
+ padding-bottom: 0 !important;
1098
+ padding-top: 0 !important;
1080
1099
  }
1081
1100
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
1082
1101
  margin: -5px 0 !important;
@@ -1114,9 +1133,25 @@
1114
1133
  }
1115
1134
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1116
1135
  visibility: hidden !important;
1136
+ /* stylelint-enable */
1137
+ }
1138
+ .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
1139
+ position: absolute;
1140
+ z-index: 10;
1141
+ color: #0d6efd;
1142
+ font-size: 20px;
1143
+ text-align: center;
1144
+ padding: 10%;
1145
+ }
1146
+ .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
1147
+ display: none;
1148
+ }
1149
+ .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1150
+ visibility: hidden;
1117
1151
  }
1118
1152
  .e-pivotview .e-grid .e-headercelldiv,
1119
1153
  .e-pivotview .e-grid .e-columnsheader {
1154
+ /* stylelint-disable */
1120
1155
  padding-left: 8px !important;
1121
1156
  padding-top: 0px !important;
1122
1157
  padding-bottom: 0px !important;
@@ -1139,6 +1174,14 @@
1139
1174
  border-left: 0;
1140
1175
  border-right-width: 1px;
1141
1176
  }
1177
+ .e-pivotview .e-leftfreeze.e-freezeleftborder {
1178
+ border-left-color: #dee2e6 !important;
1179
+ border-right-color: #dee2e6 !important;
1180
+ border-right-width: 1px !important;
1181
+ }
1182
+ .e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
1183
+ background: #f8f9fa;
1184
+ }
1142
1185
  .e-pivotview .e-stackedheadercelldiv {
1143
1186
  display: block;
1144
1187
  }
@@ -1146,9 +1189,6 @@
1146
1189
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1147
1190
  display: inline-block;
1148
1191
  padding-left: 12px !important;
1149
- margin-top: 5px;
1150
- margin-top: 2px;
1151
- padding-left: 8px !important;
1152
1192
  }
1153
1193
  .e-pivotview .e-stackedheadercelldiv {
1154
1194
  padding: 0 0 0 1px !important;
@@ -1646,8 +1686,6 @@
1646
1686
  cursor: pointer;
1647
1687
  display: inline-block;
1648
1688
  height: 18px;
1649
- margin-top: 0;
1650
- margin-bottom: 2px;
1651
1689
  text-align: center;
1652
1690
  width: 18px;
1653
1691
  vertical-align: middle;
@@ -1656,8 +1694,6 @@
1656
1694
  .e-pivotview th .e-collapse {
1657
1695
  font-size: 10px !important;
1658
1696
  margin-left: 0px;
1659
- margin-top: 0;
1660
- margin-bottom: 2px;
1661
1697
  }
1662
1698
  .e-pivotview .e-expand::before {
1663
1699
  font-size: 20px;
@@ -2021,6 +2057,10 @@
2021
2057
  border-left-width: 1px;
2022
2058
  border-right: 0;
2023
2059
  }
2060
+ .e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
2061
+ border-left-width: 1px;
2062
+ border-right: 0;
2063
+ }
2024
2064
  .e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
2025
2065
  margin-left: 0;
2026
2066
  margin-right: 7px;
@@ -2253,12 +2293,6 @@
2253
2293
  .e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
2254
2294
  padding-left: 16px !important;
2255
2295
  }
2256
- .e-bigger .e-pivotview th .e-expand,
2257
- .e-bigger .e-pivotview th .e-collapse,
2258
- .e-bigger.e-pivotview th .e-expand,
2259
- .e-bigger.e-pivotview th .e-collapse {
2260
- margin-top: 0;
2261
- }
2262
2296
  .e-bigger .e-pivotview .e-grouping-bar,
2263
2297
  .e-bigger.e-pivotview .e-grouping-bar {
2264
2298
  /* stylelint-enable */
@@ -3262,7 +3296,7 @@
3262
3296
  width: 100% !important;
3263
3297
  }
3264
3298
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
3265
- margin-left: 0;
3299
+ margin-left: 0 !important;
3266
3300
  }
3267
3301
  .e-pivot-formatting-dialog.e-device .e-format-value1,
3268
3302
  .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,
@@ -630,6 +632,9 @@
630
632
  .e-pivotview .e-frozenscrollbar {
631
633
  background: #282727;
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: #282727;
970
982
  }
983
+ .e-pivotview .e-headercell:not(.e-columnsheader) {
984
+ background: #282727 !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: #0074cc;
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: #414040 !important;
1173
+ border-right-color: #414040 !important;
1174
+ border-right-width: 1px !important;
1175
+ }
1176
+ .e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
1177
+ background: #282727;
1178
+ }
1136
1179
  .e-pivotview .e-stackedheadercelldiv {
1137
1180
  display: block;
1138
1181
  }
@@ -1140,9 +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
- margin-top: 2px;
1145
- padding-left: 8px !important;
1146
1186
  }
1147
1187
  .e-pivotview .e-stackedheadercelldiv {
1148
1188
  padding: 0 0 0 1px !important;
@@ -1636,8 +1676,6 @@
1636
1676
  cursor: pointer;
1637
1677
  display: inline-block;
1638
1678
  height: 18px;
1639
- margin-top: 5px;
1640
- margin-bottom: 0;
1641
1679
  text-align: center;
1642
1680
  width: 18px;
1643
1681
  }
@@ -1645,8 +1683,6 @@
1645
1683
  .e-pivotview th .e-collapse {
1646
1684
  font-size: 10px !important;
1647
1685
  margin-left: 0px;
1648
- margin-top: 7px;
1649
- margin-bottom: 0;
1650
1686
  }
1651
1687
  .e-pivotview .e-expand::before {
1652
1688
  font-size: 10px;
@@ -2011,6 +2047,10 @@
2011
2047
  border-left-width: 1px;
2012
2048
  border-right: 0;
2013
2049
  }
2050
+ .e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
2051
+ border-left-width: 1px;
2052
+ border-right: 0;
2053
+ }
2014
2054
  .e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
2015
2055
  margin-left: 0;
2016
2056
  margin-right: 7px;
@@ -2243,12 +2283,6 @@
2243
2283
  .e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
2244
2284
  padding-left: 16px !important;
2245
2285
  }
2246
- .e-bigger .e-pivotview th .e-expand,
2247
- .e-bigger .e-pivotview th .e-collapse,
2248
- .e-bigger.e-pivotview th .e-expand,
2249
- .e-bigger.e-pivotview th .e-collapse {
2250
- margin-top: 7px;
2251
- }
2252
2286
  .e-bigger .e-pivotview .e-grouping-bar,
2253
2287
  .e-bigger.e-pivotview .e-grouping-bar {
2254
2288
  /* stylelint-enable */
@@ -3220,7 +3254,7 @@
3220
3254
  width: 100% !important;
3221
3255
  }
3222
3256
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
3223
- margin-left: 0;
3257
+ margin-left: 0 !important;
3224
3258
  }
3225
3259
  .e-pivot-formatting-dialog.e-device .e-format-value1,
3226
3260
  .e-pivot-formatting-dialog.e-device .e-format-value2,