@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
|
@@ -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,
|
|
@@ -644,6 +646,9 @@
|
|
|
644
646
|
.e-pivotview .e-frozenscrollbar {
|
|
645
647
|
background: #faf9f8;
|
|
646
648
|
}
|
|
649
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
650
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
651
|
+
}
|
|
647
652
|
|
|
648
653
|
.e-pivotview-disable-icon {
|
|
649
654
|
visibility: hidden;
|
|
@@ -919,7 +924,6 @@
|
|
|
919
924
|
|
|
920
925
|
/*! PivotView theme */
|
|
921
926
|
.e-pivotview {
|
|
922
|
-
/* stylelint-enable */
|
|
923
927
|
/* stylelint-enable */
|
|
924
928
|
/* stylelint-disable */
|
|
925
929
|
/* stylelint-enable */
|
|
@@ -930,6 +934,8 @@
|
|
|
930
934
|
/* stylelint-enable */
|
|
931
935
|
}
|
|
932
936
|
.e-pivotview .e-pivotcell-container {
|
|
937
|
+
-ms-flex-align: center;
|
|
938
|
+
align-items: center;
|
|
933
939
|
display: -ms-flexbox;
|
|
934
940
|
display: flex;
|
|
935
941
|
}
|
|
@@ -975,14 +981,23 @@
|
|
|
975
981
|
-ms-user-select: none;
|
|
976
982
|
user-select: none;
|
|
977
983
|
}
|
|
984
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
985
|
+
overflow-x: auto;
|
|
986
|
+
scrollbar-width: none; /* firefox */
|
|
987
|
+
}
|
|
988
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
989
|
+
display: none; /* safari, chrome and edge */
|
|
990
|
+
}
|
|
978
991
|
.e-pivotview .e-gtot,
|
|
979
992
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
980
993
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
981
994
|
.e-pivotview .e-grid .e-content,
|
|
982
|
-
.e-pivotview .e-grid .e-gridheader
|
|
983
|
-
.e-pivotview .e-headercell {
|
|
995
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
984
996
|
background: #faf9f8;
|
|
985
997
|
}
|
|
998
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
999
|
+
background: #faf9f8 !important;
|
|
1000
|
+
}
|
|
986
1001
|
.e-pivotview .e-grid .e-gridheader {
|
|
987
1002
|
border-bottom-width: 1px;
|
|
988
1003
|
}
|
|
@@ -1075,9 +1090,6 @@
|
|
|
1075
1090
|
.e-pivotview .e-drop-indicator {
|
|
1076
1091
|
display: block;
|
|
1077
1092
|
}
|
|
1078
|
-
.e-pivotview div.e-cellvalue {
|
|
1079
|
-
margin-top: 1px;
|
|
1080
|
-
}
|
|
1081
1093
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1082
1094
|
float: right;
|
|
1083
1095
|
font-size: 14px !important;
|
|
@@ -1088,10 +1100,17 @@
|
|
|
1088
1100
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1089
1101
|
display: none;
|
|
1090
1102
|
}
|
|
1091
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-
|
|
1103
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1104
|
+
margin: -33px 0 !important;
|
|
1105
|
+
}
|
|
1106
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1092
1107
|
margin: -11px 0 !important;
|
|
1108
|
+
}
|
|
1109
|
+
.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 {
|
|
1110
|
+
margin: 0 !important;
|
|
1093
1111
|
margin-left: auto !important;
|
|
1094
|
-
|
|
1112
|
+
padding-bottom: 0 !important;
|
|
1113
|
+
padding-top: 0 !important;
|
|
1095
1114
|
}
|
|
1096
1115
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1097
1116
|
margin: -20px 0 !important;
|
|
@@ -1126,9 +1145,25 @@
|
|
|
1126
1145
|
}
|
|
1127
1146
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1128
1147
|
visibility: hidden !important;
|
|
1148
|
+
/* stylelint-enable */
|
|
1149
|
+
}
|
|
1150
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1151
|
+
position: absolute;
|
|
1152
|
+
z-index: 10;
|
|
1153
|
+
color: #0078d4;
|
|
1154
|
+
font-size: 20px;
|
|
1155
|
+
text-align: center;
|
|
1156
|
+
padding: 10%;
|
|
1157
|
+
}
|
|
1158
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1159
|
+
display: none;
|
|
1160
|
+
}
|
|
1161
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1162
|
+
visibility: hidden;
|
|
1129
1163
|
}
|
|
1130
1164
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1131
1165
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1166
|
+
/* stylelint-disable */
|
|
1132
1167
|
padding-left: 8px !important;
|
|
1133
1168
|
padding-top: 0px !important;
|
|
1134
1169
|
padding-bottom: 0px !important;
|
|
@@ -1151,6 +1186,14 @@
|
|
|
1151
1186
|
border-left: 0;
|
|
1152
1187
|
border-right-width: 1px;
|
|
1153
1188
|
}
|
|
1189
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1190
|
+
border-left-color: #edebe9 !important;
|
|
1191
|
+
border-right-color: #edebe9 !important;
|
|
1192
|
+
border-right-width: 1px !important;
|
|
1193
|
+
}
|
|
1194
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1195
|
+
background: #faf9f8;
|
|
1196
|
+
}
|
|
1154
1197
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1155
1198
|
display: block;
|
|
1156
1199
|
}
|
|
@@ -1158,8 +1201,6 @@
|
|
|
1158
1201
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1159
1202
|
display: inline-block;
|
|
1160
1203
|
padding-left: 12px !important;
|
|
1161
|
-
margin-top: 5px;
|
|
1162
|
-
margin-top: 1px;
|
|
1163
1204
|
}
|
|
1164
1205
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1165
1206
|
padding: 0 0 0 1px !important;
|
|
@@ -1658,8 +1699,6 @@
|
|
|
1658
1699
|
cursor: pointer;
|
|
1659
1700
|
display: inline-block;
|
|
1660
1701
|
height: 18px;
|
|
1661
|
-
margin-top: 0;
|
|
1662
|
-
margin-bottom: 2px;
|
|
1663
1702
|
text-align: center;
|
|
1664
1703
|
width: 18px;
|
|
1665
1704
|
vertical-align: middle;
|
|
@@ -1668,8 +1707,6 @@
|
|
|
1668
1707
|
.e-pivotview th .e-collapse {
|
|
1669
1708
|
font-size: 10px !important;
|
|
1670
1709
|
margin-left: 0px;
|
|
1671
|
-
margin-top: 0;
|
|
1672
|
-
margin-bottom: 2px;
|
|
1673
1710
|
}
|
|
1674
1711
|
.e-pivotview .e-expand::before {
|
|
1675
1712
|
font-size: 18px;
|
|
@@ -2033,6 +2070,10 @@
|
|
|
2033
2070
|
border-left-width: 1px;
|
|
2034
2071
|
border-right: 0;
|
|
2035
2072
|
}
|
|
2073
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2074
|
+
border-left-width: 1px;
|
|
2075
|
+
border-right: 0;
|
|
2076
|
+
}
|
|
2036
2077
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2037
2078
|
margin-left: 0;
|
|
2038
2079
|
margin-right: 7px;
|
|
@@ -2265,12 +2306,6 @@
|
|
|
2265
2306
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2266
2307
|
padding-left: 16px !important;
|
|
2267
2308
|
}
|
|
2268
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2269
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2270
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2271
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2272
|
-
margin-top: 0;
|
|
2273
|
-
}
|
|
2274
2309
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2275
2310
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2276
2311
|
/* 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,
|
|
@@ -629,6 +631,9 @@
|
|
|
629
631
|
.e-pivotview .e-frozenscrollbar {
|
|
630
632
|
background: #d8d8d8;
|
|
631
633
|
}
|
|
634
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
635
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
636
|
+
}
|
|
632
637
|
|
|
633
638
|
.e-pivotview-disable-icon {
|
|
634
639
|
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
|
}
|
|
@@ -959,14 +965,23 @@
|
|
|
959
965
|
-ms-user-select: none;
|
|
960
966
|
user-select: none;
|
|
961
967
|
}
|
|
968
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
969
|
+
overflow-x: auto;
|
|
970
|
+
scrollbar-width: none; /* firefox */
|
|
971
|
+
}
|
|
972
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
973
|
+
display: none; /* safari, chrome and edge */
|
|
974
|
+
}
|
|
962
975
|
.e-pivotview .e-gtot,
|
|
963
976
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
964
977
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
965
978
|
.e-pivotview .e-grid .e-content,
|
|
966
|
-
.e-pivotview .e-grid .e-gridheader
|
|
967
|
-
.e-pivotview .e-headercell {
|
|
979
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
968
980
|
background: #d8d8d8;
|
|
969
981
|
}
|
|
982
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
983
|
+
background: #d8d8d8 !important;
|
|
984
|
+
}
|
|
970
985
|
.e-pivotview .e-grid .e-gridheader {
|
|
971
986
|
border-bottom-width: 1px;
|
|
972
987
|
}
|
|
@@ -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: 0;
|
|
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
|
}
|
|
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 {
|
|
1091
|
+
margin: 0 !important;
|
|
1092
|
+
}
|
|
1075
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 {
|
|
1076
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: -6px 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: #400074;
|
|
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: #757575 !important;
|
|
1173
|
+
border-right-color: #757575 !important;
|
|
1174
|
+
border-right-width: 1px !important;
|
|
1175
|
+
}
|
|
1176
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1177
|
+
background: #d8d8d8;
|
|
1178
|
+
}
|
|
1136
1179
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1137
1180
|
display: block;
|
|
1138
1181
|
}
|
|
@@ -1140,8 +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: 0;
|
|
1145
1186
|
}
|
|
1146
1187
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1147
1188
|
padding: 0 0 0 1px !important;
|
|
@@ -1635,8 +1676,6 @@
|
|
|
1635
1676
|
cursor: pointer;
|
|
1636
1677
|
display: inline-block;
|
|
1637
1678
|
height: 18px;
|
|
1638
|
-
margin-top: 0;
|
|
1639
|
-
margin-bottom: 0;
|
|
1640
1679
|
text-align: center;
|
|
1641
1680
|
width: 18px;
|
|
1642
1681
|
}
|
|
@@ -1644,8 +1683,6 @@
|
|
|
1644
1683
|
.e-pivotview th .e-collapse {
|
|
1645
1684
|
font-size: 13px !important;
|
|
1646
1685
|
margin-left: 0px;
|
|
1647
|
-
margin-top: 2px;
|
|
1648
|
-
margin-bottom: 0;
|
|
1649
1686
|
}
|
|
1650
1687
|
.e-pivotview .e-expand::before {
|
|
1651
1688
|
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: 2px;
|
|
2250
|
-
}
|
|
2251
2286
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2252
2287
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2253
2288
|
/* 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,
|
|
@@ -629,6 +631,9 @@
|
|
|
629
631
|
.e-pivotview .e-frozenscrollbar {
|
|
630
632
|
background: #262626;
|
|
631
633
|
}
|
|
634
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
635
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
636
|
+
}
|
|
632
637
|
|
|
633
638
|
.e-pivotview-disable-icon {
|
|
634
639
|
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
|
}
|
|
@@ -959,14 +965,23 @@
|
|
|
959
965
|
-ms-user-select: none;
|
|
960
966
|
user-select: none;
|
|
961
967
|
}
|
|
968
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
969
|
+
overflow-x: auto;
|
|
970
|
+
scrollbar-width: none; /* firefox */
|
|
971
|
+
}
|
|
972
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
973
|
+
display: none; /* safari, chrome and edge */
|
|
974
|
+
}
|
|
962
975
|
.e-pivotview .e-gtot,
|
|
963
976
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
964
977
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
965
978
|
.e-pivotview .e-grid .e-content,
|
|
966
|
-
.e-pivotview .e-grid .e-gridheader
|
|
967
|
-
.e-pivotview .e-headercell {
|
|
979
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
968
980
|
background: #000;
|
|
969
981
|
}
|
|
982
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
983
|
+
background: #000 !important;
|
|
984
|
+
}
|
|
970
985
|
.e-pivotview .e-grid .e-gridheader {
|
|
971
986
|
border-bottom-width: 1px;
|
|
972
987
|
}
|
|
@@ -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: 0;
|
|
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
|
}
|
|
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 {
|
|
1091
|
+
margin: 0 !important;
|
|
1092
|
+
}
|
|
1075
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 {
|
|
1076
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: -6px 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: #ffd939;
|
|
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: #969696 !important;
|
|
1173
|
+
border-right-color: #969696 !important;
|
|
1174
|
+
border-right-width: 1px !important;
|
|
1175
|
+
}
|
|
1176
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1177
|
+
background: #000;
|
|
1178
|
+
}
|
|
1136
1179
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1137
1180
|
display: block;
|
|
1138
1181
|
}
|
|
@@ -1140,8 +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: 0;
|
|
1145
1186
|
}
|
|
1146
1187
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1147
1188
|
padding: 0 0 0 1px !important;
|
|
@@ -1635,8 +1676,6 @@
|
|
|
1635
1676
|
cursor: pointer;
|
|
1636
1677
|
display: inline-block;
|
|
1637
1678
|
height: 18px;
|
|
1638
|
-
margin-top: 0;
|
|
1639
|
-
margin-bottom: 0;
|
|
1640
1679
|
text-align: center;
|
|
1641
1680
|
width: 18px;
|
|
1642
1681
|
}
|
|
@@ -1644,8 +1683,6 @@
|
|
|
1644
1683
|
.e-pivotview th .e-collapse {
|
|
1645
1684
|
font-size: 13px !important;
|
|
1646
1685
|
margin-left: 0px;
|
|
1647
|
-
margin-top: 2px;
|
|
1648
|
-
margin-bottom: 0;
|
|
1649
1686
|
}
|
|
1650
1687
|
.e-pivotview .e-expand::before {
|
|
1651
1688
|
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: 2px;
|
|
2250
|
-
}
|
|
2251
2286
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2252
2287
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2253
2288
|
/* stylelint-enable */
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
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 */
|