@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
|
@@ -26,6 +26,10 @@
|
|
|
26
26
|
content: "\e614";
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
+
.e-pivot-calc-dialog-div {
|
|
30
|
+
/* stylelint-disable */
|
|
31
|
+
/* stylelint-enable */
|
|
32
|
+
}
|
|
29
33
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
30
34
|
content: "\e330";
|
|
31
35
|
}
|
|
@@ -124,6 +128,11 @@
|
|
|
124
128
|
content: "\e665" !important;
|
|
125
129
|
}
|
|
126
130
|
|
|
131
|
+
.e-pivotfieldlist-wrapper,
|
|
132
|
+
.e-pivotfieldlist-container {
|
|
133
|
+
/* stylelint-disable */
|
|
134
|
+
/* stylelint-enable */
|
|
135
|
+
}
|
|
127
136
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
128
137
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
129
138
|
content: "\e610";
|
|
@@ -319,9 +328,10 @@
|
|
|
319
328
|
}
|
|
320
329
|
|
|
321
330
|
.e-pivot-formatting-dialog {
|
|
331
|
+
/* stylelint-disable */
|
|
322
332
|
max-height: 480px !important;
|
|
323
|
-
min-width: 625px !important;
|
|
324
333
|
width: 625px !important;
|
|
334
|
+
/* stylelint-enable */
|
|
325
335
|
}
|
|
326
336
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
327
337
|
padding-bottom: 4px;
|
|
@@ -335,6 +345,7 @@
|
|
|
335
345
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
336
346
|
padding-bottom: 14px;
|
|
337
347
|
padding-right: 18px;
|
|
348
|
+
white-space: nowrap;
|
|
338
349
|
}
|
|
339
350
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
340
351
|
vertical-align: bottom;
|
|
@@ -395,7 +406,9 @@
|
|
|
395
406
|
border: 1px solid #959595;
|
|
396
407
|
border-radius: 5px;
|
|
397
408
|
height: 28px;
|
|
409
|
+
/* stylelint-disable */
|
|
398
410
|
margin: 0 !important;
|
|
411
|
+
/* stylelint-enable */
|
|
399
412
|
padding-left: 6px;
|
|
400
413
|
padding-top: 6px;
|
|
401
414
|
width: 80px;
|
|
@@ -416,7 +429,9 @@
|
|
|
416
429
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
417
430
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
418
431
|
border: 1px solid #959595;
|
|
432
|
+
/* stylelint-disable */
|
|
419
433
|
border-radius: 0 !important;
|
|
434
|
+
/* stylelint-enable */
|
|
420
435
|
height: 40%;
|
|
421
436
|
left: -3px;
|
|
422
437
|
position: absolute;
|
|
@@ -424,8 +439,13 @@
|
|
|
424
439
|
width: 150%;
|
|
425
440
|
}
|
|
426
441
|
.e-pivot-formatting-dialog.e-device {
|
|
442
|
+
/* stylelint-disable */
|
|
427
443
|
min-width: 320px !important;
|
|
428
444
|
width: 100% !important;
|
|
445
|
+
/* stylelint-enable */
|
|
446
|
+
}
|
|
447
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
448
|
+
width: 100% !important;
|
|
429
449
|
}
|
|
430
450
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
431
451
|
.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
|
-
|
|
494
|
+
/* stylelint-disable */
|
|
475
495
|
width: 670px !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 {
|
|
@@ -531,8 +556,14 @@
|
|
|
531
556
|
}
|
|
532
557
|
|
|
533
558
|
.e-pivot-calc-dialog-div {
|
|
559
|
+
/* stylelint-disable */
|
|
534
560
|
max-height: 550px !important;
|
|
561
|
+
/* stylelint-enable */
|
|
535
562
|
min-width: 290px;
|
|
563
|
+
/* stylelint-disable */
|
|
564
|
+
/* stylelint-enable */
|
|
565
|
+
/* stylelint-disable */
|
|
566
|
+
/* stylelint-enable */
|
|
536
567
|
}
|
|
537
568
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
538
569
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -577,9 +608,11 @@
|
|
|
577
608
|
}
|
|
578
609
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
579
610
|
color: #f0f0f0;
|
|
611
|
+
/* stylelint-disable */
|
|
580
612
|
float: right !important;
|
|
581
613
|
margin: 0;
|
|
582
614
|
margin-right: 12px !important;
|
|
615
|
+
/* stylelint-enable */
|
|
583
616
|
}
|
|
584
617
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
585
618
|
cursor: default;
|
|
@@ -863,8 +896,11 @@
|
|
|
863
896
|
|
|
864
897
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
865
898
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
866
|
-
|
|
899
|
+
/* stylelint-disable */
|
|
900
|
+
max-height: 600px !important;
|
|
867
901
|
min-width: 401px !important;
|
|
902
|
+
/* stylelint-enable */
|
|
903
|
+
/* stylelint-disable */
|
|
868
904
|
}
|
|
869
905
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
870
906
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -906,7 +942,7 @@
|
|
|
906
942
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
907
943
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
908
944
|
max-height: 750px !important;
|
|
909
|
-
min-width: 580px;
|
|
945
|
+
min-width: 580px !important;
|
|
910
946
|
}
|
|
911
947
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
912
948
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -944,6 +980,9 @@
|
|
|
944
980
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
945
981
|
max-width: 400px !important;
|
|
946
982
|
min-width: 320px !important;
|
|
983
|
+
/* stylelint-enable */
|
|
984
|
+
/* stylelint-disable */
|
|
985
|
+
/* stylelint-enable */
|
|
947
986
|
}
|
|
948
987
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
949
988
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -981,8 +1020,10 @@
|
|
|
981
1020
|
}
|
|
982
1021
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
983
1022
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1023
|
+
/* stylelint-disable */
|
|
984
1024
|
margin-left: -35px;
|
|
985
1025
|
overflow: auto !important;
|
|
1026
|
+
/* stylelint-enable */
|
|
986
1027
|
}
|
|
987
1028
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
988
1029
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1001,6 +1042,10 @@
|
|
|
1001
1042
|
margin-left: 0;
|
|
1002
1043
|
margin-right: -35px;
|
|
1003
1044
|
}
|
|
1045
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
1046
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1047
|
+
/* stylelint-disable */
|
|
1048
|
+
}
|
|
1004
1049
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
1005
1050
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
1006
1051
|
margin-left: 0;
|
|
@@ -1062,6 +1107,7 @@
|
|
|
1062
1107
|
}
|
|
1063
1108
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1064
1109
|
border: 0;
|
|
1110
|
+
/* stylelint-enable */
|
|
1065
1111
|
}
|
|
1066
1112
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1067
1113
|
margin: 0 0 0 6px;
|
|
@@ -1089,6 +1135,8 @@
|
|
|
1089
1135
|
overflow: auto;
|
|
1090
1136
|
padding: 20px;
|
|
1091
1137
|
padding-bottom: 0;
|
|
1138
|
+
/* stylelint-disable */
|
|
1139
|
+
/* stylelint-enable */
|
|
1092
1140
|
}
|
|
1093
1141
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
1094
1142
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -1127,6 +1175,9 @@
|
|
|
1127
1175
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
1128
1176
|
float: right;
|
|
1129
1177
|
}
|
|
1178
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1179
|
+
/* stylelint-disable */
|
|
1180
|
+
}
|
|
1130
1181
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
1131
1182
|
margin-left: 0;
|
|
1132
1183
|
}
|
|
@@ -1264,6 +1315,7 @@
|
|
|
1264
1315
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
1265
1316
|
overflow: hidden;
|
|
1266
1317
|
padding: 0 !important;
|
|
1318
|
+
/* stylelint-enable */
|
|
1267
1319
|
}
|
|
1268
1320
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
1269
1321
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1330,6 +1382,11 @@
|
|
|
1330
1382
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
1331
1383
|
padding-right: 0;
|
|
1332
1384
|
}
|
|
1385
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
1386
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
1387
|
+
/* stylelint-disable */
|
|
1388
|
+
/* stylelint-enable */
|
|
1389
|
+
}
|
|
1333
1390
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
1334
1391
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
1335
1392
|
padding-left: 24px;
|
|
@@ -1379,6 +1436,7 @@
|
|
|
1379
1436
|
padding: 4px;
|
|
1380
1437
|
}
|
|
1381
1438
|
|
|
1439
|
+
/* stylelint-disable */
|
|
1382
1440
|
.e-button-drag-clone {
|
|
1383
1441
|
background-color: #2a2a2a !important;
|
|
1384
1442
|
border: 1px solid #585858;
|
|
@@ -1412,6 +1470,12 @@
|
|
|
1412
1470
|
width: auto !important;
|
|
1413
1471
|
}
|
|
1414
1472
|
|
|
1473
|
+
/* stylelint-enable */
|
|
1474
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
1475
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
1476
|
+
/* stylelint-disable */
|
|
1477
|
+
/* stylelint-enable */
|
|
1478
|
+
}
|
|
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,
|
|
1416
1480
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1417
1481
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -1476,6 +1540,10 @@
|
|
|
1476
1540
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
1477
1541
|
margin-left: 10px;
|
|
1478
1542
|
}
|
|
1543
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1544
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1545
|
+
/* stylelint-disable */
|
|
1546
|
+
}
|
|
1479
1547
|
.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,
|
|
1480
1548
|
.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 {
|
|
1481
1549
|
margin: 0 0 0 6px;
|
|
@@ -1624,6 +1692,7 @@
|
|
|
1624
1692
|
background-color: #585858;
|
|
1625
1693
|
}
|
|
1626
1694
|
|
|
1695
|
+
/* stylelint-disable */
|
|
1627
1696
|
*.e-rtl .e-select-table {
|
|
1628
1697
|
padding: 8px 5px;
|
|
1629
1698
|
}
|
|
@@ -1662,6 +1731,8 @@
|
|
|
1662
1731
|
font-size: 12px;
|
|
1663
1732
|
max-width: 700px;
|
|
1664
1733
|
min-width: 300px;
|
|
1734
|
+
/* stylelint-enable */
|
|
1735
|
+
/* stylelint-enable */
|
|
1665
1736
|
}
|
|
1666
1737
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
1667
1738
|
display: -ms-flexbox;
|
|
@@ -1781,6 +1852,8 @@
|
|
|
1781
1852
|
display: -ms-flexbox;
|
|
1782
1853
|
display: flex;
|
|
1783
1854
|
padding-right: 15px;
|
|
1855
|
+
/* stylelint-disable */
|
|
1856
|
+
/* stylelint-enable */
|
|
1784
1857
|
}
|
|
1785
1858
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
1786
1859
|
-ms-flex: auto;
|
|
@@ -1792,7 +1865,9 @@
|
|
|
1792
1865
|
color: #f0f0f0;
|
|
1793
1866
|
cursor: pointer;
|
|
1794
1867
|
font-size: 14px;
|
|
1868
|
+
/* stylelint-disable */
|
|
1795
1869
|
height: 20px !important;
|
|
1870
|
+
/* stylelint-enable */
|
|
1796
1871
|
padding: 7px 0 0 4px;
|
|
1797
1872
|
width: 20px;
|
|
1798
1873
|
}
|
|
@@ -1825,9 +1900,13 @@
|
|
|
1825
1900
|
}
|
|
1826
1901
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1827
1902
|
overflow: hidden;
|
|
1903
|
+
/* stylelint-disable */
|
|
1904
|
+
/* stylelint-enable */
|
|
1828
1905
|
}
|
|
1829
1906
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1830
1907
|
margin-left: -40px;
|
|
1908
|
+
/* stylelint-disable */
|
|
1909
|
+
/* stylelint-enable */
|
|
1831
1910
|
}
|
|
1832
1911
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
1833
1912
|
cursor: default;
|
|
@@ -2331,10 +2410,12 @@
|
|
|
2331
2410
|
height: 261px;
|
|
2332
2411
|
}
|
|
2333
2412
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2334
|
-
height: 540px;
|
|
2413
|
+
min-height: 540px;
|
|
2335
2414
|
}
|
|
2336
2415
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2337
2416
|
height: 369px;
|
|
2417
|
+
/* stylelint-disable */
|
|
2418
|
+
/* stylelint-enable */
|
|
2338
2419
|
}
|
|
2339
2420
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2340
2421
|
height: 392px !important;
|
|
@@ -2358,6 +2439,7 @@
|
|
|
2358
2439
|
display: -ms-flexbox;
|
|
2359
2440
|
display: flex;
|
|
2360
2441
|
padding: 10px 20px;
|
|
2442
|
+
/* stylelint-disable */
|
|
2361
2443
|
}
|
|
2362
2444
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2363
2445
|
float: right;
|
|
@@ -2394,6 +2476,8 @@
|
|
|
2394
2476
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2395
2477
|
margin-left: 0;
|
|
2396
2478
|
margin-right: -40px;
|
|
2479
|
+
/* stylelint-disable */
|
|
2480
|
+
/* stylelint-enable */
|
|
2397
2481
|
}
|
|
2398
2482
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
2399
2483
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -2424,6 +2508,8 @@
|
|
|
2424
2508
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
2425
2509
|
padding-left: 15px;
|
|
2426
2510
|
padding-right: 0;
|
|
2511
|
+
/* stylelint-disable */
|
|
2512
|
+
/* stylelint-enable */
|
|
2427
2513
|
}
|
|
2428
2514
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
2429
2515
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -2505,8 +2591,10 @@
|
|
|
2505
2591
|
}
|
|
2506
2592
|
.e-pivotfieldlist-container.e-device {
|
|
2507
2593
|
height: 100%;
|
|
2594
|
+
/* stylelint-disable */
|
|
2508
2595
|
max-height: 100% !important;
|
|
2509
2596
|
max-width: 100% !important;
|
|
2597
|
+
/* stylelint-enable */
|
|
2510
2598
|
min-height: 500px;
|
|
2511
2599
|
width: 100%;
|
|
2512
2600
|
}
|
|
@@ -2523,6 +2611,11 @@
|
|
|
2523
2611
|
background-color: transparent;
|
|
2524
2612
|
color: #fff;
|
|
2525
2613
|
}
|
|
2614
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2615
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2616
|
+
height: 210px;
|
|
2617
|
+
overflow: auto;
|
|
2618
|
+
}
|
|
2526
2619
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2527
2620
|
display: -ms-flexbox;
|
|
2528
2621
|
display: flex;
|
|
@@ -2606,6 +2699,8 @@
|
|
|
2606
2699
|
padding: 9px 16px;
|
|
2607
2700
|
text-transform: none;
|
|
2608
2701
|
width: 100%;
|
|
2702
|
+
/* stylelint-disable */
|
|
2703
|
+
/* stylelint-enable */
|
|
2609
2704
|
}
|
|
2610
2705
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
2611
2706
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -2795,6 +2890,10 @@
|
|
|
2795
2890
|
vertical-align: middle;
|
|
2796
2891
|
width: 70%;
|
|
2797
2892
|
}
|
|
2893
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
2894
|
+
/* stylelint-disable */
|
|
2895
|
+
/* stylelint-enable */
|
|
2896
|
+
}
|
|
2798
2897
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
2799
2898
|
background-color: #1a1a1a;
|
|
2800
2899
|
border: 1px solid #6e6e6e;
|
|
@@ -2842,6 +2941,10 @@
|
|
|
2842
2941
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
2843
2942
|
margin-right: 12px;
|
|
2844
2943
|
}
|
|
2944
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
2945
|
+
/* stylelint-disable */
|
|
2946
|
+
/* stylelint-enable */
|
|
2947
|
+
}
|
|
2845
2948
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
2846
2949
|
left: 16px;
|
|
2847
2950
|
right: auto;
|
|
@@ -2991,6 +3094,10 @@
|
|
|
2991
3094
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
2992
3095
|
max-height: 600px;
|
|
2993
3096
|
}
|
|
3097
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
3098
|
+
/* stylelint-disable */
|
|
3099
|
+
/* stylelint-enable */
|
|
3100
|
+
}
|
|
2994
3101
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
2995
3102
|
margin-left: 12px;
|
|
2996
3103
|
margin-right: 0;
|
|
@@ -3011,6 +3118,11 @@
|
|
|
3011
3118
|
margin-left: 20px;
|
|
3012
3119
|
}
|
|
3013
3120
|
|
|
3121
|
+
/* stylelint-disable */
|
|
3122
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
3123
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
3124
|
+
/* stylelint-enable */
|
|
3125
|
+
}
|
|
3014
3126
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
3015
3127
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
3016
3128
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -3162,6 +3274,16 @@
|
|
|
3162
3274
|
margin-top: 4px;
|
|
3163
3275
|
padding: 0 12px;
|
|
3164
3276
|
}
|
|
3277
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3278
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3279
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3280
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
3281
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3282
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3283
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3284
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
3285
|
+
/* stylelint-disable */
|
|
3286
|
+
}
|
|
3165
3287
|
.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,
|
|
3166
3288
|
.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,
|
|
3167
3289
|
.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,
|
|
@@ -3173,6 +3295,7 @@
|
|
|
3173
3295
|
font-size: 14px;
|
|
3174
3296
|
height: 36px !important;
|
|
3175
3297
|
padding: 9px 16px !important;
|
|
3298
|
+
/* stylelint-enable */
|
|
3176
3299
|
}
|
|
3177
3300
|
.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,
|
|
3178
3301
|
.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,
|
|
@@ -3297,6 +3420,10 @@
|
|
|
3297
3420
|
.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 {
|
|
3298
3421
|
padding-top: 7px;
|
|
3299
3422
|
}
|
|
3423
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
3424
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
3425
|
+
/* stylelint-disable */
|
|
3426
|
+
}
|
|
3300
3427
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
3301
3428
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
3302
3429
|
padding-left: 16px;
|
|
@@ -3309,6 +3436,7 @@
|
|
|
3309
3436
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
3310
3437
|
padding-left: 0;
|
|
3311
3438
|
padding-right: 5px;
|
|
3439
|
+
/* stylelint-enable */
|
|
3312
3440
|
}
|
|
3313
3441
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3314
3442
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -3347,6 +3475,8 @@
|
|
|
3347
3475
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
3348
3476
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
3349
3477
|
padding-left: 20px;
|
|
3478
|
+
/* stylelint-disable */
|
|
3479
|
+
/* stylelint-enable */
|
|
3350
3480
|
}
|
|
3351
3481
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
3352
3482
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -3414,6 +3544,10 @@
|
|
|
3414
3544
|
padding-left: 0;
|
|
3415
3545
|
padding-right: 4px;
|
|
3416
3546
|
}
|
|
3547
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
3548
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
3549
|
+
/* stylelint-disable */
|
|
3550
|
+
}
|
|
3417
3551
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3418
3552
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3419
3553
|
max-height: 750px;
|
|
@@ -3428,8 +3562,8 @@
|
|
|
3428
3562
|
}
|
|
3429
3563
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3430
3564
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3431
|
-
height: 565px !important;
|
|
3432
3565
|
max-height: 600px !important;
|
|
3566
|
+
min-height: 580px !important;
|
|
3433
3567
|
}
|
|
3434
3568
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3435
3569
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -3446,4 +3580,10 @@
|
|
|
3446
3580
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3447
3581
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3448
3582
|
height: 165px !important;
|
|
3449
|
-
}
|
|
3583
|
+
}
|
|
3584
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3585
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3586
|
+
max-height: 190px;
|
|
3587
|
+
}
|
|
3588
|
+
|
|
3589
|
+
/* stylelint-enable */
|