@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
package/styles/material-dark.css
CHANGED
|
@@ -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 common definitions and variables */
|
|
@@ -161,6 +160,8 @@
|
|
|
161
160
|
/* stylelint-disable */
|
|
162
161
|
/* stylelint-enable */
|
|
163
162
|
/* stylelint-enable */
|
|
163
|
+
/* stylelint-disable */
|
|
164
|
+
/* stylelint-enable */
|
|
164
165
|
}
|
|
165
166
|
.e-pivotview .e-value-field-settings,
|
|
166
167
|
.e-pivotview .e-member-editor-dialog,
|
|
@@ -626,6 +627,9 @@
|
|
|
626
627
|
.e-pivotview .e-frozenscrollbar {
|
|
627
628
|
background: #212121;
|
|
628
629
|
}
|
|
630
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
631
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
632
|
+
}
|
|
629
633
|
|
|
630
634
|
.e-pivotview-disable-icon {
|
|
631
635
|
visibility: hidden;
|
|
@@ -900,7 +904,6 @@
|
|
|
900
904
|
|
|
901
905
|
/*! PivotView theme */
|
|
902
906
|
.e-pivotview {
|
|
903
|
-
/* stylelint-enable */
|
|
904
907
|
/* stylelint-enable */
|
|
905
908
|
/* stylelint-disable */
|
|
906
909
|
/* stylelint-enable */
|
|
@@ -911,6 +914,8 @@
|
|
|
911
914
|
/* stylelint-enable */
|
|
912
915
|
}
|
|
913
916
|
.e-pivotview .e-pivotcell-container {
|
|
917
|
+
-ms-flex-align: center;
|
|
918
|
+
align-items: center;
|
|
914
919
|
display: -ms-flexbox;
|
|
915
920
|
display: flex;
|
|
916
921
|
}
|
|
@@ -956,14 +961,23 @@
|
|
|
956
961
|
-ms-user-select: none;
|
|
957
962
|
user-select: none;
|
|
958
963
|
}
|
|
964
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
965
|
+
overflow-x: auto;
|
|
966
|
+
scrollbar-width: none; /* firefox */
|
|
967
|
+
}
|
|
968
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
969
|
+
display: none; /* safari, chrome and edge */
|
|
970
|
+
}
|
|
959
971
|
.e-pivotview .e-gtot,
|
|
960
972
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
961
973
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
962
974
|
.e-pivotview .e-grid .e-content,
|
|
963
|
-
.e-pivotview .e-grid .e-gridheader
|
|
964
|
-
.e-pivotview .e-headercell {
|
|
975
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
965
976
|
background: #212121;
|
|
966
977
|
}
|
|
978
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
979
|
+
background: #212121 !important;
|
|
980
|
+
}
|
|
967
981
|
.e-pivotview .e-grid .e-gridheader {
|
|
968
982
|
border-bottom-width: 1px;
|
|
969
983
|
}
|
|
@@ -1056,9 +1070,6 @@
|
|
|
1056
1070
|
.e-pivotview .e-drop-indicator {
|
|
1057
1071
|
display: block;
|
|
1058
1072
|
}
|
|
1059
|
-
.e-pivotview div.e-cellvalue {
|
|
1060
|
-
margin-top: 5px;
|
|
1061
|
-
}
|
|
1062
1073
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1063
1074
|
float: right;
|
|
1064
1075
|
}
|
|
@@ -1068,10 +1079,17 @@
|
|
|
1068
1079
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1069
1080
|
display: none;
|
|
1070
1081
|
}
|
|
1082
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1083
|
+
margin: -15px 0 !important;
|
|
1084
|
+
}
|
|
1085
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1086
|
+
margin: 0 !important;
|
|
1087
|
+
}
|
|
1071
1088
|
.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 {
|
|
1072
1089
|
margin: 0 !important;
|
|
1073
1090
|
margin-left: auto !important;
|
|
1074
|
-
|
|
1091
|
+
padding-bottom: 0 !important;
|
|
1092
|
+
padding-top: 0 !important;
|
|
1075
1093
|
}
|
|
1076
1094
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1077
1095
|
margin: -8px 0 !important;
|
|
@@ -1106,9 +1124,25 @@
|
|
|
1106
1124
|
}
|
|
1107
1125
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1108
1126
|
visibility: hidden !important;
|
|
1127
|
+
/* stylelint-enable */
|
|
1128
|
+
}
|
|
1129
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1130
|
+
position: absolute;
|
|
1131
|
+
z-index: 10;
|
|
1132
|
+
color: #3f51b5;
|
|
1133
|
+
font-size: 20px;
|
|
1134
|
+
text-align: center;
|
|
1135
|
+
padding: 10%;
|
|
1136
|
+
}
|
|
1137
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1138
|
+
display: none;
|
|
1139
|
+
}
|
|
1140
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1141
|
+
visibility: hidden;
|
|
1109
1142
|
}
|
|
1110
1143
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1111
1144
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1145
|
+
/* stylelint-disable */
|
|
1112
1146
|
padding-left: 8px !important;
|
|
1113
1147
|
}
|
|
1114
1148
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
@@ -1129,6 +1163,14 @@
|
|
|
1129
1163
|
border-left: 0;
|
|
1130
1164
|
border-right-width: 1px;
|
|
1131
1165
|
}
|
|
1166
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1167
|
+
border-left-color: #616161 !important;
|
|
1168
|
+
border-right-color: #616161 !important;
|
|
1169
|
+
border-right-width: 1px !important;
|
|
1170
|
+
}
|
|
1171
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1172
|
+
background: #212121;
|
|
1173
|
+
}
|
|
1132
1174
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1133
1175
|
display: block;
|
|
1134
1176
|
}
|
|
@@ -1136,7 +1178,6 @@
|
|
|
1136
1178
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1137
1179
|
display: inline-block;
|
|
1138
1180
|
padding-left: 12px !important;
|
|
1139
|
-
margin-top: 5px;
|
|
1140
1181
|
}
|
|
1141
1182
|
.e-pivotview .e-headercelldiv.e-cellvalue {
|
|
1142
1183
|
margin-left: 0px;
|
|
@@ -1633,8 +1674,6 @@
|
|
|
1633
1674
|
cursor: pointer;
|
|
1634
1675
|
display: inline-block;
|
|
1635
1676
|
height: 18px;
|
|
1636
|
-
margin-top: 5px;
|
|
1637
|
-
margin-bottom: 0;
|
|
1638
1677
|
text-align: center;
|
|
1639
1678
|
width: 18px;
|
|
1640
1679
|
}
|
|
@@ -1642,8 +1681,6 @@
|
|
|
1642
1681
|
.e-pivotview th .e-collapse {
|
|
1643
1682
|
font-size: 10px !important;
|
|
1644
1683
|
margin-left: 0px;
|
|
1645
|
-
margin-top: 8px;
|
|
1646
|
-
margin-bottom: 0;
|
|
1647
1684
|
}
|
|
1648
1685
|
.e-pivotview .e-expand::before {
|
|
1649
1686
|
font-size: 10px;
|
|
@@ -2010,6 +2047,10 @@
|
|
|
2010
2047
|
border-left-width: 1px;
|
|
2011
2048
|
border-right: 0;
|
|
2012
2049
|
}
|
|
2050
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2051
|
+
border-left-width: 1px;
|
|
2052
|
+
border-right: 0;
|
|
2053
|
+
}
|
|
2013
2054
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2014
2055
|
margin-left: 0;
|
|
2015
2056
|
margin-right: 7px;
|
|
@@ -2242,12 +2283,6 @@
|
|
|
2242
2283
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2243
2284
|
padding-left: 16px !important;
|
|
2244
2285
|
}
|
|
2245
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2246
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2247
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2248
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2249
|
-
margin-top: 8px;
|
|
2250
|
-
}
|
|
2251
2286
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2252
2287
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2253
2288
|
/* 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,
|
package/styles/material.css
CHANGED
|
@@ -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 */
|
|
@@ -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
|
-
|
|
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,
|