@syncfusion/ej2-react-pivotview 20.1.57 → 20.2.36
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 +28 -0
- package/dist/ej2-react-pivotview.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +165 -32
- package/styles/bootstrap.css +165 -32
- package/styles/bootstrap4.css +166 -36
- package/styles/bootstrap5-dark.css +209 -45
- package/styles/bootstrap5.css +209 -45
- package/styles/fabric-dark.css +165 -32
- package/styles/fabric.css +165 -32
- package/styles/fluent-dark.css +183 -49
- package/styles/fluent.css +183 -49
- package/styles/highcontrast-light.css +165 -32
- package/styles/highcontrast.css +165 -32
- package/styles/material-dark.css +165 -32
- package/styles/material.css +165 -32
- package/styles/pivotfieldlist/bootstrap-dark.css +146 -10
- package/styles/pivotfieldlist/bootstrap.css +146 -10
- package/styles/pivotfieldlist/bootstrap4.css +147 -11
- package/styles/pivotfieldlist/bootstrap5-dark.css +151 -15
- package/styles/pivotfieldlist/bootstrap5.css +151 -15
- package/styles/pivotfieldlist/fabric-dark.css +146 -10
- package/styles/pivotfieldlist/fabric.css +146 -10
- package/styles/pivotfieldlist/fluent-dark.css +154 -18
- package/styles/pivotfieldlist/fluent.css +154 -18
- package/styles/pivotfieldlist/highcontrast-light.css +146 -10
- package/styles/pivotfieldlist/highcontrast.css +146 -10
- package/styles/pivotfieldlist/material-dark.css +146 -10
- package/styles/pivotfieldlist/material.css +146 -10
- package/styles/pivotfieldlist/tailwind-dark.css +155 -21
- package/styles/pivotfieldlist/tailwind.css +156 -21
- 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 +182 -52
- package/styles/tailwind.css +183 -52
|
@@ -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,7 +743,7 @@
|
|
|
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
748
|
width: 310px;
|
|
741
749
|
}
|
|
@@ -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
|
}
|
|
@@ -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,7 +743,7 @@
|
|
|
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
748
|
width: 310px;
|
|
741
749
|
}
|
|
@@ -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
|
}
|