@syncfusion/ej2-react-pivotview 23.1.36 → 23.1.41
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 +19 -0
- package/dist/ej2-react-pivotview.min.js +2 -2
- package/dist/ej2-react-pivotview.umd.min.js +2 -2
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +18 -7
- package/styles/bootstrap.css +18 -7
- package/styles/bootstrap4.css +20 -7
- package/styles/bootstrap5-dark.css +18 -9
- package/styles/bootstrap5.css +18 -9
- package/styles/fabric-dark.css +19 -7
- package/styles/fabric.css +19 -7
- package/styles/fluent-dark.css +18 -9
- package/styles/fluent.css +18 -9
- package/styles/highcontrast-light.css +19 -7
- package/styles/highcontrast.css +19 -7
- package/styles/material-dark.css +18 -7
- package/styles/material.css +18 -7
- package/styles/material3-dark.css +18 -9
- package/styles/material3.css +18 -9
- package/styles/pivotfieldlist/bootstrap-dark.css +0 -6
- package/styles/pivotfieldlist/bootstrap.css +0 -6
- package/styles/pivotfieldlist/bootstrap4.css +0 -6
- package/styles/pivotfieldlist/bootstrap5-dark.css +0 -6
- package/styles/pivotfieldlist/bootstrap5.css +0 -6
- package/styles/pivotfieldlist/fabric-dark.css +1 -6
- package/styles/pivotfieldlist/fabric.css +1 -6
- package/styles/pivotfieldlist/fluent-dark.css +0 -6
- package/styles/pivotfieldlist/fluent.css +0 -6
- package/styles/pivotfieldlist/highcontrast-light.css +1 -6
- package/styles/pivotfieldlist/highcontrast.css +1 -6
- package/styles/pivotfieldlist/material-dark.css +0 -6
- package/styles/pivotfieldlist/material.css +0 -6
- package/styles/pivotfieldlist/material3-dark.css +0 -6
- package/styles/pivotfieldlist/material3.css +0 -6
- package/styles/pivotfieldlist/tailwind-dark.css +0 -6
- package/styles/pivotfieldlist/tailwind.css +0 -6
- package/styles/pivotview/bootstrap-dark.css +18 -1
- package/styles/pivotview/bootstrap.css +18 -1
- package/styles/pivotview/bootstrap4.css +20 -1
- package/styles/pivotview/bootstrap5-dark.css +18 -3
- package/styles/pivotview/bootstrap5.css +18 -3
- package/styles/pivotview/fabric-dark.css +18 -1
- package/styles/pivotview/fabric.css +18 -1
- package/styles/pivotview/fluent-dark.css +18 -3
- package/styles/pivotview/fluent.css +18 -3
- package/styles/pivotview/highcontrast-light.css +18 -1
- package/styles/pivotview/highcontrast.css +18 -1
- package/styles/pivotview/material-dark.css +18 -1
- package/styles/pivotview/material.css +18 -1
- package/styles/pivotview/material3-dark.css +18 -3
- package/styles/pivotview/material3.css +18 -3
- package/styles/pivotview/tailwind-dark.css +18 -3
- package/styles/pivotview/tailwind.css +18 -3
- package/styles/tailwind-dark.css +18 -9
- package/styles/tailwind.css +18 -9
|
@@ -922,11 +922,16 @@
|
|
|
922
922
|
align-items: center;
|
|
923
923
|
display: -ms-flexbox;
|
|
924
924
|
display: flex;
|
|
925
|
+
max-height: inherit;
|
|
925
926
|
}
|
|
926
927
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
927
928
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
929
|
+
-ms-flex-item-align: stretch;
|
|
930
|
+
-ms-grid-row-align: stretch;
|
|
931
|
+
align-self: stretch;
|
|
928
932
|
overflow: hidden;
|
|
929
933
|
text-overflow: ellipsis;
|
|
934
|
+
width: 100%;
|
|
930
935
|
}
|
|
931
936
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
932
937
|
-ms-flex-align: center;
|
|
@@ -985,6 +990,11 @@
|
|
|
985
990
|
.e-pivotview .e-grid .e-gridheader {
|
|
986
991
|
border-bottom-width: 1px;
|
|
987
992
|
}
|
|
993
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
994
|
+
padding-bottom: 0;
|
|
995
|
+
padding-top: 0;
|
|
996
|
+
vertical-align: middle;
|
|
997
|
+
}
|
|
988
998
|
.e-pivotview .e-gtot {
|
|
989
999
|
font-weight: 600;
|
|
990
1000
|
}
|
|
@@ -1138,6 +1148,7 @@
|
|
|
1138
1148
|
font-size: 20px;
|
|
1139
1149
|
text-align: center;
|
|
1140
1150
|
padding: 10%;
|
|
1151
|
+
pointer-events: none;
|
|
1141
1152
|
}
|
|
1142
1153
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1143
1154
|
display: none;
|
|
@@ -1524,6 +1535,12 @@
|
|
|
1524
1535
|
.e-pivotview .e-group-columns {
|
|
1525
1536
|
width: 100%;
|
|
1526
1537
|
}
|
|
1538
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1539
|
+
display: inline-block;
|
|
1540
|
+
height: 100%;
|
|
1541
|
+
vertical-align: top;
|
|
1542
|
+
width: 100%;
|
|
1543
|
+
}
|
|
1527
1544
|
.e-pivotview .e-group-row {
|
|
1528
1545
|
padding: 0 !important;
|
|
1529
1546
|
}
|
|
@@ -1682,7 +1699,7 @@
|
|
|
1682
1699
|
.e-pivotview th .e-expand,
|
|
1683
1700
|
.e-pivotview th .e-collapse {
|
|
1684
1701
|
font-size: 13px !important;
|
|
1685
|
-
margin-left:
|
|
1702
|
+
margin-left: 0;
|
|
1686
1703
|
}
|
|
1687
1704
|
.e-pivotview .e-expand::before {
|
|
1688
1705
|
font-size: 10px;
|
|
@@ -922,11 +922,16 @@
|
|
|
922
922
|
align-items: center;
|
|
923
923
|
display: -ms-flexbox;
|
|
924
924
|
display: flex;
|
|
925
|
+
max-height: inherit;
|
|
925
926
|
}
|
|
926
927
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
927
928
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
929
|
+
-ms-flex-item-align: stretch;
|
|
930
|
+
-ms-grid-row-align: stretch;
|
|
931
|
+
align-self: stretch;
|
|
928
932
|
overflow: hidden;
|
|
929
933
|
text-overflow: ellipsis;
|
|
934
|
+
width: 100%;
|
|
930
935
|
}
|
|
931
936
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
932
937
|
-ms-flex-align: center;
|
|
@@ -985,6 +990,11 @@
|
|
|
985
990
|
.e-pivotview .e-grid .e-gridheader {
|
|
986
991
|
border-bottom-width: 1px;
|
|
987
992
|
}
|
|
993
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
994
|
+
padding-bottom: 0;
|
|
995
|
+
padding-top: 0;
|
|
996
|
+
vertical-align: middle;
|
|
997
|
+
}
|
|
988
998
|
.e-pivotview .e-gtot {
|
|
989
999
|
font-weight: 600;
|
|
990
1000
|
}
|
|
@@ -1138,6 +1148,7 @@
|
|
|
1138
1148
|
font-size: 20px;
|
|
1139
1149
|
text-align: center;
|
|
1140
1150
|
padding: 10%;
|
|
1151
|
+
pointer-events: none;
|
|
1141
1152
|
}
|
|
1142
1153
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1143
1154
|
display: none;
|
|
@@ -1524,6 +1535,12 @@
|
|
|
1524
1535
|
.e-pivotview .e-group-columns {
|
|
1525
1536
|
width: 100%;
|
|
1526
1537
|
}
|
|
1538
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1539
|
+
display: inline-block;
|
|
1540
|
+
height: 100%;
|
|
1541
|
+
vertical-align: top;
|
|
1542
|
+
width: 100%;
|
|
1543
|
+
}
|
|
1527
1544
|
.e-pivotview .e-group-row {
|
|
1528
1545
|
padding: 0 !important;
|
|
1529
1546
|
}
|
|
@@ -1682,7 +1699,7 @@
|
|
|
1682
1699
|
.e-pivotview th .e-expand,
|
|
1683
1700
|
.e-pivotview th .e-collapse {
|
|
1684
1701
|
font-size: 13px !important;
|
|
1685
|
-
margin-left:
|
|
1702
|
+
margin-left: 0;
|
|
1686
1703
|
}
|
|
1687
1704
|
.e-pivotview .e-expand::before {
|
|
1688
1705
|
font-size: 10px;
|
|
@@ -918,11 +918,16 @@
|
|
|
918
918
|
align-items: center;
|
|
919
919
|
display: -ms-flexbox;
|
|
920
920
|
display: flex;
|
|
921
|
+
max-height: inherit;
|
|
921
922
|
}
|
|
922
923
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
923
924
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
925
|
+
-ms-flex-item-align: stretch;
|
|
926
|
+
-ms-grid-row-align: stretch;
|
|
927
|
+
align-self: stretch;
|
|
924
928
|
overflow: hidden;
|
|
925
929
|
text-overflow: ellipsis;
|
|
930
|
+
width: 100%;
|
|
926
931
|
}
|
|
927
932
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
928
933
|
-ms-flex-align: center;
|
|
@@ -981,6 +986,11 @@
|
|
|
981
986
|
.e-pivotview .e-grid .e-gridheader {
|
|
982
987
|
border-bottom-width: 1px;
|
|
983
988
|
}
|
|
989
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
990
|
+
padding-bottom: 0;
|
|
991
|
+
padding-top: 0;
|
|
992
|
+
vertical-align: middle;
|
|
993
|
+
}
|
|
984
994
|
.e-pivotview .e-gtot {
|
|
985
995
|
font-weight: 500;
|
|
986
996
|
}
|
|
@@ -1133,6 +1143,7 @@
|
|
|
1133
1143
|
font-size: 20px;
|
|
1134
1144
|
text-align: center;
|
|
1135
1145
|
padding: 10%;
|
|
1146
|
+
pointer-events: none;
|
|
1136
1147
|
}
|
|
1137
1148
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1138
1149
|
display: none;
|
|
@@ -1522,6 +1533,12 @@
|
|
|
1522
1533
|
.e-pivotview .e-group-columns {
|
|
1523
1534
|
width: 100%;
|
|
1524
1535
|
}
|
|
1536
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1537
|
+
display: inline-block;
|
|
1538
|
+
height: 100%;
|
|
1539
|
+
vertical-align: top;
|
|
1540
|
+
width: 100%;
|
|
1541
|
+
}
|
|
1525
1542
|
.e-pivotview .e-group-row {
|
|
1526
1543
|
padding: 0 !important;
|
|
1527
1544
|
}
|
|
@@ -1680,7 +1697,7 @@
|
|
|
1680
1697
|
.e-pivotview th .e-expand,
|
|
1681
1698
|
.e-pivotview th .e-collapse {
|
|
1682
1699
|
font-size: 10px !important;
|
|
1683
|
-
margin-left:
|
|
1700
|
+
margin-left: 0;
|
|
1684
1701
|
}
|
|
1685
1702
|
.e-pivotview .e-expand::before {
|
|
1686
1703
|
font-size: 10px;
|
|
@@ -919,11 +919,16 @@
|
|
|
919
919
|
align-items: center;
|
|
920
920
|
display: -ms-flexbox;
|
|
921
921
|
display: flex;
|
|
922
|
+
max-height: inherit;
|
|
922
923
|
}
|
|
923
924
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
924
925
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
926
|
+
-ms-flex-item-align: stretch;
|
|
927
|
+
-ms-grid-row-align: stretch;
|
|
928
|
+
align-self: stretch;
|
|
925
929
|
overflow: hidden;
|
|
926
930
|
text-overflow: ellipsis;
|
|
931
|
+
width: 100%;
|
|
927
932
|
}
|
|
928
933
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
929
934
|
-ms-flex-align: center;
|
|
@@ -982,6 +987,11 @@
|
|
|
982
987
|
.e-pivotview .e-grid .e-gridheader {
|
|
983
988
|
border-bottom-width: 1px;
|
|
984
989
|
}
|
|
990
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
991
|
+
padding-bottom: 0;
|
|
992
|
+
padding-top: 0;
|
|
993
|
+
vertical-align: middle;
|
|
994
|
+
}
|
|
985
995
|
.e-pivotview .e-gtot {
|
|
986
996
|
font-weight: 500;
|
|
987
997
|
}
|
|
@@ -1134,6 +1144,7 @@
|
|
|
1134
1144
|
font-size: 20px;
|
|
1135
1145
|
text-align: center;
|
|
1136
1146
|
padding: 10%;
|
|
1147
|
+
pointer-events: none;
|
|
1137
1148
|
}
|
|
1138
1149
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1139
1150
|
display: none;
|
|
@@ -1523,6 +1534,12 @@
|
|
|
1523
1534
|
.e-pivotview .e-group-columns {
|
|
1524
1535
|
width: 100%;
|
|
1525
1536
|
}
|
|
1537
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1538
|
+
display: inline-block;
|
|
1539
|
+
height: 100%;
|
|
1540
|
+
vertical-align: top;
|
|
1541
|
+
width: 100%;
|
|
1542
|
+
}
|
|
1526
1543
|
.e-pivotview .e-group-row {
|
|
1527
1544
|
padding: 0 !important;
|
|
1528
1545
|
}
|
|
@@ -1681,7 +1698,7 @@
|
|
|
1681
1698
|
.e-pivotview th .e-expand,
|
|
1682
1699
|
.e-pivotview th .e-collapse {
|
|
1683
1700
|
font-size: 10px !important;
|
|
1684
|
-
margin-left:
|
|
1701
|
+
margin-left: 0;
|
|
1685
1702
|
}
|
|
1686
1703
|
.e-pivotview .e-expand::before {
|
|
1687
1704
|
font-size: 10px;
|
|
@@ -990,11 +990,16 @@
|
|
|
990
990
|
align-items: center;
|
|
991
991
|
display: -ms-flexbox;
|
|
992
992
|
display: flex;
|
|
993
|
+
max-height: inherit;
|
|
993
994
|
}
|
|
994
995
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
995
996
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
997
|
+
-ms-flex-item-align: stretch;
|
|
998
|
+
-ms-grid-row-align: stretch;
|
|
999
|
+
align-self: stretch;
|
|
996
1000
|
overflow: hidden;
|
|
997
1001
|
text-overflow: ellipsis;
|
|
1002
|
+
width: 100%;
|
|
998
1003
|
}
|
|
999
1004
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
1000
1005
|
-ms-flex-align: center;
|
|
@@ -1053,6 +1058,11 @@
|
|
|
1053
1058
|
.e-pivotview .e-grid .e-gridheader {
|
|
1054
1059
|
border-bottom-width: 1px;
|
|
1055
1060
|
}
|
|
1061
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
1062
|
+
padding-bottom: 0;
|
|
1063
|
+
padding-top: 0;
|
|
1064
|
+
vertical-align: middle;
|
|
1065
|
+
}
|
|
1056
1066
|
.e-pivotview .e-gtot {
|
|
1057
1067
|
font-weight: 500;
|
|
1058
1068
|
}
|
|
@@ -1209,6 +1219,7 @@
|
|
|
1209
1219
|
font-size: 20px;
|
|
1210
1220
|
text-align: center;
|
|
1211
1221
|
padding: 10%;
|
|
1222
|
+
pointer-events: none;
|
|
1212
1223
|
}
|
|
1213
1224
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1214
1225
|
display: none;
|
|
@@ -1220,8 +1231,6 @@
|
|
|
1220
1231
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1221
1232
|
/* stylelint-disable */
|
|
1222
1233
|
padding-left: 8px !important;
|
|
1223
|
-
padding-top: 0px !important;
|
|
1224
|
-
padding-bottom: 0px !important;
|
|
1225
1234
|
}
|
|
1226
1235
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1227
1236
|
z-index: 1 !important;
|
|
@@ -1596,6 +1605,12 @@
|
|
|
1596
1605
|
.e-pivotview .e-group-columns {
|
|
1597
1606
|
width: 100%;
|
|
1598
1607
|
}
|
|
1608
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1609
|
+
display: inline-block;
|
|
1610
|
+
height: 100%;
|
|
1611
|
+
vertical-align: top;
|
|
1612
|
+
width: 100%;
|
|
1613
|
+
}
|
|
1599
1614
|
.e-pivotview .e-group-row {
|
|
1600
1615
|
padding: 0 !important;
|
|
1601
1616
|
}
|
|
@@ -1755,7 +1770,7 @@
|
|
|
1755
1770
|
.e-pivotview th .e-expand,
|
|
1756
1771
|
.e-pivotview th .e-collapse {
|
|
1757
1772
|
font-size: 10px !important;
|
|
1758
|
-
margin-left:
|
|
1773
|
+
margin-left: 0;
|
|
1759
1774
|
}
|
|
1760
1775
|
.e-pivotview .e-expand::before {
|
|
1761
1776
|
font-size: 16px;
|
|
@@ -1048,11 +1048,16 @@
|
|
|
1048
1048
|
align-items: center;
|
|
1049
1049
|
display: -ms-flexbox;
|
|
1050
1050
|
display: flex;
|
|
1051
|
+
max-height: inherit;
|
|
1051
1052
|
}
|
|
1052
1053
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
1053
1054
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
1055
|
+
-ms-flex-item-align: stretch;
|
|
1056
|
+
-ms-grid-row-align: stretch;
|
|
1057
|
+
align-self: stretch;
|
|
1054
1058
|
overflow: hidden;
|
|
1055
1059
|
text-overflow: ellipsis;
|
|
1060
|
+
width: 100%;
|
|
1056
1061
|
}
|
|
1057
1062
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
1058
1063
|
-ms-flex-align: center;
|
|
@@ -1111,6 +1116,11 @@
|
|
|
1111
1116
|
.e-pivotview .e-grid .e-gridheader {
|
|
1112
1117
|
border-bottom-width: 1px;
|
|
1113
1118
|
}
|
|
1119
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
1120
|
+
padding-bottom: 0;
|
|
1121
|
+
padding-top: 0;
|
|
1122
|
+
vertical-align: middle;
|
|
1123
|
+
}
|
|
1114
1124
|
.e-pivotview .e-gtot {
|
|
1115
1125
|
font-weight: 500;
|
|
1116
1126
|
}
|
|
@@ -1267,6 +1277,7 @@
|
|
|
1267
1277
|
font-size: 20px;
|
|
1268
1278
|
text-align: center;
|
|
1269
1279
|
padding: 10%;
|
|
1280
|
+
pointer-events: none;
|
|
1270
1281
|
}
|
|
1271
1282
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1272
1283
|
display: none;
|
|
@@ -1278,8 +1289,6 @@
|
|
|
1278
1289
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1279
1290
|
/* stylelint-disable */
|
|
1280
1291
|
padding-left: 8px !important;
|
|
1281
|
-
padding-top: 0px !important;
|
|
1282
|
-
padding-bottom: 0px !important;
|
|
1283
1292
|
}
|
|
1284
1293
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1285
1294
|
z-index: 1 !important;
|
|
@@ -1654,6 +1663,12 @@
|
|
|
1654
1663
|
.e-pivotview .e-group-columns {
|
|
1655
1664
|
width: 100%;
|
|
1656
1665
|
}
|
|
1666
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1667
|
+
display: inline-block;
|
|
1668
|
+
height: 100%;
|
|
1669
|
+
vertical-align: top;
|
|
1670
|
+
width: 100%;
|
|
1671
|
+
}
|
|
1657
1672
|
.e-pivotview .e-group-row {
|
|
1658
1673
|
padding: 0 !important;
|
|
1659
1674
|
}
|
|
@@ -1813,7 +1828,7 @@
|
|
|
1813
1828
|
.e-pivotview th .e-expand,
|
|
1814
1829
|
.e-pivotview th .e-collapse {
|
|
1815
1830
|
font-size: 10px !important;
|
|
1816
|
-
margin-left:
|
|
1831
|
+
margin-left: 0;
|
|
1817
1832
|
}
|
|
1818
1833
|
.e-pivotview .e-expand::before {
|
|
1819
1834
|
font-size: 16px;
|
|
@@ -934,11 +934,16 @@
|
|
|
934
934
|
align-items: center;
|
|
935
935
|
display: -ms-flexbox;
|
|
936
936
|
display: flex;
|
|
937
|
+
max-height: inherit;
|
|
937
938
|
}
|
|
938
939
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
939
940
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
941
|
+
-ms-flex-item-align: stretch;
|
|
942
|
+
-ms-grid-row-align: stretch;
|
|
943
|
+
align-self: stretch;
|
|
940
944
|
overflow: hidden;
|
|
941
945
|
text-overflow: ellipsis;
|
|
946
|
+
width: 100%;
|
|
942
947
|
}
|
|
943
948
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
944
949
|
-ms-flex-align: center;
|
|
@@ -997,6 +1002,11 @@
|
|
|
997
1002
|
.e-pivotview .e-grid .e-gridheader {
|
|
998
1003
|
border-bottom-width: 1px;
|
|
999
1004
|
}
|
|
1005
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
1006
|
+
padding-bottom: 0;
|
|
1007
|
+
padding-top: 0;
|
|
1008
|
+
vertical-align: middle;
|
|
1009
|
+
}
|
|
1000
1010
|
.e-pivotview .e-gtot {
|
|
1001
1011
|
font-weight: 500;
|
|
1002
1012
|
}
|
|
@@ -1154,6 +1164,7 @@
|
|
|
1154
1164
|
font-size: 20px;
|
|
1155
1165
|
text-align: center;
|
|
1156
1166
|
padding: 10%;
|
|
1167
|
+
pointer-events: none;
|
|
1157
1168
|
}
|
|
1158
1169
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1159
1170
|
display: none;
|
|
@@ -1166,8 +1177,6 @@
|
|
|
1166
1177
|
/* stylelint-disable */
|
|
1167
1178
|
padding-left: 8px !important;
|
|
1168
1179
|
text-transform: none;
|
|
1169
|
-
padding-top: 0px !important;
|
|
1170
|
-
padding-bottom: 0px !important;
|
|
1171
1180
|
}
|
|
1172
1181
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1173
1182
|
z-index: 1 !important;
|
|
@@ -1546,6 +1555,12 @@
|
|
|
1546
1555
|
.e-pivotview .e-group-columns {
|
|
1547
1556
|
width: 100%;
|
|
1548
1557
|
}
|
|
1558
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1559
|
+
display: inline-block;
|
|
1560
|
+
height: 100%;
|
|
1561
|
+
vertical-align: top;
|
|
1562
|
+
width: 100%;
|
|
1563
|
+
}
|
|
1549
1564
|
.e-pivotview .e-group-row {
|
|
1550
1565
|
padding: 0 !important;
|
|
1551
1566
|
}
|
|
@@ -1705,7 +1720,7 @@
|
|
|
1705
1720
|
.e-pivotview th .e-expand,
|
|
1706
1721
|
.e-pivotview th .e-collapse {
|
|
1707
1722
|
font-size: 10px !important;
|
|
1708
|
-
margin-left:
|
|
1723
|
+
margin-left: 0;
|
|
1709
1724
|
}
|
|
1710
1725
|
.e-pivotview .e-expand::before {
|
|
1711
1726
|
font-size: 18px;
|
|
@@ -936,11 +936,16 @@
|
|
|
936
936
|
align-items: center;
|
|
937
937
|
display: -ms-flexbox;
|
|
938
938
|
display: flex;
|
|
939
|
+
max-height: inherit;
|
|
939
940
|
}
|
|
940
941
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
941
942
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
943
|
+
-ms-flex-item-align: stretch;
|
|
944
|
+
-ms-grid-row-align: stretch;
|
|
945
|
+
align-self: stretch;
|
|
942
946
|
overflow: hidden;
|
|
943
947
|
text-overflow: ellipsis;
|
|
948
|
+
width: 100%;
|
|
944
949
|
}
|
|
945
950
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
946
951
|
-ms-flex-align: center;
|
|
@@ -999,6 +1004,11 @@
|
|
|
999
1004
|
.e-pivotview .e-grid .e-gridheader {
|
|
1000
1005
|
border-bottom-width: 1px;
|
|
1001
1006
|
}
|
|
1007
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
1008
|
+
padding-bottom: 0;
|
|
1009
|
+
padding-top: 0;
|
|
1010
|
+
vertical-align: middle;
|
|
1011
|
+
}
|
|
1002
1012
|
.e-pivotview .e-gtot {
|
|
1003
1013
|
font-weight: 500;
|
|
1004
1014
|
}
|
|
@@ -1156,6 +1166,7 @@
|
|
|
1156
1166
|
font-size: 20px;
|
|
1157
1167
|
text-align: center;
|
|
1158
1168
|
padding: 10%;
|
|
1169
|
+
pointer-events: none;
|
|
1159
1170
|
}
|
|
1160
1171
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1161
1172
|
display: none;
|
|
@@ -1168,8 +1179,6 @@
|
|
|
1168
1179
|
/* stylelint-disable */
|
|
1169
1180
|
padding-left: 8px !important;
|
|
1170
1181
|
text-transform: none;
|
|
1171
|
-
padding-top: 0px !important;
|
|
1172
|
-
padding-bottom: 0px !important;
|
|
1173
1182
|
}
|
|
1174
1183
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1175
1184
|
z-index: 1 !important;
|
|
@@ -1548,6 +1557,12 @@
|
|
|
1548
1557
|
.e-pivotview .e-group-columns {
|
|
1549
1558
|
width: 100%;
|
|
1550
1559
|
}
|
|
1560
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1561
|
+
display: inline-block;
|
|
1562
|
+
height: 100%;
|
|
1563
|
+
vertical-align: top;
|
|
1564
|
+
width: 100%;
|
|
1565
|
+
}
|
|
1551
1566
|
.e-pivotview .e-group-row {
|
|
1552
1567
|
padding: 0 !important;
|
|
1553
1568
|
}
|
|
@@ -1707,7 +1722,7 @@
|
|
|
1707
1722
|
.e-pivotview th .e-expand,
|
|
1708
1723
|
.e-pivotview th .e-collapse {
|
|
1709
1724
|
font-size: 10px !important;
|
|
1710
|
-
margin-left:
|
|
1725
|
+
margin-left: 0;
|
|
1711
1726
|
}
|
|
1712
1727
|
.e-pivotview .e-expand::before {
|
|
1713
1728
|
font-size: 18px;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -934,11 +934,16 @@
|
|
|
934
934
|
align-items: center;
|
|
935
935
|
display: -ms-flexbox;
|
|
936
936
|
display: flex;
|
|
937
|
+
max-height: inherit;
|
|
937
938
|
}
|
|
938
939
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
939
940
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
941
|
+
-ms-flex-item-align: stretch;
|
|
942
|
+
-ms-grid-row-align: stretch;
|
|
943
|
+
align-self: stretch;
|
|
940
944
|
overflow: hidden;
|
|
941
945
|
text-overflow: ellipsis;
|
|
946
|
+
width: 100%;
|
|
942
947
|
}
|
|
943
948
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
944
949
|
-ms-flex-align: center;
|
|
@@ -997,6 +1002,11 @@
|
|
|
997
1002
|
.e-pivotview .e-grid .e-gridheader {
|
|
998
1003
|
border-bottom-width: 1px;
|
|
999
1004
|
}
|
|
1005
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
1006
|
+
padding-bottom: 0;
|
|
1007
|
+
padding-top: 0;
|
|
1008
|
+
vertical-align: middle;
|
|
1009
|
+
}
|
|
1000
1010
|
.e-pivotview .e-gtot {
|
|
1001
1011
|
font-weight: 500;
|
|
1002
1012
|
}
|
|
@@ -1154,6 +1164,7 @@
|
|
|
1154
1164
|
font-size: 20px;
|
|
1155
1165
|
text-align: center;
|
|
1156
1166
|
padding: 10%;
|
|
1167
|
+
pointer-events: none;
|
|
1157
1168
|
}
|
|
1158
1169
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1159
1170
|
display: none;
|
|
@@ -1166,8 +1177,6 @@
|
|
|
1166
1177
|
/* stylelint-disable */
|
|
1167
1178
|
padding-left: 8px !important;
|
|
1168
1179
|
text-transform: none;
|
|
1169
|
-
padding-top: 0px !important;
|
|
1170
|
-
padding-bottom: 0px !important;
|
|
1171
1180
|
}
|
|
1172
1181
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1173
1182
|
z-index: 1 !important;
|
|
@@ -1546,6 +1555,12 @@
|
|
|
1546
1555
|
.e-pivotview .e-group-columns {
|
|
1547
1556
|
width: 100%;
|
|
1548
1557
|
}
|
|
1558
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1559
|
+
display: inline-block;
|
|
1560
|
+
height: 100%;
|
|
1561
|
+
vertical-align: top;
|
|
1562
|
+
width: 100%;
|
|
1563
|
+
}
|
|
1549
1564
|
.e-pivotview .e-group-row {
|
|
1550
1565
|
padding: 0 !important;
|
|
1551
1566
|
}
|
|
@@ -1705,7 +1720,7 @@
|
|
|
1705
1720
|
.e-pivotview th .e-expand,
|
|
1706
1721
|
.e-pivotview th .e-collapse {
|
|
1707
1722
|
font-size: 10px !important;
|
|
1708
|
-
margin-left:
|
|
1723
|
+
margin-left: 0;
|
|
1709
1724
|
}
|
|
1710
1725
|
.e-pivotview .e-expand::before {
|
|
1711
1726
|
font-size: 18px;
|
|
@@ -4374,12 +4389,6 @@
|
|
|
4374
4389
|
height: 36px;
|
|
4375
4390
|
padding: 6px 12px;
|
|
4376
4391
|
}
|
|
4377
|
-
.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4378
|
-
.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4379
|
-
.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4380
|
-
.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
|
|
4381
|
-
line-height: 1.5em;
|
|
4382
|
-
}
|
|
4383
4392
|
.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4384
4393
|
.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4385
4394
|
.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
package/styles/tailwind.css
CHANGED
|
@@ -936,11 +936,16 @@
|
|
|
936
936
|
align-items: center;
|
|
937
937
|
display: -ms-flexbox;
|
|
938
938
|
display: flex;
|
|
939
|
+
max-height: inherit;
|
|
939
940
|
}
|
|
940
941
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
941
942
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
943
|
+
-ms-flex-item-align: stretch;
|
|
944
|
+
-ms-grid-row-align: stretch;
|
|
945
|
+
align-self: stretch;
|
|
942
946
|
overflow: hidden;
|
|
943
947
|
text-overflow: ellipsis;
|
|
948
|
+
width: 100%;
|
|
944
949
|
}
|
|
945
950
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
946
951
|
-ms-flex-align: center;
|
|
@@ -999,6 +1004,11 @@
|
|
|
999
1004
|
.e-pivotview .e-grid .e-gridheader {
|
|
1000
1005
|
border-bottom-width: 1px;
|
|
1001
1006
|
}
|
|
1007
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
1008
|
+
padding-bottom: 0;
|
|
1009
|
+
padding-top: 0;
|
|
1010
|
+
vertical-align: middle;
|
|
1011
|
+
}
|
|
1002
1012
|
.e-pivotview .e-gtot {
|
|
1003
1013
|
font-weight: 500;
|
|
1004
1014
|
}
|
|
@@ -1156,6 +1166,7 @@
|
|
|
1156
1166
|
font-size: 20px;
|
|
1157
1167
|
text-align: center;
|
|
1158
1168
|
padding: 10%;
|
|
1169
|
+
pointer-events: none;
|
|
1159
1170
|
}
|
|
1160
1171
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1161
1172
|
display: none;
|
|
@@ -1168,8 +1179,6 @@
|
|
|
1168
1179
|
/* stylelint-disable */
|
|
1169
1180
|
padding-left: 8px !important;
|
|
1170
1181
|
text-transform: none;
|
|
1171
|
-
padding-top: 0px !important;
|
|
1172
|
-
padding-bottom: 0px !important;
|
|
1173
1182
|
}
|
|
1174
1183
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1175
1184
|
z-index: 1 !important;
|
|
@@ -1548,6 +1557,12 @@
|
|
|
1548
1557
|
.e-pivotview .e-group-columns {
|
|
1549
1558
|
width: 100%;
|
|
1550
1559
|
}
|
|
1560
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1561
|
+
display: inline-block;
|
|
1562
|
+
height: 100%;
|
|
1563
|
+
vertical-align: top;
|
|
1564
|
+
width: 100%;
|
|
1565
|
+
}
|
|
1551
1566
|
.e-pivotview .e-group-row {
|
|
1552
1567
|
padding: 0 !important;
|
|
1553
1568
|
}
|
|
@@ -1707,7 +1722,7 @@
|
|
|
1707
1722
|
.e-pivotview th .e-expand,
|
|
1708
1723
|
.e-pivotview th .e-collapse {
|
|
1709
1724
|
font-size: 10px !important;
|
|
1710
|
-
margin-left:
|
|
1725
|
+
margin-left: 0;
|
|
1711
1726
|
}
|
|
1712
1727
|
.e-pivotview .e-expand::before {
|
|
1713
1728
|
font-size: 18px;
|
|
@@ -4377,12 +4392,6 @@
|
|
|
4377
4392
|
height: 36px;
|
|
4378
4393
|
padding: 6px 12px;
|
|
4379
4394
|
}
|
|
4380
|
-
.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4381
|
-
.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4382
|
-
.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4383
|
-
.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
|
|
4384
|
-
line-height: 1.5em;
|
|
4385
|
-
}
|
|
4386
4395
|
.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4387
4396
|
.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4388
4397
|
.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|