@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
|
@@ -162,6 +162,8 @@
|
|
|
162
162
|
/* stylelint-disable */
|
|
163
163
|
/* stylelint-enable */
|
|
164
164
|
/* stylelint-enable */
|
|
165
|
+
/* stylelint-disable */
|
|
166
|
+
/* stylelint-enable */
|
|
165
167
|
}
|
|
166
168
|
.e-pivotview .e-value-field-settings,
|
|
167
169
|
.e-pivotview .e-member-editor-dialog,
|
|
@@ -627,6 +629,9 @@
|
|
|
627
629
|
.e-pivotview .e-frozenscrollbar {
|
|
628
630
|
background: #131313;
|
|
629
631
|
}
|
|
632
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
633
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
634
|
+
}
|
|
630
635
|
|
|
631
636
|
.e-pivotview-disable-icon {
|
|
632
637
|
visibility: hidden;
|
|
@@ -901,7 +906,6 @@
|
|
|
901
906
|
|
|
902
907
|
/*! PivotView theme */
|
|
903
908
|
.e-pivotview {
|
|
904
|
-
/* stylelint-enable */
|
|
905
909
|
/* stylelint-enable */
|
|
906
910
|
/* stylelint-disable */
|
|
907
911
|
/* stylelint-enable */
|
|
@@ -912,6 +916,8 @@
|
|
|
912
916
|
/* stylelint-enable */
|
|
913
917
|
}
|
|
914
918
|
.e-pivotview .e-pivotcell-container {
|
|
919
|
+
-ms-flex-align: center;
|
|
920
|
+
align-items: center;
|
|
915
921
|
display: -ms-flexbox;
|
|
916
922
|
display: flex;
|
|
917
923
|
}
|
|
@@ -957,14 +963,23 @@
|
|
|
957
963
|
-ms-user-select: none;
|
|
958
964
|
user-select: none;
|
|
959
965
|
}
|
|
966
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
967
|
+
overflow-x: auto;
|
|
968
|
+
scrollbar-width: none; /* firefox */
|
|
969
|
+
}
|
|
970
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
971
|
+
display: none; /* safari, chrome and edge */
|
|
972
|
+
}
|
|
960
973
|
.e-pivotview .e-gtot,
|
|
961
974
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
962
975
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
963
976
|
.e-pivotview .e-grid .e-content,
|
|
964
|
-
.e-pivotview .e-grid .e-gridheader
|
|
965
|
-
.e-pivotview .e-headercell {
|
|
977
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
966
978
|
background: #131313;
|
|
967
979
|
}
|
|
980
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
981
|
+
background: #131313 !important;
|
|
982
|
+
}
|
|
968
983
|
.e-pivotview .e-grid .e-gridheader {
|
|
969
984
|
border-bottom-width: 1px;
|
|
970
985
|
}
|
|
@@ -1057,9 +1072,6 @@
|
|
|
1057
1072
|
.e-pivotview .e-drop-indicator {
|
|
1058
1073
|
display: block;
|
|
1059
1074
|
}
|
|
1060
|
-
.e-pivotview div.e-cellvalue {
|
|
1061
|
-
margin-top: 5px;
|
|
1062
|
-
}
|
|
1063
1075
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1064
1076
|
float: right;
|
|
1065
1077
|
}
|
|
@@ -1069,10 +1081,17 @@
|
|
|
1069
1081
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1070
1082
|
display: none;
|
|
1071
1083
|
}
|
|
1072
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-
|
|
1084
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1085
|
+
margin: -28px 0 !important;
|
|
1086
|
+
}
|
|
1087
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1073
1088
|
margin: -11px 0 !important;
|
|
1089
|
+
}
|
|
1090
|
+
.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 {
|
|
1091
|
+
margin: 0 !important;
|
|
1074
1092
|
margin-left: auto !important;
|
|
1075
|
-
|
|
1093
|
+
padding-bottom: 0 !important;
|
|
1094
|
+
padding-top: 0 !important;
|
|
1076
1095
|
}
|
|
1077
1096
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1078
1097
|
margin: -20px 0 !important;
|
|
@@ -1107,9 +1126,25 @@
|
|
|
1107
1126
|
}
|
|
1108
1127
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1109
1128
|
visibility: hidden !important;
|
|
1129
|
+
/* stylelint-enable */
|
|
1130
|
+
}
|
|
1131
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1132
|
+
position: absolute;
|
|
1133
|
+
z-index: 10;
|
|
1134
|
+
color: #0070f0;
|
|
1135
|
+
font-size: 20px;
|
|
1136
|
+
text-align: center;
|
|
1137
|
+
padding: 10%;
|
|
1138
|
+
}
|
|
1139
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1140
|
+
display: none;
|
|
1141
|
+
}
|
|
1142
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1143
|
+
visibility: hidden;
|
|
1110
1144
|
}
|
|
1111
1145
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1112
1146
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1147
|
+
/* stylelint-disable */
|
|
1113
1148
|
padding-left: 8px !important;
|
|
1114
1149
|
}
|
|
1115
1150
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
@@ -1130,6 +1165,14 @@
|
|
|
1130
1165
|
border-left: 0;
|
|
1131
1166
|
border-right-width: 1px;
|
|
1132
1167
|
}
|
|
1168
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1169
|
+
border-left-color: #414141 !important;
|
|
1170
|
+
border-right-color: #414141 !important;
|
|
1171
|
+
border-right-width: 1px !important;
|
|
1172
|
+
}
|
|
1173
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1174
|
+
background: #131313;
|
|
1175
|
+
}
|
|
1133
1176
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1134
1177
|
display: block;
|
|
1135
1178
|
}
|
|
@@ -1137,7 +1180,6 @@
|
|
|
1137
1180
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1138
1181
|
display: inline-block;
|
|
1139
1182
|
padding-left: 12px !important;
|
|
1140
|
-
margin-top: 5px;
|
|
1141
1183
|
}
|
|
1142
1184
|
.e-pivotview .e-headercelldiv.e-cellvalue {
|
|
1143
1185
|
margin-left: 0px;
|
|
@@ -1634,8 +1676,6 @@
|
|
|
1634
1676
|
cursor: pointer;
|
|
1635
1677
|
display: inline-block;
|
|
1636
1678
|
height: 18px;
|
|
1637
|
-
margin-top: 5px;
|
|
1638
|
-
margin-bottom: 0;
|
|
1639
1679
|
text-align: center;
|
|
1640
1680
|
width: 18px;
|
|
1641
1681
|
}
|
|
@@ -1643,8 +1683,6 @@
|
|
|
1643
1683
|
.e-pivotview th .e-collapse {
|
|
1644
1684
|
font-size: 12px !important;
|
|
1645
1685
|
margin-left: 0px;
|
|
1646
|
-
margin-top: 6px;
|
|
1647
|
-
margin-bottom: 0;
|
|
1648
1686
|
}
|
|
1649
1687
|
.e-pivotview .e-expand::before {
|
|
1650
1688
|
font-size: 10px;
|
|
@@ -2008,6 +2046,10 @@
|
|
|
2008
2046
|
border-left-width: 1px;
|
|
2009
2047
|
border-right: 0;
|
|
2010
2048
|
}
|
|
2049
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2050
|
+
border-left-width: 1px;
|
|
2051
|
+
border-right: 0;
|
|
2052
|
+
}
|
|
2011
2053
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2012
2054
|
margin-left: 0;
|
|
2013
2055
|
margin-right: 7px;
|
|
@@ -2240,12 +2282,6 @@
|
|
|
2240
2282
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2241
2283
|
padding-left: 16px !important;
|
|
2242
2284
|
}
|
|
2243
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2244
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2245
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2246
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2247
|
-
margin-top: 6px;
|
|
2248
|
-
}
|
|
2249
2285
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2250
2286
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2251
2287
|
/* stylelint-enable */
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/bootstrap-dark.scss';
|
|
@@ -161,6 +161,8 @@
|
|
|
161
161
|
/* stylelint-disable */
|
|
162
162
|
/* stylelint-enable */
|
|
163
163
|
/* stylelint-enable */
|
|
164
|
+
/* stylelint-disable */
|
|
165
|
+
/* stylelint-enable */
|
|
164
166
|
}
|
|
165
167
|
.e-pivotview .e-value-field-settings,
|
|
166
168
|
.e-pivotview .e-member-editor-dialog,
|
|
@@ -626,6 +628,9 @@
|
|
|
626
628
|
.e-pivotview .e-frozenscrollbar {
|
|
627
629
|
background: #f5f5f5;
|
|
628
630
|
}
|
|
631
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
632
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
633
|
+
}
|
|
629
634
|
|
|
630
635
|
.e-pivotview-disable-icon {
|
|
631
636
|
visibility: hidden;
|
|
@@ -900,7 +905,6 @@
|
|
|
900
905
|
|
|
901
906
|
/*! PivotView theme */
|
|
902
907
|
.e-pivotview {
|
|
903
|
-
/* stylelint-enable */
|
|
904
908
|
/* stylelint-enable */
|
|
905
909
|
/* stylelint-disable */
|
|
906
910
|
/* stylelint-enable */
|
|
@@ -911,6 +915,8 @@
|
|
|
911
915
|
/* stylelint-enable */
|
|
912
916
|
}
|
|
913
917
|
.e-pivotview .e-pivotcell-container {
|
|
918
|
+
-ms-flex-align: center;
|
|
919
|
+
align-items: center;
|
|
914
920
|
display: -ms-flexbox;
|
|
915
921
|
display: flex;
|
|
916
922
|
}
|
|
@@ -956,14 +962,23 @@
|
|
|
956
962
|
-ms-user-select: none;
|
|
957
963
|
user-select: none;
|
|
958
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
|
+
}
|
|
959
972
|
.e-pivotview .e-gtot,
|
|
960
973
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
961
974
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
962
975
|
.e-pivotview .e-grid .e-content,
|
|
963
|
-
.e-pivotview .e-grid .e-gridheader
|
|
964
|
-
.e-pivotview .e-headercell {
|
|
976
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
965
977
|
background: #f5f5f5;
|
|
966
978
|
}
|
|
979
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
980
|
+
background: #f5f5f5 !important;
|
|
981
|
+
}
|
|
967
982
|
.e-pivotview .e-grid .e-gridheader {
|
|
968
983
|
border-bottom-width: 1px;
|
|
969
984
|
}
|
|
@@ -1056,9 +1071,6 @@
|
|
|
1056
1071
|
.e-pivotview .e-drop-indicator {
|
|
1057
1072
|
display: block;
|
|
1058
1073
|
}
|
|
1059
|
-
.e-pivotview div.e-cellvalue {
|
|
1060
|
-
margin-top: 5px;
|
|
1061
|
-
}
|
|
1062
1074
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1063
1075
|
float: right;
|
|
1064
1076
|
}
|
|
@@ -1068,10 +1080,17 @@
|
|
|
1068
1080
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1069
1081
|
display: none;
|
|
1070
1082
|
}
|
|
1071
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-
|
|
1083
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1084
|
+
margin: -28px 0 !important;
|
|
1085
|
+
}
|
|
1086
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1072
1087
|
margin: -11px 0 !important;
|
|
1088
|
+
}
|
|
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 {
|
|
1090
|
+
margin: 0 !important;
|
|
1073
1091
|
margin-left: auto !important;
|
|
1074
|
-
|
|
1092
|
+
padding-bottom: 0 !important;
|
|
1093
|
+
padding-top: 0 !important;
|
|
1075
1094
|
}
|
|
1076
1095
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1077
1096
|
margin: -20px 0 !important;
|
|
@@ -1106,9 +1125,25 @@
|
|
|
1106
1125
|
}
|
|
1107
1126
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1108
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: #317ab9;
|
|
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;
|
|
1109
1143
|
}
|
|
1110
1144
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1111
1145
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1146
|
+
/* stylelint-disable */
|
|
1112
1147
|
padding-left: 8px !important;
|
|
1113
1148
|
}
|
|
1114
1149
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
@@ -1129,6 +1164,14 @@
|
|
|
1129
1164
|
border-left: 0;
|
|
1130
1165
|
border-right-width: 1px;
|
|
1131
1166
|
}
|
|
1167
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1168
|
+
border-left-color: #e6e6e6 !important;
|
|
1169
|
+
border-right-color: #e6e6e6 !important;
|
|
1170
|
+
border-right-width: 1px !important;
|
|
1171
|
+
}
|
|
1172
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1173
|
+
background: #f9f9f9;
|
|
1174
|
+
}
|
|
1132
1175
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1133
1176
|
display: block;
|
|
1134
1177
|
}
|
|
@@ -1136,7 +1179,6 @@
|
|
|
1136
1179
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1137
1180
|
display: inline-block;
|
|
1138
1181
|
padding-left: 12px !important;
|
|
1139
|
-
margin-top: 5px;
|
|
1140
1182
|
}
|
|
1141
1183
|
.e-pivotview .e-headercelldiv.e-cellvalue {
|
|
1142
1184
|
margin-left: 0px;
|
|
@@ -1633,8 +1675,6 @@
|
|
|
1633
1675
|
cursor: pointer;
|
|
1634
1676
|
display: inline-block;
|
|
1635
1677
|
height: 18px;
|
|
1636
|
-
margin-top: 5px;
|
|
1637
|
-
margin-bottom: 0;
|
|
1638
1678
|
text-align: center;
|
|
1639
1679
|
width: 18px;
|
|
1640
1680
|
}
|
|
@@ -1642,8 +1682,6 @@
|
|
|
1642
1682
|
.e-pivotview th .e-collapse {
|
|
1643
1683
|
font-size: 11px !important;
|
|
1644
1684
|
margin-left: 0px;
|
|
1645
|
-
margin-top: 6px;
|
|
1646
|
-
margin-bottom: 0;
|
|
1647
1685
|
}
|
|
1648
1686
|
.e-pivotview .e-expand::before {
|
|
1649
1687
|
font-size: 10px;
|
|
@@ -2007,6 +2045,10 @@
|
|
|
2007
2045
|
border-left-width: 1px;
|
|
2008
2046
|
border-right: 0;
|
|
2009
2047
|
}
|
|
2048
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2049
|
+
border-left-width: 1px;
|
|
2050
|
+
border-right: 0;
|
|
2051
|
+
}
|
|
2010
2052
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2011
2053
|
margin-left: 0;
|
|
2012
2054
|
margin-right: 7px;
|
|
@@ -2139,7 +2181,7 @@
|
|
|
2139
2181
|
}
|
|
2140
2182
|
|
|
2141
2183
|
.e-pivottooltip p {
|
|
2142
|
-
color: #
|
|
2184
|
+
color: #fff;
|
|
2143
2185
|
display: inline-block;
|
|
2144
2186
|
font-family: Helvetica;
|
|
2145
2187
|
font-size: 14px;
|
|
@@ -2239,12 +2281,6 @@
|
|
|
2239
2281
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2240
2282
|
padding-left: 16px !important;
|
|
2241
2283
|
}
|
|
2242
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2243
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2244
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2245
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2246
|
-
margin-top: 6px;
|
|
2247
|
-
}
|
|
2248
2284
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2249
2285
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2250
2286
|
/* stylelint-enable */
|
|
@@ -161,6 +161,8 @@
|
|
|
161
161
|
/* stylelint-disable */
|
|
162
162
|
/* stylelint-enable */
|
|
163
163
|
/* stylelint-enable */
|
|
164
|
+
/* stylelint-disable */
|
|
165
|
+
/* stylelint-enable */
|
|
164
166
|
}
|
|
165
167
|
.e-pivotview .e-value-field-settings,
|
|
166
168
|
.e-pivotview .e-member-editor-dialog,
|
|
@@ -676,6 +678,9 @@
|
|
|
676
678
|
.e-pivotview .e-frozenscrollbar {
|
|
677
679
|
background: #f2f4f6;
|
|
678
680
|
}
|
|
681
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
682
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
683
|
+
}
|
|
679
684
|
|
|
680
685
|
.e-pivotview-disable-icon {
|
|
681
686
|
visibility: hidden;
|
|
@@ -958,7 +963,6 @@
|
|
|
958
963
|
|
|
959
964
|
/*! PivotView theme */
|
|
960
965
|
.e-pivotview {
|
|
961
|
-
/* stylelint-enable */
|
|
962
966
|
/* stylelint-enable */
|
|
963
967
|
/* stylelint-disable */
|
|
964
968
|
/* stylelint-enable */
|
|
@@ -969,6 +973,8 @@
|
|
|
969
973
|
/* stylelint-enable */
|
|
970
974
|
}
|
|
971
975
|
.e-pivotview .e-pivotcell-container {
|
|
976
|
+
-ms-flex-align: center;
|
|
977
|
+
align-items: center;
|
|
972
978
|
display: -ms-flexbox;
|
|
973
979
|
display: flex;
|
|
974
980
|
}
|
|
@@ -1014,14 +1020,23 @@
|
|
|
1014
1020
|
-ms-user-select: none;
|
|
1015
1021
|
user-select: none;
|
|
1016
1022
|
}
|
|
1023
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
1024
|
+
overflow-x: auto;
|
|
1025
|
+
scrollbar-width: none; /* firefox */
|
|
1026
|
+
}
|
|
1027
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
1028
|
+
display: none; /* safari, chrome and edge */
|
|
1029
|
+
}
|
|
1017
1030
|
.e-pivotview .e-gtot,
|
|
1018
1031
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
1019
1032
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
1020
1033
|
.e-pivotview .e-grid .e-content,
|
|
1021
|
-
.e-pivotview .e-grid .e-gridheader
|
|
1022
|
-
.e-pivotview .e-headercell {
|
|
1034
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
1023
1035
|
background: #f2f4f6;
|
|
1024
1036
|
}
|
|
1037
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
1038
|
+
background: #f2f4f6 !important;
|
|
1039
|
+
}
|
|
1025
1040
|
.e-pivotview .e-grid .e-gridheader {
|
|
1026
1041
|
border-bottom-width: 1px;
|
|
1027
1042
|
}
|
|
@@ -1114,9 +1129,6 @@
|
|
|
1114
1129
|
.e-pivotview .e-drop-indicator {
|
|
1115
1130
|
display: block;
|
|
1116
1131
|
}
|
|
1117
|
-
.e-pivotview div.e-cellvalue {
|
|
1118
|
-
margin-top: 5px;
|
|
1119
|
-
}
|
|
1120
1132
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1121
1133
|
float: right;
|
|
1122
1134
|
font-size: 10px !important;
|
|
@@ -1127,10 +1139,17 @@
|
|
|
1127
1139
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1128
1140
|
display: none;
|
|
1129
1141
|
}
|
|
1130
|
-
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-
|
|
1142
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1143
|
+
margin: -28px 0 !important;
|
|
1144
|
+
}
|
|
1145
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1131
1146
|
margin: -11px 0 !important;
|
|
1147
|
+
}
|
|
1148
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1149
|
+
margin: 0 !important;
|
|
1132
1150
|
margin-left: auto !important;
|
|
1133
|
-
|
|
1151
|
+
padding-bottom: 0 !important;
|
|
1152
|
+
padding-top: 0 !important;
|
|
1134
1153
|
}
|
|
1135
1154
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1136
1155
|
margin: -20px 0 !important;
|
|
@@ -1168,9 +1187,25 @@
|
|
|
1168
1187
|
}
|
|
1169
1188
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1170
1189
|
visibility: hidden !important;
|
|
1190
|
+
/* stylelint-enable */
|
|
1191
|
+
}
|
|
1192
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1193
|
+
position: absolute;
|
|
1194
|
+
z-index: 10;
|
|
1195
|
+
color: #007bff;
|
|
1196
|
+
font-size: 20px;
|
|
1197
|
+
text-align: center;
|
|
1198
|
+
padding: 10%;
|
|
1199
|
+
}
|
|
1200
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1201
|
+
display: none;
|
|
1202
|
+
}
|
|
1203
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1204
|
+
visibility: hidden;
|
|
1171
1205
|
}
|
|
1172
1206
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1173
1207
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1208
|
+
/* stylelint-disable */
|
|
1174
1209
|
padding-left: 8px !important;
|
|
1175
1210
|
}
|
|
1176
1211
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
@@ -1191,6 +1226,14 @@
|
|
|
1191
1226
|
border-left: 0;
|
|
1192
1227
|
border-right-width: 1px;
|
|
1193
1228
|
}
|
|
1229
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1230
|
+
border-left-color: #dee2e6 !important;
|
|
1231
|
+
border-right-color: #dee2e6 !important;
|
|
1232
|
+
border-right-width: 1px !important;
|
|
1233
|
+
}
|
|
1234
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1235
|
+
background: #f8f9fa;
|
|
1236
|
+
}
|
|
1194
1237
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1195
1238
|
display: block;
|
|
1196
1239
|
}
|
|
@@ -1198,7 +1241,6 @@
|
|
|
1198
1241
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1199
1242
|
display: inline-block;
|
|
1200
1243
|
padding-left: 12px !important;
|
|
1201
|
-
margin-top: 5px;
|
|
1202
1244
|
}
|
|
1203
1245
|
.e-pivotview .e-headercelldiv.e-cellvalue {
|
|
1204
1246
|
margin-left: 0px;
|
|
@@ -1716,8 +1758,6 @@
|
|
|
1716
1758
|
cursor: pointer;
|
|
1717
1759
|
display: inline-block;
|
|
1718
1760
|
height: 18px;
|
|
1719
|
-
margin-top: 5px;
|
|
1720
|
-
margin-bottom: 0;
|
|
1721
1761
|
text-align: center;
|
|
1722
1762
|
width: 18px;
|
|
1723
1763
|
}
|
|
@@ -1725,8 +1765,6 @@
|
|
|
1725
1765
|
.e-pivotview th .e-collapse {
|
|
1726
1766
|
font-size: 13px !important;
|
|
1727
1767
|
margin-left: 0px;
|
|
1728
|
-
margin-top: 4px;
|
|
1729
|
-
margin-bottom: 0;
|
|
1730
1768
|
}
|
|
1731
1769
|
.e-pivotview .e-expand::before {
|
|
1732
1770
|
font-size: 10px;
|
|
@@ -2090,6 +2128,10 @@
|
|
|
2090
2128
|
border-left-width: 1px;
|
|
2091
2129
|
border-right: 0;
|
|
2092
2130
|
}
|
|
2131
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2132
|
+
border-left-width: 1px;
|
|
2133
|
+
border-right: 0;
|
|
2134
|
+
}
|
|
2093
2135
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2094
2136
|
margin-left: 0;
|
|
2095
2137
|
margin-right: 7px;
|
|
@@ -2323,12 +2365,6 @@
|
|
|
2323
2365
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2324
2366
|
padding-left: 16px !important;
|
|
2325
2367
|
}
|
|
2326
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2327
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2328
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2329
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2330
|
-
margin-top: 4px;
|
|
2331
|
-
}
|
|
2332
2368
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2333
2369
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2334
2370
|
/* stylelint-enable */
|