@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: "\e718";
|
|
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: "\e7d6";
|
|
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: "\e7c1";
|
|
@@ -317,16 +326,19 @@
|
|
|
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;
|
|
326
336
|
}
|
|
327
337
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
328
338
|
font-weight: normal;
|
|
339
|
+
/* stylelint-disable */
|
|
329
340
|
color: #000;
|
|
341
|
+
/* stylelint-enable */
|
|
330
342
|
opacity: 0.5;
|
|
331
343
|
}
|
|
332
344
|
.e-pivot-formatting-dialog .e-format-delete-icon:hover {
|
|
@@ -336,6 +348,7 @@
|
|
|
336
348
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
337
349
|
padding-bottom: 14px;
|
|
338
350
|
padding-right: 18px;
|
|
351
|
+
white-space: nowrap;
|
|
339
352
|
}
|
|
340
353
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
341
354
|
vertical-align: bottom;
|
|
@@ -364,8 +377,10 @@
|
|
|
364
377
|
float: left;
|
|
365
378
|
}
|
|
366
379
|
.e-pivot-formatting-dialog .e-split-colorpicker {
|
|
380
|
+
/* stylelint-disable */
|
|
367
381
|
background-color: #6c757d !important;
|
|
368
382
|
color: #fff !important;
|
|
383
|
+
/* stylelint-enable */
|
|
369
384
|
}
|
|
370
385
|
.e-pivot-formatting-dialog .e-format-delete-button {
|
|
371
386
|
background-color: transparent;
|
|
@@ -401,7 +416,9 @@
|
|
|
401
416
|
border: 1px solid #dee2e6;
|
|
402
417
|
border-radius: 4px;
|
|
403
418
|
height: 28px;
|
|
419
|
+
/* stylelint-disable */
|
|
404
420
|
margin: 0 !important;
|
|
421
|
+
/* stylelint-enable */
|
|
405
422
|
padding-left: 6px;
|
|
406
423
|
padding-top: 6px;
|
|
407
424
|
width: 80px;
|
|
@@ -425,7 +442,9 @@
|
|
|
425
442
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
426
443
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
427
444
|
border: 1px solid #dee2e6;
|
|
445
|
+
/* stylelint-disable */
|
|
428
446
|
border-radius: 0 !important;
|
|
447
|
+
/* stylelint-enable */
|
|
429
448
|
height: 40%;
|
|
430
449
|
left: -3px;
|
|
431
450
|
position: absolute;
|
|
@@ -433,8 +452,13 @@
|
|
|
433
452
|
width: 150%;
|
|
434
453
|
}
|
|
435
454
|
.e-pivot-formatting-dialog.e-device {
|
|
455
|
+
/* stylelint-disable */
|
|
436
456
|
min-width: 320px !important;
|
|
437
457
|
width: 100% !important;
|
|
458
|
+
/* stylelint-enable */
|
|
459
|
+
}
|
|
460
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
461
|
+
width: 100% !important;
|
|
438
462
|
}
|
|
439
463
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
440
464
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -480,8 +504,11 @@
|
|
|
480
504
|
|
|
481
505
|
.e-bigger.e-pivot-formatting-dialog,
|
|
482
506
|
.e-bigger .e-pivot-formatting-dialog {
|
|
483
|
-
|
|
507
|
+
/* stylelint-disable */
|
|
484
508
|
width: 670px !important;
|
|
509
|
+
/* stylelint-enable */
|
|
510
|
+
/* stylelint-disable */
|
|
511
|
+
/* stylelint-enable */
|
|
485
512
|
}
|
|
486
513
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
487
514
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -524,8 +551,10 @@
|
|
|
524
551
|
}
|
|
525
552
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
526
553
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
554
|
+
/* stylelint-disable */
|
|
527
555
|
min-width: 320px !important;
|
|
528
556
|
width: 100% !important;
|
|
557
|
+
/* stylelint-enable */
|
|
529
558
|
}
|
|
530
559
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
531
560
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -544,8 +573,14 @@
|
|
|
544
573
|
}
|
|
545
574
|
|
|
546
575
|
.e-pivot-calc-dialog-div {
|
|
576
|
+
/* stylelint-disable */
|
|
547
577
|
max-height: 550px !important;
|
|
578
|
+
/* stylelint-enable */
|
|
548
579
|
min-width: 290px;
|
|
580
|
+
/* stylelint-disable */
|
|
581
|
+
/* stylelint-enable */
|
|
582
|
+
/* stylelint-disable */
|
|
583
|
+
/* stylelint-enable */
|
|
549
584
|
}
|
|
550
585
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
551
586
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -590,9 +625,11 @@
|
|
|
590
625
|
}
|
|
591
626
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
592
627
|
color: #495057;
|
|
628
|
+
/* stylelint-disable */
|
|
593
629
|
float: right !important;
|
|
594
630
|
margin: 0;
|
|
595
631
|
margin-right: 12px !important;
|
|
632
|
+
/* stylelint-enable */
|
|
596
633
|
}
|
|
597
634
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
598
635
|
cursor: default;
|
|
@@ -876,8 +913,11 @@
|
|
|
876
913
|
|
|
877
914
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
878
915
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
879
|
-
|
|
916
|
+
/* stylelint-disable */
|
|
917
|
+
max-height: 600px !important;
|
|
880
918
|
min-width: 401px !important;
|
|
919
|
+
/* stylelint-enable */
|
|
920
|
+
/* stylelint-disable */
|
|
881
921
|
}
|
|
882
922
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
883
923
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -919,7 +959,7 @@
|
|
|
919
959
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
920
960
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
921
961
|
max-height: 750px !important;
|
|
922
|
-
min-width: 580px;
|
|
962
|
+
min-width: 580px !important;
|
|
923
963
|
}
|
|
924
964
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
925
965
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -957,6 +997,9 @@
|
|
|
957
997
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
958
998
|
max-width: 400px !important;
|
|
959
999
|
min-width: 320px !important;
|
|
1000
|
+
/* stylelint-enable */
|
|
1001
|
+
/* stylelint-disable */
|
|
1002
|
+
/* stylelint-enable */
|
|
960
1003
|
}
|
|
961
1004
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
962
1005
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -998,8 +1041,10 @@
|
|
|
998
1041
|
}
|
|
999
1042
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
1000
1043
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1044
|
+
/* stylelint-disable */
|
|
1001
1045
|
margin-left: -25px;
|
|
1002
1046
|
overflow: auto !important;
|
|
1047
|
+
/* stylelint-enable */
|
|
1003
1048
|
}
|
|
1004
1049
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
1005
1050
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1018,6 +1063,10 @@
|
|
|
1018
1063
|
margin-left: 0;
|
|
1019
1064
|
margin-right: -25px;
|
|
1020
1065
|
}
|
|
1066
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
1067
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1068
|
+
/* stylelint-disable */
|
|
1069
|
+
}
|
|
1021
1070
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
1022
1071
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
1023
1072
|
margin-left: 0;
|
|
@@ -1106,6 +1155,7 @@
|
|
|
1106
1155
|
}
|
|
1107
1156
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1108
1157
|
border: 0;
|
|
1158
|
+
/* stylelint-enable */
|
|
1109
1159
|
}
|
|
1110
1160
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1111
1161
|
margin: 0 0 0 6px;
|
|
@@ -1134,6 +1184,8 @@
|
|
|
1134
1184
|
overflow: auto;
|
|
1135
1185
|
padding: 20px;
|
|
1136
1186
|
padding-bottom: 0;
|
|
1187
|
+
/* stylelint-disable */
|
|
1188
|
+
/* stylelint-enable */
|
|
1137
1189
|
}
|
|
1138
1190
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
1139
1191
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -1172,6 +1224,9 @@
|
|
|
1172
1224
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
1173
1225
|
float: right;
|
|
1174
1226
|
}
|
|
1227
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1228
|
+
/* stylelint-disable */
|
|
1229
|
+
}
|
|
1175
1230
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
1176
1231
|
margin-left: 0;
|
|
1177
1232
|
}
|
|
@@ -1309,6 +1364,7 @@
|
|
|
1309
1364
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
1310
1365
|
overflow: hidden;
|
|
1311
1366
|
padding: 0 !important;
|
|
1367
|
+
/* stylelint-enable */
|
|
1312
1368
|
}
|
|
1313
1369
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
1314
1370
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1378,6 +1434,11 @@
|
|
|
1378
1434
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
1379
1435
|
padding-right: 0;
|
|
1380
1436
|
}
|
|
1437
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
1438
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
1439
|
+
/* stylelint-disable */
|
|
1440
|
+
/* stylelint-enable */
|
|
1441
|
+
}
|
|
1381
1442
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
1382
1443
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
1383
1444
|
padding-left: 24px;
|
|
@@ -1430,6 +1491,7 @@
|
|
|
1430
1491
|
padding: 4px;
|
|
1431
1492
|
}
|
|
1432
1493
|
|
|
1494
|
+
/* stylelint-disable */
|
|
1433
1495
|
.e-button-drag-clone {
|
|
1434
1496
|
background-color: rgba(0, 0, 0, 0.7) !important;
|
|
1435
1497
|
border: 1px solid #dee2e6;
|
|
@@ -1467,6 +1529,12 @@
|
|
|
1467
1529
|
width: auto !important;
|
|
1468
1530
|
}
|
|
1469
1531
|
|
|
1532
|
+
/* stylelint-enable */
|
|
1533
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
1534
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
1535
|
+
/* stylelint-disable */
|
|
1536
|
+
/* stylelint-enable */
|
|
1537
|
+
}
|
|
1470
1538
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1471
1539
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1472
1540
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -1539,6 +1607,10 @@
|
|
|
1539
1607
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
1540
1608
|
margin-left: 10px;
|
|
1541
1609
|
}
|
|
1610
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1611
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1612
|
+
/* stylelint-disable */
|
|
1613
|
+
}
|
|
1542
1614
|
.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,
|
|
1543
1615
|
.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 {
|
|
1544
1616
|
margin: 0 0 0 6px;
|
|
@@ -1687,6 +1759,7 @@
|
|
|
1687
1759
|
background-color: #999;
|
|
1688
1760
|
}
|
|
1689
1761
|
|
|
1762
|
+
/* stylelint-disable */
|
|
1690
1763
|
*.e-rtl .e-select-table {
|
|
1691
1764
|
padding: 8px 5px;
|
|
1692
1765
|
}
|
|
@@ -1725,6 +1798,8 @@
|
|
|
1725
1798
|
font-size: 14px;
|
|
1726
1799
|
max-width: 700px;
|
|
1727
1800
|
min-width: 300px;
|
|
1801
|
+
/* stylelint-enable */
|
|
1802
|
+
/* stylelint-enable */
|
|
1728
1803
|
}
|
|
1729
1804
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
1730
1805
|
display: -ms-flexbox;
|
|
@@ -1845,6 +1920,8 @@
|
|
|
1845
1920
|
display: -ms-flexbox;
|
|
1846
1921
|
display: flex;
|
|
1847
1922
|
padding-right: 8px;
|
|
1923
|
+
/* stylelint-disable */
|
|
1924
|
+
/* stylelint-enable */
|
|
1848
1925
|
}
|
|
1849
1926
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
1850
1927
|
-ms-flex: auto;
|
|
@@ -1856,7 +1933,9 @@
|
|
|
1856
1933
|
color: #555;
|
|
1857
1934
|
cursor: pointer;
|
|
1858
1935
|
font-size: 14px;
|
|
1936
|
+
/* stylelint-disable */
|
|
1859
1937
|
height: 20px !important;
|
|
1938
|
+
/* stylelint-enable */
|
|
1860
1939
|
padding: 7px 0 0 8px;
|
|
1861
1940
|
width: 20px;
|
|
1862
1941
|
}
|
|
@@ -1889,9 +1968,13 @@
|
|
|
1889
1968
|
}
|
|
1890
1969
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1891
1970
|
overflow: hidden;
|
|
1971
|
+
/* stylelint-disable */
|
|
1972
|
+
/* stylelint-enable */
|
|
1892
1973
|
}
|
|
1893
1974
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1894
1975
|
margin-left: -40px;
|
|
1976
|
+
/* stylelint-disable */
|
|
1977
|
+
/* stylelint-enable */
|
|
1895
1978
|
}
|
|
1896
1979
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
1897
1980
|
cursor: default;
|
|
@@ -2397,10 +2480,12 @@
|
|
|
2397
2480
|
height: 261px;
|
|
2398
2481
|
}
|
|
2399
2482
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2400
|
-
height: 540px;
|
|
2483
|
+
min-height: 540px;
|
|
2401
2484
|
}
|
|
2402
2485
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2403
2486
|
height: 369px;
|
|
2487
|
+
/* stylelint-disable */
|
|
2488
|
+
/* stylelint-enable */
|
|
2404
2489
|
}
|
|
2405
2490
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2406
2491
|
height: 394px !important;
|
|
@@ -2424,6 +2509,7 @@
|
|
|
2424
2509
|
display: -ms-flexbox;
|
|
2425
2510
|
display: flex;
|
|
2426
2511
|
padding: 10px 20px;
|
|
2512
|
+
/* stylelint-disable */
|
|
2427
2513
|
}
|
|
2428
2514
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2429
2515
|
float: right;
|
|
@@ -2460,6 +2546,8 @@
|
|
|
2460
2546
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2461
2547
|
margin-left: 0;
|
|
2462
2548
|
margin-right: -40px;
|
|
2549
|
+
/* stylelint-disable */
|
|
2550
|
+
/* stylelint-enable */
|
|
2463
2551
|
}
|
|
2464
2552
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
2465
2553
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -2491,6 +2579,8 @@
|
|
|
2491
2579
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
2492
2580
|
padding-left: 8px;
|
|
2493
2581
|
padding-right: 0;
|
|
2582
|
+
/* stylelint-disable */
|
|
2583
|
+
/* stylelint-enable */
|
|
2494
2584
|
}
|
|
2495
2585
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
2496
2586
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -2572,8 +2662,10 @@
|
|
|
2572
2662
|
}
|
|
2573
2663
|
.e-pivotfieldlist-container.e-device {
|
|
2574
2664
|
height: 100%;
|
|
2665
|
+
/* stylelint-disable */
|
|
2575
2666
|
max-height: 100% !important;
|
|
2576
2667
|
max-width: 100% !important;
|
|
2668
|
+
/* stylelint-enable */
|
|
2577
2669
|
min-height: 500px;
|
|
2578
2670
|
width: 100%;
|
|
2579
2671
|
}
|
|
@@ -2590,6 +2682,11 @@
|
|
|
2590
2682
|
background-color: transparent;
|
|
2591
2683
|
color: #333;
|
|
2592
2684
|
}
|
|
2685
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2686
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2687
|
+
height: 210px;
|
|
2688
|
+
overflow: auto;
|
|
2689
|
+
}
|
|
2593
2690
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2594
2691
|
display: -ms-flexbox;
|
|
2595
2692
|
display: flex;
|
|
@@ -2673,6 +2770,8 @@
|
|
|
2673
2770
|
padding: 9px 16px;
|
|
2674
2771
|
text-transform: none;
|
|
2675
2772
|
width: 100%;
|
|
2773
|
+
/* stylelint-disable */
|
|
2774
|
+
/* stylelint-enable */
|
|
2676
2775
|
}
|
|
2677
2776
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
2678
2777
|
.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 +2962,10 @@
|
|
|
2863
2962
|
vertical-align: middle;
|
|
2864
2963
|
width: 70%;
|
|
2865
2964
|
}
|
|
2965
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
2966
|
+
/* stylelint-disable */
|
|
2967
|
+
/* stylelint-enable */
|
|
2968
|
+
}
|
|
2866
2969
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
2867
2970
|
background-color: #fff;
|
|
2868
2971
|
border: 1px solid #ced4da;
|
|
@@ -2910,6 +3013,10 @@
|
|
|
2910
3013
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
2911
3014
|
margin-right: 12px;
|
|
2912
3015
|
}
|
|
3016
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
3017
|
+
/* stylelint-disable */
|
|
3018
|
+
/* stylelint-enable */
|
|
3019
|
+
}
|
|
2913
3020
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
2914
3021
|
left: 16px;
|
|
2915
3022
|
right: auto;
|
|
@@ -3059,6 +3166,10 @@
|
|
|
3059
3166
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
3060
3167
|
max-height: 600px;
|
|
3061
3168
|
}
|
|
3169
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
3170
|
+
/* stylelint-disable */
|
|
3171
|
+
/* stylelint-enable */
|
|
3172
|
+
}
|
|
3062
3173
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
3063
3174
|
margin-left: 12px;
|
|
3064
3175
|
margin-right: 0;
|
|
@@ -3079,6 +3190,11 @@
|
|
|
3079
3190
|
margin-left: 20px;
|
|
3080
3191
|
}
|
|
3081
3192
|
|
|
3193
|
+
/* stylelint-disable */
|
|
3194
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
3195
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
3196
|
+
/* stylelint-enable */
|
|
3197
|
+
}
|
|
3082
3198
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
3083
3199
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
3084
3200
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -3243,6 +3359,7 @@
|
|
|
3243
3359
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3244
3360
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
3245
3361
|
height: 126px;
|
|
3362
|
+
/* stylelint-disable */
|
|
3246
3363
|
}
|
|
3247
3364
|
.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,
|
|
3248
3365
|
.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,
|
|
@@ -3255,6 +3372,7 @@
|
|
|
3255
3372
|
font-size: 16px;
|
|
3256
3373
|
height: 36px !important;
|
|
3257
3374
|
padding: 9px 12px !important;
|
|
3375
|
+
/* stylelint-enable */
|
|
3258
3376
|
}
|
|
3259
3377
|
.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,
|
|
3260
3378
|
.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,
|
|
@@ -3389,6 +3507,10 @@
|
|
|
3389
3507
|
.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 {
|
|
3390
3508
|
padding-top: 9px;
|
|
3391
3509
|
}
|
|
3510
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
3511
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
3512
|
+
/* stylelint-disable */
|
|
3513
|
+
}
|
|
3392
3514
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
3393
3515
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
3394
3516
|
padding-left: 16px;
|
|
@@ -3401,6 +3523,7 @@
|
|
|
3401
3523
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
3402
3524
|
padding-left: 0;
|
|
3403
3525
|
padding-right: 5px;
|
|
3526
|
+
/* stylelint-enable */
|
|
3404
3527
|
}
|
|
3405
3528
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3406
3529
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -3439,6 +3562,8 @@
|
|
|
3439
3562
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
3440
3563
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
3441
3564
|
padding-left: 12px;
|
|
3565
|
+
/* stylelint-disable */
|
|
3566
|
+
/* stylelint-enable */
|
|
3442
3567
|
}
|
|
3443
3568
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
3444
3569
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -3506,6 +3631,10 @@
|
|
|
3506
3631
|
padding-left: 0;
|
|
3507
3632
|
padding-right: 8px;
|
|
3508
3633
|
}
|
|
3634
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
3635
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
3636
|
+
/* stylelint-disable */
|
|
3637
|
+
}
|
|
3509
3638
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3510
3639
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3511
3640
|
max-height: 750px;
|
|
@@ -3520,8 +3649,8 @@
|
|
|
3520
3649
|
}
|
|
3521
3650
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3522
3651
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3523
|
-
height: 566px !important;
|
|
3524
3652
|
max-height: 600px !important;
|
|
3653
|
+
min-height: 578px !important;
|
|
3525
3654
|
}
|
|
3526
3655
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3527
3656
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -3538,4 +3667,10 @@
|
|
|
3538
3667
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3539
3668
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3540
3669
|
height: 161px !important;
|
|
3541
|
-
}
|
|
3670
|
+
}
|
|
3671
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3672
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3673
|
+
max-height: 177px;
|
|
3674
|
+
}
|
|
3675
|
+
|
|
3676
|
+
/* stylelint-enable */
|