@syncfusion/ej2-react-pivotview 22.2.11 → 23.1.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -60
- 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/fabric-dark.css
CHANGED
|
@@ -161,6 +161,8 @@
|
|
|
161
161
|
/* stylelint-disable */
|
|
162
162
|
/* stylelint-enable */
|
|
163
163
|
/* stylelint-enable */
|
|
164
|
+
/* stylelint-disable */
|
|
165
|
+
/* stylelint-enable */
|
|
164
166
|
}
|
|
165
167
|
.e-pivotview .e-value-field-settings,
|
|
166
168
|
.e-pivotview .e-member-editor-dialog,
|
|
@@ -630,6 +632,9 @@
|
|
|
630
632
|
.e-pivotview .e-frozenscrollbar {
|
|
631
633
|
background: #282727;
|
|
632
634
|
}
|
|
635
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
636
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
637
|
+
}
|
|
633
638
|
|
|
634
639
|
.e-pivotview-disable-icon {
|
|
635
640
|
visibility: hidden;
|
|
@@ -904,7 +909,6 @@
|
|
|
904
909
|
|
|
905
910
|
/*! PivotView theme */
|
|
906
911
|
.e-pivotview {
|
|
907
|
-
/* stylelint-enable */
|
|
908
912
|
/* stylelint-enable */
|
|
909
913
|
/* stylelint-disable */
|
|
910
914
|
/* stylelint-enable */
|
|
@@ -915,6 +919,8 @@
|
|
|
915
919
|
/* stylelint-enable */
|
|
916
920
|
}
|
|
917
921
|
.e-pivotview .e-pivotcell-container {
|
|
922
|
+
-ms-flex-align: center;
|
|
923
|
+
align-items: center;
|
|
918
924
|
display: -ms-flexbox;
|
|
919
925
|
display: flex;
|
|
920
926
|
}
|
|
@@ -960,14 +966,23 @@
|
|
|
960
966
|
-ms-user-select: none;
|
|
961
967
|
user-select: none;
|
|
962
968
|
}
|
|
969
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
970
|
+
overflow-x: auto;
|
|
971
|
+
scrollbar-width: none; /* firefox */
|
|
972
|
+
}
|
|
973
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
974
|
+
display: none; /* safari, chrome and edge */
|
|
975
|
+
}
|
|
963
976
|
.e-pivotview .e-gtot,
|
|
964
977
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
965
978
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
966
979
|
.e-pivotview .e-grid .e-content,
|
|
967
|
-
.e-pivotview .e-grid .e-gridheader
|
|
968
|
-
.e-pivotview .e-headercell {
|
|
980
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
969
981
|
background: #282727;
|
|
970
982
|
}
|
|
983
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
984
|
+
background: #282727 !important;
|
|
985
|
+
}
|
|
971
986
|
.e-pivotview .e-grid .e-gridheader {
|
|
972
987
|
border-bottom-width: 1px;
|
|
973
988
|
}
|
|
@@ -1060,9 +1075,6 @@
|
|
|
1060
1075
|
.e-pivotview .e-drop-indicator {
|
|
1061
1076
|
display: block;
|
|
1062
1077
|
}
|
|
1063
|
-
.e-pivotview div.e-cellvalue {
|
|
1064
|
-
margin-top: 5px;
|
|
1065
|
-
}
|
|
1066
1078
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1067
1079
|
float: right;
|
|
1068
1080
|
}
|
|
@@ -1072,10 +1084,17 @@
|
|
|
1072
1084
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1073
1085
|
display: none;
|
|
1074
1086
|
}
|
|
1075
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-
|
|
1087
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1088
|
+
margin: -15px 0 !important;
|
|
1089
|
+
}
|
|
1090
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1076
1091
|
margin: 2px 0 !important;
|
|
1092
|
+
}
|
|
1093
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1094
|
+
margin: 0 !important;
|
|
1077
1095
|
margin-left: auto !important;
|
|
1078
|
-
|
|
1096
|
+
padding-bottom: 0 !important;
|
|
1097
|
+
padding-top: 0 !important;
|
|
1079
1098
|
}
|
|
1080
1099
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1081
1100
|
margin: -5px 0 !important;
|
|
@@ -1110,9 +1129,25 @@
|
|
|
1110
1129
|
}
|
|
1111
1130
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1112
1131
|
visibility: hidden !important;
|
|
1132
|
+
/* stylelint-enable */
|
|
1133
|
+
}
|
|
1134
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1135
|
+
position: absolute;
|
|
1136
|
+
z-index: 10;
|
|
1137
|
+
color: #0074cc;
|
|
1138
|
+
font-size: 20px;
|
|
1139
|
+
text-align: center;
|
|
1140
|
+
padding: 10%;
|
|
1141
|
+
}
|
|
1142
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1143
|
+
display: none;
|
|
1144
|
+
}
|
|
1145
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1146
|
+
visibility: hidden;
|
|
1113
1147
|
}
|
|
1114
1148
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1115
1149
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1150
|
+
/* stylelint-disable */
|
|
1116
1151
|
padding-left: 8px !important;
|
|
1117
1152
|
}
|
|
1118
1153
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
@@ -1133,6 +1168,14 @@
|
|
|
1133
1168
|
border-left: 0;
|
|
1134
1169
|
border-right-width: 1px;
|
|
1135
1170
|
}
|
|
1171
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1172
|
+
border-left-color: #414040 !important;
|
|
1173
|
+
border-right-color: #414040 !important;
|
|
1174
|
+
border-right-width: 1px !important;
|
|
1175
|
+
}
|
|
1176
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1177
|
+
background: #282727;
|
|
1178
|
+
}
|
|
1136
1179
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1137
1180
|
display: block;
|
|
1138
1181
|
}
|
|
@@ -1140,9 +1183,6 @@
|
|
|
1140
1183
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1141
1184
|
display: inline-block;
|
|
1142
1185
|
padding-left: 12px !important;
|
|
1143
|
-
margin-top: 5px;
|
|
1144
|
-
margin-top: 2px;
|
|
1145
|
-
padding-left: 8px !important;
|
|
1146
1186
|
}
|
|
1147
1187
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1148
1188
|
padding: 0 0 0 1px !important;
|
|
@@ -1636,8 +1676,6 @@
|
|
|
1636
1676
|
cursor: pointer;
|
|
1637
1677
|
display: inline-block;
|
|
1638
1678
|
height: 18px;
|
|
1639
|
-
margin-top: 5px;
|
|
1640
|
-
margin-bottom: 0;
|
|
1641
1679
|
text-align: center;
|
|
1642
1680
|
width: 18px;
|
|
1643
1681
|
}
|
|
@@ -1645,8 +1683,6 @@
|
|
|
1645
1683
|
.e-pivotview th .e-collapse {
|
|
1646
1684
|
font-size: 10px !important;
|
|
1647
1685
|
margin-left: 0px;
|
|
1648
|
-
margin-top: 7px;
|
|
1649
|
-
margin-bottom: 0;
|
|
1650
1686
|
}
|
|
1651
1687
|
.e-pivotview .e-expand::before {
|
|
1652
1688
|
font-size: 10px;
|
|
@@ -2011,6 +2047,10 @@
|
|
|
2011
2047
|
border-left-width: 1px;
|
|
2012
2048
|
border-right: 0;
|
|
2013
2049
|
}
|
|
2050
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2051
|
+
border-left-width: 1px;
|
|
2052
|
+
border-right: 0;
|
|
2053
|
+
}
|
|
2014
2054
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2015
2055
|
margin-left: 0;
|
|
2016
2056
|
margin-right: 7px;
|
|
@@ -2243,12 +2283,6 @@
|
|
|
2243
2283
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2244
2284
|
padding-left: 16px !important;
|
|
2245
2285
|
}
|
|
2246
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2247
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2248
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2249
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2250
|
-
margin-top: 7px;
|
|
2251
|
-
}
|
|
2252
2286
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2253
2287
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2254
2288
|
/* stylelint-enable */
|
|
@@ -3220,7 +3254,7 @@
|
|
|
3220
3254
|
width: 100% !important;
|
|
3221
3255
|
}
|
|
3222
3256
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3223
|
-
margin-left: 0;
|
|
3257
|
+
margin-left: 0 !important;
|
|
3224
3258
|
}
|
|
3225
3259
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3226
3260
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
package/styles/fabric.css
CHANGED
|
@@ -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: #f4f4f4;
|
|
632
634
|
}
|
|
635
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
636
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
637
|
+
}
|
|
633
638
|
|
|
634
639
|
.e-pivotview-disable-icon {
|
|
635
640
|
visibility: hidden;
|
|
@@ -904,7 +909,6 @@
|
|
|
904
909
|
|
|
905
910
|
/*! PivotView theme */
|
|
906
911
|
.e-pivotview {
|
|
907
|
-
/* stylelint-enable */
|
|
908
912
|
/* stylelint-enable */
|
|
909
913
|
/* stylelint-disable */
|
|
910
914
|
/* stylelint-enable */
|
|
@@ -915,6 +919,8 @@
|
|
|
915
919
|
/* stylelint-enable */
|
|
916
920
|
}
|
|
917
921
|
.e-pivotview .e-pivotcell-container {
|
|
922
|
+
-ms-flex-align: center;
|
|
923
|
+
align-items: center;
|
|
918
924
|
display: -ms-flexbox;
|
|
919
925
|
display: flex;
|
|
920
926
|
}
|
|
@@ -960,14 +966,23 @@
|
|
|
960
966
|
-ms-user-select: none;
|
|
961
967
|
user-select: none;
|
|
962
968
|
}
|
|
969
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
970
|
+
overflow-x: auto;
|
|
971
|
+
scrollbar-width: none; /* firefox */
|
|
972
|
+
}
|
|
973
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
974
|
+
display: none; /* safari, chrome and edge */
|
|
975
|
+
}
|
|
963
976
|
.e-pivotview .e-gtot,
|
|
964
977
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
965
978
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
966
979
|
.e-pivotview .e-grid .e-content,
|
|
967
|
-
.e-pivotview .e-grid .e-gridheader
|
|
968
|
-
.e-pivotview .e-headercell {
|
|
980
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
969
981
|
background: #f4f4f4;
|
|
970
982
|
}
|
|
983
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
984
|
+
background: #f4f4f4 !important;
|
|
985
|
+
}
|
|
971
986
|
.e-pivotview .e-grid .e-gridheader {
|
|
972
987
|
border-bottom-width: 1px;
|
|
973
988
|
}
|
|
@@ -1060,9 +1075,6 @@
|
|
|
1060
1075
|
.e-pivotview .e-drop-indicator {
|
|
1061
1076
|
display: block;
|
|
1062
1077
|
}
|
|
1063
|
-
.e-pivotview div.e-cellvalue {
|
|
1064
|
-
margin-top: 5px;
|
|
1065
|
-
}
|
|
1066
1078
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1067
1079
|
float: right;
|
|
1068
1080
|
}
|
|
@@ -1072,10 +1084,17 @@
|
|
|
1072
1084
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1073
1085
|
display: none;
|
|
1074
1086
|
}
|
|
1075
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-
|
|
1087
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1088
|
+
margin: -15px 0 !important;
|
|
1089
|
+
}
|
|
1090
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1076
1091
|
margin: 2px 0 !important;
|
|
1092
|
+
}
|
|
1093
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1094
|
+
margin: 0 !important;
|
|
1077
1095
|
margin-left: auto !important;
|
|
1078
|
-
|
|
1096
|
+
padding-bottom: 0 !important;
|
|
1097
|
+
padding-top: 0 !important;
|
|
1079
1098
|
}
|
|
1080
1099
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1081
1100
|
margin: -5px 0 !important;
|
|
@@ -1110,9 +1129,25 @@
|
|
|
1110
1129
|
}
|
|
1111
1130
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1112
1131
|
visibility: hidden !important;
|
|
1132
|
+
/* stylelint-enable */
|
|
1133
|
+
}
|
|
1134
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1135
|
+
position: absolute;
|
|
1136
|
+
z-index: 10;
|
|
1137
|
+
color: #0078d6;
|
|
1138
|
+
font-size: 20px;
|
|
1139
|
+
text-align: center;
|
|
1140
|
+
padding: 10%;
|
|
1141
|
+
}
|
|
1142
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1143
|
+
display: none;
|
|
1144
|
+
}
|
|
1145
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1146
|
+
visibility: hidden;
|
|
1113
1147
|
}
|
|
1114
1148
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1115
1149
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1150
|
+
/* stylelint-disable */
|
|
1116
1151
|
padding-left: 8px !important;
|
|
1117
1152
|
}
|
|
1118
1153
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
@@ -1133,6 +1168,14 @@
|
|
|
1133
1168
|
border-left: 0;
|
|
1134
1169
|
border-right-width: 1px;
|
|
1135
1170
|
}
|
|
1171
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1172
|
+
border-left-color: #dadada !important;
|
|
1173
|
+
border-right-color: #dadada !important;
|
|
1174
|
+
border-right-width: 1px !important;
|
|
1175
|
+
}
|
|
1176
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1177
|
+
background: #f8f8f8;
|
|
1178
|
+
}
|
|
1136
1179
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1137
1180
|
display: block;
|
|
1138
1181
|
}
|
|
@@ -1140,7 +1183,6 @@
|
|
|
1140
1183
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1141
1184
|
display: inline-block;
|
|
1142
1185
|
padding-left: 12px !important;
|
|
1143
|
-
margin-top: 5px;
|
|
1144
1186
|
}
|
|
1145
1187
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1146
1188
|
padding: 0 0 0 1px !important;
|
|
@@ -1634,8 +1676,6 @@
|
|
|
1634
1676
|
cursor: pointer;
|
|
1635
1677
|
display: inline-block;
|
|
1636
1678
|
height: 18px;
|
|
1637
|
-
margin-top: 5px;
|
|
1638
|
-
margin-bottom: 0;
|
|
1639
1679
|
text-align: center;
|
|
1640
1680
|
width: 18px;
|
|
1641
1681
|
}
|
|
@@ -1643,8 +1683,6 @@
|
|
|
1643
1683
|
.e-pivotview th .e-collapse {
|
|
1644
1684
|
font-size: 12px !important;
|
|
1645
1685
|
margin-left: 0px;
|
|
1646
|
-
margin-top: 7px;
|
|
1647
|
-
margin-bottom: 0;
|
|
1648
1686
|
}
|
|
1649
1687
|
.e-pivotview .e-expand::before {
|
|
1650
1688
|
font-size: 10px;
|
|
@@ -2009,6 +2047,10 @@
|
|
|
2009
2047
|
border-left-width: 1px;
|
|
2010
2048
|
border-right: 0;
|
|
2011
2049
|
}
|
|
2050
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2051
|
+
border-left-width: 1px;
|
|
2052
|
+
border-right: 0;
|
|
2053
|
+
}
|
|
2012
2054
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2013
2055
|
margin-left: 0;
|
|
2014
2056
|
margin-right: 7px;
|
|
@@ -2241,12 +2283,6 @@
|
|
|
2241
2283
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2242
2284
|
padding-left: 16px !important;
|
|
2243
2285
|
}
|
|
2244
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2245
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2246
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2247
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2248
|
-
margin-top: 7px;
|
|
2249
|
-
}
|
|
2250
2286
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2251
2287
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2252
2288
|
/* stylelint-enable */
|
|
@@ -3217,7 +3253,7 @@
|
|
|
3217
3253
|
width: 100% !important;
|
|
3218
3254
|
}
|
|
3219
3255
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3220
|
-
margin-left: 0;
|
|
3256
|
+
margin-left: 0 !important;
|
|
3221
3257
|
}
|
|
3222
3258
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3223
3259
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
package/styles/fluent-dark.css
CHANGED
|
@@ -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,
|
|
@@ -642,6 +644,9 @@
|
|
|
642
644
|
.e-pivotview .e-frozenscrollbar {
|
|
643
645
|
background: #201f1e;
|
|
644
646
|
}
|
|
647
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
648
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
649
|
+
}
|
|
645
650
|
|
|
646
651
|
.e-pivotview-disable-icon {
|
|
647
652
|
visibility: hidden;
|
|
@@ -917,7 +922,6 @@
|
|
|
917
922
|
|
|
918
923
|
/*! PivotView theme */
|
|
919
924
|
.e-pivotview {
|
|
920
|
-
/* stylelint-enable */
|
|
921
925
|
/* stylelint-enable */
|
|
922
926
|
/* stylelint-disable */
|
|
923
927
|
/* stylelint-enable */
|
|
@@ -928,6 +932,8 @@
|
|
|
928
932
|
/* stylelint-enable */
|
|
929
933
|
}
|
|
930
934
|
.e-pivotview .e-pivotcell-container {
|
|
935
|
+
-ms-flex-align: center;
|
|
936
|
+
align-items: center;
|
|
931
937
|
display: -ms-flexbox;
|
|
932
938
|
display: flex;
|
|
933
939
|
}
|
|
@@ -973,14 +979,23 @@
|
|
|
973
979
|
-ms-user-select: none;
|
|
974
980
|
user-select: none;
|
|
975
981
|
}
|
|
982
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
983
|
+
overflow-x: auto;
|
|
984
|
+
scrollbar-width: none; /* firefox */
|
|
985
|
+
}
|
|
986
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
987
|
+
display: none; /* safari, chrome and edge */
|
|
988
|
+
}
|
|
976
989
|
.e-pivotview .e-gtot,
|
|
977
990
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
978
991
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
979
992
|
.e-pivotview .e-grid .e-content,
|
|
980
|
-
.e-pivotview .e-grid .e-gridheader
|
|
981
|
-
.e-pivotview .e-headercell {
|
|
993
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
982
994
|
background: #201f1e;
|
|
983
995
|
}
|
|
996
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
997
|
+
background: #201f1e !important;
|
|
998
|
+
}
|
|
984
999
|
.e-pivotview .e-grid .e-gridheader {
|
|
985
1000
|
border-bottom-width: 1px;
|
|
986
1001
|
}
|
|
@@ -1073,9 +1088,6 @@
|
|
|
1073
1088
|
.e-pivotview .e-drop-indicator {
|
|
1074
1089
|
display: block;
|
|
1075
1090
|
}
|
|
1076
|
-
.e-pivotview div.e-cellvalue {
|
|
1077
|
-
margin-top: 1px;
|
|
1078
|
-
}
|
|
1079
1091
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1080
1092
|
float: right;
|
|
1081
1093
|
font-size: 14px !important;
|
|
@@ -1086,10 +1098,17 @@
|
|
|
1086
1098
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1087
1099
|
display: none;
|
|
1088
1100
|
}
|
|
1089
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-
|
|
1101
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1102
|
+
margin: -33px 0 !important;
|
|
1103
|
+
}
|
|
1104
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1090
1105
|
margin: -11px 0 !important;
|
|
1106
|
+
}
|
|
1107
|
+
.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 {
|
|
1108
|
+
margin: 0 !important;
|
|
1091
1109
|
margin-left: auto !important;
|
|
1092
|
-
|
|
1110
|
+
padding-bottom: 0 !important;
|
|
1111
|
+
padding-top: 0 !important;
|
|
1093
1112
|
}
|
|
1094
1113
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1095
1114
|
margin: -20px 0 !important;
|
|
@@ -1124,9 +1143,25 @@
|
|
|
1124
1143
|
}
|
|
1125
1144
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1126
1145
|
visibility: hidden !important;
|
|
1146
|
+
/* stylelint-enable */
|
|
1147
|
+
}
|
|
1148
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1149
|
+
position: absolute;
|
|
1150
|
+
z-index: 10;
|
|
1151
|
+
color: #0078d4;
|
|
1152
|
+
font-size: 20px;
|
|
1153
|
+
text-align: center;
|
|
1154
|
+
padding: 10%;
|
|
1155
|
+
}
|
|
1156
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1157
|
+
display: none;
|
|
1158
|
+
}
|
|
1159
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1160
|
+
visibility: hidden;
|
|
1127
1161
|
}
|
|
1128
1162
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1129
1163
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1164
|
+
/* stylelint-disable */
|
|
1130
1165
|
padding-left: 8px !important;
|
|
1131
1166
|
padding-top: 0px !important;
|
|
1132
1167
|
padding-bottom: 0px !important;
|
|
@@ -1149,6 +1184,14 @@
|
|
|
1149
1184
|
border-left: 0;
|
|
1150
1185
|
border-right-width: 1px;
|
|
1151
1186
|
}
|
|
1187
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1188
|
+
border-left-color: #292827 !important;
|
|
1189
|
+
border-right-color: #292827 !important;
|
|
1190
|
+
border-right-width: 1px !important;
|
|
1191
|
+
}
|
|
1192
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1193
|
+
background: #201f1e;
|
|
1194
|
+
}
|
|
1152
1195
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1153
1196
|
display: block;
|
|
1154
1197
|
}
|
|
@@ -1156,8 +1199,6 @@
|
|
|
1156
1199
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1157
1200
|
display: inline-block;
|
|
1158
1201
|
padding-left: 12px !important;
|
|
1159
|
-
margin-top: 5px;
|
|
1160
|
-
margin-top: 1px;
|
|
1161
1202
|
}
|
|
1162
1203
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1163
1204
|
padding: 0 0 0 1px !important;
|
|
@@ -1656,8 +1697,6 @@
|
|
|
1656
1697
|
cursor: pointer;
|
|
1657
1698
|
display: inline-block;
|
|
1658
1699
|
height: 18px;
|
|
1659
|
-
margin-top: 0;
|
|
1660
|
-
margin-bottom: 2px;
|
|
1661
1700
|
text-align: center;
|
|
1662
1701
|
width: 18px;
|
|
1663
1702
|
vertical-align: middle;
|
|
@@ -1666,8 +1705,6 @@
|
|
|
1666
1705
|
.e-pivotview th .e-collapse {
|
|
1667
1706
|
font-size: 10px !important;
|
|
1668
1707
|
margin-left: 0px;
|
|
1669
|
-
margin-top: 0;
|
|
1670
|
-
margin-bottom: 2px;
|
|
1671
1708
|
}
|
|
1672
1709
|
.e-pivotview .e-expand::before {
|
|
1673
1710
|
font-size: 18px;
|
|
@@ -2031,6 +2068,10 @@
|
|
|
2031
2068
|
border-left-width: 1px;
|
|
2032
2069
|
border-right: 0;
|
|
2033
2070
|
}
|
|
2071
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2072
|
+
border-left-width: 1px;
|
|
2073
|
+
border-right: 0;
|
|
2074
|
+
}
|
|
2034
2075
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2035
2076
|
margin-left: 0;
|
|
2036
2077
|
margin-right: 7px;
|
|
@@ -2263,12 +2304,6 @@
|
|
|
2263
2304
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2264
2305
|
padding-left: 16px !important;
|
|
2265
2306
|
}
|
|
2266
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2267
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2268
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2269
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2270
|
-
margin-top: 0;
|
|
2271
|
-
}
|
|
2272
2307
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2273
2308
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2274
2309
|
/* stylelint-enable */
|
|
@@ -3259,7 +3294,7 @@
|
|
|
3259
3294
|
width: 100% !important;
|
|
3260
3295
|
}
|
|
3261
3296
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3262
|
-
margin-left: 0;
|
|
3297
|
+
margin-left: 0 !important;
|
|
3263
3298
|
}
|
|
3264
3299
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3265
3300
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|