@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
|
@@ -498,6 +498,18 @@
|
|
|
498
498
|
width: 14px;
|
|
499
499
|
}
|
|
500
500
|
|
|
501
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
|
|
502
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn {
|
|
503
|
+
pointer-events: none;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color,
|
|
507
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color {
|
|
508
|
+
background: none;
|
|
509
|
+
margin: 0 2px;
|
|
510
|
+
width: 14px;
|
|
511
|
+
}
|
|
512
|
+
|
|
501
513
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
502
514
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
503
515
|
border: 1px solid #959595;
|
|
@@ -654,6 +666,7 @@
|
|
|
654
666
|
.e-pivot-calc-dialog-div .e-olap-member-title {
|
|
655
667
|
color: #f0f0f0;
|
|
656
668
|
font-size: 13px;
|
|
669
|
+
margin-bottom: 4px;
|
|
657
670
|
margin-top: 15px;
|
|
658
671
|
overflow: hidden;
|
|
659
672
|
padding: 4px 0;
|
|
@@ -682,6 +695,10 @@
|
|
|
682
695
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
683
696
|
}
|
|
684
697
|
|
|
698
|
+
.e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
|
|
699
|
+
color: #f0f0f0;
|
|
700
|
+
}
|
|
701
|
+
|
|
685
702
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
686
703
|
color: #f0f0f0;
|
|
687
704
|
margin: 0;
|
|
@@ -718,6 +735,10 @@
|
|
|
718
735
|
width: 24px;
|
|
719
736
|
}
|
|
720
737
|
|
|
738
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
|
|
739
|
+
color: #f0f0f0;
|
|
740
|
+
}
|
|
741
|
+
|
|
721
742
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
722
743
|
color: #f0f0f0;
|
|
723
744
|
cursor: move;
|
|
@@ -725,7 +746,6 @@
|
|
|
725
746
|
font-size: 14px;
|
|
726
747
|
height: 24px;
|
|
727
748
|
margin-right: 4px;
|
|
728
|
-
margin-top: 4px;
|
|
729
749
|
padding: 5px;
|
|
730
750
|
pointer-events: auto;
|
|
731
751
|
width: 24px;
|
|
@@ -743,7 +763,7 @@
|
|
|
743
763
|
|
|
744
764
|
.e-pivot-calc-dialog-div .e-contextmenu {
|
|
745
765
|
background-color: #1a1a1a;
|
|
746
|
-
border-radius:
|
|
766
|
+
border-radius: 5px;
|
|
747
767
|
}
|
|
748
768
|
|
|
749
769
|
.e-pivot-calc-dialog-div .e-contextmenu .e-menu-item {
|
|
@@ -804,11 +824,10 @@
|
|
|
804
824
|
.e-pivot-calc-dialog-div .e-pivot-formula {
|
|
805
825
|
background-color: #1a1a1a;
|
|
806
826
|
border: 1px solid #6e6e6e;
|
|
807
|
-
border-radius:
|
|
827
|
+
border-radius: 5px;
|
|
808
828
|
color: #f0f0f0;
|
|
809
829
|
font-size: 13px;
|
|
810
830
|
height: 70px;
|
|
811
|
-
margin-top: 5px;
|
|
812
831
|
padding: 5px 10px;
|
|
813
832
|
resize: none;
|
|
814
833
|
width: 100%;
|
|
@@ -830,9 +849,8 @@
|
|
|
830
849
|
.e-pivot-calc-dialog-div .e-pivot-treeview-outer {
|
|
831
850
|
background-color: #1a1a1a;
|
|
832
851
|
border: 1px solid #6e6e6e;
|
|
833
|
-
border-radius:
|
|
852
|
+
border-radius: 5px;
|
|
834
853
|
height: 120px;
|
|
835
|
-
margin-top: 5px;
|
|
836
854
|
overflow: auto;
|
|
837
855
|
}
|
|
838
856
|
|
|
@@ -1124,8 +1142,8 @@
|
|
|
1124
1142
|
|
|
1125
1143
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,
|
|
1126
1144
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog {
|
|
1127
|
-
max-width: 400px;
|
|
1128
|
-
min-width: 320px;
|
|
1145
|
+
max-width: 400px !important;
|
|
1146
|
+
min-width: 320px !important;
|
|
1129
1147
|
}
|
|
1130
1148
|
|
|
1131
1149
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -1245,13 +1263,6 @@
|
|
|
1245
1263
|
font-size: 16px;
|
|
1246
1264
|
}
|
|
1247
1265
|
|
|
1248
|
-
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
1249
|
-
background-color: #2a2a2a;
|
|
1250
|
-
border-color: #585858;
|
|
1251
|
-
color: #fff;
|
|
1252
|
-
outline: none;
|
|
1253
|
-
}
|
|
1254
|
-
|
|
1255
1266
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-select-all-wrapper ul {
|
|
1256
1267
|
margin-left: -35px;
|
|
1257
1268
|
overflow: hidden;
|
|
@@ -1395,8 +1406,8 @@
|
|
|
1395
1406
|
}
|
|
1396
1407
|
|
|
1397
1408
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
1398
|
-
max-width: 400px;
|
|
1399
|
-
min-width: 300px;
|
|
1409
|
+
max-width: 400px !important;
|
|
1410
|
+
min-width: 300px !important;
|
|
1400
1411
|
}
|
|
1401
1412
|
|
|
1402
1413
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
|
|
@@ -1464,7 +1475,7 @@
|
|
|
1464
1475
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog,
|
|
1465
1476
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
1466
1477
|
border-radius: 5px;
|
|
1467
|
-
width: auto;
|
|
1478
|
+
width: auto !important;
|
|
1468
1479
|
}
|
|
1469
1480
|
|
|
1470
1481
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -1533,8 +1544,8 @@
|
|
|
1533
1544
|
|
|
1534
1545
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog,
|
|
1535
1546
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1536
|
-
|
|
1537
|
-
|
|
1547
|
+
max-width: 400px !important;
|
|
1548
|
+
min-width: 320px !important;
|
|
1538
1549
|
}
|
|
1539
1550
|
|
|
1540
1551
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -1660,13 +1671,6 @@
|
|
|
1660
1671
|
font-size: 16px;
|
|
1661
1672
|
}
|
|
1662
1673
|
|
|
1663
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
1664
|
-
background-color: #2a2a2a;
|
|
1665
|
-
border-color: #585858;
|
|
1666
|
-
color: #fff;
|
|
1667
|
-
outline: none;
|
|
1668
|
-
}
|
|
1669
|
-
|
|
1670
1674
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
|
|
1671
1675
|
margin-left: -35px;
|
|
1672
1676
|
overflow: hidden;
|
|
@@ -1681,7 +1685,7 @@
|
|
|
1681
1685
|
}
|
|
1682
1686
|
|
|
1683
1687
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1684
|
-
border:
|
|
1688
|
+
border: 0;
|
|
1685
1689
|
}
|
|
1686
1690
|
|
|
1687
1691
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
@@ -1810,8 +1814,8 @@
|
|
|
1810
1814
|
}
|
|
1811
1815
|
|
|
1812
1816
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
1813
|
-
max-width: 400px;
|
|
1814
|
-
min-width: 300px;
|
|
1817
|
+
max-width: 400px !important;
|
|
1818
|
+
min-width: 300px !important;
|
|
1815
1819
|
}
|
|
1816
1820
|
|
|
1817
1821
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
@@ -1879,7 +1883,7 @@
|
|
|
1879
1883
|
.e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1880
1884
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
1881
1885
|
border-radius: 5px;
|
|
1882
|
-
width: auto;
|
|
1886
|
+
width: auto !important;
|
|
1883
1887
|
}
|
|
1884
1888
|
|
|
1885
1889
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -1953,12 +1957,14 @@
|
|
|
1953
1957
|
border-radius: 4px;
|
|
1954
1958
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
|
|
1955
1959
|
height: 28px;
|
|
1960
|
+
line-height: 1em;
|
|
1956
1961
|
min-width: 100px;
|
|
1957
1962
|
padding: 5px 10px;
|
|
1958
1963
|
}
|
|
1959
1964
|
|
|
1960
1965
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content,
|
|
1961
1966
|
.e-pivot-calc.e-drag-item.e-treeview .e-text-content {
|
|
1967
|
+
height: 100%;
|
|
1962
1968
|
padding: 0;
|
|
1963
1969
|
text-align: center;
|
|
1964
1970
|
width: 100%;
|
|
@@ -2072,23 +2078,8 @@
|
|
|
2072
2078
|
}
|
|
2073
2079
|
|
|
2074
2080
|
.e-pivot-error-dialog {
|
|
2075
|
-
max-width: 400px;
|
|
2076
|
-
width: auto;
|
|
2077
|
-
}
|
|
2078
|
-
|
|
2079
|
-
.e-pivot-error-dialog .e-dlg-header-content,
|
|
2080
|
-
.e-pivot-error-dialog .e-footer-content {
|
|
2081
|
-
border: 0;
|
|
2082
|
-
}
|
|
2083
|
-
|
|
2084
|
-
.e-pivot-error-dialog .e-dlg-header {
|
|
2085
|
-
font-weight: normal;
|
|
2086
|
-
opacity: 0.87;
|
|
2087
|
-
}
|
|
2088
|
-
|
|
2089
|
-
.e-pivot-error-dialog .e-dlg-content {
|
|
2090
|
-
font-weight: normal;
|
|
2091
|
-
opacity: 1;
|
|
2081
|
+
max-width: 400px !important;
|
|
2082
|
+
width: auto !important;
|
|
2092
2083
|
}
|
|
2093
2084
|
|
|
2094
2085
|
.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
@@ -2172,7 +2163,7 @@
|
|
|
2172
2163
|
|
|
2173
2164
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
2174
2165
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
2175
|
-
height: 99px
|
|
2166
|
+
height: 99px;
|
|
2176
2167
|
}
|
|
2177
2168
|
|
|
2178
2169
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -2541,8 +2532,8 @@
|
|
|
2541
2532
|
.e-pivotfieldlist-wrapper {
|
|
2542
2533
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
2543
2534
|
font-size: 12px;
|
|
2544
|
-
max-width: 700px;
|
|
2545
|
-
min-width: 300px;
|
|
2535
|
+
max-width: 700px !important;
|
|
2536
|
+
min-width: 300px !important;
|
|
2546
2537
|
}
|
|
2547
2538
|
|
|
2548
2539
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
@@ -2631,9 +2622,9 @@
|
|
|
2631
2622
|
}
|
|
2632
2623
|
|
|
2633
2624
|
.e-pivotfieldlist-wrapper .e-title-header .e-title-content {
|
|
2634
|
-
font-size: 18px;
|
|
2635
2625
|
-ms-flex: auto;
|
|
2636
2626
|
flex: auto;
|
|
2627
|
+
font-size: 18px;
|
|
2637
2628
|
}
|
|
2638
2629
|
|
|
2639
2630
|
.e-pivotfieldlist-wrapper .e-field-list-container {
|
|
@@ -2667,13 +2658,13 @@
|
|
|
2667
2658
|
font-size: 13px;
|
|
2668
2659
|
font-weight: normal;
|
|
2669
2660
|
height: 28px;
|
|
2661
|
+
line-height: 1.5em;
|
|
2670
2662
|
overflow: hidden;
|
|
2671
2663
|
padding: 7px 0 0 15px;
|
|
2672
2664
|
text-align: left;
|
|
2673
2665
|
text-overflow: ellipsis;
|
|
2674
|
-
word-break: break-all;
|
|
2675
|
-
line-height: 1.5em;
|
|
2676
2666
|
text-transform: none;
|
|
2667
|
+
word-break: break-all;
|
|
2677
2668
|
}
|
|
2678
2669
|
|
|
2679
2670
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
|
|
@@ -2900,8 +2891,8 @@
|
|
|
2900
2891
|
overflow: hidden;
|
|
2901
2892
|
padding: 0 8px;
|
|
2902
2893
|
text-overflow: ellipsis;
|
|
2903
|
-
width: 100%;
|
|
2904
2894
|
text-transform: none;
|
|
2895
|
+
width: 100%;
|
|
2905
2896
|
}
|
|
2906
2897
|
|
|
2907
2898
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -3758,7 +3749,7 @@
|
|
|
3758
3749
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
3759
3750
|
background-color: #1a1a1a;
|
|
3760
3751
|
border: 1px solid #6e6e6e;
|
|
3761
|
-
border-radius:
|
|
3752
|
+
border-radius: 5px;
|
|
3762
3753
|
color: #f0f0f0;
|
|
3763
3754
|
height: 200px;
|
|
3764
3755
|
margin-left: 20px;
|
|
@@ -4365,8 +4356,8 @@
|
|
|
4365
4356
|
overflow: hidden;
|
|
4366
4357
|
padding: 0 8px;
|
|
4367
4358
|
text-overflow: ellipsis;
|
|
4368
|
-
width: 100%;
|
|
4369
4359
|
text-transform: none;
|
|
4360
|
+
width: 100%;
|
|
4370
4361
|
}
|
|
4371
4362
|
|
|
4372
4363
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -5223,7 +5214,7 @@
|
|
|
5223
5214
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
5224
5215
|
background-color: #1a1a1a;
|
|
5225
5216
|
border: 1px solid #6e6e6e;
|
|
5226
|
-
border-radius:
|
|
5217
|
+
border-radius: 5px;
|
|
5227
5218
|
color: #f0f0f0;
|
|
5228
5219
|
height: 200px;
|
|
5229
5220
|
margin-left: 20px;
|
|
@@ -496,6 +496,18 @@
|
|
|
496
496
|
width: 14px;
|
|
497
497
|
}
|
|
498
498
|
|
|
499
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
|
|
500
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn {
|
|
501
|
+
pointer-events: none;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color,
|
|
505
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color {
|
|
506
|
+
background: none;
|
|
507
|
+
margin: 0 2px;
|
|
508
|
+
width: 14px;
|
|
509
|
+
}
|
|
510
|
+
|
|
499
511
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
500
512
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
501
513
|
border: 1px solid #e6e6e6;
|
|
@@ -652,6 +664,7 @@
|
|
|
652
664
|
.e-pivot-calc-dialog-div .e-olap-member-title {
|
|
653
665
|
color: #333;
|
|
654
666
|
font-size: 13px;
|
|
667
|
+
margin-bottom: 4px;
|
|
655
668
|
margin-top: 15px;
|
|
656
669
|
overflow: hidden;
|
|
657
670
|
padding: 4px 0;
|
|
@@ -680,6 +693,10 @@
|
|
|
680
693
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
681
694
|
}
|
|
682
695
|
|
|
696
|
+
.e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
|
|
697
|
+
color: #333;
|
|
698
|
+
}
|
|
699
|
+
|
|
683
700
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
684
701
|
color: #333;
|
|
685
702
|
margin: 0;
|
|
@@ -716,6 +733,10 @@
|
|
|
716
733
|
width: 24px;
|
|
717
734
|
}
|
|
718
735
|
|
|
736
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
|
|
737
|
+
color: #bdbdbd;
|
|
738
|
+
}
|
|
739
|
+
|
|
719
740
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
720
741
|
color: #bdbdbd;
|
|
721
742
|
cursor: move;
|
|
@@ -723,7 +744,6 @@
|
|
|
723
744
|
font-size: 14px;
|
|
724
745
|
height: 24px;
|
|
725
746
|
margin-right: 4px;
|
|
726
|
-
margin-top: 4px;
|
|
727
747
|
padding: 5px;
|
|
728
748
|
pointer-events: auto;
|
|
729
749
|
width: 24px;
|
|
@@ -741,7 +761,7 @@
|
|
|
741
761
|
|
|
742
762
|
.e-pivot-calc-dialog-div .e-contextmenu {
|
|
743
763
|
background-color: #fff;
|
|
744
|
-
border-radius:
|
|
764
|
+
border-radius: 0;
|
|
745
765
|
}
|
|
746
766
|
|
|
747
767
|
.e-pivot-calc-dialog-div .e-contextmenu .e-menu-item {
|
|
@@ -802,11 +822,10 @@
|
|
|
802
822
|
.e-pivot-calc-dialog-div .e-pivot-formula {
|
|
803
823
|
background-color: #fff;
|
|
804
824
|
border: 1px solid #e6e6e6;
|
|
805
|
-
border-radius:
|
|
825
|
+
border-radius: 0;
|
|
806
826
|
color: #333;
|
|
807
827
|
font-size: 13px;
|
|
808
828
|
height: 70px;
|
|
809
|
-
margin-top: 5px;
|
|
810
829
|
padding: 5px 10px;
|
|
811
830
|
resize: none;
|
|
812
831
|
width: 100%;
|
|
@@ -828,9 +847,8 @@
|
|
|
828
847
|
.e-pivot-calc-dialog-div .e-pivot-treeview-outer {
|
|
829
848
|
background-color: #fff;
|
|
830
849
|
border: 1px solid #e6e6e6;
|
|
831
|
-
border-radius:
|
|
850
|
+
border-radius: 0;
|
|
832
851
|
height: 120px;
|
|
833
|
-
margin-top: 5px;
|
|
834
852
|
overflow: auto;
|
|
835
853
|
}
|
|
836
854
|
|
|
@@ -1122,8 +1140,8 @@
|
|
|
1122
1140
|
|
|
1123
1141
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,
|
|
1124
1142
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog {
|
|
1125
|
-
max-width: 400px;
|
|
1126
|
-
min-width: 320px;
|
|
1143
|
+
max-width: 400px !important;
|
|
1144
|
+
min-width: 320px !important;
|
|
1127
1145
|
}
|
|
1128
1146
|
|
|
1129
1147
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -1243,13 +1261,6 @@
|
|
|
1243
1261
|
font-size: 16px;
|
|
1244
1262
|
}
|
|
1245
1263
|
|
|
1246
|
-
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
1247
|
-
background-color: #e6e6e6;
|
|
1248
|
-
border-color: #adadad;
|
|
1249
|
-
color: #333;
|
|
1250
|
-
outline: none;
|
|
1251
|
-
}
|
|
1252
|
-
|
|
1253
1264
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-select-all-wrapper ul {
|
|
1254
1265
|
margin-left: -35px;
|
|
1255
1266
|
overflow: hidden;
|
|
@@ -1393,8 +1404,8 @@
|
|
|
1393
1404
|
}
|
|
1394
1405
|
|
|
1395
1406
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
1396
|
-
max-width: 400px;
|
|
1397
|
-
min-width: 300px;
|
|
1407
|
+
max-width: 400px !important;
|
|
1408
|
+
min-width: 300px !important;
|
|
1398
1409
|
}
|
|
1399
1410
|
|
|
1400
1411
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
|
|
@@ -1462,7 +1473,7 @@
|
|
|
1462
1473
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog,
|
|
1463
1474
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
1464
1475
|
border-radius: 0;
|
|
1465
|
-
width: auto;
|
|
1476
|
+
width: auto !important;
|
|
1466
1477
|
}
|
|
1467
1478
|
|
|
1468
1479
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -1531,8 +1542,8 @@
|
|
|
1531
1542
|
|
|
1532
1543
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog,
|
|
1533
1544
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1534
|
-
|
|
1535
|
-
|
|
1545
|
+
max-width: 400px !important;
|
|
1546
|
+
min-width: 320px !important;
|
|
1536
1547
|
}
|
|
1537
1548
|
|
|
1538
1549
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -1658,13 +1669,6 @@
|
|
|
1658
1669
|
font-size: 16px;
|
|
1659
1670
|
}
|
|
1660
1671
|
|
|
1661
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
1662
|
-
background-color: #e6e6e6;
|
|
1663
|
-
border-color: #adadad;
|
|
1664
|
-
color: #333;
|
|
1665
|
-
outline: none;
|
|
1666
|
-
}
|
|
1667
|
-
|
|
1668
1672
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
|
|
1669
1673
|
margin-left: -35px;
|
|
1670
1674
|
overflow: hidden;
|
|
@@ -1679,7 +1683,7 @@
|
|
|
1679
1683
|
}
|
|
1680
1684
|
|
|
1681
1685
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1682
|
-
border:
|
|
1686
|
+
border: 0;
|
|
1683
1687
|
}
|
|
1684
1688
|
|
|
1685
1689
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
@@ -1808,8 +1812,8 @@
|
|
|
1808
1812
|
}
|
|
1809
1813
|
|
|
1810
1814
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
1811
|
-
max-width: 400px;
|
|
1812
|
-
min-width: 300px;
|
|
1815
|
+
max-width: 400px !important;
|
|
1816
|
+
min-width: 300px !important;
|
|
1813
1817
|
}
|
|
1814
1818
|
|
|
1815
1819
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
@@ -1877,7 +1881,7 @@
|
|
|
1877
1881
|
.e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1878
1882
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
1879
1883
|
border-radius: 0;
|
|
1880
|
-
width: auto;
|
|
1884
|
+
width: auto !important;
|
|
1881
1885
|
}
|
|
1882
1886
|
|
|
1883
1887
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -1951,12 +1955,14 @@
|
|
|
1951
1955
|
border-radius: 4px;
|
|
1952
1956
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
|
|
1953
1957
|
height: 28px;
|
|
1958
|
+
line-height: 1em;
|
|
1954
1959
|
min-width: 100px;
|
|
1955
1960
|
padding: 5px 10px;
|
|
1956
1961
|
}
|
|
1957
1962
|
|
|
1958
1963
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content,
|
|
1959
1964
|
.e-pivot-calc.e-drag-item.e-treeview .e-text-content {
|
|
1965
|
+
height: 100%;
|
|
1960
1966
|
padding: 0;
|
|
1961
1967
|
text-align: center;
|
|
1962
1968
|
width: 100%;
|
|
@@ -2070,23 +2076,8 @@
|
|
|
2070
2076
|
}
|
|
2071
2077
|
|
|
2072
2078
|
.e-pivot-error-dialog {
|
|
2073
|
-
max-width: 400px;
|
|
2074
|
-
width: auto;
|
|
2075
|
-
}
|
|
2076
|
-
|
|
2077
|
-
.e-pivot-error-dialog .e-dlg-header-content,
|
|
2078
|
-
.e-pivot-error-dialog .e-footer-content {
|
|
2079
|
-
border: 0;
|
|
2080
|
-
}
|
|
2081
|
-
|
|
2082
|
-
.e-pivot-error-dialog .e-dlg-header {
|
|
2083
|
-
font-weight: bold;
|
|
2084
|
-
opacity: 1;
|
|
2085
|
-
}
|
|
2086
|
-
|
|
2087
|
-
.e-pivot-error-dialog .e-dlg-content {
|
|
2088
|
-
font-weight: normal;
|
|
2089
|
-
opacity: 1;
|
|
2079
|
+
max-width: 400px !important;
|
|
2080
|
+
width: auto !important;
|
|
2090
2081
|
}
|
|
2091
2082
|
|
|
2092
2083
|
.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
@@ -2170,7 +2161,7 @@
|
|
|
2170
2161
|
|
|
2171
2162
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
2172
2163
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
2173
|
-
height: 96px
|
|
2164
|
+
height: 96px;
|
|
2174
2165
|
}
|
|
2175
2166
|
|
|
2176
2167
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -2539,8 +2530,8 @@
|
|
|
2539
2530
|
.e-pivotfieldlist-wrapper {
|
|
2540
2531
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
2541
2532
|
font-size: 12px;
|
|
2542
|
-
max-width: 700px;
|
|
2543
|
-
min-width: 300px;
|
|
2533
|
+
max-width: 700px !important;
|
|
2534
|
+
min-width: 300px !important;
|
|
2544
2535
|
}
|
|
2545
2536
|
|
|
2546
2537
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
@@ -2629,9 +2620,9 @@
|
|
|
2629
2620
|
}
|
|
2630
2621
|
|
|
2631
2622
|
.e-pivotfieldlist-wrapper .e-title-header .e-title-content {
|
|
2632
|
-
font-size: 18px;
|
|
2633
2623
|
-ms-flex: auto;
|
|
2634
2624
|
flex: auto;
|
|
2625
|
+
font-size: 18px;
|
|
2635
2626
|
}
|
|
2636
2627
|
|
|
2637
2628
|
.e-pivotfieldlist-wrapper .e-field-list-container {
|
|
@@ -2665,13 +2656,13 @@
|
|
|
2665
2656
|
font-size: 13px;
|
|
2666
2657
|
font-weight: normal;
|
|
2667
2658
|
height: 28px;
|
|
2659
|
+
line-height: 1.5em;
|
|
2668
2660
|
overflow: hidden;
|
|
2669
2661
|
padding: 7px 0 0 15px;
|
|
2670
2662
|
text-align: left;
|
|
2671
2663
|
text-overflow: ellipsis;
|
|
2672
|
-
word-break: break-all;
|
|
2673
|
-
line-height: 1.5em;
|
|
2674
2664
|
text-transform: none;
|
|
2665
|
+
word-break: break-all;
|
|
2675
2666
|
}
|
|
2676
2667
|
|
|
2677
2668
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
|
|
@@ -2898,8 +2889,8 @@
|
|
|
2898
2889
|
overflow: hidden;
|
|
2899
2890
|
padding: 0 8px;
|
|
2900
2891
|
text-overflow: ellipsis;
|
|
2901
|
-
width: 100%;
|
|
2902
2892
|
text-transform: none;
|
|
2893
|
+
width: 100%;
|
|
2903
2894
|
}
|
|
2904
2895
|
|
|
2905
2896
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -3756,7 +3747,7 @@
|
|
|
3756
3747
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
3757
3748
|
background-color: #fff;
|
|
3758
3749
|
border: 1px solid #e6e6e6;
|
|
3759
|
-
border-radius:
|
|
3750
|
+
border-radius: 0;
|
|
3760
3751
|
color: #333;
|
|
3761
3752
|
height: 200px;
|
|
3762
3753
|
margin-left: 20px;
|
|
@@ -4363,8 +4354,8 @@
|
|
|
4363
4354
|
overflow: hidden;
|
|
4364
4355
|
padding: 0 8px;
|
|
4365
4356
|
text-overflow: ellipsis;
|
|
4366
|
-
width: 100%;
|
|
4367
4357
|
text-transform: none;
|
|
4358
|
+
width: 100%;
|
|
4368
4359
|
}
|
|
4369
4360
|
|
|
4370
4361
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -5221,7 +5212,7 @@
|
|
|
5221
5212
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
5222
5213
|
background-color: #fff;
|
|
5223
5214
|
border: 1px solid #e6e6e6;
|
|
5224
|
-
border-radius:
|
|
5215
|
+
border-radius: 0;
|
|
5225
5216
|
color: #333;
|
|
5226
5217
|
height: 200px;
|
|
5227
5218
|
margin-left: 20px;
|