@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
|
@@ -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: 670px !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: 467px;
|
|
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: 437px;
|
|
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: 511px;
|
|
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: 475px;
|
|
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: #555;
|
|
2693
2708
|
cursor: pointer;
|
|
2694
2709
|
font-size: 14px;
|
|
2695
|
-
height: 20px;
|
|
2710
|
+
height: 20px !important;
|
|
2696
2711
|
padding: 7px 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: #555;
|
|
4166
4182
|
cursor: pointer;
|
|
4167
4183
|
font-size: 14px;
|
|
4168
|
-
height: 20px;
|
|
4184
|
+
height: 20px !important;
|
|
4169
4185
|
padding: 7px 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: 7px 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: 7px 0 0 4px;
|
|
5950
5967
|
width: 24px;
|
|
5951
5968
|
}
|
|
@@ -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 {
|
|
@@ -429,7 +429,7 @@
|
|
|
429
429
|
|
|
430
430
|
.e-pivot-formatting-dialog .e-format-font-color-picker {
|
|
431
431
|
margin-left: 0;
|
|
432
|
-
margin-right:
|
|
432
|
+
margin-right: 16px;
|
|
433
433
|
}
|
|
434
434
|
|
|
435
435
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
@@ -563,7 +563,7 @@
|
|
|
563
563
|
}
|
|
564
564
|
|
|
565
565
|
.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
566
|
-
margin-left:
|
|
566
|
+
margin-left: 16px;
|
|
567
567
|
margin-right: 0;
|
|
568
568
|
}
|
|
569
569
|
|
|
@@ -585,6 +585,10 @@
|
|
|
585
585
|
padding-left: 12px;
|
|
586
586
|
}
|
|
587
587
|
|
|
588
|
+
.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
589
|
+
margin-right: 0;
|
|
590
|
+
}
|
|
591
|
+
|
|
588
592
|
.e-bigger.e-pivot-formatting-dialog,
|
|
589
593
|
.e-bigger .e-pivot-formatting-dialog {
|
|
590
594
|
min-width: 670px !important;
|
|
@@ -686,7 +690,7 @@
|
|
|
686
690
|
color: #212529;
|
|
687
691
|
font-size: 13px;
|
|
688
692
|
margin-bottom: 4px;
|
|
689
|
-
margin-top:
|
|
693
|
+
margin-top: 12px;
|
|
690
694
|
overflow: hidden;
|
|
691
695
|
padding: 4px 0;
|
|
692
696
|
padding-bottom: 0;
|
|
@@ -720,7 +724,9 @@
|
|
|
720
724
|
|
|
721
725
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
722
726
|
color: #495057;
|
|
727
|
+
float: right !important;
|
|
723
728
|
margin: 0;
|
|
729
|
+
margin-right: 12px !important;
|
|
724
730
|
}
|
|
725
731
|
|
|
726
732
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
@@ -743,6 +749,13 @@
|
|
|
743
749
|
width: 24px;
|
|
744
750
|
}
|
|
745
751
|
|
|
752
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
753
|
+
float: right;
|
|
754
|
+
font-size: 20px;
|
|
755
|
+
margin-right: 12px;
|
|
756
|
+
padding-top: 10px;
|
|
757
|
+
}
|
|
758
|
+
|
|
746
759
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
|
|
747
760
|
cursor: pointer;
|
|
748
761
|
display: inline-block;
|
|
@@ -765,9 +778,9 @@
|
|
|
765
778
|
font-size: 14px;
|
|
766
779
|
height: 24px;
|
|
767
780
|
margin-right: 4px;
|
|
768
|
-
padding: 5px;
|
|
769
781
|
pointer-events: auto;
|
|
770
782
|
width: 24px;
|
|
783
|
+
padding: 8px 8px 8px 12px;
|
|
771
784
|
}
|
|
772
785
|
|
|
773
786
|
.e-pivot-calc-dialog-div .e-dlg-header {
|
|
@@ -883,7 +896,7 @@
|
|
|
883
896
|
}
|
|
884
897
|
|
|
885
898
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
886
|
-
height:
|
|
899
|
+
height: 470px;
|
|
887
900
|
width: 50%;
|
|
888
901
|
}
|
|
889
902
|
|
|
@@ -895,7 +908,7 @@
|
|
|
895
908
|
|
|
896
909
|
.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 {
|
|
897
910
|
display: inline-block;
|
|
898
|
-
height:
|
|
911
|
+
height: 437px;
|
|
899
912
|
overflow: auto;
|
|
900
913
|
width: 100%;
|
|
901
914
|
}
|
|
@@ -953,6 +966,7 @@
|
|
|
953
966
|
.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 {
|
|
954
967
|
padding: 0;
|
|
955
968
|
height: auto;
|
|
969
|
+
float: none !important;
|
|
956
970
|
}
|
|
957
971
|
|
|
958
972
|
.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 {
|
|
@@ -1123,12 +1137,12 @@
|
|
|
1123
1137
|
|
|
1124
1138
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
1125
1139
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
1126
|
-
height:
|
|
1140
|
+
height: 521px;
|
|
1127
1141
|
}
|
|
1128
1142
|
|
|
1129
1143
|
.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,
|
|
1130
1144
|
.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 {
|
|
1131
|
-
height:
|
|
1145
|
+
height: 482px;
|
|
1132
1146
|
}
|
|
1133
1147
|
|
|
1134
1148
|
.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,
|
|
@@ -1472,7 +1486,7 @@
|
|
|
1472
1486
|
}
|
|
1473
1487
|
|
|
1474
1488
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
1475
|
-
padding: 0
|
|
1489
|
+
padding: 0 24px 10px;
|
|
1476
1490
|
}
|
|
1477
1491
|
|
|
1478
1492
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
|
|
@@ -2334,7 +2348,7 @@
|
|
|
2334
2348
|
|
|
2335
2349
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content,
|
|
2336
2350
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
2337
|
-
padding: 0
|
|
2351
|
+
padding: 0 28px 10px;
|
|
2338
2352
|
}
|
|
2339
2353
|
|
|
2340
2354
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-field-name-text-wrapper,
|
|
@@ -2394,6 +2408,7 @@
|
|
|
2394
2408
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-type-option-text,
|
|
2395
2409
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-caption-input-text {
|
|
2396
2410
|
font-size: 14px;
|
|
2411
|
+
padding-bottom: 6px;
|
|
2397
2412
|
}
|
|
2398
2413
|
|
|
2399
2414
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -2820,7 +2835,7 @@
|
|
|
2820
2835
|
color: #555;
|
|
2821
2836
|
cursor: pointer;
|
|
2822
2837
|
font-size: 14px;
|
|
2823
|
-
height: 20px;
|
|
2838
|
+
height: 20px !important;
|
|
2824
2839
|
padding: 7px 0 0 8px;
|
|
2825
2840
|
width: 20px;
|
|
2826
2841
|
}
|
|
@@ -3743,6 +3758,7 @@
|
|
|
3743
3758
|
height: 24px;
|
|
3744
3759
|
padding-left: 10px;
|
|
3745
3760
|
width: 24px;
|
|
3761
|
+
font-size: 14px !important;
|
|
3746
3762
|
color: #fff;
|
|
3747
3763
|
}
|
|
3748
3764
|
|
|
@@ -4298,7 +4314,7 @@
|
|
|
4298
4314
|
color: #555;
|
|
4299
4315
|
cursor: pointer;
|
|
4300
4316
|
font-size: 14px;
|
|
4301
|
-
height: 20px;
|
|
4317
|
+
height: 20px !important;
|
|
4302
4318
|
padding: 7px 0 0 8px;
|
|
4303
4319
|
width: 20px;
|
|
4304
4320
|
}
|
|
@@ -5221,6 +5237,7 @@
|
|
|
5221
5237
|
height: 24px;
|
|
5222
5238
|
padding-left: 10px;
|
|
5223
5239
|
width: 24px;
|
|
5240
|
+
font-size: 14px !important;
|
|
5224
5241
|
color: #fff;
|
|
5225
5242
|
}
|
|
5226
5243
|
|
|
@@ -5617,7 +5634,7 @@
|
|
|
5617
5634
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields,
|
|
5618
5635
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,
|
|
5619
5636
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields {
|
|
5620
|
-
padding-left: 16px;
|
|
5637
|
+
padding-left: 16px !important;
|
|
5621
5638
|
}
|
|
5622
5639
|
|
|
5623
5640
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header,
|
|
@@ -5646,7 +5663,7 @@
|
|
|
5646
5663
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,
|
|
5647
5664
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend {
|
|
5648
5665
|
font-size: 16px;
|
|
5649
|
-
height: 24px;
|
|
5666
|
+
height: 24px !important;
|
|
5650
5667
|
padding: 7px 0 0 8px;
|
|
5651
5668
|
width: 24px;
|
|
5652
5669
|
}
|
|
@@ -6111,7 +6128,7 @@
|
|
|
6111
6128
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
|
|
6112
6129
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
|
|
6113
6130
|
font-size: 16px;
|
|
6114
|
-
height: 24px;
|
|
6131
|
+
height: 24px !important;
|
|
6115
6132
|
padding: 7px 0 0 8px;
|
|
6116
6133
|
width: 24px;
|
|
6117
6134
|
}
|