@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/material-dark.css
CHANGED
|
@@ -836,18 +836,6 @@
|
|
|
836
836
|
margin-top: 12px;
|
|
837
837
|
}
|
|
838
838
|
|
|
839
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
840
|
-
height: 62px;
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
844
|
-
padding-left: 10px;
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
848
|
-
margin-left: 24px !important;
|
|
849
|
-
}
|
|
850
|
-
|
|
851
839
|
/*! PivotView theme */
|
|
852
840
|
.e-pivotview .e-nextspan {
|
|
853
841
|
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 {
|
|
@@ -974,7 +964,8 @@
|
|
|
974
964
|
margin: -6px 5px !important;
|
|
975
965
|
}
|
|
976
966
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
977
|
-
|
|
967
|
+
font-size: 12px !important;
|
|
968
|
+
padding: 3px 4px 4px 4px !important;
|
|
978
969
|
}
|
|
979
970
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
980
971
|
margin: -10px 0 !important;
|
|
@@ -1012,7 +1003,7 @@
|
|
|
1012
1003
|
z-index: 1 !important;
|
|
1013
1004
|
}
|
|
1014
1005
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1015
|
-
visibility: hidden;
|
|
1006
|
+
visibility: hidden !important;
|
|
1016
1007
|
}
|
|
1017
1008
|
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1018
1009
|
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
@@ -1209,7 +1200,7 @@
|
|
|
1209
1200
|
border: 1px solid none;
|
|
1210
1201
|
border-radius: 25px;
|
|
1211
1202
|
box-shadow: none;
|
|
1212
|
-
color: #fff;
|
|
1203
|
+
color: #fff !important;
|
|
1213
1204
|
cursor: default;
|
|
1214
1205
|
display: -ms-flexbox;
|
|
1215
1206
|
display: flex;
|
|
@@ -1456,8 +1447,9 @@
|
|
|
1456
1447
|
color: rgba(255, 255, 255, 0.7) !important;
|
|
1457
1448
|
font-size: 12px;
|
|
1458
1449
|
height: 18px;
|
|
1459
|
-
margin-left: 4px;
|
|
1450
|
+
margin-left: 4px !important;
|
|
1460
1451
|
width: 18px;
|
|
1452
|
+
padding-top: 2px;
|
|
1461
1453
|
}
|
|
1462
1454
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1463
1455
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -2258,6 +2250,10 @@
|
|
|
2258
2250
|
.e-pivotfieldlist-container .e-sort-descend::before {
|
|
2259
2251
|
content: "\e665" !important;
|
|
2260
2252
|
}
|
|
2253
|
+
.e-pivotfieldlist-wrapper .e-field-list-search-icon::before,
|
|
2254
|
+
.e-pivotfieldlist-container .e-field-list-search-icon::before {
|
|
2255
|
+
content: "\e993" !important;
|
|
2256
|
+
}
|
|
2261
2257
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
|
|
2262
2258
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
2263
2259
|
content: "\e7a3";
|
|
@@ -2328,6 +2324,7 @@
|
|
|
2328
2324
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
2329
2325
|
padding-left: 14px;
|
|
2330
2326
|
padding-top: 14px;
|
|
2327
|
+
width: 579px;
|
|
2331
2328
|
}
|
|
2332
2329
|
.e-pivot-formatting-dialog .e-format-outer-div {
|
|
2333
2330
|
background-color: #303030;
|
|
@@ -2465,6 +2462,7 @@
|
|
|
2465
2462
|
.e-bigger .e-pivot-formatting-dialog .e-format-inner-div {
|
|
2466
2463
|
padding-left: 16px;
|
|
2467
2464
|
padding-top: 16px;
|
|
2465
|
+
width: 656px;
|
|
2468
2466
|
}
|
|
2469
2467
|
.e-bigger.e-pivot-formatting-dialog .e-format-outer-div,
|
|
2470
2468
|
.e-bigger .e-pivot-formatting-dialog .e-format-outer-div {
|
|
@@ -2838,8 +2836,8 @@
|
|
|
2838
2836
|
|
|
2839
2837
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2840
2838
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2841
|
-
max-height:
|
|
2842
|
-
min-width:
|
|
2839
|
+
max-height: 590px !important;
|
|
2840
|
+
min-width: 401px !important;
|
|
2843
2841
|
}
|
|
2844
2842
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2845
2843
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2880,7 +2878,7 @@
|
|
|
2880
2878
|
}
|
|
2881
2879
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2882
2880
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2883
|
-
max-height:
|
|
2881
|
+
max-height: 750px !important;
|
|
2884
2882
|
min-width: 580px;
|
|
2885
2883
|
}
|
|
2886
2884
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
@@ -2957,7 +2955,7 @@
|
|
|
2957
2955
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
2958
2956
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
2959
2957
|
margin-left: -35px;
|
|
2960
|
-
overflow:
|
|
2958
|
+
overflow: auto !important;
|
|
2961
2959
|
}
|
|
2962
2960
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
2963
2961
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -2994,6 +2992,9 @@
|
|
|
2994
2992
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
2995
2993
|
margin-right: 0;
|
|
2996
2994
|
}
|
|
2995
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
2996
|
+
margin-left: 20px;
|
|
2997
|
+
}
|
|
2997
2998
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
|
|
2998
2999
|
float: left;
|
|
2999
3000
|
margin: 0;
|
|
@@ -3088,6 +3089,10 @@
|
|
|
3088
3089
|
opacity: 100%;
|
|
3089
3090
|
padding: 14px 10px 9px 20px;
|
|
3090
3091
|
}
|
|
3092
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items {
|
|
3093
|
+
margin-left: 0;
|
|
3094
|
+
margin-right: 20px;
|
|
3095
|
+
}
|
|
3091
3096
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
|
|
3092
3097
|
margin-left: 0;
|
|
3093
3098
|
margin-right: 10px;
|
|
@@ -3112,6 +3117,10 @@
|
|
|
3112
3117
|
margin-left: 0;
|
|
3113
3118
|
margin-right: 10px;
|
|
3114
3119
|
}
|
|
3120
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
3121
|
+
min-height: 170px;
|
|
3122
|
+
overflow: auto;
|
|
3123
|
+
}
|
|
3115
3124
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-measure-icon,
|
|
3116
3125
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-dimension-icon,
|
|
3117
3126
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-attributeCDB-icon,
|
|
@@ -3227,7 +3236,7 @@
|
|
|
3227
3236
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
3228
3237
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3229
3238
|
overflow: hidden;
|
|
3230
|
-
padding: 0;
|
|
3239
|
+
padding: 0 !important;
|
|
3231
3240
|
}
|
|
3232
3241
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3233
3242
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3486,7 +3495,7 @@
|
|
|
3486
3495
|
}
|
|
3487
3496
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
3488
3497
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
3489
|
-
min-width: 350px;
|
|
3498
|
+
min-width: 350px !important;
|
|
3490
3499
|
}
|
|
3491
3500
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
3492
3501
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -3601,6 +3610,25 @@
|
|
|
3601
3610
|
min-height: 36px;
|
|
3602
3611
|
min-width: 36px;
|
|
3603
3612
|
}
|
|
3613
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog,
|
|
3614
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
3615
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
3616
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
3617
|
+
max-height: 400px !important;
|
|
3618
|
+
min-width: 370px !important;
|
|
3619
|
+
}
|
|
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
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
3623
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
3624
|
+
min-height: 113px !important;
|
|
3625
|
+
}
|
|
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
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3629
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul {
|
|
3630
|
+
height: auto;
|
|
3631
|
+
}
|
|
3604
3632
|
|
|
3605
3633
|
.e-pivotfieldlist-container {
|
|
3606
3634
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
@@ -3821,6 +3849,9 @@
|
|
|
3821
3849
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text {
|
|
3822
3850
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
3823
3851
|
}
|
|
3852
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
3853
|
+
display: none !important;
|
|
3854
|
+
}
|
|
3824
3855
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
3825
3856
|
margin-left: 0;
|
|
3826
3857
|
margin-right: 0;
|
|
@@ -4266,6 +4297,59 @@
|
|
|
4266
4297
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table {
|
|
4267
4298
|
width: 60%;
|
|
4268
4299
|
}
|
|
4300
|
+
.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
4301
|
+
max-height: 750px;
|
|
4302
|
+
}
|
|
4303
|
+
.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
4304
|
+
height: 261px;
|
|
4305
|
+
}
|
|
4306
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4307
|
+
height: 540px;
|
|
4308
|
+
}
|
|
4309
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4310
|
+
height: 369px;
|
|
4311
|
+
}
|
|
4312
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4313
|
+
height: 392px !important;
|
|
4314
|
+
}
|
|
4315
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
4316
|
+
height: 392px;
|
|
4317
|
+
}
|
|
4318
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
4319
|
+
height: 162px !important;
|
|
4320
|
+
}
|
|
4321
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt {
|
|
4322
|
+
color: #bdbdbd;
|
|
4323
|
+
padding: 25px 12px;
|
|
4324
|
+
text-align: center;
|
|
4325
|
+
width: 100%;
|
|
4326
|
+
}
|
|
4327
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable {
|
|
4328
|
+
display: none;
|
|
4329
|
+
}
|
|
4330
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search {
|
|
4331
|
+
display: -ms-flexbox;
|
|
4332
|
+
display: flex;
|
|
4333
|
+
padding: 6px 20px;
|
|
4334
|
+
}
|
|
4335
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4336
|
+
float: right;
|
|
4337
|
+
font-size: 14px;
|
|
4338
|
+
}
|
|
4339
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,
|
|
4340
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
4341
|
+
border-width: 0 !important;
|
|
4342
|
+
cursor: text !important;
|
|
4343
|
+
}
|
|
4344
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover {
|
|
4345
|
+
background-color: transparent !important;
|
|
4346
|
+
border: transparent !important;
|
|
4347
|
+
color: currentColor !important;
|
|
4348
|
+
}
|
|
4349
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,
|
|
4350
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable {
|
|
4351
|
+
display: none !important;
|
|
4352
|
+
}
|
|
4269
4353
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
4270
4354
|
color: #fff;
|
|
4271
4355
|
font-size: 13px;
|
|
@@ -4350,7 +4434,7 @@
|
|
|
4350
4434
|
width: 100%;
|
|
4351
4435
|
}
|
|
4352
4436
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
|
|
4353
|
-
height:
|
|
4437
|
+
height: 180px;
|
|
4354
4438
|
}
|
|
4355
4439
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div {
|
|
4356
4440
|
display: none;
|
|
@@ -5302,4 +5386,37 @@
|
|
|
5302
5386
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit {
|
|
5303
5387
|
padding-left: 0;
|
|
5304
5388
|
padding-right: 4px;
|
|
5389
|
+
}
|
|
5390
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5391
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5392
|
+
max-height: 750px;
|
|
5393
|
+
}
|
|
5394
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container,
|
|
5395
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container {
|
|
5396
|
+
max-height: 800px;
|
|
5397
|
+
}
|
|
5398
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table,
|
|
5399
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
5400
|
+
height: 270px;
|
|
5401
|
+
}
|
|
5402
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5403
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5404
|
+
height: 565px !important;
|
|
5405
|
+
max-height: 600px !important;
|
|
5406
|
+
}
|
|
5407
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5408
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
5409
|
+
height: 387px;
|
|
5410
|
+
}
|
|
5411
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table,
|
|
5412
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
5413
|
+
height: 400px !important;
|
|
5414
|
+
}
|
|
5415
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,
|
|
5416
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
5417
|
+
height: 404px;
|
|
5418
|
+
}
|
|
5419
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5420
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5421
|
+
height: 165px !important;
|
|
5305
5422
|
}
|
package/styles/material.css
CHANGED
|
@@ -837,18 +837,6 @@
|
|
|
837
837
|
margin-top: 12px;
|
|
838
838
|
}
|
|
839
839
|
|
|
840
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
841
|
-
height: 62px;
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
845
|
-
padding-left: 10px;
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
849
|
-
margin-left: 24px !important;
|
|
850
|
-
}
|
|
851
|
-
|
|
852
840
|
/*! PivotView theme */
|
|
853
841
|
.e-pivotview .e-nextspan {
|
|
854
842
|
display: inline-block;
|
|
@@ -906,6 +894,8 @@
|
|
|
906
894
|
}
|
|
907
895
|
.e-pivotview .e-member-editor-dialog,
|
|
908
896
|
.e-pivotview .e-olap-editor-dialog {
|
|
897
|
+
min-height: 385px !important;
|
|
898
|
+
min-width: 350px !important;
|
|
909
899
|
visibility: hidden;
|
|
910
900
|
}
|
|
911
901
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -975,7 +965,8 @@
|
|
|
975
965
|
margin: -6px 5px !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 {
|
|
@@ -1210,7 +1201,7 @@
|
|
|
1210
1201
|
border: 1px solid #e0e0e0;
|
|
1211
1202
|
border-radius: 25px;
|
|
1212
1203
|
box-shadow: none;
|
|
1213
|
-
color: #000;
|
|
1204
|
+
color: #000 !important;
|
|
1214
1205
|
cursor: default;
|
|
1215
1206
|
display: -ms-flexbox;
|
|
1216
1207
|
display: flex;
|
|
@@ -1457,8 +1448,9 @@
|
|
|
1457
1448
|
color: rgba(0, 0, 0, 0.54) !important;
|
|
1458
1449
|
font-size: 12px;
|
|
1459
1450
|
height: 18px;
|
|
1460
|
-
margin-left: 4px;
|
|
1451
|
+
margin-left: 4px !important;
|
|
1461
1452
|
width: 18px;
|
|
1453
|
+
padding-top: 2px;
|
|
1462
1454
|
}
|
|
1463
1455
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1464
1456
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -2258,6 +2250,10 @@
|
|
|
2258
2250
|
.e-pivotfieldlist-container .e-sort-ascend::before {
|
|
2259
2251
|
content: "\e667" !important;
|
|
2260
2252
|
}
|
|
2253
|
+
.e-pivotfieldlist-wrapper .e-field-list-search-icon::before,
|
|
2254
|
+
.e-pivotfieldlist-container .e-field-list-search-icon::before {
|
|
2255
|
+
content: "\e993" !important;
|
|
2256
|
+
}
|
|
2261
2257
|
.e-pivotfieldlist-wrapper .e-sort-descend::before,
|
|
2262
2258
|
.e-pivotfieldlist-container .e-sort-descend::before {
|
|
2263
2259
|
content: "\e665" !important;
|
|
@@ -2328,6 +2324,7 @@
|
|
|
2328
2324
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
2329
2325
|
padding-left: 14px;
|
|
2330
2326
|
padding-top: 14px;
|
|
2327
|
+
width: 579px;
|
|
2331
2328
|
}
|
|
2332
2329
|
.e-pivot-formatting-dialog .e-format-outer-div {
|
|
2333
2330
|
background-color: #fff;
|
|
@@ -2465,6 +2462,7 @@
|
|
|
2465
2462
|
.e-bigger .e-pivot-formatting-dialog .e-format-inner-div {
|
|
2466
2463
|
padding-left: 16px;
|
|
2467
2464
|
padding-top: 16px;
|
|
2465
|
+
width: 656px;
|
|
2468
2466
|
}
|
|
2469
2467
|
.e-bigger.e-pivot-formatting-dialog .e-format-outer-div,
|
|
2470
2468
|
.e-bigger .e-pivot-formatting-dialog .e-format-outer-div {
|
|
@@ -2838,8 +2836,8 @@
|
|
|
2838
2836
|
|
|
2839
2837
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2840
2838
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2841
|
-
max-height:
|
|
2842
|
-
min-width:
|
|
2839
|
+
max-height: 590px !important;
|
|
2840
|
+
min-width: 401px !important;
|
|
2843
2841
|
}
|
|
2844
2842
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2845
2843
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2880,7 +2878,7 @@
|
|
|
2880
2878
|
}
|
|
2881
2879
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2882
2880
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2883
|
-
max-height:
|
|
2881
|
+
max-height: 750px !important;
|
|
2884
2882
|
min-width: 580px;
|
|
2885
2883
|
}
|
|
2886
2884
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
@@ -2957,7 +2955,7 @@
|
|
|
2957
2955
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
2958
2956
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
2959
2957
|
margin-left: -35px;
|
|
2960
|
-
overflow:
|
|
2958
|
+
overflow: auto !important;
|
|
2961
2959
|
}
|
|
2962
2960
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
2963
2961
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -2994,6 +2992,9 @@
|
|
|
2994
2992
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
2995
2993
|
margin-right: 0;
|
|
2996
2994
|
}
|
|
2995
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
2996
|
+
margin-left: 20px;
|
|
2997
|
+
}
|
|
2997
2998
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
|
|
2998
2999
|
float: left;
|
|
2999
3000
|
margin: 0;
|
|
@@ -3088,6 +3089,10 @@
|
|
|
3088
3089
|
opacity: 56%;
|
|
3089
3090
|
padding: 14px 10px 9px 20px;
|
|
3090
3091
|
}
|
|
3092
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items {
|
|
3093
|
+
margin-left: 0;
|
|
3094
|
+
margin-right: 20px;
|
|
3095
|
+
}
|
|
3091
3096
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
|
|
3092
3097
|
margin-left: 0;
|
|
3093
3098
|
margin-right: 10px;
|
|
@@ -3112,6 +3117,10 @@
|
|
|
3112
3117
|
margin-left: 0;
|
|
3113
3118
|
margin-right: 10px;
|
|
3114
3119
|
}
|
|
3120
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
3121
|
+
min-height: 170px;
|
|
3122
|
+
overflow: auto;
|
|
3123
|
+
}
|
|
3115
3124
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-measure-icon,
|
|
3116
3125
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-dimension-icon,
|
|
3117
3126
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-attributeCDB-icon,
|
|
@@ -3227,7 +3236,7 @@
|
|
|
3227
3236
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
3228
3237
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3229
3238
|
overflow: hidden;
|
|
3230
|
-
padding: 0;
|
|
3239
|
+
padding: 0 !important;
|
|
3231
3240
|
}
|
|
3232
3241
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3233
3242
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3486,7 +3495,7 @@
|
|
|
3486
3495
|
}
|
|
3487
3496
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
3488
3497
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
3489
|
-
min-width: 350px;
|
|
3498
|
+
min-width: 350px !important;
|
|
3490
3499
|
}
|
|
3491
3500
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
3492
3501
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -3601,6 +3610,25 @@
|
|
|
3601
3610
|
min-height: 36px;
|
|
3602
3611
|
min-width: 36px;
|
|
3603
3612
|
}
|
|
3613
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog,
|
|
3614
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
3615
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
3616
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
3617
|
+
max-height: 400px !important;
|
|
3618
|
+
min-width: 370px !important;
|
|
3619
|
+
}
|
|
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
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
3623
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
3624
|
+
min-height: 113px !important;
|
|
3625
|
+
}
|
|
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
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3629
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul {
|
|
3630
|
+
height: auto;
|
|
3631
|
+
}
|
|
3604
3632
|
|
|
3605
3633
|
.e-pivotfieldlist-container {
|
|
3606
3634
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
@@ -3821,6 +3849,9 @@
|
|
|
3821
3849
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text {
|
|
3822
3850
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
3823
3851
|
}
|
|
3852
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
3853
|
+
display: none !important;
|
|
3854
|
+
}
|
|
3824
3855
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
3825
3856
|
margin-left: 0;
|
|
3826
3857
|
margin-right: 0;
|
|
@@ -4266,6 +4297,59 @@
|
|
|
4266
4297
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table {
|
|
4267
4298
|
width: 60%;
|
|
4268
4299
|
}
|
|
4300
|
+
.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
4301
|
+
max-height: 750px;
|
|
4302
|
+
}
|
|
4303
|
+
.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
4304
|
+
height: 261px;
|
|
4305
|
+
}
|
|
4306
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4307
|
+
height: 540px;
|
|
4308
|
+
}
|
|
4309
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4310
|
+
height: 369px;
|
|
4311
|
+
}
|
|
4312
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4313
|
+
height: 392px !important;
|
|
4314
|
+
}
|
|
4315
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
4316
|
+
height: 392px;
|
|
4317
|
+
}
|
|
4318
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
4319
|
+
height: 162px !important;
|
|
4320
|
+
}
|
|
4321
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt {
|
|
4322
|
+
color: #bdbdbd;
|
|
4323
|
+
padding: 25px 12px;
|
|
4324
|
+
text-align: center;
|
|
4325
|
+
width: 100%;
|
|
4326
|
+
}
|
|
4327
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable {
|
|
4328
|
+
display: none;
|
|
4329
|
+
}
|
|
4330
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search {
|
|
4331
|
+
display: -ms-flexbox;
|
|
4332
|
+
display: flex;
|
|
4333
|
+
padding: 9px 20px;
|
|
4334
|
+
}
|
|
4335
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4336
|
+
float: right;
|
|
4337
|
+
font-size: 14px;
|
|
4338
|
+
}
|
|
4339
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,
|
|
4340
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
4341
|
+
border-width: 0 !important;
|
|
4342
|
+
cursor: text !important;
|
|
4343
|
+
}
|
|
4344
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover {
|
|
4345
|
+
background-color: transparent !important;
|
|
4346
|
+
border: transparent !important;
|
|
4347
|
+
color: currentColor !important;
|
|
4348
|
+
}
|
|
4349
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,
|
|
4350
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable {
|
|
4351
|
+
display: none !important;
|
|
4352
|
+
}
|
|
4269
4353
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
4270
4354
|
color: #000;
|
|
4271
4355
|
font-size: 13px;
|
|
@@ -4350,7 +4434,7 @@
|
|
|
4350
4434
|
width: 100%;
|
|
4351
4435
|
}
|
|
4352
4436
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
|
|
4353
|
-
height:
|
|
4437
|
+
height: 180px;
|
|
4354
4438
|
}
|
|
4355
4439
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div {
|
|
4356
4440
|
display: none;
|
|
@@ -5302,4 +5386,37 @@
|
|
|
5302
5386
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit {
|
|
5303
5387
|
padding-left: 0;
|
|
5304
5388
|
padding-right: 4px;
|
|
5389
|
+
}
|
|
5390
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5391
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5392
|
+
max-height: 750px;
|
|
5393
|
+
}
|
|
5394
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container,
|
|
5395
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container {
|
|
5396
|
+
max-height: 800px;
|
|
5397
|
+
}
|
|
5398
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table,
|
|
5399
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
5400
|
+
height: 270px;
|
|
5401
|
+
}
|
|
5402
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5403
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5404
|
+
height: 565px !important;
|
|
5405
|
+
max-height: 600px !important;
|
|
5406
|
+
}
|
|
5407
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5408
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
5409
|
+
height: 387px;
|
|
5410
|
+
}
|
|
5411
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table,
|
|
5412
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
5413
|
+
height: 400px !important;
|
|
5414
|
+
}
|
|
5415
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,
|
|
5416
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
5417
|
+
height: 404px;
|
|
5418
|
+
}
|
|
5419
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5420
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5421
|
+
height: 165px !important;
|
|
5305
5422
|
}
|