@syncfusion/ej2-react-pivotview 20.3.57 → 20.4.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 +59 -0
- package/README.md +118 -36
- package/diConfig.json +50 -10
- package/dist/ej2-react-pivotview.min.js +1 -1
- package/dist/ej2-react-pivotview.umd.min.js +1 -1
- package/package.json +55 -13
- package/styles/bootstrap-dark.css +18 -7
- package/styles/bootstrap.css +19 -8
- package/styles/bootstrap4.css +27 -10
- package/styles/bootstrap5-dark.css +26 -13
- package/styles/bootstrap5.css +26 -13
- package/styles/fabric-dark.css +42 -11
- package/styles/fabric.css +45 -11
- package/styles/fluent-dark.css +47 -23
- package/styles/fluent.css +47 -23
- package/styles/highcontrast-light.css +32 -9
- package/styles/highcontrast.css +32 -9
- package/styles/material-dark.css +22 -7
- package/styles/material.css +28 -7
- package/styles/pivotfieldlist/bootstrap-dark.css +8 -2
- package/styles/pivotfieldlist/bootstrap.css +9 -3
- package/styles/pivotfieldlist/bootstrap4.css +9 -3
- package/styles/pivotfieldlist/bootstrap5-dark.css +15 -3
- package/styles/pivotfieldlist/bootstrap5.css +15 -3
- package/styles/pivotfieldlist/fabric-dark.css +19 -4
- package/styles/pivotfieldlist/fabric.css +19 -4
- package/styles/pivotfieldlist/fluent-dark.css +19 -7
- package/styles/pivotfieldlist/fluent.css +19 -7
- package/styles/pivotfieldlist/highcontrast-light.css +19 -4
- package/styles/pivotfieldlist/highcontrast.css +19 -4
- package/styles/pivotfieldlist/material-dark.css +12 -2
- package/styles/pivotfieldlist/material.css +12 -2
- package/styles/pivotfieldlist/tailwind-dark.css +15 -3
- package/styles/pivotfieldlist/tailwind.css +15 -3
- package/styles/pivotview/bootstrap-dark.css +10 -5
- package/styles/pivotview/bootstrap.css +10 -5
- package/styles/pivotview/bootstrap4.css +18 -7
- package/styles/pivotview/bootstrap5-dark.css +11 -10
- package/styles/pivotview/bootstrap5.css +11 -10
- package/styles/pivotview/fabric-dark.css +23 -7
- package/styles/pivotview/fabric.css +26 -7
- package/styles/pivotview/fluent-dark.css +28 -16
- package/styles/pivotview/fluent.css +28 -16
- package/styles/pivotview/highcontrast-light.css +13 -5
- package/styles/pivotview/highcontrast.css +13 -5
- package/styles/pivotview/material-dark.css +10 -5
- package/styles/pivotview/material.css +16 -5
- package/styles/pivotview/tailwind-dark.css +15 -13
- package/styles/pivotview/tailwind.css +15 -13
- package/styles/tailwind-dark.css +30 -16
- package/styles/tailwind.css +30 -16
|
@@ -784,6 +784,7 @@
|
|
|
784
784
|
display: inline-table;
|
|
785
785
|
height: 100%;
|
|
786
786
|
width: 100%;
|
|
787
|
+
min-width: 265px;
|
|
787
788
|
}
|
|
788
789
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow {
|
|
789
790
|
cursor: move;
|
|
@@ -807,6 +808,8 @@
|
|
|
807
808
|
cursor: pointer;
|
|
808
809
|
font-size: 13px;
|
|
809
810
|
margin-top: 3px;
|
|
811
|
+
padding-left: 0px;
|
|
812
|
+
padding-right: 0px;
|
|
810
813
|
}
|
|
811
814
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon {
|
|
812
815
|
cursor: auto;
|
|
@@ -943,6 +946,12 @@
|
|
|
943
946
|
font-size: 20px;
|
|
944
947
|
padding-top: 12px;
|
|
945
948
|
}
|
|
949
|
+
.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report,
|
|
950
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit,
|
|
951
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited,
|
|
952
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report {
|
|
953
|
+
padding-top: 0;
|
|
954
|
+
}
|
|
946
955
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
947
956
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
948
957
|
font-size: 20px;
|
|
@@ -999,7 +1008,7 @@
|
|
|
999
1008
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1000
1009
|
max-width: 400px !important;
|
|
1001
1010
|
min-width: 320px !important;
|
|
1002
|
-
min-height:
|
|
1011
|
+
min-height: 350px;
|
|
1003
1012
|
/* stylelint-enable */
|
|
1004
1013
|
/* stylelint-disable */
|
|
1005
1014
|
/* stylelint-enable */
|
|
@@ -1121,7 +1130,7 @@
|
|
|
1121
1130
|
display: none;
|
|
1122
1131
|
}
|
|
1123
1132
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
|
|
1124
|
-
background-color: #
|
|
1133
|
+
background-color: #faf9f8;
|
|
1125
1134
|
opacity: 56%;
|
|
1126
1135
|
padding: 14px 10px 16px 20px;
|
|
1127
1136
|
}
|
|
@@ -1241,6 +1250,9 @@
|
|
|
1241
1250
|
margin-left: 0;
|
|
1242
1251
|
margin-right: 10px;
|
|
1243
1252
|
}
|
|
1253
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
1254
|
+
padding-top: 4px !important;
|
|
1255
|
+
}
|
|
1244
1256
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
1245
1257
|
min-height: 170px;
|
|
1246
1258
|
overflow: auto;
|
|
@@ -1533,7 +1545,7 @@
|
|
|
1533
1545
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1534
1546
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1535
1547
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
1536
|
-
height:
|
|
1548
|
+
height: 103px;
|
|
1537
1549
|
}
|
|
1538
1550
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-ascend-icon,
|
|
1539
1551
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-descend-icon,
|
|
@@ -1607,13 +1619,13 @@
|
|
|
1607
1619
|
}
|
|
1608
1620
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
1609
1621
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
1610
|
-
height:
|
|
1622
|
+
height: 82px !important;
|
|
1611
1623
|
}
|
|
1612
1624
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
1613
1625
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
1614
1626
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
1615
1627
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
|
|
1616
|
-
height:
|
|
1628
|
+
height: 192px;
|
|
1617
1629
|
}
|
|
1618
1630
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
1619
1631
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -1763,14 +1775,14 @@
|
|
|
1763
1775
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
1764
1776
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
1765
1777
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
1766
|
-
max-height:
|
|
1778
|
+
max-height: 440px !important;
|
|
1767
1779
|
min-width: 370px !important;
|
|
1768
1780
|
}
|
|
1769
1781
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1770
1782
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
1771
1783
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1772
1784
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
1773
|
-
min-height:
|
|
1785
|
+
min-height: 75px !important;
|
|
1774
1786
|
}
|
|
1775
1787
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1776
1788
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
@@ -776,6 +776,7 @@
|
|
|
776
776
|
display: inline-table;
|
|
777
777
|
height: 100%;
|
|
778
778
|
width: 100%;
|
|
779
|
+
min-width: 265px;
|
|
779
780
|
}
|
|
780
781
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow {
|
|
781
782
|
cursor: move;
|
|
@@ -799,6 +800,8 @@
|
|
|
799
800
|
cursor: pointer;
|
|
800
801
|
font-size: 13px;
|
|
801
802
|
margin-top: 3px;
|
|
803
|
+
padding-left: 0px;
|
|
804
|
+
padding-right: 0px;
|
|
802
805
|
}
|
|
803
806
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon {
|
|
804
807
|
cursor: auto;
|
|
@@ -1213,6 +1216,9 @@
|
|
|
1213
1216
|
margin-left: 0;
|
|
1214
1217
|
margin-right: 10px;
|
|
1215
1218
|
}
|
|
1219
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
1220
|
+
padding-top: 4px !important;
|
|
1221
|
+
}
|
|
1216
1222
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
1217
1223
|
min-height: 170px;
|
|
1218
1224
|
overflow: auto;
|
|
@@ -1570,15 +1576,19 @@
|
|
|
1570
1576
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1571
1577
|
margin: 0 6px 0 0;
|
|
1572
1578
|
}
|
|
1579
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div,
|
|
1580
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
|
|
1581
|
+
height: 75px !important;
|
|
1582
|
+
}
|
|
1573
1583
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
1574
1584
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
1575
|
-
height:
|
|
1585
|
+
height: 98px !important;
|
|
1576
1586
|
}
|
|
1577
1587
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
1578
1588
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
1579
1589
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
1580
1590
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
|
|
1581
|
-
height:
|
|
1591
|
+
height: 200px;
|
|
1582
1592
|
}
|
|
1583
1593
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
1584
1594
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -1609,6 +1619,11 @@
|
|
|
1609
1619
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
1610
1620
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
1611
1621
|
min-width: 350px !important;
|
|
1622
|
+
height: 427px !important;
|
|
1623
|
+
}
|
|
1624
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
1625
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
1626
|
+
height: 440px !important;
|
|
1612
1627
|
}
|
|
1613
1628
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
1614
1629
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -1728,14 +1743,14 @@
|
|
|
1728
1743
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
1729
1744
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
1730
1745
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
1731
|
-
max-height:
|
|
1746
|
+
max-height: 440px !important;
|
|
1732
1747
|
min-width: 370px !important;
|
|
1733
1748
|
}
|
|
1734
1749
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1735
1750
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
1736
1751
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1737
1752
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
1738
|
-
min-height:
|
|
1753
|
+
min-height: 75px !important;
|
|
1739
1754
|
}
|
|
1740
1755
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1741
1756
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
@@ -776,6 +776,7 @@
|
|
|
776
776
|
display: inline-table;
|
|
777
777
|
height: 100%;
|
|
778
778
|
width: 100%;
|
|
779
|
+
min-width: 265px;
|
|
779
780
|
}
|
|
780
781
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow {
|
|
781
782
|
cursor: move;
|
|
@@ -799,6 +800,8 @@
|
|
|
799
800
|
cursor: pointer;
|
|
800
801
|
font-size: 13px;
|
|
801
802
|
margin-top: 3px;
|
|
803
|
+
padding-left: 0px;
|
|
804
|
+
padding-right: 0px;
|
|
802
805
|
}
|
|
803
806
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon {
|
|
804
807
|
cursor: auto;
|
|
@@ -1213,6 +1216,9 @@
|
|
|
1213
1216
|
margin-left: 0;
|
|
1214
1217
|
margin-right: 10px;
|
|
1215
1218
|
}
|
|
1219
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
1220
|
+
padding-top: 4px !important;
|
|
1221
|
+
}
|
|
1216
1222
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
1217
1223
|
min-height: 170px;
|
|
1218
1224
|
overflow: auto;
|
|
@@ -1570,15 +1576,19 @@
|
|
|
1570
1576
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1571
1577
|
margin: 0 6px 0 0;
|
|
1572
1578
|
}
|
|
1579
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div,
|
|
1580
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
|
|
1581
|
+
height: 75px !important;
|
|
1582
|
+
}
|
|
1573
1583
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
1574
1584
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
1575
|
-
height:
|
|
1585
|
+
height: 98px !important;
|
|
1576
1586
|
}
|
|
1577
1587
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
1578
1588
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
1579
1589
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
1580
1590
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
|
|
1581
|
-
height:
|
|
1591
|
+
height: 200px;
|
|
1582
1592
|
}
|
|
1583
1593
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
1584
1594
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -1609,6 +1619,11 @@
|
|
|
1609
1619
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
1610
1620
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
1611
1621
|
min-width: 350px !important;
|
|
1622
|
+
height: 427px !important;
|
|
1623
|
+
}
|
|
1624
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
1625
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
1626
|
+
height: 440px !important;
|
|
1612
1627
|
}
|
|
1613
1628
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
1614
1629
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -1728,14 +1743,14 @@
|
|
|
1728
1743
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
1729
1744
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
1730
1745
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
1731
|
-
max-height:
|
|
1746
|
+
max-height: 440px !important;
|
|
1732
1747
|
min-width: 370px !important;
|
|
1733
1748
|
}
|
|
1734
1749
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1735
1750
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
1736
1751
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1737
1752
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
1738
|
-
min-height:
|
|
1753
|
+
min-height: 75px !important;
|
|
1739
1754
|
}
|
|
1740
1755
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1741
1756
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
@@ -779,6 +779,7 @@
|
|
|
779
779
|
display: inline-table;
|
|
780
780
|
height: 100%;
|
|
781
781
|
width: 100%;
|
|
782
|
+
min-width: 265px;
|
|
782
783
|
}
|
|
783
784
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow {
|
|
784
785
|
cursor: move;
|
|
@@ -802,6 +803,8 @@
|
|
|
802
803
|
cursor: pointer;
|
|
803
804
|
font-size: 13px;
|
|
804
805
|
margin-top: 3px;
|
|
806
|
+
padding-left: 0px;
|
|
807
|
+
padding-right: 0px;
|
|
805
808
|
}
|
|
806
809
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon {
|
|
807
810
|
cursor: auto;
|
|
@@ -1216,6 +1219,9 @@
|
|
|
1216
1219
|
margin-left: 0;
|
|
1217
1220
|
margin-right: 10px;
|
|
1218
1221
|
}
|
|
1222
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
1223
|
+
padding-top: 4px !important;
|
|
1224
|
+
}
|
|
1219
1225
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
1220
1226
|
min-height: 170px;
|
|
1221
1227
|
overflow: auto;
|
|
@@ -1573,6 +1579,10 @@
|
|
|
1573
1579
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1574
1580
|
margin: 0 6px 0 0;
|
|
1575
1581
|
}
|
|
1582
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div,
|
|
1583
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
|
|
1584
|
+
height: 65px !important;
|
|
1585
|
+
}
|
|
1576
1586
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
1577
1587
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
1578
1588
|
height: 100px !important;
|
|
@@ -1731,14 +1741,14 @@
|
|
|
1731
1741
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
1732
1742
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
1733
1743
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
1734
|
-
max-height:
|
|
1744
|
+
max-height: 440px !important;
|
|
1735
1745
|
min-width: 370px !important;
|
|
1736
1746
|
}
|
|
1737
1747
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1738
1748
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
1739
1749
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1740
1750
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
1741
|
-
min-height:
|
|
1751
|
+
min-height: 75px !important;
|
|
1742
1752
|
}
|
|
1743
1753
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1744
1754
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
@@ -778,6 +778,7 @@
|
|
|
778
778
|
display: inline-table;
|
|
779
779
|
height: 100%;
|
|
780
780
|
width: 100%;
|
|
781
|
+
min-width: 265px;
|
|
781
782
|
}
|
|
782
783
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow {
|
|
783
784
|
cursor: move;
|
|
@@ -801,6 +802,8 @@
|
|
|
801
802
|
cursor: pointer;
|
|
802
803
|
font-size: 13px;
|
|
803
804
|
margin-top: 3px;
|
|
805
|
+
padding-left: 0px;
|
|
806
|
+
padding-right: 0px;
|
|
804
807
|
}
|
|
805
808
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon {
|
|
806
809
|
cursor: auto;
|
|
@@ -1215,6 +1218,9 @@
|
|
|
1215
1218
|
margin-left: 0;
|
|
1216
1219
|
margin-right: 10px;
|
|
1217
1220
|
}
|
|
1221
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
1222
|
+
padding-top: 4px !important;
|
|
1223
|
+
}
|
|
1218
1224
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
1219
1225
|
min-height: 170px;
|
|
1220
1226
|
overflow: auto;
|
|
@@ -1572,6 +1578,10 @@
|
|
|
1572
1578
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1573
1579
|
margin: 0 6px 0 0;
|
|
1574
1580
|
}
|
|
1581
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div,
|
|
1582
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
|
|
1583
|
+
height: 65px !important;
|
|
1584
|
+
}
|
|
1575
1585
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
1576
1586
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
1577
1587
|
height: 100px !important;
|
|
@@ -1730,14 +1740,14 @@
|
|
|
1730
1740
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
1731
1741
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
1732
1742
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
1733
|
-
max-height:
|
|
1743
|
+
max-height: 440px !important;
|
|
1734
1744
|
min-width: 370px !important;
|
|
1735
1745
|
}
|
|
1736
1746
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1737
1747
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
1738
1748
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1739
1749
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
1740
|
-
min-height:
|
|
1750
|
+
min-height: 75px !important;
|
|
1741
1751
|
}
|
|
1742
1752
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1743
1753
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
@@ -799,6 +799,7 @@
|
|
|
799
799
|
display: inline-table;
|
|
800
800
|
height: 100%;
|
|
801
801
|
width: 100%;
|
|
802
|
+
min-width: 265px;
|
|
802
803
|
}
|
|
803
804
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow {
|
|
804
805
|
cursor: move;
|
|
@@ -822,6 +823,8 @@
|
|
|
822
823
|
cursor: pointer;
|
|
823
824
|
font-size: 13px;
|
|
824
825
|
margin-top: 3px;
|
|
826
|
+
padding-left: 0px;
|
|
827
|
+
padding-right: 0px;
|
|
825
828
|
margin-top: 10px;
|
|
826
829
|
}
|
|
827
830
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon {
|
|
@@ -956,6 +959,12 @@
|
|
|
956
959
|
font-size: 16px;
|
|
957
960
|
padding-top: 12px;
|
|
958
961
|
}
|
|
962
|
+
.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report,
|
|
963
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit,
|
|
964
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited,
|
|
965
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report {
|
|
966
|
+
padding-top: 4px;
|
|
967
|
+
}
|
|
959
968
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
960
969
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
961
970
|
font-size: 16px;
|
|
@@ -1132,7 +1141,7 @@
|
|
|
1132
1141
|
display: none;
|
|
1133
1142
|
}
|
|
1134
1143
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
|
|
1135
|
-
background-color: #
|
|
1144
|
+
background-color: #232e3e;
|
|
1136
1145
|
opacity: 56%;
|
|
1137
1146
|
padding: 14px 10px 16px 20px;
|
|
1138
1147
|
}
|
|
@@ -1256,6 +1265,9 @@
|
|
|
1256
1265
|
margin-left: 0;
|
|
1257
1266
|
margin-right: 10px;
|
|
1258
1267
|
}
|
|
1268
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
1269
|
+
padding-top: 4px !important;
|
|
1270
|
+
}
|
|
1259
1271
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
1260
1272
|
min-height: 170px;
|
|
1261
1273
|
overflow: auto;
|
|
@@ -1788,14 +1800,14 @@
|
|
|
1788
1800
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
1789
1801
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
1790
1802
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
1791
|
-
max-height:
|
|
1803
|
+
max-height: 440px !important;
|
|
1792
1804
|
min-width: 370px !important;
|
|
1793
1805
|
}
|
|
1794
1806
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1795
1807
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
1796
1808
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1797
1809
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
1798
|
-
min-height:
|
|
1810
|
+
min-height: 75px !important;
|
|
1799
1811
|
}
|
|
1800
1812
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1801
1813
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
@@ -800,6 +800,7 @@
|
|
|
800
800
|
display: inline-table;
|
|
801
801
|
height: 100%;
|
|
802
802
|
width: 100%;
|
|
803
|
+
min-width: 265px;
|
|
803
804
|
}
|
|
804
805
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow {
|
|
805
806
|
cursor: move;
|
|
@@ -823,6 +824,8 @@
|
|
|
823
824
|
cursor: pointer;
|
|
824
825
|
font-size: 13px;
|
|
825
826
|
margin-top: 3px;
|
|
827
|
+
padding-left: 0px;
|
|
828
|
+
padding-right: 0px;
|
|
826
829
|
margin-top: 10px;
|
|
827
830
|
}
|
|
828
831
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon {
|
|
@@ -957,6 +960,12 @@
|
|
|
957
960
|
font-size: 16px;
|
|
958
961
|
padding-top: 12px;
|
|
959
962
|
}
|
|
963
|
+
.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report,
|
|
964
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit,
|
|
965
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited,
|
|
966
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report {
|
|
967
|
+
padding-top: 4px;
|
|
968
|
+
}
|
|
960
969
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
961
970
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
962
971
|
font-size: 16px;
|
|
@@ -1133,7 +1142,7 @@
|
|
|
1133
1142
|
display: none;
|
|
1134
1143
|
}
|
|
1135
1144
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
|
|
1136
|
-
background-color: #
|
|
1145
|
+
background-color: #f9fafb;
|
|
1137
1146
|
opacity: 56%;
|
|
1138
1147
|
padding: 14px 10px 16px 20px;
|
|
1139
1148
|
}
|
|
@@ -1257,6 +1266,9 @@
|
|
|
1257
1266
|
margin-left: 0;
|
|
1258
1267
|
margin-right: 10px;
|
|
1259
1268
|
}
|
|
1269
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
1270
|
+
padding-top: 4px !important;
|
|
1271
|
+
}
|
|
1260
1272
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
1261
1273
|
min-height: 170px;
|
|
1262
1274
|
overflow: auto;
|
|
@@ -1789,14 +1801,14 @@
|
|
|
1789
1801
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
1790
1802
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
1791
1803
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
1792
|
-
max-height:
|
|
1804
|
+
max-height: 440px !important;
|
|
1793
1805
|
min-width: 370px !important;
|
|
1794
1806
|
}
|
|
1795
1807
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1796
1808
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
1797
1809
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1798
1810
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
1799
|
-
min-height:
|
|
1811
|
+
min-height: 75px !important;
|
|
1800
1812
|
}
|
|
1801
1813
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1802
1814
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
@@ -896,6 +896,7 @@
|
|
|
896
896
|
}
|
|
897
897
|
.e-pivotview .e-valuescontent {
|
|
898
898
|
padding-right: 8px;
|
|
899
|
+
text-align: right;
|
|
899
900
|
}
|
|
900
901
|
.e-pivotview .e-grid .e-rowcell {
|
|
901
902
|
/* stylelint-disable */
|
|
@@ -935,7 +936,7 @@
|
|
|
935
936
|
}
|
|
936
937
|
.e-pivotview .e-member-editor-dialog,
|
|
937
938
|
.e-pivotview .e-olap-editor-dialog {
|
|
938
|
-
min-height:
|
|
939
|
+
min-height: 350px !important;
|
|
939
940
|
min-width: 350px !important;
|
|
940
941
|
visibility: hidden;
|
|
941
942
|
}
|
|
@@ -1582,7 +1583,7 @@
|
|
|
1582
1583
|
.e-pivotview .e-expand,
|
|
1583
1584
|
.e-pivotview .e-collapse {
|
|
1584
1585
|
cursor: pointer;
|
|
1585
|
-
display: inline;
|
|
1586
|
+
display: inline-block;
|
|
1586
1587
|
height: 18px;
|
|
1587
1588
|
margin-top: 5px;
|
|
1588
1589
|
text-align: center;
|
|
@@ -1876,9 +1877,9 @@
|
|
|
1876
1877
|
}
|
|
1877
1878
|
@media (max-width: 400px) {
|
|
1878
1879
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1879
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1880
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1881
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1880
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1881
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1882
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1882
1883
|
min-width: 10px !important;
|
|
1883
1884
|
}
|
|
1884
1885
|
}
|
|
@@ -1932,6 +1933,9 @@
|
|
|
1932
1933
|
margin-left: 0;
|
|
1933
1934
|
margin-right: 7px;
|
|
1934
1935
|
}
|
|
1936
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1937
|
+
text-align: left;
|
|
1938
|
+
}
|
|
1935
1939
|
.e-pivotview.e-rtl .e-group-values,
|
|
1936
1940
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1937
1941
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2052,6 +2056,7 @@
|
|
|
2052
2056
|
.e-pivottooltip {
|
|
2053
2057
|
border-radius: 4px;
|
|
2054
2058
|
padding: 3px 2px;
|
|
2059
|
+
text-align: initial;
|
|
2055
2060
|
}
|
|
2056
2061
|
|
|
2057
2062
|
.e-pivottooltip p {
|
|
@@ -895,6 +895,7 @@
|
|
|
895
895
|
}
|
|
896
896
|
.e-pivotview .e-valuescontent {
|
|
897
897
|
padding-right: 8px;
|
|
898
|
+
text-align: right;
|
|
898
899
|
}
|
|
899
900
|
.e-pivotview .e-grid .e-rowcell {
|
|
900
901
|
/* stylelint-disable */
|
|
@@ -934,7 +935,7 @@
|
|
|
934
935
|
}
|
|
935
936
|
.e-pivotview .e-member-editor-dialog,
|
|
936
937
|
.e-pivotview .e-olap-editor-dialog {
|
|
937
|
-
min-height:
|
|
938
|
+
min-height: 350px !important;
|
|
938
939
|
min-width: 350px !important;
|
|
939
940
|
visibility: hidden;
|
|
940
941
|
}
|
|
@@ -1581,7 +1582,7 @@
|
|
|
1581
1582
|
.e-pivotview .e-expand,
|
|
1582
1583
|
.e-pivotview .e-collapse {
|
|
1583
1584
|
cursor: pointer;
|
|
1584
|
-
display: inline;
|
|
1585
|
+
display: inline-block;
|
|
1585
1586
|
height: 18px;
|
|
1586
1587
|
margin-top: 5px;
|
|
1587
1588
|
text-align: center;
|
|
@@ -1875,9 +1876,9 @@
|
|
|
1875
1876
|
}
|
|
1876
1877
|
@media (max-width: 400px) {
|
|
1877
1878
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1878
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1879
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1880
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1879
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1880
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1881
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1881
1882
|
min-width: 10px !important;
|
|
1882
1883
|
}
|
|
1883
1884
|
}
|
|
@@ -1931,6 +1932,9 @@
|
|
|
1931
1932
|
margin-left: 0;
|
|
1932
1933
|
margin-right: 7px;
|
|
1933
1934
|
}
|
|
1935
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1936
|
+
text-align: left;
|
|
1937
|
+
}
|
|
1934
1938
|
.e-pivotview.e-rtl .e-group-values,
|
|
1935
1939
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1936
1940
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2051,6 +2055,7 @@
|
|
|
2051
2055
|
.e-pivottooltip {
|
|
2052
2056
|
border-radius: 4px;
|
|
2053
2057
|
padding: 3px 2px;
|
|
2058
|
+
text-align: initial;
|
|
2054
2059
|
}
|
|
2055
2060
|
|
|
2056
2061
|
.e-pivottooltip p {
|