@syncfusion/ej2-angular-pivotview 20.2.36 → 20.2.37-ngcc
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/@syncfusion/ej2-angular-pivotview.es5.js +425 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pivotview.js +395 -0
- package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
- package/CHANGELOG.md +665 -0
- package/dist/ej2-angular-pivotview.umd.js +662 -0
- package/dist/ej2-angular-pivotview.umd.js.map +1 -0
- package/dist/ej2-angular-pivotview.umd.min.js +11 -0
- package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
- package/ej2-angular-pivotview.d.ts +6 -0
- package/ej2-angular-pivotview.metadata.json +1 -0
- package/package.json +20 -34
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +20 -0
- package/schematics/generators/pivotview-default/index.d.ts +3 -0
- package/schematics/generators/pivotview-default/index.js +8 -0
- package/schematics/generators/pivotview-default/sample-details.d.ts +5 -0
- package/schematics/generators/pivotview-default/sample-details.js +7 -0
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/pivotview-default/schema.d.ts +3 -0
- package/schematics/generators/pivotview-default/schema.js +2 -0
- package/schematics/generators/pivotview-default/schema.json +125 -0
- package/schematics/generators/pivotview-fieldlist/index.d.ts +3 -0
- package/schematics/generators/pivotview-fieldlist/index.js +8 -0
- package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +5 -0
- package/schematics/generators/pivotview-fieldlist/sample-details.js +7 -0
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/pivotview-fieldlist/schema.d.ts +3 -0
- package/schematics/generators/pivotview-fieldlist/schema.js +2 -0
- package/schematics/generators/pivotview-fieldlist/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
- package/src/pivotview/pivotview-all.module.d.ts +0 -6
- package/src/pivotview/pivotview.component.d.ts +0 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +29 -13
- package/styles/bootstrap.css +29 -13
- package/styles/bootstrap4.css +29 -13
- package/styles/bootstrap5-dark.css +67 -17
- package/styles/bootstrap5.css +67 -17
- package/styles/fabric-dark.css +29 -13
- package/styles/fabric.css +29 -13
- package/styles/fluent-dark.css +33 -15
- package/styles/fluent.css +33 -15
- package/styles/highcontrast-light.css +29 -13
- package/styles/highcontrast.css +29 -13
- package/styles/material-dark.css +29 -13
- package/styles/material.css +29 -13
- package/styles/pivotfieldlist/bootstrap-dark.css +17 -6
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.css +17 -6
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.css +17 -6
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.css +17 -6
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.css +17 -6
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.css +17 -6
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.css +17 -6
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.css +17 -6
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.css +17 -6
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.css +17 -6
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.css +17 -6
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.css +17 -6
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.css +17 -6
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.css +19 -8
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.css +19 -8
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +12 -7
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +12 -7
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +12 -7
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +50 -11
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +50 -11
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +12 -7
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +12 -7
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +16 -9
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +16 -9
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +12 -7
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +12 -7
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +12 -7
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +12 -7
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +18 -11
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +18 -11
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +37 -19
- package/styles/tailwind.css +37 -19
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
- package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -62
- package/esm2020/src/pivotview/pivotview.component.mjs +0 -150
- package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -337
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -337
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/styles/pivotfieldlist/_all.scss +0 -2
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -232
- package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -185
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -185
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -189
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -192
- package/styles/pivotfieldlist/_fabric-definition.scss +0 -185
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_fluent-definition.scss +0 -190
- package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -189
- package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -186
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -186
- package/styles/pivotfieldlist/_layout.scss +0 -1855
- package/styles/pivotfieldlist/_material-dark-definition.scss +0 -186
- package/styles/pivotfieldlist/_material-definition.scss +0 -186
- package/styles/pivotfieldlist/_material3-definition.scss +0 -188
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +0 -189
- package/styles/pivotfieldlist/_theme.scss +0 -1855
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -358
- package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -357
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -358
- package/styles/pivotfieldlist/icons/_fabric.scss +0 -358
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_fluent.scss +0 -357
- package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -352
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -357
- package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -357
- package/styles/pivotfieldlist/icons/_material-dark.scss +0 -358
- package/styles/pivotfieldlist/icons/_material.scss +0 -357
- package/styles/pivotfieldlist/icons/_material3.scss +0 -352
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -356
- package/styles/pivotfieldlist/icons/_tailwind.scss +0 -356
- package/styles/pivotview/_all.scss +0 -2
- package/styles/pivotview/_bootstrap-dark-definition.scss +0 -130
- package/styles/pivotview/_bootstrap-definition.scss +0 -127
- package/styles/pivotview/_bootstrap4-definition.scss +0 -127
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -130
- package/styles/pivotview/_fabric-dark-definition.scss +0 -129
- package/styles/pivotview/_fabric-definition.scss +0 -126
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -130
- package/styles/pivotview/_fusionnew-definition.scss +0 -130
- package/styles/pivotview/_highcontrast-definition.scss +0 -125
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -126
- package/styles/pivotview/_layout.scss +0 -1073
- package/styles/pivotview/_material-dark-definition.scss +0 -131
- package/styles/pivotview/_material-definition.scss +0 -128
- package/styles/pivotview/_material3-definition.scss +0 -130
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -129
- package/styles/pivotview/_theme.scss +0 -1556
- package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
- package/styles/pivotview/icons/_bootstrap.scss +0 -184
- package/styles/pivotview/icons/_bootstrap4.scss +0 -184
- package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotview/icons/_bootstrap5.scss +0 -183
- package/styles/pivotview/icons/_fabric-dark.scss +0 -184
- package/styles/pivotview/icons/_fabric.scss +0 -184
- package/styles/pivotview/icons/_fluent-dark.scss +0 -1
- package/styles/pivotview/icons/_fluent.scss +0 -183
- package/styles/pivotview/icons/_fusionnew.scss +0 -183
- package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
- package/styles/pivotview/icons/_highcontrast.scss +0 -183
- package/styles/pivotview/icons/_material-dark.scss +0 -184
- package/styles/pivotview/icons/_material.scss +0 -184
- package/styles/pivotview/icons/_material3.scss +0 -183
- package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
- package/styles/pivotview/icons/_tailwind.scss +0 -183
- package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
package/styles/material-dark.css
CHANGED
|
@@ -965,7 +965,6 @@
|
|
|
965
965
|
}
|
|
966
966
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
967
967
|
font-size: 12px !important;
|
|
968
|
-
padding: 3px 4px 4px 4px !important;
|
|
969
968
|
}
|
|
970
969
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
971
970
|
margin: -10px 0 !important;
|
|
@@ -1005,11 +1004,6 @@
|
|
|
1005
1004
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1006
1005
|
visibility: hidden !important;
|
|
1007
1006
|
}
|
|
1008
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1009
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1010
|
-
text-overflow: ellipsis;
|
|
1011
|
-
white-space: nowrap;
|
|
1012
|
-
}
|
|
1013
1007
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1014
1008
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1015
1009
|
padding-left: 8px !important;
|
|
@@ -1472,6 +1466,7 @@
|
|
|
1472
1466
|
width: 18px;
|
|
1473
1467
|
}
|
|
1474
1468
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1469
|
+
margin-top: 3px;
|
|
1475
1470
|
transform: rotateX(180deg);
|
|
1476
1471
|
}
|
|
1477
1472
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1644,6 +1639,12 @@
|
|
|
1644
1639
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1645
1640
|
line-height: 1em !important;
|
|
1646
1641
|
}
|
|
1642
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1643
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1644
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1645
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1646
|
+
margin-top: 2px !important;
|
|
1647
|
+
}
|
|
1647
1648
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1648
1649
|
max-width: 155px;
|
|
1649
1650
|
}
|
|
@@ -1654,6 +1655,9 @@
|
|
|
1654
1655
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1655
1656
|
max-width: 200px;
|
|
1656
1657
|
}
|
|
1658
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1659
|
+
width: 100% !important;
|
|
1660
|
+
}
|
|
1657
1661
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1658
1662
|
width: 0 !important;
|
|
1659
1663
|
}
|
|
@@ -1813,6 +1817,7 @@
|
|
|
1813
1817
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1814
1818
|
font-size: 14px !important;
|
|
1815
1819
|
height: 20px;
|
|
1820
|
+
margin-top: 0;
|
|
1816
1821
|
width: 20px;
|
|
1817
1822
|
}
|
|
1818
1823
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1896,7 +1901,7 @@
|
|
|
1896
1901
|
}
|
|
1897
1902
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1898
1903
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1899
|
-
margin: -
|
|
1904
|
+
margin: -11px -10px !important;
|
|
1900
1905
|
}
|
|
1901
1906
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1902
1907
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -2293,7 +2298,6 @@
|
|
|
2293
2298
|
|
|
2294
2299
|
.e-pivot-formatting-dialog {
|
|
2295
2300
|
max-height: 480px !important;
|
|
2296
|
-
min-width: 628px !important;
|
|
2297
2301
|
width: 628px !important;
|
|
2298
2302
|
}
|
|
2299
2303
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -2308,6 +2312,7 @@
|
|
|
2308
2312
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2309
2313
|
padding-bottom: 14px;
|
|
2310
2314
|
padding-right: 18px;
|
|
2315
|
+
white-space: nowrap;
|
|
2311
2316
|
}
|
|
2312
2317
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
2313
2318
|
vertical-align: bottom;
|
|
@@ -2400,6 +2405,9 @@
|
|
|
2400
2405
|
min-width: 320px !important;
|
|
2401
2406
|
width: 100% !important;
|
|
2402
2407
|
}
|
|
2408
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2409
|
+
width: 100% !important;
|
|
2410
|
+
}
|
|
2403
2411
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2404
2412
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
2405
2413
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -2444,7 +2452,6 @@
|
|
|
2444
2452
|
|
|
2445
2453
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2446
2454
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2447
|
-
min-width: 680px !important;
|
|
2448
2455
|
width: 680px !important;
|
|
2449
2456
|
}
|
|
2450
2457
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -2836,7 +2843,7 @@
|
|
|
2836
2843
|
|
|
2837
2844
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2838
2845
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2839
|
-
max-height:
|
|
2846
|
+
max-height: 600px !important;
|
|
2840
2847
|
min-width: 401px !important;
|
|
2841
2848
|
}
|
|
2842
2849
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -2879,7 +2886,7 @@
|
|
|
2879
2886
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2880
2887
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2881
2888
|
max-height: 750px !important;
|
|
2882
|
-
min-width: 580px;
|
|
2889
|
+
min-width: 580px !important;
|
|
2883
2890
|
}
|
|
2884
2891
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2885
2892
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -4304,7 +4311,7 @@
|
|
|
4304
4311
|
height: 261px;
|
|
4305
4312
|
}
|
|
4306
4313
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4307
|
-
height: 540px;
|
|
4314
|
+
min-height: 540px;
|
|
4308
4315
|
}
|
|
4309
4316
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4310
4317
|
height: 369px;
|
|
@@ -4496,6 +4503,11 @@
|
|
|
4496
4503
|
background-color: transparent;
|
|
4497
4504
|
color: #616161;
|
|
4498
4505
|
}
|
|
4506
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4507
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4508
|
+
height: 210px;
|
|
4509
|
+
overflow: auto;
|
|
4510
|
+
}
|
|
4499
4511
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4500
4512
|
display: -ms-flexbox;
|
|
4501
4513
|
display: flex;
|
|
@@ -5401,8 +5413,8 @@
|
|
|
5401
5413
|
}
|
|
5402
5414
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5403
5415
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5404
|
-
height: 565px !important;
|
|
5405
5416
|
max-height: 600px !important;
|
|
5417
|
+
min-height: 550px !important;
|
|
5406
5418
|
}
|
|
5407
5419
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5408
5420
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -5419,4 +5431,8 @@
|
|
|
5419
5431
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5420
5432
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5421
5433
|
height: 165px !important;
|
|
5434
|
+
}
|
|
5435
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5436
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5437
|
+
max-height: 190px;
|
|
5422
5438
|
}
|
package/styles/material.css
CHANGED
|
@@ -966,7 +966,6 @@
|
|
|
966
966
|
}
|
|
967
967
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
968
968
|
font-size: 12px !important;
|
|
969
|
-
padding: 3px 4px 4px 4px !important;
|
|
970
969
|
}
|
|
971
970
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
972
971
|
margin: -10px 0 !important;
|
|
@@ -1006,11 +1005,6 @@
|
|
|
1006
1005
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1007
1006
|
visibility: hidden !important;
|
|
1008
1007
|
}
|
|
1009
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1010
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1011
|
-
text-overflow: ellipsis;
|
|
1012
|
-
white-space: nowrap;
|
|
1013
|
-
}
|
|
1014
1008
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1015
1009
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1016
1010
|
padding-left: 8px !important;
|
|
@@ -1473,6 +1467,7 @@
|
|
|
1473
1467
|
width: 18px;
|
|
1474
1468
|
}
|
|
1475
1469
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1470
|
+
margin-top: 3px;
|
|
1476
1471
|
transform: rotateX(180deg);
|
|
1477
1472
|
}
|
|
1478
1473
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1645,6 +1640,12 @@
|
|
|
1645
1640
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1646
1641
|
line-height: 1em !important;
|
|
1647
1642
|
}
|
|
1643
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1644
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1645
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1646
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1647
|
+
margin-top: 2px !important;
|
|
1648
|
+
}
|
|
1648
1649
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1649
1650
|
max-width: 155px;
|
|
1650
1651
|
}
|
|
@@ -1655,6 +1656,9 @@
|
|
|
1655
1656
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1656
1657
|
max-width: 200px;
|
|
1657
1658
|
}
|
|
1659
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1660
|
+
width: 100% !important;
|
|
1661
|
+
}
|
|
1658
1662
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1659
1663
|
width: 0 !important;
|
|
1660
1664
|
}
|
|
@@ -1814,6 +1818,7 @@
|
|
|
1814
1818
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1815
1819
|
font-size: 14px !important;
|
|
1816
1820
|
height: 20px;
|
|
1821
|
+
margin-top: 0;
|
|
1817
1822
|
width: 20px;
|
|
1818
1823
|
}
|
|
1819
1824
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1897,7 +1902,7 @@
|
|
|
1897
1902
|
}
|
|
1898
1903
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1899
1904
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1900
|
-
margin: -
|
|
1905
|
+
margin: -12px -10px !important;
|
|
1901
1906
|
}
|
|
1902
1907
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1903
1908
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -2293,7 +2298,6 @@
|
|
|
2293
2298
|
|
|
2294
2299
|
.e-pivot-formatting-dialog {
|
|
2295
2300
|
max-height: 480px !important;
|
|
2296
|
-
min-width: 628px !important;
|
|
2297
2301
|
width: 628px !important;
|
|
2298
2302
|
}
|
|
2299
2303
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -2308,6 +2312,7 @@
|
|
|
2308
2312
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2309
2313
|
padding-bottom: 14px;
|
|
2310
2314
|
padding-right: 18px;
|
|
2315
|
+
white-space: nowrap;
|
|
2311
2316
|
}
|
|
2312
2317
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
2313
2318
|
vertical-align: bottom;
|
|
@@ -2400,6 +2405,9 @@
|
|
|
2400
2405
|
min-width: 320px !important;
|
|
2401
2406
|
width: 100% !important;
|
|
2402
2407
|
}
|
|
2408
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2409
|
+
width: 100% !important;
|
|
2410
|
+
}
|
|
2403
2411
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2404
2412
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
2405
2413
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -2444,7 +2452,6 @@
|
|
|
2444
2452
|
|
|
2445
2453
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2446
2454
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2447
|
-
min-width: 680px !important;
|
|
2448
2455
|
width: 680px !important;
|
|
2449
2456
|
}
|
|
2450
2457
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -2836,7 +2843,7 @@
|
|
|
2836
2843
|
|
|
2837
2844
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2838
2845
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2839
|
-
max-height:
|
|
2846
|
+
max-height: 600px !important;
|
|
2840
2847
|
min-width: 401px !important;
|
|
2841
2848
|
}
|
|
2842
2849
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -2879,7 +2886,7 @@
|
|
|
2879
2886
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2880
2887
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2881
2888
|
max-height: 750px !important;
|
|
2882
|
-
min-width: 580px;
|
|
2889
|
+
min-width: 580px !important;
|
|
2883
2890
|
}
|
|
2884
2891
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2885
2892
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -4304,7 +4311,7 @@
|
|
|
4304
4311
|
height: 261px;
|
|
4305
4312
|
}
|
|
4306
4313
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4307
|
-
height: 540px;
|
|
4314
|
+
min-height: 540px;
|
|
4308
4315
|
}
|
|
4309
4316
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4310
4317
|
height: 369px;
|
|
@@ -4496,6 +4503,11 @@
|
|
|
4496
4503
|
background-color: transparent;
|
|
4497
4504
|
color: rgba(0, 0, 0, 0.87);
|
|
4498
4505
|
}
|
|
4506
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4507
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4508
|
+
height: 210px;
|
|
4509
|
+
overflow: auto;
|
|
4510
|
+
}
|
|
4499
4511
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4500
4512
|
display: -ms-flexbox;
|
|
4501
4513
|
display: flex;
|
|
@@ -5401,8 +5413,8 @@
|
|
|
5401
5413
|
}
|
|
5402
5414
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5403
5415
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5404
|
-
height: 565px !important;
|
|
5405
5416
|
max-height: 600px !important;
|
|
5417
|
+
min-height: 550px !important;
|
|
5406
5418
|
}
|
|
5407
5419
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5408
5420
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -5419,4 +5431,8 @@
|
|
|
5419
5431
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5420
5432
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5421
5433
|
height: 165px !important;
|
|
5434
|
+
}
|
|
5435
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5436
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5437
|
+
max-height: 195px;
|
|
5422
5438
|
}
|
|
@@ -320,7 +320,6 @@
|
|
|
320
320
|
|
|
321
321
|
.e-pivot-formatting-dialog {
|
|
322
322
|
max-height: 480px !important;
|
|
323
|
-
min-width: 625px !important;
|
|
324
323
|
width: 625px !important;
|
|
325
324
|
}
|
|
326
325
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -335,6 +334,7 @@
|
|
|
335
334
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
336
335
|
padding-bottom: 14px;
|
|
337
336
|
padding-right: 18px;
|
|
337
|
+
white-space: nowrap;
|
|
338
338
|
}
|
|
339
339
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
340
340
|
vertical-align: bottom;
|
|
@@ -427,6 +427,9 @@
|
|
|
427
427
|
min-width: 320px !important;
|
|
428
428
|
width: 100% !important;
|
|
429
429
|
}
|
|
430
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
431
|
+
width: 100% !important;
|
|
432
|
+
}
|
|
430
433
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
431
434
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
432
435
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -471,7 +474,6 @@
|
|
|
471
474
|
|
|
472
475
|
.e-bigger.e-pivot-formatting-dialog,
|
|
473
476
|
.e-bigger .e-pivot-formatting-dialog {
|
|
474
|
-
min-width: 670px !important;
|
|
475
477
|
width: 670px !important;
|
|
476
478
|
}
|
|
477
479
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -863,7 +865,7 @@
|
|
|
863
865
|
|
|
864
866
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
865
867
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
866
|
-
max-height:
|
|
868
|
+
max-height: 600px !important;
|
|
867
869
|
min-width: 401px !important;
|
|
868
870
|
}
|
|
869
871
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -906,7 +908,7 @@
|
|
|
906
908
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
907
909
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
908
910
|
max-height: 750px !important;
|
|
909
|
-
min-width: 580px;
|
|
911
|
+
min-width: 580px !important;
|
|
910
912
|
}
|
|
911
913
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
912
914
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2331,7 +2333,7 @@
|
|
|
2331
2333
|
height: 261px;
|
|
2332
2334
|
}
|
|
2333
2335
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2334
|
-
height: 540px;
|
|
2336
|
+
min-height: 540px;
|
|
2335
2337
|
}
|
|
2336
2338
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2337
2339
|
height: 369px;
|
|
@@ -2523,6 +2525,11 @@
|
|
|
2523
2525
|
background-color: transparent;
|
|
2524
2526
|
color: #fff;
|
|
2525
2527
|
}
|
|
2528
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2529
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2530
|
+
height: 210px;
|
|
2531
|
+
overflow: auto;
|
|
2532
|
+
}
|
|
2526
2533
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2527
2534
|
display: -ms-flexbox;
|
|
2528
2535
|
display: flex;
|
|
@@ -3428,8 +3435,8 @@
|
|
|
3428
3435
|
}
|
|
3429
3436
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3430
3437
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3431
|
-
height: 565px !important;
|
|
3432
3438
|
max-height: 600px !important;
|
|
3439
|
+
min-height: 580px !important;
|
|
3433
3440
|
}
|
|
3434
3441
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3435
3442
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -3446,4 +3453,8 @@
|
|
|
3446
3453
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3447
3454
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3448
3455
|
height: 165px !important;
|
|
3456
|
+
}
|
|
3457
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3458
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3459
|
+
max-height: 190px;
|
|
3449
3460
|
}
|
|
@@ -318,7 +318,6 @@
|
|
|
318
318
|
|
|
319
319
|
.e-pivot-formatting-dialog {
|
|
320
320
|
max-height: 480px !important;
|
|
321
|
-
min-width: 625px !important;
|
|
322
321
|
width: 625px !important;
|
|
323
322
|
}
|
|
324
323
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -333,6 +332,7 @@
|
|
|
333
332
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
334
333
|
padding-bottom: 14px;
|
|
335
334
|
padding-right: 18px;
|
|
335
|
+
white-space: nowrap;
|
|
336
336
|
}
|
|
337
337
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
338
338
|
vertical-align: bottom;
|
|
@@ -425,6 +425,9 @@
|
|
|
425
425
|
min-width: 320px !important;
|
|
426
426
|
width: 100% !important;
|
|
427
427
|
}
|
|
428
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
429
|
+
width: 100% !important;
|
|
430
|
+
}
|
|
428
431
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
429
432
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
430
433
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -469,7 +472,6 @@
|
|
|
469
472
|
|
|
470
473
|
.e-bigger.e-pivot-formatting-dialog,
|
|
471
474
|
.e-bigger .e-pivot-formatting-dialog {
|
|
472
|
-
min-width: 670px !important;
|
|
473
475
|
width: 670px !important;
|
|
474
476
|
}
|
|
475
477
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -861,7 +863,7 @@
|
|
|
861
863
|
|
|
862
864
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
863
865
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
864
|
-
max-height:
|
|
866
|
+
max-height: 600px !important;
|
|
865
867
|
min-width: 401px !important;
|
|
866
868
|
}
|
|
867
869
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -904,7 +906,7 @@
|
|
|
904
906
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
905
907
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
906
908
|
max-height: 750px !important;
|
|
907
|
-
min-width: 580px;
|
|
909
|
+
min-width: 580px !important;
|
|
908
910
|
}
|
|
909
911
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
910
912
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2329,7 +2331,7 @@
|
|
|
2329
2331
|
height: 261px;
|
|
2330
2332
|
}
|
|
2331
2333
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2332
|
-
height: 540px;
|
|
2334
|
+
min-height: 540px;
|
|
2333
2335
|
}
|
|
2334
2336
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2335
2337
|
height: 369px;
|
|
@@ -2521,6 +2523,11 @@
|
|
|
2521
2523
|
background-color: transparent;
|
|
2522
2524
|
color: #333;
|
|
2523
2525
|
}
|
|
2526
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2527
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2528
|
+
height: 210px;
|
|
2529
|
+
overflow: auto;
|
|
2530
|
+
}
|
|
2524
2531
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2525
2532
|
display: -ms-flexbox;
|
|
2526
2533
|
display: flex;
|
|
@@ -3426,8 +3433,8 @@
|
|
|
3426
3433
|
}
|
|
3427
3434
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3428
3435
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3429
|
-
height: 565px !important;
|
|
3430
3436
|
max-height: 600px !important;
|
|
3437
|
+
min-height: 582px !important;
|
|
3431
3438
|
}
|
|
3432
3439
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3433
3440
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -3444,4 +3451,8 @@
|
|
|
3444
3451
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3445
3452
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3446
3453
|
height: 165px !important;
|
|
3454
|
+
}
|
|
3455
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3456
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3457
|
+
max-height: 176px;
|
|
3447
3458
|
}
|
|
@@ -318,7 +318,6 @@
|
|
|
318
318
|
|
|
319
319
|
.e-pivot-formatting-dialog {
|
|
320
320
|
max-height: 480px !important;
|
|
321
|
-
min-width: 625px !important;
|
|
322
321
|
width: 625px !important;
|
|
323
322
|
}
|
|
324
323
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -336,6 +335,7 @@
|
|
|
336
335
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
337
336
|
padding-bottom: 14px;
|
|
338
337
|
padding-right: 18px;
|
|
338
|
+
white-space: nowrap;
|
|
339
339
|
}
|
|
340
340
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
341
341
|
vertical-align: bottom;
|
|
@@ -436,6 +436,9 @@
|
|
|
436
436
|
min-width: 320px !important;
|
|
437
437
|
width: 100% !important;
|
|
438
438
|
}
|
|
439
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
440
|
+
width: 100% !important;
|
|
441
|
+
}
|
|
439
442
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
440
443
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
441
444
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -480,7 +483,6 @@
|
|
|
480
483
|
|
|
481
484
|
.e-bigger.e-pivot-formatting-dialog,
|
|
482
485
|
.e-bigger .e-pivot-formatting-dialog {
|
|
483
|
-
min-width: 670px !important;
|
|
484
486
|
width: 670px !important;
|
|
485
487
|
}
|
|
486
488
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -876,7 +878,7 @@
|
|
|
876
878
|
|
|
877
879
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
878
880
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
879
|
-
max-height:
|
|
881
|
+
max-height: 600px !important;
|
|
880
882
|
min-width: 401px !important;
|
|
881
883
|
}
|
|
882
884
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -919,7 +921,7 @@
|
|
|
919
921
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
920
922
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
921
923
|
max-height: 750px !important;
|
|
922
|
-
min-width: 580px;
|
|
924
|
+
min-width: 580px !important;
|
|
923
925
|
}
|
|
924
926
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
925
927
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2397,7 +2399,7 @@
|
|
|
2397
2399
|
height: 261px;
|
|
2398
2400
|
}
|
|
2399
2401
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2400
|
-
height: 540px;
|
|
2402
|
+
min-height: 540px;
|
|
2401
2403
|
}
|
|
2402
2404
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2403
2405
|
height: 369px;
|
|
@@ -2590,6 +2592,11 @@
|
|
|
2590
2592
|
background-color: transparent;
|
|
2591
2593
|
color: #333;
|
|
2592
2594
|
}
|
|
2595
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2596
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2597
|
+
height: 210px;
|
|
2598
|
+
overflow: auto;
|
|
2599
|
+
}
|
|
2593
2600
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2594
2601
|
display: -ms-flexbox;
|
|
2595
2602
|
display: flex;
|
|
@@ -3520,8 +3527,8 @@
|
|
|
3520
3527
|
}
|
|
3521
3528
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3522
3529
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3523
|
-
height: 566px !important;
|
|
3524
3530
|
max-height: 600px !important;
|
|
3531
|
+
min-height: 578px !important;
|
|
3525
3532
|
}
|
|
3526
3533
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3527
3534
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -3538,4 +3545,8 @@
|
|
|
3538
3545
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3539
3546
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3540
3547
|
height: 161px !important;
|
|
3548
|
+
}
|
|
3549
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3550
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3551
|
+
max-height: 177px;
|
|
3541
3552
|
}
|
|
@@ -317,7 +317,6 @@
|
|
|
317
317
|
|
|
318
318
|
.e-pivot-formatting-dialog {
|
|
319
319
|
max-height: 480px !important;
|
|
320
|
-
min-width: 628px !important;
|
|
321
320
|
width: 628px !important;
|
|
322
321
|
}
|
|
323
322
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -332,6 +331,7 @@
|
|
|
332
331
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
333
332
|
padding-bottom: 14px;
|
|
334
333
|
padding-right: 18px;
|
|
334
|
+
white-space: nowrap;
|
|
335
335
|
padding-right: 8px;
|
|
336
336
|
}
|
|
337
337
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
@@ -430,6 +430,9 @@
|
|
|
430
430
|
min-width: 320px !important;
|
|
431
431
|
width: 100% !important;
|
|
432
432
|
}
|
|
433
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
434
|
+
width: 100% !important;
|
|
435
|
+
}
|
|
433
436
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
434
437
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
435
438
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -474,7 +477,6 @@
|
|
|
474
477
|
|
|
475
478
|
.e-bigger.e-pivot-formatting-dialog,
|
|
476
479
|
.e-bigger .e-pivot-formatting-dialog {
|
|
477
|
-
min-width: 680px !important;
|
|
478
480
|
width: 680px !important;
|
|
479
481
|
}
|
|
480
482
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -871,7 +873,7 @@
|
|
|
871
873
|
|
|
872
874
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
873
875
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
874
|
-
max-height:
|
|
876
|
+
max-height: 600px !important;
|
|
875
877
|
min-width: 401px !important;
|
|
876
878
|
}
|
|
877
879
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -919,7 +921,7 @@
|
|
|
919
921
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
920
922
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
921
923
|
max-height: 750px !important;
|
|
922
|
-
min-width: 580px;
|
|
924
|
+
min-width: 580px !important;
|
|
923
925
|
}
|
|
924
926
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
925
927
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -2367,7 +2369,7 @@
|
|
|
2367
2369
|
height: 261px;
|
|
2368
2370
|
}
|
|
2369
2371
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
2370
|
-
height: 540px;
|
|
2372
|
+
min-height: 540px;
|
|
2371
2373
|
}
|
|
2372
2374
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2373
2375
|
height: 369px;
|
|
@@ -2559,6 +2561,11 @@
|
|
|
2559
2561
|
background-color: transparent;
|
|
2560
2562
|
color: #ced4da;
|
|
2561
2563
|
}
|
|
2564
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
2565
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
2566
|
+
height: 210px;
|
|
2567
|
+
overflow: auto;
|
|
2568
|
+
}
|
|
2562
2569
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2563
2570
|
display: -ms-flexbox;
|
|
2564
2571
|
display: flex;
|
|
@@ -3471,8 +3478,8 @@
|
|
|
3471
3478
|
}
|
|
3472
3479
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
3473
3480
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
3474
|
-
height: 565px !important;
|
|
3475
3481
|
max-height: 600px !important;
|
|
3482
|
+
min-height: 580px !important;
|
|
3476
3483
|
}
|
|
3477
3484
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
3478
3485
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -3489,4 +3496,8 @@
|
|
|
3489
3496
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
3490
3497
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
3491
3498
|
height: 165px !important;
|
|
3499
|
+
}
|
|
3500
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3501
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3502
|
+
max-height: 187px;
|
|
3492
3503
|
}
|