@syncfusion/ej2-vue-pivotview 20.3.59 → 20.4.40
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 +57 -0
- package/README.md +149 -36
- package/dist/ej2-vue-pivotview.umd.min.js +2 -2
- package/dist/ej2-vue-pivotview.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es2015.js +5 -5
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +5 -5
- package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +10 -18
- package/src/pivotview/pivotview.component.d.ts +2 -2
- package/src/pivotview/pivotview.component.js +5 -5
- package/styles/bootstrap-dark.css +15 -4
- package/styles/bootstrap.css +16 -5
- package/styles/bootstrap4.css +24 -7
- package/styles/bootstrap5-dark.css +23 -10
- package/styles/bootstrap5.css +23 -10
- package/styles/fabric-dark.css +39 -8
- package/styles/fabric.css +42 -8
- package/styles/fluent-dark.css +44 -20
- package/styles/fluent.css +44 -20
- package/styles/highcontrast-light.css +29 -6
- package/styles/highcontrast.css +29 -6
- package/styles/material-dark.css +19 -4
- package/styles/material.css +25 -4
- 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 +7 -2
- package/styles/pivotview/bootstrap.css +7 -2
- package/styles/pivotview/bootstrap4.css +15 -4
- package/styles/pivotview/bootstrap5-dark.css +8 -7
- package/styles/pivotview/bootstrap5.css +8 -7
- package/styles/pivotview/fabric-dark.css +20 -4
- package/styles/pivotview/fabric.css +23 -4
- package/styles/pivotview/fluent-dark.css +25 -13
- package/styles/pivotview/fluent.css +25 -13
- package/styles/pivotview/highcontrast-light.css +10 -2
- package/styles/pivotview/highcontrast.css +10 -2
- package/styles/pivotview/material-dark.css +7 -2
- package/styles/pivotview/material.css +13 -2
- package/styles/pivotview/tailwind-dark.css +12 -10
- package/styles/pivotview/tailwind.css +12 -10
- package/styles/tailwind-dark.css +27 -13
- package/styles/tailwind.css +27 -13
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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 {
|
|
@@ -590,6 +590,12 @@
|
|
|
590
590
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
591
591
|
background: #f2f4f6;
|
|
592
592
|
}
|
|
593
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
594
|
+
background: #f2f4f6;
|
|
595
|
+
}
|
|
596
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
597
|
+
background: #6c757d;
|
|
598
|
+
}
|
|
593
599
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
594
600
|
font-size: 16px;
|
|
595
601
|
}
|
|
@@ -603,7 +609,7 @@
|
|
|
603
609
|
height: 30px !important;
|
|
604
610
|
overflow: hidden;
|
|
605
611
|
padding-left: 10px;
|
|
606
|
-
background-color: #
|
|
612
|
+
background-color: #f2f4f6;
|
|
607
613
|
color: #495057;
|
|
608
614
|
}
|
|
609
615
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
@@ -797,7 +803,7 @@
|
|
|
797
803
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
798
804
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
799
805
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
800
|
-
height:
|
|
806
|
+
height: 230px;
|
|
801
807
|
}
|
|
802
808
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
803
809
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -950,6 +956,7 @@
|
|
|
950
956
|
}
|
|
951
957
|
.e-pivotview .e-valuescontent {
|
|
952
958
|
padding-right: 8px;
|
|
959
|
+
text-align: right;
|
|
953
960
|
}
|
|
954
961
|
.e-pivotview .e-grid .e-rowcell {
|
|
955
962
|
/* stylelint-disable */
|
|
@@ -989,7 +996,7 @@
|
|
|
989
996
|
}
|
|
990
997
|
.e-pivotview .e-member-editor-dialog,
|
|
991
998
|
.e-pivotview .e-olap-editor-dialog {
|
|
992
|
-
min-height:
|
|
999
|
+
min-height: 350px !important;
|
|
993
1000
|
min-width: 350px !important;
|
|
994
1001
|
visibility: hidden;
|
|
995
1002
|
}
|
|
@@ -1663,7 +1670,7 @@
|
|
|
1663
1670
|
.e-pivotview .e-expand,
|
|
1664
1671
|
.e-pivotview .e-collapse {
|
|
1665
1672
|
cursor: pointer;
|
|
1666
|
-
display: inline;
|
|
1673
|
+
display: inline-block;
|
|
1667
1674
|
height: 18px;
|
|
1668
1675
|
margin-top: 5px;
|
|
1669
1676
|
text-align: center;
|
|
@@ -2013,6 +2020,9 @@
|
|
|
2013
2020
|
margin-left: 0;
|
|
2014
2021
|
margin-right: 7px;
|
|
2015
2022
|
}
|
|
2023
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
2024
|
+
text-align: left;
|
|
2025
|
+
}
|
|
2016
2026
|
.e-pivotview.e-rtl .e-group-values,
|
|
2017
2027
|
.e-pivotview.e-rtl .e-group-columns,
|
|
2018
2028
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2167,6 +2177,7 @@
|
|
|
2167
2177
|
.e-pivottooltip {
|
|
2168
2178
|
border-radius: 4px;
|
|
2169
2179
|
padding: 3px 2px;
|
|
2180
|
+
text-align: initial;
|
|
2170
2181
|
}
|
|
2171
2182
|
|
|
2172
2183
|
.e-pivottooltip p {
|
|
@@ -565,9 +565,6 @@
|
|
|
565
565
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
566
566
|
background: #282d31;
|
|
567
567
|
}
|
|
568
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
569
|
-
font-size: 16px;
|
|
570
|
-
}
|
|
571
568
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
572
569
|
background-color: transparent;
|
|
573
570
|
border: none;
|
|
@@ -580,7 +577,6 @@
|
|
|
580
577
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
581
578
|
margin-left: 0;
|
|
582
579
|
margin-right: 0;
|
|
583
|
-
font-size: 16px;
|
|
584
580
|
line-height: 32px;
|
|
585
581
|
}
|
|
586
582
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -748,7 +744,7 @@
|
|
|
748
744
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
749
745
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
750
746
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
751
|
-
height:
|
|
747
|
+
height: 240px;
|
|
752
748
|
}
|
|
753
749
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
754
750
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -901,6 +897,7 @@
|
|
|
901
897
|
}
|
|
902
898
|
.e-pivotview .e-valuescontent {
|
|
903
899
|
padding-right: 8px;
|
|
900
|
+
text-align: right;
|
|
904
901
|
}
|
|
905
902
|
.e-pivotview .e-grid .e-rowcell {
|
|
906
903
|
/* stylelint-disable */
|
|
@@ -941,7 +938,7 @@
|
|
|
941
938
|
}
|
|
942
939
|
.e-pivotview .e-member-editor-dialog,
|
|
943
940
|
.e-pivotview .e-olap-editor-dialog {
|
|
944
|
-
min-height:
|
|
941
|
+
min-height: 350px !important;
|
|
945
942
|
min-width: 350px !important;
|
|
946
943
|
visibility: hidden;
|
|
947
944
|
}
|
|
@@ -1630,7 +1627,7 @@
|
|
|
1630
1627
|
.e-pivotview .e-expand,
|
|
1631
1628
|
.e-pivotview .e-collapse {
|
|
1632
1629
|
cursor: pointer;
|
|
1633
|
-
display: inline;
|
|
1630
|
+
display: inline-block;
|
|
1634
1631
|
height: 18px;
|
|
1635
1632
|
margin-top: 5px;
|
|
1636
1633
|
text-align: center;
|
|
@@ -1983,6 +1980,9 @@
|
|
|
1983
1980
|
margin-left: 0;
|
|
1984
1981
|
margin-right: 7px;
|
|
1985
1982
|
}
|
|
1983
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1984
|
+
text-align: left;
|
|
1985
|
+
}
|
|
1986
1986
|
.e-pivotview.e-rtl .e-group-values,
|
|
1987
1987
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1988
1988
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2103,6 +2103,7 @@
|
|
|
2103
2103
|
.e-pivottooltip {
|
|
2104
2104
|
border-radius: 4px;
|
|
2105
2105
|
padding: 3px 4px;
|
|
2106
|
+
text-align: initial;
|
|
2106
2107
|
}
|
|
2107
2108
|
|
|
2108
2109
|
.e-pivottooltip p {
|
|
@@ -567,9 +567,6 @@
|
|
|
567
567
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
568
568
|
background: #f8f9fa;
|
|
569
569
|
}
|
|
570
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
571
|
-
font-size: 16px;
|
|
572
|
-
}
|
|
573
570
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
574
571
|
background-color: transparent;
|
|
575
572
|
border: none;
|
|
@@ -582,7 +579,6 @@
|
|
|
582
579
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
583
580
|
margin-left: 0;
|
|
584
581
|
margin-right: 0;
|
|
585
|
-
font-size: 16px;
|
|
586
582
|
line-height: 32px;
|
|
587
583
|
}
|
|
588
584
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -750,7 +746,7 @@
|
|
|
750
746
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
751
747
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
752
748
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
753
|
-
height:
|
|
749
|
+
height: 240px;
|
|
754
750
|
}
|
|
755
751
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
756
752
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -903,6 +899,7 @@
|
|
|
903
899
|
}
|
|
904
900
|
.e-pivotview .e-valuescontent {
|
|
905
901
|
padding-right: 8px;
|
|
902
|
+
text-align: right;
|
|
906
903
|
}
|
|
907
904
|
.e-pivotview .e-grid .e-rowcell {
|
|
908
905
|
/* stylelint-disable */
|
|
@@ -943,7 +940,7 @@
|
|
|
943
940
|
}
|
|
944
941
|
.e-pivotview .e-member-editor-dialog,
|
|
945
942
|
.e-pivotview .e-olap-editor-dialog {
|
|
946
|
-
min-height:
|
|
943
|
+
min-height: 350px !important;
|
|
947
944
|
min-width: 350px !important;
|
|
948
945
|
visibility: hidden;
|
|
949
946
|
}
|
|
@@ -1632,7 +1629,7 @@
|
|
|
1632
1629
|
.e-pivotview .e-expand,
|
|
1633
1630
|
.e-pivotview .e-collapse {
|
|
1634
1631
|
cursor: pointer;
|
|
1635
|
-
display: inline;
|
|
1632
|
+
display: inline-block;
|
|
1636
1633
|
height: 18px;
|
|
1637
1634
|
margin-top: 5px;
|
|
1638
1635
|
text-align: center;
|
|
@@ -1985,6 +1982,9 @@
|
|
|
1985
1982
|
margin-left: 0;
|
|
1986
1983
|
margin-right: 7px;
|
|
1987
1984
|
}
|
|
1985
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1986
|
+
text-align: left;
|
|
1987
|
+
}
|
|
1988
1988
|
.e-pivotview.e-rtl .e-group-values,
|
|
1989
1989
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1990
1990
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2105,6 +2105,7 @@
|
|
|
2105
2105
|
.e-pivottooltip {
|
|
2106
2106
|
border-radius: 4px;
|
|
2107
2107
|
padding: 3px 4px;
|
|
2108
|
+
text-align: initial;
|
|
2108
2109
|
}
|
|
2109
2110
|
|
|
2110
2111
|
.e-pivottooltip p {
|