@syncfusion/ej2-angular-pivotview 20.1.58 → 20.2.36
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/public_api.mjs +3 -0
- package/esm2020/src/index.mjs +8 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
- package/esm2020/src/pivotview/pivotview-all.module.mjs +62 -0
- package/esm2020/src/pivotview/pivotview.component.mjs +150 -0
- package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +337 -0
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +337 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/package.json +29 -15
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +6 -0
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -0
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +6 -0
- package/src/pivotview/pivotview-all.module.d.ts +6 -0
- package/src/pivotview/pivotview.component.d.ts +3 -0
- package/src/pivotview/pivotview.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +140 -23
- package/styles/bootstrap.css +140 -23
- package/styles/bootstrap4.css +141 -27
- package/styles/bootstrap5-dark.css +146 -32
- package/styles/bootstrap5.css +146 -32
- package/styles/fabric-dark.css +140 -23
- package/styles/fabric.css +140 -23
- package/styles/fluent-dark.css +156 -40
- package/styles/fluent.css +156 -40
- package/styles/highcontrast-light.css +140 -23
- package/styles/highcontrast.css +140 -23
- package/styles/material-dark.css +140 -23
- package/styles/material.css +140 -23
- package/styles/pivotfieldlist/_all.scss +2 -0
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +232 -0
- package/styles/pivotfieldlist/_bootstrap-definition.scss +185 -0
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +185 -0
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +189 -0
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +192 -0
- package/styles/pivotfieldlist/_fabric-definition.scss +185 -0
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_fluent-definition.scss +190 -0
- package/styles/pivotfieldlist/_fusionnew-definition.scss +189 -0
- package/styles/pivotfieldlist/_highcontrast-definition.scss +186 -0
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +186 -0
- package/styles/pivotfieldlist/_layout.scss +1855 -0
- package/styles/pivotfieldlist/_material-dark-definition.scss +186 -0
- package/styles/pivotfieldlist/_material-definition.scss +186 -0
- package/styles/pivotfieldlist/_material3-definition.scss +188 -0
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_tailwind-definition.scss +189 -0
- package/styles/pivotfieldlist/_theme.scss +1855 -0
- package/styles/pivotfieldlist/bootstrap-dark.css +132 -7
- package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap.css +132 -7
- package/styles/pivotfieldlist/bootstrap.scss +4 -1
- package/styles/pivotfieldlist/bootstrap4.css +133 -8
- package/styles/pivotfieldlist/bootstrap4.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5-dark.css +137 -12
- package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5.css +137 -12
- package/styles/pivotfieldlist/bootstrap5.scss +4 -1
- package/styles/pivotfieldlist/fabric-dark.css +132 -7
- package/styles/pivotfieldlist/fabric-dark.scss +4 -1
- package/styles/pivotfieldlist/fabric.css +132 -7
- package/styles/pivotfieldlist/fabric.scss +4 -1
- package/styles/pivotfieldlist/fluent-dark.css +142 -17
- package/styles/pivotfieldlist/fluent-dark.scss +4 -1
- package/styles/pivotfieldlist/fluent.css +142 -17
- package/styles/pivotfieldlist/fluent.scss +4 -1
- package/styles/pivotfieldlist/highcontrast-light.css +132 -7
- package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
- package/styles/pivotfieldlist/highcontrast.css +132 -7
- package/styles/pivotfieldlist/highcontrast.scss +4 -1
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +358 -0
- package/styles/pivotfieldlist/icons/_bootstrap.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +357 -0
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +358 -0
- package/styles/pivotfieldlist/icons/_fabric.scss +358 -0
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_fluent.scss +357 -0
- package/styles/pivotfieldlist/icons/_fusionnew.scss +352 -0
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +357 -0
- package/styles/pivotfieldlist/icons/_highcontrast.scss +357 -0
- package/styles/pivotfieldlist/icons/_material-dark.scss +358 -0
- package/styles/pivotfieldlist/icons/_material.scss +357 -0
- package/styles/pivotfieldlist/icons/_material3.scss +352 -0
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +356 -0
- package/styles/pivotfieldlist/icons/_tailwind.scss +356 -0
- package/styles/pivotfieldlist/material-dark.css +132 -7
- package/styles/pivotfieldlist/material-dark.scss +4 -1
- package/styles/pivotfieldlist/material.css +132 -7
- package/styles/pivotfieldlist/material.scss +4 -1
- package/styles/pivotfieldlist/tailwind-dark.css +139 -16
- package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
- package/styles/pivotfieldlist/tailwind.css +140 -16
- package/styles/pivotfieldlist/tailwind.scss +4 -1
- package/styles/pivotview/_all.scss +2 -0
- package/styles/pivotview/_bootstrap-dark-definition.scss +130 -0
- package/styles/pivotview/_bootstrap-definition.scss +127 -0
- package/styles/pivotview/_bootstrap4-definition.scss +127 -0
- package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotview/_bootstrap5-definition.scss +130 -0
- package/styles/pivotview/_fabric-dark-definition.scss +129 -0
- package/styles/pivotview/_fabric-definition.scss +126 -0
- package/styles/pivotview/_fluent-dark-definition.scss +1 -0
- package/styles/pivotview/_fluent-definition.scss +130 -0
- package/styles/pivotview/_fusionnew-definition.scss +130 -0
- package/styles/pivotview/_highcontrast-definition.scss +125 -0
- package/styles/pivotview/_highcontrast-light-definition.scss +126 -0
- package/styles/pivotview/_layout.scss +1073 -0
- package/styles/pivotview/_material-dark-definition.scss +131 -0
- package/styles/pivotview/_material-definition.scss +128 -0
- package/styles/pivotview/_material3-definition.scss +130 -0
- package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotview/_tailwind-definition.scss +129 -0
- package/styles/pivotview/_theme.scss +1556 -0
- package/styles/pivotview/bootstrap-dark.css +8 -16
- package/styles/pivotview/bootstrap-dark.scss +5 -1
- package/styles/pivotview/bootstrap.css +8 -16
- package/styles/pivotview/bootstrap.scss +5 -1
- package/styles/pivotview/bootstrap4.css +8 -19
- package/styles/pivotview/bootstrap4.scss +5 -1
- package/styles/pivotview/bootstrap5-dark.css +9 -20
- package/styles/pivotview/bootstrap5-dark.scss +4 -1
- package/styles/pivotview/bootstrap5.css +9 -20
- package/styles/pivotview/bootstrap5.scss +5 -1
- package/styles/pivotview/fabric-dark.css +8 -16
- package/styles/pivotview/fabric-dark.scss +5 -1
- package/styles/pivotview/fabric.css +8 -16
- package/styles/pivotview/fabric.scss +5 -1
- package/styles/pivotview/fluent-dark.css +14 -23
- package/styles/pivotview/fluent-dark.scss +4 -1
- package/styles/pivotview/fluent.css +14 -23
- package/styles/pivotview/fluent.scss +5 -1
- package/styles/pivotview/highcontrast-light.css +8 -16
- package/styles/pivotview/highcontrast-light.scss +5 -1
- package/styles/pivotview/highcontrast.css +8 -16
- package/styles/pivotview/highcontrast.scss +5 -1
- package/styles/pivotview/icons/_bootstrap-dark.scss +184 -0
- package/styles/pivotview/icons/_bootstrap.scss +184 -0
- package/styles/pivotview/icons/_bootstrap4.scss +184 -0
- package/styles/pivotview/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pivotview/icons/_bootstrap5.scss +183 -0
- package/styles/pivotview/icons/_fabric-dark.scss +184 -0
- package/styles/pivotview/icons/_fabric.scss +184 -0
- package/styles/pivotview/icons/_fluent-dark.scss +1 -0
- package/styles/pivotview/icons/_fluent.scss +183 -0
- package/styles/pivotview/icons/_fusionnew.scss +183 -0
- package/styles/pivotview/icons/_highcontrast-light.scss +183 -0
- package/styles/pivotview/icons/_highcontrast.scss +183 -0
- package/styles/pivotview/icons/_material-dark.scss +184 -0
- package/styles/pivotview/icons/_material.scss +184 -0
- package/styles/pivotview/icons/_material3.scss +183 -0
- package/styles/pivotview/icons/_tailwind-dark.scss +183 -0
- package/styles/pivotview/icons/_tailwind.scss +183 -0
- package/styles/pivotview/material-dark.css +8 -16
- package/styles/pivotview/material-dark.scss +5 -1
- package/styles/pivotview/material.css +8 -16
- package/styles/pivotview/material.scss +5 -1
- package/styles/pivotview/tailwind-dark.css +10 -21
- package/styles/pivotview/tailwind-dark.scss +4 -1
- package/styles/pivotview/tailwind.css +10 -21
- package/styles/pivotview/tailwind.scss +5 -1
- package/styles/tailwind-dark.css +149 -37
- package/styles/tailwind.css +150 -37
- package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js +0 -425
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-pivotview.js +0 -395
- package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
- package/CHANGELOG.md +0 -645
- package/dist/ej2-angular-pivotview.umd.js +0 -662
- package/dist/ej2-angular-pivotview.umd.js.map +0 -1
- package/dist/ej2-angular-pivotview.umd.min.js +0 -11
- package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
- package/ej2-angular-pivotview.d.ts +0 -6
- package/ej2-angular-pivotview.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -20
- package/schematics/generators/pivotview-default/index.d.ts +0 -3
- package/schematics/generators/pivotview-default/index.js +0 -8
- package/schematics/generators/pivotview-default/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-default/sample-details.js +0 -7
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-default/schema.d.ts +0 -3
- package/schematics/generators/pivotview-default/schema.js +0 -2
- package/schematics/generators/pivotview-default/schema.json +0 -124
- package/schematics/generators/pivotview-fieldlist/index.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/index.js +0 -8
- package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-fieldlist/sample-details.js +0 -7
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-fieldlist/schema.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/schema.js +0 -2
- package/schematics/generators/pivotview-fieldlist/schema.json +0 -124
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
package/styles/bootstrap4.css
CHANGED
|
@@ -891,18 +891,6 @@
|
|
|
891
891
|
margin-top: 2px;
|
|
892
892
|
}
|
|
893
893
|
|
|
894
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
895
|
-
height: 62px;
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
899
|
-
padding-left: 10px;
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
903
|
-
margin-left: 24px !important;
|
|
904
|
-
}
|
|
905
|
-
|
|
906
894
|
/*! PivotView theme */
|
|
907
895
|
.e-pivotview .e-nextspan {
|
|
908
896
|
display: inline-block;
|
|
@@ -960,6 +948,8 @@
|
|
|
960
948
|
}
|
|
961
949
|
.e-pivotview .e-member-editor-dialog,
|
|
962
950
|
.e-pivotview .e-olap-editor-dialog {
|
|
951
|
+
min-height: 385px !important;
|
|
952
|
+
min-width: 350px !important;
|
|
963
953
|
visibility: hidden;
|
|
964
954
|
}
|
|
965
955
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -1031,9 +1021,8 @@
|
|
|
1031
1021
|
padding: 15px;
|
|
1032
1022
|
}
|
|
1033
1023
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1034
|
-
|
|
1035
|
-
padding
|
|
1036
|
-
padding-top: 3px !important;
|
|
1024
|
+
font-size: 12px !important;
|
|
1025
|
+
padding: 3px 0 4px 0 !important;
|
|
1037
1026
|
}
|
|
1038
1027
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1039
1028
|
margin: -10px 0 !important;
|
|
@@ -1074,7 +1063,7 @@
|
|
|
1074
1063
|
z-index: 1 !important;
|
|
1075
1064
|
}
|
|
1076
1065
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1077
|
-
visibility: hidden;
|
|
1066
|
+
visibility: hidden !important;
|
|
1078
1067
|
}
|
|
1079
1068
|
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1080
1069
|
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
@@ -1273,7 +1262,7 @@
|
|
|
1273
1262
|
border: 1px solid #6c757d;
|
|
1274
1263
|
border-radius: 4px;
|
|
1275
1264
|
box-shadow: none;
|
|
1276
|
-
color: #fff;
|
|
1265
|
+
color: #fff !important;
|
|
1277
1266
|
cursor: default;
|
|
1278
1267
|
display: -ms-flexbox;
|
|
1279
1268
|
display: flex;
|
|
@@ -1541,9 +1530,9 @@
|
|
|
1541
1530
|
color: rgba(255, 255, 255, 0.8) !important;
|
|
1542
1531
|
font-size: 10px;
|
|
1543
1532
|
height: 18px;
|
|
1544
|
-
margin-left: 4px;
|
|
1533
|
+
margin-left: 4px !important;
|
|
1545
1534
|
width: 18px;
|
|
1546
|
-
|
|
1535
|
+
padding-top: 2px;
|
|
1547
1536
|
}
|
|
1548
1537
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1549
1538
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -2412,6 +2401,10 @@
|
|
|
2412
2401
|
.e-pivotfieldlist-container .e-sort-descend::before {
|
|
2413
2402
|
content: "\e665" !important;
|
|
2414
2403
|
}
|
|
2404
|
+
.e-pivotfieldlist-wrapper .e-field-list-search-icon::before,
|
|
2405
|
+
.e-pivotfieldlist-container .e-field-list-search-icon::before {
|
|
2406
|
+
content: "\e724" !important;
|
|
2407
|
+
}
|
|
2415
2408
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
|
|
2416
2409
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
2417
2410
|
content: "\e7fc";
|
|
@@ -2481,6 +2474,7 @@
|
|
|
2481
2474
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
2482
2475
|
padding-left: 14px;
|
|
2483
2476
|
padding-top: 14px;
|
|
2477
|
+
width: 579px;
|
|
2484
2478
|
}
|
|
2485
2479
|
.e-pivot-formatting-dialog .e-format-outer-div {
|
|
2486
2480
|
background-color: #fff;
|
|
@@ -2626,6 +2620,7 @@
|
|
|
2626
2620
|
.e-bigger .e-pivot-formatting-dialog .e-format-inner-div {
|
|
2627
2621
|
padding-left: 16px;
|
|
2628
2622
|
padding-top: 16px;
|
|
2623
|
+
width: 656px;
|
|
2629
2624
|
}
|
|
2630
2625
|
.e-bigger.e-pivot-formatting-dialog .e-format-outer-div,
|
|
2631
2626
|
.e-bigger .e-pivot-formatting-dialog .e-format-outer-div {
|
|
@@ -3003,8 +2998,8 @@
|
|
|
3003
2998
|
|
|
3004
2999
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
3005
3000
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
3006
|
-
max-height:
|
|
3007
|
-
min-width:
|
|
3001
|
+
max-height: 590px !important;
|
|
3002
|
+
min-width: 401px !important;
|
|
3008
3003
|
}
|
|
3009
3004
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
3010
3005
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3045,7 +3040,7 @@
|
|
|
3045
3040
|
}
|
|
3046
3041
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
3047
3042
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
3048
|
-
max-height:
|
|
3043
|
+
max-height: 750px !important;
|
|
3049
3044
|
min-width: 580px;
|
|
3050
3045
|
}
|
|
3051
3046
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
@@ -3126,7 +3121,7 @@
|
|
|
3126
3121
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3127
3122
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3128
3123
|
margin-left: -25px;
|
|
3129
|
-
overflow:
|
|
3124
|
+
overflow: auto !important;
|
|
3130
3125
|
}
|
|
3131
3126
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3132
3127
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3163,6 +3158,9 @@
|
|
|
3163
3158
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
3164
3159
|
margin-right: 0;
|
|
3165
3160
|
}
|
|
3161
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
3162
|
+
margin-left: 20px;
|
|
3163
|
+
}
|
|
3166
3164
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
|
|
3167
3165
|
float: left;
|
|
3168
3166
|
margin: 0;
|
|
@@ -3285,6 +3283,10 @@
|
|
|
3285
3283
|
opacity: 100%;
|
|
3286
3284
|
padding: 18px 10px 12px 20px;
|
|
3287
3285
|
}
|
|
3286
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items {
|
|
3287
|
+
margin-left: 0;
|
|
3288
|
+
margin-right: 20px;
|
|
3289
|
+
}
|
|
3288
3290
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
|
|
3289
3291
|
margin-left: 0;
|
|
3290
3292
|
margin-right: 10px;
|
|
@@ -3309,6 +3311,10 @@
|
|
|
3309
3311
|
margin-left: 0;
|
|
3310
3312
|
margin-right: 10px;
|
|
3311
3313
|
}
|
|
3314
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
3315
|
+
min-height: 170px;
|
|
3316
|
+
overflow: auto;
|
|
3317
|
+
}
|
|
3312
3318
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-measure-icon,
|
|
3313
3319
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-dimension-icon,
|
|
3314
3320
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-attributeCDB-icon,
|
|
@@ -3424,7 +3430,7 @@
|
|
|
3424
3430
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
3425
3431
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3426
3432
|
overflow: hidden;
|
|
3427
|
-
padding: 0;
|
|
3433
|
+
padding: 0 !important;
|
|
3428
3434
|
}
|
|
3429
3435
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3430
3436
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3665,7 +3671,7 @@
|
|
|
3665
3671
|
}
|
|
3666
3672
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
3667
3673
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
3668
|
-
height:
|
|
3674
|
+
height: 125px !important;
|
|
3669
3675
|
}
|
|
3670
3676
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
3671
3677
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
@@ -3701,7 +3707,7 @@
|
|
|
3701
3707
|
}
|
|
3702
3708
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
3703
3709
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
3704
|
-
min-width: 350px;
|
|
3710
|
+
min-width: 350px !important;
|
|
3705
3711
|
}
|
|
3706
3712
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
3707
3713
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -3816,6 +3822,25 @@
|
|
|
3816
3822
|
min-height: 36px;
|
|
3817
3823
|
min-width: 36px;
|
|
3818
3824
|
}
|
|
3825
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog,
|
|
3826
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
3827
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
3828
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
3829
|
+
max-height: 400px !important;
|
|
3830
|
+
min-width: 370px !important;
|
|
3831
|
+
}
|
|
3832
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
3833
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
3834
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
3835
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
3836
|
+
min-height: 113px !important;
|
|
3837
|
+
}
|
|
3838
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3839
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3840
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3841
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul {
|
|
3842
|
+
height: auto;
|
|
3843
|
+
}
|
|
3819
3844
|
|
|
3820
3845
|
.e-pivotfieldlist-container {
|
|
3821
3846
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4037,6 +4062,9 @@
|
|
|
4037
4062
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text {
|
|
4038
4063
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
4039
4064
|
}
|
|
4065
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
4066
|
+
display: none !important;
|
|
4067
|
+
}
|
|
4040
4068
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
4041
4069
|
margin-left: 0;
|
|
4042
4070
|
margin-right: 0;
|
|
@@ -4484,6 +4512,59 @@
|
|
|
4484
4512
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table {
|
|
4485
4513
|
width: 60%;
|
|
4486
4514
|
}
|
|
4515
|
+
.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
4516
|
+
max-height: 750px;
|
|
4517
|
+
}
|
|
4518
|
+
.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
4519
|
+
height: 261px;
|
|
4520
|
+
}
|
|
4521
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4522
|
+
height: 540px;
|
|
4523
|
+
}
|
|
4524
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4525
|
+
height: 369px;
|
|
4526
|
+
}
|
|
4527
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4528
|
+
height: 394px !important;
|
|
4529
|
+
}
|
|
4530
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
4531
|
+
height: 392px;
|
|
4532
|
+
}
|
|
4533
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
4534
|
+
height: 159px !important;
|
|
4535
|
+
}
|
|
4536
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt {
|
|
4537
|
+
color: #adb5bd;
|
|
4538
|
+
padding: 25px 12px;
|
|
4539
|
+
text-align: center;
|
|
4540
|
+
width: 100%;
|
|
4541
|
+
}
|
|
4542
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable {
|
|
4543
|
+
display: none;
|
|
4544
|
+
}
|
|
4545
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search {
|
|
4546
|
+
display: -ms-flexbox;
|
|
4547
|
+
display: flex;
|
|
4548
|
+
padding: 10px 20px;
|
|
4549
|
+
}
|
|
4550
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4551
|
+
float: right;
|
|
4552
|
+
font-size: 14px;
|
|
4553
|
+
}
|
|
4554
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,
|
|
4555
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
4556
|
+
border-width: 0 !important;
|
|
4557
|
+
cursor: text !important;
|
|
4558
|
+
}
|
|
4559
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover {
|
|
4560
|
+
background-color: transparent !important;
|
|
4561
|
+
border: transparent !important;
|
|
4562
|
+
color: currentColor !important;
|
|
4563
|
+
}
|
|
4564
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,
|
|
4565
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable {
|
|
4566
|
+
display: none !important;
|
|
4567
|
+
}
|
|
4487
4568
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
4488
4569
|
color: #f8f9fa;
|
|
4489
4570
|
font-size: 14px;
|
|
@@ -4569,7 +4650,7 @@
|
|
|
4569
4650
|
width: 100%;
|
|
4570
4651
|
}
|
|
4571
4652
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
|
|
4572
|
-
height:
|
|
4653
|
+
height: 180px;
|
|
4573
4654
|
}
|
|
4574
4655
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div {
|
|
4575
4656
|
display: none;
|
|
@@ -5546,4 +5627,37 @@
|
|
|
5546
5627
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit {
|
|
5547
5628
|
padding-left: 0;
|
|
5548
5629
|
padding-right: 8px;
|
|
5630
|
+
}
|
|
5631
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5632
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5633
|
+
max-height: 750px;
|
|
5634
|
+
}
|
|
5635
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container,
|
|
5636
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container {
|
|
5637
|
+
max-height: 800px;
|
|
5638
|
+
}
|
|
5639
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table,
|
|
5640
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
5641
|
+
height: 270px;
|
|
5642
|
+
}
|
|
5643
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5644
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5645
|
+
height: 566px !important;
|
|
5646
|
+
max-height: 600px !important;
|
|
5647
|
+
}
|
|
5648
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5649
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
5650
|
+
height: 387px;
|
|
5651
|
+
}
|
|
5652
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table,
|
|
5653
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
5654
|
+
height: 410px !important;
|
|
5655
|
+
}
|
|
5656
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,
|
|
5657
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
5658
|
+
height: 410px;
|
|
5659
|
+
}
|
|
5660
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5661
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5662
|
+
height: 161px !important;
|
|
5549
5663
|
}
|
|
@@ -844,18 +844,6 @@
|
|
|
844
844
|
margin-top: 12px;
|
|
845
845
|
}
|
|
846
846
|
|
|
847
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
848
|
-
height: 62px;
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
852
|
-
padding-left: 10px;
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
856
|
-
margin-left: 24px !important;
|
|
857
|
-
}
|
|
858
|
-
|
|
859
847
|
/*! PivotView theme */
|
|
860
848
|
.e-pivotview .e-nextspan {
|
|
861
849
|
display: inline-block;
|
|
@@ -914,6 +902,8 @@
|
|
|
914
902
|
}
|
|
915
903
|
.e-pivotview .e-member-editor-dialog,
|
|
916
904
|
.e-pivotview .e-olap-editor-dialog {
|
|
905
|
+
min-height: 385px !important;
|
|
906
|
+
min-width: 350px !important;
|
|
917
907
|
visibility: hidden;
|
|
918
908
|
}
|
|
919
909
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -986,10 +976,8 @@
|
|
|
986
976
|
padding: 15px;
|
|
987
977
|
}
|
|
988
978
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
989
|
-
padding: 1px 4px !important;
|
|
990
979
|
font-size: 12px !important;
|
|
991
|
-
padding
|
|
992
|
-
padding-top: 4px !important;
|
|
980
|
+
padding: 6px 0 4px 0 !important;
|
|
993
981
|
}
|
|
994
982
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
995
983
|
margin: -10px 0 !important;
|
|
@@ -1030,7 +1018,7 @@
|
|
|
1030
1018
|
z-index: 1 !important;
|
|
1031
1019
|
}
|
|
1032
1020
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1033
|
-
visibility: hidden;
|
|
1021
|
+
visibility: hidden !important;
|
|
1034
1022
|
}
|
|
1035
1023
|
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1036
1024
|
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
@@ -1231,7 +1219,7 @@
|
|
|
1231
1219
|
border: 1px solid #495057;
|
|
1232
1220
|
border-radius: 4px;
|
|
1233
1221
|
box-shadow: none;
|
|
1234
|
-
color: #e9ecef;
|
|
1222
|
+
color: #e9ecef !important;
|
|
1235
1223
|
cursor: default;
|
|
1236
1224
|
display: -ms-flexbox;
|
|
1237
1225
|
display: flex;
|
|
@@ -1479,8 +1467,9 @@
|
|
|
1479
1467
|
color: #fff !important;
|
|
1480
1468
|
font-size: 12px;
|
|
1481
1469
|
height: 18px;
|
|
1482
|
-
margin-left: 4px;
|
|
1470
|
+
margin-left: 4px !important;
|
|
1483
1471
|
width: 18px;
|
|
1472
|
+
padding-top: 2px;
|
|
1484
1473
|
}
|
|
1485
1474
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1486
1475
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1575,7 +1564,7 @@
|
|
|
1575
1564
|
.e-pivotview th .e-collapse {
|
|
1576
1565
|
font-size: 10px !important;
|
|
1577
1566
|
margin-left: 0px;
|
|
1578
|
-
margin-top:
|
|
1567
|
+
margin-top: 0;
|
|
1579
1568
|
}
|
|
1580
1569
|
.e-pivotview .e-expand::before {
|
|
1581
1570
|
font-size: 20px;
|
|
@@ -1803,7 +1792,7 @@
|
|
|
1803
1792
|
.e-bigger .e-pivotview th .e-collapse,
|
|
1804
1793
|
.e-bigger.e-pivotview th .e-expand,
|
|
1805
1794
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1806
|
-
margin-top:
|
|
1795
|
+
margin-top: 0;
|
|
1807
1796
|
}
|
|
1808
1797
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1809
1798
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
@@ -2307,6 +2296,10 @@
|
|
|
2307
2296
|
.e-pivotfieldlist-container .e-sort-descend::before {
|
|
2308
2297
|
content: "\e7d8" !important;
|
|
2309
2298
|
}
|
|
2299
|
+
.e-pivotfieldlist-wrapper .e-field-list-search-icon::before,
|
|
2300
|
+
.e-pivotfieldlist-container .e-field-list-search-icon::before {
|
|
2301
|
+
content: "\e754" !important;
|
|
2302
|
+
}
|
|
2310
2303
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
|
|
2311
2304
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
2312
2305
|
content: "\e740";
|
|
@@ -2374,6 +2367,7 @@
|
|
|
2374
2367
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
2375
2368
|
padding-left: 14px;
|
|
2376
2369
|
padding-top: 14px;
|
|
2370
|
+
width: 579px;
|
|
2377
2371
|
}
|
|
2378
2372
|
.e-pivot-formatting-dialog .e-format-outer-div {
|
|
2379
2373
|
background-color: #212529;
|
|
@@ -2516,6 +2510,7 @@
|
|
|
2516
2510
|
.e-bigger .e-pivot-formatting-dialog .e-format-inner-div {
|
|
2517
2511
|
padding-left: 16px;
|
|
2518
2512
|
padding-top: 16px;
|
|
2513
|
+
width: 656px;
|
|
2519
2514
|
}
|
|
2520
2515
|
.e-bigger.e-pivot-formatting-dialog .e-format-outer-div,
|
|
2521
2516
|
.e-bigger .e-pivot-formatting-dialog .e-format-outer-div {
|
|
@@ -2754,7 +2749,7 @@
|
|
|
2754
2749
|
display: flex;
|
|
2755
2750
|
}
|
|
2756
2751
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
2757
|
-
height:
|
|
2752
|
+
height: 495px;
|
|
2758
2753
|
width: 50%;
|
|
2759
2754
|
}
|
|
2760
2755
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer {
|
|
@@ -2764,7 +2759,7 @@
|
|
|
2764
2759
|
}
|
|
2765
2760
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
2766
2761
|
display: inline-block;
|
|
2767
|
-
height:
|
|
2762
|
+
height: 460px;
|
|
2768
2763
|
overflow: auto;
|
|
2769
2764
|
width: 310px;
|
|
2770
2765
|
}
|
|
@@ -2894,8 +2889,8 @@
|
|
|
2894
2889
|
|
|
2895
2890
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2896
2891
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2897
|
-
max-height:
|
|
2898
|
-
min-width:
|
|
2892
|
+
max-height: 590px !important;
|
|
2893
|
+
min-width: 401px !important;
|
|
2899
2894
|
}
|
|
2900
2895
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2901
2896
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2941,17 +2936,17 @@
|
|
|
2941
2936
|
}
|
|
2942
2937
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2943
2938
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2944
|
-
max-height:
|
|
2939
|
+
max-height: 750px !important;
|
|
2945
2940
|
min-width: 580px;
|
|
2946
2941
|
}
|
|
2947
2942
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2948
2943
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
2949
|
-
height:
|
|
2944
|
+
height: 570px;
|
|
2950
2945
|
width: 283px;
|
|
2951
2946
|
}
|
|
2952
2947
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div,
|
|
2953
2948
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
2954
|
-
height:
|
|
2949
|
+
height: 520px;
|
|
2955
2950
|
width: 325px;
|
|
2956
2951
|
}
|
|
2957
2952
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title,
|
|
@@ -3018,7 +3013,7 @@
|
|
|
3018
3013
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3019
3014
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3020
3015
|
margin-left: -22px;
|
|
3021
|
-
overflow:
|
|
3016
|
+
overflow: auto !important;
|
|
3022
3017
|
}
|
|
3023
3018
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3024
3019
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3055,6 +3050,9 @@
|
|
|
3055
3050
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
3056
3051
|
margin-right: 0;
|
|
3057
3052
|
}
|
|
3053
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
3054
|
+
margin-left: 20px;
|
|
3055
|
+
}
|
|
3058
3056
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
|
|
3059
3057
|
float: left;
|
|
3060
3058
|
margin: 0;
|
|
@@ -3150,6 +3148,10 @@
|
|
|
3150
3148
|
opacity: 56%;
|
|
3151
3149
|
padding: 14px 10px 9px 20px;
|
|
3152
3150
|
}
|
|
3151
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items {
|
|
3152
|
+
margin-left: 0;
|
|
3153
|
+
margin-right: 20px;
|
|
3154
|
+
}
|
|
3153
3155
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
|
|
3154
3156
|
margin-left: 0;
|
|
3155
3157
|
margin-right: 10px;
|
|
@@ -3174,6 +3176,10 @@
|
|
|
3174
3176
|
margin-left: 0;
|
|
3175
3177
|
margin-right: 10px;
|
|
3176
3178
|
}
|
|
3179
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
3180
|
+
min-height: 170px;
|
|
3181
|
+
overflow: auto;
|
|
3182
|
+
}
|
|
3177
3183
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-measure-icon,
|
|
3178
3184
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-dimension-icon,
|
|
3179
3185
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-attributeCDB-icon,
|
|
@@ -3289,7 +3295,7 @@
|
|
|
3289
3295
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
3290
3296
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3291
3297
|
overflow: hidden;
|
|
3292
|
-
padding: 0;
|
|
3298
|
+
padding: 0 !important;
|
|
3293
3299
|
}
|
|
3294
3300
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3295
3301
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3529,7 +3535,7 @@
|
|
|
3529
3535
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
3530
3536
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
3531
3537
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
|
|
3532
|
-
height:
|
|
3538
|
+
height: 227px;
|
|
3533
3539
|
}
|
|
3534
3540
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3535
3541
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -3559,7 +3565,7 @@
|
|
|
3559
3565
|
}
|
|
3560
3566
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
3561
3567
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
3562
|
-
min-width: 350px;
|
|
3568
|
+
min-width: 350px !important;
|
|
3563
3569
|
}
|
|
3564
3570
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
3565
3571
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -3674,6 +3680,25 @@
|
|
|
3674
3680
|
min-height: 36px;
|
|
3675
3681
|
min-width: 36px;
|
|
3676
3682
|
}
|
|
3683
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog,
|
|
3684
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
3685
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
3686
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
3687
|
+
max-height: 400px !important;
|
|
3688
|
+
min-width: 370px !important;
|
|
3689
|
+
}
|
|
3690
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
3691
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
3692
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
3693
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
3694
|
+
min-height: 113px !important;
|
|
3695
|
+
}
|
|
3696
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3697
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3698
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3699
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul {
|
|
3700
|
+
height: auto;
|
|
3701
|
+
}
|
|
3677
3702
|
|
|
3678
3703
|
.e-pivotfieldlist-container {
|
|
3679
3704
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
@@ -3902,6 +3927,9 @@
|
|
|
3902
3927
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text {
|
|
3903
3928
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
3904
3929
|
}
|
|
3930
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
3931
|
+
display: none !important;
|
|
3932
|
+
}
|
|
3905
3933
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
3906
3934
|
margin-left: 0;
|
|
3907
3935
|
margin-right: 0;
|
|
@@ -4350,6 +4378,59 @@
|
|
|
4350
4378
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table {
|
|
4351
4379
|
width: 60%;
|
|
4352
4380
|
}
|
|
4381
|
+
.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
4382
|
+
max-height: 750px;
|
|
4383
|
+
}
|
|
4384
|
+
.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
4385
|
+
height: 261px;
|
|
4386
|
+
}
|
|
4387
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4388
|
+
height: 540px;
|
|
4389
|
+
}
|
|
4390
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4391
|
+
height: 369px;
|
|
4392
|
+
}
|
|
4393
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4394
|
+
height: 392px !important;
|
|
4395
|
+
}
|
|
4396
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
4397
|
+
height: 392px;
|
|
4398
|
+
}
|
|
4399
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
4400
|
+
height: 162px !important;
|
|
4401
|
+
}
|
|
4402
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt {
|
|
4403
|
+
color: #adb5bd;
|
|
4404
|
+
padding: 25px 12px;
|
|
4405
|
+
text-align: center;
|
|
4406
|
+
width: 100%;
|
|
4407
|
+
}
|
|
4408
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable {
|
|
4409
|
+
display: none;
|
|
4410
|
+
}
|
|
4411
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search {
|
|
4412
|
+
display: -ms-flexbox;
|
|
4413
|
+
display: flex;
|
|
4414
|
+
padding: 10px 18px;
|
|
4415
|
+
}
|
|
4416
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4417
|
+
float: right;
|
|
4418
|
+
font-size: 14px;
|
|
4419
|
+
}
|
|
4420
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,
|
|
4421
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
4422
|
+
border-width: 0 !important;
|
|
4423
|
+
cursor: text !important;
|
|
4424
|
+
}
|
|
4425
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover {
|
|
4426
|
+
background-color: transparent !important;
|
|
4427
|
+
border: transparent !important;
|
|
4428
|
+
color: currentColor !important;
|
|
4429
|
+
}
|
|
4430
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,
|
|
4431
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable {
|
|
4432
|
+
display: none !important;
|
|
4433
|
+
}
|
|
4353
4434
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
4354
4435
|
color: #fff;
|
|
4355
4436
|
font-size: 14px;
|
|
@@ -4434,7 +4515,7 @@
|
|
|
4434
4515
|
width: 100%;
|
|
4435
4516
|
}
|
|
4436
4517
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
|
|
4437
|
-
height:
|
|
4518
|
+
height: 180px;
|
|
4438
4519
|
}
|
|
4439
4520
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div {
|
|
4440
4521
|
display: none;
|
|
@@ -5393,4 +5474,37 @@
|
|
|
5393
5474
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit {
|
|
5394
5475
|
padding-left: 0;
|
|
5395
5476
|
padding-right: 4px;
|
|
5477
|
+
}
|
|
5478
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5479
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5480
|
+
max-height: 750px;
|
|
5481
|
+
}
|
|
5482
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container,
|
|
5483
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container {
|
|
5484
|
+
max-height: 800px;
|
|
5485
|
+
}
|
|
5486
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table,
|
|
5487
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
5488
|
+
height: 270px;
|
|
5489
|
+
}
|
|
5490
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5491
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5492
|
+
height: 565px !important;
|
|
5493
|
+
max-height: 600px !important;
|
|
5494
|
+
}
|
|
5495
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5496
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
5497
|
+
height: 387px;
|
|
5498
|
+
}
|
|
5499
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table,
|
|
5500
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
5501
|
+
height: 400px !important;
|
|
5502
|
+
}
|
|
5503
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,
|
|
5504
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
5505
|
+
height: 404px;
|
|
5506
|
+
}
|
|
5507
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5508
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5509
|
+
height: 165px !important;
|
|
5396
5510
|
}
|