@syncfusion/ej2-vue-pivotview 19.2.60 → 19.3.43
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 +8 -0
- package/dist/ej2-vue-pivotview.umd.min.js +1 -10
- package/dist/es6/ej2-vue-pivotview.es2015.js +2 -0
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +2 -0
- package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
- package/package.json +8 -8
- package/src/pivotfieldlist/pivotfieldlist.component.js +1 -0
- package/src/pivotview/pivotview.component.js +1 -0
- package/styles/bootstrap-dark.css +34 -47
- package/styles/bootstrap.css +35 -48
- package/styles/bootstrap4.css +76 -90
- package/styles/bootstrap5-dark.css +8780 -0
- package/styles/bootstrap5-dark.scss +2 -0
- package/styles/bootstrap5.css +8780 -0
- package/styles/bootstrap5.scss +2 -0
- package/styles/fabric-dark.css +38 -51
- package/styles/fabric.css +38 -51
- package/styles/highcontrast-light.css +47 -57
- package/styles/highcontrast.css +40 -50
- package/styles/material-dark.css +49 -62
- package/styles/material.css +37 -50
- package/styles/pivotfieldlist/bootstrap-dark.css +12 -13
- package/styles/pivotfieldlist/bootstrap.css +14 -15
- package/styles/pivotfieldlist/bootstrap4.css +42 -39
- package/styles/pivotfieldlist/bootstrap5-dark.css +6404 -0
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -0
- package/styles/pivotfieldlist/bootstrap5.css +6404 -0
- package/styles/pivotfieldlist/bootstrap5.scss +1 -0
- package/styles/pivotfieldlist/fabric-dark.css +18 -19
- package/styles/pivotfieldlist/fabric.css +18 -19
- package/styles/pivotfieldlist/highcontrast-light.css +18 -19
- package/styles/pivotfieldlist/highcontrast.css +18 -19
- package/styles/pivotfieldlist/material-dark.css +29 -30
- package/styles/pivotfieldlist/material.css +18 -19
- package/styles/pivotfieldlist/tailwind-dark.css +58 -25
- package/styles/pivotfieldlist/tailwind.css +60 -27
- package/styles/pivotview/bootstrap-dark.css +22 -34
- package/styles/pivotview/bootstrap.css +21 -33
- package/styles/pivotview/bootstrap4.css +34 -51
- package/styles/pivotview/bootstrap5-dark.css +2375 -0
- package/styles/pivotview/bootstrap5-dark.scss +1 -0
- package/styles/pivotview/bootstrap5.css +2375 -0
- package/styles/pivotview/bootstrap5.scss +1 -0
- package/styles/pivotview/fabric-dark.css +20 -32
- package/styles/pivotview/fabric.css +20 -32
- package/styles/pivotview/highcontrast-light.css +29 -38
- package/styles/pivotview/highcontrast.css +22 -31
- package/styles/pivotview/material-dark.css +20 -32
- package/styles/pivotview/material.css +19 -31
- package/styles/pivotview/tailwind-dark.css +40 -40
- package/styles/pivotview/tailwind.css +37 -37
- package/styles/tailwind-dark.css +98 -65
- package/styles/tailwind.css +97 -64
|
@@ -268,11 +268,6 @@
|
|
|
268
268
|
padding-top: 20px;
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
|
|
272
|
-
height: 18px;
|
|
273
|
-
width: 18px;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
271
|
.e-pivotview .e-group-field-settings .e-group-field-div-content {
|
|
277
272
|
margin-bottom: 10px;
|
|
278
273
|
}
|
|
@@ -288,6 +283,12 @@
|
|
|
288
283
|
padding: 0 20px 10px;
|
|
289
284
|
}
|
|
290
285
|
|
|
286
|
+
.e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-clear-icon-hide,
|
|
287
|
+
.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
288
|
+
display: inline-block;
|
|
289
|
+
visibility: hidden;
|
|
290
|
+
}
|
|
291
|
+
|
|
291
292
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
292
293
|
box-shadow: none;
|
|
293
294
|
margin-left: 10px;
|
|
@@ -321,7 +322,6 @@
|
|
|
321
322
|
|
|
322
323
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container {
|
|
323
324
|
display: inline-table;
|
|
324
|
-
height: 100%;
|
|
325
325
|
width: 100%;
|
|
326
326
|
}
|
|
327
327
|
|
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
}
|
|
367
367
|
|
|
368
368
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
369
|
-
height:
|
|
369
|
+
height: 154px;
|
|
370
370
|
}
|
|
371
371
|
|
|
372
372
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-label-wrapper,
|
|
@@ -659,11 +659,6 @@
|
|
|
659
659
|
width: 49%;
|
|
660
660
|
}
|
|
661
661
|
|
|
662
|
-
.e-pivotview .e-pivotchart-type-dialog .e-icons.e-frame {
|
|
663
|
-
height: 20px;
|
|
664
|
-
width: 20px;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
662
|
.e-pivotview .e-pivot-format-dialog {
|
|
668
663
|
max-height: 500px !important;
|
|
669
664
|
max-width: 350px;
|
|
@@ -692,6 +687,9 @@
|
|
|
692
687
|
.e-pivotview .e-pivot-toolbar {
|
|
693
688
|
border-bottom: 0;
|
|
694
689
|
border-style: solid;
|
|
690
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
691
|
+
border-left: 1px solid rgba(255, 255, 255, 0.12);
|
|
692
|
+
border-right: 1px solid rgba(255, 255, 255, 0.12);
|
|
695
693
|
}
|
|
696
694
|
|
|
697
695
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -707,6 +705,7 @@
|
|
|
707
705
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
708
706
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
709
707
|
height: 40px;
|
|
708
|
+
overflow: hidden;
|
|
710
709
|
padding-left: 10px;
|
|
711
710
|
}
|
|
712
711
|
|
|
@@ -763,7 +762,7 @@
|
|
|
763
762
|
|
|
764
763
|
.e-mdx-query-content {
|
|
765
764
|
background-color: #6e6e6e;
|
|
766
|
-
color: #
|
|
765
|
+
color: #858585;
|
|
767
766
|
font-size: 14px;
|
|
768
767
|
font-weight: 500;
|
|
769
768
|
height: 200px;
|
|
@@ -850,7 +849,7 @@
|
|
|
850
849
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
851
850
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
852
851
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
853
|
-
height:
|
|
852
|
+
height: 136px;
|
|
854
853
|
}
|
|
855
854
|
|
|
856
855
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
@@ -887,7 +886,7 @@
|
|
|
887
886
|
|
|
888
887
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
889
888
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
890
|
-
height:
|
|
889
|
+
height: 113px !important;
|
|
891
890
|
}
|
|
892
891
|
|
|
893
892
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
@@ -949,17 +948,16 @@
|
|
|
949
948
|
top: 0;
|
|
950
949
|
}
|
|
951
950
|
|
|
951
|
+
.e-bigger .e-pivotview .e-value-field-settings,
|
|
952
|
+
.e-bigger.e-pivotview .e-value-field-settings {
|
|
953
|
+
max-height: 510px !important;
|
|
954
|
+
}
|
|
955
|
+
|
|
952
956
|
.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer,
|
|
953
957
|
.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
954
958
|
padding: 0 20px 10px;
|
|
955
959
|
}
|
|
956
960
|
|
|
957
|
-
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame,
|
|
958
|
-
.e-bigger.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
|
|
959
|
-
height: 22px;
|
|
960
|
-
width: 22px;
|
|
961
|
-
}
|
|
962
|
-
|
|
963
961
|
.e-bigger .e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
964
962
|
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label,
|
|
965
963
|
.e-bigger.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
@@ -1058,12 +1056,6 @@
|
|
|
1058
1056
|
margin-top: 8px;
|
|
1059
1057
|
}
|
|
1060
1058
|
|
|
1061
|
-
.e-bigger .e-pivotchart-type-dialog .e-icons.e-frame,
|
|
1062
|
-
.e-bigger.e-pivotchart-type-dialog .e-icons.e-frame {
|
|
1063
|
-
height: 22px;
|
|
1064
|
-
width: 22px;
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
1059
|
/*! PivotView theme */
|
|
1068
1060
|
.e-pivotview .e-nextspan {
|
|
1069
1061
|
display: inline-block;
|
|
@@ -1208,7 +1200,7 @@
|
|
|
1208
1200
|
|
|
1209
1201
|
.e-pivotview .e-sortfilterdiv {
|
|
1210
1202
|
float: right;
|
|
1211
|
-
margin: -
|
|
1203
|
+
margin: -23px 0px !important;
|
|
1212
1204
|
}
|
|
1213
1205
|
|
|
1214
1206
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
@@ -1805,10 +1797,6 @@
|
|
|
1805
1797
|
padding-bottom: 7px;
|
|
1806
1798
|
}
|
|
1807
1799
|
|
|
1808
|
-
.e-pivotview .e-chart-grouping-bar .e-axis-row {
|
|
1809
|
-
height: 50% !important;
|
|
1810
|
-
}
|
|
1811
|
-
|
|
1812
1800
|
.e-pivotview .e-chart-grouping-bar .e-axis-value {
|
|
1813
1801
|
height: auto !important;
|
|
1814
1802
|
padding-left: 6px;
|
|
@@ -1831,7 +1819,7 @@
|
|
|
1831
1819
|
padding-bottom: 7px;
|
|
1832
1820
|
}
|
|
1833
1821
|
|
|
1834
|
-
.e-pivotview .e-icons {
|
|
1822
|
+
.e-pivotview .e-icons:not(.e-frame) {
|
|
1835
1823
|
height: auto;
|
|
1836
1824
|
width: auto;
|
|
1837
1825
|
}
|
|
@@ -2282,7 +2270,7 @@
|
|
|
2282
2270
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2283
2271
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container,
|
|
2284
2272
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2285
|
-
height:
|
|
2273
|
+
height: 136px;
|
|
2286
2274
|
}
|
|
2287
2275
|
|
|
2288
2276
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
@@ -267,11 +267,6 @@
|
|
|
267
267
|
padding-top: 20px;
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
-
.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
|
|
271
|
-
height: 18px;
|
|
272
|
-
width: 18px;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
270
|
.e-pivotview .e-group-field-settings .e-group-field-div-content {
|
|
276
271
|
margin-bottom: 10px;
|
|
277
272
|
}
|
|
@@ -287,6 +282,12 @@
|
|
|
287
282
|
padding: 0 20px 10px;
|
|
288
283
|
}
|
|
289
284
|
|
|
285
|
+
.e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-clear-icon-hide,
|
|
286
|
+
.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
287
|
+
display: inline-block;
|
|
288
|
+
visibility: hidden;
|
|
289
|
+
}
|
|
290
|
+
|
|
290
291
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
291
292
|
box-shadow: none;
|
|
292
293
|
margin-left: 10px;
|
|
@@ -320,7 +321,6 @@
|
|
|
320
321
|
|
|
321
322
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container {
|
|
322
323
|
display: inline-table;
|
|
323
|
-
height: 100%;
|
|
324
324
|
width: 100%;
|
|
325
325
|
}
|
|
326
326
|
|
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
}
|
|
366
366
|
|
|
367
367
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
368
|
-
height:
|
|
368
|
+
height: 154px;
|
|
369
369
|
}
|
|
370
370
|
|
|
371
371
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-label-wrapper,
|
|
@@ -658,11 +658,6 @@
|
|
|
658
658
|
width: 49%;
|
|
659
659
|
}
|
|
660
660
|
|
|
661
|
-
.e-pivotview .e-pivotchart-type-dialog .e-icons.e-frame {
|
|
662
|
-
height: 20px;
|
|
663
|
-
width: 20px;
|
|
664
|
-
}
|
|
665
|
-
|
|
666
661
|
.e-pivotview .e-pivot-format-dialog {
|
|
667
662
|
max-height: 500px !important;
|
|
668
663
|
max-width: 350px;
|
|
@@ -691,6 +686,9 @@
|
|
|
691
686
|
.e-pivotview .e-pivot-toolbar {
|
|
692
687
|
border-bottom: 0;
|
|
693
688
|
border-style: solid;
|
|
689
|
+
border-top: 1px solid rgba(51, 51, 51, 0.12);
|
|
690
|
+
border-left: 1px solid rgba(51, 51, 51, 0.12);
|
|
691
|
+
border-right: 1px solid rgba(51, 51, 51, 0.12);
|
|
694
692
|
}
|
|
695
693
|
|
|
696
694
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -706,6 +704,7 @@
|
|
|
706
704
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
707
705
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
708
706
|
height: 38px;
|
|
707
|
+
overflow: hidden;
|
|
709
708
|
padding-left: 10px;
|
|
710
709
|
}
|
|
711
710
|
|
|
@@ -849,7 +848,7 @@
|
|
|
849
848
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
850
849
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
851
850
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
852
|
-
height:
|
|
851
|
+
height: 136px;
|
|
853
852
|
}
|
|
854
853
|
|
|
855
854
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
@@ -886,7 +885,7 @@
|
|
|
886
885
|
|
|
887
886
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
888
887
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
889
|
-
height:
|
|
888
|
+
height: 113px !important;
|
|
890
889
|
}
|
|
891
890
|
|
|
892
891
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
@@ -948,17 +947,16 @@
|
|
|
948
947
|
top: 0;
|
|
949
948
|
}
|
|
950
949
|
|
|
950
|
+
.e-bigger .e-pivotview .e-value-field-settings,
|
|
951
|
+
.e-bigger.e-pivotview .e-value-field-settings {
|
|
952
|
+
max-height: 510px !important;
|
|
953
|
+
}
|
|
954
|
+
|
|
951
955
|
.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer,
|
|
952
956
|
.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
953
957
|
padding: 0 20px 10px;
|
|
954
958
|
}
|
|
955
959
|
|
|
956
|
-
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame,
|
|
957
|
-
.e-bigger.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
|
|
958
|
-
height: 22px;
|
|
959
|
-
width: 22px;
|
|
960
|
-
}
|
|
961
|
-
|
|
962
960
|
.e-bigger .e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
963
961
|
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label,
|
|
964
962
|
.e-bigger.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
@@ -1057,12 +1055,6 @@
|
|
|
1057
1055
|
margin-top: 8px;
|
|
1058
1056
|
}
|
|
1059
1057
|
|
|
1060
|
-
.e-bigger .e-pivotchart-type-dialog .e-icons.e-frame,
|
|
1061
|
-
.e-bigger.e-pivotchart-type-dialog .e-icons.e-frame {
|
|
1062
|
-
height: 22px;
|
|
1063
|
-
width: 22px;
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
1058
|
/*! PivotView theme */
|
|
1067
1059
|
.e-pivotview .e-nextspan {
|
|
1068
1060
|
display: inline-block;
|
|
@@ -1207,7 +1199,7 @@
|
|
|
1207
1199
|
|
|
1208
1200
|
.e-pivotview .e-sortfilterdiv {
|
|
1209
1201
|
float: right;
|
|
1210
|
-
margin: -
|
|
1202
|
+
margin: -23px 0px !important;
|
|
1211
1203
|
}
|
|
1212
1204
|
|
|
1213
1205
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
@@ -1804,10 +1796,6 @@
|
|
|
1804
1796
|
padding-bottom: 7px;
|
|
1805
1797
|
}
|
|
1806
1798
|
|
|
1807
|
-
.e-pivotview .e-chart-grouping-bar .e-axis-row {
|
|
1808
|
-
height: 50% !important;
|
|
1809
|
-
}
|
|
1810
|
-
|
|
1811
1799
|
.e-pivotview .e-chart-grouping-bar .e-axis-value {
|
|
1812
1800
|
height: auto !important;
|
|
1813
1801
|
padding-left: 6px;
|
|
@@ -1830,7 +1818,7 @@
|
|
|
1830
1818
|
padding-bottom: 7px;
|
|
1831
1819
|
}
|
|
1832
1820
|
|
|
1833
|
-
.e-pivotview .e-icons {
|
|
1821
|
+
.e-pivotview .e-icons:not(.e-frame) {
|
|
1834
1822
|
height: auto;
|
|
1835
1823
|
width: auto;
|
|
1836
1824
|
}
|
|
@@ -2281,7 +2269,7 @@
|
|
|
2281
2269
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2282
2270
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container,
|
|
2283
2271
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2284
|
-
height:
|
|
2272
|
+
height: 136px;
|
|
2285
2273
|
}
|
|
2286
2274
|
|
|
2287
2275
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
@@ -267,13 +267,6 @@
|
|
|
267
267
|
padding-top: 20px;
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
-
.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
|
|
271
|
-
height: 18px;
|
|
272
|
-
width: 18px;
|
|
273
|
-
height: 14px;
|
|
274
|
-
width: 14px;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
270
|
.e-pivotview .e-group-field-settings .e-group-field-div-content {
|
|
278
271
|
margin-bottom: 10px;
|
|
279
272
|
}
|
|
@@ -289,6 +282,17 @@
|
|
|
289
282
|
padding: 0 20px 10px;
|
|
290
283
|
}
|
|
291
284
|
|
|
285
|
+
.e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-clear-icon-hide,
|
|
286
|
+
.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
287
|
+
display: inline-block;
|
|
288
|
+
visibility: hidden;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.e-pivotview .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-wrapper,
|
|
292
|
+
.e-pivotview .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-container {
|
|
293
|
+
padding: 5px 20px 10px;
|
|
294
|
+
}
|
|
295
|
+
|
|
292
296
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
293
297
|
box-shadow: none;
|
|
294
298
|
margin-left: 10px;
|
|
@@ -301,9 +305,9 @@
|
|
|
301
305
|
}
|
|
302
306
|
|
|
303
307
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort:hover {
|
|
304
|
-
background-color: #6c757d;
|
|
305
|
-
border-color: #6c757d;
|
|
306
|
-
color: #fff;
|
|
308
|
+
background-color: #6c757d !important;
|
|
309
|
+
border-color: #6c757d !important;
|
|
310
|
+
color: #fff !important;
|
|
307
311
|
}
|
|
308
312
|
|
|
309
313
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort.e-active {
|
|
@@ -319,9 +323,9 @@
|
|
|
319
323
|
}
|
|
320
324
|
|
|
321
325
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort:focus {
|
|
322
|
-
background-color: #6c757d;
|
|
323
|
-
border-color: #6c757d;
|
|
324
|
-
color: #fff;
|
|
326
|
+
background-color: #6c757d !important;
|
|
327
|
+
border-color: #6c757d !important;
|
|
328
|
+
color: #fff !important;
|
|
325
329
|
}
|
|
326
330
|
|
|
327
331
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
@@ -339,7 +343,7 @@
|
|
|
339
343
|
|
|
340
344
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
341
345
|
display: inline-block;
|
|
342
|
-
height:
|
|
346
|
+
height: 168px;
|
|
343
347
|
max-width: 400px;
|
|
344
348
|
overflow: auto;
|
|
345
349
|
width: 100%;
|
|
@@ -347,7 +351,6 @@
|
|
|
347
351
|
|
|
348
352
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container {
|
|
349
353
|
display: inline-table;
|
|
350
|
-
height: 100%;
|
|
351
354
|
width: 100%;
|
|
352
355
|
}
|
|
353
356
|
|
|
@@ -392,7 +395,7 @@
|
|
|
392
395
|
}
|
|
393
396
|
|
|
394
397
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
395
|
-
height:
|
|
398
|
+
height: 170px;
|
|
396
399
|
}
|
|
397
400
|
|
|
398
401
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-label-wrapper,
|
|
@@ -686,11 +689,6 @@
|
|
|
686
689
|
width: 49%;
|
|
687
690
|
}
|
|
688
691
|
|
|
689
|
-
.e-pivotview .e-pivotchart-type-dialog .e-icons.e-frame {
|
|
690
|
-
height: 14px;
|
|
691
|
-
width: 14px;
|
|
692
|
-
}
|
|
693
|
-
|
|
694
692
|
.e-pivotview .e-pivot-format-dialog {
|
|
695
693
|
max-height: 500px !important;
|
|
696
694
|
max-width: 350px;
|
|
@@ -719,6 +717,9 @@
|
|
|
719
717
|
.e-pivotview .e-pivot-toolbar {
|
|
720
718
|
border-bottom: 0;
|
|
721
719
|
border-style: solid;
|
|
720
|
+
border-top: 1px solid #dee2e6;
|
|
721
|
+
border-left: 1px solid #dee2e6;
|
|
722
|
+
border-right: 1px solid #dee2e6;
|
|
722
723
|
}
|
|
723
724
|
|
|
724
725
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -736,6 +737,7 @@
|
|
|
736
737
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
737
738
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
738
739
|
height: 30px;
|
|
740
|
+
overflow: hidden;
|
|
739
741
|
padding-left: 10px;
|
|
740
742
|
background-color: #f8f9fa;
|
|
741
743
|
color: #495057;
|
|
@@ -900,7 +902,7 @@
|
|
|
900
902
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
901
903
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
902
904
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
903
|
-
height:
|
|
905
|
+
height: 140px;
|
|
904
906
|
}
|
|
905
907
|
|
|
906
908
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
@@ -951,7 +953,7 @@
|
|
|
951
953
|
|
|
952
954
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
953
955
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
954
|
-
height:
|
|
956
|
+
height: 130px !important;
|
|
955
957
|
}
|
|
956
958
|
|
|
957
959
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
@@ -1013,19 +1015,16 @@
|
|
|
1013
1015
|
top: 0;
|
|
1014
1016
|
}
|
|
1015
1017
|
|
|
1018
|
+
.e-bigger .e-pivotview .e-value-field-settings,
|
|
1019
|
+
.e-bigger.e-pivotview .e-value-field-settings {
|
|
1020
|
+
max-height: 510px !important;
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1016
1023
|
.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer,
|
|
1017
1024
|
.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
1018
1025
|
padding: 0 20px 10px;
|
|
1019
1026
|
}
|
|
1020
1027
|
|
|
1021
|
-
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame,
|
|
1022
|
-
.e-bigger.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
|
|
1023
|
-
height: 22px;
|
|
1024
|
-
width: 22px;
|
|
1025
|
-
height: 18px;
|
|
1026
|
-
width: 18px;
|
|
1027
|
-
}
|
|
1028
|
-
|
|
1029
1028
|
.e-bigger .e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
1030
1029
|
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label,
|
|
1031
1030
|
.e-bigger.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
@@ -1124,12 +1123,6 @@
|
|
|
1124
1123
|
margin-top: 2px;
|
|
1125
1124
|
}
|
|
1126
1125
|
|
|
1127
|
-
.e-bigger .e-pivotchart-type-dialog .e-icons.e-frame,
|
|
1128
|
-
.e-bigger.e-pivotchart-type-dialog .e-icons.e-frame {
|
|
1129
|
-
height: 16px;
|
|
1130
|
-
width: 16px;
|
|
1131
|
-
}
|
|
1132
|
-
|
|
1133
1126
|
/*! PivotView theme */
|
|
1134
1127
|
.e-pivotview .e-nextspan {
|
|
1135
1128
|
display: inline-block;
|
|
@@ -1544,7 +1537,6 @@
|
|
|
1544
1537
|
vertical-align: bottom;
|
|
1545
1538
|
z-index: 1;
|
|
1546
1539
|
font-weight: 400;
|
|
1547
|
-
padding: 5px 8px;
|
|
1548
1540
|
}
|
|
1549
1541
|
|
|
1550
1542
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
|
|
@@ -1767,7 +1759,6 @@
|
|
|
1767
1759
|
padding: 5px 8px;
|
|
1768
1760
|
width: 180px;
|
|
1769
1761
|
font-weight: 400;
|
|
1770
|
-
padding: 5px 8px;
|
|
1771
1762
|
}
|
|
1772
1763
|
|
|
1773
1764
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
|
|
@@ -1903,10 +1894,6 @@
|
|
|
1903
1894
|
padding-bottom: 7px;
|
|
1904
1895
|
}
|
|
1905
1896
|
|
|
1906
|
-
.e-pivotview .e-chart-grouping-bar .e-axis-row {
|
|
1907
|
-
height: 50% !important;
|
|
1908
|
-
}
|
|
1909
|
-
|
|
1910
1897
|
.e-pivotview .e-chart-grouping-bar .e-axis-value {
|
|
1911
1898
|
height: auto !important;
|
|
1912
1899
|
padding-left: 6px;
|
|
@@ -1929,7 +1916,7 @@
|
|
|
1929
1916
|
padding-bottom: 7px;
|
|
1930
1917
|
}
|
|
1931
1918
|
|
|
1932
|
-
.e-pivotview .e-icons {
|
|
1919
|
+
.e-pivotview .e-icons:not(.e-frame) {
|
|
1933
1920
|
height: auto;
|
|
1934
1921
|
width: auto;
|
|
1935
1922
|
}
|
|
@@ -2335,7 +2322,7 @@
|
|
|
2335
2322
|
.e-bigger.e-pivotview .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button.e-btn,
|
|
2336
2323
|
.e-bigger.e-pivotview .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn,
|
|
2337
2324
|
.e-bigger.e-pivotview .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button.e-btn {
|
|
2338
|
-
padding:
|
|
2325
|
+
padding: 7px 10px;
|
|
2339
2326
|
}
|
|
2340
2327
|
|
|
2341
2328
|
.e-bigger .e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt,
|
|
@@ -2385,16 +2372,12 @@
|
|
|
2385
2372
|
height: 30px;
|
|
2386
2373
|
}
|
|
2387
2374
|
|
|
2388
|
-
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn,
|
|
2389
|
-
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn {
|
|
2390
|
-
padding: 7px 10px;
|
|
2391
|
-
}
|
|
2392
|
-
|
|
2393
2375
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button,
|
|
2394
2376
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
2395
2377
|
height: 30px;
|
|
2396
2378
|
line-height: 0.9em;
|
|
2397
2379
|
padding: 7px 12px;
|
|
2380
|
+
padding: 7px 10px;
|
|
2398
2381
|
}
|
|
2399
2382
|
|
|
2400
2383
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
@@ -2454,7 +2437,7 @@
|
|
|
2454
2437
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2455
2438
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container,
|
|
2456
2439
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2457
|
-
height:
|
|
2440
|
+
height: 140px;
|
|
2458
2441
|
}
|
|
2459
2442
|
|
|
2460
2443
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|