@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
|
@@ -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: #fff;
|
|
@@ -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: #495057;
|
|
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
|
}
|
|
@@ -280,6 +280,10 @@
|
|
|
280
280
|
.e-pivotfieldlist-container .e-sort-descend::before {
|
|
281
281
|
content: "\e665" !important;
|
|
282
282
|
}
|
|
283
|
+
.e-pivotfieldlist-wrapper .e-field-list-search-icon::before,
|
|
284
|
+
.e-pivotfieldlist-container .e-field-list-search-icon::before {
|
|
285
|
+
content: "\e275" !important;
|
|
286
|
+
}
|
|
283
287
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
|
|
284
288
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
285
289
|
content: "\e7a3";
|
|
@@ -315,7 +319,6 @@
|
|
|
315
319
|
|
|
316
320
|
.e-pivot-formatting-dialog {
|
|
317
321
|
max-height: 480px !important;
|
|
318
|
-
min-width: 645px !important;
|
|
319
322
|
width: 645px !important;
|
|
320
323
|
}
|
|
321
324
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -330,6 +333,7 @@
|
|
|
330
333
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
331
334
|
padding-bottom: 14px;
|
|
332
335
|
padding-right: 18px;
|
|
336
|
+
white-space: nowrap;
|
|
333
337
|
}
|
|
334
338
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
335
339
|
vertical-align: bottom;
|
|
@@ -346,6 +350,7 @@
|
|
|
346
350
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
347
351
|
padding-left: 14px;
|
|
348
352
|
padding-top: 14px;
|
|
353
|
+
width: 579px;
|
|
349
354
|
}
|
|
350
355
|
.e-pivot-formatting-dialog .e-format-outer-div {
|
|
351
356
|
background-color: #282727;
|
|
@@ -421,6 +426,9 @@
|
|
|
421
426
|
min-width: 320px !important;
|
|
422
427
|
width: 100% !important;
|
|
423
428
|
}
|
|
429
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
430
|
+
width: 100% !important;
|
|
431
|
+
}
|
|
424
432
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
425
433
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
426
434
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -465,7 +473,6 @@
|
|
|
465
473
|
|
|
466
474
|
.e-bigger.e-pivot-formatting-dialog,
|
|
467
475
|
.e-bigger .e-pivot-formatting-dialog {
|
|
468
|
-
min-width: 706px !important;
|
|
469
476
|
width: 706px !important;
|
|
470
477
|
}
|
|
471
478
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -483,6 +490,7 @@
|
|
|
483
490
|
.e-bigger .e-pivot-formatting-dialog .e-format-inner-div {
|
|
484
491
|
padding-left: 16px;
|
|
485
492
|
padding-top: 16px;
|
|
493
|
+
width: 656px;
|
|
486
494
|
}
|
|
487
495
|
.e-bigger.e-pivot-formatting-dialog .e-format-outer-div,
|
|
488
496
|
.e-bigger .e-pivot-formatting-dialog .e-format-outer-div {
|
|
@@ -728,7 +736,7 @@
|
|
|
728
736
|
display: inline-block;
|
|
729
737
|
height: 441px;
|
|
730
738
|
overflow: auto;
|
|
731
|
-
width:
|
|
739
|
+
width: 100% !important;
|
|
732
740
|
}
|
|
733
741
|
.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 {
|
|
734
742
|
display: inline-table;
|
|
@@ -856,8 +864,8 @@
|
|
|
856
864
|
|
|
857
865
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
858
866
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
859
|
-
max-height:
|
|
860
|
-
min-width:
|
|
867
|
+
max-height: 600px !important;
|
|
868
|
+
min-width: 401px !important;
|
|
861
869
|
}
|
|
862
870
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
863
871
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -898,8 +906,8 @@
|
|
|
898
906
|
}
|
|
899
907
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
900
908
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
901
|
-
max-height:
|
|
902
|
-
min-width: 580px;
|
|
909
|
+
max-height: 750px !important;
|
|
910
|
+
min-width: 580px !important;
|
|
903
911
|
}
|
|
904
912
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
905
913
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -975,7 +983,7 @@
|
|
|
975
983
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
976
984
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
977
985
|
margin-left: -35px;
|
|
978
|
-
overflow:
|
|
986
|
+
overflow: auto !important;
|
|
979
987
|
}
|
|
980
988
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
981
989
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1012,6 +1020,9 @@
|
|
|
1012
1020
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
1013
1021
|
margin-right: 0;
|
|
1014
1022
|
}
|
|
1023
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
1024
|
+
margin-left: 20px;
|
|
1025
|
+
}
|
|
1015
1026
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
|
|
1016
1027
|
float: left;
|
|
1017
1028
|
margin: 0;
|
|
@@ -1106,6 +1117,10 @@
|
|
|
1106
1117
|
opacity: 100%;
|
|
1107
1118
|
padding: 15px 10px 8px 20px;
|
|
1108
1119
|
}
|
|
1120
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items {
|
|
1121
|
+
margin-left: 0;
|
|
1122
|
+
margin-right: 20px;
|
|
1123
|
+
}
|
|
1109
1124
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
|
|
1110
1125
|
margin-left: 0;
|
|
1111
1126
|
margin-right: 10px;
|
|
@@ -1130,6 +1145,10 @@
|
|
|
1130
1145
|
margin-left: 0;
|
|
1131
1146
|
margin-right: 10px;
|
|
1132
1147
|
}
|
|
1148
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
1149
|
+
min-height: 170px;
|
|
1150
|
+
overflow: auto;
|
|
1151
|
+
}
|
|
1133
1152
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-measure-icon,
|
|
1134
1153
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-dimension-icon,
|
|
1135
1154
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-attributeCDB-icon,
|
|
@@ -1245,7 +1264,7 @@
|
|
|
1245
1264
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
1246
1265
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
1247
1266
|
overflow: hidden;
|
|
1248
|
-
padding: 0;
|
|
1267
|
+
padding: 0 !important;
|
|
1249
1268
|
}
|
|
1250
1269
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
1251
1270
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1504,7 +1523,7 @@
|
|
|
1504
1523
|
}
|
|
1505
1524
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
1506
1525
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
1507
|
-
min-width: 350px;
|
|
1526
|
+
min-width: 350px !important;
|
|
1508
1527
|
}
|
|
1509
1528
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
1510
1529
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -1619,6 +1638,25 @@
|
|
|
1619
1638
|
min-height: 36px;
|
|
1620
1639
|
min-width: 36px;
|
|
1621
1640
|
}
|
|
1641
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog,
|
|
1642
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
1643
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
1644
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
1645
|
+
max-height: 400px !important;
|
|
1646
|
+
min-width: 370px !important;
|
|
1647
|
+
}
|
|
1648
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1649
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
1650
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1651
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
1652
|
+
min-height: 113px !important;
|
|
1653
|
+
}
|
|
1654
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1655
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1656
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1657
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul {
|
|
1658
|
+
height: auto;
|
|
1659
|
+
}
|
|
1622
1660
|
|
|
1623
1661
|
.e-pivotfieldlist-container {
|
|
1624
1662
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -1839,6 +1877,9 @@
|
|
|
1839
1877
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text {
|
|
1840
1878
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
1841
1879
|
}
|
|
1880
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
1881
|
+
display: none !important;
|
|
1882
|
+
}
|
|
1842
1883
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
1843
1884
|
margin-left: 0;
|
|
1844
1885
|
margin-right: 0;
|
|
@@ -2284,6 +2325,59 @@
|
|
|
2284
2325
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table {
|
|
2285
2326
|
width: 60%;
|
|
2286
2327
|
}
|
|
2328
|
+
.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
2329
|
+
max-height: 750px;
|
|
2330
|
+
}
|
|
2331
|
+
.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
2332
|
+
height: 261px;
|
|
2333
|
+
}
|
|
2334
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2335
|
+
min-height: 540px;
|
|
2336
|
+
}
|
|
2337
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2338
|
+
height: 369px;
|
|
2339
|
+
}
|
|
2340
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2341
|
+
height: 392px !important;
|
|
2342
|
+
}
|
|
2343
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
2344
|
+
height: 392px;
|
|
2345
|
+
}
|
|
2346
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
2347
|
+
height: 162px !important;
|
|
2348
|
+
}
|
|
2349
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt {
|
|
2350
|
+
color: #bdbdbd;
|
|
2351
|
+
padding: 25px 12px;
|
|
2352
|
+
text-align: center;
|
|
2353
|
+
width: 100%;
|
|
2354
|
+
}
|
|
2355
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable {
|
|
2356
|
+
display: none;
|
|
2357
|
+
}
|
|
2358
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search {
|
|
2359
|
+
display: -ms-flexbox;
|
|
2360
|
+
display: flex;
|
|
2361
|
+
padding: 10px 20px;
|
|
2362
|
+
}
|
|
2363
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2364
|
+
float: right;
|
|
2365
|
+
font-size: 14px;
|
|
2366
|
+
}
|
|
2367
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,
|
|
2368
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
2369
|
+
border-width: 0 !important;
|
|
2370
|
+
cursor: text !important;
|
|
2371
|
+
}
|
|
2372
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover {
|
|
2373
|
+
background-color: transparent !important;
|
|
2374
|
+
border: transparent !important;
|
|
2375
|
+
color: currentColor !important;
|
|
2376
|
+
}
|
|
2377
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,
|
|
2378
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable {
|
|
2379
|
+
display: none !important;
|
|
2380
|
+
}
|
|
2287
2381
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
2288
2382
|
color: #dadada;
|
|
2289
2383
|
font-size: 13px;
|
|
@@ -2368,7 +2462,7 @@
|
|
|
2368
2462
|
width: 100%;
|
|
2369
2463
|
}
|
|
2370
2464
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
|
|
2371
|
-
height:
|
|
2465
|
+
height: 180px;
|
|
2372
2466
|
}
|
|
2373
2467
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div {
|
|
2374
2468
|
display: none;
|
|
@@ -2430,6 +2524,11 @@
|
|
|
2430
2524
|
background-color: transparent;
|
|
2431
2525
|
color: #dadada;
|
|
2432
2526
|
}
|
|
2527
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2528
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2529
|
+
height: 210px;
|
|
2530
|
+
overflow: auto;
|
|
2531
|
+
}
|
|
2433
2532
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2434
2533
|
display: -ms-flexbox;
|
|
2435
2534
|
display: flex;
|
|
@@ -3320,4 +3419,41 @@
|
|
|
3320
3419
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit {
|
|
3321
3420
|
padding-left: 0;
|
|
3322
3421
|
padding-right: 4px;
|
|
3422
|
+
}
|
|
3423
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3424
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3425
|
+
max-height: 750px;
|
|
3426
|
+
}
|
|
3427
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container,
|
|
3428
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container {
|
|
3429
|
+
max-height: 800px;
|
|
3430
|
+
}
|
|
3431
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table,
|
|
3432
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
3433
|
+
height: 270px;
|
|
3434
|
+
}
|
|
3435
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3436
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3437
|
+
max-height: 600px !important;
|
|
3438
|
+
min-height: 570px !important;
|
|
3439
|
+
}
|
|
3440
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3441
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
3442
|
+
height: 387px;
|
|
3443
|
+
}
|
|
3444
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table,
|
|
3445
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
3446
|
+
height: 400px !important;
|
|
3447
|
+
}
|
|
3448
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,
|
|
3449
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
3450
|
+
height: 404px;
|
|
3451
|
+
}
|
|
3452
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3453
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3454
|
+
height: 165px !important;
|
|
3455
|
+
}
|
|
3456
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3457
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3458
|
+
max-height: 164px;
|
|
3323
3459
|
}
|