@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
|
@@ -837,18 +837,6 @@
|
|
|
837
837
|
margin-top: 8px;
|
|
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: -15px 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 {
|
|
@@ -1210,7 +1201,7 @@
|
|
|
1210
1201
|
border: 1px solid #414141;
|
|
1211
1202
|
border-radius: 4px;
|
|
1212
1203
|
box-shadow: none;
|
|
1213
|
-
color: #f0f0f0;
|
|
1204
|
+
color: #f0f0f0 !important;
|
|
1214
1205
|
cursor: default;
|
|
1215
1206
|
display: -ms-flexbox;
|
|
1216
1207
|
display: flex;
|
|
@@ -1457,8 +1448,9 @@
|
|
|
1457
1448
|
color: #f0f0f0 !important;
|
|
1458
1449
|
font-size: 10px;
|
|
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,
|
|
@@ -2264,6 +2256,10 @@
|
|
|
2264
2256
|
.e-pivotfieldlist-container .e-sort-descend::before {
|
|
2265
2257
|
content: "\e665" !important;
|
|
2266
2258
|
}
|
|
2259
|
+
.e-pivotfieldlist-wrapper .e-field-list-search-icon::before,
|
|
2260
|
+
.e-pivotfieldlist-container .e-field-list-search-icon::before {
|
|
2261
|
+
content: "\e993" !important;
|
|
2262
|
+
}
|
|
2267
2263
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
|
|
2268
2264
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
2269
2265
|
content: "\e7a3";
|
|
@@ -2330,6 +2326,7 @@
|
|
|
2330
2326
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
2331
2327
|
padding-left: 14px;
|
|
2332
2328
|
padding-top: 14px;
|
|
2329
|
+
width: 579px;
|
|
2333
2330
|
}
|
|
2334
2331
|
.e-pivot-formatting-dialog .e-format-outer-div {
|
|
2335
2332
|
background-color: #1a1a1a;
|
|
@@ -2467,6 +2464,7 @@
|
|
|
2467
2464
|
.e-bigger .e-pivot-formatting-dialog .e-format-inner-div {
|
|
2468
2465
|
padding-left: 16px;
|
|
2469
2466
|
padding-top: 16px;
|
|
2467
|
+
width: 656px;
|
|
2470
2468
|
}
|
|
2471
2469
|
.e-bigger.e-pivot-formatting-dialog .e-format-outer-div,
|
|
2472
2470
|
.e-bigger .e-pivot-formatting-dialog .e-format-outer-div {
|
|
@@ -2840,8 +2838,8 @@
|
|
|
2840
2838
|
|
|
2841
2839
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2842
2840
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2843
|
-
max-height:
|
|
2844
|
-
min-width:
|
|
2841
|
+
max-height: 590px !important;
|
|
2842
|
+
min-width: 401px !important;
|
|
2845
2843
|
}
|
|
2846
2844
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2847
2845
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2882,7 +2880,7 @@
|
|
|
2882
2880
|
}
|
|
2883
2881
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2884
2882
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2885
|
-
max-height:
|
|
2883
|
+
max-height: 750px !important;
|
|
2886
2884
|
min-width: 580px;
|
|
2887
2885
|
}
|
|
2888
2886
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
@@ -2959,7 +2957,7 @@
|
|
|
2959
2957
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
2960
2958
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
2961
2959
|
margin-left: -35px;
|
|
2962
|
-
overflow:
|
|
2960
|
+
overflow: auto !important;
|
|
2963
2961
|
}
|
|
2964
2962
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
2965
2963
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -2996,6 +2994,9 @@
|
|
|
2996
2994
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
2997
2995
|
margin-right: 0;
|
|
2998
2996
|
}
|
|
2997
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
2998
|
+
margin-left: 20px;
|
|
2999
|
+
}
|
|
2999
3000
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
|
|
3000
3001
|
float: left;
|
|
3001
3002
|
margin: 0;
|
|
@@ -3090,6 +3091,10 @@
|
|
|
3090
3091
|
opacity: 100%;
|
|
3091
3092
|
padding: 18px 10px 12px 20px;
|
|
3092
3093
|
}
|
|
3094
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items {
|
|
3095
|
+
margin-left: 0;
|
|
3096
|
+
margin-right: 20px;
|
|
3097
|
+
}
|
|
3093
3098
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
|
|
3094
3099
|
margin-left: 0;
|
|
3095
3100
|
margin-right: 10px;
|
|
@@ -3114,6 +3119,10 @@
|
|
|
3114
3119
|
margin-left: 0;
|
|
3115
3120
|
margin-right: 10px;
|
|
3116
3121
|
}
|
|
3122
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
3123
|
+
min-height: 170px;
|
|
3124
|
+
overflow: auto;
|
|
3125
|
+
}
|
|
3117
3126
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-measure-icon,
|
|
3118
3127
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-dimension-icon,
|
|
3119
3128
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-attributeCDB-icon,
|
|
@@ -3229,7 +3238,7 @@
|
|
|
3229
3238
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
3230
3239
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3231
3240
|
overflow: hidden;
|
|
3232
|
-
padding: 0;
|
|
3241
|
+
padding: 0 !important;
|
|
3233
3242
|
}
|
|
3234
3243
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3235
3244
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3488,7 +3497,7 @@
|
|
|
3488
3497
|
}
|
|
3489
3498
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
3490
3499
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
3491
|
-
min-width: 350px;
|
|
3500
|
+
min-width: 350px !important;
|
|
3492
3501
|
}
|
|
3493
3502
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
3494
3503
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -3603,6 +3612,25 @@
|
|
|
3603
3612
|
min-height: 36px;
|
|
3604
3613
|
min-width: 36px;
|
|
3605
3614
|
}
|
|
3615
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog,
|
|
3616
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
3617
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
3618
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
3619
|
+
max-height: 400px !important;
|
|
3620
|
+
min-width: 370px !important;
|
|
3621
|
+
}
|
|
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
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
3625
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
3626
|
+
min-height: 113px !important;
|
|
3627
|
+
}
|
|
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
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3631
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul {
|
|
3632
|
+
height: auto;
|
|
3633
|
+
}
|
|
3606
3634
|
|
|
3607
3635
|
.e-pivotfieldlist-container {
|
|
3608
3636
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -3823,6 +3851,9 @@
|
|
|
3823
3851
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text {
|
|
3824
3852
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
3825
3853
|
}
|
|
3854
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
3855
|
+
display: none !important;
|
|
3856
|
+
}
|
|
3826
3857
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
3827
3858
|
margin-left: 0;
|
|
3828
3859
|
margin-right: 0;
|
|
@@ -4268,6 +4299,59 @@
|
|
|
4268
4299
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table {
|
|
4269
4300
|
width: 60%;
|
|
4270
4301
|
}
|
|
4302
|
+
.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
4303
|
+
max-height: 750px;
|
|
4304
|
+
}
|
|
4305
|
+
.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
4306
|
+
height: 261px;
|
|
4307
|
+
}
|
|
4308
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4309
|
+
height: 540px;
|
|
4310
|
+
}
|
|
4311
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4312
|
+
height: 369px;
|
|
4313
|
+
}
|
|
4314
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4315
|
+
height: 392px !important;
|
|
4316
|
+
}
|
|
4317
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
4318
|
+
height: 392px;
|
|
4319
|
+
}
|
|
4320
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
4321
|
+
height: 162px !important;
|
|
4322
|
+
}
|
|
4323
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt {
|
|
4324
|
+
color: #f0f0f0;
|
|
4325
|
+
padding: 25px 12px;
|
|
4326
|
+
text-align: center;
|
|
4327
|
+
width: 100%;
|
|
4328
|
+
}
|
|
4329
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable {
|
|
4330
|
+
display: none;
|
|
4331
|
+
}
|
|
4332
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search {
|
|
4333
|
+
display: -ms-flexbox;
|
|
4334
|
+
display: flex;
|
|
4335
|
+
padding: 10px 20px;
|
|
4336
|
+
}
|
|
4337
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4338
|
+
float: right;
|
|
4339
|
+
font-size: 14px;
|
|
4340
|
+
}
|
|
4341
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,
|
|
4342
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
4343
|
+
border-width: 0 !important;
|
|
4344
|
+
cursor: text !important;
|
|
4345
|
+
}
|
|
4346
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover {
|
|
4347
|
+
background-color: transparent !important;
|
|
4348
|
+
border: transparent !important;
|
|
4349
|
+
color: currentColor !important;
|
|
4350
|
+
}
|
|
4351
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,
|
|
4352
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable {
|
|
4353
|
+
display: none !important;
|
|
4354
|
+
}
|
|
4271
4355
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
4272
4356
|
color: #f0f0f0;
|
|
4273
4357
|
font-size: 13px;
|
|
@@ -4352,7 +4436,7 @@
|
|
|
4352
4436
|
width: 100%;
|
|
4353
4437
|
}
|
|
4354
4438
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
|
|
4355
|
-
height:
|
|
4439
|
+
height: 180px;
|
|
4356
4440
|
}
|
|
4357
4441
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div {
|
|
4358
4442
|
display: none;
|
|
@@ -5304,4 +5388,37 @@
|
|
|
5304
5388
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit {
|
|
5305
5389
|
padding-left: 0;
|
|
5306
5390
|
padding-right: 4px;
|
|
5391
|
+
}
|
|
5392
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5393
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5394
|
+
max-height: 750px;
|
|
5395
|
+
}
|
|
5396
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container,
|
|
5397
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container {
|
|
5398
|
+
max-height: 800px;
|
|
5399
|
+
}
|
|
5400
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table,
|
|
5401
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
5402
|
+
height: 270px;
|
|
5403
|
+
}
|
|
5404
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5405
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5406
|
+
height: 565px !important;
|
|
5407
|
+
max-height: 600px !important;
|
|
5408
|
+
}
|
|
5409
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5410
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
5411
|
+
height: 387px;
|
|
5412
|
+
}
|
|
5413
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table,
|
|
5414
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
5415
|
+
height: 402px !important;
|
|
5416
|
+
}
|
|
5417
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,
|
|
5418
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
5419
|
+
height: 404px;
|
|
5420
|
+
}
|
|
5421
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5422
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5423
|
+
height: 165px !important;
|
|
5307
5424
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -836,18 +836,6 @@
|
|
|
836
836
|
margin-top: 8px;
|
|
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: -15px 0 !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 #e6e6e6;
|
|
1210
1201
|
border-radius: 4px;
|
|
1211
1202
|
box-shadow: none;
|
|
1212
|
-
color: #333;
|
|
1203
|
+
color: #333 !important;
|
|
1213
1204
|
cursor: default;
|
|
1214
1205
|
display: -ms-flexbox;
|
|
1215
1206
|
display: flex;
|
|
@@ -1456,8 +1447,9 @@
|
|
|
1456
1447
|
color: #333 !important;
|
|
1457
1448
|
font-size: 10px;
|
|
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,
|
|
@@ -2261,6 +2253,10 @@
|
|
|
2261
2253
|
.e-pivotfieldlist-container .e-sort-descend::before {
|
|
2262
2254
|
content: "\e665" !important;
|
|
2263
2255
|
}
|
|
2256
|
+
.e-pivotfieldlist-wrapper .e-field-list-search-icon::before,
|
|
2257
|
+
.e-pivotfieldlist-container .e-field-list-search-icon::before {
|
|
2258
|
+
content: "\e275" !important;
|
|
2259
|
+
}
|
|
2264
2260
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
|
|
2265
2261
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
2266
2262
|
content: "\e7a3";
|
|
@@ -2327,6 +2323,7 @@
|
|
|
2327
2323
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
2328
2324
|
padding-left: 14px;
|
|
2329
2325
|
padding-top: 14px;
|
|
2326
|
+
width: 579px;
|
|
2330
2327
|
}
|
|
2331
2328
|
.e-pivot-formatting-dialog .e-format-outer-div {
|
|
2332
2329
|
background-color: #fff;
|
|
@@ -2464,6 +2461,7 @@
|
|
|
2464
2461
|
.e-bigger .e-pivot-formatting-dialog .e-format-inner-div {
|
|
2465
2462
|
padding-left: 16px;
|
|
2466
2463
|
padding-top: 16px;
|
|
2464
|
+
width: 656px;
|
|
2467
2465
|
}
|
|
2468
2466
|
.e-bigger.e-pivot-formatting-dialog .e-format-outer-div,
|
|
2469
2467
|
.e-bigger .e-pivot-formatting-dialog .e-format-outer-div {
|
|
@@ -2837,8 +2835,8 @@
|
|
|
2837
2835
|
|
|
2838
2836
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2839
2837
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2840
|
-
max-height:
|
|
2841
|
-
min-width:
|
|
2838
|
+
max-height: 590px !important;
|
|
2839
|
+
min-width: 401px !important;
|
|
2842
2840
|
}
|
|
2843
2841
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2844
2842
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2879,7 +2877,7 @@
|
|
|
2879
2877
|
}
|
|
2880
2878
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2881
2879
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2882
|
-
max-height:
|
|
2880
|
+
max-height: 750px !important;
|
|
2883
2881
|
min-width: 580px;
|
|
2884
2882
|
}
|
|
2885
2883
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
@@ -2956,7 +2954,7 @@
|
|
|
2956
2954
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
2957
2955
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
2958
2956
|
margin-left: -35px;
|
|
2959
|
-
overflow:
|
|
2957
|
+
overflow: auto !important;
|
|
2960
2958
|
}
|
|
2961
2959
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
2962
2960
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -2993,6 +2991,9 @@
|
|
|
2993
2991
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
2994
2992
|
margin-right: 0;
|
|
2995
2993
|
}
|
|
2994
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
2995
|
+
margin-left: 20px;
|
|
2996
|
+
}
|
|
2996
2997
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
|
|
2997
2998
|
float: left;
|
|
2998
2999
|
margin: 0;
|
|
@@ -3087,6 +3088,10 @@
|
|
|
3087
3088
|
opacity: 100%;
|
|
3088
3089
|
padding: 18px 10px 12px 20px;
|
|
3089
3090
|
}
|
|
3091
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items {
|
|
3092
|
+
margin-left: 0;
|
|
3093
|
+
margin-right: 20px;
|
|
3094
|
+
}
|
|
3090
3095
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
|
|
3091
3096
|
margin-left: 0;
|
|
3092
3097
|
margin-right: 10px;
|
|
@@ -3111,6 +3116,10 @@
|
|
|
3111
3116
|
margin-left: 0;
|
|
3112
3117
|
margin-right: 10px;
|
|
3113
3118
|
}
|
|
3119
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
3120
|
+
min-height: 170px;
|
|
3121
|
+
overflow: auto;
|
|
3122
|
+
}
|
|
3114
3123
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-measure-icon,
|
|
3115
3124
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-dimension-icon,
|
|
3116
3125
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-attributeCDB-icon,
|
|
@@ -3226,7 +3235,7 @@
|
|
|
3226
3235
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
3227
3236
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3228
3237
|
overflow: hidden;
|
|
3229
|
-
padding: 0;
|
|
3238
|
+
padding: 0 !important;
|
|
3230
3239
|
}
|
|
3231
3240
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3232
3241
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3485,7 +3494,7 @@
|
|
|
3485
3494
|
}
|
|
3486
3495
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
3487
3496
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
3488
|
-
min-width: 350px;
|
|
3497
|
+
min-width: 350px !important;
|
|
3489
3498
|
}
|
|
3490
3499
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
3491
3500
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -3600,6 +3609,25 @@
|
|
|
3600
3609
|
min-height: 36px;
|
|
3601
3610
|
min-width: 36px;
|
|
3602
3611
|
}
|
|
3612
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog,
|
|
3613
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
3614
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
3615
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
3616
|
+
max-height: 400px !important;
|
|
3617
|
+
min-width: 370px !important;
|
|
3618
|
+
}
|
|
3619
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
3620
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
3621
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
3622
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
3623
|
+
min-height: 113px !important;
|
|
3624
|
+
}
|
|
3625
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3626
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3627
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3628
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul {
|
|
3629
|
+
height: auto;
|
|
3630
|
+
}
|
|
3603
3631
|
|
|
3604
3632
|
.e-pivotfieldlist-container {
|
|
3605
3633
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -3820,6 +3848,9 @@
|
|
|
3820
3848
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text {
|
|
3821
3849
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
3822
3850
|
}
|
|
3851
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
3852
|
+
display: none !important;
|
|
3853
|
+
}
|
|
3823
3854
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
3824
3855
|
margin-left: 0;
|
|
3825
3856
|
margin-right: 0;
|
|
@@ -4265,6 +4296,59 @@
|
|
|
4265
4296
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table {
|
|
4266
4297
|
width: 60%;
|
|
4267
4298
|
}
|
|
4299
|
+
.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
4300
|
+
max-height: 750px;
|
|
4301
|
+
}
|
|
4302
|
+
.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
4303
|
+
height: 261px;
|
|
4304
|
+
}
|
|
4305
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4306
|
+
height: 540px;
|
|
4307
|
+
}
|
|
4308
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4309
|
+
height: 369px;
|
|
4310
|
+
}
|
|
4311
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4312
|
+
height: 392px !important;
|
|
4313
|
+
}
|
|
4314
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
4315
|
+
height: 392px;
|
|
4316
|
+
}
|
|
4317
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
4318
|
+
height: 162px !important;
|
|
4319
|
+
}
|
|
4320
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt {
|
|
4321
|
+
color: #bdbdbd;
|
|
4322
|
+
padding: 25px 12px;
|
|
4323
|
+
text-align: center;
|
|
4324
|
+
width: 100%;
|
|
4325
|
+
}
|
|
4326
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable {
|
|
4327
|
+
display: none;
|
|
4328
|
+
}
|
|
4329
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search {
|
|
4330
|
+
display: -ms-flexbox;
|
|
4331
|
+
display: flex;
|
|
4332
|
+
padding: 10px 20px;
|
|
4333
|
+
}
|
|
4334
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4335
|
+
float: right;
|
|
4336
|
+
font-size: 14px;
|
|
4337
|
+
}
|
|
4338
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,
|
|
4339
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
4340
|
+
border-width: 0 !important;
|
|
4341
|
+
cursor: text !important;
|
|
4342
|
+
}
|
|
4343
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover {
|
|
4344
|
+
background-color: transparent !important;
|
|
4345
|
+
border: transparent !important;
|
|
4346
|
+
color: currentColor !important;
|
|
4347
|
+
}
|
|
4348
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,
|
|
4349
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable {
|
|
4350
|
+
display: none !important;
|
|
4351
|
+
}
|
|
4268
4352
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
4269
4353
|
color: #333;
|
|
4270
4354
|
font-size: 13px;
|
|
@@ -4349,7 +4433,7 @@
|
|
|
4349
4433
|
width: 100%;
|
|
4350
4434
|
}
|
|
4351
4435
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
|
|
4352
|
-
height:
|
|
4436
|
+
height: 180px;
|
|
4353
4437
|
}
|
|
4354
4438
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div {
|
|
4355
4439
|
display: none;
|
|
@@ -5301,4 +5385,37 @@
|
|
|
5301
5385
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit {
|
|
5302
5386
|
padding-left: 0;
|
|
5303
5387
|
padding-right: 4px;
|
|
5388
|
+
}
|
|
5389
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5390
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5391
|
+
max-height: 750px;
|
|
5392
|
+
}
|
|
5393
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container,
|
|
5394
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container {
|
|
5395
|
+
max-height: 800px;
|
|
5396
|
+
}
|
|
5397
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table,
|
|
5398
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
5399
|
+
height: 270px;
|
|
5400
|
+
}
|
|
5401
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5402
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5403
|
+
height: 565px !important;
|
|
5404
|
+
max-height: 600px !important;
|
|
5405
|
+
}
|
|
5406
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5407
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
5408
|
+
height: 387px;
|
|
5409
|
+
}
|
|
5410
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table,
|
|
5411
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
5412
|
+
height: 400px !important;
|
|
5413
|
+
}
|
|
5414
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,
|
|
5415
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
5416
|
+
height: 404px;
|
|
5417
|
+
}
|
|
5418
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5419
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5420
|
+
height: 165px !important;
|
|
5304
5421
|
}
|