@syncfusion/ej2-react-pivotview 20.1.61 → 20.2.39
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 +30 -0
- package/dist/ej2-react-pivotview.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +166 -33
- package/styles/bootstrap.css +166 -33
- package/styles/bootstrap4.css +167 -37
- package/styles/bootstrap5-dark.css +210 -46
- package/styles/bootstrap5.css +210 -46
- package/styles/fabric-dark.css +166 -33
- package/styles/fabric.css +166 -33
- package/styles/fluent-dark.css +184 -50
- package/styles/fluent.css +184 -50
- package/styles/highcontrast-light.css +166 -33
- package/styles/highcontrast.css +166 -33
- package/styles/material-dark.css +166 -33
- package/styles/material.css +166 -33
- package/styles/pivotfieldlist/bootstrap-dark.css +147 -11
- package/styles/pivotfieldlist/bootstrap.css +147 -11
- package/styles/pivotfieldlist/bootstrap4.css +148 -12
- package/styles/pivotfieldlist/bootstrap5-dark.css +152 -16
- package/styles/pivotfieldlist/bootstrap5.css +152 -16
- package/styles/pivotfieldlist/fabric-dark.css +147 -11
- package/styles/pivotfieldlist/fabric.css +147 -11
- package/styles/pivotfieldlist/fluent-dark.css +155 -19
- package/styles/pivotfieldlist/fluent.css +155 -19
- package/styles/pivotfieldlist/highcontrast-light.css +147 -11
- package/styles/pivotfieldlist/highcontrast.css +147 -11
- package/styles/pivotfieldlist/material-dark.css +147 -11
- package/styles/pivotfieldlist/material.css +147 -11
- package/styles/pivotfieldlist/tailwind-dark.css +156 -22
- package/styles/pivotfieldlist/tailwind.css +157 -22
- 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 +183 -53
- package/styles/tailwind.css +184 -53
package/styles/fluent-dark.css
CHANGED
|
@@ -561,13 +561,14 @@
|
|
|
561
561
|
}
|
|
562
562
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
563
563
|
font-size: 16px;
|
|
564
|
+
margin: 4px;
|
|
564
565
|
}
|
|
565
566
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
566
567
|
background-color: transparent;
|
|
567
568
|
border: none;
|
|
568
569
|
}
|
|
569
570
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
570
|
-
height:
|
|
571
|
+
height: 26px !important;
|
|
571
572
|
overflow: hidden;
|
|
572
573
|
padding-left: 10px;
|
|
573
574
|
}
|
|
@@ -576,11 +577,11 @@
|
|
|
576
577
|
margin-right: 0;
|
|
577
578
|
font-size: 16px;
|
|
578
579
|
color: #a19f9d;
|
|
579
|
-
line-height:
|
|
580
|
+
line-height: 26px;
|
|
580
581
|
}
|
|
581
582
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
582
583
|
color: #a19f9d;
|
|
583
|
-
line-height:
|
|
584
|
+
line-height: 26px;
|
|
584
585
|
}
|
|
585
586
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item.e-focused .e-menu-icon,
|
|
586
587
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item.e-focused .e-icons {
|
|
@@ -650,7 +651,7 @@
|
|
|
650
651
|
|
|
651
652
|
.e-pivotview-report-label {
|
|
652
653
|
float: left;
|
|
653
|
-
margin-top:
|
|
654
|
+
margin-top: 4px;
|
|
654
655
|
width: 40%;
|
|
655
656
|
}
|
|
656
657
|
|
|
@@ -702,7 +703,7 @@
|
|
|
702
703
|
|
|
703
704
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
704
705
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
705
|
-
height:
|
|
706
|
+
height: 26px !important;
|
|
706
707
|
}
|
|
707
708
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
708
709
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -857,18 +858,6 @@
|
|
|
857
858
|
margin-top: 5px;
|
|
858
859
|
}
|
|
859
860
|
|
|
860
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
861
|
-
height: 62px;
|
|
862
|
-
}
|
|
863
|
-
|
|
864
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
865
|
-
padding-left: 10px;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
869
|
-
margin-left: 24px !important;
|
|
870
|
-
}
|
|
871
|
-
|
|
872
861
|
/*! PivotView theme */
|
|
873
862
|
.e-pivotview .e-nextspan {
|
|
874
863
|
display: inline-block;
|
|
@@ -926,6 +915,8 @@
|
|
|
926
915
|
}
|
|
927
916
|
.e-pivotview .e-member-editor-dialog,
|
|
928
917
|
.e-pivotview .e-olap-editor-dialog {
|
|
918
|
+
min-height: 385px !important;
|
|
919
|
+
min-width: 350px !important;
|
|
929
920
|
visibility: hidden;
|
|
930
921
|
}
|
|
931
922
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -997,7 +988,6 @@
|
|
|
997
988
|
font-size: 14px !important;
|
|
998
989
|
}
|
|
999
990
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1000
|
-
padding: 1px 4px !important;
|
|
1001
991
|
font-size: 14px !important;
|
|
1002
992
|
}
|
|
1003
993
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
@@ -1036,12 +1026,7 @@
|
|
|
1036
1026
|
z-index: 1 !important;
|
|
1037
1027
|
}
|
|
1038
1028
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1039
|
-
visibility: hidden;
|
|
1040
|
-
}
|
|
1041
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1042
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1043
|
-
text-overflow: ellipsis;
|
|
1044
|
-
white-space: nowrap;
|
|
1029
|
+
visibility: hidden !important;
|
|
1045
1030
|
}
|
|
1046
1031
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1047
1032
|
.e-pivotview .e-grid .e-columnsheader {
|
|
@@ -1237,7 +1222,7 @@
|
|
|
1237
1222
|
border: 1px solid #252423;
|
|
1238
1223
|
border-radius: 2px;
|
|
1239
1224
|
box-shadow: none;
|
|
1240
|
-
color: #d2d0ce;
|
|
1225
|
+
color: #d2d0ce !important;
|
|
1241
1226
|
cursor: default;
|
|
1242
1227
|
display: -ms-flexbox;
|
|
1243
1228
|
display: flex;
|
|
@@ -1485,8 +1470,9 @@
|
|
|
1485
1470
|
color: #a19f9d !important;
|
|
1486
1471
|
font-size: 12px;
|
|
1487
1472
|
height: 18px;
|
|
1488
|
-
margin-left: 4px;
|
|
1473
|
+
margin-left: 4px !important;
|
|
1489
1474
|
width: 18px;
|
|
1475
|
+
padding-top: 2px;
|
|
1490
1476
|
}
|
|
1491
1477
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1492
1478
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1509,6 +1495,7 @@
|
|
|
1509
1495
|
width: 18px;
|
|
1510
1496
|
}
|
|
1511
1497
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1498
|
+
margin-top: 3px;
|
|
1512
1499
|
transform: rotateX(180deg);
|
|
1513
1500
|
}
|
|
1514
1501
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1563,7 +1550,7 @@
|
|
|
1563
1550
|
width: auto;
|
|
1564
1551
|
}
|
|
1565
1552
|
.e-pivotview .e-collapse::before {
|
|
1566
|
-
font-size:
|
|
1553
|
+
font-size: 18px;
|
|
1567
1554
|
}
|
|
1568
1555
|
.e-pivotview .e-expand,
|
|
1569
1556
|
.e-pivotview .e-collapse {
|
|
@@ -1581,7 +1568,7 @@
|
|
|
1581
1568
|
.e-pivotview th .e-collapse {
|
|
1582
1569
|
font-size: 10px !important;
|
|
1583
1570
|
margin-left: 0px;
|
|
1584
|
-
margin-top:
|
|
1571
|
+
margin-top: 0;
|
|
1585
1572
|
}
|
|
1586
1573
|
.e-pivotview .e-expand::before {
|
|
1587
1574
|
font-size: 18px;
|
|
@@ -1684,6 +1671,12 @@
|
|
|
1684
1671
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1685
1672
|
line-height: 1em !important;
|
|
1686
1673
|
}
|
|
1674
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1675
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1676
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1677
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1678
|
+
margin-top: 2px !important;
|
|
1679
|
+
}
|
|
1687
1680
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1688
1681
|
max-width: 155px;
|
|
1689
1682
|
}
|
|
@@ -1694,6 +1687,9 @@
|
|
|
1694
1687
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1695
1688
|
max-width: 200px;
|
|
1696
1689
|
}
|
|
1690
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1691
|
+
width: 100% !important;
|
|
1692
|
+
}
|
|
1697
1693
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1698
1694
|
width: 0 !important;
|
|
1699
1695
|
}
|
|
@@ -1809,7 +1805,7 @@
|
|
|
1809
1805
|
.e-bigger .e-pivotview th .e-collapse,
|
|
1810
1806
|
.e-bigger.e-pivotview th .e-expand,
|
|
1811
1807
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1812
|
-
margin-top:
|
|
1808
|
+
margin-top: 0;
|
|
1813
1809
|
}
|
|
1814
1810
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1815
1811
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
@@ -1853,6 +1849,7 @@
|
|
|
1853
1849
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1854
1850
|
font-size: 14px !important;
|
|
1855
1851
|
height: 20px;
|
|
1852
|
+
margin-top: 2px;
|
|
1856
1853
|
width: 20px;
|
|
1857
1854
|
}
|
|
1858
1855
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1948,7 +1945,8 @@
|
|
|
1948
1945
|
}
|
|
1949
1946
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1950
1947
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1951
|
-
margin: -
|
|
1948
|
+
margin: -14px -10px !important;
|
|
1949
|
+
padding-top: 28px;
|
|
1952
1950
|
}
|
|
1953
1951
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1954
1952
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -2025,7 +2023,7 @@
|
|
|
2025
2023
|
}
|
|
2026
2024
|
.e-bigger .e-pivotview .e-collapse::before,
|
|
2027
2025
|
.e-bigger.e-pivotview .e-collapse::before {
|
|
2028
|
-
font-size:
|
|
2026
|
+
font-size: 24px;
|
|
2029
2027
|
}
|
|
2030
2028
|
|
|
2031
2029
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -2312,6 +2310,10 @@
|
|
|
2312
2310
|
.e-pivotfieldlist-container .e-sort-descend::before {
|
|
2313
2311
|
content: "\e7d8" !important;
|
|
2314
2312
|
}
|
|
2313
|
+
.e-pivotfieldlist-wrapper .e-field-list-search-icon::before,
|
|
2314
|
+
.e-pivotfieldlist-container .e-field-list-search-icon::before {
|
|
2315
|
+
content: "\e754" !important;
|
|
2316
|
+
}
|
|
2315
2317
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
|
|
2316
2318
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
2317
2319
|
content: "\e740";
|
|
@@ -2347,8 +2349,7 @@
|
|
|
2347
2349
|
|
|
2348
2350
|
.e-pivot-formatting-dialog {
|
|
2349
2351
|
max-height: 480px !important;
|
|
2350
|
-
|
|
2351
|
-
width: 628px !important;
|
|
2352
|
+
width: 629px !important;
|
|
2352
2353
|
}
|
|
2353
2354
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2354
2355
|
padding-bottom: 4px;
|
|
@@ -2362,6 +2363,7 @@
|
|
|
2362
2363
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2363
2364
|
padding-bottom: 14px;
|
|
2364
2365
|
padding-right: 18px;
|
|
2366
|
+
white-space: nowrap;
|
|
2365
2367
|
}
|
|
2366
2368
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
2367
2369
|
vertical-align: bottom;
|
|
@@ -2378,6 +2380,7 @@
|
|
|
2378
2380
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
2379
2381
|
padding-left: 14px;
|
|
2380
2382
|
padding-top: 14px;
|
|
2383
|
+
width: 579px;
|
|
2381
2384
|
}
|
|
2382
2385
|
.e-pivot-formatting-dialog .e-format-outer-div {
|
|
2383
2386
|
background-color: #1b1a19;
|
|
@@ -2453,6 +2456,9 @@
|
|
|
2453
2456
|
min-width: 320px !important;
|
|
2454
2457
|
width: 100% !important;
|
|
2455
2458
|
}
|
|
2459
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2460
|
+
width: 100% !important;
|
|
2461
|
+
}
|
|
2456
2462
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2457
2463
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
2458
2464
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -2497,8 +2503,7 @@
|
|
|
2497
2503
|
|
|
2498
2504
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2499
2505
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2500
|
-
|
|
2501
|
-
width: 680px !important;
|
|
2506
|
+
width: 714px !important;
|
|
2502
2507
|
}
|
|
2503
2508
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
2504
2509
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -2515,6 +2520,7 @@
|
|
|
2515
2520
|
.e-bigger .e-pivot-formatting-dialog .e-format-inner-div {
|
|
2516
2521
|
padding-left: 16px;
|
|
2517
2522
|
padding-top: 16px;
|
|
2523
|
+
width: 656px;
|
|
2518
2524
|
}
|
|
2519
2525
|
.e-bigger.e-pivot-formatting-dialog .e-format-outer-div,
|
|
2520
2526
|
.e-bigger .e-pivot-formatting-dialog .e-format-outer-div {
|
|
@@ -2754,7 +2760,7 @@
|
|
|
2754
2760
|
display: flex;
|
|
2755
2761
|
}
|
|
2756
2762
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
2757
|
-
height:
|
|
2763
|
+
height: 470px;
|
|
2758
2764
|
width: 50%;
|
|
2759
2765
|
}
|
|
2760
2766
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer {
|
|
@@ -2764,9 +2770,9 @@
|
|
|
2764
2770
|
}
|
|
2765
2771
|
.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 {
|
|
2766
2772
|
display: inline-block;
|
|
2767
|
-
height:
|
|
2773
|
+
height: 435px;
|
|
2768
2774
|
overflow: auto;
|
|
2769
|
-
width:
|
|
2775
|
+
width: 100% !important;
|
|
2770
2776
|
}
|
|
2771
2777
|
.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 {
|
|
2772
2778
|
display: inline-table;
|
|
@@ -2898,8 +2904,8 @@
|
|
|
2898
2904
|
|
|
2899
2905
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2900
2906
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2901
|
-
max-height:
|
|
2902
|
-
min-width:
|
|
2907
|
+
max-height: 600px !important;
|
|
2908
|
+
min-width: 401px !important;
|
|
2903
2909
|
}
|
|
2904
2910
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2905
2911
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2945,17 +2951,17 @@
|
|
|
2945
2951
|
}
|
|
2946
2952
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2947
2953
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2948
|
-
max-height:
|
|
2949
|
-
min-width: 580px;
|
|
2954
|
+
max-height: 750px !important;
|
|
2955
|
+
min-width: 580px !important;
|
|
2950
2956
|
}
|
|
2951
2957
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2952
2958
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
2953
|
-
height:
|
|
2959
|
+
height: 540px;
|
|
2954
2960
|
width: 283px;
|
|
2955
2961
|
}
|
|
2956
2962
|
.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,
|
|
2957
2963
|
.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 {
|
|
2958
|
-
height:
|
|
2964
|
+
height: 500px;
|
|
2959
2965
|
width: 325px;
|
|
2960
2966
|
}
|
|
2961
2967
|
.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,
|
|
@@ -3022,7 +3028,7 @@
|
|
|
3022
3028
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3023
3029
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3024
3030
|
margin-left: -22px;
|
|
3025
|
-
overflow:
|
|
3031
|
+
overflow: auto !important;
|
|
3026
3032
|
}
|
|
3027
3033
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3028
3034
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3059,6 +3065,9 @@
|
|
|
3059
3065
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
3060
3066
|
margin-right: 0;
|
|
3061
3067
|
}
|
|
3068
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
3069
|
+
margin-left: 20px;
|
|
3070
|
+
}
|
|
3062
3071
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
|
|
3063
3072
|
float: left;
|
|
3064
3073
|
margin: 0;
|
|
@@ -3155,6 +3164,10 @@
|
|
|
3155
3164
|
opacity: 56%;
|
|
3156
3165
|
padding: 14px 10px 9px 20px;
|
|
3157
3166
|
}
|
|
3167
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items {
|
|
3168
|
+
margin-left: 0;
|
|
3169
|
+
margin-right: 20px;
|
|
3170
|
+
}
|
|
3158
3171
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
|
|
3159
3172
|
margin-left: 0;
|
|
3160
3173
|
margin-right: 10px;
|
|
@@ -3179,6 +3192,10 @@
|
|
|
3179
3192
|
margin-left: 0;
|
|
3180
3193
|
margin-right: 10px;
|
|
3181
3194
|
}
|
|
3195
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
3196
|
+
min-height: 170px;
|
|
3197
|
+
overflow: auto;
|
|
3198
|
+
}
|
|
3182
3199
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-measure-icon,
|
|
3183
3200
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-dimension-icon,
|
|
3184
3201
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-attributeCDB-icon,
|
|
@@ -3294,7 +3311,7 @@
|
|
|
3294
3311
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
3295
3312
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3296
3313
|
overflow: hidden;
|
|
3297
|
-
padding: 0;
|
|
3314
|
+
padding: 0 !important;
|
|
3298
3315
|
padding-top: 1px;
|
|
3299
3316
|
}
|
|
3300
3317
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3454,7 +3471,7 @@
|
|
|
3454
3471
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3455
3472
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
3456
3473
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
3457
|
-
height:
|
|
3474
|
+
height: 110px;
|
|
3458
3475
|
}
|
|
3459
3476
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-ascend-icon,
|
|
3460
3477
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-descend-icon,
|
|
@@ -3524,7 +3541,7 @@
|
|
|
3524
3541
|
}
|
|
3525
3542
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
3526
3543
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
3527
|
-
height:
|
|
3544
|
+
height: 100px !important;
|
|
3528
3545
|
}
|
|
3529
3546
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
3530
3547
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
@@ -3560,7 +3577,7 @@
|
|
|
3560
3577
|
}
|
|
3561
3578
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
3562
3579
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
3563
|
-
min-width: 350px;
|
|
3580
|
+
min-width: 350px !important;
|
|
3564
3581
|
}
|
|
3565
3582
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
3566
3583
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -3675,6 +3692,25 @@
|
|
|
3675
3692
|
min-height: 36px;
|
|
3676
3693
|
min-width: 36px;
|
|
3677
3694
|
}
|
|
3695
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog,
|
|
3696
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
3697
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
3698
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
3699
|
+
max-height: 400px !important;
|
|
3700
|
+
min-width: 370px !important;
|
|
3701
|
+
}
|
|
3702
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
3703
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
3704
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
3705
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
3706
|
+
min-height: 113px !important;
|
|
3707
|
+
}
|
|
3708
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3709
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3710
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3711
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul {
|
|
3712
|
+
height: auto;
|
|
3713
|
+
}
|
|
3678
3714
|
|
|
3679
3715
|
.e-pivotfieldlist-container {
|
|
3680
3716
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -3904,6 +3940,9 @@
|
|
|
3904
3940
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text {
|
|
3905
3941
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
3906
3942
|
}
|
|
3943
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
3944
|
+
display: none !important;
|
|
3945
|
+
}
|
|
3907
3946
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
3908
3947
|
margin-left: 0;
|
|
3909
3948
|
margin-right: 0;
|
|
@@ -4349,6 +4388,59 @@
|
|
|
4349
4388
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table {
|
|
4350
4389
|
width: 60%;
|
|
4351
4390
|
}
|
|
4391
|
+
.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
4392
|
+
max-height: 750px;
|
|
4393
|
+
}
|
|
4394
|
+
.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
4395
|
+
height: 261px;
|
|
4396
|
+
}
|
|
4397
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4398
|
+
min-height: 540px;
|
|
4399
|
+
}
|
|
4400
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4401
|
+
height: 369px;
|
|
4402
|
+
}
|
|
4403
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4404
|
+
height: 392px !important;
|
|
4405
|
+
}
|
|
4406
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
4407
|
+
height: 392px;
|
|
4408
|
+
}
|
|
4409
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
4410
|
+
height: 162px !important;
|
|
4411
|
+
}
|
|
4412
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt {
|
|
4413
|
+
color: #484644;
|
|
4414
|
+
padding: 25px 12px;
|
|
4415
|
+
text-align: center;
|
|
4416
|
+
width: 100%;
|
|
4417
|
+
}
|
|
4418
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable {
|
|
4419
|
+
display: none;
|
|
4420
|
+
}
|
|
4421
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search {
|
|
4422
|
+
display: -ms-flexbox;
|
|
4423
|
+
display: flex;
|
|
4424
|
+
padding: 10px 18px;
|
|
4425
|
+
}
|
|
4426
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4427
|
+
float: right;
|
|
4428
|
+
font-size: 14px;
|
|
4429
|
+
}
|
|
4430
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,
|
|
4431
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
4432
|
+
border-width: 0 !important;
|
|
4433
|
+
cursor: text !important;
|
|
4434
|
+
}
|
|
4435
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover {
|
|
4436
|
+
background-color: transparent !important;
|
|
4437
|
+
border: transparent !important;
|
|
4438
|
+
color: currentColor !important;
|
|
4439
|
+
}
|
|
4440
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,
|
|
4441
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable {
|
|
4442
|
+
display: none !important;
|
|
4443
|
+
}
|
|
4352
4444
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
4353
4445
|
color: #fff;
|
|
4354
4446
|
font-size: 14px;
|
|
@@ -4437,7 +4529,7 @@
|
|
|
4437
4529
|
width: 100%;
|
|
4438
4530
|
}
|
|
4439
4531
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
|
|
4440
|
-
height:
|
|
4532
|
+
height: 180px;
|
|
4441
4533
|
}
|
|
4442
4534
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div {
|
|
4443
4535
|
display: none;
|
|
@@ -4499,6 +4591,11 @@
|
|
|
4499
4591
|
background-color: transparent;
|
|
4500
4592
|
color: #c8c6c4;
|
|
4501
4593
|
}
|
|
4594
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4595
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4596
|
+
height: 210px;
|
|
4597
|
+
overflow: auto;
|
|
4598
|
+
}
|
|
4502
4599
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4503
4600
|
display: -ms-flexbox;
|
|
4504
4601
|
display: flex;
|
|
@@ -5397,4 +5494,41 @@
|
|
|
5397
5494
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit {
|
|
5398
5495
|
padding-left: 0;
|
|
5399
5496
|
padding-right: 4px;
|
|
5497
|
+
}
|
|
5498
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5499
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5500
|
+
max-height: 750px;
|
|
5501
|
+
}
|
|
5502
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container,
|
|
5503
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container {
|
|
5504
|
+
max-height: 800px;
|
|
5505
|
+
}
|
|
5506
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table,
|
|
5507
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
5508
|
+
height: 270px;
|
|
5509
|
+
}
|
|
5510
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5511
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5512
|
+
max-height: 600px !important;
|
|
5513
|
+
min-height: 588px !important;
|
|
5514
|
+
}
|
|
5515
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5516
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
5517
|
+
height: 387px;
|
|
5518
|
+
}
|
|
5519
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table,
|
|
5520
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
5521
|
+
height: 400px !important;
|
|
5522
|
+
}
|
|
5523
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,
|
|
5524
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
5525
|
+
height: 404px;
|
|
5526
|
+
}
|
|
5527
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5528
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5529
|
+
height: 165px !important;
|
|
5530
|
+
}
|
|
5531
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5532
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5533
|
+
max-height: 184px;
|
|
5400
5534
|
}
|