@syncfusion/ej2-vue-pivotview 22.2.12 → 23.1.38
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.
- package/CHANGELOG.md +20 -69
- package/dist/ej2-vue-pivotview.umd.min.js +2 -2
- package/dist/global/ej2-vue-pivotview.min.js +3 -3
- package/package.json +9 -9
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -1
- package/src/pivotview/pivotview.component.d.ts +3 -1
- package/styles/bootstrap-dark.css +64 -27
- package/styles/bootstrap.css +65 -28
- package/styles/bootstrap4.css +66 -27
- package/styles/bootstrap5-dark.css +64 -29
- package/styles/bootstrap5.css +64 -29
- package/styles/fabric-dark.css +65 -29
- package/styles/fabric.css +65 -27
- package/styles/fluent-dark.css +64 -28
- package/styles/fluent.css +64 -28
- package/styles/highcontrast-light.css +64 -27
- package/styles/highcontrast.css +64 -27
- package/styles/material-dark.css +63 -27
- package/styles/material.css +63 -27
- package/styles/material3-dark.css +63 -29
- package/styles/material3.css +63 -28
- package/styles/pivotfieldlist/bootstrap-dark.css +1 -7
- package/styles/pivotfieldlist/bootstrap.css +1 -7
- package/styles/pivotfieldlist/bootstrap4.css +1 -7
- package/styles/pivotfieldlist/bootstrap5-dark.css +1 -7
- package/styles/pivotfieldlist/bootstrap5.css +1 -7
- package/styles/pivotfieldlist/fabric-dark.css +2 -7
- package/styles/pivotfieldlist/fabric.css +2 -7
- package/styles/pivotfieldlist/fluent-dark.css +1 -7
- package/styles/pivotfieldlist/fluent.css +1 -7
- package/styles/pivotfieldlist/highcontrast-light.css +2 -7
- package/styles/pivotfieldlist/highcontrast.css +2 -7
- package/styles/pivotfieldlist/material-dark.css +1 -8
- package/styles/pivotfieldlist/material.css +1 -8
- package/styles/pivotfieldlist/material3-dark.css +1 -8
- package/styles/pivotfieldlist/material3-dark.scss +1 -1
- package/styles/pivotfieldlist/material3.css +1 -8
- package/styles/pivotfieldlist/material3.scss +1 -1
- package/styles/pivotfieldlist/tailwind-dark.css +1 -8
- package/styles/pivotfieldlist/tailwind.css +1 -8
- package/styles/pivotview/bootstrap-dark.css +63 -20
- package/styles/pivotview/bootstrap.css +64 -21
- package/styles/pivotview/bootstrap4.css +65 -20
- package/styles/pivotview/bootstrap5-dark.css +63 -22
- package/styles/pivotview/bootstrap5.css +63 -22
- package/styles/pivotview/fabric-dark.css +63 -22
- package/styles/pivotview/fabric.css +63 -20
- package/styles/pivotview/fluent-dark.css +63 -21
- package/styles/pivotview/fluent.css +63 -21
- package/styles/pivotview/highcontrast-light.css +62 -20
- package/styles/pivotview/highcontrast.css +62 -20
- package/styles/pivotview/material-dark.css +62 -20
- package/styles/pivotview/material.css +62 -20
- package/styles/pivotview/material3-dark.css +62 -21
- package/styles/pivotview/material3-dark.scss +1 -1
- package/styles/pivotview/material3.css +62 -21
- package/styles/pivotview/material3.scss +1 -1
- package/styles/pivotview/tailwind-dark.css +62 -22
- package/styles/pivotview/tailwind.css +62 -22
- package/styles/tailwind-dark.css +63 -30
- package/styles/tailwind.css +63 -30
|
@@ -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
|
}
|
|
@@ -919,6 +925,7 @@
|
|
|
919
925
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
920
926
|
overflow: hidden;
|
|
921
927
|
text-overflow: ellipsis;
|
|
928
|
+
width: 100%;
|
|
922
929
|
}
|
|
923
930
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
924
931
|
-ms-flex-align: center;
|
|
@@ -957,14 +964,23 @@
|
|
|
957
964
|
-ms-user-select: none;
|
|
958
965
|
user-select: none;
|
|
959
966
|
}
|
|
967
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
968
|
+
overflow-x: auto;
|
|
969
|
+
scrollbar-width: none; /* firefox */
|
|
970
|
+
}
|
|
971
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
972
|
+
display: none; /* safari, chrome and edge */
|
|
973
|
+
}
|
|
960
974
|
.e-pivotview .e-gtot,
|
|
961
975
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
962
976
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
963
977
|
.e-pivotview .e-grid .e-content,
|
|
964
|
-
.e-pivotview .e-grid .e-gridheader
|
|
965
|
-
.e-pivotview .e-headercell {
|
|
978
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
966
979
|
background: #282d31;
|
|
967
980
|
}
|
|
981
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
982
|
+
background: #282d31 !important;
|
|
983
|
+
}
|
|
968
984
|
.e-pivotview .e-grid .e-gridheader {
|
|
969
985
|
border-bottom-width: 1px;
|
|
970
986
|
border-bottom-color: #444c54;
|
|
@@ -1058,9 +1074,6 @@
|
|
|
1058
1074
|
.e-pivotview .e-drop-indicator {
|
|
1059
1075
|
display: block;
|
|
1060
1076
|
}
|
|
1061
|
-
.e-pivotview div.e-cellvalue {
|
|
1062
|
-
margin-top: 2px;
|
|
1063
|
-
}
|
|
1064
1077
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1065
1078
|
float: right;
|
|
1066
1079
|
font-size: 12px !important;
|
|
@@ -1071,10 +1084,17 @@
|
|
|
1071
1084
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1072
1085
|
display: none;
|
|
1073
1086
|
}
|
|
1074
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-
|
|
1087
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1088
|
+
margin: -16px 0 !important;
|
|
1089
|
+
}
|
|
1090
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1075
1091
|
margin: 6px 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;
|
|
1076
1095
|
margin-left: auto !important;
|
|
1077
|
-
|
|
1096
|
+
padding-bottom: 0 !important;
|
|
1097
|
+
padding-top: 0 !important;
|
|
1078
1098
|
}
|
|
1079
1099
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1080
1100
|
margin: -5px 0 !important;
|
|
@@ -1112,9 +1132,26 @@
|
|
|
1112
1132
|
}
|
|
1113
1133
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1114
1134
|
visibility: hidden !important;
|
|
1135
|
+
/* stylelint-enable */
|
|
1136
|
+
}
|
|
1137
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1138
|
+
position: absolute;
|
|
1139
|
+
z-index: 10;
|
|
1140
|
+
color: #0d6efd;
|
|
1141
|
+
font-size: 20px;
|
|
1142
|
+
text-align: center;
|
|
1143
|
+
padding: 10%;
|
|
1144
|
+
pointer-events: none;
|
|
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;
|
|
1115
1151
|
}
|
|
1116
1152
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1117
1153
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1154
|
+
/* stylelint-disable */
|
|
1118
1155
|
padding-left: 8px !important;
|
|
1119
1156
|
padding-top: 0px !important;
|
|
1120
1157
|
padding-bottom: 0px !important;
|
|
@@ -1137,6 +1174,14 @@
|
|
|
1137
1174
|
border-left: 0;
|
|
1138
1175
|
border-right-width: 1px;
|
|
1139
1176
|
}
|
|
1177
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1178
|
+
border-left-color: #495057 !important;
|
|
1179
|
+
border-right-color: #495057 !important;
|
|
1180
|
+
border-right-width: 1px !important;
|
|
1181
|
+
}
|
|
1182
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1183
|
+
background: #282d31;
|
|
1184
|
+
}
|
|
1140
1185
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1141
1186
|
display: block;
|
|
1142
1187
|
}
|
|
@@ -1144,9 +1189,6 @@
|
|
|
1144
1189
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1145
1190
|
display: inline-block;
|
|
1146
1191
|
padding-left: 12px !important;
|
|
1147
|
-
margin-top: 5px;
|
|
1148
|
-
margin-top: 2px;
|
|
1149
|
-
padding-left: 8px !important;
|
|
1150
1192
|
}
|
|
1151
1193
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1152
1194
|
padding: 0 0 0 1px !important;
|
|
@@ -1492,6 +1534,11 @@
|
|
|
1492
1534
|
.e-pivotview .e-group-columns {
|
|
1493
1535
|
width: 100%;
|
|
1494
1536
|
}
|
|
1537
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1538
|
+
display: inline-block;
|
|
1539
|
+
height: 100%;
|
|
1540
|
+
vertical-align: top;
|
|
1541
|
+
}
|
|
1495
1542
|
.e-pivotview .e-group-row {
|
|
1496
1543
|
padding: 0 !important;
|
|
1497
1544
|
}
|
|
@@ -1644,8 +1691,6 @@
|
|
|
1644
1691
|
cursor: pointer;
|
|
1645
1692
|
display: inline-block;
|
|
1646
1693
|
height: 18px;
|
|
1647
|
-
margin-top: 0;
|
|
1648
|
-
margin-bottom: 2px;
|
|
1649
1694
|
text-align: center;
|
|
1650
1695
|
width: 18px;
|
|
1651
1696
|
vertical-align: middle;
|
|
@@ -1653,9 +1698,7 @@
|
|
|
1653
1698
|
.e-pivotview th .e-expand,
|
|
1654
1699
|
.e-pivotview th .e-collapse {
|
|
1655
1700
|
font-size: 10px !important;
|
|
1656
|
-
margin-left:
|
|
1657
|
-
margin-top: 0;
|
|
1658
|
-
margin-bottom: 2px;
|
|
1701
|
+
margin-left: 0;
|
|
1659
1702
|
}
|
|
1660
1703
|
.e-pivotview .e-expand::before {
|
|
1661
1704
|
font-size: 20px;
|
|
@@ -2019,6 +2062,10 @@
|
|
|
2019
2062
|
border-left-width: 1px;
|
|
2020
2063
|
border-right: 0;
|
|
2021
2064
|
}
|
|
2065
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2066
|
+
border-left-width: 1px;
|
|
2067
|
+
border-right: 0;
|
|
2068
|
+
}
|
|
2022
2069
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2023
2070
|
margin-left: 0;
|
|
2024
2071
|
margin-right: 7px;
|
|
@@ -2251,12 +2298,6 @@
|
|
|
2251
2298
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2252
2299
|
padding-left: 16px !important;
|
|
2253
2300
|
}
|
|
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
2301
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2261
2302
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2262
2303
|
/* stylelint-enable */
|
|
@@ -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
|
}
|
|
@@ -921,6 +927,7 @@
|
|
|
921
927
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
922
928
|
overflow: hidden;
|
|
923
929
|
text-overflow: ellipsis;
|
|
930
|
+
width: 100%;
|
|
924
931
|
}
|
|
925
932
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
926
933
|
-ms-flex-align: center;
|
|
@@ -959,14 +966,23 @@
|
|
|
959
966
|
-ms-user-select: none;
|
|
960
967
|
user-select: none;
|
|
961
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
|
+
}
|
|
962
976
|
.e-pivotview .e-gtot,
|
|
963
977
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
964
978
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
965
979
|
.e-pivotview .e-grid .e-content,
|
|
966
|
-
.e-pivotview .e-grid .e-gridheader
|
|
967
|
-
.e-pivotview .e-headercell {
|
|
980
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
968
981
|
background: #f8f9fa;
|
|
969
982
|
}
|
|
983
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
984
|
+
background: #f8f9fa !important;
|
|
985
|
+
}
|
|
970
986
|
.e-pivotview .e-grid .e-gridheader {
|
|
971
987
|
border-bottom-width: 1px;
|
|
972
988
|
border-bottom-color: #dee2e6;
|
|
@@ -1060,9 +1076,6 @@
|
|
|
1060
1076
|
.e-pivotview .e-drop-indicator {
|
|
1061
1077
|
display: block;
|
|
1062
1078
|
}
|
|
1063
|
-
.e-pivotview div.e-cellvalue {
|
|
1064
|
-
margin-top: 2px;
|
|
1065
|
-
}
|
|
1066
1079
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1067
1080
|
float: right;
|
|
1068
1081
|
font-size: 12px !important;
|
|
@@ -1073,10 +1086,17 @@
|
|
|
1073
1086
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1074
1087
|
display: none;
|
|
1075
1088
|
}
|
|
1076
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-
|
|
1089
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1090
|
+
margin: -16px 0 !important;
|
|
1091
|
+
}
|
|
1092
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1077
1093
|
margin: 6px 0 !important;
|
|
1094
|
+
}
|
|
1095
|
+
.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 {
|
|
1096
|
+
margin: 0 !important;
|
|
1078
1097
|
margin-left: auto !important;
|
|
1079
|
-
|
|
1098
|
+
padding-bottom: 0 !important;
|
|
1099
|
+
padding-top: 0 !important;
|
|
1080
1100
|
}
|
|
1081
1101
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1082
1102
|
margin: -5px 0 !important;
|
|
@@ -1114,9 +1134,26 @@
|
|
|
1114
1134
|
}
|
|
1115
1135
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1116
1136
|
visibility: hidden !important;
|
|
1137
|
+
/* stylelint-enable */
|
|
1138
|
+
}
|
|
1139
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1140
|
+
position: absolute;
|
|
1141
|
+
z-index: 10;
|
|
1142
|
+
color: #0d6efd;
|
|
1143
|
+
font-size: 20px;
|
|
1144
|
+
text-align: center;
|
|
1145
|
+
padding: 10%;
|
|
1146
|
+
pointer-events: none;
|
|
1147
|
+
}
|
|
1148
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1149
|
+
display: none;
|
|
1150
|
+
}
|
|
1151
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1152
|
+
visibility: hidden;
|
|
1117
1153
|
}
|
|
1118
1154
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1119
1155
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1156
|
+
/* stylelint-disable */
|
|
1120
1157
|
padding-left: 8px !important;
|
|
1121
1158
|
padding-top: 0px !important;
|
|
1122
1159
|
padding-bottom: 0px !important;
|
|
@@ -1139,6 +1176,14 @@
|
|
|
1139
1176
|
border-left: 0;
|
|
1140
1177
|
border-right-width: 1px;
|
|
1141
1178
|
}
|
|
1179
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1180
|
+
border-left-color: #dee2e6 !important;
|
|
1181
|
+
border-right-color: #dee2e6 !important;
|
|
1182
|
+
border-right-width: 1px !important;
|
|
1183
|
+
}
|
|
1184
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1185
|
+
background: #f8f9fa;
|
|
1186
|
+
}
|
|
1142
1187
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1143
1188
|
display: block;
|
|
1144
1189
|
}
|
|
@@ -1146,9 +1191,6 @@
|
|
|
1146
1191
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1147
1192
|
display: inline-block;
|
|
1148
1193
|
padding-left: 12px !important;
|
|
1149
|
-
margin-top: 5px;
|
|
1150
|
-
margin-top: 2px;
|
|
1151
|
-
padding-left: 8px !important;
|
|
1152
1194
|
}
|
|
1153
1195
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1154
1196
|
padding: 0 0 0 1px !important;
|
|
@@ -1494,6 +1536,11 @@
|
|
|
1494
1536
|
.e-pivotview .e-group-columns {
|
|
1495
1537
|
width: 100%;
|
|
1496
1538
|
}
|
|
1539
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1540
|
+
display: inline-block;
|
|
1541
|
+
height: 100%;
|
|
1542
|
+
vertical-align: top;
|
|
1543
|
+
}
|
|
1497
1544
|
.e-pivotview .e-group-row {
|
|
1498
1545
|
padding: 0 !important;
|
|
1499
1546
|
}
|
|
@@ -1646,8 +1693,6 @@
|
|
|
1646
1693
|
cursor: pointer;
|
|
1647
1694
|
display: inline-block;
|
|
1648
1695
|
height: 18px;
|
|
1649
|
-
margin-top: 0;
|
|
1650
|
-
margin-bottom: 2px;
|
|
1651
1696
|
text-align: center;
|
|
1652
1697
|
width: 18px;
|
|
1653
1698
|
vertical-align: middle;
|
|
@@ -1655,9 +1700,7 @@
|
|
|
1655
1700
|
.e-pivotview th .e-expand,
|
|
1656
1701
|
.e-pivotview th .e-collapse {
|
|
1657
1702
|
font-size: 10px !important;
|
|
1658
|
-
margin-left:
|
|
1659
|
-
margin-top: 0;
|
|
1660
|
-
margin-bottom: 2px;
|
|
1703
|
+
margin-left: 0;
|
|
1661
1704
|
}
|
|
1662
1705
|
.e-pivotview .e-expand::before {
|
|
1663
1706
|
font-size: 20px;
|
|
@@ -2021,6 +2064,10 @@
|
|
|
2021
2064
|
border-left-width: 1px;
|
|
2022
2065
|
border-right: 0;
|
|
2023
2066
|
}
|
|
2067
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2068
|
+
border-left-width: 1px;
|
|
2069
|
+
border-right: 0;
|
|
2070
|
+
}
|
|
2024
2071
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2025
2072
|
margin-left: 0;
|
|
2026
2073
|
margin-right: 7px;
|
|
@@ -2253,12 +2300,6 @@
|
|
|
2253
2300
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2254
2301
|
padding-left: 16px !important;
|
|
2255
2302
|
}
|
|
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
2303
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2263
2304
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2264
2305
|
/* stylelint-enable */
|
|
@@ -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
|
}
|
|
@@ -922,6 +928,7 @@
|
|
|
922
928
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
923
929
|
overflow: hidden;
|
|
924
930
|
text-overflow: ellipsis;
|
|
931
|
+
width: 100%;
|
|
925
932
|
}
|
|
926
933
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
927
934
|
-ms-flex-align: center;
|
|
@@ -960,14 +967,23 @@
|
|
|
960
967
|
-ms-user-select: none;
|
|
961
968
|
user-select: none;
|
|
962
969
|
}
|
|
970
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
971
|
+
overflow-x: auto;
|
|
972
|
+
scrollbar-width: none; /* firefox */
|
|
973
|
+
}
|
|
974
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
975
|
+
display: none; /* safari, chrome and edge */
|
|
976
|
+
}
|
|
963
977
|
.e-pivotview .e-gtot,
|
|
964
978
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
965
979
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
966
980
|
.e-pivotview .e-grid .e-content,
|
|
967
|
-
.e-pivotview .e-grid .e-gridheader
|
|
968
|
-
.e-pivotview .e-headercell {
|
|
981
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
969
982
|
background: #282727;
|
|
970
983
|
}
|
|
984
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
985
|
+
background: #282727 !important;
|
|
986
|
+
}
|
|
971
987
|
.e-pivotview .e-grid .e-gridheader {
|
|
972
988
|
border-bottom-width: 1px;
|
|
973
989
|
}
|
|
@@ -1060,9 +1076,6 @@
|
|
|
1060
1076
|
.e-pivotview .e-drop-indicator {
|
|
1061
1077
|
display: block;
|
|
1062
1078
|
}
|
|
1063
|
-
.e-pivotview div.e-cellvalue {
|
|
1064
|
-
margin-top: 5px;
|
|
1065
|
-
}
|
|
1066
1079
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1067
1080
|
float: right;
|
|
1068
1081
|
}
|
|
@@ -1072,10 +1085,17 @@
|
|
|
1072
1085
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1073
1086
|
display: none;
|
|
1074
1087
|
}
|
|
1075
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-
|
|
1088
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1089
|
+
margin: -15px 0 !important;
|
|
1090
|
+
}
|
|
1091
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1076
1092
|
margin: 2px 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;
|
|
1077
1096
|
margin-left: auto !important;
|
|
1078
|
-
|
|
1097
|
+
padding-bottom: 0 !important;
|
|
1098
|
+
padding-top: 0 !important;
|
|
1079
1099
|
}
|
|
1080
1100
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1081
1101
|
margin: -5px 0 !important;
|
|
@@ -1110,9 +1130,26 @@
|
|
|
1110
1130
|
}
|
|
1111
1131
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1112
1132
|
visibility: hidden !important;
|
|
1133
|
+
/* stylelint-enable */
|
|
1134
|
+
}
|
|
1135
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1136
|
+
position: absolute;
|
|
1137
|
+
z-index: 10;
|
|
1138
|
+
color: #0074cc;
|
|
1139
|
+
font-size: 20px;
|
|
1140
|
+
text-align: center;
|
|
1141
|
+
padding: 10%;
|
|
1142
|
+
pointer-events: none;
|
|
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;
|
|
1113
1149
|
}
|
|
1114
1150
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1115
1151
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1152
|
+
/* stylelint-disable */
|
|
1116
1153
|
padding-left: 8px !important;
|
|
1117
1154
|
}
|
|
1118
1155
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
@@ -1133,6 +1170,14 @@
|
|
|
1133
1170
|
border-left: 0;
|
|
1134
1171
|
border-right-width: 1px;
|
|
1135
1172
|
}
|
|
1173
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1174
|
+
border-left-color: #414040 !important;
|
|
1175
|
+
border-right-color: #414040 !important;
|
|
1176
|
+
border-right-width: 1px !important;
|
|
1177
|
+
}
|
|
1178
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1179
|
+
background: #282727;
|
|
1180
|
+
}
|
|
1136
1181
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1137
1182
|
display: block;
|
|
1138
1183
|
}
|
|
@@ -1140,9 +1185,6 @@
|
|
|
1140
1185
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1141
1186
|
display: inline-block;
|
|
1142
1187
|
padding-left: 12px !important;
|
|
1143
|
-
margin-top: 5px;
|
|
1144
|
-
margin-top: 2px;
|
|
1145
|
-
padding-left: 8px !important;
|
|
1146
1188
|
}
|
|
1147
1189
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1148
1190
|
padding: 0 0 0 1px !important;
|
|
@@ -1484,6 +1526,11 @@
|
|
|
1484
1526
|
.e-pivotview .e-group-columns {
|
|
1485
1527
|
width: 100%;
|
|
1486
1528
|
}
|
|
1529
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1530
|
+
display: inline-block;
|
|
1531
|
+
height: 100%;
|
|
1532
|
+
vertical-align: top;
|
|
1533
|
+
}
|
|
1487
1534
|
.e-pivotview .e-group-row {
|
|
1488
1535
|
padding: 0 !important;
|
|
1489
1536
|
}
|
|
@@ -1636,17 +1683,13 @@
|
|
|
1636
1683
|
cursor: pointer;
|
|
1637
1684
|
display: inline-block;
|
|
1638
1685
|
height: 18px;
|
|
1639
|
-
margin-top: 5px;
|
|
1640
|
-
margin-bottom: 0;
|
|
1641
1686
|
text-align: center;
|
|
1642
1687
|
width: 18px;
|
|
1643
1688
|
}
|
|
1644
1689
|
.e-pivotview th .e-expand,
|
|
1645
1690
|
.e-pivotview th .e-collapse {
|
|
1646
1691
|
font-size: 10px !important;
|
|
1647
|
-
margin-left:
|
|
1648
|
-
margin-top: 7px;
|
|
1649
|
-
margin-bottom: 0;
|
|
1692
|
+
margin-left: 0;
|
|
1650
1693
|
}
|
|
1651
1694
|
.e-pivotview .e-expand::before {
|
|
1652
1695
|
font-size: 10px;
|
|
@@ -2011,6 +2054,10 @@
|
|
|
2011
2054
|
border-left-width: 1px;
|
|
2012
2055
|
border-right: 0;
|
|
2013
2056
|
}
|
|
2057
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2058
|
+
border-left-width: 1px;
|
|
2059
|
+
border-right: 0;
|
|
2060
|
+
}
|
|
2014
2061
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2015
2062
|
margin-left: 0;
|
|
2016
2063
|
margin-right: 7px;
|
|
@@ -2243,12 +2290,6 @@
|
|
|
2243
2290
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2244
2291
|
padding-left: 16px !important;
|
|
2245
2292
|
}
|
|
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
2293
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2253
2294
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2254
2295
|
/* stylelint-enable */
|