@syncfusion/ej2-angular-pivotview 20.2.36 → 20.2.38
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/package.json +6 -6
- package/styles/bootstrap-dark.css +241 -14
- package/styles/bootstrap.css +241 -14
- package/styles/bootstrap4.css +237 -15
- package/styles/bootstrap5-dark.css +281 -18
- package/styles/bootstrap5.css +281 -18
- package/styles/fabric-dark.css +241 -14
- package/styles/fabric.css +241 -14
- package/styles/fluent-dark.css +247 -16
- package/styles/fluent.css +247 -16
- package/styles/highcontrast-light.css +241 -14
- package/styles/highcontrast.css +241 -14
- package/styles/material-dark.css +241 -14
- package/styles/material.css +241 -14
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +2 -1
- package/styles/pivotfieldlist/_bootstrap-definition.scss +3 -2
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +3 -2
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +2 -1
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +3 -3
- package/styles/pivotfieldlist/_fabric-definition.scss +3 -2
- package/styles/pivotfieldlist/_fluent-definition.scss +3 -2
- package/styles/pivotfieldlist/_fusionnew-definition.scss +3 -3
- package/styles/pivotfieldlist/_highcontrast-definition.scss +3 -2
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +3 -2
- package/styles/pivotfieldlist/_layout.scss +62 -65
- package/styles/pivotfieldlist/_material-dark-definition.scss +3 -2
- package/styles/pivotfieldlist/_material-definition.scss +3 -2
- package/styles/pivotfieldlist/_material3-definition.scss +3 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +4 -3
- package/styles/pivotfieldlist/_theme.scss +51 -44
- package/styles/pivotfieldlist/bootstrap-dark.css +147 -7
- package/styles/pivotfieldlist/bootstrap.css +147 -7
- package/styles/pivotfieldlist/bootstrap4.css +142 -7
- package/styles/pivotfieldlist/bootstrap5-dark.css +151 -7
- package/styles/pivotfieldlist/bootstrap5.css +151 -7
- package/styles/pivotfieldlist/fabric-dark.css +147 -7
- package/styles/pivotfieldlist/fabric.css +147 -7
- package/styles/pivotfieldlist/fluent-dark.css +149 -7
- package/styles/pivotfieldlist/fluent.css +149 -7
- package/styles/pivotfieldlist/highcontrast-light.css +147 -7
- package/styles/pivotfieldlist/highcontrast.css +147 -7
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_bootstrap.scss +4 -4
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +4 -4
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +4 -4
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_fabric.scss +4 -4
- package/styles/pivotfieldlist/icons/_fluent.scss +4 -4
- package/styles/pivotfieldlist/icons/_fusionnew.scss +4 -4
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +4 -4
- package/styles/pivotfieldlist/icons/_highcontrast.scss +4 -4
- package/styles/pivotfieldlist/icons/_material-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_material.scss +4 -4
- package/styles/pivotfieldlist/icons/_material3.scss +4 -4
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_tailwind.scss +4 -4
- package/styles/pivotfieldlist/material-dark.css +147 -7
- package/styles/pivotfieldlist/material.css +147 -7
- package/styles/pivotfieldlist/tailwind-dark.css +151 -9
- package/styles/pivotfieldlist/tailwind.css +151 -9
- package/styles/pivotview/_bootstrap-dark-definition.scss +2 -1
- package/styles/pivotview/_bootstrap-definition.scss +2 -1
- package/styles/pivotview/_bootstrap4-definition.scss +2 -1
- package/styles/pivotview/_bootstrap5-definition.scss +5 -4
- package/styles/pivotview/_fabric-dark-definition.scss +2 -1
- package/styles/pivotview/_fabric-definition.scss +2 -1
- package/styles/pivotview/_fluent-definition.scss +4 -3
- package/styles/pivotview/_fusionnew-definition.scss +1 -0
- package/styles/pivotview/_highcontrast-definition.scss +2 -1
- package/styles/pivotview/_highcontrast-light-definition.scss +3 -2
- package/styles/pivotview/_layout.scss +25 -25
- package/styles/pivotview/_material-dark-definition.scss +2 -1
- package/styles/pivotview/_material-definition.scss +2 -2
- package/styles/pivotview/_material3-definition.scss +1 -0
- package/styles/pivotview/_tailwind-definition.scss +5 -4
- package/styles/pivotview/_theme.scss +77 -50
- package/styles/pivotview/bootstrap-dark.css +94 -7
- package/styles/pivotview/bootstrap.css +94 -7
- package/styles/pivotview/bootstrap4.css +95 -8
- package/styles/pivotview/bootstrap5-dark.css +130 -11
- package/styles/pivotview/bootstrap5.css +130 -11
- package/styles/pivotview/fabric-dark.css +94 -7
- package/styles/pivotview/fabric.css +94 -7
- package/styles/pivotview/fluent-dark.css +98 -9
- package/styles/pivotview/fluent.css +98 -9
- package/styles/pivotview/highcontrast-light.css +94 -7
- package/styles/pivotview/highcontrast.css +94 -7
- package/styles/pivotview/material-dark.css +94 -7
- package/styles/pivotview/material.css +94 -7
- package/styles/pivotview/tailwind-dark.css +98 -11
- package/styles/pivotview/tailwind.css +98 -11
- package/styles/tailwind-dark.css +249 -20
- package/styles/tailwind.css +249 -20
|
@@ -25,6 +25,10 @@
|
|
|
25
25
|
content: "\e774";
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
+
.e-pivot-calc-dialog-div {
|
|
29
|
+
/* stylelint-disable */
|
|
30
|
+
/* stylelint-enable */
|
|
31
|
+
}
|
|
28
32
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
29
33
|
content: "\e726";
|
|
30
34
|
}
|
|
@@ -126,6 +130,11 @@
|
|
|
126
130
|
content: "\e754" !important;
|
|
127
131
|
}
|
|
128
132
|
|
|
133
|
+
.e-pivotfieldlist-wrapper,
|
|
134
|
+
.e-pivotfieldlist-container {
|
|
135
|
+
/* stylelint-disable */
|
|
136
|
+
/* stylelint-enable */
|
|
137
|
+
}
|
|
129
138
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
130
139
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
131
140
|
content: "\e773";
|
|
@@ -316,9 +325,10 @@
|
|
|
316
325
|
}
|
|
317
326
|
|
|
318
327
|
.e-pivot-formatting-dialog {
|
|
328
|
+
/* stylelint-disable */
|
|
319
329
|
max-height: 480px !important;
|
|
320
|
-
|
|
321
|
-
|
|
330
|
+
width: 640px !important;
|
|
331
|
+
/* stylelint-enable */
|
|
322
332
|
}
|
|
323
333
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
324
334
|
padding-bottom: 4px;
|
|
@@ -332,6 +342,7 @@
|
|
|
332
342
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
333
343
|
padding-bottom: 14px;
|
|
334
344
|
padding-right: 18px;
|
|
345
|
+
white-space: nowrap;
|
|
335
346
|
}
|
|
336
347
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
337
348
|
vertical-align: bottom;
|
|
@@ -392,7 +403,9 @@
|
|
|
392
403
|
border: 1px solid #4b5563;
|
|
393
404
|
border-radius: 4px;
|
|
394
405
|
height: 28px;
|
|
406
|
+
/* stylelint-disable */
|
|
395
407
|
margin: 0 !important;
|
|
408
|
+
/* stylelint-enable */
|
|
396
409
|
padding-left: 6px;
|
|
397
410
|
padding-top: 6px;
|
|
398
411
|
width: 80px;
|
|
@@ -413,7 +426,9 @@
|
|
|
413
426
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
414
427
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
415
428
|
border: 1px solid #4b5563;
|
|
429
|
+
/* stylelint-disable */
|
|
416
430
|
border-radius: 0 !important;
|
|
431
|
+
/* stylelint-enable */
|
|
417
432
|
height: 40%;
|
|
418
433
|
left: -3px;
|
|
419
434
|
position: absolute;
|
|
@@ -421,8 +436,13 @@
|
|
|
421
436
|
width: 150%;
|
|
422
437
|
}
|
|
423
438
|
.e-pivot-formatting-dialog.e-device {
|
|
439
|
+
/* stylelint-disable */
|
|
424
440
|
min-width: 320px !important;
|
|
425
441
|
width: 100% !important;
|
|
442
|
+
/* stylelint-enable */
|
|
443
|
+
}
|
|
444
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
445
|
+
width: 100% !important;
|
|
426
446
|
}
|
|
427
447
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
428
448
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -471,8 +491,11 @@
|
|
|
471
491
|
|
|
472
492
|
.e-bigger.e-pivot-formatting-dialog,
|
|
473
493
|
.e-bigger .e-pivot-formatting-dialog {
|
|
474
|
-
|
|
475
|
-
width:
|
|
494
|
+
/* stylelint-disable */
|
|
495
|
+
width: 730px !important;
|
|
496
|
+
/* stylelint-enable */
|
|
497
|
+
/* stylelint-disable */
|
|
498
|
+
/* stylelint-enable */
|
|
476
499
|
}
|
|
477
500
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
478
501
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -511,8 +534,10 @@
|
|
|
511
534
|
}
|
|
512
535
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
513
536
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
537
|
+
/* stylelint-disable */
|
|
514
538
|
min-width: 320px !important;
|
|
515
539
|
width: 100% !important;
|
|
540
|
+
/* stylelint-enable */
|
|
516
541
|
}
|
|
517
542
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
518
543
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -532,8 +557,14 @@
|
|
|
532
557
|
}
|
|
533
558
|
|
|
534
559
|
.e-pivot-calc-dialog-div {
|
|
560
|
+
/* stylelint-disable */
|
|
535
561
|
max-height: 550px !important;
|
|
562
|
+
/* stylelint-enable */
|
|
536
563
|
min-width: 290px;
|
|
564
|
+
/* stylelint-disable */
|
|
565
|
+
/* stylelint-enable */
|
|
566
|
+
/* stylelint-disable */
|
|
567
|
+
/* stylelint-enable */
|
|
537
568
|
}
|
|
538
569
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
539
570
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -579,9 +610,11 @@
|
|
|
579
610
|
}
|
|
580
611
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
581
612
|
color: #d1d5db;
|
|
613
|
+
/* stylelint-disable */
|
|
582
614
|
float: right !important;
|
|
583
615
|
margin: 0;
|
|
584
616
|
margin-right: 12px !important;
|
|
617
|
+
/* stylelint-enable */
|
|
585
618
|
}
|
|
586
619
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
587
620
|
cursor: default;
|
|
@@ -632,12 +665,14 @@
|
|
|
632
665
|
margin-right: 4px;
|
|
633
666
|
pointer-events: auto;
|
|
634
667
|
width: 24px;
|
|
668
|
+
/* stylelint-disable */
|
|
635
669
|
height: 20px;
|
|
636
670
|
margin-top: 0;
|
|
637
671
|
padding: 0 5px;
|
|
638
672
|
position: relative;
|
|
639
673
|
bottom: 1px;
|
|
640
674
|
width: 20px;
|
|
675
|
+
/* stylelint-enable */
|
|
641
676
|
}
|
|
642
677
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item.e-active span.e-icons {
|
|
643
678
|
color: #d1d5db;
|
|
@@ -883,8 +918,11 @@
|
|
|
883
918
|
|
|
884
919
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
885
920
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
886
|
-
|
|
921
|
+
/* stylelint-disable */
|
|
922
|
+
max-height: 600px !important;
|
|
887
923
|
min-width: 401px !important;
|
|
924
|
+
/* stylelint-enable */
|
|
925
|
+
/* stylelint-disable */
|
|
888
926
|
}
|
|
889
927
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
890
928
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -931,7 +969,7 @@
|
|
|
931
969
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
932
970
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
933
971
|
max-height: 750px !important;
|
|
934
|
-
min-width: 580px;
|
|
972
|
+
min-width: 580px !important;
|
|
935
973
|
}
|
|
936
974
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
937
975
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -970,6 +1008,9 @@
|
|
|
970
1008
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
971
1009
|
max-width: 400px !important;
|
|
972
1010
|
min-width: 320px !important;
|
|
1011
|
+
/* stylelint-enable */
|
|
1012
|
+
/* stylelint-disable */
|
|
1013
|
+
/* stylelint-enable */
|
|
973
1014
|
}
|
|
974
1015
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
975
1016
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -1007,8 +1048,10 @@
|
|
|
1007
1048
|
}
|
|
1008
1049
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
1009
1050
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1051
|
+
/* stylelint-disable */
|
|
1010
1052
|
margin-left: -22px;
|
|
1011
1053
|
overflow: auto !important;
|
|
1054
|
+
/* stylelint-enable */
|
|
1012
1055
|
}
|
|
1013
1056
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
1014
1057
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1027,6 +1070,10 @@
|
|
|
1027
1070
|
margin-left: 0;
|
|
1028
1071
|
margin-right: -22px;
|
|
1029
1072
|
}
|
|
1073
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
1074
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1075
|
+
/* stylelint-disable */
|
|
1076
|
+
}
|
|
1030
1077
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
1031
1078
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
1032
1079
|
margin-left: 0;
|
|
@@ -1088,6 +1135,7 @@
|
|
|
1088
1135
|
}
|
|
1089
1136
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1090
1137
|
border: 0;
|
|
1138
|
+
/* stylelint-enable */
|
|
1091
1139
|
}
|
|
1092
1140
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1093
1141
|
margin: 0 0 0 6px;
|
|
@@ -1117,6 +1165,8 @@
|
|
|
1117
1165
|
overflow: auto;
|
|
1118
1166
|
padding: 20px;
|
|
1119
1167
|
padding-bottom: 0;
|
|
1168
|
+
/* stylelint-disable */
|
|
1169
|
+
/* stylelint-enable */
|
|
1120
1170
|
padding-top: 0;
|
|
1121
1171
|
}
|
|
1122
1172
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
@@ -1157,6 +1207,9 @@
|
|
|
1157
1207
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
1158
1208
|
float: right;
|
|
1159
1209
|
}
|
|
1210
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1211
|
+
/* stylelint-disable */
|
|
1212
|
+
}
|
|
1160
1213
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
1161
1214
|
margin-left: 0;
|
|
1162
1215
|
}
|
|
@@ -1296,6 +1349,7 @@
|
|
|
1296
1349
|
overflow: hidden;
|
|
1297
1350
|
padding: 0 !important;
|
|
1298
1351
|
padding: 12px 0 0 0 !important;
|
|
1352
|
+
/* stylelint-enable */
|
|
1299
1353
|
}
|
|
1300
1354
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
1301
1355
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1367,6 +1421,11 @@
|
|
|
1367
1421
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
1368
1422
|
padding-right: 0;
|
|
1369
1423
|
}
|
|
1424
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
1425
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
1426
|
+
/* stylelint-disable */
|
|
1427
|
+
/* stylelint-enable */
|
|
1428
|
+
}
|
|
1370
1429
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
1371
1430
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
1372
1431
|
padding-left: 24px;
|
|
@@ -1416,6 +1475,7 @@
|
|
|
1416
1475
|
padding: 4px;
|
|
1417
1476
|
}
|
|
1418
1477
|
|
|
1478
|
+
/* stylelint-disable */
|
|
1419
1479
|
.e-button-drag-clone {
|
|
1420
1480
|
background-color: #4b5563 !important;
|
|
1421
1481
|
border: 1px solid #4b5563;
|
|
@@ -1455,6 +1515,12 @@
|
|
|
1455
1515
|
width: auto !important;
|
|
1456
1516
|
}
|
|
1457
1517
|
|
|
1518
|
+
/* stylelint-enable */
|
|
1519
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
1520
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
1521
|
+
/* stylelint-disable */
|
|
1522
|
+
/* stylelint-enable */
|
|
1523
|
+
}
|
|
1458
1524
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1459
1525
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1460
1526
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -1519,6 +1585,10 @@
|
|
|
1519
1585
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
1520
1586
|
margin-left: 10px;
|
|
1521
1587
|
}
|
|
1588
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1589
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1590
|
+
/* stylelint-disable */
|
|
1591
|
+
}
|
|
1522
1592
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
1523
1593
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1524
1594
|
margin: 0 0 0 6px;
|
|
@@ -1671,6 +1741,7 @@
|
|
|
1671
1741
|
background-color: #4b5563;
|
|
1672
1742
|
}
|
|
1673
1743
|
|
|
1744
|
+
/* stylelint-disable */
|
|
1674
1745
|
*.e-rtl .e-select-table {
|
|
1675
1746
|
padding: 8px 5px;
|
|
1676
1747
|
}
|
|
@@ -1709,6 +1780,8 @@
|
|
|
1709
1780
|
font-size: 14px;
|
|
1710
1781
|
max-width: 700px;
|
|
1711
1782
|
min-width: 300px;
|
|
1783
|
+
/* stylelint-enable */
|
|
1784
|
+
/* stylelint-enable */
|
|
1712
1785
|
}
|
|
1713
1786
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
1714
1787
|
display: -ms-flexbox;
|
|
@@ -1831,6 +1904,8 @@
|
|
|
1831
1904
|
display: -ms-flexbox;
|
|
1832
1905
|
display: flex;
|
|
1833
1906
|
padding-right: 18px;
|
|
1907
|
+
/* stylelint-disable */
|
|
1908
|
+
/* stylelint-enable */
|
|
1834
1909
|
}
|
|
1835
1910
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
1836
1911
|
-ms-flex: auto;
|
|
@@ -1842,7 +1917,9 @@
|
|
|
1842
1917
|
color: #d1d5db;
|
|
1843
1918
|
cursor: pointer;
|
|
1844
1919
|
font-size: 14px;
|
|
1920
|
+
/* stylelint-disable */
|
|
1845
1921
|
height: 20px !important;
|
|
1922
|
+
/* stylelint-enable */
|
|
1846
1923
|
padding: 6px 0 0 4px;
|
|
1847
1924
|
width: 20px;
|
|
1848
1925
|
}
|
|
@@ -1875,9 +1952,13 @@
|
|
|
1875
1952
|
}
|
|
1876
1953
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1877
1954
|
overflow: hidden;
|
|
1955
|
+
/* stylelint-disable */
|
|
1956
|
+
/* stylelint-enable */
|
|
1878
1957
|
}
|
|
1879
1958
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1880
1959
|
margin-left: -30px;
|
|
1960
|
+
/* stylelint-disable */
|
|
1961
|
+
/* stylelint-enable */
|
|
1881
1962
|
}
|
|
1882
1963
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
1883
1964
|
cursor: default;
|
|
@@ -2395,10 +2476,12 @@
|
|
|
2395
2476
|
height: 261px;
|
|
2396
2477
|
}
|
|
2397
2478
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2398
|
-
height: 540px;
|
|
2479
|
+
min-height: 540px;
|
|
2399
2480
|
}
|
|
2400
2481
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2401
2482
|
height: 369px;
|
|
2483
|
+
/* stylelint-disable */
|
|
2484
|
+
/* stylelint-enable */
|
|
2402
2485
|
}
|
|
2403
2486
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2404
2487
|
height: 389px !important;
|
|
@@ -2422,6 +2505,7 @@
|
|
|
2422
2505
|
display: -ms-flexbox;
|
|
2423
2506
|
display: flex;
|
|
2424
2507
|
padding: 10px 18px;
|
|
2508
|
+
/* stylelint-disable */
|
|
2425
2509
|
}
|
|
2426
2510
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2427
2511
|
float: right;
|
|
@@ -2458,6 +2542,8 @@
|
|
|
2458
2542
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2459
2543
|
margin-left: 0;
|
|
2460
2544
|
margin-right: -30px;
|
|
2545
|
+
/* stylelint-disable */
|
|
2546
|
+
/* stylelint-enable */
|
|
2461
2547
|
}
|
|
2462
2548
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
2463
2549
|
font-family: Inter;
|
|
@@ -2488,6 +2574,8 @@
|
|
|
2488
2574
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
2489
2575
|
padding-left: 18px;
|
|
2490
2576
|
padding-right: 0;
|
|
2577
|
+
/* stylelint-disable */
|
|
2578
|
+
/* stylelint-enable */
|
|
2491
2579
|
}
|
|
2492
2580
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
2493
2581
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -2569,8 +2657,10 @@
|
|
|
2569
2657
|
}
|
|
2570
2658
|
.e-pivotfieldlist-container.e-device {
|
|
2571
2659
|
height: 100%;
|
|
2660
|
+
/* stylelint-disable */
|
|
2572
2661
|
max-height: 100% !important;
|
|
2573
2662
|
max-width: 100% !important;
|
|
2663
|
+
/* stylelint-enable */
|
|
2574
2664
|
min-height: 500px;
|
|
2575
2665
|
width: 100%;
|
|
2576
2666
|
}
|
|
@@ -2589,6 +2679,11 @@
|
|
|
2589
2679
|
background-color: transparent;
|
|
2590
2680
|
color: rgba(255, 255, 255, 0.87);
|
|
2591
2681
|
}
|
|
2682
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2683
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2684
|
+
height: 210px;
|
|
2685
|
+
overflow: auto;
|
|
2686
|
+
}
|
|
2592
2687
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2593
2688
|
display: -ms-flexbox;
|
|
2594
2689
|
display: flex;
|
|
@@ -2672,6 +2767,8 @@
|
|
|
2672
2767
|
padding: 9px 16px;
|
|
2673
2768
|
text-transform: none;
|
|
2674
2769
|
width: 100%;
|
|
2770
|
+
/* stylelint-disable */
|
|
2771
|
+
/* stylelint-enable */
|
|
2675
2772
|
}
|
|
2676
2773
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
2677
2774
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -2863,6 +2960,10 @@
|
|
|
2863
2960
|
vertical-align: middle;
|
|
2864
2961
|
width: 70%;
|
|
2865
2962
|
}
|
|
2963
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
2964
|
+
/* stylelint-disable */
|
|
2965
|
+
/* stylelint-enable */
|
|
2966
|
+
}
|
|
2866
2967
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
2867
2968
|
background-color: #1f2937;
|
|
2868
2969
|
border: 1px solid #4b5563;
|
|
@@ -2910,6 +3011,10 @@
|
|
|
2910
3011
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
2911
3012
|
margin-right: 12px;
|
|
2912
3013
|
}
|
|
3014
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
3015
|
+
/* stylelint-disable */
|
|
3016
|
+
/* stylelint-enable */
|
|
3017
|
+
}
|
|
2913
3018
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
2914
3019
|
left: 16px;
|
|
2915
3020
|
right: auto;
|
|
@@ -3059,6 +3164,10 @@
|
|
|
3059
3164
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
3060
3165
|
max-height: 600px;
|
|
3061
3166
|
}
|
|
3167
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
3168
|
+
/* stylelint-disable */
|
|
3169
|
+
/* stylelint-enable */
|
|
3170
|
+
}
|
|
3062
3171
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
3063
3172
|
margin-left: 12px;
|
|
3064
3173
|
margin-right: 0;
|
|
@@ -3079,6 +3188,11 @@
|
|
|
3079
3188
|
margin-left: 20px;
|
|
3080
3189
|
}
|
|
3081
3190
|
|
|
3191
|
+
/* stylelint-disable */
|
|
3192
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
3193
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
3194
|
+
/* stylelint-enable */
|
|
3195
|
+
}
|
|
3082
3196
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
3083
3197
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
3084
3198
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -3230,6 +3344,16 @@
|
|
|
3230
3344
|
margin-top: 4px;
|
|
3231
3345
|
padding: 0 12px;
|
|
3232
3346
|
}
|
|
3347
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3348
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3349
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3350
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
3351
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3352
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3353
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3354
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
3355
|
+
/* stylelint-disable */
|
|
3356
|
+
}
|
|
3233
3357
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
3234
3358
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
3235
3359
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
@@ -3241,6 +3365,7 @@
|
|
|
3241
3365
|
font-size: 14px;
|
|
3242
3366
|
height: 36px !important;
|
|
3243
3367
|
padding: 9px 16px !important;
|
|
3368
|
+
/* stylelint-enable */
|
|
3244
3369
|
}
|
|
3245
3370
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
3246
3371
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
@@ -3365,6 +3490,10 @@
|
|
|
3365
3490
|
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container {
|
|
3366
3491
|
padding-top: 7px;
|
|
3367
3492
|
}
|
|
3493
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
3494
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
3495
|
+
/* stylelint-disable */
|
|
3496
|
+
}
|
|
3368
3497
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
3369
3498
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
3370
3499
|
padding-left: 16px;
|
|
@@ -3377,6 +3506,7 @@
|
|
|
3377
3506
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
3378
3507
|
padding-left: 0;
|
|
3379
3508
|
padding-right: 5px;
|
|
3509
|
+
/* stylelint-enable */
|
|
3380
3510
|
}
|
|
3381
3511
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3382
3512
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -3415,6 +3545,8 @@
|
|
|
3415
3545
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
3416
3546
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
3417
3547
|
padding-left: 16px;
|
|
3548
|
+
/* stylelint-disable */
|
|
3549
|
+
/* stylelint-enable */
|
|
3418
3550
|
}
|
|
3419
3551
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
3420
3552
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -3482,6 +3614,10 @@
|
|
|
3482
3614
|
padding-left: 0;
|
|
3483
3615
|
padding-right: 4px;
|
|
3484
3616
|
}
|
|
3617
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
3618
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
3619
|
+
/* stylelint-disable */
|
|
3620
|
+
}
|
|
3485
3621
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3486
3622
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3487
3623
|
max-height: 750px;
|
|
@@ -3496,8 +3632,8 @@
|
|
|
3496
3632
|
}
|
|
3497
3633
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3498
3634
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3499
|
-
height: 550px !important;
|
|
3500
3635
|
max-height: 600px !important;
|
|
3636
|
+
min-height: 566px !important;
|
|
3501
3637
|
}
|
|
3502
3638
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3503
3639
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -3514,4 +3650,10 @@
|
|
|
3514
3650
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3515
3651
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3516
3652
|
height: 165px !important;
|
|
3517
|
-
}
|
|
3653
|
+
}
|
|
3654
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3655
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3656
|
+
max-height: 179px;
|
|
3657
|
+
}
|
|
3658
|
+
|
|
3659
|
+
/* stylelint-enable */
|