@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
|
@@ -160,6 +160,8 @@
|
|
|
160
160
|
/* stylelint-disable */
|
|
161
161
|
/* stylelint-enable */
|
|
162
162
|
/* stylelint-enable */
|
|
163
|
+
/* stylelint-disable */
|
|
164
|
+
/* stylelint-enable */
|
|
163
165
|
}
|
|
164
166
|
.e-pivotview .e-value-field-settings,
|
|
165
167
|
.e-pivotview .e-member-editor-dialog,
|
|
@@ -629,6 +631,9 @@
|
|
|
629
631
|
.e-pivotview .e-frozenscrollbar {
|
|
630
632
|
background: #d8d8d8;
|
|
631
633
|
}
|
|
634
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
635
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
636
|
+
}
|
|
632
637
|
|
|
633
638
|
.e-pivotview-disable-icon {
|
|
634
639
|
visibility: hidden;
|
|
@@ -903,7 +908,6 @@
|
|
|
903
908
|
|
|
904
909
|
/*! PivotView theme */
|
|
905
910
|
.e-pivotview {
|
|
906
|
-
/* stylelint-enable */
|
|
907
911
|
/* stylelint-enable */
|
|
908
912
|
/* stylelint-disable */
|
|
909
913
|
/* stylelint-enable */
|
|
@@ -914,6 +918,8 @@
|
|
|
914
918
|
/* stylelint-enable */
|
|
915
919
|
}
|
|
916
920
|
.e-pivotview .e-pivotcell-container {
|
|
921
|
+
-ms-flex-align: center;
|
|
922
|
+
align-items: center;
|
|
917
923
|
display: -ms-flexbox;
|
|
918
924
|
display: flex;
|
|
919
925
|
}
|
|
@@ -959,14 +965,23 @@
|
|
|
959
965
|
-ms-user-select: none;
|
|
960
966
|
user-select: none;
|
|
961
967
|
}
|
|
968
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
969
|
+
overflow-x: auto;
|
|
970
|
+
scrollbar-width: none; /* firefox */
|
|
971
|
+
}
|
|
972
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
973
|
+
display: none; /* safari, chrome and edge */
|
|
974
|
+
}
|
|
962
975
|
.e-pivotview .e-gtot,
|
|
963
976
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
964
977
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
965
978
|
.e-pivotview .e-grid .e-content,
|
|
966
|
-
.e-pivotview .e-grid .e-gridheader
|
|
967
|
-
.e-pivotview .e-headercell {
|
|
979
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
968
980
|
background: #d8d8d8;
|
|
969
981
|
}
|
|
982
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
983
|
+
background: #d8d8d8 !important;
|
|
984
|
+
}
|
|
970
985
|
.e-pivotview .e-grid .e-gridheader {
|
|
971
986
|
border-bottom-width: 1px;
|
|
972
987
|
}
|
|
@@ -1060,9 +1075,6 @@
|
|
|
1060
1075
|
.e-pivotview .e-drop-indicator {
|
|
1061
1076
|
display: block;
|
|
1062
1077
|
}
|
|
1063
|
-
.e-pivotview div.e-cellvalue {
|
|
1064
|
-
margin-top: 0;
|
|
1065
|
-
}
|
|
1066
1078
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1067
1079
|
float: right;
|
|
1068
1080
|
}
|
|
@@ -1072,10 +1084,17 @@
|
|
|
1072
1084
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1073
1085
|
display: none;
|
|
1074
1086
|
}
|
|
1087
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1088
|
+
margin: -15px 0 !important;
|
|
1089
|
+
}
|
|
1090
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1091
|
+
margin: 0 !important;
|
|
1092
|
+
}
|
|
1075
1093
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1076
1094
|
margin: 0 !important;
|
|
1077
1095
|
margin-left: auto !important;
|
|
1078
|
-
|
|
1096
|
+
padding-bottom: 0 !important;
|
|
1097
|
+
padding-top: 0 !important;
|
|
1079
1098
|
}
|
|
1080
1099
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1081
1100
|
margin: -6px 0 !important;
|
|
@@ -1110,9 +1129,25 @@
|
|
|
1110
1129
|
}
|
|
1111
1130
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1112
1131
|
visibility: hidden !important;
|
|
1132
|
+
/* stylelint-enable */
|
|
1133
|
+
}
|
|
1134
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1135
|
+
position: absolute;
|
|
1136
|
+
z-index: 10;
|
|
1137
|
+
color: #400074;
|
|
1138
|
+
font-size: 20px;
|
|
1139
|
+
text-align: center;
|
|
1140
|
+
padding: 10%;
|
|
1141
|
+
}
|
|
1142
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1143
|
+
display: none;
|
|
1144
|
+
}
|
|
1145
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1146
|
+
visibility: hidden;
|
|
1113
1147
|
}
|
|
1114
1148
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1115
1149
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1150
|
+
/* stylelint-disable */
|
|
1116
1151
|
padding-left: 8px !important;
|
|
1117
1152
|
}
|
|
1118
1153
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
@@ -1133,6 +1168,14 @@
|
|
|
1133
1168
|
border-left: 0;
|
|
1134
1169
|
border-right-width: 1px;
|
|
1135
1170
|
}
|
|
1171
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1172
|
+
border-left-color: #757575 !important;
|
|
1173
|
+
border-right-color: #757575 !important;
|
|
1174
|
+
border-right-width: 1px !important;
|
|
1175
|
+
}
|
|
1176
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1177
|
+
background: #d8d8d8;
|
|
1178
|
+
}
|
|
1136
1179
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1137
1180
|
display: block;
|
|
1138
1181
|
}
|
|
@@ -1140,8 +1183,6 @@
|
|
|
1140
1183
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1141
1184
|
display: inline-block;
|
|
1142
1185
|
padding-left: 12px !important;
|
|
1143
|
-
margin-top: 5px;
|
|
1144
|
-
margin-top: 0;
|
|
1145
1186
|
}
|
|
1146
1187
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1147
1188
|
padding: 0 0 0 1px !important;
|
|
@@ -1635,8 +1676,6 @@
|
|
|
1635
1676
|
cursor: pointer;
|
|
1636
1677
|
display: inline-block;
|
|
1637
1678
|
height: 18px;
|
|
1638
|
-
margin-top: 0;
|
|
1639
|
-
margin-bottom: 0;
|
|
1640
1679
|
text-align: center;
|
|
1641
1680
|
width: 18px;
|
|
1642
1681
|
}
|
|
@@ -1644,8 +1683,6 @@
|
|
|
1644
1683
|
.e-pivotview th .e-collapse {
|
|
1645
1684
|
font-size: 13px !important;
|
|
1646
1685
|
margin-left: 0px;
|
|
1647
|
-
margin-top: 2px;
|
|
1648
|
-
margin-bottom: 0;
|
|
1649
1686
|
}
|
|
1650
1687
|
.e-pivotview .e-expand::before {
|
|
1651
1688
|
font-size: 10px;
|
|
@@ -2010,6 +2047,10 @@
|
|
|
2010
2047
|
border-left-width: 1px;
|
|
2011
2048
|
border-right: 0;
|
|
2012
2049
|
}
|
|
2050
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2051
|
+
border-left-width: 1px;
|
|
2052
|
+
border-right: 0;
|
|
2053
|
+
}
|
|
2013
2054
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2014
2055
|
margin-left: 0;
|
|
2015
2056
|
margin-right: 7px;
|
|
@@ -2242,12 +2283,6 @@
|
|
|
2242
2283
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2243
2284
|
padding-left: 16px !important;
|
|
2244
2285
|
}
|
|
2245
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2246
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2247
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2248
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2249
|
-
margin-top: 2px;
|
|
2250
|
-
}
|
|
2251
2286
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2252
2287
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2253
2288
|
/* stylelint-enable */
|
|
@@ -3217,7 +3252,7 @@
|
|
|
3217
3252
|
width: 100% !important;
|
|
3218
3253
|
}
|
|
3219
3254
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3220
|
-
margin-left: 0;
|
|
3255
|
+
margin-left: 0 !important;
|
|
3221
3256
|
}
|
|
3222
3257
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3223
3258
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
package/styles/highcontrast.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,
|
|
@@ -629,6 +631,9 @@
|
|
|
629
631
|
.e-pivotview .e-frozenscrollbar {
|
|
630
632
|
background: #262626;
|
|
631
633
|
}
|
|
634
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
635
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
636
|
+
}
|
|
632
637
|
|
|
633
638
|
.e-pivotview-disable-icon {
|
|
634
639
|
visibility: hidden;
|
|
@@ -903,7 +908,6 @@
|
|
|
903
908
|
|
|
904
909
|
/*! PivotView theme */
|
|
905
910
|
.e-pivotview {
|
|
906
|
-
/* stylelint-enable */
|
|
907
911
|
/* stylelint-enable */
|
|
908
912
|
/* stylelint-disable */
|
|
909
913
|
/* stylelint-enable */
|
|
@@ -914,6 +918,8 @@
|
|
|
914
918
|
/* stylelint-enable */
|
|
915
919
|
}
|
|
916
920
|
.e-pivotview .e-pivotcell-container {
|
|
921
|
+
-ms-flex-align: center;
|
|
922
|
+
align-items: center;
|
|
917
923
|
display: -ms-flexbox;
|
|
918
924
|
display: flex;
|
|
919
925
|
}
|
|
@@ -959,14 +965,23 @@
|
|
|
959
965
|
-ms-user-select: none;
|
|
960
966
|
user-select: none;
|
|
961
967
|
}
|
|
968
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
969
|
+
overflow-x: auto;
|
|
970
|
+
scrollbar-width: none; /* firefox */
|
|
971
|
+
}
|
|
972
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
973
|
+
display: none; /* safari, chrome and edge */
|
|
974
|
+
}
|
|
962
975
|
.e-pivotview .e-gtot,
|
|
963
976
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
964
977
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
965
978
|
.e-pivotview .e-grid .e-content,
|
|
966
|
-
.e-pivotview .e-grid .e-gridheader
|
|
967
|
-
.e-pivotview .e-headercell {
|
|
979
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
968
980
|
background: #000;
|
|
969
981
|
}
|
|
982
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
983
|
+
background: #000 !important;
|
|
984
|
+
}
|
|
970
985
|
.e-pivotview .e-grid .e-gridheader {
|
|
971
986
|
border-bottom-width: 1px;
|
|
972
987
|
}
|
|
@@ -1060,9 +1075,6 @@
|
|
|
1060
1075
|
.e-pivotview .e-drop-indicator {
|
|
1061
1076
|
display: block;
|
|
1062
1077
|
}
|
|
1063
|
-
.e-pivotview div.e-cellvalue {
|
|
1064
|
-
margin-top: 0;
|
|
1065
|
-
}
|
|
1066
1078
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1067
1079
|
float: right;
|
|
1068
1080
|
}
|
|
@@ -1072,10 +1084,17 @@
|
|
|
1072
1084
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1073
1085
|
display: none;
|
|
1074
1086
|
}
|
|
1087
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1088
|
+
margin: -15px 0 !important;
|
|
1089
|
+
}
|
|
1090
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1091
|
+
margin: 0 !important;
|
|
1092
|
+
}
|
|
1075
1093
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1076
1094
|
margin: 0 !important;
|
|
1077
1095
|
margin-left: auto !important;
|
|
1078
|
-
|
|
1096
|
+
padding-bottom: 0 !important;
|
|
1097
|
+
padding-top: 0 !important;
|
|
1079
1098
|
}
|
|
1080
1099
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1081
1100
|
margin: -6px 0 !important;
|
|
@@ -1110,9 +1129,25 @@
|
|
|
1110
1129
|
}
|
|
1111
1130
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1112
1131
|
visibility: hidden !important;
|
|
1132
|
+
/* stylelint-enable */
|
|
1133
|
+
}
|
|
1134
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1135
|
+
position: absolute;
|
|
1136
|
+
z-index: 10;
|
|
1137
|
+
color: #ffd939;
|
|
1138
|
+
font-size: 20px;
|
|
1139
|
+
text-align: center;
|
|
1140
|
+
padding: 10%;
|
|
1141
|
+
}
|
|
1142
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1143
|
+
display: none;
|
|
1144
|
+
}
|
|
1145
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1146
|
+
visibility: hidden;
|
|
1113
1147
|
}
|
|
1114
1148
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1115
1149
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1150
|
+
/* stylelint-disable */
|
|
1116
1151
|
padding-left: 8px !important;
|
|
1117
1152
|
}
|
|
1118
1153
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
@@ -1133,6 +1168,14 @@
|
|
|
1133
1168
|
border-left: 0;
|
|
1134
1169
|
border-right-width: 1px;
|
|
1135
1170
|
}
|
|
1171
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1172
|
+
border-left-color: #969696 !important;
|
|
1173
|
+
border-right-color: #969696 !important;
|
|
1174
|
+
border-right-width: 1px !important;
|
|
1175
|
+
}
|
|
1176
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1177
|
+
background: #000;
|
|
1178
|
+
}
|
|
1136
1179
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1137
1180
|
display: block;
|
|
1138
1181
|
}
|
|
@@ -1140,8 +1183,6 @@
|
|
|
1140
1183
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1141
1184
|
display: inline-block;
|
|
1142
1185
|
padding-left: 12px !important;
|
|
1143
|
-
margin-top: 5px;
|
|
1144
|
-
margin-top: 0;
|
|
1145
1186
|
}
|
|
1146
1187
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1147
1188
|
padding: 0 0 0 1px !important;
|
|
@@ -1635,8 +1676,6 @@
|
|
|
1635
1676
|
cursor: pointer;
|
|
1636
1677
|
display: inline-block;
|
|
1637
1678
|
height: 18px;
|
|
1638
|
-
margin-top: 0;
|
|
1639
|
-
margin-bottom: 0;
|
|
1640
1679
|
text-align: center;
|
|
1641
1680
|
width: 18px;
|
|
1642
1681
|
}
|
|
@@ -1644,8 +1683,6 @@
|
|
|
1644
1683
|
.e-pivotview th .e-collapse {
|
|
1645
1684
|
font-size: 13px !important;
|
|
1646
1685
|
margin-left: 0px;
|
|
1647
|
-
margin-top: 2px;
|
|
1648
|
-
margin-bottom: 0;
|
|
1649
1686
|
}
|
|
1650
1687
|
.e-pivotview .e-expand::before {
|
|
1651
1688
|
font-size: 10px;
|
|
@@ -2010,6 +2047,10 @@
|
|
|
2010
2047
|
border-left-width: 1px;
|
|
2011
2048
|
border-right: 0;
|
|
2012
2049
|
}
|
|
2050
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2051
|
+
border-left-width: 1px;
|
|
2052
|
+
border-right: 0;
|
|
2053
|
+
}
|
|
2013
2054
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2014
2055
|
margin-left: 0;
|
|
2015
2056
|
margin-right: 7px;
|
|
@@ -2242,12 +2283,6 @@
|
|
|
2242
2283
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2243
2284
|
padding-left: 16px !important;
|
|
2244
2285
|
}
|
|
2245
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2246
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2247
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2248
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2249
|
-
margin-top: 2px;
|
|
2250
|
-
}
|
|
2251
2286
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2252
2287
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2253
2288
|
/* stylelint-enable */
|
|
@@ -3217,7 +3252,7 @@
|
|
|
3217
3252
|
width: 100% !important;
|
|
3218
3253
|
}
|
|
3219
3254
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3220
|
-
margin-left: 0;
|
|
3255
|
+
margin-left: 0 !important;
|
|
3221
3256
|
}
|
|
3222
3257
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3223
3258
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
package/styles/material-dark.css
CHANGED
|
@@ -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
|
/*! component's common definitions and variables */
|
|
@@ -161,6 +160,8 @@
|
|
|
161
160
|
/* stylelint-disable */
|
|
162
161
|
/* stylelint-enable */
|
|
163
162
|
/* stylelint-enable */
|
|
163
|
+
/* stylelint-disable */
|
|
164
|
+
/* stylelint-enable */
|
|
164
165
|
}
|
|
165
166
|
.e-pivotview .e-value-field-settings,
|
|
166
167
|
.e-pivotview .e-member-editor-dialog,
|
|
@@ -626,6 +627,9 @@
|
|
|
626
627
|
.e-pivotview .e-frozenscrollbar {
|
|
627
628
|
background: #212121;
|
|
628
629
|
}
|
|
630
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
631
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
632
|
+
}
|
|
629
633
|
|
|
630
634
|
.e-pivotview-disable-icon {
|
|
631
635
|
visibility: hidden;
|
|
@@ -900,7 +904,6 @@
|
|
|
900
904
|
|
|
901
905
|
/*! PivotView theme */
|
|
902
906
|
.e-pivotview {
|
|
903
|
-
/* stylelint-enable */
|
|
904
907
|
/* stylelint-enable */
|
|
905
908
|
/* stylelint-disable */
|
|
906
909
|
/* stylelint-enable */
|
|
@@ -911,6 +914,8 @@
|
|
|
911
914
|
/* stylelint-enable */
|
|
912
915
|
}
|
|
913
916
|
.e-pivotview .e-pivotcell-container {
|
|
917
|
+
-ms-flex-align: center;
|
|
918
|
+
align-items: center;
|
|
914
919
|
display: -ms-flexbox;
|
|
915
920
|
display: flex;
|
|
916
921
|
}
|
|
@@ -956,14 +961,23 @@
|
|
|
956
961
|
-ms-user-select: none;
|
|
957
962
|
user-select: none;
|
|
958
963
|
}
|
|
964
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
965
|
+
overflow-x: auto;
|
|
966
|
+
scrollbar-width: none; /* firefox */
|
|
967
|
+
}
|
|
968
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
969
|
+
display: none; /* safari, chrome and edge */
|
|
970
|
+
}
|
|
959
971
|
.e-pivotview .e-gtot,
|
|
960
972
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
961
973
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
962
974
|
.e-pivotview .e-grid .e-content,
|
|
963
|
-
.e-pivotview .e-grid .e-gridheader
|
|
964
|
-
.e-pivotview .e-headercell {
|
|
975
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
965
976
|
background: #212121;
|
|
966
977
|
}
|
|
978
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
979
|
+
background: #212121 !important;
|
|
980
|
+
}
|
|
967
981
|
.e-pivotview .e-grid .e-gridheader {
|
|
968
982
|
border-bottom-width: 1px;
|
|
969
983
|
}
|
|
@@ -1056,9 +1070,6 @@
|
|
|
1056
1070
|
.e-pivotview .e-drop-indicator {
|
|
1057
1071
|
display: block;
|
|
1058
1072
|
}
|
|
1059
|
-
.e-pivotview div.e-cellvalue {
|
|
1060
|
-
margin-top: 5px;
|
|
1061
|
-
}
|
|
1062
1073
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1063
1074
|
float: right;
|
|
1064
1075
|
}
|
|
@@ -1068,10 +1079,17 @@
|
|
|
1068
1079
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1069
1080
|
display: none;
|
|
1070
1081
|
}
|
|
1082
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1083
|
+
margin: -15px 0 !important;
|
|
1084
|
+
}
|
|
1085
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1086
|
+
margin: 0 !important;
|
|
1087
|
+
}
|
|
1071
1088
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1072
1089
|
margin: 0 !important;
|
|
1073
1090
|
margin-left: auto !important;
|
|
1074
|
-
|
|
1091
|
+
padding-bottom: 0 !important;
|
|
1092
|
+
padding-top: 0 !important;
|
|
1075
1093
|
}
|
|
1076
1094
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1077
1095
|
margin: -8px 0 !important;
|
|
@@ -1106,9 +1124,25 @@
|
|
|
1106
1124
|
}
|
|
1107
1125
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1108
1126
|
visibility: hidden !important;
|
|
1127
|
+
/* stylelint-enable */
|
|
1128
|
+
}
|
|
1129
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1130
|
+
position: absolute;
|
|
1131
|
+
z-index: 10;
|
|
1132
|
+
color: #3f51b5;
|
|
1133
|
+
font-size: 20px;
|
|
1134
|
+
text-align: center;
|
|
1135
|
+
padding: 10%;
|
|
1136
|
+
}
|
|
1137
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1138
|
+
display: none;
|
|
1139
|
+
}
|
|
1140
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1141
|
+
visibility: hidden;
|
|
1109
1142
|
}
|
|
1110
1143
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1111
1144
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1145
|
+
/* stylelint-disable */
|
|
1112
1146
|
padding-left: 8px !important;
|
|
1113
1147
|
}
|
|
1114
1148
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
@@ -1129,6 +1163,14 @@
|
|
|
1129
1163
|
border-left: 0;
|
|
1130
1164
|
border-right-width: 1px;
|
|
1131
1165
|
}
|
|
1166
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1167
|
+
border-left-color: #616161 !important;
|
|
1168
|
+
border-right-color: #616161 !important;
|
|
1169
|
+
border-right-width: 1px !important;
|
|
1170
|
+
}
|
|
1171
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1172
|
+
background: #212121;
|
|
1173
|
+
}
|
|
1132
1174
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1133
1175
|
display: block;
|
|
1134
1176
|
}
|
|
@@ -1136,7 +1178,6 @@
|
|
|
1136
1178
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1137
1179
|
display: inline-block;
|
|
1138
1180
|
padding-left: 12px !important;
|
|
1139
|
-
margin-top: 5px;
|
|
1140
1181
|
}
|
|
1141
1182
|
.e-pivotview .e-headercelldiv.e-cellvalue {
|
|
1142
1183
|
margin-left: 0px;
|
|
@@ -1633,8 +1674,6 @@
|
|
|
1633
1674
|
cursor: pointer;
|
|
1634
1675
|
display: inline-block;
|
|
1635
1676
|
height: 18px;
|
|
1636
|
-
margin-top: 5px;
|
|
1637
|
-
margin-bottom: 0;
|
|
1638
1677
|
text-align: center;
|
|
1639
1678
|
width: 18px;
|
|
1640
1679
|
}
|
|
@@ -1642,8 +1681,6 @@
|
|
|
1642
1681
|
.e-pivotview th .e-collapse {
|
|
1643
1682
|
font-size: 10px !important;
|
|
1644
1683
|
margin-left: 0px;
|
|
1645
|
-
margin-top: 8px;
|
|
1646
|
-
margin-bottom: 0;
|
|
1647
1684
|
}
|
|
1648
1685
|
.e-pivotview .e-expand::before {
|
|
1649
1686
|
font-size: 10px;
|
|
@@ -2010,6 +2047,10 @@
|
|
|
2010
2047
|
border-left-width: 1px;
|
|
2011
2048
|
border-right: 0;
|
|
2012
2049
|
}
|
|
2050
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2051
|
+
border-left-width: 1px;
|
|
2052
|
+
border-right: 0;
|
|
2053
|
+
}
|
|
2013
2054
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2014
2055
|
margin-left: 0;
|
|
2015
2056
|
margin-right: 7px;
|
|
@@ -2242,12 +2283,6 @@
|
|
|
2242
2283
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2243
2284
|
padding-left: 16px !important;
|
|
2244
2285
|
}
|
|
2245
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2246
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2247
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2248
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2249
|
-
margin-top: 8px;
|
|
2250
|
-
}
|
|
2251
2286
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2252
2287
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2253
2288
|
/* stylelint-enable */
|
|
@@ -3220,7 +3255,7 @@
|
|
|
3220
3255
|
width: 100% !important;
|
|
3221
3256
|
}
|
|
3222
3257
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3223
|
-
margin-left: 0;
|
|
3258
|
+
margin-left: 0 !important;
|
|
3224
3259
|
}
|
|
3225
3260
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3226
3261
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|