@syncfusion/ej2-angular-pivotview 22.1.39 → 22.2.5-ngcc
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/@syncfusion/ej2-angular-pivotview.es5.js +439 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pivotview.js +409 -0
- package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
- package/CHANGELOG.md +852 -0
- package/dist/ej2-angular-pivotview.umd.js +707 -0
- package/dist/ej2-angular-pivotview.umd.js.map +1 -0
- package/dist/ej2-angular-pivotview.umd.min.js +11 -0
- package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
- package/ej2-angular-pivotview.d.ts +6 -0
- package/ej2-angular-pivotview.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- 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/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
- package/src/pivotview/pivotview-all.module.d.ts +0 -6
- package/src/pivotview/pivotview.component.d.ts +0 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- 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 +81 -5
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +136 -5
- package/styles/material3.scss +0 -1
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/material3-dark.scss +1 -4
- package/styles/pivotfieldlist/material3.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +25 -4
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +25 -4
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +25 -4
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +25 -5
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +25 -5
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +25 -4
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +25 -4
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +25 -5
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +25 -5
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +25 -5
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +25 -5
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +25 -4
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +25 -4
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/material3-dark.css +25 -5
- package/styles/pivotview/material3-dark.scss +1 -4
- package/styles/pivotview/material3.css +25 -5
- package/styles/pivotview/material3.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +25 -5
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +25 -5
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +25 -5
- package/styles/tailwind.css +25 -5
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
- package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
- package/esm2020/src/pivotview/pivotview.component.mjs +0 -163
- package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -353
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -353
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/styles/pivotfieldlist/_all.scss +0 -2
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -231
- package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -213
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -213
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -217
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -219
- package/styles/pivotfieldlist/_fabric-definition.scss +0 -213
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_fluent-definition.scss +0 -217
- package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -216
- package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -214
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -214
- package/styles/pivotfieldlist/_layout.scss +0 -1958
- package/styles/pivotfieldlist/_material-dark-definition.scss +0 -214
- package/styles/pivotfieldlist/_material-definition.scss +0 -214
- package/styles/pivotfieldlist/_material3-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_material3-definition.scss +0 -224
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +0 -217
- package/styles/pivotfieldlist/_theme.scss +0 -1973
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
- package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
- package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
- package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_material.scss +0 -358
- package/styles/pivotfieldlist/icons/_material3-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_material3.scss +0 -357
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
- package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
- package/styles/pivotview/_all.scss +0 -2
- package/styles/pivotview/_bootstrap-dark-definition.scss +0 -174
- package/styles/pivotview/_bootstrap-definition.scss +0 -171
- package/styles/pivotview/_bootstrap4-definition.scss +0 -171
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -176
- package/styles/pivotview/_fabric-dark-definition.scss +0 -173
- package/styles/pivotview/_fabric-definition.scss +0 -170
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -176
- package/styles/pivotview/_fusionnew-definition.scss +0 -176
- package/styles/pivotview/_highcontrast-definition.scss +0 -169
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -170
- package/styles/pivotview/_layout.scss +0 -1152
- package/styles/pivotview/_material-dark-definition.scss +0 -177
- package/styles/pivotview/_material-definition.scss +0 -173
- package/styles/pivotview/_material3-dark-definition.scss +0 -1
- package/styles/pivotview/_material3-definition.scss +0 -179
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -176
- package/styles/pivotview/_theme.scss +0 -1978
- package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
- package/styles/pivotview/icons/_bootstrap.scss +0 -184
- package/styles/pivotview/icons/_bootstrap4.scss +0 -184
- package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotview/icons/_bootstrap5.scss +0 -183
- package/styles/pivotview/icons/_fabric-dark.scss +0 -184
- package/styles/pivotview/icons/_fabric.scss +0 -184
- package/styles/pivotview/icons/_fluent-dark.scss +0 -1
- package/styles/pivotview/icons/_fluent.scss +0 -183
- package/styles/pivotview/icons/_fusionnew.scss +0 -183
- package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
- package/styles/pivotview/icons/_highcontrast.scss +0 -183
- package/styles/pivotview/icons/_material-dark.scss +0 -184
- package/styles/pivotview/icons/_material.scss +0 -184
- package/styles/pivotview/icons/_material3-dark.scss +0 -1
- package/styles/pivotview/icons/_material3.scss +0 -183
- package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
- package/styles/pivotview/icons/_tailwind.scss +0 -183
- package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/fabric-dark-definition.scss';
|
|
3
|
-
@import 'fabric-dark-definition.scss';
|
|
4
|
-
@import 'icons/fabric-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/fabric-dark.scss';
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'highcontrast-light-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast-light.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/highcontrast-light.scss';
|
|
@@ -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;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/highcontrast-definition.scss';
|
|
3
|
-
@import 'highcontrast-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/highcontrast.scss';
|
|
@@ -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;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/material-dark-definition.scss';
|
|
3
|
-
@import 'material-dark-definition.scss';
|
|
4
|
-
@import 'icons/material-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/material-dark.scss';
|
|
@@ -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;
|