@syncfusion/ej2-react-pivotview 20.1.61 → 20.2.36
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 +12 -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
|
@@ -836,18 +836,6 @@
|
|
|
836
836
|
margin-top: 5px;
|
|
837
837
|
}
|
|
838
838
|
|
|
839
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
840
|
-
height: 62px;
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
844
|
-
padding-left: 10px;
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
848
|
-
margin-left: 24px !important;
|
|
849
|
-
}
|
|
850
|
-
|
|
851
839
|
/*! PivotView theme */
|
|
852
840
|
.e-pivotview .e-nextspan {
|
|
853
841
|
display: inline-block;
|
|
@@ -905,6 +893,8 @@
|
|
|
905
893
|
}
|
|
906
894
|
.e-pivotview .e-member-editor-dialog,
|
|
907
895
|
.e-pivotview .e-olap-editor-dialog {
|
|
896
|
+
min-height: 385px !important;
|
|
897
|
+
min-width: 350px !important;
|
|
908
898
|
visibility: hidden;
|
|
909
899
|
}
|
|
910
900
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -974,7 +964,7 @@
|
|
|
974
964
|
margin: -21px 0 !important;
|
|
975
965
|
}
|
|
976
966
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
977
|
-
|
|
967
|
+
font-size: 12px !important;
|
|
978
968
|
}
|
|
979
969
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
980
970
|
margin: -10px 0 !important;
|
|
@@ -1012,12 +1002,7 @@
|
|
|
1012
1002
|
z-index: 1 !important;
|
|
1013
1003
|
}
|
|
1014
1004
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1015
|
-
visibility: hidden;
|
|
1016
|
-
}
|
|
1017
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1018
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1019
|
-
text-overflow: ellipsis;
|
|
1020
|
-
white-space: nowrap;
|
|
1005
|
+
visibility: hidden !important;
|
|
1021
1006
|
}
|
|
1022
1007
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1023
1008
|
.e-pivotview .e-grid .e-columnsheader {
|
|
@@ -1206,7 +1191,7 @@
|
|
|
1206
1191
|
border: 1px solid #dadada;
|
|
1207
1192
|
border-radius: 0;
|
|
1208
1193
|
box-shadow: none;
|
|
1209
|
-
color: #333;
|
|
1194
|
+
color: #333 !important;
|
|
1210
1195
|
cursor: default;
|
|
1211
1196
|
display: -ms-flexbox;
|
|
1212
1197
|
display: flex;
|
|
@@ -1453,8 +1438,9 @@
|
|
|
1453
1438
|
color: #666 !important;
|
|
1454
1439
|
font-size: 12px;
|
|
1455
1440
|
height: 18px;
|
|
1456
|
-
margin-left: 4px;
|
|
1441
|
+
margin-left: 4px !important;
|
|
1457
1442
|
width: 18px;
|
|
1443
|
+
padding-top: 2px;
|
|
1458
1444
|
}
|
|
1459
1445
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1460
1446
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1477,6 +1463,7 @@
|
|
|
1477
1463
|
width: 18px;
|
|
1478
1464
|
}
|
|
1479
1465
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1466
|
+
margin-top: 3px;
|
|
1480
1467
|
transform: rotateX(180deg);
|
|
1481
1468
|
}
|
|
1482
1469
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1649,6 +1636,12 @@
|
|
|
1649
1636
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1650
1637
|
line-height: 1em !important;
|
|
1651
1638
|
}
|
|
1639
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1640
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1641
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1642
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1643
|
+
margin-top: 2px !important;
|
|
1644
|
+
}
|
|
1652
1645
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1653
1646
|
max-width: 155px;
|
|
1654
1647
|
}
|
|
@@ -1659,6 +1652,9 @@
|
|
|
1659
1652
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1660
1653
|
max-width: 200px;
|
|
1661
1654
|
}
|
|
1655
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1656
|
+
width: 100% !important;
|
|
1657
|
+
}
|
|
1662
1658
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1663
1659
|
width: 0 !important;
|
|
1664
1660
|
}
|
|
@@ -1818,6 +1814,7 @@
|
|
|
1818
1814
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1819
1815
|
font-size: 14px !important;
|
|
1820
1816
|
height: 20px;
|
|
1817
|
+
margin-top: 1px;
|
|
1821
1818
|
width: 20px;
|
|
1822
1819
|
}
|
|
1823
1820
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1901,7 +1898,7 @@
|
|
|
1901
1898
|
}
|
|
1902
1899
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1903
1900
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1904
|
-
margin: -
|
|
1901
|
+
margin: -18px -5px !important;
|
|
1905
1902
|
}
|
|
1906
1903
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1907
1904
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -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 {
|
|
@@ -563,13 +563,14 @@
|
|
|
563
563
|
}
|
|
564
564
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
565
565
|
font-size: 16px;
|
|
566
|
+
margin: 4px;
|
|
566
567
|
}
|
|
567
568
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
568
569
|
background-color: transparent;
|
|
569
570
|
border: none;
|
|
570
571
|
}
|
|
571
572
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
572
|
-
height:
|
|
573
|
+
height: 26px !important;
|
|
573
574
|
overflow: hidden;
|
|
574
575
|
padding-left: 10px;
|
|
575
576
|
}
|
|
@@ -578,11 +579,11 @@
|
|
|
578
579
|
margin-right: 0;
|
|
579
580
|
font-size: 16px;
|
|
580
581
|
color: #605e5c;
|
|
581
|
-
line-height:
|
|
582
|
+
line-height: 26px;
|
|
582
583
|
}
|
|
583
584
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
584
585
|
color: #605e5c;
|
|
585
|
-
line-height:
|
|
586
|
+
line-height: 26px;
|
|
586
587
|
}
|
|
587
588
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item.e-focused .e-menu-icon,
|
|
588
589
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item.e-focused .e-icons {
|
|
@@ -652,7 +653,7 @@
|
|
|
652
653
|
|
|
653
654
|
.e-pivotview-report-label {
|
|
654
655
|
float: left;
|
|
655
|
-
margin-top:
|
|
656
|
+
margin-top: 4px;
|
|
656
657
|
width: 40%;
|
|
657
658
|
}
|
|
658
659
|
|
|
@@ -704,7 +705,7 @@
|
|
|
704
705
|
|
|
705
706
|
.e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
|
|
706
707
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
707
|
-
height:
|
|
708
|
+
height: 26px !important;
|
|
708
709
|
}
|
|
709
710
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
710
711
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
@@ -859,18 +860,6 @@
|
|
|
859
860
|
margin-top: 5px;
|
|
860
861
|
}
|
|
861
862
|
|
|
862
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
863
|
-
height: 62px;
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
867
|
-
padding-left: 10px;
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
871
|
-
margin-left: 24px !important;
|
|
872
|
-
}
|
|
873
|
-
|
|
874
863
|
/*! PivotView theme */
|
|
875
864
|
.e-pivotview .e-nextspan {
|
|
876
865
|
display: inline-block;
|
|
@@ -928,6 +917,8 @@
|
|
|
928
917
|
}
|
|
929
918
|
.e-pivotview .e-member-editor-dialog,
|
|
930
919
|
.e-pivotview .e-olap-editor-dialog {
|
|
920
|
+
min-height: 385px !important;
|
|
921
|
+
min-width: 350px !important;
|
|
931
922
|
visibility: hidden;
|
|
932
923
|
}
|
|
933
924
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -999,7 +990,6 @@
|
|
|
999
990
|
font-size: 14px !important;
|
|
1000
991
|
}
|
|
1001
992
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1002
|
-
padding: 1px 4px !important;
|
|
1003
993
|
font-size: 14px !important;
|
|
1004
994
|
}
|
|
1005
995
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
@@ -1038,12 +1028,7 @@
|
|
|
1038
1028
|
z-index: 1 !important;
|
|
1039
1029
|
}
|
|
1040
1030
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1041
|
-
visibility: hidden;
|
|
1042
|
-
}
|
|
1043
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1044
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1045
|
-
text-overflow: ellipsis;
|
|
1046
|
-
white-space: nowrap;
|
|
1031
|
+
visibility: hidden !important;
|
|
1047
1032
|
}
|
|
1048
1033
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1049
1034
|
.e-pivotview .e-grid .e-columnsheader {
|
|
@@ -1239,7 +1224,7 @@
|
|
|
1239
1224
|
border: 1px solid #f3f2f1;
|
|
1240
1225
|
border-radius: 2px;
|
|
1241
1226
|
box-shadow: none;
|
|
1242
|
-
color: #323130;
|
|
1227
|
+
color: #323130 !important;
|
|
1243
1228
|
cursor: default;
|
|
1244
1229
|
display: -ms-flexbox;
|
|
1245
1230
|
display: flex;
|
|
@@ -1487,8 +1472,9 @@
|
|
|
1487
1472
|
color: #605e5c !important;
|
|
1488
1473
|
font-size: 12px;
|
|
1489
1474
|
height: 18px;
|
|
1490
|
-
margin-left: 4px;
|
|
1475
|
+
margin-left: 4px !important;
|
|
1491
1476
|
width: 18px;
|
|
1477
|
+
padding-top: 2px;
|
|
1492
1478
|
}
|
|
1493
1479
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1494
1480
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1511,6 +1497,7 @@
|
|
|
1511
1497
|
width: 18px;
|
|
1512
1498
|
}
|
|
1513
1499
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1500
|
+
margin-top: 3px;
|
|
1514
1501
|
transform: rotateX(180deg);
|
|
1515
1502
|
}
|
|
1516
1503
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1565,7 +1552,7 @@
|
|
|
1565
1552
|
width: auto;
|
|
1566
1553
|
}
|
|
1567
1554
|
.e-pivotview .e-collapse::before {
|
|
1568
|
-
font-size:
|
|
1555
|
+
font-size: 18px;
|
|
1569
1556
|
}
|
|
1570
1557
|
.e-pivotview .e-expand,
|
|
1571
1558
|
.e-pivotview .e-collapse {
|
|
@@ -1583,7 +1570,7 @@
|
|
|
1583
1570
|
.e-pivotview th .e-collapse {
|
|
1584
1571
|
font-size: 10px !important;
|
|
1585
1572
|
margin-left: 0px;
|
|
1586
|
-
margin-top:
|
|
1573
|
+
margin-top: 0;
|
|
1587
1574
|
}
|
|
1588
1575
|
.e-pivotview .e-expand::before {
|
|
1589
1576
|
font-size: 18px;
|
|
@@ -1686,6 +1673,12 @@
|
|
|
1686
1673
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1687
1674
|
line-height: 1em !important;
|
|
1688
1675
|
}
|
|
1676
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1677
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1678
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1679
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1680
|
+
margin-top: 2px !important;
|
|
1681
|
+
}
|
|
1689
1682
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1690
1683
|
max-width: 155px;
|
|
1691
1684
|
}
|
|
@@ -1696,6 +1689,9 @@
|
|
|
1696
1689
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1697
1690
|
max-width: 200px;
|
|
1698
1691
|
}
|
|
1692
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1693
|
+
width: 100% !important;
|
|
1694
|
+
}
|
|
1699
1695
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1700
1696
|
width: 0 !important;
|
|
1701
1697
|
}
|
|
@@ -1811,7 +1807,7 @@
|
|
|
1811
1807
|
.e-bigger .e-pivotview th .e-collapse,
|
|
1812
1808
|
.e-bigger.e-pivotview th .e-expand,
|
|
1813
1809
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1814
|
-
margin-top:
|
|
1810
|
+
margin-top: 0;
|
|
1815
1811
|
}
|
|
1816
1812
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1817
1813
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
@@ -1855,6 +1851,7 @@
|
|
|
1855
1851
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1856
1852
|
font-size: 14px !important;
|
|
1857
1853
|
height: 20px;
|
|
1854
|
+
margin-top: 2px;
|
|
1858
1855
|
width: 20px;
|
|
1859
1856
|
}
|
|
1860
1857
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1950,7 +1947,8 @@
|
|
|
1950
1947
|
}
|
|
1951
1948
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1952
1949
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1953
|
-
margin: -
|
|
1950
|
+
margin: -14px -10px !important;
|
|
1951
|
+
padding-top: 28px;
|
|
1954
1952
|
}
|
|
1955
1953
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1956
1954
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -2027,7 +2025,7 @@
|
|
|
2027
2025
|
}
|
|
2028
2026
|
.e-bigger .e-pivotview .e-collapse::before,
|
|
2029
2027
|
.e-bigger.e-pivotview .e-collapse::before {
|
|
2030
|
-
font-size:
|
|
2028
|
+
font-size: 24px;
|
|
2031
2029
|
}
|
|
2032
2030
|
|
|
2033
2031
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -835,18 +835,6 @@
|
|
|
835
835
|
margin-top: 4px;
|
|
836
836
|
}
|
|
837
837
|
|
|
838
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
839
|
-
height: 62px;
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
843
|
-
padding-left: 10px;
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
847
|
-
margin-left: 24px !important;
|
|
848
|
-
}
|
|
849
|
-
|
|
850
838
|
/*! PivotView theme */
|
|
851
839
|
.e-pivotview .e-nextspan {
|
|
852
840
|
display: inline-block;
|
|
@@ -905,6 +893,8 @@
|
|
|
905
893
|
}
|
|
906
894
|
.e-pivotview .e-member-editor-dialog,
|
|
907
895
|
.e-pivotview .e-olap-editor-dialog {
|
|
896
|
+
min-height: 385px !important;
|
|
897
|
+
min-width: 350px !important;
|
|
908
898
|
visibility: hidden;
|
|
909
899
|
}
|
|
910
900
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -975,7 +965,7 @@
|
|
|
975
965
|
margin: -21px 0 !important;
|
|
976
966
|
}
|
|
977
967
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
978
|
-
|
|
968
|
+
font-size: 12px !important;
|
|
979
969
|
}
|
|
980
970
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
981
971
|
margin: -10px 0 !important;
|
|
@@ -1013,12 +1003,7 @@
|
|
|
1013
1003
|
z-index: 1 !important;
|
|
1014
1004
|
}
|
|
1015
1005
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1016
|
-
visibility: hidden;
|
|
1017
|
-
}
|
|
1018
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1019
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1020
|
-
text-overflow: ellipsis;
|
|
1021
|
-
white-space: nowrap;
|
|
1006
|
+
visibility: hidden !important;
|
|
1022
1007
|
}
|
|
1023
1008
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1024
1009
|
.e-pivotview .e-grid .e-columnsheader {
|
|
@@ -1208,7 +1193,7 @@
|
|
|
1208
1193
|
border: 1px solid #000;
|
|
1209
1194
|
border-radius: 0;
|
|
1210
1195
|
box-shadow: none;
|
|
1211
|
-
color: #000;
|
|
1196
|
+
color: #000 !important;
|
|
1212
1197
|
cursor: default;
|
|
1213
1198
|
display: -ms-flexbox;
|
|
1214
1199
|
display: flex;
|
|
@@ -1455,8 +1440,9 @@
|
|
|
1455
1440
|
color: #000 !important;
|
|
1456
1441
|
font-size: 14px;
|
|
1457
1442
|
height: 18px;
|
|
1458
|
-
margin-left: 4px;
|
|
1443
|
+
margin-left: 4px !important;
|
|
1459
1444
|
width: 18px;
|
|
1445
|
+
padding-top: 2px;
|
|
1460
1446
|
}
|
|
1461
1447
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1462
1448
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1479,6 +1465,7 @@
|
|
|
1479
1465
|
width: 18px;
|
|
1480
1466
|
}
|
|
1481
1467
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1468
|
+
margin-top: 3px;
|
|
1482
1469
|
transform: rotateX(180deg);
|
|
1483
1470
|
}
|
|
1484
1471
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1652,6 +1639,12 @@
|
|
|
1652
1639
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1653
1640
|
line-height: 1em !important;
|
|
1654
1641
|
}
|
|
1642
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1643
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1644
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1645
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1646
|
+
margin-top: 2px !important;
|
|
1647
|
+
}
|
|
1655
1648
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1656
1649
|
max-width: 155px;
|
|
1657
1650
|
}
|
|
@@ -1662,6 +1655,9 @@
|
|
|
1662
1655
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1663
1656
|
max-width: 200px;
|
|
1664
1657
|
}
|
|
1658
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1659
|
+
width: 100% !important;
|
|
1660
|
+
}
|
|
1665
1661
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1666
1662
|
width: 0 !important;
|
|
1667
1663
|
}
|
|
@@ -1821,6 +1817,7 @@
|
|
|
1821
1817
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1822
1818
|
font-size: 16px !important;
|
|
1823
1819
|
height: 20px;
|
|
1820
|
+
margin-top: 0;
|
|
1824
1821
|
width: 20px;
|
|
1825
1822
|
}
|
|
1826
1823
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1904,7 +1901,7 @@
|
|
|
1904
1901
|
}
|
|
1905
1902
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1906
1903
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1907
|
-
margin: -
|
|
1904
|
+
margin: -17px -6px !important;
|
|
1908
1905
|
}
|
|
1909
1906
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1910
1907
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|