@syncfusion/ej2-vue-pivotview 22.2.12 → 23.1.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -69
- package/dist/ej2-vue-pivotview.umd.min.js +2 -2
- package/dist/global/ej2-vue-pivotview.min.js +3 -3
- package/package.json +9 -9
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -1
- package/src/pivotview/pivotview.component.d.ts +3 -1
- package/styles/bootstrap-dark.css +64 -27
- package/styles/bootstrap.css +65 -28
- package/styles/bootstrap4.css +66 -27
- package/styles/bootstrap5-dark.css +64 -29
- package/styles/bootstrap5.css +64 -29
- package/styles/fabric-dark.css +65 -29
- package/styles/fabric.css +65 -27
- package/styles/fluent-dark.css +64 -28
- package/styles/fluent.css +64 -28
- package/styles/highcontrast-light.css +64 -27
- package/styles/highcontrast.css +64 -27
- package/styles/material-dark.css +63 -27
- package/styles/material.css +63 -27
- package/styles/material3-dark.css +63 -29
- package/styles/material3.css +63 -28
- package/styles/pivotfieldlist/bootstrap-dark.css +1 -7
- package/styles/pivotfieldlist/bootstrap.css +1 -7
- package/styles/pivotfieldlist/bootstrap4.css +1 -7
- package/styles/pivotfieldlist/bootstrap5-dark.css +1 -7
- package/styles/pivotfieldlist/bootstrap5.css +1 -7
- package/styles/pivotfieldlist/fabric-dark.css +2 -7
- package/styles/pivotfieldlist/fabric.css +2 -7
- package/styles/pivotfieldlist/fluent-dark.css +1 -7
- package/styles/pivotfieldlist/fluent.css +1 -7
- package/styles/pivotfieldlist/highcontrast-light.css +2 -7
- package/styles/pivotfieldlist/highcontrast.css +2 -7
- package/styles/pivotfieldlist/material-dark.css +1 -8
- package/styles/pivotfieldlist/material.css +1 -8
- package/styles/pivotfieldlist/material3-dark.css +1 -8
- package/styles/pivotfieldlist/material3-dark.scss +1 -1
- package/styles/pivotfieldlist/material3.css +1 -8
- package/styles/pivotfieldlist/material3.scss +1 -1
- package/styles/pivotfieldlist/tailwind-dark.css +1 -8
- package/styles/pivotfieldlist/tailwind.css +1 -8
- package/styles/pivotview/bootstrap-dark.css +63 -20
- package/styles/pivotview/bootstrap.css +64 -21
- package/styles/pivotview/bootstrap4.css +65 -20
- package/styles/pivotview/bootstrap5-dark.css +63 -22
- package/styles/pivotview/bootstrap5.css +63 -22
- package/styles/pivotview/fabric-dark.css +63 -22
- package/styles/pivotview/fabric.css +63 -20
- package/styles/pivotview/fluent-dark.css +63 -21
- package/styles/pivotview/fluent.css +63 -21
- package/styles/pivotview/highcontrast-light.css +62 -20
- package/styles/pivotview/highcontrast.css +62 -20
- package/styles/pivotview/material-dark.css +62 -20
- package/styles/pivotview/material.css +62 -20
- package/styles/pivotview/material3-dark.css +62 -21
- package/styles/pivotview/material3-dark.scss +1 -1
- package/styles/pivotview/material3.css +62 -21
- package/styles/pivotview/material3.scss +1 -1
- package/styles/pivotview/tailwind-dark.css +62 -22
- package/styles/pivotview/tailwind.css +62 -22
- package/styles/tailwind-dark.css +63 -30
- package/styles/tailwind.css +63 -30
package/styles/tailwind.css
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
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 */
|
|
5
4
|
/*! component's common definitions and variables */
|
|
6
5
|
/* pivot-pager */
|
|
7
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
8
6
|
.e-pivotview .e-expand::before {
|
|
9
7
|
content: "\e75c";
|
|
10
8
|
}
|
|
@@ -162,6 +160,8 @@
|
|
|
162
160
|
/* stylelint-disable */
|
|
163
161
|
/* stylelint-enable */
|
|
164
162
|
/* stylelint-enable */
|
|
163
|
+
/* stylelint-disable */
|
|
164
|
+
/* stylelint-enable */
|
|
165
165
|
}
|
|
166
166
|
.e-pivotview .e-value-field-settings,
|
|
167
167
|
.e-pivotview .e-member-editor-dialog,
|
|
@@ -639,6 +639,9 @@
|
|
|
639
639
|
.e-pivotview .e-frozenscrollbar {
|
|
640
640
|
background: #f9fafb;
|
|
641
641
|
}
|
|
642
|
+
.e-pivotview .e-headercontent .e-columnheader .e-headercell.e-leftfreeze {
|
|
643
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
644
|
+
}
|
|
642
645
|
|
|
643
646
|
.e-pivotview-disable-icon {
|
|
644
647
|
visibility: hidden;
|
|
@@ -919,7 +922,6 @@
|
|
|
919
922
|
|
|
920
923
|
/*! PivotView theme */
|
|
921
924
|
.e-pivotview {
|
|
922
|
-
/* stylelint-enable */
|
|
923
925
|
/* stylelint-enable */
|
|
924
926
|
/* stylelint-disable */
|
|
925
927
|
/* stylelint-enable */
|
|
@@ -930,6 +932,8 @@
|
|
|
930
932
|
/* stylelint-enable */
|
|
931
933
|
}
|
|
932
934
|
.e-pivotview .e-pivotcell-container {
|
|
935
|
+
-ms-flex-align: center;
|
|
936
|
+
align-items: center;
|
|
933
937
|
display: -ms-flexbox;
|
|
934
938
|
display: flex;
|
|
935
939
|
}
|
|
@@ -937,6 +941,7 @@
|
|
|
937
941
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
938
942
|
overflow: hidden;
|
|
939
943
|
text-overflow: ellipsis;
|
|
944
|
+
width: 100%;
|
|
940
945
|
}
|
|
941
946
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
942
947
|
-ms-flex-align: center;
|
|
@@ -975,14 +980,23 @@
|
|
|
975
980
|
-ms-user-select: none;
|
|
976
981
|
user-select: none;
|
|
977
982
|
}
|
|
983
|
+
.e-pivotview .e-grid .e-content-virtualtable {
|
|
984
|
+
overflow-x: auto;
|
|
985
|
+
scrollbar-width: none; /* firefox */
|
|
986
|
+
}
|
|
987
|
+
.e-pivotview .e-grid .e-content-virtualtable::-webkit-scrollbar {
|
|
988
|
+
display: none; /* safari, chrome and edge */
|
|
989
|
+
}
|
|
978
990
|
.e-pivotview .e-gtot,
|
|
979
991
|
.e-pivotview .e-gtot.e-rowsheader,
|
|
980
992
|
.e-pivotview .e-gtot.e-columnsheader,
|
|
981
993
|
.e-pivotview .e-grid .e-content,
|
|
982
|
-
.e-pivotview .e-grid .e-gridheader
|
|
983
|
-
.e-pivotview .e-headercell {
|
|
994
|
+
.e-pivotview .e-grid .e-gridheader {
|
|
984
995
|
background: #f9fafb;
|
|
985
996
|
}
|
|
997
|
+
.e-pivotview .e-headercell:not(.e-columnsheader) {
|
|
998
|
+
background: #f9fafb !important;
|
|
999
|
+
}
|
|
986
1000
|
.e-pivotview .e-grid .e-gridheader {
|
|
987
1001
|
border-bottom-width: 1px;
|
|
988
1002
|
}
|
|
@@ -1079,9 +1093,6 @@
|
|
|
1079
1093
|
.e-pivotview .e-drop-indicator {
|
|
1080
1094
|
display: block;
|
|
1081
1095
|
}
|
|
1082
|
-
.e-pivotview div.e-cellvalue {
|
|
1083
|
-
margin-top: 2px;
|
|
1084
|
-
}
|
|
1085
1096
|
.e-pivotview .e-sortfilterdiv .e-value-sort-icon {
|
|
1086
1097
|
float: right;
|
|
1087
1098
|
}
|
|
@@ -1091,10 +1102,17 @@
|
|
|
1091
1102
|
.e-pivotview .e-sortfilterdiv:not(.e-value-sort-icon) {
|
|
1092
1103
|
display: none;
|
|
1093
1104
|
}
|
|
1105
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1106
|
+
margin: -18px 0 !important;
|
|
1107
|
+
}
|
|
1108
|
+
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1109
|
+
margin: 0 !important;
|
|
1110
|
+
}
|
|
1094
1111
|
.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 {
|
|
1095
1112
|
margin: 0 !important;
|
|
1096
1113
|
margin-left: auto !important;
|
|
1097
|
-
|
|
1114
|
+
padding-bottom: 0 !important;
|
|
1115
|
+
padding-top: 0 !important;
|
|
1098
1116
|
}
|
|
1099
1117
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1100
1118
|
margin: -4px 0 !important;
|
|
@@ -1130,9 +1148,26 @@
|
|
|
1130
1148
|
}
|
|
1131
1149
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1132
1150
|
visibility: hidden !important;
|
|
1151
|
+
/* stylelint-enable */
|
|
1152
|
+
}
|
|
1153
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader {
|
|
1154
|
+
position: absolute;
|
|
1155
|
+
z-index: 10;
|
|
1156
|
+
color: #4f46e5;
|
|
1157
|
+
font-size: 20px;
|
|
1158
|
+
text-align: center;
|
|
1159
|
+
padding: 10%;
|
|
1160
|
+
pointer-events: none;
|
|
1161
|
+
}
|
|
1162
|
+
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1163
|
+
display: none;
|
|
1164
|
+
}
|
|
1165
|
+
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1166
|
+
visibility: hidden;
|
|
1133
1167
|
}
|
|
1134
1168
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1135
1169
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1170
|
+
/* stylelint-disable */
|
|
1136
1171
|
padding-left: 8px !important;
|
|
1137
1172
|
text-transform: none;
|
|
1138
1173
|
padding-top: 0px !important;
|
|
@@ -1156,6 +1191,14 @@
|
|
|
1156
1191
|
border-left: 0;
|
|
1157
1192
|
border-right-width: 1px;
|
|
1158
1193
|
}
|
|
1194
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder {
|
|
1195
|
+
border-left-color: #e5e7eb !important;
|
|
1196
|
+
border-right-color: #e5e7eb !important;
|
|
1197
|
+
border-right-width: 1px !important;
|
|
1198
|
+
}
|
|
1199
|
+
.e-pivotview .e-leftfreeze.e-freezeleftborder:not(.e-gtot) {
|
|
1200
|
+
background: #f9fafb;
|
|
1201
|
+
}
|
|
1159
1202
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1160
1203
|
display: block;
|
|
1161
1204
|
}
|
|
@@ -1163,9 +1206,6 @@
|
|
|
1163
1206
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1164
1207
|
display: inline-block;
|
|
1165
1208
|
padding-left: 12px !important;
|
|
1166
|
-
margin-top: 5px;
|
|
1167
|
-
margin-top: 2px;
|
|
1168
|
-
padding-left: 8px !important;
|
|
1169
1209
|
}
|
|
1170
1210
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1171
1211
|
padding: 0 0 0 1px !important;
|
|
@@ -1510,6 +1550,11 @@
|
|
|
1510
1550
|
.e-pivotview .e-group-columns {
|
|
1511
1551
|
width: 100%;
|
|
1512
1552
|
}
|
|
1553
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1554
|
+
display: inline-block;
|
|
1555
|
+
height: 100%;
|
|
1556
|
+
vertical-align: top;
|
|
1557
|
+
}
|
|
1513
1558
|
.e-pivotview .e-group-row {
|
|
1514
1559
|
padding: 0 !important;
|
|
1515
1560
|
}
|
|
@@ -1662,8 +1707,6 @@
|
|
|
1662
1707
|
cursor: pointer;
|
|
1663
1708
|
display: inline-block;
|
|
1664
1709
|
height: 18px;
|
|
1665
|
-
margin-top: 0;
|
|
1666
|
-
margin-bottom: 0;
|
|
1667
1710
|
text-align: center;
|
|
1668
1711
|
width: 18px;
|
|
1669
1712
|
vertical-align: middle;
|
|
@@ -1671,9 +1714,7 @@
|
|
|
1671
1714
|
.e-pivotview th .e-expand,
|
|
1672
1715
|
.e-pivotview th .e-collapse {
|
|
1673
1716
|
font-size: 10px !important;
|
|
1674
|
-
margin-left:
|
|
1675
|
-
margin-top: 0;
|
|
1676
|
-
margin-bottom: 0;
|
|
1717
|
+
margin-left: 0;
|
|
1677
1718
|
}
|
|
1678
1719
|
.e-pivotview .e-expand::before {
|
|
1679
1720
|
font-size: 18px;
|
|
@@ -2037,6 +2078,10 @@
|
|
|
2037
2078
|
border-left-width: 1px;
|
|
2038
2079
|
border-right: 0;
|
|
2039
2080
|
}
|
|
2081
|
+
.e-pivotview.e-rtl .e-leftfreeze.e-freezeleftborder {
|
|
2082
|
+
border-left-width: 1px;
|
|
2083
|
+
border-right: 0;
|
|
2084
|
+
}
|
|
2040
2085
|
.e-pivotview.e-rtl .e-rowsheader .e-cellvalue {
|
|
2041
2086
|
margin-left: 0;
|
|
2042
2087
|
margin-right: 7px;
|
|
@@ -2271,12 +2316,6 @@
|
|
|
2271
2316
|
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2272
2317
|
padding-left: 16px !important;
|
|
2273
2318
|
}
|
|
2274
|
-
.e-bigger .e-pivotview th .e-expand,
|
|
2275
|
-
.e-bigger .e-pivotview th .e-collapse,
|
|
2276
|
-
.e-bigger.e-pivotview th .e-expand,
|
|
2277
|
-
.e-bigger.e-pivotview th .e-collapse {
|
|
2278
|
-
margin-top: 0;
|
|
2279
|
-
}
|
|
2280
2319
|
.e-bigger .e-pivotview .e-grouping-bar,
|
|
2281
2320
|
.e-bigger.e-pivotview .e-grouping-bar {
|
|
2282
2321
|
/* stylelint-enable */
|
|
@@ -3272,7 +3311,7 @@
|
|
|
3272
3311
|
width: 100% !important;
|
|
3273
3312
|
}
|
|
3274
3313
|
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3275
|
-
margin-left: 0;
|
|
3314
|
+
margin-left: 0 !important;
|
|
3276
3315
|
}
|
|
3277
3316
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3278
3317
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -4345,12 +4384,6 @@
|
|
|
4345
4384
|
height: 36px;
|
|
4346
4385
|
padding: 6px 12px;
|
|
4347
4386
|
}
|
|
4348
|
-
.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4349
|
-
.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4350
|
-
.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4351
|
-
.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
|
|
4352
|
-
line-height: 1.5em;
|
|
4353
|
-
}
|
|
4354
4387
|
.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4355
4388
|
.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4356
4389
|
.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|