@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/fluent-dark.css
CHANGED
|
@@ -561,6 +561,7 @@
|
|
|
561
561
|
}
|
|
562
562
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
563
563
|
font-size: 16px;
|
|
564
|
+
margin: 4px;
|
|
564
565
|
}
|
|
565
566
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
566
567
|
background-color: transparent;
|
|
@@ -988,7 +989,6 @@
|
|
|
988
989
|
}
|
|
989
990
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
990
991
|
font-size: 14px !important;
|
|
991
|
-
padding: 3px 4px 4px 4px !important;
|
|
992
992
|
}
|
|
993
993
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
994
994
|
margin: -10px 0 !important;
|
|
@@ -1028,11 +1028,6 @@
|
|
|
1028
1028
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1029
1029
|
visibility: hidden !important;
|
|
1030
1030
|
}
|
|
1031
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1032
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1033
|
-
text-overflow: ellipsis;
|
|
1034
|
-
white-space: nowrap;
|
|
1035
|
-
}
|
|
1036
1031
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1037
1032
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1038
1033
|
padding-left: 8px !important;
|
|
@@ -1500,6 +1495,7 @@
|
|
|
1500
1495
|
width: 18px;
|
|
1501
1496
|
}
|
|
1502
1497
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1498
|
+
margin-top: 3px;
|
|
1503
1499
|
transform: rotateX(180deg);
|
|
1504
1500
|
}
|
|
1505
1501
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1554,7 +1550,7 @@
|
|
|
1554
1550
|
width: auto;
|
|
1555
1551
|
}
|
|
1556
1552
|
.e-pivotview .e-collapse::before {
|
|
1557
|
-
font-size:
|
|
1553
|
+
font-size: 18px;
|
|
1558
1554
|
}
|
|
1559
1555
|
.e-pivotview .e-expand,
|
|
1560
1556
|
.e-pivotview .e-collapse {
|
|
@@ -1675,6 +1671,12 @@
|
|
|
1675
1671
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1676
1672
|
line-height: 1em !important;
|
|
1677
1673
|
}
|
|
1674
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1675
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1676
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1677
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1678
|
+
margin-top: 2px !important;
|
|
1679
|
+
}
|
|
1678
1680
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1679
1681
|
max-width: 155px;
|
|
1680
1682
|
}
|
|
@@ -1685,6 +1687,9 @@
|
|
|
1685
1687
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1686
1688
|
max-width: 200px;
|
|
1687
1689
|
}
|
|
1690
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1691
|
+
width: 100% !important;
|
|
1692
|
+
}
|
|
1688
1693
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1689
1694
|
width: 0 !important;
|
|
1690
1695
|
}
|
|
@@ -1844,6 +1849,7 @@
|
|
|
1844
1849
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1845
1850
|
font-size: 14px !important;
|
|
1846
1851
|
height: 20px;
|
|
1852
|
+
margin-top: 2px;
|
|
1847
1853
|
width: 20px;
|
|
1848
1854
|
}
|
|
1849
1855
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1939,7 +1945,8 @@
|
|
|
1939
1945
|
}
|
|
1940
1946
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1941
1947
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1942
|
-
margin: -
|
|
1948
|
+
margin: -14px -10px !important;
|
|
1949
|
+
padding-top: 28px;
|
|
1943
1950
|
}
|
|
1944
1951
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1945
1952
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -2016,7 +2023,7 @@
|
|
|
2016
2023
|
}
|
|
2017
2024
|
.e-bigger .e-pivotview .e-collapse::before,
|
|
2018
2025
|
.e-bigger.e-pivotview .e-collapse::before {
|
|
2019
|
-
font-size:
|
|
2026
|
+
font-size: 24px;
|
|
2020
2027
|
}
|
|
2021
2028
|
|
|
2022
2029
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -2342,7 +2349,6 @@
|
|
|
2342
2349
|
|
|
2343
2350
|
.e-pivot-formatting-dialog {
|
|
2344
2351
|
max-height: 480px !important;
|
|
2345
|
-
min-width: 629px !important;
|
|
2346
2352
|
width: 629px !important;
|
|
2347
2353
|
}
|
|
2348
2354
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -2357,6 +2363,7 @@
|
|
|
2357
2363
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2358
2364
|
padding-bottom: 14px;
|
|
2359
2365
|
padding-right: 18px;
|
|
2366
|
+
white-space: nowrap;
|
|
2360
2367
|
}
|
|
2361
2368
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
2362
2369
|
vertical-align: bottom;
|
|
@@ -2449,6 +2456,9 @@
|
|
|
2449
2456
|
min-width: 320px !important;
|
|
2450
2457
|
width: 100% !important;
|
|
2451
2458
|
}
|
|
2459
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2460
|
+
width: 100% !important;
|
|
2461
|
+
}
|
|
2452
2462
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2453
2463
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
2454
2464
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -2493,7 +2503,6 @@
|
|
|
2493
2503
|
|
|
2494
2504
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2495
2505
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2496
|
-
min-width: 714px !important;
|
|
2497
2506
|
width: 714px !important;
|
|
2498
2507
|
}
|
|
2499
2508
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -2895,7 +2904,7 @@
|
|
|
2895
2904
|
|
|
2896
2905
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2897
2906
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2898
|
-
max-height:
|
|
2907
|
+
max-height: 600px !important;
|
|
2899
2908
|
min-width: 401px !important;
|
|
2900
2909
|
}
|
|
2901
2910
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -2943,7 +2952,7 @@
|
|
|
2943
2952
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2944
2953
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2945
2954
|
max-height: 750px !important;
|
|
2946
|
-
min-width: 580px;
|
|
2955
|
+
min-width: 580px !important;
|
|
2947
2956
|
}
|
|
2948
2957
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2949
2958
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -4386,7 +4395,7 @@
|
|
|
4386
4395
|
height: 261px;
|
|
4387
4396
|
}
|
|
4388
4397
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4389
|
-
height: 540px;
|
|
4398
|
+
min-height: 540px;
|
|
4390
4399
|
}
|
|
4391
4400
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4392
4401
|
height: 369px;
|
|
@@ -4582,6 +4591,11 @@
|
|
|
4582
4591
|
background-color: transparent;
|
|
4583
4592
|
color: #c8c6c4;
|
|
4584
4593
|
}
|
|
4594
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4595
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4596
|
+
height: 210px;
|
|
4597
|
+
overflow: auto;
|
|
4598
|
+
}
|
|
4585
4599
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4586
4600
|
display: -ms-flexbox;
|
|
4587
4601
|
display: flex;
|
|
@@ -5495,8 +5509,8 @@
|
|
|
5495
5509
|
}
|
|
5496
5510
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5497
5511
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5498
|
-
height: 565px !important;
|
|
5499
5512
|
max-height: 600px !important;
|
|
5513
|
+
min-height: 588px !important;
|
|
5500
5514
|
}
|
|
5501
5515
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5502
5516
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -5513,4 +5527,8 @@
|
|
|
5513
5527
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5514
5528
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5515
5529
|
height: 165px !important;
|
|
5530
|
+
}
|
|
5531
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5532
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5533
|
+
max-height: 184px;
|
|
5516
5534
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -563,6 +563,7 @@
|
|
|
563
563
|
}
|
|
564
564
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
565
565
|
font-size: 16px;
|
|
566
|
+
margin: 4px;
|
|
566
567
|
}
|
|
567
568
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
568
569
|
background-color: transparent;
|
|
@@ -990,7 +991,6 @@
|
|
|
990
991
|
}
|
|
991
992
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
992
993
|
font-size: 14px !important;
|
|
993
|
-
padding: 3px 4px 4px 4px !important;
|
|
994
994
|
}
|
|
995
995
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
996
996
|
margin: -10px 0 !important;
|
|
@@ -1030,11 +1030,6 @@
|
|
|
1030
1030
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1031
1031
|
visibility: hidden !important;
|
|
1032
1032
|
}
|
|
1033
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1034
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1035
|
-
text-overflow: ellipsis;
|
|
1036
|
-
white-space: nowrap;
|
|
1037
|
-
}
|
|
1038
1033
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1039
1034
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1040
1035
|
padding-left: 8px !important;
|
|
@@ -1502,6 +1497,7 @@
|
|
|
1502
1497
|
width: 18px;
|
|
1503
1498
|
}
|
|
1504
1499
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1500
|
+
margin-top: 3px;
|
|
1505
1501
|
transform: rotateX(180deg);
|
|
1506
1502
|
}
|
|
1507
1503
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1556,7 +1552,7 @@
|
|
|
1556
1552
|
width: auto;
|
|
1557
1553
|
}
|
|
1558
1554
|
.e-pivotview .e-collapse::before {
|
|
1559
|
-
font-size:
|
|
1555
|
+
font-size: 18px;
|
|
1560
1556
|
}
|
|
1561
1557
|
.e-pivotview .e-expand,
|
|
1562
1558
|
.e-pivotview .e-collapse {
|
|
@@ -1677,6 +1673,12 @@
|
|
|
1677
1673
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1678
1674
|
line-height: 1em !important;
|
|
1679
1675
|
}
|
|
1676
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1677
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1678
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1679
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1680
|
+
margin-top: 2px !important;
|
|
1681
|
+
}
|
|
1680
1682
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1681
1683
|
max-width: 155px;
|
|
1682
1684
|
}
|
|
@@ -1687,6 +1689,9 @@
|
|
|
1687
1689
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1688
1690
|
max-width: 200px;
|
|
1689
1691
|
}
|
|
1692
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1693
|
+
width: 100% !important;
|
|
1694
|
+
}
|
|
1690
1695
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1691
1696
|
width: 0 !important;
|
|
1692
1697
|
}
|
|
@@ -1846,6 +1851,7 @@
|
|
|
1846
1851
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1847
1852
|
font-size: 14px !important;
|
|
1848
1853
|
height: 20px;
|
|
1854
|
+
margin-top: 2px;
|
|
1849
1855
|
width: 20px;
|
|
1850
1856
|
}
|
|
1851
1857
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1941,7 +1947,8 @@
|
|
|
1941
1947
|
}
|
|
1942
1948
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1943
1949
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1944
|
-
margin: -
|
|
1950
|
+
margin: -14px -10px !important;
|
|
1951
|
+
padding-top: 28px;
|
|
1945
1952
|
}
|
|
1946
1953
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1947
1954
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -2018,7 +2025,7 @@
|
|
|
2018
2025
|
}
|
|
2019
2026
|
.e-bigger .e-pivotview .e-collapse::before,
|
|
2020
2027
|
.e-bigger.e-pivotview .e-collapse::before {
|
|
2021
|
-
font-size:
|
|
2028
|
+
font-size: 24px;
|
|
2022
2029
|
}
|
|
2023
2030
|
|
|
2024
2031
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -2344,7 +2351,6 @@
|
|
|
2344
2351
|
|
|
2345
2352
|
.e-pivot-formatting-dialog {
|
|
2346
2353
|
max-height: 480px !important;
|
|
2347
|
-
min-width: 629px !important;
|
|
2348
2354
|
width: 629px !important;
|
|
2349
2355
|
}
|
|
2350
2356
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -2359,6 +2365,7 @@
|
|
|
2359
2365
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2360
2366
|
padding-bottom: 14px;
|
|
2361
2367
|
padding-right: 18px;
|
|
2368
|
+
white-space: nowrap;
|
|
2362
2369
|
}
|
|
2363
2370
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
2364
2371
|
vertical-align: bottom;
|
|
@@ -2451,6 +2458,9 @@
|
|
|
2451
2458
|
min-width: 320px !important;
|
|
2452
2459
|
width: 100% !important;
|
|
2453
2460
|
}
|
|
2461
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2462
|
+
width: 100% !important;
|
|
2463
|
+
}
|
|
2454
2464
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2455
2465
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
2456
2466
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -2495,7 +2505,6 @@
|
|
|
2495
2505
|
|
|
2496
2506
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2497
2507
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2498
|
-
min-width: 714px !important;
|
|
2499
2508
|
width: 714px !important;
|
|
2500
2509
|
}
|
|
2501
2510
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -2897,7 +2906,7 @@
|
|
|
2897
2906
|
|
|
2898
2907
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2899
2908
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2900
|
-
max-height:
|
|
2909
|
+
max-height: 600px !important;
|
|
2901
2910
|
min-width: 401px !important;
|
|
2902
2911
|
}
|
|
2903
2912
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -2945,7 +2954,7 @@
|
|
|
2945
2954
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2946
2955
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2947
2956
|
max-height: 750px !important;
|
|
2948
|
-
min-width: 580px;
|
|
2957
|
+
min-width: 580px !important;
|
|
2949
2958
|
}
|
|
2950
2959
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2951
2960
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -4388,7 +4397,7 @@
|
|
|
4388
4397
|
height: 261px;
|
|
4389
4398
|
}
|
|
4390
4399
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4391
|
-
height: 540px;
|
|
4400
|
+
min-height: 540px;
|
|
4392
4401
|
}
|
|
4393
4402
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4394
4403
|
height: 369px;
|
|
@@ -4584,6 +4593,11 @@
|
|
|
4584
4593
|
background-color: transparent;
|
|
4585
4594
|
color: #3b3a39;
|
|
4586
4595
|
}
|
|
4596
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4597
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4598
|
+
height: 210px;
|
|
4599
|
+
overflow: auto;
|
|
4600
|
+
}
|
|
4587
4601
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4588
4602
|
display: -ms-flexbox;
|
|
4589
4603
|
display: flex;
|
|
@@ -5497,8 +5511,8 @@
|
|
|
5497
5511
|
}
|
|
5498
5512
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5499
5513
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5500
|
-
height: 565px !important;
|
|
5501
5514
|
max-height: 600px !important;
|
|
5515
|
+
min-height: 588px !important;
|
|
5502
5516
|
}
|
|
5503
5517
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5504
5518
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -5515,4 +5529,8 @@
|
|
|
5515
5529
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5516
5530
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5517
5531
|
height: 165px !important;
|
|
5532
|
+
}
|
|
5533
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5534
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5535
|
+
max-height: 184px;
|
|
5518
5536
|
}
|
|
@@ -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;
|
|
@@ -1471,6 +1465,7 @@
|
|
|
1471
1465
|
width: 18px;
|
|
1472
1466
|
}
|
|
1473
1467
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1468
|
+
margin-top: 3px;
|
|
1474
1469
|
transform: rotateX(180deg);
|
|
1475
1470
|
}
|
|
1476
1471
|
.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: 16px !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: -17px -6px !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,
|
|
@@ -2291,7 +2296,6 @@
|
|
|
2291
2296
|
|
|
2292
2297
|
.e-pivot-formatting-dialog {
|
|
2293
2298
|
max-height: 480px !important;
|
|
2294
|
-
min-width: 640px !important;
|
|
2295
2299
|
width: 640px !important;
|
|
2296
2300
|
}
|
|
2297
2301
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -2306,6 +2310,7 @@
|
|
|
2306
2310
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2307
2311
|
padding-bottom: 14px;
|
|
2308
2312
|
padding-right: 18px;
|
|
2313
|
+
white-space: nowrap;
|
|
2309
2314
|
}
|
|
2310
2315
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
2311
2316
|
vertical-align: bottom;
|
|
@@ -2398,6 +2403,9 @@
|
|
|
2398
2403
|
min-width: 320px !important;
|
|
2399
2404
|
width: 100% !important;
|
|
2400
2405
|
}
|
|
2406
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2407
|
+
width: 100% !important;
|
|
2408
|
+
}
|
|
2401
2409
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2402
2410
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
2403
2411
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -2442,7 +2450,6 @@
|
|
|
2442
2450
|
|
|
2443
2451
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2444
2452
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2445
|
-
min-width: 707px !important;
|
|
2446
2453
|
width: 707px !important;
|
|
2447
2454
|
}
|
|
2448
2455
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -2834,7 +2841,7 @@
|
|
|
2834
2841
|
|
|
2835
2842
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2836
2843
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2837
|
-
max-height:
|
|
2844
|
+
max-height: 600px !important;
|
|
2838
2845
|
min-width: 401px !important;
|
|
2839
2846
|
}
|
|
2840
2847
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -2877,7 +2884,7 @@
|
|
|
2877
2884
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2878
2885
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2879
2886
|
max-height: 750px !important;
|
|
2880
|
-
min-width: 580px;
|
|
2887
|
+
min-width: 580px !important;
|
|
2881
2888
|
}
|
|
2882
2889
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2883
2890
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -4302,7 +4309,7 @@
|
|
|
4302
4309
|
height: 261px;
|
|
4303
4310
|
}
|
|
4304
4311
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4305
|
-
height: 540px;
|
|
4312
|
+
min-height: 540px;
|
|
4306
4313
|
}
|
|
4307
4314
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4308
4315
|
height: 369px;
|
|
@@ -4494,6 +4501,11 @@
|
|
|
4494
4501
|
background-color: transparent;
|
|
4495
4502
|
color: #000;
|
|
4496
4503
|
}
|
|
4504
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4505
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4506
|
+
height: 210px;
|
|
4507
|
+
overflow: auto;
|
|
4508
|
+
}
|
|
4497
4509
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4498
4510
|
display: -ms-flexbox;
|
|
4499
4511
|
display: flex;
|
|
@@ -5399,8 +5411,8 @@
|
|
|
5399
5411
|
}
|
|
5400
5412
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5401
5413
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5402
|
-
height: 565px !important;
|
|
5403
5414
|
max-height: 600px !important;
|
|
5415
|
+
min-height: 572px !important;
|
|
5404
5416
|
}
|
|
5405
5417
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5406
5418
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -5417,4 +5429,8 @@
|
|
|
5417
5429
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5418
5430
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5419
5431
|
height: 165px !important;
|
|
5432
|
+
}
|
|
5433
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5434
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5435
|
+
max-height: 164px;
|
|
5420
5436
|
}
|
package/styles/highcontrast.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;
|
|
@@ -1471,6 +1465,7 @@
|
|
|
1471
1465
|
width: 18px;
|
|
1472
1466
|
}
|
|
1473
1467
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1468
|
+
margin-top: 3px;
|
|
1474
1469
|
transform: rotateX(180deg);
|
|
1475
1470
|
}
|
|
1476
1471
|
.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: -18px -6px !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,
|
|
@@ -2291,7 +2296,6 @@
|
|
|
2291
2296
|
|
|
2292
2297
|
.e-pivot-formatting-dialog {
|
|
2293
2298
|
max-height: 480px !important;
|
|
2294
|
-
min-width: 640px !important;
|
|
2295
2299
|
width: 640px !important;
|
|
2296
2300
|
}
|
|
2297
2301
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -2306,6 +2310,7 @@
|
|
|
2306
2310
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2307
2311
|
padding-bottom: 14px;
|
|
2308
2312
|
padding-right: 18px;
|
|
2313
|
+
white-space: nowrap;
|
|
2309
2314
|
}
|
|
2310
2315
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
2311
2316
|
vertical-align: bottom;
|
|
@@ -2398,6 +2403,9 @@
|
|
|
2398
2403
|
min-width: 320px !important;
|
|
2399
2404
|
width: 100% !important;
|
|
2400
2405
|
}
|
|
2406
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2407
|
+
width: 100% !important;
|
|
2408
|
+
}
|
|
2401
2409
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2402
2410
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
2403
2411
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -2442,7 +2450,6 @@
|
|
|
2442
2450
|
|
|
2443
2451
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2444
2452
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2445
|
-
min-width: 707px !important;
|
|
2446
2453
|
width: 707px !important;
|
|
2447
2454
|
}
|
|
2448
2455
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -2834,7 +2841,7 @@
|
|
|
2834
2841
|
|
|
2835
2842
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2836
2843
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2837
|
-
max-height:
|
|
2844
|
+
max-height: 600px !important;
|
|
2838
2845
|
min-width: 401px !important;
|
|
2839
2846
|
}
|
|
2840
2847
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -2877,7 +2884,7 @@
|
|
|
2877
2884
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2878
2885
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2879
2886
|
max-height: 750px !important;
|
|
2880
|
-
min-width: 580px;
|
|
2887
|
+
min-width: 580px !important;
|
|
2881
2888
|
}
|
|
2882
2889
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2883
2890
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -4302,7 +4309,7 @@
|
|
|
4302
4309
|
height: 261px;
|
|
4303
4310
|
}
|
|
4304
4311
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4305
|
-
height: 540px;
|
|
4312
|
+
min-height: 540px;
|
|
4306
4313
|
}
|
|
4307
4314
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4308
4315
|
height: 369px;
|
|
@@ -4494,6 +4501,11 @@
|
|
|
4494
4501
|
background-color: transparent;
|
|
4495
4502
|
color: #fff;
|
|
4496
4503
|
}
|
|
4504
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4505
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4506
|
+
height: 210px;
|
|
4507
|
+
overflow: auto;
|
|
4508
|
+
}
|
|
4497
4509
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4498
4510
|
display: -ms-flexbox;
|
|
4499
4511
|
display: flex;
|
|
@@ -5399,8 +5411,8 @@
|
|
|
5399
5411
|
}
|
|
5400
5412
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5401
5413
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5402
|
-
height: 565px !important;
|
|
5403
5414
|
max-height: 600px !important;
|
|
5415
|
+
min-height: 575px !important;
|
|
5404
5416
|
}
|
|
5405
5417
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5406
5418
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -5417,4 +5429,8 @@
|
|
|
5417
5429
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5418
5430
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5419
5431
|
height: 165px !important;
|
|
5432
|
+
}
|
|
5433
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5434
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5435
|
+
max-height: 164px;
|
|
5420
5436
|
}
|