@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
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
|
|
214
214
|
.e-pivotfieldlist-wrapper .e-selected-option-icon::before,
|
|
215
215
|
.e-pivotfieldlist-container .e-selected-option-icon::before {
|
|
216
|
-
content: '\
|
|
216
|
+
content: '\e72b';
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
.e-pivotfieldlist-wrapper .e-clear-filter-icon::before,
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
|
|
224
224
|
.e-pivotfieldlist-wrapper .e-dropdown-icon::before,
|
|
225
225
|
.e-pivotfieldlist-container .e-dropdown-icon::before {
|
|
226
|
-
content: '\
|
|
226
|
+
content: '\e729';
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
.e-pivotfieldlist-wrapper .e-measureGroupCDB-icon::before,
|
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
float: right;
|
|
452
452
|
padding-right: 12px;
|
|
453
453
|
padding-top: 12px;
|
|
454
|
-
color: #fff
|
|
454
|
+
color: #fff;
|
|
455
455
|
}
|
|
456
456
|
|
|
457
457
|
.e-pivot-formatting-dialog .e-format-delete-button:hover,
|
|
@@ -497,6 +497,23 @@
|
|
|
497
497
|
width: 14px;
|
|
498
498
|
}
|
|
499
499
|
|
|
500
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color:hover,
|
|
501
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color:hover {
|
|
502
|
+
color: #adb5bd;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
|
|
506
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn {
|
|
507
|
+
pointer-events: none;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color,
|
|
511
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color {
|
|
512
|
+
background: none;
|
|
513
|
+
margin: 0 2px;
|
|
514
|
+
width: 14px;
|
|
515
|
+
}
|
|
516
|
+
|
|
500
517
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
501
518
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
502
519
|
border: 1px solid #444c54;
|
|
@@ -654,6 +671,7 @@
|
|
|
654
671
|
.e-pivot-calc-dialog-div .e-olap-member-title {
|
|
655
672
|
color: #ced4da;
|
|
656
673
|
font-size: 14px;
|
|
674
|
+
margin-bottom: 4px;
|
|
657
675
|
margin-top: 15px;
|
|
658
676
|
overflow: hidden;
|
|
659
677
|
padding: 4px 0;
|
|
@@ -670,10 +688,6 @@
|
|
|
670
688
|
opacity: .5;
|
|
671
689
|
}
|
|
672
690
|
|
|
673
|
-
.e-pivot-calc-dialog-div .e-treeview .e-node-focus ul li .e-list-icon {
|
|
674
|
-
color: #212529;
|
|
675
|
-
}
|
|
676
|
-
|
|
677
691
|
.e-pivot-calc-dialog-div .e-treeview ul {
|
|
678
692
|
overflow: hidden;
|
|
679
693
|
}
|
|
@@ -686,8 +700,11 @@
|
|
|
686
700
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
687
701
|
}
|
|
688
702
|
|
|
689
|
-
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
703
|
+
.e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
|
|
690
704
|
color: #adb5bd;
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
691
708
|
margin: 0;
|
|
692
709
|
}
|
|
693
710
|
|
|
@@ -722,14 +739,16 @@
|
|
|
722
739
|
width: 24px;
|
|
723
740
|
}
|
|
724
741
|
|
|
725
|
-
.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
742
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
|
|
726
743
|
color: #adb5bd;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
727
747
|
cursor: move;
|
|
728
748
|
display: inline-block;
|
|
729
749
|
font-size: 14px;
|
|
730
750
|
height: 24px;
|
|
731
751
|
margin-right: 4px;
|
|
732
|
-
margin-top: 4px;
|
|
733
752
|
padding: 5px;
|
|
734
753
|
pointer-events: auto;
|
|
735
754
|
width: 24px;
|
|
@@ -812,7 +831,6 @@
|
|
|
812
831
|
color: #fff;
|
|
813
832
|
font-size: 13px;
|
|
814
833
|
height: 70px;
|
|
815
|
-
margin-top: 5px;
|
|
816
834
|
padding: 5px 10px;
|
|
817
835
|
resize: none;
|
|
818
836
|
width: 100%;
|
|
@@ -836,7 +854,6 @@
|
|
|
836
854
|
border: 1px solid #444c54;
|
|
837
855
|
border-radius: 4px;
|
|
838
856
|
height: 120px;
|
|
839
|
-
margin-top: 5px;
|
|
840
857
|
overflow: auto;
|
|
841
858
|
}
|
|
842
859
|
|
|
@@ -905,7 +922,6 @@
|
|
|
905
922
|
cursor: auto;
|
|
906
923
|
font-size: 14px;
|
|
907
924
|
width: auto;
|
|
908
|
-
color: #212529;
|
|
909
925
|
}
|
|
910
926
|
|
|
911
927
|
.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.e-edit {
|
|
@@ -1129,8 +1145,8 @@
|
|
|
1129
1145
|
|
|
1130
1146
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,
|
|
1131
1147
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog {
|
|
1132
|
-
max-width: 400px;
|
|
1133
|
-
min-width: 320px;
|
|
1148
|
+
max-width: 400px !important;
|
|
1149
|
+
min-width: 320px !important;
|
|
1134
1150
|
}
|
|
1135
1151
|
|
|
1136
1152
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -1250,23 +1266,11 @@
|
|
|
1250
1266
|
margin-left: 10px;
|
|
1251
1267
|
}
|
|
1252
1268
|
|
|
1253
|
-
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort.e-active {
|
|
1254
|
-
box-shadow: none !important;
|
|
1255
|
-
}
|
|
1256
|
-
|
|
1257
1269
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
1258
1270
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
1259
1271
|
font-size: 16px;
|
|
1260
1272
|
}
|
|
1261
1273
|
|
|
1262
|
-
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
1263
|
-
background-color: #adb5bd;
|
|
1264
|
-
border-color: transparent;
|
|
1265
|
-
color: rgba(206, 212, 218, 0.87);
|
|
1266
|
-
outline: none;
|
|
1267
|
-
color: #212529;
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
1274
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-select-all-wrapper ul {
|
|
1271
1275
|
margin-left: -22px;
|
|
1272
1276
|
overflow: hidden;
|
|
@@ -1292,6 +1296,7 @@
|
|
|
1292
1296
|
height: 14px;
|
|
1293
1297
|
min-width: 14px;
|
|
1294
1298
|
width: 14px;
|
|
1299
|
+
height: auto;
|
|
1295
1300
|
}
|
|
1296
1301
|
|
|
1297
1302
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before {
|
|
@@ -1410,8 +1415,8 @@
|
|
|
1410
1415
|
}
|
|
1411
1416
|
|
|
1412
1417
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
1413
|
-
max-width: 400px;
|
|
1414
|
-
min-width: 300px;
|
|
1418
|
+
max-width: 400px !important;
|
|
1419
|
+
min-width: 300px !important;
|
|
1415
1420
|
}
|
|
1416
1421
|
|
|
1417
1422
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
|
|
@@ -1480,7 +1485,7 @@
|
|
|
1480
1485
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog,
|
|
1481
1486
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
1482
1487
|
border-radius: 4px;
|
|
1483
|
-
width: auto;
|
|
1488
|
+
width: auto !important;
|
|
1484
1489
|
}
|
|
1485
1490
|
|
|
1486
1491
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -1549,8 +1554,8 @@
|
|
|
1549
1554
|
|
|
1550
1555
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog,
|
|
1551
1556
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1552
|
-
|
|
1553
|
-
|
|
1557
|
+
max-width: 400px !important;
|
|
1558
|
+
min-width: 320px !important;
|
|
1554
1559
|
}
|
|
1555
1560
|
|
|
1556
1561
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -1671,23 +1676,11 @@
|
|
|
1671
1676
|
margin-left: 10px;
|
|
1672
1677
|
}
|
|
1673
1678
|
|
|
1674
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort.e-active {
|
|
1675
|
-
box-shadow: none !important;
|
|
1676
|
-
}
|
|
1677
|
-
|
|
1678
1679
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
1679
1680
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
1680
1681
|
font-size: 16px;
|
|
1681
1682
|
}
|
|
1682
1683
|
|
|
1683
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
1684
|
-
background-color: #adb5bd;
|
|
1685
|
-
border-color: transparent;
|
|
1686
|
-
color: rgba(206, 212, 218, 0.87);
|
|
1687
|
-
outline: none;
|
|
1688
|
-
color: #212529;
|
|
1689
|
-
}
|
|
1690
|
-
|
|
1691
1684
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
|
|
1692
1685
|
margin-left: -22px;
|
|
1693
1686
|
overflow: hidden;
|
|
@@ -1702,7 +1695,7 @@
|
|
|
1702
1695
|
}
|
|
1703
1696
|
|
|
1704
1697
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1705
|
-
border:
|
|
1698
|
+
border: 0;
|
|
1706
1699
|
}
|
|
1707
1700
|
|
|
1708
1701
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
@@ -1713,6 +1706,7 @@
|
|
|
1713
1706
|
height: 14px;
|
|
1714
1707
|
min-width: 14px;
|
|
1715
1708
|
width: 14px;
|
|
1709
|
+
height: auto;
|
|
1716
1710
|
}
|
|
1717
1711
|
|
|
1718
1712
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before {
|
|
@@ -1831,8 +1825,8 @@
|
|
|
1831
1825
|
}
|
|
1832
1826
|
|
|
1833
1827
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
1834
|
-
max-width: 400px;
|
|
1835
|
-
min-width: 300px;
|
|
1828
|
+
max-width: 400px !important;
|
|
1829
|
+
min-width: 300px !important;
|
|
1836
1830
|
}
|
|
1837
1831
|
|
|
1838
1832
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
@@ -1900,7 +1894,7 @@
|
|
|
1900
1894
|
.e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1901
1895
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
1902
1896
|
border-radius: 4px;
|
|
1903
|
-
width: auto;
|
|
1897
|
+
width: auto !important;
|
|
1904
1898
|
}
|
|
1905
1899
|
|
|
1906
1900
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -1972,14 +1966,18 @@
|
|
|
1972
1966
|
background-color: #495057;
|
|
1973
1967
|
border: 1px solid #495057;
|
|
1974
1968
|
border-radius: 0;
|
|
1975
|
-
box-shadow:
|
|
1976
|
-
height:
|
|
1969
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
1970
|
+
height: 32px;
|
|
1971
|
+
line-height: 1.15em;
|
|
1977
1972
|
min-width: 100px;
|
|
1978
1973
|
padding: 5px 10px;
|
|
1974
|
+
line-height: normal;
|
|
1975
|
+
padding: 0 10px;
|
|
1979
1976
|
}
|
|
1980
1977
|
|
|
1981
1978
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content,
|
|
1982
1979
|
.e-pivot-calc.e-drag-item.e-treeview .e-text-content {
|
|
1980
|
+
height: 100%;
|
|
1983
1981
|
padding: 0;
|
|
1984
1982
|
text-align: center;
|
|
1985
1983
|
width: 100%;
|
|
@@ -1991,6 +1989,9 @@
|
|
|
1991
1989
|
font-size: 16px;
|
|
1992
1990
|
line-height: 1em;
|
|
1993
1991
|
width: 100%;
|
|
1992
|
+
display: inline;
|
|
1993
|
+
line-height: normal;
|
|
1994
|
+
vertical-align: sub;
|
|
1994
1995
|
}
|
|
1995
1996
|
|
|
1996
1997
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content > .e-icons,
|
|
@@ -2067,7 +2068,7 @@
|
|
|
2067
2068
|
background-color: #495057 !important;
|
|
2068
2069
|
border: 1px solid #495057;
|
|
2069
2070
|
border-radius: 0;
|
|
2070
|
-
box-shadow:
|
|
2071
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
2071
2072
|
color: #e9ecef;
|
|
2072
2073
|
font-size: 16px;
|
|
2073
2074
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
@@ -2079,10 +2080,14 @@
|
|
|
2079
2080
|
text-align: center;
|
|
2080
2081
|
width: auto;
|
|
2081
2082
|
z-index: 100000;
|
|
2083
|
+
line-height: normal;
|
|
2084
|
+
padding: 0 10px;
|
|
2082
2085
|
}
|
|
2083
2086
|
|
|
2084
2087
|
.e-button-drag-clone .e-text-content {
|
|
2085
2088
|
width: 100%;
|
|
2089
|
+
display: inline;
|
|
2090
|
+
vertical-align: sub;
|
|
2086
2091
|
}
|
|
2087
2092
|
|
|
2088
2093
|
.e-bigger .e-button-drag-clone,
|
|
@@ -2090,26 +2095,13 @@
|
|
|
2090
2095
|
height: 36px !important;
|
|
2091
2096
|
line-height: 1.5em;
|
|
2092
2097
|
padding: 6px 12px;
|
|
2098
|
+
line-height: normal;
|
|
2099
|
+
padding: 0 12px;
|
|
2093
2100
|
}
|
|
2094
2101
|
|
|
2095
2102
|
.e-pivot-error-dialog {
|
|
2096
|
-
max-width: 400px;
|
|
2097
|
-
width: auto;
|
|
2098
|
-
}
|
|
2099
|
-
|
|
2100
|
-
.e-pivot-error-dialog .e-dlg-header-content,
|
|
2101
|
-
.e-pivot-error-dialog .e-footer-content {
|
|
2102
|
-
border: 0;
|
|
2103
|
-
}
|
|
2104
|
-
|
|
2105
|
-
.e-pivot-error-dialog .e-dlg-header {
|
|
2106
|
-
font-weight: normal;
|
|
2107
|
-
opacity: 0.87;
|
|
2108
|
-
}
|
|
2109
|
-
|
|
2110
|
-
.e-pivot-error-dialog .e-dlg-content {
|
|
2111
|
-
font-weight: normal;
|
|
2112
|
-
opacity: 0.54;
|
|
2103
|
+
max-width: 400px !important;
|
|
2104
|
+
width: auto !important;
|
|
2113
2105
|
}
|
|
2114
2106
|
|
|
2115
2107
|
.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
@@ -2193,7 +2185,7 @@
|
|
|
2193
2185
|
|
|
2194
2186
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
2195
2187
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
2196
|
-
height: 117px
|
|
2188
|
+
height: 117px;
|
|
2197
2189
|
}
|
|
2198
2190
|
|
|
2199
2191
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -2519,8 +2511,8 @@
|
|
|
2519
2511
|
.e-pivotfieldlist .e-select-table {
|
|
2520
2512
|
background-color: #343a40;
|
|
2521
2513
|
border: 0.5px solid #495057;
|
|
2522
|
-
box-shadow:
|
|
2523
|
-
color:
|
|
2514
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
2515
|
+
color: #adb5bd;
|
|
2524
2516
|
font-size: 17px;
|
|
2525
2517
|
height: 31px;
|
|
2526
2518
|
max-height: 31px;
|
|
@@ -2534,7 +2526,7 @@
|
|
|
2534
2526
|
}
|
|
2535
2527
|
|
|
2536
2528
|
.e-pivotfieldlist .e-select-table.e-fieldlist-left {
|
|
2537
|
-
box-shadow:
|
|
2529
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
2538
2530
|
}
|
|
2539
2531
|
|
|
2540
2532
|
.e-pivotfieldlist .e-select-table:focus, .e-pivotfieldlist .e-select-table:active {
|
|
@@ -2562,19 +2554,31 @@
|
|
|
2562
2554
|
.e-pivotfieldlist-wrapper {
|
|
2563
2555
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
2564
2556
|
font-size: 14px;
|
|
2565
|
-
max-width: 700px;
|
|
2566
|
-
min-width: 300px;
|
|
2557
|
+
max-width: 700px !important;
|
|
2558
|
+
min-width: 300px !important;
|
|
2567
2559
|
}
|
|
2568
2560
|
|
|
2569
2561
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
2562
|
+
display: -ms-flexbox;
|
|
2563
|
+
display: flex;
|
|
2570
2564
|
padding: 10px 2px 2px;
|
|
2571
|
-
text-align: right;
|
|
2572
2565
|
}
|
|
2573
2566
|
|
|
2574
|
-
.e-pivotfieldlist-wrapper .e-layout-footer .e-
|
|
2567
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
|
|
2568
|
+
-ms-flex: auto;
|
|
2569
|
+
flex: auto;
|
|
2570
|
+
text-align: end;
|
|
2571
|
+
}
|
|
2572
|
+
|
|
2573
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2575
2574
|
margin-right: 10px;
|
|
2576
2575
|
}
|
|
2577
2576
|
|
|
2577
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
2578
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2579
|
+
min-width: fit-content;
|
|
2580
|
+
}
|
|
2581
|
+
|
|
2578
2582
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
|
|
2579
2583
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
|
|
2580
2584
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2585,7 +2589,7 @@
|
|
|
2585
2589
|
}
|
|
2586
2590
|
|
|
2587
2591
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
|
|
2588
|
-
|
|
2592
|
+
padding-right: 10px;
|
|
2589
2593
|
}
|
|
2590
2594
|
|
|
2591
2595
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2597,10 +2601,6 @@
|
|
|
2597
2601
|
margin-top: 6px;
|
|
2598
2602
|
}
|
|
2599
2603
|
|
|
2600
|
-
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
|
|
2601
|
-
text-align: left;
|
|
2602
|
-
}
|
|
2603
|
-
|
|
2604
2604
|
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
2605
2605
|
margin-left: 10px;
|
|
2606
2606
|
}
|
|
@@ -2660,9 +2660,9 @@
|
|
|
2660
2660
|
}
|
|
2661
2661
|
|
|
2662
2662
|
.e-pivotfieldlist-wrapper .e-title-header .e-title-content {
|
|
2663
|
-
font-size: 16px;
|
|
2664
2663
|
-ms-flex: auto;
|
|
2665
2664
|
flex: auto;
|
|
2665
|
+
font-size: 16px;
|
|
2666
2666
|
}
|
|
2667
2667
|
|
|
2668
2668
|
.e-pivotfieldlist-wrapper .e-field-list-container {
|
|
@@ -2696,13 +2696,13 @@
|
|
|
2696
2696
|
font-size: 14px;
|
|
2697
2697
|
font-weight: normal;
|
|
2698
2698
|
height: 28px;
|
|
2699
|
+
line-height: 1.125em;
|
|
2699
2700
|
overflow: hidden;
|
|
2700
2701
|
padding: 6px 0 0 12px;
|
|
2701
2702
|
text-align: left;
|
|
2702
2703
|
text-overflow: ellipsis;
|
|
2703
|
-
word-break: break-all;
|
|
2704
|
-
line-height: 1.125em;
|
|
2705
2704
|
text-transform: none;
|
|
2705
|
+
word-break: break-all;
|
|
2706
2706
|
}
|
|
2707
2707
|
|
|
2708
2708
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
|
|
@@ -2887,6 +2887,7 @@
|
|
|
2887
2887
|
display: flex;
|
|
2888
2888
|
height: 28px;
|
|
2889
2889
|
padding: 2px 12px 5px;
|
|
2890
|
+
border-radius: 3px 3px 0 0;
|
|
2890
2891
|
}
|
|
2891
2892
|
|
|
2892
2893
|
.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,
|
|
@@ -2896,6 +2897,7 @@
|
|
|
2896
2897
|
height: 20px;
|
|
2897
2898
|
padding-top: 2px;
|
|
2898
2899
|
width: 20px;
|
|
2900
|
+
padding-left: 3px;
|
|
2899
2901
|
}
|
|
2900
2902
|
|
|
2901
2903
|
.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,
|
|
@@ -2930,8 +2932,8 @@
|
|
|
2930
2932
|
overflow: hidden;
|
|
2931
2933
|
padding: 0 8px;
|
|
2932
2934
|
text-overflow: ellipsis;
|
|
2933
|
-
width: 100%;
|
|
2934
2935
|
text-transform: none;
|
|
2936
|
+
width: 100%;
|
|
2935
2937
|
margin-top: 3px;
|
|
2936
2938
|
}
|
|
2937
2939
|
|
|
@@ -3407,6 +3409,7 @@
|
|
|
3407
3409
|
display: inline-block;
|
|
3408
3410
|
height: 100%;
|
|
3409
3411
|
width: 100%;
|
|
3412
|
+
line-height: 1.5;
|
|
3410
3413
|
}
|
|
3411
3414
|
|
|
3412
3415
|
.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-field-table {
|
|
@@ -3453,7 +3456,8 @@
|
|
|
3453
3456
|
.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,
|
|
3454
3457
|
.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,
|
|
3455
3458
|
.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 {
|
|
3456
|
-
padding-top:
|
|
3459
|
+
padding-top: 2px;
|
|
3460
|
+
padding-left: 3px;
|
|
3457
3461
|
}
|
|
3458
3462
|
|
|
3459
3463
|
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-center-title {
|
|
@@ -3464,10 +3468,22 @@
|
|
|
3464
3468
|
padding-left: 10px;
|
|
3465
3469
|
}
|
|
3466
3470
|
|
|
3471
|
+
.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,
|
|
3472
|
+
.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 {
|
|
3473
|
+
padding-left: 0;
|
|
3474
|
+
padding-right: 3px;
|
|
3475
|
+
}
|
|
3476
|
+
|
|
3467
3477
|
.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields {
|
|
3468
3478
|
padding: 0;
|
|
3469
3479
|
}
|
|
3470
3480
|
|
|
3481
|
+
.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,
|
|
3482
|
+
.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 {
|
|
3483
|
+
padding-left: 0;
|
|
3484
|
+
padding-right: 3px;
|
|
3485
|
+
}
|
|
3486
|
+
|
|
3471
3487
|
.e-pivotfieldlist-wrapper.e-device {
|
|
3472
3488
|
height: 100%;
|
|
3473
3489
|
max-height: 100% !important;
|
|
@@ -3478,7 +3494,7 @@
|
|
|
3478
3494
|
|
|
3479
3495
|
.e-pivotfieldlist-wrapper.e-device .e-dlg-header-content {
|
|
3480
3496
|
background-color: #343a40;
|
|
3481
|
-
color:
|
|
3497
|
+
color: #ced4da;
|
|
3482
3498
|
font-size: 14px;
|
|
3483
3499
|
height: 48px;
|
|
3484
3500
|
padding-bottom: 9px;
|
|
@@ -3488,7 +3504,7 @@
|
|
|
3488
3504
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
3489
3505
|
.e-pivotfieldlist-wrapper.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
3490
3506
|
background-color: transparent;
|
|
3491
|
-
color:
|
|
3507
|
+
color: #ced4da;
|
|
3492
3508
|
}
|
|
3493
3509
|
|
|
3494
3510
|
.e-pivotfieldlist-wrapper.e-device .e-title-mobile-header {
|
|
@@ -3501,7 +3517,7 @@
|
|
|
3501
3517
|
}
|
|
3502
3518
|
|
|
3503
3519
|
.e-pivotfieldlist-wrapper.e-device .e-field-list-back-icon {
|
|
3504
|
-
color:
|
|
3520
|
+
color: #adb5bd;
|
|
3505
3521
|
font-size: 16px;
|
|
3506
3522
|
height: 24px;
|
|
3507
3523
|
margin-left: 0;
|
|
@@ -4051,14 +4067,26 @@
|
|
|
4051
4067
|
}
|
|
4052
4068
|
|
|
4053
4069
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
4070
|
+
display: -ms-flexbox;
|
|
4071
|
+
display: flex;
|
|
4054
4072
|
padding: 10px 2px 2px;
|
|
4055
|
-
text-align: right;
|
|
4056
4073
|
}
|
|
4057
4074
|
|
|
4058
|
-
.e-pivotfieldlist-container .e-layout-footer .e-
|
|
4075
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout {
|
|
4076
|
+
-ms-flex: auto;
|
|
4077
|
+
flex: auto;
|
|
4078
|
+
text-align: end;
|
|
4079
|
+
}
|
|
4080
|
+
|
|
4081
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4059
4082
|
margin-right: 10px;
|
|
4060
4083
|
}
|
|
4061
4084
|
|
|
4085
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
4086
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4087
|
+
min-width: fit-content;
|
|
4088
|
+
}
|
|
4089
|
+
|
|
4062
4090
|
.e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
|
|
4063
4091
|
.e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
|
|
4064
4092
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4069,7 +4097,7 @@
|
|
|
4069
4097
|
}
|
|
4070
4098
|
|
|
4071
4099
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
|
|
4072
|
-
|
|
4100
|
+
padding-right: 10px;
|
|
4073
4101
|
}
|
|
4074
4102
|
|
|
4075
4103
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4081,10 +4109,6 @@
|
|
|
4081
4109
|
margin-top: 6px;
|
|
4082
4110
|
}
|
|
4083
4111
|
|
|
4084
|
-
.e-pivotfieldlist-container.e-rtl .e-layout-footer {
|
|
4085
|
-
text-align: left;
|
|
4086
|
-
}
|
|
4087
|
-
|
|
4088
4112
|
.e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
4089
4113
|
margin-left: 10px;
|
|
4090
4114
|
}
|
|
@@ -4411,8 +4435,8 @@
|
|
|
4411
4435
|
overflow: hidden;
|
|
4412
4436
|
padding: 0 8px;
|
|
4413
4437
|
text-overflow: ellipsis;
|
|
4414
|
-
width: 100%;
|
|
4415
4438
|
text-transform: none;
|
|
4439
|
+
width: 100%;
|
|
4416
4440
|
margin-top: 4px;
|
|
4417
4441
|
}
|
|
4418
4442
|
|
|
@@ -4934,7 +4958,7 @@
|
|
|
4934
4958
|
.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,
|
|
4935
4959
|
.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,
|
|
4936
4960
|
.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 {
|
|
4937
|
-
padding-top:
|
|
4961
|
+
padding-top: 2px;
|
|
4938
4962
|
}
|
|
4939
4963
|
|
|
4940
4964
|
.e-pivotfieldlist-container.e-static.e-rtl .e-center-title {
|
|
@@ -4959,7 +4983,7 @@
|
|
|
4959
4983
|
|
|
4960
4984
|
.e-pivotfieldlist-container.e-device .e-dlg-header-content {
|
|
4961
4985
|
background-color: #343a40;
|
|
4962
|
-
color:
|
|
4986
|
+
color: #ced4da;
|
|
4963
4987
|
font-size: 14px;
|
|
4964
4988
|
height: 48px;
|
|
4965
4989
|
padding-bottom: 9px;
|
|
@@ -4969,7 +4993,7 @@
|
|
|
4969
4993
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
4970
4994
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
4971
4995
|
background-color: transparent;
|
|
4972
|
-
color:
|
|
4996
|
+
color: #ced4da;
|
|
4973
4997
|
}
|
|
4974
4998
|
|
|
4975
4999
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
@@ -4982,7 +5006,7 @@
|
|
|
4982
5006
|
}
|
|
4983
5007
|
|
|
4984
5008
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
4985
|
-
color:
|
|
5009
|
+
color: #adb5bd;
|
|
4986
5010
|
font-size: 16px;
|
|
4987
5011
|
height: 24px;
|
|
4988
5012
|
margin-left: 0;
|
|
@@ -5067,8 +5091,8 @@
|
|
|
5067
5091
|
padding: 9px 16px;
|
|
5068
5092
|
text-transform: none;
|
|
5069
5093
|
width: 100%;
|
|
5070
|
-
color: #
|
|
5071
|
-
|
|
5094
|
+
background-color: #212529;
|
|
5095
|
+
color: #fff;
|
|
5072
5096
|
}
|
|
5073
5097
|
|
|
5074
5098
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -5639,6 +5663,7 @@
|
|
|
5639
5663
|
height: 24px;
|
|
5640
5664
|
padding-top: 7px;
|
|
5641
5665
|
width: 24px;
|
|
5666
|
+
padding-left: 4px;
|
|
5642
5667
|
}
|
|
5643
5668
|
|
|
5644
5669
|
.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,
|
|
@@ -5835,6 +5860,7 @@
|
|
|
5835
5860
|
.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,
|
|
5836
5861
|
.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 {
|
|
5837
5862
|
padding-top: 7px;
|
|
5863
|
+
padding-left: 4px;
|
|
5838
5864
|
}
|
|
5839
5865
|
|
|
5840
5866
|
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
@@ -5842,11 +5868,27 @@
|
|
|
5842
5868
|
padding-left: 16px;
|
|
5843
5869
|
}
|
|
5844
5870
|
|
|
5871
|
+
.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,
|
|
5872
|
+
.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,
|
|
5873
|
+
.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,
|
|
5874
|
+
.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 {
|
|
5875
|
+
padding-left: 0;
|
|
5876
|
+
padding-right: 4px;
|
|
5877
|
+
}
|
|
5878
|
+
|
|
5845
5879
|
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields,
|
|
5846
5880
|
.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields {
|
|
5847
5881
|
padding: 0 !important;
|
|
5848
5882
|
}
|
|
5849
5883
|
|
|
5884
|
+
.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,
|
|
5885
|
+
.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,
|
|
5886
|
+
.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,
|
|
5887
|
+
.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 {
|
|
5888
|
+
padding-left: 0 !important;
|
|
5889
|
+
padding-right: 4px !important;
|
|
5890
|
+
}
|
|
5891
|
+
|
|
5850
5892
|
.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list,
|
|
5851
5893
|
.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list {
|
|
5852
5894
|
padding-left: 0;
|