@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
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
2
|
/*! component's theme wise override definitions and variables */
|
|
3
3
|
/*! component's common definitions and variables */
|
|
4
|
-
/*! component's theme wise override definitions and variables */
|
|
5
|
-
/*! component's common definitions and variables */
|
|
6
4
|
.e-pivotview .e-expand::before {
|
|
7
5
|
content: '\e707';
|
|
8
6
|
}
|
|
@@ -186,17 +184,18 @@
|
|
|
186
184
|
.e-pivotview .e-group-field-settings {
|
|
187
185
|
max-height: 450px !important;
|
|
188
186
|
border-radius: 4px;
|
|
189
|
-
max-width: 400px;
|
|
190
|
-
width: auto;
|
|
187
|
+
max-width: 400px !important;
|
|
188
|
+
width: auto !important;
|
|
191
189
|
}
|
|
192
190
|
|
|
193
191
|
.e-pivotview .e-pivot-format-dialog {
|
|
194
192
|
border-radius: 4px;
|
|
195
|
-
max-width: 400px;
|
|
196
|
-
width: auto;
|
|
193
|
+
max-width: 400px !important;
|
|
194
|
+
width: auto !important;
|
|
197
195
|
}
|
|
198
196
|
|
|
199
|
-
.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 {
|
|
200
199
|
display: -ms-flexbox;
|
|
201
200
|
display: flex;
|
|
202
201
|
}
|
|
@@ -211,9 +210,9 @@
|
|
|
211
210
|
.e-pivotview .e-value-field-settings .e-field-name-content {
|
|
212
211
|
-ms-flex: auto;
|
|
213
212
|
flex: auto;
|
|
214
|
-
width: 100%;
|
|
215
213
|
font-size: 13px;
|
|
216
214
|
font-weight: 500;
|
|
215
|
+
width: 100%;
|
|
217
216
|
}
|
|
218
217
|
|
|
219
218
|
.e-pivotview .e-value-field-settings .e-caption-input-wrapper,
|
|
@@ -310,13 +309,6 @@
|
|
|
310
309
|
font-size: 16px;
|
|
311
310
|
}
|
|
312
311
|
|
|
313
|
-
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
314
|
-
background-color: #232e3e;
|
|
315
|
-
border-color: transparent;
|
|
316
|
-
color: #d1d5db;
|
|
317
|
-
outline: none;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
312
|
.e-pivotview .e-member-editor-dialog .e-member-prompt {
|
|
321
313
|
padding: 15px 12px;
|
|
322
314
|
text-align: center;
|
|
@@ -441,6 +433,7 @@
|
|
|
441
433
|
height: 14px;
|
|
442
434
|
min-width: 14px;
|
|
443
435
|
width: 14px;
|
|
436
|
+
height: auto;
|
|
444
437
|
}
|
|
445
438
|
|
|
446
439
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before,
|
|
@@ -459,7 +452,7 @@
|
|
|
459
452
|
|
|
460
453
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
|
|
461
454
|
float: left;
|
|
462
|
-
margin
|
|
455
|
+
margin: 0;
|
|
463
456
|
}
|
|
464
457
|
|
|
465
458
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button.e-disable {
|
|
@@ -505,7 +498,7 @@
|
|
|
505
498
|
|
|
506
499
|
.e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
507
500
|
float: right;
|
|
508
|
-
margin
|
|
501
|
+
margin: 0;
|
|
509
502
|
}
|
|
510
503
|
|
|
511
504
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul,
|
|
@@ -572,9 +565,9 @@
|
|
|
572
565
|
.e-pivotview .e-member-editor-dialog .e-footer-content,
|
|
573
566
|
.e-pivotview .e-pivot-format-dialog .e-footer-content,
|
|
574
567
|
.e-pivotview .e-group-field-settings .e-footer-content {
|
|
575
|
-
border-radius: 4px;
|
|
576
568
|
border-top-left-radius: 0;
|
|
577
569
|
border-top-right-radius: 0;
|
|
570
|
+
border-radius: 4px;
|
|
578
571
|
padding-bottom: 8px;
|
|
579
572
|
padding-top: 8px;
|
|
580
573
|
}
|
|
@@ -640,7 +633,7 @@
|
|
|
640
633
|
}
|
|
641
634
|
|
|
642
635
|
.e-pivotview .e-pivotchart-type-dialog {
|
|
643
|
-
max-width: 350px;
|
|
636
|
+
max-width: 350px !important;
|
|
644
637
|
max-height: 380px !important;
|
|
645
638
|
}
|
|
646
639
|
|
|
@@ -672,8 +665,8 @@
|
|
|
672
665
|
}
|
|
673
666
|
|
|
674
667
|
.e-pivotview .e-pivot-format-dialog {
|
|
675
|
-
max-height:
|
|
676
|
-
max-width: 350px;
|
|
668
|
+
max-height: 550px !important;
|
|
669
|
+
max-width: 350px !important;
|
|
677
670
|
}
|
|
678
671
|
|
|
679
672
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
@@ -699,6 +692,7 @@
|
|
|
699
692
|
}
|
|
700
693
|
|
|
701
694
|
.e-pivotview .e-pivot-toolbar {
|
|
695
|
+
background: #232e3e;
|
|
702
696
|
border-bottom: 0;
|
|
703
697
|
border-style: solid;
|
|
704
698
|
border-top: 1px solid #4b5563;
|
|
@@ -706,6 +700,10 @@
|
|
|
706
700
|
border-right: 1px solid #4b5563;
|
|
707
701
|
}
|
|
708
702
|
|
|
703
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
704
|
+
background: #232e3e;
|
|
705
|
+
}
|
|
706
|
+
|
|
709
707
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
710
708
|
font-size: 16px;
|
|
711
709
|
}
|
|
@@ -718,7 +716,6 @@
|
|
|
718
716
|
|
|
719
717
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
720
718
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
721
|
-
height: 32px;
|
|
722
719
|
overflow: hidden;
|
|
723
720
|
padding-left: 10px;
|
|
724
721
|
}
|
|
@@ -728,6 +725,12 @@
|
|
|
728
725
|
margin-left: 0;
|
|
729
726
|
margin-right: 0;
|
|
730
727
|
font-size: 16px;
|
|
728
|
+
line-height: 40px;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-caret,
|
|
732
|
+
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item .e-caret {
|
|
733
|
+
line-height: 40px;
|
|
731
734
|
}
|
|
732
735
|
|
|
733
736
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
@@ -771,7 +774,7 @@
|
|
|
771
774
|
}
|
|
772
775
|
|
|
773
776
|
.e-pivotview-report-dialog {
|
|
774
|
-
max-width: 350px;
|
|
777
|
+
max-width: 350px !important;
|
|
775
778
|
}
|
|
776
779
|
|
|
777
780
|
.e-mdx-query-content {
|
|
@@ -787,7 +790,7 @@
|
|
|
787
790
|
}
|
|
788
791
|
|
|
789
792
|
.e-pivotview-mdx-dialog {
|
|
790
|
-
max-width: 500px;
|
|
793
|
+
max-width: 500px !important;
|
|
791
794
|
}
|
|
792
795
|
|
|
793
796
|
.e-report-outer {
|
|
@@ -840,7 +843,6 @@
|
|
|
840
843
|
|
|
841
844
|
.e-drillthrough-dialog .e-drillthrough-body-header-value {
|
|
842
845
|
color: #9ca3af;
|
|
843
|
-
margin-left: 10px;
|
|
844
846
|
margin-right: 20px;
|
|
845
847
|
}
|
|
846
848
|
|
|
@@ -852,11 +854,18 @@
|
|
|
852
854
|
flex-wrap: wrap;
|
|
853
855
|
}
|
|
854
856
|
|
|
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:
|
|
857
|
+
.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-menu-icon,
|
|
858
|
+
.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item .e-menu-icon,
|
|
859
|
+
.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-menu-icon,
|
|
860
|
+
.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item .e-menu-icon {
|
|
861
|
+
line-height: 50px;
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-caret,
|
|
865
|
+
.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item .e-caret,
|
|
866
|
+
.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-caret,
|
|
867
|
+
.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item .e-caret {
|
|
868
|
+
line-height: 50px;
|
|
860
869
|
}
|
|
861
870
|
|
|
862
871
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
@@ -1015,7 +1024,8 @@
|
|
|
1015
1024
|
padding-top: 16px;
|
|
1016
1025
|
}
|
|
1017
1026
|
|
|
1018
|
-
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
1027
|
+
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
1028
|
+
.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-container,
|
|
1019
1029
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
|
|
1020
1030
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
1021
1031
|
display: -ms-flexbox;
|
|
@@ -1027,7 +1037,6 @@
|
|
|
1027
1037
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-title,
|
|
1028
1038
|
.e-bigger.e-pivotview .e-value-field-settings .e-field-name-content {
|
|
1029
1039
|
font-size: 14px;
|
|
1030
|
-
font-size: 13px;
|
|
1031
1040
|
font-weight: 500;
|
|
1032
1041
|
}
|
|
1033
1042
|
|
|
@@ -1093,7 +1102,6 @@
|
|
|
1093
1102
|
|
|
1094
1103
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
1095
1104
|
margin-left: 10px;
|
|
1096
|
-
vertical-align: super !important;
|
|
1097
1105
|
}
|
|
1098
1106
|
|
|
1099
1107
|
.e-pivotview .e-valuescontent {
|
|
@@ -1137,6 +1145,7 @@
|
|
|
1137
1145
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
1138
1146
|
margin-left: 8px;
|
|
1139
1147
|
margin-top: 5px;
|
|
1148
|
+
vertical-align: middle;
|
|
1140
1149
|
}
|
|
1141
1150
|
|
|
1142
1151
|
.e-pivotview .e-pivot-conditional-empty-format {
|
|
@@ -1216,6 +1225,7 @@
|
|
|
1216
1225
|
|
|
1217
1226
|
.e-pivotview div.e-cellvalue {
|
|
1218
1227
|
margin-top: 5px;
|
|
1228
|
+
margin-top: 2px;
|
|
1219
1229
|
}
|
|
1220
1230
|
|
|
1221
1231
|
.e-pivotview .e-sortfilterdiv {
|
|
@@ -1225,11 +1235,9 @@
|
|
|
1225
1235
|
|
|
1226
1236
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
1227
1237
|
margin: 0px !important;
|
|
1228
|
-
padding
|
|
1229
|
-
padding-
|
|
1230
|
-
|
|
1231
|
-
padding-bottom: 30px !important;
|
|
1232
|
-
padding-top: 30px !important;
|
|
1238
|
+
padding: 2px 4px !important;
|
|
1239
|
+
padding-bottom: 0px !important;
|
|
1240
|
+
padding-top: 0px !important;
|
|
1233
1241
|
}
|
|
1234
1242
|
|
|
1235
1243
|
.e-pivotview .e-rowsheader .e-sortfilterdiv {
|
|
@@ -1240,10 +1248,6 @@
|
|
|
1240
1248
|
border: 1px solid #4b5563;
|
|
1241
1249
|
}
|
|
1242
1250
|
|
|
1243
|
-
.e-pivotview .e-pivotchart.e-ltr {
|
|
1244
|
-
direction: ltr;
|
|
1245
|
-
}
|
|
1246
|
-
|
|
1247
1251
|
.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
|
|
1248
1252
|
.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
1249
1253
|
margin: -18px !important;
|
|
@@ -1269,12 +1273,28 @@
|
|
|
1269
1273
|
color: #d1d5db !important;
|
|
1270
1274
|
}
|
|
1271
1275
|
|
|
1276
|
+
.e-pivotview .sf-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
|
|
1277
|
+
.e-pivotview .sf-grid.e-responsive .e-headercelldiv .e-headertext {
|
|
1278
|
+
text-overflow: ellipsis;
|
|
1279
|
+
white-space: nowrap;
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1272
1282
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1273
1283
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1274
1284
|
padding-left: 8px !important;
|
|
1275
1285
|
text-transform: none;
|
|
1276
1286
|
}
|
|
1277
1287
|
|
|
1288
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1289
|
+
.e-pivotview .sf-grid .e-columnsheader {
|
|
1290
|
+
padding-right: 8px !important;
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1294
|
+
.e-pivotview .sf-grid .e-stackedheadercelldiv {
|
|
1295
|
+
line-height: normal;
|
|
1296
|
+
}
|
|
1297
|
+
|
|
1278
1298
|
.e-pivotview .e-frozenheader > .e-table,
|
|
1279
1299
|
.e-pivotview .e-frozencontent > .e-table {
|
|
1280
1300
|
border-left-color: #4b5563 !important;
|
|
@@ -1283,22 +1303,23 @@
|
|
|
1283
1303
|
border-right-width: 1px;
|
|
1284
1304
|
}
|
|
1285
1305
|
|
|
1306
|
+
.e-pivotview .e-stackedheadercelldiv {
|
|
1307
|
+
display: block;
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1310
|
+
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1286
1311
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1287
1312
|
padding-left: 8px !important;
|
|
1288
1313
|
margin-top: 5px;
|
|
1289
1314
|
margin-top: 2px;
|
|
1290
1315
|
}
|
|
1291
1316
|
|
|
1292
|
-
.e-pivotview .e-stackedheadertext.e-cellvalue {
|
|
1293
|
-
margin-top: 3px;
|
|
1294
|
-
padding-left: 8px !important;
|
|
1295
|
-
}
|
|
1296
|
-
|
|
1297
1317
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1298
1318
|
padding: 0 0 0 1px !important;
|
|
1299
1319
|
}
|
|
1300
1320
|
|
|
1301
1321
|
.e-pivotview .e-stackedheadercelldiv,
|
|
1322
|
+
.e-pivotview .e-stackedheadertext,
|
|
1302
1323
|
.e-pivotview .e-headertext,
|
|
1303
1324
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
1304
1325
|
color: #9ca3af;
|
|
@@ -1307,6 +1328,7 @@
|
|
|
1307
1328
|
}
|
|
1308
1329
|
|
|
1309
1330
|
.e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell,
|
|
1331
|
+
.e-pivotview .e-stackedheadertext .e-hyperlinkcell,
|
|
1310
1332
|
.e-pivotview .e-headertext .e-hyperlinkcell,
|
|
1311
1333
|
.e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell {
|
|
1312
1334
|
cursor: pointer;
|
|
@@ -1407,7 +1429,6 @@
|
|
|
1407
1429
|
.e-pivotview .e-group-rows,
|
|
1408
1430
|
.e-pivotview .e-group-all-fields {
|
|
1409
1431
|
background: #232e3e;
|
|
1410
|
-
vertical-align: top;
|
|
1411
1432
|
display: inline-table;
|
|
1412
1433
|
-ms-flex: auto;
|
|
1413
1434
|
flex: auto;
|
|
@@ -1416,6 +1437,7 @@
|
|
|
1416
1437
|
overflow: hidden;
|
|
1417
1438
|
padding-left: 8px;
|
|
1418
1439
|
scroll-behavior: smooth;
|
|
1440
|
+
vertical-align: top;
|
|
1419
1441
|
}
|
|
1420
1442
|
|
|
1421
1443
|
.e-pivotview .e-group-values.e-drag-restrict,
|
|
@@ -1440,6 +1462,8 @@
|
|
|
1440
1462
|
position: relative;
|
|
1441
1463
|
text-align: center;
|
|
1442
1464
|
vertical-align: middle;
|
|
1465
|
+
font-size: 14px;
|
|
1466
|
+
font-weight: normal;
|
|
1443
1467
|
}
|
|
1444
1468
|
|
|
1445
1469
|
.e-pivotview .e-grouping-bar .e-pvt-btn-div,
|
|
@@ -1512,7 +1536,7 @@
|
|
|
1512
1536
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filtered,
|
|
1513
1537
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-remove,
|
|
1514
1538
|
.e-pivotview .e-group-rows .e-pivot-button:hover .e-edit {
|
|
1515
|
-
color: #d1d5db
|
|
1539
|
+
color: #d1d5db;
|
|
1516
1540
|
}
|
|
1517
1541
|
|
|
1518
1542
|
.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused,
|
|
@@ -1533,7 +1557,7 @@
|
|
|
1533
1557
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filtered,
|
|
1534
1558
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-remove,
|
|
1535
1559
|
.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-edit {
|
|
1536
|
-
color: #d1d5db
|
|
1560
|
+
color: #d1d5db;
|
|
1537
1561
|
}
|
|
1538
1562
|
|
|
1539
1563
|
.e-pivotview .e-grouping-bar .e-pivot-button:focus, .e-pivotview .e-grouping-bar .e-pivot-button:active,
|
|
@@ -1566,7 +1590,7 @@
|
|
|
1566
1590
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filtered,
|
|
1567
1591
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-remove,
|
|
1568
1592
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
|
|
1569
|
-
color: #d1d5db
|
|
1593
|
+
color: #d1d5db;
|
|
1570
1594
|
}
|
|
1571
1595
|
|
|
1572
1596
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-content,
|
|
@@ -1589,7 +1613,7 @@
|
|
|
1589
1613
|
|
|
1590
1614
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
|
|
1591
1615
|
.e-pivotview .e-group-rows .e-pivot-button .e-draggable {
|
|
1592
|
-
height: initial;
|
|
1616
|
+
height: initial !important;
|
|
1593
1617
|
}
|
|
1594
1618
|
|
|
1595
1619
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
|
|
@@ -1609,7 +1633,7 @@
|
|
|
1609
1633
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1610
1634
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1611
1635
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit {
|
|
1612
|
-
color: #d1d5db
|
|
1636
|
+
color: #d1d5db;
|
|
1613
1637
|
cursor: pointer;
|
|
1614
1638
|
display: inline-block;
|
|
1615
1639
|
font-size: 12px;
|
|
@@ -1630,7 +1654,7 @@
|
|
|
1630
1654
|
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered:hover,
|
|
1631
1655
|
.e-pivotview .e-group-rows .e-pivot-button .e-remove:hover,
|
|
1632
1656
|
.e-pivotview .e-group-rows .e-pivot-button .e-edit:hover {
|
|
1633
|
-
color: #d1d5db
|
|
1657
|
+
color: #d1d5db;
|
|
1634
1658
|
}
|
|
1635
1659
|
|
|
1636
1660
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-disable,
|
|
@@ -1845,7 +1869,7 @@
|
|
|
1845
1869
|
padding-bottom: 7px;
|
|
1846
1870
|
}
|
|
1847
1871
|
|
|
1848
|
-
.e-pivotview .e-icons:not(.e-frame) {
|
|
1872
|
+
.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) {
|
|
1849
1873
|
height: auto;
|
|
1850
1874
|
width: auto;
|
|
1851
1875
|
}
|
|
@@ -1863,6 +1887,7 @@
|
|
|
1863
1887
|
text-align: center;
|
|
1864
1888
|
width: 18px;
|
|
1865
1889
|
margin-top: 0;
|
|
1890
|
+
vertical-align: middle;
|
|
1866
1891
|
}
|
|
1867
1892
|
|
|
1868
1893
|
.e-pivotview th .e-expand,
|
|
@@ -1870,8 +1895,7 @@
|
|
|
1870
1895
|
float: left;
|
|
1871
1896
|
font-size: 10px !important;
|
|
1872
1897
|
margin-left: 0px;
|
|
1873
|
-
margin-top:
|
|
1874
|
-
margin-top: 2px !important;
|
|
1898
|
+
margin-top: 1px;
|
|
1875
1899
|
}
|
|
1876
1900
|
|
|
1877
1901
|
.e-pivotview .e-expand::before {
|
|
@@ -2037,7 +2061,7 @@
|
|
|
2037
2061
|
}
|
|
2038
2062
|
|
|
2039
2063
|
.e-pivottooltip {
|
|
2040
|
-
border-radius:
|
|
2064
|
+
border-radius: 4px;
|
|
2041
2065
|
padding: 3px 4px;
|
|
2042
2066
|
}
|
|
2043
2067
|
|
|
@@ -2120,14 +2144,23 @@
|
|
|
2120
2144
|
}
|
|
2121
2145
|
|
|
2122
2146
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2147
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2123
2148
|
.e-bigger .e-pivotview .e-headertext,
|
|
2124
2149
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2125
2150
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2151
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2126
2152
|
.e-bigger.e-pivotview .e-headertext,
|
|
2127
2153
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2128
2154
|
font-size: 14px !important;
|
|
2129
2155
|
}
|
|
2130
2156
|
|
|
2157
|
+
.e-bigger .e-pivotview th .e-expand,
|
|
2158
|
+
.e-bigger .e-pivotview th .e-collapse,
|
|
2159
|
+
.e-bigger.e-pivotview th .e-expand,
|
|
2160
|
+
.e-bigger.e-pivotview th .e-collapse {
|
|
2161
|
+
margin-top: 1px;
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2131
2164
|
.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
|
|
2132
2165
|
.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
|
|
2133
2166
|
height: 36px !important;
|
|
@@ -2203,6 +2236,19 @@
|
|
|
2203
2236
|
padding-left: 10px;
|
|
2204
2237
|
}
|
|
2205
2238
|
|
|
2239
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt,
|
|
2240
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-values .e-draggable-prompt,
|
|
2241
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-columns .e-draggable-prompt,
|
|
2242
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-rows .e-draggable-prompt,
|
|
2243
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-group-all-fields .e-draggable-prompt,
|
|
2244
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt,
|
|
2245
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-values .e-draggable-prompt,
|
|
2246
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-columns .e-draggable-prompt,
|
|
2247
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-rows .e-draggable-prompt,
|
|
2248
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-group-all-fields .e-draggable-prompt {
|
|
2249
|
+
font-size: 16px;
|
|
2250
|
+
}
|
|
2251
|
+
|
|
2206
2252
|
.e-bigger .e-pivotview .e-grouping-bar .e-group-values,
|
|
2207
2253
|
.e-bigger.e-pivotview .e-grouping-bar .e-group-values {
|
|
2208
2254
|
height: 100%;
|
|
@@ -2308,9 +2354,11 @@
|
|
|
2308
2354
|
}
|
|
2309
2355
|
|
|
2310
2356
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2357
|
+
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2311
2358
|
.e-bigger .e-pivotview .e-headertext,
|
|
2312
2359
|
.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
|
|
2313
2360
|
.e-bigger.e-pivotview .e-stackedheadercelldiv,
|
|
2361
|
+
.e-bigger.e-pivotview .e-stackedheadertext,
|
|
2314
2362
|
.e-bigger.e-pivotview .e-headertext,
|
|
2315
2363
|
.e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
|
|
2316
2364
|
color: #9ca3af !important;
|