@syncfusion/ej2-react-pivotview 20.3.59 → 20.4.40
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 +57 -0
- package/README.md +119 -37
- package/diConfig.json +50 -10
- package/dist/ej2-react-pivotview.min.js +0 -9
- package/dist/ej2-react-pivotview.umd.min.js +0 -9
- package/package.json +108 -66
- package/styles/bootstrap-dark.css +15 -4
- package/styles/bootstrap.css +16 -5
- package/styles/bootstrap4.css +24 -7
- package/styles/bootstrap5-dark.css +23 -10
- package/styles/bootstrap5.css +23 -10
- package/styles/fabric-dark.css +39 -8
- package/styles/fabric.css +42 -8
- package/styles/fluent-dark.css +44 -20
- package/styles/fluent.css +44 -20
- package/styles/highcontrast-light.css +29 -6
- package/styles/highcontrast.css +29 -6
- package/styles/material-dark.css +19 -4
- package/styles/material.css +25 -4
- package/styles/pivotfieldlist/bootstrap-dark.css +8 -2
- package/styles/pivotfieldlist/bootstrap.css +9 -3
- package/styles/pivotfieldlist/bootstrap4.css +9 -3
- package/styles/pivotfieldlist/bootstrap5-dark.css +15 -3
- package/styles/pivotfieldlist/bootstrap5.css +15 -3
- package/styles/pivotfieldlist/fabric-dark.css +19 -4
- package/styles/pivotfieldlist/fabric.css +19 -4
- package/styles/pivotfieldlist/fluent-dark.css +19 -7
- package/styles/pivotfieldlist/fluent.css +19 -7
- package/styles/pivotfieldlist/highcontrast-light.css +19 -4
- package/styles/pivotfieldlist/highcontrast.css +19 -4
- package/styles/pivotfieldlist/material-dark.css +12 -2
- package/styles/pivotfieldlist/material.css +12 -2
- package/styles/pivotfieldlist/tailwind-dark.css +15 -3
- package/styles/pivotfieldlist/tailwind.css +15 -3
- package/styles/pivotview/bootstrap-dark.css +7 -2
- package/styles/pivotview/bootstrap.css +7 -2
- package/styles/pivotview/bootstrap4.css +15 -4
- package/styles/pivotview/bootstrap5-dark.css +8 -7
- package/styles/pivotview/bootstrap5.css +8 -7
- package/styles/pivotview/fabric-dark.css +20 -4
- package/styles/pivotview/fabric.css +23 -4
- package/styles/pivotview/fluent-dark.css +25 -13
- package/styles/pivotview/fluent.css +25 -13
- package/styles/pivotview/highcontrast-light.css +10 -2
- package/styles/pivotview/highcontrast.css +10 -2
- package/styles/pivotview/material-dark.css +7 -2
- package/styles/pivotview/material.css +13 -2
- package/styles/pivotview/tailwind-dark.css +12 -10
- package/styles/pivotview/tailwind.css +12 -10
- package/styles/tailwind-dark.css +27 -13
- package/styles/tailwind.css +27 -13
|
@@ -566,13 +566,6 @@
|
|
|
566
566
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
567
567
|
background: #201f1e;
|
|
568
568
|
}
|
|
569
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
570
|
-
line-height: 20px;
|
|
571
|
-
}
|
|
572
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
573
|
-
font-size: 16px;
|
|
574
|
-
margin: 4px;
|
|
575
|
-
}
|
|
576
569
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
577
570
|
background-color: transparent;
|
|
578
571
|
border: none;
|
|
@@ -581,13 +574,17 @@
|
|
|
581
574
|
height: 26px !important;
|
|
582
575
|
overflow: hidden;
|
|
583
576
|
padding-left: 10px;
|
|
577
|
+
background-color: #201f1e;
|
|
578
|
+
}
|
|
579
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item:hover {
|
|
580
|
+
background: #edebe9;
|
|
584
581
|
}
|
|
585
582
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
586
583
|
margin-left: 0;
|
|
587
584
|
margin-right: 0;
|
|
588
585
|
font-size: 16px;
|
|
589
586
|
color: #a19f9d;
|
|
590
|
-
line-height:
|
|
587
|
+
line-height: 28px;
|
|
591
588
|
}
|
|
592
589
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
593
590
|
color: #a19f9d;
|
|
@@ -736,7 +733,7 @@
|
|
|
736
733
|
}
|
|
737
734
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
738
735
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
739
|
-
height:
|
|
736
|
+
height: 105px;
|
|
740
737
|
}
|
|
741
738
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
742
739
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -756,6 +753,10 @@
|
|
|
756
753
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
757
754
|
margin: 0 6px 0 0;
|
|
758
755
|
}
|
|
756
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div,
|
|
757
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
|
|
758
|
+
height: 82px !important;
|
|
759
|
+
}
|
|
759
760
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
760
761
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
761
762
|
height: 100px !important;
|
|
@@ -795,6 +796,11 @@
|
|
|
795
796
|
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,
|
|
796
797
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter {
|
|
797
798
|
min-width: 350px;
|
|
799
|
+
height: 427px !important;
|
|
800
|
+
}
|
|
801
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
802
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
803
|
+
height: 440px !important;
|
|
798
804
|
}
|
|
799
805
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
800
806
|
.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -917,6 +923,7 @@
|
|
|
917
923
|
}
|
|
918
924
|
.e-pivotview .e-valuescontent {
|
|
919
925
|
padding-right: 8px;
|
|
926
|
+
text-align: right;
|
|
920
927
|
}
|
|
921
928
|
.e-pivotview .e-grid .e-rowcell {
|
|
922
929
|
/* stylelint-disable */
|
|
@@ -956,7 +963,7 @@
|
|
|
956
963
|
}
|
|
957
964
|
.e-pivotview .e-member-editor-dialog,
|
|
958
965
|
.e-pivotview .e-olap-editor-dialog {
|
|
959
|
-
min-height:
|
|
966
|
+
min-height: 350px !important;
|
|
960
967
|
min-width: 350px !important;
|
|
961
968
|
visibility: hidden;
|
|
962
969
|
}
|
|
@@ -1034,7 +1041,7 @@
|
|
|
1034
1041
|
display: none;
|
|
1035
1042
|
}
|
|
1036
1043
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1037
|
-
margin: -
|
|
1044
|
+
margin: -33px 0 !important;
|
|
1038
1045
|
}
|
|
1039
1046
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1040
1047
|
margin: -11px 0 !important;
|
|
@@ -1552,6 +1559,7 @@
|
|
|
1552
1559
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1553
1560
|
margin-top: 3px;
|
|
1554
1561
|
transform: rotateX(180deg);
|
|
1562
|
+
margin-top: 4px !important;
|
|
1555
1563
|
}
|
|
1556
1564
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1557
1565
|
margin-top: 1px;
|
|
@@ -1610,7 +1618,7 @@
|
|
|
1610
1618
|
.e-pivotview .e-expand,
|
|
1611
1619
|
.e-pivotview .e-collapse {
|
|
1612
1620
|
cursor: pointer;
|
|
1613
|
-
display: inline;
|
|
1621
|
+
display: inline-block;
|
|
1614
1622
|
height: 18px;
|
|
1615
1623
|
margin-top: 5px;
|
|
1616
1624
|
text-align: center;
|
|
@@ -1963,6 +1971,9 @@
|
|
|
1963
1971
|
margin-left: 0;
|
|
1964
1972
|
margin-right: 7px;
|
|
1965
1973
|
}
|
|
1974
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1975
|
+
text-align: left;
|
|
1976
|
+
}
|
|
1966
1977
|
.e-pivotview.e-rtl .e-group-values,
|
|
1967
1978
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1968
1979
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2083,6 +2094,7 @@
|
|
|
2083
2094
|
.e-pivottooltip {
|
|
2084
2095
|
border-radius: 2px;
|
|
2085
2096
|
padding: 3px 4px;
|
|
2097
|
+
text-align: initial;
|
|
2086
2098
|
}
|
|
2087
2099
|
|
|
2088
2100
|
.e-pivottooltip p {
|
|
@@ -2328,7 +2340,7 @@
|
|
|
2328
2340
|
}
|
|
2329
2341
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2330
2342
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2331
|
-
height:
|
|
2343
|
+
height: 105px;
|
|
2332
2344
|
}
|
|
2333
2345
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2334
2346
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -568,13 +568,6 @@
|
|
|
568
568
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
569
569
|
background: #faf9f8;
|
|
570
570
|
}
|
|
571
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
572
|
-
line-height: 20px;
|
|
573
|
-
}
|
|
574
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
575
|
-
font-size: 16px;
|
|
576
|
-
margin: 4px;
|
|
577
|
-
}
|
|
578
571
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
579
572
|
background-color: transparent;
|
|
580
573
|
border: none;
|
|
@@ -583,13 +576,17 @@
|
|
|
583
576
|
height: 26px !important;
|
|
584
577
|
overflow: hidden;
|
|
585
578
|
padding-left: 10px;
|
|
579
|
+
background-color: #faf9f8;
|
|
580
|
+
}
|
|
581
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item:hover {
|
|
582
|
+
background: #edebe9;
|
|
586
583
|
}
|
|
587
584
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
588
585
|
margin-left: 0;
|
|
589
586
|
margin-right: 0;
|
|
590
587
|
font-size: 16px;
|
|
591
588
|
color: #605e5c;
|
|
592
|
-
line-height:
|
|
589
|
+
line-height: 28px;
|
|
593
590
|
}
|
|
594
591
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
595
592
|
color: #605e5c;
|
|
@@ -738,7 +735,7 @@
|
|
|
738
735
|
}
|
|
739
736
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
740
737
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
741
|
-
height:
|
|
738
|
+
height: 105px;
|
|
742
739
|
}
|
|
743
740
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
744
741
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -758,6 +755,10 @@
|
|
|
758
755
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
759
756
|
margin: 0 6px 0 0;
|
|
760
757
|
}
|
|
758
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div,
|
|
759
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
|
|
760
|
+
height: 82px !important;
|
|
761
|
+
}
|
|
761
762
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
762
763
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
763
764
|
height: 100px !important;
|
|
@@ -797,6 +798,11 @@
|
|
|
797
798
|
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,
|
|
798
799
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter {
|
|
799
800
|
min-width: 350px;
|
|
801
|
+
height: 427px !important;
|
|
802
|
+
}
|
|
803
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
804
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
805
|
+
height: 440px !important;
|
|
800
806
|
}
|
|
801
807
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
802
808
|
.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -919,6 +925,7 @@
|
|
|
919
925
|
}
|
|
920
926
|
.e-pivotview .e-valuescontent {
|
|
921
927
|
padding-right: 8px;
|
|
928
|
+
text-align: right;
|
|
922
929
|
}
|
|
923
930
|
.e-pivotview .e-grid .e-rowcell {
|
|
924
931
|
/* stylelint-disable */
|
|
@@ -958,7 +965,7 @@
|
|
|
958
965
|
}
|
|
959
966
|
.e-pivotview .e-member-editor-dialog,
|
|
960
967
|
.e-pivotview .e-olap-editor-dialog {
|
|
961
|
-
min-height:
|
|
968
|
+
min-height: 350px !important;
|
|
962
969
|
min-width: 350px !important;
|
|
963
970
|
visibility: hidden;
|
|
964
971
|
}
|
|
@@ -1036,7 +1043,7 @@
|
|
|
1036
1043
|
display: none;
|
|
1037
1044
|
}
|
|
1038
1045
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1039
|
-
margin: -
|
|
1046
|
+
margin: -33px 0 !important;
|
|
1040
1047
|
}
|
|
1041
1048
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1042
1049
|
margin: -11px 0 !important;
|
|
@@ -1554,6 +1561,7 @@
|
|
|
1554
1561
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1555
1562
|
margin-top: 3px;
|
|
1556
1563
|
transform: rotateX(180deg);
|
|
1564
|
+
margin-top: 4px !important;
|
|
1557
1565
|
}
|
|
1558
1566
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1559
1567
|
margin-top: 1px;
|
|
@@ -1612,7 +1620,7 @@
|
|
|
1612
1620
|
.e-pivotview .e-expand,
|
|
1613
1621
|
.e-pivotview .e-collapse {
|
|
1614
1622
|
cursor: pointer;
|
|
1615
|
-
display: inline;
|
|
1623
|
+
display: inline-block;
|
|
1616
1624
|
height: 18px;
|
|
1617
1625
|
margin-top: 5px;
|
|
1618
1626
|
text-align: center;
|
|
@@ -1965,6 +1973,9 @@
|
|
|
1965
1973
|
margin-left: 0;
|
|
1966
1974
|
margin-right: 7px;
|
|
1967
1975
|
}
|
|
1976
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1977
|
+
text-align: left;
|
|
1978
|
+
}
|
|
1968
1979
|
.e-pivotview.e-rtl .e-group-values,
|
|
1969
1980
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1970
1981
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2085,6 +2096,7 @@
|
|
|
2085
2096
|
.e-pivottooltip {
|
|
2086
2097
|
border-radius: 2px;
|
|
2087
2098
|
padding: 3px 4px;
|
|
2099
|
+
text-align: initial;
|
|
2088
2100
|
}
|
|
2089
2101
|
|
|
2090
2102
|
.e-pivottooltip p {
|
|
@@ -2330,7 +2342,7 @@
|
|
|
2330
2342
|
}
|
|
2331
2343
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2332
2344
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2333
|
-
height:
|
|
2345
|
+
height: 105px;
|
|
2334
2346
|
}
|
|
2335
2347
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2336
2348
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -558,6 +558,9 @@
|
|
|
558
558
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
559
559
|
background: #d8d8d8;
|
|
560
560
|
}
|
|
561
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
562
|
+
background: #d8d8d8;
|
|
563
|
+
}
|
|
561
564
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
562
565
|
font-size: 16px;
|
|
563
566
|
}
|
|
@@ -894,6 +897,7 @@
|
|
|
894
897
|
}
|
|
895
898
|
.e-pivotview .e-valuescontent {
|
|
896
899
|
padding-right: 8px;
|
|
900
|
+
text-align: right;
|
|
897
901
|
}
|
|
898
902
|
.e-pivotview .e-grid .e-rowcell {
|
|
899
903
|
/* stylelint-disable */
|
|
@@ -934,7 +938,7 @@
|
|
|
934
938
|
}
|
|
935
939
|
.e-pivotview .e-member-editor-dialog,
|
|
936
940
|
.e-pivotview .e-olap-editor-dialog {
|
|
937
|
-
min-height:
|
|
941
|
+
min-height: 350px !important;
|
|
938
942
|
min-width: 350px !important;
|
|
939
943
|
visibility: hidden;
|
|
940
944
|
}
|
|
@@ -1580,7 +1584,7 @@
|
|
|
1580
1584
|
.e-pivotview .e-expand,
|
|
1581
1585
|
.e-pivotview .e-collapse {
|
|
1582
1586
|
cursor: pointer;
|
|
1583
|
-
display: inline;
|
|
1587
|
+
display: inline-block;
|
|
1584
1588
|
height: 18px;
|
|
1585
1589
|
margin-top: 5px;
|
|
1586
1590
|
text-align: center;
|
|
@@ -1931,6 +1935,9 @@
|
|
|
1931
1935
|
margin-left: 0;
|
|
1932
1936
|
margin-right: 7px;
|
|
1933
1937
|
}
|
|
1938
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1939
|
+
text-align: left;
|
|
1940
|
+
}
|
|
1934
1941
|
.e-pivotview.e-rtl .e-group-values,
|
|
1935
1942
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1936
1943
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2051,6 +2058,7 @@
|
|
|
2051
2058
|
.e-pivottooltip {
|
|
2052
2059
|
border-radius: 4px;
|
|
2053
2060
|
padding: 0 0;
|
|
2061
|
+
text-align: initial;
|
|
2054
2062
|
}
|
|
2055
2063
|
|
|
2056
2064
|
.e-pivottooltip p {
|
|
@@ -558,6 +558,9 @@
|
|
|
558
558
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
559
559
|
background: #262626;
|
|
560
560
|
}
|
|
561
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
562
|
+
background: #262626;
|
|
563
|
+
}
|
|
561
564
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
562
565
|
font-size: 16px;
|
|
563
566
|
}
|
|
@@ -894,6 +897,7 @@
|
|
|
894
897
|
}
|
|
895
898
|
.e-pivotview .e-valuescontent {
|
|
896
899
|
padding-right: 8px;
|
|
900
|
+
text-align: right;
|
|
897
901
|
}
|
|
898
902
|
.e-pivotview .e-grid .e-rowcell {
|
|
899
903
|
/* stylelint-disable */
|
|
@@ -934,7 +938,7 @@
|
|
|
934
938
|
}
|
|
935
939
|
.e-pivotview .e-member-editor-dialog,
|
|
936
940
|
.e-pivotview .e-olap-editor-dialog {
|
|
937
|
-
min-height:
|
|
941
|
+
min-height: 350px !important;
|
|
938
942
|
min-width: 350px !important;
|
|
939
943
|
visibility: hidden;
|
|
940
944
|
}
|
|
@@ -1580,7 +1584,7 @@
|
|
|
1580
1584
|
.e-pivotview .e-expand,
|
|
1581
1585
|
.e-pivotview .e-collapse {
|
|
1582
1586
|
cursor: pointer;
|
|
1583
|
-
display: inline;
|
|
1587
|
+
display: inline-block;
|
|
1584
1588
|
height: 18px;
|
|
1585
1589
|
margin-top: 5px;
|
|
1586
1590
|
text-align: center;
|
|
@@ -1931,6 +1935,9 @@
|
|
|
1931
1935
|
margin-left: 0;
|
|
1932
1936
|
margin-right: 7px;
|
|
1933
1937
|
}
|
|
1938
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1939
|
+
text-align: left;
|
|
1940
|
+
}
|
|
1934
1941
|
.e-pivotview.e-rtl .e-group-values,
|
|
1935
1942
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1936
1943
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2051,6 +2058,7 @@
|
|
|
2051
2058
|
.e-pivottooltip {
|
|
2052
2059
|
border-radius: 4px;
|
|
2053
2060
|
padding: 0 0;
|
|
2061
|
+
text-align: initial;
|
|
2054
2062
|
}
|
|
2055
2063
|
|
|
2056
2064
|
.e-pivottooltip p {
|
|
@@ -895,6 +895,7 @@
|
|
|
895
895
|
}
|
|
896
896
|
.e-pivotview .e-valuescontent {
|
|
897
897
|
padding-right: 8px;
|
|
898
|
+
text-align: right;
|
|
898
899
|
}
|
|
899
900
|
.e-pivotview .e-grid .e-rowcell {
|
|
900
901
|
/* stylelint-disable */
|
|
@@ -934,7 +935,7 @@
|
|
|
934
935
|
}
|
|
935
936
|
.e-pivotview .e-member-editor-dialog,
|
|
936
937
|
.e-pivotview .e-olap-editor-dialog {
|
|
937
|
-
min-height:
|
|
938
|
+
min-height: 350px !important;
|
|
938
939
|
min-width: 350px !important;
|
|
939
940
|
visibility: hidden;
|
|
940
941
|
}
|
|
@@ -1581,7 +1582,7 @@
|
|
|
1581
1582
|
.e-pivotview .e-expand,
|
|
1582
1583
|
.e-pivotview .e-collapse {
|
|
1583
1584
|
cursor: pointer;
|
|
1584
|
-
display: inline;
|
|
1585
|
+
display: inline-block;
|
|
1585
1586
|
height: 18px;
|
|
1586
1587
|
margin-top: 5px;
|
|
1587
1588
|
text-align: center;
|
|
@@ -1934,6 +1935,9 @@
|
|
|
1934
1935
|
margin-left: 0;
|
|
1935
1936
|
margin-right: 7px;
|
|
1936
1937
|
}
|
|
1938
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1939
|
+
text-align: left;
|
|
1940
|
+
}
|
|
1937
1941
|
.e-pivotview.e-rtl .e-group-values,
|
|
1938
1942
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1939
1943
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2054,6 +2058,7 @@
|
|
|
2054
2058
|
.e-pivottooltip {
|
|
2055
2059
|
border-radius: 4px;
|
|
2056
2060
|
padding: 3px 4px;
|
|
2061
|
+
text-align: initial;
|
|
2057
2062
|
}
|
|
2058
2063
|
|
|
2059
2064
|
.e-pivottooltip p {
|
|
@@ -560,6 +560,12 @@
|
|
|
560
560
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
561
561
|
background: #f5f5f5;
|
|
562
562
|
}
|
|
563
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
564
|
+
background: #f5f5f5;
|
|
565
|
+
}
|
|
566
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
567
|
+
background: rgba(0, 0, 0, 0.12);
|
|
568
|
+
}
|
|
563
569
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
564
570
|
font-size: 16px;
|
|
565
571
|
}
|
|
@@ -896,6 +902,7 @@
|
|
|
896
902
|
}
|
|
897
903
|
.e-pivotview .e-valuescontent {
|
|
898
904
|
padding-right: 8px;
|
|
905
|
+
text-align: right;
|
|
899
906
|
}
|
|
900
907
|
.e-pivotview .e-grid .e-rowcell {
|
|
901
908
|
/* stylelint-disable */
|
|
@@ -935,7 +942,7 @@
|
|
|
935
942
|
}
|
|
936
943
|
.e-pivotview .e-member-editor-dialog,
|
|
937
944
|
.e-pivotview .e-olap-editor-dialog {
|
|
938
|
-
min-height:
|
|
945
|
+
min-height: 350px !important;
|
|
939
946
|
min-width: 350px !important;
|
|
940
947
|
visibility: hidden;
|
|
941
948
|
}
|
|
@@ -1582,7 +1589,7 @@
|
|
|
1582
1589
|
.e-pivotview .e-expand,
|
|
1583
1590
|
.e-pivotview .e-collapse {
|
|
1584
1591
|
cursor: pointer;
|
|
1585
|
-
display: inline;
|
|
1592
|
+
display: inline-block;
|
|
1586
1593
|
height: 18px;
|
|
1587
1594
|
margin-top: 5px;
|
|
1588
1595
|
text-align: center;
|
|
@@ -1935,6 +1942,9 @@
|
|
|
1935
1942
|
margin-left: 0;
|
|
1936
1943
|
margin-right: 7px;
|
|
1937
1944
|
}
|
|
1945
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1946
|
+
text-align: left;
|
|
1947
|
+
}
|
|
1938
1948
|
.e-pivotview.e-rtl .e-group-values,
|
|
1939
1949
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1940
1950
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2055,6 +2065,7 @@
|
|
|
2055
2065
|
.e-pivottooltip {
|
|
2056
2066
|
border-radius: 4px;
|
|
2057
2067
|
padding: 3px 4px;
|
|
2068
|
+
text-align: initial;
|
|
2058
2069
|
}
|
|
2059
2070
|
|
|
2060
2071
|
.e-pivottooltip p {
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
}
|
|
269
269
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
270
270
|
display: inline-block;
|
|
271
|
-
height:
|
|
271
|
+
height: 176px;
|
|
272
272
|
max-width: 400px;
|
|
273
273
|
overflow: auto;
|
|
274
274
|
width: 100%;
|
|
@@ -573,9 +573,6 @@
|
|
|
573
573
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
574
574
|
background: #232e3e;
|
|
575
575
|
}
|
|
576
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
577
|
-
font-size: 16px;
|
|
578
|
-
}
|
|
579
576
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
580
577
|
background-color: transparent;
|
|
581
578
|
border: none;
|
|
@@ -587,7 +584,6 @@
|
|
|
587
584
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
588
585
|
margin-left: 0;
|
|
589
586
|
margin-right: 0;
|
|
590
|
-
font-size: 16px;
|
|
591
587
|
line-height: 40px;
|
|
592
588
|
}
|
|
593
589
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -733,7 +729,7 @@
|
|
|
733
729
|
}
|
|
734
730
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
735
731
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
736
|
-
height:
|
|
732
|
+
height: 140px;
|
|
737
733
|
}
|
|
738
734
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
739
735
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -918,6 +914,7 @@
|
|
|
918
914
|
}
|
|
919
915
|
.e-pivotview .e-valuescontent {
|
|
920
916
|
padding-right: 8px;
|
|
917
|
+
text-align: right;
|
|
921
918
|
}
|
|
922
919
|
.e-pivotview .e-grid .e-rowcell {
|
|
923
920
|
/* stylelint-disable */
|
|
@@ -959,7 +956,7 @@
|
|
|
959
956
|
}
|
|
960
957
|
.e-pivotview .e-member-editor-dialog,
|
|
961
958
|
.e-pivotview .e-olap-editor-dialog {
|
|
962
|
-
min-height:
|
|
959
|
+
min-height: 350px !important;
|
|
963
960
|
min-width: 350px !important;
|
|
964
961
|
visibility: hidden;
|
|
965
962
|
}
|
|
@@ -1042,7 +1039,7 @@
|
|
|
1042
1039
|
display: none;
|
|
1043
1040
|
}
|
|
1044
1041
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1045
|
-
margin: -
|
|
1042
|
+
margin: -18px 0 !important;
|
|
1046
1043
|
}
|
|
1047
1044
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1048
1045
|
margin: 0 !important;
|
|
@@ -1562,6 +1559,7 @@
|
|
|
1562
1559
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1563
1560
|
margin-top: 3px;
|
|
1564
1561
|
transform: rotateX(180deg);
|
|
1562
|
+
margin-top: 4px !important;
|
|
1565
1563
|
}
|
|
1566
1564
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1567
1565
|
margin-top: 1px;
|
|
@@ -1620,7 +1618,7 @@
|
|
|
1620
1618
|
.e-pivotview .e-expand,
|
|
1621
1619
|
.e-pivotview .e-collapse {
|
|
1622
1620
|
cursor: pointer;
|
|
1623
|
-
display: inline;
|
|
1621
|
+
display: inline-block;
|
|
1624
1622
|
height: 18px;
|
|
1625
1623
|
margin-top: 5px;
|
|
1626
1624
|
text-align: center;
|
|
@@ -1972,6 +1970,9 @@
|
|
|
1972
1970
|
margin-left: 0;
|
|
1973
1971
|
margin-right: 7px;
|
|
1974
1972
|
}
|
|
1973
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1974
|
+
text-align: left;
|
|
1975
|
+
}
|
|
1975
1976
|
.e-pivotview.e-rtl .e-group-values,
|
|
1976
1977
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1977
1978
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2092,6 +2093,7 @@
|
|
|
2092
2093
|
.e-pivottooltip {
|
|
2093
2094
|
border-radius: 4px;
|
|
2094
2095
|
padding: 3px 4px;
|
|
2096
|
+
text-align: initial;
|
|
2095
2097
|
}
|
|
2096
2098
|
|
|
2097
2099
|
.e-pivottooltip p {
|
|
@@ -2343,7 +2345,7 @@
|
|
|
2343
2345
|
}
|
|
2344
2346
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2345
2347
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2346
|
-
height:
|
|
2348
|
+
height: 140px;
|
|
2347
2349
|
}
|
|
2348
2350
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2349
2351
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
}
|
|
271
271
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
272
272
|
display: inline-block;
|
|
273
|
-
height:
|
|
273
|
+
height: 176px;
|
|
274
274
|
max-width: 400px;
|
|
275
275
|
overflow: auto;
|
|
276
276
|
width: 100%;
|
|
@@ -575,9 +575,6 @@
|
|
|
575
575
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
576
576
|
background: #f9fafb;
|
|
577
577
|
}
|
|
578
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
579
|
-
font-size: 16px;
|
|
580
|
-
}
|
|
581
578
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
582
579
|
background-color: transparent;
|
|
583
580
|
border: none;
|
|
@@ -589,7 +586,6 @@
|
|
|
589
586
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
590
587
|
margin-left: 0;
|
|
591
588
|
margin-right: 0;
|
|
592
|
-
font-size: 16px;
|
|
593
589
|
line-height: 40px;
|
|
594
590
|
}
|
|
595
591
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -735,7 +731,7 @@
|
|
|
735
731
|
}
|
|
736
732
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
737
733
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
738
|
-
height:
|
|
734
|
+
height: 140px;
|
|
739
735
|
}
|
|
740
736
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
741
737
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -920,6 +916,7 @@
|
|
|
920
916
|
}
|
|
921
917
|
.e-pivotview .e-valuescontent {
|
|
922
918
|
padding-right: 8px;
|
|
919
|
+
text-align: right;
|
|
923
920
|
}
|
|
924
921
|
.e-pivotview .e-grid .e-rowcell {
|
|
925
922
|
/* stylelint-disable */
|
|
@@ -961,7 +958,7 @@
|
|
|
961
958
|
}
|
|
962
959
|
.e-pivotview .e-member-editor-dialog,
|
|
963
960
|
.e-pivotview .e-olap-editor-dialog {
|
|
964
|
-
min-height:
|
|
961
|
+
min-height: 350px !important;
|
|
965
962
|
min-width: 350px !important;
|
|
966
963
|
visibility: hidden;
|
|
967
964
|
}
|
|
@@ -1044,7 +1041,7 @@
|
|
|
1044
1041
|
display: none;
|
|
1045
1042
|
}
|
|
1046
1043
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1047
|
-
margin: -
|
|
1044
|
+
margin: -18px 0 !important;
|
|
1048
1045
|
}
|
|
1049
1046
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1050
1047
|
margin: 0 !important;
|
|
@@ -1564,6 +1561,7 @@
|
|
|
1564
1561
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1565
1562
|
margin-top: 3px;
|
|
1566
1563
|
transform: rotateX(180deg);
|
|
1564
|
+
margin-top: 4px !important;
|
|
1567
1565
|
}
|
|
1568
1566
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1569
1567
|
margin-top: 1px;
|
|
@@ -1622,7 +1620,7 @@
|
|
|
1622
1620
|
.e-pivotview .e-expand,
|
|
1623
1621
|
.e-pivotview .e-collapse {
|
|
1624
1622
|
cursor: pointer;
|
|
1625
|
-
display: inline;
|
|
1623
|
+
display: inline-block;
|
|
1626
1624
|
height: 18px;
|
|
1627
1625
|
margin-top: 5px;
|
|
1628
1626
|
text-align: center;
|
|
@@ -1974,6 +1972,9 @@
|
|
|
1974
1972
|
margin-left: 0;
|
|
1975
1973
|
margin-right: 7px;
|
|
1976
1974
|
}
|
|
1975
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1976
|
+
text-align: left;
|
|
1977
|
+
}
|
|
1977
1978
|
.e-pivotview.e-rtl .e-group-values,
|
|
1978
1979
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1979
1980
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2094,6 +2095,7 @@
|
|
|
2094
2095
|
.e-pivottooltip {
|
|
2095
2096
|
border-radius: 4px;
|
|
2096
2097
|
padding: 3px 4px;
|
|
2098
|
+
text-align: initial;
|
|
2097
2099
|
}
|
|
2098
2100
|
|
|
2099
2101
|
.e-pivottooltip p {
|
|
@@ -2345,7 +2347,7 @@
|
|
|
2345
2347
|
}
|
|
2346
2348
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2347
2349
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2348
|
-
height:
|
|
2350
|
+
height: 140px;
|
|
2349
2351
|
}
|
|
2350
2352
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2351
2353
|
.e-bigger .e-pivotview .e-stackedheadertext,
|