@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: "\e774";
|
|
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: "\e726";
|
|
29
33
|
}
|
|
@@ -122,6 +126,11 @@
|
|
|
122
126
|
content: "\e7d8" !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: "\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
|
-
min-width: 628px !important;
|
|
321
330
|
width: 628px !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
|
padding-right: 8px;
|
|
336
347
|
}
|
|
337
348
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
@@ -366,7 +377,9 @@
|
|
|
366
377
|
float: right;
|
|
367
378
|
padding-right: 12px;
|
|
368
379
|
padding-top: 12px;
|
|
380
|
+
/* stylelint-disable */
|
|
369
381
|
color: #212529 !important;
|
|
382
|
+
/* stylelint-enable */
|
|
370
383
|
}
|
|
371
384
|
.e-pivot-formatting-dialog .e-format-delete-button:hover,
|
|
372
385
|
.e-pivot-formatting-dialog .e-format-delete-button:focus,
|
|
@@ -394,7 +407,9 @@
|
|
|
394
407
|
border: 1px solid #dee2e6;
|
|
395
408
|
border-radius: 4px;
|
|
396
409
|
height: 28px;
|
|
410
|
+
/* stylelint-disable */
|
|
397
411
|
margin: 0 !important;
|
|
412
|
+
/* stylelint-enable */
|
|
398
413
|
padding-left: 6px;
|
|
399
414
|
padding-top: 6px;
|
|
400
415
|
width: 80px;
|
|
@@ -403,7 +418,9 @@
|
|
|
403
418
|
background: none;
|
|
404
419
|
margin: 0 2px;
|
|
405
420
|
width: 14px;
|
|
421
|
+
/* stylelint-disable */
|
|
406
422
|
color: #212529 !important;
|
|
423
|
+
/* stylelint-enable */
|
|
407
424
|
}
|
|
408
425
|
.e-pivot-formatting-dialog .e-format-color-picker .e-split-btn-wrapper .e-split-btn .e-selected-color:hover {
|
|
409
426
|
color: #6c757d !important;
|
|
@@ -419,7 +436,9 @@
|
|
|
419
436
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
420
437
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
421
438
|
border: 1px solid #dee2e6;
|
|
439
|
+
/* stylelint-disable */
|
|
422
440
|
border-radius: 0 !important;
|
|
441
|
+
/* stylelint-enable */
|
|
423
442
|
height: 40%;
|
|
424
443
|
left: -3px;
|
|
425
444
|
position: absolute;
|
|
@@ -427,8 +446,13 @@
|
|
|
427
446
|
width: 150%;
|
|
428
447
|
}
|
|
429
448
|
.e-pivot-formatting-dialog.e-device {
|
|
449
|
+
/* stylelint-disable */
|
|
430
450
|
min-width: 320px !important;
|
|
431
451
|
width: 100% !important;
|
|
452
|
+
/* stylelint-enable */
|
|
453
|
+
}
|
|
454
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
455
|
+
width: 100% !important;
|
|
432
456
|
}
|
|
433
457
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
434
458
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -474,8 +498,11 @@
|
|
|
474
498
|
|
|
475
499
|
.e-bigger.e-pivot-formatting-dialog,
|
|
476
500
|
.e-bigger .e-pivot-formatting-dialog {
|
|
477
|
-
|
|
501
|
+
/* stylelint-disable */
|
|
478
502
|
width: 680px !important;
|
|
503
|
+
/* stylelint-enable */
|
|
504
|
+
/* stylelint-disable */
|
|
505
|
+
/* stylelint-enable */
|
|
479
506
|
}
|
|
480
507
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
481
508
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -515,8 +542,10 @@
|
|
|
515
542
|
}
|
|
516
543
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
517
544
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
545
|
+
/* stylelint-disable */
|
|
518
546
|
min-width: 320px !important;
|
|
519
547
|
width: 100% !important;
|
|
548
|
+
/* stylelint-enable */
|
|
520
549
|
}
|
|
521
550
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
522
551
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -535,8 +564,14 @@
|
|
|
535
564
|
}
|
|
536
565
|
|
|
537
566
|
.e-pivot-calc-dialog-div {
|
|
567
|
+
/* stylelint-disable */
|
|
538
568
|
max-height: 550px !important;
|
|
569
|
+
/* stylelint-enable */
|
|
539
570
|
min-width: 290px;
|
|
571
|
+
/* stylelint-disable */
|
|
572
|
+
/* stylelint-enable */
|
|
573
|
+
/* stylelint-disable */
|
|
574
|
+
/* stylelint-enable */
|
|
540
575
|
}
|
|
541
576
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
542
577
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -581,9 +616,11 @@
|
|
|
581
616
|
color: #6c757d;
|
|
582
617
|
}
|
|
583
618
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
619
|
+
/* stylelint-disable */
|
|
584
620
|
float: right !important;
|
|
585
621
|
margin: 0;
|
|
586
622
|
margin-right: 12px !important;
|
|
623
|
+
/* stylelint-enable */
|
|
587
624
|
}
|
|
588
625
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
589
626
|
cursor: default;
|
|
@@ -871,8 +908,11 @@
|
|
|
871
908
|
|
|
872
909
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
873
910
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
874
|
-
|
|
911
|
+
/* stylelint-disable */
|
|
912
|
+
max-height: 600px !important;
|
|
875
913
|
min-width: 401px !important;
|
|
914
|
+
/* stylelint-enable */
|
|
915
|
+
/* stylelint-disable */
|
|
876
916
|
}
|
|
877
917
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
878
918
|
.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 {
|
|
@@ -994,8 +1037,10 @@
|
|
|
994
1037
|
}
|
|
995
1038
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
996
1039
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1040
|
+
/* stylelint-disable */
|
|
997
1041
|
margin-left: -22px;
|
|
998
1042
|
overflow: auto !important;
|
|
1043
|
+
/* stylelint-enable */
|
|
999
1044
|
}
|
|
1000
1045
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
1001
1046
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1014,6 +1059,10 @@
|
|
|
1014
1059
|
margin-left: 0;
|
|
1015
1060
|
margin-right: -22px;
|
|
1016
1061
|
}
|
|
1062
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
1063
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1064
|
+
/* stylelint-disable */
|
|
1065
|
+
}
|
|
1017
1066
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
1018
1067
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
1019
1068
|
margin-left: 0;
|
|
@@ -1075,6 +1124,7 @@
|
|
|
1075
1124
|
}
|
|
1076
1125
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1077
1126
|
border: 0;
|
|
1127
|
+
/* stylelint-enable */
|
|
1078
1128
|
}
|
|
1079
1129
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1080
1130
|
margin: 0 0 0 6px;
|
|
@@ -1103,6 +1153,8 @@
|
|
|
1103
1153
|
overflow: auto;
|
|
1104
1154
|
padding: 20px;
|
|
1105
1155
|
padding-bottom: 0;
|
|
1156
|
+
/* stylelint-disable */
|
|
1157
|
+
/* stylelint-enable */
|
|
1106
1158
|
}
|
|
1107
1159
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
1108
1160
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -1141,6 +1193,9 @@
|
|
|
1141
1193
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
1142
1194
|
float: right;
|
|
1143
1195
|
}
|
|
1196
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1197
|
+
/* stylelint-disable */
|
|
1198
|
+
}
|
|
1144
1199
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
1145
1200
|
margin-left: 0;
|
|
1146
1201
|
}
|
|
@@ -1278,6 +1333,7 @@
|
|
|
1278
1333
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
1279
1334
|
overflow: hidden;
|
|
1280
1335
|
padding: 0 !important;
|
|
1336
|
+
/* stylelint-enable */
|
|
1281
1337
|
}
|
|
1282
1338
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
1283
1339
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1349,6 +1405,11 @@
|
|
|
1349
1405
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
1350
1406
|
padding-right: 0;
|
|
1351
1407
|
}
|
|
1408
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
1409
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
1410
|
+
/* stylelint-disable */
|
|
1411
|
+
/* stylelint-enable */
|
|
1412
|
+
}
|
|
1352
1413
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
1353
1414
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
1354
1415
|
padding-left: 24px;
|
|
@@ -1398,6 +1459,7 @@
|
|
|
1398
1459
|
padding: 4px;
|
|
1399
1460
|
}
|
|
1400
1461
|
|
|
1462
|
+
/* stylelint-disable */
|
|
1401
1463
|
.e-button-drag-clone {
|
|
1402
1464
|
background-color: #dee2e6 !important;
|
|
1403
1465
|
border: 1px solid #dee2e6;
|
|
@@ -1437,6 +1499,12 @@
|
|
|
1437
1499
|
width: auto !important;
|
|
1438
1500
|
}
|
|
1439
1501
|
|
|
1502
|
+
/* stylelint-enable */
|
|
1503
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
1504
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
1505
|
+
/* stylelint-disable */
|
|
1506
|
+
/* stylelint-enable */
|
|
1507
|
+
}
|
|
1440
1508
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1441
1509
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1442
1510
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -1501,6 +1569,10 @@
|
|
|
1501
1569
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
1502
1570
|
margin-left: 10px;
|
|
1503
1571
|
}
|
|
1572
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1573
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1574
|
+
/* stylelint-disable */
|
|
1575
|
+
}
|
|
1504
1576
|
.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,
|
|
1505
1577
|
.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 {
|
|
1506
1578
|
margin: 0 0 0 6px;
|
|
@@ -1649,6 +1721,7 @@
|
|
|
1649
1721
|
background-color: #dee2e6;
|
|
1650
1722
|
}
|
|
1651
1723
|
|
|
1724
|
+
/* stylelint-disable */
|
|
1652
1725
|
*.e-rtl .e-select-table {
|
|
1653
1726
|
padding: 8px 5px;
|
|
1654
1727
|
}
|
|
@@ -1687,6 +1760,8 @@
|
|
|
1687
1760
|
font-size: 14px;
|
|
1688
1761
|
max-width: 700px;
|
|
1689
1762
|
min-width: 300px;
|
|
1763
|
+
/* stylelint-enable */
|
|
1764
|
+
/* stylelint-enable */
|
|
1690
1765
|
}
|
|
1691
1766
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
1692
1767
|
display: -ms-flexbox;
|
|
@@ -1812,6 +1887,8 @@
|
|
|
1812
1887
|
display: -ms-flexbox;
|
|
1813
1888
|
display: flex;
|
|
1814
1889
|
padding-right: 18px;
|
|
1890
|
+
/* stylelint-disable */
|
|
1891
|
+
/* stylelint-enable */
|
|
1815
1892
|
}
|
|
1816
1893
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
1817
1894
|
-ms-flex: auto;
|
|
@@ -1823,7 +1900,9 @@
|
|
|
1823
1900
|
color: #495057;
|
|
1824
1901
|
cursor: pointer;
|
|
1825
1902
|
font-size: 14px;
|
|
1903
|
+
/* stylelint-disable */
|
|
1826
1904
|
height: 20px !important;
|
|
1905
|
+
/* stylelint-enable */
|
|
1827
1906
|
padding: 6px 0 0 4px;
|
|
1828
1907
|
width: 20px;
|
|
1829
1908
|
}
|
|
@@ -1856,9 +1935,13 @@
|
|
|
1856
1935
|
}
|
|
1857
1936
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1858
1937
|
overflow: hidden;
|
|
1938
|
+
/* stylelint-disable */
|
|
1939
|
+
/* stylelint-enable */
|
|
1859
1940
|
}
|
|
1860
1941
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1861
1942
|
margin-left: -30px;
|
|
1943
|
+
/* stylelint-disable */
|
|
1944
|
+
/* stylelint-enable */
|
|
1862
1945
|
}
|
|
1863
1946
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
1864
1947
|
cursor: default;
|
|
@@ -2367,10 +2450,12 @@
|
|
|
2367
2450
|
height: 261px;
|
|
2368
2451
|
}
|
|
2369
2452
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2370
|
-
height: 540px;
|
|
2453
|
+
min-height: 540px;
|
|
2371
2454
|
}
|
|
2372
2455
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2373
2456
|
height: 369px;
|
|
2457
|
+
/* stylelint-disable */
|
|
2458
|
+
/* stylelint-enable */
|
|
2374
2459
|
}
|
|
2375
2460
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2376
2461
|
height: 392px !important;
|
|
@@ -2394,6 +2479,7 @@
|
|
|
2394
2479
|
display: -ms-flexbox;
|
|
2395
2480
|
display: flex;
|
|
2396
2481
|
padding: 10px 18px;
|
|
2482
|
+
/* stylelint-disable */
|
|
2397
2483
|
}
|
|
2398
2484
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2399
2485
|
float: right;
|
|
@@ -2430,6 +2516,8 @@
|
|
|
2430
2516
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2431
2517
|
margin-left: 0;
|
|
2432
2518
|
margin-right: -30px;
|
|
2519
|
+
/* stylelint-disable */
|
|
2520
|
+
/* stylelint-enable */
|
|
2433
2521
|
}
|
|
2434
2522
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
2435
2523
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
@@ -2460,6 +2548,8 @@
|
|
|
2460
2548
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
2461
2549
|
padding-left: 18px;
|
|
2462
2550
|
padding-right: 0;
|
|
2551
|
+
/* stylelint-disable */
|
|
2552
|
+
/* stylelint-enable */
|
|
2463
2553
|
}
|
|
2464
2554
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
2465
2555
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -2541,8 +2631,10 @@
|
|
|
2541
2631
|
}
|
|
2542
2632
|
.e-pivotfieldlist-container.e-device {
|
|
2543
2633
|
height: 100%;
|
|
2634
|
+
/* stylelint-disable */
|
|
2544
2635
|
max-height: 100% !important;
|
|
2545
2636
|
max-width: 100% !important;
|
|
2637
|
+
/* stylelint-enable */
|
|
2546
2638
|
min-height: 500px;
|
|
2547
2639
|
width: 100%;
|
|
2548
2640
|
}
|
|
@@ -2559,6 +2651,11 @@
|
|
|
2559
2651
|
background-color: transparent;
|
|
2560
2652
|
color: #495057;
|
|
2561
2653
|
}
|
|
2654
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2655
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2656
|
+
height: 210px;
|
|
2657
|
+
overflow: auto;
|
|
2658
|
+
}
|
|
2562
2659
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2563
2660
|
display: -ms-flexbox;
|
|
2564
2661
|
display: flex;
|
|
@@ -2644,6 +2741,8 @@
|
|
|
2644
2741
|
width: 100%;
|
|
2645
2742
|
background-color: #fff;
|
|
2646
2743
|
color: #212529;
|
|
2744
|
+
/* stylelint-disable */
|
|
2745
|
+
/* stylelint-enable */
|
|
2647
2746
|
}
|
|
2648
2747
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
2649
2748
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -2837,6 +2936,10 @@
|
|
|
2837
2936
|
width: 70%;
|
|
2838
2937
|
color: #212529;
|
|
2839
2938
|
}
|
|
2939
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
2940
|
+
/* stylelint-disable */
|
|
2941
|
+
/* stylelint-enable */
|
|
2942
|
+
}
|
|
2840
2943
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
2841
2944
|
background-color: #fff;
|
|
2842
2945
|
border: 1px solid #dee2e6;
|
|
@@ -2884,6 +2987,10 @@
|
|
|
2884
2987
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
2885
2988
|
margin-right: 12px;
|
|
2886
2989
|
}
|
|
2990
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
2991
|
+
/* stylelint-disable */
|
|
2992
|
+
/* stylelint-enable */
|
|
2993
|
+
}
|
|
2887
2994
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
2888
2995
|
left: 16px;
|
|
2889
2996
|
right: auto;
|
|
@@ -3034,6 +3141,10 @@
|
|
|
3034
3141
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
3035
3142
|
max-height: 600px;
|
|
3036
3143
|
}
|
|
3144
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
3145
|
+
/* stylelint-disable */
|
|
3146
|
+
/* stylelint-enable */
|
|
3147
|
+
}
|
|
3037
3148
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
3038
3149
|
margin-left: 12px;
|
|
3039
3150
|
margin-right: 0;
|
|
@@ -3054,6 +3165,11 @@
|
|
|
3054
3165
|
margin-left: 20px;
|
|
3055
3166
|
}
|
|
3056
3167
|
|
|
3168
|
+
/* stylelint-disable */
|
|
3169
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
3170
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
3171
|
+
/* stylelint-enable */
|
|
3172
|
+
}
|
|
3057
3173
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
3058
3174
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
3059
3175
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -3205,6 +3321,16 @@
|
|
|
3205
3321
|
margin-top: 4px;
|
|
3206
3322
|
padding: 0 12px;
|
|
3207
3323
|
}
|
|
3324
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3325
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3326
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3327
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
3328
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3329
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3330
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3331
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
3332
|
+
/* stylelint-disable */
|
|
3333
|
+
}
|
|
3208
3334
|
.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,
|
|
3209
3335
|
.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,
|
|
3210
3336
|
.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,
|
|
@@ -3216,6 +3342,7 @@
|
|
|
3216
3342
|
font-size: 14px;
|
|
3217
3343
|
height: 36px !important;
|
|
3218
3344
|
padding: 9px 16px !important;
|
|
3345
|
+
/* stylelint-enable */
|
|
3219
3346
|
}
|
|
3220
3347
|
.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,
|
|
3221
3348
|
.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,
|
|
@@ -3340,6 +3467,10 @@
|
|
|
3340
3467
|
.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 {
|
|
3341
3468
|
padding-top: 7px;
|
|
3342
3469
|
}
|
|
3470
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
3471
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
3472
|
+
/* stylelint-disable */
|
|
3473
|
+
}
|
|
3343
3474
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
3344
3475
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
3345
3476
|
padding-left: 12px;
|
|
@@ -3352,6 +3483,7 @@
|
|
|
3352
3483
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
3353
3484
|
padding-left: 0;
|
|
3354
3485
|
padding-right: 5px;
|
|
3486
|
+
/* stylelint-enable */
|
|
3355
3487
|
}
|
|
3356
3488
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3357
3489
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -3390,6 +3522,8 @@
|
|
|
3390
3522
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
3391
3523
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
3392
3524
|
padding-left: 20px;
|
|
3525
|
+
/* stylelint-disable */
|
|
3526
|
+
/* stylelint-enable */
|
|
3393
3527
|
}
|
|
3394
3528
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
3395
3529
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -3457,6 +3591,10 @@
|
|
|
3457
3591
|
padding-left: 0;
|
|
3458
3592
|
padding-right: 4px;
|
|
3459
3593
|
}
|
|
3594
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
3595
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
3596
|
+
/* stylelint-disable */
|
|
3597
|
+
}
|
|
3460
3598
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3461
3599
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3462
3600
|
max-height: 750px;
|
|
@@ -3471,8 +3609,8 @@
|
|
|
3471
3609
|
}
|
|
3472
3610
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3473
3611
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3474
|
-
height: 565px !important;
|
|
3475
3612
|
max-height: 600px !important;
|
|
3613
|
+
min-height: 580px !important;
|
|
3476
3614
|
}
|
|
3477
3615
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3478
3616
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -3489,4 +3627,10 @@
|
|
|
3489
3627
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3490
3628
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3491
3629
|
height: 165px !important;
|
|
3492
|
-
}
|
|
3630
|
+
}
|
|
3631
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3632
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3633
|
+
max-height: 187px;
|
|
3634
|
+
}
|
|
3635
|
+
|
|
3636
|
+
/* stylelint-enable */
|