@syncfusion/ej2-vue-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-vue-pivotview.umd.min.js +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +9 -9
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -1
- package/src/pivotview/pivotview.component.d.ts +3 -1
- package/styles/bootstrap-dark.css +56 -20
- package/styles/bootstrap.css +57 -21
- package/styles/bootstrap4.css +56 -20
- package/styles/bootstrap5-dark.css +56 -22
- package/styles/bootstrap5.css +56 -22
- package/styles/fabric-dark.css +56 -22
- package/styles/fabric.css +56 -20
- package/styles/fluent-dark.css +56 -21
- package/styles/fluent.css +56 -21
- package/styles/highcontrast-light.css +55 -20
- package/styles/highcontrast.css +55 -20
- package/styles/material-dark.css +55 -20
- package/styles/material.css +55 -20
- package/styles/material3-dark.css +55 -22
- package/styles/material3.css +55 -21
- package/styles/pivotfieldlist/bootstrap-dark.css +1 -1
- package/styles/pivotfieldlist/bootstrap.css +1 -1
- package/styles/pivotfieldlist/bootstrap4.css +1 -1
- package/styles/pivotfieldlist/bootstrap5-dark.css +1 -1
- package/styles/pivotfieldlist/bootstrap5.css +1 -1
- package/styles/pivotfieldlist/fabric-dark.css +1 -1
- package/styles/pivotfieldlist/fabric.css +1 -1
- package/styles/pivotfieldlist/fluent-dark.css +1 -1
- package/styles/pivotfieldlist/fluent.css +1 -1
- package/styles/pivotfieldlist/highcontrast-light.css +1 -1
- package/styles/pivotfieldlist/highcontrast.css +1 -1
- package/styles/pivotfieldlist/material-dark.css +1 -2
- package/styles/pivotfieldlist/material.css +1 -2
- package/styles/pivotfieldlist/material3-dark.css +1 -2
- package/styles/pivotfieldlist/material3-dark.scss +1 -1
- package/styles/pivotfieldlist/material3.css +1 -2
- package/styles/pivotfieldlist/material3.scss +1 -1
- package/styles/pivotfieldlist/tailwind-dark.css +1 -2
- package/styles/pivotfieldlist/tailwind.css +1 -2
- package/styles/pivotview/bootstrap-dark.css +55 -19
- package/styles/pivotview/bootstrap.css +56 -20
- package/styles/pivotview/bootstrap4.css +55 -19
- package/styles/pivotview/bootstrap5-dark.css +55 -21
- package/styles/pivotview/bootstrap5.css +55 -21
- package/styles/pivotview/fabric-dark.css +55 -21
- package/styles/pivotview/fabric.css +55 -19
- package/styles/pivotview/fluent-dark.css +55 -20
- package/styles/pivotview/fluent.css +55 -20
- package/styles/pivotview/highcontrast-light.css +54 -19
- package/styles/pivotview/highcontrast.css +54 -19
- package/styles/pivotview/material-dark.css +54 -19
- package/styles/pivotview/material.css +54 -19
- package/styles/pivotview/material3-dark.css +54 -20
- package/styles/pivotview/material3-dark.scss +1 -1
- package/styles/pivotview/material3.css +54 -20
- package/styles/pivotview/material3.scss +1 -1
- package/styles/pivotview/tailwind-dark.css +54 -21
- package/styles/pivotview/tailwind.css +54 -21
- package/styles/tailwind-dark.css +55 -23
- package/styles/tailwind.css +55 -23
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -272,6 +271,8 @@
|
|
|
272
271
|
/* stylelint-disable */
|
|
273
272
|
/* stylelint-enable */
|
|
274
273
|
/* stylelint-enable */
|
|
274
|
+
/* stylelint-disable */
|
|
275
|
+
/* stylelint-enable */
|
|
275
276
|
}
|
|
276
277
|
.e-pivotview.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
277
278
|
padding: 0;
|
|
@@ -756,6 +757,9 @@
|
|
|
756
757
|
.e-pivotview .e-frozenscrollbar {
|
|
757
758
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
758
759
|
}
|
|
760
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
761
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
762
|
+
}
|
|
759
763
|
|
|
760
764
|
.e-pivotview-disable-icon {
|
|
761
765
|
visibility: hidden;
|
|
@@ -1030,7 +1034,6 @@
|
|
|
1030
1034
|
|
|
1031
1035
|
/*! PivotView theme */
|
|
1032
1036
|
.e-pivotview {
|
|
1033
|
-
/* stylelint-enable */
|
|
1034
1037
|
/* stylelint-enable */
|
|
1035
1038
|
/* stylelint-disable */
|
|
1036
1039
|
/* stylelint-enable */
|
|
@@ -1041,6 +1044,8 @@
|
|
|
1041
1044
|
/* stylelint-enable */
|
|
1042
1045
|
}
|
|
1043
1046
|
.e-pivotview .e-pivotcell-container {
|
|
1047
|
+
-ms-flex-align: center;
|
|
1048
|
+
align-items: center;
|
|
1044
1049
|
display: -ms-flexbox;
|
|
1045
1050
|
display: flex;
|
|
1046
1051
|
}
|
|
@@ -1086,14 +1091,23 @@
|
|
|
1086
1091
|
-ms-user-select: none;
|
|
1087
1092
|
user-select: none;
|
|
1088
1093
|
}
|
|
1094
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
1095
|
+
overflow-x: auto;
|
|
1096
|
+
scrollbar-width: none; /* firefox */
|
|
1097
|
+
}
|
|
1098
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
1099
|
+
display: none; /* safari, chrome and edge */
|
|
1100
|
+
}
|
|
1089
1101
|
.e-pivotview .e-gtot,
|
|
1090
1102
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
1091
1103
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
1092
1104
|
.e-pivotview .e-grid .e-content,
|
|
1093
|
-
.e-pivotview .e-grid .e-gridheader
|
|
1094
|
-
.e-pivotview .e-headercell {
|
|
1105
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
1095
1106
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
1096
1107
|
}
|
|
1108
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
1109
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface)) !important;
|
|
1110
|
+
}
|
|
1097
1111
|
.e-pivotview .e-grid .e-gridheader {
|
|
1098
1112
|
border-bottom-width: 1px;
|
|
1099
1113
|
}
|
|
@@ -1187,11 +1201,7 @@
|
|
|
1187
1201
|
.e-pivotview .e-drop-indicator {
|
|
1188
1202
|
display: block;
|
|
1189
1203
|
}
|
|
1190
|
-
.e-pivotview div.e-cellvalue {
|
|
1191
|
-
margin-top: 0;
|
|
1192
|
-
}
|
|
1193
1204
|
.e-pivotview div div span.e-value-sort-icon {
|
|
1194
|
-
/* stylelint-disable */
|
|
1195
1205
|
padding: 0 !important;
|
|
1196
1206
|
}
|
|
1197
1207
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
@@ -1203,10 +1213,17 @@
|
|
|
1203
1213
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1204
1214
|
display: none;
|
|
1205
1215
|
}
|
|
1216
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1217
|
+
margin: -15px 0 !important;
|
|
1218
|
+
}
|
|
1219
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1220
|
+
margin: 0 !important;
|
|
1221
|
+
}
|
|
1206
1222
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1207
1223
|
margin: 0 !important;
|
|
1208
1224
|
margin-left: auto !important;
|
|
1209
|
-
|
|
1225
|
+
padding-bottom: 0 !important;
|
|
1226
|
+
padding-top: 0 !important;
|
|
1210
1227
|
}
|
|
1211
1228
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1212
1229
|
margin: -8px 0 !important;
|
|
@@ -1241,9 +1258,25 @@
|
|
|
1241
1258
|
}
|
|
1242
1259
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1243
1260
|
visibility: hidden !important;
|
|
1261
|
+
/* stylelint-enable */
|
|
1262
|
+
}
|
|
1263
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1264
|
+
position: absolute;
|
|
1265
|
+
z-index: 10;
|
|
1266
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
1267
|
+
font-size: 20px;
|
|
1268
|
+
text-align: center;
|
|
1269
|
+
padding: 10%;
|
|
1270
|
+
}
|
|
1271
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1272
|
+
display: none;
|
|
1273
|
+
}
|
|
1274
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1275
|
+
visibility: hidden;
|
|
1244
1276
|
}
|
|
1245
1277
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1246
1278
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1279
|
+
/* stylelint-disable */
|
|
1247
1280
|
padding-left: 8px !important;
|
|
1248
1281
|
padding-top: 0px !important;
|
|
1249
1282
|
padding-bottom: 0px !important;
|
|
@@ -1266,6 +1299,14 @@
|
|
|
1266
1299
|
border-left: 0;
|
|
1267
1300
|
border-right-width: 1px;
|
|
1268
1301
|
}
|
|
1302
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1303
|
+
border-left-color: rgba(var(--color-sf-outline-variant)) !important;
|
|
1304
|
+
border-right-color: rgba(var(--color-sf-outline-variant)) !important;
|
|
1305
|
+
border-right-width: 1px !important;
|
|
1306
|
+
}
|
|
1307
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1308
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
1309
|
+
}
|
|
1269
1310
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1270
1311
|
display: block;
|
|
1271
1312
|
}
|
|
@@ -1273,7 +1314,6 @@
|
|
|
1273
1314
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1274
1315
|
display: inline-block;
|
|
1275
1316
|
padding-left: 12px !important;
|
|
1276
|
-
margin-top: 5px;
|
|
1277
1317
|
}
|
|
1278
1318
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1279
1319
|
padding: 0 0 0 1px !important;
|
|
@@ -1766,8 +1806,6 @@
|
|
|
1766
1806
|
cursor: pointer;
|
|
1767
1807
|
display: inline-block;
|
|
1768
1808
|
height: 18px;
|
|
1769
|
-
margin-top: 3px;
|
|
1770
|
-
margin-bottom: 3px;
|
|
1771
1809
|
text-align: center;
|
|
1772
1810
|
width: 18px;
|
|
1773
1811
|
vertical-align: middle;
|
|
@@ -1776,8 +1814,6 @@
|
|
|
1776
1814
|
.e-pivotview th .e-collapse {
|
|
1777
1815
|
font-size: 10px !important;
|
|
1778
1816
|
margin-left: 0px;
|
|
1779
|
-
margin-top: 3px;
|
|
1780
|
-
margin-bottom: 3px;
|
|
1781
1817
|
}
|
|
1782
1818
|
.e-pivotview .e-expand::before {
|
|
1783
1819
|
font-size: 16px;
|
|
@@ -2167,6 +2203,10 @@
|
|
|
2167
2203
|
border-left-width: 1px;
|
|
2168
2204
|
border-right: 0;
|
|
2169
2205
|
}
|
|
2206
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2207
|
+
border-left-width: 1px;
|
|
2208
|
+
border-right: 0;
|
|
2209
|
+
}
|
|
2170
2210
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2171
2211
|
margin-left: 0;
|
|
2172
2212
|
margin-right: 7px;
|
|
@@ -2399,12 +2439,6 @@
|
|
|
2399
2439
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2400
2440
|
padding-left: 16px !important;
|
|
2401
2441
|
}
|
|
2402
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2403
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2404
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2405
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2406
|
-
margin-top: 4px;
|
|
2407
|
-
}
|
|
2408
2442
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2409
2443
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2410
2444
|
/* stylelint-enable */
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-pivotview/styles/pivotview/material3.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
1
|
/*! component's theme wise override definitions and variables */
|
|
3
2
|
/*! component's common definitions and variables */
|
|
4
3
|
/* pivot-pager */
|
|
@@ -159,6 +158,8 @@
|
|
|
159
158
|
/* stylelint-disable */
|
|
160
159
|
/* stylelint-enable */
|
|
161
160
|
/* stylelint-enable */
|
|
161
|
+
/* stylelint-disable */
|
|
162
|
+
/* stylelint-enable */
|
|
162
163
|
}
|
|
163
164
|
.e-pivotview .e-value-field-settings,
|
|
164
165
|
.e-pivotview .e-member-editor-dialog,
|
|
@@ -636,6 +637,9 @@
|
|
|
636
637
|
.e-pivotview .e-frozenscrollbar {
|
|
637
638
|
background: #232e3e;
|
|
638
639
|
}
|
|
640
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
641
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
642
|
+
}
|
|
639
643
|
|
|
640
644
|
.e-pivotview-disable-icon {
|
|
641
645
|
visibility: hidden;
|
|
@@ -916,7 +920,6 @@
|
|
|
916
920
|
|
|
917
921
|
/*! PivotView theme */
|
|
918
922
|
.e-pivotview {
|
|
919
|
-
/* stylelint-enable */
|
|
920
923
|
/* stylelint-enable */
|
|
921
924
|
/* stylelint-disable */
|
|
922
925
|
/* stylelint-enable */
|
|
@@ -927,6 +930,8 @@
|
|
|
927
930
|
/* stylelint-enable */
|
|
928
931
|
}
|
|
929
932
|
.e-pivotview .e-pivotcell-container {
|
|
933
|
+
-ms-flex-align: center;
|
|
934
|
+
align-items: center;
|
|
930
935
|
display: -ms-flexbox;
|
|
931
936
|
display: flex;
|
|
932
937
|
}
|
|
@@ -972,14 +977,23 @@
|
|
|
972
977
|
-ms-user-select: none;
|
|
973
978
|
user-select: none;
|
|
974
979
|
}
|
|
980
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
981
|
+
overflow-x: auto;
|
|
982
|
+
scrollbar-width: none; /* firefox */
|
|
983
|
+
}
|
|
984
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
985
|
+
display: none; /* safari, chrome and edge */
|
|
986
|
+
}
|
|
975
987
|
.e-pivotview .e-gtot,
|
|
976
988
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
977
989
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
978
990
|
.e-pivotview .e-grid .e-content,
|
|
979
|
-
.e-pivotview .e-grid .e-gridheader
|
|
980
|
-
.e-pivotview .e-headercell {
|
|
991
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
981
992
|
background: #232e3e;
|
|
982
993
|
}
|
|
994
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
995
|
+
background: #232e3e !important;
|
|
996
|
+
}
|
|
983
997
|
.e-pivotview .e-grid .e-gridheader {
|
|
984
998
|
border-bottom-width: 1px;
|
|
985
999
|
}
|
|
@@ -1076,9 +1090,6 @@
|
|
|
1076
1090
|
.e-pivotview .e-drop-indicator {
|
|
1077
1091
|
display: block;
|
|
1078
1092
|
}
|
|
1079
|
-
.e-pivotview div.e-cellvalue {
|
|
1080
|
-
margin-top: 2px;
|
|
1081
|
-
}
|
|
1082
1093
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1083
1094
|
float: right;
|
|
1084
1095
|
}
|
|
@@ -1088,10 +1099,17 @@
|
|
|
1088
1099
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1089
1100
|
display: none;
|
|
1090
1101
|
}
|
|
1102
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1103
|
+
margin: -18px 0 !important;
|
|
1104
|
+
}
|
|
1105
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1106
|
+
margin: 0 !important;
|
|
1107
|
+
}
|
|
1091
1108
|
.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 {
|
|
1092
1109
|
margin: 0 !important;
|
|
1093
1110
|
margin-left: auto !important;
|
|
1094
|
-
|
|
1111
|
+
padding-bottom: 0 !important;
|
|
1112
|
+
padding-top: 0 !important;
|
|
1095
1113
|
}
|
|
1096
1114
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1097
1115
|
margin: -4px 0 !important;
|
|
@@ -1127,9 +1145,25 @@
|
|
|
1127
1145
|
}
|
|
1128
1146
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1129
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: #22d3ee;
|
|
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;
|
|
1130
1163
|
}
|
|
1131
1164
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1132
1165
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1166
|
+
/* stylelint-disable */
|
|
1133
1167
|
padding-left: 8px !important;
|
|
1134
1168
|
text-transform: none;
|
|
1135
1169
|
padding-top: 0px !important;
|
|
@@ -1153,6 +1187,14 @@
|
|
|
1153
1187
|
border-left: 0;
|
|
1154
1188
|
border-right-width: 1px;
|
|
1155
1189
|
}
|
|
1190
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1191
|
+
border-left-color: #4b5563 !important;
|
|
1192
|
+
border-right-color: #4b5563 !important;
|
|
1193
|
+
border-right-width: 1px !important;
|
|
1194
|
+
}
|
|
1195
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1196
|
+
background: #232e3e;
|
|
1197
|
+
}
|
|
1156
1198
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1157
1199
|
display: block;
|
|
1158
1200
|
}
|
|
@@ -1160,9 +1202,6 @@
|
|
|
1160
1202
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1161
1203
|
display: inline-block;
|
|
1162
1204
|
padding-left: 12px !important;
|
|
1163
|
-
margin-top: 5px;
|
|
1164
|
-
margin-top: 2px;
|
|
1165
|
-
padding-left: 8px !important;
|
|
1166
1205
|
}
|
|
1167
1206
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1168
1207
|
padding: 0 0 0 1px !important;
|
|
@@ -1659,8 +1698,6 @@
|
|
|
1659
1698
|
cursor: pointer;
|
|
1660
1699
|
display: inline-block;
|
|
1661
1700
|
height: 18px;
|
|
1662
|
-
margin-top: 0;
|
|
1663
|
-
margin-bottom: 0;
|
|
1664
1701
|
text-align: center;
|
|
1665
1702
|
width: 18px;
|
|
1666
1703
|
vertical-align: middle;
|
|
@@ -1669,8 +1706,6 @@
|
|
|
1669
1706
|
.e-pivotview th .e-collapse {
|
|
1670
1707
|
font-size: 10px !important;
|
|
1671
1708
|
margin-left: 0px;
|
|
1672
|
-
margin-top: 0;
|
|
1673
|
-
margin-bottom: 0;
|
|
1674
1709
|
}
|
|
1675
1710
|
.e-pivotview .e-expand::before {
|
|
1676
1711
|
font-size: 18px;
|
|
@@ -2034,6 +2069,10 @@
|
|
|
2034
2069
|
border-left-width: 1px;
|
|
2035
2070
|
border-right: 0;
|
|
2036
2071
|
}
|
|
2072
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2073
|
+
border-left-width: 1px;
|
|
2074
|
+
border-right: 0;
|
|
2075
|
+
}
|
|
2037
2076
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2038
2077
|
margin-left: 0;
|
|
2039
2078
|
margin-right: 7px;
|
|
@@ -2268,12 +2307,6 @@
|
|
|
2268
2307
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2269
2308
|
padding-left: 16px !important;
|
|
2270
2309
|
}
|
|
2271
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2272
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2273
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2274
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2275
|
-
margin-top: 0;
|
|
2276
|
-
}
|
|
2277
2310
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2278
2311
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2279
2312
|
/* stylelint-enable */
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
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 */
|
|
@@ -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,
|
|
@@ -638,6 +639,9 @@
|
|
|
638
639
|
.e-pivotview .e-frozenscrollbar {
|
|
639
640
|
background: #f9fafb;
|
|
640
641
|
}
|
|
642
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
643
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
644
|
+
}
|
|
641
645
|
|
|
642
646
|
.e-pivotview-disable-icon {
|
|
643
647
|
visibility: hidden;
|
|
@@ -918,7 +922,6 @@
|
|
|
918
922
|
|
|
919
923
|
/*! PivotView theme */
|
|
920
924
|
.e-pivotview {
|
|
921
|
-
/* stylelint-enable */
|
|
922
925
|
/* stylelint-enable */
|
|
923
926
|
/* stylelint-disable */
|
|
924
927
|
/* stylelint-enable */
|
|
@@ -929,6 +932,8 @@
|
|
|
929
932
|
/* stylelint-enable */
|
|
930
933
|
}
|
|
931
934
|
.e-pivotview .e-pivotcell-container {
|
|
935
|
+
-ms-flex-align: center;
|
|
936
|
+
align-items: center;
|
|
932
937
|
display: -ms-flexbox;
|
|
933
938
|
display: flex;
|
|
934
939
|
}
|
|
@@ -974,14 +979,23 @@
|
|
|
974
979
|
-ms-user-select: none;
|
|
975
980
|
user-select: none;
|
|
976
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
|
+
}
|
|
977
989
|
.e-pivotview .e-gtot,
|
|
978
990
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
979
991
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
980
992
|
.e-pivotview .e-grid .e-content,
|
|
981
|
-
.e-pivotview .e-grid .e-gridheader
|
|
982
|
-
.e-pivotview .e-headercell {
|
|
993
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
983
994
|
background: #f9fafb;
|
|
984
995
|
}
|
|
996
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
997
|
+
background: #f9fafb !important;
|
|
998
|
+
}
|
|
985
999
|
.e-pivotview .e-grid .e-gridheader {
|
|
986
1000
|
border-bottom-width: 1px;
|
|
987
1001
|
}
|
|
@@ -1078,9 +1092,6 @@
|
|
|
1078
1092
|
.e-pivotview .e-drop-indicator {
|
|
1079
1093
|
display: block;
|
|
1080
1094
|
}
|
|
1081
|
-
.e-pivotview div.e-cellvalue {
|
|
1082
|
-
margin-top: 2px;
|
|
1083
|
-
}
|
|
1084
1095
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1085
1096
|
float: right;
|
|
1086
1097
|
}
|
|
@@ -1090,10 +1101,17 @@
|
|
|
1090
1101
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1091
1102
|
display: none;
|
|
1092
1103
|
}
|
|
1104
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1105
|
+
margin: -18px 0 !important;
|
|
1106
|
+
}
|
|
1107
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1108
|
+
margin: 0 !important;
|
|
1109
|
+
}
|
|
1093
1110
|
.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
1111
|
margin: 0 !important;
|
|
1095
1112
|
margin-left: auto !important;
|
|
1096
|
-
|
|
1113
|
+
padding-bottom: 0 !important;
|
|
1114
|
+
padding-top: 0 !important;
|
|
1097
1115
|
}
|
|
1098
1116
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1099
1117
|
margin: -4px 0 !important;
|
|
@@ -1129,9 +1147,25 @@
|
|
|
1129
1147
|
}
|
|
1130
1148
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1131
1149
|
visibility: hidden !important;
|
|
1150
|
+
/* stylelint-enable */
|
|
1151
|
+
}
|
|
1152
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1153
|
+
position: absolute;
|
|
1154
|
+
z-index: 10;
|
|
1155
|
+
color: #4f46e5;
|
|
1156
|
+
font-size: 20px;
|
|
1157
|
+
text-align: center;
|
|
1158
|
+
padding: 10%;
|
|
1159
|
+
}
|
|
1160
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1161
|
+
display: none;
|
|
1162
|
+
}
|
|
1163
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1164
|
+
visibility: hidden;
|
|
1132
1165
|
}
|
|
1133
1166
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1134
1167
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1168
|
+
/* stylelint-disable */
|
|
1135
1169
|
padding-left: 8px !important;
|
|
1136
1170
|
text-transform: none;
|
|
1137
1171
|
padding-top: 0px !important;
|
|
@@ -1155,6 +1189,14 @@
|
|
|
1155
1189
|
border-left: 0;
|
|
1156
1190
|
border-right-width: 1px;
|
|
1157
1191
|
}
|
|
1192
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1193
|
+
border-left-color: #e5e7eb !important;
|
|
1194
|
+
border-right-color: #e5e7eb !important;
|
|
1195
|
+
border-right-width: 1px !important;
|
|
1196
|
+
}
|
|
1197
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1198
|
+
background: #f9fafb;
|
|
1199
|
+
}
|
|
1158
1200
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1159
1201
|
display: block;
|
|
1160
1202
|
}
|
|
@@ -1162,9 +1204,6 @@
|
|
|
1162
1204
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1163
1205
|
display: inline-block;
|
|
1164
1206
|
padding-left: 12px !important;
|
|
1165
|
-
margin-top: 5px;
|
|
1166
|
-
margin-top: 2px;
|
|
1167
|
-
padding-left: 8px !important;
|
|
1168
1207
|
}
|
|
1169
1208
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1170
1209
|
padding: 0 0 0 1px !important;
|
|
@@ -1661,8 +1700,6 @@
|
|
|
1661
1700
|
cursor: pointer;
|
|
1662
1701
|
display: inline-block;
|
|
1663
1702
|
height: 18px;
|
|
1664
|
-
margin-top: 0;
|
|
1665
|
-
margin-bottom: 0;
|
|
1666
1703
|
text-align: center;
|
|
1667
1704
|
width: 18px;
|
|
1668
1705
|
vertical-align: middle;
|
|
@@ -1671,8 +1708,6 @@
|
|
|
1671
1708
|
.e-pivotview th .e-collapse {
|
|
1672
1709
|
font-size: 10px !important;
|
|
1673
1710
|
margin-left: 0px;
|
|
1674
|
-
margin-top: 0;
|
|
1675
|
-
margin-bottom: 0;
|
|
1676
1711
|
}
|
|
1677
1712
|
.e-pivotview .e-expand::before {
|
|
1678
1713
|
font-size: 18px;
|
|
@@ -2036,6 +2071,10 @@
|
|
|
2036
2071
|
border-left-width: 1px;
|
|
2037
2072
|
border-right: 0;
|
|
2038
2073
|
}
|
|
2074
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2075
|
+
border-left-width: 1px;
|
|
2076
|
+
border-right: 0;
|
|
2077
|
+
}
|
|
2039
2078
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2040
2079
|
margin-left: 0;
|
|
2041
2080
|
margin-right: 7px;
|
|
@@ -2270,12 +2309,6 @@
|
|
|
2270
2309
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2271
2310
|
padding-left: 16px !important;
|
|
2272
2311
|
}
|
|
2273
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2274
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2275
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2276
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2277
|
-
margin-top: 0;
|
|
2278
|
-
}
|
|
2279
2312
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2280
2313
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2281
2314
|
/* stylelint-enable */
|