@syncfusion/ej2-vue-pivotview 19.3.53 → 19.4.40
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 +26 -26
- package/README.md +1 -1
- package/dist/ej2-vue-pivotview.umd.min.js +10 -1
- package/dist/es6/ej2-vue-pivotview.es2015.js +2 -2
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +2 -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.js +1 -1
- package/src/pivotview/pivotview.component.js +1 -1
- package/styles/bootstrap-dark.css +115 -104
- package/styles/bootstrap.css +115 -104
- package/styles/bootstrap4.css +114 -81
- package/styles/bootstrap5-dark.css +220 -168
- package/styles/bootstrap5.css +215 -161
- package/styles/fabric-dark.css +117 -103
- package/styles/fabric.css +115 -102
- package/styles/highcontrast-light.css +116 -102
- package/styles/highcontrast.css +118 -104
- package/styles/material-dark.css +108 -97
- package/styles/material.css +108 -97
- package/styles/pivotfieldlist/bootstrap-dark.css +49 -58
- package/styles/pivotfieldlist/bootstrap.css +49 -58
- package/styles/pivotfieldlist/bootstrap4.css +44 -39
- package/styles/pivotfieldlist/bootstrap5-dark.css +115 -89
- package/styles/pivotfieldlist/bootstrap5.css +115 -89
- package/styles/pivotfieldlist/fabric-dark.css +49 -58
- package/styles/pivotfieldlist/fabric.css +49 -58
- package/styles/pivotfieldlist/highcontrast-light.css +49 -58
- package/styles/pivotfieldlist/highcontrast.css +49 -58
- package/styles/pivotfieldlist/material-dark.css +44 -53
- package/styles/pivotfieldlist/material.css +44 -53
- package/styles/pivotfieldlist/tailwind-dark.css +138 -81
- package/styles/pivotfieldlist/tailwind.css +140 -83
- package/styles/pivotview/bootstrap-dark.css +66 -46
- package/styles/pivotview/bootstrap.css +66 -46
- package/styles/pivotview/bootstrap4.css +70 -42
- package/styles/pivotview/bootstrap5-dark.css +99 -73
- package/styles/pivotview/bootstrap5.css +100 -72
- package/styles/pivotview/fabric-dark.css +68 -45
- package/styles/pivotview/fabric.css +66 -44
- package/styles/pivotview/highcontrast-light.css +67 -44
- package/styles/pivotview/highcontrast.css +69 -46
- package/styles/pivotview/material-dark.css +64 -44
- package/styles/pivotview/material.css +64 -44
- package/styles/pivotview/tailwind-dark.css +106 -58
- package/styles/pivotview/tailwind.css +107 -57
- package/styles/tailwind-dark.css +250 -145
- package/styles/tailwind.css +247 -140
|
@@ -495,6 +495,18 @@
|
|
|
495
495
|
width: 14px;
|
|
496
496
|
}
|
|
497
497
|
|
|
498
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
|
|
499
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn {
|
|
500
|
+
pointer-events: none;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color,
|
|
504
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color {
|
|
505
|
+
background: none;
|
|
506
|
+
margin: 0 2px;
|
|
507
|
+
width: 14px;
|
|
508
|
+
}
|
|
509
|
+
|
|
498
510
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
499
511
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
500
512
|
border: 1px solid #000;
|
|
@@ -651,6 +663,7 @@
|
|
|
651
663
|
.e-pivot-calc-dialog-div .e-olap-member-title {
|
|
652
664
|
color: #000;
|
|
653
665
|
font-size: 13px;
|
|
666
|
+
margin-bottom: 4px;
|
|
654
667
|
margin-top: 15px;
|
|
655
668
|
overflow: hidden;
|
|
656
669
|
padding: 4px 0;
|
|
@@ -679,6 +692,10 @@
|
|
|
679
692
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
680
693
|
}
|
|
681
694
|
|
|
695
|
+
.e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
|
|
696
|
+
color: #000;
|
|
697
|
+
}
|
|
698
|
+
|
|
682
699
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
683
700
|
color: #000;
|
|
684
701
|
margin: 0;
|
|
@@ -715,6 +732,10 @@
|
|
|
715
732
|
width: 24px;
|
|
716
733
|
}
|
|
717
734
|
|
|
735
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
|
|
736
|
+
color: #000;
|
|
737
|
+
}
|
|
738
|
+
|
|
718
739
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
719
740
|
color: #000;
|
|
720
741
|
cursor: move;
|
|
@@ -722,7 +743,6 @@
|
|
|
722
743
|
font-size: 14px;
|
|
723
744
|
height: 24px;
|
|
724
745
|
margin-right: 4px;
|
|
725
|
-
margin-top: 4px;
|
|
726
746
|
padding: 5px;
|
|
727
747
|
pointer-events: auto;
|
|
728
748
|
width: 24px;
|
|
@@ -740,7 +760,7 @@
|
|
|
740
760
|
|
|
741
761
|
.e-pivot-calc-dialog-div .e-contextmenu {
|
|
742
762
|
background-color: #fff;
|
|
743
|
-
border-radius:
|
|
763
|
+
border-radius: 0;
|
|
744
764
|
}
|
|
745
765
|
|
|
746
766
|
.e-pivot-calc-dialog-div .e-contextmenu .e-menu-item {
|
|
@@ -801,11 +821,10 @@
|
|
|
801
821
|
.e-pivot-calc-dialog-div .e-pivot-formula {
|
|
802
822
|
background-color: #fff;
|
|
803
823
|
border: 1px solid #757575;
|
|
804
|
-
border-radius:
|
|
824
|
+
border-radius: 0;
|
|
805
825
|
color: #000;
|
|
806
826
|
font-size: 13px;
|
|
807
827
|
height: 70px;
|
|
808
|
-
margin-top: 5px;
|
|
809
828
|
padding: 5px 10px;
|
|
810
829
|
resize: none;
|
|
811
830
|
width: 100%;
|
|
@@ -827,9 +846,8 @@
|
|
|
827
846
|
.e-pivot-calc-dialog-div .e-pivot-treeview-outer {
|
|
828
847
|
background-color: #fff;
|
|
829
848
|
border: 1px solid #757575;
|
|
830
|
-
border-radius:
|
|
849
|
+
border-radius: 0;
|
|
831
850
|
height: 120px;
|
|
832
|
-
margin-top: 5px;
|
|
833
851
|
overflow: auto;
|
|
834
852
|
}
|
|
835
853
|
|
|
@@ -1121,8 +1139,8 @@
|
|
|
1121
1139
|
|
|
1122
1140
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,
|
|
1123
1141
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog {
|
|
1124
|
-
max-width: 400px;
|
|
1125
|
-
min-width: 320px;
|
|
1142
|
+
max-width: 400px !important;
|
|
1143
|
+
min-width: 320px !important;
|
|
1126
1144
|
}
|
|
1127
1145
|
|
|
1128
1146
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -1242,13 +1260,6 @@
|
|
|
1242
1260
|
font-size: 16px;
|
|
1243
1261
|
}
|
|
1244
1262
|
|
|
1245
|
-
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
1246
|
-
background-color: #400074;
|
|
1247
|
-
border-color: #400074;
|
|
1248
|
-
color: #fff;
|
|
1249
|
-
outline: none;
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
1263
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-select-all-wrapper ul {
|
|
1253
1264
|
margin-left: -35px;
|
|
1254
1265
|
overflow: hidden;
|
|
@@ -1392,8 +1403,8 @@
|
|
|
1392
1403
|
}
|
|
1393
1404
|
|
|
1394
1405
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
1395
|
-
max-width: 400px;
|
|
1396
|
-
min-width: 300px;
|
|
1406
|
+
max-width: 400px !important;
|
|
1407
|
+
min-width: 300px !important;
|
|
1397
1408
|
}
|
|
1398
1409
|
|
|
1399
1410
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
|
|
@@ -1461,7 +1472,7 @@
|
|
|
1461
1472
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog,
|
|
1462
1473
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
1463
1474
|
border-radius: 0;
|
|
1464
|
-
width: auto;
|
|
1475
|
+
width: auto !important;
|
|
1465
1476
|
}
|
|
1466
1477
|
|
|
1467
1478
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -1530,8 +1541,8 @@
|
|
|
1530
1541
|
|
|
1531
1542
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog,
|
|
1532
1543
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1533
|
-
|
|
1534
|
-
|
|
1544
|
+
max-width: 400px !important;
|
|
1545
|
+
min-width: 320px !important;
|
|
1535
1546
|
}
|
|
1536
1547
|
|
|
1537
1548
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -1657,13 +1668,6 @@
|
|
|
1657
1668
|
font-size: 16px;
|
|
1658
1669
|
}
|
|
1659
1670
|
|
|
1660
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
1661
|
-
background-color: #400074;
|
|
1662
|
-
border-color: #400074;
|
|
1663
|
-
color: #fff;
|
|
1664
|
-
outline: none;
|
|
1665
|
-
}
|
|
1666
|
-
|
|
1667
1671
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
|
|
1668
1672
|
margin-left: -35px;
|
|
1669
1673
|
overflow: hidden;
|
|
@@ -1678,7 +1682,7 @@
|
|
|
1678
1682
|
}
|
|
1679
1683
|
|
|
1680
1684
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1681
|
-
border:
|
|
1685
|
+
border: 0;
|
|
1682
1686
|
}
|
|
1683
1687
|
|
|
1684
1688
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
@@ -1807,8 +1811,8 @@
|
|
|
1807
1811
|
}
|
|
1808
1812
|
|
|
1809
1813
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
1810
|
-
max-width: 400px;
|
|
1811
|
-
min-width: 300px;
|
|
1814
|
+
max-width: 400px !important;
|
|
1815
|
+
min-width: 300px !important;
|
|
1812
1816
|
}
|
|
1813
1817
|
|
|
1814
1818
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
@@ -1876,7 +1880,7 @@
|
|
|
1876
1880
|
.e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1877
1881
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
1878
1882
|
border-radius: 0;
|
|
1879
|
-
width: auto;
|
|
1883
|
+
width: auto !important;
|
|
1880
1884
|
}
|
|
1881
1885
|
|
|
1882
1886
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -1950,12 +1954,14 @@
|
|
|
1950
1954
|
border-radius: 0;
|
|
1951
1955
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
|
|
1952
1956
|
height: 28px;
|
|
1957
|
+
line-height: 1em;
|
|
1953
1958
|
min-width: 100px;
|
|
1954
1959
|
padding: 5px 10px;
|
|
1955
1960
|
}
|
|
1956
1961
|
|
|
1957
1962
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content,
|
|
1958
1963
|
.e-pivot-calc.e-drag-item.e-treeview .e-text-content {
|
|
1964
|
+
height: 100%;
|
|
1959
1965
|
padding: 0;
|
|
1960
1966
|
text-align: center;
|
|
1961
1967
|
width: 100%;
|
|
@@ -2069,23 +2075,8 @@
|
|
|
2069
2075
|
}
|
|
2070
2076
|
|
|
2071
2077
|
.e-pivot-error-dialog {
|
|
2072
|
-
max-width: 400px;
|
|
2073
|
-
width: auto;
|
|
2074
|
-
}
|
|
2075
|
-
|
|
2076
|
-
.e-pivot-error-dialog .e-dlg-header-content,
|
|
2077
|
-
.e-pivot-error-dialog .e-footer-content {
|
|
2078
|
-
border: 0;
|
|
2079
|
-
}
|
|
2080
|
-
|
|
2081
|
-
.e-pivot-error-dialog .e-dlg-header {
|
|
2082
|
-
font-weight: normal;
|
|
2083
|
-
opacity: 1;
|
|
2084
|
-
}
|
|
2085
|
-
|
|
2086
|
-
.e-pivot-error-dialog .e-dlg-content {
|
|
2087
|
-
font-weight: normal;
|
|
2088
|
-
opacity: 1;
|
|
2078
|
+
max-width: 400px !important;
|
|
2079
|
+
width: auto !important;
|
|
2089
2080
|
}
|
|
2090
2081
|
|
|
2091
2082
|
.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
@@ -2169,7 +2160,7 @@
|
|
|
2169
2160
|
|
|
2170
2161
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
2171
2162
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
2172
|
-
height: 71px
|
|
2163
|
+
height: 71px;
|
|
2173
2164
|
}
|
|
2174
2165
|
|
|
2175
2166
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -2538,8 +2529,8 @@
|
|
|
2538
2529
|
.e-pivotfieldlist-wrapper {
|
|
2539
2530
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
2540
2531
|
font-size: 12px;
|
|
2541
|
-
max-width: 700px;
|
|
2542
|
-
min-width: 300px;
|
|
2532
|
+
max-width: 700px !important;
|
|
2533
|
+
min-width: 300px !important;
|
|
2543
2534
|
}
|
|
2544
2535
|
|
|
2545
2536
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
@@ -2628,9 +2619,9 @@
|
|
|
2628
2619
|
}
|
|
2629
2620
|
|
|
2630
2621
|
.e-pivotfieldlist-wrapper .e-title-header .e-title-content {
|
|
2631
|
-
font-size: 18px;
|
|
2632
2622
|
-ms-flex: auto;
|
|
2633
2623
|
flex: auto;
|
|
2624
|
+
font-size: 18px;
|
|
2634
2625
|
}
|
|
2635
2626
|
|
|
2636
2627
|
.e-pivotfieldlist-wrapper .e-field-list-container {
|
|
@@ -2664,13 +2655,13 @@
|
|
|
2664
2655
|
font-size: 13px;
|
|
2665
2656
|
font-weight: normal;
|
|
2666
2657
|
height: 28px;
|
|
2658
|
+
line-height: 1.5em;
|
|
2667
2659
|
overflow: hidden;
|
|
2668
2660
|
padding: 5px 0 0 15px;
|
|
2669
2661
|
text-align: left;
|
|
2670
2662
|
text-overflow: ellipsis;
|
|
2671
|
-
word-break: break-all;
|
|
2672
|
-
line-height: 1.5em;
|
|
2673
2663
|
text-transform: none;
|
|
2664
|
+
word-break: break-all;
|
|
2674
2665
|
}
|
|
2675
2666
|
|
|
2676
2667
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
|
|
@@ -2897,8 +2888,8 @@
|
|
|
2897
2888
|
overflow: hidden;
|
|
2898
2889
|
padding: 0 8px;
|
|
2899
2890
|
text-overflow: ellipsis;
|
|
2900
|
-
width: 100%;
|
|
2901
2891
|
text-transform: none;
|
|
2892
|
+
width: 100%;
|
|
2902
2893
|
}
|
|
2903
2894
|
|
|
2904
2895
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -3755,7 +3746,7 @@
|
|
|
3755
3746
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
3756
3747
|
background-color: #fff;
|
|
3757
3748
|
border: 1px solid #757575;
|
|
3758
|
-
border-radius:
|
|
3749
|
+
border-radius: 0;
|
|
3759
3750
|
color: #000;
|
|
3760
3751
|
height: 200px;
|
|
3761
3752
|
margin-left: 20px;
|
|
@@ -4362,8 +4353,8 @@
|
|
|
4362
4353
|
overflow: hidden;
|
|
4363
4354
|
padding: 0 8px;
|
|
4364
4355
|
text-overflow: ellipsis;
|
|
4365
|
-
width: 100%;
|
|
4366
4356
|
text-transform: none;
|
|
4357
|
+
width: 100%;
|
|
4367
4358
|
}
|
|
4368
4359
|
|
|
4369
4360
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -5220,7 +5211,7 @@
|
|
|
5220
5211
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
5221
5212
|
background-color: #fff;
|
|
5222
5213
|
border: 1px solid #757575;
|
|
5223
|
-
border-radius:
|
|
5214
|
+
border-radius: 0;
|
|
5224
5215
|
color: #000;
|
|
5225
5216
|
height: 200px;
|
|
5226
5217
|
margin-left: 20px;
|
|
@@ -495,6 +495,18 @@
|
|
|
495
495
|
width: 14px;
|
|
496
496
|
}
|
|
497
497
|
|
|
498
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
|
|
499
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn {
|
|
500
|
+
pointer-events: none;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color,
|
|
504
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color {
|
|
505
|
+
background: none;
|
|
506
|
+
margin: 0 2px;
|
|
507
|
+
width: 14px;
|
|
508
|
+
}
|
|
509
|
+
|
|
498
510
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
499
511
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
500
512
|
border: 1px solid #fff;
|
|
@@ -651,6 +663,7 @@
|
|
|
651
663
|
.e-pivot-calc-dialog-div .e-olap-member-title {
|
|
652
664
|
color: #fff;
|
|
653
665
|
font-size: 13px;
|
|
666
|
+
margin-bottom: 4px;
|
|
654
667
|
margin-top: 15px;
|
|
655
668
|
overflow: hidden;
|
|
656
669
|
padding: 4px 0;
|
|
@@ -679,6 +692,10 @@
|
|
|
679
692
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
680
693
|
}
|
|
681
694
|
|
|
695
|
+
.e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
|
|
696
|
+
color: #fff;
|
|
697
|
+
}
|
|
698
|
+
|
|
682
699
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
683
700
|
color: #fff;
|
|
684
701
|
margin: 0;
|
|
@@ -715,6 +732,10 @@
|
|
|
715
732
|
width: 24px;
|
|
716
733
|
}
|
|
717
734
|
|
|
735
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
|
|
736
|
+
color: #fff;
|
|
737
|
+
}
|
|
738
|
+
|
|
718
739
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
719
740
|
color: #fff;
|
|
720
741
|
cursor: move;
|
|
@@ -722,7 +743,6 @@
|
|
|
722
743
|
font-size: 14px;
|
|
723
744
|
height: 24px;
|
|
724
745
|
margin-right: 4px;
|
|
725
|
-
margin-top: 4px;
|
|
726
746
|
padding: 5px;
|
|
727
747
|
pointer-events: auto;
|
|
728
748
|
width: 24px;
|
|
@@ -740,7 +760,7 @@
|
|
|
740
760
|
|
|
741
761
|
.e-pivot-calc-dialog-div .e-contextmenu {
|
|
742
762
|
background-color: #000;
|
|
743
|
-
border-radius:
|
|
763
|
+
border-radius: 0;
|
|
744
764
|
}
|
|
745
765
|
|
|
746
766
|
.e-pivot-calc-dialog-div .e-contextmenu .e-menu-item {
|
|
@@ -801,11 +821,10 @@
|
|
|
801
821
|
.e-pivot-calc-dialog-div .e-pivot-formula {
|
|
802
822
|
background-color: #000;
|
|
803
823
|
border: 1px solid #969696;
|
|
804
|
-
border-radius:
|
|
824
|
+
border-radius: 0;
|
|
805
825
|
color: #fff;
|
|
806
826
|
font-size: 13px;
|
|
807
827
|
height: 70px;
|
|
808
|
-
margin-top: 5px;
|
|
809
828
|
padding: 5px 10px;
|
|
810
829
|
resize: none;
|
|
811
830
|
width: 100%;
|
|
@@ -827,9 +846,8 @@
|
|
|
827
846
|
.e-pivot-calc-dialog-div .e-pivot-treeview-outer {
|
|
828
847
|
background-color: #000;
|
|
829
848
|
border: 1px solid #969696;
|
|
830
|
-
border-radius:
|
|
849
|
+
border-radius: 0;
|
|
831
850
|
height: 120px;
|
|
832
|
-
margin-top: 5px;
|
|
833
851
|
overflow: auto;
|
|
834
852
|
}
|
|
835
853
|
|
|
@@ -1121,8 +1139,8 @@
|
|
|
1121
1139
|
|
|
1122
1140
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,
|
|
1123
1141
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog {
|
|
1124
|
-
max-width: 400px;
|
|
1125
|
-
min-width: 320px;
|
|
1142
|
+
max-width: 400px !important;
|
|
1143
|
+
min-width: 320px !important;
|
|
1126
1144
|
}
|
|
1127
1145
|
|
|
1128
1146
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -1242,13 +1260,6 @@
|
|
|
1242
1260
|
font-size: 16px;
|
|
1243
1261
|
}
|
|
1244
1262
|
|
|
1245
|
-
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
1246
|
-
background-color: #ffd939;
|
|
1247
|
-
border-color: #ffd939;
|
|
1248
|
-
color: #000;
|
|
1249
|
-
outline: none;
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
1263
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-select-all-wrapper ul {
|
|
1253
1264
|
margin-left: -35px;
|
|
1254
1265
|
overflow: hidden;
|
|
@@ -1392,8 +1403,8 @@
|
|
|
1392
1403
|
}
|
|
1393
1404
|
|
|
1394
1405
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
1395
|
-
max-width: 400px;
|
|
1396
|
-
min-width: 300px;
|
|
1406
|
+
max-width: 400px !important;
|
|
1407
|
+
min-width: 300px !important;
|
|
1397
1408
|
}
|
|
1398
1409
|
|
|
1399
1410
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
|
|
@@ -1461,7 +1472,7 @@
|
|
|
1461
1472
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog,
|
|
1462
1473
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
1463
1474
|
border-radius: 0;
|
|
1464
|
-
width: auto;
|
|
1475
|
+
width: auto !important;
|
|
1465
1476
|
}
|
|
1466
1477
|
|
|
1467
1478
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -1530,8 +1541,8 @@
|
|
|
1530
1541
|
|
|
1531
1542
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog,
|
|
1532
1543
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1533
|
-
|
|
1534
|
-
|
|
1544
|
+
max-width: 400px !important;
|
|
1545
|
+
min-width: 320px !important;
|
|
1535
1546
|
}
|
|
1536
1547
|
|
|
1537
1548
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -1657,13 +1668,6 @@
|
|
|
1657
1668
|
font-size: 16px;
|
|
1658
1669
|
}
|
|
1659
1670
|
|
|
1660
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
1661
|
-
background-color: #ffd939;
|
|
1662
|
-
border-color: #ffd939;
|
|
1663
|
-
color: #000;
|
|
1664
|
-
outline: none;
|
|
1665
|
-
}
|
|
1666
|
-
|
|
1667
1671
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
|
|
1668
1672
|
margin-left: -35px;
|
|
1669
1673
|
overflow: hidden;
|
|
@@ -1678,7 +1682,7 @@
|
|
|
1678
1682
|
}
|
|
1679
1683
|
|
|
1680
1684
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1681
|
-
border:
|
|
1685
|
+
border: 0;
|
|
1682
1686
|
}
|
|
1683
1687
|
|
|
1684
1688
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
@@ -1807,8 +1811,8 @@
|
|
|
1807
1811
|
}
|
|
1808
1812
|
|
|
1809
1813
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
1810
|
-
max-width: 400px;
|
|
1811
|
-
min-width: 300px;
|
|
1814
|
+
max-width: 400px !important;
|
|
1815
|
+
min-width: 300px !important;
|
|
1812
1816
|
}
|
|
1813
1817
|
|
|
1814
1818
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
@@ -1876,7 +1880,7 @@
|
|
|
1876
1880
|
.e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1877
1881
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
1878
1882
|
border-radius: 0;
|
|
1879
|
-
width: auto;
|
|
1883
|
+
width: auto !important;
|
|
1880
1884
|
}
|
|
1881
1885
|
|
|
1882
1886
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -1950,12 +1954,14 @@
|
|
|
1950
1954
|
border-radius: 0;
|
|
1951
1955
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
|
|
1952
1956
|
height: 28px;
|
|
1957
|
+
line-height: 1em;
|
|
1953
1958
|
min-width: 100px;
|
|
1954
1959
|
padding: 5px 10px;
|
|
1955
1960
|
}
|
|
1956
1961
|
|
|
1957
1962
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content,
|
|
1958
1963
|
.e-pivot-calc.e-drag-item.e-treeview .e-text-content {
|
|
1964
|
+
height: 100%;
|
|
1959
1965
|
padding: 0;
|
|
1960
1966
|
text-align: center;
|
|
1961
1967
|
width: 100%;
|
|
@@ -2069,23 +2075,8 @@
|
|
|
2069
2075
|
}
|
|
2070
2076
|
|
|
2071
2077
|
.e-pivot-error-dialog {
|
|
2072
|
-
max-width: 400px;
|
|
2073
|
-
width: auto;
|
|
2074
|
-
}
|
|
2075
|
-
|
|
2076
|
-
.e-pivot-error-dialog .e-dlg-header-content,
|
|
2077
|
-
.e-pivot-error-dialog .e-footer-content {
|
|
2078
|
-
border: 0;
|
|
2079
|
-
}
|
|
2080
|
-
|
|
2081
|
-
.e-pivot-error-dialog .e-dlg-header {
|
|
2082
|
-
font-weight: normal;
|
|
2083
|
-
opacity: 1;
|
|
2084
|
-
}
|
|
2085
|
-
|
|
2086
|
-
.e-pivot-error-dialog .e-dlg-content {
|
|
2087
|
-
font-weight: normal;
|
|
2088
|
-
opacity: 1;
|
|
2078
|
+
max-width: 400px !important;
|
|
2079
|
+
width: auto !important;
|
|
2089
2080
|
}
|
|
2090
2081
|
|
|
2091
2082
|
.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
@@ -2169,7 +2160,7 @@
|
|
|
2169
2160
|
|
|
2170
2161
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
2171
2162
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
2172
|
-
height: 71px
|
|
2163
|
+
height: 71px;
|
|
2173
2164
|
}
|
|
2174
2165
|
|
|
2175
2166
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -2538,8 +2529,8 @@
|
|
|
2538
2529
|
.e-pivotfieldlist-wrapper {
|
|
2539
2530
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
2540
2531
|
font-size: 12px;
|
|
2541
|
-
max-width: 700px;
|
|
2542
|
-
min-width: 300px;
|
|
2532
|
+
max-width: 700px !important;
|
|
2533
|
+
min-width: 300px !important;
|
|
2543
2534
|
}
|
|
2544
2535
|
|
|
2545
2536
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
@@ -2628,9 +2619,9 @@
|
|
|
2628
2619
|
}
|
|
2629
2620
|
|
|
2630
2621
|
.e-pivotfieldlist-wrapper .e-title-header .e-title-content {
|
|
2631
|
-
font-size: 18px;
|
|
2632
2622
|
-ms-flex: auto;
|
|
2633
2623
|
flex: auto;
|
|
2624
|
+
font-size: 18px;
|
|
2634
2625
|
}
|
|
2635
2626
|
|
|
2636
2627
|
.e-pivotfieldlist-wrapper .e-field-list-container {
|
|
@@ -2664,13 +2655,13 @@
|
|
|
2664
2655
|
font-size: 13px;
|
|
2665
2656
|
font-weight: normal;
|
|
2666
2657
|
height: 28px;
|
|
2658
|
+
line-height: 1.5em;
|
|
2667
2659
|
overflow: hidden;
|
|
2668
2660
|
padding: 5px 0 0 15px;
|
|
2669
2661
|
text-align: left;
|
|
2670
2662
|
text-overflow: ellipsis;
|
|
2671
|
-
word-break: break-all;
|
|
2672
|
-
line-height: 1.5em;
|
|
2673
2663
|
text-transform: none;
|
|
2664
|
+
word-break: break-all;
|
|
2674
2665
|
}
|
|
2675
2666
|
|
|
2676
2667
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
|
|
@@ -2897,8 +2888,8 @@
|
|
|
2897
2888
|
overflow: hidden;
|
|
2898
2889
|
padding: 0 8px;
|
|
2899
2890
|
text-overflow: ellipsis;
|
|
2900
|
-
width: 100%;
|
|
2901
2891
|
text-transform: none;
|
|
2892
|
+
width: 100%;
|
|
2902
2893
|
}
|
|
2903
2894
|
|
|
2904
2895
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -3755,7 +3746,7 @@
|
|
|
3755
3746
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
3756
3747
|
background-color: #000;
|
|
3757
3748
|
border: 1px solid #969696;
|
|
3758
|
-
border-radius:
|
|
3749
|
+
border-radius: 0;
|
|
3759
3750
|
color: #fff;
|
|
3760
3751
|
height: 200px;
|
|
3761
3752
|
margin-left: 20px;
|
|
@@ -4362,8 +4353,8 @@
|
|
|
4362
4353
|
overflow: hidden;
|
|
4363
4354
|
padding: 0 8px;
|
|
4364
4355
|
text-overflow: ellipsis;
|
|
4365
|
-
width: 100%;
|
|
4366
4356
|
text-transform: none;
|
|
4357
|
+
width: 100%;
|
|
4367
4358
|
}
|
|
4368
4359
|
|
|
4369
4360
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -5220,7 +5211,7 @@
|
|
|
5220
5211
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
5221
5212
|
background-color: #000;
|
|
5222
5213
|
border: 1px solid #969696;
|
|
5223
|
-
border-radius:
|
|
5214
|
+
border-radius: 0;
|
|
5224
5215
|
color: #fff;
|
|
5225
5216
|
height: 200px;
|
|
5226
5217
|
margin-left: 20px;
|