@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,8 +317,7 @@
|
|
|
313
317
|
|
|
314
318
|
.e-pivot-formatting-dialog {
|
|
315
319
|
max-height: 480px !important;
|
|
316
|
-
|
|
317
|
-
width: 628px !important;
|
|
320
|
+
width: 629px !important;
|
|
318
321
|
}
|
|
319
322
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
320
323
|
padding-bottom: 4px;
|
|
@@ -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
|
}
|
|
332
336
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
333
337
|
vertical-align: bottom;
|
|
@@ -344,6 +348,7 @@
|
|
|
344
348
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
345
349
|
padding-left: 14px;
|
|
346
350
|
padding-top: 14px;
|
|
351
|
+
width: 579px;
|
|
347
352
|
}
|
|
348
353
|
.e-pivot-formatting-dialog .e-format-outer-div {
|
|
349
354
|
background-color: #1b1a19;
|
|
@@ -419,6 +424,9 @@
|
|
|
419
424
|
min-width: 320px !important;
|
|
420
425
|
width: 100% !important;
|
|
421
426
|
}
|
|
427
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
428
|
+
width: 100% !important;
|
|
429
|
+
}
|
|
422
430
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
423
431
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
424
432
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -463,8 +471,7 @@
|
|
|
463
471
|
|
|
464
472
|
.e-bigger.e-pivot-formatting-dialog,
|
|
465
473
|
.e-bigger .e-pivot-formatting-dialog {
|
|
466
|
-
|
|
467
|
-
width: 680px !important;
|
|
474
|
+
width: 714px !important;
|
|
468
475
|
}
|
|
469
476
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
470
477
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -481,6 +488,7 @@
|
|
|
481
488
|
.e-bigger .e-pivot-formatting-dialog .e-format-inner-div {
|
|
482
489
|
padding-left: 16px;
|
|
483
490
|
padding-top: 16px;
|
|
491
|
+
width: 656px;
|
|
484
492
|
}
|
|
485
493
|
.e-bigger.e-pivot-formatting-dialog .e-format-outer-div,
|
|
486
494
|
.e-bigger .e-pivot-formatting-dialog .e-format-outer-div {
|
|
@@ -720,7 +728,7 @@
|
|
|
720
728
|
display: flex;
|
|
721
729
|
}
|
|
722
730
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
723
|
-
height:
|
|
731
|
+
height: 470px;
|
|
724
732
|
width: 50%;
|
|
725
733
|
}
|
|
726
734
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer {
|
|
@@ -730,7 +738,7 @@
|
|
|
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 .e-pivot-treeview-outer-div {
|
|
732
740
|
display: inline-block;
|
|
733
|
-
height:
|
|
741
|
+
height: 430px;
|
|
734
742
|
overflow: auto;
|
|
735
743
|
width: 310px;
|
|
736
744
|
}
|
|
@@ -864,8 +872,8 @@
|
|
|
864
872
|
|
|
865
873
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
866
874
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
867
|
-
max-height:
|
|
868
|
-
min-width:
|
|
875
|
+
max-height: 600px !important;
|
|
876
|
+
min-width: 401px !important;
|
|
869
877
|
}
|
|
870
878
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
871
879
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -911,17 +919,17 @@
|
|
|
911
919
|
}
|
|
912
920
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
913
921
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
914
|
-
max-height:
|
|
915
|
-
min-width: 580px;
|
|
922
|
+
max-height: 750px !important;
|
|
923
|
+
min-width: 580px !important;
|
|
916
924
|
}
|
|
917
925
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
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
|
-
height:
|
|
927
|
+
height: 540px;
|
|
920
928
|
width: 283px;
|
|
921
929
|
}
|
|
922
930
|
.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,
|
|
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
|
-
height:
|
|
932
|
+
height: 500px;
|
|
925
933
|
width: 325px;
|
|
926
934
|
}
|
|
927
935
|
.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,
|
|
@@ -988,7 +996,7 @@
|
|
|
988
996
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
989
997
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
990
998
|
margin-left: -22px;
|
|
991
|
-
overflow:
|
|
999
|
+
overflow: auto !important;
|
|
992
1000
|
}
|
|
993
1001
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
994
1002
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1025,6 +1033,9 @@
|
|
|
1025
1033
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
1026
1034
|
margin-right: 0;
|
|
1027
1035
|
}
|
|
1036
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
1037
|
+
margin-left: 20px;
|
|
1038
|
+
}
|
|
1028
1039
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
|
|
1029
1040
|
float: left;
|
|
1030
1041
|
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
|
padding-top: 1px;
|
|
1265
1284
|
}
|
|
1266
1285
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1420,7 +1439,7 @@
|
|
|
1420
1439
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1421
1440
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1422
1441
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
1423
|
-
height:
|
|
1442
|
+
height: 110px;
|
|
1424
1443
|
}
|
|
1425
1444
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-ascend-icon,
|
|
1426
1445
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-descend-icon,
|
|
@@ -1490,7 +1509,7 @@
|
|
|
1490
1509
|
}
|
|
1491
1510
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
1492
1511
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
1493
|
-
height:
|
|
1512
|
+
height: 100px !important;
|
|
1494
1513
|
}
|
|
1495
1514
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
1496
1515
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
@@ -1526,7 +1545,7 @@
|
|
|
1526
1545
|
}
|
|
1527
1546
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
1528
1547
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
1529
|
-
min-width: 350px;
|
|
1548
|
+
min-width: 350px !important;
|
|
1530
1549
|
}
|
|
1531
1550
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
1532
1551
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -1641,6 +1660,25 @@
|
|
|
1641
1660
|
min-height: 36px;
|
|
1642
1661
|
min-width: 36px;
|
|
1643
1662
|
}
|
|
1663
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog,
|
|
1664
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
1665
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
1666
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
1667
|
+
max-height: 400px !important;
|
|
1668
|
+
min-width: 370px !important;
|
|
1669
|
+
}
|
|
1670
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1671
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
1672
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1673
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
1674
|
+
min-height: 113px !important;
|
|
1675
|
+
}
|
|
1676
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1677
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1678
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1679
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul {
|
|
1680
|
+
height: auto;
|
|
1681
|
+
}
|
|
1644
1682
|
|
|
1645
1683
|
.e-pivotfieldlist-container {
|
|
1646
1684
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -1870,6 +1908,9 @@
|
|
|
1870
1908
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text {
|
|
1871
1909
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
1872
1910
|
}
|
|
1911
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
1912
|
+
display: none !important;
|
|
1913
|
+
}
|
|
1873
1914
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
1874
1915
|
margin-left: 0;
|
|
1875
1916
|
margin-right: 0;
|
|
@@ -2315,6 +2356,59 @@
|
|
|
2315
2356
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table {
|
|
2316
2357
|
width: 60%;
|
|
2317
2358
|
}
|
|
2359
|
+
.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
2360
|
+
max-height: 750px;
|
|
2361
|
+
}
|
|
2362
|
+
.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
2363
|
+
height: 261px;
|
|
2364
|
+
}
|
|
2365
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2366
|
+
min-height: 540px;
|
|
2367
|
+
}
|
|
2368
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2369
|
+
height: 369px;
|
|
2370
|
+
}
|
|
2371
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2372
|
+
height: 392px !important;
|
|
2373
|
+
}
|
|
2374
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
2375
|
+
height: 392px;
|
|
2376
|
+
}
|
|
2377
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
2378
|
+
height: 162px !important;
|
|
2379
|
+
}
|
|
2380
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt {
|
|
2381
|
+
color: #484644;
|
|
2382
|
+
padding: 25px 12px;
|
|
2383
|
+
text-align: center;
|
|
2384
|
+
width: 100%;
|
|
2385
|
+
}
|
|
2386
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable {
|
|
2387
|
+
display: none;
|
|
2388
|
+
}
|
|
2389
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search {
|
|
2390
|
+
display: -ms-flexbox;
|
|
2391
|
+
display: flex;
|
|
2392
|
+
padding: 10px 18px;
|
|
2393
|
+
}
|
|
2394
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2395
|
+
float: right;
|
|
2396
|
+
font-size: 14px;
|
|
2397
|
+
}
|
|
2398
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,
|
|
2399
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
2400
|
+
border-width: 0 !important;
|
|
2401
|
+
cursor: text !important;
|
|
2402
|
+
}
|
|
2403
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover {
|
|
2404
|
+
background-color: transparent !important;
|
|
2405
|
+
border: transparent !important;
|
|
2406
|
+
color: currentColor !important;
|
|
2407
|
+
}
|
|
2408
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,
|
|
2409
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable {
|
|
2410
|
+
display: none !important;
|
|
2411
|
+
}
|
|
2318
2412
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
2319
2413
|
color: #fff;
|
|
2320
2414
|
font-size: 14px;
|
|
@@ -2403,7 +2497,7 @@
|
|
|
2403
2497
|
width: 100%;
|
|
2404
2498
|
}
|
|
2405
2499
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
|
|
2406
|
-
height:
|
|
2500
|
+
height: 180px;
|
|
2407
2501
|
}
|
|
2408
2502
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div {
|
|
2409
2503
|
display: none;
|
|
@@ -2465,6 +2559,11 @@
|
|
|
2465
2559
|
background-color: transparent;
|
|
2466
2560
|
color: #c8c6c4;
|
|
2467
2561
|
}
|
|
2562
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2563
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2564
|
+
height: 210px;
|
|
2565
|
+
overflow: auto;
|
|
2566
|
+
}
|
|
2468
2567
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2469
2568
|
display: -ms-flexbox;
|
|
2470
2569
|
display: flex;
|
|
@@ -3363,4 +3462,41 @@
|
|
|
3363
3462
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit {
|
|
3364
3463
|
padding-left: 0;
|
|
3365
3464
|
padding-right: 4px;
|
|
3465
|
+
}
|
|
3466
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3467
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3468
|
+
max-height: 750px;
|
|
3469
|
+
}
|
|
3470
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container,
|
|
3471
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container {
|
|
3472
|
+
max-height: 800px;
|
|
3473
|
+
}
|
|
3474
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table,
|
|
3475
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
3476
|
+
height: 270px;
|
|
3477
|
+
}
|
|
3478
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3479
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3480
|
+
max-height: 600px !important;
|
|
3481
|
+
min-height: 588px !important;
|
|
3482
|
+
}
|
|
3483
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3484
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
3485
|
+
height: 387px;
|
|
3486
|
+
}
|
|
3487
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table,
|
|
3488
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
3489
|
+
height: 400px !important;
|
|
3490
|
+
}
|
|
3491
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,
|
|
3492
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
3493
|
+
height: 404px;
|
|
3494
|
+
}
|
|
3495
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3496
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3497
|
+
height: 165px !important;
|
|
3498
|
+
}
|
|
3499
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3500
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3501
|
+
max-height: 184px;
|
|
3366
3502
|
}
|
|
@@ -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,8 +317,7 @@
|
|
|
313
317
|
|
|
314
318
|
.e-pivot-formatting-dialog {
|
|
315
319
|
max-height: 480px !important;
|
|
316
|
-
|
|
317
|
-
width: 628px !important;
|
|
320
|
+
width: 629px !important;
|
|
318
321
|
}
|
|
319
322
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
320
323
|
padding-bottom: 4px;
|
|
@@ -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
|
}
|
|
332
336
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
333
337
|
vertical-align: bottom;
|
|
@@ -344,6 +348,7 @@
|
|
|
344
348
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
345
349
|
padding-left: 14px;
|
|
346
350
|
padding-top: 14px;
|
|
351
|
+
width: 579px;
|
|
347
352
|
}
|
|
348
353
|
.e-pivot-formatting-dialog .e-format-outer-div {
|
|
349
354
|
background-color: #fff;
|
|
@@ -419,6 +424,9 @@
|
|
|
419
424
|
min-width: 320px !important;
|
|
420
425
|
width: 100% !important;
|
|
421
426
|
}
|
|
427
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
428
|
+
width: 100% !important;
|
|
429
|
+
}
|
|
422
430
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
423
431
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
424
432
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -463,8 +471,7 @@
|
|
|
463
471
|
|
|
464
472
|
.e-bigger.e-pivot-formatting-dialog,
|
|
465
473
|
.e-bigger .e-pivot-formatting-dialog {
|
|
466
|
-
|
|
467
|
-
width: 680px !important;
|
|
474
|
+
width: 714px !important;
|
|
468
475
|
}
|
|
469
476
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
470
477
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -481,6 +488,7 @@
|
|
|
481
488
|
.e-bigger .e-pivot-formatting-dialog .e-format-inner-div {
|
|
482
489
|
padding-left: 16px;
|
|
483
490
|
padding-top: 16px;
|
|
491
|
+
width: 656px;
|
|
484
492
|
}
|
|
485
493
|
.e-bigger.e-pivot-formatting-dialog .e-format-outer-div,
|
|
486
494
|
.e-bigger .e-pivot-formatting-dialog .e-format-outer-div {
|
|
@@ -720,7 +728,7 @@
|
|
|
720
728
|
display: flex;
|
|
721
729
|
}
|
|
722
730
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
723
|
-
height:
|
|
731
|
+
height: 470px;
|
|
724
732
|
width: 50%;
|
|
725
733
|
}
|
|
726
734
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer {
|
|
@@ -730,7 +738,7 @@
|
|
|
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 .e-pivot-treeview-outer-div {
|
|
732
740
|
display: inline-block;
|
|
733
|
-
height:
|
|
741
|
+
height: 430px;
|
|
734
742
|
overflow: auto;
|
|
735
743
|
width: 310px;
|
|
736
744
|
}
|
|
@@ -864,8 +872,8 @@
|
|
|
864
872
|
|
|
865
873
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
866
874
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
867
|
-
max-height:
|
|
868
|
-
min-width:
|
|
875
|
+
max-height: 600px !important;
|
|
876
|
+
min-width: 401px !important;
|
|
869
877
|
}
|
|
870
878
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
871
879
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -911,17 +919,17 @@
|
|
|
911
919
|
}
|
|
912
920
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
913
921
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
914
|
-
max-height:
|
|
915
|
-
min-width: 580px;
|
|
922
|
+
max-height: 750px !important;
|
|
923
|
+
min-width: 580px !important;
|
|
916
924
|
}
|
|
917
925
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
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
|
-
height:
|
|
927
|
+
height: 540px;
|
|
920
928
|
width: 283px;
|
|
921
929
|
}
|
|
922
930
|
.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,
|
|
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
|
-
height:
|
|
932
|
+
height: 500px;
|
|
925
933
|
width: 325px;
|
|
926
934
|
}
|
|
927
935
|
.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,
|
|
@@ -988,7 +996,7 @@
|
|
|
988
996
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
989
997
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
990
998
|
margin-left: -22px;
|
|
991
|
-
overflow:
|
|
999
|
+
overflow: auto !important;
|
|
992
1000
|
}
|
|
993
1001
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
994
1002
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1025,6 +1033,9 @@
|
|
|
1025
1033
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
1026
1034
|
margin-right: 0;
|
|
1027
1035
|
}
|
|
1036
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
1037
|
+
margin-left: 20px;
|
|
1038
|
+
}
|
|
1028
1039
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
|
|
1029
1040
|
float: left;
|
|
1030
1041
|
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
|
padding-top: 1px;
|
|
1265
1284
|
}
|
|
1266
1285
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1420,7 +1439,7 @@
|
|
|
1420
1439
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1421
1440
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1422
1441
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
1423
|
-
height:
|
|
1442
|
+
height: 110px;
|
|
1424
1443
|
}
|
|
1425
1444
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-ascend-icon,
|
|
1426
1445
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-descend-icon,
|
|
@@ -1490,7 +1509,7 @@
|
|
|
1490
1509
|
}
|
|
1491
1510
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
1492
1511
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
1493
|
-
height:
|
|
1512
|
+
height: 100px !important;
|
|
1494
1513
|
}
|
|
1495
1514
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
1496
1515
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
@@ -1526,7 +1545,7 @@
|
|
|
1526
1545
|
}
|
|
1527
1546
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
1528
1547
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
1529
|
-
min-width: 350px;
|
|
1548
|
+
min-width: 350px !important;
|
|
1530
1549
|
}
|
|
1531
1550
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
1532
1551
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -1641,6 +1660,25 @@
|
|
|
1641
1660
|
min-height: 36px;
|
|
1642
1661
|
min-width: 36px;
|
|
1643
1662
|
}
|
|
1663
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog,
|
|
1664
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
1665
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
1666
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
1667
|
+
max-height: 400px !important;
|
|
1668
|
+
min-width: 370px !important;
|
|
1669
|
+
}
|
|
1670
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1671
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
1672
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1673
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
1674
|
+
min-height: 113px !important;
|
|
1675
|
+
}
|
|
1676
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1677
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1678
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1679
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul {
|
|
1680
|
+
height: auto;
|
|
1681
|
+
}
|
|
1644
1682
|
|
|
1645
1683
|
.e-pivotfieldlist-container {
|
|
1646
1684
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -1870,6 +1908,9 @@
|
|
|
1870
1908
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text {
|
|
1871
1909
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
1872
1910
|
}
|
|
1911
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
1912
|
+
display: none !important;
|
|
1913
|
+
}
|
|
1873
1914
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
1874
1915
|
margin-left: 0;
|
|
1875
1916
|
margin-right: 0;
|
|
@@ -2315,6 +2356,59 @@
|
|
|
2315
2356
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table {
|
|
2316
2357
|
width: 60%;
|
|
2317
2358
|
}
|
|
2359
|
+
.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
2360
|
+
max-height: 750px;
|
|
2361
|
+
}
|
|
2362
|
+
.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
2363
|
+
height: 261px;
|
|
2364
|
+
}
|
|
2365
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2366
|
+
min-height: 540px;
|
|
2367
|
+
}
|
|
2368
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2369
|
+
height: 369px;
|
|
2370
|
+
}
|
|
2371
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2372
|
+
height: 392px !important;
|
|
2373
|
+
}
|
|
2374
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
2375
|
+
height: 392px;
|
|
2376
|
+
}
|
|
2377
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
2378
|
+
height: 162px !important;
|
|
2379
|
+
}
|
|
2380
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt {
|
|
2381
|
+
color: #a19f9d;
|
|
2382
|
+
padding: 25px 12px;
|
|
2383
|
+
text-align: center;
|
|
2384
|
+
width: 100%;
|
|
2385
|
+
}
|
|
2386
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable {
|
|
2387
|
+
display: none;
|
|
2388
|
+
}
|
|
2389
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search {
|
|
2390
|
+
display: -ms-flexbox;
|
|
2391
|
+
display: flex;
|
|
2392
|
+
padding: 10px 18px;
|
|
2393
|
+
}
|
|
2394
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2395
|
+
float: right;
|
|
2396
|
+
font-size: 14px;
|
|
2397
|
+
}
|
|
2398
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,
|
|
2399
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
2400
|
+
border-width: 0 !important;
|
|
2401
|
+
cursor: text !important;
|
|
2402
|
+
}
|
|
2403
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover {
|
|
2404
|
+
background-color: transparent !important;
|
|
2405
|
+
border: transparent !important;
|
|
2406
|
+
color: currentColor !important;
|
|
2407
|
+
}
|
|
2408
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,
|
|
2409
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable {
|
|
2410
|
+
display: none !important;
|
|
2411
|
+
}
|
|
2318
2412
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
2319
2413
|
color: #323130;
|
|
2320
2414
|
font-size: 14px;
|
|
@@ -2403,7 +2497,7 @@
|
|
|
2403
2497
|
width: 100%;
|
|
2404
2498
|
}
|
|
2405
2499
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
|
|
2406
|
-
height:
|
|
2500
|
+
height: 180px;
|
|
2407
2501
|
}
|
|
2408
2502
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div {
|
|
2409
2503
|
display: none;
|
|
@@ -2465,6 +2559,11 @@
|
|
|
2465
2559
|
background-color: transparent;
|
|
2466
2560
|
color: #3b3a39;
|
|
2467
2561
|
}
|
|
2562
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2563
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2564
|
+
height: 210px;
|
|
2565
|
+
overflow: auto;
|
|
2566
|
+
}
|
|
2468
2567
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2469
2568
|
display: -ms-flexbox;
|
|
2470
2569
|
display: flex;
|
|
@@ -3363,4 +3462,41 @@
|
|
|
3363
3462
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit {
|
|
3364
3463
|
padding-left: 0;
|
|
3365
3464
|
padding-right: 4px;
|
|
3465
|
+
}
|
|
3466
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3467
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3468
|
+
max-height: 750px;
|
|
3469
|
+
}
|
|
3470
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container,
|
|
3471
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container {
|
|
3472
|
+
max-height: 800px;
|
|
3473
|
+
}
|
|
3474
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table,
|
|
3475
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
3476
|
+
height: 270px;
|
|
3477
|
+
}
|
|
3478
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3479
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3480
|
+
max-height: 600px !important;
|
|
3481
|
+
min-height: 588px !important;
|
|
3482
|
+
}
|
|
3483
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3484
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
3485
|
+
height: 387px;
|
|
3486
|
+
}
|
|
3487
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table,
|
|
3488
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
3489
|
+
height: 400px !important;
|
|
3490
|
+
}
|
|
3491
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,
|
|
3492
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
3493
|
+
height: 404px;
|
|
3494
|
+
}
|
|
3495
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3496
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3497
|
+
height: 165px !important;
|
|
3498
|
+
}
|
|
3499
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3500
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3501
|
+
max-height: 184px;
|
|
3366
3502
|
}
|