@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/bootstrap5.css
CHANGED
|
@@ -979,7 +979,7 @@
|
|
|
979
979
|
}
|
|
980
980
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
981
981
|
font-size: 12px !important;
|
|
982
|
-
padding:
|
|
982
|
+
padding-right: 5px !important;
|
|
983
983
|
}
|
|
984
984
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
985
985
|
margin: -10px 0 !important;
|
|
@@ -1022,11 +1022,6 @@
|
|
|
1022
1022
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1023
1023
|
visibility: hidden !important;
|
|
1024
1024
|
}
|
|
1025
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1026
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1027
|
-
text-overflow: ellipsis;
|
|
1028
|
-
white-space: nowrap;
|
|
1029
|
-
}
|
|
1030
1025
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1031
1026
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1032
1027
|
padding-left: 8px !important;
|
|
@@ -1191,6 +1186,38 @@
|
|
|
1191
1186
|
font-size: 14px;
|
|
1192
1187
|
font-weight: normal;
|
|
1193
1188
|
}
|
|
1189
|
+
.e-pivotview .e-group-values .e-pivot-button .e-sort,
|
|
1190
|
+
.e-pivotview .e-group-values .e-pivot-button .e-dropdown-icon,
|
|
1191
|
+
.e-pivotview .e-group-values .e-pivot-button .e-pv-filter,
|
|
1192
|
+
.e-pivotview .e-group-values .e-pivot-button .e-pv-filtered,
|
|
1193
|
+
.e-pivotview .e-group-values .e-pivot-button .e-remove,
|
|
1194
|
+
.e-pivotview .e-group-values .e-pivot-button .e-edit,
|
|
1195
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-sort,
|
|
1196
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-dropdown-icon,
|
|
1197
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-pv-filter,
|
|
1198
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-pv-filtered,
|
|
1199
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-remove,
|
|
1200
|
+
.e-pivotview .e-group-columns .e-pivot-button .e-edit,
|
|
1201
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-sort,
|
|
1202
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-dropdown-icon,
|
|
1203
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-pv-filter,
|
|
1204
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-pv-filtered,
|
|
1205
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-remove,
|
|
1206
|
+
.e-pivotview .e-group-filters .e-pivot-button .e-edit,
|
|
1207
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-sort,
|
|
1208
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon,
|
|
1209
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filter,
|
|
1210
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1211
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1212
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-edit,
|
|
1213
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-sort,
|
|
1214
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-dropdown-icon,
|
|
1215
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filter,
|
|
1216
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filtered,
|
|
1217
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-remove,
|
|
1218
|
+
.e-pivotview .e-group-all-fields .e-pivot-button .e-edit {
|
|
1219
|
+
margin-top: 1px;
|
|
1220
|
+
}
|
|
1194
1221
|
.e-pivotview .e-grouping-bar .e-pvt-btn-div,
|
|
1195
1222
|
.e-pivotview .e-group-rows .e-pvt-btn-div {
|
|
1196
1223
|
display: -ms-inline-flexbox;
|
|
@@ -1228,7 +1255,7 @@
|
|
|
1228
1255
|
font-weight: normal;
|
|
1229
1256
|
height: 24px;
|
|
1230
1257
|
line-height: 0.9em;
|
|
1231
|
-
padding:
|
|
1258
|
+
padding: 3px 8px;
|
|
1232
1259
|
text-transform: none;
|
|
1233
1260
|
vertical-align: bottom;
|
|
1234
1261
|
z-index: 1;
|
|
@@ -1417,7 +1444,7 @@
|
|
|
1417
1444
|
pointer-events: none;
|
|
1418
1445
|
}
|
|
1419
1446
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1420
|
-
padding:
|
|
1447
|
+
padding: 3px 8px;
|
|
1421
1448
|
width: 180px;
|
|
1422
1449
|
}
|
|
1423
1450
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
|
|
@@ -1494,6 +1521,7 @@
|
|
|
1494
1521
|
width: 18px;
|
|
1495
1522
|
}
|
|
1496
1523
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1524
|
+
margin-top: 3px;
|
|
1497
1525
|
transform: rotateX(180deg);
|
|
1498
1526
|
}
|
|
1499
1527
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1548,7 +1576,7 @@
|
|
|
1548
1576
|
width: auto;
|
|
1549
1577
|
}
|
|
1550
1578
|
.e-pivotview .e-collapse::before {
|
|
1551
|
-
font-size:
|
|
1579
|
+
font-size: 20px;
|
|
1552
1580
|
}
|
|
1553
1581
|
.e-pivotview .e-expand,
|
|
1554
1582
|
.e-pivotview .e-collapse {
|
|
@@ -1669,6 +1697,12 @@
|
|
|
1669
1697
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1670
1698
|
line-height: 1em !important;
|
|
1671
1699
|
}
|
|
1700
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1701
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1702
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1703
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1704
|
+
margin-top: 2px !important;
|
|
1705
|
+
}
|
|
1672
1706
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1673
1707
|
max-width: 155px;
|
|
1674
1708
|
}
|
|
@@ -1679,6 +1713,9 @@
|
|
|
1679
1713
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1680
1714
|
max-width: 200px;
|
|
1681
1715
|
}
|
|
1716
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1717
|
+
width: 100% !important;
|
|
1718
|
+
}
|
|
1682
1719
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1683
1720
|
width: 0 !important;
|
|
1684
1721
|
}
|
|
@@ -1838,6 +1875,7 @@
|
|
|
1838
1875
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1839
1876
|
font-size: 14px !important;
|
|
1840
1877
|
height: 20px;
|
|
1878
|
+
margin-top: 2px;
|
|
1841
1879
|
width: 20px;
|
|
1842
1880
|
}
|
|
1843
1881
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1933,8 +1971,9 @@
|
|
|
1933
1971
|
}
|
|
1934
1972
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1935
1973
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1936
|
-
margin: -
|
|
1974
|
+
margin: -15px -8px !important;
|
|
1937
1975
|
font-size: 12px !important;
|
|
1976
|
+
padding-top: 28px;
|
|
1938
1977
|
}
|
|
1939
1978
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1940
1979
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -2011,7 +2050,7 @@
|
|
|
2011
2050
|
}
|
|
2012
2051
|
.e-bigger .e-pivotview .e-collapse::before,
|
|
2013
2052
|
.e-bigger.e-pivotview .e-collapse::before {
|
|
2014
|
-
font-size:
|
|
2053
|
+
font-size: 24px;
|
|
2015
2054
|
}
|
|
2016
2055
|
|
|
2017
2056
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -2337,7 +2376,6 @@
|
|
|
2337
2376
|
|
|
2338
2377
|
.e-pivot-formatting-dialog {
|
|
2339
2378
|
max-height: 480px !important;
|
|
2340
|
-
min-width: 628px !important;
|
|
2341
2379
|
width: 628px !important;
|
|
2342
2380
|
}
|
|
2343
2381
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -2352,6 +2390,7 @@
|
|
|
2352
2390
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2353
2391
|
padding-bottom: 14px;
|
|
2354
2392
|
padding-right: 18px;
|
|
2393
|
+
white-space: nowrap;
|
|
2355
2394
|
padding-right: 8px;
|
|
2356
2395
|
}
|
|
2357
2396
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
@@ -2450,6 +2489,9 @@
|
|
|
2450
2489
|
min-width: 320px !important;
|
|
2451
2490
|
width: 100% !important;
|
|
2452
2491
|
}
|
|
2492
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2493
|
+
width: 100% !important;
|
|
2494
|
+
}
|
|
2453
2495
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2454
2496
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
2455
2497
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -2494,7 +2536,6 @@
|
|
|
2494
2536
|
|
|
2495
2537
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2496
2538
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2497
|
-
min-width: 680px !important;
|
|
2498
2539
|
width: 680px !important;
|
|
2499
2540
|
}
|
|
2500
2541
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -2891,7 +2932,7 @@
|
|
|
2891
2932
|
|
|
2892
2933
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2893
2934
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2894
|
-
max-height:
|
|
2935
|
+
max-height: 600px !important;
|
|
2895
2936
|
min-width: 401px !important;
|
|
2896
2937
|
}
|
|
2897
2938
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -2939,7 +2980,7 @@
|
|
|
2939
2980
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2940
2981
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2941
2982
|
max-height: 750px !important;
|
|
2942
|
-
min-width: 580px;
|
|
2983
|
+
min-width: 580px !important;
|
|
2943
2984
|
}
|
|
2944
2985
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2945
2986
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -4387,7 +4428,7 @@
|
|
|
4387
4428
|
height: 261px;
|
|
4388
4429
|
}
|
|
4389
4430
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4390
|
-
height: 540px;
|
|
4431
|
+
min-height: 540px;
|
|
4391
4432
|
}
|
|
4392
4433
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4393
4434
|
height: 369px;
|
|
@@ -4579,6 +4620,11 @@
|
|
|
4579
4620
|
background-color: transparent;
|
|
4580
4621
|
color: #495057;
|
|
4581
4622
|
}
|
|
4623
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4624
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4625
|
+
height: 210px;
|
|
4626
|
+
overflow: auto;
|
|
4627
|
+
}
|
|
4582
4628
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4583
4629
|
display: -ms-flexbox;
|
|
4584
4630
|
display: flex;
|
|
@@ -5491,8 +5537,8 @@
|
|
|
5491
5537
|
}
|
|
5492
5538
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5493
5539
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5494
|
-
height: 565px !important;
|
|
5495
5540
|
max-height: 600px !important;
|
|
5541
|
+
min-height: 580px !important;
|
|
5496
5542
|
}
|
|
5497
5543
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5498
5544
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -5509,4 +5555,8 @@
|
|
|
5509
5555
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5510
5556
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5511
5557
|
height: 165px !important;
|
|
5558
|
+
}
|
|
5559
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5560
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5561
|
+
max-height: 187px;
|
|
5512
5562
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -965,7 +965,6 @@
|
|
|
965
965
|
}
|
|
966
966
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
967
967
|
font-size: 12px !important;
|
|
968
|
-
padding: 3px 4px 4px 4px !important;
|
|
969
968
|
}
|
|
970
969
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
971
970
|
margin: -10px 0 !important;
|
|
@@ -1005,11 +1004,6 @@
|
|
|
1005
1004
|
.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
1006
1005
|
visibility: hidden !important;
|
|
1007
1006
|
}
|
|
1008
|
-
.e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1009
|
-
.e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1010
|
-
text-overflow: ellipsis;
|
|
1011
|
-
white-space: nowrap;
|
|
1012
|
-
}
|
|
1013
1007
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1014
1008
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1015
1009
|
padding-left: 8px !important;
|
|
@@ -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 {
|
|
@@ -1643,6 +1638,12 @@
|
|
|
1643
1638
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1644
1639
|
line-height: 1em !important;
|
|
1645
1640
|
}
|
|
1641
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1642
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1643
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1644
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1645
|
+
margin-top: 2px !important;
|
|
1646
|
+
}
|
|
1646
1647
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1647
1648
|
max-width: 155px;
|
|
1648
1649
|
}
|
|
@@ -1653,6 +1654,9 @@
|
|
|
1653
1654
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1654
1655
|
max-width: 200px;
|
|
1655
1656
|
}
|
|
1657
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1658
|
+
width: 100% !important;
|
|
1659
|
+
}
|
|
1656
1660
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1657
1661
|
width: 0 !important;
|
|
1658
1662
|
}
|
|
@@ -1812,6 +1816,7 @@
|
|
|
1812
1816
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1813
1817
|
font-size: 14px !important;
|
|
1814
1818
|
height: 20px;
|
|
1819
|
+
margin-top: 1px;
|
|
1815
1820
|
width: 20px;
|
|
1816
1821
|
}
|
|
1817
1822
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1895,7 +1900,7 @@
|
|
|
1895
1900
|
}
|
|
1896
1901
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1897
1902
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1898
|
-
margin: -
|
|
1903
|
+
margin: -18px -5px !important;
|
|
1899
1904
|
}
|
|
1900
1905
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1901
1906
|
.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: 645px !important;
|
|
2296
2300
|
width: 645px !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: 706px !important;
|
|
2447
2454
|
width: 706px !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: #dadada;
|
|
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: 570px !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: 164px;
|
|
5421
5437
|
}
|
package/styles/fabric.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;
|
|
@@ -1469,6 +1463,7 @@
|
|
|
1469
1463
|
width: 18px;
|
|
1470
1464
|
}
|
|
1471
1465
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1466
|
+
margin-top: 3px;
|
|
1472
1467
|
transform: rotateX(180deg);
|
|
1473
1468
|
}
|
|
1474
1469
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1641,6 +1636,12 @@
|
|
|
1641
1636
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
1642
1637
|
line-height: 1em !important;
|
|
1643
1638
|
}
|
|
1639
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
1640
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
1641
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
1642
|
+
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
1643
|
+
margin-top: 2px !important;
|
|
1644
|
+
}
|
|
1644
1645
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
1645
1646
|
max-width: 155px;
|
|
1646
1647
|
}
|
|
@@ -1651,6 +1652,9 @@
|
|
|
1651
1652
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
1652
1653
|
max-width: 200px;
|
|
1653
1654
|
}
|
|
1655
|
+
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
1656
|
+
width: 100% !important;
|
|
1657
|
+
}
|
|
1654
1658
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
|
|
1655
1659
|
width: 0 !important;
|
|
1656
1660
|
}
|
|
@@ -1810,6 +1814,7 @@
|
|
|
1810
1814
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1811
1815
|
font-size: 14px !important;
|
|
1812
1816
|
height: 20px;
|
|
1817
|
+
margin-top: 1px;
|
|
1813
1818
|
width: 20px;
|
|
1814
1819
|
}
|
|
1815
1820
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -1893,7 +1898,7 @@
|
|
|
1893
1898
|
}
|
|
1894
1899
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
1895
1900
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
1896
|
-
margin: -
|
|
1901
|
+
margin: -18px -5px !important;
|
|
1897
1902
|
}
|
|
1898
1903
|
.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1899
1904
|
.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
|
|
@@ -2289,7 +2294,6 @@
|
|
|
2289
2294
|
|
|
2290
2295
|
.e-pivot-formatting-dialog {
|
|
2291
2296
|
max-height: 480px !important;
|
|
2292
|
-
min-width: 645px !important;
|
|
2293
2297
|
width: 645px !important;
|
|
2294
2298
|
}
|
|
2295
2299
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
@@ -2304,6 +2308,7 @@
|
|
|
2304
2308
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
|
|
2305
2309
|
padding-bottom: 14px;
|
|
2306
2310
|
padding-right: 18px;
|
|
2311
|
+
white-space: nowrap;
|
|
2307
2312
|
}
|
|
2308
2313
|
.e-pivot-formatting-dialog .e-format-value-span {
|
|
2309
2314
|
vertical-align: bottom;
|
|
@@ -2396,6 +2401,9 @@
|
|
|
2396
2401
|
min-width: 320px !important;
|
|
2397
2402
|
width: 100% !important;
|
|
2398
2403
|
}
|
|
2404
|
+
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
2405
|
+
width: 100% !important;
|
|
2406
|
+
}
|
|
2399
2407
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
2400
2408
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
2401
2409
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -2440,7 +2448,6 @@
|
|
|
2440
2448
|
|
|
2441
2449
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2442
2450
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2443
|
-
min-width: 706px !important;
|
|
2444
2451
|
width: 706px !important;
|
|
2445
2452
|
}
|
|
2446
2453
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
@@ -2832,7 +2839,7 @@
|
|
|
2832
2839
|
|
|
2833
2840
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
2834
2841
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
2835
|
-
max-height:
|
|
2842
|
+
max-height: 600px !important;
|
|
2836
2843
|
min-width: 401px !important;
|
|
2837
2844
|
}
|
|
2838
2845
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
@@ -2875,7 +2882,7 @@
|
|
|
2875
2882
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
2876
2883
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
2877
2884
|
max-height: 750px !important;
|
|
2878
|
-
min-width: 580px;
|
|
2885
|
+
min-width: 580px !important;
|
|
2879
2886
|
}
|
|
2880
2887
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
2881
2888
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -4300,7 +4307,7 @@
|
|
|
4300
4307
|
height: 261px;
|
|
4301
4308
|
}
|
|
4302
4309
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
4303
|
-
height: 540px;
|
|
4310
|
+
min-height: 540px;
|
|
4304
4311
|
}
|
|
4305
4312
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
4306
4313
|
height: 369px;
|
|
@@ -4492,6 +4499,11 @@
|
|
|
4492
4499
|
background-color: transparent;
|
|
4493
4500
|
color: #333;
|
|
4494
4501
|
}
|
|
4502
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
4503
|
+
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
4504
|
+
height: 210px;
|
|
4505
|
+
overflow: auto;
|
|
4506
|
+
}
|
|
4495
4507
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
4496
4508
|
display: -ms-flexbox;
|
|
4497
4509
|
display: flex;
|
|
@@ -5397,8 +5409,8 @@
|
|
|
5397
5409
|
}
|
|
5398
5410
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
|
|
5399
5411
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5400
|
-
height: 565px !important;
|
|
5401
5412
|
max-height: 600px !important;
|
|
5413
|
+
min-height: 575px !important;
|
|
5402
5414
|
}
|
|
5403
5415
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
|
|
5404
5416
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
@@ -5415,4 +5427,8 @@
|
|
|
5415
5427
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
5416
5428
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
5417
5429
|
height: 165px !important;
|
|
5430
|
+
}
|
|
5431
|
+
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
5432
|
+
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
5433
|
+
max-height: 166px;
|
|
5418
5434
|
}
|