@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
|
@@ -891,18 +891,6 @@
|
|
|
891
891
|
margin-top: 2px;
|
|
892
892
|
}
|
|
893
893
|
|
|
894
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
895
|
-
height: 62px;
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
899
|
-
padding-left: 10px;
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
903
|
-
margin-left: 24px !important;
|
|
904
|
-
}
|
|
905
|
-
|
|
906
894
|
/*! PivotView theme */
|
|
907
895
|
.e-pivotview .e-nextspan {
|
|
908
896
|
display: inline-block;
|
|
@@ -960,6 +948,8 @@
|
|
|
960
948
|
}
|
|
961
949
|
.e-pivotview .e-member-editor-dialog,
|
|
962
950
|
.e-pivotview .e-olap-editor-dialog {
|
|
951
|
+
min-height: 385px !important;
|
|
952
|
+
min-width: 350px !important;
|
|
963
953
|
visibility: hidden;
|
|
964
954
|
}
|
|
965
955
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -1031,9 +1021,7 @@
|
|
|
1031
1021
|
padding: 15px;
|
|
1032
1022
|
}
|
|
1033
1023
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1034
|
-
|
|
1035
|
-
padding-bottom: 3px !important;
|
|
1036
|
-
padding-top: 3px !important;
|
|
1024
|
+
font-size: 12px !important;
|
|
1037
1025
|
}
|
|
1038
1026
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1039
1027
|
margin: -10px 0 !important;
|
|
@@ -1074,12 +1062,7 @@
|
|
|
1074
1062
|
z-index: 1 !important;
|
|
1075
1063
|
}
|
|
1076
1064
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1077
|
-
visibility: hidden;
|
|
1078
|
-
}
|
|
1079
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1080
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1081
|
-
text-overflow: ellipsis;
|
|
1082
|
-
white-space: nowrap;
|
|
1065
|
+
visibility: hidden !important;
|
|
1083
1066
|
}
|
|
1084
1067
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1085
1068
|
.e-pivotview .e-grid .e-columnsheader {
|
|
@@ -1273,7 +1256,7 @@
|
|
|
1273
1256
|
border: 1px solid #6c757d;
|
|
1274
1257
|
border-radius: 4px;
|
|
1275
1258
|
box-shadow: none;
|
|
1276
|
-
color: #fff;
|
|
1259
|
+
color: #fff !important;
|
|
1277
1260
|
cursor: default;
|
|
1278
1261
|
display: -ms-flexbox;
|
|
1279
1262
|
display: flex;
|
|
@@ -1541,9 +1524,9 @@
|
|
|
1541
1524
|
color: rgba(255, 255, 255, 0.8) !important;
|
|
1542
1525
|
font-size: 10px;
|
|
1543
1526
|
height: 18px;
|
|
1544
|
-
margin-left: 4px;
|
|
1527
|
+
margin-left: 4px !important;
|
|
1545
1528
|
width: 18px;
|
|
1546
|
-
|
|
1529
|
+
padding-top: 2px;
|
|
1547
1530
|
}
|
|
1548
1531
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1549
1532
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1566,6 +1549,7 @@
|
|
|
1566
1549
|
width: 18px;
|
|
1567
1550
|
}
|
|
1568
1551
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1552
|
+
margin-top: 3px;
|
|
1569
1553
|
transform: rotateX(180deg);
|
|
1570
1554
|
}
|
|
1571
1555
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1738,6 +1722,12 @@
|
|
|
1738
1722
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1739
1723
|
line-height: 1em !important;
|
|
1740
1724
|
}
|
|
1725
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1726
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1727
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1728
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1729
|
+
margin-top: 2px !important;
|
|
1730
|
+
}
|
|
1741
1731
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1742
1732
|
max-width: 155px;
|
|
1743
1733
|
padding: 3px 10px;
|
|
@@ -1773,6 +1763,9 @@
|
|
|
1773
1763
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1774
1764
|
margin-top: 2px;
|
|
1775
1765
|
}
|
|
1766
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1767
|
+
width: 100% !important;
|
|
1768
|
+
}
|
|
1776
1769
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1777
1770
|
width: 0 !important;
|
|
1778
1771
|
}
|
|
@@ -1943,6 +1936,7 @@
|
|
|
1943
1936
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1944
1937
|
font-size: 12px !important;
|
|
1945
1938
|
height: 20px;
|
|
1939
|
+
margin-top: 2px;
|
|
1946
1940
|
width: 20px;
|
|
1947
1941
|
padding-left: 12px;
|
|
1948
1942
|
}
|
|
@@ -2054,7 +2048,7 @@
|
|
|
2054
2048
|
}
|
|
2055
2049
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
2056
2050
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
2057
|
-
margin: -
|
|
2051
|
+
margin: -14px -8px !important;
|
|
2058
2052
|
font-size: 12px !important;
|
|
2059
2053
|
}
|
|
2060
2054
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
@@ -844,18 +844,6 @@
|
|
|
844
844
|
margin-top: 12px;
|
|
845
845
|
}
|
|
846
846
|
|
|
847
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
848
|
-
height: 62px;
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
852
|
-
padding-left: 10px;
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
856
|
-
margin-left: 24px !important;
|
|
857
|
-
}
|
|
858
|
-
|
|
859
847
|
/*! PivotView theme */
|
|
860
848
|
.e-pivotview .e-nextspan {
|
|
861
849
|
display: inline-block;
|
|
@@ -914,6 +902,8 @@
|
|
|
914
902
|
}
|
|
915
903
|
.e-pivotview .e-member-editor-dialog,
|
|
916
904
|
.e-pivotview .e-olap-editor-dialog {
|
|
905
|
+
min-height: 385px !important;
|
|
906
|
+
min-width: 350px !important;
|
|
917
907
|
visibility: hidden;
|
|
918
908
|
}
|
|
919
909
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -986,10 +976,8 @@
|
|
|
986
976
|
padding: 15px;
|
|
987
977
|
}
|
|
988
978
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
989
|
-
padding: 1px 4px !important;
|
|
990
979
|
font-size: 12px !important;
|
|
991
|
-
padding-
|
|
992
|
-
padding-top: 4px !important;
|
|
980
|
+
padding-right: 5px !important;
|
|
993
981
|
}
|
|
994
982
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
995
983
|
margin: -10px 0 !important;
|
|
@@ -1030,12 +1018,7 @@
|
|
|
1030
1018
|
z-index: 1 !important;
|
|
1031
1019
|
}
|
|
1032
1020
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1033
|
-
visibility: hidden;
|
|
1034
|
-
}
|
|
1035
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1036
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1037
|
-
text-overflow: ellipsis;
|
|
1038
|
-
white-space: nowrap;
|
|
1021
|
+
visibility: hidden !important;
|
|
1039
1022
|
}
|
|
1040
1023
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1041
1024
|
.e-pivotview .e-grid .e-columnsheader {
|
|
@@ -1201,6 +1184,38 @@
|
|
|
1201
1184
|
font-size: 14px;
|
|
1202
1185
|
font-weight: normal;
|
|
1203
1186
|
}
|
|
1187
|
+
.e-pivotview .e-group-values .e-pivot-button .e-sort,
|
|
1188
|
+
.e-pivotview .e-group-values .e-pivot-button .e-dropdown-icon,
|
|
1189
|
+
.e-pivotview .e-group-values .e-pivot-button .e-pv-filter,
|
|
1190
|
+
.e-pivotview .e-group-values .e-pivot-button .e-pv-filtered,
|
|
1191
|
+
.e-pivotview .e-group-values .e-pivot-button .e-remove,
|
|
1192
|
+
.e-pivotview .e-group-values .e-pivot-button .e-edit,
|
|
1193
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-sort,
|
|
1194
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-dropdown-icon,
|
|
1195
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-pv-filter,
|
|
1196
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-pv-filtered,
|
|
1197
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-remove,
|
|
1198
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-edit,
|
|
1199
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-sort,
|
|
1200
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-dropdown-icon,
|
|
1201
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-pv-filter,
|
|
1202
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-pv-filtered,
|
|
1203
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-remove,
|
|
1204
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-edit,
|
|
1205
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-sort,
|
|
1206
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon,
|
|
1207
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filter,
|
|
1208
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1209
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1210
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-edit,
|
|
1211
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-sort,
|
|
1212
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-dropdown-icon,
|
|
1213
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filter,
|
|
1214
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filtered,
|
|
1215
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-remove,
|
|
1216
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-edit {
|
|
1217
|
+
margin-top: 1px;
|
|
1218
|
+
}
|
|
1204
1219
|
.e-pivotview .e-grouping-bar .e-pvt-btn-div,
|
|
1205
1220
|
.e-pivotview .e-group-rows .e-pvt-btn-div {
|
|
1206
1221
|
display: -ms-inline-flexbox;
|
|
@@ -1231,14 +1246,14 @@
|
|
|
1231
1246
|
border: 1px solid #495057;
|
|
1232
1247
|
border-radius: 4px;
|
|
1233
1248
|
box-shadow: none;
|
|
1234
|
-
color: #e9ecef;
|
|
1249
|
+
color: #e9ecef !important;
|
|
1235
1250
|
cursor: default;
|
|
1236
1251
|
display: -ms-flexbox;
|
|
1237
1252
|
display: flex;
|
|
1238
1253
|
font-weight: normal;
|
|
1239
1254
|
height: 24px;
|
|
1240
1255
|
line-height: 0.9em;
|
|
1241
|
-
padding:
|
|
1256
|
+
padding: 3px 8px;
|
|
1242
1257
|
text-transform: none;
|
|
1243
1258
|
vertical-align: bottom;
|
|
1244
1259
|
z-index: 1;
|
|
@@ -1427,7 +1442,7 @@
|
|
|
1427
1442
|
pointer-events: none;
|
|
1428
1443
|
}
|
|
1429
1444
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1430
|
-
padding:
|
|
1445
|
+
padding: 3px 8px;
|
|
1431
1446
|
width: 180px;
|
|
1432
1447
|
}
|
|
1433
1448
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
|
|
@@ -1479,8 +1494,9 @@
|
|
|
1479
1494
|
color: #fff !important;
|
|
1480
1495
|
font-size: 12px;
|
|
1481
1496
|
height: 18px;
|
|
1482
|
-
margin-left: 4px;
|
|
1497
|
+
margin-left: 4px !important;
|
|
1483
1498
|
width: 18px;
|
|
1499
|
+
padding-top: 2px;
|
|
1484
1500
|
}
|
|
1485
1501
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1486
1502
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1503,6 +1519,7 @@
|
|
|
1503
1519
|
width: 18px;
|
|
1504
1520
|
}
|
|
1505
1521
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1522
|
+
margin-top: 3px;
|
|
1506
1523
|
transform: rotateX(180deg);
|
|
1507
1524
|
}
|
|
1508
1525
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1557,7 +1574,7 @@
|
|
|
1557
1574
|
width: auto;
|
|
1558
1575
|
}
|
|
1559
1576
|
.e-pivotview .e-collapse::before {
|
|
1560
|
-
font-size:
|
|
1577
|
+
font-size: 20px;
|
|
1561
1578
|
}
|
|
1562
1579
|
.e-pivotview .e-expand,
|
|
1563
1580
|
.e-pivotview .e-collapse {
|
|
@@ -1575,7 +1592,7 @@
|
|
|
1575
1592
|
.e-pivotview th .e-collapse {
|
|
1576
1593
|
font-size: 10px !important;
|
|
1577
1594
|
margin-left: 0px;
|
|
1578
|
-
margin-top:
|
|
1595
|
+
margin-top: 0;
|
|
1579
1596
|
}
|
|
1580
1597
|
.e-pivotview .e-expand::before {
|
|
1581
1598
|
font-size: 20px;
|
|
@@ -1678,6 +1695,12 @@
|
|
|
1678
1695
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1679
1696
|
line-height: 1em !important;
|
|
1680
1697
|
}
|
|
1698
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1699
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1700
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1701
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1702
|
+
margin-top: 2px !important;
|
|
1703
|
+
}
|
|
1681
1704
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1682
1705
|
max-width: 155px;
|
|
1683
1706
|
}
|
|
@@ -1688,6 +1711,9 @@
|
|
|
1688
1711
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1689
1712
|
max-width: 200px;
|
|
1690
1713
|
}
|
|
1714
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1715
|
+
width: 100% !important;
|
|
1716
|
+
}
|
|
1691
1717
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1692
1718
|
width: 0 !important;
|
|
1693
1719
|
}
|
|
@@ -1803,7 +1829,7 @@
|
|
|
1803
1829
|
.e-bigger .e-pivotview th .e-collapse,
|
|
1804
1830
|
.e-bigger.e-pivotview th .e-expand,
|
|
1805
1831
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1806
|
-
margin-top:
|
|
1832
|
+
margin-top: 0;
|
|
1807
1833
|
}
|
|
1808
1834
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1809
1835
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
@@ -1847,6 +1873,7 @@
|
|
|
1847
1873
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1848
1874
|
font-size: 14px !important;
|
|
1849
1875
|
height: 20px;
|
|
1876
|
+
margin-top: 2px;
|
|
1850
1877
|
width: 20px;
|
|
1851
1878
|
}
|
|
1852
1879
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1942,8 +1969,9 @@
|
|
|
1942
1969
|
}
|
|
1943
1970
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1944
1971
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1945
|
-
margin: -
|
|
1972
|
+
margin: -15px -8px !important;
|
|
1946
1973
|
font-size: 12px !important;
|
|
1974
|
+
padding-top: 28px;
|
|
1947
1975
|
}
|
|
1948
1976
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1949
1977
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -2020,7 +2048,7 @@
|
|
|
2020
2048
|
}
|
|
2021
2049
|
.e-bigger .e-pivotview .e-collapse::before,
|
|
2022
2050
|
.e-bigger.e-pivotview .e-collapse::before {
|
|
2023
|
-
font-size:
|
|
2051
|
+
font-size: 24px;
|
|
2024
2052
|
}
|
|
2025
2053
|
|
|
2026
2054
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -846,18 +846,6 @@
|
|
|
846
846
|
margin-top: 12px;
|
|
847
847
|
}
|
|
848
848
|
|
|
849
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
850
|
-
height: 62px;
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
854
|
-
padding-left: 10px;
|
|
855
|
-
}
|
|
856
|
-
|
|
857
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
858
|
-
margin-left: 24px !important;
|
|
859
|
-
}
|
|
860
|
-
|
|
861
849
|
/*! PivotView theme */
|
|
862
850
|
.e-pivotview .e-nextspan {
|
|
863
851
|
display: inline-block;
|
|
@@ -916,6 +904,8 @@
|
|
|
916
904
|
}
|
|
917
905
|
.e-pivotview .e-member-editor-dialog,
|
|
918
906
|
.e-pivotview .e-olap-editor-dialog {
|
|
907
|
+
min-height: 385px !important;
|
|
908
|
+
min-width: 350px !important;
|
|
919
909
|
visibility: hidden;
|
|
920
910
|
}
|
|
921
911
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -988,10 +978,8 @@
|
|
|
988
978
|
padding: 15px;
|
|
989
979
|
}
|
|
990
980
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
991
|
-
padding: 1px 4px !important;
|
|
992
981
|
font-size: 12px !important;
|
|
993
|
-
padding-
|
|
994
|
-
padding-top: 4px !important;
|
|
982
|
+
padding-right: 5px !important;
|
|
995
983
|
}
|
|
996
984
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
997
985
|
margin: -10px 0 !important;
|
|
@@ -1032,12 +1020,7 @@
|
|
|
1032
1020
|
z-index: 1 !important;
|
|
1033
1021
|
}
|
|
1034
1022
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1035
|
-
visibility: hidden;
|
|
1036
|
-
}
|
|
1037
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1038
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1039
|
-
text-overflow: ellipsis;
|
|
1040
|
-
white-space: nowrap;
|
|
1023
|
+
visibility: hidden !important;
|
|
1041
1024
|
}
|
|
1042
1025
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1043
1026
|
.e-pivotview .e-grid .e-columnsheader {
|
|
@@ -1203,6 +1186,38 @@
|
|
|
1203
1186
|
font-size: 14px;
|
|
1204
1187
|
font-weight: normal;
|
|
1205
1188
|
}
|
|
1189
|
+
.e-pivotview .e-group-values .e-pivot-button .e-sort,
|
|
1190
|
+
.e-pivotview .e-group-values .e-pivot-button .e-dropdown-icon,
|
|
1191
|
+
.e-pivotview .e-group-values .e-pivot-button .e-pv-filter,
|
|
1192
|
+
.e-pivotview .e-group-values .e-pivot-button .e-pv-filtered,
|
|
1193
|
+
.e-pivotview .e-group-values .e-pivot-button .e-remove,
|
|
1194
|
+
.e-pivotview .e-group-values .e-pivot-button .e-edit,
|
|
1195
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-sort,
|
|
1196
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-dropdown-icon,
|
|
1197
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-pv-filter,
|
|
1198
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-pv-filtered,
|
|
1199
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-remove,
|
|
1200
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-edit,
|
|
1201
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-sort,
|
|
1202
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-dropdown-icon,
|
|
1203
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-pv-filter,
|
|
1204
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-pv-filtered,
|
|
1205
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-remove,
|
|
1206
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-edit,
|
|
1207
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-sort,
|
|
1208
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon,
|
|
1209
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filter,
|
|
1210
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1211
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1212
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-edit,
|
|
1213
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-sort,
|
|
1214
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-dropdown-icon,
|
|
1215
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filter,
|
|
1216
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filtered,
|
|
1217
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-remove,
|
|
1218
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-edit {
|
|
1219
|
+
margin-top: 1px;
|
|
1220
|
+
}
|
|
1206
1221
|
.e-pivotview .e-grouping-bar .e-pvt-btn-div,
|
|
1207
1222
|
.e-pivotview .e-group-rows .e-pvt-btn-div {
|
|
1208
1223
|
display: -ms-inline-flexbox;
|
|
@@ -1233,14 +1248,14 @@
|
|
|
1233
1248
|
border: 1px solid #dee2e6;
|
|
1234
1249
|
border-radius: 4px;
|
|
1235
1250
|
box-shadow: none;
|
|
1236
|
-
color: #343a40;
|
|
1251
|
+
color: #343a40 !important;
|
|
1237
1252
|
cursor: default;
|
|
1238
1253
|
display: -ms-flexbox;
|
|
1239
1254
|
display: flex;
|
|
1240
1255
|
font-weight: normal;
|
|
1241
1256
|
height: 24px;
|
|
1242
1257
|
line-height: 0.9em;
|
|
1243
|
-
padding:
|
|
1258
|
+
padding: 3px 8px;
|
|
1244
1259
|
text-transform: none;
|
|
1245
1260
|
vertical-align: bottom;
|
|
1246
1261
|
z-index: 1;
|
|
@@ -1429,7 +1444,7 @@
|
|
|
1429
1444
|
pointer-events: none;
|
|
1430
1445
|
}
|
|
1431
1446
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1432
|
-
padding:
|
|
1447
|
+
padding: 3px 8px;
|
|
1433
1448
|
width: 180px;
|
|
1434
1449
|
}
|
|
1435
1450
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
|
|
@@ -1481,8 +1496,9 @@
|
|
|
1481
1496
|
color: #fff !important;
|
|
1482
1497
|
font-size: 12px;
|
|
1483
1498
|
height: 18px;
|
|
1484
|
-
margin-left: 4px;
|
|
1499
|
+
margin-left: 4px !important;
|
|
1485
1500
|
width: 18px;
|
|
1501
|
+
padding-top: 2px;
|
|
1486
1502
|
}
|
|
1487
1503
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1488
1504
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1505,6 +1521,7 @@
|
|
|
1505
1521
|
width: 18px;
|
|
1506
1522
|
}
|
|
1507
1523
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1524
|
+
margin-top: 3px;
|
|
1508
1525
|
transform: rotateX(180deg);
|
|
1509
1526
|
}
|
|
1510
1527
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1559,7 +1576,7 @@
|
|
|
1559
1576
|
width: auto;
|
|
1560
1577
|
}
|
|
1561
1578
|
.e-pivotview .e-collapse::before {
|
|
1562
|
-
font-size:
|
|
1579
|
+
font-size: 20px;
|
|
1563
1580
|
}
|
|
1564
1581
|
.e-pivotview .e-expand,
|
|
1565
1582
|
.e-pivotview .e-collapse {
|
|
@@ -1577,7 +1594,7 @@
|
|
|
1577
1594
|
.e-pivotview th .e-collapse {
|
|
1578
1595
|
font-size: 10px !important;
|
|
1579
1596
|
margin-left: 0px;
|
|
1580
|
-
margin-top:
|
|
1597
|
+
margin-top: 0;
|
|
1581
1598
|
}
|
|
1582
1599
|
.e-pivotview .e-expand::before {
|
|
1583
1600
|
font-size: 20px;
|
|
@@ -1680,6 +1697,12 @@
|
|
|
1680
1697
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1681
1698
|
line-height: 1em !important;
|
|
1682
1699
|
}
|
|
1700
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1701
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1702
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1703
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1704
|
+
margin-top: 2px !important;
|
|
1705
|
+
}
|
|
1683
1706
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1684
1707
|
max-width: 155px;
|
|
1685
1708
|
}
|
|
@@ -1690,6 +1713,9 @@
|
|
|
1690
1713
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1691
1714
|
max-width: 200px;
|
|
1692
1715
|
}
|
|
1716
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1717
|
+
width: 100% !important;
|
|
1718
|
+
}
|
|
1693
1719
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1694
1720
|
width: 0 !important;
|
|
1695
1721
|
}
|
|
@@ -1805,7 +1831,7 @@
|
|
|
1805
1831
|
.e-bigger .e-pivotview th .e-collapse,
|
|
1806
1832
|
.e-bigger.e-pivotview th .e-expand,
|
|
1807
1833
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1808
|
-
margin-top:
|
|
1834
|
+
margin-top: 0;
|
|
1809
1835
|
}
|
|
1810
1836
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1811
1837
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
@@ -1849,6 +1875,7 @@
|
|
|
1849
1875
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1850
1876
|
font-size: 14px !important;
|
|
1851
1877
|
height: 20px;
|
|
1878
|
+
margin-top: 2px;
|
|
1852
1879
|
width: 20px;
|
|
1853
1880
|
}
|
|
1854
1881
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1944,8 +1971,9 @@
|
|
|
1944
1971
|
}
|
|
1945
1972
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1946
1973
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1947
|
-
margin: -
|
|
1974
|
+
margin: -15px -8px !important;
|
|
1948
1975
|
font-size: 12px !important;
|
|
1976
|
+
padding-top: 28px;
|
|
1949
1977
|
}
|
|
1950
1978
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1951
1979
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -2022,7 +2050,7 @@
|
|
|
2022
2050
|
}
|
|
2023
2051
|
.e-bigger .e-pivotview .e-collapse::before,
|
|
2024
2052
|
.e-bigger.e-pivotview .e-collapse::before {
|
|
2025
|
-
font-size:
|
|
2053
|
+
font-size: 24px;
|
|
2026
2054
|
}
|
|
2027
2055
|
|
|
2028
2056
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -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 {
|
|
@@ -1208,7 +1193,7 @@
|
|
|
1208
1193
|
border: 1px solid #414040;
|
|
1209
1194
|
border-radius: 0;
|
|
1210
1195
|
box-shadow: none;
|
|
1211
|
-
color: #dadada;
|
|
1196
|
+
color: #dadada !important;
|
|
1212
1197
|
cursor: default;
|
|
1213
1198
|
display: -ms-flexbox;
|
|
1214
1199
|
display: flex;
|
|
@@ -1455,8 +1440,9 @@
|
|
|
1455
1440
|
color: #dadada !important;
|
|
1456
1441
|
font-size: 12px;
|
|
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 {
|
|
@@ -1651,6 +1638,12 @@
|
|
|
1651
1638
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1652
1639
|
line-height: 1em !important;
|
|
1653
1640
|
}
|
|
1641
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1642
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1643
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1644
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1645
|
+
margin-top: 2px !important;
|
|
1646
|
+
}
|
|
1654
1647
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1655
1648
|
max-width: 155px;
|
|
1656
1649
|
}
|
|
@@ -1661,6 +1654,9 @@
|
|
|
1661
1654
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1662
1655
|
max-width: 200px;
|
|
1663
1656
|
}
|
|
1657
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1658
|
+
width: 100% !important;
|
|
1659
|
+
}
|
|
1664
1660
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1665
1661
|
width: 0 !important;
|
|
1666
1662
|
}
|
|
@@ -1820,6 +1816,7 @@
|
|
|
1820
1816
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1821
1817
|
font-size: 14px !important;
|
|
1822
1818
|
height: 20px;
|
|
1819
|
+
margin-top: 1px;
|
|
1823
1820
|
width: 20px;
|
|
1824
1821
|
}
|
|
1825
1822
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1903,7 +1900,7 @@
|
|
|
1903
1900
|
}
|
|
1904
1901
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1905
1902
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1906
|
-
margin: -
|
|
1903
|
+
margin: -18px -5px !important;
|
|
1907
1904
|
}
|
|
1908
1905
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1909
1906
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|