@syncfusion/ej2-vue-pivotview 19.3.53 → 19.4.40
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/CHANGELOG.md +26 -26
- package/README.md +1 -1
- package/dist/ej2-vue-pivotview.umd.min.js +10 -1
- package/dist/es6/ej2-vue-pivotview.es2015.js +2 -2
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +2 -2
- package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +8 -8
- package/src/pivotfieldlist/pivotfieldlist.component.js +1 -1
- package/src/pivotview/pivotview.component.js +1 -1
- package/styles/bootstrap-dark.css +115 -104
- package/styles/bootstrap.css +115 -104
- package/styles/bootstrap4.css +114 -81
- package/styles/bootstrap5-dark.css +220 -168
- package/styles/bootstrap5.css +215 -161
- package/styles/fabric-dark.css +117 -103
- package/styles/fabric.css +115 -102
- package/styles/highcontrast-light.css +116 -102
- package/styles/highcontrast.css +118 -104
- package/styles/material-dark.css +108 -97
- package/styles/material.css +108 -97
- package/styles/pivotfieldlist/bootstrap-dark.css +49 -58
- package/styles/pivotfieldlist/bootstrap.css +49 -58
- package/styles/pivotfieldlist/bootstrap4.css +44 -39
- package/styles/pivotfieldlist/bootstrap5-dark.css +115 -89
- package/styles/pivotfieldlist/bootstrap5.css +115 -89
- package/styles/pivotfieldlist/fabric-dark.css +49 -58
- package/styles/pivotfieldlist/fabric.css +49 -58
- package/styles/pivotfieldlist/highcontrast-light.css +49 -58
- package/styles/pivotfieldlist/highcontrast.css +49 -58
- package/styles/pivotfieldlist/material-dark.css +44 -53
- package/styles/pivotfieldlist/material.css +44 -53
- package/styles/pivotfieldlist/tailwind-dark.css +138 -81
- package/styles/pivotfieldlist/tailwind.css +140 -83
- package/styles/pivotview/bootstrap-dark.css +66 -46
- package/styles/pivotview/bootstrap.css +66 -46
- package/styles/pivotview/bootstrap4.css +70 -42
- package/styles/pivotview/bootstrap5-dark.css +99 -73
- package/styles/pivotview/bootstrap5.css +100 -72
- package/styles/pivotview/fabric-dark.css +68 -45
- package/styles/pivotview/fabric.css +66 -44
- package/styles/pivotview/highcontrast-light.css +67 -44
- package/styles/pivotview/highcontrast.css +69 -46
- package/styles/pivotview/material-dark.css +64 -44
- package/styles/pivotview/material.css +64 -44
- package/styles/pivotview/tailwind-dark.css +106 -58
- package/styles/pivotview/tailwind.css +107 -57
- package/styles/tailwind-dark.css +250 -145
- package/styles/tailwind.css +247 -140
package/styles/bootstrap4.css
CHANGED
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.e-pivotview .e-pv-filtered::before {
|
|
26
|
-
content: '\e775';
|
|
27
26
|
color: #007bff;
|
|
27
|
+
content: '\e775';
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.e-pivotview .e-remove::before {
|
|
@@ -185,17 +185,18 @@
|
|
|
185
185
|
.e-pivotview .e-group-field-settings {
|
|
186
186
|
max-height: 450px !important;
|
|
187
187
|
border-radius: 4px;
|
|
188
|
-
max-width: 400px;
|
|
189
|
-
width: auto;
|
|
188
|
+
max-width: 400px !important;
|
|
189
|
+
width: auto !important;
|
|
190
190
|
}
|
|
191
191
|
|
|
192
192
|
.e-pivotview .e-pivot-format-dialog {
|
|
193
193
|
border-radius: 4px;
|
|
194
|
-
max-width: 400px;
|
|
195
|
-
width: auto;
|
|
194
|
+
max-width: 400px !important;
|
|
195
|
+
width: auto !important;
|
|
196
196
|
}
|
|
197
197
|
|
|
198
|
-
.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
198
|
+
.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
199
|
+
.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
199
200
|
display: -ms-flexbox;
|
|
200
201
|
display: flex;
|
|
201
202
|
}
|
|
@@ -210,9 +211,9 @@
|
|
|
210
211
|
.e-pivotview .e-value-field-settings .e-field-name-content {
|
|
211
212
|
-ms-flex: auto;
|
|
212
213
|
flex: auto;
|
|
213
|
-
width: 100%;
|
|
214
214
|
font-size: 13px;
|
|
215
215
|
font-weight: 500;
|
|
216
|
+
width: 100%;
|
|
216
217
|
}
|
|
217
218
|
|
|
218
219
|
.e-pivotview .e-value-field-settings .e-caption-input-wrapper,
|
|
@@ -476,7 +477,6 @@
|
|
|
476
477
|
|
|
477
478
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
|
|
478
479
|
float: left;
|
|
479
|
-
margin-left: -10px;
|
|
480
480
|
margin: 0;
|
|
481
481
|
}
|
|
482
482
|
|
|
@@ -523,7 +523,6 @@
|
|
|
523
523
|
|
|
524
524
|
.e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
525
525
|
float: right;
|
|
526
|
-
margin-right: -10px;
|
|
527
526
|
margin: 0;
|
|
528
527
|
}
|
|
529
528
|
|
|
@@ -591,9 +590,9 @@
|
|
|
591
590
|
.e-pivotview .e-member-editor-dialog .e-footer-content,
|
|
592
591
|
.e-pivotview .e-pivot-format-dialog .e-footer-content,
|
|
593
592
|
.e-pivotview .e-group-field-settings .e-footer-content {
|
|
594
|
-
border-radius: 4px;
|
|
595
593
|
border-top-left-radius: 0;
|
|
596
594
|
border-top-right-radius: 0;
|
|
595
|
+
border-radius: 4px;
|
|
597
596
|
padding-bottom: 8px;
|
|
598
597
|
padding-top: 8px;
|
|
599
598
|
}
|
|
@@ -658,7 +657,7 @@
|
|
|
658
657
|
}
|
|
659
658
|
|
|
660
659
|
.e-pivotview .e-pivotchart-type-dialog {
|
|
661
|
-
max-width: 350px;
|
|
660
|
+
max-width: 350px !important;
|
|
662
661
|
max-height: 380px !important;
|
|
663
662
|
}
|
|
664
663
|
|
|
@@ -690,8 +689,8 @@
|
|
|
690
689
|
}
|
|
691
690
|
|
|
692
691
|
.e-pivotview .e-pivot-format-dialog {
|
|
693
|
-
max-height:
|
|
694
|
-
max-width: 350px;
|
|
692
|
+
max-height: 550px !important;
|
|
693
|
+
max-width: 350px !important;
|
|
695
694
|
}
|
|
696
695
|
|
|
697
696
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
@@ -715,6 +714,7 @@
|
|
|
715
714
|
}
|
|
716
715
|
|
|
717
716
|
.e-pivotview .e-pivot-toolbar {
|
|
717
|
+
background: #f2f4f6;
|
|
718
718
|
border-bottom: 0;
|
|
719
719
|
border-style: solid;
|
|
720
720
|
border-top: 1px solid #dee2e6;
|
|
@@ -722,6 +722,10 @@
|
|
|
722
722
|
border-right: 1px solid #dee2e6;
|
|
723
723
|
}
|
|
724
724
|
|
|
725
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
726
|
+
background: #f2f4f6;
|
|
727
|
+
}
|
|
728
|
+
|
|
725
729
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
726
730
|
font-size: 16px;
|
|
727
731
|
}
|
|
@@ -810,7 +814,7 @@
|
|
|
810
814
|
}
|
|
811
815
|
|
|
812
816
|
.e-pivotview-report-dialog {
|
|
813
|
-
max-width: 350px;
|
|
817
|
+
max-width: 350px !important;
|
|
814
818
|
}
|
|
815
819
|
|
|
816
820
|
.e-mdx-query-content {
|
|
@@ -826,7 +830,7 @@
|
|
|
826
830
|
}
|
|
827
831
|
|
|
828
832
|
.e-pivotview-mdx-dialog {
|
|
829
|
-
max-width: 500px;
|
|
833
|
+
max-width: 500px !important;
|
|
830
834
|
}
|
|
831
835
|
|
|
832
836
|
.e-report-outer {
|
|
@@ -879,7 +883,6 @@
|
|
|
879
883
|
|
|
880
884
|
.e-drillthrough-dialog .e-drillthrough-body-header-value {
|
|
881
885
|
color: #212529;
|
|
882
|
-
margin-left: 10px;
|
|
883
886
|
margin-right: 20px;
|
|
884
887
|
}
|
|
885
888
|
|
|
@@ -1063,7 +1066,8 @@
|
|
|
1063
1066
|
padding-top: 0;
|
|
1064
1067
|
}
|
|
1065
1068
|
|
|
1066
|
-
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
1069
|
+
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
1070
|
+
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-container,
|
|
1067
1071
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
1068
1072
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
1069
1073
|
display: -ms-flexbox;
|
|
@@ -1075,7 +1079,6 @@
|
|
|
1075
1079
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-title,
|
|
1076
1080
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-content {
|
|
1077
1081
|
font-size: 14px;
|
|
1078
|
-
font-size: 13px;
|
|
1079
1082
|
font-weight: 500;
|
|
1080
1083
|
}
|
|
1081
1084
|
|
|
@@ -1196,12 +1199,12 @@
|
|
|
1196
1199
|
}
|
|
1197
1200
|
|
|
1198
1201
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
1199
|
-
margin-left:
|
|
1202
|
+
margin-left: 0;
|
|
1200
1203
|
}
|
|
1201
1204
|
|
|
1202
1205
|
.e-pivotview .e-member-editor-dialog .e-rtl.e-toolbar .e-toolbar-items {
|
|
1203
1206
|
margin-left: 0;
|
|
1204
|
-
margin-right:
|
|
1207
|
+
margin-right: 0;
|
|
1205
1208
|
}
|
|
1206
1209
|
|
|
1207
1210
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
@@ -1274,19 +1277,15 @@
|
|
|
1274
1277
|
|
|
1275
1278
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1276
1279
|
margin: 0px !important;
|
|
1277
|
-
padding
|
|
1278
|
-
padding-
|
|
1279
|
-
padding:
|
|
1280
|
+
padding: 2px 4px !important;
|
|
1281
|
+
padding-bottom: 3px !important;
|
|
1282
|
+
padding-top: 3px !important;
|
|
1280
1283
|
}
|
|
1281
1284
|
|
|
1282
1285
|
.e-pivotview .e-pivotchart > svg, .e-pivotview .e-pivotchart-inner > svg {
|
|
1283
1286
|
border: 1px solid #dee2e6;
|
|
1284
1287
|
}
|
|
1285
1288
|
|
|
1286
|
-
.e-pivotview .e-pivotchart.e-ltr {
|
|
1287
|
-
direction: ltr;
|
|
1288
|
-
}
|
|
1289
|
-
|
|
1290
1289
|
.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1291
1290
|
.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
1292
1291
|
margin: -30px -15px !important;
|
|
@@ -1315,11 +1314,27 @@
|
|
|
1315
1314
|
color: #495057 !important;
|
|
1316
1315
|
}
|
|
1317
1316
|
|
|
1317
|
+
.e-pivotview .sf-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1318
|
+
.e-pivotview .sf-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1319
|
+
text-overflow: ellipsis;
|
|
1320
|
+
white-space: nowrap;
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1318
1323
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1319
1324
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1320
1325
|
padding-left: 8px !important;
|
|
1321
1326
|
}
|
|
1322
1327
|
|
|
1328
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1329
|
+
.e-pivotview .sf-grid .e-columnsheader {
|
|
1330
|
+
padding-right: 8px !important;
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1333
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1334
|
+
.e-pivotview .sf-grid .e-stackedheadercelldiv {
|
|
1335
|
+
line-height: normal;
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1323
1338
|
.e-pivotview .e-frozenheader > .e-table,
|
|
1324
1339
|
.e-pivotview .e-frozencontent > .e-table {
|
|
1325
1340
|
border-left-color: #dee2e6 !important;
|
|
@@ -1328,14 +1343,14 @@
|
|
|
1328
1343
|
border-right-width: 1px;
|
|
1329
1344
|
}
|
|
1330
1345
|
|
|
1331
|
-
.e-pivotview .e-stackedheadercelldiv
|
|
1332
|
-
|
|
1333
|
-
margin-top: 5px;
|
|
1346
|
+
.e-pivotview .e-stackedheadercelldiv {
|
|
1347
|
+
display: block;
|
|
1334
1348
|
}
|
|
1335
1349
|
|
|
1336
|
-
.e-pivotview .e-stackedheadertext.e-cellvalue
|
|
1337
|
-
|
|
1350
|
+
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1351
|
+
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1338
1352
|
padding-left: 8px !important;
|
|
1353
|
+
margin-top: 5px;
|
|
1339
1354
|
}
|
|
1340
1355
|
|
|
1341
1356
|
.e-pivotview .e-headercelldiv.e-cellvalue {
|
|
@@ -1347,6 +1362,7 @@
|
|
|
1347
1362
|
}
|
|
1348
1363
|
|
|
1349
1364
|
.e-pivotview .e-stackedheadercelldiv,
|
|
1365
|
+
.e-pivotview .e-stackedheadertext,
|
|
1350
1366
|
.e-pivotview .e-headertext,
|
|
1351
1367
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
1352
1368
|
color: #212529;
|
|
@@ -1355,6 +1371,7 @@
|
|
|
1355
1371
|
}
|
|
1356
1372
|
|
|
1357
1373
|
.e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell,
|
|
1374
|
+
.e-pivotview .e-stackedheadertext .e-hyperlinkcell,
|
|
1358
1375
|
.e-pivotview .e-headertext .e-hyperlinkcell,
|
|
1359
1376
|
.e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell {
|
|
1360
1377
|
cursor: pointer;
|
|
@@ -1456,7 +1473,6 @@
|
|
|
1456
1473
|
.e-pivotview .e-group-rows,
|
|
1457
1474
|
.e-pivotview .e-group-all-fields {
|
|
1458
1475
|
background: #f2f4f6;
|
|
1459
|
-
vertical-align: top;
|
|
1460
1476
|
display: inline-table;
|
|
1461
1477
|
-ms-flex: auto;
|
|
1462
1478
|
flex: auto;
|
|
@@ -1465,6 +1481,7 @@
|
|
|
1465
1481
|
overflow: hidden;
|
|
1466
1482
|
padding-left: 8px;
|
|
1467
1483
|
scroll-behavior: smooth;
|
|
1484
|
+
vertical-align: top;
|
|
1468
1485
|
}
|
|
1469
1486
|
|
|
1470
1487
|
.e-pivotview .e-group-values.e-drag-restrict,
|
|
@@ -1565,7 +1582,7 @@
|
|
|
1565
1582
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filtered,
|
|
1566
1583
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-remove,
|
|
1567
1584
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-edit {
|
|
1568
|
-
color: #fff
|
|
1585
|
+
color: #fff;
|
|
1569
1586
|
}
|
|
1570
1587
|
|
|
1571
1588
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused,
|
|
@@ -1589,7 +1606,7 @@
|
|
|
1589
1606
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filtered,
|
|
1590
1607
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-remove,
|
|
1591
1608
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-edit {
|
|
1592
|
-
color: #fff
|
|
1609
|
+
color: #fff;
|
|
1593
1610
|
}
|
|
1594
1611
|
|
|
1595
1612
|
.e-pivotview .e-grouping-bar .e-pivot-button:focus, .e-pivotview .e-grouping-bar .e-pivot-button:active,
|
|
@@ -1625,7 +1642,7 @@
|
|
|
1625
1642
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filtered,
|
|
1626
1643
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-remove,
|
|
1627
1644
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
|
|
1628
|
-
color: #fff
|
|
1645
|
+
color: #fff;
|
|
1629
1646
|
}
|
|
1630
1647
|
|
|
1631
1648
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-content,
|
|
@@ -1649,7 +1666,7 @@
|
|
|
1649
1666
|
|
|
1650
1667
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
|
|
1651
1668
|
.e-pivotview .e-group-rows .e-pivot-button .e-draggable {
|
|
1652
|
-
height: initial;
|
|
1669
|
+
height: initial !important;
|
|
1653
1670
|
}
|
|
1654
1671
|
|
|
1655
1672
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
|
|
@@ -1669,7 +1686,7 @@
|
|
|
1669
1686
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1670
1687
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1671
1688
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit {
|
|
1672
|
-
color: rgba(255, 255, 255, 0.8)
|
|
1689
|
+
color: rgba(255, 255, 255, 0.8);
|
|
1673
1690
|
cursor: pointer;
|
|
1674
1691
|
display: inline-block;
|
|
1675
1692
|
font-size: 10px;
|
|
@@ -1691,7 +1708,7 @@
|
|
|
1691
1708
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered:hover,
|
|
1692
1709
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove:hover,
|
|
1693
1710
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit:hover {
|
|
1694
|
-
color: #fff
|
|
1711
|
+
color: #fff;
|
|
1695
1712
|
}
|
|
1696
1713
|
|
|
1697
1714
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-disable,
|
|
@@ -1916,7 +1933,7 @@
|
|
|
1916
1933
|
padding-bottom: 7px;
|
|
1917
1934
|
}
|
|
1918
1935
|
|
|
1919
|
-
.e-pivotview .e-icons:not(.e-frame) {
|
|
1936
|
+
.e-pivotview .e-icons:not(.e-frame):not(.e-btn-icon):not(.e-sort):not(.e-dropdown-icon):not(.e-pv-filter):not(.e-pv-filtered):not(.e-remove):not(.e-edit):not(.e-drag) {
|
|
1920
1937
|
height: auto;
|
|
1921
1938
|
width: auto;
|
|
1922
1939
|
}
|
|
@@ -1940,7 +1957,7 @@
|
|
|
1940
1957
|
float: left;
|
|
1941
1958
|
font-size: 13px !important;
|
|
1942
1959
|
margin-left: 0px;
|
|
1943
|
-
margin-top:
|
|
1960
|
+
margin-top: 4px;
|
|
1944
1961
|
}
|
|
1945
1962
|
|
|
1946
1963
|
.e-pivotview .e-expand::before {
|
|
@@ -2143,7 +2160,7 @@
|
|
|
2143
2160
|
}
|
|
2144
2161
|
|
|
2145
2162
|
.e-pivottooltip {
|
|
2146
|
-
border-radius:
|
|
2163
|
+
border-radius: 4px;
|
|
2147
2164
|
padding: 3px 2px;
|
|
2148
2165
|
}
|
|
2149
2166
|
|
|
@@ -2226,15 +2243,24 @@
|
|
|
2226
2243
|
}
|
|
2227
2244
|
|
|
2228
2245
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2246
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2229
2247
|
.e-bigger .e-pivotview .e-headertext,
|
|
2230
2248
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2231
2249
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2250
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2232
2251
|
.e-bigger.e-pivotview .e-headertext,
|
|
2233
2252
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2234
2253
|
font-size: 13px !important;
|
|
2235
2254
|
font-size: 13px !important;
|
|
2236
2255
|
}
|
|
2237
2256
|
|
|
2257
|
+
.e-bigger .e-pivotview th .e-expand,
|
|
2258
|
+
.e-bigger .e-pivotview th .e-collapse,
|
|
2259
|
+
.e-bigger.e-pivotview th .e-expand,
|
|
2260
|
+
.e-bigger.e-pivotview th .e-collapse {
|
|
2261
|
+
margin-top: 4px;
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2238
2264
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
2239
2265
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
2240
2266
|
height: 36px !important;
|
|
@@ -2441,9 +2467,11 @@
|
|
|
2441
2467
|
}
|
|
2442
2468
|
|
|
2443
2469
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2470
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2444
2471
|
.e-bigger .e-pivotview .e-headertext,
|
|
2445
2472
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2446
2473
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2474
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2447
2475
|
.e-bigger.e-pivotview .e-headertext,
|
|
2448
2476
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2449
2477
|
color: #212529 !important;
|
|
@@ -3017,6 +3045,18 @@
|
|
|
3017
3045
|
width: 14px;
|
|
3018
3046
|
}
|
|
3019
3047
|
|
|
3048
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
|
|
3049
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn {
|
|
3050
|
+
pointer-events: none;
|
|
3051
|
+
}
|
|
3052
|
+
|
|
3053
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color,
|
|
3054
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color {
|
|
3055
|
+
background: none;
|
|
3056
|
+
margin: 0 2px;
|
|
3057
|
+
width: 14px;
|
|
3058
|
+
}
|
|
3059
|
+
|
|
3020
3060
|
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-btn.e-icon-btn,
|
|
3021
3061
|
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-btn.e-icon-btn {
|
|
3022
3062
|
padding: 4px 5px;
|
|
@@ -3185,6 +3225,7 @@
|
|
|
3185
3225
|
.e-pivot-calc-dialog-div .e-olap-member-title {
|
|
3186
3226
|
color: #212529;
|
|
3187
3227
|
font-size: 13px;
|
|
3228
|
+
margin-bottom: 4px;
|
|
3188
3229
|
margin-top: 15px;
|
|
3189
3230
|
overflow: hidden;
|
|
3190
3231
|
padding: 4px 0;
|
|
@@ -3213,6 +3254,10 @@
|
|
|
3213
3254
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
3214
3255
|
}
|
|
3215
3256
|
|
|
3257
|
+
.e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
|
|
3258
|
+
color: #495057;
|
|
3259
|
+
}
|
|
3260
|
+
|
|
3216
3261
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3217
3262
|
color: #495057;
|
|
3218
3263
|
margin: 0;
|
|
@@ -3249,6 +3294,10 @@
|
|
|
3249
3294
|
width: 24px;
|
|
3250
3295
|
}
|
|
3251
3296
|
|
|
3297
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
|
|
3298
|
+
color: #adb5bd;
|
|
3299
|
+
}
|
|
3300
|
+
|
|
3252
3301
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3253
3302
|
color: #adb5bd;
|
|
3254
3303
|
cursor: move;
|
|
@@ -3256,7 +3305,6 @@
|
|
|
3256
3305
|
font-size: 14px;
|
|
3257
3306
|
height: 24px;
|
|
3258
3307
|
margin-right: 4px;
|
|
3259
|
-
margin-top: 4px;
|
|
3260
3308
|
padding: 5px;
|
|
3261
3309
|
pointer-events: auto;
|
|
3262
3310
|
width: 24px;
|
|
@@ -3339,7 +3387,6 @@
|
|
|
3339
3387
|
color: #212529;
|
|
3340
3388
|
font-size: 13px;
|
|
3341
3389
|
height: 70px;
|
|
3342
|
-
margin-top: 5px;
|
|
3343
3390
|
padding: 5px 10px;
|
|
3344
3391
|
resize: none;
|
|
3345
3392
|
width: 100%;
|
|
@@ -3363,7 +3410,6 @@
|
|
|
3363
3410
|
border: 1px solid #ced4da;
|
|
3364
3411
|
border-radius: 4px;
|
|
3365
3412
|
height: 120px;
|
|
3366
|
-
margin-top: 5px;
|
|
3367
3413
|
overflow: auto;
|
|
3368
3414
|
}
|
|
3369
3415
|
|
|
@@ -3655,8 +3701,8 @@
|
|
|
3655
3701
|
|
|
3656
3702
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,
|
|
3657
3703
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog {
|
|
3658
|
-
max-width: 400px;
|
|
3659
|
-
min-width: 320px;
|
|
3704
|
+
max-width: 400px !important;
|
|
3705
|
+
min-width: 320px !important;
|
|
3660
3706
|
}
|
|
3661
3707
|
|
|
3662
3708
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -3957,8 +4003,8 @@
|
|
|
3957
4003
|
}
|
|
3958
4004
|
|
|
3959
4005
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
3960
|
-
max-width: 400px;
|
|
3961
|
-
min-width: 300px;
|
|
4006
|
+
max-width: 400px !important;
|
|
4007
|
+
min-width: 300px !important;
|
|
3962
4008
|
}
|
|
3963
4009
|
|
|
3964
4010
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
|
|
@@ -4026,7 +4072,7 @@
|
|
|
4026
4072
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog,
|
|
4027
4073
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
4028
4074
|
border-radius: 4px;
|
|
4029
|
-
width: auto;
|
|
4075
|
+
width: auto !important;
|
|
4030
4076
|
}
|
|
4031
4077
|
|
|
4032
4078
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -4095,8 +4141,8 @@
|
|
|
4095
4141
|
|
|
4096
4142
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog,
|
|
4097
4143
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
4098
|
-
|
|
4099
|
-
|
|
4144
|
+
max-width: 400px !important;
|
|
4145
|
+
min-width: 320px !important;
|
|
4100
4146
|
}
|
|
4101
4147
|
|
|
4102
4148
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -4273,7 +4319,7 @@
|
|
|
4273
4319
|
}
|
|
4274
4320
|
|
|
4275
4321
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
4276
|
-
border:
|
|
4322
|
+
border: 0;
|
|
4277
4323
|
}
|
|
4278
4324
|
|
|
4279
4325
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
@@ -4403,8 +4449,8 @@
|
|
|
4403
4449
|
}
|
|
4404
4450
|
|
|
4405
4451
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
4406
|
-
max-width: 400px;
|
|
4407
|
-
min-width: 300px;
|
|
4452
|
+
max-width: 400px !important;
|
|
4453
|
+
min-width: 300px !important;
|
|
4408
4454
|
}
|
|
4409
4455
|
|
|
4410
4456
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
@@ -4472,7 +4518,7 @@
|
|
|
4472
4518
|
.e-pivotfieldlist-container .e-member-editor-dialog,
|
|
4473
4519
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
4474
4520
|
border-radius: 4px;
|
|
4475
|
-
width: auto;
|
|
4521
|
+
width: auto !important;
|
|
4476
4522
|
}
|
|
4477
4523
|
|
|
4478
4524
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -4546,6 +4592,7 @@
|
|
|
4546
4592
|
border-radius: 4px;
|
|
4547
4593
|
box-shadow: 0 2px 3px 0 black;
|
|
4548
4594
|
height: 28px;
|
|
4595
|
+
line-height: 1em;
|
|
4549
4596
|
min-width: 100px;
|
|
4550
4597
|
padding: 5px 10px;
|
|
4551
4598
|
border: 0;
|
|
@@ -4554,6 +4601,7 @@
|
|
|
4554
4601
|
|
|
4555
4602
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content,
|
|
4556
4603
|
.e-pivot-calc.e-drag-item.e-treeview .e-text-content {
|
|
4604
|
+
height: 100%;
|
|
4557
4605
|
padding: 0;
|
|
4558
4606
|
text-align: center;
|
|
4559
4607
|
width: 100%;
|
|
@@ -4675,23 +4723,8 @@
|
|
|
4675
4723
|
}
|
|
4676
4724
|
|
|
4677
4725
|
.e-pivot-error-dialog {
|
|
4678
|
-
max-width: 400px;
|
|
4679
|
-
width: auto;
|
|
4680
|
-
}
|
|
4681
|
-
|
|
4682
|
-
.e-pivot-error-dialog .e-dlg-header-content,
|
|
4683
|
-
.e-pivot-error-dialog .e-footer-content {
|
|
4684
|
-
border: 0;
|
|
4685
|
-
}
|
|
4686
|
-
|
|
4687
|
-
.e-pivot-error-dialog .e-dlg-header {
|
|
4688
|
-
font-weight: bold;
|
|
4689
|
-
opacity: 1;
|
|
4690
|
-
}
|
|
4691
|
-
|
|
4692
|
-
.e-pivot-error-dialog .e-dlg-content {
|
|
4693
|
-
font-weight: normal;
|
|
4694
|
-
opacity: 1;
|
|
4726
|
+
max-width: 400px !important;
|
|
4727
|
+
width: auto !important;
|
|
4695
4728
|
}
|
|
4696
4729
|
|
|
4697
4730
|
.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
@@ -4785,7 +4818,7 @@
|
|
|
4785
4818
|
|
|
4786
4819
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4787
4820
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4788
|
-
height: 116px
|
|
4821
|
+
height: 116px;
|
|
4789
4822
|
}
|
|
4790
4823
|
|
|
4791
4824
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -5164,8 +5197,8 @@
|
|
|
5164
5197
|
.e-pivotfieldlist-wrapper {
|
|
5165
5198
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
5166
5199
|
font-size: 14px;
|
|
5167
|
-
max-width: 700px;
|
|
5168
|
-
min-width: 300px;
|
|
5200
|
+
max-width: 700px !important;
|
|
5201
|
+
min-width: 300px !important;
|
|
5169
5202
|
}
|
|
5170
5203
|
|
|
5171
5204
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
@@ -5254,9 +5287,9 @@
|
|
|
5254
5287
|
}
|
|
5255
5288
|
|
|
5256
5289
|
.e-pivotfieldlist-wrapper .e-title-header .e-title-content {
|
|
5257
|
-
font-size: 18px;
|
|
5258
5290
|
-ms-flex: auto;
|
|
5259
5291
|
flex: auto;
|
|
5292
|
+
font-size: 18px;
|
|
5260
5293
|
}
|
|
5261
5294
|
|
|
5262
5295
|
.e-pivotfieldlist-wrapper .e-field-list-container {
|
|
@@ -5290,13 +5323,13 @@
|
|
|
5290
5323
|
font-size: 13px;
|
|
5291
5324
|
font-weight: normal;
|
|
5292
5325
|
height: 31px;
|
|
5326
|
+
line-height: 1.5em;
|
|
5293
5327
|
overflow: hidden;
|
|
5294
5328
|
padding: 7px 0 0 8px;
|
|
5295
5329
|
text-align: left;
|
|
5296
5330
|
text-overflow: ellipsis;
|
|
5297
|
-
word-break: break-all;
|
|
5298
|
-
line-height: 1.5em;
|
|
5299
5331
|
text-transform: none;
|
|
5332
|
+
word-break: break-all;
|
|
5300
5333
|
padding-left: 12px;
|
|
5301
5334
|
}
|
|
5302
5335
|
|
|
@@ -5524,8 +5557,8 @@
|
|
|
5524
5557
|
overflow: hidden;
|
|
5525
5558
|
padding: 0 8px;
|
|
5526
5559
|
text-overflow: ellipsis;
|
|
5527
|
-
width: 100%;
|
|
5528
5560
|
text-transform: none;
|
|
5561
|
+
width: 100%;
|
|
5529
5562
|
margin-top: 3px;
|
|
5530
5563
|
}
|
|
5531
5564
|
|
|
@@ -6994,8 +7027,8 @@
|
|
|
6994
7027
|
overflow: hidden;
|
|
6995
7028
|
padding: 0 8px;
|
|
6996
7029
|
text-overflow: ellipsis;
|
|
6997
|
-
width: 100%;
|
|
6998
7030
|
text-transform: none;
|
|
7031
|
+
width: 100%;
|
|
6999
7032
|
margin-top: 3px;
|
|
7000
7033
|
}
|
|
7001
7034
|
|