@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/bootstrap5.scss';
|
|
@@ -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: 141px;
|
|
369
369
|
}
|
|
370
370
|
|
|
371
371
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-label-wrapper,
|
|
@@ -656,11 +656,6 @@
|
|
|
656
656
|
width: 49%;
|
|
657
657
|
}
|
|
658
658
|
|
|
659
|
-
.e-pivotview .e-pivotchart-type-dialog .e-icons.e-frame {
|
|
660
|
-
height: 20px;
|
|
661
|
-
width: 20px;
|
|
662
|
-
}
|
|
663
|
-
|
|
664
659
|
.e-pivotview .e-pivot-format-dialog {
|
|
665
660
|
max-height: 500px !important;
|
|
666
661
|
max-width: 350px;
|
|
@@ -689,6 +684,9 @@
|
|
|
689
684
|
.e-pivotview .e-pivot-toolbar {
|
|
690
685
|
border-bottom: 0;
|
|
691
686
|
border-style: solid;
|
|
687
|
+
border-top: 1px solid #414040;
|
|
688
|
+
border-left: 1px solid #414040;
|
|
689
|
+
border-right: 1px solid #414040;
|
|
692
690
|
}
|
|
693
691
|
|
|
694
692
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -704,6 +702,7 @@
|
|
|
704
702
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
705
703
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
706
704
|
height: 40px;
|
|
705
|
+
overflow: hidden;
|
|
707
706
|
padding-left: 10px;
|
|
708
707
|
}
|
|
709
708
|
|
|
@@ -847,7 +846,7 @@
|
|
|
847
846
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
848
847
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
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
|
-
height:
|
|
849
|
+
height: 134px;
|
|
851
850
|
}
|
|
852
851
|
|
|
853
852
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
@@ -884,7 +883,7 @@
|
|
|
884
883
|
|
|
885
884
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
886
885
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
887
|
-
height:
|
|
886
|
+
height: 102px !important;
|
|
888
887
|
}
|
|
889
888
|
|
|
890
889
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
@@ -946,17 +945,16 @@
|
|
|
946
945
|
top: 0;
|
|
947
946
|
}
|
|
948
947
|
|
|
948
|
+
.e-bigger .e-pivotview .e-value-field-settings,
|
|
949
|
+
.e-bigger.e-pivotview .e-value-field-settings {
|
|
950
|
+
max-height: 510px !important;
|
|
951
|
+
}
|
|
952
|
+
|
|
949
953
|
.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer,
|
|
950
954
|
.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
951
955
|
padding: 0 20px 10px;
|
|
952
956
|
}
|
|
953
957
|
|
|
954
|
-
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame,
|
|
955
|
-
.e-bigger.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
|
|
956
|
-
height: 22px;
|
|
957
|
-
width: 22px;
|
|
958
|
-
}
|
|
959
|
-
|
|
960
958
|
.e-bigger .e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
961
959
|
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label,
|
|
962
960
|
.e-bigger.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
@@ -1055,12 +1053,6 @@
|
|
|
1055
1053
|
margin-top: 5px;
|
|
1056
1054
|
}
|
|
1057
1055
|
|
|
1058
|
-
.e-bigger .e-pivotchart-type-dialog .e-icons.e-frame,
|
|
1059
|
-
.e-bigger.e-pivotchart-type-dialog .e-icons.e-frame {
|
|
1060
|
-
height: 22px;
|
|
1061
|
-
width: 22px;
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
1056
|
/*! PivotView theme */
|
|
1065
1057
|
.e-pivotview .e-nextspan {
|
|
1066
1058
|
display: inline-block;
|
|
@@ -1798,10 +1790,6 @@
|
|
|
1798
1790
|
padding-bottom: 7px;
|
|
1799
1791
|
}
|
|
1800
1792
|
|
|
1801
|
-
.e-pivotview .e-chart-grouping-bar .e-axis-row {
|
|
1802
|
-
height: 50% !important;
|
|
1803
|
-
}
|
|
1804
|
-
|
|
1805
1793
|
.e-pivotview .e-chart-grouping-bar .e-axis-value {
|
|
1806
1794
|
height: auto !important;
|
|
1807
1795
|
padding-left: 6px;
|
|
@@ -1824,7 +1812,7 @@
|
|
|
1824
1812
|
padding-bottom: 7px;
|
|
1825
1813
|
}
|
|
1826
1814
|
|
|
1827
|
-
.e-pivotview .e-icons {
|
|
1815
|
+
.e-pivotview .e-icons:not(.e-frame) {
|
|
1828
1816
|
height: auto;
|
|
1829
1817
|
width: auto;
|
|
1830
1818
|
}
|
|
@@ -2275,7 +2263,7 @@
|
|
|
2275
2263
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2276
2264
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container,
|
|
2277
2265
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2278
|
-
height:
|
|
2266
|
+
height: 134px;
|
|
2279
2267
|
}
|
|
2280
2268
|
|
|
2281
2269
|
.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: 141px;
|
|
369
369
|
}
|
|
370
370
|
|
|
371
371
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-label-wrapper,
|
|
@@ -656,11 +656,6 @@
|
|
|
656
656
|
width: 49%;
|
|
657
657
|
}
|
|
658
658
|
|
|
659
|
-
.e-pivotview .e-pivotchart-type-dialog .e-icons.e-frame {
|
|
660
|
-
height: 20px;
|
|
661
|
-
width: 20px;
|
|
662
|
-
}
|
|
663
|
-
|
|
664
659
|
.e-pivotview .e-pivot-format-dialog {
|
|
665
660
|
max-height: 500px !important;
|
|
666
661
|
max-width: 350px;
|
|
@@ -689,6 +684,9 @@
|
|
|
689
684
|
.e-pivotview .e-pivot-toolbar {
|
|
690
685
|
border-bottom: 0;
|
|
691
686
|
border-style: solid;
|
|
687
|
+
border-top: 1px solid rgba(0, 0, 0, 0.12);
|
|
688
|
+
border-left: 1px solid rgba(0, 0, 0, 0.12);
|
|
689
|
+
border-right: 1px solid rgba(0, 0, 0, 0.12);
|
|
692
690
|
}
|
|
693
691
|
|
|
694
692
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -704,6 +702,7 @@
|
|
|
704
702
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
705
703
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
706
704
|
height: 40px;
|
|
705
|
+
overflow: hidden;
|
|
707
706
|
padding-left: 10px;
|
|
708
707
|
}
|
|
709
708
|
|
|
@@ -847,7 +846,7 @@
|
|
|
847
846
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
848
847
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
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
|
-
height:
|
|
849
|
+
height: 134px;
|
|
851
850
|
}
|
|
852
851
|
|
|
853
852
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
@@ -884,7 +883,7 @@
|
|
|
884
883
|
|
|
885
884
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
886
885
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
887
|
-
height:
|
|
886
|
+
height: 102px !important;
|
|
888
887
|
}
|
|
889
888
|
|
|
890
889
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
@@ -946,17 +945,16 @@
|
|
|
946
945
|
top: 0;
|
|
947
946
|
}
|
|
948
947
|
|
|
948
|
+
.e-bigger .e-pivotview .e-value-field-settings,
|
|
949
|
+
.e-bigger.e-pivotview .e-value-field-settings {
|
|
950
|
+
max-height: 510px !important;
|
|
951
|
+
}
|
|
952
|
+
|
|
949
953
|
.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer,
|
|
950
954
|
.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
951
955
|
padding: 0 20px 10px;
|
|
952
956
|
}
|
|
953
957
|
|
|
954
|
-
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame,
|
|
955
|
-
.e-bigger.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
|
|
956
|
-
height: 22px;
|
|
957
|
-
width: 22px;
|
|
958
|
-
}
|
|
959
|
-
|
|
960
958
|
.e-bigger .e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
961
959
|
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label,
|
|
962
960
|
.e-bigger.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
@@ -1055,12 +1053,6 @@
|
|
|
1055
1053
|
margin-top: 5px;
|
|
1056
1054
|
}
|
|
1057
1055
|
|
|
1058
|
-
.e-bigger .e-pivotchart-type-dialog .e-icons.e-frame,
|
|
1059
|
-
.e-bigger.e-pivotchart-type-dialog .e-icons.e-frame {
|
|
1060
|
-
height: 22px;
|
|
1061
|
-
width: 22px;
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
1056
|
/*! PivotView theme */
|
|
1065
1057
|
.e-pivotview .e-nextspan {
|
|
1066
1058
|
display: inline-block;
|
|
@@ -1798,10 +1790,6 @@
|
|
|
1798
1790
|
padding-bottom: 7px;
|
|
1799
1791
|
}
|
|
1800
1792
|
|
|
1801
|
-
.e-pivotview .e-chart-grouping-bar .e-axis-row {
|
|
1802
|
-
height: 50% !important;
|
|
1803
|
-
}
|
|
1804
|
-
|
|
1805
1793
|
.e-pivotview .e-chart-grouping-bar .e-axis-value {
|
|
1806
1794
|
height: auto !important;
|
|
1807
1795
|
padding-left: 6px;
|
|
@@ -1824,7 +1812,7 @@
|
|
|
1824
1812
|
padding-bottom: 7px;
|
|
1825
1813
|
}
|
|
1826
1814
|
|
|
1827
|
-
.e-pivotview .e-icons {
|
|
1815
|
+
.e-pivotview .e-icons:not(.e-frame) {
|
|
1828
1816
|
height: auto;
|
|
1829
1817
|
width: auto;
|
|
1830
1818
|
}
|
|
@@ -2275,7 +2263,7 @@
|
|
|
2275
2263
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2276
2264
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container,
|
|
2277
2265
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2278
|
-
height:
|
|
2266
|
+
height: 134px;
|
|
2279
2267
|
}
|
|
2280
2268
|
|
|
2281
2269
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
@@ -266,11 +266,6 @@
|
|
|
266
266
|
padding-top: 20px;
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
-
.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
|
|
270
|
-
height: 18px;
|
|
271
|
-
width: 18px;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
269
|
.e-pivotview .e-group-field-settings .e-group-field-div-content {
|
|
275
270
|
margin-bottom: 10px;
|
|
276
271
|
}
|
|
@@ -286,6 +281,12 @@
|
|
|
286
281
|
padding: 0 20px 10px;
|
|
287
282
|
}
|
|
288
283
|
|
|
284
|
+
.e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-clear-icon-hide,
|
|
285
|
+
.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
286
|
+
display: inline-block;
|
|
287
|
+
visibility: hidden;
|
|
288
|
+
}
|
|
289
|
+
|
|
289
290
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
290
291
|
box-shadow: none;
|
|
291
292
|
margin-left: 10px;
|
|
@@ -311,7 +312,7 @@
|
|
|
311
312
|
|
|
312
313
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
313
314
|
display: inline-block;
|
|
314
|
-
height:
|
|
315
|
+
height: 152px;
|
|
315
316
|
max-width: 400px;
|
|
316
317
|
overflow: auto;
|
|
317
318
|
width: 100%;
|
|
@@ -319,7 +320,6 @@
|
|
|
319
320
|
|
|
320
321
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container {
|
|
321
322
|
display: inline-table;
|
|
322
|
-
height: 100%;
|
|
323
323
|
width: 100%;
|
|
324
324
|
}
|
|
325
325
|
|
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
}
|
|
365
365
|
|
|
366
366
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
367
|
-
height:
|
|
367
|
+
height: 138px;
|
|
368
368
|
}
|
|
369
369
|
|
|
370
370
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-label-wrapper,
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
|
|
384
384
|
.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
385
385
|
.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
386
|
-
color:
|
|
386
|
+
color: #000 !important;
|
|
387
387
|
font-size: 13px;
|
|
388
388
|
font-weight: 500;
|
|
389
389
|
}
|
|
@@ -655,11 +655,6 @@
|
|
|
655
655
|
width: 49%;
|
|
656
656
|
}
|
|
657
657
|
|
|
658
|
-
.e-pivotview .e-pivotchart-type-dialog .e-icons.e-frame {
|
|
659
|
-
height: 20px;
|
|
660
|
-
width: 20px;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
658
|
.e-pivotview .e-pivot-format-dialog {
|
|
664
659
|
max-height: 500px !important;
|
|
665
660
|
max-width: 350px;
|
|
@@ -688,6 +683,9 @@
|
|
|
688
683
|
.e-pivotview .e-pivot-toolbar {
|
|
689
684
|
border-bottom: 0;
|
|
690
685
|
border-style: solid;
|
|
686
|
+
border-top: 1px solid #757575;
|
|
687
|
+
border-left: 1px solid #757575;
|
|
688
|
+
border-right: 1px solid #757575;
|
|
691
689
|
}
|
|
692
690
|
|
|
693
691
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -703,6 +701,7 @@
|
|
|
703
701
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
704
702
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
705
703
|
height: 34px;
|
|
704
|
+
overflow: hidden;
|
|
706
705
|
padding-left: 10px;
|
|
707
706
|
}
|
|
708
707
|
|
|
@@ -822,7 +821,7 @@
|
|
|
822
821
|
}
|
|
823
822
|
|
|
824
823
|
.e-drillthrough-dialog .e-drillthrough-body-header-value {
|
|
825
|
-
color:
|
|
824
|
+
color: #000;
|
|
826
825
|
margin-left: 10px;
|
|
827
826
|
margin-right: 20px;
|
|
828
827
|
}
|
|
@@ -883,7 +882,7 @@
|
|
|
883
882
|
|
|
884
883
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
885
884
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
886
|
-
height:
|
|
885
|
+
height: 99px !important;
|
|
887
886
|
}
|
|
888
887
|
|
|
889
888
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
@@ -945,17 +944,16 @@
|
|
|
945
944
|
top: 0;
|
|
946
945
|
}
|
|
947
946
|
|
|
947
|
+
.e-bigger .e-pivotview .e-value-field-settings,
|
|
948
|
+
.e-bigger.e-pivotview .e-value-field-settings {
|
|
949
|
+
max-height: 510px !important;
|
|
950
|
+
}
|
|
951
|
+
|
|
948
952
|
.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer,
|
|
949
953
|
.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
950
954
|
padding: 0 20px 10px;
|
|
951
955
|
}
|
|
952
956
|
|
|
953
|
-
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame,
|
|
954
|
-
.e-bigger.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
|
|
955
|
-
height: 22px;
|
|
956
|
-
width: 22px;
|
|
957
|
-
}
|
|
958
|
-
|
|
959
957
|
.e-bigger .e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
960
958
|
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label,
|
|
961
959
|
.e-bigger.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
@@ -1054,12 +1052,6 @@
|
|
|
1054
1052
|
margin-top: 4px;
|
|
1055
1053
|
}
|
|
1056
1054
|
|
|
1057
|
-
.e-bigger .e-pivotchart-type-dialog .e-icons.e-frame,
|
|
1058
|
-
.e-bigger.e-pivotchart-type-dialog .e-icons.e-frame {
|
|
1059
|
-
height: 22px;
|
|
1060
|
-
width: 22px;
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
1055
|
/*! PivotView theme */
|
|
1064
1056
|
.e-pivotview .e-nextspan {
|
|
1065
1057
|
display: inline-block;
|
|
@@ -1121,6 +1113,7 @@
|
|
|
1121
1113
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
1122
1114
|
margin-left: 8px;
|
|
1123
1115
|
margin-top: 5px;
|
|
1116
|
+
margin-top: 0;
|
|
1124
1117
|
}
|
|
1125
1118
|
|
|
1126
1119
|
.e-pivotview .e-pivot-conditional-empty-format {
|
|
@@ -1154,7 +1147,7 @@
|
|
|
1154
1147
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
1155
1148
|
.e-pivotview .e-grid .e-columnsheader.e-selectionbackground {
|
|
1156
1149
|
background: #400074 !important;
|
|
1157
|
-
color: #
|
|
1150
|
+
color: #000 !important;
|
|
1158
1151
|
}
|
|
1159
1152
|
|
|
1160
1153
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-stackedheadercelldiv, .e-pivotview .e-grid .e-rowsheader.e-active .e-cellvalue,
|
|
@@ -1180,7 +1173,7 @@
|
|
|
1180
1173
|
.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-stackedheadercelldiv,
|
|
1181
1174
|
.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-cellvalue,
|
|
1182
1175
|
.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-icons {
|
|
1183
|
-
color: #
|
|
1176
|
+
color: #000 !important;
|
|
1184
1177
|
}
|
|
1185
1178
|
|
|
1186
1179
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-headertext,
|
|
@@ -1191,7 +1184,7 @@
|
|
|
1191
1184
|
.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-headertext,
|
|
1192
1185
|
.e-pivotview .e-grid .e-columnsheader.e-active .e-headertext,
|
|
1193
1186
|
.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-headertext {
|
|
1194
|
-
color: #
|
|
1187
|
+
color: #000 !important;
|
|
1195
1188
|
}
|
|
1196
1189
|
|
|
1197
1190
|
.e-pivotview .e-drop-indicator {
|
|
@@ -1262,6 +1255,7 @@
|
|
|
1262
1255
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1263
1256
|
padding-left: 8px !important;
|
|
1264
1257
|
margin-top: 5px;
|
|
1258
|
+
margin-top: 0;
|
|
1265
1259
|
}
|
|
1266
1260
|
|
|
1267
1261
|
.e-pivotview .e-stackedheadertext.e-cellvalue {
|
|
@@ -1276,7 +1270,7 @@
|
|
|
1276
1270
|
.e-pivotview .e-stackedheadercelldiv,
|
|
1277
1271
|
.e-pivotview .e-headertext,
|
|
1278
1272
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
1279
|
-
color:
|
|
1273
|
+
color: #000;
|
|
1280
1274
|
font-size: 13px;
|
|
1281
1275
|
font-weight: 500;
|
|
1282
1276
|
}
|
|
@@ -1797,10 +1791,6 @@
|
|
|
1797
1791
|
padding-bottom: 7px;
|
|
1798
1792
|
}
|
|
1799
1793
|
|
|
1800
|
-
.e-pivotview .e-chart-grouping-bar .e-axis-row {
|
|
1801
|
-
height: 50% !important;
|
|
1802
|
-
}
|
|
1803
|
-
|
|
1804
1794
|
.e-pivotview .e-chart-grouping-bar .e-axis-value {
|
|
1805
1795
|
height: auto !important;
|
|
1806
1796
|
padding-left: 6px;
|
|
@@ -1823,7 +1813,7 @@
|
|
|
1823
1813
|
padding-bottom: 7px;
|
|
1824
1814
|
}
|
|
1825
1815
|
|
|
1826
|
-
.e-pivotview .e-icons {
|
|
1816
|
+
.e-pivotview .e-icons:not(.e-frame) {
|
|
1827
1817
|
height: auto;
|
|
1828
1818
|
width: auto;
|
|
1829
1819
|
}
|
|
@@ -1840,6 +1830,7 @@
|
|
|
1840
1830
|
margin-top: 5px;
|
|
1841
1831
|
text-align: center;
|
|
1842
1832
|
width: 18px;
|
|
1833
|
+
margin-top: 0;
|
|
1843
1834
|
}
|
|
1844
1835
|
|
|
1845
1836
|
.e-pivotview th .e-expand,
|
|
@@ -2283,7 +2274,7 @@
|
|
|
2283
2274
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2284
2275
|
.e-bigger.e-pivotview .e-headertext,
|
|
2285
2276
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2286
|
-
color:
|
|
2277
|
+
color: #000 !important;
|
|
2287
2278
|
font-size: 14px;
|
|
2288
2279
|
font-weight: 500 !important;
|
|
2289
2280
|
}
|
|
@@ -266,11 +266,6 @@
|
|
|
266
266
|
padding-top: 20px;
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
-
.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
|
|
270
|
-
height: 18px;
|
|
271
|
-
width: 18px;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
269
|
.e-pivotview .e-group-field-settings .e-group-field-div-content {
|
|
275
270
|
margin-bottom: 10px;
|
|
276
271
|
}
|
|
@@ -286,6 +281,12 @@
|
|
|
286
281
|
padding: 0 20px 10px;
|
|
287
282
|
}
|
|
288
283
|
|
|
284
|
+
.e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-clear-icon-hide,
|
|
285
|
+
.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
286
|
+
display: inline-block;
|
|
287
|
+
visibility: hidden;
|
|
288
|
+
}
|
|
289
|
+
|
|
289
290
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
290
291
|
box-shadow: none;
|
|
291
292
|
margin-left: 10px;
|
|
@@ -311,7 +312,7 @@
|
|
|
311
312
|
|
|
312
313
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
313
314
|
display: inline-block;
|
|
314
|
-
height:
|
|
315
|
+
height: 152px;
|
|
315
316
|
max-width: 400px;
|
|
316
317
|
overflow: auto;
|
|
317
318
|
width: 100%;
|
|
@@ -319,7 +320,6 @@
|
|
|
319
320
|
|
|
320
321
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container {
|
|
321
322
|
display: inline-table;
|
|
322
|
-
height: 100%;
|
|
323
323
|
width: 100%;
|
|
324
324
|
}
|
|
325
325
|
|
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
}
|
|
365
365
|
|
|
366
366
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
367
|
-
height:
|
|
367
|
+
height: 138px;
|
|
368
368
|
}
|
|
369
369
|
|
|
370
370
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-label-wrapper,
|
|
@@ -655,11 +655,6 @@
|
|
|
655
655
|
width: 49%;
|
|
656
656
|
}
|
|
657
657
|
|
|
658
|
-
.e-pivotview .e-pivotchart-type-dialog .e-icons.e-frame {
|
|
659
|
-
height: 20px;
|
|
660
|
-
width: 20px;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
658
|
.e-pivotview .e-pivot-format-dialog {
|
|
664
659
|
max-height: 500px !important;
|
|
665
660
|
max-width: 350px;
|
|
@@ -688,6 +683,9 @@
|
|
|
688
683
|
.e-pivotview .e-pivot-toolbar {
|
|
689
684
|
border-bottom: 0;
|
|
690
685
|
border-style: solid;
|
|
686
|
+
border-top: 1px solid #969696;
|
|
687
|
+
border-left: 1px solid #969696;
|
|
688
|
+
border-right: 1px solid #969696;
|
|
691
689
|
}
|
|
692
690
|
|
|
693
691
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -703,6 +701,7 @@
|
|
|
703
701
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
704
702
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
705
703
|
height: 38px;
|
|
704
|
+
overflow: hidden;
|
|
706
705
|
padding-left: 10px;
|
|
707
706
|
}
|
|
708
707
|
|
|
@@ -883,7 +882,7 @@
|
|
|
883
882
|
|
|
884
883
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
885
884
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
886
|
-
height:
|
|
885
|
+
height: 99px !important;
|
|
887
886
|
}
|
|
888
887
|
|
|
889
888
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
@@ -945,17 +944,16 @@
|
|
|
945
944
|
top: 0;
|
|
946
945
|
}
|
|
947
946
|
|
|
947
|
+
.e-bigger .e-pivotview .e-value-field-settings,
|
|
948
|
+
.e-bigger.e-pivotview .e-value-field-settings {
|
|
949
|
+
max-height: 510px !important;
|
|
950
|
+
}
|
|
951
|
+
|
|
948
952
|
.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer,
|
|
949
953
|
.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
950
954
|
padding: 0 20px 10px;
|
|
951
955
|
}
|
|
952
956
|
|
|
953
|
-
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame,
|
|
954
|
-
.e-bigger.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
|
|
955
|
-
height: 22px;
|
|
956
|
-
width: 22px;
|
|
957
|
-
}
|
|
958
|
-
|
|
959
957
|
.e-bigger .e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
960
958
|
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label,
|
|
961
959
|
.e-bigger.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
@@ -1054,12 +1052,6 @@
|
|
|
1054
1052
|
margin-top: 4px;
|
|
1055
1053
|
}
|
|
1056
1054
|
|
|
1057
|
-
.e-bigger .e-pivotchart-type-dialog .e-icons.e-frame,
|
|
1058
|
-
.e-bigger.e-pivotchart-type-dialog .e-icons.e-frame {
|
|
1059
|
-
height: 22px;
|
|
1060
|
-
width: 22px;
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
1055
|
/*! PivotView theme */
|
|
1064
1056
|
.e-pivotview .e-nextspan {
|
|
1065
1057
|
display: inline-block;
|
|
@@ -1121,6 +1113,7 @@
|
|
|
1121
1113
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
1122
1114
|
margin-left: 8px;
|
|
1123
1115
|
margin-top: 5px;
|
|
1116
|
+
margin-top: 0;
|
|
1124
1117
|
}
|
|
1125
1118
|
|
|
1126
1119
|
.e-pivotview .e-pivot-conditional-empty-format {
|
|
@@ -1262,6 +1255,7 @@
|
|
|
1262
1255
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1263
1256
|
padding-left: 8px !important;
|
|
1264
1257
|
margin-top: 5px;
|
|
1258
|
+
margin-top: 0;
|
|
1265
1259
|
}
|
|
1266
1260
|
|
|
1267
1261
|
.e-pivotview .e-stackedheadertext.e-cellvalue {
|
|
@@ -1797,10 +1791,6 @@
|
|
|
1797
1791
|
padding-bottom: 7px;
|
|
1798
1792
|
}
|
|
1799
1793
|
|
|
1800
|
-
.e-pivotview .e-chart-grouping-bar .e-axis-row {
|
|
1801
|
-
height: 50% !important;
|
|
1802
|
-
}
|
|
1803
|
-
|
|
1804
1794
|
.e-pivotview .e-chart-grouping-bar .e-axis-value {
|
|
1805
1795
|
height: auto !important;
|
|
1806
1796
|
padding-left: 6px;
|
|
@@ -1823,7 +1813,7 @@
|
|
|
1823
1813
|
padding-bottom: 7px;
|
|
1824
1814
|
}
|
|
1825
1815
|
|
|
1826
|
-
.e-pivotview .e-icons {
|
|
1816
|
+
.e-pivotview .e-icons:not(.e-frame) {
|
|
1827
1817
|
height: auto;
|
|
1828
1818
|
width: auto;
|
|
1829
1819
|
}
|
|
@@ -1840,6 +1830,7 @@
|
|
|
1840
1830
|
margin-top: 5px;
|
|
1841
1831
|
text-align: center;
|
|
1842
1832
|
width: 18px;
|
|
1833
|
+
margin-top: 0 !important;
|
|
1843
1834
|
}
|
|
1844
1835
|
|
|
1845
1836
|
.e-pivotview th .e-expand,
|