@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
|
@@ -610,10 +610,12 @@
|
|
|
610
610
|
color: #000;
|
|
611
611
|
/* stylelint-disable */
|
|
612
612
|
float: right !important;
|
|
613
|
-
margin: 0;
|
|
614
|
-
margin-right: 12px !important;
|
|
613
|
+
margin: 0 12px 0 0;
|
|
615
614
|
/* stylelint-enable */
|
|
616
615
|
}
|
|
616
|
+
.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 {
|
|
617
|
+
margin-top: 8px;
|
|
618
|
+
}
|
|
617
619
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
618
620
|
cursor: default;
|
|
619
621
|
}
|
|
@@ -690,8 +692,8 @@
|
|
|
690
692
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edit.e-icons,
|
|
691
693
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edited.e-icons,
|
|
692
694
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-remove-report.e-icons {
|
|
693
|
-
margin-right: 0;
|
|
694
695
|
transform: rotate(0deg);
|
|
696
|
+
margin: 2px 0 0 0;
|
|
695
697
|
}
|
|
696
698
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview ul {
|
|
697
699
|
margin-right: 0;
|
|
@@ -897,7 +899,7 @@
|
|
|
897
899
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
898
900
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
899
901
|
/* stylelint-disable */
|
|
900
|
-
max-height:
|
|
902
|
+
max-height: 660px !important;
|
|
901
903
|
min-width: 401px !important;
|
|
902
904
|
/* stylelint-enable */
|
|
903
905
|
/* stylelint-disable */
|
|
@@ -1018,6 +1020,14 @@
|
|
|
1018
1020
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container.e-rtl ul .e-list-icon {
|
|
1019
1021
|
transform: rotateX(0deg) rotateY(180deg);
|
|
1020
1022
|
}
|
|
1023
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul,
|
|
1024
|
+
.e-pivotfieldlist-container .e-member-editor-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul {
|
|
1025
|
+
padding-left: 48px;
|
|
1026
|
+
}
|
|
1027
|
+
.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,
|
|
1028
|
+
.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 {
|
|
1029
|
+
padding-left: 0;
|
|
1030
|
+
}
|
|
1021
1031
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
1022
1032
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1023
1033
|
/* stylelint-disable */
|
|
@@ -1037,6 +1047,14 @@
|
|
|
1037
1047
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-disable {
|
|
1038
1048
|
display: none !important;
|
|
1039
1049
|
}
|
|
1050
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul,
|
|
1051
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul {
|
|
1052
|
+
padding-right: 48px;
|
|
1053
|
+
}
|
|
1054
|
+
.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,
|
|
1055
|
+
.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 {
|
|
1056
|
+
padding-right: 0;
|
|
1057
|
+
}
|
|
1040
1058
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-rtl .e-member-editor-outer-container ul,
|
|
1041
1059
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
1042
1060
|
margin-left: 0;
|
|
@@ -1195,7 +1213,7 @@
|
|
|
1195
1213
|
margin-left: 0;
|
|
1196
1214
|
margin-right: 10px;
|
|
1197
1215
|
}
|
|
1198
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
1216
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
1199
1217
|
min-height: 170px;
|
|
1200
1218
|
overflow: auto;
|
|
1201
1219
|
}
|
|
@@ -1898,13 +1916,18 @@
|
|
|
1898
1916
|
padding-left: 2px;
|
|
1899
1917
|
width: 100%;
|
|
1900
1918
|
}
|
|
1919
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
1920
|
+
padding-left: 4px;
|
|
1921
|
+
}
|
|
1922
|
+
.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 {
|
|
1923
|
+
padding-left: 2px;
|
|
1924
|
+
}
|
|
1901
1925
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1902
1926
|
overflow: hidden;
|
|
1903
1927
|
/* stylelint-disable */
|
|
1904
1928
|
/* stylelint-enable */
|
|
1905
1929
|
}
|
|
1906
1930
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1907
|
-
margin-left: -40px;
|
|
1908
1931
|
/* stylelint-disable */
|
|
1909
1932
|
/* stylelint-enable */
|
|
1910
1933
|
}
|
|
@@ -1958,10 +1981,6 @@
|
|
|
1958
1981
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
1959
1982
|
display: none !important;
|
|
1960
1983
|
}
|
|
1961
|
-
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
1962
|
-
margin-left: 0;
|
|
1963
|
-
margin-right: 0;
|
|
1964
|
-
}
|
|
1965
1984
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon {
|
|
1966
1985
|
font-size: 14px;
|
|
1967
1986
|
height: auto;
|
|
@@ -2473,9 +2492,13 @@
|
|
|
2473
2492
|
padding-left: 0;
|
|
2474
2493
|
padding-right: 2px;
|
|
2475
2494
|
}
|
|
2495
|
+
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
2496
|
+
padding-right: 4px;
|
|
2497
|
+
}
|
|
2498
|
+
.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 {
|
|
2499
|
+
padding-right: 2px;
|
|
2500
|
+
}
|
|
2476
2501
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2477
|
-
margin-left: 0;
|
|
2478
|
-
margin-right: -40px;
|
|
2479
2502
|
/* stylelint-disable */
|
|
2480
2503
|
/* stylelint-enable */
|
|
2481
2504
|
}
|
|
@@ -3157,6 +3180,14 @@
|
|
|
3157
3180
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list {
|
|
3158
3181
|
padding-left: 5px;
|
|
3159
3182
|
}
|
|
3183
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul,
|
|
3184
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
3185
|
+
padding-left: 5px;
|
|
3186
|
+
}
|
|
3187
|
+
.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,
|
|
3188
|
+
.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 {
|
|
3189
|
+
padding-left: 0;
|
|
3190
|
+
}
|
|
3160
3191
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list ul li,
|
|
3161
3192
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list ul li {
|
|
3162
3193
|
padding: 0;
|
|
@@ -3392,7 +3423,7 @@
|
|
|
3392
3423
|
}
|
|
3393
3424
|
.e-bigger .e-pivotfieldlist-container.e-static,
|
|
3394
3425
|
.e-bigger.e-pivotfieldlist-container.e-static {
|
|
3395
|
-
max-height:
|
|
3426
|
+
max-height: 735px;
|
|
3396
3427
|
}
|
|
3397
3428
|
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-center-title,
|
|
3398
3429
|
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-title {
|
|
@@ -3437,6 +3468,14 @@
|
|
|
3437
3468
|
padding-right: 5px;
|
|
3438
3469
|
/* stylelint-enable */
|
|
3439
3470
|
}
|
|
3471
|
+
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul,
|
|
3472
|
+
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
3473
|
+
padding-right: 5px;
|
|
3474
|
+
}
|
|
3475
|
+
.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,
|
|
3476
|
+
.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 {
|
|
3477
|
+
padding-right: 0;
|
|
3478
|
+
}
|
|
3440
3479
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3441
3480
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
3442
3481
|
margin-left: 4px !important;
|
|
@@ -610,10 +610,12 @@
|
|
|
610
610
|
color: #fff;
|
|
611
611
|
/* stylelint-disable */
|
|
612
612
|
float: right !important;
|
|
613
|
-
margin: 0;
|
|
614
|
-
margin-right: 12px !important;
|
|
613
|
+
margin: 0 12px 0 0;
|
|
615
614
|
/* stylelint-enable */
|
|
616
615
|
}
|
|
616
|
+
.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 {
|
|
617
|
+
margin-top: 8px;
|
|
618
|
+
}
|
|
617
619
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
618
620
|
cursor: default;
|
|
619
621
|
}
|
|
@@ -690,8 +692,8 @@
|
|
|
690
692
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edit.e-icons,
|
|
691
693
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edited.e-icons,
|
|
692
694
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-remove-report.e-icons {
|
|
693
|
-
margin-right: 0;
|
|
694
695
|
transform: rotate(0deg);
|
|
696
|
+
margin: 2px 0 0 0;
|
|
695
697
|
}
|
|
696
698
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview ul {
|
|
697
699
|
margin-right: 0;
|
|
@@ -897,7 +899,7 @@
|
|
|
897
899
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
898
900
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
899
901
|
/* stylelint-disable */
|
|
900
|
-
max-height:
|
|
902
|
+
max-height: 660px !important;
|
|
901
903
|
min-width: 401px !important;
|
|
902
904
|
/* stylelint-enable */
|
|
903
905
|
/* stylelint-disable */
|
|
@@ -1018,6 +1020,14 @@
|
|
|
1018
1020
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container.e-rtl ul .e-list-icon {
|
|
1019
1021
|
transform: rotateX(0deg) rotateY(180deg);
|
|
1020
1022
|
}
|
|
1023
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul,
|
|
1024
|
+
.e-pivotfieldlist-container .e-member-editor-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul {
|
|
1025
|
+
padding-left: 48px;
|
|
1026
|
+
}
|
|
1027
|
+
.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,
|
|
1028
|
+
.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 {
|
|
1029
|
+
padding-left: 0;
|
|
1030
|
+
}
|
|
1021
1031
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
1022
1032
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1023
1033
|
/* stylelint-disable */
|
|
@@ -1037,6 +1047,14 @@
|
|
|
1037
1047
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-disable {
|
|
1038
1048
|
display: none !important;
|
|
1039
1049
|
}
|
|
1050
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul,
|
|
1051
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul {
|
|
1052
|
+
padding-right: 48px;
|
|
1053
|
+
}
|
|
1054
|
+
.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,
|
|
1055
|
+
.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 {
|
|
1056
|
+
padding-right: 0;
|
|
1057
|
+
}
|
|
1040
1058
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-rtl .e-member-editor-outer-container ul,
|
|
1041
1059
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
1042
1060
|
margin-left: 0;
|
|
@@ -1195,7 +1213,7 @@
|
|
|
1195
1213
|
margin-left: 0;
|
|
1196
1214
|
margin-right: 10px;
|
|
1197
1215
|
}
|
|
1198
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
1216
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
1199
1217
|
min-height: 170px;
|
|
1200
1218
|
overflow: auto;
|
|
1201
1219
|
}
|
|
@@ -1898,13 +1916,18 @@
|
|
|
1898
1916
|
padding-left: 2px;
|
|
1899
1917
|
width: 100%;
|
|
1900
1918
|
}
|
|
1919
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
1920
|
+
padding-left: 4px;
|
|
1921
|
+
}
|
|
1922
|
+
.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 {
|
|
1923
|
+
padding-left: 2px;
|
|
1924
|
+
}
|
|
1901
1925
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1902
1926
|
overflow: hidden;
|
|
1903
1927
|
/* stylelint-disable */
|
|
1904
1928
|
/* stylelint-enable */
|
|
1905
1929
|
}
|
|
1906
1930
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1907
|
-
margin-left: -40px;
|
|
1908
1931
|
/* stylelint-disable */
|
|
1909
1932
|
/* stylelint-enable */
|
|
1910
1933
|
}
|
|
@@ -1958,10 +1981,6 @@
|
|
|
1958
1981
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
1959
1982
|
display: none !important;
|
|
1960
1983
|
}
|
|
1961
|
-
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
1962
|
-
margin-left: 0;
|
|
1963
|
-
margin-right: 0;
|
|
1964
|
-
}
|
|
1965
1984
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon {
|
|
1966
1985
|
font-size: 14px;
|
|
1967
1986
|
height: auto;
|
|
@@ -2473,9 +2492,13 @@
|
|
|
2473
2492
|
padding-left: 0;
|
|
2474
2493
|
padding-right: 2px;
|
|
2475
2494
|
}
|
|
2495
|
+
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
2496
|
+
padding-right: 4px;
|
|
2497
|
+
}
|
|
2498
|
+
.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 {
|
|
2499
|
+
padding-right: 2px;
|
|
2500
|
+
}
|
|
2476
2501
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2477
|
-
margin-left: 0;
|
|
2478
|
-
margin-right: -40px;
|
|
2479
2502
|
/* stylelint-disable */
|
|
2480
2503
|
/* stylelint-enable */
|
|
2481
2504
|
}
|
|
@@ -3157,6 +3180,14 @@
|
|
|
3157
3180
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list {
|
|
3158
3181
|
padding-left: 5px;
|
|
3159
3182
|
}
|
|
3183
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul,
|
|
3184
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
3185
|
+
padding-left: 5px;
|
|
3186
|
+
}
|
|
3187
|
+
.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,
|
|
3188
|
+
.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 {
|
|
3189
|
+
padding-left: 0;
|
|
3190
|
+
}
|
|
3160
3191
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list ul li,
|
|
3161
3192
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list ul li {
|
|
3162
3193
|
padding: 0;
|
|
@@ -3392,7 +3423,7 @@
|
|
|
3392
3423
|
}
|
|
3393
3424
|
.e-bigger .e-pivotfieldlist-container.e-static,
|
|
3394
3425
|
.e-bigger.e-pivotfieldlist-container.e-static {
|
|
3395
|
-
max-height:
|
|
3426
|
+
max-height: 735px;
|
|
3396
3427
|
}
|
|
3397
3428
|
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-center-title,
|
|
3398
3429
|
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-title {
|
|
@@ -3437,6 +3468,14 @@
|
|
|
3437
3468
|
padding-right: 5px;
|
|
3438
3469
|
/* stylelint-enable */
|
|
3439
3470
|
}
|
|
3471
|
+
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul,
|
|
3472
|
+
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
3473
|
+
padding-right: 5px;
|
|
3474
|
+
}
|
|
3475
|
+
.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,
|
|
3476
|
+
.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 {
|
|
3477
|
+
padding-right: 0;
|
|
3478
|
+
}
|
|
3440
3479
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3441
3480
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
3442
3481
|
margin-left: 4px !important;
|
|
@@ -613,10 +613,12 @@
|
|
|
613
613
|
color: rgba(255, 255, 255, 0.7);
|
|
614
614
|
/* stylelint-disable */
|
|
615
615
|
float: right !important;
|
|
616
|
-
margin: 0;
|
|
617
|
-
margin-right: 12px !important;
|
|
616
|
+
margin: 0 12px 0 0;
|
|
618
617
|
/* stylelint-enable */
|
|
619
618
|
}
|
|
619
|
+
.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 {
|
|
620
|
+
margin-top: 8px;
|
|
621
|
+
}
|
|
620
622
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
621
623
|
cursor: default;
|
|
622
624
|
}
|
|
@@ -693,8 +695,8 @@
|
|
|
693
695
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edit.e-icons,
|
|
694
696
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edited.e-icons,
|
|
695
697
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-remove-report.e-icons {
|
|
696
|
-
margin-right: 0;
|
|
697
698
|
transform: rotate(0deg);
|
|
699
|
+
margin: 3px 0 0 0;
|
|
698
700
|
}
|
|
699
701
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview ul {
|
|
700
702
|
margin-right: 0;
|
|
@@ -900,7 +902,7 @@
|
|
|
900
902
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
901
903
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
902
904
|
/* stylelint-disable */
|
|
903
|
-
max-height:
|
|
905
|
+
max-height: 660px !important;
|
|
904
906
|
min-width: 401px !important;
|
|
905
907
|
/* stylelint-enable */
|
|
906
908
|
/* stylelint-disable */
|
|
@@ -1021,6 +1023,14 @@
|
|
|
1021
1023
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container.e-rtl ul .e-list-icon {
|
|
1022
1024
|
transform: rotateX(0deg) rotateY(180deg);
|
|
1023
1025
|
}
|
|
1026
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul,
|
|
1027
|
+
.e-pivotfieldlist-container .e-member-editor-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul {
|
|
1028
|
+
padding-left: 48px;
|
|
1029
|
+
}
|
|
1030
|
+
.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,
|
|
1031
|
+
.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 {
|
|
1032
|
+
padding-left: 0;
|
|
1033
|
+
}
|
|
1024
1034
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
1025
1035
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1026
1036
|
/* stylelint-disable */
|
|
@@ -1040,6 +1050,14 @@
|
|
|
1040
1050
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-disable {
|
|
1041
1051
|
display: none !important;
|
|
1042
1052
|
}
|
|
1053
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul,
|
|
1054
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul {
|
|
1055
|
+
padding-right: 48px;
|
|
1056
|
+
}
|
|
1057
|
+
.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,
|
|
1058
|
+
.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 {
|
|
1059
|
+
padding-right: 0;
|
|
1060
|
+
}
|
|
1043
1061
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-rtl .e-member-editor-outer-container ul,
|
|
1044
1062
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
1045
1063
|
margin-left: 0;
|
|
@@ -1198,7 +1216,7 @@
|
|
|
1198
1216
|
margin-left: 0;
|
|
1199
1217
|
margin-right: 10px;
|
|
1200
1218
|
}
|
|
1201
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
1219
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
1202
1220
|
min-height: 170px;
|
|
1203
1221
|
overflow: auto;
|
|
1204
1222
|
}
|
|
@@ -1901,13 +1919,18 @@
|
|
|
1901
1919
|
padding-left: 2px;
|
|
1902
1920
|
width: 100%;
|
|
1903
1921
|
}
|
|
1922
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
1923
|
+
padding-left: 4px;
|
|
1924
|
+
}
|
|
1925
|
+
.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 {
|
|
1926
|
+
padding-left: 2px;
|
|
1927
|
+
}
|
|
1904
1928
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1905
1929
|
overflow: hidden;
|
|
1906
1930
|
/* stylelint-disable */
|
|
1907
1931
|
/* stylelint-enable */
|
|
1908
1932
|
}
|
|
1909
1933
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1910
|
-
margin-left: -40px;
|
|
1911
1934
|
/* stylelint-disable */
|
|
1912
1935
|
/* stylelint-enable */
|
|
1913
1936
|
}
|
|
@@ -1961,10 +1984,6 @@
|
|
|
1961
1984
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
1962
1985
|
display: none !important;
|
|
1963
1986
|
}
|
|
1964
|
-
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
1965
|
-
margin-left: 0;
|
|
1966
|
-
margin-right: 0;
|
|
1967
|
-
}
|
|
1968
1987
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon {
|
|
1969
1988
|
font-size: 14px;
|
|
1970
1989
|
height: auto;
|
|
@@ -2476,9 +2495,13 @@
|
|
|
2476
2495
|
padding-left: 0;
|
|
2477
2496
|
padding-right: 2px;
|
|
2478
2497
|
}
|
|
2498
|
+
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
2499
|
+
padding-right: 4px;
|
|
2500
|
+
}
|
|
2501
|
+
.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 {
|
|
2502
|
+
padding-right: 2px;
|
|
2503
|
+
}
|
|
2479
2504
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2480
|
-
margin-left: 0;
|
|
2481
|
-
margin-right: -40px;
|
|
2482
2505
|
/* stylelint-disable */
|
|
2483
2506
|
/* stylelint-enable */
|
|
2484
2507
|
}
|
|
@@ -2960,7 +2983,7 @@
|
|
|
2960
2983
|
margin-right: 20px;
|
|
2961
2984
|
}
|
|
2962
2985
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
|
|
2963
|
-
color: #
|
|
2986
|
+
color: #fff;
|
|
2964
2987
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
2965
2988
|
font-size: 14px;
|
|
2966
2989
|
opacity: 0.87;
|
|
@@ -3160,6 +3183,14 @@
|
|
|
3160
3183
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list {
|
|
3161
3184
|
padding-left: 5px;
|
|
3162
3185
|
}
|
|
3186
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul,
|
|
3187
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
3188
|
+
padding-left: 5px;
|
|
3189
|
+
}
|
|
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
|
+
.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 {
|
|
3192
|
+
padding-left: 0;
|
|
3193
|
+
}
|
|
3163
3194
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list ul li,
|
|
3164
3195
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list ul li {
|
|
3165
3196
|
padding: 0;
|
|
@@ -3395,7 +3426,7 @@
|
|
|
3395
3426
|
}
|
|
3396
3427
|
.e-bigger .e-pivotfieldlist-container.e-static,
|
|
3397
3428
|
.e-bigger.e-pivotfieldlist-container.e-static {
|
|
3398
|
-
max-height:
|
|
3429
|
+
max-height: 735px;
|
|
3399
3430
|
}
|
|
3400
3431
|
.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-center-title,
|
|
3401
3432
|
.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-title {
|
|
@@ -3440,6 +3471,14 @@
|
|
|
3440
3471
|
padding-right: 5px;
|
|
3441
3472
|
/* stylelint-enable */
|
|
3442
3473
|
}
|
|
3474
|
+
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul,
|
|
3475
|
+
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list:not(.e-olap-field-list-tree) ul {
|
|
3476
|
+
padding-right: 5px;
|
|
3477
|
+
}
|
|
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
|
+
.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 {
|
|
3480
|
+
padding-right: 0;
|
|
3481
|
+
}
|
|
3443
3482
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3444
3483
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
3445
3484
|
margin-left: 4px !important;
|
|
@@ -612,10 +612,12 @@
|
|
|
612
612
|
color: rgba(0, 0, 0, 0.54);
|
|
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: 3px 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
|
}
|
|
@@ -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;
|