@syncfusion/ej2-angular-pivotview 22.2.12 → 23.1.36-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 +843 -0
- package/dist/ej2-angular-pivotview.umd.js +708 -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 +56 -20
- package/styles/bootstrap.css +57 -21
- package/styles/bootstrap4.css +56 -20
- package/styles/bootstrap5-dark.css +56 -22
- package/styles/bootstrap5.css +56 -22
- package/styles/fabric-dark.css +56 -22
- package/styles/fabric.css +56 -20
- package/styles/fluent-dark.css +56 -21
- package/styles/fluent.css +56 -21
- package/styles/highcontrast-light.css +55 -20
- package/styles/highcontrast.css +55 -20
- package/styles/material-dark.css +55 -20
- package/styles/material.css +55 -20
- package/styles/material3-dark.css +110 -21
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +166 -21
- package/styles/material3.scss +0 -1
- package/styles/pivotfieldlist/bootstrap-dark.css +1 -1
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.css +1 -1
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.css +1 -1
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.css +1 -1
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.css +1 -1
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.css +1 -1
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.css +1 -1
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.css +1 -1
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.css +1 -1
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.css +1 -1
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.css +1 -1
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.css +1 -2
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.css +1 -2
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/material3-dark.css +1 -2
- package/styles/pivotfieldlist/material3-dark.scss +1 -4
- package/styles/pivotfieldlist/material3.css +1 -2
- package/styles/pivotfieldlist/material3.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.css +1 -2
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.css +1 -2
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +55 -19
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +56 -20
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +55 -19
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +55 -21
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +55 -21
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +55 -21
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +55 -19
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +55 -20
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +55 -20
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +54 -19
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +54 -19
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +54 -19
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +54 -19
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/material3-dark.css +54 -20
- package/styles/pivotview/material3-dark.scss +1 -4
- package/styles/pivotview/material3.css +54 -20
- package/styles/pivotview/material3.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +54 -21
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +54 -21
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +55 -23
- package/styles/tailwind.css +55 -23
- 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 -175
- package/styles/pivotview/_bootstrap-definition.scss +0 -172
- package/styles/pivotview/_bootstrap4-definition.scss +0 -172
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -177
- package/styles/pivotview/_fabric-dark-definition.scss +0 -174
- package/styles/pivotview/_fabric-definition.scss +0 -171
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -177
- package/styles/pivotview/_fusionnew-definition.scss +0 -177
- package/styles/pivotview/_highcontrast-definition.scss +0 -170
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -171
- package/styles/pivotview/_layout.scss +0 -1158
- package/styles/pivotview/_material-dark-definition.scss +0 -178
- package/styles/pivotview/_material-definition.scss +0 -174
- package/styles/pivotview/_material3-dark-definition.scss +0 -1
- package/styles/pivotview/_material3-definition.scss +0 -180
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -177
- package/styles/pivotview/_theme.scss +0 -1992
- 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
package/styles/material.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
/*! component's theme wise override definitions and variables */
|
|
3
2
|
/*! component's common definitions and variables */
|
|
4
3
|
/*! component's theme wise override definitions and variables */
|
|
@@ -162,6 +161,8 @@
|
|
|
162
161
|
/* stylelint-disable */
|
|
163
162
|
/* stylelint-enable */
|
|
164
163
|
/* stylelint-enable */
|
|
164
|
+
/* stylelint-disable */
|
|
165
|
+
/* stylelint-enable */
|
|
165
166
|
}
|
|
166
167
|
.e-pivotview .e-value-field-settings,
|
|
167
168
|
.e-pivotview .e-member-editor-dialog,
|
|
@@ -627,6 +628,9 @@
|
|
|
627
628
|
.e-pivotview .e-frozenscrollbar {
|
|
628
629
|
background: #f5f5f5;
|
|
629
630
|
}
|
|
631
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
632
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
633
|
+
}
|
|
630
634
|
|
|
631
635
|
.e-pivotview-disable-icon {
|
|
632
636
|
visibility: hidden;
|
|
@@ -901,7 +905,6 @@
|
|
|
901
905
|
|
|
902
906
|
/*! PivotView theme */
|
|
903
907
|
.e-pivotview {
|
|
904
|
-
/* stylelint-enable */
|
|
905
908
|
/* stylelint-enable */
|
|
906
909
|
/* stylelint-disable */
|
|
907
910
|
/* stylelint-enable */
|
|
@@ -912,6 +915,8 @@
|
|
|
912
915
|
/* stylelint-enable */
|
|
913
916
|
}
|
|
914
917
|
.e-pivotview .e-pivotcell-container {
|
|
918
|
+
-ms-flex-align: center;
|
|
919
|
+
align-items: center;
|
|
915
920
|
display: -ms-flexbox;
|
|
916
921
|
display: flex;
|
|
917
922
|
}
|
|
@@ -957,14 +962,23 @@
|
|
|
957
962
|
-ms-user-select: none;
|
|
958
963
|
user-select: none;
|
|
959
964
|
}
|
|
965
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
966
|
+
overflow-x: auto;
|
|
967
|
+
scrollbar-width: none; /* firefox */
|
|
968
|
+
}
|
|
969
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
970
|
+
display: none; /* safari, chrome and edge */
|
|
971
|
+
}
|
|
960
972
|
.e-pivotview .e-gtot,
|
|
961
973
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
962
974
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
963
975
|
.e-pivotview .e-grid .e-content,
|
|
964
|
-
.e-pivotview .e-grid .e-gridheader
|
|
965
|
-
.e-pivotview .e-headercell {
|
|
976
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
966
977
|
background: #f5f5f5;
|
|
967
978
|
}
|
|
979
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
980
|
+
background: #f5f5f5 !important;
|
|
981
|
+
}
|
|
968
982
|
.e-pivotview .e-grid .e-gridheader {
|
|
969
983
|
border-bottom-width: 1px;
|
|
970
984
|
}
|
|
@@ -1057,9 +1071,6 @@
|
|
|
1057
1071
|
.e-pivotview .e-drop-indicator {
|
|
1058
1072
|
display: block;
|
|
1059
1073
|
}
|
|
1060
|
-
.e-pivotview div.e-cellvalue {
|
|
1061
|
-
margin-top: 5px;
|
|
1062
|
-
}
|
|
1063
1074
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1064
1075
|
float: right;
|
|
1065
1076
|
}
|
|
@@ -1069,10 +1080,17 @@
|
|
|
1069
1080
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1070
1081
|
display: none;
|
|
1071
1082
|
}
|
|
1083
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1084
|
+
margin: -15px 0 !important;
|
|
1085
|
+
}
|
|
1086
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1087
|
+
margin: 0 !important;
|
|
1088
|
+
}
|
|
1072
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 {
|
|
1073
1090
|
margin: 0 !important;
|
|
1074
1091
|
margin-left: auto !important;
|
|
1075
|
-
|
|
1092
|
+
padding-bottom: 0 !important;
|
|
1093
|
+
padding-top: 0 !important;
|
|
1076
1094
|
}
|
|
1077
1095
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1078
1096
|
margin: -8px 0 !important;
|
|
@@ -1107,9 +1125,25 @@
|
|
|
1107
1125
|
}
|
|
1108
1126
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1109
1127
|
visibility: hidden !important;
|
|
1128
|
+
/* stylelint-enable */
|
|
1129
|
+
}
|
|
1130
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1131
|
+
position: absolute;
|
|
1132
|
+
z-index: 10;
|
|
1133
|
+
color: #3f51b5;
|
|
1134
|
+
font-size: 20px;
|
|
1135
|
+
text-align: center;
|
|
1136
|
+
padding: 10%;
|
|
1137
|
+
}
|
|
1138
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1139
|
+
display: none;
|
|
1140
|
+
}
|
|
1141
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1142
|
+
visibility: hidden;
|
|
1110
1143
|
}
|
|
1111
1144
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1112
1145
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1146
|
+
/* stylelint-disable */
|
|
1113
1147
|
padding-left: 8px !important;
|
|
1114
1148
|
}
|
|
1115
1149
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
@@ -1130,6 +1164,14 @@
|
|
|
1130
1164
|
border-left: 0;
|
|
1131
1165
|
border-right-width: 1px;
|
|
1132
1166
|
}
|
|
1167
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1168
|
+
border-left-color: #e0e0e0 !important;
|
|
1169
|
+
border-right-color: #e0e0e0 !important;
|
|
1170
|
+
border-right-width: 1px !important;
|
|
1171
|
+
}
|
|
1172
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1173
|
+
background: #fafafa;
|
|
1174
|
+
}
|
|
1133
1175
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1134
1176
|
display: block;
|
|
1135
1177
|
}
|
|
@@ -1137,7 +1179,6 @@
|
|
|
1137
1179
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1138
1180
|
display: inline-block;
|
|
1139
1181
|
padding-left: 12px !important;
|
|
1140
|
-
margin-top: 5px;
|
|
1141
1182
|
}
|
|
1142
1183
|
.e-pivotview .e-headercelldiv.e-cellvalue {
|
|
1143
1184
|
margin-left: 0px;
|
|
@@ -1634,8 +1675,6 @@
|
|
|
1634
1675
|
cursor: pointer;
|
|
1635
1676
|
display: inline-block;
|
|
1636
1677
|
height: 18px;
|
|
1637
|
-
margin-top: 5px;
|
|
1638
|
-
margin-bottom: 0;
|
|
1639
1678
|
text-align: center;
|
|
1640
1679
|
width: 18px;
|
|
1641
1680
|
}
|
|
@@ -1643,8 +1682,6 @@
|
|
|
1643
1682
|
.e-pivotview th .e-collapse {
|
|
1644
1683
|
font-size: 10px !important;
|
|
1645
1684
|
margin-left: 0px;
|
|
1646
|
-
margin-top: 8px;
|
|
1647
|
-
margin-bottom: 0;
|
|
1648
1685
|
}
|
|
1649
1686
|
.e-pivotview .e-expand::before {
|
|
1650
1687
|
font-size: 10px;
|
|
@@ -2011,6 +2048,10 @@
|
|
|
2011
2048
|
border-left-width: 1px;
|
|
2012
2049
|
border-right: 0;
|
|
2013
2050
|
}
|
|
2051
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2052
|
+
border-left-width: 1px;
|
|
2053
|
+
border-right: 0;
|
|
2054
|
+
}
|
|
2014
2055
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2015
2056
|
margin-left: 0;
|
|
2016
2057
|
margin-right: 7px;
|
|
@@ -2243,12 +2284,6 @@
|
|
|
2243
2284
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2244
2285
|
padding-left: 16px !important;
|
|
2245
2286
|
}
|
|
2246
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2247
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2248
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2249
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2250
|
-
margin-top: 8px;
|
|
2251
|
-
}
|
|
2252
2287
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2253
2288
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2254
2289
|
/* stylelint-enable */
|
|
@@ -3220,7 +3255,7 @@
|
|
|
3220
3255
|
width: 100% !important;
|
|
3221
3256
|
}
|
|
3222
3257
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3223
|
-
margin-left: 0;
|
|
3258
|
+
margin-left: 0 !important;
|
|
3224
3259
|
}
|
|
3225
3260
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3226
3261
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -214,6 +213,8 @@
|
|
|
214
213
|
/* stylelint-disable */
|
|
215
214
|
/* stylelint-enable */
|
|
216
215
|
/* stylelint-enable */
|
|
216
|
+
/* stylelint-disable */
|
|
217
|
+
/* stylelint-enable */
|
|
217
218
|
}
|
|
218
219
|
.e-pivotview.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
219
220
|
padding: 0;
|
|
@@ -698,6 +699,9 @@
|
|
|
698
699
|
.e-pivotview .e-frozenscrollbar {
|
|
699
700
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
700
701
|
}
|
|
702
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
703
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
704
|
+
}
|
|
701
705
|
|
|
702
706
|
.e-pivotview-disable-icon {
|
|
703
707
|
visibility: hidden;
|
|
@@ -972,7 +976,6 @@
|
|
|
972
976
|
|
|
973
977
|
/*! PivotView theme */
|
|
974
978
|
.e-pivotview {
|
|
975
|
-
/* stylelint-enable */
|
|
976
979
|
/* stylelint-enable */
|
|
977
980
|
/* stylelint-disable */
|
|
978
981
|
/* stylelint-enable */
|
|
@@ -983,6 +986,8 @@
|
|
|
983
986
|
/* stylelint-enable */
|
|
984
987
|
}
|
|
985
988
|
.e-pivotview .e-pivotcell-container {
|
|
989
|
+
-ms-flex-align: center;
|
|
990
|
+
align-items: center;
|
|
986
991
|
display: -ms-flexbox;
|
|
987
992
|
display: flex;
|
|
988
993
|
}
|
|
@@ -1028,14 +1033,23 @@
|
|
|
1028
1033
|
-ms-user-select: none;
|
|
1029
1034
|
user-select: none;
|
|
1030
1035
|
}
|
|
1036
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
1037
|
+
overflow-x: auto;
|
|
1038
|
+
scrollbar-width: none; /* firefox */
|
|
1039
|
+
}
|
|
1040
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
1041
|
+
display: none; /* safari, chrome and edge */
|
|
1042
|
+
}
|
|
1031
1043
|
.e-pivotview .e-gtot,
|
|
1032
1044
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
1033
1045
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
1034
1046
|
.e-pivotview .e-grid .e-content,
|
|
1035
|
-
.e-pivotview .e-grid .e-gridheader
|
|
1036
|
-
.e-pivotview .e-headercell {
|
|
1047
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
1037
1048
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
1038
1049
|
}
|
|
1050
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
1051
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface)) !important;
|
|
1052
|
+
}
|
|
1039
1053
|
.e-pivotview .e-grid .e-gridheader {
|
|
1040
1054
|
border-bottom-width: 1px;
|
|
1041
1055
|
}
|
|
@@ -1129,11 +1143,7 @@
|
|
|
1129
1143
|
.e-pivotview .e-drop-indicator {
|
|
1130
1144
|
display: block;
|
|
1131
1145
|
}
|
|
1132
|
-
.e-pivotview div.e-cellvalue {
|
|
1133
|
-
margin-top: 0;
|
|
1134
|
-
}
|
|
1135
1146
|
.e-pivotview div div span.e-value-sort-icon {
|
|
1136
|
-
/* stylelint-disable */
|
|
1137
1147
|
padding: 0 !important;
|
|
1138
1148
|
}
|
|
1139
1149
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
@@ -1145,10 +1155,17 @@
|
|
|
1145
1155
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1146
1156
|
display: none;
|
|
1147
1157
|
}
|
|
1158
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1159
|
+
margin: -15px 0 !important;
|
|
1160
|
+
}
|
|
1161
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1162
|
+
margin: 0 !important;
|
|
1163
|
+
}
|
|
1148
1164
|
.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 {
|
|
1149
1165
|
margin: 0 !important;
|
|
1150
1166
|
margin-left: auto !important;
|
|
1151
|
-
|
|
1167
|
+
padding-bottom: 0 !important;
|
|
1168
|
+
padding-top: 0 !important;
|
|
1152
1169
|
}
|
|
1153
1170
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1154
1171
|
margin: -8px 0 !important;
|
|
@@ -1183,9 +1200,25 @@
|
|
|
1183
1200
|
}
|
|
1184
1201
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1185
1202
|
visibility: hidden !important;
|
|
1203
|
+
/* stylelint-enable */
|
|
1204
|
+
}
|
|
1205
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1206
|
+
position: absolute;
|
|
1207
|
+
z-index: 10;
|
|
1208
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
1209
|
+
font-size: 20px;
|
|
1210
|
+
text-align: center;
|
|
1211
|
+
padding: 10%;
|
|
1212
|
+
}
|
|
1213
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1214
|
+
display: none;
|
|
1215
|
+
}
|
|
1216
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1217
|
+
visibility: hidden;
|
|
1186
1218
|
}
|
|
1187
1219
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1188
1220
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1221
|
+
/* stylelint-disable */
|
|
1189
1222
|
padding-left: 8px !important;
|
|
1190
1223
|
padding-top: 0px !important;
|
|
1191
1224
|
padding-bottom: 0px !important;
|
|
@@ -1208,6 +1241,14 @@
|
|
|
1208
1241
|
border-left: 0;
|
|
1209
1242
|
border-right-width: 1px;
|
|
1210
1243
|
}
|
|
1244
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1245
|
+
border-left-color: rgba(var(--color-sf-outline-variant)) !important;
|
|
1246
|
+
border-right-color: rgba(var(--color-sf-outline-variant)) !important;
|
|
1247
|
+
border-right-width: 1px !important;
|
|
1248
|
+
}
|
|
1249
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1250
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
1251
|
+
}
|
|
1211
1252
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1212
1253
|
display: block;
|
|
1213
1254
|
}
|
|
@@ -1215,7 +1256,6 @@
|
|
|
1215
1256
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1216
1257
|
display: inline-block;
|
|
1217
1258
|
padding-left: 12px !important;
|
|
1218
|
-
margin-top: 5px;
|
|
1219
1259
|
}
|
|
1220
1260
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1221
1261
|
padding: 0 0 0 1px !important;
|
|
@@ -1708,8 +1748,6 @@
|
|
|
1708
1748
|
cursor: pointer;
|
|
1709
1749
|
display: inline-block;
|
|
1710
1750
|
height: 18px;
|
|
1711
|
-
margin-top: 3px;
|
|
1712
|
-
margin-bottom: 3px;
|
|
1713
1751
|
text-align: center;
|
|
1714
1752
|
width: 18px;
|
|
1715
1753
|
vertical-align: middle;
|
|
@@ -1718,8 +1756,6 @@
|
|
|
1718
1756
|
.e-pivotview th .e-collapse {
|
|
1719
1757
|
font-size: 10px !important;
|
|
1720
1758
|
margin-left: 0px;
|
|
1721
|
-
margin-top: 3px;
|
|
1722
|
-
margin-bottom: 3px;
|
|
1723
1759
|
}
|
|
1724
1760
|
.e-pivotview .e-expand::before {
|
|
1725
1761
|
font-size: 16px;
|
|
@@ -2109,6 +2145,10 @@
|
|
|
2109
2145
|
border-left-width: 1px;
|
|
2110
2146
|
border-right: 0;
|
|
2111
2147
|
}
|
|
2148
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2149
|
+
border-left-width: 1px;
|
|
2150
|
+
border-right: 0;
|
|
2151
|
+
}
|
|
2112
2152
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2113
2153
|
margin-left: 0;
|
|
2114
2154
|
margin-right: 7px;
|
|
@@ -2341,12 +2381,6 @@
|
|
|
2341
2381
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2342
2382
|
padding-left: 16px !important;
|
|
2343
2383
|
}
|
|
2344
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2345
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2346
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2347
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2348
|
-
margin-top: 4px;
|
|
2349
|
-
}
|
|
2350
2384
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2351
2385
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2352
2386
|
/* stylelint-enable */
|
|
@@ -2873,6 +2907,61 @@
|
|
|
2873
2907
|
background-size: 100% 200px;
|
|
2874
2908
|
}
|
|
2875
2909
|
|
|
2910
|
+
:root {
|
|
2911
|
+
--color-sf-black: 0, 0, 0;
|
|
2912
|
+
--color-sf-white: 255, 255, 255;
|
|
2913
|
+
--color-sf-primary: 208, 188, 255;
|
|
2914
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
2915
|
+
--color-sf-secondary: 204, 194, 220;
|
|
2916
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
2917
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
2918
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
2919
|
+
--color-sf-surface: 28, 27, 31;
|
|
2920
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
2921
|
+
--color-sf-background: var(--color-sf-surface);
|
|
2922
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
2923
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
2924
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
2925
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
2926
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
2927
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
2928
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
2929
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
2930
|
+
--color-sf-on-background: 230, 225, 229;
|
|
2931
|
+
--color-sf-outline: 147, 143, 153;
|
|
2932
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
2933
|
+
--color-sf-shadow: 0, 0, 0;
|
|
2934
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
2935
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
2936
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
2937
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
2938
|
+
--color-sf-scrim: 0, 0, 0;
|
|
2939
|
+
--color-sf-error: 242, 184, 181;
|
|
2940
|
+
--color-sf-error-container: 140, 29, 24;
|
|
2941
|
+
--color-sf-on-error: 96, 20, 16;
|
|
2942
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
2943
|
+
--color-sf-success: 83, 202, 23;
|
|
2944
|
+
--color-sf-success-container: 22, 62, 2;
|
|
2945
|
+
--color-sf-on-success: 13, 39, 0;
|
|
2946
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
2947
|
+
--color-sf-info: 71, 172, 251;
|
|
2948
|
+
--color-sf-info-container: 0, 67, 120;
|
|
2949
|
+
--color-sf-on-info: 0, 51, 91;
|
|
2950
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
2951
|
+
--color-sf-warning: 245, 180, 130;
|
|
2952
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
2953
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
2954
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
2955
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
2956
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
2957
|
+
--color-sf-success-text: 0, 0, 0;
|
|
2958
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
2959
|
+
--color-sf-info-text: 0, 0, 0;
|
|
2960
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
2961
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
2962
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
2963
|
+
}
|
|
2964
|
+
|
|
2876
2965
|
/*! component's theme wise override definitions and variables */
|
|
2877
2966
|
/*! component's common definitions and variables */
|
|
2878
2967
|
/*! field-list component icons */
|
|
@@ -3326,7 +3415,7 @@
|
|
|
3326
3415
|
width: 100% !important;
|
|
3327
3416
|
}
|
|
3328
3417
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3329
|
-
margin-left: 0;
|
|
3418
|
+
margin-left: 0 !important;
|
|
3330
3419
|
}
|
|
3331
3420
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3332
3421
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|