@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/bootstrap4.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,
|
|
@@ -676,6 +678,9 @@
|
|
|
676
678
|
.e-pivotview .e-frozenscrollbar {
|
|
677
679
|
background: #f2f4f6;
|
|
678
680
|
}
|
|
681
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
682
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
683
|
+
}
|
|
679
684
|
|
|
680
685
|
.e-pivotview-disable-icon {
|
|
681
686
|
visibility: hidden;
|
|
@@ -958,7 +963,6 @@
|
|
|
958
963
|
|
|
959
964
|
/*! PivotView theme */
|
|
960
965
|
.e-pivotview {
|
|
961
|
-
/* stylelint-enable */
|
|
962
966
|
/* stylelint-enable */
|
|
963
967
|
/* stylelint-disable */
|
|
964
968
|
/* stylelint-enable */
|
|
@@ -969,6 +973,8 @@
|
|
|
969
973
|
/* stylelint-enable */
|
|
970
974
|
}
|
|
971
975
|
.e-pivotview .e-pivotcell-container {
|
|
976
|
+
-ms-flex-align: center;
|
|
977
|
+
align-items: center;
|
|
972
978
|
display: -ms-flexbox;
|
|
973
979
|
display: flex;
|
|
974
980
|
}
|
|
@@ -1014,14 +1020,23 @@
|
|
|
1014
1020
|
-ms-user-select: none;
|
|
1015
1021
|
user-select: none;
|
|
1016
1022
|
}
|
|
1023
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
1024
|
+
overflow-x: auto;
|
|
1025
|
+
scrollbar-width: none; /* firefox */
|
|
1026
|
+
}
|
|
1027
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
1028
|
+
display: none; /* safari, chrome and edge */
|
|
1029
|
+
}
|
|
1017
1030
|
.e-pivotview .e-gtot,
|
|
1018
1031
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
1019
1032
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
1020
1033
|
.e-pivotview .e-grid .e-content,
|
|
1021
|
-
.e-pivotview .e-grid .e-gridheader
|
|
1022
|
-
.e-pivotview .e-headercell {
|
|
1034
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
1023
1035
|
background: #f2f4f6;
|
|
1024
1036
|
}
|
|
1037
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
1038
|
+
background: #f2f4f6 !important;
|
|
1039
|
+
}
|
|
1025
1040
|
.e-pivotview .e-grid .e-gridheader {
|
|
1026
1041
|
border-bottom-width: 1px;
|
|
1027
1042
|
}
|
|
@@ -1114,9 +1129,6 @@
|
|
|
1114
1129
|
.e-pivotview .e-drop-indicator {
|
|
1115
1130
|
display: block;
|
|
1116
1131
|
}
|
|
1117
|
-
.e-pivotview div.e-cellvalue {
|
|
1118
|
-
margin-top: 5px;
|
|
1119
|
-
}
|
|
1120
1132
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1121
1133
|
float: right;
|
|
1122
1134
|
font-size: 10px !important;
|
|
@@ -1127,10 +1139,17 @@
|
|
|
1127
1139
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1128
1140
|
display: none;
|
|
1129
1141
|
}
|
|
1130
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-
|
|
1142
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1143
|
+
margin: -28px 0 !important;
|
|
1144
|
+
}
|
|
1145
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1131
1146
|
margin: -11px 0 !important;
|
|
1147
|
+
}
|
|
1148
|
+
.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
|
+
margin: 0 !important;
|
|
1132
1150
|
margin-left: auto !important;
|
|
1133
|
-
|
|
1151
|
+
padding-bottom: 0 !important;
|
|
1152
|
+
padding-top: 0 !important;
|
|
1134
1153
|
}
|
|
1135
1154
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1136
1155
|
margin: -20px 0 !important;
|
|
@@ -1168,9 +1187,25 @@
|
|
|
1168
1187
|
}
|
|
1169
1188
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1170
1189
|
visibility: hidden !important;
|
|
1190
|
+
/* stylelint-enable */
|
|
1191
|
+
}
|
|
1192
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1193
|
+
position: absolute;
|
|
1194
|
+
z-index: 10;
|
|
1195
|
+
color: #007bff;
|
|
1196
|
+
font-size: 20px;
|
|
1197
|
+
text-align: center;
|
|
1198
|
+
padding: 10%;
|
|
1199
|
+
}
|
|
1200
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1201
|
+
display: none;
|
|
1202
|
+
}
|
|
1203
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1204
|
+
visibility: hidden;
|
|
1171
1205
|
}
|
|
1172
1206
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1173
1207
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1208
|
+
/* stylelint-disable */
|
|
1174
1209
|
padding-left: 8px !important;
|
|
1175
1210
|
}
|
|
1176
1211
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
@@ -1191,6 +1226,14 @@
|
|
|
1191
1226
|
border-left: 0;
|
|
1192
1227
|
border-right-width: 1px;
|
|
1193
1228
|
}
|
|
1229
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1230
|
+
border-left-color: #dee2e6 !important;
|
|
1231
|
+
border-right-color: #dee2e6 !important;
|
|
1232
|
+
border-right-width: 1px !important;
|
|
1233
|
+
}
|
|
1234
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1235
|
+
background: #f8f9fa;
|
|
1236
|
+
}
|
|
1194
1237
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1195
1238
|
display: block;
|
|
1196
1239
|
}
|
|
@@ -1198,7 +1241,6 @@
|
|
|
1198
1241
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1199
1242
|
display: inline-block;
|
|
1200
1243
|
padding-left: 12px !important;
|
|
1201
|
-
margin-top: 5px;
|
|
1202
1244
|
}
|
|
1203
1245
|
.e-pivotview .e-headercelldiv.e-cellvalue {
|
|
1204
1246
|
margin-left: 0px;
|
|
@@ -1716,8 +1758,6 @@
|
|
|
1716
1758
|
cursor: pointer;
|
|
1717
1759
|
display: inline-block;
|
|
1718
1760
|
height: 18px;
|
|
1719
|
-
margin-top: 5px;
|
|
1720
|
-
margin-bottom: 0;
|
|
1721
1761
|
text-align: center;
|
|
1722
1762
|
width: 18px;
|
|
1723
1763
|
}
|
|
@@ -1725,8 +1765,6 @@
|
|
|
1725
1765
|
.e-pivotview th .e-collapse {
|
|
1726
1766
|
font-size: 13px !important;
|
|
1727
1767
|
margin-left: 0px;
|
|
1728
|
-
margin-top: 4px;
|
|
1729
|
-
margin-bottom: 0;
|
|
1730
1768
|
}
|
|
1731
1769
|
.e-pivotview .e-expand::before {
|
|
1732
1770
|
font-size: 10px;
|
|
@@ -2090,6 +2128,10 @@
|
|
|
2090
2128
|
border-left-width: 1px;
|
|
2091
2129
|
border-right: 0;
|
|
2092
2130
|
}
|
|
2131
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2132
|
+
border-left-width: 1px;
|
|
2133
|
+
border-right: 0;
|
|
2134
|
+
}
|
|
2093
2135
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2094
2136
|
margin-left: 0;
|
|
2095
2137
|
margin-right: 7px;
|
|
@@ -2323,12 +2365,6 @@
|
|
|
2323
2365
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2324
2366
|
padding-left: 16px !important;
|
|
2325
2367
|
}
|
|
2326
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2327
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2328
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2329
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2330
|
-
margin-top: 4px;
|
|
2331
|
-
}
|
|
2332
2368
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2333
2369
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2334
2370
|
/* stylelint-enable */
|
|
@@ -3334,7 +3370,7 @@
|
|
|
3334
3370
|
width: 100% !important;
|
|
3335
3371
|
}
|
|
3336
3372
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3337
|
-
margin-left: 0;
|
|
3373
|
+
margin-left: 0 !important;
|
|
3338
3374
|
}
|
|
3339
3375
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3340
3376
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -158,6 +158,8 @@
|
|
|
158
158
|
/* stylelint-disable */
|
|
159
159
|
/* stylelint-enable */
|
|
160
160
|
/* stylelint-enable */
|
|
161
|
+
/* stylelint-disable */
|
|
162
|
+
/* stylelint-enable */
|
|
161
163
|
}
|
|
162
164
|
.e-pivotview .e-value-field-settings,
|
|
163
165
|
.e-pivotview .e-member-editor-dialog,
|
|
@@ -631,6 +633,9 @@
|
|
|
631
633
|
.e-pivotview .e-frozenscrollbar {
|
|
632
634
|
background: #282d31;
|
|
633
635
|
}
|
|
636
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
637
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
638
|
+
}
|
|
634
639
|
|
|
635
640
|
.e-pivotview-disable-icon {
|
|
636
641
|
visibility: hidden;
|
|
@@ -901,7 +906,6 @@
|
|
|
901
906
|
|
|
902
907
|
/*! PivotView theme */
|
|
903
908
|
.e-pivotview {
|
|
904
|
-
/* stylelint-enable */
|
|
905
909
|
/* stylelint-enable */
|
|
906
910
|
/* stylelint-disable */
|
|
907
911
|
/* stylelint-enable */
|
|
@@ -912,6 +916,8 @@
|
|
|
912
916
|
/* stylelint-enable */
|
|
913
917
|
}
|
|
914
918
|
.e-pivotview .e-pivotcell-container {
|
|
919
|
+
-ms-flex-align: center;
|
|
920
|
+
align-items: center;
|
|
915
921
|
display: -ms-flexbox;
|
|
916
922
|
display: flex;
|
|
917
923
|
}
|
|
@@ -957,14 +963,23 @@
|
|
|
957
963
|
-ms-user-select: none;
|
|
958
964
|
user-select: none;
|
|
959
965
|
}
|
|
966
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
967
|
+
overflow-x: auto;
|
|
968
|
+
scrollbar-width: none; /* firefox */
|
|
969
|
+
}
|
|
970
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
971
|
+
display: none; /* safari, chrome and edge */
|
|
972
|
+
}
|
|
960
973
|
.e-pivotview .e-gtot,
|
|
961
974
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
962
975
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
963
976
|
.e-pivotview .e-grid .e-content,
|
|
964
|
-
.e-pivotview .e-grid .e-gridheader
|
|
965
|
-
.e-pivotview .e-headercell {
|
|
977
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
966
978
|
background: #282d31;
|
|
967
979
|
}
|
|
980
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
981
|
+
background: #282d31 !important;
|
|
982
|
+
}
|
|
968
983
|
.e-pivotview .e-grid .e-gridheader {
|
|
969
984
|
border-bottom-width: 1px;
|
|
970
985
|
border-bottom-color: #444c54;
|
|
@@ -1058,9 +1073,6 @@
|
|
|
1058
1073
|
.e-pivotview .e-drop-indicator {
|
|
1059
1074
|
display: block;
|
|
1060
1075
|
}
|
|
1061
|
-
.e-pivotview div.e-cellvalue {
|
|
1062
|
-
margin-top: 2px;
|
|
1063
|
-
}
|
|
1064
1076
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1065
1077
|
float: right;
|
|
1066
1078
|
font-size: 12px !important;
|
|
@@ -1071,10 +1083,17 @@
|
|
|
1071
1083
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1072
1084
|
display: none;
|
|
1073
1085
|
}
|
|
1074
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-
|
|
1086
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1087
|
+
margin: -16px 0 !important;
|
|
1088
|
+
}
|
|
1089
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1075
1090
|
margin: 6px 0 !important;
|
|
1091
|
+
}
|
|
1092
|
+
.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 {
|
|
1093
|
+
margin: 0 !important;
|
|
1076
1094
|
margin-left: auto !important;
|
|
1077
|
-
|
|
1095
|
+
padding-bottom: 0 !important;
|
|
1096
|
+
padding-top: 0 !important;
|
|
1078
1097
|
}
|
|
1079
1098
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1080
1099
|
margin: -5px 0 !important;
|
|
@@ -1112,9 +1131,25 @@
|
|
|
1112
1131
|
}
|
|
1113
1132
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1114
1133
|
visibility: hidden !important;
|
|
1134
|
+
/* stylelint-enable */
|
|
1135
|
+
}
|
|
1136
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1137
|
+
position: absolute;
|
|
1138
|
+
z-index: 10;
|
|
1139
|
+
color: #0d6efd;
|
|
1140
|
+
font-size: 20px;
|
|
1141
|
+
text-align: center;
|
|
1142
|
+
padding: 10%;
|
|
1143
|
+
}
|
|
1144
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1145
|
+
display: none;
|
|
1146
|
+
}
|
|
1147
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1148
|
+
visibility: hidden;
|
|
1115
1149
|
}
|
|
1116
1150
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1117
1151
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1152
|
+
/* stylelint-disable */
|
|
1118
1153
|
padding-left: 8px !important;
|
|
1119
1154
|
padding-top: 0px !important;
|
|
1120
1155
|
padding-bottom: 0px !important;
|
|
@@ -1137,6 +1172,14 @@
|
|
|
1137
1172
|
border-left: 0;
|
|
1138
1173
|
border-right-width: 1px;
|
|
1139
1174
|
}
|
|
1175
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1176
|
+
border-left-color: #495057 !important;
|
|
1177
|
+
border-right-color: #495057 !important;
|
|
1178
|
+
border-right-width: 1px !important;
|
|
1179
|
+
}
|
|
1180
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1181
|
+
background: #282d31;
|
|
1182
|
+
}
|
|
1140
1183
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1141
1184
|
display: block;
|
|
1142
1185
|
}
|
|
@@ -1144,9 +1187,6 @@
|
|
|
1144
1187
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1145
1188
|
display: inline-block;
|
|
1146
1189
|
padding-left: 12px !important;
|
|
1147
|
-
margin-top: 5px;
|
|
1148
|
-
margin-top: 2px;
|
|
1149
|
-
padding-left: 8px !important;
|
|
1150
1190
|
}
|
|
1151
1191
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1152
1192
|
padding: 0 0 0 1px !important;
|
|
@@ -1644,8 +1684,6 @@
|
|
|
1644
1684
|
cursor: pointer;
|
|
1645
1685
|
display: inline-block;
|
|
1646
1686
|
height: 18px;
|
|
1647
|
-
margin-top: 0;
|
|
1648
|
-
margin-bottom: 2px;
|
|
1649
1687
|
text-align: center;
|
|
1650
1688
|
width: 18px;
|
|
1651
1689
|
vertical-align: middle;
|
|
@@ -1654,8 +1692,6 @@
|
|
|
1654
1692
|
.e-pivotview th .e-collapse {
|
|
1655
1693
|
font-size: 10px !important;
|
|
1656
1694
|
margin-left: 0px;
|
|
1657
|
-
margin-top: 0;
|
|
1658
|
-
margin-bottom: 2px;
|
|
1659
1695
|
}
|
|
1660
1696
|
.e-pivotview .e-expand::before {
|
|
1661
1697
|
font-size: 20px;
|
|
@@ -2019,6 +2055,10 @@
|
|
|
2019
2055
|
border-left-width: 1px;
|
|
2020
2056
|
border-right: 0;
|
|
2021
2057
|
}
|
|
2058
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2059
|
+
border-left-width: 1px;
|
|
2060
|
+
border-right: 0;
|
|
2061
|
+
}
|
|
2022
2062
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2023
2063
|
margin-left: 0;
|
|
2024
2064
|
margin-right: 7px;
|
|
@@ -2251,12 +2291,6 @@
|
|
|
2251
2291
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2252
2292
|
padding-left: 16px !important;
|
|
2253
2293
|
}
|
|
2254
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2255
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2256
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2257
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2258
|
-
margin-top: 0;
|
|
2259
|
-
}
|
|
2260
2294
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2261
2295
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2262
2296
|
/* stylelint-enable */
|
|
@@ -3260,7 +3294,7 @@
|
|
|
3260
3294
|
width: 100% !important;
|
|
3261
3295
|
}
|
|
3262
3296
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3263
|
-
margin-left: 0;
|
|
3297
|
+
margin-left: 0 !important;
|
|
3264
3298
|
}
|
|
3265
3299
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3266
3300
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -160,6 +160,8 @@
|
|
|
160
160
|
/* stylelint-disable */
|
|
161
161
|
/* stylelint-enable */
|
|
162
162
|
/* stylelint-enable */
|
|
163
|
+
/* stylelint-disable */
|
|
164
|
+
/* stylelint-enable */
|
|
163
165
|
}
|
|
164
166
|
.e-pivotview .e-value-field-settings,
|
|
165
167
|
.e-pivotview .e-member-editor-dialog,
|
|
@@ -633,6 +635,9 @@
|
|
|
633
635
|
.e-pivotview .e-frozenscrollbar {
|
|
634
636
|
background: #f8f9fa;
|
|
635
637
|
}
|
|
638
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
639
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
640
|
+
}
|
|
636
641
|
|
|
637
642
|
.e-pivotview-disable-icon {
|
|
638
643
|
visibility: hidden;
|
|
@@ -903,7 +908,6 @@
|
|
|
903
908
|
|
|
904
909
|
/*! PivotView theme */
|
|
905
910
|
.e-pivotview {
|
|
906
|
-
/* stylelint-enable */
|
|
907
911
|
/* stylelint-enable */
|
|
908
912
|
/* stylelint-disable */
|
|
909
913
|
/* stylelint-enable */
|
|
@@ -914,6 +918,8 @@
|
|
|
914
918
|
/* stylelint-enable */
|
|
915
919
|
}
|
|
916
920
|
.e-pivotview .e-pivotcell-container {
|
|
921
|
+
-ms-flex-align: center;
|
|
922
|
+
align-items: center;
|
|
917
923
|
display: -ms-flexbox;
|
|
918
924
|
display: flex;
|
|
919
925
|
}
|
|
@@ -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: #f8f9fa;
|
|
969
981
|
}
|
|
982
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
983
|
+
background: #f8f9fa !important;
|
|
984
|
+
}
|
|
970
985
|
.e-pivotview .e-grid .e-gridheader {
|
|
971
986
|
border-bottom-width: 1px;
|
|
972
987
|
border-bottom-color: #dee2e6;
|
|
@@ -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: 2px;
|
|
1065
|
-
}
|
|
1066
1078
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1067
1079
|
float: right;
|
|
1068
1080
|
font-size: 12px !important;
|
|
@@ -1073,10 +1085,17 @@
|
|
|
1073
1085
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1074
1086
|
display: none;
|
|
1075
1087
|
}
|
|
1076
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-
|
|
1088
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1089
|
+
margin: -16px 0 !important;
|
|
1090
|
+
}
|
|
1091
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1077
1092
|
margin: 6px 0 !important;
|
|
1093
|
+
}
|
|
1094
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1095
|
+
margin: 0 !important;
|
|
1078
1096
|
margin-left: auto !important;
|
|
1079
|
-
|
|
1097
|
+
padding-bottom: 0 !important;
|
|
1098
|
+
padding-top: 0 !important;
|
|
1080
1099
|
}
|
|
1081
1100
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1082
1101
|
margin: -5px 0 !important;
|
|
@@ -1114,9 +1133,25 @@
|
|
|
1114
1133
|
}
|
|
1115
1134
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1116
1135
|
visibility: hidden !important;
|
|
1136
|
+
/* stylelint-enable */
|
|
1137
|
+
}
|
|
1138
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1139
|
+
position: absolute;
|
|
1140
|
+
z-index: 10;
|
|
1141
|
+
color: #0d6efd;
|
|
1142
|
+
font-size: 20px;
|
|
1143
|
+
text-align: center;
|
|
1144
|
+
padding: 10%;
|
|
1145
|
+
}
|
|
1146
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1147
|
+
display: none;
|
|
1148
|
+
}
|
|
1149
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1150
|
+
visibility: hidden;
|
|
1117
1151
|
}
|
|
1118
1152
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1119
1153
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1154
|
+
/* stylelint-disable */
|
|
1120
1155
|
padding-left: 8px !important;
|
|
1121
1156
|
padding-top: 0px !important;
|
|
1122
1157
|
padding-bottom: 0px !important;
|
|
@@ -1139,6 +1174,14 @@
|
|
|
1139
1174
|
border-left: 0;
|
|
1140
1175
|
border-right-width: 1px;
|
|
1141
1176
|
}
|
|
1177
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1178
|
+
border-left-color: #dee2e6 !important;
|
|
1179
|
+
border-right-color: #dee2e6 !important;
|
|
1180
|
+
border-right-width: 1px !important;
|
|
1181
|
+
}
|
|
1182
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1183
|
+
background: #f8f9fa;
|
|
1184
|
+
}
|
|
1142
1185
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1143
1186
|
display: block;
|
|
1144
1187
|
}
|
|
@@ -1146,9 +1189,6 @@
|
|
|
1146
1189
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1147
1190
|
display: inline-block;
|
|
1148
1191
|
padding-left: 12px !important;
|
|
1149
|
-
margin-top: 5px;
|
|
1150
|
-
margin-top: 2px;
|
|
1151
|
-
padding-left: 8px !important;
|
|
1152
1192
|
}
|
|
1153
1193
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1154
1194
|
padding: 0 0 0 1px !important;
|
|
@@ -1646,8 +1686,6 @@
|
|
|
1646
1686
|
cursor: pointer;
|
|
1647
1687
|
display: inline-block;
|
|
1648
1688
|
height: 18px;
|
|
1649
|
-
margin-top: 0;
|
|
1650
|
-
margin-bottom: 2px;
|
|
1651
1689
|
text-align: center;
|
|
1652
1690
|
width: 18px;
|
|
1653
1691
|
vertical-align: middle;
|
|
@@ -1656,8 +1694,6 @@
|
|
|
1656
1694
|
.e-pivotview th .e-collapse {
|
|
1657
1695
|
font-size: 10px !important;
|
|
1658
1696
|
margin-left: 0px;
|
|
1659
|
-
margin-top: 0;
|
|
1660
|
-
margin-bottom: 2px;
|
|
1661
1697
|
}
|
|
1662
1698
|
.e-pivotview .e-expand::before {
|
|
1663
1699
|
font-size: 20px;
|
|
@@ -2021,6 +2057,10 @@
|
|
|
2021
2057
|
border-left-width: 1px;
|
|
2022
2058
|
border-right: 0;
|
|
2023
2059
|
}
|
|
2060
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2061
|
+
border-left-width: 1px;
|
|
2062
|
+
border-right: 0;
|
|
2063
|
+
}
|
|
2024
2064
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2025
2065
|
margin-left: 0;
|
|
2026
2066
|
margin-right: 7px;
|
|
@@ -2253,12 +2293,6 @@
|
|
|
2253
2293
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2254
2294
|
padding-left: 16px !important;
|
|
2255
2295
|
}
|
|
2256
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2257
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2258
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2259
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2260
|
-
margin-top: 0;
|
|
2261
|
-
}
|
|
2262
2296
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2263
2297
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2264
2298
|
/* stylelint-enable */
|
|
@@ -3262,7 +3296,7 @@
|
|
|
3262
3296
|
width: 100% !important;
|
|
3263
3297
|
}
|
|
3264
3298
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3265
|
-
margin-left: 0;
|
|
3299
|
+
margin-left: 0 !important;
|
|
3266
3300
|
}
|
|
3267
3301
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3268
3302
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|