@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
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  /*! component's theme wise override definitions and variables */
3
2
  /*! component's common definitions and variables */
4
3
  /*! component's theme wise override definitions and variables */
@@ -162,6 +161,8 @@
162
161
  /* stylelint-disable */
163
162
  /* stylelint-enable */
164
163
  /* stylelint-enable */
164
+ /* stylelint-disable */
165
+ /* stylelint-enable */
165
166
  }
166
167
  .e-pivotview .e-value-field-settings,
167
168
  .e-pivotview .e-member-editor-dialog,
@@ -627,6 +628,9 @@
627
628
  .e-pivotview .e-frozenscrollbar {
628
629
  background: #f5f5f5;
629
630
  }
631
+ .e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
632
+ -webkit-transform: translate3d(0, 0, 0);
633
+ }
630
634
 
631
635
  .e-pivotview-disable-icon {
632
636
  visibility: hidden;
@@ -901,7 +905,6 @@
901
905
 
902
906
  /*! PivotView theme */
903
907
  .e-pivotview {
904
- /* stylelint-enable */
905
908
  /* stylelint-enable */
906
909
  /* stylelint-disable */
907
910
  /* stylelint-enable */
@@ -912,6 +915,8 @@
912
915
  /* stylelint-enable */
913
916
  }
914
917
  .e-pivotview .e-pivotcell-container {
918
+ -ms-flex-align: center;
919
+ align-items: center;
915
920
  display: -ms-flexbox;
916
921
  display: flex;
917
922
  }
@@ -957,14 +962,23 @@
957
962
  -ms-user-select: none;
958
963
  user-select: none;
959
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
+ }
960
972
  .e-pivotview .e-gtot,
961
973
  .e-pivotview .e-gtot.e-rowsheader,
962
974
  .e-pivotview .e-gtot.e-columnsheader,
963
975
  .e-pivotview .e-grid .e-content,
964
- .e-pivotview .e-grid .e-gridheader,
965
- .e-pivotview .e-headercell {
976
+ .e-pivotview .e-grid .e-gridheader {
966
977
  background: #f5f5f5;
967
978
  }
979
+ .e-pivotview .e-headercell:not(.e-columnsheader) {
980
+ background: #f5f5f5 !important;
981
+ }
968
982
  .e-pivotview .e-grid .e-gridheader {
969
983
  border-bottom-width: 1px;
970
984
  }
@@ -1057,9 +1071,6 @@
1057
1071
  .e-pivotview .e-drop-indicator {
1058
1072
  display: block;
1059
1073
  }
1060
- .e-pivotview div.e-cellvalue {
1061
- margin-top: 5px;
1062
- }
1063
1074
  .e-pivotview .e-sortfilterdiv .e-value-sort-icon {
1064
1075
  float: right;
1065
1076
  }
@@ -1069,10 +1080,17 @@
1069
1080
  .e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
1070
1081
  display: none;
1071
1082
  }
1083
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
1084
+ margin: -15px 0 !important;
1085
+ }
1086
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
1087
+ margin: 0 !important;
1088
+ }
1072
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 {
1073
1090
  margin: 0 !important;
1074
1091
  margin-left: auto !important;
1075
- margin-top: 5px !important;
1092
+ padding-bottom: 0 !important;
1093
+ padding-top: 0 !important;
1076
1094
  }
1077
1095
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
1078
1096
  margin: -8px 0 !important;
@@ -1107,9 +1125,25 @@
1107
1125
  }
1108
1126
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1109
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: #3f51b5;
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;
1110
1143
  }
1111
1144
  .e-pivotview .e-grid .e-headercelldiv,
1112
1145
  .e-pivotview .e-grid .e-columnsheader {
1146
+ /* stylelint-disable */
1113
1147
  padding-left: 8px !important;
1114
1148
  }
1115
1149
  .e-pivotview .sf-grid .e-spinner-pane {
@@ -1130,6 +1164,14 @@
1130
1164
  border-left: 0;
1131
1165
  border-right-width: 1px;
1132
1166
  }
1167
+ .e-pivotview .e-leftfreeze.e-freezeleftborder {
1168
+ border-left-color: #e0e0e0 !important;
1169
+ border-right-color: #e0e0e0 !important;
1170
+ border-right-width: 1px !important;
1171
+ }
1172
+ .e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
1173
+ background: #fafafa;
1174
+ }
1133
1175
  .e-pivotview .e-stackedheadercelldiv {
1134
1176
  display: block;
1135
1177
  }
@@ -1137,7 +1179,6 @@
1137
1179
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1138
1180
  display: inline-block;
1139
1181
  padding-left: 12px !important;
1140
- margin-top: 5px;
1141
1182
  }
1142
1183
  .e-pivotview .e-headercelldiv.e-cellvalue {
1143
1184
  margin-left: 0px;
@@ -1634,8 +1675,6 @@
1634
1675
  cursor: pointer;
1635
1676
  display: inline-block;
1636
1677
  height: 18px;
1637
- margin-top: 5px;
1638
- margin-bottom: 0;
1639
1678
  text-align: center;
1640
1679
  width: 18px;
1641
1680
  }
@@ -1643,8 +1682,6 @@
1643
1682
  .e-pivotview th .e-collapse {
1644
1683
  font-size: 10px !important;
1645
1684
  margin-left: 0px;
1646
- margin-top: 8px;
1647
- margin-bottom: 0;
1648
1685
  }
1649
1686
  .e-pivotview .e-expand::before {
1650
1687
  font-size: 10px;
@@ -2011,6 +2048,10 @@
2011
2048
  border-left-width: 1px;
2012
2049
  border-right: 0;
2013
2050
  }
2051
+ .e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
2052
+ border-left-width: 1px;
2053
+ border-right: 0;
2054
+ }
2014
2055
  .e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
2015
2056
  margin-left: 0;
2016
2057
  margin-right: 7px;
@@ -2243,12 +2284,6 @@
2243
2284
  .e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
2244
2285
  padding-left: 16px !important;
2245
2286
  }
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: 8px;
2251
- }
2252
2287
  .e-bigger .e-pivotview .e-grouping-bar,
2253
2288
  .e-bigger.e-pivotview .e-grouping-bar {
2254
2289
  /* stylelint-enable */
@@ -3220,7 +3255,7 @@
3220
3255
  width: 100% !important;
3221
3256
  }
3222
3257
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
3223
- margin-left: 0;
3258
+ margin-left: 0 !important;
3224
3259
  }
3225
3260
  .e-pivot-formatting-dialog.e-device .e-format-value1,
3226
3261
  .e-pivot-formatting-dialog.e-device .e-format-value2,
@@ -1,5 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
3
1
  :root {
4
2
  --color-sf-black: 0, 0, 0;
5
3
  --color-sf-white: 255, 255, 255;
@@ -215,6 +213,8 @@
215
213
  /* stylelint-disable */
216
214
  /* stylelint-enable */
217
215
  /* stylelint-enable */
216
+ /* stylelint-disable */
217
+ /* stylelint-enable */
218
218
  }
219
219
  .e-pivotview.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
220
220
  padding: 0;
@@ -699,6 +699,9 @@
699
699
  .e-pivotview .e-frozenscrollbar {
700
700
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
701
701
  }
702
+ .e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
703
+ -webkit-transform: translate3d(0, 0, 0);
704
+ }
702
705
 
703
706
  .e-pivotview-disable-icon {
704
707
  visibility: hidden;
@@ -973,7 +976,6 @@
973
976
 
974
977
  /*! PivotView theme */
975
978
  .e-pivotview {
976
- /* stylelint-enable */
977
979
  /* stylelint-enable */
978
980
  /* stylelint-disable */
979
981
  /* stylelint-enable */
@@ -984,6 +986,8 @@
984
986
  /* stylelint-enable */
985
987
  }
986
988
  .e-pivotview .e-pivotcell-container {
989
+ -ms-flex-align: center;
990
+ align-items: center;
987
991
  display: -ms-flexbox;
988
992
  display: flex;
989
993
  }
@@ -1029,14 +1033,23 @@
1029
1033
  -ms-user-select: none;
1030
1034
  user-select: none;
1031
1035
  }
1036
+ .e-pivotview .e-grid .e-content-virtualtable {
1037
+ overflow-x: auto;
1038
+ scrollbar-width: none; /* firefox */
1039
+ }
1040
+ .e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
1041
+ display: none; /* safari, chrome and edge */
1042
+ }
1032
1043
  .e-pivotview .e-gtot,
1033
1044
  .e-pivotview .e-gtot.e-rowsheader,
1034
1045
  .e-pivotview .e-gtot.e-columnsheader,
1035
1046
  .e-pivotview .e-grid .e-content,
1036
- .e-pivotview .e-grid .e-gridheader,
1037
- .e-pivotview .e-headercell {
1047
+ .e-pivotview .e-grid .e-gridheader {
1038
1048
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1039
1049
  }
1050
+ .e-pivotview .e-headercell:not(.e-columnsheader) {
1051
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface)) !important;
1052
+ }
1040
1053
  .e-pivotview .e-grid .e-gridheader {
1041
1054
  border-bottom-width: 1px;
1042
1055
  }
@@ -1130,11 +1143,7 @@
1130
1143
  .e-pivotview .e-drop-indicator {
1131
1144
  display: block;
1132
1145
  }
1133
- .e-pivotview div.e-cellvalue {
1134
- margin-top: 0;
1135
- }
1136
1146
  .e-pivotview div div span.e-value-sort-icon {
1137
- /* stylelint-disable */
1138
1147
  padding: 0 !important;
1139
1148
  }
1140
1149
  .e-pivotview .e-sortfilterdiv .e-value-sort-icon {
@@ -1146,10 +1155,17 @@
1146
1155
  .e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
1147
1156
  display: none;
1148
1157
  }
1158
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
1159
+ margin: -15px 0 !important;
1160
+ }
1161
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
1162
+ margin: 0 !important;
1163
+ }
1149
1164
  .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 {
1150
1165
  margin: 0 !important;
1151
1166
  margin-left: auto !important;
1152
- margin-top: 0 !important;
1167
+ padding-bottom: 0 !important;
1168
+ padding-top: 0 !important;
1153
1169
  }
1154
1170
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
1155
1171
  margin: -8px 0 !important;
@@ -1184,9 +1200,25 @@
1184
1200
  }
1185
1201
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1186
1202
  visibility: hidden !important;
1203
+ /* stylelint-enable */
1204
+ }
1205
+ .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
1206
+ position: absolute;
1207
+ z-index: 10;
1208
+ color: rgba(var(--color-sf-on-surface-variant));
1209
+ font-size: 20px;
1210
+ text-align: center;
1211
+ padding: 10%;
1212
+ }
1213
+ .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
1214
+ display: none;
1215
+ }
1216
+ .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1217
+ visibility: hidden;
1187
1218
  }
1188
1219
  .e-pivotview .e-grid .e-headercelldiv,
1189
1220
  .e-pivotview .e-grid .e-columnsheader {
1221
+ /* stylelint-disable */
1190
1222
  padding-left: 8px !important;
1191
1223
  padding-top: 0px !important;
1192
1224
  padding-bottom: 0px !important;
@@ -1209,6 +1241,14 @@
1209
1241
  border-left: 0;
1210
1242
  border-right-width: 1px;
1211
1243
  }
1244
+ .e-pivotview .e-leftfreeze.e-freezeleftborder {
1245
+ border-left-color: rgba(var(--color-sf-outline-variant)) !important;
1246
+ border-right-color: rgba(var(--color-sf-outline-variant)) !important;
1247
+ border-right-width: 1px !important;
1248
+ }
1249
+ .e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
1250
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1251
+ }
1212
1252
  .e-pivotview .e-stackedheadercelldiv {
1213
1253
  display: block;
1214
1254
  }
@@ -1216,7 +1256,6 @@
1216
1256
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1217
1257
  display: inline-block;
1218
1258
  padding-left: 12px !important;
1219
- margin-top: 5px;
1220
1259
  }
1221
1260
  .e-pivotview .e-stackedheadercelldiv {
1222
1261
  padding: 0 0 0 1px !important;
@@ -1709,8 +1748,6 @@
1709
1748
  cursor: pointer;
1710
1749
  display: inline-block;
1711
1750
  height: 18px;
1712
- margin-top: 3px;
1713
- margin-bottom: 3px;
1714
1751
  text-align: center;
1715
1752
  width: 18px;
1716
1753
  vertical-align: middle;
@@ -1719,8 +1756,6 @@
1719
1756
  .e-pivotview th .e-collapse {
1720
1757
  font-size: 10px !important;
1721
1758
  margin-left: 0px;
1722
- margin-top: 3px;
1723
- margin-bottom: 3px;
1724
1759
  }
1725
1760
  .e-pivotview .e-expand::before {
1726
1761
  font-size: 16px;
@@ -2110,6 +2145,10 @@
2110
2145
  border-left-width: 1px;
2111
2146
  border-right: 0;
2112
2147
  }
2148
+ .e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
2149
+ border-left-width: 1px;
2150
+ border-right: 0;
2151
+ }
2113
2152
  .e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
2114
2153
  margin-left: 0;
2115
2154
  margin-right: 7px;
@@ -2342,12 +2381,6 @@
2342
2381
  .e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
2343
2382
  padding-left: 16px !important;
2344
2383
  }
2345
- .e-bigger .e-pivotview th .e-expand,
2346
- .e-bigger .e-pivotview th .e-collapse,
2347
- .e-bigger.e-pivotview th .e-expand,
2348
- .e-bigger.e-pivotview th .e-collapse {
2349
- margin-top: 4px;
2350
- }
2351
2384
  .e-bigger .e-pivotview .e-grouping-bar,
2352
2385
  .e-bigger.e-pivotview .e-grouping-bar {
2353
2386
  /* stylelint-enable */
@@ -3382,7 +3415,7 @@
3382
3415
  width: 100% !important;
3383
3416
  }
3384
3417
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
3385
- margin-left: 0;
3418
+ margin-left: 0 !important;
3386
3419
  }
3387
3420
  .e-pivot-formatting-dialog.e-device .e-format-value1,
3388
3421
  .e-pivot-formatting-dialog.e-device .e-format-value2,
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -272,6 +271,8 @@
272
271
  /* stylelint-disable */
273
272
  /* stylelint-enable */
274
273
  /* stylelint-enable */
274
+ /* stylelint-disable */
275
+ /* stylelint-enable */
275
276
  }
276
277
  .e-pivotview.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
277
278
  padding: 0;
@@ -756,6 +757,9 @@
756
757
  .e-pivotview .e-frozenscrollbar {
757
758
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
758
759
  }
760
+ .e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
761
+ -webkit-transform: translate3d(0, 0, 0);
762
+ }
759
763
 
760
764
  .e-pivotview-disable-icon {
761
765
  visibility: hidden;
@@ -1030,7 +1034,6 @@
1030
1034
 
1031
1035
  /*! PivotView theme */
1032
1036
  .e-pivotview {
1033
- /* stylelint-enable */
1034
1037
  /* stylelint-enable */
1035
1038
  /* stylelint-disable */
1036
1039
  /* stylelint-enable */
@@ -1041,6 +1044,8 @@
1041
1044
  /* stylelint-enable */
1042
1045
  }
1043
1046
  .e-pivotview .e-pivotcell-container {
1047
+ -ms-flex-align: center;
1048
+ align-items: center;
1044
1049
  display: -ms-flexbox;
1045
1050
  display: flex;
1046
1051
  }
@@ -1086,14 +1091,23 @@
1086
1091
  -ms-user-select: none;
1087
1092
  user-select: none;
1088
1093
  }
1094
+ .e-pivotview .e-grid .e-content-virtualtable {
1095
+ overflow-x: auto;
1096
+ scrollbar-width: none; /* firefox */
1097
+ }
1098
+ .e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
1099
+ display: none; /* safari, chrome and edge */
1100
+ }
1089
1101
  .e-pivotview .e-gtot,
1090
1102
  .e-pivotview .e-gtot.e-rowsheader,
1091
1103
  .e-pivotview .e-gtot.e-columnsheader,
1092
1104
  .e-pivotview .e-grid .e-content,
1093
- .e-pivotview .e-grid .e-gridheader,
1094
- .e-pivotview .e-headercell {
1105
+ .e-pivotview .e-grid .e-gridheader {
1095
1106
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1096
1107
  }
1108
+ .e-pivotview .e-headercell:not(.e-columnsheader) {
1109
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface)) !important;
1110
+ }
1097
1111
  .e-pivotview .e-grid .e-gridheader {
1098
1112
  border-bottom-width: 1px;
1099
1113
  }
@@ -1187,11 +1201,7 @@
1187
1201
  .e-pivotview .e-drop-indicator {
1188
1202
  display: block;
1189
1203
  }
1190
- .e-pivotview div.e-cellvalue {
1191
- margin-top: 0;
1192
- }
1193
1204
  .e-pivotview div div span.e-value-sort-icon {
1194
- /* stylelint-disable */
1195
1205
  padding: 0 !important;
1196
1206
  }
1197
1207
  .e-pivotview .e-sortfilterdiv .e-value-sort-icon {
@@ -1203,10 +1213,17 @@
1203
1213
  .e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
1204
1214
  display: none;
1205
1215
  }
1216
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
1217
+ margin: -15px 0 !important;
1218
+ }
1219
+ .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
1220
+ margin: 0 !important;
1221
+ }
1206
1222
  .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 {
1207
1223
  margin: 0 !important;
1208
1224
  margin-left: auto !important;
1209
- margin-top: 0 !important;
1225
+ padding-bottom: 0 !important;
1226
+ padding-top: 0 !important;
1210
1227
  }
1211
1228
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
1212
1229
  margin: -8px 0 !important;
@@ -1241,9 +1258,25 @@
1241
1258
  }
1242
1259
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1243
1260
  visibility: hidden !important;
1261
+ /* stylelint-enable */
1262
+ }
1263
+ .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
1264
+ position: absolute;
1265
+ z-index: 10;
1266
+ color: rgba(var(--color-sf-on-surface-variant));
1267
+ font-size: 20px;
1268
+ text-align: center;
1269
+ padding: 10%;
1270
+ }
1271
+ .e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
1272
+ display: none;
1273
+ }
1274
+ .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1275
+ visibility: hidden;
1244
1276
  }
1245
1277
  .e-pivotview .e-grid .e-headercelldiv,
1246
1278
  .e-pivotview .e-grid .e-columnsheader {
1279
+ /* stylelint-disable */
1247
1280
  padding-left: 8px !important;
1248
1281
  padding-top: 0px !important;
1249
1282
  padding-bottom: 0px !important;
@@ -1266,6 +1299,14 @@
1266
1299
  border-left: 0;
1267
1300
  border-right-width: 1px;
1268
1301
  }
1302
+ .e-pivotview .e-leftfreeze.e-freezeleftborder {
1303
+ border-left-color: rgba(var(--color-sf-outline-variant)) !important;
1304
+ border-right-color: rgba(var(--color-sf-outline-variant)) !important;
1305
+ border-right-width: 1px !important;
1306
+ }
1307
+ .e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
1308
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1309
+ }
1269
1310
  .e-pivotview .e-stackedheadercelldiv {
1270
1311
  display: block;
1271
1312
  }
@@ -1273,7 +1314,6 @@
1273
1314
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1274
1315
  display: inline-block;
1275
1316
  padding-left: 12px !important;
1276
- margin-top: 5px;
1277
1317
  }
1278
1318
  .e-pivotview .e-stackedheadercelldiv {
1279
1319
  padding: 0 0 0 1px !important;
@@ -1766,8 +1806,6 @@
1766
1806
  cursor: pointer;
1767
1807
  display: inline-block;
1768
1808
  height: 18px;
1769
- margin-top: 3px;
1770
- margin-bottom: 3px;
1771
1809
  text-align: center;
1772
1810
  width: 18px;
1773
1811
  vertical-align: middle;
@@ -1776,8 +1814,6 @@
1776
1814
  .e-pivotview th .e-collapse {
1777
1815
  font-size: 10px !important;
1778
1816
  margin-left: 0px;
1779
- margin-top: 3px;
1780
- margin-bottom: 3px;
1781
1817
  }
1782
1818
  .e-pivotview .e-expand::before {
1783
1819
  font-size: 16px;
@@ -2167,6 +2203,10 @@
2167
2203
  border-left-width: 1px;
2168
2204
  border-right: 0;
2169
2205
  }
2206
+ .e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
2207
+ border-left-width: 1px;
2208
+ border-right: 0;
2209
+ }
2170
2210
  .e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
2171
2211
  margin-left: 0;
2172
2212
  margin-right: 7px;
@@ -2399,12 +2439,6 @@
2399
2439
  .e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
2400
2440
  padding-left: 16px !important;
2401
2441
  }
2402
- .e-bigger .e-pivotview th .e-expand,
2403
- .e-bigger .e-pivotview th .e-collapse,
2404
- .e-bigger.e-pivotview th .e-expand,
2405
- .e-bigger.e-pivotview th .e-collapse {
2406
- margin-top: 4px;
2407
- }
2408
2442
  .e-bigger .e-pivotview .e-grouping-bar,
2409
2443
  .e-bigger.e-pivotview .e-grouping-bar {
2410
2444
  /* stylelint-enable */
@@ -3495,7 +3529,7 @@
3495
3529
  width: 100% !important;
3496
3530
  }
3497
3531
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
3498
- margin-left: 0;
3532
+ margin-left: 0 !important;
3499
3533
  }
3500
3534
  .e-pivot-formatting-dialog.e-device .e-format-value1,
3501
3535
  .e-pivot-formatting-dialog.e-device .e-format-value2,
@@ -448,7 +448,7 @@
448
448
  width: 100% !important;
449
449
  }
450
450
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
451
- margin-left: 0;
451
+ margin-left: 0 !important;
452
452
  }
453
453
  .e-pivot-formatting-dialog.e-device .e-format-value1,
454
454
  .e-pivot-formatting-dialog.e-device .e-format-value2,
@@ -446,7 +446,7 @@
446
446
  width: 100% !important;
447
447
  }
448
448
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
449
- margin-left: 0;
449
+ margin-left: 0 !important;
450
450
  }
451
451
  .e-pivot-formatting-dialog.e-device .e-format-value1,
452
452
  .e-pivot-formatting-dialog.e-device .e-format-value2,
@@ -461,7 +461,7 @@
461
461
  width: 100% !important;
462
462
  }
463
463
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
464
- margin-left: 0;
464
+ margin-left: 0 !important;
465
465
  }
466
466
  .e-pivot-formatting-dialog.e-device .e-format-value1,
467
467
  .e-pivot-formatting-dialog.e-device .e-format-value2,
@@ -455,7 +455,7 @@
455
455
  width: 100% !important;
456
456
  }
457
457
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
458
- margin-left: 0;
458
+ margin-left: 0 !important;
459
459
  }
460
460
  .e-pivot-formatting-dialog.e-device .e-format-value1,
461
461
  .e-pivot-formatting-dialog.e-device .e-format-value2,
@@ -455,7 +455,7 @@
455
455
  width: 100% !important;
456
456
  }
457
457
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
458
- margin-left: 0;
458
+ margin-left: 0 !important;
459
459
  }
460
460
  .e-pivot-formatting-dialog.e-device .e-format-value1,
461
461
  .e-pivot-formatting-dialog.e-device .e-format-value2,
@@ -447,7 +447,7 @@
447
447
  width: 100% !important;
448
448
  }
449
449
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
450
- margin-left: 0;
450
+ margin-left: 0 !important;
451
451
  }
452
452
  .e-pivot-formatting-dialog.e-device .e-format-value1,
453
453
  .e-pivot-formatting-dialog.e-device .e-format-value2,
@@ -446,7 +446,7 @@
446
446
  width: 100% !important;
447
447
  }
448
448
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
449
- margin-left: 0;
449
+ margin-left: 0 !important;
450
450
  }
451
451
  .e-pivot-formatting-dialog.e-device .e-format-value1,
452
452
  .e-pivot-formatting-dialog.e-device .e-format-value2,
@@ -446,7 +446,7 @@
446
446
  width: 100% !important;
447
447
  }
448
448
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
449
- margin-left: 0;
449
+ margin-left: 0 !important;
450
450
  }
451
451
  .e-pivot-formatting-dialog.e-device .e-format-value1,
452
452
  .e-pivot-formatting-dialog.e-device .e-format-value2,
@@ -446,7 +446,7 @@
446
446
  width: 100% !important;
447
447
  }
448
448
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
449
- margin-left: 0;
449
+ margin-left: 0 !important;
450
450
  }
451
451
  .e-pivot-formatting-dialog.e-device .e-format-value1,
452
452
  .e-pivot-formatting-dialog.e-device .e-format-value2,
@@ -445,7 +445,7 @@
445
445
  width: 100% !important;
446
446
  }
447
447
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
448
- margin-left: 0;
448
+ margin-left: 0 !important;
449
449
  }
450
450
  .e-pivot-formatting-dialog.e-device .e-format-value1,
451
451
  .e-pivot-formatting-dialog.e-device .e-format-value2,
@@ -445,7 +445,7 @@
445
445
  width: 100% !important;
446
446
  }
447
447
  .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
448
- margin-left: 0;
448
+ margin-left: 0 !important;
449
449
  }
450
450
  .e-pivot-formatting-dialog.e-device .e-format-value1,
451
451
  .e-pivot-formatting-dialog.e-device .e-format-value2,