@syncfusion/ej2-vue-pivotview 19.4.53 → 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 +39 -0
- package/README.md +1 -1
- package/dist/ej2-vue-pivotview.umd.min.js +1 -1
- 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
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
}
|
|
398
398
|
|
|
399
399
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
400
|
-
padding-bottom:
|
|
400
|
+
padding-bottom: 4px;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
.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 {
|
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
float: right;
|
|
452
452
|
padding-right: 12px;
|
|
453
453
|
padding-top: 12px;
|
|
454
|
-
color: #212529;
|
|
454
|
+
color: #212529 !important;
|
|
455
455
|
}
|
|
456
456
|
|
|
457
457
|
.e-pivot-formatting-dialog .e-format-delete-button:hover,
|
|
@@ -495,11 +495,12 @@
|
|
|
495
495
|
background: none;
|
|
496
496
|
margin: 0 2px;
|
|
497
497
|
width: 14px;
|
|
498
|
+
color: #212529 !important;
|
|
498
499
|
}
|
|
499
500
|
|
|
500
501
|
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color:hover,
|
|
501
502
|
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color:hover {
|
|
502
|
-
color: #6c757d;
|
|
503
|
+
color: #6c757d !important;
|
|
503
504
|
}
|
|
504
505
|
|
|
505
506
|
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
|
|
@@ -555,7 +556,7 @@
|
|
|
555
556
|
}
|
|
556
557
|
|
|
557
558
|
.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
558
|
-
margin-left:
|
|
559
|
+
margin-left: 16px;
|
|
559
560
|
margin-right: 0;
|
|
560
561
|
}
|
|
561
562
|
|
|
@@ -577,6 +578,10 @@
|
|
|
577
578
|
padding-left: 12px;
|
|
578
579
|
}
|
|
579
580
|
|
|
581
|
+
.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
582
|
+
margin-right: 0;
|
|
583
|
+
}
|
|
584
|
+
|
|
580
585
|
.e-bigger.e-pivot-formatting-dialog,
|
|
581
586
|
.e-bigger .e-pivot-formatting-dialog {
|
|
582
587
|
min-width: 680px !important;
|
|
@@ -672,12 +677,13 @@
|
|
|
672
677
|
color: #495057;
|
|
673
678
|
font-size: 14px;
|
|
674
679
|
margin-bottom: 4px;
|
|
675
|
-
margin-top:
|
|
680
|
+
margin-top: 12px;
|
|
676
681
|
overflow: hidden;
|
|
677
682
|
padding: 4px 0;
|
|
678
683
|
padding-bottom: 0;
|
|
679
684
|
text-overflow: ellipsis;
|
|
680
685
|
white-space: nowrap;
|
|
686
|
+
padding-bottom: 4px;
|
|
681
687
|
}
|
|
682
688
|
|
|
683
689
|
.e-pivot-calc-dialog-div .e-treeview .e-sibling {
|
|
@@ -705,7 +711,9 @@
|
|
|
705
711
|
}
|
|
706
712
|
|
|
707
713
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
714
|
+
float: right !important;
|
|
708
715
|
margin: 0;
|
|
716
|
+
margin-right: 12px !important;
|
|
709
717
|
}
|
|
710
718
|
|
|
711
719
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
@@ -726,6 +734,16 @@
|
|
|
726
734
|
padding: 2px 4px 4px;
|
|
727
735
|
pointer-events: auto;
|
|
728
736
|
width: 24px;
|
|
737
|
+
height: 20px;
|
|
738
|
+
width: 20px;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
742
|
+
float: right;
|
|
743
|
+
font-size: 20px;
|
|
744
|
+
margin-right: 12px;
|
|
745
|
+
padding-top: 10px;
|
|
746
|
+
padding-top: 8px;
|
|
729
747
|
}
|
|
730
748
|
|
|
731
749
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
|
|
@@ -749,9 +767,12 @@
|
|
|
749
767
|
font-size: 14px;
|
|
750
768
|
height: 24px;
|
|
751
769
|
margin-right: 4px;
|
|
752
|
-
padding: 5px;
|
|
753
770
|
pointer-events: auto;
|
|
754
771
|
width: 24px;
|
|
772
|
+
height: 20px;
|
|
773
|
+
padding: 5px 8px 12px 5px;
|
|
774
|
+
width: 20px;
|
|
775
|
+
padding: 8px 8px 8px 12px;
|
|
755
776
|
}
|
|
756
777
|
|
|
757
778
|
.e-pivot-calc-dialog-div .e-dlg-header {
|
|
@@ -831,7 +852,7 @@
|
|
|
831
852
|
color: #212529;
|
|
832
853
|
font-size: 13px;
|
|
833
854
|
height: 70px;
|
|
834
|
-
padding: 5px
|
|
855
|
+
padding: 5px 8px;
|
|
835
856
|
resize: none;
|
|
836
857
|
width: 100%;
|
|
837
858
|
}
|
|
@@ -867,7 +888,7 @@
|
|
|
867
888
|
}
|
|
868
889
|
|
|
869
890
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
870
|
-
height:
|
|
891
|
+
height: 482px;
|
|
871
892
|
width: 50%;
|
|
872
893
|
}
|
|
873
894
|
|
|
@@ -879,7 +900,7 @@
|
|
|
879
900
|
|
|
880
901
|
.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 {
|
|
881
902
|
display: inline-block;
|
|
882
|
-
height:
|
|
903
|
+
height: 447px;
|
|
883
904
|
overflow: auto;
|
|
884
905
|
width: 100%;
|
|
885
906
|
}
|
|
@@ -937,6 +958,7 @@
|
|
|
937
958
|
.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 {
|
|
938
959
|
padding: 0;
|
|
939
960
|
height: auto;
|
|
961
|
+
float: none !important;
|
|
940
962
|
}
|
|
941
963
|
|
|
942
964
|
.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 {
|
|
@@ -968,8 +990,8 @@
|
|
|
968
990
|
flex: auto;
|
|
969
991
|
margin-top: 0;
|
|
970
992
|
padding-bottom: 4px;
|
|
971
|
-
padding-left:
|
|
972
|
-
padding-right:
|
|
993
|
+
padding-left: 18px;
|
|
994
|
+
padding-right: 18px;
|
|
973
995
|
}
|
|
974
996
|
|
|
975
997
|
.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-wrapper {
|
|
@@ -1071,6 +1093,8 @@
|
|
|
1071
1093
|
font-size: 14px;
|
|
1072
1094
|
padding: 6px 0;
|
|
1073
1095
|
padding-bottom: 0;
|
|
1096
|
+
padding-bottom: 4px;
|
|
1097
|
+
padding-top: 16px;
|
|
1074
1098
|
}
|
|
1075
1099
|
|
|
1076
1100
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li,
|
|
@@ -1081,6 +1105,7 @@
|
|
|
1081
1105
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons,
|
|
1082
1106
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons {
|
|
1083
1107
|
font-size: 20px;
|
|
1108
|
+
padding-top: 12px;
|
|
1084
1109
|
}
|
|
1085
1110
|
|
|
1086
1111
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
@@ -1107,12 +1132,12 @@
|
|
|
1107
1132
|
|
|
1108
1133
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
1109
1134
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
1110
|
-
height:
|
|
1135
|
+
height: 521px;
|
|
1111
1136
|
}
|
|
1112
1137
|
|
|
1113
1138
|
.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,
|
|
1114
1139
|
.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 {
|
|
1115
|
-
height:
|
|
1140
|
+
height: 483px;
|
|
1116
1141
|
}
|
|
1117
1142
|
|
|
1118
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-all-field-title,
|
|
@@ -1424,7 +1449,7 @@
|
|
|
1424
1449
|
}
|
|
1425
1450
|
|
|
1426
1451
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
1427
|
-
padding: 0
|
|
1452
|
+
padding: 0 24px 10px;
|
|
1428
1453
|
}
|
|
1429
1454
|
|
|
1430
1455
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
|
|
@@ -2241,7 +2266,7 @@
|
|
|
2241
2266
|
|
|
2242
2267
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content,
|
|
2243
2268
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
2244
|
-
padding: 0
|
|
2269
|
+
padding: 0 28px 10px;
|
|
2245
2270
|
}
|
|
2246
2271
|
|
|
2247
2272
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-field-name-text-wrapper,
|
|
@@ -2301,6 +2326,7 @@
|
|
|
2301
2326
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-type-option-text,
|
|
2302
2327
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-caption-input-text {
|
|
2303
2328
|
font-size: 14px;
|
|
2329
|
+
padding-bottom: 6px;
|
|
2304
2330
|
}
|
|
2305
2331
|
|
|
2306
2332
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -2698,7 +2724,7 @@
|
|
|
2698
2724
|
height: 28px;
|
|
2699
2725
|
line-height: 1.125em;
|
|
2700
2726
|
overflow: hidden;
|
|
2701
|
-
padding: 6px 0 0
|
|
2727
|
+
padding: 6px 0 0 18px;
|
|
2702
2728
|
text-align: left;
|
|
2703
2729
|
text-overflow: ellipsis;
|
|
2704
2730
|
text-transform: none;
|
|
@@ -2710,7 +2736,7 @@
|
|
|
2710
2736
|
color: #495057;
|
|
2711
2737
|
display: -ms-flexbox;
|
|
2712
2738
|
display: flex;
|
|
2713
|
-
padding-right:
|
|
2739
|
+
padding-right: 18px;
|
|
2714
2740
|
}
|
|
2715
2741
|
|
|
2716
2742
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-field-header {
|
|
@@ -2724,7 +2750,7 @@
|
|
|
2724
2750
|
color: #495057;
|
|
2725
2751
|
cursor: pointer;
|
|
2726
2752
|
font-size: 14px;
|
|
2727
|
-
height: 20px;
|
|
2753
|
+
height: 20px !important;
|
|
2728
2754
|
padding: 6px 0 0 4px;
|
|
2729
2755
|
width: 20px;
|
|
2730
2756
|
}
|
|
@@ -2786,6 +2812,8 @@
|
|
|
2786
2812
|
vertical-align: bottom;
|
|
2787
2813
|
width: 20px;
|
|
2788
2814
|
margin-right: 4px;
|
|
2815
|
+
padding-left: 8px;
|
|
2816
|
+
padding-right: 12px;
|
|
2789
2817
|
}
|
|
2790
2818
|
|
|
2791
2819
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-drag.e-disable-drag {
|
|
@@ -2886,7 +2914,7 @@
|
|
|
2886
2914
|
display: -ms-flexbox;
|
|
2887
2915
|
display: flex;
|
|
2888
2916
|
height: 28px;
|
|
2889
|
-
padding: 2px
|
|
2917
|
+
padding: 2px 18px 5px;
|
|
2890
2918
|
border-radius: 3px 3px 0 0;
|
|
2891
2919
|
}
|
|
2892
2920
|
|
|
@@ -3365,12 +3393,12 @@
|
|
|
3365
3393
|
|
|
3366
3394
|
.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header {
|
|
3367
3395
|
padding-left: 0;
|
|
3368
|
-
padding-right:
|
|
3396
|
+
padding-right: 18px;
|
|
3369
3397
|
text-align: right;
|
|
3370
3398
|
}
|
|
3371
3399
|
|
|
3372
3400
|
.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper {
|
|
3373
|
-
padding-left:
|
|
3401
|
+
padding-left: 18px;
|
|
3374
3402
|
padding-right: 0;
|
|
3375
3403
|
}
|
|
3376
3404
|
|
|
@@ -3666,7 +3694,9 @@
|
|
|
3666
3694
|
height: 24px;
|
|
3667
3695
|
padding-left: 10px;
|
|
3668
3696
|
width: 24px;
|
|
3697
|
+
font-size: 14px !important;
|
|
3669
3698
|
color: #212529;
|
|
3699
|
+
padding-left: 8px;
|
|
3670
3700
|
}
|
|
3671
3701
|
|
|
3672
3702
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -3779,6 +3809,8 @@
|
|
|
3779
3809
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit {
|
|
3780
3810
|
padding-left: 0;
|
|
3781
3811
|
padding-right: 10px;
|
|
3812
|
+
color: #212529;
|
|
3813
|
+
padding-left: 8px;
|
|
3782
3814
|
}
|
|
3783
3815
|
|
|
3784
3816
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content,
|
|
@@ -4204,7 +4236,7 @@
|
|
|
4204
4236
|
font-weight: normal;
|
|
4205
4237
|
height: 28px;
|
|
4206
4238
|
overflow: hidden;
|
|
4207
|
-
padding: 6px 0 0
|
|
4239
|
+
padding: 6px 0 0 18px;
|
|
4208
4240
|
text-align: left;
|
|
4209
4241
|
text-overflow: ellipsis;
|
|
4210
4242
|
word-break: break-all;
|
|
@@ -4215,7 +4247,7 @@
|
|
|
4215
4247
|
color: #495057;
|
|
4216
4248
|
display: -ms-flexbox;
|
|
4217
4249
|
display: flex;
|
|
4218
|
-
padding-right:
|
|
4250
|
+
padding-right: 18px;
|
|
4219
4251
|
}
|
|
4220
4252
|
|
|
4221
4253
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
@@ -4229,7 +4261,7 @@
|
|
|
4229
4261
|
color: #495057;
|
|
4230
4262
|
cursor: pointer;
|
|
4231
4263
|
font-size: 14px;
|
|
4232
|
-
height: 20px;
|
|
4264
|
+
height: 20px !important;
|
|
4233
4265
|
padding: 6px 0 0 4px;
|
|
4234
4266
|
width: 20px;
|
|
4235
4267
|
}
|
|
@@ -4291,6 +4323,7 @@
|
|
|
4291
4323
|
vertical-align: bottom;
|
|
4292
4324
|
width: 20px;
|
|
4293
4325
|
margin-right: 4px;
|
|
4326
|
+
padding-left: 12px;
|
|
4294
4327
|
}
|
|
4295
4328
|
|
|
4296
4329
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-drag.e-disable-drag {
|
|
@@ -4391,7 +4424,7 @@
|
|
|
4391
4424
|
display: -ms-flexbox;
|
|
4392
4425
|
display: flex;
|
|
4393
4426
|
height: 28px;
|
|
4394
|
-
padding: 2px
|
|
4427
|
+
padding: 2px 18px 5px;
|
|
4395
4428
|
}
|
|
4396
4429
|
|
|
4397
4430
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
@@ -4868,12 +4901,12 @@
|
|
|
4868
4901
|
|
|
4869
4902
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header {
|
|
4870
4903
|
padding-left: 0;
|
|
4871
|
-
padding-right:
|
|
4904
|
+
padding-right: 18px;
|
|
4872
4905
|
text-align: right;
|
|
4873
4906
|
}
|
|
4874
4907
|
|
|
4875
4908
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4876
|
-
padding-left:
|
|
4909
|
+
padding-left: 18px;
|
|
4877
4910
|
padding-right: 0;
|
|
4878
4911
|
}
|
|
4879
4912
|
|
|
@@ -5155,7 +5188,9 @@
|
|
|
5155
5188
|
height: 24px;
|
|
5156
5189
|
padding-left: 10px;
|
|
5157
5190
|
width: 24px;
|
|
5191
|
+
font-size: 14px !important;
|
|
5158
5192
|
color: #6c757d;
|
|
5193
|
+
padding-left: 8px;
|
|
5159
5194
|
}
|
|
5160
5195
|
|
|
5161
5196
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -5268,6 +5303,7 @@
|
|
|
5268
5303
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit {
|
|
5269
5304
|
padding-left: 0;
|
|
5270
5305
|
padding-right: 10px;
|
|
5306
|
+
padding-right: 8px;
|
|
5271
5307
|
}
|
|
5272
5308
|
|
|
5273
5309
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content,
|
|
@@ -5553,7 +5589,7 @@
|
|
|
5553
5589
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields,
|
|
5554
5590
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,
|
|
5555
5591
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields {
|
|
5556
|
-
padding-left:
|
|
5592
|
+
padding-left: 12px !important;
|
|
5557
5593
|
}
|
|
5558
5594
|
|
|
5559
5595
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header,
|
|
@@ -5579,7 +5615,7 @@
|
|
|
5579
5615
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,
|
|
5580
5616
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend {
|
|
5581
5617
|
font-size: 16px;
|
|
5582
|
-
height: 24px;
|
|
5618
|
+
height: 24px !important;
|
|
5583
5619
|
padding: 6px 0 0 4px;
|
|
5584
5620
|
width: 24px;
|
|
5585
5621
|
}
|
|
@@ -5601,6 +5637,8 @@
|
|
|
5601
5637
|
margin-bottom: 3px !important;
|
|
5602
5638
|
margin-right: 4px !important;
|
|
5603
5639
|
width: 24px !important;
|
|
5640
|
+
padding-left: 12px;
|
|
5641
|
+
padding-right: 16px;
|
|
5604
5642
|
}
|
|
5605
5643
|
|
|
5606
5644
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon,
|
|
@@ -5637,7 +5675,7 @@
|
|
|
5637
5675
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values,
|
|
5638
5676
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows,
|
|
5639
5677
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values {
|
|
5640
|
-
margin-top:
|
|
5678
|
+
margin-top: 12px;
|
|
5641
5679
|
}
|
|
5642
5680
|
|
|
5643
5681
|
.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper,
|
|
@@ -5841,14 +5879,14 @@
|
|
|
5841
5879
|
|
|
5842
5880
|
.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields,
|
|
5843
5881
|
.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields {
|
|
5844
|
-
padding-left:
|
|
5882
|
+
padding-left: 12px;
|
|
5845
5883
|
}
|
|
5846
5884
|
|
|
5847
5885
|
.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,
|
|
5848
5886
|
.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values,
|
|
5849
5887
|
.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,
|
|
5850
5888
|
.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values {
|
|
5851
|
-
margin-top:
|
|
5889
|
+
margin-top: 12px;
|
|
5852
5890
|
}
|
|
5853
5891
|
|
|
5854
5892
|
.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
|
|
@@ -5865,7 +5903,7 @@
|
|
|
5865
5903
|
|
|
5866
5904
|
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5867
5905
|
.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
5868
|
-
padding-left:
|
|
5906
|
+
padding-left: 12px;
|
|
5869
5907
|
}
|
|
5870
5908
|
|
|
5871
5909
|
.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
|
|
@@ -6010,7 +6048,7 @@
|
|
|
6010
6048
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
6011
6049
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
6012
6050
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-right-axis-fields {
|
|
6013
|
-
padding-left:
|
|
6051
|
+
padding-left: 12px;
|
|
6014
6052
|
}
|
|
6015
6053
|
|
|
6016
6054
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-header,
|
|
@@ -6036,7 +6074,7 @@
|
|
|
6036
6074
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
|
|
6037
6075
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
|
|
6038
6076
|
font-size: 16px;
|
|
6039
|
-
height: 24px;
|
|
6077
|
+
height: 24px !important;
|
|
6040
6078
|
padding: 6px 0 0 4px;
|
|
6041
6079
|
width: 24px;
|
|
6042
6080
|
}
|
|
@@ -6094,7 +6132,7 @@
|
|
|
6094
6132
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields .e-field-list-values,
|
|
6095
6133
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields .e-field-list-rows,
|
|
6096
6134
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-right-axis-fields .e-field-list-values {
|
|
6097
|
-
margin-top:
|
|
6135
|
+
margin-top: 12px;
|
|
6098
6136
|
}
|
|
6099
6137
|
|
|
6100
6138
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container,
|
|
@@ -6297,14 +6335,14 @@
|
|
|
6297
6335
|
|
|
6298
6336
|
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields,
|
|
6299
6337
|
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields {
|
|
6300
|
-
padding-left:
|
|
6338
|
+
padding-left: 12px;
|
|
6301
6339
|
}
|
|
6302
6340
|
|
|
6303
6341
|
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,
|
|
6304
6342
|
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values,
|
|
6305
6343
|
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,
|
|
6306
6344
|
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values {
|
|
6307
|
-
margin-top:
|
|
6345
|
+
margin-top: 12px;
|
|
6308
6346
|
}
|
|
6309
6347
|
|
|
6310
6348
|
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
@@ -6320,7 +6358,7 @@
|
|
|
6320
6358
|
|
|
6321
6359
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
6322
6360
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
6323
|
-
padding-left:
|
|
6361
|
+
padding-left: 12px;
|
|
6324
6362
|
}
|
|
6325
6363
|
|
|
6326
6364
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-right-axis-fields,
|
|
@@ -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: 706px !important;
|
|
@@ -666,7 +670,7 @@
|
|
|
666
670
|
color: #fff;
|
|
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: #dadada;
|
|
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: 474px;
|
|
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: 441px;
|
|
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: 528px;
|
|
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: 490px;
|
|
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: #dadada;
|
|
2694
2709
|
cursor: pointer;
|
|
2695
2710
|
font-size: 14px;
|
|
2696
|
-
height: 20px;
|
|
2711
|
+
height: 20px !important;
|
|
2697
2712
|
padding: 5px 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: #dadada;
|
|
4167
4183
|
cursor: pointer;
|
|
4168
4184
|
font-size: 14px;
|
|
4169
|
-
height: 20px;
|
|
4185
|
+
height: 20px !important;
|
|
4170
4186
|
padding: 5px 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: 5px 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: 5px 0 0 4px;
|
|
5951
5968
|
width: 24px;
|
|
5952
5969
|
}
|