@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
|
@@ -835,18 +835,6 @@
|
|
|
835
835
|
margin-top: 4px;
|
|
836
836
|
}
|
|
837
837
|
|
|
838
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
839
|
-
height: 62px;
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
843
|
-
padding-left: 10px;
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
847
|
-
margin-left: 24px !important;
|
|
848
|
-
}
|
|
849
|
-
|
|
850
838
|
/*! PivotView theme */
|
|
851
839
|
.e-pivotview .e-nextspan {
|
|
852
840
|
display: inline-block;
|
|
@@ -905,6 +893,8 @@
|
|
|
905
893
|
}
|
|
906
894
|
.e-pivotview .e-member-editor-dialog,
|
|
907
895
|
.e-pivotview .e-olap-editor-dialog {
|
|
896
|
+
min-height: 385px !important;
|
|
897
|
+
min-width: 350px !important;
|
|
908
898
|
visibility: hidden;
|
|
909
899
|
}
|
|
910
900
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -975,7 +965,8 @@
|
|
|
975
965
|
margin: -21px 0 !important;
|
|
976
966
|
}
|
|
977
967
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
978
|
-
|
|
968
|
+
font-size: 12px !important;
|
|
969
|
+
padding: 3px 4px 4px 4px !important;
|
|
979
970
|
}
|
|
980
971
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
981
972
|
margin: -10px 0 !important;
|
|
@@ -1013,7 +1004,7 @@
|
|
|
1013
1004
|
z-index: 1 !important;
|
|
1014
1005
|
}
|
|
1015
1006
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1016
|
-
visibility: hidden;
|
|
1007
|
+
visibility: hidden !important;
|
|
1017
1008
|
}
|
|
1018
1009
|
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1019
1010
|
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
@@ -1208,7 +1199,7 @@
|
|
|
1208
1199
|
border: 1px solid #000;
|
|
1209
1200
|
border-radius: 0;
|
|
1210
1201
|
box-shadow: none;
|
|
1211
|
-
color: #000;
|
|
1202
|
+
color: #000 !important;
|
|
1212
1203
|
cursor: default;
|
|
1213
1204
|
display: -ms-flexbox;
|
|
1214
1205
|
display: flex;
|
|
@@ -1455,8 +1446,9 @@
|
|
|
1455
1446
|
color: #000 !important;
|
|
1456
1447
|
font-size: 14px;
|
|
1457
1448
|
height: 18px;
|
|
1458
|
-
margin-left: 4px;
|
|
1449
|
+
margin-left: 4px !important;
|
|
1459
1450
|
width: 18px;
|
|
1451
|
+
padding-top: 2px;
|
|
1460
1452
|
}
|
|
1461
1453
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1462
1454
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -2260,6 +2252,10 @@
|
|
|
2260
2252
|
.e-pivotfieldlist-container .e-sort-descend::before {
|
|
2261
2253
|
content: "\e665" !important;
|
|
2262
2254
|
}
|
|
2255
|
+
.e-pivotfieldlist-wrapper .e-field-list-search-icon::before,
|
|
2256
|
+
.e-pivotfieldlist-container .e-field-list-search-icon::before {
|
|
2257
|
+
content: "\e60e" !important;
|
|
2258
|
+
}
|
|
2263
2259
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
|
|
2264
2260
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
2265
2261
|
content: "\e7a3";
|
|
@@ -2326,6 +2322,7 @@
|
|
|
2326
2322
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
2327
2323
|
padding-left: 14px;
|
|
2328
2324
|
padding-top: 14px;
|
|
2325
|
+
width: 579px;
|
|
2329
2326
|
}
|
|
2330
2327
|
.e-pivot-formatting-dialog .e-format-outer-div {
|
|
2331
2328
|
background-color: #fff;
|
|
@@ -2463,6 +2460,7 @@
|
|
|
2463
2460
|
.e-bigger .e-pivot-formatting-dialog .e-format-inner-div {
|
|
2464
2461
|
padding-left: 16px;
|
|
2465
2462
|
padding-top: 16px;
|
|
2463
|
+
width: 656px;
|
|
2466
2464
|
}
|
|
2467
2465
|
.e-bigger.e-pivot-formatting-dialog .e-format-outer-div,
|
|
2468
2466
|
.e-bigger .e-pivot-formatting-dialog .e-format-outer-div {
|
|
@@ -2836,8 +2834,8 @@
|
|
|
2836
2834
|
|
|
2837
2835
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2838
2836
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2839
|
-
max-height:
|
|
2840
|
-
min-width:
|
|
2837
|
+
max-height: 590px !important;
|
|
2838
|
+
min-width: 401px !important;
|
|
2841
2839
|
}
|
|
2842
2840
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2843
2841
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2878,7 +2876,7 @@
|
|
|
2878
2876
|
}
|
|
2879
2877
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2880
2878
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2881
|
-
max-height:
|
|
2879
|
+
max-height: 750px !important;
|
|
2882
2880
|
min-width: 580px;
|
|
2883
2881
|
}
|
|
2884
2882
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
@@ -2955,7 +2953,7 @@
|
|
|
2955
2953
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
2956
2954
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
2957
2955
|
margin-left: -35px;
|
|
2958
|
-
overflow:
|
|
2956
|
+
overflow: auto !important;
|
|
2959
2957
|
}
|
|
2960
2958
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
2961
2959
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -2992,6 +2990,9 @@
|
|
|
2992
2990
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
2993
2991
|
margin-right: 0;
|
|
2994
2992
|
}
|
|
2993
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
2994
|
+
margin-left: 20px;
|
|
2995
|
+
}
|
|
2995
2996
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
|
|
2996
2997
|
float: left;
|
|
2997
2998
|
margin: 0;
|
|
@@ -3086,6 +3087,10 @@
|
|
|
3086
3087
|
opacity: 100%;
|
|
3087
3088
|
padding: 15px 10px 7px 20px;
|
|
3088
3089
|
}
|
|
3090
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items {
|
|
3091
|
+
margin-left: 0;
|
|
3092
|
+
margin-right: 20px;
|
|
3093
|
+
}
|
|
3089
3094
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
|
|
3090
3095
|
margin-left: 0;
|
|
3091
3096
|
margin-right: 10px;
|
|
@@ -3110,6 +3115,10 @@
|
|
|
3110
3115
|
margin-left: 0;
|
|
3111
3116
|
margin-right: 10px;
|
|
3112
3117
|
}
|
|
3118
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
3119
|
+
min-height: 170px;
|
|
3120
|
+
overflow: auto;
|
|
3121
|
+
}
|
|
3113
3122
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-measure-icon,
|
|
3114
3123
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-dimension-icon,
|
|
3115
3124
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-attributeCDB-icon,
|
|
@@ -3225,7 +3234,7 @@
|
|
|
3225
3234
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
3226
3235
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3227
3236
|
overflow: hidden;
|
|
3228
|
-
padding: 0;
|
|
3237
|
+
padding: 0 !important;
|
|
3229
3238
|
}
|
|
3230
3239
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3231
3240
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3484,7 +3493,7 @@
|
|
|
3484
3493
|
}
|
|
3485
3494
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
3486
3495
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
3487
|
-
min-width: 350px;
|
|
3496
|
+
min-width: 350px !important;
|
|
3488
3497
|
}
|
|
3489
3498
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
3490
3499
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -3599,6 +3608,25 @@
|
|
|
3599
3608
|
min-height: 36px;
|
|
3600
3609
|
min-width: 36px;
|
|
3601
3610
|
}
|
|
3611
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog,
|
|
3612
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
3613
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
3614
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
3615
|
+
max-height: 400px !important;
|
|
3616
|
+
min-width: 370px !important;
|
|
3617
|
+
}
|
|
3618
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
3619
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
3620
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
3621
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
3622
|
+
min-height: 113px !important;
|
|
3623
|
+
}
|
|
3624
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3625
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3626
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3627
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul {
|
|
3628
|
+
height: auto;
|
|
3629
|
+
}
|
|
3602
3630
|
|
|
3603
3631
|
.e-pivotfieldlist-container {
|
|
3604
3632
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -3819,6 +3847,9 @@
|
|
|
3819
3847
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text {
|
|
3820
3848
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
3821
3849
|
}
|
|
3850
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
3851
|
+
display: none !important;
|
|
3852
|
+
}
|
|
3822
3853
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
3823
3854
|
margin-left: 0;
|
|
3824
3855
|
margin-right: 0;
|
|
@@ -4264,6 +4295,59 @@
|
|
|
4264
4295
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table {
|
|
4265
4296
|
width: 60%;
|
|
4266
4297
|
}
|
|
4298
|
+
.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
4299
|
+
max-height: 750px;
|
|
4300
|
+
}
|
|
4301
|
+
.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
4302
|
+
height: 261px;
|
|
4303
|
+
}
|
|
4304
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4305
|
+
height: 540px;
|
|
4306
|
+
}
|
|
4307
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4308
|
+
height: 369px;
|
|
4309
|
+
}
|
|
4310
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4311
|
+
height: 392px !important;
|
|
4312
|
+
}
|
|
4313
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
4314
|
+
height: 392px;
|
|
4315
|
+
}
|
|
4316
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
4317
|
+
height: 162px !important;
|
|
4318
|
+
}
|
|
4319
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt {
|
|
4320
|
+
color: #000;
|
|
4321
|
+
padding: 25px 12px;
|
|
4322
|
+
text-align: center;
|
|
4323
|
+
width: 100%;
|
|
4324
|
+
}
|
|
4325
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable {
|
|
4326
|
+
display: none;
|
|
4327
|
+
}
|
|
4328
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search {
|
|
4329
|
+
display: -ms-flexbox;
|
|
4330
|
+
display: flex;
|
|
4331
|
+
padding: 10px 20px;
|
|
4332
|
+
}
|
|
4333
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4334
|
+
float: right;
|
|
4335
|
+
font-size: 14px;
|
|
4336
|
+
}
|
|
4337
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,
|
|
4338
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
4339
|
+
border-width: 0 !important;
|
|
4340
|
+
cursor: text !important;
|
|
4341
|
+
}
|
|
4342
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover {
|
|
4343
|
+
background-color: transparent !important;
|
|
4344
|
+
border: transparent !important;
|
|
4345
|
+
color: currentColor !important;
|
|
4346
|
+
}
|
|
4347
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,
|
|
4348
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable {
|
|
4349
|
+
display: none !important;
|
|
4350
|
+
}
|
|
4267
4351
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
4268
4352
|
color: #000;
|
|
4269
4353
|
font-size: 13px;
|
|
@@ -4348,7 +4432,7 @@
|
|
|
4348
4432
|
width: 100%;
|
|
4349
4433
|
}
|
|
4350
4434
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
|
|
4351
|
-
height:
|
|
4435
|
+
height: 180px;
|
|
4352
4436
|
}
|
|
4353
4437
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div {
|
|
4354
4438
|
display: none;
|
|
@@ -5300,4 +5384,37 @@
|
|
|
5300
5384
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit {
|
|
5301
5385
|
padding-left: 0;
|
|
5302
5386
|
padding-right: 4px;
|
|
5387
|
+
}
|
|
5388
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5389
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5390
|
+
max-height: 750px;
|
|
5391
|
+
}
|
|
5392
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container,
|
|
5393
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container {
|
|
5394
|
+
max-height: 800px;
|
|
5395
|
+
}
|
|
5396
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table,
|
|
5397
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
5398
|
+
height: 270px;
|
|
5399
|
+
}
|
|
5400
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5401
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5402
|
+
height: 565px !important;
|
|
5403
|
+
max-height: 600px !important;
|
|
5404
|
+
}
|
|
5405
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5406
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
5407
|
+
height: 387px;
|
|
5408
|
+
}
|
|
5409
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table,
|
|
5410
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
5411
|
+
height: 400px !important;
|
|
5412
|
+
}
|
|
5413
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,
|
|
5414
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
5415
|
+
height: 404px;
|
|
5416
|
+
}
|
|
5417
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5418
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5419
|
+
height: 165px !important;
|
|
5303
5420
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -835,18 +835,6 @@
|
|
|
835
835
|
margin-top: 4px;
|
|
836
836
|
}
|
|
837
837
|
|
|
838
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
839
|
-
height: 62px;
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
843
|
-
padding-left: 10px;
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
847
|
-
margin-left: 24px !important;
|
|
848
|
-
}
|
|
849
|
-
|
|
850
838
|
/*! PivotView theme */
|
|
851
839
|
.e-pivotview .e-nextspan {
|
|
852
840
|
display: inline-block;
|
|
@@ -905,6 +893,8 @@
|
|
|
905
893
|
}
|
|
906
894
|
.e-pivotview .e-member-editor-dialog,
|
|
907
895
|
.e-pivotview .e-olap-editor-dialog {
|
|
896
|
+
min-height: 385px !important;
|
|
897
|
+
min-width: 350px !important;
|
|
908
898
|
visibility: hidden;
|
|
909
899
|
}
|
|
910
900
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -975,7 +965,8 @@
|
|
|
975
965
|
margin: -21px 0 !important;
|
|
976
966
|
}
|
|
977
967
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
978
|
-
|
|
968
|
+
font-size: 12px !important;
|
|
969
|
+
padding: 3px 4px 4px 4px !important;
|
|
979
970
|
}
|
|
980
971
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
981
972
|
margin: -10px 0 !important;
|
|
@@ -1013,7 +1004,7 @@
|
|
|
1013
1004
|
z-index: 1 !important;
|
|
1014
1005
|
}
|
|
1015
1006
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1016
|
-
visibility: hidden;
|
|
1007
|
+
visibility: hidden !important;
|
|
1017
1008
|
}
|
|
1018
1009
|
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1019
1010
|
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
@@ -1208,7 +1199,7 @@
|
|
|
1208
1199
|
border: 1px solid #fff;
|
|
1209
1200
|
border-radius: 0;
|
|
1210
1201
|
box-shadow: none;
|
|
1211
|
-
color: #fff;
|
|
1202
|
+
color: #fff !important;
|
|
1212
1203
|
cursor: default;
|
|
1213
1204
|
display: -ms-flexbox;
|
|
1214
1205
|
display: flex;
|
|
@@ -1455,8 +1446,9 @@
|
|
|
1455
1446
|
color: #fff !important;
|
|
1456
1447
|
font-size: 12px;
|
|
1457
1448
|
height: 18px;
|
|
1458
|
-
margin-left: 4px;
|
|
1449
|
+
margin-left: 4px !important;
|
|
1459
1450
|
width: 18px;
|
|
1451
|
+
padding-top: 2px;
|
|
1460
1452
|
}
|
|
1461
1453
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1462
1454
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -2260,6 +2252,10 @@
|
|
|
2260
2252
|
.e-pivotfieldlist-container .e-sort-descend::before {
|
|
2261
2253
|
content: "\e665" !important;
|
|
2262
2254
|
}
|
|
2255
|
+
.e-pivotfieldlist-wrapper .e-field-list-search-icon::before,
|
|
2256
|
+
.e-pivotfieldlist-container .e-field-list-search-icon::before {
|
|
2257
|
+
content: "\e275" !important;
|
|
2258
|
+
}
|
|
2263
2259
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
|
|
2264
2260
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
2265
2261
|
content: "\e7a3";
|
|
@@ -2326,6 +2322,7 @@
|
|
|
2326
2322
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
2327
2323
|
padding-left: 14px;
|
|
2328
2324
|
padding-top: 14px;
|
|
2325
|
+
width: 579px;
|
|
2329
2326
|
}
|
|
2330
2327
|
.e-pivot-formatting-dialog .e-format-outer-div {
|
|
2331
2328
|
background-color: #000;
|
|
@@ -2463,6 +2460,7 @@
|
|
|
2463
2460
|
.e-bigger .e-pivot-formatting-dialog .e-format-inner-div {
|
|
2464
2461
|
padding-left: 16px;
|
|
2465
2462
|
padding-top: 16px;
|
|
2463
|
+
width: 656px;
|
|
2466
2464
|
}
|
|
2467
2465
|
.e-bigger.e-pivot-formatting-dialog .e-format-outer-div,
|
|
2468
2466
|
.e-bigger .e-pivot-formatting-dialog .e-format-outer-div {
|
|
@@ -2836,8 +2834,8 @@
|
|
|
2836
2834
|
|
|
2837
2835
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2838
2836
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2839
|
-
max-height:
|
|
2840
|
-
min-width:
|
|
2837
|
+
max-height: 590px !important;
|
|
2838
|
+
min-width: 401px !important;
|
|
2841
2839
|
}
|
|
2842
2840
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2843
2841
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2878,7 +2876,7 @@
|
|
|
2878
2876
|
}
|
|
2879
2877
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2880
2878
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2881
|
-
max-height:
|
|
2879
|
+
max-height: 750px !important;
|
|
2882
2880
|
min-width: 580px;
|
|
2883
2881
|
}
|
|
2884
2882
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
@@ -2955,7 +2953,7 @@
|
|
|
2955
2953
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
2956
2954
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
2957
2955
|
margin-left: -35px;
|
|
2958
|
-
overflow:
|
|
2956
|
+
overflow: auto !important;
|
|
2959
2957
|
}
|
|
2960
2958
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
2961
2959
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -2992,6 +2990,9 @@
|
|
|
2992
2990
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
2993
2991
|
margin-right: 0;
|
|
2994
2992
|
}
|
|
2993
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
2994
|
+
margin-left: 20px;
|
|
2995
|
+
}
|
|
2995
2996
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
|
|
2996
2997
|
float: left;
|
|
2997
2998
|
margin: 0;
|
|
@@ -3086,6 +3087,10 @@
|
|
|
3086
3087
|
opacity: 100%;
|
|
3087
3088
|
padding: 14px 10px 7px 20px;
|
|
3088
3089
|
}
|
|
3090
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items {
|
|
3091
|
+
margin-left: 0;
|
|
3092
|
+
margin-right: 20px;
|
|
3093
|
+
}
|
|
3089
3094
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
|
|
3090
3095
|
margin-left: 0;
|
|
3091
3096
|
margin-right: 10px;
|
|
@@ -3110,6 +3115,10 @@
|
|
|
3110
3115
|
margin-left: 0;
|
|
3111
3116
|
margin-right: 10px;
|
|
3112
3117
|
}
|
|
3118
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
3119
|
+
min-height: 170px;
|
|
3120
|
+
overflow: auto;
|
|
3121
|
+
}
|
|
3113
3122
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-measure-icon,
|
|
3114
3123
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-dimension-icon,
|
|
3115
3124
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-attributeCDB-icon,
|
|
@@ -3225,7 +3234,7 @@
|
|
|
3225
3234
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
3226
3235
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3227
3236
|
overflow: hidden;
|
|
3228
|
-
padding: 0;
|
|
3237
|
+
padding: 0 !important;
|
|
3229
3238
|
}
|
|
3230
3239
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3231
3240
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3484,7 +3493,7 @@
|
|
|
3484
3493
|
}
|
|
3485
3494
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
3486
3495
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
3487
|
-
min-width: 350px;
|
|
3496
|
+
min-width: 350px !important;
|
|
3488
3497
|
}
|
|
3489
3498
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
3490
3499
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -3599,6 +3608,25 @@
|
|
|
3599
3608
|
min-height: 36px;
|
|
3600
3609
|
min-width: 36px;
|
|
3601
3610
|
}
|
|
3611
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog,
|
|
3612
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
3613
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
3614
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
3615
|
+
max-height: 400px !important;
|
|
3616
|
+
min-width: 370px !important;
|
|
3617
|
+
}
|
|
3618
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
3619
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
3620
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
3621
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
3622
|
+
min-height: 113px !important;
|
|
3623
|
+
}
|
|
3624
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3625
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3626
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3627
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul {
|
|
3628
|
+
height: auto;
|
|
3629
|
+
}
|
|
3602
3630
|
|
|
3603
3631
|
.e-pivotfieldlist-container {
|
|
3604
3632
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -3819,6 +3847,9 @@
|
|
|
3819
3847
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text {
|
|
3820
3848
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
3821
3849
|
}
|
|
3850
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
3851
|
+
display: none !important;
|
|
3852
|
+
}
|
|
3822
3853
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
3823
3854
|
margin-left: 0;
|
|
3824
3855
|
margin-right: 0;
|
|
@@ -4264,6 +4295,59 @@
|
|
|
4264
4295
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table {
|
|
4265
4296
|
width: 60%;
|
|
4266
4297
|
}
|
|
4298
|
+
.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
4299
|
+
max-height: 750px;
|
|
4300
|
+
}
|
|
4301
|
+
.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
4302
|
+
height: 261px;
|
|
4303
|
+
}
|
|
4304
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4305
|
+
height: 540px;
|
|
4306
|
+
}
|
|
4307
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4308
|
+
height: 369px;
|
|
4309
|
+
}
|
|
4310
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4311
|
+
height: 392px !important;
|
|
4312
|
+
}
|
|
4313
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
4314
|
+
height: 392px;
|
|
4315
|
+
}
|
|
4316
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
4317
|
+
height: 162px !important;
|
|
4318
|
+
}
|
|
4319
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt {
|
|
4320
|
+
color: #fff;
|
|
4321
|
+
padding: 25px 12px;
|
|
4322
|
+
text-align: center;
|
|
4323
|
+
width: 100%;
|
|
4324
|
+
}
|
|
4325
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable {
|
|
4326
|
+
display: none;
|
|
4327
|
+
}
|
|
4328
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search {
|
|
4329
|
+
display: -ms-flexbox;
|
|
4330
|
+
display: flex;
|
|
4331
|
+
padding: 10px 20px;
|
|
4332
|
+
}
|
|
4333
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4334
|
+
float: right;
|
|
4335
|
+
font-size: 14px;
|
|
4336
|
+
}
|
|
4337
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,
|
|
4338
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
4339
|
+
border-width: 0 !important;
|
|
4340
|
+
cursor: text !important;
|
|
4341
|
+
}
|
|
4342
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover {
|
|
4343
|
+
background-color: transparent !important;
|
|
4344
|
+
border: transparent !important;
|
|
4345
|
+
color: currentColor !important;
|
|
4346
|
+
}
|
|
4347
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,
|
|
4348
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable {
|
|
4349
|
+
display: none !important;
|
|
4350
|
+
}
|
|
4267
4351
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
4268
4352
|
color: #fff;
|
|
4269
4353
|
font-size: 13px;
|
|
@@ -4348,7 +4432,7 @@
|
|
|
4348
4432
|
width: 100%;
|
|
4349
4433
|
}
|
|
4350
4434
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
|
|
4351
|
-
height:
|
|
4435
|
+
height: 180px;
|
|
4352
4436
|
}
|
|
4353
4437
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div {
|
|
4354
4438
|
display: none;
|
|
@@ -5300,4 +5384,37 @@
|
|
|
5300
5384
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit {
|
|
5301
5385
|
padding-left: 0;
|
|
5302
5386
|
padding-right: 4px;
|
|
5387
|
+
}
|
|
5388
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5389
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5390
|
+
max-height: 750px;
|
|
5391
|
+
}
|
|
5392
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container,
|
|
5393
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container {
|
|
5394
|
+
max-height: 800px;
|
|
5395
|
+
}
|
|
5396
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table,
|
|
5397
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
5398
|
+
height: 270px;
|
|
5399
|
+
}
|
|
5400
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5401
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5402
|
+
height: 565px !important;
|
|
5403
|
+
max-height: 600px !important;
|
|
5404
|
+
}
|
|
5405
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5406
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
5407
|
+
height: 387px;
|
|
5408
|
+
}
|
|
5409
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table,
|
|
5410
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
5411
|
+
height: 400px !important;
|
|
5412
|
+
}
|
|
5413
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,
|
|
5414
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
5415
|
+
height: 404px;
|
|
5416
|
+
}
|
|
5417
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5418
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5419
|
+
height: 165px !important;
|
|
5303
5420
|
}
|