@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
|
@@ -24,6 +24,10 @@
|
|
|
24
24
|
content: "\e614";
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
+
.e-pivot-calc-dialog-div {
|
|
28
|
+
/* stylelint-disable */
|
|
29
|
+
/* stylelint-enable */
|
|
30
|
+
}
|
|
27
31
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
28
32
|
content: "\e330";
|
|
29
33
|
}
|
|
@@ -122,6 +126,11 @@
|
|
|
122
126
|
content: "\e665" !important;
|
|
123
127
|
}
|
|
124
128
|
|
|
129
|
+
.e-pivotfieldlist-wrapper,
|
|
130
|
+
.e-pivotfieldlist-container {
|
|
131
|
+
/* stylelint-disable */
|
|
132
|
+
/* stylelint-enable */
|
|
133
|
+
}
|
|
125
134
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
126
135
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
127
136
|
content: "\e610";
|
|
@@ -317,9 +326,10 @@
|
|
|
317
326
|
}
|
|
318
327
|
|
|
319
328
|
.e-pivot-formatting-dialog {
|
|
329
|
+
/* stylelint-disable */
|
|
320
330
|
max-height: 480px !important;
|
|
321
|
-
min-width: 625px !important;
|
|
322
331
|
width: 625px !important;
|
|
332
|
+
/* stylelint-enable */
|
|
323
333
|
}
|
|
324
334
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
325
335
|
padding-bottom: 4px;
|
|
@@ -333,6 +343,7 @@
|
|
|
333
343
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
334
344
|
padding-bottom: 14px;
|
|
335
345
|
padding-right: 18px;
|
|
346
|
+
white-space: nowrap;
|
|
336
347
|
}
|
|
337
348
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
338
349
|
vertical-align: bottom;
|
|
@@ -393,7 +404,9 @@
|
|
|
393
404
|
border: 1px solid #e6e6e6;
|
|
394
405
|
border-radius: 0;
|
|
395
406
|
height: 28px;
|
|
407
|
+
/* stylelint-disable */
|
|
396
408
|
margin: 0 !important;
|
|
409
|
+
/* stylelint-enable */
|
|
397
410
|
padding-left: 6px;
|
|
398
411
|
padding-top: 6px;
|
|
399
412
|
width: 80px;
|
|
@@ -414,7 +427,9 @@
|
|
|
414
427
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
415
428
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
416
429
|
border: 1px solid #e6e6e6;
|
|
430
|
+
/* stylelint-disable */
|
|
417
431
|
border-radius: 0 !important;
|
|
432
|
+
/* stylelint-enable */
|
|
418
433
|
height: 40%;
|
|
419
434
|
left: -3px;
|
|
420
435
|
position: absolute;
|
|
@@ -422,8 +437,13 @@
|
|
|
422
437
|
width: 150%;
|
|
423
438
|
}
|
|
424
439
|
.e-pivot-formatting-dialog.e-device {
|
|
440
|
+
/* stylelint-disable */
|
|
425
441
|
min-width: 320px !important;
|
|
426
442
|
width: 100% !important;
|
|
443
|
+
/* stylelint-enable */
|
|
444
|
+
}
|
|
445
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
446
|
+
width: 100% !important;
|
|
427
447
|
}
|
|
428
448
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
429
449
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -469,8 +489,11 @@
|
|
|
469
489
|
|
|
470
490
|
.e-bigger.e-pivot-formatting-dialog,
|
|
471
491
|
.e-bigger .e-pivot-formatting-dialog {
|
|
472
|
-
|
|
492
|
+
/* stylelint-disable */
|
|
473
493
|
width: 670px !important;
|
|
494
|
+
/* stylelint-enable */
|
|
495
|
+
/* stylelint-disable */
|
|
496
|
+
/* stylelint-enable */
|
|
474
497
|
}
|
|
475
498
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
476
499
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -509,8 +532,10 @@
|
|
|
509
532
|
}
|
|
510
533
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
511
534
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
535
|
+
/* stylelint-disable */
|
|
512
536
|
min-width: 320px !important;
|
|
513
537
|
width: 100% !important;
|
|
538
|
+
/* stylelint-enable */
|
|
514
539
|
}
|
|
515
540
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
516
541
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -529,8 +554,14 @@
|
|
|
529
554
|
}
|
|
530
555
|
|
|
531
556
|
.e-pivot-calc-dialog-div {
|
|
557
|
+
/* stylelint-disable */
|
|
532
558
|
max-height: 550px !important;
|
|
559
|
+
/* stylelint-enable */
|
|
533
560
|
min-width: 290px;
|
|
561
|
+
/* stylelint-disable */
|
|
562
|
+
/* stylelint-enable */
|
|
563
|
+
/* stylelint-disable */
|
|
564
|
+
/* stylelint-enable */
|
|
534
565
|
}
|
|
535
566
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
536
567
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -575,9 +606,11 @@
|
|
|
575
606
|
}
|
|
576
607
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
577
608
|
color: #333;
|
|
609
|
+
/* stylelint-disable */
|
|
578
610
|
float: right !important;
|
|
579
611
|
margin: 0;
|
|
580
612
|
margin-right: 12px !important;
|
|
613
|
+
/* stylelint-enable */
|
|
581
614
|
}
|
|
582
615
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
583
616
|
cursor: default;
|
|
@@ -861,8 +894,11 @@
|
|
|
861
894
|
|
|
862
895
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
863
896
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
864
|
-
|
|
897
|
+
/* stylelint-disable */
|
|
898
|
+
max-height: 600px !important;
|
|
865
899
|
min-width: 401px !important;
|
|
900
|
+
/* stylelint-enable */
|
|
901
|
+
/* stylelint-disable */
|
|
866
902
|
}
|
|
867
903
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
868
904
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -904,7 +940,7 @@
|
|
|
904
940
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
905
941
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
906
942
|
max-height: 750px !important;
|
|
907
|
-
min-width: 580px;
|
|
943
|
+
min-width: 580px !important;
|
|
908
944
|
}
|
|
909
945
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
910
946
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -942,6 +978,9 @@
|
|
|
942
978
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
943
979
|
max-width: 400px !important;
|
|
944
980
|
min-width: 320px !important;
|
|
981
|
+
/* stylelint-enable */
|
|
982
|
+
/* stylelint-disable */
|
|
983
|
+
/* stylelint-enable */
|
|
945
984
|
}
|
|
946
985
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
947
986
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -979,8 +1018,10 @@
|
|
|
979
1018
|
}
|
|
980
1019
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
981
1020
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1021
|
+
/* stylelint-disable */
|
|
982
1022
|
margin-left: -35px;
|
|
983
1023
|
overflow: auto !important;
|
|
1024
|
+
/* stylelint-enable */
|
|
984
1025
|
}
|
|
985
1026
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
986
1027
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -999,6 +1040,10 @@
|
|
|
999
1040
|
margin-left: 0;
|
|
1000
1041
|
margin-right: -35px;
|
|
1001
1042
|
}
|
|
1043
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
1044
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1045
|
+
/* stylelint-disable */
|
|
1046
|
+
}
|
|
1002
1047
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
1003
1048
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
1004
1049
|
margin-left: 0;
|
|
@@ -1060,6 +1105,7 @@
|
|
|
1060
1105
|
}
|
|
1061
1106
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1062
1107
|
border: 0;
|
|
1108
|
+
/* stylelint-enable */
|
|
1063
1109
|
}
|
|
1064
1110
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1065
1111
|
margin: 0 0 0 6px;
|
|
@@ -1087,6 +1133,8 @@
|
|
|
1087
1133
|
overflow: auto;
|
|
1088
1134
|
padding: 20px;
|
|
1089
1135
|
padding-bottom: 0;
|
|
1136
|
+
/* stylelint-disable */
|
|
1137
|
+
/* stylelint-enable */
|
|
1090
1138
|
}
|
|
1091
1139
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
1092
1140
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -1125,6 +1173,9 @@
|
|
|
1125
1173
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
1126
1174
|
float: right;
|
|
1127
1175
|
}
|
|
1176
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1177
|
+
/* stylelint-disable */
|
|
1178
|
+
}
|
|
1128
1179
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
1129
1180
|
margin-left: 0;
|
|
1130
1181
|
}
|
|
@@ -1262,6 +1313,7 @@
|
|
|
1262
1313
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
1263
1314
|
overflow: hidden;
|
|
1264
1315
|
padding: 0 !important;
|
|
1316
|
+
/* stylelint-enable */
|
|
1265
1317
|
}
|
|
1266
1318
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
1267
1319
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1328,6 +1380,11 @@
|
|
|
1328
1380
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
1329
1381
|
padding-right: 0;
|
|
1330
1382
|
}
|
|
1383
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
1384
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
1385
|
+
/* stylelint-disable */
|
|
1386
|
+
/* stylelint-enable */
|
|
1387
|
+
}
|
|
1331
1388
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
1332
1389
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
1333
1390
|
padding-left: 24px;
|
|
@@ -1377,6 +1434,7 @@
|
|
|
1377
1434
|
padding: 4px;
|
|
1378
1435
|
}
|
|
1379
1436
|
|
|
1437
|
+
/* stylelint-disable */
|
|
1380
1438
|
.e-button-drag-clone {
|
|
1381
1439
|
background-color: #fff !important;
|
|
1382
1440
|
border: 1px solid #e6e6e6;
|
|
@@ -1410,6 +1468,12 @@
|
|
|
1410
1468
|
width: auto !important;
|
|
1411
1469
|
}
|
|
1412
1470
|
|
|
1471
|
+
/* stylelint-enable */
|
|
1472
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
1473
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
1474
|
+
/* stylelint-disable */
|
|
1475
|
+
/* stylelint-enable */
|
|
1476
|
+
}
|
|
1413
1477
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1414
1478
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1415
1479
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -1474,6 +1538,10 @@
|
|
|
1474
1538
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
1475
1539
|
margin-left: 10px;
|
|
1476
1540
|
}
|
|
1541
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1542
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1543
|
+
/* stylelint-disable */
|
|
1544
|
+
}
|
|
1477
1545
|
.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,
|
|
1478
1546
|
.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 {
|
|
1479
1547
|
margin: 0 0 0 6px;
|
|
@@ -1622,6 +1690,7 @@
|
|
|
1622
1690
|
background-color: #999;
|
|
1623
1691
|
}
|
|
1624
1692
|
|
|
1693
|
+
/* stylelint-disable */
|
|
1625
1694
|
*.e-rtl .e-select-table {
|
|
1626
1695
|
padding: 8px 5px;
|
|
1627
1696
|
}
|
|
@@ -1660,6 +1729,8 @@
|
|
|
1660
1729
|
font-size: 12px;
|
|
1661
1730
|
max-width: 700px;
|
|
1662
1731
|
min-width: 300px;
|
|
1732
|
+
/* stylelint-enable */
|
|
1733
|
+
/* stylelint-enable */
|
|
1663
1734
|
}
|
|
1664
1735
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
1665
1736
|
display: -ms-flexbox;
|
|
@@ -1779,6 +1850,8 @@
|
|
|
1779
1850
|
display: -ms-flexbox;
|
|
1780
1851
|
display: flex;
|
|
1781
1852
|
padding-right: 15px;
|
|
1853
|
+
/* stylelint-disable */
|
|
1854
|
+
/* stylelint-enable */
|
|
1782
1855
|
}
|
|
1783
1856
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
1784
1857
|
-ms-flex: auto;
|
|
@@ -1790,7 +1863,9 @@
|
|
|
1790
1863
|
color: #555;
|
|
1791
1864
|
cursor: pointer;
|
|
1792
1865
|
font-size: 14px;
|
|
1866
|
+
/* stylelint-disable */
|
|
1793
1867
|
height: 20px !important;
|
|
1868
|
+
/* stylelint-enable */
|
|
1794
1869
|
padding: 7px 0 0 4px;
|
|
1795
1870
|
width: 20px;
|
|
1796
1871
|
}
|
|
@@ -1823,9 +1898,13 @@
|
|
|
1823
1898
|
}
|
|
1824
1899
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1825
1900
|
overflow: hidden;
|
|
1901
|
+
/* stylelint-disable */
|
|
1902
|
+
/* stylelint-enable */
|
|
1826
1903
|
}
|
|
1827
1904
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1828
1905
|
margin-left: -40px;
|
|
1906
|
+
/* stylelint-disable */
|
|
1907
|
+
/* stylelint-enable */
|
|
1829
1908
|
}
|
|
1830
1909
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
1831
1910
|
cursor: default;
|
|
@@ -2329,10 +2408,12 @@
|
|
|
2329
2408
|
height: 261px;
|
|
2330
2409
|
}
|
|
2331
2410
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2332
|
-
height: 540px;
|
|
2411
|
+
min-height: 540px;
|
|
2333
2412
|
}
|
|
2334
2413
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2335
2414
|
height: 369px;
|
|
2415
|
+
/* stylelint-disable */
|
|
2416
|
+
/* stylelint-enable */
|
|
2336
2417
|
}
|
|
2337
2418
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2338
2419
|
height: 392px !important;
|
|
@@ -2356,6 +2437,7 @@
|
|
|
2356
2437
|
display: -ms-flexbox;
|
|
2357
2438
|
display: flex;
|
|
2358
2439
|
padding: 10px 20px;
|
|
2440
|
+
/* stylelint-disable */
|
|
2359
2441
|
}
|
|
2360
2442
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2361
2443
|
float: right;
|
|
@@ -2392,6 +2474,8 @@
|
|
|
2392
2474
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2393
2475
|
margin-left: 0;
|
|
2394
2476
|
margin-right: -40px;
|
|
2477
|
+
/* stylelint-disable */
|
|
2478
|
+
/* stylelint-enable */
|
|
2395
2479
|
}
|
|
2396
2480
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
2397
2481
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -2422,6 +2506,8 @@
|
|
|
2422
2506
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
2423
2507
|
padding-left: 15px;
|
|
2424
2508
|
padding-right: 0;
|
|
2509
|
+
/* stylelint-disable */
|
|
2510
|
+
/* stylelint-enable */
|
|
2425
2511
|
}
|
|
2426
2512
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
2427
2513
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -2503,8 +2589,10 @@
|
|
|
2503
2589
|
}
|
|
2504
2590
|
.e-pivotfieldlist-container.e-device {
|
|
2505
2591
|
height: 100%;
|
|
2592
|
+
/* stylelint-disable */
|
|
2506
2593
|
max-height: 100% !important;
|
|
2507
2594
|
max-width: 100% !important;
|
|
2595
|
+
/* stylelint-enable */
|
|
2508
2596
|
min-height: 500px;
|
|
2509
2597
|
width: 100%;
|
|
2510
2598
|
}
|
|
@@ -2521,6 +2609,11 @@
|
|
|
2521
2609
|
background-color: transparent;
|
|
2522
2610
|
color: #333;
|
|
2523
2611
|
}
|
|
2612
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2613
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2614
|
+
height: 210px;
|
|
2615
|
+
overflow: auto;
|
|
2616
|
+
}
|
|
2524
2617
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2525
2618
|
display: -ms-flexbox;
|
|
2526
2619
|
display: flex;
|
|
@@ -2604,6 +2697,8 @@
|
|
|
2604
2697
|
padding: 9px 16px;
|
|
2605
2698
|
text-transform: none;
|
|
2606
2699
|
width: 100%;
|
|
2700
|
+
/* stylelint-disable */
|
|
2701
|
+
/* stylelint-enable */
|
|
2607
2702
|
}
|
|
2608
2703
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
2609
2704
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -2793,6 +2888,10 @@
|
|
|
2793
2888
|
vertical-align: middle;
|
|
2794
2889
|
width: 70%;
|
|
2795
2890
|
}
|
|
2891
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
2892
|
+
/* stylelint-disable */
|
|
2893
|
+
/* stylelint-enable */
|
|
2894
|
+
}
|
|
2796
2895
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
2797
2896
|
background-color: #fff;
|
|
2798
2897
|
border: 1px solid #e6e6e6;
|
|
@@ -2840,6 +2939,10 @@
|
|
|
2840
2939
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
2841
2940
|
margin-right: 12px;
|
|
2842
2941
|
}
|
|
2942
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
2943
|
+
/* stylelint-disable */
|
|
2944
|
+
/* stylelint-enable */
|
|
2945
|
+
}
|
|
2843
2946
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
2844
2947
|
left: 16px;
|
|
2845
2948
|
right: auto;
|
|
@@ -2989,6 +3092,10 @@
|
|
|
2989
3092
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
2990
3093
|
max-height: 600px;
|
|
2991
3094
|
}
|
|
3095
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
3096
|
+
/* stylelint-disable */
|
|
3097
|
+
/* stylelint-enable */
|
|
3098
|
+
}
|
|
2992
3099
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
2993
3100
|
margin-left: 12px;
|
|
2994
3101
|
margin-right: 0;
|
|
@@ -3009,6 +3116,11 @@
|
|
|
3009
3116
|
margin-left: 20px;
|
|
3010
3117
|
}
|
|
3011
3118
|
|
|
3119
|
+
/* stylelint-disable */
|
|
3120
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
3121
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
3122
|
+
/* stylelint-enable */
|
|
3123
|
+
}
|
|
3012
3124
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
3013
3125
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
3014
3126
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -3160,6 +3272,16 @@
|
|
|
3160
3272
|
margin-top: 4px;
|
|
3161
3273
|
padding: 0 12px;
|
|
3162
3274
|
}
|
|
3275
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3276
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3277
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3278
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
3279
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3280
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3281
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3282
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
3283
|
+
/* stylelint-disable */
|
|
3284
|
+
}
|
|
3163
3285
|
.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,
|
|
3164
3286
|
.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,
|
|
3165
3287
|
.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,
|
|
@@ -3171,6 +3293,7 @@
|
|
|
3171
3293
|
font-size: 14px;
|
|
3172
3294
|
height: 36px !important;
|
|
3173
3295
|
padding: 9px 16px !important;
|
|
3296
|
+
/* stylelint-enable */
|
|
3174
3297
|
}
|
|
3175
3298
|
.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,
|
|
3176
3299
|
.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,
|
|
@@ -3295,6 +3418,10 @@
|
|
|
3295
3418
|
.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 {
|
|
3296
3419
|
padding-top: 7px;
|
|
3297
3420
|
}
|
|
3421
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
3422
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
3423
|
+
/* stylelint-disable */
|
|
3424
|
+
}
|
|
3298
3425
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
3299
3426
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
3300
3427
|
padding-left: 16px;
|
|
@@ -3307,6 +3434,7 @@
|
|
|
3307
3434
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
3308
3435
|
padding-left: 0;
|
|
3309
3436
|
padding-right: 5px;
|
|
3437
|
+
/* stylelint-enable */
|
|
3310
3438
|
}
|
|
3311
3439
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3312
3440
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -3345,6 +3473,8 @@
|
|
|
3345
3473
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
3346
3474
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
3347
3475
|
padding-left: 20px;
|
|
3476
|
+
/* stylelint-disable */
|
|
3477
|
+
/* stylelint-enable */
|
|
3348
3478
|
}
|
|
3349
3479
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
3350
3480
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -3412,6 +3542,10 @@
|
|
|
3412
3542
|
padding-left: 0;
|
|
3413
3543
|
padding-right: 4px;
|
|
3414
3544
|
}
|
|
3545
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
3546
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
3547
|
+
/* stylelint-disable */
|
|
3548
|
+
}
|
|
3415
3549
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3416
3550
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3417
3551
|
max-height: 750px;
|
|
@@ -3426,8 +3560,8 @@
|
|
|
3426
3560
|
}
|
|
3427
3561
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3428
3562
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3429
|
-
height: 565px !important;
|
|
3430
3563
|
max-height: 600px !important;
|
|
3564
|
+
min-height: 582px !important;
|
|
3431
3565
|
}
|
|
3432
3566
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3433
3567
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -3444,4 +3578,10 @@
|
|
|
3444
3578
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3445
3579
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3446
3580
|
height: 165px !important;
|
|
3447
|
-
}
|
|
3581
|
+
}
|
|
3582
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3583
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3584
|
+
max-height: 176px;
|
|
3585
|
+
}
|
|
3586
|
+
|
|
3587
|
+
/* stylelint-enable */
|