@syncfusion/ej2-vue-pivotview 19.3.57 → 19.4.38

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.
Files changed (49) hide show
  1. package/CHANGELOG.md +23 -41
  2. package/dist/ej2-vue-pivotview.umd.min.js +1 -1
  3. package/dist/es6/ej2-vue-pivotview.es2015.js +2 -2
  4. package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-pivotview.es5.js +2 -2
  6. package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-pivotview.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/pivotfieldlist/pivotfieldlist.component.js +1 -1
  10. package/src/pivotview/pivotview.component.js +1 -1
  11. package/styles/bootstrap-dark.css +115 -104
  12. package/styles/bootstrap.css +115 -104
  13. package/styles/bootstrap4.css +114 -81
  14. package/styles/bootstrap5-dark.css +220 -168
  15. package/styles/bootstrap5.css +215 -161
  16. package/styles/fabric-dark.css +117 -103
  17. package/styles/fabric.css +115 -102
  18. package/styles/highcontrast-light.css +116 -102
  19. package/styles/highcontrast.css +118 -104
  20. package/styles/material-dark.css +108 -97
  21. package/styles/material.css +108 -97
  22. package/styles/pivotfieldlist/bootstrap-dark.css +49 -58
  23. package/styles/pivotfieldlist/bootstrap.css +49 -58
  24. package/styles/pivotfieldlist/bootstrap4.css +44 -39
  25. package/styles/pivotfieldlist/bootstrap5-dark.css +115 -89
  26. package/styles/pivotfieldlist/bootstrap5.css +115 -89
  27. package/styles/pivotfieldlist/fabric-dark.css +49 -58
  28. package/styles/pivotfieldlist/fabric.css +49 -58
  29. package/styles/pivotfieldlist/highcontrast-light.css +49 -58
  30. package/styles/pivotfieldlist/highcontrast.css +49 -58
  31. package/styles/pivotfieldlist/material-dark.css +44 -53
  32. package/styles/pivotfieldlist/material.css +44 -53
  33. package/styles/pivotfieldlist/tailwind-dark.css +138 -81
  34. package/styles/pivotfieldlist/tailwind.css +140 -83
  35. package/styles/pivotview/bootstrap-dark.css +66 -46
  36. package/styles/pivotview/bootstrap.css +66 -46
  37. package/styles/pivotview/bootstrap4.css +70 -42
  38. package/styles/pivotview/bootstrap5-dark.css +99 -73
  39. package/styles/pivotview/bootstrap5.css +100 -72
  40. package/styles/pivotview/fabric-dark.css +68 -45
  41. package/styles/pivotview/fabric.css +66 -44
  42. package/styles/pivotview/highcontrast-light.css +67 -44
  43. package/styles/pivotview/highcontrast.css +69 -46
  44. package/styles/pivotview/material-dark.css +64 -44
  45. package/styles/pivotview/material.css +64 -44
  46. package/styles/pivotview/tailwind-dark.css +106 -58
  47. package/styles/pivotview/tailwind.css +107 -57
  48. package/styles/tailwind-dark.css +250 -145
  49. package/styles/tailwind.css +247 -140
@@ -41,7 +41,7 @@
41
41
  }
42
42
 
43
43
  .e-pivotview .e-dropdown-icon::before {
44
- content: '\e7c6';
44
+ content: '\e706';
45
45
  }
46
46
 
47
47
  .e-pivotview .e-export::before {
@@ -186,17 +186,18 @@
186
186
  .e-pivotview .e-group-field-settings {
187
187
  max-height: 450px !important;
188
188
  border-radius: 4px;
189
- max-width: 400px;
190
- width: auto;
189
+ max-width: 400px !important;
190
+ width: auto !important;
191
191
  }
192
192
 
193
193
  .e-pivotview .e-pivot-format-dialog {
194
194
  border-radius: 4px;
195
- max-width: 400px;
196
- width: auto;
195
+ max-width: 400px !important;
196
+ width: auto !important;
197
197
  }
198
198
 
199
- .e-pivotview .e-value-field-settings .e-field-name-text-wrapper, .e-pivotview .e-value-field-settings .e-field-name-text-container {
199
+ .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
200
+ .e-pivotview .e-value-field-settings .e-field-name-text-container {
200
201
  display: -ms-flexbox;
201
202
  display: flex;
202
203
  }
@@ -211,9 +212,9 @@
211
212
  .e-pivotview .e-value-field-settings .e-field-name-content {
212
213
  -ms-flex: auto;
213
214
  flex: auto;
214
- width: 100%;
215
215
  font-size: 13px;
216
216
  font-weight: 500;
217
+ width: 100%;
217
218
  }
218
219
 
219
220
  .e-pivotview .e-value-field-settings .e-caption-input-wrapper,
@@ -310,13 +311,6 @@
310
311
  font-size: 16px;
311
312
  }
312
313
 
313
- .e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
314
- background-color: #f9fafb;
315
- border-color: transparent;
316
- color: #6b7280;
317
- outline: none;
318
- }
319
-
320
314
  .e-pivotview .e-member-editor-dialog .e-member-prompt {
321
315
  padding: 15px 12px;
322
316
  text-align: center;
@@ -441,6 +435,7 @@
441
435
  height: 14px;
442
436
  min-width: 14px;
443
437
  width: 14px;
438
+ height: auto;
444
439
  }
445
440
 
446
441
  .e-pivotview .e-member-editor-dialog .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before,
@@ -459,7 +454,7 @@
459
454
 
460
455
  .e-pivotview .e-member-editor-dialog .e-clear-filter-button {
461
456
  float: left;
462
- margin-left: -10px;
457
+ margin: 0;
463
458
  }
464
459
 
465
460
  .e-pivotview .e-member-editor-dialog .e-clear-filter-button.e-disable {
@@ -505,7 +500,7 @@
505
500
 
506
501
  .e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
507
502
  float: right;
508
- margin-right: -10px;
503
+ margin: 0;
509
504
  }
510
505
 
511
506
  .e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul,
@@ -572,9 +567,9 @@
572
567
  .e-pivotview .e-member-editor-dialog .e-footer-content,
573
568
  .e-pivotview .e-pivot-format-dialog .e-footer-content,
574
569
  .e-pivotview .e-group-field-settings .e-footer-content {
575
- border-radius: 4px;
576
570
  border-top-left-radius: 0;
577
571
  border-top-right-radius: 0;
572
+ border-radius: 4px;
578
573
  padding-bottom: 8px;
579
574
  padding-top: 8px;
580
575
  }
@@ -640,7 +635,7 @@
640
635
  }
641
636
 
642
637
  .e-pivotview .e-pivotchart-type-dialog {
643
- max-width: 350px;
638
+ max-width: 350px !important;
644
639
  max-height: 380px !important;
645
640
  }
646
641
 
@@ -672,8 +667,8 @@
672
667
  }
673
668
 
674
669
  .e-pivotview .e-pivot-format-dialog {
675
- max-height: 500px !important;
676
- max-width: 350px;
670
+ max-height: 550px !important;
671
+ max-width: 350px !important;
677
672
  }
678
673
 
679
674
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
@@ -699,6 +694,7 @@
699
694
  }
700
695
 
701
696
  .e-pivotview .e-pivot-toolbar {
697
+ background: #f9fafb;
702
698
  border-bottom: 0;
703
699
  border-style: solid;
704
700
  border-top: 1px solid #e5e7eb;
@@ -706,6 +702,10 @@
706
702
  border-right: 1px solid #e5e7eb;
707
703
  }
708
704
 
705
+ .e-pivotview .e-pivot-toolbar .e-toolbar-items {
706
+ background: #f9fafb;
707
+ }
708
+
709
709
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
710
710
  font-size: 16px;
711
711
  }
@@ -718,7 +718,6 @@
718
718
 
719
719
  .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
720
720
  .e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
721
- height: 32px;
722
721
  overflow: hidden;
723
722
  padding-left: 10px;
724
723
  }
@@ -728,6 +727,12 @@
728
727
  margin-left: 0;
729
728
  margin-right: 0;
730
729
  font-size: 16px;
730
+ line-height: 40px;
731
+ }
732
+
733
+ .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-caret,
734
+ .e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item .e-caret {
735
+ line-height: 40px;
731
736
  }
732
737
 
733
738
  .e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
@@ -771,7 +776,7 @@
771
776
  }
772
777
 
773
778
  .e-pivotview-report-dialog {
774
- max-width: 350px;
779
+ max-width: 350px !important;
775
780
  }
776
781
 
777
782
  .e-mdx-query-content {
@@ -787,7 +792,7 @@
787
792
  }
788
793
 
789
794
  .e-pivotview-mdx-dialog {
790
- max-width: 500px;
795
+ max-width: 500px !important;
791
796
  }
792
797
 
793
798
  .e-report-outer {
@@ -840,7 +845,6 @@
840
845
 
841
846
  .e-drillthrough-dialog .e-drillthrough-body-header-value {
842
847
  color: #6b7280;
843
- margin-left: 10px;
844
848
  margin-right: 20px;
845
849
  }
846
850
 
@@ -852,11 +856,18 @@
852
856
  flex-wrap: wrap;
853
857
  }
854
858
 
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;
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
+ .e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-menu-icon,
862
+ .e-bigger.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item .e-menu-icon {
863
+ line-height: 50px;
864
+ }
865
+
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
+ .e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-caret,
869
+ .e-bigger.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item .e-caret {
870
+ line-height: 50px;
860
871
  }
861
872
 
862
873
  .e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
@@ -1015,7 +1026,8 @@
1015
1026
  padding-top: 16px;
1016
1027
  }
1017
1028
 
1018
- .e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper, .e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-container,
1029
+ .e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
1030
+ .e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-container,
1019
1031
  .e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
1020
1032
  .e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-container {
1021
1033
  display: -ms-flexbox;
@@ -1027,7 +1039,6 @@
1027
1039
  .e-bigger.e-pivotview .e-value-field-settings .e-field-name-title,
1028
1040
  .e-bigger.e-pivotview .e-value-field-settings .e-field-name-content {
1029
1041
  font-size: 14px;
1030
- font-size: 13px;
1031
1042
  font-weight: 500;
1032
1043
  }
1033
1044
 
@@ -1093,7 +1104,6 @@
1093
1104
 
1094
1105
  .e-pivotview .e-rowsheader .e-cellvalue {
1095
1106
  margin-left: 10px;
1096
- vertical-align: super !important;
1097
1107
  }
1098
1108
 
1099
1109
  .e-pivotview .e-valuescontent {
@@ -1137,6 +1147,7 @@
1137
1147
  .e-pivotview .e-rowsheader .e-cellvalue {
1138
1148
  margin-left: 8px;
1139
1149
  margin-top: 5px;
1150
+ vertical-align: middle;
1140
1151
  }
1141
1152
 
1142
1153
  .e-pivotview .e-pivot-conditional-empty-format {
@@ -1216,6 +1227,7 @@
1216
1227
 
1217
1228
  .e-pivotview div.e-cellvalue {
1218
1229
  margin-top: 5px;
1230
+ margin-top: 2px;
1219
1231
  }
1220
1232
 
1221
1233
  .e-pivotview .e-sortfilterdiv {
@@ -1225,11 +1237,9 @@
1225
1237
 
1226
1238
  .e-pivotview .e-sortfilterdiv.e-value-sort-icon {
1227
1239
  margin: 0px !important;
1228
- padding-bottom: 10px !important;
1229
- padding-top: 10px !important;
1230
- margin: -28px -5px !important;
1231
- padding-bottom: 30px !important;
1232
- padding-top: 30px !important;
1240
+ padding: 2px 4px !important;
1241
+ padding-bottom: 0px !important;
1242
+ padding-top: 0px !important;
1233
1243
  }
1234
1244
 
1235
1245
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
@@ -1240,10 +1250,6 @@
1240
1250
  border: 1px solid #e5e7eb;
1241
1251
  }
1242
1252
 
1243
- .e-pivotview .e-pivotchart.e-ltr {
1244
- direction: ltr;
1245
- }
1246
-
1247
1253
  .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
1248
1254
  .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
1249
1255
  margin: -18px !important;
@@ -1269,12 +1275,28 @@
1269
1275
  color: #6b7280 !important;
1270
1276
  }
1271
1277
 
1278
+ .e-pivotview .sf-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
1279
+ .e-pivotview .sf-grid.e-responsive .e-headercelldiv .e-headertext {
1280
+ text-overflow: ellipsis;
1281
+ white-space: nowrap;
1282
+ }
1283
+
1272
1284
  .e-pivotview .e-grid .e-headercelldiv,
1273
1285
  .e-pivotview .e-grid .e-columnsheader {
1274
1286
  padding-left: 8px !important;
1275
1287
  text-transform: none;
1276
1288
  }
1277
1289
 
1290
+ .e-pivotview .sf-grid .e-headercelldiv,
1291
+ .e-pivotview .sf-grid .e-columnsheader {
1292
+ padding-right: 8px !important;
1293
+ }
1294
+
1295
+ .e-pivotview .sf-grid .e-headercelldiv,
1296
+ .e-pivotview .sf-grid .e-stackedheadercelldiv {
1297
+ line-height: normal;
1298
+ }
1299
+
1278
1300
  .e-pivotview .e-frozenheader > .e-table,
1279
1301
  .e-pivotview .e-frozencontent > .e-table {
1280
1302
  border-left-color: #e5e7eb !important;
@@ -1283,22 +1305,23 @@
1283
1305
  border-right-width: 1px;
1284
1306
  }
1285
1307
 
1308
+ .e-pivotview .e-stackedheadercelldiv {
1309
+ display: block;
1310
+ }
1311
+
1312
+ .e-pivotview .e-stackedheadertext.e-cellvalue,
1286
1313
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1287
1314
  padding-left: 8px !important;
1288
1315
  margin-top: 5px;
1289
1316
  margin-top: 2px;
1290
1317
  }
1291
1318
 
1292
- .e-pivotview .e-stackedheadertext.e-cellvalue {
1293
- margin-top: 3px;
1294
- padding-left: 8px !important;
1295
- }
1296
-
1297
1319
  .e-pivotview .e-stackedheadercelldiv {
1298
1320
  padding: 0 0 0 1px !important;
1299
1321
  }
1300
1322
 
1301
1323
  .e-pivotview .e-stackedheadercelldiv,
1324
+ .e-pivotview .e-stackedheadertext,
1302
1325
  .e-pivotview .e-headertext,
1303
1326
  .e-pivotview .e-rowsheader .e-cellvalue {
1304
1327
  color: #6b7280;
@@ -1307,6 +1330,7 @@
1307
1330
  }
1308
1331
 
1309
1332
  .e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell,
1333
+ .e-pivotview .e-stackedheadertext .e-hyperlinkcell,
1310
1334
  .e-pivotview .e-headertext .e-hyperlinkcell,
1311
1335
  .e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell {
1312
1336
  cursor: pointer;
@@ -1407,7 +1431,6 @@
1407
1431
  .e-pivotview .e-group-rows,
1408
1432
  .e-pivotview .e-group-all-fields {
1409
1433
  background: #f9fafb;
1410
- vertical-align: top;
1411
1434
  display: inline-table;
1412
1435
  -ms-flex: auto;
1413
1436
  flex: auto;
@@ -1416,6 +1439,7 @@
1416
1439
  overflow: hidden;
1417
1440
  padding-left: 8px;
1418
1441
  scroll-behavior: smooth;
1442
+ vertical-align: top;
1419
1443
  }
1420
1444
 
1421
1445
  .e-pivotview .e-group-values.e-drag-restrict,
@@ -1440,6 +1464,8 @@
1440
1464
  position: relative;
1441
1465
  text-align: center;
1442
1466
  vertical-align: middle;
1467
+ font-size: 14px;
1468
+ font-weight: normal;
1443
1469
  }
1444
1470
 
1445
1471
  .e-pivotview .e-grouping-bar .e-pvt-btn-div,
@@ -1512,7 +1538,7 @@
1512
1538
  .e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filtered,
1513
1539
  .e-pivotview .e-group-rows .e-pivot-button:hover .e-remove,
1514
1540
  .e-pivotview .e-group-rows .e-pivot-button:hover .e-edit {
1515
- color: #6b7280 !important;
1541
+ color: #6b7280;
1516
1542
  }
1517
1543
 
1518
1544
  .e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused,
@@ -1533,7 +1559,7 @@
1533
1559
  .e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filtered,
1534
1560
  .e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-remove,
1535
1561
  .e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-edit {
1536
- color: #6b7280 !important;
1562
+ color: #6b7280;
1537
1563
  }
1538
1564
 
1539
1565
  .e-pivotview .e-grouping-bar .e-pivot-button:focus, .e-pivotview .e-grouping-bar .e-pivot-button:active,
@@ -1566,7 +1592,7 @@
1566
1592
  .e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filtered,
1567
1593
  .e-pivotview .e-group-rows .e-pivot-button:active .e-remove,
1568
1594
  .e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
1569
- color: #6b7280 !important;
1595
+ color: #6b7280;
1570
1596
  }
1571
1597
 
1572
1598
  .e-pivotview .e-grouping-bar .e-pivot-button .e-content,
@@ -1589,7 +1615,7 @@
1589
1615
 
1590
1616
  .e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
1591
1617
  .e-pivotview .e-group-rows .e-pivot-button .e-draggable {
1592
- height: initial;
1618
+ height: initial !important;
1593
1619
  }
1594
1620
 
1595
1621
  .e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
@@ -1609,7 +1635,7 @@
1609
1635
  .e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
1610
1636
  .e-pivotview .e-group-rows .e-pivot-button .e-remove,
1611
1637
  .e-pivotview .e-group-rows .e-pivot-button .e-edit {
1612
- color: #6b7280 !important;
1638
+ color: #6b7280;
1613
1639
  cursor: pointer;
1614
1640
  display: inline-block;
1615
1641
  font-size: 12px;
@@ -1630,7 +1656,7 @@
1630
1656
  .e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered:hover,
1631
1657
  .e-pivotview .e-group-rows .e-pivot-button .e-remove:hover,
1632
1658
  .e-pivotview .e-group-rows .e-pivot-button .e-edit:hover {
1633
- color: #6b7280 !important;
1659
+ color: #6b7280;
1634
1660
  }
1635
1661
 
1636
1662
  .e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-disable,
@@ -1845,7 +1871,7 @@
1845
1871
  padding-bottom: 7px;
1846
1872
  }
1847
1873
 
1848
- .e-pivotview .e-icons:not(.e-frame) {
1874
+ .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
1875
  height: auto;
1850
1876
  width: auto;
1851
1877
  }
@@ -1863,6 +1889,7 @@
1863
1889
  text-align: center;
1864
1890
  width: 18px;
1865
1891
  margin-top: 0;
1892
+ vertical-align: middle;
1866
1893
  }
1867
1894
 
1868
1895
  .e-pivotview th .e-expand,
@@ -1870,8 +1897,7 @@
1870
1897
  float: left;
1871
1898
  font-size: 10px !important;
1872
1899
  margin-left: 0px;
1873
- margin-top: 8px;
1874
- margin-top: 2px !important;
1900
+ margin-top: 1px;
1875
1901
  }
1876
1902
 
1877
1903
  .e-pivotview .e-expand::before {
@@ -2037,7 +2063,7 @@
2037
2063
  }
2038
2064
 
2039
2065
  .e-pivottooltip {
2040
- border-radius: 2px;
2066
+ border-radius: 4px;
2041
2067
  padding: 3px 4px;
2042
2068
  }
2043
2069
 
@@ -2120,14 +2146,23 @@
2120
2146
  }
2121
2147
 
2122
2148
  .e-bigger .e-pivotview .e-stackedheadercelldiv,
2149
+ .e-bigger .e-pivotview .e-stackedheadertext,
2123
2150
  .e-bigger .e-pivotview .e-headertext,
2124
2151
  .e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
2125
2152
  .e-bigger.e-pivotview .e-stackedheadercelldiv,
2153
+ .e-bigger.e-pivotview .e-stackedheadertext,
2126
2154
  .e-bigger.e-pivotview .e-headertext,
2127
2155
  .e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
2128
2156
  font-size: 14px !important;
2129
2157
  }
2130
2158
 
2159
+ .e-bigger .e-pivotview th .e-expand,
2160
+ .e-bigger .e-pivotview th .e-collapse,
2161
+ .e-bigger.e-pivotview th .e-expand,
2162
+ .e-bigger.e-pivotview th .e-collapse {
2163
+ margin-top: 1px;
2164
+ }
2165
+
2131
2166
  .e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
2132
2167
  .e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
2133
2168
  height: 36px !important;
@@ -2203,6 +2238,19 @@
2203
2238
  padding-left: 10px;
2204
2239
  }
2205
2240
 
2241
+ .e-bigger .e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt,
2242
+ .e-bigger .e-pivotview .e-grouping-bar .e-group-values .e-draggable-prompt,
2243
+ .e-bigger .e-pivotview .e-grouping-bar .e-group-columns .e-draggable-prompt,
2244
+ .e-bigger .e-pivotview .e-grouping-bar .e-group-rows .e-draggable-prompt,
2245
+ .e-bigger .e-pivotview .e-grouping-bar .e-group-all-fields .e-draggable-prompt,
2246
+ .e-bigger.e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt,
2247
+ .e-bigger.e-pivotview .e-grouping-bar .e-group-values .e-draggable-prompt,
2248
+ .e-bigger.e-pivotview .e-grouping-bar .e-group-columns .e-draggable-prompt,
2249
+ .e-bigger.e-pivotview .e-grouping-bar .e-group-rows .e-draggable-prompt,
2250
+ .e-bigger.e-pivotview .e-grouping-bar .e-group-all-fields .e-draggable-prompt {
2251
+ font-size: 16px;
2252
+ }
2253
+
2206
2254
  .e-bigger .e-pivotview .e-grouping-bar .e-group-values,
2207
2255
  .e-bigger.e-pivotview .e-grouping-bar .e-group-values {
2208
2256
  height: 100%;
@@ -2308,9 +2356,11 @@
2308
2356
  }
2309
2357
 
2310
2358
  .e-bigger .e-pivotview .e-stackedheadercelldiv,
2359
+ .e-bigger .e-pivotview .e-stackedheadertext,
2311
2360
  .e-bigger .e-pivotview .e-headertext,
2312
2361
  .e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
2313
2362
  .e-bigger.e-pivotview .e-stackedheadercelldiv,
2363
+ .e-bigger.e-pivotview .e-stackedheadertext,
2314
2364
  .e-bigger.e-pivotview .e-headertext,
2315
2365
  .e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
2316
2366
  color: #6b7280 !important;