@syncfusion/ej2-react-pivotview 20.3.57 → 20.4.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +59 -0
- package/README.md +118 -36
- package/diConfig.json +50 -10
- package/dist/ej2-react-pivotview.min.js +1 -1
- package/dist/ej2-react-pivotview.umd.min.js +1 -1
- package/package.json +55 -13
- package/styles/bootstrap-dark.css +18 -7
- package/styles/bootstrap.css +19 -8
- package/styles/bootstrap4.css +27 -10
- package/styles/bootstrap5-dark.css +26 -13
- package/styles/bootstrap5.css +26 -13
- package/styles/fabric-dark.css +42 -11
- package/styles/fabric.css +45 -11
- package/styles/fluent-dark.css +47 -23
- package/styles/fluent.css +47 -23
- package/styles/highcontrast-light.css +32 -9
- package/styles/highcontrast.css +32 -9
- package/styles/material-dark.css +22 -7
- package/styles/material.css +28 -7
- 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 +10 -5
- package/styles/pivotview/bootstrap.css +10 -5
- package/styles/pivotview/bootstrap4.css +18 -7
- package/styles/pivotview/bootstrap5-dark.css +11 -10
- package/styles/pivotview/bootstrap5.css +11 -10
- package/styles/pivotview/fabric-dark.css +23 -7
- package/styles/pivotview/fabric.css +26 -7
- package/styles/pivotview/fluent-dark.css +28 -16
- package/styles/pivotview/fluent.css +28 -16
- package/styles/pivotview/highcontrast-light.css +13 -5
- package/styles/pivotview/highcontrast.css +13 -5
- package/styles/pivotview/material-dark.css +10 -5
- package/styles/pivotview/material.css +16 -5
- package/styles/pivotview/tailwind-dark.css +15 -13
- package/styles/pivotview/tailwind.css +15 -13
- package/styles/tailwind-dark.css +30 -16
- package/styles/tailwind.css +30 -16
package/styles/bootstrap.css
CHANGED
|
@@ -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;
|
|
@@ -1875,9 +1876,9 @@
|
|
|
1875
1876
|
}
|
|
1876
1877
|
@media (max-width: 400px) {
|
|
1877
1878
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1878
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1879
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1880
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1879
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1880
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1881
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1881
1882
|
min-width: 10px !important;
|
|
1882
1883
|
}
|
|
1883
1884
|
}
|
|
@@ -1931,6 +1932,9 @@
|
|
|
1931
1932
|
margin-left: 0;
|
|
1932
1933
|
margin-right: 7px;
|
|
1933
1934
|
}
|
|
1935
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1936
|
+
text-align: left;
|
|
1937
|
+
}
|
|
1934
1938
|
.e-pivotview.e-rtl .e-group-values,
|
|
1935
1939
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1936
1940
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2051,6 +2055,7 @@
|
|
|
2051
2055
|
.e-pivottooltip {
|
|
2052
2056
|
border-radius: 4px;
|
|
2053
2057
|
padding: 3px 2px;
|
|
2058
|
+
text-align: initial;
|
|
2054
2059
|
}
|
|
2055
2060
|
|
|
2056
2061
|
.e-pivottooltip p {
|
|
@@ -3460,6 +3465,7 @@
|
|
|
3460
3465
|
display: inline-table;
|
|
3461
3466
|
height: 100%;
|
|
3462
3467
|
width: 100%;
|
|
3468
|
+
min-width: 265px;
|
|
3463
3469
|
}
|
|
3464
3470
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow {
|
|
3465
3471
|
cursor: move;
|
|
@@ -3483,6 +3489,8 @@
|
|
|
3483
3489
|
cursor: pointer;
|
|
3484
3490
|
font-size: 13px;
|
|
3485
3491
|
margin-top: 3px;
|
|
3492
|
+
padding-left: 0px;
|
|
3493
|
+
padding-right: 0px;
|
|
3486
3494
|
}
|
|
3487
3495
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon {
|
|
3488
3496
|
cursor: auto;
|
|
@@ -3897,6 +3905,9 @@
|
|
|
3897
3905
|
margin-left: 0;
|
|
3898
3906
|
margin-right: 10px;
|
|
3899
3907
|
}
|
|
3908
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
3909
|
+
padding-top: 4px !important;
|
|
3910
|
+
}
|
|
3900
3911
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
3901
3912
|
min-height: 170px;
|
|
3902
3913
|
overflow: auto;
|
|
@@ -4262,7 +4273,7 @@
|
|
|
4262
4273
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
4263
4274
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
4264
4275
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
|
|
4265
|
-
height:
|
|
4276
|
+
height: 204px;
|
|
4266
4277
|
}
|
|
4267
4278
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
4268
4279
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -4412,14 +4423,14 @@
|
|
|
4412
4423
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4413
4424
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4414
4425
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4415
|
-
max-height:
|
|
4426
|
+
max-height: 440px !important;
|
|
4416
4427
|
min-width: 370px !important;
|
|
4417
4428
|
}
|
|
4418
4429
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4419
4430
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4420
4431
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4421
4432
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4422
|
-
min-height:
|
|
4433
|
+
min-height: 75px !important;
|
|
4423
4434
|
}
|
|
4424
4435
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4425
4436
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -590,6 +590,12 @@
|
|
|
590
590
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
591
591
|
background: #f2f4f6;
|
|
592
592
|
}
|
|
593
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
594
|
+
background: #f2f4f6;
|
|
595
|
+
}
|
|
596
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
597
|
+
background: #6c757d;
|
|
598
|
+
}
|
|
593
599
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
594
600
|
font-size: 16px;
|
|
595
601
|
}
|
|
@@ -603,7 +609,7 @@
|
|
|
603
609
|
height: 30px !important;
|
|
604
610
|
overflow: hidden;
|
|
605
611
|
padding-left: 10px;
|
|
606
|
-
background-color: #
|
|
612
|
+
background-color: #f2f4f6;
|
|
607
613
|
color: #495057;
|
|
608
614
|
}
|
|
609
615
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
@@ -797,7 +803,7 @@
|
|
|
797
803
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
798
804
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
799
805
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
800
|
-
height:
|
|
806
|
+
height: 230px;
|
|
801
807
|
}
|
|
802
808
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
803
809
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -950,6 +956,7 @@
|
|
|
950
956
|
}
|
|
951
957
|
.e-pivotview .e-valuescontent {
|
|
952
958
|
padding-right: 8px;
|
|
959
|
+
text-align: right;
|
|
953
960
|
}
|
|
954
961
|
.e-pivotview .e-grid .e-rowcell {
|
|
955
962
|
/* stylelint-disable */
|
|
@@ -989,7 +996,7 @@
|
|
|
989
996
|
}
|
|
990
997
|
.e-pivotview .e-member-editor-dialog,
|
|
991
998
|
.e-pivotview .e-olap-editor-dialog {
|
|
992
|
-
min-height:
|
|
999
|
+
min-height: 350px !important;
|
|
993
1000
|
min-width: 350px !important;
|
|
994
1001
|
visibility: hidden;
|
|
995
1002
|
}
|
|
@@ -1663,7 +1670,7 @@
|
|
|
1663
1670
|
.e-pivotview .e-expand,
|
|
1664
1671
|
.e-pivotview .e-collapse {
|
|
1665
1672
|
cursor: pointer;
|
|
1666
|
-
display: inline;
|
|
1673
|
+
display: inline-block;
|
|
1667
1674
|
height: 18px;
|
|
1668
1675
|
margin-top: 5px;
|
|
1669
1676
|
text-align: center;
|
|
@@ -1957,9 +1964,9 @@
|
|
|
1957
1964
|
}
|
|
1958
1965
|
@media (max-width: 400px) {
|
|
1959
1966
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1960
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1961
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1962
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1967
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1968
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1969
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1963
1970
|
min-width: 10px !important;
|
|
1964
1971
|
}
|
|
1965
1972
|
}
|
|
@@ -2013,6 +2020,9 @@
|
|
|
2013
2020
|
margin-left: 0;
|
|
2014
2021
|
margin-right: 7px;
|
|
2015
2022
|
}
|
|
2023
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
2024
|
+
text-align: left;
|
|
2025
|
+
}
|
|
2016
2026
|
.e-pivotview.e-rtl .e-group-values,
|
|
2017
2027
|
.e-pivotview.e-rtl .e-group-columns,
|
|
2018
2028
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2167,6 +2177,7 @@
|
|
|
2167
2177
|
.e-pivottooltip {
|
|
2168
2178
|
border-radius: 4px;
|
|
2169
2179
|
padding: 3px 2px;
|
|
2180
|
+
text-align: initial;
|
|
2170
2181
|
}
|
|
2171
2182
|
|
|
2172
2183
|
.e-pivottooltip p {
|
|
@@ -3629,6 +3640,7 @@
|
|
|
3629
3640
|
display: inline-table;
|
|
3630
3641
|
height: 100%;
|
|
3631
3642
|
width: 100%;
|
|
3643
|
+
min-width: 265px;
|
|
3632
3644
|
}
|
|
3633
3645
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow {
|
|
3634
3646
|
cursor: move;
|
|
@@ -3652,6 +3664,8 @@
|
|
|
3652
3664
|
cursor: pointer;
|
|
3653
3665
|
font-size: 13px;
|
|
3654
3666
|
margin-top: 3px;
|
|
3667
|
+
padding-left: 0px;
|
|
3668
|
+
padding-right: 0px;
|
|
3655
3669
|
}
|
|
3656
3670
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon {
|
|
3657
3671
|
cursor: auto;
|
|
@@ -4098,6 +4112,9 @@
|
|
|
4098
4112
|
margin-left: 0;
|
|
4099
4113
|
margin-right: 10px;
|
|
4100
4114
|
}
|
|
4115
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
4116
|
+
padding-top: 4px !important;
|
|
4117
|
+
}
|
|
4101
4118
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
4102
4119
|
min-height: 170px;
|
|
4103
4120
|
overflow: auto;
|
|
@@ -4481,7 +4498,7 @@
|
|
|
4481
4498
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
4482
4499
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
4483
4500
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
|
|
4484
|
-
height:
|
|
4501
|
+
height: 220px;
|
|
4485
4502
|
}
|
|
4486
4503
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
4487
4504
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -4631,14 +4648,14 @@
|
|
|
4631
4648
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4632
4649
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4633
4650
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4634
|
-
max-height:
|
|
4651
|
+
max-height: 440px !important;
|
|
4635
4652
|
min-width: 370px !important;
|
|
4636
4653
|
}
|
|
4637
4654
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4638
4655
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4639
4656
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4640
4657
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4641
|
-
min-height:
|
|
4658
|
+
min-height: 75px !important;
|
|
4642
4659
|
}
|
|
4643
4660
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4644
4661
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
@@ -565,9 +565,6 @@
|
|
|
565
565
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
566
566
|
background: #282d31;
|
|
567
567
|
}
|
|
568
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
569
|
-
font-size: 16px;
|
|
570
|
-
}
|
|
571
568
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
572
569
|
background-color: transparent;
|
|
573
570
|
border: none;
|
|
@@ -580,7 +577,6 @@
|
|
|
580
577
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
581
578
|
margin-left: 0;
|
|
582
579
|
margin-right: 0;
|
|
583
|
-
font-size: 16px;
|
|
584
580
|
line-height: 32px;
|
|
585
581
|
}
|
|
586
582
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -748,7 +744,7 @@
|
|
|
748
744
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
749
745
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
750
746
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
751
|
-
height:
|
|
747
|
+
height: 240px;
|
|
752
748
|
}
|
|
753
749
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
754
750
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -901,6 +897,7 @@
|
|
|
901
897
|
}
|
|
902
898
|
.e-pivotview .e-valuescontent {
|
|
903
899
|
padding-right: 8px;
|
|
900
|
+
text-align: right;
|
|
904
901
|
}
|
|
905
902
|
.e-pivotview .e-grid .e-rowcell {
|
|
906
903
|
/* stylelint-disable */
|
|
@@ -941,7 +938,7 @@
|
|
|
941
938
|
}
|
|
942
939
|
.e-pivotview .e-member-editor-dialog,
|
|
943
940
|
.e-pivotview .e-olap-editor-dialog {
|
|
944
|
-
min-height:
|
|
941
|
+
min-height: 350px !important;
|
|
945
942
|
min-width: 350px !important;
|
|
946
943
|
visibility: hidden;
|
|
947
944
|
}
|
|
@@ -1630,7 +1627,7 @@
|
|
|
1630
1627
|
.e-pivotview .e-expand,
|
|
1631
1628
|
.e-pivotview .e-collapse {
|
|
1632
1629
|
cursor: pointer;
|
|
1633
|
-
display: inline;
|
|
1630
|
+
display: inline-block;
|
|
1634
1631
|
height: 18px;
|
|
1635
1632
|
margin-top: 5px;
|
|
1636
1633
|
text-align: center;
|
|
@@ -1927,9 +1924,9 @@
|
|
|
1927
1924
|
}
|
|
1928
1925
|
@media (max-width: 400px) {
|
|
1929
1926
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1930
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1931
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1932
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1927
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1928
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1929
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1933
1930
|
min-width: 10px !important;
|
|
1934
1931
|
}
|
|
1935
1932
|
}
|
|
@@ -1983,6 +1980,9 @@
|
|
|
1983
1980
|
margin-left: 0;
|
|
1984
1981
|
margin-right: 7px;
|
|
1985
1982
|
}
|
|
1983
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1984
|
+
text-align: left;
|
|
1985
|
+
}
|
|
1986
1986
|
.e-pivotview.e-rtl .e-group-values,
|
|
1987
1987
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1988
1988
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2103,6 +2103,7 @@
|
|
|
2103
2103
|
.e-pivottooltip {
|
|
2104
2104
|
border-radius: 4px;
|
|
2105
2105
|
padding: 3px 4px;
|
|
2106
|
+
text-align: initial;
|
|
2106
2107
|
}
|
|
2107
2108
|
|
|
2108
2109
|
.e-pivottooltip p {
|
|
@@ -3550,6 +3551,7 @@
|
|
|
3550
3551
|
display: inline-table;
|
|
3551
3552
|
height: 100%;
|
|
3552
3553
|
width: 100%;
|
|
3554
|
+
min-width: 265px;
|
|
3553
3555
|
}
|
|
3554
3556
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow {
|
|
3555
3557
|
cursor: move;
|
|
@@ -3573,6 +3575,8 @@
|
|
|
3573
3575
|
cursor: pointer;
|
|
3574
3576
|
font-size: 13px;
|
|
3575
3577
|
margin-top: 3px;
|
|
3578
|
+
padding-left: 0px;
|
|
3579
|
+
padding-right: 0px;
|
|
3576
3580
|
}
|
|
3577
3581
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon {
|
|
3578
3582
|
cursor: auto;
|
|
@@ -3705,6 +3709,12 @@
|
|
|
3705
3709
|
font-size: 20px;
|
|
3706
3710
|
padding-top: 12px;
|
|
3707
3711
|
}
|
|
3712
|
+
.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report,
|
|
3713
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit,
|
|
3714
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited,
|
|
3715
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report {
|
|
3716
|
+
padding-top: 3px;
|
|
3717
|
+
}
|
|
3708
3718
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
3709
3719
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3710
3720
|
font-size: 20px;
|
|
@@ -3880,7 +3890,7 @@
|
|
|
3880
3890
|
display: none;
|
|
3881
3891
|
}
|
|
3882
3892
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
|
|
3883
|
-
background-color: #
|
|
3893
|
+
background-color: #282d31;
|
|
3884
3894
|
opacity: 56%;
|
|
3885
3895
|
padding: 14px 10px 16px 20px;
|
|
3886
3896
|
}
|
|
@@ -4001,6 +4011,9 @@
|
|
|
4001
4011
|
margin-left: 0;
|
|
4002
4012
|
margin-right: 10px;
|
|
4003
4013
|
}
|
|
4014
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
4015
|
+
padding-top: 4px !important;
|
|
4016
|
+
}
|
|
4004
4017
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
4005
4018
|
min-height: 170px;
|
|
4006
4019
|
overflow: auto;
|
|
@@ -4527,14 +4540,14 @@
|
|
|
4527
4540
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4528
4541
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4529
4542
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4530
|
-
max-height:
|
|
4543
|
+
max-height: 440px !important;
|
|
4531
4544
|
min-width: 370px !important;
|
|
4532
4545
|
}
|
|
4533
4546
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4534
4547
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4535
4548
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4536
4549
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4537
|
-
min-height:
|
|
4550
|
+
min-height: 75px !important;
|
|
4538
4551
|
}
|
|
4539
4552
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4540
4553
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -567,9 +567,6 @@
|
|
|
567
567
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
568
568
|
background: #f8f9fa;
|
|
569
569
|
}
|
|
570
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
571
|
-
font-size: 16px;
|
|
572
|
-
}
|
|
573
570
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
574
571
|
background-color: transparent;
|
|
575
572
|
border: none;
|
|
@@ -582,7 +579,6 @@
|
|
|
582
579
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
583
580
|
margin-left: 0;
|
|
584
581
|
margin-right: 0;
|
|
585
|
-
font-size: 16px;
|
|
586
582
|
line-height: 32px;
|
|
587
583
|
}
|
|
588
584
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -750,7 +746,7 @@
|
|
|
750
746
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
751
747
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
752
748
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
753
|
-
height:
|
|
749
|
+
height: 240px;
|
|
754
750
|
}
|
|
755
751
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
756
752
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -903,6 +899,7 @@
|
|
|
903
899
|
}
|
|
904
900
|
.e-pivotview .e-valuescontent {
|
|
905
901
|
padding-right: 8px;
|
|
902
|
+
text-align: right;
|
|
906
903
|
}
|
|
907
904
|
.e-pivotview .e-grid .e-rowcell {
|
|
908
905
|
/* stylelint-disable */
|
|
@@ -943,7 +940,7 @@
|
|
|
943
940
|
}
|
|
944
941
|
.e-pivotview .e-member-editor-dialog,
|
|
945
942
|
.e-pivotview .e-olap-editor-dialog {
|
|
946
|
-
min-height:
|
|
943
|
+
min-height: 350px !important;
|
|
947
944
|
min-width: 350px !important;
|
|
948
945
|
visibility: hidden;
|
|
949
946
|
}
|
|
@@ -1632,7 +1629,7 @@
|
|
|
1632
1629
|
.e-pivotview .e-expand,
|
|
1633
1630
|
.e-pivotview .e-collapse {
|
|
1634
1631
|
cursor: pointer;
|
|
1635
|
-
display: inline;
|
|
1632
|
+
display: inline-block;
|
|
1636
1633
|
height: 18px;
|
|
1637
1634
|
margin-top: 5px;
|
|
1638
1635
|
text-align: center;
|
|
@@ -1929,9 +1926,9 @@
|
|
|
1929
1926
|
}
|
|
1930
1927
|
@media (max-width: 400px) {
|
|
1931
1928
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1932
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1933
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1934
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1929
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1930
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1931
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1935
1932
|
min-width: 10px !important;
|
|
1936
1933
|
}
|
|
1937
1934
|
}
|
|
@@ -1985,6 +1982,9 @@
|
|
|
1985
1982
|
margin-left: 0;
|
|
1986
1983
|
margin-right: 7px;
|
|
1987
1984
|
}
|
|
1985
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1986
|
+
text-align: left;
|
|
1987
|
+
}
|
|
1988
1988
|
.e-pivotview.e-rtl .e-group-values,
|
|
1989
1989
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1990
1990
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2105,6 +2105,7 @@
|
|
|
2105
2105
|
.e-pivottooltip {
|
|
2106
2106
|
border-radius: 4px;
|
|
2107
2107
|
padding: 3px 4px;
|
|
2108
|
+
text-align: initial;
|
|
2108
2109
|
}
|
|
2109
2110
|
|
|
2110
2111
|
.e-pivottooltip p {
|
|
@@ -3552,6 +3553,7 @@
|
|
|
3552
3553
|
display: inline-table;
|
|
3553
3554
|
height: 100%;
|
|
3554
3555
|
width: 100%;
|
|
3556
|
+
min-width: 265px;
|
|
3555
3557
|
}
|
|
3556
3558
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow {
|
|
3557
3559
|
cursor: move;
|
|
@@ -3575,6 +3577,8 @@
|
|
|
3575
3577
|
cursor: pointer;
|
|
3576
3578
|
font-size: 13px;
|
|
3577
3579
|
margin-top: 3px;
|
|
3580
|
+
padding-left: 0px;
|
|
3581
|
+
padding-right: 0px;
|
|
3578
3582
|
}
|
|
3579
3583
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon {
|
|
3580
3584
|
cursor: auto;
|
|
@@ -3707,6 +3711,12 @@
|
|
|
3707
3711
|
font-size: 20px;
|
|
3708
3712
|
padding-top: 12px;
|
|
3709
3713
|
}
|
|
3714
|
+
.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report,
|
|
3715
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit,
|
|
3716
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited,
|
|
3717
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report {
|
|
3718
|
+
padding-top: 3px;
|
|
3719
|
+
}
|
|
3710
3720
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
3711
3721
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3712
3722
|
font-size: 20px;
|
|
@@ -3882,7 +3892,7 @@
|
|
|
3882
3892
|
display: none;
|
|
3883
3893
|
}
|
|
3884
3894
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
|
|
3885
|
-
background-color: #
|
|
3895
|
+
background-color: #f8f9fa;
|
|
3886
3896
|
opacity: 56%;
|
|
3887
3897
|
padding: 14px 10px 16px 20px;
|
|
3888
3898
|
}
|
|
@@ -4003,6 +4013,9 @@
|
|
|
4003
4013
|
margin-left: 0;
|
|
4004
4014
|
margin-right: 10px;
|
|
4005
4015
|
}
|
|
4016
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
4017
|
+
padding-top: 4px !important;
|
|
4018
|
+
}
|
|
4006
4019
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
4007
4020
|
min-height: 170px;
|
|
4008
4021
|
overflow: auto;
|
|
@@ -4529,14 +4542,14 @@
|
|
|
4529
4542
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4530
4543
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4531
4544
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4532
|
-
max-height:
|
|
4545
|
+
max-height: 440px !important;
|
|
4533
4546
|
min-width: 370px !important;
|
|
4534
4547
|
}
|
|
4535
4548
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4536
4549
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4537
4550
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4538
4551
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4539
|
-
min-height:
|
|
4552
|
+
min-height: 75px !important;
|
|
4540
4553
|
}
|
|
4541
4554
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4542
4555
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|