@syncfusion/ej2-angular-pivotview 20.2.36 → 20.2.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +241 -14
- package/styles/bootstrap.css +241 -14
- package/styles/bootstrap4.css +237 -15
- package/styles/bootstrap5-dark.css +281 -18
- package/styles/bootstrap5.css +281 -18
- package/styles/fabric-dark.css +241 -14
- package/styles/fabric.css +241 -14
- package/styles/fluent-dark.css +247 -16
- package/styles/fluent.css +247 -16
- package/styles/highcontrast-light.css +241 -14
- package/styles/highcontrast.css +241 -14
- package/styles/material-dark.css +241 -14
- package/styles/material.css +241 -14
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +2 -1
- package/styles/pivotfieldlist/_bootstrap-definition.scss +3 -2
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +3 -2
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +2 -1
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +3 -3
- package/styles/pivotfieldlist/_fabric-definition.scss +3 -2
- package/styles/pivotfieldlist/_fluent-definition.scss +3 -2
- package/styles/pivotfieldlist/_fusionnew-definition.scss +3 -3
- package/styles/pivotfieldlist/_highcontrast-definition.scss +3 -2
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +3 -2
- package/styles/pivotfieldlist/_layout.scss +62 -65
- package/styles/pivotfieldlist/_material-dark-definition.scss +3 -2
- package/styles/pivotfieldlist/_material-definition.scss +3 -2
- package/styles/pivotfieldlist/_material3-definition.scss +3 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +4 -3
- package/styles/pivotfieldlist/_theme.scss +51 -44
- package/styles/pivotfieldlist/bootstrap-dark.css +147 -7
- package/styles/pivotfieldlist/bootstrap.css +147 -7
- package/styles/pivotfieldlist/bootstrap4.css +142 -7
- package/styles/pivotfieldlist/bootstrap5-dark.css +151 -7
- package/styles/pivotfieldlist/bootstrap5.css +151 -7
- package/styles/pivotfieldlist/fabric-dark.css +147 -7
- package/styles/pivotfieldlist/fabric.css +147 -7
- package/styles/pivotfieldlist/fluent-dark.css +149 -7
- package/styles/pivotfieldlist/fluent.css +149 -7
- package/styles/pivotfieldlist/highcontrast-light.css +147 -7
- package/styles/pivotfieldlist/highcontrast.css +147 -7
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_bootstrap.scss +4 -4
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +4 -4
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +4 -4
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_fabric.scss +4 -4
- package/styles/pivotfieldlist/icons/_fluent.scss +4 -4
- package/styles/pivotfieldlist/icons/_fusionnew.scss +4 -4
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +4 -4
- package/styles/pivotfieldlist/icons/_highcontrast.scss +4 -4
- package/styles/pivotfieldlist/icons/_material-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_material.scss +4 -4
- package/styles/pivotfieldlist/icons/_material3.scss +4 -4
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_tailwind.scss +4 -4
- package/styles/pivotfieldlist/material-dark.css +147 -7
- package/styles/pivotfieldlist/material.css +147 -7
- package/styles/pivotfieldlist/tailwind-dark.css +151 -9
- package/styles/pivotfieldlist/tailwind.css +151 -9
- package/styles/pivotview/_bootstrap-dark-definition.scss +2 -1
- package/styles/pivotview/_bootstrap-definition.scss +2 -1
- package/styles/pivotview/_bootstrap4-definition.scss +2 -1
- package/styles/pivotview/_bootstrap5-definition.scss +5 -4
- package/styles/pivotview/_fabric-dark-definition.scss +2 -1
- package/styles/pivotview/_fabric-definition.scss +2 -1
- package/styles/pivotview/_fluent-definition.scss +4 -3
- package/styles/pivotview/_fusionnew-definition.scss +1 -0
- package/styles/pivotview/_highcontrast-definition.scss +2 -1
- package/styles/pivotview/_highcontrast-light-definition.scss +3 -2
- package/styles/pivotview/_layout.scss +25 -25
- package/styles/pivotview/_material-dark-definition.scss +2 -1
- package/styles/pivotview/_material-definition.scss +2 -2
- package/styles/pivotview/_material3-definition.scss +1 -0
- package/styles/pivotview/_tailwind-definition.scss +5 -4
- package/styles/pivotview/_theme.scss +77 -50
- package/styles/pivotview/bootstrap-dark.css +94 -7
- package/styles/pivotview/bootstrap.css +94 -7
- package/styles/pivotview/bootstrap4.css +95 -8
- package/styles/pivotview/bootstrap5-dark.css +130 -11
- package/styles/pivotview/bootstrap5.css +130 -11
- package/styles/pivotview/fabric-dark.css +94 -7
- package/styles/pivotview/fabric.css +94 -7
- package/styles/pivotview/fluent-dark.css +98 -9
- package/styles/pivotview/fluent.css +98 -9
- package/styles/pivotview/highcontrast-light.css +94 -7
- package/styles/pivotview/highcontrast.css +94 -7
- package/styles/pivotview/material-dark.css +94 -7
- package/styles/pivotview/material.css +94 -7
- package/styles/pivotview/tailwind-dark.css +98 -11
- package/styles/pivotview/tailwind.css +98 -11
- package/styles/tailwind-dark.css +249 -20
- package/styles/tailwind.css +249 -20
|
@@ -25,6 +25,10 @@
|
|
|
25
25
|
content: "\e774";
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
+
.e-pivot-calc-dialog-div {
|
|
29
|
+
/* stylelint-disable */
|
|
30
|
+
/* stylelint-enable */
|
|
31
|
+
}
|
|
28
32
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
29
33
|
content: "\e726";
|
|
30
34
|
}
|
|
@@ -123,6 +127,11 @@
|
|
|
123
127
|
content: "\e7d8" !important;
|
|
124
128
|
}
|
|
125
129
|
|
|
130
|
+
.e-pivotfieldlist-wrapper,
|
|
131
|
+
.e-pivotfieldlist-container {
|
|
132
|
+
/* stylelint-disable */
|
|
133
|
+
/* stylelint-enable */
|
|
134
|
+
}
|
|
126
135
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
127
136
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
128
137
|
content: "\e773";
|
|
@@ -317,9 +326,10 @@
|
|
|
317
326
|
}
|
|
318
327
|
|
|
319
328
|
.e-pivot-formatting-dialog {
|
|
329
|
+
/* stylelint-disable */
|
|
320
330
|
max-height: 480px !important;
|
|
321
|
-
|
|
322
|
-
|
|
331
|
+
width: 640px !important;
|
|
332
|
+
/* stylelint-enable */
|
|
323
333
|
}
|
|
324
334
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
325
335
|
padding-bottom: 4px;
|
|
@@ -333,6 +343,7 @@
|
|
|
333
343
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
334
344
|
padding-bottom: 14px;
|
|
335
345
|
padding-right: 18px;
|
|
346
|
+
white-space: nowrap;
|
|
336
347
|
}
|
|
337
348
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
338
349
|
vertical-align: bottom;
|
|
@@ -393,7 +404,9 @@
|
|
|
393
404
|
border: 1px solid #e5e7eb;
|
|
394
405
|
border-radius: 4px;
|
|
395
406
|
height: 28px;
|
|
407
|
+
/* stylelint-disable */
|
|
396
408
|
margin: 0 !important;
|
|
409
|
+
/* stylelint-enable */
|
|
397
410
|
padding-left: 6px;
|
|
398
411
|
padding-top: 6px;
|
|
399
412
|
width: 80px;
|
|
@@ -414,7 +427,9 @@
|
|
|
414
427
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
415
428
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
416
429
|
border: 1px solid #e5e7eb;
|
|
430
|
+
/* stylelint-disable */
|
|
417
431
|
border-radius: 0 !important;
|
|
432
|
+
/* stylelint-enable */
|
|
418
433
|
height: 40%;
|
|
419
434
|
left: -3px;
|
|
420
435
|
position: absolute;
|
|
@@ -422,8 +437,13 @@
|
|
|
422
437
|
width: 150%;
|
|
423
438
|
}
|
|
424
439
|
.e-pivot-formatting-dialog.e-device {
|
|
440
|
+
/* stylelint-disable */
|
|
425
441
|
min-width: 320px !important;
|
|
426
442
|
width: 100% !important;
|
|
443
|
+
/* stylelint-enable */
|
|
444
|
+
}
|
|
445
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
446
|
+
width: 100% !important;
|
|
427
447
|
}
|
|
428
448
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
429
449
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
@@ -472,8 +492,11 @@
|
|
|
472
492
|
|
|
473
493
|
.e-bigger.e-pivot-formatting-dialog,
|
|
474
494
|
.e-bigger .e-pivot-formatting-dialog {
|
|
475
|
-
|
|
476
|
-
width:
|
|
495
|
+
/* stylelint-disable */
|
|
496
|
+
width: 730px !important;
|
|
497
|
+
/* stylelint-enable */
|
|
498
|
+
/* stylelint-disable */
|
|
499
|
+
/* stylelint-enable */
|
|
477
500
|
}
|
|
478
501
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
479
502
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -512,8 +535,10 @@
|
|
|
512
535
|
}
|
|
513
536
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
514
537
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
538
|
+
/* stylelint-disable */
|
|
515
539
|
min-width: 320px !important;
|
|
516
540
|
width: 100% !important;
|
|
541
|
+
/* stylelint-enable */
|
|
517
542
|
}
|
|
518
543
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
519
544
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -533,8 +558,14 @@
|
|
|
533
558
|
}
|
|
534
559
|
|
|
535
560
|
.e-pivot-calc-dialog-div {
|
|
561
|
+
/* stylelint-disable */
|
|
536
562
|
max-height: 550px !important;
|
|
563
|
+
/* stylelint-enable */
|
|
537
564
|
min-width: 290px;
|
|
565
|
+
/* stylelint-disable */
|
|
566
|
+
/* stylelint-enable */
|
|
567
|
+
/* stylelint-disable */
|
|
568
|
+
/* stylelint-enable */
|
|
538
569
|
}
|
|
539
570
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
540
571
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -580,9 +611,11 @@
|
|
|
580
611
|
}
|
|
581
612
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
582
613
|
color: #6b7280;
|
|
614
|
+
/* stylelint-disable */
|
|
583
615
|
float: right !important;
|
|
584
616
|
margin: 0;
|
|
585
617
|
margin-right: 12px !important;
|
|
618
|
+
/* stylelint-enable */
|
|
586
619
|
}
|
|
587
620
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
588
621
|
cursor: default;
|
|
@@ -633,12 +666,14 @@
|
|
|
633
666
|
margin-right: 4px;
|
|
634
667
|
pointer-events: auto;
|
|
635
668
|
width: 24px;
|
|
669
|
+
/* stylelint-disable */
|
|
636
670
|
height: 20px;
|
|
637
671
|
margin-top: 0;
|
|
638
672
|
padding: 0 5px;
|
|
639
673
|
position: relative;
|
|
640
674
|
bottom: 1px;
|
|
641
675
|
width: 20px;
|
|
676
|
+
/* stylelint-enable */
|
|
642
677
|
}
|
|
643
678
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item.e-active span.e-icons {
|
|
644
679
|
color: #6b7280;
|
|
@@ -884,8 +919,11 @@
|
|
|
884
919
|
|
|
885
920
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
886
921
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
887
|
-
|
|
922
|
+
/* stylelint-disable */
|
|
923
|
+
max-height: 600px !important;
|
|
888
924
|
min-width: 401px !important;
|
|
925
|
+
/* stylelint-enable */
|
|
926
|
+
/* stylelint-disable */
|
|
889
927
|
}
|
|
890
928
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
891
929
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -932,7 +970,7 @@
|
|
|
932
970
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
933
971
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
934
972
|
max-height: 750px !important;
|
|
935
|
-
min-width: 580px;
|
|
973
|
+
min-width: 580px !important;
|
|
936
974
|
}
|
|
937
975
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
938
976
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -971,6 +1009,9 @@
|
|
|
971
1009
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
972
1010
|
max-width: 400px !important;
|
|
973
1011
|
min-width: 320px !important;
|
|
1012
|
+
/* stylelint-enable */
|
|
1013
|
+
/* stylelint-disable */
|
|
1014
|
+
/* stylelint-enable */
|
|
974
1015
|
}
|
|
975
1016
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
976
1017
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -1008,8 +1049,10 @@
|
|
|
1008
1049
|
}
|
|
1009
1050
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
1010
1051
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1052
|
+
/* stylelint-disable */
|
|
1011
1053
|
margin-left: -22px;
|
|
1012
1054
|
overflow: auto !important;
|
|
1055
|
+
/* stylelint-enable */
|
|
1013
1056
|
}
|
|
1014
1057
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
1015
1058
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1028,6 +1071,10 @@
|
|
|
1028
1071
|
margin-left: 0;
|
|
1029
1072
|
margin-right: -22px;
|
|
1030
1073
|
}
|
|
1074
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
1075
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1076
|
+
/* stylelint-disable */
|
|
1077
|
+
}
|
|
1031
1078
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
1032
1079
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
1033
1080
|
margin-left: 0;
|
|
@@ -1089,6 +1136,7 @@
|
|
|
1089
1136
|
}
|
|
1090
1137
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1091
1138
|
border: 0;
|
|
1139
|
+
/* stylelint-enable */
|
|
1092
1140
|
}
|
|
1093
1141
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1094
1142
|
margin: 0 0 0 6px;
|
|
@@ -1118,6 +1166,8 @@
|
|
|
1118
1166
|
overflow: auto;
|
|
1119
1167
|
padding: 20px;
|
|
1120
1168
|
padding-bottom: 0;
|
|
1169
|
+
/* stylelint-disable */
|
|
1170
|
+
/* stylelint-enable */
|
|
1121
1171
|
padding-top: 0;
|
|
1122
1172
|
}
|
|
1123
1173
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
@@ -1158,6 +1208,9 @@
|
|
|
1158
1208
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
1159
1209
|
float: right;
|
|
1160
1210
|
}
|
|
1211
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1212
|
+
/* stylelint-disable */
|
|
1213
|
+
}
|
|
1161
1214
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
1162
1215
|
margin-left: 0;
|
|
1163
1216
|
}
|
|
@@ -1297,6 +1350,7 @@
|
|
|
1297
1350
|
overflow: hidden;
|
|
1298
1351
|
padding: 0 !important;
|
|
1299
1352
|
padding: 12px 0 0 0 !important;
|
|
1353
|
+
/* stylelint-enable */
|
|
1300
1354
|
}
|
|
1301
1355
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
1302
1356
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1368,6 +1422,11 @@
|
|
|
1368
1422
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
1369
1423
|
padding-right: 0;
|
|
1370
1424
|
}
|
|
1425
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
1426
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
1427
|
+
/* stylelint-disable */
|
|
1428
|
+
/* stylelint-enable */
|
|
1429
|
+
}
|
|
1371
1430
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
1372
1431
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
1373
1432
|
padding-left: 24px;
|
|
@@ -1417,6 +1476,7 @@
|
|
|
1417
1476
|
padding: 4px;
|
|
1418
1477
|
}
|
|
1419
1478
|
|
|
1479
|
+
/* stylelint-disable */
|
|
1420
1480
|
.e-button-drag-clone {
|
|
1421
1481
|
background-color: #e5e7eb !important;
|
|
1422
1482
|
border: 1px solid #e5e7eb;
|
|
@@ -1456,6 +1516,12 @@
|
|
|
1456
1516
|
width: auto !important;
|
|
1457
1517
|
}
|
|
1458
1518
|
|
|
1519
|
+
/* stylelint-enable */
|
|
1520
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
1521
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
1522
|
+
/* stylelint-disable */
|
|
1523
|
+
/* stylelint-enable */
|
|
1524
|
+
}
|
|
1459
1525
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1460
1526
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1461
1527
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -1520,6 +1586,10 @@
|
|
|
1520
1586
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
1521
1587
|
margin-left: 10px;
|
|
1522
1588
|
}
|
|
1589
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1590
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1591
|
+
/* stylelint-disable */
|
|
1592
|
+
}
|
|
1523
1593
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
1524
1594
|
.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 {
|
|
1525
1595
|
margin: 0 0 0 6px;
|
|
@@ -1672,6 +1742,7 @@
|
|
|
1672
1742
|
background-color: #e5e7eb;
|
|
1673
1743
|
}
|
|
1674
1744
|
|
|
1745
|
+
/* stylelint-disable */
|
|
1675
1746
|
*.e-rtl .e-select-table {
|
|
1676
1747
|
padding: 8px 5px;
|
|
1677
1748
|
}
|
|
@@ -1710,6 +1781,8 @@
|
|
|
1710
1781
|
font-size: 14px;
|
|
1711
1782
|
max-width: 700px;
|
|
1712
1783
|
min-width: 300px;
|
|
1784
|
+
/* stylelint-enable */
|
|
1785
|
+
/* stylelint-enable */
|
|
1713
1786
|
}
|
|
1714
1787
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
1715
1788
|
display: -ms-flexbox;
|
|
@@ -1832,6 +1905,8 @@
|
|
|
1832
1905
|
display: -ms-flexbox;
|
|
1833
1906
|
display: flex;
|
|
1834
1907
|
padding-right: 18px;
|
|
1908
|
+
/* stylelint-disable */
|
|
1909
|
+
/* stylelint-enable */
|
|
1835
1910
|
}
|
|
1836
1911
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
1837
1912
|
-ms-flex: auto;
|
|
@@ -1843,7 +1918,9 @@
|
|
|
1843
1918
|
color: #374151;
|
|
1844
1919
|
cursor: pointer;
|
|
1845
1920
|
font-size: 14px;
|
|
1921
|
+
/* stylelint-disable */
|
|
1846
1922
|
height: 20px !important;
|
|
1923
|
+
/* stylelint-enable */
|
|
1847
1924
|
padding: 6px 0 0 4px;
|
|
1848
1925
|
width: 20px;
|
|
1849
1926
|
}
|
|
@@ -1876,9 +1953,13 @@
|
|
|
1876
1953
|
}
|
|
1877
1954
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1878
1955
|
overflow: hidden;
|
|
1956
|
+
/* stylelint-disable */
|
|
1957
|
+
/* stylelint-enable */
|
|
1879
1958
|
}
|
|
1880
1959
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1881
1960
|
margin-left: -30px;
|
|
1961
|
+
/* stylelint-disable */
|
|
1962
|
+
/* stylelint-enable */
|
|
1882
1963
|
}
|
|
1883
1964
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
1884
1965
|
cursor: default;
|
|
@@ -2396,10 +2477,12 @@
|
|
|
2396
2477
|
height: 261px;
|
|
2397
2478
|
}
|
|
2398
2479
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2399
|
-
height: 540px;
|
|
2480
|
+
min-height: 540px;
|
|
2400
2481
|
}
|
|
2401
2482
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2402
2483
|
height: 369px;
|
|
2484
|
+
/* stylelint-disable */
|
|
2485
|
+
/* stylelint-enable */
|
|
2403
2486
|
}
|
|
2404
2487
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2405
2488
|
height: 389px !important;
|
|
@@ -2423,6 +2506,7 @@
|
|
|
2423
2506
|
display: -ms-flexbox;
|
|
2424
2507
|
display: flex;
|
|
2425
2508
|
padding: 10px 18px;
|
|
2509
|
+
/* stylelint-disable */
|
|
2426
2510
|
}
|
|
2427
2511
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2428
2512
|
float: right;
|
|
@@ -2459,6 +2543,8 @@
|
|
|
2459
2543
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2460
2544
|
margin-left: 0;
|
|
2461
2545
|
margin-right: -30px;
|
|
2546
|
+
/* stylelint-disable */
|
|
2547
|
+
/* stylelint-enable */
|
|
2462
2548
|
}
|
|
2463
2549
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
2464
2550
|
font-family: Inter;
|
|
@@ -2489,6 +2575,8 @@
|
|
|
2489
2575
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
2490
2576
|
padding-left: 18px;
|
|
2491
2577
|
padding-right: 0;
|
|
2578
|
+
/* stylelint-disable */
|
|
2579
|
+
/* stylelint-enable */
|
|
2492
2580
|
}
|
|
2493
2581
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
2494
2582
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -2570,8 +2658,10 @@
|
|
|
2570
2658
|
}
|
|
2571
2659
|
.e-pivotfieldlist-container.e-device {
|
|
2572
2660
|
height: 100%;
|
|
2661
|
+
/* stylelint-disable */
|
|
2573
2662
|
max-height: 100% !important;
|
|
2574
2663
|
max-width: 100% !important;
|
|
2664
|
+
/* stylelint-enable */
|
|
2575
2665
|
min-height: 500px;
|
|
2576
2666
|
width: 100%;
|
|
2577
2667
|
}
|
|
@@ -2590,6 +2680,11 @@
|
|
|
2590
2680
|
background-color: transparent;
|
|
2591
2681
|
color: rgba(17, 24, 39, 0.87);
|
|
2592
2682
|
}
|
|
2683
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2684
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2685
|
+
height: 210px;
|
|
2686
|
+
overflow: auto;
|
|
2687
|
+
}
|
|
2593
2688
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2594
2689
|
display: -ms-flexbox;
|
|
2595
2690
|
display: flex;
|
|
@@ -2673,6 +2768,8 @@
|
|
|
2673
2768
|
padding: 9px 16px;
|
|
2674
2769
|
text-transform: none;
|
|
2675
2770
|
width: 100%;
|
|
2771
|
+
/* stylelint-disable */
|
|
2772
|
+
/* stylelint-enable */
|
|
2676
2773
|
}
|
|
2677
2774
|
.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
2775
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -2864,6 +2961,10 @@
|
|
|
2864
2961
|
vertical-align: middle;
|
|
2865
2962
|
width: 70%;
|
|
2866
2963
|
}
|
|
2964
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
2965
|
+
/* stylelint-disable */
|
|
2966
|
+
/* stylelint-enable */
|
|
2967
|
+
}
|
|
2867
2968
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
2868
2969
|
background-color: #fff;
|
|
2869
2970
|
border: 1px solid #e5e7eb;
|
|
@@ -2911,6 +3012,10 @@
|
|
|
2911
3012
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
2912
3013
|
margin-right: 12px;
|
|
2913
3014
|
}
|
|
3015
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
3016
|
+
/* stylelint-disable */
|
|
3017
|
+
/* stylelint-enable */
|
|
3018
|
+
}
|
|
2914
3019
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
2915
3020
|
left: 16px;
|
|
2916
3021
|
right: auto;
|
|
@@ -3060,6 +3165,10 @@
|
|
|
3060
3165
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
3061
3166
|
max-height: 600px;
|
|
3062
3167
|
}
|
|
3168
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
3169
|
+
/* stylelint-disable */
|
|
3170
|
+
/* stylelint-enable */
|
|
3171
|
+
}
|
|
3063
3172
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
3064
3173
|
margin-left: 12px;
|
|
3065
3174
|
margin-right: 0;
|
|
@@ -3080,6 +3189,11 @@
|
|
|
3080
3189
|
margin-left: 20px;
|
|
3081
3190
|
}
|
|
3082
3191
|
|
|
3192
|
+
/* stylelint-disable */
|
|
3193
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
3194
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
3195
|
+
/* stylelint-enable */
|
|
3196
|
+
}
|
|
3083
3197
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
3084
3198
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
3085
3199
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -3231,6 +3345,16 @@
|
|
|
3231
3345
|
margin-top: 4px;
|
|
3232
3346
|
padding: 0 12px;
|
|
3233
3347
|
}
|
|
3348
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3349
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3350
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3351
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
3352
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3353
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3354
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3355
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
3356
|
+
/* stylelint-disable */
|
|
3357
|
+
}
|
|
3234
3358
|
.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,
|
|
3235
3359
|
.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,
|
|
3236
3360
|
.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,
|
|
@@ -3242,6 +3366,7 @@
|
|
|
3242
3366
|
font-size: 14px;
|
|
3243
3367
|
height: 36px !important;
|
|
3244
3368
|
padding: 9px 16px !important;
|
|
3369
|
+
/* stylelint-enable */
|
|
3245
3370
|
}
|
|
3246
3371
|
.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,
|
|
3247
3372
|
.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,
|
|
@@ -3366,6 +3491,10 @@
|
|
|
3366
3491
|
.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 {
|
|
3367
3492
|
padding-top: 7px;
|
|
3368
3493
|
}
|
|
3494
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
3495
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
3496
|
+
/* stylelint-disable */
|
|
3497
|
+
}
|
|
3369
3498
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
3370
3499
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
3371
3500
|
padding-left: 16px;
|
|
@@ -3378,6 +3507,7 @@
|
|
|
3378
3507
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
3379
3508
|
padding-left: 0;
|
|
3380
3509
|
padding-right: 5px;
|
|
3510
|
+
/* stylelint-enable */
|
|
3381
3511
|
}
|
|
3382
3512
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3383
3513
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -3416,6 +3546,8 @@
|
|
|
3416
3546
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
3417
3547
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
3418
3548
|
padding-left: 16px;
|
|
3549
|
+
/* stylelint-disable */
|
|
3550
|
+
/* stylelint-enable */
|
|
3419
3551
|
}
|
|
3420
3552
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
3421
3553
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -3483,6 +3615,10 @@
|
|
|
3483
3615
|
padding-left: 0;
|
|
3484
3616
|
padding-right: 4px;
|
|
3485
3617
|
}
|
|
3618
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
3619
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
3620
|
+
/* stylelint-disable */
|
|
3621
|
+
}
|
|
3486
3622
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3487
3623
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3488
3624
|
max-height: 750px;
|
|
@@ -3497,8 +3633,8 @@
|
|
|
3497
3633
|
}
|
|
3498
3634
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3499
3635
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3500
|
-
height: 550px !important;
|
|
3501
3636
|
max-height: 600px !important;
|
|
3637
|
+
min-height: 566px !important;
|
|
3502
3638
|
}
|
|
3503
3639
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3504
3640
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -3515,4 +3651,10 @@
|
|
|
3515
3651
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3516
3652
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3517
3653
|
height: 165px !important;
|
|
3518
|
-
}
|
|
3654
|
+
}
|
|
3655
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3656
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3657
|
+
max-height: 179px;
|
|
3658
|
+
}
|
|
3659
|
+
|
|
3660
|
+
/* stylelint-enable */
|
|
@@ -46,7 +46,7 @@ $pivotgrid-expcoldiv-fontsize: 12px !default;
|
|
|
46
46
|
$pivotgrid-vsort-mouse-margin: -15px 0 !default;
|
|
47
47
|
$pivotgrid-vsort-row-margin: 0 !default;
|
|
48
48
|
$pivotgrid-vsort-mouse-wrap-margin: -30px -15px !default;
|
|
49
|
-
$pivotgrid-vsort-touch-margin: -
|
|
49
|
+
$pivotgrid-vsort-touch-margin: -13px -11px !default;
|
|
50
50
|
$pivotgrid-vsort-touch-wrap-margin: -30px -18px !default;
|
|
51
51
|
$pivotgrid-tooltip-padding: 3px 2px !default;
|
|
52
52
|
$pivotgrid-tooltip-fontcolor: $grey-base !default;
|
|
@@ -128,3 +128,4 @@ $pivotgrid-grouping-padding-top: 0 !default;
|
|
|
128
128
|
$pivotgrid-grouping-bigger-padding-top: 0 !default;
|
|
129
129
|
$pivotgrid-button-icon-wrapper-size: 18px !default;
|
|
130
130
|
$pivotgrid-bigger-button-icon-wrapper-size: 20px !default;
|
|
131
|
+
$pivotgrid-bigger-button-icon-touch-margin-size: 0 !default;
|
|
@@ -46,7 +46,7 @@ $pivotgrid-expcoldiv-fontsize: 11px !default;
|
|
|
46
46
|
$pivotgrid-vsort-mouse-margin: -15px 0 !default;
|
|
47
47
|
$pivotgrid-vsort-row-margin: 0 !default;
|
|
48
48
|
$pivotgrid-vsort-mouse-wrap-margin: -30px -15px !default;
|
|
49
|
-
$pivotgrid-vsort-touch-margin: -
|
|
49
|
+
$pivotgrid-vsort-touch-margin: -14px -9px !default;
|
|
50
50
|
$pivotgrid-vsort-touch-wrap-margin: -30px -18px !default;
|
|
51
51
|
$pivotgrid-tooltip-padding: 3px 2px !default;
|
|
52
52
|
$pivotgrid-tooltip-fontcolor: #fff !default;
|
|
@@ -125,3 +125,4 @@ $pivotgrid-grouping-padding-top: 0 !default;
|
|
|
125
125
|
$pivotgrid-grouping-bigger-padding-top: 0 !default;
|
|
126
126
|
$pivotgrid-button-icon-wrapper-size: 18px !default;
|
|
127
127
|
$pivotgrid-bigger-button-icon-wrapper-size: 20px !default;
|
|
128
|
+
$pivotgrid-bigger-button-icon-touch-margin-size: 1px !default;
|
|
@@ -46,7 +46,7 @@ $pivotgrid-expcoldiv-fontsize: 13px !default;
|
|
|
46
46
|
$pivotgrid-vsort-mouse-margin: -15px 0 !default;
|
|
47
47
|
$pivotgrid-vsort-row-margin: 0 !default;
|
|
48
48
|
$pivotgrid-vsort-mouse-wrap-margin: -30px -15px !default;
|
|
49
|
-
$pivotgrid-vsort-touch-margin: -
|
|
49
|
+
$pivotgrid-vsort-touch-margin: -14px -8px !default;
|
|
50
50
|
$pivotgrid-vsort-touch-wrap-margin: -30px -18px !default;
|
|
51
51
|
$pivotgrid-tooltip-padding: 3px 2px !default;
|
|
52
52
|
$pivotgrid-tooltip-fontcolor: #fff !default;
|
|
@@ -125,3 +125,4 @@ $pivotgrid-grouping-padding-top: 0 !default;
|
|
|
125
125
|
$pivotgrid-grouping-bigger-padding-top: 0 !default;
|
|
126
126
|
$pivotgrid-button-icon-wrapper-size: 18px !default;
|
|
127
127
|
$pivotgrid-bigger-button-icon-wrapper-size: 20px !default;
|
|
128
|
+
$pivotgrid-bigger-button-icon-touch-margin-size: 2px !default;
|
|
@@ -27,11 +27,11 @@ $pivotgrid-expcoldiv-fontsize: 10px !default;
|
|
|
27
27
|
$pivotgrid-drill-margintop: 0 !default;
|
|
28
28
|
$pivotgrid-bigger-drill-margintop: 0 !default;
|
|
29
29
|
$pivotgrid-rtl-expand-icon-font-size: 10px !default;
|
|
30
|
-
$pivotgrid-collapse-icon-fonsize:
|
|
30
|
+
$pivotgrid-collapse-icon-fonsize: 20px !default;
|
|
31
31
|
$pivotgrid-vsort-mouse-margin: -15px 0 !default;
|
|
32
32
|
$pivotgrid-vsort-row-margin: 0 !default;
|
|
33
33
|
$pivotgrid-vsort-mouse-wrap-margin: -18px !default;
|
|
34
|
-
$pivotgrid-vsort-touch-margin: -
|
|
34
|
+
$pivotgrid-vsort-touch-margin: -15px -8px !default;
|
|
35
35
|
$pivotgrid-vsort-touch-wrap-margin: -18px -15px !default;
|
|
36
36
|
$pivotgrid-tooltip-padding: 3px 4px !default;
|
|
37
37
|
$pivotgrid-tooltip-fontsize: 14px !default;
|
|
@@ -118,13 +118,14 @@ $pivotview-axis-indent-padding: $pivotview-grid-indent-padding !default;
|
|
|
118
118
|
$pivotview-axis-bigger-indent-padding: $pivotview-grid-bigger-indent-padding !default;
|
|
119
119
|
$pivotgrid-button-font-size: 13px !default;
|
|
120
120
|
$pivotgrid-bigger-button-font-size: 13px !default;
|
|
121
|
-
$pivotgrid-button-inner-padding:
|
|
121
|
+
$pivotgrid-button-inner-padding: 3px !default;
|
|
122
122
|
$pivotgrid-bigger-button-inner-padding: 5px !default;
|
|
123
123
|
$pivotgrid-bigger-excel-dialog-min-width: 350px !default;
|
|
124
124
|
$pivotgrid-expand-bigger-icon-fontsize: 24px !default;
|
|
125
|
-
$pivotgrid-collapse-bigger-icon-fontsize:
|
|
125
|
+
$pivotgrid-collapse-bigger-icon-fontsize: 24px !default;
|
|
126
126
|
$pivotgrid-grouping-padding-bottom: 12px !default;
|
|
127
127
|
$pivotgrid-grouping-padding-top: 12px !default;
|
|
128
128
|
$pivotgrid-grouping-bigger-padding-top: 16px !default;
|
|
129
129
|
$pivotgrid-button-icon-wrapper-size: 18px !default;
|
|
130
130
|
$pivotgrid-bigger-button-icon-wrapper-size: 20px !default;
|
|
131
|
+
$pivotgrid-bigger-button-icon-touch-margin-size: 2px !default;
|
|
@@ -45,7 +45,7 @@ $pivotgrid-expcoldiv-fontsize: 10px !default;
|
|
|
45
45
|
$pivotgrid-vsort-mouse-margin: -21px 0 !default;
|
|
46
46
|
$pivotgrid-vsort-row-margin: 0 !default;
|
|
47
47
|
$pivotgrid-vsort-mouse-wrap-margin: -17px 0 !default;
|
|
48
|
-
$pivotgrid-vsort-touch-margin: -
|
|
48
|
+
$pivotgrid-vsort-touch-margin: -18px -5px !default;
|
|
49
49
|
$pivotgrid-vsort-touch-wrap-margin: -17px -5px !default;
|
|
50
50
|
$pivotgrid-tooltip-padding: 3px 3px !default;
|
|
51
51
|
$pivotgrid-tooltip-fontcolor: $grey-dark-font !default;
|
|
@@ -127,3 +127,4 @@ $pivotgrid-grouping-padding-top: 0 !default;
|
|
|
127
127
|
$pivotgrid-grouping-bigger-padding-top: 0 !default;
|
|
128
128
|
$pivotgrid-button-icon-wrapper-size: 18px !default;
|
|
129
129
|
$pivotgrid-bigger-button-icon-wrapper-size: 20px !default;
|
|
130
|
+
$pivotgrid-bigger-button-icon-touch-margin-size: 1px !default;
|
|
@@ -45,7 +45,7 @@ $pivotgrid-expcoldiv-fontsize: 12px !default;
|
|
|
45
45
|
$pivotgrid-vsort-mouse-margin: -21px 0 !default;
|
|
46
46
|
$pivotgrid-vsort-row-margin: 0 !default;
|
|
47
47
|
$pivotgrid-vsort-mouse-wrap-margin: -17px 0 !default;
|
|
48
|
-
$pivotgrid-vsort-touch-margin: -
|
|
48
|
+
$pivotgrid-vsort-touch-margin: -18px -5px !default;
|
|
49
49
|
$pivotgrid-vsort-touch-wrap-margin: -17px -5px !default;
|
|
50
50
|
$pivotgrid-tooltip-padding: 3px 3px !default;
|
|
51
51
|
$pivotgrid-tooltip-fontcolor: #333 !default;
|
|
@@ -124,3 +124,4 @@ $pivotgrid-grouping-padding-top: 0 !default;
|
|
|
124
124
|
$pivotgrid-grouping-bigger-padding-top: 0 !default;
|
|
125
125
|
$pivotgrid-button-icon-wrapper-size: 18px !default;
|
|
126
126
|
$pivotgrid-bigger-button-icon-wrapper-size: 20px !default;
|
|
127
|
+
$pivotgrid-bigger-button-icon-touch-margin-size: 1px !default;
|
|
@@ -27,11 +27,11 @@ $pivotgrid-expcoldiv-fontsize: 10px !default;
|
|
|
27
27
|
$pivotgrid-drill-margintop: 0 !default;
|
|
28
28
|
$pivotgrid-bigger-drill-margintop: 0 !default;
|
|
29
29
|
$pivotgrid-rtl-expand-icon-font-size: 18px !default;
|
|
30
|
-
$pivotgrid-collapse-icon-fonsize:
|
|
30
|
+
$pivotgrid-collapse-icon-fonsize: 18px !default;
|
|
31
31
|
$pivotgrid-vsort-mouse-margin: -15px 0 !default;
|
|
32
32
|
$pivotgrid-vsort-row-margin: 0 !default;
|
|
33
33
|
$pivotgrid-vsort-mouse-wrap-margin: -18px !default;
|
|
34
|
-
$pivotgrid-vsort-touch-margin: -
|
|
34
|
+
$pivotgrid-vsort-touch-margin: -14px -10px !default;
|
|
35
35
|
$pivotgrid-vsort-touch-wrap-margin: -18px -15px !default;
|
|
36
36
|
$pivotgrid-tooltip-padding: 3px 4px !default;
|
|
37
37
|
$pivotgrid-tooltip-fontsize: 14px !default;
|
|
@@ -122,9 +122,10 @@ $pivotgrid-button-inner-padding: 3px !default;
|
|
|
122
122
|
$pivotgrid-bigger-button-inner-padding: 6px !default;
|
|
123
123
|
$pivotgrid-bigger-excel-dialog-min-width: 350px !default;
|
|
124
124
|
$pivotgrid-expand-bigger-icon-fontsize: 24px !default;
|
|
125
|
-
$pivotgrid-collapse-bigger-icon-fontsize:
|
|
125
|
+
$pivotgrid-collapse-bigger-icon-fontsize: 24px !default;
|
|
126
126
|
$pivotgrid-grouping-padding-bottom: 12px !default;
|
|
127
127
|
$pivotgrid-grouping-padding-top: 12px !default;
|
|
128
128
|
$pivotgrid-grouping-bigger-padding-top: 16px !default;
|
|
129
129
|
$pivotgrid-button-icon-wrapper-size: 18px !default;
|
|
130
130
|
$pivotgrid-bigger-button-icon-wrapper-size: 20px !default;
|
|
131
|
+
$pivotgrid-bigger-button-icon-touch-margin-size: 2px !default;
|
|
@@ -128,3 +128,4 @@ $pivotgrid-grouping-padding-top: 12px !default;
|
|
|
128
128
|
$pivotgrid-grouping-bigger-padding-top: 16px !default;
|
|
129
129
|
$pivotgrid-button-icon-wrapper-size: 18px !default;
|
|
130
130
|
$pivotgrid-bigger-button-icon-wrapper-size: 20px !default;
|
|
131
|
+
$pivotgrid-bigger-button-icon-touch-margin-size: 0 !default;
|
|
@@ -46,7 +46,7 @@ $pivotgrid-collapse-icon-fonsize: 10px !default;
|
|
|
46
46
|
$pivotgrid-vsort-mouse-margin: -21px 0 !default;
|
|
47
47
|
$pivotgrid-vsort-row-margin: 0 !default;
|
|
48
48
|
$pivotgrid-vsort-mouse-wrap-margin: -18px 0 !default;
|
|
49
|
-
$pivotgrid-vsort-touch-margin: -
|
|
49
|
+
$pivotgrid-vsort-touch-margin: -18px -6px !default;
|
|
50
50
|
$pivotgrid-vsort-touch-wrap-margin: -18px -6px !default;
|
|
51
51
|
$pivotgrid-tooltip-padding: 0 0 !default;
|
|
52
52
|
$pivotgrid-tooltip-fontcolor: $selection-font !default;
|
|
@@ -123,3 +123,4 @@ $pivotgrid-grouping-padding-top: 0 !default;
|
|
|
123
123
|
$pivotgrid-grouping-bigger-padding-top: 0 !default;
|
|
124
124
|
$pivotgrid-button-icon-wrapper-size: 18px !default;
|
|
125
125
|
$pivotgrid-bigger-button-icon-wrapper-size: 20px !default;
|
|
126
|
+
$pivotgrid-bigger-button-icon-touch-margin-size: 0 !default;
|