@syncfusion/ej2-vue-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/CHANGELOG.md +14 -0
- package/dist/ej2-vue-pivotview.umd.min.js +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +8 -8
- 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.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/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-pivotview@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-pivotview@22.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-pivotview@22.1.39",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-0k6oMZJgpfALv9nXnygOTDus8DMm6Yx6BHup5ktDPKIxiu3a0f/rOLUy21hcmxFO+YgWHlZzFVTeWETeiilxQQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-pivotview",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pivotview/-/ej2-vue-pivotview-22.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pivotview/-/ej2-vue-pivotview-22.1.39.tgz",
|
|
23
|
+
"_shasum": "19ccac5de053d8b87681330bfabdf47b269a9722",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-pivotview@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~22.
|
|
35
|
-
"@syncfusion/ej2-pivotview": "22.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~22.
|
|
34
|
+
"@syncfusion/ej2-base": "~22.2.5",
|
|
35
|
+
"@syncfusion/ej2-pivotview": "22.2.5",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~22.2.5"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Vue",
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"ci-publish": "gulp ci-publish",
|
|
58
58
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
59
59
|
},
|
|
60
|
-
"version": "22.
|
|
60
|
+
"version": "22.2.5",
|
|
61
61
|
"sideEffects": false
|
|
62
62
|
}
|
|
@@ -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;
|
package/styles/bootstrap.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: #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;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -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;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -571,6 +571,9 @@
|
|
|
571
571
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-drop {
|
|
572
572
|
margin-bottom: 20px;
|
|
573
573
|
}
|
|
574
|
+
.e-pivotview.sf-pivotview .e-pivot-toolbar {
|
|
575
|
+
box-sizing: border-box;
|
|
576
|
+
}
|
|
574
577
|
.e-pivotview .e-pivot-toolbar {
|
|
575
578
|
background: #f8f9fa;
|
|
576
579
|
border-bottom: 0;
|
|
@@ -910,6 +913,25 @@
|
|
|
910
913
|
/* stylelint-enable */
|
|
911
914
|
/* stylelint-enable */
|
|
912
915
|
}
|
|
916
|
+
.e-pivotview .e-pivotcell-container {
|
|
917
|
+
display: -ms-flexbox;
|
|
918
|
+
display: flex;
|
|
919
|
+
}
|
|
920
|
+
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
921
|
+
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
922
|
+
overflow: hidden;
|
|
923
|
+
text-overflow: ellipsis;
|
|
924
|
+
}
|
|
925
|
+
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
926
|
+
-ms-flex-align: center;
|
|
927
|
+
align-items: center;
|
|
928
|
+
display: -ms-flexbox;
|
|
929
|
+
display: flex;
|
|
930
|
+
}
|
|
931
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
932
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
933
|
+
text-overflow: clip;
|
|
934
|
+
}
|
|
913
935
|
.e-pivotview .e-nextspan {
|
|
914
936
|
display: inline-block;
|
|
915
937
|
width: 18px;
|
|
@@ -1039,7 +1061,6 @@
|
|
|
1039
1061
|
display: block;
|
|
1040
1062
|
}
|
|
1041
1063
|
.e-pivotview div.e-cellvalue {
|
|
1042
|
-
margin-top: 5px;
|
|
1043
1064
|
margin-top: 2px;
|
|
1044
1065
|
}
|
|
1045
1066
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
@@ -1052,11 +1073,10 @@
|
|
|
1052
1073
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1053
1074
|
display: none;
|
|
1054
1075
|
}
|
|
1055
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1056
|
-
margin: -16px 0 !important;
|
|
1057
|
-
}
|
|
1058
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1076
|
+
.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 {
|
|
1059
1077
|
margin: 6px 0 !important;
|
|
1078
|
+
margin-left: auto !important;
|
|
1079
|
+
margin-top: 2px !important;
|
|
1060
1080
|
}
|
|
1061
1081
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1062
1082
|
margin: -5px 0 !important;
|
package/styles/fabric-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: #282727;
|
|
572
575
|
border-bottom: 0;
|
|
@@ -911,6 +914,25 @@
|
|
|
911
914
|
/* stylelint-enable */
|
|
912
915
|
/* stylelint-enable */
|
|
913
916
|
}
|
|
917
|
+
.e-pivotview .e-pivotcell-container {
|
|
918
|
+
display: -ms-flexbox;
|
|
919
|
+
display: flex;
|
|
920
|
+
}
|
|
921
|
+
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
922
|
+
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
923
|
+
overflow: hidden;
|
|
924
|
+
text-overflow: ellipsis;
|
|
925
|
+
}
|
|
926
|
+
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
927
|
+
-ms-flex-align: center;
|
|
928
|
+
align-items: center;
|
|
929
|
+
display: -ms-flexbox;
|
|
930
|
+
display: flex;
|
|
931
|
+
}
|
|
932
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
933
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
934
|
+
text-overflow: clip;
|
|
935
|
+
}
|
|
914
936
|
.e-pivotview .e-nextspan {
|
|
915
937
|
display: inline-block;
|
|
916
938
|
width: 18px;
|
|
@@ -1050,11 +1072,10 @@
|
|
|
1050
1072
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1051
1073
|
display: none;
|
|
1052
1074
|
}
|
|
1053
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1054
|
-
margin: -15px 0 !important;
|
|
1055
|
-
}
|
|
1056
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1075
|
+
.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
1076
|
margin: 2px 0 !important;
|
|
1077
|
+
margin-left: auto !important;
|
|
1078
|
+
margin-top: 5px !important;
|
|
1058
1079
|
}
|
|
1059
1080
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1060
1081
|
margin: -5px 0 !important;
|
package/styles/fabric.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: #f4f4f4;
|
|
572
575
|
border-bottom: 0;
|
|
@@ -911,6 +914,25 @@
|
|
|
911
914
|
/* stylelint-enable */
|
|
912
915
|
/* stylelint-enable */
|
|
913
916
|
}
|
|
917
|
+
.e-pivotview .e-pivotcell-container {
|
|
918
|
+
display: -ms-flexbox;
|
|
919
|
+
display: flex;
|
|
920
|
+
}
|
|
921
|
+
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
922
|
+
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
923
|
+
overflow: hidden;
|
|
924
|
+
text-overflow: ellipsis;
|
|
925
|
+
}
|
|
926
|
+
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
927
|
+
-ms-flex-align: center;
|
|
928
|
+
align-items: center;
|
|
929
|
+
display: -ms-flexbox;
|
|
930
|
+
display: flex;
|
|
931
|
+
}
|
|
932
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
933
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
934
|
+
text-overflow: clip;
|
|
935
|
+
}
|
|
914
936
|
.e-pivotview .e-nextspan {
|
|
915
937
|
display: inline-block;
|
|
916
938
|
width: 18px;
|
|
@@ -1050,11 +1072,10 @@
|
|
|
1050
1072
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1051
1073
|
display: none;
|
|
1052
1074
|
}
|
|
1053
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1054
|
-
margin: -15px 0 !important;
|
|
1055
|
-
}
|
|
1056
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1075
|
+
.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
1076
|
margin: 2px 0 !important;
|
|
1077
|
+
margin-left: auto !important;
|
|
1078
|
+
margin-top: 5px !important;
|
|
1058
1079
|
}
|
|
1059
1080
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1060
1081
|
margin: -5px 0 !important;
|
package/styles/fluent-dark.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: #201f1e;
|
|
573
576
|
border-bottom: 0;
|
|
@@ -924,6 +927,25 @@
|
|
|
924
927
|
/* stylelint-enable */
|
|
925
928
|
/* stylelint-enable */
|
|
926
929
|
}
|
|
930
|
+
.e-pivotview .e-pivotcell-container {
|
|
931
|
+
display: -ms-flexbox;
|
|
932
|
+
display: flex;
|
|
933
|
+
}
|
|
934
|
+
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
935
|
+
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
936
|
+
overflow: hidden;
|
|
937
|
+
text-overflow: ellipsis;
|
|
938
|
+
}
|
|
939
|
+
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
940
|
+
-ms-flex-align: center;
|
|
941
|
+
align-items: center;
|
|
942
|
+
display: -ms-flexbox;
|
|
943
|
+
display: flex;
|
|
944
|
+
}
|
|
945
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
946
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
947
|
+
text-overflow: clip;
|
|
948
|
+
}
|
|
927
949
|
.e-pivotview .e-nextspan {
|
|
928
950
|
display: inline-block;
|
|
929
951
|
width: 18px;
|
|
@@ -1052,7 +1074,6 @@
|
|
|
1052
1074
|
display: block;
|
|
1053
1075
|
}
|
|
1054
1076
|
.e-pivotview div.e-cellvalue {
|
|
1055
|
-
margin-top: 5px;
|
|
1056
1077
|
margin-top: 1px;
|
|
1057
1078
|
}
|
|
1058
1079
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
@@ -1065,11 +1086,10 @@
|
|
|
1065
1086
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1066
1087
|
display: none;
|
|
1067
1088
|
}
|
|
1068
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1069
|
-
margin: -33px 0 !important;
|
|
1070
|
-
}
|
|
1071
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1089
|
+
.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
1090
|
margin: -11px 0 !important;
|
|
1091
|
+
margin-left: auto !important;
|
|
1092
|
+
margin-top: 1px !important;
|
|
1073
1093
|
}
|
|
1074
1094
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1075
1095
|
margin: -20px 0 !important;
|
package/styles/fluent.css
CHANGED
|
@@ -570,6 +570,9 @@
|
|
|
570
570
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-drop {
|
|
571
571
|
margin-bottom: 20px;
|
|
572
572
|
}
|
|
573
|
+
.e-pivotview.sf-pivotview .e-pivot-toolbar {
|
|
574
|
+
box-sizing: border-box;
|
|
575
|
+
}
|
|
573
576
|
.e-pivotview .e-pivot-toolbar {
|
|
574
577
|
background: #faf9f8;
|
|
575
578
|
border-bottom: 0;
|
|
@@ -926,6 +929,25 @@
|
|
|
926
929
|
/* stylelint-enable */
|
|
927
930
|
/* stylelint-enable */
|
|
928
931
|
}
|
|
932
|
+
.e-pivotview .e-pivotcell-container {
|
|
933
|
+
display: -ms-flexbox;
|
|
934
|
+
display: flex;
|
|
935
|
+
}
|
|
936
|
+
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
937
|
+
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
938
|
+
overflow: hidden;
|
|
939
|
+
text-overflow: ellipsis;
|
|
940
|
+
}
|
|
941
|
+
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
942
|
+
-ms-flex-align: center;
|
|
943
|
+
align-items: center;
|
|
944
|
+
display: -ms-flexbox;
|
|
945
|
+
display: flex;
|
|
946
|
+
}
|
|
947
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
948
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
949
|
+
text-overflow: clip;
|
|
950
|
+
}
|
|
929
951
|
.e-pivotview .e-nextspan {
|
|
930
952
|
display: inline-block;
|
|
931
953
|
width: 18px;
|
|
@@ -1054,7 +1076,6 @@
|
|
|
1054
1076
|
display: block;
|
|
1055
1077
|
}
|
|
1056
1078
|
.e-pivotview div.e-cellvalue {
|
|
1057
|
-
margin-top: 5px;
|
|
1058
1079
|
margin-top: 1px;
|
|
1059
1080
|
}
|
|
1060
1081
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
@@ -1067,11 +1088,10 @@
|
|
|
1067
1088
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1068
1089
|
display: none;
|
|
1069
1090
|
}
|
|
1070
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1071
|
-
margin: -33px 0 !important;
|
|
1072
|
-
}
|
|
1073
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1091
|
+
.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 {
|
|
1074
1092
|
margin: -11px 0 !important;
|
|
1093
|
+
margin-left: auto !important;
|
|
1094
|
+
margin-top: 1px !important;
|
|
1075
1095
|
}
|
|
1076
1096
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1077
1097
|
margin: -20px 0 !important;
|
|
@@ -566,6 +566,9 @@
|
|
|
566
566
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-drop {
|
|
567
567
|
margin-bottom: 20px;
|
|
568
568
|
}
|
|
569
|
+
.e-pivotview.sf-pivotview .e-pivot-toolbar {
|
|
570
|
+
box-sizing: border-box;
|
|
571
|
+
}
|
|
569
572
|
.e-pivotview .e-pivot-toolbar {
|
|
570
573
|
background: #d8d8d8;
|
|
571
574
|
border-bottom: 0;
|
|
@@ -910,6 +913,25 @@
|
|
|
910
913
|
/* stylelint-enable */
|
|
911
914
|
/* stylelint-enable */
|
|
912
915
|
}
|
|
916
|
+
.e-pivotview .e-pivotcell-container {
|
|
917
|
+
display: -ms-flexbox;
|
|
918
|
+
display: flex;
|
|
919
|
+
}
|
|
920
|
+
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
921
|
+
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
922
|
+
overflow: hidden;
|
|
923
|
+
text-overflow: ellipsis;
|
|
924
|
+
}
|
|
925
|
+
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
926
|
+
-ms-flex-align: center;
|
|
927
|
+
align-items: center;
|
|
928
|
+
display: -ms-flexbox;
|
|
929
|
+
display: flex;
|
|
930
|
+
}
|
|
931
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
932
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
933
|
+
text-overflow: clip;
|
|
934
|
+
}
|
|
913
935
|
.e-pivotview .e-nextspan {
|
|
914
936
|
display: inline-block;
|
|
915
937
|
width: 24px;
|
|
@@ -1039,7 +1061,6 @@
|
|
|
1039
1061
|
display: block;
|
|
1040
1062
|
}
|
|
1041
1063
|
.e-pivotview div.e-cellvalue {
|
|
1042
|
-
margin-top: 5px;
|
|
1043
1064
|
margin-top: 0;
|
|
1044
1065
|
}
|
|
1045
1066
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
@@ -1051,11 +1072,10 @@
|
|
|
1051
1072
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1052
1073
|
display: none;
|
|
1053
1074
|
}
|
|
1054
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1055
|
-
margin: -15px 0 !important;
|
|
1056
|
-
}
|
|
1057
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1075
|
+
.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 {
|
|
1058
1076
|
margin: 0 !important;
|
|
1077
|
+
margin-left: auto !important;
|
|
1078
|
+
margin-top: 0 !important;
|
|
1059
1079
|
}
|
|
1060
1080
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1061
1081
|
margin: -6px 0 !important;
|
package/styles/highcontrast.css
CHANGED
|
@@ -566,6 +566,9 @@
|
|
|
566
566
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-drop {
|
|
567
567
|
margin-bottom: 20px;
|
|
568
568
|
}
|
|
569
|
+
.e-pivotview.sf-pivotview .e-pivot-toolbar {
|
|
570
|
+
box-sizing: border-box;
|
|
571
|
+
}
|
|
569
572
|
.e-pivotview .e-pivot-toolbar {
|
|
570
573
|
background: #262626;
|
|
571
574
|
border-bottom: 0;
|
|
@@ -910,6 +913,25 @@
|
|
|
910
913
|
/* stylelint-enable */
|
|
911
914
|
/* stylelint-enable */
|
|
912
915
|
}
|
|
916
|
+
.e-pivotview .e-pivotcell-container {
|
|
917
|
+
display: -ms-flexbox;
|
|
918
|
+
display: flex;
|
|
919
|
+
}
|
|
920
|
+
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
921
|
+
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
922
|
+
overflow: hidden;
|
|
923
|
+
text-overflow: ellipsis;
|
|
924
|
+
}
|
|
925
|
+
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
926
|
+
-ms-flex-align: center;
|
|
927
|
+
align-items: center;
|
|
928
|
+
display: -ms-flexbox;
|
|
929
|
+
display: flex;
|
|
930
|
+
}
|
|
931
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
932
|
+
.e-pivotview .e-gridclip .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
933
|
+
text-overflow: clip;
|
|
934
|
+
}
|
|
913
935
|
.e-pivotview .e-nextspan {
|
|
914
936
|
display: inline-block;
|
|
915
937
|
width: 18px;
|
|
@@ -1039,7 +1061,6 @@
|
|
|
1039
1061
|
display: block;
|
|
1040
1062
|
}
|
|
1041
1063
|
.e-pivotview div.e-cellvalue {
|
|
1042
|
-
margin-top: 5px;
|
|
1043
1064
|
margin-top: 0;
|
|
1044
1065
|
}
|
|
1045
1066
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
@@ -1051,11 +1072,10 @@
|
|
|
1051
1072
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1052
1073
|
display: none;
|
|
1053
1074
|
}
|
|
1054
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1055
|
-
margin: -15px 0 !important;
|
|
1056
|
-
}
|
|
1057
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1075
|
+
.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 {
|
|
1058
1076
|
margin: 0 !important;
|
|
1077
|
+
margin-left: auto !important;
|
|
1078
|
+
margin-top: 0 !important;
|
|
1059
1079
|
}
|
|
1060
1080
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1061
1081
|
margin: -6px 0 !important;
|