@syncfusion/ej2-react-pivotview 19.4.54 → 20.1.48
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 +44 -0
- package/dist/ej2-react-pivotview.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +80 -29
- package/styles/bootstrap.css +80 -29
- package/styles/bootstrap4.css +82 -31
- package/styles/bootstrap5-dark.css +151 -64
- package/styles/bootstrap5.css +151 -64
- package/styles/fabric-dark.css +81 -29
- package/styles/fabric.css +80 -29
- package/styles/fluent-dark.css +8914 -0
- package/styles/fluent-dark.scss +2 -0
- package/styles/fluent.css +8916 -0
- package/styles/fluent.scss +2 -0
- package/styles/highcontrast-light.css +80 -29
- package/styles/highcontrast.css +80 -29
- package/styles/material-dark.css +80 -29
- package/styles/material.css +80 -29
- package/styles/pivotfieldlist/bootstrap-dark.css +33 -16
- package/styles/pivotfieldlist/bootstrap.css +33 -16
- package/styles/pivotfieldlist/bootstrap4.css +33 -16
- package/styles/pivotfieldlist/bootstrap5-dark.css +78 -40
- package/styles/pivotfieldlist/bootstrap5.css +78 -40
- package/styles/pivotfieldlist/fabric-dark.css +33 -16
- package/styles/pivotfieldlist/fabric.css +33 -16
- package/styles/pivotfieldlist/fluent-dark.css +6456 -0
- package/styles/pivotfieldlist/fluent-dark.scss +1 -0
- package/styles/pivotfieldlist/fluent.css +6456 -0
- package/styles/pivotfieldlist/fluent.scss +1 -0
- package/styles/pivotfieldlist/highcontrast-light.css +33 -16
- package/styles/pivotfieldlist/highcontrast.css +33 -16
- package/styles/pivotfieldlist/material-dark.css +33 -16
- package/styles/pivotfieldlist/material.css +33 -16
- package/styles/pivotfieldlist/tailwind-dark.css +145 -137
- package/styles/pivotfieldlist/tailwind.css +145 -137
- package/styles/pivotview/bootstrap-dark.css +47 -13
- package/styles/pivotview/bootstrap.css +47 -13
- package/styles/pivotview/bootstrap4.css +49 -15
- package/styles/pivotview/bootstrap5-dark.css +73 -24
- package/styles/pivotview/bootstrap5.css +73 -24
- package/styles/pivotview/fabric-dark.css +48 -13
- package/styles/pivotview/fabric.css +47 -13
- package/styles/pivotview/fluent-dark.css +2457 -0
- package/styles/pivotview/fluent-dark.scss +1 -0
- package/styles/pivotview/fluent.css +2459 -0
- package/styles/pivotview/fluent.scss +1 -0
- package/styles/pivotview/highcontrast-light.css +47 -13
- package/styles/pivotview/highcontrast.css +47 -13
- package/styles/pivotview/material-dark.css +47 -13
- package/styles/pivotview/material.css +47 -13
- package/styles/pivotview/tailwind-dark.css +115 -61
- package/styles/pivotview/tailwind.css +115 -61
- package/styles/tailwind-dark.css +260 -198
- package/styles/tailwind.css +260 -198
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
}
|
|
399
399
|
|
|
400
400
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
401
|
-
padding-bottom:
|
|
401
|
+
padding-bottom: 4px;
|
|
402
402
|
}
|
|
403
403
|
|
|
404
404
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
@@ -426,7 +426,7 @@
|
|
|
426
426
|
|
|
427
427
|
.e-pivot-formatting-dialog .e-format-font-color-picker {
|
|
428
428
|
margin-left: 0;
|
|
429
|
-
margin-right:
|
|
429
|
+
margin-right: 16px;
|
|
430
430
|
}
|
|
431
431
|
|
|
432
432
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
@@ -549,7 +549,7 @@
|
|
|
549
549
|
}
|
|
550
550
|
|
|
551
551
|
.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
552
|
-
margin-left:
|
|
552
|
+
margin-left: 16px;
|
|
553
553
|
margin-right: 0;
|
|
554
554
|
}
|
|
555
555
|
|
|
@@ -571,6 +571,10 @@
|
|
|
571
571
|
padding-left: 12px;
|
|
572
572
|
}
|
|
573
573
|
|
|
574
|
+
.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
575
|
+
margin-right: 0;
|
|
576
|
+
}
|
|
577
|
+
|
|
574
578
|
.e-bigger.e-pivot-formatting-dialog,
|
|
575
579
|
.e-bigger .e-pivot-formatting-dialog {
|
|
576
580
|
min-width: 706px !important;
|
|
@@ -665,7 +669,7 @@
|
|
|
665
669
|
color: #333;
|
|
666
670
|
font-size: 13px;
|
|
667
671
|
margin-bottom: 4px;
|
|
668
|
-
margin-top:
|
|
672
|
+
margin-top: 12px;
|
|
669
673
|
overflow: hidden;
|
|
670
674
|
padding: 4px 0;
|
|
671
675
|
padding-bottom: 0;
|
|
@@ -699,7 +703,9 @@
|
|
|
699
703
|
|
|
700
704
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
701
705
|
color: #333;
|
|
706
|
+
float: right !important;
|
|
702
707
|
margin: 0;
|
|
708
|
+
margin-right: 12px !important;
|
|
703
709
|
}
|
|
704
710
|
|
|
705
711
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
@@ -722,6 +728,13 @@
|
|
|
722
728
|
width: 24px;
|
|
723
729
|
}
|
|
724
730
|
|
|
731
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
732
|
+
float: right;
|
|
733
|
+
font-size: 20px;
|
|
734
|
+
margin-right: 12px;
|
|
735
|
+
padding-top: 10px;
|
|
736
|
+
}
|
|
737
|
+
|
|
725
738
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
|
|
726
739
|
cursor: pointer;
|
|
727
740
|
display: inline-block;
|
|
@@ -744,9 +757,9 @@
|
|
|
744
757
|
font-size: 14px;
|
|
745
758
|
height: 24px;
|
|
746
759
|
margin-right: 4px;
|
|
747
|
-
padding: 5px;
|
|
748
760
|
pointer-events: auto;
|
|
749
761
|
width: 24px;
|
|
762
|
+
padding: 8px 8px 8px 12px;
|
|
750
763
|
}
|
|
751
764
|
|
|
752
765
|
.e-pivot-calc-dialog-div .e-dlg-header {
|
|
@@ -862,7 +875,7 @@
|
|
|
862
875
|
}
|
|
863
876
|
|
|
864
877
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
865
|
-
height:
|
|
878
|
+
height: 474px;
|
|
866
879
|
width: 50%;
|
|
867
880
|
}
|
|
868
881
|
|
|
@@ -874,7 +887,7 @@
|
|
|
874
887
|
|
|
875
888
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
876
889
|
display: inline-block;
|
|
877
|
-
height:
|
|
890
|
+
height: 441px;
|
|
878
891
|
overflow: auto;
|
|
879
892
|
width: 100%;
|
|
880
893
|
}
|
|
@@ -932,6 +945,7 @@
|
|
|
932
945
|
.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-item div.e-icons {
|
|
933
946
|
padding: 0;
|
|
934
947
|
height: auto;
|
|
948
|
+
float: none !important;
|
|
935
949
|
}
|
|
936
950
|
|
|
937
951
|
.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 li {
|
|
@@ -1102,12 +1116,12 @@
|
|
|
1102
1116
|
|
|
1103
1117
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
1104
1118
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
1105
|
-
height:
|
|
1119
|
+
height: 528px;
|
|
1106
1120
|
}
|
|
1107
1121
|
|
|
1108
1122
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div,
|
|
1109
1123
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
1110
|
-
height:
|
|
1124
|
+
height: 490px;
|
|
1111
1125
|
}
|
|
1112
1126
|
|
|
1113
1127
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title,
|
|
@@ -1413,7 +1427,7 @@
|
|
|
1413
1427
|
}
|
|
1414
1428
|
|
|
1415
1429
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
1416
|
-
padding: 0
|
|
1430
|
+
padding: 0 24px 10px;
|
|
1417
1431
|
}
|
|
1418
1432
|
|
|
1419
1433
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
|
|
@@ -2217,7 +2231,7 @@
|
|
|
2217
2231
|
|
|
2218
2232
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content,
|
|
2219
2233
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
2220
|
-
padding: 0
|
|
2234
|
+
padding: 0 28px 10px;
|
|
2221
2235
|
}
|
|
2222
2236
|
|
|
2223
2237
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-field-name-text-wrapper,
|
|
@@ -2277,6 +2291,7 @@
|
|
|
2277
2291
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-type-option-text,
|
|
2278
2292
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-caption-input-text {
|
|
2279
2293
|
font-size: 14px;
|
|
2294
|
+
padding-bottom: 6px;
|
|
2280
2295
|
}
|
|
2281
2296
|
|
|
2282
2297
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -2692,7 +2707,7 @@
|
|
|
2692
2707
|
color: #666;
|
|
2693
2708
|
cursor: pointer;
|
|
2694
2709
|
font-size: 14px;
|
|
2695
|
-
height: 20px;
|
|
2710
|
+
height: 20px !important;
|
|
2696
2711
|
padding: 5px 0 0 4px;
|
|
2697
2712
|
width: 20px;
|
|
2698
2713
|
}
|
|
@@ -3612,6 +3627,7 @@
|
|
|
3612
3627
|
height: 24px;
|
|
3613
3628
|
padding-left: 10px;
|
|
3614
3629
|
width: 24px;
|
|
3630
|
+
font-size: 14px !important;
|
|
3615
3631
|
}
|
|
3616
3632
|
|
|
3617
3633
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -4165,7 +4181,7 @@
|
|
|
4165
4181
|
color: #666;
|
|
4166
4182
|
cursor: pointer;
|
|
4167
4183
|
font-size: 14px;
|
|
4168
|
-
height: 20px;
|
|
4184
|
+
height: 20px !important;
|
|
4169
4185
|
padding: 5px 0 0 4px;
|
|
4170
4186
|
width: 20px;
|
|
4171
4187
|
}
|
|
@@ -5085,6 +5101,7 @@
|
|
|
5085
5101
|
height: 24px;
|
|
5086
5102
|
padding-left: 10px;
|
|
5087
5103
|
width: 24px;
|
|
5104
|
+
font-size: 14px !important;
|
|
5088
5105
|
}
|
|
5089
5106
|
|
|
5090
5107
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -5480,7 +5497,7 @@
|
|
|
5480
5497
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields,
|
|
5481
5498
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,
|
|
5482
5499
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields {
|
|
5483
|
-
padding-left: 16px;
|
|
5500
|
+
padding-left: 16px !important;
|
|
5484
5501
|
}
|
|
5485
5502
|
|
|
5486
5503
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header,
|
|
@@ -5506,7 +5523,7 @@
|
|
|
5506
5523
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,
|
|
5507
5524
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend {
|
|
5508
5525
|
font-size: 16px;
|
|
5509
|
-
height: 24px;
|
|
5526
|
+
height: 24px !important;
|
|
5510
5527
|
padding: 5px 0 0 4px;
|
|
5511
5528
|
width: 24px;
|
|
5512
5529
|
}
|
|
@@ -5945,7 +5962,7 @@
|
|
|
5945
5962
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
|
|
5946
5963
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
|
|
5947
5964
|
font-size: 16px;
|
|
5948
|
-
height: 24px;
|
|
5965
|
+
height: 24px !important;
|
|
5949
5966
|
padding: 5px 0 0 4px;
|
|
5950
5967
|
width: 24px;
|
|
5951
5968
|
}
|