@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/bootstrap.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: 1px;
|
|
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: -14px -9px !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,
|
|
@@ -2292,7 +2297,6 @@
|
|
|
2292
2297
|
|
|
2293
2298
|
.e-pivot-formatting-dialog {
|
|
2294
2299
|
max-height: 480px !important;
|
|
2295
|
-
min-width: 625px !important;
|
|
2296
2300
|
width: 625px !important;
|
|
2297
2301
|
}
|
|
2298
2302
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -2307,6 +2311,7 @@
|
|
|
2307
2311
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2308
2312
|
padding-bottom: 14px;
|
|
2309
2313
|
padding-right: 18px;
|
|
2314
|
+
white-space: nowrap;
|
|
2310
2315
|
}
|
|
2311
2316
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
2312
2317
|
vertical-align: bottom;
|
|
@@ -2399,6 +2404,9 @@
|
|
|
2399
2404
|
min-width: 320px !important;
|
|
2400
2405
|
width: 100% !important;
|
|
2401
2406
|
}
|
|
2407
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2408
|
+
width: 100% !important;
|
|
2409
|
+
}
|
|
2402
2410
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2403
2411
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
2404
2412
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -2443,7 +2451,6 @@
|
|
|
2443
2451
|
|
|
2444
2452
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2445
2453
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2446
|
-
min-width: 670px !important;
|
|
2447
2454
|
width: 670px !important;
|
|
2448
2455
|
}
|
|
2449
2456
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -2835,7 +2842,7 @@
|
|
|
2835
2842
|
|
|
2836
2843
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2837
2844
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2838
|
-
max-height:
|
|
2845
|
+
max-height: 600px !important;
|
|
2839
2846
|
min-width: 401px !important;
|
|
2840
2847
|
}
|
|
2841
2848
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -2878,7 +2885,7 @@
|
|
|
2878
2885
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2879
2886
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2880
2887
|
max-height: 750px !important;
|
|
2881
|
-
min-width: 580px;
|
|
2888
|
+
min-width: 580px !important;
|
|
2882
2889
|
}
|
|
2883
2890
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2884
2891
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -4303,7 +4310,7 @@
|
|
|
4303
4310
|
height: 261px;
|
|
4304
4311
|
}
|
|
4305
4312
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4306
|
-
height: 540px;
|
|
4313
|
+
min-height: 540px;
|
|
4307
4314
|
}
|
|
4308
4315
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4309
4316
|
height: 369px;
|
|
@@ -4495,6 +4502,11 @@
|
|
|
4495
4502
|
background-color: transparent;
|
|
4496
4503
|
color: #333;
|
|
4497
4504
|
}
|
|
4505
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4506
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4507
|
+
height: 210px;
|
|
4508
|
+
overflow: auto;
|
|
4509
|
+
}
|
|
4498
4510
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4499
4511
|
display: -ms-flexbox;
|
|
4500
4512
|
display: flex;
|
|
@@ -5400,8 +5412,8 @@
|
|
|
5400
5412
|
}
|
|
5401
5413
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5402
5414
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5403
|
-
height: 565px !important;
|
|
5404
5415
|
max-height: 600px !important;
|
|
5416
|
+
min-height: 582px !important;
|
|
5405
5417
|
}
|
|
5406
5418
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5407
5419
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -5418,4 +5430,8 @@
|
|
|
5418
5430
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5419
5431
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5420
5432
|
height: 165px !important;
|
|
5433
|
+
}
|
|
5434
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5435
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5436
|
+
max-height: 176px;
|
|
5421
5437
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1022,7 +1022,6 @@
|
|
|
1022
1022
|
}
|
|
1023
1023
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1024
1024
|
font-size: 12px !important;
|
|
1025
|
-
padding: 3px 0 4px 0 !important;
|
|
1026
1025
|
}
|
|
1027
1026
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1028
1027
|
margin: -10px 0 !important;
|
|
@@ -1065,11 +1064,6 @@
|
|
|
1065
1064
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1066
1065
|
visibility: hidden !important;
|
|
1067
1066
|
}
|
|
1068
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1069
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1070
|
-
text-overflow: ellipsis;
|
|
1071
|
-
white-space: nowrap;
|
|
1072
|
-
}
|
|
1073
1067
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1074
1068
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1075
1069
|
padding-left: 8px !important;
|
|
@@ -1555,6 +1549,7 @@
|
|
|
1555
1549
|
width: 18px;
|
|
1556
1550
|
}
|
|
1557
1551
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1552
|
+
margin-top: 3px;
|
|
1558
1553
|
transform: rotateX(180deg);
|
|
1559
1554
|
}
|
|
1560
1555
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1727,6 +1722,12 @@
|
|
|
1727
1722
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1728
1723
|
line-height: 1em !important;
|
|
1729
1724
|
}
|
|
1725
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1726
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1727
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1728
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1729
|
+
margin-top: 2px !important;
|
|
1730
|
+
}
|
|
1730
1731
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1731
1732
|
max-width: 155px;
|
|
1732
1733
|
padding: 3px 10px;
|
|
@@ -1762,6 +1763,9 @@
|
|
|
1762
1763
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1763
1764
|
margin-top: 2px;
|
|
1764
1765
|
}
|
|
1766
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1767
|
+
width: 100% !important;
|
|
1768
|
+
}
|
|
1765
1769
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1766
1770
|
width: 0 !important;
|
|
1767
1771
|
}
|
|
@@ -1932,6 +1936,7 @@
|
|
|
1932
1936
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1933
1937
|
font-size: 12px !important;
|
|
1934
1938
|
height: 20px;
|
|
1939
|
+
margin-top: 2px;
|
|
1935
1940
|
width: 20px;
|
|
1936
1941
|
padding-left: 12px;
|
|
1937
1942
|
}
|
|
@@ -2043,7 +2048,7 @@
|
|
|
2043
2048
|
}
|
|
2044
2049
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
2045
2050
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
2046
|
-
margin: -
|
|
2051
|
+
margin: -14px -8px !important;
|
|
2047
2052
|
font-size: 12px !important;
|
|
2048
2053
|
}
|
|
2049
2054
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
@@ -2440,7 +2445,6 @@
|
|
|
2440
2445
|
|
|
2441
2446
|
.e-pivot-formatting-dialog {
|
|
2442
2447
|
max-height: 480px !important;
|
|
2443
|
-
min-width: 625px !important;
|
|
2444
2448
|
width: 625px !important;
|
|
2445
2449
|
}
|
|
2446
2450
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -2458,6 +2462,7 @@
|
|
|
2458
2462
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2459
2463
|
padding-bottom: 14px;
|
|
2460
2464
|
padding-right: 18px;
|
|
2465
|
+
white-space: nowrap;
|
|
2461
2466
|
}
|
|
2462
2467
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
2463
2468
|
vertical-align: bottom;
|
|
@@ -2558,6 +2563,9 @@
|
|
|
2558
2563
|
min-width: 320px !important;
|
|
2559
2564
|
width: 100% !important;
|
|
2560
2565
|
}
|
|
2566
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2567
|
+
width: 100% !important;
|
|
2568
|
+
}
|
|
2561
2569
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2562
2570
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
2563
2571
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -2602,7 +2610,6 @@
|
|
|
2602
2610
|
|
|
2603
2611
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2604
2612
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2605
|
-
min-width: 670px !important;
|
|
2606
2613
|
width: 670px !important;
|
|
2607
2614
|
}
|
|
2608
2615
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -2998,7 +3005,7 @@
|
|
|
2998
3005
|
|
|
2999
3006
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
3000
3007
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
3001
|
-
max-height:
|
|
3008
|
+
max-height: 600px !important;
|
|
3002
3009
|
min-width: 401px !important;
|
|
3003
3010
|
}
|
|
3004
3011
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -3041,7 +3048,7 @@
|
|
|
3041
3048
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
3042
3049
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
3043
3050
|
max-height: 750px !important;
|
|
3044
|
-
min-width: 580px;
|
|
3051
|
+
min-width: 580px !important;
|
|
3045
3052
|
}
|
|
3046
3053
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
3047
3054
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -4519,7 +4526,7 @@
|
|
|
4519
4526
|
height: 261px;
|
|
4520
4527
|
}
|
|
4521
4528
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4522
|
-
height: 540px;
|
|
4529
|
+
min-height: 540px;
|
|
4523
4530
|
}
|
|
4524
4531
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4525
4532
|
height: 369px;
|
|
@@ -4712,6 +4719,11 @@
|
|
|
4712
4719
|
background-color: transparent;
|
|
4713
4720
|
color: #333;
|
|
4714
4721
|
}
|
|
4722
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4723
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4724
|
+
height: 210px;
|
|
4725
|
+
overflow: auto;
|
|
4726
|
+
}
|
|
4715
4727
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4716
4728
|
display: -ms-flexbox;
|
|
4717
4729
|
display: flex;
|
|
@@ -5642,8 +5654,8 @@
|
|
|
5642
5654
|
}
|
|
5643
5655
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5644
5656
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5645
|
-
height: 566px !important;
|
|
5646
5657
|
max-height: 600px !important;
|
|
5658
|
+
min-height: 578px !important;
|
|
5647
5659
|
}
|
|
5648
5660
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5649
5661
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -5660,4 +5672,8 @@
|
|
|
5660
5672
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5661
5673
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5662
5674
|
height: 161px !important;
|
|
5675
|
+
}
|
|
5676
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5677
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5678
|
+
max-height: 177px;
|
|
5663
5679
|
}
|
|
@@ -977,7 +977,7 @@
|
|
|
977
977
|
}
|
|
978
978
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
979
979
|
font-size: 12px !important;
|
|
980
|
-
padding:
|
|
980
|
+
padding-right: 5px !important;
|
|
981
981
|
}
|
|
982
982
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
983
983
|
margin: -10px 0 !important;
|
|
@@ -1020,11 +1020,6 @@
|
|
|
1020
1020
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1021
1021
|
visibility: hidden !important;
|
|
1022
1022
|
}
|
|
1023
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1024
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1025
|
-
text-overflow: ellipsis;
|
|
1026
|
-
white-space: nowrap;
|
|
1027
|
-
}
|
|
1028
1023
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1029
1024
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1030
1025
|
padding-left: 8px !important;
|
|
@@ -1189,6 +1184,38 @@
|
|
|
1189
1184
|
font-size: 14px;
|
|
1190
1185
|
font-weight: normal;
|
|
1191
1186
|
}
|
|
1187
|
+
.e-pivotview .e-group-values .e-pivot-button .e-sort,
|
|
1188
|
+
.e-pivotview .e-group-values .e-pivot-button .e-dropdown-icon,
|
|
1189
|
+
.e-pivotview .e-group-values .e-pivot-button .e-pv-filter,
|
|
1190
|
+
.e-pivotview .e-group-values .e-pivot-button .e-pv-filtered,
|
|
1191
|
+
.e-pivotview .e-group-values .e-pivot-button .e-remove,
|
|
1192
|
+
.e-pivotview .e-group-values .e-pivot-button .e-edit,
|
|
1193
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-sort,
|
|
1194
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-dropdown-icon,
|
|
1195
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-pv-filter,
|
|
1196
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-pv-filtered,
|
|
1197
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-remove,
|
|
1198
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-edit,
|
|
1199
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-sort,
|
|
1200
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-dropdown-icon,
|
|
1201
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-pv-filter,
|
|
1202
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-pv-filtered,
|
|
1203
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-remove,
|
|
1204
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-edit,
|
|
1205
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-sort,
|
|
1206
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon,
|
|
1207
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filter,
|
|
1208
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1209
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1210
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-edit,
|
|
1211
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-sort,
|
|
1212
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-dropdown-icon,
|
|
1213
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filter,
|
|
1214
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filtered,
|
|
1215
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-remove,
|
|
1216
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-edit {
|
|
1217
|
+
margin-top: 1px;
|
|
1218
|
+
}
|
|
1192
1219
|
.e-pivotview .e-grouping-bar .e-pvt-btn-div,
|
|
1193
1220
|
.e-pivotview .e-group-rows .e-pvt-btn-div {
|
|
1194
1221
|
display: -ms-inline-flexbox;
|
|
@@ -1226,7 +1253,7 @@
|
|
|
1226
1253
|
font-weight: normal;
|
|
1227
1254
|
height: 24px;
|
|
1228
1255
|
line-height: 0.9em;
|
|
1229
|
-
padding:
|
|
1256
|
+
padding: 3px 8px;
|
|
1230
1257
|
text-transform: none;
|
|
1231
1258
|
vertical-align: bottom;
|
|
1232
1259
|
z-index: 1;
|
|
@@ -1415,7 +1442,7 @@
|
|
|
1415
1442
|
pointer-events: none;
|
|
1416
1443
|
}
|
|
1417
1444
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1418
|
-
padding:
|
|
1445
|
+
padding: 3px 8px;
|
|
1419
1446
|
width: 180px;
|
|
1420
1447
|
}
|
|
1421
1448
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
|
|
@@ -1492,6 +1519,7 @@
|
|
|
1492
1519
|
width: 18px;
|
|
1493
1520
|
}
|
|
1494
1521
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1522
|
+
margin-top: 3px;
|
|
1495
1523
|
transform: rotateX(180deg);
|
|
1496
1524
|
}
|
|
1497
1525
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1546,7 +1574,7 @@
|
|
|
1546
1574
|
width: auto;
|
|
1547
1575
|
}
|
|
1548
1576
|
.e-pivotview .e-collapse::before {
|
|
1549
|
-
font-size:
|
|
1577
|
+
font-size: 20px;
|
|
1550
1578
|
}
|
|
1551
1579
|
.e-pivotview .e-expand,
|
|
1552
1580
|
.e-pivotview .e-collapse {
|
|
@@ -1667,6 +1695,12 @@
|
|
|
1667
1695
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1668
1696
|
line-height: 1em !important;
|
|
1669
1697
|
}
|
|
1698
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1699
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1700
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1701
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1702
|
+
margin-top: 2px !important;
|
|
1703
|
+
}
|
|
1670
1704
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1671
1705
|
max-width: 155px;
|
|
1672
1706
|
}
|
|
@@ -1677,6 +1711,9 @@
|
|
|
1677
1711
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1678
1712
|
max-width: 200px;
|
|
1679
1713
|
}
|
|
1714
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1715
|
+
width: 100% !important;
|
|
1716
|
+
}
|
|
1680
1717
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1681
1718
|
width: 0 !important;
|
|
1682
1719
|
}
|
|
@@ -1836,6 +1873,7 @@
|
|
|
1836
1873
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1837
1874
|
font-size: 14px !important;
|
|
1838
1875
|
height: 20px;
|
|
1876
|
+
margin-top: 2px;
|
|
1839
1877
|
width: 20px;
|
|
1840
1878
|
}
|
|
1841
1879
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1931,8 +1969,9 @@
|
|
|
1931
1969
|
}
|
|
1932
1970
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1933
1971
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1934
|
-
margin: -
|
|
1972
|
+
margin: -15px -8px !important;
|
|
1935
1973
|
font-size: 12px !important;
|
|
1974
|
+
padding-top: 28px;
|
|
1936
1975
|
}
|
|
1937
1976
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1938
1977
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -2009,7 +2048,7 @@
|
|
|
2009
2048
|
}
|
|
2010
2049
|
.e-bigger .e-pivotview .e-collapse::before,
|
|
2011
2050
|
.e-bigger.e-pivotview .e-collapse::before {
|
|
2012
|
-
font-size:
|
|
2051
|
+
font-size: 24px;
|
|
2013
2052
|
}
|
|
2014
2053
|
|
|
2015
2054
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -2335,7 +2374,6 @@
|
|
|
2335
2374
|
|
|
2336
2375
|
.e-pivot-formatting-dialog {
|
|
2337
2376
|
max-height: 480px !important;
|
|
2338
|
-
min-width: 628px !important;
|
|
2339
2377
|
width: 628px !important;
|
|
2340
2378
|
}
|
|
2341
2379
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -2350,6 +2388,7 @@
|
|
|
2350
2388
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2351
2389
|
padding-bottom: 14px;
|
|
2352
2390
|
padding-right: 18px;
|
|
2391
|
+
white-space: nowrap;
|
|
2353
2392
|
padding-right: 8px;
|
|
2354
2393
|
}
|
|
2355
2394
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
@@ -2448,6 +2487,9 @@
|
|
|
2448
2487
|
min-width: 320px !important;
|
|
2449
2488
|
width: 100% !important;
|
|
2450
2489
|
}
|
|
2490
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2491
|
+
width: 100% !important;
|
|
2492
|
+
}
|
|
2451
2493
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2452
2494
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
2453
2495
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -2492,7 +2534,6 @@
|
|
|
2492
2534
|
|
|
2493
2535
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2494
2536
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2495
|
-
min-width: 680px !important;
|
|
2496
2537
|
width: 680px !important;
|
|
2497
2538
|
}
|
|
2498
2539
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -2889,7 +2930,7 @@
|
|
|
2889
2930
|
|
|
2890
2931
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2891
2932
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2892
|
-
max-height:
|
|
2933
|
+
max-height: 600px !important;
|
|
2893
2934
|
min-width: 401px !important;
|
|
2894
2935
|
}
|
|
2895
2936
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -2937,7 +2978,7 @@
|
|
|
2937
2978
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2938
2979
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2939
2980
|
max-height: 750px !important;
|
|
2940
|
-
min-width: 580px;
|
|
2981
|
+
min-width: 580px !important;
|
|
2941
2982
|
}
|
|
2942
2983
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2943
2984
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -4385,7 +4426,7 @@
|
|
|
4385
4426
|
height: 261px;
|
|
4386
4427
|
}
|
|
4387
4428
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4388
|
-
height: 540px;
|
|
4429
|
+
min-height: 540px;
|
|
4389
4430
|
}
|
|
4390
4431
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4391
4432
|
height: 369px;
|
|
@@ -4577,6 +4618,11 @@
|
|
|
4577
4618
|
background-color: transparent;
|
|
4578
4619
|
color: #ced4da;
|
|
4579
4620
|
}
|
|
4621
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4622
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4623
|
+
height: 210px;
|
|
4624
|
+
overflow: auto;
|
|
4625
|
+
}
|
|
4580
4626
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4581
4627
|
display: -ms-flexbox;
|
|
4582
4628
|
display: flex;
|
|
@@ -5489,8 +5535,8 @@
|
|
|
5489
5535
|
}
|
|
5490
5536
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5491
5537
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5492
|
-
height: 565px !important;
|
|
5493
5538
|
max-height: 600px !important;
|
|
5539
|
+
min-height: 580px !important;
|
|
5494
5540
|
}
|
|
5495
5541
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5496
5542
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -5507,4 +5553,8 @@
|
|
|
5507
5553
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5508
5554
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5509
5555
|
height: 165px !important;
|
|
5556
|
+
}
|
|
5557
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5558
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5559
|
+
max-height: 187px;
|
|
5510
5560
|
}
|