@syncfusion/ej2-angular-pivotview 22.1.39 → 22.2.5
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/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +25 -4
- package/styles/bootstrap.css +25 -4
- package/styles/bootstrap4.css +25 -4
- package/styles/bootstrap5-dark.css +25 -5
- package/styles/bootstrap5.css +25 -5
- package/styles/fabric-dark.css +25 -4
- package/styles/fabric.css +25 -4
- package/styles/fluent-dark.css +25 -5
- package/styles/fluent.css +25 -5
- package/styles/highcontrast-light.css +25 -5
- package/styles/highcontrast.css +25 -5
- package/styles/material-dark.css +25 -4
- package/styles/material.css +25 -4
- package/styles/material3-dark.css +25 -5
- package/styles/material3.css +25 -5
- package/styles/pivotview/_bootstrap-dark-definition.scss +1 -0
- package/styles/pivotview/_bootstrap-definition.scss +1 -0
- package/styles/pivotview/_bootstrap4-definition.scss +1 -0
- package/styles/pivotview/_bootstrap5-definition.scss +1 -0
- package/styles/pivotview/_fabric-dark-definition.scss +1 -0
- package/styles/pivotview/_fabric-definition.scss +1 -0
- package/styles/pivotview/_fluent-definition.scss +1 -0
- package/styles/pivotview/_fusionnew-definition.scss +1 -0
- package/styles/pivotview/_highcontrast-definition.scss +1 -0
- package/styles/pivotview/_highcontrast-light-definition.scss +1 -0
- package/styles/pivotview/_layout.scss +6 -0
- package/styles/pivotview/_material-dark-definition.scss +1 -0
- package/styles/pivotview/_material-definition.scss +1 -0
- package/styles/pivotview/_material3-definition.scss +1 -0
- package/styles/pivotview/_tailwind-definition.scss +1 -0
- package/styles/pivotview/_theme.scss +33 -19
- package/styles/pivotview/bootstrap-dark.css +25 -4
- package/styles/pivotview/bootstrap.css +25 -4
- package/styles/pivotview/bootstrap4.css +25 -4
- package/styles/pivotview/bootstrap5-dark.css +25 -5
- package/styles/pivotview/bootstrap5.css +25 -5
- package/styles/pivotview/fabric-dark.css +25 -4
- package/styles/pivotview/fabric.css +25 -4
- package/styles/pivotview/fluent-dark.css +25 -5
- package/styles/pivotview/fluent.css +25 -5
- package/styles/pivotview/highcontrast-light.css +25 -5
- package/styles/pivotview/highcontrast.css +25 -5
- package/styles/pivotview/material-dark.css +25 -4
- package/styles/pivotview/material.css +25 -4
- package/styles/pivotview/material3-dark.css +25 -5
- package/styles/pivotview/material3.css +25 -5
- package/styles/pivotview/tailwind-dark.css +25 -5
- package/styles/pivotview/tailwind.css +25 -5
- package/styles/tailwind-dark.css +25 -5
- package/styles/tailwind.css +25 -5
package/styles/material-dark.css
CHANGED
|
@@ -567,6 +567,9 @@
|
|
|
567
567
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-drop {
|
|
568
568
|
margin-bottom: 20px;
|
|
569
569
|
}
|
|
570
|
+
.e-pivotview.sf-pivotview .e-pivot-toolbar {
|
|
571
|
+
box-sizing: border-box;
|
|
572
|
+
}
|
|
570
573
|
.e-pivotview .e-pivot-toolbar {
|
|
571
574
|
background: #212121;
|
|
572
575
|
border-bottom: 0;
|
|
@@ -907,6 +910,25 @@
|
|
|
907
910
|
/* stylelint-enable */
|
|
908
911
|
/* stylelint-enable */
|
|
909
912
|
}
|
|
913
|
+
.e-pivotview .e-pivotcell-container {
|
|
914
|
+
display: -ms-flexbox;
|
|
915
|
+
display: flex;
|
|
916
|
+
}
|
|
917
|
+
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
918
|
+
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
919
|
+
overflow: hidden;
|
|
920
|
+
text-overflow: ellipsis;
|
|
921
|
+
}
|
|
922
|
+
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
923
|
+
-ms-flex-align: center;
|
|
924
|
+
align-items: center;
|
|
925
|
+
display: -ms-flexbox;
|
|
926
|
+
display: flex;
|
|
927
|
+
}
|
|
928
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
929
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
930
|
+
text-overflow: clip;
|
|
931
|
+
}
|
|
910
932
|
.e-pivotview .e-nextspan {
|
|
911
933
|
display: inline-block;
|
|
912
934
|
width: 18px;
|
|
@@ -1046,11 +1068,10 @@
|
|
|
1046
1068
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1047
1069
|
display: none;
|
|
1048
1070
|
}
|
|
1049
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1050
|
-
margin: -15px 0 !important;
|
|
1051
|
-
}
|
|
1052
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1071
|
+
.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 {
|
|
1053
1072
|
margin: 0 !important;
|
|
1073
|
+
margin-left: auto !important;
|
|
1074
|
+
margin-top: 5px !important;
|
|
1054
1075
|
}
|
|
1055
1076
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1056
1077
|
margin: -8px 0 !important;
|
package/styles/material.css
CHANGED
|
@@ -568,6 +568,9 @@
|
|
|
568
568
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-drop {
|
|
569
569
|
margin-bottom: 20px;
|
|
570
570
|
}
|
|
571
|
+
.e-pivotview.sf-pivotview .e-pivot-toolbar {
|
|
572
|
+
box-sizing: border-box;
|
|
573
|
+
}
|
|
571
574
|
.e-pivotview .e-pivot-toolbar {
|
|
572
575
|
background: #f5f5f5;
|
|
573
576
|
border-bottom: 0;
|
|
@@ -908,6 +911,25 @@
|
|
|
908
911
|
/* stylelint-enable */
|
|
909
912
|
/* stylelint-enable */
|
|
910
913
|
}
|
|
914
|
+
.e-pivotview .e-pivotcell-container {
|
|
915
|
+
display: -ms-flexbox;
|
|
916
|
+
display: flex;
|
|
917
|
+
}
|
|
918
|
+
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
919
|
+
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
920
|
+
overflow: hidden;
|
|
921
|
+
text-overflow: ellipsis;
|
|
922
|
+
}
|
|
923
|
+
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
924
|
+
-ms-flex-align: center;
|
|
925
|
+
align-items: center;
|
|
926
|
+
display: -ms-flexbox;
|
|
927
|
+
display: flex;
|
|
928
|
+
}
|
|
929
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
930
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
931
|
+
text-overflow: clip;
|
|
932
|
+
}
|
|
911
933
|
.e-pivotview .e-nextspan {
|
|
912
934
|
display: inline-block;
|
|
913
935
|
width: 18px;
|
|
@@ -1047,11 +1069,10 @@
|
|
|
1047
1069
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1048
1070
|
display: none;
|
|
1049
1071
|
}
|
|
1050
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1051
|
-
margin: -15px 0 !important;
|
|
1052
|
-
}
|
|
1053
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1072
|
+
.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 {
|
|
1054
1073
|
margin: 0 !important;
|
|
1074
|
+
margin-left: auto !important;
|
|
1075
|
+
margin-top: 5px !important;
|
|
1055
1076
|
}
|
|
1056
1077
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1057
1078
|
margin: -8px 0 !important;
|
|
@@ -638,6 +638,9 @@
|
|
|
638
638
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-drop {
|
|
639
639
|
margin-bottom: 20px;
|
|
640
640
|
}
|
|
641
|
+
.e-pivotview.sf-pivotview .e-pivot-toolbar {
|
|
642
|
+
box-sizing: border-box;
|
|
643
|
+
}
|
|
641
644
|
.e-pivotview .e-pivot-toolbar {
|
|
642
645
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
643
646
|
border-bottom: 0;
|
|
@@ -979,6 +982,25 @@
|
|
|
979
982
|
/* stylelint-enable */
|
|
980
983
|
/* stylelint-enable */
|
|
981
984
|
}
|
|
985
|
+
.e-pivotview .e-pivotcell-container {
|
|
986
|
+
display: -ms-flexbox;
|
|
987
|
+
display: flex;
|
|
988
|
+
}
|
|
989
|
+
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
990
|
+
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
991
|
+
overflow: hidden;
|
|
992
|
+
text-overflow: ellipsis;
|
|
993
|
+
}
|
|
994
|
+
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
995
|
+
-ms-flex-align: center;
|
|
996
|
+
align-items: center;
|
|
997
|
+
display: -ms-flexbox;
|
|
998
|
+
display: flex;
|
|
999
|
+
}
|
|
1000
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
1001
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
1002
|
+
text-overflow: clip;
|
|
1003
|
+
}
|
|
982
1004
|
.e-pivotview .e-nextspan {
|
|
983
1005
|
display: inline-block;
|
|
984
1006
|
width: 18px;
|
|
@@ -1108,7 +1130,6 @@
|
|
|
1108
1130
|
display: block;
|
|
1109
1131
|
}
|
|
1110
1132
|
.e-pivotview div.e-cellvalue {
|
|
1111
|
-
margin-top: 5px;
|
|
1112
1133
|
margin-top: 0;
|
|
1113
1134
|
}
|
|
1114
1135
|
.e-pivotview div div span.e-value-sort-icon {
|
|
@@ -1124,11 +1145,10 @@
|
|
|
1124
1145
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1125
1146
|
display: none;
|
|
1126
1147
|
}
|
|
1127
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1128
|
-
margin: -15px 0 !important;
|
|
1129
|
-
}
|
|
1130
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1148
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1131
1149
|
margin: 0 !important;
|
|
1150
|
+
margin-left: auto !important;
|
|
1151
|
+
margin-top: 0 !important;
|
|
1132
1152
|
}
|
|
1133
1153
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1134
1154
|
margin: -8px 0 !important;
|
package/styles/material3.css
CHANGED
|
@@ -696,6 +696,9 @@
|
|
|
696
696
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-drop {
|
|
697
697
|
margin-bottom: 20px;
|
|
698
698
|
}
|
|
699
|
+
.e-pivotview.sf-pivotview .e-pivot-toolbar {
|
|
700
|
+
box-sizing: border-box;
|
|
701
|
+
}
|
|
699
702
|
.e-pivotview .e-pivot-toolbar {
|
|
700
703
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
701
704
|
border-bottom: 0;
|
|
@@ -1037,6 +1040,25 @@
|
|
|
1037
1040
|
/* stylelint-enable */
|
|
1038
1041
|
/* stylelint-enable */
|
|
1039
1042
|
}
|
|
1043
|
+
.e-pivotview .e-pivotcell-container {
|
|
1044
|
+
display: -ms-flexbox;
|
|
1045
|
+
display: flex;
|
|
1046
|
+
}
|
|
1047
|
+
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
1048
|
+
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
1049
|
+
overflow: hidden;
|
|
1050
|
+
text-overflow: ellipsis;
|
|
1051
|
+
}
|
|
1052
|
+
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
1053
|
+
-ms-flex-align: center;
|
|
1054
|
+
align-items: center;
|
|
1055
|
+
display: -ms-flexbox;
|
|
1056
|
+
display: flex;
|
|
1057
|
+
}
|
|
1058
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
1059
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
1060
|
+
text-overflow: clip;
|
|
1061
|
+
}
|
|
1040
1062
|
.e-pivotview .e-nextspan {
|
|
1041
1063
|
display: inline-block;
|
|
1042
1064
|
width: 18px;
|
|
@@ -1166,7 +1188,6 @@
|
|
|
1166
1188
|
display: block;
|
|
1167
1189
|
}
|
|
1168
1190
|
.e-pivotview div.e-cellvalue {
|
|
1169
|
-
margin-top: 5px;
|
|
1170
1191
|
margin-top: 0;
|
|
1171
1192
|
}
|
|
1172
1193
|
.e-pivotview div div span.e-value-sort-icon {
|
|
@@ -1182,11 +1203,10 @@
|
|
|
1182
1203
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1183
1204
|
display: none;
|
|
1184
1205
|
}
|
|
1185
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1186
|
-
margin: -15px 0 !important;
|
|
1187
|
-
}
|
|
1188
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1206
|
+
.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 {
|
|
1189
1207
|
margin: 0 !important;
|
|
1208
|
+
margin-left: auto !important;
|
|
1209
|
+
margin-top: 0 !important;
|
|
1190
1210
|
}
|
|
1191
1211
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1192
1212
|
margin: -8px 0 !important;
|
|
@@ -117,6 +117,7 @@ $pivotgrid-rowsheader-cellvalue-margin-left: 8px !default;
|
|
|
117
117
|
$pivotgrid-rowsheader-cellvalue-margin-top: 5px !default;
|
|
118
118
|
$pivotgrid-excelfilter-member-editor-node-limit-height: 100px !default;
|
|
119
119
|
$pivotgrid-member-editor-node-limit-bigger-height: 450px !default;
|
|
120
|
+
$pivotgrid-cell-value-margin-top: 5px !default;
|
|
120
121
|
|
|
121
122
|
//enddefault
|
|
122
123
|
|
|
@@ -116,6 +116,7 @@ $pivotgrid-rowsheader-cellvalue-margin-left: 8px !default;
|
|
|
116
116
|
$pivotgrid-rowsheader-cellvalue-margin-top: 5px !default;
|
|
117
117
|
$pivotgrid-excelfilter-member-editor-node-limit-height: 100px !default;
|
|
118
118
|
$pivotgrid-member-editor-node-limit-bigger-height: 450px !default;
|
|
119
|
+
$pivotgrid-cell-value-margin-top: 5px !default;
|
|
119
120
|
|
|
120
121
|
/*! component's common definitions and variables */
|
|
121
122
|
$pivotgrid-grouping-height: 28px !default;
|
|
@@ -116,6 +116,7 @@ $pivotgrid-rowsheader-cellvalue-margin-left: 8px !default;
|
|
|
116
116
|
$pivotgrid-rowsheader-cellvalue-margin-top: 5px !default;
|
|
117
117
|
$pivotgrid-excelfilter-member-editor-node-limit-height: 115px !default;
|
|
118
118
|
$pivotgrid-member-editor-node-limit-bigger-height: 450px !default;
|
|
119
|
+
$pivotgrid-cell-value-margin-top: 5px !default;
|
|
119
120
|
|
|
120
121
|
/*! component's common definitions and variables */
|
|
121
122
|
$pivotgrid-grouping-height: 30px !default;
|
|
@@ -68,6 +68,7 @@ $pivotgrid-rowsheader-cellvalue-margin-left: 8px !default;
|
|
|
68
68
|
$pivotgrid-rowsheader-cellvalue-margin-top: 5px !default;
|
|
69
69
|
$pivotgrid-excelfilter-member-editor-node-limit-height: 115px !default;
|
|
70
70
|
$pivotgrid-member-editor-node-limit-bigger-height: 440px !default;
|
|
71
|
+
$pivotgrid-cell-value-margin-top: 2px !default;
|
|
71
72
|
|
|
72
73
|
// $pivotview-filter-toolbar-indicator-margin-left: 20px !default;
|
|
73
74
|
$pivotview-filter-toolbar-items-margin-left: 20px !default;
|
|
@@ -116,6 +116,7 @@ $pivotgrid-rowsheader-cellvalue-margin-left: 8px !default;
|
|
|
116
116
|
$pivotgrid-rowsheader-cellvalue-margin-top: 5px !default;
|
|
117
117
|
$pivotgrid-excelfilter-member-editor-node-limit-height: 75px !default;
|
|
118
118
|
$pivotgrid-member-editor-node-limit-bigger-height: 450px !default;
|
|
119
|
+
$pivotgrid-cell-value-margin-top: 5px !default;
|
|
119
120
|
|
|
120
121
|
//enddefault
|
|
121
122
|
|
|
@@ -115,6 +115,7 @@ $pivotgrid-rowsheader-cellvalue-margin-left: 8px !default;
|
|
|
115
115
|
$pivotgrid-rowsheader-cellvalue-margin-top: 5px !default;
|
|
116
116
|
$pivotgrid-excelfilter-member-editor-node-limit-height: 75px !default;
|
|
117
117
|
$pivotgrid-member-editor-node-limit-bigger-height: 450px !default;
|
|
118
|
+
$pivotgrid-cell-value-margin-top: 5px !default;
|
|
118
119
|
|
|
119
120
|
/*! component's common definitions and variables */
|
|
120
121
|
$pivotgrid-grouping-height: 30px !default;
|
|
@@ -68,6 +68,7 @@ $pivotgrid-rowsheader-cellvalue-margin-left: 8px !default;
|
|
|
68
68
|
$pivotgrid-rowsheader-cellvalue-margin-top: 5px !default;
|
|
69
69
|
$pivotgrid-excelfilter-member-editor-node-limit-height: 65px !default;
|
|
70
70
|
$pivotgrid-member-editor-node-limit-bigger-height: 450px !default;
|
|
71
|
+
$pivotgrid-cell-value-margin-top: 1px !default;
|
|
71
72
|
|
|
72
73
|
// $pivotview-filter-toolbar-indicator-margin-left: 20px !default;
|
|
73
74
|
$pivotview-filter-toolbar-items-margin-left: 20px !default;
|
|
@@ -68,6 +68,7 @@ $pivotgrid-rowsheader-cellvalue-margin-left: 8px !default;
|
|
|
68
68
|
$pivotgrid-rowsheader-cellvalue-margin-top: 5px !default;
|
|
69
69
|
$pivotgrid-excelfilter-member-editor-node-limit-height: 70px !default;
|
|
70
70
|
$pivotgrid-member-editor-node-limit-bigger-height: 440px !default;
|
|
71
|
+
$pivotgrid-cell-value-margin-top: 5px !default;
|
|
71
72
|
|
|
72
73
|
// $pivotview-filter-toolbar-indicator-margin-left: 20px !default;
|
|
73
74
|
$pivotview-filter-toolbar-items-margin-left: 20px !default;
|
|
@@ -114,6 +114,7 @@ $pivotgrid-rowsheader-cellvalue-margin-left: 8px !default;
|
|
|
114
114
|
$pivotgrid-rowsheader-cellvalue-margin-top: 0 !default;
|
|
115
115
|
$pivotgrid-excelfilter-member-editor-node-limit-height: 75px !default;
|
|
116
116
|
$pivotgrid-member-editor-node-limit-bigger-height: 450px !default;
|
|
117
|
+
$pivotgrid-cell-value-margin-top: 0 !default;
|
|
117
118
|
|
|
118
119
|
/*! component's common definitions and variables */
|
|
119
120
|
$pivotgrid-grouping-height: 30px !default;
|
|
@@ -115,6 +115,7 @@ $pivotgrid-rowsheader-cellvalue-margin-left: 8px !default;
|
|
|
115
115
|
$pivotgrid-rowsheader-cellvalue-margin-top: 0 !default;
|
|
116
116
|
$pivotgrid-excelfilter-member-editor-node-limit-height: 75px !default;
|
|
117
117
|
$pivotgrid-member-editor-node-limit-bigger-height: 450px !default;
|
|
118
|
+
$pivotgrid-cell-value-margin-top: 0 !default;
|
|
118
119
|
|
|
119
120
|
/*! component's common definitions and variables */
|
|
120
121
|
$pivotgrid-grouping-height: 36px !default;
|
|
@@ -108,6 +108,7 @@ $pivotgrid-rowsheader-cellvalue-margin-left: 8px !default;
|
|
|
108
108
|
$pivotgrid-rowsheader-cellvalue-margin-top: 5px !default;
|
|
109
109
|
$pivotgrid-excelfilter-member-editor-node-limit-height: 85px !default;
|
|
110
110
|
$pivotgrid-member-editor-node-limit-bigger-height: 415px !default;
|
|
111
|
+
$pivotgrid-cell-value-margin-top: 5px !default;
|
|
111
112
|
|
|
112
113
|
// $pivotview-filter-toolbar-indicator-margin-left: 20px !default;
|
|
113
114
|
$pivotview-filter-toolbar-items-margin-left: 20px !default;
|
|
@@ -106,6 +106,7 @@ $pivotgrid-rowsheader-cellvalue-margin-left: 8px !default;
|
|
|
106
106
|
$pivotgrid-rowsheader-cellvalue-margin-top: 5px !default;
|
|
107
107
|
$pivotgrid-excelfilter-member-editor-node-limit-height: 90px !default;
|
|
108
108
|
$pivotgrid-member-editor-node-limit-bigger-height: 415px !default;
|
|
109
|
+
$pivotgrid-cell-value-margin-top: 5px !default;
|
|
109
110
|
|
|
110
111
|
// $pivotview-filter-toolbar-indicator-margin-left: 20px !default;
|
|
111
112
|
$pivotview-filter-toolbar-items-margin-left: 20px !default;
|
|
@@ -69,6 +69,7 @@ $pivotgrid-rowsheader-cellvalue-margin-top: 5px !default;
|
|
|
69
69
|
$pivotgrid-excelfilter-member-editor-node-limit-height: 100px !default;
|
|
70
70
|
$pivotgrid-member-editor-node-limit-bigger-height: 455px !default;
|
|
71
71
|
$pivotgrid-member-sort-border-radius: $text-xl !default;
|
|
72
|
+
$pivotgrid-cell-value-margin-top: 0 !default;
|
|
72
73
|
|
|
73
74
|
// $pivotview-filter-toolbar-indicator-margin-left: 20px !default;
|
|
74
75
|
$pivotview-filter-toolbar-items-margin-left: 20px !default;
|
|
@@ -68,6 +68,7 @@ $pivotgrid-rowsheader-cellvalue-margin-left: 8px !default;
|
|
|
68
68
|
$pivotgrid-rowsheader-cellvalue-margin-top: 4px !default;
|
|
69
69
|
$pivotgrid-excelfilter-member-editor-node-limit-height: 120px !default;
|
|
70
70
|
$pivotgrid-member-editor-node-limit-bigger-height: 450px !default;
|
|
71
|
+
$pivotgrid-cell-value-margin-top: 2px !default;
|
|
71
72
|
|
|
72
73
|
// $pivotview-filter-toolbar-indicator-margin-left: 20px !default;
|
|
73
74
|
$pivotview-filter-toolbar-items-margin-left: 20px !default;
|
|
@@ -2,6 +2,32 @@
|
|
|
2
2
|
|
|
3
3
|
/*! PivotView theme */
|
|
4
4
|
.e-pivotview {
|
|
5
|
+
.e-pivotcell-container {
|
|
6
|
+
display: flex;
|
|
7
|
+
|
|
8
|
+
.e-stackedheadertext,
|
|
9
|
+
.e-headertext {
|
|
10
|
+
&.e-cellvalue {
|
|
11
|
+
overflow: hidden;
|
|
12
|
+
text-overflow: ellipsis;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.e-sortfilterdiv.e-value-sort-icon {
|
|
17
|
+
align-items: center;
|
|
18
|
+
display: flex;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-gridclip .e-pivotcell-container {
|
|
23
|
+
.e-stackedheadertext,
|
|
24
|
+
.e-headertext {
|
|
25
|
+
&.e-cellvalue {
|
|
26
|
+
text-overflow: clip;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
5
31
|
.e-nextspan {
|
|
6
32
|
display: inline-block;
|
|
7
33
|
width: $pivotview-indent-space-size;
|
|
@@ -150,19 +176,7 @@
|
|
|
150
176
|
|
|
151
177
|
div {
|
|
152
178
|
&.e-cellvalue {
|
|
153
|
-
margin-top:
|
|
154
|
-
|
|
155
|
-
@if ($pivotgrid-skin == 'highcontrast-light') or ($pivotgrid-skin == 'highcontrast') or ($skin-name == 'Material3') {
|
|
156
|
-
margin-top: 0;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
@if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5') {
|
|
160
|
-
margin-top: 2px;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
@if ($skin-name == 'FluentUI') {
|
|
164
|
-
margin-top: 1px;
|
|
165
|
-
}
|
|
179
|
+
margin-top: $pivotgrid-cell-value-margin-top;
|
|
166
180
|
}
|
|
167
181
|
|
|
168
182
|
div span.e-value-sort-icon {
|
|
@@ -196,12 +210,12 @@
|
|
|
196
210
|
}
|
|
197
211
|
}
|
|
198
212
|
|
|
199
|
-
.e-stackedheadercelldiv
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
213
|
+
.e-stackedheadercelldiv, .e-headercelldiv {
|
|
214
|
+
.e-sortfilterdiv, .e-sortfilterdiv.e-value-sort-align {
|
|
215
|
+
margin: $pivotgrid-vsort-column-parent-margin !important;
|
|
216
|
+
margin-left: auto !important;
|
|
217
|
+
margin-top: $pivotgrid-cell-value-margin-top !important;
|
|
218
|
+
}
|
|
205
219
|
}
|
|
206
220
|
|
|
207
221
|
.e-rowsheader .e-sortfilterdiv {
|
|
@@ -568,6 +568,9 @@
|
|
|
568
568
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-drop {
|
|
569
569
|
margin-bottom: 20px;
|
|
570
570
|
}
|
|
571
|
+
.e-pivotview.sf-pivotview .e-pivot-toolbar {
|
|
572
|
+
box-sizing: border-box;
|
|
573
|
+
}
|
|
571
574
|
.e-pivotview .e-pivot-toolbar {
|
|
572
575
|
background: #131313;
|
|
573
576
|
border-bottom: 0;
|
|
@@ -908,6 +911,25 @@
|
|
|
908
911
|
/* stylelint-enable */
|
|
909
912
|
/* stylelint-enable */
|
|
910
913
|
}
|
|
914
|
+
.e-pivotview .e-pivotcell-container {
|
|
915
|
+
display: -ms-flexbox;
|
|
916
|
+
display: flex;
|
|
917
|
+
}
|
|
918
|
+
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
919
|
+
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
920
|
+
overflow: hidden;
|
|
921
|
+
text-overflow: ellipsis;
|
|
922
|
+
}
|
|
923
|
+
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
924
|
+
-ms-flex-align: center;
|
|
925
|
+
align-items: center;
|
|
926
|
+
display: -ms-flexbox;
|
|
927
|
+
display: flex;
|
|
928
|
+
}
|
|
929
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
930
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
931
|
+
text-overflow: clip;
|
|
932
|
+
}
|
|
911
933
|
.e-pivotview .e-nextspan {
|
|
912
934
|
display: inline-block;
|
|
913
935
|
width: 24px;
|
|
@@ -1047,11 +1069,10 @@
|
|
|
1047
1069
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1048
1070
|
display: none;
|
|
1049
1071
|
}
|
|
1050
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1051
|
-
margin: -28px 0 !important;
|
|
1052
|
-
}
|
|
1053
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1072
|
+
.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 {
|
|
1054
1073
|
margin: -11px 0 !important;
|
|
1074
|
+
margin-left: auto !important;
|
|
1075
|
+
margin-top: 5px !important;
|
|
1055
1076
|
}
|
|
1056
1077
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1057
1078
|
margin: -20px 0 !important;
|
|
@@ -567,6 +567,9 @@
|
|
|
567
567
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-drop {
|
|
568
568
|
margin-bottom: 20px;
|
|
569
569
|
}
|
|
570
|
+
.e-pivotview.sf-pivotview .e-pivot-toolbar {
|
|
571
|
+
box-sizing: border-box;
|
|
572
|
+
}
|
|
570
573
|
.e-pivotview .e-pivot-toolbar {
|
|
571
574
|
background: #f5f5f5;
|
|
572
575
|
border-bottom: 0;
|
|
@@ -907,6 +910,25 @@
|
|
|
907
910
|
/* stylelint-enable */
|
|
908
911
|
/* stylelint-enable */
|
|
909
912
|
}
|
|
913
|
+
.e-pivotview .e-pivotcell-container {
|
|
914
|
+
display: -ms-flexbox;
|
|
915
|
+
display: flex;
|
|
916
|
+
}
|
|
917
|
+
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
918
|
+
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
919
|
+
overflow: hidden;
|
|
920
|
+
text-overflow: ellipsis;
|
|
921
|
+
}
|
|
922
|
+
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
923
|
+
-ms-flex-align: center;
|
|
924
|
+
align-items: center;
|
|
925
|
+
display: -ms-flexbox;
|
|
926
|
+
display: flex;
|
|
927
|
+
}
|
|
928
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
929
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
930
|
+
text-overflow: clip;
|
|
931
|
+
}
|
|
910
932
|
.e-pivotview .e-nextspan {
|
|
911
933
|
display: inline-block;
|
|
912
934
|
width: 18px;
|
|
@@ -1046,11 +1068,10 @@
|
|
|
1046
1068
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1047
1069
|
display: none;
|
|
1048
1070
|
}
|
|
1049
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1050
|
-
margin: -28px 0 !important;
|
|
1051
|
-
}
|
|
1052
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1071
|
+
.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 {
|
|
1053
1072
|
margin: -11px 0 !important;
|
|
1073
|
+
margin-left: auto !important;
|
|
1074
|
+
margin-top: 5px !important;
|
|
1054
1075
|
}
|
|
1055
1076
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1056
1077
|
margin: -20px 0 !important;
|
|
@@ -601,6 +601,9 @@
|
|
|
601
601
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-drop {
|
|
602
602
|
margin-bottom: 20px;
|
|
603
603
|
}
|
|
604
|
+
.e-pivotview.sf-pivotview .e-pivot-toolbar {
|
|
605
|
+
box-sizing: border-box;
|
|
606
|
+
}
|
|
604
607
|
.e-pivotview .e-pivot-toolbar {
|
|
605
608
|
background: #f2f4f6;
|
|
606
609
|
border-bottom: 0;
|
|
@@ -965,6 +968,25 @@
|
|
|
965
968
|
/* stylelint-enable */
|
|
966
969
|
/* stylelint-enable */
|
|
967
970
|
}
|
|
971
|
+
.e-pivotview .e-pivotcell-container {
|
|
972
|
+
display: -ms-flexbox;
|
|
973
|
+
display: flex;
|
|
974
|
+
}
|
|
975
|
+
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
976
|
+
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
977
|
+
overflow: hidden;
|
|
978
|
+
text-overflow: ellipsis;
|
|
979
|
+
}
|
|
980
|
+
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
981
|
+
-ms-flex-align: center;
|
|
982
|
+
align-items: center;
|
|
983
|
+
display: -ms-flexbox;
|
|
984
|
+
display: flex;
|
|
985
|
+
}
|
|
986
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
987
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
988
|
+
text-overflow: clip;
|
|
989
|
+
}
|
|
968
990
|
.e-pivotview .e-nextspan {
|
|
969
991
|
display: inline-block;
|
|
970
992
|
width: 18px;
|
|
@@ -1105,11 +1127,10 @@
|
|
|
1105
1127
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1106
1128
|
display: none;
|
|
1107
1129
|
}
|
|
1108
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1109
|
-
margin: -28px 0 !important;
|
|
1110
|
-
}
|
|
1111
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1130
|
+
.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 {
|
|
1112
1131
|
margin: -11px 0 !important;
|
|
1132
|
+
margin-left: auto !important;
|
|
1133
|
+
margin-top: 5px !important;
|
|
1113
1134
|
}
|
|
1114
1135
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1115
1136
|
margin: -20px 0 !important;
|
|
@@ -569,6 +569,9 @@
|
|
|
569
569
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-drop {
|
|
570
570
|
margin-bottom: 20px;
|
|
571
571
|
}
|
|
572
|
+
.e-pivotview.sf-pivotview .e-pivot-toolbar {
|
|
573
|
+
box-sizing: border-box;
|
|
574
|
+
}
|
|
572
575
|
.e-pivotview .e-pivot-toolbar {
|
|
573
576
|
background: #282d31;
|
|
574
577
|
border-bottom: 0;
|
|
@@ -908,6 +911,25 @@
|
|
|
908
911
|
/* stylelint-enable */
|
|
909
912
|
/* stylelint-enable */
|
|
910
913
|
}
|
|
914
|
+
.e-pivotview .e-pivotcell-container {
|
|
915
|
+
display: -ms-flexbox;
|
|
916
|
+
display: flex;
|
|
917
|
+
}
|
|
918
|
+
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
919
|
+
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
920
|
+
overflow: hidden;
|
|
921
|
+
text-overflow: ellipsis;
|
|
922
|
+
}
|
|
923
|
+
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
924
|
+
-ms-flex-align: center;
|
|
925
|
+
align-items: center;
|
|
926
|
+
display: -ms-flexbox;
|
|
927
|
+
display: flex;
|
|
928
|
+
}
|
|
929
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
930
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
931
|
+
text-overflow: clip;
|
|
932
|
+
}
|
|
911
933
|
.e-pivotview .e-nextspan {
|
|
912
934
|
display: inline-block;
|
|
913
935
|
width: 18px;
|
|
@@ -1037,7 +1059,6 @@
|
|
|
1037
1059
|
display: block;
|
|
1038
1060
|
}
|
|
1039
1061
|
.e-pivotview div.e-cellvalue {
|
|
1040
|
-
margin-top: 5px;
|
|
1041
1062
|
margin-top: 2px;
|
|
1042
1063
|
}
|
|
1043
1064
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
@@ -1050,11 +1071,10 @@
|
|
|
1050
1071
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1051
1072
|
display: none;
|
|
1052
1073
|
}
|
|
1053
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1054
|
-
margin: -16px 0 !important;
|
|
1055
|
-
}
|
|
1056
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1074
|
+
.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 {
|
|
1057
1075
|
margin: 6px 0 !important;
|
|
1076
|
+
margin-left: auto !important;
|
|
1077
|
+
margin-top: 2px !important;
|
|
1058
1078
|
}
|
|
1059
1079
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1060
1080
|
margin: -5px 0 !important;
|