@syncfusion/ej2-react-pivotview 20.1.61 → 20.2.39
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 +30 -0
- package/dist/ej2-react-pivotview.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +166 -33
- package/styles/bootstrap.css +166 -33
- package/styles/bootstrap4.css +167 -37
- package/styles/bootstrap5-dark.css +210 -46
- package/styles/bootstrap5.css +210 -46
- package/styles/fabric-dark.css +166 -33
- package/styles/fabric.css +166 -33
- package/styles/fluent-dark.css +184 -50
- package/styles/fluent.css +184 -50
- package/styles/highcontrast-light.css +166 -33
- package/styles/highcontrast.css +166 -33
- package/styles/material-dark.css +166 -33
- package/styles/material.css +166 -33
- package/styles/pivotfieldlist/bootstrap-dark.css +147 -11
- package/styles/pivotfieldlist/bootstrap.css +147 -11
- package/styles/pivotfieldlist/bootstrap4.css +148 -12
- package/styles/pivotfieldlist/bootstrap5-dark.css +152 -16
- package/styles/pivotfieldlist/bootstrap5.css +152 -16
- package/styles/pivotfieldlist/fabric-dark.css +147 -11
- package/styles/pivotfieldlist/fabric.css +147 -11
- package/styles/pivotfieldlist/fluent-dark.css +155 -19
- package/styles/pivotfieldlist/fluent.css +155 -19
- package/styles/pivotfieldlist/highcontrast-light.css +147 -11
- package/styles/pivotfieldlist/highcontrast.css +147 -11
- package/styles/pivotfieldlist/material-dark.css +147 -11
- package/styles/pivotfieldlist/material.css +147 -11
- package/styles/pivotfieldlist/tailwind-dark.css +156 -22
- package/styles/pivotfieldlist/tailwind.css +157 -22
- package/styles/pivotview/bootstrap-dark.css +19 -22
- package/styles/pivotview/bootstrap.css +19 -22
- package/styles/pivotview/bootstrap4.css +19 -25
- package/styles/pivotview/bootstrap5-dark.css +58 -30
- package/styles/pivotview/bootstrap5.css +58 -30
- package/styles/pivotview/fabric-dark.css +19 -22
- package/styles/pivotview/fabric.css +19 -22
- package/styles/pivotview/fluent-dark.css +29 -31
- package/styles/pivotview/fluent.css +29 -31
- package/styles/pivotview/highcontrast-light.css +19 -22
- package/styles/pivotview/highcontrast.css +19 -22
- package/styles/pivotview/material-dark.css +19 -22
- package/styles/pivotview/material.css +19 -22
- package/styles/pivotview/tailwind-dark.css +27 -31
- package/styles/pivotview/tailwind.css +27 -31
- package/styles/tailwind-dark.css +183 -53
- package/styles/tailwind.css +184 -53
|
@@ -279,6 +279,10 @@
|
|
|
279
279
|
.e-pivotfieldlist-container .e-sort-descend::before {
|
|
280
280
|
content: "\e665" !important;
|
|
281
281
|
}
|
|
282
|
+
.e-pivotfieldlist-wrapper .e-field-list-search-icon::before,
|
|
283
|
+
.e-pivotfieldlist-container .e-field-list-search-icon::before {
|
|
284
|
+
content: "\e724" !important;
|
|
285
|
+
}
|
|
282
286
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
|
|
283
287
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
284
288
|
content: "\e7fc";
|
|
@@ -314,7 +318,6 @@
|
|
|
314
318
|
|
|
315
319
|
.e-pivot-formatting-dialog {
|
|
316
320
|
max-height: 480px !important;
|
|
317
|
-
min-width: 625px !important;
|
|
318
321
|
width: 625px !important;
|
|
319
322
|
}
|
|
320
323
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -332,6 +335,7 @@
|
|
|
332
335
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
333
336
|
padding-bottom: 14px;
|
|
334
337
|
padding-right: 18px;
|
|
338
|
+
white-space: nowrap;
|
|
335
339
|
}
|
|
336
340
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
337
341
|
vertical-align: bottom;
|
|
@@ -348,6 +352,7 @@
|
|
|
348
352
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
349
353
|
padding-left: 14px;
|
|
350
354
|
padding-top: 14px;
|
|
355
|
+
width: 579px;
|
|
351
356
|
}
|
|
352
357
|
.e-pivot-formatting-dialog .e-format-outer-div {
|
|
353
358
|
background-color: #fff;
|
|
@@ -431,6 +436,9 @@
|
|
|
431
436
|
min-width: 320px !important;
|
|
432
437
|
width: 100% !important;
|
|
433
438
|
}
|
|
439
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
440
|
+
width: 100% !important;
|
|
441
|
+
}
|
|
434
442
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
435
443
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
436
444
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -475,7 +483,6 @@
|
|
|
475
483
|
|
|
476
484
|
.e-bigger.e-pivot-formatting-dialog,
|
|
477
485
|
.e-bigger .e-pivot-formatting-dialog {
|
|
478
|
-
min-width: 670px !important;
|
|
479
486
|
width: 670px !important;
|
|
480
487
|
}
|
|
481
488
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -493,6 +500,7 @@
|
|
|
493
500
|
.e-bigger .e-pivot-formatting-dialog .e-format-inner-div {
|
|
494
501
|
padding-left: 16px;
|
|
495
502
|
padding-top: 16px;
|
|
503
|
+
width: 656px;
|
|
496
504
|
}
|
|
497
505
|
.e-bigger.e-pivot-formatting-dialog .e-format-outer-div,
|
|
498
506
|
.e-bigger .e-pivot-formatting-dialog .e-format-outer-div {
|
|
@@ -742,7 +750,7 @@
|
|
|
742
750
|
display: inline-block;
|
|
743
751
|
height: 437px;
|
|
744
752
|
overflow: auto;
|
|
745
|
-
width:
|
|
753
|
+
width: 100% !important;
|
|
746
754
|
}
|
|
747
755
|
.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-treeview {
|
|
748
756
|
display: inline-table;
|
|
@@ -870,8 +878,8 @@
|
|
|
870
878
|
|
|
871
879
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
872
880
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
873
|
-
max-height:
|
|
874
|
-
min-width:
|
|
881
|
+
max-height: 600px !important;
|
|
882
|
+
min-width: 401px !important;
|
|
875
883
|
}
|
|
876
884
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
877
885
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -912,8 +920,8 @@
|
|
|
912
920
|
}
|
|
913
921
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
914
922
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
915
|
-
max-height:
|
|
916
|
-
min-width: 580px;
|
|
923
|
+
max-height: 750px !important;
|
|
924
|
+
min-width: 580px !important;
|
|
917
925
|
}
|
|
918
926
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
919
927
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -993,7 +1001,7 @@
|
|
|
993
1001
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
994
1002
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
995
1003
|
margin-left: -25px;
|
|
996
|
-
overflow:
|
|
1004
|
+
overflow: auto !important;
|
|
997
1005
|
}
|
|
998
1006
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
999
1007
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1030,6 +1038,9 @@
|
|
|
1030
1038
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
1031
1039
|
margin-right: 0;
|
|
1032
1040
|
}
|
|
1041
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
1042
|
+
margin-left: 20px;
|
|
1043
|
+
}
|
|
1033
1044
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
|
|
1034
1045
|
float: left;
|
|
1035
1046
|
margin: 0;
|
|
@@ -1152,6 +1163,10 @@
|
|
|
1152
1163
|
opacity: 100%;
|
|
1153
1164
|
padding: 18px 10px 12px 20px;
|
|
1154
1165
|
}
|
|
1166
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items {
|
|
1167
|
+
margin-left: 0;
|
|
1168
|
+
margin-right: 20px;
|
|
1169
|
+
}
|
|
1155
1170
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
|
|
1156
1171
|
margin-left: 0;
|
|
1157
1172
|
margin-right: 10px;
|
|
@@ -1176,6 +1191,10 @@
|
|
|
1176
1191
|
margin-left: 0;
|
|
1177
1192
|
margin-right: 10px;
|
|
1178
1193
|
}
|
|
1194
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
1195
|
+
min-height: 170px;
|
|
1196
|
+
overflow: auto;
|
|
1197
|
+
}
|
|
1179
1198
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-measure-icon,
|
|
1180
1199
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-dimension-icon,
|
|
1181
1200
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-attributeCDB-icon,
|
|
@@ -1291,7 +1310,7 @@
|
|
|
1291
1310
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
1292
1311
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
1293
1312
|
overflow: hidden;
|
|
1294
|
-
padding: 0;
|
|
1313
|
+
padding: 0 !important;
|
|
1295
1314
|
}
|
|
1296
1315
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
1297
1316
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1532,7 +1551,7 @@
|
|
|
1532
1551
|
}
|
|
1533
1552
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
1534
1553
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
1535
|
-
height:
|
|
1554
|
+
height: 125px !important;
|
|
1536
1555
|
}
|
|
1537
1556
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
1538
1557
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
@@ -1568,7 +1587,7 @@
|
|
|
1568
1587
|
}
|
|
1569
1588
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
1570
1589
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
1571
|
-
min-width: 350px;
|
|
1590
|
+
min-width: 350px !important;
|
|
1572
1591
|
}
|
|
1573
1592
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
1574
1593
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -1683,6 +1702,25 @@
|
|
|
1683
1702
|
min-height: 36px;
|
|
1684
1703
|
min-width: 36px;
|
|
1685
1704
|
}
|
|
1705
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog,
|
|
1706
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
1707
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
1708
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
1709
|
+
max-height: 400px !important;
|
|
1710
|
+
min-width: 370px !important;
|
|
1711
|
+
}
|
|
1712
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1713
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
1714
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1715
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
1716
|
+
min-height: 113px !important;
|
|
1717
|
+
}
|
|
1718
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1719
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1720
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1721
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul {
|
|
1722
|
+
height: auto;
|
|
1723
|
+
}
|
|
1686
1724
|
|
|
1687
1725
|
.e-pivotfieldlist-container {
|
|
1688
1726
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -1904,6 +1942,9 @@
|
|
|
1904
1942
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text {
|
|
1905
1943
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
1906
1944
|
}
|
|
1945
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
1946
|
+
display: none !important;
|
|
1947
|
+
}
|
|
1907
1948
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
1908
1949
|
margin-left: 0;
|
|
1909
1950
|
margin-right: 0;
|
|
@@ -2351,6 +2392,59 @@
|
|
|
2351
2392
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table {
|
|
2352
2393
|
width: 60%;
|
|
2353
2394
|
}
|
|
2395
|
+
.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
2396
|
+
max-height: 750px;
|
|
2397
|
+
}
|
|
2398
|
+
.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
2399
|
+
height: 261px;
|
|
2400
|
+
}
|
|
2401
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2402
|
+
min-height: 540px;
|
|
2403
|
+
}
|
|
2404
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2405
|
+
height: 369px;
|
|
2406
|
+
}
|
|
2407
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2408
|
+
height: 394px !important;
|
|
2409
|
+
}
|
|
2410
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
2411
|
+
height: 392px;
|
|
2412
|
+
}
|
|
2413
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
2414
|
+
height: 159px !important;
|
|
2415
|
+
}
|
|
2416
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt {
|
|
2417
|
+
color: #adb5bd;
|
|
2418
|
+
padding: 25px 12px;
|
|
2419
|
+
text-align: center;
|
|
2420
|
+
width: 100%;
|
|
2421
|
+
}
|
|
2422
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable {
|
|
2423
|
+
display: none;
|
|
2424
|
+
}
|
|
2425
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search {
|
|
2426
|
+
display: -ms-flexbox;
|
|
2427
|
+
display: flex;
|
|
2428
|
+
padding: 10px 20px;
|
|
2429
|
+
}
|
|
2430
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2431
|
+
float: right;
|
|
2432
|
+
font-size: 14px;
|
|
2433
|
+
}
|
|
2434
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,
|
|
2435
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
2436
|
+
border-width: 0 !important;
|
|
2437
|
+
cursor: text !important;
|
|
2438
|
+
}
|
|
2439
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover {
|
|
2440
|
+
background-color: transparent !important;
|
|
2441
|
+
border: transparent !important;
|
|
2442
|
+
color: currentColor !important;
|
|
2443
|
+
}
|
|
2444
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,
|
|
2445
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable {
|
|
2446
|
+
display: none !important;
|
|
2447
|
+
}
|
|
2354
2448
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
2355
2449
|
color: #f8f9fa;
|
|
2356
2450
|
font-size: 14px;
|
|
@@ -2436,7 +2530,7 @@
|
|
|
2436
2530
|
width: 100%;
|
|
2437
2531
|
}
|
|
2438
2532
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
|
|
2439
|
-
height:
|
|
2533
|
+
height: 180px;
|
|
2440
2534
|
}
|
|
2441
2535
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div {
|
|
2442
2536
|
display: none;
|
|
@@ -2498,6 +2592,11 @@
|
|
|
2498
2592
|
background-color: transparent;
|
|
2499
2593
|
color: #333;
|
|
2500
2594
|
}
|
|
2595
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2596
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2597
|
+
height: 210px;
|
|
2598
|
+
overflow: auto;
|
|
2599
|
+
}
|
|
2501
2600
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2502
2601
|
display: -ms-flexbox;
|
|
2503
2602
|
display: flex;
|
|
@@ -3413,4 +3512,41 @@
|
|
|
3413
3512
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit {
|
|
3414
3513
|
padding-left: 0;
|
|
3415
3514
|
padding-right: 8px;
|
|
3515
|
+
}
|
|
3516
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3517
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3518
|
+
max-height: 750px;
|
|
3519
|
+
}
|
|
3520
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container,
|
|
3521
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container {
|
|
3522
|
+
max-height: 800px;
|
|
3523
|
+
}
|
|
3524
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table,
|
|
3525
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
3526
|
+
height: 270px;
|
|
3527
|
+
}
|
|
3528
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3529
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3530
|
+
max-height: 600px !important;
|
|
3531
|
+
min-height: 578px !important;
|
|
3532
|
+
}
|
|
3533
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3534
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
3535
|
+
height: 387px;
|
|
3536
|
+
}
|
|
3537
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table,
|
|
3538
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
3539
|
+
height: 410px !important;
|
|
3540
|
+
}
|
|
3541
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,
|
|
3542
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
3543
|
+
height: 410px;
|
|
3544
|
+
}
|
|
3545
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3546
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3547
|
+
height: 161px !important;
|
|
3548
|
+
}
|
|
3549
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3550
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3551
|
+
max-height: 177px;
|
|
3416
3552
|
}
|
|
@@ -278,6 +278,10 @@
|
|
|
278
278
|
.e-pivotfieldlist-container .e-sort-descend::before {
|
|
279
279
|
content: "\e7d8" !important;
|
|
280
280
|
}
|
|
281
|
+
.e-pivotfieldlist-wrapper .e-field-list-search-icon::before,
|
|
282
|
+
.e-pivotfieldlist-container .e-field-list-search-icon::before {
|
|
283
|
+
content: "\e754" !important;
|
|
284
|
+
}
|
|
281
285
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
|
|
282
286
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
283
287
|
content: "\e740";
|
|
@@ -313,7 +317,6 @@
|
|
|
313
317
|
|
|
314
318
|
.e-pivot-formatting-dialog {
|
|
315
319
|
max-height: 480px !important;
|
|
316
|
-
min-width: 628px !important;
|
|
317
320
|
width: 628px !important;
|
|
318
321
|
}
|
|
319
322
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -328,6 +331,7 @@
|
|
|
328
331
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
329
332
|
padding-bottom: 14px;
|
|
330
333
|
padding-right: 18px;
|
|
334
|
+
white-space: nowrap;
|
|
331
335
|
padding-right: 8px;
|
|
332
336
|
}
|
|
333
337
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
@@ -345,6 +349,7 @@
|
|
|
345
349
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
346
350
|
padding-left: 14px;
|
|
347
351
|
padding-top: 14px;
|
|
352
|
+
width: 579px;
|
|
348
353
|
}
|
|
349
354
|
.e-pivot-formatting-dialog .e-format-outer-div {
|
|
350
355
|
background-color: #212529;
|
|
@@ -425,6 +430,9 @@
|
|
|
425
430
|
min-width: 320px !important;
|
|
426
431
|
width: 100% !important;
|
|
427
432
|
}
|
|
433
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
434
|
+
width: 100% !important;
|
|
435
|
+
}
|
|
428
436
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
429
437
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
430
438
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -469,7 +477,6 @@
|
|
|
469
477
|
|
|
470
478
|
.e-bigger.e-pivot-formatting-dialog,
|
|
471
479
|
.e-bigger .e-pivot-formatting-dialog {
|
|
472
|
-
min-width: 680px !important;
|
|
473
480
|
width: 680px !important;
|
|
474
481
|
}
|
|
475
482
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -487,6 +494,7 @@
|
|
|
487
494
|
.e-bigger .e-pivot-formatting-dialog .e-format-inner-div {
|
|
488
495
|
padding-left: 16px;
|
|
489
496
|
padding-top: 16px;
|
|
497
|
+
width: 656px;
|
|
490
498
|
}
|
|
491
499
|
.e-bigger.e-pivot-formatting-dialog .e-format-outer-div,
|
|
492
500
|
.e-bigger .e-pivot-formatting-dialog .e-format-outer-div {
|
|
@@ -725,7 +733,7 @@
|
|
|
725
733
|
display: flex;
|
|
726
734
|
}
|
|
727
735
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
728
|
-
height:
|
|
736
|
+
height: 495px;
|
|
729
737
|
width: 50%;
|
|
730
738
|
}
|
|
731
739
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer {
|
|
@@ -735,9 +743,9 @@
|
|
|
735
743
|
}
|
|
736
744
|
.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-treeview-outer-div {
|
|
737
745
|
display: inline-block;
|
|
738
|
-
height:
|
|
746
|
+
height: 460px;
|
|
739
747
|
overflow: auto;
|
|
740
|
-
width:
|
|
748
|
+
width: 100% !important;
|
|
741
749
|
}
|
|
742
750
|
.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-treeview {
|
|
743
751
|
display: inline-table;
|
|
@@ -865,8 +873,8 @@
|
|
|
865
873
|
|
|
866
874
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
867
875
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
868
|
-
max-height:
|
|
869
|
-
min-width:
|
|
876
|
+
max-height: 600px !important;
|
|
877
|
+
min-width: 401px !important;
|
|
870
878
|
}
|
|
871
879
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
872
880
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -912,17 +920,17 @@
|
|
|
912
920
|
}
|
|
913
921
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
914
922
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
915
|
-
max-height:
|
|
916
|
-
min-width: 580px;
|
|
923
|
+
max-height: 750px !important;
|
|
924
|
+
min-width: 580px !important;
|
|
917
925
|
}
|
|
918
926
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
919
927
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
920
|
-
height:
|
|
928
|
+
height: 570px;
|
|
921
929
|
width: 283px;
|
|
922
930
|
}
|
|
923
931
|
.e-bigger.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-treeview-outer-div,
|
|
924
932
|
.e-bigger .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-treeview-outer-div {
|
|
925
|
-
height:
|
|
933
|
+
height: 520px;
|
|
926
934
|
width: 325px;
|
|
927
935
|
}
|
|
928
936
|
.e-bigger.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,
|
|
@@ -989,7 +997,7 @@
|
|
|
989
997
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
990
998
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
991
999
|
margin-left: -22px;
|
|
992
|
-
overflow:
|
|
1000
|
+
overflow: auto !important;
|
|
993
1001
|
}
|
|
994
1002
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
995
1003
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1026,6 +1034,9 @@
|
|
|
1026
1034
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
1027
1035
|
margin-right: 0;
|
|
1028
1036
|
}
|
|
1037
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
1038
|
+
margin-left: 20px;
|
|
1039
|
+
}
|
|
1029
1040
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
|
|
1030
1041
|
float: left;
|
|
1031
1042
|
margin: 0;
|
|
@@ -1121,6 +1132,10 @@
|
|
|
1121
1132
|
opacity: 56%;
|
|
1122
1133
|
padding: 14px 10px 9px 20px;
|
|
1123
1134
|
}
|
|
1135
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items {
|
|
1136
|
+
margin-left: 0;
|
|
1137
|
+
margin-right: 20px;
|
|
1138
|
+
}
|
|
1124
1139
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
|
|
1125
1140
|
margin-left: 0;
|
|
1126
1141
|
margin-right: 10px;
|
|
@@ -1145,6 +1160,10 @@
|
|
|
1145
1160
|
margin-left: 0;
|
|
1146
1161
|
margin-right: 10px;
|
|
1147
1162
|
}
|
|
1163
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
1164
|
+
min-height: 170px;
|
|
1165
|
+
overflow: auto;
|
|
1166
|
+
}
|
|
1148
1167
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-measure-icon,
|
|
1149
1168
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-dimension-icon,
|
|
1150
1169
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-attributeCDB-icon,
|
|
@@ -1260,7 +1279,7 @@
|
|
|
1260
1279
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
1261
1280
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
1262
1281
|
overflow: hidden;
|
|
1263
|
-
padding: 0;
|
|
1282
|
+
padding: 0 !important;
|
|
1264
1283
|
}
|
|
1265
1284
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
1266
1285
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1500,7 +1519,7 @@
|
|
|
1500
1519
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
1501
1520
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
1502
1521
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
|
|
1503
|
-
height:
|
|
1522
|
+
height: 227px;
|
|
1504
1523
|
}
|
|
1505
1524
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
1506
1525
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -1530,7 +1549,7 @@
|
|
|
1530
1549
|
}
|
|
1531
1550
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
1532
1551
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
1533
|
-
min-width: 350px;
|
|
1552
|
+
min-width: 350px !important;
|
|
1534
1553
|
}
|
|
1535
1554
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
1536
1555
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -1645,6 +1664,25 @@
|
|
|
1645
1664
|
min-height: 36px;
|
|
1646
1665
|
min-width: 36px;
|
|
1647
1666
|
}
|
|
1667
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog,
|
|
1668
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
1669
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
1670
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
1671
|
+
max-height: 400px !important;
|
|
1672
|
+
min-width: 370px !important;
|
|
1673
|
+
}
|
|
1674
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1675
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
1676
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1677
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
1678
|
+
min-height: 113px !important;
|
|
1679
|
+
}
|
|
1680
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1681
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1682
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1683
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul {
|
|
1684
|
+
height: auto;
|
|
1685
|
+
}
|
|
1648
1686
|
|
|
1649
1687
|
.e-pivotfieldlist-container {
|
|
1650
1688
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
@@ -1873,6 +1911,9 @@
|
|
|
1873
1911
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text {
|
|
1874
1912
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1875
1913
|
}
|
|
1914
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
1915
|
+
display: none !important;
|
|
1916
|
+
}
|
|
1876
1917
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
1877
1918
|
margin-left: 0;
|
|
1878
1919
|
margin-right: 0;
|
|
@@ -2321,6 +2362,59 @@
|
|
|
2321
2362
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table {
|
|
2322
2363
|
width: 60%;
|
|
2323
2364
|
}
|
|
2365
|
+
.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
2366
|
+
max-height: 750px;
|
|
2367
|
+
}
|
|
2368
|
+
.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
2369
|
+
height: 261px;
|
|
2370
|
+
}
|
|
2371
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2372
|
+
min-height: 540px;
|
|
2373
|
+
}
|
|
2374
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2375
|
+
height: 369px;
|
|
2376
|
+
}
|
|
2377
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2378
|
+
height: 392px !important;
|
|
2379
|
+
}
|
|
2380
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
2381
|
+
height: 392px;
|
|
2382
|
+
}
|
|
2383
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
2384
|
+
height: 162px !important;
|
|
2385
|
+
}
|
|
2386
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt {
|
|
2387
|
+
color: #adb5bd;
|
|
2388
|
+
padding: 25px 12px;
|
|
2389
|
+
text-align: center;
|
|
2390
|
+
width: 100%;
|
|
2391
|
+
}
|
|
2392
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable {
|
|
2393
|
+
display: none;
|
|
2394
|
+
}
|
|
2395
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search {
|
|
2396
|
+
display: -ms-flexbox;
|
|
2397
|
+
display: flex;
|
|
2398
|
+
padding: 10px 18px;
|
|
2399
|
+
}
|
|
2400
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2401
|
+
float: right;
|
|
2402
|
+
font-size: 14px;
|
|
2403
|
+
}
|
|
2404
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,
|
|
2405
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
2406
|
+
border-width: 0 !important;
|
|
2407
|
+
cursor: text !important;
|
|
2408
|
+
}
|
|
2409
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover {
|
|
2410
|
+
background-color: transparent !important;
|
|
2411
|
+
border: transparent !important;
|
|
2412
|
+
color: currentColor !important;
|
|
2413
|
+
}
|
|
2414
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,
|
|
2415
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable {
|
|
2416
|
+
display: none !important;
|
|
2417
|
+
}
|
|
2324
2418
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
2325
2419
|
color: #fff;
|
|
2326
2420
|
font-size: 14px;
|
|
@@ -2405,7 +2499,7 @@
|
|
|
2405
2499
|
width: 100%;
|
|
2406
2500
|
}
|
|
2407
2501
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
|
|
2408
|
-
height:
|
|
2502
|
+
height: 180px;
|
|
2409
2503
|
}
|
|
2410
2504
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div {
|
|
2411
2505
|
display: none;
|
|
@@ -2467,6 +2561,11 @@
|
|
|
2467
2561
|
background-color: transparent;
|
|
2468
2562
|
color: #ced4da;
|
|
2469
2563
|
}
|
|
2564
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2565
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2566
|
+
height: 210px;
|
|
2567
|
+
overflow: auto;
|
|
2568
|
+
}
|
|
2470
2569
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2471
2570
|
display: -ms-flexbox;
|
|
2472
2571
|
display: flex;
|
|
@@ -3364,4 +3463,41 @@
|
|
|
3364
3463
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit {
|
|
3365
3464
|
padding-left: 0;
|
|
3366
3465
|
padding-right: 4px;
|
|
3466
|
+
}
|
|
3467
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3468
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3469
|
+
max-height: 750px;
|
|
3470
|
+
}
|
|
3471
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container,
|
|
3472
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container {
|
|
3473
|
+
max-height: 800px;
|
|
3474
|
+
}
|
|
3475
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table,
|
|
3476
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
3477
|
+
height: 270px;
|
|
3478
|
+
}
|
|
3479
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3480
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3481
|
+
max-height: 600px !important;
|
|
3482
|
+
min-height: 580px !important;
|
|
3483
|
+
}
|
|
3484
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3485
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
3486
|
+
height: 387px;
|
|
3487
|
+
}
|
|
3488
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table,
|
|
3489
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
3490
|
+
height: 400px !important;
|
|
3491
|
+
}
|
|
3492
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,
|
|
3493
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
3494
|
+
height: 404px;
|
|
3495
|
+
}
|
|
3496
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3497
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3498
|
+
height: 165px !important;
|
|
3499
|
+
}
|
|
3500
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3501
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3502
|
+
max-height: 187px;
|
|
3367
3503
|
}
|