@syncfusion/ej2-vue-pivotview 19.4.55 → 20.1.47
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 +16 -0
- package/dist/ej2-vue-pivotview.umd.min.js +2 -2
- package/dist/es6/ej2-vue-pivotview.es2015.js +32 -4
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +20 -2
- package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +8 -8
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +1 -0
- package/src/pivotfieldlist/pivotfieldlist.component.js +10 -1
- package/src/pivotview/pivotview.component.d.ts +1 -0
- package/src/pivotview/pivotview.component.js +10 -1
- 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
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
}
|
|
400
400
|
|
|
401
401
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
402
|
-
padding-bottom:
|
|
402
|
+
padding-bottom: 4px;
|
|
403
403
|
}
|
|
404
404
|
|
|
405
405
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
|
|
428
428
|
.e-pivot-formatting-dialog .e-format-font-color-picker {
|
|
429
429
|
margin-left: 0;
|
|
430
|
-
margin-right:
|
|
430
|
+
margin-right: 16px;
|
|
431
431
|
}
|
|
432
432
|
|
|
433
433
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
@@ -550,7 +550,7 @@
|
|
|
550
550
|
}
|
|
551
551
|
|
|
552
552
|
.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
553
|
-
margin-left:
|
|
553
|
+
margin-left: 16px;
|
|
554
554
|
margin-right: 0;
|
|
555
555
|
}
|
|
556
556
|
|
|
@@ -572,6 +572,10 @@
|
|
|
572
572
|
padding-left: 12px;
|
|
573
573
|
}
|
|
574
574
|
|
|
575
|
+
.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
576
|
+
margin-right: 0;
|
|
577
|
+
}
|
|
578
|
+
|
|
575
579
|
.e-bigger.e-pivot-formatting-dialog,
|
|
576
580
|
.e-bigger .e-pivot-formatting-dialog {
|
|
577
581
|
min-width: 680px !important;
|
|
@@ -666,7 +670,7 @@
|
|
|
666
670
|
color: rgba(0, 0, 0, 0.54);
|
|
667
671
|
font-size: 13px;
|
|
668
672
|
margin-bottom: 4px;
|
|
669
|
-
margin-top:
|
|
673
|
+
margin-top: 12px;
|
|
670
674
|
overflow: hidden;
|
|
671
675
|
padding: 4px 0;
|
|
672
676
|
padding-bottom: 0;
|
|
@@ -700,7 +704,9 @@
|
|
|
700
704
|
|
|
701
705
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
702
706
|
color: rgba(0, 0, 0, 0.54);
|
|
707
|
+
float: right !important;
|
|
703
708
|
margin: 0;
|
|
709
|
+
margin-right: 12px !important;
|
|
704
710
|
}
|
|
705
711
|
|
|
706
712
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
@@ -723,6 +729,13 @@
|
|
|
723
729
|
width: 24px;
|
|
724
730
|
}
|
|
725
731
|
|
|
732
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
733
|
+
float: right;
|
|
734
|
+
font-size: 20px;
|
|
735
|
+
margin-right: 12px;
|
|
736
|
+
padding-top: 10px;
|
|
737
|
+
}
|
|
738
|
+
|
|
726
739
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
|
|
727
740
|
cursor: pointer;
|
|
728
741
|
display: inline-block;
|
|
@@ -745,9 +758,9 @@
|
|
|
745
758
|
font-size: 14px;
|
|
746
759
|
height: 24px;
|
|
747
760
|
margin-right: 4px;
|
|
748
|
-
padding: 5px;
|
|
749
761
|
pointer-events: auto;
|
|
750
762
|
width: 24px;
|
|
763
|
+
padding: 8px 8px 8px 12px;
|
|
751
764
|
}
|
|
752
765
|
|
|
753
766
|
.e-pivot-calc-dialog-div .e-dlg-header {
|
|
@@ -863,7 +876,7 @@
|
|
|
863
876
|
}
|
|
864
877
|
|
|
865
878
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
866
|
-
height:
|
|
879
|
+
height: 465px;
|
|
867
880
|
width: 50%;
|
|
868
881
|
}
|
|
869
882
|
|
|
@@ -875,7 +888,7 @@
|
|
|
875
888
|
|
|
876
889
|
.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 {
|
|
877
890
|
display: inline-block;
|
|
878
|
-
height:
|
|
891
|
+
height: 436px;
|
|
879
892
|
overflow: auto;
|
|
880
893
|
width: 100%;
|
|
881
894
|
}
|
|
@@ -933,6 +946,7 @@
|
|
|
933
946
|
.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 {
|
|
934
947
|
padding: 0;
|
|
935
948
|
height: auto;
|
|
949
|
+
float: none !important;
|
|
936
950
|
}
|
|
937
951
|
|
|
938
952
|
.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 {
|
|
@@ -1103,12 +1117,12 @@
|
|
|
1103
1117
|
|
|
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
1119
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
1106
|
-
height:
|
|
1120
|
+
height: 520px;
|
|
1107
1121
|
}
|
|
1108
1122
|
|
|
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
1124
|
.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 {
|
|
1111
|
-
height:
|
|
1125
|
+
height: 485px;
|
|
1112
1126
|
}
|
|
1113
1127
|
|
|
1114
1128
|
.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,
|
|
@@ -1414,7 +1428,7 @@
|
|
|
1414
1428
|
}
|
|
1415
1429
|
|
|
1416
1430
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
1417
|
-
padding: 0
|
|
1431
|
+
padding: 0 24px 10px;
|
|
1418
1432
|
}
|
|
1419
1433
|
|
|
1420
1434
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
|
|
@@ -2218,7 +2232,7 @@
|
|
|
2218
2232
|
|
|
2219
2233
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content,
|
|
2220
2234
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
2221
|
-
padding: 0
|
|
2235
|
+
padding: 0 28px 10px;
|
|
2222
2236
|
}
|
|
2223
2237
|
|
|
2224
2238
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-field-name-text-wrapper,
|
|
@@ -2278,6 +2292,7 @@
|
|
|
2278
2292
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-type-option-text,
|
|
2279
2293
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-caption-input-text {
|
|
2280
2294
|
font-size: 14px;
|
|
2295
|
+
padding-bottom: 6px;
|
|
2281
2296
|
}
|
|
2282
2297
|
|
|
2283
2298
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -2693,7 +2708,7 @@
|
|
|
2693
2708
|
color: rgba(0, 0, 0, 0.54);
|
|
2694
2709
|
cursor: pointer;
|
|
2695
2710
|
font-size: 14px;
|
|
2696
|
-
height: 20px;
|
|
2711
|
+
height: 20px !important;
|
|
2697
2712
|
padding: 7px 0 0 4px;
|
|
2698
2713
|
width: 20px;
|
|
2699
2714
|
}
|
|
@@ -3613,6 +3628,7 @@
|
|
|
3613
3628
|
height: 24px;
|
|
3614
3629
|
padding-left: 10px;
|
|
3615
3630
|
width: 24px;
|
|
3631
|
+
font-size: 14px !important;
|
|
3616
3632
|
}
|
|
3617
3633
|
|
|
3618
3634
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -4166,7 +4182,7 @@
|
|
|
4166
4182
|
color: rgba(0, 0, 0, 0.54);
|
|
4167
4183
|
cursor: pointer;
|
|
4168
4184
|
font-size: 14px;
|
|
4169
|
-
height: 20px;
|
|
4185
|
+
height: 20px !important;
|
|
4170
4186
|
padding: 7px 0 0 4px;
|
|
4171
4187
|
width: 20px;
|
|
4172
4188
|
}
|
|
@@ -5086,6 +5102,7 @@
|
|
|
5086
5102
|
height: 24px;
|
|
5087
5103
|
padding-left: 10px;
|
|
5088
5104
|
width: 24px;
|
|
5105
|
+
font-size: 14px !important;
|
|
5089
5106
|
}
|
|
5090
5107
|
|
|
5091
5108
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -5481,7 +5498,7 @@
|
|
|
5481
5498
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields,
|
|
5482
5499
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,
|
|
5483
5500
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields {
|
|
5484
|
-
padding-left: 16px;
|
|
5501
|
+
padding-left: 16px !important;
|
|
5485
5502
|
}
|
|
5486
5503
|
|
|
5487
5504
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header,
|
|
@@ -5507,7 +5524,7 @@
|
|
|
5507
5524
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,
|
|
5508
5525
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend {
|
|
5509
5526
|
font-size: 16px;
|
|
5510
|
-
height: 24px;
|
|
5527
|
+
height: 24px !important;
|
|
5511
5528
|
padding: 7px 0 0 4px;
|
|
5512
5529
|
width: 24px;
|
|
5513
5530
|
}
|
|
@@ -5946,7 +5963,7 @@
|
|
|
5946
5963
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
|
|
5947
5964
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
|
|
5948
5965
|
font-size: 16px;
|
|
5949
|
-
height: 24px;
|
|
5966
|
+
height: 24px !important;
|
|
5950
5967
|
padding: 7px 0 0 4px;
|
|
5951
5968
|
width: 24px;
|
|
5952
5969
|
}
|