@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/material-dark.css
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.e-pivotview .e-pv-filtered::before {
|
|
26
|
-
color: #
|
|
26
|
+
color: #00b0ff;
|
|
27
27
|
content: '\ebb3';
|
|
28
28
|
}
|
|
29
29
|
|
|
@@ -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;
|
|
@@ -312,7 +313,7 @@
|
|
|
312
313
|
|
|
313
314
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
314
315
|
display: inline-block;
|
|
315
|
-
height:
|
|
316
|
+
height: 157px;
|
|
316
317
|
max-width: 400px;
|
|
317
318
|
overflow: auto;
|
|
318
319
|
width: 100%;
|
|
@@ -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: 151px;
|
|
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: 18px;
|
|
663
|
-
width: 18px;
|
|
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 #e0e0e0;
|
|
690
|
+
border-left: 1px solid #e0e0e0;
|
|
691
|
+
border-right: 1px solid #e0e0e0;
|
|
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: 40px;
|
|
707
|
+
overflow: hidden;
|
|
709
708
|
padding-left: 10px;
|
|
710
709
|
}
|
|
711
710
|
|
|
@@ -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: 102px !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: 12px;
|
|
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;
|
|
@@ -1273,7 +1265,6 @@
|
|
|
1273
1265
|
}
|
|
1274
1266
|
|
|
1275
1267
|
.e-pivotview .e-headercelldiv.e-cellvalue {
|
|
1276
|
-
float: left;
|
|
1277
1268
|
margin-left: 0px;
|
|
1278
1269
|
}
|
|
1279
1270
|
|
|
@@ -1805,10 +1796,6 @@
|
|
|
1805
1796
|
padding-bottom: 7px;
|
|
1806
1797
|
}
|
|
1807
1798
|
|
|
1808
|
-
.e-pivotview .e-chart-grouping-bar .e-axis-row {
|
|
1809
|
-
height: 50% !important;
|
|
1810
|
-
}
|
|
1811
|
-
|
|
1812
1799
|
.e-pivotview .e-chart-grouping-bar .e-axis-value {
|
|
1813
1800
|
height: auto !important;
|
|
1814
1801
|
padding-left: 6px;
|
|
@@ -1831,7 +1818,7 @@
|
|
|
1831
1818
|
padding-bottom: 7px;
|
|
1832
1819
|
}
|
|
1833
1820
|
|
|
1834
|
-
.e-pivotview .e-icons {
|
|
1821
|
+
.e-pivotview .e-icons:not(.e-frame) {
|
|
1835
1822
|
height: auto;
|
|
1836
1823
|
width: auto;
|
|
1837
1824
|
}
|
|
@@ -2526,7 +2513,7 @@
|
|
|
2526
2513
|
|
|
2527
2514
|
.e-pivotfieldlist-wrapper .e-pv-filtered::before,
|
|
2528
2515
|
.e-pivotfieldlist-container .e-pv-filtered::before {
|
|
2529
|
-
color: #
|
|
2516
|
+
color: #00b0ff;
|
|
2530
2517
|
content: '\ebb3';
|
|
2531
2518
|
}
|
|
2532
2519
|
|
|
@@ -3320,7 +3307,7 @@
|
|
|
3320
3307
|
}
|
|
3321
3308
|
|
|
3322
3309
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper .e-info:hover {
|
|
3323
|
-
color: #
|
|
3310
|
+
color: #00b0ff;
|
|
3324
3311
|
}
|
|
3325
3312
|
|
|
3326
3313
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-container {
|
|
@@ -3336,7 +3323,7 @@
|
|
|
3336
3323
|
}
|
|
3337
3324
|
|
|
3338
3325
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-container .e-info:hover {
|
|
3339
|
-
color: #
|
|
3326
|
+
color: #00b0ff;
|
|
3340
3327
|
}
|
|
3341
3328
|
|
|
3342
3329
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div {
|
|
@@ -3501,7 +3488,7 @@
|
|
|
3501
3488
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-editor-container-outer-div,
|
|
3502
3489
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
3503
3490
|
display: inline-block;
|
|
3504
|
-
height:
|
|
3491
|
+
height: 155px;
|
|
3505
3492
|
max-width: 400px;
|
|
3506
3493
|
overflow: auto;
|
|
3507
3494
|
width: 100%;
|
|
@@ -3510,7 +3497,6 @@
|
|
|
3510
3497
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-editor-container,
|
|
3511
3498
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-container {
|
|
3512
3499
|
display: inline-table;
|
|
3513
|
-
height: 100%;
|
|
3514
3500
|
width: 100%;
|
|
3515
3501
|
}
|
|
3516
3502
|
|
|
@@ -3649,7 +3635,7 @@
|
|
|
3649
3635
|
}
|
|
3650
3636
|
|
|
3651
3637
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
3652
|
-
height:
|
|
3638
|
+
height: 149px;
|
|
3653
3639
|
}
|
|
3654
3640
|
|
|
3655
3641
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -3908,10 +3894,16 @@
|
|
|
3908
3894
|
padding: 0 20px 10px;
|
|
3909
3895
|
}
|
|
3910
3896
|
|
|
3897
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-editor-search-container .e-clear-icon-hide,
|
|
3898
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
3899
|
+
display: inline-block;
|
|
3900
|
+
visibility: hidden;
|
|
3901
|
+
}
|
|
3902
|
+
|
|
3911
3903
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container-outer-div,
|
|
3912
3904
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
3913
3905
|
display: inline-block;
|
|
3914
|
-
height:
|
|
3906
|
+
height: 155px;
|
|
3915
3907
|
max-width: 400px;
|
|
3916
3908
|
overflow: auto;
|
|
3917
3909
|
width: 100%;
|
|
@@ -3920,7 +3912,6 @@
|
|
|
3920
3912
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container,
|
|
3921
3913
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container {
|
|
3922
3914
|
display: inline-table;
|
|
3923
|
-
height: 100%;
|
|
3924
3915
|
width: 100%;
|
|
3925
3916
|
}
|
|
3926
3917
|
|
|
@@ -4059,7 +4050,7 @@
|
|
|
4059
4050
|
}
|
|
4060
4051
|
|
|
4061
4052
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4062
|
-
height:
|
|
4053
|
+
height: 149px;
|
|
4063
4054
|
}
|
|
4064
4055
|
|
|
4065
4056
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
@@ -4447,7 +4438,7 @@
|
|
|
4447
4438
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
4448
4439
|
.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
4449
4440
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div {
|
|
4450
|
-
height:
|
|
4441
|
+
height: 124px;
|
|
4451
4442
|
}
|
|
4452
4443
|
|
|
4453
4444
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-editor-search-wrapper .e-sort-ascend-icon,
|
|
@@ -4522,6 +4513,11 @@
|
|
|
4522
4513
|
margin: 0 6px 0 0;
|
|
4523
4514
|
}
|
|
4524
4515
|
|
|
4516
|
+
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4517
|
+
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4518
|
+
height: 100px !important;
|
|
4519
|
+
}
|
|
4520
|
+
|
|
4525
4521
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
4526
4522
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-value-filter,
|
|
4527
4523
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -4641,7 +4637,7 @@
|
|
|
4641
4637
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4642
4638
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4643
4639
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
4644
|
-
height:
|
|
4640
|
+
height: 124px;
|
|
4645
4641
|
}
|
|
4646
4642
|
|
|
4647
4643
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-ascend-icon,
|
|
@@ -4718,7 +4714,7 @@
|
|
|
4718
4714
|
|
|
4719
4715
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4720
4716
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4721
|
-
height: 100px;
|
|
4717
|
+
height: 100px !important;
|
|
4722
4718
|
}
|
|
4723
4719
|
|
|
4724
4720
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
@@ -4979,7 +4975,6 @@
|
|
|
4979
4975
|
|
|
4980
4976
|
.e-pivotfieldlist-wrapper .e-title-header .e-title-content {
|
|
4981
4977
|
font-size: 18px;
|
|
4982
|
-
line-height: 0;
|
|
4983
4978
|
-ms-flex: auto;
|
|
4984
4979
|
flex: auto;
|
|
4985
4980
|
}
|
|
@@ -5051,7 +5046,7 @@
|
|
|
5051
5046
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none.e-selected::before,
|
|
5052
5047
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend.e-selected::before,
|
|
5053
5048
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend.e-selected::before {
|
|
5054
|
-
color: #
|
|
5049
|
+
color: #00b0ff;
|
|
5055
5050
|
}
|
|
5056
5051
|
|
|
5057
5052
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none:hover,
|
|
@@ -5792,8 +5787,8 @@
|
|
|
5792
5787
|
}
|
|
5793
5788
|
|
|
5794
5789
|
.e-pivotfieldlist-wrapper.e-device .e-dlg-header-content {
|
|
5795
|
-
background-color: #
|
|
5796
|
-
color: #
|
|
5790
|
+
background-color: #fff;
|
|
5791
|
+
color: #616161;
|
|
5797
5792
|
font-size: 14px;
|
|
5798
5793
|
height: 48px;
|
|
5799
5794
|
padding-bottom: 9px;
|
|
@@ -5803,7 +5798,7 @@
|
|
|
5803
5798
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
5804
5799
|
.e-pivotfieldlist-wrapper.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
5805
5800
|
background-color: transparent;
|
|
5806
|
-
color: #
|
|
5801
|
+
color: #616161;
|
|
5807
5802
|
}
|
|
5808
5803
|
|
|
5809
5804
|
.e-pivotfieldlist-wrapper.e-device .e-title-mobile-header {
|
|
@@ -6236,11 +6231,6 @@
|
|
|
6236
6231
|
transform: rotateX(0deg) rotateY(180deg);
|
|
6237
6232
|
}
|
|
6238
6233
|
|
|
6239
|
-
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons {
|
|
6240
|
-
height: 18px;
|
|
6241
|
-
width: 18px;
|
|
6242
|
-
}
|
|
6243
|
-
|
|
6244
6234
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
|
|
6245
6235
|
max-height: 350px;
|
|
6246
6236
|
overflow: hidden;
|
|
@@ -6521,7 +6511,7 @@
|
|
|
6521
6511
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-none.e-selected::before,
|
|
6522
6512
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-ascend.e-selected::before,
|
|
6523
6513
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-descend.e-selected::before {
|
|
6524
|
-
color: #
|
|
6514
|
+
color: #00b0ff;
|
|
6525
6515
|
}
|
|
6526
6516
|
|
|
6527
6517
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-none:hover,
|
|
@@ -7262,8 +7252,8 @@
|
|
|
7262
7252
|
}
|
|
7263
7253
|
|
|
7264
7254
|
.e-pivotfieldlist-container.e-device .e-dlg-header-content {
|
|
7265
|
-
background-color: #
|
|
7266
|
-
color: #
|
|
7255
|
+
background-color: #fff;
|
|
7256
|
+
color: #616161;
|
|
7267
7257
|
font-size: 14px;
|
|
7268
7258
|
height: 48px;
|
|
7269
7259
|
padding-bottom: 9px;
|
|
@@ -7273,7 +7263,7 @@
|
|
|
7273
7263
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
7274
7264
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
7275
7265
|
background-color: transparent;
|
|
7276
|
-
color: #
|
|
7266
|
+
color: #616161;
|
|
7277
7267
|
}
|
|
7278
7268
|
|
|
7279
7269
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
@@ -7706,11 +7696,6 @@
|
|
|
7706
7696
|
transform: rotateX(0deg) rotateY(180deg);
|
|
7707
7697
|
}
|
|
7708
7698
|
|
|
7709
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons {
|
|
7710
|
-
height: 18px;
|
|
7711
|
-
width: 18px;
|
|
7712
|
-
}
|
|
7713
|
-
|
|
7714
7699
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
|
|
7715
7700
|
max-height: 350px;
|
|
7716
7701
|
overflow: hidden;
|
package/styles/material.css
CHANGED
|
@@ -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;
|
|
@@ -313,7 +314,7 @@
|
|
|
313
314
|
|
|
314
315
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
315
316
|
display: inline-block;
|
|
316
|
-
height:
|
|
317
|
+
height: 157px;
|
|
317
318
|
max-width: 400px;
|
|
318
319
|
overflow: auto;
|
|
319
320
|
width: 100%;
|
|
@@ -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: 151px;
|
|
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: 18px;
|
|
664
|
-
width: 18px;
|
|
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 #e0e0e0;
|
|
691
|
+
border-left: 1px solid #e0e0e0;
|
|
692
|
+
border-right: 1px solid #e0e0e0;
|
|
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
|
|
|
@@ -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: 102px !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: 12px;
|
|
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;
|
|
@@ -1274,7 +1266,6 @@
|
|
|
1274
1266
|
}
|
|
1275
1267
|
|
|
1276
1268
|
.e-pivotview .e-headercelldiv.e-cellvalue {
|
|
1277
|
-
float: left;
|
|
1278
1269
|
margin-left: 0px;
|
|
1279
1270
|
}
|
|
1280
1271
|
|
|
@@ -1806,10 +1797,6 @@
|
|
|
1806
1797
|
padding-bottom: 7px;
|
|
1807
1798
|
}
|
|
1808
1799
|
|
|
1809
|
-
.e-pivotview .e-chart-grouping-bar .e-axis-row {
|
|
1810
|
-
height: 50% !important;
|
|
1811
|
-
}
|
|
1812
|
-
|
|
1813
1800
|
.e-pivotview .e-chart-grouping-bar .e-axis-value {
|
|
1814
1801
|
height: auto !important;
|
|
1815
1802
|
padding-left: 6px;
|
|
@@ -1832,7 +1819,7 @@
|
|
|
1832
1819
|
padding-bottom: 7px;
|
|
1833
1820
|
}
|
|
1834
1821
|
|
|
1835
|
-
.e-pivotview .e-icons {
|
|
1822
|
+
.e-pivotview .e-icons:not(.e-frame) {
|
|
1836
1823
|
height: auto;
|
|
1837
1824
|
width: auto;
|
|
1838
1825
|
}
|
|
@@ -3501,7 +3488,7 @@
|
|
|
3501
3488
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-editor-container-outer-div,
|
|
3502
3489
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
3503
3490
|
display: inline-block;
|
|
3504
|
-
height:
|
|
3491
|
+
height: 155px;
|
|
3505
3492
|
max-width: 400px;
|
|
3506
3493
|
overflow: auto;
|
|
3507
3494
|
width: 100%;
|
|
@@ -3510,7 +3497,6 @@
|
|
|
3510
3497
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-editor-container,
|
|
3511
3498
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-container {
|
|
3512
3499
|
display: inline-table;
|
|
3513
|
-
height: 100%;
|
|
3514
3500
|
width: 100%;
|
|
3515
3501
|
}
|
|
3516
3502
|
|
|
@@ -3649,7 +3635,7 @@
|
|
|
3649
3635
|
}
|
|
3650
3636
|
|
|
3651
3637
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
3652
|
-
height:
|
|
3638
|
+
height: 149px;
|
|
3653
3639
|
}
|
|
3654
3640
|
|
|
3655
3641
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -3908,10 +3894,16 @@
|
|
|
3908
3894
|
padding: 0 20px 10px;
|
|
3909
3895
|
}
|
|
3910
3896
|
|
|
3897
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-editor-search-container .e-clear-icon-hide,
|
|
3898
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
3899
|
+
display: inline-block;
|
|
3900
|
+
visibility: hidden;
|
|
3901
|
+
}
|
|
3902
|
+
|
|
3911
3903
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container-outer-div,
|
|
3912
3904
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
3913
3905
|
display: inline-block;
|
|
3914
|
-
height:
|
|
3906
|
+
height: 155px;
|
|
3915
3907
|
max-width: 400px;
|
|
3916
3908
|
overflow: auto;
|
|
3917
3909
|
width: 100%;
|
|
@@ -3920,7 +3912,6 @@
|
|
|
3920
3912
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container,
|
|
3921
3913
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container {
|
|
3922
3914
|
display: inline-table;
|
|
3923
|
-
height: 100%;
|
|
3924
3915
|
width: 100%;
|
|
3925
3916
|
}
|
|
3926
3917
|
|
|
@@ -4059,7 +4050,7 @@
|
|
|
4059
4050
|
}
|
|
4060
4051
|
|
|
4061
4052
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4062
|
-
height:
|
|
4053
|
+
height: 149px;
|
|
4063
4054
|
}
|
|
4064
4055
|
|
|
4065
4056
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
@@ -4447,7 +4438,7 @@
|
|
|
4447
4438
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
4448
4439
|
.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
4449
4440
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div {
|
|
4450
|
-
height:
|
|
4441
|
+
height: 124px;
|
|
4451
4442
|
}
|
|
4452
4443
|
|
|
4453
4444
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-editor-search-wrapper .e-sort-ascend-icon,
|
|
@@ -4522,6 +4513,11 @@
|
|
|
4522
4513
|
margin: 0 6px 0 0;
|
|
4523
4514
|
}
|
|
4524
4515
|
|
|
4516
|
+
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4517
|
+
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4518
|
+
height: 100px !important;
|
|
4519
|
+
}
|
|
4520
|
+
|
|
4525
4521
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
4526
4522
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-value-filter,
|
|
4527
4523
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -4641,7 +4637,7 @@
|
|
|
4641
4637
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4642
4638
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4643
4639
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
4644
|
-
height:
|
|
4640
|
+
height: 124px;
|
|
4645
4641
|
}
|
|
4646
4642
|
|
|
4647
4643
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-ascend-icon,
|
|
@@ -4718,7 +4714,7 @@
|
|
|
4718
4714
|
|
|
4719
4715
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4720
4716
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4721
|
-
height: 100px;
|
|
4717
|
+
height: 100px !important;
|
|
4722
4718
|
}
|
|
4723
4719
|
|
|
4724
4720
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
@@ -4979,7 +4975,6 @@
|
|
|
4979
4975
|
|
|
4980
4976
|
.e-pivotfieldlist-wrapper .e-title-header .e-title-content {
|
|
4981
4977
|
font-size: 18px;
|
|
4982
|
-
line-height: 0;
|
|
4983
4978
|
-ms-flex: auto;
|
|
4984
4979
|
flex: auto;
|
|
4985
4980
|
}
|
|
@@ -6236,11 +6231,6 @@
|
|
|
6236
6231
|
transform: rotateX(0deg) rotateY(180deg);
|
|
6237
6232
|
}
|
|
6238
6233
|
|
|
6239
|
-
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons {
|
|
6240
|
-
height: 18px;
|
|
6241
|
-
width: 18px;
|
|
6242
|
-
}
|
|
6243
|
-
|
|
6244
6234
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
|
|
6245
6235
|
max-height: 350px;
|
|
6246
6236
|
overflow: hidden;
|
|
@@ -7706,11 +7696,6 @@
|
|
|
7706
7696
|
transform: rotateX(0deg) rotateY(180deg);
|
|
7707
7697
|
}
|
|
7708
7698
|
|
|
7709
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons {
|
|
7710
|
-
height: 18px;
|
|
7711
|
-
width: 18px;
|
|
7712
|
-
}
|
|
7713
|
-
|
|
7714
7699
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
|
|
7715
7700
|
max-height: 350px;
|
|
7716
7701
|
overflow: hidden;
|