@syncfusion/ej2-react-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.
- package/CHANGELOG.md +14 -74
- package/dist/ej2-react-pivotview.min.js +1 -1
- package/dist/ej2-react-pivotview.umd.min.js +1 -1
- package/package.json +9 -9
- package/styles/bootstrap-dark.css +56 -20
- package/styles/bootstrap.css +57 -21
- package/styles/bootstrap4.css +56 -20
- package/styles/bootstrap5-dark.css +56 -22
- package/styles/bootstrap5.css +56 -22
- package/styles/fabric-dark.css +56 -22
- package/styles/fabric.css +56 -20
- package/styles/fluent-dark.css +56 -21
- package/styles/fluent.css +56 -21
- package/styles/highcontrast-light.css +55 -20
- package/styles/highcontrast.css +55 -20
- package/styles/material-dark.css +55 -20
- package/styles/material.css +55 -20
- package/styles/material3-dark.css +55 -22
- package/styles/material3.css +55 -21
- package/styles/pivotfieldlist/bootstrap-dark.css +1 -1
- package/styles/pivotfieldlist/bootstrap.css +1 -1
- package/styles/pivotfieldlist/bootstrap4.css +1 -1
- package/styles/pivotfieldlist/bootstrap5-dark.css +1 -1
- package/styles/pivotfieldlist/bootstrap5.css +1 -1
- package/styles/pivotfieldlist/fabric-dark.css +1 -1
- package/styles/pivotfieldlist/fabric.css +1 -1
- package/styles/pivotfieldlist/fluent-dark.css +1 -1
- package/styles/pivotfieldlist/fluent.css +1 -1
- package/styles/pivotfieldlist/highcontrast-light.css +1 -1
- package/styles/pivotfieldlist/highcontrast.css +1 -1
- package/styles/pivotfieldlist/material-dark.css +1 -2
- package/styles/pivotfieldlist/material.css +1 -2
- package/styles/pivotfieldlist/material3-dark.css +1 -2
- package/styles/pivotfieldlist/material3-dark.scss +1 -1
- package/styles/pivotfieldlist/material3.css +1 -2
- package/styles/pivotfieldlist/material3.scss +1 -1
- package/styles/pivotfieldlist/tailwind-dark.css +1 -2
- package/styles/pivotfieldlist/tailwind.css +1 -2
- package/styles/pivotview/bootstrap-dark.css +55 -19
- package/styles/pivotview/bootstrap.css +56 -20
- package/styles/pivotview/bootstrap4.css +55 -19
- package/styles/pivotview/bootstrap5-dark.css +55 -21
- package/styles/pivotview/bootstrap5.css +55 -21
- package/styles/pivotview/fabric-dark.css +55 -21
- package/styles/pivotview/fabric.css +55 -19
- package/styles/pivotview/fluent-dark.css +55 -20
- package/styles/pivotview/fluent.css +55 -20
- package/styles/pivotview/highcontrast-light.css +54 -19
- package/styles/pivotview/highcontrast.css +54 -19
- package/styles/pivotview/material-dark.css +54 -19
- package/styles/pivotview/material.css +54 -19
- package/styles/pivotview/material3-dark.css +54 -20
- package/styles/pivotview/material3-dark.scss +1 -1
- package/styles/pivotview/material3.css +54 -20
- package/styles/pivotview/material3.scss +1 -1
- package/styles/pivotview/tailwind-dark.css +54 -21
- package/styles/pivotview/tailwind.css +54 -21
- package/styles/tailwind-dark.css +55 -23
- 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
|
-
|
|
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 */
|
|
@@ -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;
|
|
@@ -214,6 +213,8 @@
|
|
|
214
213
|
/* stylelint-disable */
|
|
215
214
|
/* stylelint-enable */
|
|
216
215
|
/* stylelint-enable */
|
|
216
|
+
/* stylelint-disable */
|
|
217
|
+
/* stylelint-enable */
|
|
217
218
|
}
|
|
218
219
|
.e-pivotview.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
219
220
|
padding: 0;
|
|
@@ -698,6 +699,9 @@
|
|
|
698
699
|
.e-pivotview .e-frozenscrollbar {
|
|
699
700
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
700
701
|
}
|
|
702
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
703
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
704
|
+
}
|
|
701
705
|
|
|
702
706
|
.e-pivotview-disable-icon {
|
|
703
707
|
visibility: hidden;
|
|
@@ -972,7 +976,6 @@
|
|
|
972
976
|
|
|
973
977
|
/*! PivotView theme */
|
|
974
978
|
.e-pivotview {
|
|
975
|
-
/* stylelint-enable */
|
|
976
979
|
/* stylelint-enable */
|
|
977
980
|
/* stylelint-disable */
|
|
978
981
|
/* stylelint-enable */
|
|
@@ -983,6 +986,8 @@
|
|
|
983
986
|
/* stylelint-enable */
|
|
984
987
|
}
|
|
985
988
|
.e-pivotview .e-pivotcell-container {
|
|
989
|
+
-ms-flex-align: center;
|
|
990
|
+
align-items: center;
|
|
986
991
|
display: -ms-flexbox;
|
|
987
992
|
display: flex;
|
|
988
993
|
}
|
|
@@ -1028,14 +1033,23 @@
|
|
|
1028
1033
|
-ms-user-select: none;
|
|
1029
1034
|
user-select: none;
|
|
1030
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
|
+
}
|
|
1031
1043
|
.e-pivotview .e-gtot,
|
|
1032
1044
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
1033
1045
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
1034
1046
|
.e-pivotview .e-grid .e-content,
|
|
1035
|
-
.e-pivotview .e-grid .e-gridheader
|
|
1036
|
-
.e-pivotview .e-headercell {
|
|
1047
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
1037
1048
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
1038
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
|
+
}
|
|
1039
1053
|
.e-pivotview .e-grid .e-gridheader {
|
|
1040
1054
|
border-bottom-width: 1px;
|
|
1041
1055
|
}
|
|
@@ -1129,11 +1143,7 @@
|
|
|
1129
1143
|
.e-pivotview .e-drop-indicator {
|
|
1130
1144
|
display: block;
|
|
1131
1145
|
}
|
|
1132
|
-
.e-pivotview div.e-cellvalue {
|
|
1133
|
-
margin-top: 0;
|
|
1134
|
-
}
|
|
1135
1146
|
.e-pivotview div div span.e-value-sort-icon {
|
|
1136
|
-
/* stylelint-disable */
|
|
1137
1147
|
padding: 0 !important;
|
|
1138
1148
|
}
|
|
1139
1149
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
@@ -1145,10 +1155,17 @@
|
|
|
1145
1155
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1146
1156
|
display: none;
|
|
1147
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
|
+
}
|
|
1148
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 {
|
|
1149
1165
|
margin: 0 !important;
|
|
1150
1166
|
margin-left: auto !important;
|
|
1151
|
-
|
|
1167
|
+
padding-bottom: 0 !important;
|
|
1168
|
+
padding-top: 0 !important;
|
|
1152
1169
|
}
|
|
1153
1170
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1154
1171
|
margin: -8px 0 !important;
|
|
@@ -1183,9 +1200,25 @@
|
|
|
1183
1200
|
}
|
|
1184
1201
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1185
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;
|
|
1186
1218
|
}
|
|
1187
1219
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1188
1220
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1221
|
+
/* stylelint-disable */
|
|
1189
1222
|
padding-left: 8px !important;
|
|
1190
1223
|
padding-top: 0px !important;
|
|
1191
1224
|
padding-bottom: 0px !important;
|
|
@@ -1208,6 +1241,14 @@
|
|
|
1208
1241
|
border-left: 0;
|
|
1209
1242
|
border-right-width: 1px;
|
|
1210
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
|
+
}
|
|
1211
1252
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1212
1253
|
display: block;
|
|
1213
1254
|
}
|
|
@@ -1215,7 +1256,6 @@
|
|
|
1215
1256
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1216
1257
|
display: inline-block;
|
|
1217
1258
|
padding-left: 12px !important;
|
|
1218
|
-
margin-top: 5px;
|
|
1219
1259
|
}
|
|
1220
1260
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1221
1261
|
padding: 0 0 0 1px !important;
|
|
@@ -1708,8 +1748,6 @@
|
|
|
1708
1748
|
cursor: pointer;
|
|
1709
1749
|
display: inline-block;
|
|
1710
1750
|
height: 18px;
|
|
1711
|
-
margin-top: 3px;
|
|
1712
|
-
margin-bottom: 3px;
|
|
1713
1751
|
text-align: center;
|
|
1714
1752
|
width: 18px;
|
|
1715
1753
|
vertical-align: middle;
|
|
@@ -1718,8 +1756,6 @@
|
|
|
1718
1756
|
.e-pivotview th .e-collapse {
|
|
1719
1757
|
font-size: 10px !important;
|
|
1720
1758
|
margin-left: 0px;
|
|
1721
|
-
margin-top: 3px;
|
|
1722
|
-
margin-bottom: 3px;
|
|
1723
1759
|
}
|
|
1724
1760
|
.e-pivotview .e-expand::before {
|
|
1725
1761
|
font-size: 16px;
|
|
@@ -2109,6 +2145,10 @@
|
|
|
2109
2145
|
border-left-width: 1px;
|
|
2110
2146
|
border-right: 0;
|
|
2111
2147
|
}
|
|
2148
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2149
|
+
border-left-width: 1px;
|
|
2150
|
+
border-right: 0;
|
|
2151
|
+
}
|
|
2112
2152
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2113
2153
|
margin-left: 0;
|
|
2114
2154
|
margin-right: 7px;
|
|
@@ -2341,12 +2381,6 @@
|
|
|
2341
2381
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2342
2382
|
padding-left: 16px !important;
|
|
2343
2383
|
}
|
|
2344
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2345
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2346
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2347
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2348
|
-
margin-top: 4px;
|
|
2349
|
-
}
|
|
2350
2384
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2351
2385
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2352
2386
|
/* stylelint-enable */
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-pivotview/styles/pivotview/material3-dark.scss';
|
|
@@ -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
|
-
|
|
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 */
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-pivotview/styles/pivotview/material3.scss';
|