@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-dark.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: #7d7d7d;
|
|
303
|
-
border-color: transparent;
|
|
304
|
-
color: #fff;
|
|
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,6 @@
|
|
|
445
439
|
|
|
446
440
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
|
|
447
441
|
float: left;
|
|
448
|
-
margin-left: -10px;
|
|
449
442
|
margin: 0;
|
|
450
443
|
}
|
|
451
444
|
|
|
@@ -492,7 +485,6 @@
|
|
|
492
485
|
|
|
493
486
|
.e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
494
487
|
float: right;
|
|
495
|
-
margin-right: -10px;
|
|
496
488
|
margin: 0;
|
|
497
489
|
}
|
|
498
490
|
|
|
@@ -560,9 +552,9 @@
|
|
|
560
552
|
.e-pivotview .e-member-editor-dialog .e-footer-content,
|
|
561
553
|
.e-pivotview .e-pivot-format-dialog .e-footer-content,
|
|
562
554
|
.e-pivotview .e-group-field-settings .e-footer-content {
|
|
563
|
-
border-radius: 4px;
|
|
564
555
|
border-top-left-radius: 0;
|
|
565
556
|
border-top-right-radius: 0;
|
|
557
|
+
border-radius: 4px;
|
|
566
558
|
padding-bottom: 8px;
|
|
567
559
|
padding-top: 8px;
|
|
568
560
|
}
|
|
@@ -627,7 +619,7 @@
|
|
|
627
619
|
}
|
|
628
620
|
|
|
629
621
|
.e-pivotview .e-pivotchart-type-dialog {
|
|
630
|
-
max-width: 350px;
|
|
622
|
+
max-width: 350px !important;
|
|
631
623
|
max-height: 380px !important;
|
|
632
624
|
}
|
|
633
625
|
|
|
@@ -659,8 +651,8 @@
|
|
|
659
651
|
}
|
|
660
652
|
|
|
661
653
|
.e-pivotview .e-pivot-format-dialog {
|
|
662
|
-
max-height:
|
|
663
|
-
max-width: 350px;
|
|
654
|
+
max-height: 550px !important;
|
|
655
|
+
max-width: 350px !important;
|
|
664
656
|
}
|
|
665
657
|
|
|
666
658
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
@@ -684,6 +676,7 @@
|
|
|
684
676
|
}
|
|
685
677
|
|
|
686
678
|
.e-pivotview .e-pivot-toolbar {
|
|
679
|
+
background: #212121;
|
|
687
680
|
border-bottom: 0;
|
|
688
681
|
border-style: solid;
|
|
689
682
|
border-top: 1px solid #e0e0e0;
|
|
@@ -691,6 +684,10 @@
|
|
|
691
684
|
border-right: 1px solid #e0e0e0;
|
|
692
685
|
}
|
|
693
686
|
|
|
687
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
688
|
+
background: #212121;
|
|
689
|
+
}
|
|
690
|
+
|
|
694
691
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
695
692
|
font-size: 16px;
|
|
696
693
|
}
|
|
@@ -756,7 +753,7 @@
|
|
|
756
753
|
}
|
|
757
754
|
|
|
758
755
|
.e-pivotview-report-dialog {
|
|
759
|
-
max-width: 350px;
|
|
756
|
+
max-width: 350px !important;
|
|
760
757
|
}
|
|
761
758
|
|
|
762
759
|
.e-mdx-query-content {
|
|
@@ -772,7 +769,7 @@
|
|
|
772
769
|
}
|
|
773
770
|
|
|
774
771
|
.e-pivotview-mdx-dialog {
|
|
775
|
-
max-width: 500px;
|
|
772
|
+
max-width: 500px !important;
|
|
776
773
|
}
|
|
777
774
|
|
|
778
775
|
.e-report-outer {
|
|
@@ -825,7 +822,6 @@
|
|
|
825
822
|
|
|
826
823
|
.e-drillthrough-dialog .e-drillthrough-body-header-value {
|
|
827
824
|
color: #fff;
|
|
828
|
-
margin-left: 10px;
|
|
829
825
|
margin-right: 20px;
|
|
830
826
|
}
|
|
831
827
|
|
|
@@ -995,7 +991,8 @@
|
|
|
995
991
|
padding-top: 0;
|
|
996
992
|
}
|
|
997
993
|
|
|
998
|
-
.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,
|
|
999
996
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
1000
997
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
1001
998
|
display: -ms-flexbox;
|
|
@@ -1007,7 +1004,6 @@
|
|
|
1007
1004
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-title,
|
|
1008
1005
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-content {
|
|
1009
1006
|
font-size: 14px;
|
|
1010
|
-
font-size: 13px;
|
|
1011
1007
|
font-weight: 500;
|
|
1012
1008
|
}
|
|
1013
1009
|
|
|
@@ -1204,18 +1200,13 @@
|
|
|
1204
1200
|
|
|
1205
1201
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1206
1202
|
margin: 0px !important;
|
|
1207
|
-
padding
|
|
1208
|
-
padding-top: 10px !important;
|
|
1203
|
+
padding: 2px 4px !important;
|
|
1209
1204
|
}
|
|
1210
1205
|
|
|
1211
1206
|
.e-pivotview .e-pivotchart > svg, .e-pivotview .e-pivotchart-inner > svg {
|
|
1212
1207
|
border: 1px solid #616161;
|
|
1213
1208
|
}
|
|
1214
1209
|
|
|
1215
|
-
.e-pivotview .e-pivotchart.e-ltr {
|
|
1216
|
-
direction: ltr;
|
|
1217
|
-
}
|
|
1218
|
-
|
|
1219
1210
|
.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1220
1211
|
.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
1221
1212
|
margin: -18px !important;
|
|
@@ -1241,11 +1232,27 @@
|
|
|
1241
1232
|
color: rgba(255, 255, 255, 0.7) !important;
|
|
1242
1233
|
}
|
|
1243
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
|
+
|
|
1244
1241
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1245
1242
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1246
1243
|
padding-left: 8px !important;
|
|
1247
1244
|
}
|
|
1248
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
|
+
|
|
1249
1256
|
.e-pivotview .e-frozenheader > .e-table,
|
|
1250
1257
|
.e-pivotview .e-frozencontent > .e-table {
|
|
1251
1258
|
border-left-color: #616161 !important;
|
|
@@ -1254,14 +1261,14 @@
|
|
|
1254
1261
|
border-right-width: 1px;
|
|
1255
1262
|
}
|
|
1256
1263
|
|
|
1257
|
-
.e-pivotview .e-stackedheadercelldiv
|
|
1258
|
-
|
|
1259
|
-
margin-top: 5px;
|
|
1264
|
+
.e-pivotview .e-stackedheadercelldiv {
|
|
1265
|
+
display: block;
|
|
1260
1266
|
}
|
|
1261
1267
|
|
|
1262
|
-
.e-pivotview .e-stackedheadertext.e-cellvalue
|
|
1263
|
-
|
|
1268
|
+
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1269
|
+
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1264
1270
|
padding-left: 8px !important;
|
|
1271
|
+
margin-top: 5px;
|
|
1265
1272
|
}
|
|
1266
1273
|
|
|
1267
1274
|
.e-pivotview .e-headercelldiv.e-cellvalue {
|
|
@@ -1273,6 +1280,7 @@
|
|
|
1273
1280
|
}
|
|
1274
1281
|
|
|
1275
1282
|
.e-pivotview .e-stackedheadercelldiv,
|
|
1283
|
+
.e-pivotview .e-stackedheadertext,
|
|
1276
1284
|
.e-pivotview .e-headertext,
|
|
1277
1285
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
1278
1286
|
color: #fff;
|
|
@@ -1281,6 +1289,7 @@
|
|
|
1281
1289
|
}
|
|
1282
1290
|
|
|
1283
1291
|
.e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell,
|
|
1292
|
+
.e-pivotview .e-stackedheadertext .e-hyperlinkcell,
|
|
1284
1293
|
.e-pivotview .e-headertext .e-hyperlinkcell,
|
|
1285
1294
|
.e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell {
|
|
1286
1295
|
cursor: pointer;
|
|
@@ -1381,7 +1390,6 @@
|
|
|
1381
1390
|
.e-pivotview .e-group-rows,
|
|
1382
1391
|
.e-pivotview .e-group-all-fields {
|
|
1383
1392
|
background: #212121;
|
|
1384
|
-
vertical-align: top;
|
|
1385
1393
|
display: inline-table;
|
|
1386
1394
|
-ms-flex: auto;
|
|
1387
1395
|
flex: auto;
|
|
@@ -1390,6 +1398,7 @@
|
|
|
1390
1398
|
overflow: hidden;
|
|
1391
1399
|
padding-left: 8px;
|
|
1392
1400
|
scroll-behavior: smooth;
|
|
1401
|
+
vertical-align: top;
|
|
1393
1402
|
}
|
|
1394
1403
|
|
|
1395
1404
|
.e-pivotview .e-group-values.e-drag-restrict,
|
|
@@ -1485,7 +1494,7 @@
|
|
|
1485
1494
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filtered,
|
|
1486
1495
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-remove,
|
|
1487
1496
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-edit {
|
|
1488
|
-
color: #fff
|
|
1497
|
+
color: #fff;
|
|
1489
1498
|
}
|
|
1490
1499
|
|
|
1491
1500
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused,
|
|
@@ -1506,7 +1515,7 @@
|
|
|
1506
1515
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filtered,
|
|
1507
1516
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-remove,
|
|
1508
1517
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-edit {
|
|
1509
|
-
color: #fff
|
|
1518
|
+
color: #fff;
|
|
1510
1519
|
}
|
|
1511
1520
|
|
|
1512
1521
|
.e-pivotview .e-grouping-bar .e-pivot-button:focus, .e-pivotview .e-grouping-bar .e-pivot-button:active,
|
|
@@ -1539,7 +1548,7 @@
|
|
|
1539
1548
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filtered,
|
|
1540
1549
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-remove,
|
|
1541
1550
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
|
|
1542
|
-
color: #fff
|
|
1551
|
+
color: #fff;
|
|
1543
1552
|
}
|
|
1544
1553
|
|
|
1545
1554
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-content,
|
|
@@ -1562,7 +1571,7 @@
|
|
|
1562
1571
|
|
|
1563
1572
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
|
|
1564
1573
|
.e-pivotview .e-group-rows .e-pivot-button .e-draggable {
|
|
1565
|
-
height: initial;
|
|
1574
|
+
height: initial !important;
|
|
1566
1575
|
}
|
|
1567
1576
|
|
|
1568
1577
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
|
|
@@ -1582,7 +1591,7 @@
|
|
|
1582
1591
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1583
1592
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1584
1593
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit {
|
|
1585
|
-
color: rgba(255, 255, 255, 0.7)
|
|
1594
|
+
color: rgba(255, 255, 255, 0.7);
|
|
1586
1595
|
cursor: pointer;
|
|
1587
1596
|
display: inline-block;
|
|
1588
1597
|
font-size: 12px;
|
|
@@ -1603,7 +1612,7 @@
|
|
|
1603
1612
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered:hover,
|
|
1604
1613
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove:hover,
|
|
1605
1614
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit:hover {
|
|
1606
|
-
color: #fff
|
|
1615
|
+
color: #fff;
|
|
1607
1616
|
}
|
|
1608
1617
|
|
|
1609
1618
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-disable,
|
|
@@ -1818,7 +1827,7 @@
|
|
|
1818
1827
|
padding-bottom: 7px;
|
|
1819
1828
|
}
|
|
1820
1829
|
|
|
1821
|
-
.e-pivotview .e-icons:not(.e-frame) {
|
|
1830
|
+
.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) {
|
|
1822
1831
|
height: auto;
|
|
1823
1832
|
width: auto;
|
|
1824
1833
|
}
|
|
@@ -2008,7 +2017,7 @@
|
|
|
2008
2017
|
}
|
|
2009
2018
|
|
|
2010
2019
|
.e-pivottooltip {
|
|
2011
|
-
border-radius:
|
|
2020
|
+
border-radius: 4px;
|
|
2012
2021
|
padding: 3px 4px;
|
|
2013
2022
|
}
|
|
2014
2023
|
|
|
@@ -2091,14 +2100,23 @@
|
|
|
2091
2100
|
}
|
|
2092
2101
|
|
|
2093
2102
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2103
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2094
2104
|
.e-bigger .e-pivotview .e-headertext,
|
|
2095
2105
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2096
2106
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2107
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2097
2108
|
.e-bigger.e-pivotview .e-headertext,
|
|
2098
2109
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2099
2110
|
font-size: 13px !important;
|
|
2100
2111
|
}
|
|
2101
2112
|
|
|
2113
|
+
.e-bigger .e-pivotview th .e-expand,
|
|
2114
|
+
.e-bigger .e-pivotview th .e-collapse,
|
|
2115
|
+
.e-bigger.e-pivotview th .e-expand,
|
|
2116
|
+
.e-bigger.e-pivotview th .e-collapse {
|
|
2117
|
+
margin-top: 8px;
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2102
2120
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
2103
2121
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
2104
2122
|
height: 36px !important;
|
|
@@ -2273,9 +2291,11 @@
|
|
|
2273
2291
|
}
|
|
2274
2292
|
|
|
2275
2293
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2294
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2276
2295
|
.e-bigger .e-pivotview .e-headertext,
|
|
2277
2296
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2278
2297
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2298
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2279
2299
|
.e-bigger.e-pivotview .e-headertext,
|
|
2280
2300
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2281
2301
|
color: #fff !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: #fff;
|
|
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(255, 255, 255, 0.7);
|
|
3063
|
+
}
|
|
3064
|
+
|
|
3028
3065
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3029
3066
|
color: rgba(255, 255, 255, 0.7);
|
|
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: rgba(255, 255, 255, 0.7);
|
|
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 #616161;
|
|
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: #7d7d7d;
|
|
3593
|
-
border-color: transparent;
|
|
3594
|
-
color: #fff;
|
|
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: #7d7d7d;
|
|
4008
|
-
border-color: transparent;
|
|
4009
|
-
color: #fff;
|
|
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,
|