@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
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.e-pivotview .e-dropdown-icon::before {
|
|
42
|
-
content: '\
|
|
42
|
+
content: '\e729';
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.e-pivotview .e-export::before {
|
|
@@ -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,
|
|
@@ -298,23 +299,11 @@
|
|
|
298
299
|
margin-left: 10px;
|
|
299
300
|
}
|
|
300
301
|
|
|
301
|
-
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort.e-active {
|
|
302
|
-
box-shadow: none !important;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
302
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
306
303
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
307
304
|
font-size: 16px;
|
|
308
305
|
}
|
|
309
306
|
|
|
310
|
-
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
311
|
-
background-color: #f8f9fa;
|
|
312
|
-
border-color: transparent;
|
|
313
|
-
color: #6c757d;
|
|
314
|
-
outline: none;
|
|
315
|
-
box-shadow: none !important;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
307
|
.e-pivotview .e-member-editor-dialog .e-member-prompt {
|
|
319
308
|
padding: 15px 12px;
|
|
320
309
|
text-align: center;
|
|
@@ -394,7 +383,7 @@
|
|
|
394
383
|
|
|
395
384
|
.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
396
385
|
.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
397
|
-
color: #
|
|
386
|
+
color: #343a40 !important;
|
|
398
387
|
font-size: 13px;
|
|
399
388
|
font-weight: 500;
|
|
400
389
|
}
|
|
@@ -437,6 +426,7 @@
|
|
|
437
426
|
height: 14px;
|
|
438
427
|
min-width: 14px;
|
|
439
428
|
width: 14px;
|
|
429
|
+
height: auto;
|
|
440
430
|
}
|
|
441
431
|
|
|
442
432
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before,
|
|
@@ -455,7 +445,7 @@
|
|
|
455
445
|
|
|
456
446
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
|
|
457
447
|
float: left;
|
|
458
|
-
margin
|
|
448
|
+
margin: 0;
|
|
459
449
|
}
|
|
460
450
|
|
|
461
451
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button.e-disable {
|
|
@@ -501,7 +491,7 @@
|
|
|
501
491
|
|
|
502
492
|
.e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
503
493
|
float: right;
|
|
504
|
-
margin
|
|
494
|
+
margin: 0;
|
|
505
495
|
}
|
|
506
496
|
|
|
507
497
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul,
|
|
@@ -568,9 +558,9 @@
|
|
|
568
558
|
.e-pivotview .e-member-editor-dialog .e-footer-content,
|
|
569
559
|
.e-pivotview .e-pivot-format-dialog .e-footer-content,
|
|
570
560
|
.e-pivotview .e-group-field-settings .e-footer-content {
|
|
571
|
-
border-radius: 4px;
|
|
572
561
|
border-top-left-radius: 0;
|
|
573
562
|
border-top-right-radius: 0;
|
|
563
|
+
border-radius: 4px;
|
|
574
564
|
padding-bottom: 8px;
|
|
575
565
|
padding-top: 8px;
|
|
576
566
|
}
|
|
@@ -635,7 +625,7 @@
|
|
|
635
625
|
}
|
|
636
626
|
|
|
637
627
|
.e-pivotview .e-pivotchart-type-dialog {
|
|
638
|
-
max-width: 350px;
|
|
628
|
+
max-width: 350px !important;
|
|
639
629
|
max-height: 380px !important;
|
|
640
630
|
}
|
|
641
631
|
|
|
@@ -667,8 +657,8 @@
|
|
|
667
657
|
}
|
|
668
658
|
|
|
669
659
|
.e-pivotview .e-pivot-format-dialog {
|
|
670
|
-
max-height:
|
|
671
|
-
max-width: 350px;
|
|
660
|
+
max-height: 550px !important;
|
|
661
|
+
max-width: 350px !important;
|
|
672
662
|
}
|
|
673
663
|
|
|
674
664
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
@@ -681,6 +671,7 @@
|
|
|
681
671
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-grouping-lable,
|
|
682
672
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-lable {
|
|
683
673
|
font-weight: 500;
|
|
674
|
+
padding-bottom: 4px;
|
|
684
675
|
}
|
|
685
676
|
|
|
686
677
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-drop,
|
|
@@ -692,6 +683,7 @@
|
|
|
692
683
|
}
|
|
693
684
|
|
|
694
685
|
.e-pivotview .e-pivot-toolbar {
|
|
686
|
+
background: #f8f9fa;
|
|
695
687
|
border-bottom: 0;
|
|
696
688
|
border-style: solid;
|
|
697
689
|
border-top: 1px solid #dee2e6;
|
|
@@ -699,6 +691,10 @@
|
|
|
699
691
|
border-right: 1px solid #dee2e6;
|
|
700
692
|
}
|
|
701
693
|
|
|
694
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
695
|
+
background: #f8f9fa;
|
|
696
|
+
}
|
|
697
|
+
|
|
702
698
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
703
699
|
font-size: 16px;
|
|
704
700
|
}
|
|
@@ -770,7 +766,7 @@
|
|
|
770
766
|
}
|
|
771
767
|
|
|
772
768
|
.e-pivotview-report-dialog {
|
|
773
|
-
max-width: 350px;
|
|
769
|
+
max-width: 350px !important;
|
|
774
770
|
}
|
|
775
771
|
|
|
776
772
|
.e-mdx-query-content {
|
|
@@ -786,7 +782,7 @@
|
|
|
786
782
|
}
|
|
787
783
|
|
|
788
784
|
.e-pivotview-mdx-dialog {
|
|
789
|
-
max-width: 500px;
|
|
785
|
+
max-width: 500px !important;
|
|
790
786
|
}
|
|
791
787
|
|
|
792
788
|
.e-report-outer {
|
|
@@ -839,8 +835,7 @@
|
|
|
839
835
|
}
|
|
840
836
|
|
|
841
837
|
.e-drillthrough-dialog .e-drillthrough-body-header-value {
|
|
842
|
-
color: #
|
|
843
|
-
margin-left: 10px;
|
|
838
|
+
color: #343a40;
|
|
844
839
|
margin-right: 20px;
|
|
845
840
|
}
|
|
846
841
|
|
|
@@ -852,13 +847,6 @@
|
|
|
852
847
|
flex-wrap: wrap;
|
|
853
848
|
}
|
|
854
849
|
|
|
855
|
-
.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
856
|
-
.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item,
|
|
857
|
-
.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
858
|
-
.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
859
|
-
height: 42px;
|
|
860
|
-
}
|
|
861
|
-
|
|
862
850
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
863
851
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
864
852
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
@@ -1010,7 +998,8 @@
|
|
|
1010
998
|
padding-top: 16px;
|
|
1011
999
|
}
|
|
1012
1000
|
|
|
1013
|
-
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
1001
|
+
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
1002
|
+
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-container,
|
|
1014
1003
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
1015
1004
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
1016
1005
|
display: -ms-flexbox;
|
|
@@ -1022,7 +1011,6 @@
|
|
|
1022
1011
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-title,
|
|
1023
1012
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-content {
|
|
1024
1013
|
font-size: 14px;
|
|
1025
|
-
font-size: 13px;
|
|
1026
1014
|
font-weight: 500;
|
|
1027
1015
|
}
|
|
1028
1016
|
|
|
@@ -1115,12 +1103,12 @@
|
|
|
1115
1103
|
}
|
|
1116
1104
|
|
|
1117
1105
|
.e-pivotview .e-gtot {
|
|
1118
|
-
font-weight:
|
|
1106
|
+
font-weight: 700;
|
|
1119
1107
|
}
|
|
1120
1108
|
|
|
1121
1109
|
.e-pivotview .e-gtot
|
|
1122
1110
|
.e-cellvalue {
|
|
1123
|
-
color: #
|
|
1111
|
+
color: #343a40;
|
|
1124
1112
|
}
|
|
1125
1113
|
|
|
1126
1114
|
.e-pivotview .e-rowsheader,
|
|
@@ -1210,6 +1198,7 @@
|
|
|
1210
1198
|
|
|
1211
1199
|
.e-pivotview div.e-cellvalue {
|
|
1212
1200
|
margin-top: 5px;
|
|
1201
|
+
margin-top: 2px;
|
|
1213
1202
|
}
|
|
1214
1203
|
|
|
1215
1204
|
.e-pivotview .e-sortfilterdiv {
|
|
@@ -1221,11 +1210,10 @@
|
|
|
1221
1210
|
|
|
1222
1211
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1223
1212
|
margin: 0px !important;
|
|
1224
|
-
padding
|
|
1225
|
-
padding-top: 10px !important;
|
|
1213
|
+
padding: 2px 4px !important;
|
|
1226
1214
|
font-size: 12px !important;
|
|
1227
|
-
padding-bottom:
|
|
1228
|
-
padding-top:
|
|
1215
|
+
padding-bottom: 4px !important;
|
|
1216
|
+
padding-top: 4px !important;
|
|
1229
1217
|
}
|
|
1230
1218
|
|
|
1231
1219
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
@@ -1236,10 +1224,6 @@
|
|
|
1236
1224
|
border: 1px solid #dee2e6;
|
|
1237
1225
|
}
|
|
1238
1226
|
|
|
1239
|
-
.e-pivotview .e-pivotchart.e-ltr {
|
|
1240
|
-
direction: ltr;
|
|
1241
|
-
}
|
|
1242
|
-
|
|
1243
1227
|
.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1244
1228
|
.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
1245
1229
|
margin: -18px !important;
|
|
@@ -1247,12 +1231,12 @@
|
|
|
1247
1231
|
|
|
1248
1232
|
.e-pivotview .e-grid .e-icons {
|
|
1249
1233
|
color: #fff !important;
|
|
1250
|
-
color: #
|
|
1234
|
+
color: #343a40 !important;
|
|
1251
1235
|
}
|
|
1252
1236
|
|
|
1253
1237
|
.e-pivotview .e-grid .e-icons:hover {
|
|
1254
1238
|
color: #fff !important;
|
|
1255
|
-
color: #
|
|
1239
|
+
color: #343a40 !important;
|
|
1256
1240
|
}
|
|
1257
1241
|
|
|
1258
1242
|
.e-pivotview .e-grid {
|
|
@@ -1265,7 +1249,13 @@
|
|
|
1265
1249
|
|
|
1266
1250
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
1267
1251
|
color: #fff !important;
|
|
1268
|
-
color: #
|
|
1252
|
+
color: #343a40 !important;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
.e-pivotview .sf-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1256
|
+
.e-pivotview .sf-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1257
|
+
text-overflow: ellipsis;
|
|
1258
|
+
white-space: nowrap;
|
|
1269
1259
|
}
|
|
1270
1260
|
|
|
1271
1261
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
@@ -1275,6 +1265,16 @@
|
|
|
1275
1265
|
padding-bottom: 0px !important;
|
|
1276
1266
|
}
|
|
1277
1267
|
|
|
1268
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1269
|
+
.e-pivotview .sf-grid .e-columnsheader {
|
|
1270
|
+
padding-right: 8px !important;
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1274
|
+
.e-pivotview .sf-grid .e-stackedheadercelldiv {
|
|
1275
|
+
line-height: normal;
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
1278
|
.e-pivotview .e-frozenheader > .e-table,
|
|
1279
1279
|
.e-pivotview .e-frozencontent > .e-table {
|
|
1280
1280
|
border-left-color: #dee2e6 !important;
|
|
@@ -1283,30 +1283,32 @@
|
|
|
1283
1283
|
border-right-width: 1px;
|
|
1284
1284
|
}
|
|
1285
1285
|
|
|
1286
|
+
.e-pivotview .e-stackedheadercelldiv {
|
|
1287
|
+
display: block;
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1286
1291
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1287
1292
|
padding-left: 8px !important;
|
|
1288
1293
|
margin-top: 5px;
|
|
1289
1294
|
margin-top: 2px;
|
|
1290
1295
|
}
|
|
1291
1296
|
|
|
1292
|
-
.e-pivotview .e-stackedheadertext.e-cellvalue {
|
|
1293
|
-
margin-top: 3px;
|
|
1294
|
-
padding-left: 8px !important;
|
|
1295
|
-
}
|
|
1296
|
-
|
|
1297
1297
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1298
1298
|
padding: 0 0 0 1px !important;
|
|
1299
1299
|
}
|
|
1300
1300
|
|
|
1301
1301
|
.e-pivotview .e-stackedheadercelldiv,
|
|
1302
|
+
.e-pivotview .e-stackedheadertext,
|
|
1302
1303
|
.e-pivotview .e-headertext,
|
|
1303
1304
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
1304
|
-
color: #
|
|
1305
|
+
color: #343a40;
|
|
1305
1306
|
font-size: 14px;
|
|
1306
|
-
font-weight:
|
|
1307
|
+
font-weight: 700;
|
|
1307
1308
|
}
|
|
1308
1309
|
|
|
1309
1310
|
.e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell,
|
|
1311
|
+
.e-pivotview .e-stackedheadertext .e-hyperlinkcell,
|
|
1310
1312
|
.e-pivotview .e-headertext .e-hyperlinkcell,
|
|
1311
1313
|
.e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell {
|
|
1312
1314
|
cursor: pointer;
|
|
@@ -1407,7 +1409,6 @@
|
|
|
1407
1409
|
.e-pivotview .e-group-rows,
|
|
1408
1410
|
.e-pivotview .e-group-all-fields {
|
|
1409
1411
|
background: #f8f9fa;
|
|
1410
|
-
vertical-align: top;
|
|
1411
1412
|
display: inline-table;
|
|
1412
1413
|
-ms-flex: auto;
|
|
1413
1414
|
flex: auto;
|
|
@@ -1416,6 +1417,7 @@
|
|
|
1416
1417
|
overflow: hidden;
|
|
1417
1418
|
padding-left: 8px;
|
|
1418
1419
|
scroll-behavior: smooth;
|
|
1420
|
+
vertical-align: top;
|
|
1419
1421
|
}
|
|
1420
1422
|
|
|
1421
1423
|
.e-pivotview .e-group-values.e-drag-restrict,
|
|
@@ -1440,6 +1442,8 @@
|
|
|
1440
1442
|
position: relative;
|
|
1441
1443
|
text-align: center;
|
|
1442
1444
|
vertical-align: middle;
|
|
1445
|
+
font-size: 14px;
|
|
1446
|
+
font-weight: normal;
|
|
1443
1447
|
}
|
|
1444
1448
|
|
|
1445
1449
|
.e-pivotview .e-grouping-bar .e-pvt-btn-div,
|
|
@@ -1512,7 +1516,7 @@
|
|
|
1512
1516
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filtered,
|
|
1513
1517
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-remove,
|
|
1514
1518
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-edit {
|
|
1515
|
-
color: #fff
|
|
1519
|
+
color: #fff;
|
|
1516
1520
|
}
|
|
1517
1521
|
|
|
1518
1522
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused,
|
|
@@ -1533,7 +1537,7 @@
|
|
|
1533
1537
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filtered,
|
|
1534
1538
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-remove,
|
|
1535
1539
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-edit {
|
|
1536
|
-
color: #fff
|
|
1540
|
+
color: #fff;
|
|
1537
1541
|
}
|
|
1538
1542
|
|
|
1539
1543
|
.e-pivotview .e-grouping-bar .e-pivot-button:focus, .e-pivotview .e-grouping-bar .e-pivot-button:active,
|
|
@@ -1566,7 +1570,7 @@
|
|
|
1566
1570
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filtered,
|
|
1567
1571
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-remove,
|
|
1568
1572
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
|
|
1569
|
-
color: #fff
|
|
1573
|
+
color: #fff;
|
|
1570
1574
|
}
|
|
1571
1575
|
|
|
1572
1576
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-content,
|
|
@@ -1590,7 +1594,7 @@
|
|
|
1590
1594
|
|
|
1591
1595
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
|
|
1592
1596
|
.e-pivotview .e-group-rows .e-pivot-button .e-draggable {
|
|
1593
|
-
height: initial;
|
|
1597
|
+
height: initial !important;
|
|
1594
1598
|
}
|
|
1595
1599
|
|
|
1596
1600
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
|
|
@@ -1610,7 +1614,7 @@
|
|
|
1610
1614
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1611
1615
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1612
1616
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit {
|
|
1613
|
-
color: #fff
|
|
1617
|
+
color: #fff;
|
|
1614
1618
|
cursor: pointer;
|
|
1615
1619
|
display: inline-block;
|
|
1616
1620
|
font-size: 12px;
|
|
@@ -1631,7 +1635,7 @@
|
|
|
1631
1635
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered:hover,
|
|
1632
1636
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove:hover,
|
|
1633
1637
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit:hover {
|
|
1634
|
-
color: #fff
|
|
1638
|
+
color: #fff;
|
|
1635
1639
|
}
|
|
1636
1640
|
|
|
1637
1641
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-disable,
|
|
@@ -1846,7 +1850,7 @@
|
|
|
1846
1850
|
padding-bottom: 7px;
|
|
1847
1851
|
}
|
|
1848
1852
|
|
|
1849
|
-
.e-pivotview .e-icons:not(.e-frame) {
|
|
1853
|
+
.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) {
|
|
1850
1854
|
height: auto;
|
|
1851
1855
|
width: auto;
|
|
1852
1856
|
}
|
|
@@ -1873,7 +1877,7 @@
|
|
|
1873
1877
|
float: left;
|
|
1874
1878
|
font-size: 10px !important;
|
|
1875
1879
|
margin-left: 0px;
|
|
1876
|
-
margin-top:
|
|
1880
|
+
margin-top: 3px;
|
|
1877
1881
|
}
|
|
1878
1882
|
|
|
1879
1883
|
.e-pivotview .e-expand::before {
|
|
@@ -2039,12 +2043,12 @@
|
|
|
2039
2043
|
}
|
|
2040
2044
|
|
|
2041
2045
|
.e-pivottooltip {
|
|
2042
|
-
border-radius:
|
|
2046
|
+
border-radius: 4px;
|
|
2043
2047
|
padding: 3px 4px;
|
|
2044
2048
|
}
|
|
2045
2049
|
|
|
2046
2050
|
.e-pivottooltip p {
|
|
2047
|
-
color: #
|
|
2051
|
+
color: #f9fafb;
|
|
2048
2052
|
display: inline-block;
|
|
2049
2053
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
2050
2054
|
font-size: 14px;
|
|
@@ -2122,14 +2126,23 @@
|
|
|
2122
2126
|
}
|
|
2123
2127
|
|
|
2124
2128
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2129
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2125
2130
|
.e-bigger .e-pivotview .e-headertext,
|
|
2126
2131
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2127
2132
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2133
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2128
2134
|
.e-bigger.e-pivotview .e-headertext,
|
|
2129
2135
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2130
2136
|
font-size: 16px !important;
|
|
2131
2137
|
}
|
|
2132
2138
|
|
|
2139
|
+
.e-bigger .e-pivotview th .e-expand,
|
|
2140
|
+
.e-bigger .e-pivotview th .e-collapse,
|
|
2141
|
+
.e-bigger.e-pivotview th .e-expand,
|
|
2142
|
+
.e-bigger.e-pivotview th .e-collapse {
|
|
2143
|
+
margin-top: 4px;
|
|
2144
|
+
}
|
|
2145
|
+
|
|
2133
2146
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
2134
2147
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
2135
2148
|
height: 36px !important;
|
|
@@ -2205,6 +2218,19 @@
|
|
|
2205
2218
|
padding-left: 10px;
|
|
2206
2219
|
}
|
|
2207
2220
|
|
|
2221
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt,
|
|
2222
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-values .e-draggable-prompt,
|
|
2223
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-columns .e-draggable-prompt,
|
|
2224
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-rows .e-draggable-prompt,
|
|
2225
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-all-fields .e-draggable-prompt,
|
|
2226
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt,
|
|
2227
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-values .e-draggable-prompt,
|
|
2228
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-columns .e-draggable-prompt,
|
|
2229
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-rows .e-draggable-prompt,
|
|
2230
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-all-fields .e-draggable-prompt {
|
|
2231
|
+
font-size: 16px;
|
|
2232
|
+
}
|
|
2233
|
+
|
|
2208
2234
|
.e-bigger .e-pivotview .e-grouping-bar .e-group-values,
|
|
2209
2235
|
.e-bigger.e-pivotview .e-grouping-bar .e-group-values {
|
|
2210
2236
|
height: 100%;
|
|
@@ -2305,14 +2331,16 @@
|
|
|
2305
2331
|
}
|
|
2306
2332
|
|
|
2307
2333
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2334
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2308
2335
|
.e-bigger .e-pivotview .e-headertext,
|
|
2309
2336
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2310
2337
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2338
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2311
2339
|
.e-bigger.e-pivotview .e-headertext,
|
|
2312
2340
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2313
|
-
color: #
|
|
2341
|
+
color: #343a40 !important;
|
|
2314
2342
|
font-size: 16px;
|
|
2315
|
-
font-weight:
|
|
2343
|
+
font-weight: 700 !important;
|
|
2316
2344
|
}
|
|
2317
2345
|
|
|
2318
2346
|
.e-bigger .e-pivotview .e-grid .e-columnsheader,
|