@syncfusion/ej2-vue-pivotview 19.2.51 → 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 +34 -0
- package/dist/ej2-vue-pivotview.umd.min.js +11 -2
- package/dist/ej2-vue-pivotview.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es2015.js +49 -1
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +53 -1
- package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
- package/package.json +8 -8
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +2 -0
- package/src/pivotfieldlist/pivotfieldlist.component.js +27 -1
- package/src/pivotview/pivotview.component.d.ts +2 -0
- package/src/pivotview/pivotview.component.js +27 -1
- package/styles/bootstrap-dark.css +34 -49
- package/styles/bootstrap.css +35 -50
- package/styles/bootstrap4.css +76 -92
- 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 -52
- package/styles/fabric.css +38 -52
- package/styles/highcontrast-light.css +47 -58
- package/styles/highcontrast.css +40 -51
- package/styles/material-dark.css +49 -64
- package/styles/material.css +37 -52
- package/styles/pivotfieldlist/bootstrap-dark.css +12 -14
- package/styles/pivotfieldlist/bootstrap.css +14 -16
- package/styles/pivotfieldlist/bootstrap4.css +42 -40
- 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 -20
- package/styles/pivotfieldlist/fabric.css +18 -20
- package/styles/pivotfieldlist/highcontrast-light.css +18 -20
- package/styles/pivotfieldlist/highcontrast.css +18 -20
- package/styles/pivotfieldlist/material-dark.css +29 -31
- package/styles/pivotfieldlist/material.css +18 -20
- package/styles/pivotfieldlist/tailwind-dark.css +58 -25
- package/styles/pivotfieldlist/tailwind.css +60 -27
- package/styles/pivotview/bootstrap-dark.css +22 -35
- package/styles/pivotview/bootstrap.css +21 -34
- package/styles/pivotview/bootstrap4.css +34 -52
- 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 -33
- package/styles/pivotview/material.css +19 -32
- 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
package/styles/fabric-dark.css
CHANGED
|
@@ -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,
|
|
@@ -3494,7 +3482,7 @@
|
|
|
3494
3482
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-editor-container-outer-div,
|
|
3495
3483
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
3496
3484
|
display: inline-block;
|
|
3497
|
-
height:
|
|
3485
|
+
height: 131px;
|
|
3498
3486
|
max-width: 400px;
|
|
3499
3487
|
overflow: auto;
|
|
3500
3488
|
width: 100%;
|
|
@@ -3503,7 +3491,6 @@
|
|
|
3503
3491
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-editor-container,
|
|
3504
3492
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-container {
|
|
3505
3493
|
display: inline-table;
|
|
3506
|
-
height: 100%;
|
|
3507
3494
|
width: 100%;
|
|
3508
3495
|
}
|
|
3509
3496
|
|
|
@@ -3642,7 +3629,7 @@
|
|
|
3642
3629
|
}
|
|
3643
3630
|
|
|
3644
3631
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
3645
|
-
height:
|
|
3632
|
+
height: 117px;
|
|
3646
3633
|
}
|
|
3647
3634
|
|
|
3648
3635
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -3901,10 +3888,16 @@
|
|
|
3901
3888
|
padding: 0 20px 10px;
|
|
3902
3889
|
}
|
|
3903
3890
|
|
|
3891
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-editor-search-container .e-clear-icon-hide,
|
|
3892
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
3893
|
+
display: inline-block;
|
|
3894
|
+
visibility: hidden;
|
|
3895
|
+
}
|
|
3896
|
+
|
|
3904
3897
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container-outer-div,
|
|
3905
3898
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
3906
3899
|
display: inline-block;
|
|
3907
|
-
height:
|
|
3900
|
+
height: 131px;
|
|
3908
3901
|
max-width: 400px;
|
|
3909
3902
|
overflow: auto;
|
|
3910
3903
|
width: 100%;
|
|
@@ -3913,7 +3906,6 @@
|
|
|
3913
3906
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container,
|
|
3914
3907
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container {
|
|
3915
3908
|
display: inline-table;
|
|
3916
|
-
height: 100%;
|
|
3917
3909
|
width: 100%;
|
|
3918
3910
|
}
|
|
3919
3911
|
|
|
@@ -4052,7 +4044,7 @@
|
|
|
4052
4044
|
}
|
|
4053
4045
|
|
|
4054
4046
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4055
|
-
height:
|
|
4047
|
+
height: 117px;
|
|
4056
4048
|
}
|
|
4057
4049
|
|
|
4058
4050
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
@@ -4440,7 +4432,7 @@
|
|
|
4440
4432
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
4441
4433
|
.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
4442
4434
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div {
|
|
4443
|
-
height:
|
|
4435
|
+
height: 105px;
|
|
4444
4436
|
}
|
|
4445
4437
|
|
|
4446
4438
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-editor-search-wrapper .e-sort-ascend-icon,
|
|
@@ -4515,6 +4507,11 @@
|
|
|
4515
4507
|
margin: 0 6px 0 0;
|
|
4516
4508
|
}
|
|
4517
4509
|
|
|
4510
|
+
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4511
|
+
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4512
|
+
height: 73px !important;
|
|
4513
|
+
}
|
|
4514
|
+
|
|
4518
4515
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
4519
4516
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-value-filter,
|
|
4520
4517
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -4634,7 +4631,7 @@
|
|
|
4634
4631
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4635
4632
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4636
4633
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
4637
|
-
height:
|
|
4634
|
+
height: 105px;
|
|
4638
4635
|
}
|
|
4639
4636
|
|
|
4640
4637
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-ascend-icon,
|
|
@@ -4711,7 +4708,7 @@
|
|
|
4711
4708
|
|
|
4712
4709
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4713
4710
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4714
|
-
height:
|
|
4711
|
+
height: 73px !important;
|
|
4715
4712
|
}
|
|
4716
4713
|
|
|
4717
4714
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
@@ -4972,7 +4969,6 @@
|
|
|
4972
4969
|
|
|
4973
4970
|
.e-pivotfieldlist-wrapper .e-title-header .e-title-content {
|
|
4974
4971
|
font-size: 18px;
|
|
4975
|
-
line-height: 0;
|
|
4976
4972
|
-ms-flex: auto;
|
|
4977
4973
|
flex: auto;
|
|
4978
4974
|
}
|
|
@@ -6229,11 +6225,6 @@
|
|
|
6229
6225
|
transform: rotateX(0deg) rotateY(180deg);
|
|
6230
6226
|
}
|
|
6231
6227
|
|
|
6232
|
-
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons {
|
|
6233
|
-
height: 18px;
|
|
6234
|
-
width: 18px;
|
|
6235
|
-
}
|
|
6236
|
-
|
|
6237
6228
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
|
|
6238
6229
|
max-height: 350px;
|
|
6239
6230
|
overflow: hidden;
|
|
@@ -7699,11 +7690,6 @@
|
|
|
7699
7690
|
transform: rotateX(0deg) rotateY(180deg);
|
|
7700
7691
|
}
|
|
7701
7692
|
|
|
7702
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons {
|
|
7703
|
-
height: 18px;
|
|
7704
|
-
width: 18px;
|
|
7705
|
-
}
|
|
7706
|
-
|
|
7707
7693
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
|
|
7708
7694
|
max-height: 350px;
|
|
7709
7695
|
overflow: hidden;
|
package/styles/fabric.css
CHANGED
|
@@ -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,
|
|
@@ -3493,7 +3481,7 @@
|
|
|
3493
3481
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-editor-container-outer-div,
|
|
3494
3482
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
3495
3483
|
display: inline-block;
|
|
3496
|
-
height:
|
|
3484
|
+
height: 131px;
|
|
3497
3485
|
max-width: 400px;
|
|
3498
3486
|
overflow: auto;
|
|
3499
3487
|
width: 100%;
|
|
@@ -3502,7 +3490,6 @@
|
|
|
3502
3490
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-editor-container,
|
|
3503
3491
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-container {
|
|
3504
3492
|
display: inline-table;
|
|
3505
|
-
height: 100%;
|
|
3506
3493
|
width: 100%;
|
|
3507
3494
|
}
|
|
3508
3495
|
|
|
@@ -3641,7 +3628,7 @@
|
|
|
3641
3628
|
}
|
|
3642
3629
|
|
|
3643
3630
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
3644
|
-
height:
|
|
3631
|
+
height: 117px;
|
|
3645
3632
|
}
|
|
3646
3633
|
|
|
3647
3634
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -3900,10 +3887,16 @@
|
|
|
3900
3887
|
padding: 0 20px 10px;
|
|
3901
3888
|
}
|
|
3902
3889
|
|
|
3890
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-editor-search-container .e-clear-icon-hide,
|
|
3891
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
3892
|
+
display: inline-block;
|
|
3893
|
+
visibility: hidden;
|
|
3894
|
+
}
|
|
3895
|
+
|
|
3903
3896
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container-outer-div,
|
|
3904
3897
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
3905
3898
|
display: inline-block;
|
|
3906
|
-
height:
|
|
3899
|
+
height: 131px;
|
|
3907
3900
|
max-width: 400px;
|
|
3908
3901
|
overflow: auto;
|
|
3909
3902
|
width: 100%;
|
|
@@ -3912,7 +3905,6 @@
|
|
|
3912
3905
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container,
|
|
3913
3906
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container {
|
|
3914
3907
|
display: inline-table;
|
|
3915
|
-
height: 100%;
|
|
3916
3908
|
width: 100%;
|
|
3917
3909
|
}
|
|
3918
3910
|
|
|
@@ -4051,7 +4043,7 @@
|
|
|
4051
4043
|
}
|
|
4052
4044
|
|
|
4053
4045
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4054
|
-
height:
|
|
4046
|
+
height: 117px;
|
|
4055
4047
|
}
|
|
4056
4048
|
|
|
4057
4049
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
@@ -4439,7 +4431,7 @@
|
|
|
4439
4431
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
4440
4432
|
.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
4441
4433
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div {
|
|
4442
|
-
height:
|
|
4434
|
+
height: 105px;
|
|
4443
4435
|
}
|
|
4444
4436
|
|
|
4445
4437
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-editor-search-wrapper .e-sort-ascend-icon,
|
|
@@ -4514,6 +4506,11 @@
|
|
|
4514
4506
|
margin: 0 6px 0 0;
|
|
4515
4507
|
}
|
|
4516
4508
|
|
|
4509
|
+
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4510
|
+
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4511
|
+
height: 73px !important;
|
|
4512
|
+
}
|
|
4513
|
+
|
|
4517
4514
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
4518
4515
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-value-filter,
|
|
4519
4516
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -4633,7 +4630,7 @@
|
|
|
4633
4630
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4634
4631
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4635
4632
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
4636
|
-
height:
|
|
4633
|
+
height: 105px;
|
|
4637
4634
|
}
|
|
4638
4635
|
|
|
4639
4636
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-ascend-icon,
|
|
@@ -4710,7 +4707,7 @@
|
|
|
4710
4707
|
|
|
4711
4708
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4712
4709
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4713
|
-
height:
|
|
4710
|
+
height: 73px !important;
|
|
4714
4711
|
}
|
|
4715
4712
|
|
|
4716
4713
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
@@ -4971,7 +4968,6 @@
|
|
|
4971
4968
|
|
|
4972
4969
|
.e-pivotfieldlist-wrapper .e-title-header .e-title-content {
|
|
4973
4970
|
font-size: 18px;
|
|
4974
|
-
line-height: 0;
|
|
4975
4971
|
-ms-flex: auto;
|
|
4976
4972
|
flex: auto;
|
|
4977
4973
|
}
|
|
@@ -6228,11 +6224,6 @@
|
|
|
6228
6224
|
transform: rotateX(0deg) rotateY(180deg);
|
|
6229
6225
|
}
|
|
6230
6226
|
|
|
6231
|
-
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons {
|
|
6232
|
-
height: 18px;
|
|
6233
|
-
width: 18px;
|
|
6234
|
-
}
|
|
6235
|
-
|
|
6236
6227
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
|
|
6237
6228
|
max-height: 350px;
|
|
6238
6229
|
overflow: hidden;
|
|
@@ -7698,11 +7689,6 @@
|
|
|
7698
7689
|
transform: rotateX(0deg) rotateY(180deg);
|
|
7699
7690
|
}
|
|
7700
7691
|
|
|
7701
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons {
|
|
7702
|
-
height: 18px;
|
|
7703
|
-
width: 18px;
|
|
7704
|
-
}
|
|
7705
|
-
|
|
7706
7692
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
|
|
7707
7693
|
max-height: 350px;
|
|
7708
7694
|
overflow: hidden;
|