@syncfusion/ej2-vue-pivotview 19.3.57 → 19.4.42
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 +33 -26
- package/README.md +1 -1
- package/dist/ej2-vue-pivotview.umd.min.js +1 -1
- package/dist/es6/ej2-vue-pivotview.es2015.js +2 -2
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +2 -2
- package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +8 -8
- package/src/pivotfieldlist/pivotfieldlist.component.js +1 -1
- package/src/pivotview/pivotview.component.js +1 -1
- package/styles/bootstrap-dark.css +145 -118
- package/styles/bootstrap.css +145 -118
- package/styles/bootstrap4.css +144 -95
- package/styles/bootstrap5-dark.css +250 -182
- package/styles/bootstrap5.css +245 -175
- package/styles/fabric-dark.css +147 -117
- package/styles/fabric.css +145 -116
- package/styles/highcontrast-light.css +146 -116
- package/styles/highcontrast.css +148 -118
- package/styles/material-dark.css +138 -111
- package/styles/material.css +138 -111
- package/styles/pivotfieldlist/bootstrap-dark.css +79 -72
- package/styles/pivotfieldlist/bootstrap.css +79 -72
- package/styles/pivotfieldlist/bootstrap4.css +74 -53
- package/styles/pivotfieldlist/bootstrap5-dark.css +145 -103
- package/styles/pivotfieldlist/bootstrap5.css +145 -103
- package/styles/pivotfieldlist/fabric-dark.css +79 -72
- package/styles/pivotfieldlist/fabric.css +79 -72
- package/styles/pivotfieldlist/highcontrast-light.css +79 -72
- package/styles/pivotfieldlist/highcontrast.css +79 -72
- package/styles/pivotfieldlist/material-dark.css +74 -67
- package/styles/pivotfieldlist/material.css +74 -67
- package/styles/pivotfieldlist/tailwind-dark.css +168 -95
- package/styles/pivotfieldlist/tailwind.css +170 -97
- package/styles/pivotview/bootstrap-dark.css +66 -46
- package/styles/pivotview/bootstrap.css +66 -46
- package/styles/pivotview/bootstrap4.css +70 -42
- package/styles/pivotview/bootstrap5-dark.css +99 -73
- package/styles/pivotview/bootstrap5.css +100 -72
- package/styles/pivotview/fabric-dark.css +68 -45
- package/styles/pivotview/fabric.css +66 -44
- package/styles/pivotview/highcontrast-light.css +67 -44
- package/styles/pivotview/highcontrast.css +69 -46
- package/styles/pivotview/material-dark.css +64 -44
- package/styles/pivotview/material.css +64 -44
- package/styles/pivotview/tailwind-dark.css +106 -58
- package/styles/pivotview/tailwind.css +107 -57
- package/styles/tailwind-dark.css +280 -159
- package/styles/tailwind.css +277 -154
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
|
|
216
216
|
.e-pivotfieldlist-wrapper .e-selected-option-icon::before,
|
|
217
217
|
.e-pivotfieldlist-container .e-selected-option-icon::before {
|
|
218
|
-
content: '\
|
|
218
|
+
content: '\e7b0';
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
.e-pivotfieldlist-wrapper .e-clear-filter-icon::before,
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
|
|
226
226
|
.e-pivotfieldlist-wrapper .e-dropdown-icon::before,
|
|
227
227
|
.e-pivotfieldlist-container .e-dropdown-icon::before {
|
|
228
|
-
content: '\
|
|
228
|
+
content: '\e706';
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
.e-pivotfieldlist-wrapper .e-measureGroupCDB-icon::before,
|
|
@@ -498,6 +498,18 @@
|
|
|
498
498
|
width: 14px;
|
|
499
499
|
}
|
|
500
500
|
|
|
501
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
|
|
502
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn {
|
|
503
|
+
pointer-events: none;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color,
|
|
507
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color {
|
|
508
|
+
background: none;
|
|
509
|
+
margin: 0 2px;
|
|
510
|
+
width: 14px;
|
|
511
|
+
}
|
|
512
|
+
|
|
501
513
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
502
514
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
503
515
|
border: 1px solid #e5e7eb;
|
|
@@ -675,12 +687,14 @@
|
|
|
675
687
|
.e-pivot-calc-dialog-div .e-olap-member-title {
|
|
676
688
|
color: #374151;
|
|
677
689
|
font-size: 12px;
|
|
690
|
+
margin-bottom: 4px;
|
|
678
691
|
margin-top: 15px;
|
|
679
692
|
overflow: hidden;
|
|
680
693
|
padding: 4px 0;
|
|
681
694
|
padding-bottom: 0;
|
|
682
695
|
text-overflow: ellipsis;
|
|
683
696
|
white-space: nowrap;
|
|
697
|
+
padding: 0;
|
|
684
698
|
}
|
|
685
699
|
|
|
686
700
|
.e-pivot-calc-dialog-div .e-treeview .e-sibling {
|
|
@@ -703,6 +717,10 @@
|
|
|
703
717
|
font-family: Inter;
|
|
704
718
|
}
|
|
705
719
|
|
|
720
|
+
.e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
|
|
721
|
+
color: #6b7280;
|
|
722
|
+
}
|
|
723
|
+
|
|
706
724
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
707
725
|
color: #6b7280;
|
|
708
726
|
margin: 0;
|
|
@@ -718,6 +736,10 @@
|
|
|
718
736
|
padding: 0;
|
|
719
737
|
}
|
|
720
738
|
|
|
739
|
+
.e-pivot-calc-dialog-div .e-treeview ul .e-list-item .e-text-content .e-list-text {
|
|
740
|
+
line-height: 31px;
|
|
741
|
+
}
|
|
742
|
+
|
|
721
743
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons {
|
|
722
744
|
cursor: pointer;
|
|
723
745
|
font-size: 18px;
|
|
@@ -726,6 +748,8 @@
|
|
|
726
748
|
padding: 2px 4px 4px;
|
|
727
749
|
pointer-events: auto;
|
|
728
750
|
width: 24px;
|
|
751
|
+
height: 20px;
|
|
752
|
+
width: 20px;
|
|
729
753
|
}
|
|
730
754
|
|
|
731
755
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
@@ -743,6 +767,12 @@
|
|
|
743
767
|
padding: 2px 4px 4px;
|
|
744
768
|
pointer-events: auto;
|
|
745
769
|
width: 24px;
|
|
770
|
+
height: 20px;
|
|
771
|
+
width: 20px;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
|
|
775
|
+
color: #d1d5db;
|
|
746
776
|
}
|
|
747
777
|
|
|
748
778
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
@@ -752,10 +782,16 @@
|
|
|
752
782
|
font-size: 18px;
|
|
753
783
|
height: 24px;
|
|
754
784
|
margin-right: 4px;
|
|
755
|
-
margin-top: 4px;
|
|
756
|
-
padding: 5px;
|
|
757
785
|
pointer-events: auto;
|
|
758
786
|
width: 24px;
|
|
787
|
+
height: 20px;
|
|
788
|
+
margin-top: 0;
|
|
789
|
+
padding: 0 5px;
|
|
790
|
+
width: 20px;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item.e-active span.e-icons {
|
|
794
|
+
color: #6b7280;
|
|
759
795
|
}
|
|
760
796
|
|
|
761
797
|
.e-pivot-calc-dialog-div .e-dlg-header {
|
|
@@ -787,9 +823,9 @@
|
|
|
787
823
|
padding: 5px;
|
|
788
824
|
width: 24px;
|
|
789
825
|
float: left;
|
|
790
|
-
margin-right: 0;
|
|
791
826
|
margin-left: 12px;
|
|
792
|
-
|
|
827
|
+
margin-right: 0;
|
|
828
|
+
padding-top: 0;
|
|
793
829
|
}
|
|
794
830
|
|
|
795
831
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edit.e-icons,
|
|
@@ -839,7 +875,6 @@
|
|
|
839
875
|
color: #111827;
|
|
840
876
|
font-size: 13px;
|
|
841
877
|
height: 70px;
|
|
842
|
-
margin-top: 5px;
|
|
843
878
|
padding: 5px 10px;
|
|
844
879
|
resize: none;
|
|
845
880
|
width: 100%;
|
|
@@ -863,7 +898,6 @@
|
|
|
863
898
|
border: 1px solid #e5e7eb;
|
|
864
899
|
border-radius: 4px;
|
|
865
900
|
height: 120px;
|
|
866
|
-
margin-top: 5px;
|
|
867
901
|
overflow: auto;
|
|
868
902
|
}
|
|
869
903
|
|
|
@@ -1081,6 +1115,7 @@
|
|
|
1081
1115
|
font-size: 14px;
|
|
1082
1116
|
padding: 6px 0;
|
|
1083
1117
|
padding-bottom: 0;
|
|
1118
|
+
padding: 0;
|
|
1084
1119
|
}
|
|
1085
1120
|
|
|
1086
1121
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li,
|
|
@@ -1096,6 +1131,7 @@
|
|
|
1096
1131
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
1097
1132
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
1098
1133
|
font-size: 22px;
|
|
1134
|
+
vertical-align: sub;
|
|
1099
1135
|
}
|
|
1100
1136
|
|
|
1101
1137
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula,
|
|
@@ -1155,8 +1191,8 @@
|
|
|
1155
1191
|
|
|
1156
1192
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,
|
|
1157
1193
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog {
|
|
1158
|
-
max-width: 400px;
|
|
1159
|
-
min-width: 320px;
|
|
1194
|
+
max-width: 400px !important;
|
|
1195
|
+
min-width: 320px !important;
|
|
1160
1196
|
}
|
|
1161
1197
|
|
|
1162
1198
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -1277,10 +1313,6 @@
|
|
|
1277
1313
|
}
|
|
1278
1314
|
|
|
1279
1315
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
1280
|
-
background-color: #6b7280;
|
|
1281
|
-
border-color: transparent;
|
|
1282
|
-
color: #6b7280;
|
|
1283
|
-
outline: none;
|
|
1284
1316
|
background-color: #e5e7eb !important;
|
|
1285
1317
|
color: #374151 !important;
|
|
1286
1318
|
}
|
|
@@ -1310,6 +1342,7 @@
|
|
|
1310
1342
|
height: 14px;
|
|
1311
1343
|
min-width: 14px;
|
|
1312
1344
|
width: 14px;
|
|
1345
|
+
height: auto;
|
|
1313
1346
|
}
|
|
1314
1347
|
|
|
1315
1348
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before {
|
|
@@ -1431,8 +1464,8 @@
|
|
|
1431
1464
|
}
|
|
1432
1465
|
|
|
1433
1466
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
1434
|
-
max-width: 400px;
|
|
1435
|
-
min-width: 300px;
|
|
1467
|
+
max-width: 400px !important;
|
|
1468
|
+
min-width: 300px !important;
|
|
1436
1469
|
}
|
|
1437
1470
|
|
|
1438
1471
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
|
|
@@ -1501,7 +1534,7 @@
|
|
|
1501
1534
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog,
|
|
1502
1535
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
1503
1536
|
border-radius: 4px;
|
|
1504
|
-
width: auto;
|
|
1537
|
+
width: auto !important;
|
|
1505
1538
|
}
|
|
1506
1539
|
|
|
1507
1540
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -1571,8 +1604,8 @@
|
|
|
1571
1604
|
|
|
1572
1605
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog,
|
|
1573
1606
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1574
|
-
|
|
1575
|
-
|
|
1607
|
+
max-width: 400px !important;
|
|
1608
|
+
min-width: 320px !important;
|
|
1576
1609
|
}
|
|
1577
1610
|
|
|
1578
1611
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -1698,15 +1731,6 @@
|
|
|
1698
1731
|
font-size: 16px;
|
|
1699
1732
|
}
|
|
1700
1733
|
|
|
1701
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
1702
|
-
background-color: #6b7280;
|
|
1703
|
-
border-color: transparent;
|
|
1704
|
-
color: #6b7280;
|
|
1705
|
-
outline: none;
|
|
1706
|
-
background-color: #e5e7eb !important;
|
|
1707
|
-
color: #374151;
|
|
1708
|
-
}
|
|
1709
|
-
|
|
1710
1734
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
|
|
1711
1735
|
margin-left: -22px;
|
|
1712
1736
|
overflow: hidden;
|
|
@@ -1721,7 +1745,7 @@
|
|
|
1721
1745
|
}
|
|
1722
1746
|
|
|
1723
1747
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1724
|
-
border:
|
|
1748
|
+
border: 0;
|
|
1725
1749
|
}
|
|
1726
1750
|
|
|
1727
1751
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
@@ -1732,6 +1756,7 @@
|
|
|
1732
1756
|
height: 14px;
|
|
1733
1757
|
min-width: 14px;
|
|
1734
1758
|
width: 14px;
|
|
1759
|
+
height: auto;
|
|
1735
1760
|
}
|
|
1736
1761
|
|
|
1737
1762
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before {
|
|
@@ -1853,8 +1878,8 @@
|
|
|
1853
1878
|
}
|
|
1854
1879
|
|
|
1855
1880
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
1856
|
-
max-width: 400px;
|
|
1857
|
-
min-width: 300px;
|
|
1881
|
+
max-width: 400px !important;
|
|
1882
|
+
min-width: 300px !important;
|
|
1858
1883
|
}
|
|
1859
1884
|
|
|
1860
1885
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
@@ -1923,7 +1948,7 @@
|
|
|
1923
1948
|
.e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1924
1949
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
1925
1950
|
border-radius: 4px;
|
|
1926
|
-
width: auto;
|
|
1951
|
+
width: auto !important;
|
|
1927
1952
|
}
|
|
1928
1953
|
|
|
1929
1954
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -1996,14 +2021,18 @@
|
|
|
1996
2021
|
background-color: #e5e7eb;
|
|
1997
2022
|
border: 1px solid #e5e7eb;
|
|
1998
2023
|
border-radius: 0;
|
|
1999
|
-
box-shadow:
|
|
2000
|
-
height:
|
|
2024
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
2025
|
+
height: 32px;
|
|
2026
|
+
line-height: 1.5em;
|
|
2001
2027
|
min-width: 100px;
|
|
2002
2028
|
padding: 5px 10px;
|
|
2029
|
+
line-height: normal;
|
|
2030
|
+
padding: 0 10px;
|
|
2003
2031
|
}
|
|
2004
2032
|
|
|
2005
2033
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content,
|
|
2006
2034
|
.e-pivot-calc.e-drag-item.e-treeview .e-text-content {
|
|
2035
|
+
height: 100%;
|
|
2007
2036
|
padding: 0;
|
|
2008
2037
|
text-align: center;
|
|
2009
2038
|
width: 100%;
|
|
@@ -2015,6 +2044,9 @@
|
|
|
2015
2044
|
font-size: 16px;
|
|
2016
2045
|
line-height: 1em;
|
|
2017
2046
|
width: 100%;
|
|
2047
|
+
display: inline;
|
|
2048
|
+
line-height: normal;
|
|
2049
|
+
vertical-align: sub;
|
|
2018
2050
|
}
|
|
2019
2051
|
|
|
2020
2052
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content > .e-icons,
|
|
@@ -2091,7 +2123,7 @@
|
|
|
2091
2123
|
background-color: #e5e7eb !important;
|
|
2092
2124
|
border: 1px solid #e5e7eb;
|
|
2093
2125
|
border-radius: 0;
|
|
2094
|
-
box-shadow:
|
|
2126
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
2095
2127
|
color: #374151;
|
|
2096
2128
|
font-size: 16px;
|
|
2097
2129
|
font-family: Inter;
|
|
@@ -2103,10 +2135,14 @@
|
|
|
2103
2135
|
text-align: center;
|
|
2104
2136
|
width: auto;
|
|
2105
2137
|
z-index: 100000;
|
|
2138
|
+
line-height: normal;
|
|
2139
|
+
padding: 0 10px;
|
|
2106
2140
|
}
|
|
2107
2141
|
|
|
2108
2142
|
.e-button-drag-clone .e-text-content {
|
|
2109
2143
|
width: 100%;
|
|
2144
|
+
display: inline;
|
|
2145
|
+
vertical-align: sub;
|
|
2110
2146
|
}
|
|
2111
2147
|
|
|
2112
2148
|
.e-bigger .e-button-drag-clone,
|
|
@@ -2114,26 +2150,13 @@
|
|
|
2114
2150
|
height: 36px !important;
|
|
2115
2151
|
line-height: 1.5em;
|
|
2116
2152
|
padding: 6px 12px;
|
|
2153
|
+
line-height: normal;
|
|
2154
|
+
padding: 0 12px;
|
|
2117
2155
|
}
|
|
2118
2156
|
|
|
2119
2157
|
.e-pivot-error-dialog {
|
|
2120
|
-
max-width: 400px;
|
|
2121
|
-
width: auto;
|
|
2122
|
-
}
|
|
2123
|
-
|
|
2124
|
-
.e-pivot-error-dialog .e-dlg-header-content,
|
|
2125
|
-
.e-pivot-error-dialog .e-footer-content {
|
|
2126
|
-
border: 0;
|
|
2127
|
-
}
|
|
2128
|
-
|
|
2129
|
-
.e-pivot-error-dialog .e-dlg-header {
|
|
2130
|
-
font-weight: normal;
|
|
2131
|
-
opacity: 0.87;
|
|
2132
|
-
}
|
|
2133
|
-
|
|
2134
|
-
.e-pivot-error-dialog .e-dlg-content {
|
|
2135
|
-
font-weight: normal;
|
|
2136
|
-
opacity: 0.54;
|
|
2158
|
+
max-width: 400px !important;
|
|
2159
|
+
width: auto !important;
|
|
2137
2160
|
}
|
|
2138
2161
|
|
|
2139
2162
|
.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
@@ -2222,7 +2245,7 @@
|
|
|
2222
2245
|
|
|
2223
2246
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
2224
2247
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
2225
|
-
height: 91px
|
|
2248
|
+
height: 91px;
|
|
2226
2249
|
}
|
|
2227
2250
|
|
|
2228
2251
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -2553,7 +2576,7 @@
|
|
|
2553
2576
|
.e-pivotfieldlist .e-select-table {
|
|
2554
2577
|
background-color: #f3f4f6;
|
|
2555
2578
|
border: 0.5px solid #e5e7eb;
|
|
2556
|
-
box-shadow:
|
|
2579
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
2557
2580
|
color: rgba(17, 24, 39, 0.54);
|
|
2558
2581
|
font-size: 17px;
|
|
2559
2582
|
height: 31px;
|
|
@@ -2568,7 +2591,7 @@
|
|
|
2568
2591
|
}
|
|
2569
2592
|
|
|
2570
2593
|
.e-pivotfieldlist .e-select-table.e-fieldlist-left {
|
|
2571
|
-
box-shadow:
|
|
2594
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
2572
2595
|
}
|
|
2573
2596
|
|
|
2574
2597
|
.e-pivotfieldlist .e-select-table:focus, .e-pivotfieldlist .e-select-table:active {
|
|
@@ -2596,19 +2619,31 @@
|
|
|
2596
2619
|
.e-pivotfieldlist-wrapper {
|
|
2597
2620
|
font-family: Inter;
|
|
2598
2621
|
font-size: 14px;
|
|
2599
|
-
max-width: 700px;
|
|
2600
|
-
min-width: 300px;
|
|
2622
|
+
max-width: 700px !important;
|
|
2623
|
+
min-width: 300px !important;
|
|
2601
2624
|
}
|
|
2602
2625
|
|
|
2603
2626
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
2627
|
+
display: -ms-flexbox;
|
|
2628
|
+
display: flex;
|
|
2604
2629
|
padding: 10px 2px 2px;
|
|
2605
|
-
text-align: right;
|
|
2606
2630
|
}
|
|
2607
2631
|
|
|
2608
|
-
.e-pivotfieldlist-wrapper .e-layout-footer .e-
|
|
2632
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
|
|
2633
|
+
-ms-flex: auto;
|
|
2634
|
+
flex: auto;
|
|
2635
|
+
text-align: end;
|
|
2636
|
+
}
|
|
2637
|
+
|
|
2638
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2609
2639
|
margin-right: 10px;
|
|
2610
2640
|
}
|
|
2611
2641
|
|
|
2642
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
2643
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2644
|
+
min-width: fit-content;
|
|
2645
|
+
}
|
|
2646
|
+
|
|
2612
2647
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
|
|
2613
2648
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
|
|
2614
2649
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2619,7 +2654,7 @@
|
|
|
2619
2654
|
}
|
|
2620
2655
|
|
|
2621
2656
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
|
|
2622
|
-
|
|
2657
|
+
padding-right: 10px;
|
|
2623
2658
|
}
|
|
2624
2659
|
|
|
2625
2660
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2629,12 +2664,8 @@
|
|
|
2629
2664
|
.e-pivotfieldlist-wrapper .e-checkbox-layout {
|
|
2630
2665
|
float: left;
|
|
2631
2666
|
margin-top: 6px;
|
|
2632
|
-
margin: 0;
|
|
2633
|
-
|
|
2634
|
-
}
|
|
2635
|
-
|
|
2636
|
-
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
|
|
2637
|
-
text-align: left;
|
|
2667
|
+
margin-left: 0 !important;
|
|
2668
|
+
margin-right: 0 !important;
|
|
2638
2669
|
}
|
|
2639
2670
|
|
|
2640
2671
|
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
@@ -2688,10 +2719,10 @@
|
|
|
2688
2719
|
}
|
|
2689
2720
|
|
|
2690
2721
|
.e-pivotfieldlist-wrapper .e-title-header .e-title-content {
|
|
2691
|
-
font-size: 16px;
|
|
2692
|
-
line-height: 1.5em;
|
|
2693
2722
|
-ms-flex: auto;
|
|
2694
2723
|
flex: auto;
|
|
2724
|
+
font-size: 16px;
|
|
2725
|
+
line-height: 1.5em;
|
|
2695
2726
|
}
|
|
2696
2727
|
|
|
2697
2728
|
.e-pivotfieldlist-wrapper .e-field-list-container {
|
|
@@ -2725,13 +2756,13 @@
|
|
|
2725
2756
|
font-size: 12px;
|
|
2726
2757
|
font-weight: normal;
|
|
2727
2758
|
height: 28px;
|
|
2759
|
+
line-height: 1.125em;
|
|
2728
2760
|
overflow: hidden;
|
|
2729
2761
|
padding: 6px 0 0 12px;
|
|
2730
2762
|
text-align: left;
|
|
2731
2763
|
text-overflow: ellipsis;
|
|
2732
|
-
word-break: break-all;
|
|
2733
|
-
line-height: 1.125em;
|
|
2734
2764
|
text-transform: uppercase;
|
|
2765
|
+
word-break: break-all;
|
|
2735
2766
|
}
|
|
2736
2767
|
|
|
2737
2768
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
|
|
@@ -2917,7 +2948,8 @@
|
|
|
2917
2948
|
display: flex;
|
|
2918
2949
|
height: 28px;
|
|
2919
2950
|
padding: 2px 12px 5px;
|
|
2920
|
-
padding: 5px 12px
|
|
2951
|
+
padding: 5px 12px;
|
|
2952
|
+
border-radius: 3px 3px 0 0;
|
|
2921
2953
|
}
|
|
2922
2954
|
|
|
2923
2955
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
|
|
@@ -2927,6 +2959,7 @@
|
|
|
2927
2959
|
height: 20px;
|
|
2928
2960
|
padding-top: 0;
|
|
2929
2961
|
width: 20px;
|
|
2962
|
+
padding-left: 3px;
|
|
2930
2963
|
}
|
|
2931
2964
|
|
|
2932
2965
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows,
|
|
@@ -2961,8 +2994,8 @@
|
|
|
2961
2994
|
overflow: hidden;
|
|
2962
2995
|
padding: 0 8px;
|
|
2963
2996
|
text-overflow: ellipsis;
|
|
2964
|
-
width: 100%;
|
|
2965
2997
|
text-transform: uppercase;
|
|
2998
|
+
width: 100%;
|
|
2966
2999
|
}
|
|
2967
3000
|
|
|
2968
3001
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -3446,6 +3479,7 @@
|
|
|
3446
3479
|
display: inline-block;
|
|
3447
3480
|
height: 100%;
|
|
3448
3481
|
width: 100%;
|
|
3482
|
+
line-height: 1.5;
|
|
3449
3483
|
}
|
|
3450
3484
|
|
|
3451
3485
|
.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-field-table {
|
|
@@ -3492,7 +3526,8 @@
|
|
|
3492
3526
|
.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper,
|
|
3493
3527
|
.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,
|
|
3494
3528
|
.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper {
|
|
3495
|
-
padding-top:
|
|
3529
|
+
padding-top: 0;
|
|
3530
|
+
padding-left: 3px;
|
|
3496
3531
|
}
|
|
3497
3532
|
|
|
3498
3533
|
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-center-title {
|
|
@@ -3503,10 +3538,22 @@
|
|
|
3503
3538
|
padding-left: 10px;
|
|
3504
3539
|
}
|
|
3505
3540
|
|
|
3541
|
+
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
|
|
3542
|
+
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper {
|
|
3543
|
+
padding-left: 0;
|
|
3544
|
+
padding-right: 3px;
|
|
3545
|
+
}
|
|
3546
|
+
|
|
3506
3547
|
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields {
|
|
3507
3548
|
padding: 0;
|
|
3508
3549
|
}
|
|
3509
3550
|
|
|
3551
|
+
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,
|
|
3552
|
+
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper {
|
|
3553
|
+
padding-left: 0;
|
|
3554
|
+
padding-right: 3px;
|
|
3555
|
+
}
|
|
3556
|
+
|
|
3510
3557
|
.e-pivotfieldlist-wrapper.e-device {
|
|
3511
3558
|
height: 100%;
|
|
3512
3559
|
max-height: 100% !important;
|
|
@@ -3801,8 +3848,8 @@
|
|
|
3801
3848
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit {
|
|
3802
3849
|
padding-left: 0;
|
|
3803
3850
|
padding-right: 10px;
|
|
3804
|
-
padding-right: 0;
|
|
3805
3851
|
margin-right: 8px;
|
|
3852
|
+
padding-right: 0;
|
|
3806
3853
|
}
|
|
3807
3854
|
|
|
3808
3855
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content,
|
|
@@ -4090,14 +4137,26 @@
|
|
|
4090
4137
|
}
|
|
4091
4138
|
|
|
4092
4139
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
4140
|
+
display: -ms-flexbox;
|
|
4141
|
+
display: flex;
|
|
4093
4142
|
padding: 10px 2px 2px;
|
|
4094
|
-
text-align: right;
|
|
4095
4143
|
}
|
|
4096
4144
|
|
|
4097
|
-
.e-pivotfieldlist-container .e-layout-footer .e-
|
|
4145
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout {
|
|
4146
|
+
-ms-flex: auto;
|
|
4147
|
+
flex: auto;
|
|
4148
|
+
text-align: end;
|
|
4149
|
+
}
|
|
4150
|
+
|
|
4151
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4098
4152
|
margin-right: 10px;
|
|
4099
4153
|
}
|
|
4100
4154
|
|
|
4155
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
4156
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4157
|
+
min-width: fit-content;
|
|
4158
|
+
}
|
|
4159
|
+
|
|
4101
4160
|
.e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
|
|
4102
4161
|
.e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
|
|
4103
4162
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4108,7 +4167,7 @@
|
|
|
4108
4167
|
}
|
|
4109
4168
|
|
|
4110
4169
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
|
|
4111
|
-
|
|
4170
|
+
padding-right: 10px;
|
|
4112
4171
|
}
|
|
4113
4172
|
|
|
4114
4173
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4118,12 +4177,8 @@
|
|
|
4118
4177
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
4119
4178
|
float: left;
|
|
4120
4179
|
margin-top: 6px;
|
|
4121
|
-
margin: 0;
|
|
4122
|
-
|
|
4123
|
-
}
|
|
4124
|
-
|
|
4125
|
-
.e-pivotfieldlist-container.e-rtl .e-layout-footer {
|
|
4126
|
-
text-align: left;
|
|
4180
|
+
margin-left: 0 !important;
|
|
4181
|
+
margin-right: 0 !important;
|
|
4127
4182
|
}
|
|
4128
4183
|
|
|
4129
4184
|
.e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
@@ -4402,7 +4457,7 @@
|
|
|
4402
4457
|
display: flex;
|
|
4403
4458
|
height: 28px;
|
|
4404
4459
|
padding: 2px 12px 5px;
|
|
4405
|
-
padding: 5px 12px
|
|
4460
|
+
padding: 5px 12px;
|
|
4406
4461
|
}
|
|
4407
4462
|
|
|
4408
4463
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
@@ -4446,8 +4501,8 @@
|
|
|
4446
4501
|
overflow: hidden;
|
|
4447
4502
|
padding: 0 8px;
|
|
4448
4503
|
text-overflow: ellipsis;
|
|
4449
|
-
width: 100%;
|
|
4450
4504
|
text-transform: uppercase;
|
|
4505
|
+
width: 100%;
|
|
4451
4506
|
}
|
|
4452
4507
|
|
|
4453
4508
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -4977,7 +5032,7 @@
|
|
|
4977
5032
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,
|
|
4978
5033
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,
|
|
4979
5034
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container {
|
|
4980
|
-
padding-top:
|
|
5035
|
+
padding-top: 0;
|
|
4981
5036
|
}
|
|
4982
5037
|
|
|
4983
5038
|
.e-pivotfieldlist-container.e-static.e-rtl .e-center-title {
|
|
@@ -5284,8 +5339,8 @@
|
|
|
5284
5339
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit {
|
|
5285
5340
|
padding-left: 0;
|
|
5286
5341
|
padding-right: 10px;
|
|
5287
|
-
padding-right: 0;
|
|
5288
5342
|
margin-right: 8px;
|
|
5343
|
+
padding-right: 0;
|
|
5289
5344
|
}
|
|
5290
5345
|
|
|
5291
5346
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content,
|
|
@@ -5580,12 +5635,12 @@
|
|
|
5580
5635
|
font-weight: normal;
|
|
5581
5636
|
height: 30px;
|
|
5582
5637
|
overflow: hidden;
|
|
5583
|
-
padding: 6px 0 0
|
|
5638
|
+
padding: 6px 0 0 16px;
|
|
5584
5639
|
}
|
|
5585
5640
|
|
|
5586
5641
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper,
|
|
5587
5642
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper {
|
|
5588
|
-
padding-right:
|
|
5643
|
+
padding-right: 16px;
|
|
5589
5644
|
}
|
|
5590
5645
|
|
|
5591
5646
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none,
|
|
@@ -5666,7 +5721,7 @@
|
|
|
5666
5721
|
.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper,
|
|
5667
5722
|
.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper {
|
|
5668
5723
|
height: 30px;
|
|
5669
|
-
padding: 0
|
|
5724
|
+
padding: 0 16px 5px;
|
|
5670
5725
|
}
|
|
5671
5726
|
|
|
5672
5727
|
.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
|
|
@@ -5680,6 +5735,7 @@
|
|
|
5680
5735
|
height: 24px;
|
|
5681
5736
|
padding-top: 7px;
|
|
5682
5737
|
width: 24px;
|
|
5738
|
+
padding-left: 4px;
|
|
5683
5739
|
}
|
|
5684
5740
|
|
|
5685
5741
|
.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows,
|
|
@@ -5876,6 +5932,7 @@
|
|
|
5876
5932
|
.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,
|
|
5877
5933
|
.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper {
|
|
5878
5934
|
padding-top: 7px;
|
|
5935
|
+
padding-left: 4px;
|
|
5879
5936
|
}
|
|
5880
5937
|
|
|
5881
5938
|
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
@@ -5883,11 +5940,27 @@
|
|
|
5883
5940
|
padding-left: 16px;
|
|
5884
5941
|
}
|
|
5885
5942
|
|
|
5943
|
+
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
|
|
5944
|
+
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper,
|
|
5945
|
+
.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
|
|
5946
|
+
.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper {
|
|
5947
|
+
padding-left: 0;
|
|
5948
|
+
padding-right: 4px;
|
|
5949
|
+
}
|
|
5950
|
+
|
|
5886
5951
|
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields,
|
|
5887
5952
|
.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields {
|
|
5888
5953
|
padding: 0 !important;
|
|
5889
5954
|
}
|
|
5890
5955
|
|
|
5956
|
+
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,
|
|
5957
|
+
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper,
|
|
5958
|
+
.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,
|
|
5959
|
+
.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper {
|
|
5960
|
+
padding-left: 0 !important;
|
|
5961
|
+
padding-right: 4px !important;
|
|
5962
|
+
}
|
|
5963
|
+
|
|
5891
5964
|
.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list,
|
|
5892
5965
|
.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list {
|
|
5893
5966
|
padding-left: 0;
|
|
@@ -5928,12 +6001,12 @@
|
|
|
5928
6001
|
|
|
5929
6002
|
.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header,
|
|
5930
6003
|
.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header {
|
|
5931
|
-
padding-right:
|
|
6004
|
+
padding-right: 16px;
|
|
5932
6005
|
}
|
|
5933
6006
|
|
|
5934
6007
|
.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper,
|
|
5935
6008
|
.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper {
|
|
5936
|
-
padding-left:
|
|
6009
|
+
padding-left: 16px;
|
|
5937
6010
|
}
|
|
5938
6011
|
|
|
5939
6012
|
.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none,
|
|
@@ -6020,12 +6093,12 @@
|
|
|
6020
6093
|
font-weight: normal;
|
|
6021
6094
|
height: 30px;
|
|
6022
6095
|
overflow: hidden;
|
|
6023
|
-
padding: 6px 0 0
|
|
6096
|
+
padding: 6px 0 0 16px;
|
|
6024
6097
|
}
|
|
6025
6098
|
|
|
6026
6099
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-header-container,
|
|
6027
6100
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container {
|
|
6028
|
-
padding-right:
|
|
6101
|
+
padding-right: 16px;
|
|
6029
6102
|
}
|
|
6030
6103
|
|
|
6031
6104
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-none,
|
|
@@ -6105,7 +6178,7 @@
|
|
|
6105
6178
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container,
|
|
6106
6179
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container {
|
|
6107
6180
|
height: 30px;
|
|
6108
|
-
padding: 0
|
|
6181
|
+
padding: 0 16px 5px;
|
|
6109
6182
|
}
|
|
6110
6183
|
|
|
6111
6184
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
@@ -6367,12 +6440,12 @@
|
|
|
6367
6440
|
|
|
6368
6441
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header,
|
|
6369
6442
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header {
|
|
6370
|
-
padding-right:
|
|
6443
|
+
padding-right: 16px;
|
|
6371
6444
|
}
|
|
6372
6445
|
|
|
6373
6446
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
6374
6447
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
6375
|
-
padding-left:
|
|
6448
|
+
padding-left: 16px;
|
|
6376
6449
|
}
|
|
6377
6450
|
|
|
6378
6451
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|