@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
package/styles/bootstrap.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: 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,
|
|
@@ -3508,7 +3496,6 @@
|
|
|
3508
3496
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-editor-container,
|
|
3509
3497
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-container {
|
|
3510
3498
|
display: inline-table;
|
|
3511
|
-
height: 100%;
|
|
3512
3499
|
width: 100%;
|
|
3513
3500
|
}
|
|
3514
3501
|
|
|
@@ -3906,6 +3893,12 @@
|
|
|
3906
3893
|
padding: 0 20px 10px;
|
|
3907
3894
|
}
|
|
3908
3895
|
|
|
3896
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-editor-search-container .e-clear-icon-hide,
|
|
3897
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
3898
|
+
display: inline-block;
|
|
3899
|
+
visibility: hidden;
|
|
3900
|
+
}
|
|
3901
|
+
|
|
3909
3902
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container-outer-div,
|
|
3910
3903
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
3911
3904
|
display: inline-block;
|
|
@@ -3918,7 +3911,6 @@
|
|
|
3918
3911
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container,
|
|
3919
3912
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container {
|
|
3920
3913
|
display: inline-table;
|
|
3921
|
-
height: 100%;
|
|
3922
3914
|
width: 100%;
|
|
3923
3915
|
}
|
|
3924
3916
|
|
|
@@ -4445,7 +4437,7 @@
|
|
|
4445
4437
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
4446
4438
|
.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
4447
4439
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div {
|
|
4448
|
-
height:
|
|
4440
|
+
height: 119px;
|
|
4449
4441
|
}
|
|
4450
4442
|
|
|
4451
4443
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-editor-search-wrapper .e-sort-ascend-icon,
|
|
@@ -4520,6 +4512,11 @@
|
|
|
4520
4512
|
margin: 0 6px 0 0;
|
|
4521
4513
|
}
|
|
4522
4514
|
|
|
4515
|
+
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4516
|
+
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4517
|
+
height: 96px !important;
|
|
4518
|
+
}
|
|
4519
|
+
|
|
4523
4520
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
4524
4521
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-value-filter,
|
|
4525
4522
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -4639,7 +4636,7 @@
|
|
|
4639
4636
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4640
4637
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4641
4638
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
4642
|
-
height:
|
|
4639
|
+
height: 119px;
|
|
4643
4640
|
}
|
|
4644
4641
|
|
|
4645
4642
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-ascend-icon,
|
|
@@ -4716,7 +4713,7 @@
|
|
|
4716
4713
|
|
|
4717
4714
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4718
4715
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4719
|
-
height:
|
|
4716
|
+
height: 96px !important;
|
|
4720
4717
|
}
|
|
4721
4718
|
|
|
4722
4719
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
@@ -6233,11 +6230,6 @@
|
|
|
6233
6230
|
transform: rotateX(0deg) rotateY(180deg);
|
|
6234
6231
|
}
|
|
6235
6232
|
|
|
6236
|
-
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons {
|
|
6237
|
-
height: 18px;
|
|
6238
|
-
width: 18px;
|
|
6239
|
-
}
|
|
6240
|
-
|
|
6241
6233
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
|
|
6242
6234
|
max-height: 350px;
|
|
6243
6235
|
overflow: hidden;
|
|
@@ -7703,11 +7695,6 @@
|
|
|
7703
7695
|
transform: rotateX(0deg) rotateY(180deg);
|
|
7704
7696
|
}
|
|
7705
7697
|
|
|
7706
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons {
|
|
7707
|
-
height: 18px;
|
|
7708
|
-
width: 18px;
|
|
7709
|
-
}
|
|
7710
|
-
|
|
7711
7698
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
|
|
7712
7699
|
max-height: 350px;
|
|
7713
7700
|
overflow: hidden;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -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,
|
|
@@ -3690,10 +3673,15 @@
|
|
|
3690
3673
|
padding: 0 20px 10px;
|
|
3691
3674
|
}
|
|
3692
3675
|
|
|
3676
|
+
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog:not(.e-excel-filter) .e-editor-search-wrapper,
|
|
3677
|
+
.e-pivotfieldlist-wrapper .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-wrapper {
|
|
3678
|
+
padding: 5px 20px 10px;
|
|
3679
|
+
}
|
|
3680
|
+
|
|
3693
3681
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-editor-container-outer-div,
|
|
3694
3682
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
3695
3683
|
display: inline-block;
|
|
3696
|
-
height:
|
|
3684
|
+
height: 155px;
|
|
3697
3685
|
max-width: 400px;
|
|
3698
3686
|
overflow: auto;
|
|
3699
3687
|
width: 100%;
|
|
@@ -3702,7 +3690,6 @@
|
|
|
3702
3690
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-editor-container,
|
|
3703
3691
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-container {
|
|
3704
3692
|
display: inline-table;
|
|
3705
|
-
height: 100%;
|
|
3706
3693
|
width: 100%;
|
|
3707
3694
|
}
|
|
3708
3695
|
|
|
@@ -3796,9 +3783,9 @@
|
|
|
3796
3783
|
}
|
|
3797
3784
|
|
|
3798
3785
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:hover {
|
|
3799
|
-
background-color: #6c757d;
|
|
3800
|
-
border-color: #6c757d;
|
|
3801
|
-
color: #fff;
|
|
3786
|
+
background-color: #6c757d !important;
|
|
3787
|
+
border-color: #6c757d !important;
|
|
3788
|
+
color: #fff !important;
|
|
3802
3789
|
}
|
|
3803
3790
|
|
|
3804
3791
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort.e-active {
|
|
@@ -3814,9 +3801,9 @@
|
|
|
3814
3801
|
}
|
|
3815
3802
|
|
|
3816
3803
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus {
|
|
3817
|
-
background-color: #6c757d;
|
|
3818
|
-
border-color: #6c757d;
|
|
3819
|
-
color: #fff;
|
|
3804
|
+
background-color: #6c757d !important;
|
|
3805
|
+
border-color: #6c757d !important;
|
|
3806
|
+
color: #fff !important;
|
|
3820
3807
|
}
|
|
3821
3808
|
|
|
3822
3809
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
@@ -3867,7 +3854,7 @@
|
|
|
3867
3854
|
}
|
|
3868
3855
|
|
|
3869
3856
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
3870
|
-
height:
|
|
3857
|
+
height: 157px;
|
|
3871
3858
|
}
|
|
3872
3859
|
|
|
3873
3860
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -4126,10 +4113,21 @@
|
|
|
4126
4113
|
padding: 0 20px 10px;
|
|
4127
4114
|
}
|
|
4128
4115
|
|
|
4116
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-editor-search-container .e-clear-icon-hide,
|
|
4117
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
4118
|
+
display: inline-block;
|
|
4119
|
+
visibility: hidden;
|
|
4120
|
+
}
|
|
4121
|
+
|
|
4122
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog:not(.e-excel-filter) .e-editor-search-container,
|
|
4123
|
+
.e-pivotfieldlist-container .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-container {
|
|
4124
|
+
padding: 5px 20px 10px;
|
|
4125
|
+
}
|
|
4126
|
+
|
|
4129
4127
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container-outer-div,
|
|
4130
4128
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
4131
4129
|
display: inline-block;
|
|
4132
|
-
height:
|
|
4130
|
+
height: 155px;
|
|
4133
4131
|
max-width: 400px;
|
|
4134
4132
|
overflow: auto;
|
|
4135
4133
|
width: 100%;
|
|
@@ -4138,7 +4136,6 @@
|
|
|
4138
4136
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container,
|
|
4139
4137
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container {
|
|
4140
4138
|
display: inline-table;
|
|
4141
|
-
height: 100%;
|
|
4142
4139
|
width: 100%;
|
|
4143
4140
|
}
|
|
4144
4141
|
|
|
@@ -4232,9 +4229,9 @@
|
|
|
4232
4229
|
}
|
|
4233
4230
|
|
|
4234
4231
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:hover {
|
|
4235
|
-
background-color: #6c757d;
|
|
4236
|
-
border-color: #6c757d;
|
|
4237
|
-
color: #fff;
|
|
4232
|
+
background-color: #6c757d !important;
|
|
4233
|
+
border-color: #6c757d !important;
|
|
4234
|
+
color: #fff !important;
|
|
4238
4235
|
}
|
|
4239
4236
|
|
|
4240
4237
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort.e-active {
|
|
@@ -4250,9 +4247,9 @@
|
|
|
4250
4247
|
}
|
|
4251
4248
|
|
|
4252
4249
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus {
|
|
4253
|
-
background-color: #6c757d;
|
|
4254
|
-
border-color: #6c757d;
|
|
4255
|
-
color: #fff;
|
|
4250
|
+
background-color: #6c757d !important;
|
|
4251
|
+
border-color: #6c757d !important;
|
|
4252
|
+
color: #fff !important;
|
|
4256
4253
|
}
|
|
4257
4254
|
|
|
4258
4255
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
@@ -4303,7 +4300,7 @@
|
|
|
4303
4300
|
}
|
|
4304
4301
|
|
|
4305
4302
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4306
|
-
height:
|
|
4303
|
+
height: 157px;
|
|
4307
4304
|
}
|
|
4308
4305
|
|
|
4309
4306
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
@@ -4701,7 +4698,7 @@
|
|
|
4701
4698
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
4702
4699
|
.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
4703
4700
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div {
|
|
4704
|
-
height:
|
|
4701
|
+
height: 124px;
|
|
4705
4702
|
}
|
|
4706
4703
|
|
|
4707
4704
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-editor-search-wrapper .e-sort-ascend-icon,
|
|
@@ -4786,6 +4783,11 @@
|
|
|
4786
4783
|
margin: 0 6px 0 0;
|
|
4787
4784
|
}
|
|
4788
4785
|
|
|
4786
|
+
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4787
|
+
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4788
|
+
height: 116px !important;
|
|
4789
|
+
}
|
|
4790
|
+
|
|
4789
4791
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
4790
4792
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-value-filter,
|
|
4791
4793
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -4905,7 +4907,7 @@
|
|
|
4905
4907
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4906
4908
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4907
4909
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
4908
|
-
height:
|
|
4910
|
+
height: 124px;
|
|
4909
4911
|
}
|
|
4910
4912
|
|
|
4911
4913
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-ascend-icon,
|
|
@@ -4992,7 +4994,7 @@
|
|
|
4992
4994
|
|
|
4993
4995
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4994
4996
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4995
|
-
height:
|
|
4997
|
+
height: 116px !important;
|
|
4996
4998
|
}
|
|
4997
4999
|
|
|
4998
5000
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
@@ -5907,12 +5909,11 @@
|
|
|
5907
5909
|
}
|
|
5908
5910
|
|
|
5909
5911
|
.e-pivotfieldlist-wrapper .e-calculated-field {
|
|
5910
|
-
color: #
|
|
5912
|
+
color: #f8f9fa;
|
|
5911
5913
|
font-size: 14px;
|
|
5912
5914
|
font-weight: bold;
|
|
5913
5915
|
max-width: 160px;
|
|
5914
5916
|
min-width: 145px;
|
|
5915
|
-
color: #f8f9fa;
|
|
5916
5917
|
}
|
|
5917
5918
|
|
|
5918
5919
|
.e-pivotfieldlist-wrapper .e-calculated-field.e-disable {
|
|
@@ -6515,13 +6516,6 @@
|
|
|
6515
6516
|
transform: rotateX(0deg) rotateY(180deg);
|
|
6516
6517
|
}
|
|
6517
6518
|
|
|
6518
|
-
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons {
|
|
6519
|
-
height: 18px;
|
|
6520
|
-
width: 18px;
|
|
6521
|
-
height: 14px;
|
|
6522
|
-
width: 14px;
|
|
6523
|
-
}
|
|
6524
|
-
|
|
6525
6519
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
|
|
6526
6520
|
max-height: 350px;
|
|
6527
6521
|
overflow: hidden;
|
|
@@ -7385,12 +7379,11 @@
|
|
|
7385
7379
|
}
|
|
7386
7380
|
|
|
7387
7381
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
7388
|
-
color: #
|
|
7382
|
+
color: #f8f9fa;
|
|
7389
7383
|
font-size: 14px;
|
|
7390
7384
|
font-weight: bold;
|
|
7391
7385
|
max-width: 160px;
|
|
7392
7386
|
min-width: 145px;
|
|
7393
|
-
color: #f8f9fa;
|
|
7394
7387
|
}
|
|
7395
7388
|
|
|
7396
7389
|
.e-pivotfieldlist-container .e-calculated-field.e-disable {
|
|
@@ -7993,13 +7986,6 @@
|
|
|
7993
7986
|
transform: rotateX(0deg) rotateY(180deg);
|
|
7994
7987
|
}
|
|
7995
7988
|
|
|
7996
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons {
|
|
7997
|
-
height: 18px;
|
|
7998
|
-
width: 18px;
|
|
7999
|
-
height: 14px;
|
|
8000
|
-
width: 14px;
|
|
8001
|
-
}
|
|
8002
|
-
|
|
8003
7989
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
|
|
8004
7990
|
max-height: 350px;
|
|
8005
7991
|
overflow: hidden;
|