@syncfusion/ej2-react-pivotview 23.1.36 → 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 +11 -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 +8 -7
- package/styles/bootstrap.css +8 -7
- package/styles/bootstrap4.css +10 -7
- package/styles/bootstrap5-dark.css +8 -7
- package/styles/bootstrap5.css +8 -7
- package/styles/fabric-dark.css +9 -7
- package/styles/fabric.css +9 -7
- package/styles/fluent-dark.css +8 -7
- package/styles/fluent.css +8 -7
- package/styles/highcontrast-light.css +9 -7
- package/styles/highcontrast.css +9 -7
- package/styles/material-dark.css +8 -7
- package/styles/material.css +8 -7
- package/styles/material3-dark.css +8 -7
- package/styles/material3.css +8 -7
- 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 +8 -1
- package/styles/pivotview/bootstrap.css +8 -1
- package/styles/pivotview/bootstrap4.css +10 -1
- package/styles/pivotview/bootstrap5-dark.css +8 -1
- package/styles/pivotview/bootstrap5.css +8 -1
- package/styles/pivotview/fabric-dark.css +8 -1
- package/styles/pivotview/fabric.css +8 -1
- package/styles/pivotview/fluent-dark.css +8 -1
- package/styles/pivotview/fluent.css +8 -1
- package/styles/pivotview/highcontrast-light.css +8 -1
- package/styles/pivotview/highcontrast.css +8 -1
- package/styles/pivotview/material-dark.css +8 -1
- package/styles/pivotview/material.css +8 -1
- package/styles/pivotview/material3-dark.css +8 -1
- package/styles/pivotview/material3.css +8 -1
- package/styles/pivotview/tailwind-dark.css +8 -1
- package/styles/pivotview/tailwind.css +8 -1
- package/styles/tailwind-dark.css +8 -7
- package/styles/tailwind.css +8 -7
|
@@ -928,6 +928,7 @@
|
|
|
928
928
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
929
929
|
overflow: hidden;
|
|
930
930
|
text-overflow: ellipsis;
|
|
931
|
+
width: 100%;
|
|
931
932
|
}
|
|
932
933
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
933
934
|
-ms-flex-align: center;
|
|
@@ -1138,6 +1139,7 @@
|
|
|
1138
1139
|
font-size: 20px;
|
|
1139
1140
|
text-align: center;
|
|
1140
1141
|
padding: 10%;
|
|
1142
|
+
pointer-events: none;
|
|
1141
1143
|
}
|
|
1142
1144
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1143
1145
|
display: none;
|
|
@@ -1524,6 +1526,11 @@
|
|
|
1524
1526
|
.e-pivotview .e-group-columns {
|
|
1525
1527
|
width: 100%;
|
|
1526
1528
|
}
|
|
1529
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1530
|
+
display: inline-block;
|
|
1531
|
+
height: 100%;
|
|
1532
|
+
vertical-align: top;
|
|
1533
|
+
}
|
|
1527
1534
|
.e-pivotview .e-group-row {
|
|
1528
1535
|
padding: 0 !important;
|
|
1529
1536
|
}
|
|
@@ -1682,7 +1689,7 @@
|
|
|
1682
1689
|
.e-pivotview th .e-expand,
|
|
1683
1690
|
.e-pivotview th .e-collapse {
|
|
1684
1691
|
font-size: 10px !important;
|
|
1685
|
-
margin-left:
|
|
1692
|
+
margin-left: 0;
|
|
1686
1693
|
}
|
|
1687
1694
|
.e-pivotview .e-expand::before {
|
|
1688
1695
|
font-size: 10px;
|
|
@@ -928,6 +928,7 @@
|
|
|
928
928
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
929
929
|
overflow: hidden;
|
|
930
930
|
text-overflow: ellipsis;
|
|
931
|
+
width: 100%;
|
|
931
932
|
}
|
|
932
933
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
933
934
|
-ms-flex-align: center;
|
|
@@ -1138,6 +1139,7 @@
|
|
|
1138
1139
|
font-size: 20px;
|
|
1139
1140
|
text-align: center;
|
|
1140
1141
|
padding: 10%;
|
|
1142
|
+
pointer-events: none;
|
|
1141
1143
|
}
|
|
1142
1144
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1143
1145
|
display: none;
|
|
@@ -1524,6 +1526,11 @@
|
|
|
1524
1526
|
.e-pivotview .e-group-columns {
|
|
1525
1527
|
width: 100%;
|
|
1526
1528
|
}
|
|
1529
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1530
|
+
display: inline-block;
|
|
1531
|
+
height: 100%;
|
|
1532
|
+
vertical-align: top;
|
|
1533
|
+
}
|
|
1527
1534
|
.e-pivotview .e-group-row {
|
|
1528
1535
|
padding: 0 !important;
|
|
1529
1536
|
}
|
|
@@ -1682,7 +1689,7 @@
|
|
|
1682
1689
|
.e-pivotview th .e-expand,
|
|
1683
1690
|
.e-pivotview th .e-collapse {
|
|
1684
1691
|
font-size: 12px !important;
|
|
1685
|
-
margin-left:
|
|
1692
|
+
margin-left: 0;
|
|
1686
1693
|
}
|
|
1687
1694
|
.e-pivotview .e-expand::before {
|
|
1688
1695
|
font-size: 10px;
|
|
@@ -941,6 +941,7 @@
|
|
|
941
941
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
942
942
|
overflow: hidden;
|
|
943
943
|
text-overflow: ellipsis;
|
|
944
|
+
width: 100%;
|
|
944
945
|
}
|
|
945
946
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
946
947
|
-ms-flex-align: center;
|
|
@@ -1152,6 +1153,7 @@
|
|
|
1152
1153
|
font-size: 20px;
|
|
1153
1154
|
text-align: center;
|
|
1154
1155
|
padding: 10%;
|
|
1156
|
+
pointer-events: none;
|
|
1155
1157
|
}
|
|
1156
1158
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1157
1159
|
display: none;
|
|
@@ -1545,6 +1547,11 @@
|
|
|
1545
1547
|
.e-pivotview .e-group-columns {
|
|
1546
1548
|
width: 100%;
|
|
1547
1549
|
}
|
|
1550
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1551
|
+
display: inline-block;
|
|
1552
|
+
height: 100%;
|
|
1553
|
+
vertical-align: top;
|
|
1554
|
+
}
|
|
1548
1555
|
.e-pivotview .e-group-row {
|
|
1549
1556
|
padding: 0 !important;
|
|
1550
1557
|
}
|
|
@@ -1704,7 +1711,7 @@
|
|
|
1704
1711
|
.e-pivotview th .e-expand,
|
|
1705
1712
|
.e-pivotview th .e-collapse {
|
|
1706
1713
|
font-size: 10px !important;
|
|
1707
|
-
margin-left:
|
|
1714
|
+
margin-left: 0;
|
|
1708
1715
|
}
|
|
1709
1716
|
.e-pivotview .e-expand::before {
|
|
1710
1717
|
font-size: 18px;
|
|
@@ -943,6 +943,7 @@
|
|
|
943
943
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
944
944
|
overflow: hidden;
|
|
945
945
|
text-overflow: ellipsis;
|
|
946
|
+
width: 100%;
|
|
946
947
|
}
|
|
947
948
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
948
949
|
-ms-flex-align: center;
|
|
@@ -1154,6 +1155,7 @@
|
|
|
1154
1155
|
font-size: 20px;
|
|
1155
1156
|
text-align: center;
|
|
1156
1157
|
padding: 10%;
|
|
1158
|
+
pointer-events: none;
|
|
1157
1159
|
}
|
|
1158
1160
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1159
1161
|
display: none;
|
|
@@ -1547,6 +1549,11 @@
|
|
|
1547
1549
|
.e-pivotview .e-group-columns {
|
|
1548
1550
|
width: 100%;
|
|
1549
1551
|
}
|
|
1552
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1553
|
+
display: inline-block;
|
|
1554
|
+
height: 100%;
|
|
1555
|
+
vertical-align: top;
|
|
1556
|
+
}
|
|
1550
1557
|
.e-pivotview .e-group-row {
|
|
1551
1558
|
padding: 0 !important;
|
|
1552
1559
|
}
|
|
@@ -1706,7 +1713,7 @@
|
|
|
1706
1713
|
.e-pivotview th .e-expand,
|
|
1707
1714
|
.e-pivotview th .e-collapse {
|
|
1708
1715
|
font-size: 10px !important;
|
|
1709
|
-
margin-left:
|
|
1716
|
+
margin-left: 0;
|
|
1710
1717
|
}
|
|
1711
1718
|
.e-pivotview .e-expand::before {
|
|
1712
1719
|
font-size: 18px;
|
|
@@ -927,6 +927,7 @@
|
|
|
927
927
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
928
928
|
overflow: hidden;
|
|
929
929
|
text-overflow: ellipsis;
|
|
930
|
+
width: 100%;
|
|
930
931
|
}
|
|
931
932
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
932
933
|
-ms-flex-align: center;
|
|
@@ -1138,6 +1139,7 @@
|
|
|
1138
1139
|
font-size: 20px;
|
|
1139
1140
|
text-align: center;
|
|
1140
1141
|
padding: 10%;
|
|
1142
|
+
pointer-events: none;
|
|
1141
1143
|
}
|
|
1142
1144
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1143
1145
|
display: none;
|
|
@@ -1524,6 +1526,11 @@
|
|
|
1524
1526
|
.e-pivotview .e-group-columns {
|
|
1525
1527
|
width: 100%;
|
|
1526
1528
|
}
|
|
1529
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1530
|
+
display: inline-block;
|
|
1531
|
+
height: 100%;
|
|
1532
|
+
vertical-align: top;
|
|
1533
|
+
}
|
|
1527
1534
|
.e-pivotview .e-group-row {
|
|
1528
1535
|
padding: 0 !important;
|
|
1529
1536
|
}
|
|
@@ -1682,7 +1689,7 @@
|
|
|
1682
1689
|
.e-pivotview th .e-expand,
|
|
1683
1690
|
.e-pivotview th .e-collapse {
|
|
1684
1691
|
font-size: 13px !important;
|
|
1685
|
-
margin-left:
|
|
1692
|
+
margin-left: 0;
|
|
1686
1693
|
}
|
|
1687
1694
|
.e-pivotview .e-expand::before {
|
|
1688
1695
|
font-size: 10px;
|
|
@@ -927,6 +927,7 @@
|
|
|
927
927
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
928
928
|
overflow: hidden;
|
|
929
929
|
text-overflow: ellipsis;
|
|
930
|
+
width: 100%;
|
|
930
931
|
}
|
|
931
932
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
932
933
|
-ms-flex-align: center;
|
|
@@ -1138,6 +1139,7 @@
|
|
|
1138
1139
|
font-size: 20px;
|
|
1139
1140
|
text-align: center;
|
|
1140
1141
|
padding: 10%;
|
|
1142
|
+
pointer-events: none;
|
|
1141
1143
|
}
|
|
1142
1144
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1143
1145
|
display: none;
|
|
@@ -1524,6 +1526,11 @@
|
|
|
1524
1526
|
.e-pivotview .e-group-columns {
|
|
1525
1527
|
width: 100%;
|
|
1526
1528
|
}
|
|
1529
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1530
|
+
display: inline-block;
|
|
1531
|
+
height: 100%;
|
|
1532
|
+
vertical-align: top;
|
|
1533
|
+
}
|
|
1527
1534
|
.e-pivotview .e-group-row {
|
|
1528
1535
|
padding: 0 !important;
|
|
1529
1536
|
}
|
|
@@ -1682,7 +1689,7 @@
|
|
|
1682
1689
|
.e-pivotview th .e-expand,
|
|
1683
1690
|
.e-pivotview th .e-collapse {
|
|
1684
1691
|
font-size: 13px !important;
|
|
1685
|
-
margin-left:
|
|
1692
|
+
margin-left: 0;
|
|
1686
1693
|
}
|
|
1687
1694
|
.e-pivotview .e-expand::before {
|
|
1688
1695
|
font-size: 10px;
|
|
@@ -923,6 +923,7 @@
|
|
|
923
923
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
924
924
|
overflow: hidden;
|
|
925
925
|
text-overflow: ellipsis;
|
|
926
|
+
width: 100%;
|
|
926
927
|
}
|
|
927
928
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
928
929
|
-ms-flex-align: center;
|
|
@@ -1133,6 +1134,7 @@
|
|
|
1133
1134
|
font-size: 20px;
|
|
1134
1135
|
text-align: center;
|
|
1135
1136
|
padding: 10%;
|
|
1137
|
+
pointer-events: none;
|
|
1136
1138
|
}
|
|
1137
1139
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1138
1140
|
display: none;
|
|
@@ -1522,6 +1524,11 @@
|
|
|
1522
1524
|
.e-pivotview .e-group-columns {
|
|
1523
1525
|
width: 100%;
|
|
1524
1526
|
}
|
|
1527
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1528
|
+
display: inline-block;
|
|
1529
|
+
height: 100%;
|
|
1530
|
+
vertical-align: top;
|
|
1531
|
+
}
|
|
1525
1532
|
.e-pivotview .e-group-row {
|
|
1526
1533
|
padding: 0 !important;
|
|
1527
1534
|
}
|
|
@@ -1680,7 +1687,7 @@
|
|
|
1680
1687
|
.e-pivotview th .e-expand,
|
|
1681
1688
|
.e-pivotview th .e-collapse {
|
|
1682
1689
|
font-size: 10px !important;
|
|
1683
|
-
margin-left:
|
|
1690
|
+
margin-left: 0;
|
|
1684
1691
|
}
|
|
1685
1692
|
.e-pivotview .e-expand::before {
|
|
1686
1693
|
font-size: 10px;
|
|
@@ -924,6 +924,7 @@
|
|
|
924
924
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
925
925
|
overflow: hidden;
|
|
926
926
|
text-overflow: ellipsis;
|
|
927
|
+
width: 100%;
|
|
927
928
|
}
|
|
928
929
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
929
930
|
-ms-flex-align: center;
|
|
@@ -1134,6 +1135,7 @@
|
|
|
1134
1135
|
font-size: 20px;
|
|
1135
1136
|
text-align: center;
|
|
1136
1137
|
padding: 10%;
|
|
1138
|
+
pointer-events: none;
|
|
1137
1139
|
}
|
|
1138
1140
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1139
1141
|
display: none;
|
|
@@ -1523,6 +1525,11 @@
|
|
|
1523
1525
|
.e-pivotview .e-group-columns {
|
|
1524
1526
|
width: 100%;
|
|
1525
1527
|
}
|
|
1528
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1529
|
+
display: inline-block;
|
|
1530
|
+
height: 100%;
|
|
1531
|
+
vertical-align: top;
|
|
1532
|
+
}
|
|
1526
1533
|
.e-pivotview .e-group-row {
|
|
1527
1534
|
padding: 0 !important;
|
|
1528
1535
|
}
|
|
@@ -1681,7 +1688,7 @@
|
|
|
1681
1688
|
.e-pivotview th .e-expand,
|
|
1682
1689
|
.e-pivotview th .e-collapse {
|
|
1683
1690
|
font-size: 10px !important;
|
|
1684
|
-
margin-left:
|
|
1691
|
+
margin-left: 0;
|
|
1685
1692
|
}
|
|
1686
1693
|
.e-pivotview .e-expand::before {
|
|
1687
1694
|
font-size: 10px;
|
|
@@ -995,6 +995,7 @@
|
|
|
995
995
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
996
996
|
overflow: hidden;
|
|
997
997
|
text-overflow: ellipsis;
|
|
998
|
+
width: 100%;
|
|
998
999
|
}
|
|
999
1000
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
1000
1001
|
-ms-flex-align: center;
|
|
@@ -1209,6 +1210,7 @@
|
|
|
1209
1210
|
font-size: 20px;
|
|
1210
1211
|
text-align: center;
|
|
1211
1212
|
padding: 10%;
|
|
1213
|
+
pointer-events: none;
|
|
1212
1214
|
}
|
|
1213
1215
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1214
1216
|
display: none;
|
|
@@ -1596,6 +1598,11 @@
|
|
|
1596
1598
|
.e-pivotview .e-group-columns {
|
|
1597
1599
|
width: 100%;
|
|
1598
1600
|
}
|
|
1601
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1602
|
+
display: inline-block;
|
|
1603
|
+
height: 100%;
|
|
1604
|
+
vertical-align: top;
|
|
1605
|
+
}
|
|
1599
1606
|
.e-pivotview .e-group-row {
|
|
1600
1607
|
padding: 0 !important;
|
|
1601
1608
|
}
|
|
@@ -1755,7 +1762,7 @@
|
|
|
1755
1762
|
.e-pivotview th .e-expand,
|
|
1756
1763
|
.e-pivotview th .e-collapse {
|
|
1757
1764
|
font-size: 10px !important;
|
|
1758
|
-
margin-left:
|
|
1765
|
+
margin-left: 0;
|
|
1759
1766
|
}
|
|
1760
1767
|
.e-pivotview .e-expand::before {
|
|
1761
1768
|
font-size: 16px;
|
|
@@ -1053,6 +1053,7 @@
|
|
|
1053
1053
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
1054
1054
|
overflow: hidden;
|
|
1055
1055
|
text-overflow: ellipsis;
|
|
1056
|
+
width: 100%;
|
|
1056
1057
|
}
|
|
1057
1058
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
1058
1059
|
-ms-flex-align: center;
|
|
@@ -1267,6 +1268,7 @@
|
|
|
1267
1268
|
font-size: 20px;
|
|
1268
1269
|
text-align: center;
|
|
1269
1270
|
padding: 10%;
|
|
1271
|
+
pointer-events: none;
|
|
1270
1272
|
}
|
|
1271
1273
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1272
1274
|
display: none;
|
|
@@ -1654,6 +1656,11 @@
|
|
|
1654
1656
|
.e-pivotview .e-group-columns {
|
|
1655
1657
|
width: 100%;
|
|
1656
1658
|
}
|
|
1659
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1660
|
+
display: inline-block;
|
|
1661
|
+
height: 100%;
|
|
1662
|
+
vertical-align: top;
|
|
1663
|
+
}
|
|
1657
1664
|
.e-pivotview .e-group-row {
|
|
1658
1665
|
padding: 0 !important;
|
|
1659
1666
|
}
|
|
@@ -1813,7 +1820,7 @@
|
|
|
1813
1820
|
.e-pivotview th .e-expand,
|
|
1814
1821
|
.e-pivotview th .e-collapse {
|
|
1815
1822
|
font-size: 10px !important;
|
|
1816
|
-
margin-left:
|
|
1823
|
+
margin-left: 0;
|
|
1817
1824
|
}
|
|
1818
1825
|
.e-pivotview .e-expand::before {
|
|
1819
1826
|
font-size: 16px;
|
|
@@ -939,6 +939,7 @@
|
|
|
939
939
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
940
940
|
overflow: hidden;
|
|
941
941
|
text-overflow: ellipsis;
|
|
942
|
+
width: 100%;
|
|
942
943
|
}
|
|
943
944
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
944
945
|
-ms-flex-align: center;
|
|
@@ -1154,6 +1155,7 @@
|
|
|
1154
1155
|
font-size: 20px;
|
|
1155
1156
|
text-align: center;
|
|
1156
1157
|
padding: 10%;
|
|
1158
|
+
pointer-events: none;
|
|
1157
1159
|
}
|
|
1158
1160
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1159
1161
|
display: none;
|
|
@@ -1546,6 +1548,11 @@
|
|
|
1546
1548
|
.e-pivotview .e-group-columns {
|
|
1547
1549
|
width: 100%;
|
|
1548
1550
|
}
|
|
1551
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1552
|
+
display: inline-block;
|
|
1553
|
+
height: 100%;
|
|
1554
|
+
vertical-align: top;
|
|
1555
|
+
}
|
|
1549
1556
|
.e-pivotview .e-group-row {
|
|
1550
1557
|
padding: 0 !important;
|
|
1551
1558
|
}
|
|
@@ -1705,7 +1712,7 @@
|
|
|
1705
1712
|
.e-pivotview th .e-expand,
|
|
1706
1713
|
.e-pivotview th .e-collapse {
|
|
1707
1714
|
font-size: 10px !important;
|
|
1708
|
-
margin-left:
|
|
1715
|
+
margin-left: 0;
|
|
1709
1716
|
}
|
|
1710
1717
|
.e-pivotview .e-expand::before {
|
|
1711
1718
|
font-size: 18px;
|
|
@@ -941,6 +941,7 @@
|
|
|
941
941
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
942
942
|
overflow: hidden;
|
|
943
943
|
text-overflow: ellipsis;
|
|
944
|
+
width: 100%;
|
|
944
945
|
}
|
|
945
946
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
946
947
|
-ms-flex-align: center;
|
|
@@ -1156,6 +1157,7 @@
|
|
|
1156
1157
|
font-size: 20px;
|
|
1157
1158
|
text-align: center;
|
|
1158
1159
|
padding: 10%;
|
|
1160
|
+
pointer-events: none;
|
|
1159
1161
|
}
|
|
1160
1162
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1161
1163
|
display: none;
|
|
@@ -1548,6 +1550,11 @@
|
|
|
1548
1550
|
.e-pivotview .e-group-columns {
|
|
1549
1551
|
width: 100%;
|
|
1550
1552
|
}
|
|
1553
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1554
|
+
display: inline-block;
|
|
1555
|
+
height: 100%;
|
|
1556
|
+
vertical-align: top;
|
|
1557
|
+
}
|
|
1551
1558
|
.e-pivotview .e-group-row {
|
|
1552
1559
|
padding: 0 !important;
|
|
1553
1560
|
}
|
|
@@ -1707,7 +1714,7 @@
|
|
|
1707
1714
|
.e-pivotview th .e-expand,
|
|
1708
1715
|
.e-pivotview th .e-collapse {
|
|
1709
1716
|
font-size: 10px !important;
|
|
1710
|
-
margin-left:
|
|
1717
|
+
margin-left: 0;
|
|
1711
1718
|
}
|
|
1712
1719
|
.e-pivotview .e-expand::before {
|
|
1713
1720
|
font-size: 18px;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -939,6 +939,7 @@
|
|
|
939
939
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
940
940
|
overflow: hidden;
|
|
941
941
|
text-overflow: ellipsis;
|
|
942
|
+
width: 100%;
|
|
942
943
|
}
|
|
943
944
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
944
945
|
-ms-flex-align: center;
|
|
@@ -1154,6 +1155,7 @@
|
|
|
1154
1155
|
font-size: 20px;
|
|
1155
1156
|
text-align: center;
|
|
1156
1157
|
padding: 10%;
|
|
1158
|
+
pointer-events: none;
|
|
1157
1159
|
}
|
|
1158
1160
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1159
1161
|
display: none;
|
|
@@ -1546,6 +1548,11 @@
|
|
|
1546
1548
|
.e-pivotview .e-group-columns {
|
|
1547
1549
|
width: 100%;
|
|
1548
1550
|
}
|
|
1551
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1552
|
+
display: inline-block;
|
|
1553
|
+
height: 100%;
|
|
1554
|
+
vertical-align: top;
|
|
1555
|
+
}
|
|
1549
1556
|
.e-pivotview .e-group-row {
|
|
1550
1557
|
padding: 0 !important;
|
|
1551
1558
|
}
|
|
@@ -1705,7 +1712,7 @@
|
|
|
1705
1712
|
.e-pivotview th .e-expand,
|
|
1706
1713
|
.e-pivotview th .e-collapse {
|
|
1707
1714
|
font-size: 10px !important;
|
|
1708
|
-
margin-left:
|
|
1715
|
+
margin-left: 0;
|
|
1709
1716
|
}
|
|
1710
1717
|
.e-pivotview .e-expand::before {
|
|
1711
1718
|
font-size: 18px;
|
|
@@ -4374,12 +4381,6 @@
|
|
|
4374
4381
|
height: 36px;
|
|
4375
4382
|
padding: 6px 12px;
|
|
4376
4383
|
}
|
|
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
4384
|
.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4384
4385
|
.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4385
4386
|
.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
package/styles/tailwind.css
CHANGED
|
@@ -941,6 +941,7 @@
|
|
|
941
941
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
942
942
|
overflow: hidden;
|
|
943
943
|
text-overflow: ellipsis;
|
|
944
|
+
width: 100%;
|
|
944
945
|
}
|
|
945
946
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
946
947
|
-ms-flex-align: center;
|
|
@@ -1156,6 +1157,7 @@
|
|
|
1156
1157
|
font-size: 20px;
|
|
1157
1158
|
text-align: center;
|
|
1158
1159
|
padding: 10%;
|
|
1160
|
+
pointer-events: none;
|
|
1159
1161
|
}
|
|
1160
1162
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1161
1163
|
display: none;
|
|
@@ -1548,6 +1550,11 @@
|
|
|
1548
1550
|
.e-pivotview .e-group-columns {
|
|
1549
1551
|
width: 100%;
|
|
1550
1552
|
}
|
|
1553
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1554
|
+
display: inline-block;
|
|
1555
|
+
height: 100%;
|
|
1556
|
+
vertical-align: top;
|
|
1557
|
+
}
|
|
1551
1558
|
.e-pivotview .e-group-row {
|
|
1552
1559
|
padding: 0 !important;
|
|
1553
1560
|
}
|
|
@@ -1707,7 +1714,7 @@
|
|
|
1707
1714
|
.e-pivotview th .e-expand,
|
|
1708
1715
|
.e-pivotview th .e-collapse {
|
|
1709
1716
|
font-size: 10px !important;
|
|
1710
|
-
margin-left:
|
|
1717
|
+
margin-left: 0;
|
|
1711
1718
|
}
|
|
1712
1719
|
.e-pivotview .e-expand::before {
|
|
1713
1720
|
font-size: 18px;
|
|
@@ -4377,12 +4384,6 @@
|
|
|
4377
4384
|
height: 36px;
|
|
4378
4385
|
padding: 6px 12px;
|
|
4379
4386
|
}
|
|
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
4387
|
.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4387
4388
|
.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4388
4389
|
.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|