@syncfusion/ej2-vue-pivotview 19.3.53 → 19.4.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -26
- package/README.md +1 -1
- package/dist/ej2-vue-pivotview.umd.min.js +10 -1
- package/dist/es6/ej2-vue-pivotview.es2015.js +2 -2
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +2 -2
- package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +8 -8
- package/src/pivotfieldlist/pivotfieldlist.component.js +1 -1
- package/src/pivotview/pivotview.component.js +1 -1
- package/styles/bootstrap-dark.css +115 -104
- package/styles/bootstrap.css +115 -104
- package/styles/bootstrap4.css +114 -81
- package/styles/bootstrap5-dark.css +220 -168
- package/styles/bootstrap5.css +215 -161
- package/styles/fabric-dark.css +117 -103
- package/styles/fabric.css +115 -102
- package/styles/highcontrast-light.css +116 -102
- package/styles/highcontrast.css +118 -104
- package/styles/material-dark.css +108 -97
- package/styles/material.css +108 -97
- package/styles/pivotfieldlist/bootstrap-dark.css +49 -58
- package/styles/pivotfieldlist/bootstrap.css +49 -58
- package/styles/pivotfieldlist/bootstrap4.css +44 -39
- package/styles/pivotfieldlist/bootstrap5-dark.css +115 -89
- package/styles/pivotfieldlist/bootstrap5.css +115 -89
- package/styles/pivotfieldlist/fabric-dark.css +49 -58
- package/styles/pivotfieldlist/fabric.css +49 -58
- package/styles/pivotfieldlist/highcontrast-light.css +49 -58
- package/styles/pivotfieldlist/highcontrast.css +49 -58
- package/styles/pivotfieldlist/material-dark.css +44 -53
- package/styles/pivotfieldlist/material.css +44 -53
- package/styles/pivotfieldlist/tailwind-dark.css +138 -81
- package/styles/pivotfieldlist/tailwind.css +140 -83
- package/styles/pivotview/bootstrap-dark.css +66 -46
- package/styles/pivotview/bootstrap.css +66 -46
- package/styles/pivotview/bootstrap4.css +70 -42
- package/styles/pivotview/bootstrap5-dark.css +99 -73
- package/styles/pivotview/bootstrap5.css +100 -72
- package/styles/pivotview/fabric-dark.css +68 -45
- package/styles/pivotview/fabric.css +66 -44
- package/styles/pivotview/highcontrast-light.css +67 -44
- package/styles/pivotview/highcontrast.css +69 -46
- package/styles/pivotview/material-dark.css +64 -44
- package/styles/pivotview/material.css +64 -44
- package/styles/pivotview/tailwind-dark.css +106 -58
- package/styles/pivotview/tailwind.css +107 -57
- package/styles/tailwind-dark.css +250 -145
- package/styles/tailwind.css +247 -140
package/styles/highcontrast.css
CHANGED
|
@@ -184,17 +184,18 @@
|
|
|
184
184
|
.e-pivotview .e-group-field-settings {
|
|
185
185
|
max-height: 450px !important;
|
|
186
186
|
border-radius: 4px;
|
|
187
|
-
max-width: 400px;
|
|
188
|
-
width: auto;
|
|
187
|
+
max-width: 400px !important;
|
|
188
|
+
width: auto !important;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
.e-pivotview .e-pivot-format-dialog {
|
|
192
192
|
border-radius: 4px;
|
|
193
|
-
max-width: 400px;
|
|
194
|
-
width: auto;
|
|
193
|
+
max-width: 400px !important;
|
|
194
|
+
width: auto !important;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
197
|
+
.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
198
|
+
.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
198
199
|
display: -ms-flexbox;
|
|
199
200
|
display: flex;
|
|
200
201
|
}
|
|
@@ -209,9 +210,9 @@
|
|
|
209
210
|
.e-pivotview .e-value-field-settings .e-field-name-content {
|
|
210
211
|
-ms-flex: auto;
|
|
211
212
|
flex: auto;
|
|
212
|
-
width: 100%;
|
|
213
213
|
font-size: 13px;
|
|
214
214
|
font-weight: 500;
|
|
215
|
+
width: 100%;
|
|
215
216
|
}
|
|
216
217
|
|
|
217
218
|
.e-pivotview .e-value-field-settings .e-caption-input-wrapper,
|
|
@@ -297,13 +298,6 @@
|
|
|
297
298
|
font-size: 16px;
|
|
298
299
|
}
|
|
299
300
|
|
|
300
|
-
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
301
|
-
background-color: #ffd939;
|
|
302
|
-
border-color: #ffd939;
|
|
303
|
-
color: #000;
|
|
304
|
-
outline: none;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
301
|
.e-pivotview .e-member-editor-dialog .e-member-prompt {
|
|
308
302
|
padding: 15px 20px;
|
|
309
303
|
text-align: center;
|
|
@@ -444,7 +438,7 @@
|
|
|
444
438
|
|
|
445
439
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
|
|
446
440
|
float: left;
|
|
447
|
-
margin
|
|
441
|
+
margin: 0;
|
|
448
442
|
}
|
|
449
443
|
|
|
450
444
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button.e-disable {
|
|
@@ -490,7 +484,7 @@
|
|
|
490
484
|
|
|
491
485
|
.e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
492
486
|
float: right;
|
|
493
|
-
margin
|
|
487
|
+
margin: 0;
|
|
494
488
|
}
|
|
495
489
|
|
|
496
490
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul,
|
|
@@ -557,9 +551,9 @@
|
|
|
557
551
|
.e-pivotview .e-member-editor-dialog .e-footer-content,
|
|
558
552
|
.e-pivotview .e-pivot-format-dialog .e-footer-content,
|
|
559
553
|
.e-pivotview .e-group-field-settings .e-footer-content {
|
|
560
|
-
border-radius: 4px;
|
|
561
554
|
border-top-left-radius: 0;
|
|
562
555
|
border-top-right-radius: 0;
|
|
556
|
+
border-radius: 4px;
|
|
563
557
|
padding-bottom: 8px;
|
|
564
558
|
padding-top: 8px;
|
|
565
559
|
}
|
|
@@ -624,7 +618,7 @@
|
|
|
624
618
|
}
|
|
625
619
|
|
|
626
620
|
.e-pivotview .e-pivotchart-type-dialog {
|
|
627
|
-
max-width: 350px;
|
|
621
|
+
max-width: 350px !important;
|
|
628
622
|
max-height: 380px !important;
|
|
629
623
|
}
|
|
630
624
|
|
|
@@ -656,8 +650,8 @@
|
|
|
656
650
|
}
|
|
657
651
|
|
|
658
652
|
.e-pivotview .e-pivot-format-dialog {
|
|
659
|
-
max-height:
|
|
660
|
-
max-width: 350px;
|
|
653
|
+
max-height: 550px !important;
|
|
654
|
+
max-width: 350px !important;
|
|
661
655
|
}
|
|
662
656
|
|
|
663
657
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
@@ -681,6 +675,7 @@
|
|
|
681
675
|
}
|
|
682
676
|
|
|
683
677
|
.e-pivotview .e-pivot-toolbar {
|
|
678
|
+
background: #262626;
|
|
684
679
|
border-bottom: 0;
|
|
685
680
|
border-style: solid;
|
|
686
681
|
border-top: 1px solid #969696;
|
|
@@ -688,6 +683,10 @@
|
|
|
688
683
|
border-right: 1px solid #969696;
|
|
689
684
|
}
|
|
690
685
|
|
|
686
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
687
|
+
background: #262626;
|
|
688
|
+
}
|
|
689
|
+
|
|
691
690
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
692
691
|
font-size: 16px;
|
|
693
692
|
}
|
|
@@ -753,7 +752,7 @@
|
|
|
753
752
|
}
|
|
754
753
|
|
|
755
754
|
.e-pivotview-report-dialog {
|
|
756
|
-
max-width: 350px;
|
|
755
|
+
max-width: 350px !important;
|
|
757
756
|
}
|
|
758
757
|
|
|
759
758
|
.e-mdx-query-content {
|
|
@@ -769,7 +768,7 @@
|
|
|
769
768
|
}
|
|
770
769
|
|
|
771
770
|
.e-pivotview-mdx-dialog {
|
|
772
|
-
max-width: 500px;
|
|
771
|
+
max-width: 500px !important;
|
|
773
772
|
}
|
|
774
773
|
|
|
775
774
|
.e-report-outer {
|
|
@@ -822,7 +821,6 @@
|
|
|
822
821
|
|
|
823
822
|
.e-drillthrough-dialog .e-drillthrough-body-header-value {
|
|
824
823
|
color: white;
|
|
825
|
-
margin-left: 10px;
|
|
826
824
|
margin-right: 20px;
|
|
827
825
|
}
|
|
828
826
|
|
|
@@ -992,7 +990,8 @@
|
|
|
992
990
|
padding-top: 0;
|
|
993
991
|
}
|
|
994
992
|
|
|
995
|
-
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
993
|
+
.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-container,
|
|
996
995
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
997
996
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
998
997
|
display: -ms-flexbox;
|
|
@@ -1004,7 +1003,6 @@
|
|
|
1004
1003
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-title,
|
|
1005
1004
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-content {
|
|
1006
1005
|
font-size: 14px;
|
|
1007
|
-
font-size: 13px;
|
|
1008
1006
|
font-weight: 500;
|
|
1009
1007
|
}
|
|
1010
1008
|
|
|
@@ -1193,6 +1191,7 @@
|
|
|
1193
1191
|
|
|
1194
1192
|
.e-pivotview div.e-cellvalue {
|
|
1195
1193
|
margin-top: 5px;
|
|
1194
|
+
margin-top: 0;
|
|
1196
1195
|
}
|
|
1197
1196
|
|
|
1198
1197
|
.e-pivotview .e-sortfilterdiv {
|
|
@@ -1202,18 +1201,13 @@
|
|
|
1202
1201
|
|
|
1203
1202
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1204
1203
|
margin: 0px !important;
|
|
1205
|
-
padding
|
|
1206
|
-
padding-top: 10px !important;
|
|
1204
|
+
padding: 2px 4px !important;
|
|
1207
1205
|
}
|
|
1208
1206
|
|
|
1209
1207
|
.e-pivotview .e-pivotchart > svg, .e-pivotview .e-pivotchart-inner > svg {
|
|
1210
1208
|
border: 1px solid #969696;
|
|
1211
1209
|
}
|
|
1212
1210
|
|
|
1213
|
-
.e-pivotview .e-pivotchart.e-ltr {
|
|
1214
|
-
direction: ltr;
|
|
1215
|
-
}
|
|
1216
|
-
|
|
1217
1211
|
.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1218
1212
|
.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
1219
1213
|
margin: -18px 0 !important;
|
|
@@ -1239,11 +1233,27 @@
|
|
|
1239
1233
|
color: #000 !important;
|
|
1240
1234
|
}
|
|
1241
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
|
+
|
|
1242
1242
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1243
1243
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1244
1244
|
padding-left: 8px !important;
|
|
1245
1245
|
}
|
|
1246
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
|
+
|
|
1247
1257
|
.e-pivotview .e-frozenheader > .e-table,
|
|
1248
1258
|
.e-pivotview .e-frozencontent > .e-table {
|
|
1249
1259
|
border-left-color: #969696 !important;
|
|
@@ -1252,22 +1262,23 @@
|
|
|
1252
1262
|
border-right-width: 1px;
|
|
1253
1263
|
}
|
|
1254
1264
|
|
|
1265
|
+
.e-pivotview .e-stackedheadercelldiv {
|
|
1266
|
+
display: block;
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
|
+
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1255
1270
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1256
1271
|
padding-left: 8px !important;
|
|
1257
1272
|
margin-top: 5px;
|
|
1258
1273
|
margin-top: 0;
|
|
1259
1274
|
}
|
|
1260
1275
|
|
|
1261
|
-
.e-pivotview .e-stackedheadertext.e-cellvalue {
|
|
1262
|
-
margin-top: 4px;
|
|
1263
|
-
padding-left: 8px !important;
|
|
1264
|
-
}
|
|
1265
|
-
|
|
1266
1276
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1267
1277
|
padding: 0 0 0 1px !important;
|
|
1268
1278
|
}
|
|
1269
1279
|
|
|
1270
1280
|
.e-pivotview .e-stackedheadercelldiv,
|
|
1281
|
+
.e-pivotview .e-stackedheadertext,
|
|
1271
1282
|
.e-pivotview .e-headertext,
|
|
1272
1283
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
1273
1284
|
color: white;
|
|
@@ -1276,6 +1287,7 @@
|
|
|
1276
1287
|
}
|
|
1277
1288
|
|
|
1278
1289
|
.e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell,
|
|
1290
|
+
.e-pivotview .e-stackedheadertext .e-hyperlinkcell,
|
|
1279
1291
|
.e-pivotview .e-headertext .e-hyperlinkcell,
|
|
1280
1292
|
.e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell {
|
|
1281
1293
|
cursor: pointer;
|
|
@@ -1376,7 +1388,6 @@
|
|
|
1376
1388
|
.e-pivotview .e-group-rows,
|
|
1377
1389
|
.e-pivotview .e-group-all-fields {
|
|
1378
1390
|
background: #262626;
|
|
1379
|
-
vertical-align: top;
|
|
1380
1391
|
display: inline-table;
|
|
1381
1392
|
-ms-flex: auto;
|
|
1382
1393
|
flex: auto;
|
|
@@ -1385,6 +1396,7 @@
|
|
|
1385
1396
|
overflow: hidden;
|
|
1386
1397
|
padding-left: 8px;
|
|
1387
1398
|
scroll-behavior: smooth;
|
|
1399
|
+
vertical-align: top;
|
|
1388
1400
|
}
|
|
1389
1401
|
|
|
1390
1402
|
.e-pivotview .e-group-values.e-drag-restrict,
|
|
@@ -1480,7 +1492,7 @@
|
|
|
1480
1492
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filtered,
|
|
1481
1493
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-remove,
|
|
1482
1494
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-edit {
|
|
1483
|
-
color: #fff
|
|
1495
|
+
color: #fff;
|
|
1484
1496
|
}
|
|
1485
1497
|
|
|
1486
1498
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused,
|
|
@@ -1501,7 +1513,7 @@
|
|
|
1501
1513
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filtered,
|
|
1502
1514
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-remove,
|
|
1503
1515
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-edit {
|
|
1504
|
-
color: #000
|
|
1516
|
+
color: #000;
|
|
1505
1517
|
}
|
|
1506
1518
|
|
|
1507
1519
|
.e-pivotview .e-grouping-bar .e-pivot-button:focus, .e-pivotview .e-grouping-bar .e-pivot-button:active,
|
|
@@ -1534,7 +1546,7 @@
|
|
|
1534
1546
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filtered,
|
|
1535
1547
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-remove,
|
|
1536
1548
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
|
|
1537
|
-
color: #000
|
|
1549
|
+
color: #000;
|
|
1538
1550
|
}
|
|
1539
1551
|
|
|
1540
1552
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-content,
|
|
@@ -1557,7 +1569,7 @@
|
|
|
1557
1569
|
|
|
1558
1570
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
|
|
1559
1571
|
.e-pivotview .e-group-rows .e-pivot-button .e-draggable {
|
|
1560
|
-
height: initial;
|
|
1572
|
+
height: initial !important;
|
|
1561
1573
|
}
|
|
1562
1574
|
|
|
1563
1575
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
|
|
@@ -1577,7 +1589,7 @@
|
|
|
1577
1589
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1578
1590
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1579
1591
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit {
|
|
1580
|
-
color: #fff
|
|
1592
|
+
color: #fff;
|
|
1581
1593
|
cursor: pointer;
|
|
1582
1594
|
display: inline-block;
|
|
1583
1595
|
font-size: 12px;
|
|
@@ -1598,7 +1610,7 @@
|
|
|
1598
1610
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered:hover,
|
|
1599
1611
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove:hover,
|
|
1600
1612
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit:hover {
|
|
1601
|
-
color: #fff
|
|
1613
|
+
color: #fff;
|
|
1602
1614
|
}
|
|
1603
1615
|
|
|
1604
1616
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-disable,
|
|
@@ -1813,7 +1825,7 @@
|
|
|
1813
1825
|
padding-bottom: 7px;
|
|
1814
1826
|
}
|
|
1815
1827
|
|
|
1816
|
-
.e-pivotview .e-icons:not(.e-frame) {
|
|
1828
|
+
.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) {
|
|
1817
1829
|
height: auto;
|
|
1818
1830
|
width: auto;
|
|
1819
1831
|
}
|
|
@@ -1830,7 +1842,7 @@
|
|
|
1830
1842
|
margin-top: 5px;
|
|
1831
1843
|
text-align: center;
|
|
1832
1844
|
width: 18px;
|
|
1833
|
-
margin-top: 0
|
|
1845
|
+
margin-top: 0;
|
|
1834
1846
|
}
|
|
1835
1847
|
|
|
1836
1848
|
.e-pivotview th .e-expand,
|
|
@@ -1838,7 +1850,7 @@
|
|
|
1838
1850
|
float: left;
|
|
1839
1851
|
font-size: 13px !important;
|
|
1840
1852
|
margin-left: 0px;
|
|
1841
|
-
margin-top:
|
|
1853
|
+
margin-top: 2px;
|
|
1842
1854
|
}
|
|
1843
1855
|
|
|
1844
1856
|
.e-pivotview .e-expand::before {
|
|
@@ -2004,7 +2016,7 @@
|
|
|
2004
2016
|
}
|
|
2005
2017
|
|
|
2006
2018
|
.e-pivottooltip {
|
|
2007
|
-
border-radius:
|
|
2019
|
+
border-radius: 4px;
|
|
2008
2020
|
padding: 0 0;
|
|
2009
2021
|
}
|
|
2010
2022
|
|
|
@@ -2087,14 +2099,23 @@
|
|
|
2087
2099
|
}
|
|
2088
2100
|
|
|
2089
2101
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2102
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2090
2103
|
.e-bigger .e-pivotview .e-headertext,
|
|
2091
2104
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2092
2105
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2106
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2093
2107
|
.e-bigger.e-pivotview .e-headertext,
|
|
2094
2108
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2095
2109
|
font-size: 13px !important;
|
|
2096
2110
|
}
|
|
2097
2111
|
|
|
2112
|
+
.e-bigger .e-pivotview th .e-expand,
|
|
2113
|
+
.e-bigger .e-pivotview th .e-collapse,
|
|
2114
|
+
.e-bigger.e-pivotview th .e-expand,
|
|
2115
|
+
.e-bigger.e-pivotview th .e-collapse {
|
|
2116
|
+
margin-top: 2px;
|
|
2117
|
+
}
|
|
2118
|
+
|
|
2098
2119
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
2099
2120
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
2100
2121
|
height: 36px !important;
|
|
@@ -2269,9 +2290,11 @@
|
|
|
2269
2290
|
}
|
|
2270
2291
|
|
|
2271
2292
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2293
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2272
2294
|
.e-bigger .e-pivotview .e-headertext,
|
|
2273
2295
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2274
2296
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2297
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2275
2298
|
.e-bigger.e-pivotview .e-headertext,
|
|
2276
2299
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2277
2300
|
color: white !important;
|
|
@@ -2835,6 +2858,18 @@
|
|
|
2835
2858
|
width: 14px;
|
|
2836
2859
|
}
|
|
2837
2860
|
|
|
2861
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
|
|
2862
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn {
|
|
2863
|
+
pointer-events: none;
|
|
2864
|
+
}
|
|
2865
|
+
|
|
2866
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color,
|
|
2867
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color {
|
|
2868
|
+
background: none;
|
|
2869
|
+
margin: 0 2px;
|
|
2870
|
+
width: 14px;
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2838
2873
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2839
2874
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2840
2875
|
border: 1px solid #fff;
|
|
@@ -2991,6 +3026,7 @@
|
|
|
2991
3026
|
.e-pivot-calc-dialog-div .e-olap-member-title {
|
|
2992
3027
|
color: #fff;
|
|
2993
3028
|
font-size: 13px;
|
|
3029
|
+
margin-bottom: 4px;
|
|
2994
3030
|
margin-top: 15px;
|
|
2995
3031
|
overflow: hidden;
|
|
2996
3032
|
padding: 4px 0;
|
|
@@ -3019,6 +3055,10 @@
|
|
|
3019
3055
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
3020
3056
|
}
|
|
3021
3057
|
|
|
3058
|
+
.e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
|
|
3059
|
+
color: #fff;
|
|
3060
|
+
}
|
|
3061
|
+
|
|
3022
3062
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3023
3063
|
color: #fff;
|
|
3024
3064
|
margin: 0;
|
|
@@ -3055,6 +3095,10 @@
|
|
|
3055
3095
|
width: 24px;
|
|
3056
3096
|
}
|
|
3057
3097
|
|
|
3098
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
|
|
3099
|
+
color: #fff;
|
|
3100
|
+
}
|
|
3101
|
+
|
|
3058
3102
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3059
3103
|
color: #fff;
|
|
3060
3104
|
cursor: move;
|
|
@@ -3062,7 +3106,6 @@
|
|
|
3062
3106
|
font-size: 14px;
|
|
3063
3107
|
height: 24px;
|
|
3064
3108
|
margin-right: 4px;
|
|
3065
|
-
margin-top: 4px;
|
|
3066
3109
|
padding: 5px;
|
|
3067
3110
|
pointer-events: auto;
|
|
3068
3111
|
width: 24px;
|
|
@@ -3080,7 +3123,7 @@
|
|
|
3080
3123
|
|
|
3081
3124
|
.e-pivot-calc-dialog-div .e-contextmenu {
|
|
3082
3125
|
background-color: #000;
|
|
3083
|
-
border-radius:
|
|
3126
|
+
border-radius: 0;
|
|
3084
3127
|
}
|
|
3085
3128
|
|
|
3086
3129
|
.e-pivot-calc-dialog-div .e-contextmenu .e-menu-item {
|
|
@@ -3141,11 +3184,10 @@
|
|
|
3141
3184
|
.e-pivot-calc-dialog-div .e-pivot-formula {
|
|
3142
3185
|
background-color: #000;
|
|
3143
3186
|
border: 1px solid #969696;
|
|
3144
|
-
border-radius:
|
|
3187
|
+
border-radius: 0;
|
|
3145
3188
|
color: #fff;
|
|
3146
3189
|
font-size: 13px;
|
|
3147
3190
|
height: 70px;
|
|
3148
|
-
margin-top: 5px;
|
|
3149
3191
|
padding: 5px 10px;
|
|
3150
3192
|
resize: none;
|
|
3151
3193
|
width: 100%;
|
|
@@ -3167,9 +3209,8 @@
|
|
|
3167
3209
|
.e-pivot-calc-dialog-div .e-pivot-treeview-outer {
|
|
3168
3210
|
background-color: #000;
|
|
3169
3211
|
border: 1px solid #969696;
|
|
3170
|
-
border-radius:
|
|
3212
|
+
border-radius: 0;
|
|
3171
3213
|
height: 120px;
|
|
3172
|
-
margin-top: 5px;
|
|
3173
3214
|
overflow: auto;
|
|
3174
3215
|
}
|
|
3175
3216
|
|
|
@@ -3461,8 +3502,8 @@
|
|
|
3461
3502
|
|
|
3462
3503
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,
|
|
3463
3504
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog {
|
|
3464
|
-
max-width: 400px;
|
|
3465
|
-
min-width: 320px;
|
|
3505
|
+
max-width: 400px !important;
|
|
3506
|
+
min-width: 320px !important;
|
|
3466
3507
|
}
|
|
3467
3508
|
|
|
3468
3509
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -3582,13 +3623,6 @@
|
|
|
3582
3623
|
font-size: 16px;
|
|
3583
3624
|
}
|
|
3584
3625
|
|
|
3585
|
-
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
3586
|
-
background-color: #ffd939;
|
|
3587
|
-
border-color: #ffd939;
|
|
3588
|
-
color: #000;
|
|
3589
|
-
outline: none;
|
|
3590
|
-
}
|
|
3591
|
-
|
|
3592
3626
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-select-all-wrapper ul {
|
|
3593
3627
|
margin-left: -35px;
|
|
3594
3628
|
overflow: hidden;
|
|
@@ -3732,8 +3766,8 @@
|
|
|
3732
3766
|
}
|
|
3733
3767
|
|
|
3734
3768
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
3735
|
-
max-width: 400px;
|
|
3736
|
-
min-width: 300px;
|
|
3769
|
+
max-width: 400px !important;
|
|
3770
|
+
min-width: 300px !important;
|
|
3737
3771
|
}
|
|
3738
3772
|
|
|
3739
3773
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
|
|
@@ -3801,7 +3835,7 @@
|
|
|
3801
3835
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog,
|
|
3802
3836
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
3803
3837
|
border-radius: 0;
|
|
3804
|
-
width: auto;
|
|
3838
|
+
width: auto !important;
|
|
3805
3839
|
}
|
|
3806
3840
|
|
|
3807
3841
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -3870,8 +3904,8 @@
|
|
|
3870
3904
|
|
|
3871
3905
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog,
|
|
3872
3906
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3873
|
-
|
|
3874
|
-
|
|
3907
|
+
max-width: 400px !important;
|
|
3908
|
+
min-width: 320px !important;
|
|
3875
3909
|
}
|
|
3876
3910
|
|
|
3877
3911
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -3997,13 +4031,6 @@
|
|
|
3997
4031
|
font-size: 16px;
|
|
3998
4032
|
}
|
|
3999
4033
|
|
|
4000
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
4001
|
-
background-color: #ffd939;
|
|
4002
|
-
border-color: #ffd939;
|
|
4003
|
-
color: #000;
|
|
4004
|
-
outline: none;
|
|
4005
|
-
}
|
|
4006
|
-
|
|
4007
4034
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
|
|
4008
4035
|
margin-left: -35px;
|
|
4009
4036
|
overflow: hidden;
|
|
@@ -4018,7 +4045,7 @@
|
|
|
4018
4045
|
}
|
|
4019
4046
|
|
|
4020
4047
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
4021
|
-
border:
|
|
4048
|
+
border: 0;
|
|
4022
4049
|
}
|
|
4023
4050
|
|
|
4024
4051
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
@@ -4147,8 +4174,8 @@
|
|
|
4147
4174
|
}
|
|
4148
4175
|
|
|
4149
4176
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
4150
|
-
max-width: 400px;
|
|
4151
|
-
min-width: 300px;
|
|
4177
|
+
max-width: 400px !important;
|
|
4178
|
+
min-width: 300px !important;
|
|
4152
4179
|
}
|
|
4153
4180
|
|
|
4154
4181
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
@@ -4216,7 +4243,7 @@
|
|
|
4216
4243
|
.e-pivotfieldlist-container .e-member-editor-dialog,
|
|
4217
4244
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
4218
4245
|
border-radius: 0;
|
|
4219
|
-
width: auto;
|
|
4246
|
+
width: auto !important;
|
|
4220
4247
|
}
|
|
4221
4248
|
|
|
4222
4249
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -4290,12 +4317,14 @@
|
|
|
4290
4317
|
border-radius: 0;
|
|
4291
4318
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
|
|
4292
4319
|
height: 28px;
|
|
4320
|
+
line-height: 1em;
|
|
4293
4321
|
min-width: 100px;
|
|
4294
4322
|
padding: 5px 10px;
|
|
4295
4323
|
}
|
|
4296
4324
|
|
|
4297
4325
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content,
|
|
4298
4326
|
.e-pivot-calc.e-drag-item.e-treeview .e-text-content {
|
|
4327
|
+
height: 100%;
|
|
4299
4328
|
padding: 0;
|
|
4300
4329
|
text-align: center;
|
|
4301
4330
|
width: 100%;
|
|
@@ -4409,23 +4438,8 @@
|
|
|
4409
4438
|
}
|
|
4410
4439
|
|
|
4411
4440
|
.e-pivot-error-dialog {
|
|
4412
|
-
max-width: 400px;
|
|
4413
|
-
width: auto;
|
|
4414
|
-
}
|
|
4415
|
-
|
|
4416
|
-
.e-pivot-error-dialog .e-dlg-header-content,
|
|
4417
|
-
.e-pivot-error-dialog .e-footer-content {
|
|
4418
|
-
border: 0;
|
|
4419
|
-
}
|
|
4420
|
-
|
|
4421
|
-
.e-pivot-error-dialog .e-dlg-header {
|
|
4422
|
-
font-weight: normal;
|
|
4423
|
-
opacity: 1;
|
|
4424
|
-
}
|
|
4425
|
-
|
|
4426
|
-
.e-pivot-error-dialog .e-dlg-content {
|
|
4427
|
-
font-weight: normal;
|
|
4428
|
-
opacity: 1;
|
|
4441
|
+
max-width: 400px !important;
|
|
4442
|
+
width: auto !important;
|
|
4429
4443
|
}
|
|
4430
4444
|
|
|
4431
4445
|
.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
@@ -4509,7 +4523,7 @@
|
|
|
4509
4523
|
|
|
4510
4524
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4511
4525
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4512
|
-
height: 71px
|
|
4526
|
+
height: 71px;
|
|
4513
4527
|
}
|
|
4514
4528
|
|
|
4515
4529
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -4878,8 +4892,8 @@
|
|
|
4878
4892
|
.e-pivotfieldlist-wrapper {
|
|
4879
4893
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
4880
4894
|
font-size: 12px;
|
|
4881
|
-
max-width: 700px;
|
|
4882
|
-
min-width: 300px;
|
|
4895
|
+
max-width: 700px !important;
|
|
4896
|
+
min-width: 300px !important;
|
|
4883
4897
|
}
|
|
4884
4898
|
|
|
4885
4899
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
@@ -4968,9 +4982,9 @@
|
|
|
4968
4982
|
}
|
|
4969
4983
|
|
|
4970
4984
|
.e-pivotfieldlist-wrapper .e-title-header .e-title-content {
|
|
4971
|
-
font-size: 18px;
|
|
4972
4985
|
-ms-flex: auto;
|
|
4973
4986
|
flex: auto;
|
|
4987
|
+
font-size: 18px;
|
|
4974
4988
|
}
|
|
4975
4989
|
|
|
4976
4990
|
.e-pivotfieldlist-wrapper .e-field-list-container {
|
|
@@ -5004,13 +5018,13 @@
|
|
|
5004
5018
|
font-size: 13px;
|
|
5005
5019
|
font-weight: normal;
|
|
5006
5020
|
height: 28px;
|
|
5021
|
+
line-height: 1.5em;
|
|
5007
5022
|
overflow: hidden;
|
|
5008
5023
|
padding: 5px 0 0 15px;
|
|
5009
5024
|
text-align: left;
|
|
5010
5025
|
text-overflow: ellipsis;
|
|
5011
|
-
word-break: break-all;
|
|
5012
|
-
line-height: 1.5em;
|
|
5013
5026
|
text-transform: none;
|
|
5027
|
+
word-break: break-all;
|
|
5014
5028
|
}
|
|
5015
5029
|
|
|
5016
5030
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
|
|
@@ -5237,8 +5251,8 @@
|
|
|
5237
5251
|
overflow: hidden;
|
|
5238
5252
|
padding: 0 8px;
|
|
5239
5253
|
text-overflow: ellipsis;
|
|
5240
|
-
width: 100%;
|
|
5241
5254
|
text-transform: none;
|
|
5255
|
+
width: 100%;
|
|
5242
5256
|
}
|
|
5243
5257
|
|
|
5244
5258
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -6095,7 +6109,7 @@
|
|
|
6095
6109
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
6096
6110
|
background-color: #000;
|
|
6097
6111
|
border: 1px solid #969696;
|
|
6098
|
-
border-radius:
|
|
6112
|
+
border-radius: 0;
|
|
6099
6113
|
color: #fff;
|
|
6100
6114
|
height: 200px;
|
|
6101
6115
|
margin-left: 20px;
|
|
@@ -6702,8 +6716,8 @@
|
|
|
6702
6716
|
overflow: hidden;
|
|
6703
6717
|
padding: 0 8px;
|
|
6704
6718
|
text-overflow: ellipsis;
|
|
6705
|
-
width: 100%;
|
|
6706
6719
|
text-transform: none;
|
|
6720
|
+
width: 100%;
|
|
6707
6721
|
}
|
|
6708
6722
|
|
|
6709
6723
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -7560,7 +7574,7 @@
|
|
|
7560
7574
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
7561
7575
|
background-color: #000;
|
|
7562
7576
|
border: 1px solid #969696;
|
|
7563
|
-
border-radius:
|
|
7577
|
+
border-radius: 0;
|
|
7564
7578
|
color: #fff;
|
|
7565
7579
|
height: 200px;
|
|
7566
7580
|
margin-left: 20px;
|