@syncfusion/ej2-react-pivotview 20.1.61 → 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 +12 -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
|
@@ -279,6 +279,10 @@
|
|
|
279
279
|
.e-pivotfieldlist-container .e-sort-descend::before {
|
|
280
280
|
content: "\e665" !important;
|
|
281
281
|
}
|
|
282
|
+
.e-pivotfieldlist-wrapper .e-field-list-search-icon::before,
|
|
283
|
+
.e-pivotfieldlist-container .e-field-list-search-icon::before {
|
|
284
|
+
content: "\e275" !important;
|
|
285
|
+
}
|
|
282
286
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
|
|
283
287
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
284
288
|
content: "\e7a3";
|
|
@@ -314,7 +318,6 @@
|
|
|
314
318
|
|
|
315
319
|
.e-pivot-formatting-dialog {
|
|
316
320
|
max-height: 480px !important;
|
|
317
|
-
min-width: 625px !important;
|
|
318
321
|
width: 625px !important;
|
|
319
322
|
}
|
|
320
323
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -329,6 +332,7 @@
|
|
|
329
332
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
330
333
|
padding-bottom: 14px;
|
|
331
334
|
padding-right: 18px;
|
|
335
|
+
white-space: nowrap;
|
|
332
336
|
}
|
|
333
337
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
334
338
|
vertical-align: bottom;
|
|
@@ -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;
|
|
@@ -420,6 +425,9 @@
|
|
|
420
425
|
min-width: 320px !important;
|
|
421
426
|
width: 100% !important;
|
|
422
427
|
}
|
|
428
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
429
|
+
width: 100% !important;
|
|
430
|
+
}
|
|
423
431
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
424
432
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
425
433
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -464,7 +472,6 @@
|
|
|
464
472
|
|
|
465
473
|
.e-bigger.e-pivot-formatting-dialog,
|
|
466
474
|
.e-bigger .e-pivot-formatting-dialog {
|
|
467
|
-
min-width: 670px !important;
|
|
468
475
|
width: 670px !important;
|
|
469
476
|
}
|
|
470
477
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -482,6 +489,7 @@
|
|
|
482
489
|
.e-bigger .e-pivot-formatting-dialog .e-format-inner-div {
|
|
483
490
|
padding-left: 16px;
|
|
484
491
|
padding-top: 16px;
|
|
492
|
+
width: 656px;
|
|
485
493
|
}
|
|
486
494
|
.e-bigger.e-pivot-formatting-dialog .e-format-outer-div,
|
|
487
495
|
.e-bigger .e-pivot-formatting-dialog .e-format-outer-div {
|
|
@@ -855,8 +863,8 @@
|
|
|
855
863
|
|
|
856
864
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
857
865
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
858
|
-
max-height:
|
|
859
|
-
min-width:
|
|
866
|
+
max-height: 600px !important;
|
|
867
|
+
min-width: 401px !important;
|
|
860
868
|
}
|
|
861
869
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
862
870
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -897,8 +905,8 @@
|
|
|
897
905
|
}
|
|
898
906
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
899
907
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
900
|
-
max-height:
|
|
901
|
-
min-width: 580px;
|
|
908
|
+
max-height: 750px !important;
|
|
909
|
+
min-width: 580px !important;
|
|
902
910
|
}
|
|
903
911
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
904
912
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -974,7 +982,7 @@
|
|
|
974
982
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
975
983
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
976
984
|
margin-left: -35px;
|
|
977
|
-
overflow:
|
|
985
|
+
overflow: auto !important;
|
|
978
986
|
}
|
|
979
987
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
980
988
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1011,6 +1019,9 @@
|
|
|
1011
1019
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
1012
1020
|
margin-right: 0;
|
|
1013
1021
|
}
|
|
1022
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
1023
|
+
margin-left: 20px;
|
|
1024
|
+
}
|
|
1014
1025
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
|
|
1015
1026
|
float: left;
|
|
1016
1027
|
margin: 0;
|
|
@@ -1105,6 +1116,10 @@
|
|
|
1105
1116
|
opacity: 100%;
|
|
1106
1117
|
padding: 18px 10px 12px 20px;
|
|
1107
1118
|
}
|
|
1119
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items {
|
|
1120
|
+
margin-left: 0;
|
|
1121
|
+
margin-right: 20px;
|
|
1122
|
+
}
|
|
1108
1123
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
|
|
1109
1124
|
margin-left: 0;
|
|
1110
1125
|
margin-right: 10px;
|
|
@@ -1129,6 +1144,10 @@
|
|
|
1129
1144
|
margin-left: 0;
|
|
1130
1145
|
margin-right: 10px;
|
|
1131
1146
|
}
|
|
1147
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
1148
|
+
min-height: 170px;
|
|
1149
|
+
overflow: auto;
|
|
1150
|
+
}
|
|
1132
1151
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-measure-icon,
|
|
1133
1152
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-dimension-icon,
|
|
1134
1153
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-attributeCDB-icon,
|
|
@@ -1244,7 +1263,7 @@
|
|
|
1244
1263
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
1245
1264
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
1246
1265
|
overflow: hidden;
|
|
1247
|
-
padding: 0;
|
|
1266
|
+
padding: 0 !important;
|
|
1248
1267
|
}
|
|
1249
1268
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
1250
1269
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1503,7 +1522,7 @@
|
|
|
1503
1522
|
}
|
|
1504
1523
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
1505
1524
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
1506
|
-
min-width: 350px;
|
|
1525
|
+
min-width: 350px !important;
|
|
1507
1526
|
}
|
|
1508
1527
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
1509
1528
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -1618,6 +1637,25 @@
|
|
|
1618
1637
|
min-height: 36px;
|
|
1619
1638
|
min-width: 36px;
|
|
1620
1639
|
}
|
|
1640
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog,
|
|
1641
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
1642
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
1643
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
1644
|
+
max-height: 400px !important;
|
|
1645
|
+
min-width: 370px !important;
|
|
1646
|
+
}
|
|
1647
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1648
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
1649
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1650
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
1651
|
+
min-height: 113px !important;
|
|
1652
|
+
}
|
|
1653
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1654
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1655
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1656
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul {
|
|
1657
|
+
height: auto;
|
|
1658
|
+
}
|
|
1621
1659
|
|
|
1622
1660
|
.e-pivotfieldlist-container {
|
|
1623
1661
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -1838,6 +1876,9 @@
|
|
|
1838
1876
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text {
|
|
1839
1877
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
1840
1878
|
}
|
|
1879
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
1880
|
+
display: none !important;
|
|
1881
|
+
}
|
|
1841
1882
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
1842
1883
|
margin-left: 0;
|
|
1843
1884
|
margin-right: 0;
|
|
@@ -2283,6 +2324,59 @@
|
|
|
2283
2324
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table {
|
|
2284
2325
|
width: 60%;
|
|
2285
2326
|
}
|
|
2327
|
+
.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
2328
|
+
max-height: 750px;
|
|
2329
|
+
}
|
|
2330
|
+
.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
2331
|
+
height: 261px;
|
|
2332
|
+
}
|
|
2333
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2334
|
+
min-height: 540px;
|
|
2335
|
+
}
|
|
2336
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2337
|
+
height: 369px;
|
|
2338
|
+
}
|
|
2339
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2340
|
+
height: 392px !important;
|
|
2341
|
+
}
|
|
2342
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
2343
|
+
height: 392px;
|
|
2344
|
+
}
|
|
2345
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
2346
|
+
height: 162px !important;
|
|
2347
|
+
}
|
|
2348
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt {
|
|
2349
|
+
color: #bdbdbd;
|
|
2350
|
+
padding: 25px 12px;
|
|
2351
|
+
text-align: center;
|
|
2352
|
+
width: 100%;
|
|
2353
|
+
}
|
|
2354
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable {
|
|
2355
|
+
display: none;
|
|
2356
|
+
}
|
|
2357
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search {
|
|
2358
|
+
display: -ms-flexbox;
|
|
2359
|
+
display: flex;
|
|
2360
|
+
padding: 10px 20px;
|
|
2361
|
+
}
|
|
2362
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2363
|
+
float: right;
|
|
2364
|
+
font-size: 14px;
|
|
2365
|
+
}
|
|
2366
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,
|
|
2367
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
2368
|
+
border-width: 0 !important;
|
|
2369
|
+
cursor: text !important;
|
|
2370
|
+
}
|
|
2371
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover {
|
|
2372
|
+
background-color: transparent !important;
|
|
2373
|
+
border: transparent !important;
|
|
2374
|
+
color: currentColor !important;
|
|
2375
|
+
}
|
|
2376
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,
|
|
2377
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable {
|
|
2378
|
+
display: none !important;
|
|
2379
|
+
}
|
|
2286
2380
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
2287
2381
|
color: #333;
|
|
2288
2382
|
font-size: 13px;
|
|
@@ -2367,7 +2461,7 @@
|
|
|
2367
2461
|
width: 100%;
|
|
2368
2462
|
}
|
|
2369
2463
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
|
|
2370
|
-
height:
|
|
2464
|
+
height: 180px;
|
|
2371
2465
|
}
|
|
2372
2466
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div {
|
|
2373
2467
|
display: none;
|
|
@@ -2429,6 +2523,11 @@
|
|
|
2429
2523
|
background-color: transparent;
|
|
2430
2524
|
color: #333;
|
|
2431
2525
|
}
|
|
2526
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2527
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2528
|
+
height: 210px;
|
|
2529
|
+
overflow: auto;
|
|
2530
|
+
}
|
|
2432
2531
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2433
2532
|
display: -ms-flexbox;
|
|
2434
2533
|
display: flex;
|
|
@@ -3319,4 +3418,41 @@
|
|
|
3319
3418
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit {
|
|
3320
3419
|
padding-left: 0;
|
|
3321
3420
|
padding-right: 4px;
|
|
3421
|
+
}
|
|
3422
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3423
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3424
|
+
max-height: 750px;
|
|
3425
|
+
}
|
|
3426
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container,
|
|
3427
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container {
|
|
3428
|
+
max-height: 800px;
|
|
3429
|
+
}
|
|
3430
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table,
|
|
3431
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
3432
|
+
height: 270px;
|
|
3433
|
+
}
|
|
3434
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3435
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3436
|
+
max-height: 600px !important;
|
|
3437
|
+
min-height: 582px !important;
|
|
3438
|
+
}
|
|
3439
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3440
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
3441
|
+
height: 387px;
|
|
3442
|
+
}
|
|
3443
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table,
|
|
3444
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
3445
|
+
height: 400px !important;
|
|
3446
|
+
}
|
|
3447
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,
|
|
3448
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
3449
|
+
height: 404px;
|
|
3450
|
+
}
|
|
3451
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3452
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3453
|
+
height: 165px !important;
|
|
3454
|
+
}
|
|
3455
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3456
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3457
|
+
max-height: 176px;
|
|
3322
3458
|
}
|
|
@@ -279,6 +279,10 @@
|
|
|
279
279
|
.e-pivotfieldlist-container .e-sort-descend::before {
|
|
280
280
|
content: "\e665" !important;
|
|
281
281
|
}
|
|
282
|
+
.e-pivotfieldlist-wrapper .e-field-list-search-icon::before,
|
|
283
|
+
.e-pivotfieldlist-container .e-field-list-search-icon::before {
|
|
284
|
+
content: "\e724" !important;
|
|
285
|
+
}
|
|
282
286
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
|
|
283
287
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
284
288
|
content: "\e7fc";
|
|
@@ -314,7 +318,6 @@
|
|
|
314
318
|
|
|
315
319
|
.e-pivot-formatting-dialog {
|
|
316
320
|
max-height: 480px !important;
|
|
317
|
-
min-width: 625px !important;
|
|
318
321
|
width: 625px !important;
|
|
319
322
|
}
|
|
320
323
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -332,6 +335,7 @@
|
|
|
332
335
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
333
336
|
padding-bottom: 14px;
|
|
334
337
|
padding-right: 18px;
|
|
338
|
+
white-space: nowrap;
|
|
335
339
|
}
|
|
336
340
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
337
341
|
vertical-align: bottom;
|
|
@@ -348,6 +352,7 @@
|
|
|
348
352
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
349
353
|
padding-left: 14px;
|
|
350
354
|
padding-top: 14px;
|
|
355
|
+
width: 579px;
|
|
351
356
|
}
|
|
352
357
|
.e-pivot-formatting-dialog .e-format-outer-div {
|
|
353
358
|
background-color: #fff;
|
|
@@ -431,6 +436,9 @@
|
|
|
431
436
|
min-width: 320px !important;
|
|
432
437
|
width: 100% !important;
|
|
433
438
|
}
|
|
439
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
440
|
+
width: 100% !important;
|
|
441
|
+
}
|
|
434
442
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
435
443
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
436
444
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -475,7 +483,6 @@
|
|
|
475
483
|
|
|
476
484
|
.e-bigger.e-pivot-formatting-dialog,
|
|
477
485
|
.e-bigger .e-pivot-formatting-dialog {
|
|
478
|
-
min-width: 670px !important;
|
|
479
486
|
width: 670px !important;
|
|
480
487
|
}
|
|
481
488
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -493,6 +500,7 @@
|
|
|
493
500
|
.e-bigger .e-pivot-formatting-dialog .e-format-inner-div {
|
|
494
501
|
padding-left: 16px;
|
|
495
502
|
padding-top: 16px;
|
|
503
|
+
width: 656px;
|
|
496
504
|
}
|
|
497
505
|
.e-bigger.e-pivot-formatting-dialog .e-format-outer-div,
|
|
498
506
|
.e-bigger .e-pivot-formatting-dialog .e-format-outer-div {
|
|
@@ -870,8 +878,8 @@
|
|
|
870
878
|
|
|
871
879
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
872
880
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
873
|
-
max-height:
|
|
874
|
-
min-width:
|
|
881
|
+
max-height: 600px !important;
|
|
882
|
+
min-width: 401px !important;
|
|
875
883
|
}
|
|
876
884
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
877
885
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -912,8 +920,8 @@
|
|
|
912
920
|
}
|
|
913
921
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
914
922
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
915
|
-
max-height:
|
|
916
|
-
min-width: 580px;
|
|
923
|
+
max-height: 750px !important;
|
|
924
|
+
min-width: 580px !important;
|
|
917
925
|
}
|
|
918
926
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
919
927
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -993,7 +1001,7 @@
|
|
|
993
1001
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
994
1002
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
995
1003
|
margin-left: -25px;
|
|
996
|
-
overflow:
|
|
1004
|
+
overflow: auto !important;
|
|
997
1005
|
}
|
|
998
1006
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
999
1007
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1030,6 +1038,9 @@
|
|
|
1030
1038
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
1031
1039
|
margin-right: 0;
|
|
1032
1040
|
}
|
|
1041
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
1042
|
+
margin-left: 20px;
|
|
1043
|
+
}
|
|
1033
1044
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
|
|
1034
1045
|
float: left;
|
|
1035
1046
|
margin: 0;
|
|
@@ -1152,6 +1163,10 @@
|
|
|
1152
1163
|
opacity: 100%;
|
|
1153
1164
|
padding: 18px 10px 12px 20px;
|
|
1154
1165
|
}
|
|
1166
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items {
|
|
1167
|
+
margin-left: 0;
|
|
1168
|
+
margin-right: 20px;
|
|
1169
|
+
}
|
|
1155
1170
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
|
|
1156
1171
|
margin-left: 0;
|
|
1157
1172
|
margin-right: 10px;
|
|
@@ -1176,6 +1191,10 @@
|
|
|
1176
1191
|
margin-left: 0;
|
|
1177
1192
|
margin-right: 10px;
|
|
1178
1193
|
}
|
|
1194
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
1195
|
+
min-height: 170px;
|
|
1196
|
+
overflow: auto;
|
|
1197
|
+
}
|
|
1179
1198
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-measure-icon,
|
|
1180
1199
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-dimension-icon,
|
|
1181
1200
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-attributeCDB-icon,
|
|
@@ -1291,7 +1310,7 @@
|
|
|
1291
1310
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
1292
1311
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
1293
1312
|
overflow: hidden;
|
|
1294
|
-
padding: 0;
|
|
1313
|
+
padding: 0 !important;
|
|
1295
1314
|
}
|
|
1296
1315
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
1297
1316
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1532,7 +1551,7 @@
|
|
|
1532
1551
|
}
|
|
1533
1552
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
1534
1553
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
1535
|
-
height:
|
|
1554
|
+
height: 125px !important;
|
|
1536
1555
|
}
|
|
1537
1556
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
1538
1557
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
@@ -1568,7 +1587,7 @@
|
|
|
1568
1587
|
}
|
|
1569
1588
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
1570
1589
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
1571
|
-
min-width: 350px;
|
|
1590
|
+
min-width: 350px !important;
|
|
1572
1591
|
}
|
|
1573
1592
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
1574
1593
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -1683,6 +1702,25 @@
|
|
|
1683
1702
|
min-height: 36px;
|
|
1684
1703
|
min-width: 36px;
|
|
1685
1704
|
}
|
|
1705
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog,
|
|
1706
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
1707
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
1708
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
1709
|
+
max-height: 400px !important;
|
|
1710
|
+
min-width: 370px !important;
|
|
1711
|
+
}
|
|
1712
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1713
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
1714
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1715
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
1716
|
+
min-height: 113px !important;
|
|
1717
|
+
}
|
|
1718
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1719
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1720
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1721
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul {
|
|
1722
|
+
height: auto;
|
|
1723
|
+
}
|
|
1686
1724
|
|
|
1687
1725
|
.e-pivotfieldlist-container {
|
|
1688
1726
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -1904,6 +1942,9 @@
|
|
|
1904
1942
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text {
|
|
1905
1943
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
1906
1944
|
}
|
|
1945
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
1946
|
+
display: none !important;
|
|
1947
|
+
}
|
|
1907
1948
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
1908
1949
|
margin-left: 0;
|
|
1909
1950
|
margin-right: 0;
|
|
@@ -2351,6 +2392,59 @@
|
|
|
2351
2392
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table {
|
|
2352
2393
|
width: 60%;
|
|
2353
2394
|
}
|
|
2395
|
+
.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
2396
|
+
max-height: 750px;
|
|
2397
|
+
}
|
|
2398
|
+
.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
2399
|
+
height: 261px;
|
|
2400
|
+
}
|
|
2401
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2402
|
+
min-height: 540px;
|
|
2403
|
+
}
|
|
2404
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2405
|
+
height: 369px;
|
|
2406
|
+
}
|
|
2407
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2408
|
+
height: 394px !important;
|
|
2409
|
+
}
|
|
2410
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
2411
|
+
height: 392px;
|
|
2412
|
+
}
|
|
2413
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
2414
|
+
height: 159px !important;
|
|
2415
|
+
}
|
|
2416
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt {
|
|
2417
|
+
color: #adb5bd;
|
|
2418
|
+
padding: 25px 12px;
|
|
2419
|
+
text-align: center;
|
|
2420
|
+
width: 100%;
|
|
2421
|
+
}
|
|
2422
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable {
|
|
2423
|
+
display: none;
|
|
2424
|
+
}
|
|
2425
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search {
|
|
2426
|
+
display: -ms-flexbox;
|
|
2427
|
+
display: flex;
|
|
2428
|
+
padding: 10px 20px;
|
|
2429
|
+
}
|
|
2430
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2431
|
+
float: right;
|
|
2432
|
+
font-size: 14px;
|
|
2433
|
+
}
|
|
2434
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,
|
|
2435
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
2436
|
+
border-width: 0 !important;
|
|
2437
|
+
cursor: text !important;
|
|
2438
|
+
}
|
|
2439
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover {
|
|
2440
|
+
background-color: transparent !important;
|
|
2441
|
+
border: transparent !important;
|
|
2442
|
+
color: currentColor !important;
|
|
2443
|
+
}
|
|
2444
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,
|
|
2445
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable {
|
|
2446
|
+
display: none !important;
|
|
2447
|
+
}
|
|
2354
2448
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
2355
2449
|
color: #f8f9fa;
|
|
2356
2450
|
font-size: 14px;
|
|
@@ -2436,7 +2530,7 @@
|
|
|
2436
2530
|
width: 100%;
|
|
2437
2531
|
}
|
|
2438
2532
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
|
|
2439
|
-
height:
|
|
2533
|
+
height: 180px;
|
|
2440
2534
|
}
|
|
2441
2535
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div {
|
|
2442
2536
|
display: none;
|
|
@@ -2498,6 +2592,11 @@
|
|
|
2498
2592
|
background-color: transparent;
|
|
2499
2593
|
color: #333;
|
|
2500
2594
|
}
|
|
2595
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2596
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2597
|
+
height: 210px;
|
|
2598
|
+
overflow: auto;
|
|
2599
|
+
}
|
|
2501
2600
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2502
2601
|
display: -ms-flexbox;
|
|
2503
2602
|
display: flex;
|
|
@@ -3413,4 +3512,41 @@
|
|
|
3413
3512
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit {
|
|
3414
3513
|
padding-left: 0;
|
|
3415
3514
|
padding-right: 8px;
|
|
3515
|
+
}
|
|
3516
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3517
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3518
|
+
max-height: 750px;
|
|
3519
|
+
}
|
|
3520
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container,
|
|
3521
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container {
|
|
3522
|
+
max-height: 800px;
|
|
3523
|
+
}
|
|
3524
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table,
|
|
3525
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
3526
|
+
height: 270px;
|
|
3527
|
+
}
|
|
3528
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3529
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3530
|
+
max-height: 600px !important;
|
|
3531
|
+
min-height: 578px !important;
|
|
3532
|
+
}
|
|
3533
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3534
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
3535
|
+
height: 387px;
|
|
3536
|
+
}
|
|
3537
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table,
|
|
3538
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
3539
|
+
height: 410px !important;
|
|
3540
|
+
}
|
|
3541
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,
|
|
3542
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
3543
|
+
height: 410px;
|
|
3544
|
+
}
|
|
3545
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3546
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3547
|
+
height: 161px !important;
|
|
3548
|
+
}
|
|
3549
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3550
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3551
|
+
max-height: 177px;
|
|
3416
3552
|
}
|