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