@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/bootstrap.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: #e6e6e6;
|
|
303
|
-
border-color: #adadad;
|
|
304
|
-
color: #333;
|
|
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: #f5f5f5;
|
|
687
680
|
border-bottom: 0;
|
|
688
681
|
border-style: solid;
|
|
689
682
|
border-top: 1px solid rgba(51, 51, 51, 0.12);
|
|
@@ -691,6 +684,10 @@
|
|
|
691
684
|
border-right: 1px solid rgba(51, 51, 51, 0.12);
|
|
692
685
|
}
|
|
693
686
|
|
|
687
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
688
|
+
background: #f5f5f5;
|
|
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: #333;
|
|
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
|
|
|
@@ -1199,23 +1195,18 @@
|
|
|
1199
1195
|
|
|
1200
1196
|
.e-pivotview .e-sortfilterdiv {
|
|
1201
1197
|
float: right;
|
|
1202
|
-
margin: -23px
|
|
1198
|
+
margin: -23px 0 !important;
|
|
1203
1199
|
}
|
|
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 #e6e6e6;
|
|
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: -30px -15px !important;
|
|
@@ -1241,11 +1232,27 @@
|
|
|
1241
1232
|
color: #333 !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: #e6e6e6 !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: #333;
|
|
@@ -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: #f5f5f5;
|
|
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: #333
|
|
1497
|
+
color: #333;
|
|
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: #333
|
|
1518
|
+
color: #333;
|
|
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: #333
|
|
1551
|
+
color: #333;
|
|
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: #333
|
|
1594
|
+
color: #333;
|
|
1586
1595
|
cursor: pointer;
|
|
1587
1596
|
display: inline-block;
|
|
1588
1597
|
font-size: 10px;
|
|
@@ -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: #333
|
|
1615
|
+
color: #333;
|
|
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
|
}
|
|
@@ -1842,7 +1851,7 @@
|
|
|
1842
1851
|
float: left;
|
|
1843
1852
|
font-size: 11px !important;
|
|
1844
1853
|
margin-left: 0px;
|
|
1845
|
-
margin-top:
|
|
1854
|
+
margin-top: 6px;
|
|
1846
1855
|
}
|
|
1847
1856
|
|
|
1848
1857
|
.e-pivotview .e-expand::before {
|
|
@@ -2008,7 +2017,7 @@
|
|
|
2008
2017
|
}
|
|
2009
2018
|
|
|
2010
2019
|
.e-pivottooltip {
|
|
2011
|
-
border-radius:
|
|
2020
|
+
border-radius: 4px;
|
|
2012
2021
|
padding: 3px 2px;
|
|
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: 6px;
|
|
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: #333 !important;
|
|
@@ -2840,6 +2860,18 @@
|
|
|
2840
2860
|
width: 14px;
|
|
2841
2861
|
}
|
|
2842
2862
|
|
|
2863
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
|
|
2864
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn {
|
|
2865
|
+
pointer-events: none;
|
|
2866
|
+
}
|
|
2867
|
+
|
|
2868
|
+
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color,
|
|
2869
|
+
.e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color {
|
|
2870
|
+
background: none;
|
|
2871
|
+
margin: 0 2px;
|
|
2872
|
+
width: 14px;
|
|
2873
|
+
}
|
|
2874
|
+
|
|
2843
2875
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
2844
2876
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
2845
2877
|
border: 1px solid #e6e6e6;
|
|
@@ -2996,6 +3028,7 @@
|
|
|
2996
3028
|
.e-pivot-calc-dialog-div .e-olap-member-title {
|
|
2997
3029
|
color: #333;
|
|
2998
3030
|
font-size: 13px;
|
|
3031
|
+
margin-bottom: 4px;
|
|
2999
3032
|
margin-top: 15px;
|
|
3000
3033
|
overflow: hidden;
|
|
3001
3034
|
padding: 4px 0;
|
|
@@ -3024,6 +3057,10 @@
|
|
|
3024
3057
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
3025
3058
|
}
|
|
3026
3059
|
|
|
3060
|
+
.e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
|
|
3061
|
+
color: #333;
|
|
3062
|
+
}
|
|
3063
|
+
|
|
3027
3064
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3028
3065
|
color: #333;
|
|
3029
3066
|
margin: 0;
|
|
@@ -3060,6 +3097,10 @@
|
|
|
3060
3097
|
width: 24px;
|
|
3061
3098
|
}
|
|
3062
3099
|
|
|
3100
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
|
|
3101
|
+
color: #bdbdbd;
|
|
3102
|
+
}
|
|
3103
|
+
|
|
3063
3104
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3064
3105
|
color: #bdbdbd;
|
|
3065
3106
|
cursor: move;
|
|
@@ -3067,7 +3108,6 @@
|
|
|
3067
3108
|
font-size: 14px;
|
|
3068
3109
|
height: 24px;
|
|
3069
3110
|
margin-right: 4px;
|
|
3070
|
-
margin-top: 4px;
|
|
3071
3111
|
padding: 5px;
|
|
3072
3112
|
pointer-events: auto;
|
|
3073
3113
|
width: 24px;
|
|
@@ -3085,7 +3125,7 @@
|
|
|
3085
3125
|
|
|
3086
3126
|
.e-pivot-calc-dialog-div .e-contextmenu {
|
|
3087
3127
|
background-color: #fff;
|
|
3088
|
-
border-radius:
|
|
3128
|
+
border-radius: 0;
|
|
3089
3129
|
}
|
|
3090
3130
|
|
|
3091
3131
|
.e-pivot-calc-dialog-div .e-contextmenu .e-menu-item {
|
|
@@ -3146,11 +3186,10 @@
|
|
|
3146
3186
|
.e-pivot-calc-dialog-div .e-pivot-formula {
|
|
3147
3187
|
background-color: #fff;
|
|
3148
3188
|
border: 1px solid #e6e6e6;
|
|
3149
|
-
border-radius:
|
|
3189
|
+
border-radius: 0;
|
|
3150
3190
|
color: #333;
|
|
3151
3191
|
font-size: 13px;
|
|
3152
3192
|
height: 70px;
|
|
3153
|
-
margin-top: 5px;
|
|
3154
3193
|
padding: 5px 10px;
|
|
3155
3194
|
resize: none;
|
|
3156
3195
|
width: 100%;
|
|
@@ -3172,9 +3211,8 @@
|
|
|
3172
3211
|
.e-pivot-calc-dialog-div .e-pivot-treeview-outer {
|
|
3173
3212
|
background-color: #fff;
|
|
3174
3213
|
border: 1px solid #e6e6e6;
|
|
3175
|
-
border-radius:
|
|
3214
|
+
border-radius: 0;
|
|
3176
3215
|
height: 120px;
|
|
3177
|
-
margin-top: 5px;
|
|
3178
3216
|
overflow: auto;
|
|
3179
3217
|
}
|
|
3180
3218
|
|
|
@@ -3466,8 +3504,8 @@
|
|
|
3466
3504
|
|
|
3467
3505
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,
|
|
3468
3506
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog {
|
|
3469
|
-
max-width: 400px;
|
|
3470
|
-
min-width: 320px;
|
|
3507
|
+
max-width: 400px !important;
|
|
3508
|
+
min-width: 320px !important;
|
|
3471
3509
|
}
|
|
3472
3510
|
|
|
3473
3511
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -3587,13 +3625,6 @@
|
|
|
3587
3625
|
font-size: 16px;
|
|
3588
3626
|
}
|
|
3589
3627
|
|
|
3590
|
-
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
3591
|
-
background-color: #e6e6e6;
|
|
3592
|
-
border-color: #adadad;
|
|
3593
|
-
color: #333;
|
|
3594
|
-
outline: none;
|
|
3595
|
-
}
|
|
3596
|
-
|
|
3597
3628
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-select-all-wrapper ul {
|
|
3598
3629
|
margin-left: -35px;
|
|
3599
3630
|
overflow: hidden;
|
|
@@ -3737,8 +3768,8 @@
|
|
|
3737
3768
|
}
|
|
3738
3769
|
|
|
3739
3770
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
3740
|
-
max-width: 400px;
|
|
3741
|
-
min-width: 300px;
|
|
3771
|
+
max-width: 400px !important;
|
|
3772
|
+
min-width: 300px !important;
|
|
3742
3773
|
}
|
|
3743
3774
|
|
|
3744
3775
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
|
|
@@ -3806,7 +3837,7 @@
|
|
|
3806
3837
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog,
|
|
3807
3838
|
.e-pivotfieldlist-wrapper .e-value-field-settings {
|
|
3808
3839
|
border-radius: 0;
|
|
3809
|
-
width: auto;
|
|
3840
|
+
width: auto !important;
|
|
3810
3841
|
}
|
|
3811
3842
|
|
|
3812
3843
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -3875,8 +3906,8 @@
|
|
|
3875
3906
|
|
|
3876
3907
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog,
|
|
3877
3908
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3878
|
-
|
|
3879
|
-
|
|
3909
|
+
max-width: 400px !important;
|
|
3910
|
+
min-width: 320px !important;
|
|
3880
3911
|
}
|
|
3881
3912
|
|
|
3882
3913
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
@@ -4002,13 +4033,6 @@
|
|
|
4002
4033
|
font-size: 16px;
|
|
4003
4034
|
}
|
|
4004
4035
|
|
|
4005
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
4006
|
-
background-color: #e6e6e6;
|
|
4007
|
-
border-color: #adadad;
|
|
4008
|
-
color: #333;
|
|
4009
|
-
outline: none;
|
|
4010
|
-
}
|
|
4011
|
-
|
|
4012
4036
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
|
|
4013
4037
|
margin-left: -35px;
|
|
4014
4038
|
overflow: hidden;
|
|
@@ -4023,7 +4047,7 @@
|
|
|
4023
4047
|
}
|
|
4024
4048
|
|
|
4025
4049
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
4026
|
-
border:
|
|
4050
|
+
border: 0;
|
|
4027
4051
|
}
|
|
4028
4052
|
|
|
4029
4053
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
@@ -4152,8 +4176,8 @@
|
|
|
4152
4176
|
}
|
|
4153
4177
|
|
|
4154
4178
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
4155
|
-
max-width: 400px;
|
|
4156
|
-
min-width: 300px;
|
|
4179
|
+
max-width: 400px !important;
|
|
4180
|
+
min-width: 300px !important;
|
|
4157
4181
|
}
|
|
4158
4182
|
|
|
4159
4183
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
@@ -4221,7 +4245,7 @@
|
|
|
4221
4245
|
.e-pivotfieldlist-container .e-member-editor-dialog,
|
|
4222
4246
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
4223
4247
|
border-radius: 0;
|
|
4224
|
-
width: auto;
|
|
4248
|
+
width: auto !important;
|
|
4225
4249
|
}
|
|
4226
4250
|
|
|
4227
4251
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -4295,12 +4319,14 @@
|
|
|
4295
4319
|
border-radius: 4px;
|
|
4296
4320
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
|
|
4297
4321
|
height: 28px;
|
|
4322
|
+
line-height: 1em;
|
|
4298
4323
|
min-width: 100px;
|
|
4299
4324
|
padding: 5px 10px;
|
|
4300
4325
|
}
|
|
4301
4326
|
|
|
4302
4327
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content,
|
|
4303
4328
|
.e-pivot-calc.e-drag-item.e-treeview .e-text-content {
|
|
4329
|
+
height: 100%;
|
|
4304
4330
|
padding: 0;
|
|
4305
4331
|
text-align: center;
|
|
4306
4332
|
width: 100%;
|
|
@@ -4414,23 +4440,8 @@
|
|
|
4414
4440
|
}
|
|
4415
4441
|
|
|
4416
4442
|
.e-pivot-error-dialog {
|
|
4417
|
-
max-width: 400px;
|
|
4418
|
-
width: auto;
|
|
4419
|
-
}
|
|
4420
|
-
|
|
4421
|
-
.e-pivot-error-dialog .e-dlg-header-content,
|
|
4422
|
-
.e-pivot-error-dialog .e-footer-content {
|
|
4423
|
-
border: 0;
|
|
4424
|
-
}
|
|
4425
|
-
|
|
4426
|
-
.e-pivot-error-dialog .e-dlg-header {
|
|
4427
|
-
font-weight: bold;
|
|
4428
|
-
opacity: 1;
|
|
4429
|
-
}
|
|
4430
|
-
|
|
4431
|
-
.e-pivot-error-dialog .e-dlg-content {
|
|
4432
|
-
font-weight: normal;
|
|
4433
|
-
opacity: 1;
|
|
4443
|
+
max-width: 400px !important;
|
|
4444
|
+
width: auto !important;
|
|
4434
4445
|
}
|
|
4435
4446
|
|
|
4436
4447
|
.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
@@ -4514,7 +4525,7 @@
|
|
|
4514
4525
|
|
|
4515
4526
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4516
4527
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4517
|
-
height: 96px
|
|
4528
|
+
height: 96px;
|
|
4518
4529
|
}
|
|
4519
4530
|
|
|
4520
4531
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -4883,19 +4894,31 @@
|
|
|
4883
4894
|
.e-pivotfieldlist-wrapper {
|
|
4884
4895
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
4885
4896
|
font-size: 12px;
|
|
4886
|
-
max-width: 700px;
|
|
4887
|
-
min-width: 300px;
|
|
4897
|
+
max-width: 700px !important;
|
|
4898
|
+
min-width: 300px !important;
|
|
4888
4899
|
}
|
|
4889
4900
|
|
|
4890
4901
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
4902
|
+
display: -ms-flexbox;
|
|
4903
|
+
display: flex;
|
|
4891
4904
|
padding: 10px 2px 2px;
|
|
4892
|
-
text-align: right;
|
|
4893
4905
|
}
|
|
4894
4906
|
|
|
4895
|
-
.e-pivotfieldlist-wrapper .e-layout-footer .e-
|
|
4907
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
|
|
4908
|
+
-ms-flex: auto;
|
|
4909
|
+
flex: auto;
|
|
4910
|
+
text-align: end;
|
|
4911
|
+
}
|
|
4912
|
+
|
|
4913
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4896
4914
|
margin-right: 10px;
|
|
4897
4915
|
}
|
|
4898
4916
|
|
|
4917
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
4918
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4919
|
+
min-width: fit-content;
|
|
4920
|
+
}
|
|
4921
|
+
|
|
4899
4922
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
|
|
4900
4923
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
|
|
4901
4924
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -4906,7 +4929,7 @@
|
|
|
4906
4929
|
}
|
|
4907
4930
|
|
|
4908
4931
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
|
|
4909
|
-
|
|
4932
|
+
padding-right: 10px;
|
|
4910
4933
|
}
|
|
4911
4934
|
|
|
4912
4935
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -4918,10 +4941,6 @@
|
|
|
4918
4941
|
margin-top: 6px;
|
|
4919
4942
|
}
|
|
4920
4943
|
|
|
4921
|
-
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
|
|
4922
|
-
text-align: left;
|
|
4923
|
-
}
|
|
4924
|
-
|
|
4925
4944
|
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
4926
4945
|
margin-left: 10px;
|
|
4927
4946
|
}
|
|
@@ -4973,9 +4992,9 @@
|
|
|
4973
4992
|
}
|
|
4974
4993
|
|
|
4975
4994
|
.e-pivotfieldlist-wrapper .e-title-header .e-title-content {
|
|
4976
|
-
font-size: 18px;
|
|
4977
4995
|
-ms-flex: auto;
|
|
4978
4996
|
flex: auto;
|
|
4997
|
+
font-size: 18px;
|
|
4979
4998
|
}
|
|
4980
4999
|
|
|
4981
5000
|
.e-pivotfieldlist-wrapper .e-field-list-container {
|
|
@@ -5009,13 +5028,13 @@
|
|
|
5009
5028
|
font-size: 13px;
|
|
5010
5029
|
font-weight: normal;
|
|
5011
5030
|
height: 28px;
|
|
5031
|
+
line-height: 1.5em;
|
|
5012
5032
|
overflow: hidden;
|
|
5013
5033
|
padding: 7px 0 0 15px;
|
|
5014
5034
|
text-align: left;
|
|
5015
5035
|
text-overflow: ellipsis;
|
|
5016
|
-
word-break: break-all;
|
|
5017
|
-
line-height: 1.5em;
|
|
5018
5036
|
text-transform: none;
|
|
5037
|
+
word-break: break-all;
|
|
5019
5038
|
}
|
|
5020
5039
|
|
|
5021
5040
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
|
|
@@ -5242,8 +5261,8 @@
|
|
|
5242
5261
|
overflow: hidden;
|
|
5243
5262
|
padding: 0 8px;
|
|
5244
5263
|
text-overflow: ellipsis;
|
|
5245
|
-
width: 100%;
|
|
5246
5264
|
text-transform: none;
|
|
5265
|
+
width: 100%;
|
|
5247
5266
|
}
|
|
5248
5267
|
|
|
5249
5268
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -6100,7 +6119,7 @@
|
|
|
6100
6119
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
6101
6120
|
background-color: #fff;
|
|
6102
6121
|
border: 1px solid #e6e6e6;
|
|
6103
|
-
border-radius:
|
|
6122
|
+
border-radius: 0;
|
|
6104
6123
|
color: #333;
|
|
6105
6124
|
height: 200px;
|
|
6106
6125
|
margin-left: 20px;
|
|
@@ -6356,14 +6375,26 @@
|
|
|
6356
6375
|
}
|
|
6357
6376
|
|
|
6358
6377
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
6378
|
+
display: -ms-flexbox;
|
|
6379
|
+
display: flex;
|
|
6359
6380
|
padding: 10px 2px 2px;
|
|
6360
|
-
text-align: right;
|
|
6361
6381
|
}
|
|
6362
6382
|
|
|
6363
|
-
.e-pivotfieldlist-container .e-layout-footer .e-
|
|
6383
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout {
|
|
6384
|
+
-ms-flex: auto;
|
|
6385
|
+
flex: auto;
|
|
6386
|
+
text-align: end;
|
|
6387
|
+
}
|
|
6388
|
+
|
|
6389
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
6364
6390
|
margin-right: 10px;
|
|
6365
6391
|
}
|
|
6366
6392
|
|
|
6393
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
6394
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
6395
|
+
min-width: fit-content;
|
|
6396
|
+
}
|
|
6397
|
+
|
|
6367
6398
|
.e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
|
|
6368
6399
|
.e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
|
|
6369
6400
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -6374,7 +6405,7 @@
|
|
|
6374
6405
|
}
|
|
6375
6406
|
|
|
6376
6407
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
|
|
6377
|
-
|
|
6408
|
+
padding-right: 10px;
|
|
6378
6409
|
}
|
|
6379
6410
|
|
|
6380
6411
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -6386,10 +6417,6 @@
|
|
|
6386
6417
|
margin-top: 6px;
|
|
6387
6418
|
}
|
|
6388
6419
|
|
|
6389
|
-
.e-pivotfieldlist-container.e-rtl .e-layout-footer {
|
|
6390
|
-
text-align: left;
|
|
6391
|
-
}
|
|
6392
|
-
|
|
6393
6420
|
.e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
6394
6421
|
margin-left: 10px;
|
|
6395
6422
|
}
|
|
@@ -6707,8 +6734,8 @@
|
|
|
6707
6734
|
overflow: hidden;
|
|
6708
6735
|
padding: 0 8px;
|
|
6709
6736
|
text-overflow: ellipsis;
|
|
6710
|
-
width: 100%;
|
|
6711
6737
|
text-transform: none;
|
|
6738
|
+
width: 100%;
|
|
6712
6739
|
}
|
|
6713
6740
|
|
|
6714
6741
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -7565,7 +7592,7 @@
|
|
|
7565
7592
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
7566
7593
|
background-color: #fff;
|
|
7567
7594
|
border: 1px solid #e6e6e6;
|
|
7568
|
-
border-radius:
|
|
7595
|
+
border-radius: 0;
|
|
7569
7596
|
color: #333;
|
|
7570
7597
|
height: 200px;
|
|
7571
7598
|
margin-left: 20px;
|