@syncfusion/ej2-vue-pivotview 19.3.57 → 19.4.42
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 +33 -26
- package/README.md +1 -1
- package/dist/ej2-vue-pivotview.umd.min.js +1 -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 +145 -118
- package/styles/bootstrap.css +145 -118
- package/styles/bootstrap4.css +144 -95
- package/styles/bootstrap5-dark.css +250 -182
- package/styles/bootstrap5.css +245 -175
- package/styles/fabric-dark.css +147 -117
- package/styles/fabric.css +145 -116
- package/styles/highcontrast-light.css +146 -116
- package/styles/highcontrast.css +148 -118
- package/styles/material-dark.css +138 -111
- package/styles/material.css +138 -111
- package/styles/pivotfieldlist/bootstrap-dark.css +79 -72
- package/styles/pivotfieldlist/bootstrap.css +79 -72
- package/styles/pivotfieldlist/bootstrap4.css +74 -53
- package/styles/pivotfieldlist/bootstrap5-dark.css +145 -103
- package/styles/pivotfieldlist/bootstrap5.css +145 -103
- package/styles/pivotfieldlist/fabric-dark.css +79 -72
- package/styles/pivotfieldlist/fabric.css +79 -72
- package/styles/pivotfieldlist/highcontrast-light.css +79 -72
- package/styles/pivotfieldlist/highcontrast.css +79 -72
- package/styles/pivotfieldlist/material-dark.css +74 -67
- package/styles/pivotfieldlist/material.css +74 -67
- package/styles/pivotfieldlist/tailwind-dark.css +168 -95
- package/styles/pivotfieldlist/tailwind.css +170 -97
- 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 +280 -159
- package/styles/tailwind.css +277 -154
package/styles/fabric.css
CHANGED
|
@@ -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,
|
|
@@ -298,13 +299,6 @@
|
|
|
298
299
|
font-size: 16px;
|
|
299
300
|
}
|
|
300
301
|
|
|
301
|
-
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
302
|
-
background-color: #c8c8c8;
|
|
303
|
-
border-color: #c8c8c8;
|
|
304
|
-
color: #000;
|
|
305
|
-
outline: none;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
302
|
.e-pivotview .e-member-editor-dialog .e-member-prompt {
|
|
309
303
|
padding: 15px 20px;
|
|
310
304
|
text-align: center;
|
|
@@ -445,7 +439,7 @@
|
|
|
445
439
|
|
|
446
440
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
|
|
447
441
|
float: left;
|
|
448
|
-
margin
|
|
442
|
+
margin: 0;
|
|
449
443
|
}
|
|
450
444
|
|
|
451
445
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button.e-disable {
|
|
@@ -491,7 +485,7 @@
|
|
|
491
485
|
|
|
492
486
|
.e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
493
487
|
float: right;
|
|
494
|
-
margin
|
|
488
|
+
margin: 0;
|
|
495
489
|
}
|
|
496
490
|
|
|
497
491
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul,
|
|
@@ -558,9 +552,9 @@
|
|
|
558
552
|
.e-pivotview .e-member-editor-dialog .e-footer-content,
|
|
559
553
|
.e-pivotview .e-pivot-format-dialog .e-footer-content,
|
|
560
554
|
.e-pivotview .e-group-field-settings .e-footer-content {
|
|
561
|
-
border-radius: 4px;
|
|
562
555
|
border-top-left-radius: 0;
|
|
563
556
|
border-top-right-radius: 0;
|
|
557
|
+
border-radius: 4px;
|
|
564
558
|
padding-bottom: 8px;
|
|
565
559
|
padding-top: 8px;
|
|
566
560
|
}
|
|
@@ -625,7 +619,7 @@
|
|
|
625
619
|
}
|
|
626
620
|
|
|
627
621
|
.e-pivotview .e-pivotchart-type-dialog {
|
|
628
|
-
max-width: 350px;
|
|
622
|
+
max-width: 350px !important;
|
|
629
623
|
max-height: 380px !important;
|
|
630
624
|
}
|
|
631
625
|
|
|
@@ -657,8 +651,8 @@
|
|
|
657
651
|
}
|
|
658
652
|
|
|
659
653
|
.e-pivotview .e-pivot-format-dialog {
|
|
660
|
-
max-height:
|
|
661
|
-
max-width: 350px;
|
|
654
|
+
max-height: 550px !important;
|
|
655
|
+
max-width: 350px !important;
|
|
662
656
|
}
|
|
663
657
|
|
|
664
658
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
@@ -682,6 +676,7 @@
|
|
|
682
676
|
}
|
|
683
677
|
|
|
684
678
|
.e-pivotview .e-pivot-toolbar {
|
|
679
|
+
background: #f4f4f4;
|
|
685
680
|
border-bottom: 0;
|
|
686
681
|
border-style: solid;
|
|
687
682
|
border-top: 1px solid rgba(0, 0, 0, 0.12);
|
|
@@ -689,6 +684,10 @@
|
|
|
689
684
|
border-right: 1px solid rgba(0, 0, 0, 0.12);
|
|
690
685
|
}
|
|
691
686
|
|
|
687
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
688
|
+
background: #f4f4f4;
|
|
689
|
+
}
|
|
690
|
+
|
|
692
691
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
693
692
|
font-size: 16px;
|
|
694
693
|
}
|
|
@@ -754,7 +753,7 @@
|
|
|
754
753
|
}
|
|
755
754
|
|
|
756
755
|
.e-pivotview-report-dialog {
|
|
757
|
-
max-width: 350px;
|
|
756
|
+
max-width: 350px !important;
|
|
758
757
|
}
|
|
759
758
|
|
|
760
759
|
.e-mdx-query-content {
|
|
@@ -770,7 +769,7 @@
|
|
|
770
769
|
}
|
|
771
770
|
|
|
772
771
|
.e-pivotview-mdx-dialog {
|
|
773
|
-
max-width: 500px;
|
|
772
|
+
max-width: 500px !important;
|
|
774
773
|
}
|
|
775
774
|
|
|
776
775
|
.e-report-outer {
|
|
@@ -823,7 +822,6 @@
|
|
|
823
822
|
|
|
824
823
|
.e-drillthrough-dialog .e-drillthrough-body-header-value {
|
|
825
824
|
color: #333333;
|
|
826
|
-
margin-left: 10px;
|
|
827
825
|
margin-right: 20px;
|
|
828
826
|
}
|
|
829
827
|
|
|
@@ -993,7 +991,8 @@
|
|
|
993
991
|
padding-top: 0;
|
|
994
992
|
}
|
|
995
993
|
|
|
996
|
-
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
994
|
+
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
995
|
+
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-container,
|
|
997
996
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
998
997
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
999
998
|
display: -ms-flexbox;
|
|
@@ -1005,7 +1004,6 @@
|
|
|
1005
1004
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-title,
|
|
1006
1005
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-content {
|
|
1007
1006
|
font-size: 14px;
|
|
1008
|
-
font-size: 13px;
|
|
1009
1007
|
font-weight: 500;
|
|
1010
1008
|
}
|
|
1011
1009
|
|
|
@@ -1202,18 +1200,13 @@
|
|
|
1202
1200
|
|
|
1203
1201
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1204
1202
|
margin: 0px !important;
|
|
1205
|
-
padding
|
|
1206
|
-
padding-top: 10px !important;
|
|
1203
|
+
padding: 2px 4px !important;
|
|
1207
1204
|
}
|
|
1208
1205
|
|
|
1209
1206
|
.e-pivotview .e-pivotchart > svg, .e-pivotview .e-pivotchart-inner > svg {
|
|
1210
1207
|
border: 1px solid #dadada;
|
|
1211
1208
|
}
|
|
1212
1209
|
|
|
1213
|
-
.e-pivotview .e-pivotchart.e-ltr {
|
|
1214
|
-
direction: ltr;
|
|
1215
|
-
}
|
|
1216
|
-
|
|
1217
1210
|
.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1218
1211
|
.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
1219
1212
|
margin: -17px 0 !important;
|
|
@@ -1239,11 +1232,27 @@
|
|
|
1239
1232
|
color: #666 !important;
|
|
1240
1233
|
}
|
|
1241
1234
|
|
|
1235
|
+
.e-pivotview .sf-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1236
|
+
.e-pivotview .sf-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1237
|
+
text-overflow: ellipsis;
|
|
1238
|
+
white-space: nowrap;
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1242
1241
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1243
1242
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1244
1243
|
padding-left: 8px !important;
|
|
1245
1244
|
}
|
|
1246
1245
|
|
|
1246
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1247
|
+
.e-pivotview .sf-grid .e-columnsheader {
|
|
1248
|
+
padding-right: 8px !important;
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1251
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1252
|
+
.e-pivotview .sf-grid .e-stackedheadercelldiv {
|
|
1253
|
+
line-height: normal;
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1247
1256
|
.e-pivotview .e-frozenheader > .e-table,
|
|
1248
1257
|
.e-pivotview .e-frozencontent > .e-table {
|
|
1249
1258
|
border-left-color: #dadada !important;
|
|
@@ -1252,14 +1261,14 @@
|
|
|
1252
1261
|
border-right-width: 1px;
|
|
1253
1262
|
}
|
|
1254
1263
|
|
|
1255
|
-
.e-pivotview .e-stackedheadercelldiv
|
|
1256
|
-
|
|
1257
|
-
margin-top: 5px;
|
|
1264
|
+
.e-pivotview .e-stackedheadercelldiv {
|
|
1265
|
+
display: block;
|
|
1258
1266
|
}
|
|
1259
1267
|
|
|
1260
|
-
.e-pivotview .e-stackedheadertext.e-cellvalue
|
|
1261
|
-
|
|
1268
|
+
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1269
|
+
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1262
1270
|
padding-left: 8px !important;
|
|
1271
|
+
margin-top: 5px;
|
|
1263
1272
|
}
|
|
1264
1273
|
|
|
1265
1274
|
.e-pivotview .e-stackedheadercelldiv {
|
|
@@ -1267,6 +1276,7 @@
|
|
|
1267
1276
|
}
|
|
1268
1277
|
|
|
1269
1278
|
.e-pivotview .e-stackedheadercelldiv,
|
|
1279
|
+
.e-pivotview .e-stackedheadertext,
|
|
1270
1280
|
.e-pivotview .e-headertext,
|
|
1271
1281
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
1272
1282
|
color: #333333;
|
|
@@ -1275,6 +1285,7 @@
|
|
|
1275
1285
|
}
|
|
1276
1286
|
|
|
1277
1287
|
.e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell,
|
|
1288
|
+
.e-pivotview .e-stackedheadertext .e-hyperlinkcell,
|
|
1278
1289
|
.e-pivotview .e-headertext .e-hyperlinkcell,
|
|
1279
1290
|
.e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell {
|
|
1280
1291
|
cursor: pointer;
|
|
@@ -1375,7 +1386,6 @@
|
|
|
1375
1386
|
.e-pivotview .e-group-rows,
|
|
1376
1387
|
.e-pivotview .e-group-all-fields {
|
|
1377
1388
|
background: #f4f4f4;
|
|
1378
|
-
vertical-align: top;
|
|
1379
1389
|
display: inline-table;
|
|
1380
1390
|
-ms-flex: auto;
|
|
1381
1391
|
flex: auto;
|
|
@@ -1384,6 +1394,7 @@
|
|
|
1384
1394
|
overflow: hidden;
|
|
1385
1395
|
padding-left: 8px;
|
|
1386
1396
|
scroll-behavior: smooth;
|
|
1397
|
+
vertical-align: top;
|
|
1387
1398
|
}
|
|
1388
1399
|
|
|
1389
1400
|
.e-pivotview .e-group-values.e-drag-restrict,
|
|
@@ -1479,7 +1490,7 @@
|
|
|
1479
1490
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filtered,
|
|
1480
1491
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-remove,
|
|
1481
1492
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-edit {
|
|
1482
|
-
color: #666
|
|
1493
|
+
color: #666;
|
|
1483
1494
|
}
|
|
1484
1495
|
|
|
1485
1496
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused,
|
|
@@ -1500,7 +1511,7 @@
|
|
|
1500
1511
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filtered,
|
|
1501
1512
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-remove,
|
|
1502
1513
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-edit {
|
|
1503
|
-
color: #666
|
|
1514
|
+
color: #666;
|
|
1504
1515
|
}
|
|
1505
1516
|
|
|
1506
1517
|
.e-pivotview .e-grouping-bar .e-pivot-button:focus, .e-pivotview .e-grouping-bar .e-pivot-button:active,
|
|
@@ -1533,7 +1544,7 @@
|
|
|
1533
1544
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filtered,
|
|
1534
1545
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-remove,
|
|
1535
1546
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
|
|
1536
|
-
color: #666
|
|
1547
|
+
color: #666;
|
|
1537
1548
|
}
|
|
1538
1549
|
|
|
1539
1550
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-content,
|
|
@@ -1556,7 +1567,7 @@
|
|
|
1556
1567
|
|
|
1557
1568
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
|
|
1558
1569
|
.e-pivotview .e-group-rows .e-pivot-button .e-draggable {
|
|
1559
|
-
height: initial;
|
|
1570
|
+
height: initial !important;
|
|
1560
1571
|
}
|
|
1561
1572
|
|
|
1562
1573
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
|
|
@@ -1576,7 +1587,7 @@
|
|
|
1576
1587
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1577
1588
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1578
1589
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit {
|
|
1579
|
-
color: #666
|
|
1590
|
+
color: #666;
|
|
1580
1591
|
cursor: pointer;
|
|
1581
1592
|
display: inline-block;
|
|
1582
1593
|
font-size: 12px;
|
|
@@ -1597,7 +1608,7 @@
|
|
|
1597
1608
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered:hover,
|
|
1598
1609
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove:hover,
|
|
1599
1610
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit:hover {
|
|
1600
|
-
color: #666
|
|
1611
|
+
color: #666;
|
|
1601
1612
|
}
|
|
1602
1613
|
|
|
1603
1614
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-disable,
|
|
@@ -1812,7 +1823,7 @@
|
|
|
1812
1823
|
padding-bottom: 7px;
|
|
1813
1824
|
}
|
|
1814
1825
|
|
|
1815
|
-
.e-pivotview .e-icons:not(.e-frame) {
|
|
1826
|
+
.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) {
|
|
1816
1827
|
height: auto;
|
|
1817
1828
|
width: auto;
|
|
1818
1829
|
}
|
|
@@ -2002,7 +2013,7 @@
|
|
|
2002
2013
|
}
|
|
2003
2014
|
|
|
2004
2015
|
.e-pivottooltip {
|
|
2005
|
-
border-radius:
|
|
2016
|
+
border-radius: 4px;
|
|
2006
2017
|
padding: 3px 3px;
|
|
2007
2018
|
}
|
|
2008
2019
|
|
|
@@ -2085,14 +2096,23 @@
|
|
|
2085
2096
|
}
|
|
2086
2097
|
|
|
2087
2098
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2099
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2088
2100
|
.e-bigger .e-pivotview .e-headertext,
|
|
2089
2101
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2090
2102
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2103
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2091
2104
|
.e-bigger.e-pivotview .e-headertext,
|
|
2092
2105
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2093
2106
|
font-size: 13px !important;
|
|
2094
2107
|
}
|
|
2095
2108
|
|
|
2109
|
+
.e-bigger .e-pivotview th .e-expand,
|
|
2110
|
+
.e-bigger .e-pivotview th .e-collapse,
|
|
2111
|
+
.e-bigger.e-pivotview th .e-expand,
|
|
2112
|
+
.e-bigger.e-pivotview th .e-collapse {
|
|
2113
|
+
margin-top: 7px;
|
|
2114
|
+
}
|
|
2115
|
+
|
|
2096
2116
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
2097
2117
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
2098
2118
|
height: 36px !important;
|
|
@@ -2267,9 +2287,11 @@
|
|
|
2267
2287
|
}
|
|
2268
2288
|
|
|
2269
2289
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2290
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2270
2291
|
.e-bigger .e-pivotview .e-headertext,
|
|
2271
2292
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2272
2293
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2294
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2273
2295
|
.e-bigger.e-pivotview .e-headertext,
|
|
2274
2296
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2275
2297
|
color: #333333 !important;
|
|
@@ -2834,6 +2856,18 @@
|
|
|
2834
2856
|
width: 14px;
|
|
2835
2857
|
}
|
|
2836
2858
|
|
|
2859
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
|
|
2860
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn {
|
|
2861
|
+
pointer-events: none;
|
|
2862
|
+
}
|
|
2863
|
+
|
|
2864
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color,
|
|
2865
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color {
|
|
2866
|
+
background: none;
|
|
2867
|
+
margin: 0 2px;
|
|
2868
|
+
width: 14px;
|
|
2869
|
+
}
|
|
2870
|
+
|
|
2837
2871
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2838
2872
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2839
2873
|
border: 1px solid #dadada;
|
|
@@ -2990,6 +3024,7 @@
|
|
|
2990
3024
|
.e-pivot-calc-dialog-div .e-olap-member-title {
|
|
2991
3025
|
color: #333;
|
|
2992
3026
|
font-size: 13px;
|
|
3027
|
+
margin-bottom: 4px;
|
|
2993
3028
|
margin-top: 15px;
|
|
2994
3029
|
overflow: hidden;
|
|
2995
3030
|
padding: 4px 0;
|
|
@@ -3018,6 +3053,10 @@
|
|
|
3018
3053
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
3019
3054
|
}
|
|
3020
3055
|
|
|
3056
|
+
.e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
|
|
3057
|
+
color: #333;
|
|
3058
|
+
}
|
|
3059
|
+
|
|
3021
3060
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3022
3061
|
color: #333;
|
|
3023
3062
|
margin: 0;
|
|
@@ -3054,6 +3093,10 @@
|
|
|
3054
3093
|
width: 24px;
|
|
3055
3094
|
}
|
|
3056
3095
|
|
|
3096
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
|
|
3097
|
+
color: #bdbdbd;
|
|
3098
|
+
}
|
|
3099
|
+
|
|
3057
3100
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3058
3101
|
color: #bdbdbd;
|
|
3059
3102
|
cursor: move;
|
|
@@ -3061,7 +3104,6 @@
|
|
|
3061
3104
|
font-size: 14px;
|
|
3062
3105
|
height: 24px;
|
|
3063
3106
|
margin-right: 4px;
|
|
3064
|
-
margin-top: 4px;
|
|
3065
3107
|
padding: 5px;
|
|
3066
3108
|
pointer-events: auto;
|
|
3067
3109
|
width: 24px;
|
|
@@ -3079,7 +3121,7 @@
|
|
|
3079
3121
|
|
|
3080
3122
|
.e-pivot-calc-dialog-div .e-contextmenu {
|
|
3081
3123
|
background-color: #fff;
|
|
3082
|
-
border-radius:
|
|
3124
|
+
border-radius: 0;
|
|
3083
3125
|
}
|
|
3084
3126
|
|
|
3085
3127
|
.e-pivot-calc-dialog-div .e-contextmenu .e-menu-item {
|
|
@@ -3140,11 +3182,10 @@
|
|
|
3140
3182
|
.e-pivot-calc-dialog-div .e-pivot-formula {
|
|
3141
3183
|
background-color: #fff;
|
|
3142
3184
|
border: 1px solid #d0d0d0;
|
|
3143
|
-
border-radius:
|
|
3185
|
+
border-radius: 0;
|
|
3144
3186
|
color: #333;
|
|
3145
3187
|
font-size: 13px;
|
|
3146
3188
|
height: 70px;
|
|
3147
|
-
margin-top: 5px;
|
|
3148
3189
|
padding: 5px 10px;
|
|
3149
3190
|
resize: none;
|
|
3150
3191
|
width: 100%;
|
|
@@ -3166,9 +3207,8 @@
|
|
|
3166
3207
|
.e-pivot-calc-dialog-div .e-pivot-treeview-outer {
|
|
3167
3208
|
background-color: #fff;
|
|
3168
3209
|
border: 1px solid #d0d0d0;
|
|
3169
|
-
border-radius:
|
|
3210
|
+
border-radius: 0;
|
|
3170
3211
|
height: 120px;
|
|
3171
|
-
margin-top: 5px;
|
|
3172
3212
|
overflow: auto;
|
|
3173
3213
|
}
|
|
3174
3214
|
|
|
@@ -3460,8 +3500,8 @@
|
|
|
3460
3500
|
|
|
3461
3501
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,
|
|
3462
3502
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog {
|
|
3463
|
-
max-width: 400px;
|
|
3464
|
-
min-width: 320px;
|
|
3503
|
+
max-width: 400px !important;
|
|
3504
|
+
min-width: 320px !important;
|
|
3465
3505
|
}
|
|
3466
3506
|
|
|
3467
3507
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -3581,13 +3621,6 @@
|
|
|
3581
3621
|
font-size: 16px;
|
|
3582
3622
|
}
|
|
3583
3623
|
|
|
3584
|
-
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
3585
|
-
background-color: #c8c8c8;
|
|
3586
|
-
border-color: #c8c8c8;
|
|
3587
|
-
color: #000;
|
|
3588
|
-
outline: none;
|
|
3589
|
-
}
|
|
3590
|
-
|
|
3591
3624
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-select-all-wrapper ul {
|
|
3592
3625
|
margin-left: -35px;
|
|
3593
3626
|
overflow: hidden;
|
|
@@ -3731,8 +3764,8 @@
|
|
|
3731
3764
|
}
|
|
3732
3765
|
|
|
3733
3766
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
3734
|
-
max-width: 400px;
|
|
3735
|
-
min-width: 300px;
|
|
3767
|
+
max-width: 400px !important;
|
|
3768
|
+
min-width: 300px !important;
|
|
3736
3769
|
}
|
|
3737
3770
|
|
|
3738
3771
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
|
|
@@ -3800,7 +3833,7 @@
|
|
|
3800
3833
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog,
|
|
3801
3834
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
3802
3835
|
border-radius: 0;
|
|
3803
|
-
width: auto;
|
|
3836
|
+
width: auto !important;
|
|
3804
3837
|
}
|
|
3805
3838
|
|
|
3806
3839
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -3869,8 +3902,8 @@
|
|
|
3869
3902
|
|
|
3870
3903
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog,
|
|
3871
3904
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3872
|
-
|
|
3873
|
-
|
|
3905
|
+
max-width: 400px !important;
|
|
3906
|
+
min-width: 320px !important;
|
|
3874
3907
|
}
|
|
3875
3908
|
|
|
3876
3909
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -3996,13 +4029,6 @@
|
|
|
3996
4029
|
font-size: 16px;
|
|
3997
4030
|
}
|
|
3998
4031
|
|
|
3999
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
4000
|
-
background-color: #c8c8c8;
|
|
4001
|
-
border-color: #c8c8c8;
|
|
4002
|
-
color: #000;
|
|
4003
|
-
outline: none;
|
|
4004
|
-
}
|
|
4005
|
-
|
|
4006
4032
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
|
|
4007
4033
|
margin-left: -35px;
|
|
4008
4034
|
overflow: hidden;
|
|
@@ -4017,7 +4043,7 @@
|
|
|
4017
4043
|
}
|
|
4018
4044
|
|
|
4019
4045
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
4020
|
-
border:
|
|
4046
|
+
border: 0;
|
|
4021
4047
|
}
|
|
4022
4048
|
|
|
4023
4049
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
@@ -4146,8 +4172,8 @@
|
|
|
4146
4172
|
}
|
|
4147
4173
|
|
|
4148
4174
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
4149
|
-
max-width: 400px;
|
|
4150
|
-
min-width: 300px;
|
|
4175
|
+
max-width: 400px !important;
|
|
4176
|
+
min-width: 300px !important;
|
|
4151
4177
|
}
|
|
4152
4178
|
|
|
4153
4179
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
@@ -4215,7 +4241,7 @@
|
|
|
4215
4241
|
.e-pivotfieldlist-container .e-member-editor-dialog,
|
|
4216
4242
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
4217
4243
|
border-radius: 0;
|
|
4218
|
-
width: auto;
|
|
4244
|
+
width: auto !important;
|
|
4219
4245
|
}
|
|
4220
4246
|
|
|
4221
4247
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -4289,12 +4315,14 @@
|
|
|
4289
4315
|
border-radius: 0;
|
|
4290
4316
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
|
|
4291
4317
|
height: 28px;
|
|
4318
|
+
line-height: 1em;
|
|
4292
4319
|
min-width: 100px;
|
|
4293
4320
|
padding: 5px 10px;
|
|
4294
4321
|
}
|
|
4295
4322
|
|
|
4296
4323
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content,
|
|
4297
4324
|
.e-pivot-calc.e-drag-item.e-treeview .e-text-content {
|
|
4325
|
+
height: 100%;
|
|
4298
4326
|
padding: 0;
|
|
4299
4327
|
text-align: center;
|
|
4300
4328
|
width: 100%;
|
|
@@ -4408,23 +4436,8 @@
|
|
|
4408
4436
|
}
|
|
4409
4437
|
|
|
4410
4438
|
.e-pivot-error-dialog {
|
|
4411
|
-
max-width: 400px;
|
|
4412
|
-
width: auto;
|
|
4413
|
-
}
|
|
4414
|
-
|
|
4415
|
-
.e-pivot-error-dialog .e-dlg-header-content,
|
|
4416
|
-
.e-pivot-error-dialog .e-footer-content {
|
|
4417
|
-
border: 0;
|
|
4418
|
-
}
|
|
4419
|
-
|
|
4420
|
-
.e-pivot-error-dialog .e-dlg-header {
|
|
4421
|
-
font-weight: normal;
|
|
4422
|
-
opacity: 1;
|
|
4423
|
-
}
|
|
4424
|
-
|
|
4425
|
-
.e-pivot-error-dialog .e-dlg-content {
|
|
4426
|
-
font-weight: normal;
|
|
4427
|
-
opacity: 1;
|
|
4439
|
+
max-width: 400px !important;
|
|
4440
|
+
width: auto !important;
|
|
4428
4441
|
}
|
|
4429
4442
|
|
|
4430
4443
|
.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
@@ -4508,7 +4521,7 @@
|
|
|
4508
4521
|
|
|
4509
4522
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4510
4523
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4511
|
-
height: 73px
|
|
4524
|
+
height: 73px;
|
|
4512
4525
|
}
|
|
4513
4526
|
|
|
4514
4527
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -4877,19 +4890,31 @@
|
|
|
4877
4890
|
.e-pivotfieldlist-wrapper {
|
|
4878
4891
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
4879
4892
|
font-size: 14px;
|
|
4880
|
-
max-width: 700px;
|
|
4881
|
-
min-width: 300px;
|
|
4893
|
+
max-width: 700px !important;
|
|
4894
|
+
min-width: 300px !important;
|
|
4882
4895
|
}
|
|
4883
4896
|
|
|
4884
4897
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
4898
|
+
display: -ms-flexbox;
|
|
4899
|
+
display: flex;
|
|
4885
4900
|
padding: 10px 2px 2px;
|
|
4886
|
-
text-align: right;
|
|
4887
4901
|
}
|
|
4888
4902
|
|
|
4889
|
-
.e-pivotfieldlist-wrapper .e-layout-footer .e-
|
|
4903
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
|
|
4904
|
+
-ms-flex: auto;
|
|
4905
|
+
flex: auto;
|
|
4906
|
+
text-align: end;
|
|
4907
|
+
}
|
|
4908
|
+
|
|
4909
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4890
4910
|
margin-right: 10px;
|
|
4891
4911
|
}
|
|
4892
4912
|
|
|
4913
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
4914
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4915
|
+
min-width: fit-content;
|
|
4916
|
+
}
|
|
4917
|
+
|
|
4893
4918
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
|
|
4894
4919
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
|
|
4895
4920
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -4900,7 +4925,7 @@
|
|
|
4900
4925
|
}
|
|
4901
4926
|
|
|
4902
4927
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
|
|
4903
|
-
|
|
4928
|
+
padding-right: 10px;
|
|
4904
4929
|
}
|
|
4905
4930
|
|
|
4906
4931
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -4912,10 +4937,6 @@
|
|
|
4912
4937
|
margin-top: 6px;
|
|
4913
4938
|
}
|
|
4914
4939
|
|
|
4915
|
-
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
|
|
4916
|
-
text-align: left;
|
|
4917
|
-
}
|
|
4918
|
-
|
|
4919
4940
|
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
4920
4941
|
margin-left: 10px;
|
|
4921
4942
|
}
|
|
@@ -4967,9 +4988,9 @@
|
|
|
4967
4988
|
}
|
|
4968
4989
|
|
|
4969
4990
|
.e-pivotfieldlist-wrapper .e-title-header .e-title-content {
|
|
4970
|
-
font-size: 18px;
|
|
4971
4991
|
-ms-flex: auto;
|
|
4972
4992
|
flex: auto;
|
|
4993
|
+
font-size: 18px;
|
|
4973
4994
|
}
|
|
4974
4995
|
|
|
4975
4996
|
.e-pivotfieldlist-wrapper .e-field-list-container {
|
|
@@ -5003,13 +5024,13 @@
|
|
|
5003
5024
|
font-size: 13px;
|
|
5004
5025
|
font-weight: normal;
|
|
5005
5026
|
height: 28px;
|
|
5027
|
+
line-height: 1.4em;
|
|
5006
5028
|
overflow: hidden;
|
|
5007
5029
|
padding: 5px 0 0 15px;
|
|
5008
5030
|
text-align: left;
|
|
5009
5031
|
text-overflow: ellipsis;
|
|
5010
|
-
word-break: break-all;
|
|
5011
|
-
line-height: 1.4em;
|
|
5012
5032
|
text-transform: none;
|
|
5033
|
+
word-break: break-all;
|
|
5013
5034
|
}
|
|
5014
5035
|
|
|
5015
5036
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
|
|
@@ -5236,8 +5257,8 @@
|
|
|
5236
5257
|
overflow: hidden;
|
|
5237
5258
|
padding: 0 8px;
|
|
5238
5259
|
text-overflow: ellipsis;
|
|
5239
|
-
width: 100%;
|
|
5240
5260
|
text-transform: none;
|
|
5261
|
+
width: 100%;
|
|
5241
5262
|
}
|
|
5242
5263
|
|
|
5243
5264
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -6094,7 +6115,7 @@
|
|
|
6094
6115
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
6095
6116
|
background-color: #fff;
|
|
6096
6117
|
border: 1px solid #d0d0d0;
|
|
6097
|
-
border-radius:
|
|
6118
|
+
border-radius: 0;
|
|
6098
6119
|
color: #333;
|
|
6099
6120
|
height: 200px;
|
|
6100
6121
|
margin-left: 20px;
|
|
@@ -6350,14 +6371,26 @@
|
|
|
6350
6371
|
}
|
|
6351
6372
|
|
|
6352
6373
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
6374
|
+
display: -ms-flexbox;
|
|
6375
|
+
display: flex;
|
|
6353
6376
|
padding: 10px 2px 2px;
|
|
6354
|
-
text-align: right;
|
|
6355
6377
|
}
|
|
6356
6378
|
|
|
6357
|
-
.e-pivotfieldlist-container .e-layout-footer .e-
|
|
6379
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout {
|
|
6380
|
+
-ms-flex: auto;
|
|
6381
|
+
flex: auto;
|
|
6382
|
+
text-align: end;
|
|
6383
|
+
}
|
|
6384
|
+
|
|
6385
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
6358
6386
|
margin-right: 10px;
|
|
6359
6387
|
}
|
|
6360
6388
|
|
|
6389
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
6390
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
6391
|
+
min-width: fit-content;
|
|
6392
|
+
}
|
|
6393
|
+
|
|
6361
6394
|
.e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
|
|
6362
6395
|
.e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
|
|
6363
6396
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -6368,7 +6401,7 @@
|
|
|
6368
6401
|
}
|
|
6369
6402
|
|
|
6370
6403
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
|
|
6371
|
-
|
|
6404
|
+
padding-right: 10px;
|
|
6372
6405
|
}
|
|
6373
6406
|
|
|
6374
6407
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -6380,10 +6413,6 @@
|
|
|
6380
6413
|
margin-top: 6px;
|
|
6381
6414
|
}
|
|
6382
6415
|
|
|
6383
|
-
.e-pivotfieldlist-container.e-rtl .e-layout-footer {
|
|
6384
|
-
text-align: left;
|
|
6385
|
-
}
|
|
6386
|
-
|
|
6387
6416
|
.e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
6388
6417
|
margin-left: 10px;
|
|
6389
6418
|
}
|
|
@@ -6701,8 +6730,8 @@
|
|
|
6701
6730
|
overflow: hidden;
|
|
6702
6731
|
padding: 0 8px;
|
|
6703
6732
|
text-overflow: ellipsis;
|
|
6704
|
-
width: 100%;
|
|
6705
6733
|
text-transform: none;
|
|
6734
|
+
width: 100%;
|
|
6706
6735
|
}
|
|
6707
6736
|
|
|
6708
6737
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -7559,7 +7588,7 @@
|
|
|
7559
7588
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
7560
7589
|
background-color: #fff;
|
|
7561
7590
|
border: 1px solid #d0d0d0;
|
|
7562
|
-
border-radius:
|
|
7591
|
+
border-radius: 0;
|
|
7563
7592
|
color: #333;
|
|
7564
7593
|
height: 200px;
|
|
7565
7594
|
margin-left: 20px;
|