@syncfusion/ej2-angular-pivotview 20.2.45 → 20.3.47
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/esm2020/src/index.mjs +2 -2
- package/esm2020/src/pivotview/pivotview-all.module.mjs +7 -4
- package/esm2020/src/pivotview/pivotview.component.mjs +10 -3
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +16 -6
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +16 -6
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
- package/package.json +8 -8
- package/schematics/collection.json +20 -0
- package/schematics/generators/pivotview-default/index.d.ts +3 -0
- package/schematics/generators/pivotview-default/index.js +8 -0
- package/schematics/generators/pivotview-default/sample-details.d.ts +5 -0
- package/schematics/generators/pivotview-default/sample-details.js +7 -0
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/pivotview-default/schema.d.ts +3 -0
- package/schematics/generators/pivotview-default/schema.js +2 -0
- package/schematics/generators/pivotview-default/schema.json +125 -0
- package/schematics/generators/pivotview-fieldlist/index.d.ts +3 -0
- package/schematics/generators/pivotview-fieldlist/index.js +8 -0
- package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +5 -0
- package/schematics/generators/pivotview-fieldlist/sample-details.js +7 -0
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/pivotview-fieldlist/schema.d.ts +3 -0
- package/schematics/generators/pivotview-fieldlist/schema.js +2 -0
- package/schematics/generators/pivotview-fieldlist/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +1 -1
- package/src/pivotview/pivotview-all.module.d.ts +1 -0
- package/src/pivotview/pivotview.component.d.ts +1 -1
- package/styles/bootstrap-dark.css +705 -38
- package/styles/bootstrap.css +704 -37
- package/styles/bootstrap4.css +705 -36
- package/styles/bootstrap5-dark.css +730 -40
- package/styles/bootstrap5.css +730 -40
- package/styles/fabric-dark.css +705 -38
- package/styles/fabric.css +704 -37
- package/styles/fluent-dark.css +729 -39
- package/styles/fluent.css +729 -39
- package/styles/highcontrast-light.css +703 -36
- package/styles/highcontrast.css +703 -36
- package/styles/material-dark.css +708 -37
- package/styles/material.css +706 -35
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +9 -1
- package/styles/pivotfieldlist/_bootstrap-definition.scss +9 -1
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +9 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +9 -1
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +8 -0
- package/styles/pivotfieldlist/_fabric-definition.scss +8 -0
- package/styles/pivotfieldlist/_fluent-definition.scss +8 -0
- package/styles/pivotfieldlist/_fusionnew-definition.scss +8 -0
- package/styles/pivotfieldlist/_highcontrast-definition.scss +8 -0
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +8 -0
- package/styles/pivotfieldlist/_layout.scss +56 -5
- package/styles/pivotfieldlist/_material-dark-definition.scss +8 -0
- package/styles/pivotfieldlist/_material-definition.scss +8 -0
- package/styles/pivotfieldlist/_material3-definition.scss +8 -0
- package/styles/pivotfieldlist/_tailwind-definition.scss +9 -1
- package/styles/pivotfieldlist/_theme.scss +94 -13
- package/styles/pivotfieldlist/bootstrap-dark.css +54 -15
- package/styles/pivotfieldlist/bootstrap.css +53 -14
- package/styles/pivotfieldlist/bootstrap4.css +54 -15
- package/styles/pivotfieldlist/bootstrap5-dark.css +77 -15
- package/styles/pivotfieldlist/bootstrap5.css +77 -15
- package/styles/pivotfieldlist/fabric-dark.css +53 -14
- package/styles/pivotfieldlist/fabric.css +52 -13
- package/styles/pivotfieldlist/fluent-dark.css +77 -14
- package/styles/pivotfieldlist/fluent.css +77 -14
- package/styles/pivotfieldlist/highcontrast-light.css +52 -13
- package/styles/pivotfieldlist/highcontrast.css +52 -13
- package/styles/pivotfieldlist/material-dark.css +53 -14
- package/styles/pivotfieldlist/material.css +52 -13
- package/styles/pivotfieldlist/tailwind-dark.css +61 -14
- package/styles/pivotfieldlist/tailwind.css +61 -14
- package/styles/pivotview/_bootstrap-dark-definition.scss +34 -5
- package/styles/pivotview/_bootstrap-definition.scss +34 -5
- package/styles/pivotview/_bootstrap4-definition.scss +34 -5
- package/styles/pivotview/_bootstrap5-definition.scss +35 -6
- package/styles/pivotview/_fabric-dark-definition.scss +35 -6
- package/styles/pivotview/_fabric-definition.scss +35 -6
- package/styles/pivotview/_fluent-definition.scss +34 -5
- package/styles/pivotview/_fusionnew-definition.scss +34 -5
- package/styles/pivotview/_highcontrast-definition.scss +34 -5
- package/styles/pivotview/_highcontrast-light-definition.scss +34 -5
- package/styles/pivotview/_layout.scss +1 -2
- package/styles/pivotview/_material-dark-definition.scss +35 -6
- package/styles/pivotview/_material-definition.scss +34 -5
- package/styles/pivotview/_material3-definition.scss +34 -5
- package/styles/pivotview/_tailwind-definition.scss +36 -7
- package/styles/pivotview/_theme.scss +465 -46
- package/styles/pivotview/bootstrap-dark.css +651 -23
- package/styles/pivotview/bootstrap.css +651 -23
- package/styles/pivotview/bootstrap4.css +651 -21
- package/styles/pivotview/bootstrap5-dark.css +653 -25
- package/styles/pivotview/bootstrap5.css +653 -25
- package/styles/pivotview/fabric-dark.css +652 -24
- package/styles/pivotview/fabric.css +652 -24
- package/styles/pivotview/fluent-dark.css +652 -25
- package/styles/pivotview/fluent.css +652 -25
- package/styles/pivotview/highcontrast-light.css +651 -23
- package/styles/pivotview/highcontrast.css +651 -23
- package/styles/pivotview/material-dark.css +655 -23
- package/styles/pivotview/material.css +654 -22
- package/styles/pivotview/tailwind-dark.css +656 -26
- package/styles/pivotview/tailwind.css +656 -26
- package/styles/tailwind-dark.css +717 -40
- package/styles/tailwind.css +717 -40
|
@@ -621,10 +621,12 @@
|
|
|
621
621
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
622
622
|
/* stylelint-disable */
|
|
623
623
|
float: right !important;
|
|
624
|
-
margin: 0;
|
|
625
|
-
margin-right: 12px !important;
|
|
624
|
+
margin: 0 12px 0 0;
|
|
626
625
|
/* stylelint-enable */
|
|
627
626
|
}
|
|
627
|
+
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit, .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited, .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report {
|
|
628
|
+
margin-top: 8px;
|
|
629
|
+
}
|
|
628
630
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
629
631
|
cursor: default;
|
|
630
632
|
}
|
|
@@ -705,8 +707,8 @@
|
|
|
705
707
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edit.e-icons,
|
|
706
708
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edited.e-icons,
|
|
707
709
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-remove-report.e-icons {
|
|
708
|
-
margin-right: 0;
|
|
709
710
|
transform: rotate(0deg);
|
|
711
|
+
margin: 5px 0 0 0;
|
|
710
712
|
}
|
|
711
713
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview ul {
|
|
712
714
|
margin-right: 0;
|
|
@@ -912,7 +914,7 @@
|
|
|
912
914
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
913
915
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
914
916
|
/* stylelint-disable */
|
|
915
|
-
max-height:
|
|
917
|
+
max-height: 660px !important;
|
|
916
918
|
min-width: 401px !important;
|
|
917
919
|
/* stylelint-enable */
|
|
918
920
|
/* stylelint-disable */
|
|
@@ -1038,6 +1040,18 @@
|
|
|
1038
1040
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container.e-rtl ul .e-list-icon {
|
|
1039
1041
|
transform: rotateX(0deg) rotateY(180deg);
|
|
1040
1042
|
}
|
|
1043
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul,
|
|
1044
|
+
.e-pivotfieldlist-container .e-member-editor-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul {
|
|
1045
|
+
padding-left: 24px;
|
|
1046
|
+
}
|
|
1047
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li.e-pivot-parent,
|
|
1048
|
+
.e-pivotfieldlist-container .e-member-editor-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li.e-pivot-parent {
|
|
1049
|
+
padding-left: 13px;
|
|
1050
|
+
}
|
|
1051
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content,
|
|
1052
|
+
.e-pivotfieldlist-container .e-member-editor-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
|
|
1053
|
+
padding-left: 0;
|
|
1054
|
+
}
|
|
1041
1055
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
1042
1056
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1043
1057
|
/* stylelint-disable */
|
|
@@ -1057,6 +1071,18 @@
|
|
|
1057
1071
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-disable {
|
|
1058
1072
|
display: none !important;
|
|
1059
1073
|
}
|
|
1074
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul,
|
|
1075
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul {
|
|
1076
|
+
padding-right: 24px;
|
|
1077
|
+
}
|
|
1078
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li.e-pivot-parent,
|
|
1079
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li.e-pivot-parent {
|
|
1080
|
+
padding-right: 7px;
|
|
1081
|
+
}
|
|
1082
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content,
|
|
1083
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
|
|
1084
|
+
padding-right: 0;
|
|
1085
|
+
}
|
|
1060
1086
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-rtl .e-member-editor-outer-container ul,
|
|
1061
1087
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
1062
1088
|
margin-left: 0;
|
|
@@ -1216,7 +1242,7 @@
|
|
|
1216
1242
|
margin-left: 0;
|
|
1217
1243
|
margin-right: 10px;
|
|
1218
1244
|
}
|
|
1219
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
1245
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
1220
1246
|
min-height: 170px;
|
|
1221
1247
|
overflow: auto;
|
|
1222
1248
|
}
|
|
@@ -1586,7 +1612,7 @@
|
|
|
1586
1612
|
}
|
|
1587
1613
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
1588
1614
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
1589
|
-
height:
|
|
1615
|
+
height: 119px !important;
|
|
1590
1616
|
}
|
|
1591
1617
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
1592
1618
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
@@ -1936,13 +1962,21 @@
|
|
|
1936
1962
|
padding-left: 2px;
|
|
1937
1963
|
width: 100%;
|
|
1938
1964
|
}
|
|
1965
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
1966
|
+
padding-left: 3px;
|
|
1967
|
+
}
|
|
1968
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li.e-pivot-parent {
|
|
1969
|
+
padding-left: 10px;
|
|
1970
|
+
}
|
|
1971
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
|
|
1972
|
+
padding-left: 0;
|
|
1973
|
+
}
|
|
1939
1974
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1940
1975
|
overflow: hidden;
|
|
1941
1976
|
/* stylelint-disable */
|
|
1942
1977
|
/* stylelint-enable */
|
|
1943
1978
|
}
|
|
1944
1979
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1945
|
-
margin-left: -30px;
|
|
1946
1980
|
/* stylelint-disable */
|
|
1947
1981
|
/* stylelint-enable */
|
|
1948
1982
|
}
|
|
@@ -1962,7 +1996,7 @@
|
|
|
1962
1996
|
vertical-align: bottom;
|
|
1963
1997
|
width: 20px;
|
|
1964
1998
|
margin-right: 4px;
|
|
1965
|
-
padding-left:
|
|
1999
|
+
padding-left: 8px;
|
|
1966
2000
|
}
|
|
1967
2001
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-drag.e-disable-drag {
|
|
1968
2002
|
cursor: not-allowed;
|
|
@@ -1998,10 +2032,6 @@
|
|
|
1998
2032
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
1999
2033
|
display: none !important;
|
|
2000
2034
|
}
|
|
2001
|
-
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
2002
|
-
margin-left: 0;
|
|
2003
|
-
margin-right: 0;
|
|
2004
|
-
}
|
|
2005
2035
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon {
|
|
2006
2036
|
font-size: 14px;
|
|
2007
2037
|
height: auto;
|
|
@@ -2516,9 +2546,16 @@
|
|
|
2516
2546
|
padding-left: 0;
|
|
2517
2547
|
padding-right: 2px;
|
|
2518
2548
|
}
|
|
2549
|
+
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
2550
|
+
padding-right: 3px;
|
|
2551
|
+
}
|
|
2552
|
+
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li.e-pivot-parent {
|
|
2553
|
+
padding-right: 5px;
|
|
2554
|
+
}
|
|
2555
|
+
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
|
|
2556
|
+
padding-right: 0;
|
|
2557
|
+
}
|
|
2519
2558
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2520
|
-
margin-left: 0;
|
|
2521
|
-
margin-right: -30px;
|
|
2522
2559
|
/* stylelint-disable */
|
|
2523
2560
|
/* stylelint-enable */
|
|
2524
2561
|
}
|
|
@@ -2528,6 +2565,7 @@
|
|
|
2528
2565
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-drag {
|
|
2529
2566
|
margin-left: 6px !important;
|
|
2530
2567
|
margin-right: 0 !important;
|
|
2568
|
+
padding-right: 8px;
|
|
2531
2569
|
}
|
|
2532
2570
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-calc-measure-icon,
|
|
2533
2571
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-calc-dimension-icon,
|
|
@@ -3207,6 +3245,18 @@
|
|
|
3207
3245
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list {
|
|
3208
3246
|
padding-left: 5px;
|
|
3209
3247
|
}
|
|
3248
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul,
|
|
3249
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
3250
|
+
padding-left: 0;
|
|
3251
|
+
}
|
|
3252
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li.e-pivot-parent,
|
|
3253
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li.e-pivot-parent {
|
|
3254
|
+
padding-left: 7px;
|
|
3255
|
+
}
|
|
3256
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content,
|
|
3257
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
|
|
3258
|
+
padding-left: 0;
|
|
3259
|
+
}
|
|
3210
3260
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list ul li,
|
|
3211
3261
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list ul li {
|
|
3212
3262
|
padding: 0;
|
|
@@ -3442,7 +3492,7 @@
|
|
|
3442
3492
|
}
|
|
3443
3493
|
.e-bigger .e-pivotfieldlist-container.e-static,
|
|
3444
3494
|
.e-bigger.e-pivotfieldlist-container.e-static {
|
|
3445
|
-
max-height:
|
|
3495
|
+
max-height: 735px;
|
|
3446
3496
|
}
|
|
3447
3497
|
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-center-title,
|
|
3448
3498
|
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-title {
|
|
@@ -3487,6 +3537,18 @@
|
|
|
3487
3537
|
padding-right: 5px;
|
|
3488
3538
|
/* stylelint-enable */
|
|
3489
3539
|
}
|
|
3540
|
+
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul,
|
|
3541
|
+
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
3542
|
+
padding-right: 0;
|
|
3543
|
+
}
|
|
3544
|
+
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li.e-pivot-parent,
|
|
3545
|
+
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li.e-pivot-parent {
|
|
3546
|
+
padding-right: 7px;
|
|
3547
|
+
}
|
|
3548
|
+
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content,
|
|
3549
|
+
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
|
|
3550
|
+
padding-right: 0;
|
|
3551
|
+
}
|
|
3490
3552
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3491
3553
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
3492
3554
|
margin-left: 4px !important;
|
|
@@ -621,10 +621,12 @@
|
|
|
621
621
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
622
622
|
/* stylelint-disable */
|
|
623
623
|
float: right !important;
|
|
624
|
-
margin: 0;
|
|
625
|
-
margin-right: 12px !important;
|
|
624
|
+
margin: 0 12px 0 0;
|
|
626
625
|
/* stylelint-enable */
|
|
627
626
|
}
|
|
627
|
+
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit, .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited, .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report {
|
|
628
|
+
margin-top: 8px;
|
|
629
|
+
}
|
|
628
630
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
629
631
|
cursor: default;
|
|
630
632
|
}
|
|
@@ -705,8 +707,8 @@
|
|
|
705
707
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edit.e-icons,
|
|
706
708
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edited.e-icons,
|
|
707
709
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-remove-report.e-icons {
|
|
708
|
-
margin-right: 0;
|
|
709
710
|
transform: rotate(0deg);
|
|
711
|
+
margin: 5px 0 0 0;
|
|
710
712
|
}
|
|
711
713
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview ul {
|
|
712
714
|
margin-right: 0;
|
|
@@ -912,7 +914,7 @@
|
|
|
912
914
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
913
915
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
914
916
|
/* stylelint-disable */
|
|
915
|
-
max-height:
|
|
917
|
+
max-height: 660px !important;
|
|
916
918
|
min-width: 401px !important;
|
|
917
919
|
/* stylelint-enable */
|
|
918
920
|
/* stylelint-disable */
|
|
@@ -1038,6 +1040,18 @@
|
|
|
1038
1040
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container.e-rtl ul .e-list-icon {
|
|
1039
1041
|
transform: rotateX(0deg) rotateY(180deg);
|
|
1040
1042
|
}
|
|
1043
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul,
|
|
1044
|
+
.e-pivotfieldlist-container .e-member-editor-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul {
|
|
1045
|
+
padding-left: 24px;
|
|
1046
|
+
}
|
|
1047
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li.e-pivot-parent,
|
|
1048
|
+
.e-pivotfieldlist-container .e-member-editor-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li.e-pivot-parent {
|
|
1049
|
+
padding-left: 13px;
|
|
1050
|
+
}
|
|
1051
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content,
|
|
1052
|
+
.e-pivotfieldlist-container .e-member-editor-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
|
|
1053
|
+
padding-left: 0;
|
|
1054
|
+
}
|
|
1041
1055
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
1042
1056
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1043
1057
|
/* stylelint-disable */
|
|
@@ -1057,6 +1071,18 @@
|
|
|
1057
1071
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-disable {
|
|
1058
1072
|
display: none !important;
|
|
1059
1073
|
}
|
|
1074
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul,
|
|
1075
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul {
|
|
1076
|
+
padding-right: 24px;
|
|
1077
|
+
}
|
|
1078
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li.e-pivot-parent,
|
|
1079
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li.e-pivot-parent {
|
|
1080
|
+
padding-right: 7px;
|
|
1081
|
+
}
|
|
1082
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content,
|
|
1083
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
|
|
1084
|
+
padding-right: 0;
|
|
1085
|
+
}
|
|
1060
1086
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-rtl .e-member-editor-outer-container ul,
|
|
1061
1087
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
1062
1088
|
margin-left: 0;
|
|
@@ -1216,7 +1242,7 @@
|
|
|
1216
1242
|
margin-left: 0;
|
|
1217
1243
|
margin-right: 10px;
|
|
1218
1244
|
}
|
|
1219
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
1245
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
1220
1246
|
min-height: 170px;
|
|
1221
1247
|
overflow: auto;
|
|
1222
1248
|
}
|
|
@@ -1586,7 +1612,7 @@
|
|
|
1586
1612
|
}
|
|
1587
1613
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
1588
1614
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
1589
|
-
height:
|
|
1615
|
+
height: 119px !important;
|
|
1590
1616
|
}
|
|
1591
1617
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
1592
1618
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
@@ -1936,13 +1962,21 @@
|
|
|
1936
1962
|
padding-left: 2px;
|
|
1937
1963
|
width: 100%;
|
|
1938
1964
|
}
|
|
1965
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
1966
|
+
padding-left: 3px;
|
|
1967
|
+
}
|
|
1968
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li.e-pivot-parent {
|
|
1969
|
+
padding-left: 10px;
|
|
1970
|
+
}
|
|
1971
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
|
|
1972
|
+
padding-left: 0;
|
|
1973
|
+
}
|
|
1939
1974
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1940
1975
|
overflow: hidden;
|
|
1941
1976
|
/* stylelint-disable */
|
|
1942
1977
|
/* stylelint-enable */
|
|
1943
1978
|
}
|
|
1944
1979
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1945
|
-
margin-left: -30px;
|
|
1946
1980
|
/* stylelint-disable */
|
|
1947
1981
|
/* stylelint-enable */
|
|
1948
1982
|
}
|
|
@@ -1962,7 +1996,7 @@
|
|
|
1962
1996
|
vertical-align: bottom;
|
|
1963
1997
|
width: 20px;
|
|
1964
1998
|
margin-right: 4px;
|
|
1965
|
-
padding-left:
|
|
1999
|
+
padding-left: 8px;
|
|
1966
2000
|
}
|
|
1967
2001
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-drag.e-disable-drag {
|
|
1968
2002
|
cursor: not-allowed;
|
|
@@ -1998,10 +2032,6 @@
|
|
|
1998
2032
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
1999
2033
|
display: none !important;
|
|
2000
2034
|
}
|
|
2001
|
-
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
2002
|
-
margin-left: 0;
|
|
2003
|
-
margin-right: 0;
|
|
2004
|
-
}
|
|
2005
2035
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon {
|
|
2006
2036
|
font-size: 14px;
|
|
2007
2037
|
height: auto;
|
|
@@ -2516,9 +2546,16 @@
|
|
|
2516
2546
|
padding-left: 0;
|
|
2517
2547
|
padding-right: 2px;
|
|
2518
2548
|
}
|
|
2549
|
+
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
2550
|
+
padding-right: 3px;
|
|
2551
|
+
}
|
|
2552
|
+
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li.e-pivot-parent {
|
|
2553
|
+
padding-right: 5px;
|
|
2554
|
+
}
|
|
2555
|
+
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
|
|
2556
|
+
padding-right: 0;
|
|
2557
|
+
}
|
|
2519
2558
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2520
|
-
margin-left: 0;
|
|
2521
|
-
margin-right: -30px;
|
|
2522
2559
|
/* stylelint-disable */
|
|
2523
2560
|
/* stylelint-enable */
|
|
2524
2561
|
}
|
|
@@ -2528,6 +2565,7 @@
|
|
|
2528
2565
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-drag {
|
|
2529
2566
|
margin-left: 6px !important;
|
|
2530
2567
|
margin-right: 0 !important;
|
|
2568
|
+
padding-right: 8px;
|
|
2531
2569
|
}
|
|
2532
2570
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-calc-measure-icon,
|
|
2533
2571
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-calc-dimension-icon,
|
|
@@ -3207,6 +3245,18 @@
|
|
|
3207
3245
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list {
|
|
3208
3246
|
padding-left: 5px;
|
|
3209
3247
|
}
|
|
3248
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul,
|
|
3249
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
3250
|
+
padding-left: 0;
|
|
3251
|
+
}
|
|
3252
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li.e-pivot-parent,
|
|
3253
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li.e-pivot-parent {
|
|
3254
|
+
padding-left: 7px;
|
|
3255
|
+
}
|
|
3256
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content,
|
|
3257
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
|
|
3258
|
+
padding-left: 0;
|
|
3259
|
+
}
|
|
3210
3260
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list ul li,
|
|
3211
3261
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list ul li {
|
|
3212
3262
|
padding: 0;
|
|
@@ -3442,7 +3492,7 @@
|
|
|
3442
3492
|
}
|
|
3443
3493
|
.e-bigger .e-pivotfieldlist-container.e-static,
|
|
3444
3494
|
.e-bigger.e-pivotfieldlist-container.e-static {
|
|
3445
|
-
max-height:
|
|
3495
|
+
max-height: 735px;
|
|
3446
3496
|
}
|
|
3447
3497
|
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-center-title,
|
|
3448
3498
|
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-title {
|
|
@@ -3487,6 +3537,18 @@
|
|
|
3487
3537
|
padding-right: 5px;
|
|
3488
3538
|
/* stylelint-enable */
|
|
3489
3539
|
}
|
|
3540
|
+
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul,
|
|
3541
|
+
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
3542
|
+
padding-right: 0;
|
|
3543
|
+
}
|
|
3544
|
+
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li.e-pivot-parent,
|
|
3545
|
+
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li.e-pivot-parent {
|
|
3546
|
+
padding-right: 7px;
|
|
3547
|
+
}
|
|
3548
|
+
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content,
|
|
3549
|
+
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
|
|
3550
|
+
padding-right: 0;
|
|
3551
|
+
}
|
|
3490
3552
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3491
3553
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
3492
3554
|
margin-left: 4px !important;
|
|
@@ -612,10 +612,12 @@
|
|
|
612
612
|
color: #dadada;
|
|
613
613
|
/* stylelint-disable */
|
|
614
614
|
float: right !important;
|
|
615
|
-
margin: 0;
|
|
616
|
-
margin-right: 12px !important;
|
|
615
|
+
margin: 0 12px 0 0;
|
|
617
616
|
/* stylelint-enable */
|
|
618
617
|
}
|
|
618
|
+
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit, .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited, .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report {
|
|
619
|
+
margin-top: 8px;
|
|
620
|
+
}
|
|
619
621
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
620
622
|
cursor: default;
|
|
621
623
|
}
|
|
@@ -692,8 +694,8 @@
|
|
|
692
694
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edit.e-icons,
|
|
693
695
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edited.e-icons,
|
|
694
696
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-remove-report.e-icons {
|
|
695
|
-
margin-right: 0;
|
|
696
697
|
transform: rotate(0deg);
|
|
698
|
+
margin: 5px 0 0 0;
|
|
697
699
|
}
|
|
698
700
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview ul {
|
|
699
701
|
margin-right: 0;
|
|
@@ -899,7 +901,7 @@
|
|
|
899
901
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
900
902
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
901
903
|
/* stylelint-disable */
|
|
902
|
-
max-height:
|
|
904
|
+
max-height: 660px !important;
|
|
903
905
|
min-width: 401px !important;
|
|
904
906
|
/* stylelint-enable */
|
|
905
907
|
/* stylelint-disable */
|
|
@@ -1020,6 +1022,14 @@
|
|
|
1020
1022
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container.e-rtl ul .e-list-icon {
|
|
1021
1023
|
transform: rotateX(0deg) rotateY(180deg);
|
|
1022
1024
|
}
|
|
1025
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul,
|
|
1026
|
+
.e-pivotfieldlist-container .e-member-editor-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul {
|
|
1027
|
+
padding-left: 48px;
|
|
1028
|
+
}
|
|
1029
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content,
|
|
1030
|
+
.e-pivotfieldlist-container .e-member-editor-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
|
|
1031
|
+
padding-left: 0;
|
|
1032
|
+
}
|
|
1023
1033
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
1024
1034
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1025
1035
|
/* stylelint-disable */
|
|
@@ -1039,6 +1049,14 @@
|
|
|
1039
1049
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-disable {
|
|
1040
1050
|
display: none !important;
|
|
1041
1051
|
}
|
|
1052
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul,
|
|
1053
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul {
|
|
1054
|
+
padding-right: 48px;
|
|
1055
|
+
}
|
|
1056
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content,
|
|
1057
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
|
|
1058
|
+
padding-right: 0;
|
|
1059
|
+
}
|
|
1042
1060
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-rtl .e-member-editor-outer-container ul,
|
|
1043
1061
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
1044
1062
|
margin-left: 0;
|
|
@@ -1197,7 +1215,7 @@
|
|
|
1197
1215
|
margin-left: 0;
|
|
1198
1216
|
margin-right: 10px;
|
|
1199
1217
|
}
|
|
1200
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
1218
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
1201
1219
|
min-height: 170px;
|
|
1202
1220
|
overflow: auto;
|
|
1203
1221
|
}
|
|
@@ -1900,13 +1918,18 @@
|
|
|
1900
1918
|
padding-left: 2px;
|
|
1901
1919
|
width: 100%;
|
|
1902
1920
|
}
|
|
1921
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
1922
|
+
padding-left: 4px;
|
|
1923
|
+
}
|
|
1924
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
|
|
1925
|
+
padding-left: 2px;
|
|
1926
|
+
}
|
|
1903
1927
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1904
1928
|
overflow: hidden;
|
|
1905
1929
|
/* stylelint-disable */
|
|
1906
1930
|
/* stylelint-enable */
|
|
1907
1931
|
}
|
|
1908
1932
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1909
|
-
margin-left: -40px;
|
|
1910
1933
|
/* stylelint-disable */
|
|
1911
1934
|
/* stylelint-enable */
|
|
1912
1935
|
}
|
|
@@ -1960,10 +1983,6 @@
|
|
|
1960
1983
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
1961
1984
|
display: none !important;
|
|
1962
1985
|
}
|
|
1963
|
-
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
1964
|
-
margin-left: 0;
|
|
1965
|
-
margin-right: 0;
|
|
1966
|
-
}
|
|
1967
1986
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon {
|
|
1968
1987
|
font-size: 14px;
|
|
1969
1988
|
height: auto;
|
|
@@ -2475,9 +2494,13 @@
|
|
|
2475
2494
|
padding-left: 0;
|
|
2476
2495
|
padding-right: 2px;
|
|
2477
2496
|
}
|
|
2497
|
+
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
2498
|
+
padding-right: 4px;
|
|
2499
|
+
}
|
|
2500
|
+
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
|
|
2501
|
+
padding-right: 2px;
|
|
2502
|
+
}
|
|
2478
2503
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2479
|
-
margin-left: 0;
|
|
2480
|
-
margin-right: -40px;
|
|
2481
2504
|
/* stylelint-disable */
|
|
2482
2505
|
/* stylelint-enable */
|
|
2483
2506
|
}
|
|
@@ -2959,7 +2982,7 @@
|
|
|
2959
2982
|
margin-right: 20px;
|
|
2960
2983
|
}
|
|
2961
2984
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
|
|
2962
|
-
color: #
|
|
2985
|
+
color: #dadada;
|
|
2963
2986
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
2964
2987
|
font-size: 14px;
|
|
2965
2988
|
opacity: 0.87;
|
|
@@ -3159,6 +3182,14 @@
|
|
|
3159
3182
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list {
|
|
3160
3183
|
padding-left: 5px;
|
|
3161
3184
|
}
|
|
3185
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul,
|
|
3186
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
3187
|
+
padding-left: 5px;
|
|
3188
|
+
}
|
|
3189
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content,
|
|
3190
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
|
|
3191
|
+
padding-left: 0;
|
|
3192
|
+
}
|
|
3162
3193
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list ul li,
|
|
3163
3194
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list ul li {
|
|
3164
3195
|
padding: 0;
|
|
@@ -3394,7 +3425,7 @@
|
|
|
3394
3425
|
}
|
|
3395
3426
|
.e-bigger .e-pivotfieldlist-container.e-static,
|
|
3396
3427
|
.e-bigger.e-pivotfieldlist-container.e-static {
|
|
3397
|
-
max-height:
|
|
3428
|
+
max-height: 735px;
|
|
3398
3429
|
}
|
|
3399
3430
|
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-center-title,
|
|
3400
3431
|
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-title {
|
|
@@ -3439,6 +3470,14 @@
|
|
|
3439
3470
|
padding-right: 5px;
|
|
3440
3471
|
/* stylelint-enable */
|
|
3441
3472
|
}
|
|
3473
|
+
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul,
|
|
3474
|
+
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
3475
|
+
padding-right: 5px;
|
|
3476
|
+
}
|
|
3477
|
+
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content,
|
|
3478
|
+
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
|
|
3479
|
+
padding-right: 0;
|
|
3480
|
+
}
|
|
3442
3481
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3443
3482
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
3444
3483
|
margin-left: 4px !important;
|