@syncfusion/ej2-react-pivotview 20.1.58 → 20.2.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +29 -0
- package/dist/ej2-react-pivotview.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +165 -32
- package/styles/bootstrap.css +165 -32
- package/styles/bootstrap4.css +166 -36
- package/styles/bootstrap5-dark.css +209 -45
- package/styles/bootstrap5.css +209 -45
- package/styles/fabric-dark.css +165 -32
- package/styles/fabric.css +165 -32
- package/styles/fluent-dark.css +183 -49
- package/styles/fluent.css +183 -49
- package/styles/highcontrast-light.css +165 -32
- package/styles/highcontrast.css +165 -32
- package/styles/material-dark.css +165 -32
- package/styles/material.css +165 -32
- package/styles/pivotfieldlist/bootstrap-dark.css +146 -10
- package/styles/pivotfieldlist/bootstrap.css +146 -10
- package/styles/pivotfieldlist/bootstrap4.css +147 -11
- package/styles/pivotfieldlist/bootstrap5-dark.css +151 -15
- package/styles/pivotfieldlist/bootstrap5.css +151 -15
- package/styles/pivotfieldlist/fabric-dark.css +146 -10
- package/styles/pivotfieldlist/fabric.css +146 -10
- package/styles/pivotfieldlist/fluent-dark.css +154 -18
- package/styles/pivotfieldlist/fluent.css +154 -18
- package/styles/pivotfieldlist/highcontrast-light.css +146 -10
- package/styles/pivotfieldlist/highcontrast.css +146 -10
- package/styles/pivotfieldlist/material-dark.css +146 -10
- package/styles/pivotfieldlist/material.css +146 -10
- package/styles/pivotfieldlist/tailwind-dark.css +155 -21
- package/styles/pivotfieldlist/tailwind.css +156 -21
- package/styles/pivotview/bootstrap-dark.css +19 -22
- package/styles/pivotview/bootstrap.css +19 -22
- package/styles/pivotview/bootstrap4.css +19 -25
- package/styles/pivotview/bootstrap5-dark.css +58 -30
- package/styles/pivotview/bootstrap5.css +58 -30
- package/styles/pivotview/fabric-dark.css +19 -22
- package/styles/pivotview/fabric.css +19 -22
- package/styles/pivotview/fluent-dark.css +29 -31
- package/styles/pivotview/fluent.css +29 -31
- package/styles/pivotview/highcontrast-light.css +19 -22
- package/styles/pivotview/highcontrast.css +19 -22
- package/styles/pivotview/material-dark.css +19 -22
- package/styles/pivotview/material.css +19 -22
- package/styles/pivotview/tailwind-dark.css +27 -31
- package/styles/pivotview/tailwind.css +27 -31
- package/styles/tailwind-dark.css +182 -52
- package/styles/tailwind.css +183 -52
package/styles/tailwind.css
CHANGED
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
}
|
|
263
263
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
264
264
|
display: inline-block;
|
|
265
|
-
height:
|
|
265
|
+
height: 214px;
|
|
266
266
|
max-width: 400px;
|
|
267
267
|
overflow: auto;
|
|
268
268
|
width: 100%;
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
padding-top: 12px;
|
|
306
306
|
}
|
|
307
307
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
308
|
-
height:
|
|
308
|
+
height: 182px;
|
|
309
309
|
}
|
|
310
310
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-label-container {
|
|
311
311
|
opacity: 56%;
|
|
@@ -709,7 +709,7 @@
|
|
|
709
709
|
}
|
|
710
710
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
711
711
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
712
|
-
height:
|
|
712
|
+
height: 178px;
|
|
713
713
|
}
|
|
714
714
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
715
715
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -735,7 +735,7 @@
|
|
|
735
735
|
}
|
|
736
736
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
737
737
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
738
|
-
height:
|
|
738
|
+
height: 132px !important;
|
|
739
739
|
}
|
|
740
740
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
741
741
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
@@ -864,19 +864,6 @@
|
|
|
864
864
|
margin-top: 8px;
|
|
865
865
|
}
|
|
866
866
|
|
|
867
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
868
|
-
height: 62px;
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
872
|
-
height: 52px;
|
|
873
|
-
padding-left: 10px;
|
|
874
|
-
}
|
|
875
|
-
|
|
876
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
877
|
-
margin-left: 24px !important;
|
|
878
|
-
}
|
|
879
|
-
|
|
880
867
|
/*! PivotView theme */
|
|
881
868
|
.e-pivotview .e-nextspan {
|
|
882
869
|
display: inline-block;
|
|
@@ -936,6 +923,8 @@
|
|
|
936
923
|
}
|
|
937
924
|
.e-pivotview .e-member-editor-dialog,
|
|
938
925
|
.e-pivotview .e-olap-editor-dialog {
|
|
926
|
+
min-height: 385px !important;
|
|
927
|
+
min-width: 350px !important;
|
|
939
928
|
visibility: hidden;
|
|
940
929
|
}
|
|
941
930
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -1012,9 +1001,8 @@
|
|
|
1012
1001
|
margin: -13px -5px !important;
|
|
1013
1002
|
}
|
|
1014
1003
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1015
|
-
|
|
1016
|
-
padding-
|
|
1017
|
-
padding-top: 0px !important;
|
|
1004
|
+
font-size: 12px !important;
|
|
1005
|
+
padding-top: 14px !important;
|
|
1018
1006
|
}
|
|
1019
1007
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1020
1008
|
margin: -10px 0 !important;
|
|
@@ -1053,12 +1041,7 @@
|
|
|
1053
1041
|
z-index: 1 !important;
|
|
1054
1042
|
}
|
|
1055
1043
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1056
|
-
visibility: hidden;
|
|
1057
|
-
}
|
|
1058
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1059
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1060
|
-
text-overflow: ellipsis;
|
|
1061
|
-
white-space: nowrap;
|
|
1044
|
+
visibility: hidden !important;
|
|
1062
1045
|
}
|
|
1063
1046
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1064
1047
|
.e-pivotview .e-grid .e-columnsheader {
|
|
@@ -1256,7 +1239,7 @@
|
|
|
1256
1239
|
border: 1px solid #e5e7eb;
|
|
1257
1240
|
border-radius: 0;
|
|
1258
1241
|
box-shadow: none;
|
|
1259
|
-
color: #374151;
|
|
1242
|
+
color: #374151 !important;
|
|
1260
1243
|
cursor: default;
|
|
1261
1244
|
display: -ms-flexbox;
|
|
1262
1245
|
display: flex;
|
|
@@ -1503,8 +1486,9 @@
|
|
|
1503
1486
|
color: #6b7280 !important;
|
|
1504
1487
|
font-size: 12px;
|
|
1505
1488
|
height: 18px;
|
|
1506
|
-
margin-left: 4px;
|
|
1489
|
+
margin-left: 4px !important;
|
|
1507
1490
|
width: 18px;
|
|
1491
|
+
padding-top: 2px;
|
|
1508
1492
|
}
|
|
1509
1493
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1510
1494
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1527,6 +1511,7 @@
|
|
|
1527
1511
|
width: 18px;
|
|
1528
1512
|
}
|
|
1529
1513
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1514
|
+
margin-top: 3px;
|
|
1530
1515
|
transform: rotateX(180deg);
|
|
1531
1516
|
}
|
|
1532
1517
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1598,7 +1583,7 @@
|
|
|
1598
1583
|
.e-pivotview th .e-collapse {
|
|
1599
1584
|
font-size: 10px !important;
|
|
1600
1585
|
margin-left: 0px;
|
|
1601
|
-
margin-top:
|
|
1586
|
+
margin-top: 0;
|
|
1602
1587
|
}
|
|
1603
1588
|
.e-pivotview .e-expand::before {
|
|
1604
1589
|
font-size: 18px;
|
|
@@ -1701,6 +1686,12 @@
|
|
|
1701
1686
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1702
1687
|
line-height: 1em !important;
|
|
1703
1688
|
}
|
|
1689
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1690
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1691
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1692
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1693
|
+
margin-top: 2px !important;
|
|
1694
|
+
}
|
|
1704
1695
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1705
1696
|
max-width: 155px;
|
|
1706
1697
|
}
|
|
@@ -1711,6 +1702,9 @@
|
|
|
1711
1702
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1712
1703
|
max-width: 200px;
|
|
1713
1704
|
}
|
|
1705
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1706
|
+
width: 100% !important;
|
|
1707
|
+
}
|
|
1714
1708
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1715
1709
|
width: 0 !important;
|
|
1716
1710
|
}
|
|
@@ -1828,7 +1822,7 @@
|
|
|
1828
1822
|
.e-bigger .e-pivotview th .e-collapse,
|
|
1829
1823
|
.e-bigger.e-pivotview th .e-expand,
|
|
1830
1824
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1831
|
-
margin-top:
|
|
1825
|
+
margin-top: 0;
|
|
1832
1826
|
}
|
|
1833
1827
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1834
1828
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
@@ -1872,6 +1866,7 @@
|
|
|
1872
1866
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1873
1867
|
font-size: 14px !important;
|
|
1874
1868
|
height: 20px;
|
|
1869
|
+
margin-top: 1px;
|
|
1875
1870
|
width: 20px;
|
|
1876
1871
|
}
|
|
1877
1872
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1968,6 +1963,7 @@
|
|
|
1968
1963
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1969
1964
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1970
1965
|
margin: -13px -10px !important;
|
|
1966
|
+
font-size: 16px !important;
|
|
1971
1967
|
}
|
|
1972
1968
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1973
1969
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -1977,7 +1973,7 @@
|
|
|
1977
1973
|
}
|
|
1978
1974
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
1979
1975
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
1980
|
-
height:
|
|
1976
|
+
height: 178px;
|
|
1981
1977
|
}
|
|
1982
1978
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
1983
1979
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -2332,6 +2328,10 @@
|
|
|
2332
2328
|
.e-pivotfieldlist-container .e-sort-descend::before {
|
|
2333
2329
|
content: "\e7d8" !important;
|
|
2334
2330
|
}
|
|
2331
|
+
.e-pivotfieldlist-wrapper .e-field-list-search-icon::before,
|
|
2332
|
+
.e-pivotfieldlist-container .e-field-list-search-icon::before {
|
|
2333
|
+
content: "\e754" !important;
|
|
2334
|
+
}
|
|
2335
2335
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
|
|
2336
2336
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
2337
2337
|
content: "\e740";
|
|
@@ -2367,8 +2367,7 @@
|
|
|
2367
2367
|
|
|
2368
2368
|
.e-pivot-formatting-dialog {
|
|
2369
2369
|
max-height: 480px !important;
|
|
2370
|
-
|
|
2371
|
-
width: 628px !important;
|
|
2370
|
+
width: 640px !important;
|
|
2372
2371
|
}
|
|
2373
2372
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2374
2373
|
padding-bottom: 4px;
|
|
@@ -2382,6 +2381,7 @@
|
|
|
2382
2381
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2383
2382
|
padding-bottom: 14px;
|
|
2384
2383
|
padding-right: 18px;
|
|
2384
|
+
white-space: nowrap;
|
|
2385
2385
|
}
|
|
2386
2386
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
2387
2387
|
vertical-align: bottom;
|
|
@@ -2398,6 +2398,7 @@
|
|
|
2398
2398
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
2399
2399
|
padding-left: 14px;
|
|
2400
2400
|
padding-top: 14px;
|
|
2401
|
+
width: 579px;
|
|
2401
2402
|
}
|
|
2402
2403
|
.e-pivot-formatting-dialog .e-format-outer-div {
|
|
2403
2404
|
background-color: #fff;
|
|
@@ -2473,6 +2474,9 @@
|
|
|
2473
2474
|
min-width: 320px !important;
|
|
2474
2475
|
width: 100% !important;
|
|
2475
2476
|
}
|
|
2477
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2478
|
+
width: 100% !important;
|
|
2479
|
+
}
|
|
2476
2480
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2477
2481
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
2478
2482
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -2520,8 +2524,7 @@
|
|
|
2520
2524
|
|
|
2521
2525
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2522
2526
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2523
|
-
|
|
2524
|
-
width: 680px !important;
|
|
2527
|
+
width: 730px !important;
|
|
2525
2528
|
}
|
|
2526
2529
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2527
2530
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2538,6 +2541,7 @@
|
|
|
2538
2541
|
.e-bigger .e-pivot-formatting-dialog .e-format-inner-div {
|
|
2539
2542
|
padding-left: 16px;
|
|
2540
2543
|
padding-top: 16px;
|
|
2544
|
+
width: 656px;
|
|
2541
2545
|
}
|
|
2542
2546
|
.e-bigger.e-pivot-formatting-dialog .e-format-outer-div,
|
|
2543
2547
|
.e-bigger .e-pivot-formatting-dialog .e-format-outer-div {
|
|
@@ -2789,7 +2793,7 @@
|
|
|
2789
2793
|
display: flex;
|
|
2790
2794
|
}
|
|
2791
2795
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
2792
|
-
height:
|
|
2796
|
+
height: 430px;
|
|
2793
2797
|
width: 50%;
|
|
2794
2798
|
}
|
|
2795
2799
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer {
|
|
@@ -2799,7 +2803,7 @@
|
|
|
2799
2803
|
}
|
|
2800
2804
|
.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-pivot-treeview-outer-div {
|
|
2801
2805
|
display: inline-block;
|
|
2802
|
-
height:
|
|
2806
|
+
height: 395px;
|
|
2803
2807
|
overflow: auto;
|
|
2804
2808
|
width: 310px;
|
|
2805
2809
|
}
|
|
@@ -2931,8 +2935,8 @@
|
|
|
2931
2935
|
|
|
2932
2936
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2933
2937
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2934
|
-
max-height:
|
|
2935
|
-
min-width:
|
|
2938
|
+
max-height: 600px !important;
|
|
2939
|
+
min-width: 401px !important;
|
|
2936
2940
|
}
|
|
2937
2941
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2938
2942
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2978,17 +2982,17 @@
|
|
|
2978
2982
|
}
|
|
2979
2983
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2980
2984
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2981
|
-
max-height:
|
|
2982
|
-
min-width: 580px;
|
|
2985
|
+
max-height: 750px !important;
|
|
2986
|
+
min-width: 580px !important;
|
|
2983
2987
|
}
|
|
2984
2988
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2985
2989
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
2986
|
-
height:
|
|
2990
|
+
height: 570px;
|
|
2987
2991
|
width: 283px;
|
|
2988
2992
|
}
|
|
2989
2993
|
.e-bigger.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-pivot-treeview-outer-div,
|
|
2990
2994
|
.e-bigger .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-pivot-treeview-outer-div {
|
|
2991
|
-
height:
|
|
2995
|
+
height: 530px;
|
|
2992
2996
|
width: 325px;
|
|
2993
2997
|
}
|
|
2994
2998
|
.e-bigger.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-pivot-all-field-title,
|
|
@@ -3056,7 +3060,7 @@
|
|
|
3056
3060
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3057
3061
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3058
3062
|
margin-left: -22px;
|
|
3059
|
-
overflow:
|
|
3063
|
+
overflow: auto !important;
|
|
3060
3064
|
}
|
|
3061
3065
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3062
3066
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3093,6 +3097,9 @@
|
|
|
3093
3097
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
3094
3098
|
margin-right: 0;
|
|
3095
3099
|
}
|
|
3100
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
3101
|
+
margin-left: 20px;
|
|
3102
|
+
}
|
|
3096
3103
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
|
|
3097
3104
|
float: left;
|
|
3098
3105
|
margin: 0;
|
|
@@ -3154,7 +3161,7 @@
|
|
|
3154
3161
|
padding-top: 12px;
|
|
3155
3162
|
}
|
|
3156
3163
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
3157
|
-
height:
|
|
3164
|
+
height: 165px;
|
|
3158
3165
|
}
|
|
3159
3166
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
3160
3167
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
|
|
@@ -3191,6 +3198,10 @@
|
|
|
3191
3198
|
opacity: 56%;
|
|
3192
3199
|
padding: 14px 10px 9px 20px;
|
|
3193
3200
|
}
|
|
3201
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items {
|
|
3202
|
+
margin-left: 0;
|
|
3203
|
+
margin-right: 20px;
|
|
3204
|
+
}
|
|
3194
3205
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
|
|
3195
3206
|
margin-left: 0;
|
|
3196
3207
|
margin-right: 10px;
|
|
@@ -3215,6 +3226,10 @@
|
|
|
3215
3226
|
margin-left: 0;
|
|
3216
3227
|
margin-right: 10px;
|
|
3217
3228
|
}
|
|
3229
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
3230
|
+
min-height: 170px;
|
|
3231
|
+
overflow: auto;
|
|
3232
|
+
}
|
|
3218
3233
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-measure-icon,
|
|
3219
3234
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-dimension-icon,
|
|
3220
3235
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-attributeCDB-icon,
|
|
@@ -3331,8 +3346,8 @@
|
|
|
3331
3346
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
3332
3347
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3333
3348
|
overflow: hidden;
|
|
3334
|
-
padding: 0;
|
|
3335
|
-
padding
|
|
3349
|
+
padding: 0 !important;
|
|
3350
|
+
padding: 12px 0 0 0 !important;
|
|
3336
3351
|
}
|
|
3337
3352
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3338
3353
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3496,7 +3511,7 @@
|
|
|
3496
3511
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3497
3512
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3498
3513
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
3499
|
-
height:
|
|
3514
|
+
height: 130px;
|
|
3500
3515
|
}
|
|
3501
3516
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-ascend-icon,
|
|
3502
3517
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-descend-icon,
|
|
@@ -3570,7 +3585,7 @@
|
|
|
3570
3585
|
}
|
|
3571
3586
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
3572
3587
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
3573
|
-
height:
|
|
3588
|
+
height: 110px !important;
|
|
3574
3589
|
}
|
|
3575
3590
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
3576
3591
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
@@ -3606,7 +3621,7 @@
|
|
|
3606
3621
|
}
|
|
3607
3622
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
3608
3623
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
3609
|
-
min-width: 350px;
|
|
3624
|
+
min-width: 350px !important;
|
|
3610
3625
|
}
|
|
3611
3626
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
3612
3627
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -3721,6 +3736,25 @@
|
|
|
3721
3736
|
min-height: 36px;
|
|
3722
3737
|
min-width: 36px;
|
|
3723
3738
|
}
|
|
3739
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog,
|
|
3740
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
3741
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
3742
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
3743
|
+
max-height: 400px !important;
|
|
3744
|
+
min-width: 370px !important;
|
|
3745
|
+
}
|
|
3746
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
3747
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
3748
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
3749
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
3750
|
+
min-height: 113px !important;
|
|
3751
|
+
}
|
|
3752
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3753
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3754
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3755
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul {
|
|
3756
|
+
height: auto;
|
|
3757
|
+
}
|
|
3724
3758
|
|
|
3725
3759
|
.e-pivotfieldlist-container {
|
|
3726
3760
|
font-family: Inter;
|
|
@@ -3786,7 +3820,6 @@
|
|
|
3786
3820
|
.e-pivotfieldlist-container .e-dlg-header-content,
|
|
3787
3821
|
.e-pivotfieldlist-container .e-footer-content {
|
|
3788
3822
|
border: 0;
|
|
3789
|
-
height: 46px;
|
|
3790
3823
|
}
|
|
3791
3824
|
.e-pivotfieldlist-container .e-field-list-title {
|
|
3792
3825
|
display: -ms-flexbox;
|
|
@@ -3947,6 +3980,9 @@
|
|
|
3947
3980
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text {
|
|
3948
3981
|
font-family: Inter;
|
|
3949
3982
|
}
|
|
3983
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
3984
|
+
display: none !important;
|
|
3985
|
+
}
|
|
3950
3986
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
3951
3987
|
margin-left: 0;
|
|
3952
3988
|
margin-right: 0;
|
|
@@ -4404,6 +4440,59 @@
|
|
|
4404
4440
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table {
|
|
4405
4441
|
width: 60%;
|
|
4406
4442
|
}
|
|
4443
|
+
.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
4444
|
+
max-height: 750px;
|
|
4445
|
+
}
|
|
4446
|
+
.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
4447
|
+
height: 261px;
|
|
4448
|
+
}
|
|
4449
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4450
|
+
min-height: 540px;
|
|
4451
|
+
}
|
|
4452
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4453
|
+
height: 369px;
|
|
4454
|
+
}
|
|
4455
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4456
|
+
height: 389px !important;
|
|
4457
|
+
}
|
|
4458
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
4459
|
+
height: 392px;
|
|
4460
|
+
}
|
|
4461
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
4462
|
+
height: 160px !important;
|
|
4463
|
+
}
|
|
4464
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt {
|
|
4465
|
+
color: #d1d5db;
|
|
4466
|
+
padding: 25px 12px;
|
|
4467
|
+
text-align: center;
|
|
4468
|
+
width: 100%;
|
|
4469
|
+
}
|
|
4470
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable {
|
|
4471
|
+
display: none;
|
|
4472
|
+
}
|
|
4473
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search {
|
|
4474
|
+
display: -ms-flexbox;
|
|
4475
|
+
display: flex;
|
|
4476
|
+
padding: 10px 18px;
|
|
4477
|
+
}
|
|
4478
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4479
|
+
float: right;
|
|
4480
|
+
font-size: 14px;
|
|
4481
|
+
}
|
|
4482
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,
|
|
4483
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
4484
|
+
border-width: 0 !important;
|
|
4485
|
+
cursor: text !important;
|
|
4486
|
+
}
|
|
4487
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover {
|
|
4488
|
+
background-color: transparent !important;
|
|
4489
|
+
border: transparent !important;
|
|
4490
|
+
color: currentColor !important;
|
|
4491
|
+
}
|
|
4492
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,
|
|
4493
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable {
|
|
4494
|
+
display: none !important;
|
|
4495
|
+
}
|
|
4407
4496
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
4408
4497
|
color: #374151;
|
|
4409
4498
|
font-size: 14px;
|
|
@@ -4488,7 +4577,7 @@
|
|
|
4488
4577
|
width: 100%;
|
|
4489
4578
|
}
|
|
4490
4579
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
|
|
4491
|
-
height:
|
|
4580
|
+
height: 180px;
|
|
4492
4581
|
}
|
|
4493
4582
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div {
|
|
4494
4583
|
display: none;
|
|
@@ -4552,6 +4641,11 @@
|
|
|
4552
4641
|
background-color: transparent;
|
|
4553
4642
|
color: rgba(17, 24, 39, 0.87);
|
|
4554
4643
|
}
|
|
4644
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4645
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4646
|
+
height: 210px;
|
|
4647
|
+
overflow: auto;
|
|
4648
|
+
}
|
|
4555
4649
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4556
4650
|
display: -ms-flexbox;
|
|
4557
4651
|
display: flex;
|
|
@@ -5444,4 +5538,41 @@
|
|
|
5444
5538
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit {
|
|
5445
5539
|
padding-left: 0;
|
|
5446
5540
|
padding-right: 4px;
|
|
5541
|
+
}
|
|
5542
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5543
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5544
|
+
max-height: 750px;
|
|
5545
|
+
}
|
|
5546
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container,
|
|
5547
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container {
|
|
5548
|
+
max-height: 800px;
|
|
5549
|
+
}
|
|
5550
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table,
|
|
5551
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
5552
|
+
height: 270px;
|
|
5553
|
+
}
|
|
5554
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5555
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5556
|
+
max-height: 600px !important;
|
|
5557
|
+
min-height: 566px !important;
|
|
5558
|
+
}
|
|
5559
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5560
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
5561
|
+
height: 387px;
|
|
5562
|
+
}
|
|
5563
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table,
|
|
5564
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
5565
|
+
height: 400px !important;
|
|
5566
|
+
}
|
|
5567
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,
|
|
5568
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
5569
|
+
height: 404px;
|
|
5570
|
+
}
|
|
5571
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5572
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5573
|
+
height: 165px !important;
|
|
5574
|
+
}
|
|
5575
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5576
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5577
|
+
max-height: 179px;
|
|
5447
5578
|
}
|