@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/material.css
CHANGED
|
@@ -186,17 +186,18 @@
|
|
|
186
186
|
.e-pivotview .e-group-field-settings {
|
|
187
187
|
max-height: 450px !important;
|
|
188
188
|
border-radius: 4px;
|
|
189
|
-
max-width: 400px;
|
|
190
|
-
width: auto;
|
|
189
|
+
max-width: 400px !important;
|
|
190
|
+
width: auto !important;
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
.e-pivotview .e-pivot-format-dialog {
|
|
194
194
|
border-radius: 4px;
|
|
195
|
-
max-width: 400px;
|
|
196
|
-
width: auto;
|
|
195
|
+
max-width: 400px !important;
|
|
196
|
+
width: auto !important;
|
|
197
197
|
}
|
|
198
198
|
|
|
199
|
-
.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
199
|
+
.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
200
|
+
.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
200
201
|
display: -ms-flexbox;
|
|
201
202
|
display: flex;
|
|
202
203
|
}
|
|
@@ -211,9 +212,9 @@
|
|
|
211
212
|
.e-pivotview .e-value-field-settings .e-field-name-content {
|
|
212
213
|
-ms-flex: auto;
|
|
213
214
|
flex: auto;
|
|
214
|
-
width: 100%;
|
|
215
215
|
font-size: 13px;
|
|
216
216
|
font-weight: 500;
|
|
217
|
+
width: 100%;
|
|
217
218
|
}
|
|
218
219
|
|
|
219
220
|
.e-pivotview .e-value-field-settings .e-caption-input-wrapper,
|
|
@@ -299,13 +300,6 @@
|
|
|
299
300
|
font-size: 16px;
|
|
300
301
|
}
|
|
301
302
|
|
|
302
|
-
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
303
|
-
background-color: rgba(184, 184, 184, 0.9584);
|
|
304
|
-
border-color: transparent;
|
|
305
|
-
color: rgba(0, 0, 0, 0.87);
|
|
306
|
-
outline: none;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
303
|
.e-pivotview .e-member-editor-dialog .e-member-prompt {
|
|
310
304
|
padding: 15px 20px;
|
|
311
305
|
text-align: center;
|
|
@@ -446,7 +440,6 @@
|
|
|
446
440
|
|
|
447
441
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
|
|
448
442
|
float: left;
|
|
449
|
-
margin-left: -10px;
|
|
450
443
|
margin: 0;
|
|
451
444
|
}
|
|
452
445
|
|
|
@@ -493,7 +486,6 @@
|
|
|
493
486
|
|
|
494
487
|
.e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
495
488
|
float: right;
|
|
496
|
-
margin-right: -10px;
|
|
497
489
|
margin: 0;
|
|
498
490
|
}
|
|
499
491
|
|
|
@@ -561,9 +553,9 @@
|
|
|
561
553
|
.e-pivotview .e-member-editor-dialog .e-footer-content,
|
|
562
554
|
.e-pivotview .e-pivot-format-dialog .e-footer-content,
|
|
563
555
|
.e-pivotview .e-group-field-settings .e-footer-content {
|
|
564
|
-
border-radius: 4px;
|
|
565
556
|
border-top-left-radius: 0;
|
|
566
557
|
border-top-right-radius: 0;
|
|
558
|
+
border-radius: 4px;
|
|
567
559
|
padding-bottom: 8px;
|
|
568
560
|
padding-top: 8px;
|
|
569
561
|
}
|
|
@@ -628,7 +620,7 @@
|
|
|
628
620
|
}
|
|
629
621
|
|
|
630
622
|
.e-pivotview .e-pivotchart-type-dialog {
|
|
631
|
-
max-width: 350px;
|
|
623
|
+
max-width: 350px !important;
|
|
632
624
|
max-height: 380px !important;
|
|
633
625
|
}
|
|
634
626
|
|
|
@@ -660,8 +652,8 @@
|
|
|
660
652
|
}
|
|
661
653
|
|
|
662
654
|
.e-pivotview .e-pivot-format-dialog {
|
|
663
|
-
max-height:
|
|
664
|
-
max-width: 350px;
|
|
655
|
+
max-height: 550px !important;
|
|
656
|
+
max-width: 350px !important;
|
|
665
657
|
}
|
|
666
658
|
|
|
667
659
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
@@ -685,6 +677,7 @@
|
|
|
685
677
|
}
|
|
686
678
|
|
|
687
679
|
.e-pivotview .e-pivot-toolbar {
|
|
680
|
+
background: #f5f5f5;
|
|
688
681
|
border-bottom: 0;
|
|
689
682
|
border-style: solid;
|
|
690
683
|
border-top: 1px solid #e0e0e0;
|
|
@@ -692,6 +685,10 @@
|
|
|
692
685
|
border-right: 1px solid #e0e0e0;
|
|
693
686
|
}
|
|
694
687
|
|
|
688
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
689
|
+
background: #f5f5f5;
|
|
690
|
+
}
|
|
691
|
+
|
|
695
692
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
696
693
|
font-size: 16px;
|
|
697
694
|
}
|
|
@@ -757,7 +754,7 @@
|
|
|
757
754
|
}
|
|
758
755
|
|
|
759
756
|
.e-pivotview-report-dialog {
|
|
760
|
-
max-width: 350px;
|
|
757
|
+
max-width: 350px !important;
|
|
761
758
|
}
|
|
762
759
|
|
|
763
760
|
.e-mdx-query-content {
|
|
@@ -773,7 +770,7 @@
|
|
|
773
770
|
}
|
|
774
771
|
|
|
775
772
|
.e-pivotview-mdx-dialog {
|
|
776
|
-
max-width: 500px;
|
|
773
|
+
max-width: 500px !important;
|
|
777
774
|
}
|
|
778
775
|
|
|
779
776
|
.e-report-outer {
|
|
@@ -826,7 +823,6 @@
|
|
|
826
823
|
|
|
827
824
|
.e-drillthrough-dialog .e-drillthrough-body-header-value {
|
|
828
825
|
color: rgba(0, 0, 0, 0.6);
|
|
829
|
-
margin-left: 10px;
|
|
830
826
|
margin-right: 20px;
|
|
831
827
|
}
|
|
832
828
|
|
|
@@ -996,7 +992,8 @@
|
|
|
996
992
|
padding-top: 0;
|
|
997
993
|
}
|
|
998
994
|
|
|
999
|
-
.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-wrapper,
|
|
996
|
+
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-container,
|
|
1000
997
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
1001
998
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
1002
999
|
display: -ms-flexbox;
|
|
@@ -1008,7 +1005,6 @@
|
|
|
1008
1005
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-title,
|
|
1009
1006
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-content {
|
|
1010
1007
|
font-size: 14px;
|
|
1011
|
-
font-size: 13px;
|
|
1012
1008
|
font-weight: 500;
|
|
1013
1009
|
}
|
|
1014
1010
|
|
|
@@ -1205,18 +1201,13 @@
|
|
|
1205
1201
|
|
|
1206
1202
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1207
1203
|
margin: 0px !important;
|
|
1208
|
-
padding
|
|
1209
|
-
padding-top: 10px !important;
|
|
1204
|
+
padding: 2px 4px !important;
|
|
1210
1205
|
}
|
|
1211
1206
|
|
|
1212
1207
|
.e-pivotview .e-pivotchart > svg, .e-pivotview .e-pivotchart-inner > svg {
|
|
1213
1208
|
border: 1px solid #e0e0e0;
|
|
1214
1209
|
}
|
|
1215
1210
|
|
|
1216
|
-
.e-pivotview .e-pivotchart.e-ltr {
|
|
1217
|
-
direction: ltr;
|
|
1218
|
-
}
|
|
1219
|
-
|
|
1220
1211
|
.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1221
1212
|
.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
1222
1213
|
margin: -18px !important;
|
|
@@ -1242,11 +1233,27 @@
|
|
|
1242
1233
|
color: rgba(0, 0, 0, 0.54) !important;
|
|
1243
1234
|
}
|
|
1244
1235
|
|
|
1236
|
+
.e-pivotview .sf-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1237
|
+
.e-pivotview .sf-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1238
|
+
text-overflow: ellipsis;
|
|
1239
|
+
white-space: nowrap;
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1245
1242
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1246
1243
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1247
1244
|
padding-left: 8px !important;
|
|
1248
1245
|
}
|
|
1249
1246
|
|
|
1247
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1248
|
+
.e-pivotview .sf-grid .e-columnsheader {
|
|
1249
|
+
padding-right: 8px !important;
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1253
|
+
.e-pivotview .sf-grid .e-stackedheadercelldiv {
|
|
1254
|
+
line-height: normal;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1250
1257
|
.e-pivotview .e-frozenheader > .e-table,
|
|
1251
1258
|
.e-pivotview .e-frozencontent > .e-table {
|
|
1252
1259
|
border-left-color: #e0e0e0 !important;
|
|
@@ -1255,14 +1262,14 @@
|
|
|
1255
1262
|
border-right-width: 1px;
|
|
1256
1263
|
}
|
|
1257
1264
|
|
|
1258
|
-
.e-pivotview .e-stackedheadercelldiv
|
|
1259
|
-
|
|
1260
|
-
margin-top: 5px;
|
|
1265
|
+
.e-pivotview .e-stackedheadercelldiv {
|
|
1266
|
+
display: block;
|
|
1261
1267
|
}
|
|
1262
1268
|
|
|
1263
|
-
.e-pivotview .e-stackedheadertext.e-cellvalue
|
|
1264
|
-
|
|
1269
|
+
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1270
|
+
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1265
1271
|
padding-left: 8px !important;
|
|
1272
|
+
margin-top: 5px;
|
|
1266
1273
|
}
|
|
1267
1274
|
|
|
1268
1275
|
.e-pivotview .e-headercelldiv.e-cellvalue {
|
|
@@ -1274,6 +1281,7 @@
|
|
|
1274
1281
|
}
|
|
1275
1282
|
|
|
1276
1283
|
.e-pivotview .e-stackedheadercelldiv,
|
|
1284
|
+
.e-pivotview .e-stackedheadertext,
|
|
1277
1285
|
.e-pivotview .e-headertext,
|
|
1278
1286
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
1279
1287
|
color: rgba(0, 0, 0, 0.6);
|
|
@@ -1282,6 +1290,7 @@
|
|
|
1282
1290
|
}
|
|
1283
1291
|
|
|
1284
1292
|
.e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell,
|
|
1293
|
+
.e-pivotview .e-stackedheadertext .e-hyperlinkcell,
|
|
1285
1294
|
.e-pivotview .e-headertext .e-hyperlinkcell,
|
|
1286
1295
|
.e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell {
|
|
1287
1296
|
cursor: pointer;
|
|
@@ -1382,7 +1391,6 @@
|
|
|
1382
1391
|
.e-pivotview .e-group-rows,
|
|
1383
1392
|
.e-pivotview .e-group-all-fields {
|
|
1384
1393
|
background: #f5f5f5;
|
|
1385
|
-
vertical-align: top;
|
|
1386
1394
|
display: inline-table;
|
|
1387
1395
|
-ms-flex: auto;
|
|
1388
1396
|
flex: auto;
|
|
@@ -1391,6 +1399,7 @@
|
|
|
1391
1399
|
overflow: hidden;
|
|
1392
1400
|
padding-left: 8px;
|
|
1393
1401
|
scroll-behavior: smooth;
|
|
1402
|
+
vertical-align: top;
|
|
1394
1403
|
}
|
|
1395
1404
|
|
|
1396
1405
|
.e-pivotview .e-group-values.e-drag-restrict,
|
|
@@ -1486,7 +1495,7 @@
|
|
|
1486
1495
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filtered,
|
|
1487
1496
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-remove,
|
|
1488
1497
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-edit {
|
|
1489
|
-
color: rgba(0, 0, 0, 0.87)
|
|
1498
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1490
1499
|
}
|
|
1491
1500
|
|
|
1492
1501
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused,
|
|
@@ -1507,7 +1516,7 @@
|
|
|
1507
1516
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filtered,
|
|
1508
1517
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-remove,
|
|
1509
1518
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-edit {
|
|
1510
|
-
color: rgba(0, 0, 0, 0.87)
|
|
1519
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1511
1520
|
}
|
|
1512
1521
|
|
|
1513
1522
|
.e-pivotview .e-grouping-bar .e-pivot-button:focus, .e-pivotview .e-grouping-bar .e-pivot-button:active,
|
|
@@ -1540,7 +1549,7 @@
|
|
|
1540
1549
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filtered,
|
|
1541
1550
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-remove,
|
|
1542
1551
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
|
|
1543
|
-
color: rgba(0, 0, 0, 0.87)
|
|
1552
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1544
1553
|
}
|
|
1545
1554
|
|
|
1546
1555
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-content,
|
|
@@ -1563,7 +1572,7 @@
|
|
|
1563
1572
|
|
|
1564
1573
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
|
|
1565
1574
|
.e-pivotview .e-group-rows .e-pivot-button .e-draggable {
|
|
1566
|
-
height: initial;
|
|
1575
|
+
height: initial !important;
|
|
1567
1576
|
}
|
|
1568
1577
|
|
|
1569
1578
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
|
|
@@ -1583,7 +1592,7 @@
|
|
|
1583
1592
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1584
1593
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1585
1594
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit {
|
|
1586
|
-
color: rgba(0, 0, 0, 0.54)
|
|
1595
|
+
color: rgba(0, 0, 0, 0.54);
|
|
1587
1596
|
cursor: pointer;
|
|
1588
1597
|
display: inline-block;
|
|
1589
1598
|
font-size: 12px;
|
|
@@ -1604,7 +1613,7 @@
|
|
|
1604
1613
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered:hover,
|
|
1605
1614
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove:hover,
|
|
1606
1615
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit:hover {
|
|
1607
|
-
color: rgba(0, 0, 0, 0.87)
|
|
1616
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1608
1617
|
}
|
|
1609
1618
|
|
|
1610
1619
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-disable,
|
|
@@ -1819,7 +1828,7 @@
|
|
|
1819
1828
|
padding-bottom: 7px;
|
|
1820
1829
|
}
|
|
1821
1830
|
|
|
1822
|
-
.e-pivotview .e-icons:not(.e-frame) {
|
|
1831
|
+
.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) {
|
|
1823
1832
|
height: auto;
|
|
1824
1833
|
width: auto;
|
|
1825
1834
|
}
|
|
@@ -2009,7 +2018,7 @@
|
|
|
2009
2018
|
}
|
|
2010
2019
|
|
|
2011
2020
|
.e-pivottooltip {
|
|
2012
|
-
border-radius:
|
|
2021
|
+
border-radius: 4px;
|
|
2013
2022
|
padding: 3px 4px;
|
|
2014
2023
|
}
|
|
2015
2024
|
|
|
@@ -2092,14 +2101,23 @@
|
|
|
2092
2101
|
}
|
|
2093
2102
|
|
|
2094
2103
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2104
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2095
2105
|
.e-bigger .e-pivotview .e-headertext,
|
|
2096
2106
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2097
2107
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2108
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2098
2109
|
.e-bigger.e-pivotview .e-headertext,
|
|
2099
2110
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2100
2111
|
font-size: 13px !important;
|
|
2101
2112
|
}
|
|
2102
2113
|
|
|
2114
|
+
.e-bigger .e-pivotview th .e-expand,
|
|
2115
|
+
.e-bigger .e-pivotview th .e-collapse,
|
|
2116
|
+
.e-bigger.e-pivotview th .e-expand,
|
|
2117
|
+
.e-bigger.e-pivotview th .e-collapse {
|
|
2118
|
+
margin-top: 8px;
|
|
2119
|
+
}
|
|
2120
|
+
|
|
2103
2121
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
2104
2122
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
2105
2123
|
height: 36px !important;
|
|
@@ -2274,9 +2292,11 @@
|
|
|
2274
2292
|
}
|
|
2275
2293
|
|
|
2276
2294
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2295
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2277
2296
|
.e-bigger .e-pivotview .e-headertext,
|
|
2278
2297
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2279
2298
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2299
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2280
2300
|
.e-bigger.e-pivotview .e-headertext,
|
|
2281
2301
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2282
2302
|
color: rgba(0, 0, 0, 0.6) !important;
|
|
@@ -2841,6 +2861,18 @@
|
|
|
2841
2861
|
width: 14px;
|
|
2842
2862
|
}
|
|
2843
2863
|
|
|
2864
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
|
|
2865
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn {
|
|
2866
|
+
pointer-events: none;
|
|
2867
|
+
}
|
|
2868
|
+
|
|
2869
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color,
|
|
2870
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color {
|
|
2871
|
+
background: none;
|
|
2872
|
+
margin: 0 2px;
|
|
2873
|
+
width: 14px;
|
|
2874
|
+
}
|
|
2875
|
+
|
|
2844
2876
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2845
2877
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2846
2878
|
border: 1px solid #e0e0e0;
|
|
@@ -2997,6 +3029,7 @@
|
|
|
2997
3029
|
.e-pivot-calc-dialog-div .e-olap-member-title {
|
|
2998
3030
|
color: rgba(0, 0, 0, 0.54);
|
|
2999
3031
|
font-size: 13px;
|
|
3032
|
+
margin-bottom: 4px;
|
|
3000
3033
|
margin-top: 15px;
|
|
3001
3034
|
overflow: hidden;
|
|
3002
3035
|
padding: 4px 0;
|
|
@@ -3025,6 +3058,10 @@
|
|
|
3025
3058
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
3026
3059
|
}
|
|
3027
3060
|
|
|
3061
|
+
.e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
|
|
3062
|
+
color: rgba(0, 0, 0, 0.54);
|
|
3063
|
+
}
|
|
3064
|
+
|
|
3028
3065
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3029
3066
|
color: rgba(0, 0, 0, 0.54);
|
|
3030
3067
|
margin: 0;
|
|
@@ -3061,6 +3098,10 @@
|
|
|
3061
3098
|
width: 24px;
|
|
3062
3099
|
}
|
|
3063
3100
|
|
|
3101
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
|
|
3102
|
+
color: #bdbdbd;
|
|
3103
|
+
}
|
|
3104
|
+
|
|
3064
3105
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3065
3106
|
color: #bdbdbd;
|
|
3066
3107
|
cursor: move;
|
|
@@ -3068,7 +3109,6 @@
|
|
|
3068
3109
|
font-size: 14px;
|
|
3069
3110
|
height: 24px;
|
|
3070
3111
|
margin-right: 4px;
|
|
3071
|
-
margin-top: 4px;
|
|
3072
3112
|
padding: 5px;
|
|
3073
3113
|
pointer-events: auto;
|
|
3074
3114
|
width: 24px;
|
|
@@ -3151,7 +3191,6 @@
|
|
|
3151
3191
|
color: #000;
|
|
3152
3192
|
font-size: 13px;
|
|
3153
3193
|
height: 70px;
|
|
3154
|
-
margin-top: 5px;
|
|
3155
3194
|
padding: 5px 10px;
|
|
3156
3195
|
resize: none;
|
|
3157
3196
|
width: 100%;
|
|
@@ -3175,7 +3214,6 @@
|
|
|
3175
3214
|
border: 1px solid #e0e0e0;
|
|
3176
3215
|
border-radius: 4px;
|
|
3177
3216
|
height: 120px;
|
|
3178
|
-
margin-top: 5px;
|
|
3179
3217
|
overflow: auto;
|
|
3180
3218
|
}
|
|
3181
3219
|
|
|
@@ -3467,8 +3505,8 @@
|
|
|
3467
3505
|
|
|
3468
3506
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,
|
|
3469
3507
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog {
|
|
3470
|
-
max-width: 400px;
|
|
3471
|
-
min-width: 320px;
|
|
3508
|
+
max-width: 400px !important;
|
|
3509
|
+
min-width: 320px !important;
|
|
3472
3510
|
}
|
|
3473
3511
|
|
|
3474
3512
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -3588,13 +3626,6 @@
|
|
|
3588
3626
|
font-size: 16px;
|
|
3589
3627
|
}
|
|
3590
3628
|
|
|
3591
|
-
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
3592
|
-
background-color: rgba(184, 184, 184, 0.9584);
|
|
3593
|
-
border-color: transparent;
|
|
3594
|
-
color: rgba(0, 0, 0, 0.87);
|
|
3595
|
-
outline: none;
|
|
3596
|
-
}
|
|
3597
|
-
|
|
3598
3629
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-select-all-wrapper ul {
|
|
3599
3630
|
margin-left: -35px;
|
|
3600
3631
|
overflow: hidden;
|
|
@@ -3738,8 +3769,8 @@
|
|
|
3738
3769
|
}
|
|
3739
3770
|
|
|
3740
3771
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
3741
|
-
max-width: 400px;
|
|
3742
|
-
min-width: 300px;
|
|
3772
|
+
max-width: 400px !important;
|
|
3773
|
+
min-width: 300px !important;
|
|
3743
3774
|
}
|
|
3744
3775
|
|
|
3745
3776
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
|
|
@@ -3807,7 +3838,7 @@
|
|
|
3807
3838
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog,
|
|
3808
3839
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
3809
3840
|
border-radius: 4px;
|
|
3810
|
-
width: auto;
|
|
3841
|
+
width: auto !important;
|
|
3811
3842
|
}
|
|
3812
3843
|
|
|
3813
3844
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -3876,8 +3907,8 @@
|
|
|
3876
3907
|
|
|
3877
3908
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog,
|
|
3878
3909
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3879
|
-
|
|
3880
|
-
|
|
3910
|
+
max-width: 400px !important;
|
|
3911
|
+
min-width: 320px !important;
|
|
3881
3912
|
}
|
|
3882
3913
|
|
|
3883
3914
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -4003,13 +4034,6 @@
|
|
|
4003
4034
|
font-size: 16px;
|
|
4004
4035
|
}
|
|
4005
4036
|
|
|
4006
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
4007
|
-
background-color: rgba(184, 184, 184, 0.9584);
|
|
4008
|
-
border-color: transparent;
|
|
4009
|
-
color: rgba(0, 0, 0, 0.87);
|
|
4010
|
-
outline: none;
|
|
4011
|
-
}
|
|
4012
|
-
|
|
4013
4037
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
|
|
4014
4038
|
margin-left: -35px;
|
|
4015
4039
|
overflow: hidden;
|
|
@@ -4024,7 +4048,7 @@
|
|
|
4024
4048
|
}
|
|
4025
4049
|
|
|
4026
4050
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
4027
|
-
border:
|
|
4051
|
+
border: 0;
|
|
4028
4052
|
}
|
|
4029
4053
|
|
|
4030
4054
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
@@ -4153,8 +4177,8 @@
|
|
|
4153
4177
|
}
|
|
4154
4178
|
|
|
4155
4179
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
4156
|
-
max-width: 400px;
|
|
4157
|
-
min-width: 300px;
|
|
4180
|
+
max-width: 400px !important;
|
|
4181
|
+
min-width: 300px !important;
|
|
4158
4182
|
}
|
|
4159
4183
|
|
|
4160
4184
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
@@ -4222,7 +4246,7 @@
|
|
|
4222
4246
|
.e-pivotfieldlist-container .e-member-editor-dialog,
|
|
4223
4247
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
4224
4248
|
border-radius: 4px;
|
|
4225
|
-
width: auto;
|
|
4249
|
+
width: auto !important;
|
|
4226
4250
|
}
|
|
4227
4251
|
|
|
4228
4252
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -4296,12 +4320,14 @@
|
|
|
4296
4320
|
border-radius: 20px;
|
|
4297
4321
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
|
|
4298
4322
|
height: 28px;
|
|
4323
|
+
line-height: 1em;
|
|
4299
4324
|
min-width: 100px;
|
|
4300
4325
|
padding: 5px 10px;
|
|
4301
4326
|
}
|
|
4302
4327
|
|
|
4303
4328
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content,
|
|
4304
4329
|
.e-pivot-calc.e-drag-item.e-treeview .e-text-content {
|
|
4330
|
+
height: 100%;
|
|
4305
4331
|
padding: 0;
|
|
4306
4332
|
text-align: center;
|
|
4307
4333
|
width: 100%;
|
|
@@ -4415,23 +4441,8 @@
|
|
|
4415
4441
|
}
|
|
4416
4442
|
|
|
4417
4443
|
.e-pivot-error-dialog {
|
|
4418
|
-
max-width: 400px;
|
|
4419
|
-
width: auto;
|
|
4420
|
-
}
|
|
4421
|
-
|
|
4422
|
-
.e-pivot-error-dialog .e-dlg-header-content,
|
|
4423
|
-
.e-pivot-error-dialog .e-footer-content {
|
|
4424
|
-
border: 0;
|
|
4425
|
-
}
|
|
4426
|
-
|
|
4427
|
-
.e-pivot-error-dialog .e-dlg-header {
|
|
4428
|
-
font-weight: normal;
|
|
4429
|
-
opacity: 0.87;
|
|
4430
|
-
}
|
|
4431
|
-
|
|
4432
|
-
.e-pivot-error-dialog .e-dlg-content {
|
|
4433
|
-
font-weight: normal;
|
|
4434
|
-
opacity: 0.54;
|
|
4444
|
+
max-width: 400px !important;
|
|
4445
|
+
width: auto !important;
|
|
4435
4446
|
}
|
|
4436
4447
|
|
|
4437
4448
|
.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
@@ -4515,7 +4526,7 @@
|
|
|
4515
4526
|
|
|
4516
4527
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4517
4528
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4518
|
-
height: 100px
|
|
4529
|
+
height: 100px;
|
|
4519
4530
|
}
|
|
4520
4531
|
|
|
4521
4532
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -4884,19 +4895,31 @@
|
|
|
4884
4895
|
.e-pivotfieldlist-wrapper {
|
|
4885
4896
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
4886
4897
|
font-size: 12px;
|
|
4887
|
-
max-width: 700px;
|
|
4888
|
-
min-width: 300px;
|
|
4898
|
+
max-width: 700px !important;
|
|
4899
|
+
min-width: 300px !important;
|
|
4889
4900
|
}
|
|
4890
4901
|
|
|
4891
4902
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
4903
|
+
display: -ms-flexbox;
|
|
4904
|
+
display: flex;
|
|
4892
4905
|
padding: 10px 2px 2px;
|
|
4893
|
-
text-align: right;
|
|
4894
4906
|
}
|
|
4895
4907
|
|
|
4896
|
-
.e-pivotfieldlist-wrapper .e-layout-footer .e-
|
|
4908
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
|
|
4909
|
+
-ms-flex: auto;
|
|
4910
|
+
flex: auto;
|
|
4911
|
+
text-align: end;
|
|
4912
|
+
}
|
|
4913
|
+
|
|
4914
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4897
4915
|
margin-right: 10px;
|
|
4898
4916
|
}
|
|
4899
4917
|
|
|
4918
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
4919
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4920
|
+
min-width: fit-content;
|
|
4921
|
+
}
|
|
4922
|
+
|
|
4900
4923
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
|
|
4901
4924
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
|
|
4902
4925
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -4907,7 +4930,7 @@
|
|
|
4907
4930
|
}
|
|
4908
4931
|
|
|
4909
4932
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
|
|
4910
|
-
|
|
4933
|
+
padding-right: 10px;
|
|
4911
4934
|
}
|
|
4912
4935
|
|
|
4913
4936
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -4919,10 +4942,6 @@
|
|
|
4919
4942
|
margin-top: 6px;
|
|
4920
4943
|
}
|
|
4921
4944
|
|
|
4922
|
-
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
|
|
4923
|
-
text-align: left;
|
|
4924
|
-
}
|
|
4925
|
-
|
|
4926
4945
|
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
4927
4946
|
margin-left: 10px;
|
|
4928
4947
|
}
|
|
@@ -4974,9 +4993,9 @@
|
|
|
4974
4993
|
}
|
|
4975
4994
|
|
|
4976
4995
|
.e-pivotfieldlist-wrapper .e-title-header .e-title-content {
|
|
4977
|
-
font-size: 18px;
|
|
4978
4996
|
-ms-flex: auto;
|
|
4979
4997
|
flex: auto;
|
|
4998
|
+
font-size: 18px;
|
|
4980
4999
|
}
|
|
4981
5000
|
|
|
4982
5001
|
.e-pivotfieldlist-wrapper .e-field-list-container {
|
|
@@ -5010,13 +5029,13 @@
|
|
|
5010
5029
|
font-size: 13px;
|
|
5011
5030
|
font-weight: normal;
|
|
5012
5031
|
height: 28px;
|
|
5032
|
+
line-height: 1.5em;
|
|
5013
5033
|
overflow: hidden;
|
|
5014
5034
|
padding: 7px 0 0 15px;
|
|
5015
5035
|
text-align: left;
|
|
5016
5036
|
text-overflow: ellipsis;
|
|
5017
|
-
word-break: break-all;
|
|
5018
|
-
line-height: 1.5em;
|
|
5019
5037
|
text-transform: none;
|
|
5038
|
+
word-break: break-all;
|
|
5020
5039
|
}
|
|
5021
5040
|
|
|
5022
5041
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
|
|
@@ -5243,8 +5262,8 @@
|
|
|
5243
5262
|
overflow: hidden;
|
|
5244
5263
|
padding: 0 8px;
|
|
5245
5264
|
text-overflow: ellipsis;
|
|
5246
|
-
width: 100%;
|
|
5247
5265
|
text-transform: none;
|
|
5266
|
+
width: 100%;
|
|
5248
5267
|
}
|
|
5249
5268
|
|
|
5250
5269
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -6357,14 +6376,26 @@
|
|
|
6357
6376
|
}
|
|
6358
6377
|
|
|
6359
6378
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
6379
|
+
display: -ms-flexbox;
|
|
6380
|
+
display: flex;
|
|
6360
6381
|
padding: 10px 2px 2px;
|
|
6361
|
-
text-align: right;
|
|
6362
6382
|
}
|
|
6363
6383
|
|
|
6364
|
-
.e-pivotfieldlist-container .e-layout-footer .e-
|
|
6384
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout {
|
|
6385
|
+
-ms-flex: auto;
|
|
6386
|
+
flex: auto;
|
|
6387
|
+
text-align: end;
|
|
6388
|
+
}
|
|
6389
|
+
|
|
6390
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
6365
6391
|
margin-right: 10px;
|
|
6366
6392
|
}
|
|
6367
6393
|
|
|
6394
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
6395
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
6396
|
+
min-width: fit-content;
|
|
6397
|
+
}
|
|
6398
|
+
|
|
6368
6399
|
.e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
|
|
6369
6400
|
.e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
|
|
6370
6401
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -6375,7 +6406,7 @@
|
|
|
6375
6406
|
}
|
|
6376
6407
|
|
|
6377
6408
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
|
|
6378
|
-
|
|
6409
|
+
padding-right: 10px;
|
|
6379
6410
|
}
|
|
6380
6411
|
|
|
6381
6412
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -6387,10 +6418,6 @@
|
|
|
6387
6418
|
margin-top: 6px;
|
|
6388
6419
|
}
|
|
6389
6420
|
|
|
6390
|
-
.e-pivotfieldlist-container.e-rtl .e-layout-footer {
|
|
6391
|
-
text-align: left;
|
|
6392
|
-
}
|
|
6393
|
-
|
|
6394
6421
|
.e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
6395
6422
|
margin-left: 10px;
|
|
6396
6423
|
}
|
|
@@ -6708,8 +6735,8 @@
|
|
|
6708
6735
|
overflow: hidden;
|
|
6709
6736
|
padding: 0 8px;
|
|
6710
6737
|
text-overflow: ellipsis;
|
|
6711
|
-
width: 100%;
|
|
6712
6738
|
text-transform: none;
|
|
6739
|
+
width: 100%;
|
|
6713
6740
|
}
|
|
6714
6741
|
|
|
6715
6742
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|