@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/bootstrap5.css
CHANGED
|
@@ -846,18 +846,6 @@
|
|
|
846
846
|
margin-top: 12px;
|
|
847
847
|
}
|
|
848
848
|
|
|
849
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
850
|
-
height: 62px;
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
854
|
-
padding-left: 10px;
|
|
855
|
-
}
|
|
856
|
-
|
|
857
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
858
|
-
margin-left: 24px !important;
|
|
859
|
-
}
|
|
860
|
-
|
|
861
849
|
/*! PivotView theme */
|
|
862
850
|
.e-pivotview .e-nextspan {
|
|
863
851
|
display: inline-block;
|
|
@@ -916,6 +904,8 @@
|
|
|
916
904
|
}
|
|
917
905
|
.e-pivotview .e-member-editor-dialog,
|
|
918
906
|
.e-pivotview .e-olap-editor-dialog {
|
|
907
|
+
min-height: 385px !important;
|
|
908
|
+
min-width: 350px !important;
|
|
919
909
|
visibility: hidden;
|
|
920
910
|
}
|
|
921
911
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
@@ -988,10 +978,8 @@
|
|
|
988
978
|
padding: 15px;
|
|
989
979
|
}
|
|
990
980
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
991
|
-
padding: 1px 4px !important;
|
|
992
981
|
font-size: 12px !important;
|
|
993
|
-
padding
|
|
994
|
-
padding-top: 4px !important;
|
|
982
|
+
padding: 6px 0 4px 0 !important;
|
|
995
983
|
}
|
|
996
984
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
997
985
|
margin: -10px 0 !important;
|
|
@@ -1032,7 +1020,7 @@
|
|
|
1032
1020
|
z-index: 1 !important;
|
|
1033
1021
|
}
|
|
1034
1022
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1035
|
-
visibility: hidden;
|
|
1023
|
+
visibility: hidden !important;
|
|
1036
1024
|
}
|
|
1037
1025
|
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1038
1026
|
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
@@ -1233,7 +1221,7 @@
|
|
|
1233
1221
|
border: 1px solid #dee2e6;
|
|
1234
1222
|
border-radius: 4px;
|
|
1235
1223
|
box-shadow: none;
|
|
1236
|
-
color: #343a40;
|
|
1224
|
+
color: #343a40 !important;
|
|
1237
1225
|
cursor: default;
|
|
1238
1226
|
display: -ms-flexbox;
|
|
1239
1227
|
display: flex;
|
|
@@ -1481,8 +1469,9 @@
|
|
|
1481
1469
|
color: #fff !important;
|
|
1482
1470
|
font-size: 12px;
|
|
1483
1471
|
height: 18px;
|
|
1484
|
-
margin-left: 4px;
|
|
1472
|
+
margin-left: 4px !important;
|
|
1485
1473
|
width: 18px;
|
|
1474
|
+
padding-top: 2px;
|
|
1486
1475
|
}
|
|
1487
1476
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1488
1477
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1577,7 +1566,7 @@
|
|
|
1577
1566
|
.e-pivotview th .e-collapse {
|
|
1578
1567
|
font-size: 10px !important;
|
|
1579
1568
|
margin-left: 0px;
|
|
1580
|
-
margin-top:
|
|
1569
|
+
margin-top: 0;
|
|
1581
1570
|
}
|
|
1582
1571
|
.e-pivotview .e-expand::before {
|
|
1583
1572
|
font-size: 20px;
|
|
@@ -1805,7 +1794,7 @@
|
|
|
1805
1794
|
.e-bigger .e-pivotview th .e-collapse,
|
|
1806
1795
|
.e-bigger.e-pivotview th .e-expand,
|
|
1807
1796
|
.e-bigger.e-pivotview th .e-collapse {
|
|
1808
|
-
margin-top:
|
|
1797
|
+
margin-top: 0;
|
|
1809
1798
|
}
|
|
1810
1799
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
1811
1800
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
@@ -2309,6 +2298,10 @@
|
|
|
2309
2298
|
.e-pivotfieldlist-container .e-sort-descend::before {
|
|
2310
2299
|
content: "\e7d8" !important;
|
|
2311
2300
|
}
|
|
2301
|
+
.e-pivotfieldlist-wrapper .e-field-list-search-icon::before,
|
|
2302
|
+
.e-pivotfieldlist-container .e-field-list-search-icon::before {
|
|
2303
|
+
content: "\e754" !important;
|
|
2304
|
+
}
|
|
2312
2305
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
|
|
2313
2306
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
2314
2307
|
content: "\e740";
|
|
@@ -2376,6 +2369,7 @@
|
|
|
2376
2369
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
2377
2370
|
padding-left: 14px;
|
|
2378
2371
|
padding-top: 14px;
|
|
2372
|
+
width: 579px;
|
|
2379
2373
|
}
|
|
2380
2374
|
.e-pivot-formatting-dialog .e-format-outer-div {
|
|
2381
2375
|
background-color: #fff;
|
|
@@ -2518,6 +2512,7 @@
|
|
|
2518
2512
|
.e-bigger .e-pivot-formatting-dialog .e-format-inner-div {
|
|
2519
2513
|
padding-left: 16px;
|
|
2520
2514
|
padding-top: 16px;
|
|
2515
|
+
width: 656px;
|
|
2521
2516
|
}
|
|
2522
2517
|
.e-bigger.e-pivot-formatting-dialog .e-format-outer-div,
|
|
2523
2518
|
.e-bigger .e-pivot-formatting-dialog .e-format-outer-div {
|
|
@@ -2756,7 +2751,7 @@
|
|
|
2756
2751
|
display: flex;
|
|
2757
2752
|
}
|
|
2758
2753
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
2759
|
-
height:
|
|
2754
|
+
height: 495px;
|
|
2760
2755
|
width: 50%;
|
|
2761
2756
|
}
|
|
2762
2757
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer {
|
|
@@ -2766,7 +2761,7 @@
|
|
|
2766
2761
|
}
|
|
2767
2762
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
2768
2763
|
display: inline-block;
|
|
2769
|
-
height:
|
|
2764
|
+
height: 460px;
|
|
2770
2765
|
overflow: auto;
|
|
2771
2766
|
width: 310px;
|
|
2772
2767
|
}
|
|
@@ -2896,8 +2891,8 @@
|
|
|
2896
2891
|
|
|
2897
2892
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2898
2893
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2899
|
-
max-height:
|
|
2900
|
-
min-width:
|
|
2894
|
+
max-height: 590px !important;
|
|
2895
|
+
min-width: 401px !important;
|
|
2901
2896
|
}
|
|
2902
2897
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
2903
2898
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -2943,17 +2938,17 @@
|
|
|
2943
2938
|
}
|
|
2944
2939
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2945
2940
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2946
|
-
max-height:
|
|
2941
|
+
max-height: 750px !important;
|
|
2947
2942
|
min-width: 580px;
|
|
2948
2943
|
}
|
|
2949
2944
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2950
2945
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
2951
|
-
height:
|
|
2946
|
+
height: 570px;
|
|
2952
2947
|
width: 283px;
|
|
2953
2948
|
}
|
|
2954
2949
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div,
|
|
2955
2950
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
2956
|
-
height:
|
|
2951
|
+
height: 520px;
|
|
2957
2952
|
width: 325px;
|
|
2958
2953
|
}
|
|
2959
2954
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title,
|
|
@@ -3020,7 +3015,7 @@
|
|
|
3020
3015
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3021
3016
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
3022
3017
|
margin-left: -22px;
|
|
3023
|
-
overflow:
|
|
3018
|
+
overflow: auto !important;
|
|
3024
3019
|
}
|
|
3025
3020
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
3026
3021
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -3057,6 +3052,9 @@
|
|
|
3057
3052
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
3058
3053
|
margin-right: 0;
|
|
3059
3054
|
}
|
|
3055
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
3056
|
+
margin-left: 20px;
|
|
3057
|
+
}
|
|
3060
3058
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
|
|
3061
3059
|
float: left;
|
|
3062
3060
|
margin: 0;
|
|
@@ -3152,6 +3150,10 @@
|
|
|
3152
3150
|
opacity: 56%;
|
|
3153
3151
|
padding: 14px 10px 9px 20px;
|
|
3154
3152
|
}
|
|
3153
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items {
|
|
3154
|
+
margin-left: 0;
|
|
3155
|
+
margin-right: 20px;
|
|
3156
|
+
}
|
|
3155
3157
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
|
|
3156
3158
|
margin-left: 0;
|
|
3157
3159
|
margin-right: 10px;
|
|
@@ -3176,6 +3178,10 @@
|
|
|
3176
3178
|
margin-left: 0;
|
|
3177
3179
|
margin-right: 10px;
|
|
3178
3180
|
}
|
|
3181
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
|
|
3182
|
+
min-height: 170px;
|
|
3183
|
+
overflow: auto;
|
|
3184
|
+
}
|
|
3179
3185
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-measure-icon,
|
|
3180
3186
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-dimension-icon,
|
|
3181
3187
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-attributeCDB-icon,
|
|
@@ -3291,7 +3297,7 @@
|
|
|
3291
3297
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
3292
3298
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3293
3299
|
overflow: hidden;
|
|
3294
|
-
padding: 0;
|
|
3300
|
+
padding: 0 !important;
|
|
3295
3301
|
}
|
|
3296
3302
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
3297
3303
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -3531,7 +3537,7 @@
|
|
|
3531
3537
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
3532
3538
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
3533
3539
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
|
|
3534
|
-
height:
|
|
3540
|
+
height: 227px;
|
|
3535
3541
|
}
|
|
3536
3542
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3537
3543
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -3561,7 +3567,7 @@
|
|
|
3561
3567
|
}
|
|
3562
3568
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
3563
3569
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
3564
|
-
min-width: 350px;
|
|
3570
|
+
min-width: 350px !important;
|
|
3565
3571
|
}
|
|
3566
3572
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
3567
3573
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -3676,6 +3682,25 @@
|
|
|
3676
3682
|
min-height: 36px;
|
|
3677
3683
|
min-width: 36px;
|
|
3678
3684
|
}
|
|
3685
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog,
|
|
3686
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
3687
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
3688
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
3689
|
+
max-height: 400px !important;
|
|
3690
|
+
min-width: 370px !important;
|
|
3691
|
+
}
|
|
3692
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
3693
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
3694
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
3695
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
3696
|
+
min-height: 113px !important;
|
|
3697
|
+
}
|
|
3698
|
+
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3699
|
+
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3700
|
+
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
3701
|
+
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul {
|
|
3702
|
+
height: auto;
|
|
3703
|
+
}
|
|
3679
3704
|
|
|
3680
3705
|
.e-pivotfieldlist-container {
|
|
3681
3706
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
@@ -3904,6 +3929,9 @@
|
|
|
3904
3929
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text {
|
|
3905
3930
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
3906
3931
|
}
|
|
3932
|
+
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
|
|
3933
|
+
display: none !important;
|
|
3934
|
+
}
|
|
3907
3935
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
|
|
3908
3936
|
margin-left: 0;
|
|
3909
3937
|
margin-right: 0;
|
|
@@ -4352,6 +4380,59 @@
|
|
|
4352
4380
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table {
|
|
4353
4381
|
width: 60%;
|
|
4354
4382
|
}
|
|
4383
|
+
.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
4384
|
+
max-height: 750px;
|
|
4385
|
+
}
|
|
4386
|
+
.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
4387
|
+
height: 261px;
|
|
4388
|
+
}
|
|
4389
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4390
|
+
height: 540px;
|
|
4391
|
+
}
|
|
4392
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4393
|
+
height: 369px;
|
|
4394
|
+
}
|
|
4395
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
4396
|
+
height: 392px !important;
|
|
4397
|
+
}
|
|
4398
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
4399
|
+
height: 392px;
|
|
4400
|
+
}
|
|
4401
|
+
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
4402
|
+
height: 162px !important;
|
|
4403
|
+
}
|
|
4404
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt {
|
|
4405
|
+
color: #adb5bd;
|
|
4406
|
+
padding: 25px 12px;
|
|
4407
|
+
text-align: center;
|
|
4408
|
+
width: 100%;
|
|
4409
|
+
}
|
|
4410
|
+
.e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable {
|
|
4411
|
+
display: none;
|
|
4412
|
+
}
|
|
4413
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search {
|
|
4414
|
+
display: -ms-flexbox;
|
|
4415
|
+
display: flex;
|
|
4416
|
+
padding: 10px 18px;
|
|
4417
|
+
}
|
|
4418
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
4419
|
+
float: right;
|
|
4420
|
+
font-size: 14px;
|
|
4421
|
+
}
|
|
4422
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,
|
|
4423
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
4424
|
+
border-width: 0 !important;
|
|
4425
|
+
cursor: text !important;
|
|
4426
|
+
}
|
|
4427
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover {
|
|
4428
|
+
background-color: transparent !important;
|
|
4429
|
+
border: transparent !important;
|
|
4430
|
+
color: currentColor !important;
|
|
4431
|
+
}
|
|
4432
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,
|
|
4433
|
+
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable {
|
|
4434
|
+
display: none !important;
|
|
4435
|
+
}
|
|
4355
4436
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
4356
4437
|
color: #fff;
|
|
4357
4438
|
font-size: 14px;
|
|
@@ -4436,7 +4517,7 @@
|
|
|
4436
4517
|
width: 100%;
|
|
4437
4518
|
}
|
|
4438
4519
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
|
|
4439
|
-
height:
|
|
4520
|
+
height: 180px;
|
|
4440
4521
|
}
|
|
4441
4522
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div {
|
|
4442
4523
|
display: none;
|
|
@@ -5395,4 +5476,37 @@
|
|
|
5395
5476
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit {
|
|
5396
5477
|
padding-left: 0;
|
|
5397
5478
|
padding-right: 4px;
|
|
5479
|
+
}
|
|
5480
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
5481
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
5482
|
+
max-height: 750px;
|
|
5483
|
+
}
|
|
5484
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container,
|
|
5485
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container {
|
|
5486
|
+
max-height: 800px;
|
|
5487
|
+
}
|
|
5488
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table,
|
|
5489
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
|
|
5490
|
+
height: 270px;
|
|
5491
|
+
}
|
|
5492
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5493
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5494
|
+
height: 565px !important;
|
|
5495
|
+
max-height: 600px !important;
|
|
5496
|
+
}
|
|
5497
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5498
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
5499
|
+
height: 387px;
|
|
5500
|
+
}
|
|
5501
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table,
|
|
5502
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
5503
|
+
height: 400px !important;
|
|
5504
|
+
}
|
|
5505
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,
|
|
5506
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
5507
|
+
height: 404px;
|
|
5508
|
+
}
|
|
5509
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5510
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5511
|
+
height: 165px !important;
|
|
5398
5512
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -836,18 +836,6 @@
|
|
|
836
836
|
margin-top: 5px;
|
|
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: -21px 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 {
|
|
@@ -1208,7 +1199,7 @@
|
|
|
1208
1199
|
border: 1px solid #414040;
|
|
1209
1200
|
border-radius: 0;
|
|
1210
1201
|
box-shadow: none;
|
|
1211
|
-
color: #dadada;
|
|
1202
|
+
color: #dadada !important;
|
|
1212
1203
|
cursor: default;
|
|
1213
1204
|
display: -ms-flexbox;
|
|
1214
1205
|
display: flex;
|
|
@@ -1455,8 +1446,9 @@
|
|
|
1455
1446
|
color: #dadada !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,
|
|
@@ -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: #282727;
|
|
@@ -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: 15px 10px 8px 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: "Segoe UI", "GeezaPro", "DejaVu Serif", 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: "Segoe UI", "GeezaPro", "DejaVu Serif", 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: #dadada;
|
|
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
|
}
|