@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
|
@@ -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,
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'highcontrast-light-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast-light.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/highcontrast-light.scss';
|
|
@@ -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,
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/highcontrast-definition.scss';
|
|
3
|
-
@import 'highcontrast-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/highcontrast.scss';
|
|
@@ -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,
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/material-dark-definition.scss';
|
|
3
|
-
@import 'material-dark-definition.scss';
|
|
4
|
-
@import 'icons/material-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/material-dark.scss';
|
|
@@ -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,
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
}
|
|
260
260
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
261
261
|
display: inline-block;
|
|
262
|
-
height:
|
|
262
|
+
height: 214px;
|
|
263
263
|
max-width: 400px;
|
|
264
264
|
overflow: auto;
|
|
265
265
|
width: 100%;
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
padding-top: 12px;
|
|
303
303
|
}
|
|
304
304
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
305
|
-
height:
|
|
305
|
+
height: 182px;
|
|
306
306
|
}
|
|
307
307
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-label-container {
|
|
308
308
|
opacity: 56%;
|
|
@@ -706,7 +706,7 @@
|
|
|
706
706
|
}
|
|
707
707
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
708
708
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
709
|
-
height:
|
|
709
|
+
height: 178px;
|
|
710
710
|
}
|
|
711
711
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
712
712
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -732,7 +732,7 @@
|
|
|
732
732
|
}
|
|
733
733
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
734
734
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
735
|
-
height:
|
|
735
|
+
height: 132px !important;
|
|
736
736
|
}
|
|
737
737
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
738
738
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
@@ -999,7 +999,7 @@
|
|
|
999
999
|
}
|
|
1000
1000
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1001
1001
|
font-size: 12px !important;
|
|
1002
|
-
padding:
|
|
1002
|
+
padding-top: 14px !important;
|
|
1003
1003
|
}
|
|
1004
1004
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1005
1005
|
margin: -10px 0 !important;
|
|
@@ -1040,11 +1040,6 @@
|
|
|
1040
1040
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1041
1041
|
visibility: hidden !important;
|
|
1042
1042
|
}
|
|
1043
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1044
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1045
|
-
text-overflow: ellipsis;
|
|
1046
|
-
white-space: nowrap;
|
|
1047
|
-
}
|
|
1048
1043
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1049
1044
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1050
1045
|
padding-left: 8px !important;
|
|
@@ -1513,6 +1508,7 @@
|
|
|
1513
1508
|
width: 18px;
|
|
1514
1509
|
}
|
|
1515
1510
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1511
|
+
margin-top: 3px;
|
|
1516
1512
|
transform: rotateX(180deg);
|
|
1517
1513
|
}
|
|
1518
1514
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1687,6 +1683,12 @@
|
|
|
1687
1683
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1688
1684
|
line-height: 1em !important;
|
|
1689
1685
|
}
|
|
1686
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1687
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1688
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1689
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1690
|
+
margin-top: 2px !important;
|
|
1691
|
+
}
|
|
1690
1692
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1691
1693
|
max-width: 155px;
|
|
1692
1694
|
}
|
|
@@ -1697,6 +1699,9 @@
|
|
|
1697
1699
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1698
1700
|
max-width: 200px;
|
|
1699
1701
|
}
|
|
1702
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1703
|
+
width: 100% !important;
|
|
1704
|
+
}
|
|
1700
1705
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1701
1706
|
width: 0 !important;
|
|
1702
1707
|
}
|
|
@@ -1858,6 +1863,7 @@
|
|
|
1858
1863
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1859
1864
|
font-size: 14px !important;
|
|
1860
1865
|
height: 20px;
|
|
1866
|
+
margin-top: 1px;
|
|
1861
1867
|
width: 20px;
|
|
1862
1868
|
}
|
|
1863
1869
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1954,6 +1960,7 @@
|
|
|
1954
1960
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1955
1961
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1956
1962
|
margin: -13px -10px !important;
|
|
1963
|
+
font-size: 16px !important;
|
|
1957
1964
|
}
|
|
1958
1965
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1959
1966
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -1963,7 +1970,7 @@
|
|
|
1963
1970
|
}
|
|
1964
1971
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
1965
1972
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
1966
|
-
height:
|
|
1973
|
+
height: 178px;
|
|
1967
1974
|
}
|
|
1968
1975
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
1969
1976
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
}
|
|
262
262
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
263
263
|
display: inline-block;
|
|
264
|
-
height:
|
|
264
|
+
height: 214px;
|
|
265
265
|
max-width: 400px;
|
|
266
266
|
overflow: auto;
|
|
267
267
|
width: 100%;
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
padding-top: 12px;
|
|
305
305
|
}
|
|
306
306
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
307
|
-
height:
|
|
307
|
+
height: 182px;
|
|
308
308
|
}
|
|
309
309
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-label-container {
|
|
310
310
|
opacity: 56%;
|
|
@@ -708,7 +708,7 @@
|
|
|
708
708
|
}
|
|
709
709
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
710
710
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
711
|
-
height:
|
|
711
|
+
height: 178px;
|
|
712
712
|
}
|
|
713
713
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
714
714
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -734,7 +734,7 @@
|
|
|
734
734
|
}
|
|
735
735
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
736
736
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
737
|
-
height:
|
|
737
|
+
height: 132px !important;
|
|
738
738
|
}
|
|
739
739
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
740
740
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
@@ -1001,7 +1001,7 @@
|
|
|
1001
1001
|
}
|
|
1002
1002
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1003
1003
|
font-size: 12px !important;
|
|
1004
|
-
padding:
|
|
1004
|
+
padding-top: 14px !important;
|
|
1005
1005
|
}
|
|
1006
1006
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
1007
1007
|
margin: -10px 0 !important;
|
|
@@ -1042,11 +1042,6 @@
|
|
|
1042
1042
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1043
1043
|
visibility: hidden !important;
|
|
1044
1044
|
}
|
|
1045
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1046
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1047
|
-
text-overflow: ellipsis;
|
|
1048
|
-
white-space: nowrap;
|
|
1049
|
-
}
|
|
1050
1045
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1051
1046
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1052
1047
|
padding-left: 8px !important;
|
|
@@ -1515,6 +1510,7 @@
|
|
|
1515
1510
|
width: 18px;
|
|
1516
1511
|
}
|
|
1517
1512
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1513
|
+
margin-top: 3px;
|
|
1518
1514
|
transform: rotateX(180deg);
|
|
1519
1515
|
}
|
|
1520
1516
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1689,6 +1685,12 @@
|
|
|
1689
1685
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1690
1686
|
line-height: 1em !important;
|
|
1691
1687
|
}
|
|
1688
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1689
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1690
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1691
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1692
|
+
margin-top: 2px !important;
|
|
1693
|
+
}
|
|
1692
1694
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1693
1695
|
max-width: 155px;
|
|
1694
1696
|
}
|
|
@@ -1699,6 +1701,9 @@
|
|
|
1699
1701
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1700
1702
|
max-width: 200px;
|
|
1701
1703
|
}
|
|
1704
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1705
|
+
width: 100% !important;
|
|
1706
|
+
}
|
|
1702
1707
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1703
1708
|
width: 0 !important;
|
|
1704
1709
|
}
|
|
@@ -1860,6 +1865,7 @@
|
|
|
1860
1865
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1861
1866
|
font-size: 14px !important;
|
|
1862
1867
|
height: 20px;
|
|
1868
|
+
margin-top: 1px;
|
|
1863
1869
|
width: 20px;
|
|
1864
1870
|
}
|
|
1865
1871
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1956,6 +1962,7 @@
|
|
|
1956
1962
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1957
1963
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1958
1964
|
margin: -13px -10px !important;
|
|
1965
|
+
font-size: 16px !important;
|
|
1959
1966
|
}
|
|
1960
1967
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1961
1968
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -1965,7 +1972,7 @@
|
|
|
1965
1972
|
}
|
|
1966
1973
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
1967
1974
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
1968
|
-
height:
|
|
1975
|
+
height: 178px;
|
|
1969
1976
|
}
|
|
1970
1977
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
1971
1978
|
.e-bigger .e-pivotview .e-stackedheadertext,
|