@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
|
@@ -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 */
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
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 */
|
|
5
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
6
4
|
.e-pivotview .e-expand::before {
|
|
7
5
|
content: "\e75c";
|
|
8
6
|
}
|
|
@@ -160,6 +158,8 @@
|
|
|
160
158
|
/* stylelint-disable */
|
|
161
159
|
/* stylelint-enable */
|
|
162
160
|
/* stylelint-enable */
|
|
161
|
+
/* stylelint-disable */
|
|
162
|
+
/* stylelint-enable */
|
|
163
163
|
}
|
|
164
164
|
.e-pivotview .e-value-field-settings,
|
|
165
165
|
.e-pivotview .e-member-editor-dialog,
|
|
@@ -637,6 +637,9 @@
|
|
|
637
637
|
.e-pivotview .e-frozenscrollbar {
|
|
638
638
|
background: #232e3e;
|
|
639
639
|
}
|
|
640
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
641
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
642
|
+
}
|
|
640
643
|
|
|
641
644
|
.e-pivotview-disable-icon {
|
|
642
645
|
visibility: hidden;
|
|
@@ -917,7 +920,6 @@
|
|
|
917
920
|
|
|
918
921
|
/*! PivotView theme */
|
|
919
922
|
.e-pivotview {
|
|
920
|
-
/* stylelint-enable */
|
|
921
923
|
/* stylelint-enable */
|
|
922
924
|
/* stylelint-disable */
|
|
923
925
|
/* stylelint-enable */
|
|
@@ -928,6 +930,8 @@
|
|
|
928
930
|
/* stylelint-enable */
|
|
929
931
|
}
|
|
930
932
|
.e-pivotview .e-pivotcell-container {
|
|
933
|
+
-ms-flex-align: center;
|
|
934
|
+
align-items: center;
|
|
931
935
|
display: -ms-flexbox;
|
|
932
936
|
display: flex;
|
|
933
937
|
}
|
|
@@ -973,14 +977,23 @@
|
|
|
973
977
|
-ms-user-select: none;
|
|
974
978
|
user-select: none;
|
|
975
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
|
+
}
|
|
976
987
|
.e-pivotview .e-gtot,
|
|
977
988
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
978
989
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
979
990
|
.e-pivotview .e-grid .e-content,
|
|
980
|
-
.e-pivotview .e-grid .e-gridheader
|
|
981
|
-
.e-pivotview .e-headercell {
|
|
991
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
982
992
|
background: #232e3e;
|
|
983
993
|
}
|
|
994
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
995
|
+
background: #232e3e !important;
|
|
996
|
+
}
|
|
984
997
|
.e-pivotview .e-grid .e-gridheader {
|
|
985
998
|
border-bottom-width: 1px;
|
|
986
999
|
}
|
|
@@ -1077,9 +1090,6 @@
|
|
|
1077
1090
|
.e-pivotview .e-drop-indicator {
|
|
1078
1091
|
display: block;
|
|
1079
1092
|
}
|
|
1080
|
-
.e-pivotview div.e-cellvalue {
|
|
1081
|
-
margin-top: 2px;
|
|
1082
|
-
}
|
|
1083
1093
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1084
1094
|
float: right;
|
|
1085
1095
|
}
|
|
@@ -1089,10 +1099,17 @@
|
|
|
1089
1099
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1090
1100
|
display: none;
|
|
1091
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
|
+
}
|
|
1092
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 {
|
|
1093
1109
|
margin: 0 !important;
|
|
1094
1110
|
margin-left: auto !important;
|
|
1095
|
-
|
|
1111
|
+
padding-bottom: 0 !important;
|
|
1112
|
+
padding-top: 0 !important;
|
|
1096
1113
|
}
|
|
1097
1114
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1098
1115
|
margin: -4px 0 !important;
|
|
@@ -1128,9 +1145,25 @@
|
|
|
1128
1145
|
}
|
|
1129
1146
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1130
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;
|
|
1131
1163
|
}
|
|
1132
1164
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1133
1165
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1166
|
+
/* stylelint-disable */
|
|
1134
1167
|
padding-left: 8px !important;
|
|
1135
1168
|
text-transform: none;
|
|
1136
1169
|
padding-top: 0px !important;
|
|
@@ -1154,6 +1187,14 @@
|
|
|
1154
1187
|
border-left: 0;
|
|
1155
1188
|
border-right-width: 1px;
|
|
1156
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
|
+
}
|
|
1157
1198
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1158
1199
|
display: block;
|
|
1159
1200
|
}
|
|
@@ -1161,9 +1202,6 @@
|
|
|
1161
1202
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1162
1203
|
display: inline-block;
|
|
1163
1204
|
padding-left: 12px !important;
|
|
1164
|
-
margin-top: 5px;
|
|
1165
|
-
margin-top: 2px;
|
|
1166
|
-
padding-left: 8px !important;
|
|
1167
1205
|
}
|
|
1168
1206
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1169
1207
|
padding: 0 0 0 1px !important;
|
|
@@ -1660,8 +1698,6 @@
|
|
|
1660
1698
|
cursor: pointer;
|
|
1661
1699
|
display: inline-block;
|
|
1662
1700
|
height: 18px;
|
|
1663
|
-
margin-top: 0;
|
|
1664
|
-
margin-bottom: 0;
|
|
1665
1701
|
text-align: center;
|
|
1666
1702
|
width: 18px;
|
|
1667
1703
|
vertical-align: middle;
|
|
@@ -1670,8 +1706,6 @@
|
|
|
1670
1706
|
.e-pivotview th .e-collapse {
|
|
1671
1707
|
font-size: 10px !important;
|
|
1672
1708
|
margin-left: 0px;
|
|
1673
|
-
margin-top: 0;
|
|
1674
|
-
margin-bottom: 0;
|
|
1675
1709
|
}
|
|
1676
1710
|
.e-pivotview .e-expand::before {
|
|
1677
1711
|
font-size: 18px;
|
|
@@ -2035,6 +2069,10 @@
|
|
|
2035
2069
|
border-left-width: 1px;
|
|
2036
2070
|
border-right: 0;
|
|
2037
2071
|
}
|
|
2072
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2073
|
+
border-left-width: 1px;
|
|
2074
|
+
border-right: 0;
|
|
2075
|
+
}
|
|
2038
2076
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2039
2077
|
margin-left: 0;
|
|
2040
2078
|
margin-right: 7px;
|
|
@@ -2269,12 +2307,6 @@
|
|
|
2269
2307
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2270
2308
|
padding-left: 16px !important;
|
|
2271
2309
|
}
|
|
2272
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2273
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2274
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2275
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2276
|
-
margin-top: 0;
|
|
2277
|
-
}
|
|
2278
2310
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2279
2311
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2280
2312
|
/* stylelint-enable */
|
|
@@ -3269,7 +3301,7 @@
|
|
|
3269
3301
|
width: 100% !important;
|
|
3270
3302
|
}
|
|
3271
3303
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3272
|
-
margin-left: 0;
|
|
3304
|
+
margin-left: 0 !important;
|
|
3273
3305
|
}
|
|
3274
3306
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3275
3307
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|