@syncfusion/ej2-react-pivotview 22.2.12 → 23.1.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -74
- package/dist/ej2-react-pivotview.min.js +1 -1
- package/dist/ej2-react-pivotview.umd.min.js +1 -1
- package/package.json +9 -9
- package/styles/bootstrap-dark.css +56 -20
- package/styles/bootstrap.css +57 -21
- package/styles/bootstrap4.css +56 -20
- package/styles/bootstrap5-dark.css +56 -22
- package/styles/bootstrap5.css +56 -22
- package/styles/fabric-dark.css +56 -22
- package/styles/fabric.css +56 -20
- package/styles/fluent-dark.css +56 -21
- package/styles/fluent.css +56 -21
- package/styles/highcontrast-light.css +55 -20
- package/styles/highcontrast.css +55 -20
- package/styles/material-dark.css +55 -20
- package/styles/material.css +55 -20
- package/styles/material3-dark.css +55 -22
- package/styles/material3.css +55 -21
- package/styles/pivotfieldlist/bootstrap-dark.css +1 -1
- package/styles/pivotfieldlist/bootstrap.css +1 -1
- package/styles/pivotfieldlist/bootstrap4.css +1 -1
- package/styles/pivotfieldlist/bootstrap5-dark.css +1 -1
- package/styles/pivotfieldlist/bootstrap5.css +1 -1
- package/styles/pivotfieldlist/fabric-dark.css +1 -1
- package/styles/pivotfieldlist/fabric.css +1 -1
- package/styles/pivotfieldlist/fluent-dark.css +1 -1
- package/styles/pivotfieldlist/fluent.css +1 -1
- package/styles/pivotfieldlist/highcontrast-light.css +1 -1
- package/styles/pivotfieldlist/highcontrast.css +1 -1
- package/styles/pivotfieldlist/material-dark.css +1 -2
- package/styles/pivotfieldlist/material.css +1 -2
- package/styles/pivotfieldlist/material3-dark.css +1 -2
- package/styles/pivotfieldlist/material3-dark.scss +1 -1
- package/styles/pivotfieldlist/material3.css +1 -2
- package/styles/pivotfieldlist/material3.scss +1 -1
- package/styles/pivotfieldlist/tailwind-dark.css +1 -2
- package/styles/pivotfieldlist/tailwind.css +1 -2
- package/styles/pivotview/bootstrap-dark.css +55 -19
- package/styles/pivotview/bootstrap.css +56 -20
- package/styles/pivotview/bootstrap4.css +55 -19
- package/styles/pivotview/bootstrap5-dark.css +55 -21
- package/styles/pivotview/bootstrap5.css +55 -21
- package/styles/pivotview/fabric-dark.css +55 -21
- package/styles/pivotview/fabric.css +55 -19
- package/styles/pivotview/fluent-dark.css +55 -20
- package/styles/pivotview/fluent.css +55 -20
- package/styles/pivotview/highcontrast-light.css +54 -19
- package/styles/pivotview/highcontrast.css +54 -19
- package/styles/pivotview/material-dark.css +54 -19
- package/styles/pivotview/material.css +54 -19
- package/styles/pivotview/material3-dark.css +54 -20
- package/styles/pivotview/material3-dark.scss +1 -1
- package/styles/pivotview/material3.css +54 -20
- package/styles/pivotview/material3.scss +1 -1
- package/styles/pivotview/tailwind-dark.css +54 -21
- package/styles/pivotview/tailwind.css +54 -21
- package/styles/tailwind-dark.css +55 -23
- package/styles/tailwind.css +55 -23
package/styles/material3.css
CHANGED
|
@@ -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 */
|
|
@@ -3495,7 +3529,7 @@
|
|
|
3495
3529
|
width: 100% !important;
|
|
3496
3530
|
}
|
|
3497
3531
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3498
|
-
margin-left: 0;
|
|
3532
|
+
margin-left: 0 !important;
|
|
3499
3533
|
}
|
|
3500
3534
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3501
3535
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
width: 100% !important;
|
|
449
449
|
}
|
|
450
450
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
451
|
-
margin-left: 0;
|
|
451
|
+
margin-left: 0 !important;
|
|
452
452
|
}
|
|
453
453
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
454
454
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
width: 100% !important;
|
|
447
447
|
}
|
|
448
448
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
449
|
-
margin-left: 0;
|
|
449
|
+
margin-left: 0 !important;
|
|
450
450
|
}
|
|
451
451
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
452
452
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
width: 100% !important;
|
|
462
462
|
}
|
|
463
463
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
464
|
-
margin-left: 0;
|
|
464
|
+
margin-left: 0 !important;
|
|
465
465
|
}
|
|
466
466
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
467
467
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
width: 100% !important;
|
|
456
456
|
}
|
|
457
457
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
458
|
-
margin-left: 0;
|
|
458
|
+
margin-left: 0 !important;
|
|
459
459
|
}
|
|
460
460
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
461
461
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
width: 100% !important;
|
|
456
456
|
}
|
|
457
457
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
458
|
-
margin-left: 0;
|
|
458
|
+
margin-left: 0 !important;
|
|
459
459
|
}
|
|
460
460
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
461
461
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
width: 100% !important;
|
|
448
448
|
}
|
|
449
449
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
450
|
-
margin-left: 0;
|
|
450
|
+
margin-left: 0 !important;
|
|
451
451
|
}
|
|
452
452
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
453
453
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
width: 100% !important;
|
|
447
447
|
}
|
|
448
448
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
449
|
-
margin-left: 0;
|
|
449
|
+
margin-left: 0 !important;
|
|
450
450
|
}
|
|
451
451
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
452
452
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
width: 100% !important;
|
|
447
447
|
}
|
|
448
448
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
449
|
-
margin-left: 0;
|
|
449
|
+
margin-left: 0 !important;
|
|
450
450
|
}
|
|
451
451
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
452
452
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
width: 100% !important;
|
|
447
447
|
}
|
|
448
448
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
449
|
-
margin-left: 0;
|
|
449
|
+
margin-left: 0 !important;
|
|
450
450
|
}
|
|
451
451
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
452
452
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
width: 100% !important;
|
|
446
446
|
}
|
|
447
447
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
448
|
-
margin-left: 0;
|
|
448
|
+
margin-left: 0 !important;
|
|
449
449
|
}
|
|
450
450
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
451
451
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
width: 100% !important;
|
|
446
446
|
}
|
|
447
447
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
448
|
-
margin-left: 0;
|
|
448
|
+
margin-left: 0 !important;
|
|
449
449
|
}
|
|
450
450
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
451
451
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
/*! component's theme wise override definitions and variables */
|
|
3
2
|
/*! component's common definitions and variables */
|
|
4
3
|
/*! field-list component icons */
|
|
@@ -448,7 +447,7 @@
|
|
|
448
447
|
width: 100% !important;
|
|
449
448
|
}
|
|
450
449
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
451
|
-
margin-left: 0;
|
|
450
|
+
margin-left: 0 !important;
|
|
452
451
|
}
|
|
453
452
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
454
453
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
/*! component's theme wise override definitions and variables */
|
|
3
2
|
/*! component's common definitions and variables */
|
|
4
3
|
/*! field-list component icons */
|
|
@@ -447,7 +446,7 @@
|
|
|
447
446
|
width: 100% !important;
|
|
448
447
|
}
|
|
449
448
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
450
|
-
margin-left: 0;
|
|
449
|
+
margin-left: 0 !important;
|
|
451
450
|
}
|
|
452
451
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
453
452
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -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;
|
|
@@ -507,7 +506,7 @@
|
|
|
507
506
|
width: 100% !important;
|
|
508
507
|
}
|
|
509
508
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
510
|
-
margin-left: 0;
|
|
509
|
+
margin-left: 0 !important;
|
|
511
510
|
}
|
|
512
511
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
513
512
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-pivotview/styles/pivotfieldlist/material3-dark.scss';
|
|
@@ -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;
|
|
@@ -563,7 +562,7 @@
|
|
|
563
562
|
width: 100% !important;
|
|
564
563
|
}
|
|
565
564
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
566
|
-
margin-left: 0;
|
|
565
|
+
margin-left: 0 !important;
|
|
567
566
|
}
|
|
568
567
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
569
568
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-pivotview/styles/pivotfieldlist/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
|
/*! field-list component icons */
|
|
@@ -446,7 +445,7 @@
|
|
|
446
445
|
width: 100% !important;
|
|
447
446
|
}
|
|
448
447
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
449
|
-
margin-left: 0;
|
|
448
|
+
margin-left: 0 !important;
|
|
450
449
|
}
|
|
451
450
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
452
451
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -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
|
/*! field-list component icons */
|
|
@@ -447,7 +446,7 @@
|
|
|
447
446
|
width: 100% !important;
|
|
448
447
|
}
|
|
449
448
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
450
|
-
margin-left: 0;
|
|
449
|
+
margin-left: 0 !important;
|
|
451
450
|
}
|
|
452
451
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
453
452
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -162,6 +162,8 @@
|
|
|
162
162
|
/* stylelint-disable */
|
|
163
163
|
/* stylelint-enable */
|
|
164
164
|
/* stylelint-enable */
|
|
165
|
+
/* stylelint-disable */
|
|
166
|
+
/* stylelint-enable */
|
|
165
167
|
}
|
|
166
168
|
.e-pivotview .e-value-field-settings,
|
|
167
169
|
.e-pivotview .e-member-editor-dialog,
|
|
@@ -627,6 +629,9 @@
|
|
|
627
629
|
.e-pivotview .e-frozenscrollbar {
|
|
628
630
|
background: #131313;
|
|
629
631
|
}
|
|
632
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
633
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
634
|
+
}
|
|
630
635
|
|
|
631
636
|
.e-pivotview-disable-icon {
|
|
632
637
|
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: #131313;
|
|
967
979
|
}
|
|
980
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
981
|
+
background: #131313 !important;
|
|
982
|
+
}
|
|
968
983
|
.e-pivotview .e-grid .e-gridheader {
|
|
969
984
|
border-bottom-width: 1px;
|
|
970
985
|
}
|
|
@@ -1057,9 +1072,6 @@
|
|
|
1057
1072
|
.e-pivotview .e-drop-indicator {
|
|
1058
1073
|
display: block;
|
|
1059
1074
|
}
|
|
1060
|
-
.e-pivotview div.e-cellvalue {
|
|
1061
|
-
margin-top: 5px;
|
|
1062
|
-
}
|
|
1063
1075
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1064
1076
|
float: right;
|
|
1065
1077
|
}
|
|
@@ -1069,10 +1081,17 @@
|
|
|
1069
1081
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1070
1082
|
display: none;
|
|
1071
1083
|
}
|
|
1072
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-
|
|
1084
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1085
|
+
margin: -28px 0 !important;
|
|
1086
|
+
}
|
|
1087
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1073
1088
|
margin: -11px 0 !important;
|
|
1089
|
+
}
|
|
1090
|
+
.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 {
|
|
1091
|
+
margin: 0 !important;
|
|
1074
1092
|
margin-left: auto !important;
|
|
1075
|
-
|
|
1093
|
+
padding-bottom: 0 !important;
|
|
1094
|
+
padding-top: 0 !important;
|
|
1076
1095
|
}
|
|
1077
1096
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1078
1097
|
margin: -20px 0 !important;
|
|
@@ -1107,9 +1126,25 @@
|
|
|
1107
1126
|
}
|
|
1108
1127
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1109
1128
|
visibility: hidden !important;
|
|
1129
|
+
/* stylelint-enable */
|
|
1130
|
+
}
|
|
1131
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1132
|
+
position: absolute;
|
|
1133
|
+
z-index: 10;
|
|
1134
|
+
color: #0070f0;
|
|
1135
|
+
font-size: 20px;
|
|
1136
|
+
text-align: center;
|
|
1137
|
+
padding: 10%;
|
|
1138
|
+
}
|
|
1139
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1140
|
+
display: none;
|
|
1141
|
+
}
|
|
1142
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1143
|
+
visibility: hidden;
|
|
1110
1144
|
}
|
|
1111
1145
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1112
1146
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1147
|
+
/* stylelint-disable */
|
|
1113
1148
|
padding-left: 8px !important;
|
|
1114
1149
|
}
|
|
1115
1150
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
@@ -1130,6 +1165,14 @@
|
|
|
1130
1165
|
border-left: 0;
|
|
1131
1166
|
border-right-width: 1px;
|
|
1132
1167
|
}
|
|
1168
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1169
|
+
border-left-color: #414141 !important;
|
|
1170
|
+
border-right-color: #414141 !important;
|
|
1171
|
+
border-right-width: 1px !important;
|
|
1172
|
+
}
|
|
1173
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1174
|
+
background: #131313;
|
|
1175
|
+
}
|
|
1133
1176
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1134
1177
|
display: block;
|
|
1135
1178
|
}
|
|
@@ -1137,7 +1180,6 @@
|
|
|
1137
1180
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1138
1181
|
display: inline-block;
|
|
1139
1182
|
padding-left: 12px !important;
|
|
1140
|
-
margin-top: 5px;
|
|
1141
1183
|
}
|
|
1142
1184
|
.e-pivotview .e-headercelldiv.e-cellvalue {
|
|
1143
1185
|
margin-left: 0px;
|
|
@@ -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: 6px;
|
|
1647
|
-
margin-bottom: 0;
|
|
1648
1686
|
}
|
|
1649
1687
|
.e-pivotview .e-expand::before {
|
|
1650
1688
|
font-size: 10px;
|
|
@@ -2008,6 +2046,10 @@
|
|
|
2008
2046
|
border-left-width: 1px;
|
|
2009
2047
|
border-right: 0;
|
|
2010
2048
|
}
|
|
2049
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2050
|
+
border-left-width: 1px;
|
|
2051
|
+
border-right: 0;
|
|
2052
|
+
}
|
|
2011
2053
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2012
2054
|
margin-left: 0;
|
|
2013
2055
|
margin-right: 7px;
|
|
@@ -2240,12 +2282,6 @@
|
|
|
2240
2282
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2241
2283
|
padding-left: 16px !important;
|
|
2242
2284
|
}
|
|
2243
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2244
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2245
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2246
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2247
|
-
margin-top: 6px;
|
|
2248
|
-
}
|
|
2249
2285
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2250
2286
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2251
2287
|
/* stylelint-enable */
|