@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
@@ -42,7 +42,7 @@
42
42
  }
43
43
 
44
44
  .e-pivotview .e-dropdown-icon::before {
45
- content: '\e7c6';
45
+ content: '\e706';
46
46
  }
47
47
 
48
48
  .e-pivotview .e-export::before {
@@ -187,17 +187,18 @@
187
187
  .e-pivotview .e-group-field-settings {
188
188
  max-height: 450px !important;
189
189
  border-radius: 4px;
190
- max-width: 400px;
191
- width: auto;
190
+ max-width: 400px !important;
191
+ width: auto !important;
192
192
  }
193
193
 
194
194
  .e-pivotview .e-pivot-format-dialog {
195
195
  border-radius: 4px;
196
- max-width: 400px;
197
- width: auto;
196
+ max-width: 400px !important;
197
+ width: auto !important;
198
198
  }
199
199
 
200
- .e-pivotview .e-value-field-settings .e-field-name-text-wrapper, .e-pivotview .e-value-field-settings .e-field-name-text-container {
200
+ .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
201
+ .e-pivotview .e-value-field-settings .e-field-name-text-container {
201
202
  display: -ms-flexbox;
202
203
  display: flex;
203
204
  }
@@ -212,9 +213,9 @@
212
213
  .e-pivotview .e-value-field-settings .e-field-name-content {
213
214
  -ms-flex: auto;
214
215
  flex: auto;
215
- width: 100%;
216
216
  font-size: 13px;
217
217
  font-weight: 500;
218
+ width: 100%;
218
219
  }
219
220
 
220
221
  .e-pivotview .e-value-field-settings .e-caption-input-wrapper,
@@ -311,13 +312,6 @@
311
312
  font-size: 16px;
312
313
  }
313
314
 
314
- .e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
315
- background-color: #f9fafb;
316
- border-color: transparent;
317
- color: #6b7280;
318
- outline: none;
319
- }
320
-
321
315
  .e-pivotview .e-member-editor-dialog .e-member-prompt {
322
316
  padding: 15px 12px;
323
317
  text-align: center;
@@ -442,6 +436,7 @@
442
436
  height: 14px;
443
437
  min-width: 14px;
444
438
  width: 14px;
439
+ height: auto;
445
440
  }
446
441
 
447
442
  .e-pivotview .e-member-editor-dialog .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before,
@@ -460,7 +455,7 @@
460
455
 
461
456
  .e-pivotview .e-member-editor-dialog .e-clear-filter-button {
462
457
  float: left;
463
- margin-left: -10px;
458
+ margin: 0;
464
459
  }
465
460
 
466
461
  .e-pivotview .e-member-editor-dialog .e-clear-filter-button.e-disable {
@@ -506,7 +501,7 @@
506
501
 
507
502
  .e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
508
503
  float: right;
509
- margin-right: -10px;
504
+ margin: 0;
510
505
  }
511
506
 
512
507
  .e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul,
@@ -573,9 +568,9 @@
573
568
  .e-pivotview .e-member-editor-dialog .e-footer-content,
574
569
  .e-pivotview .e-pivot-format-dialog .e-footer-content,
575
570
  .e-pivotview .e-group-field-settings .e-footer-content {
576
- border-radius: 4px;
577
571
  border-top-left-radius: 0;
578
572
  border-top-right-radius: 0;
573
+ border-radius: 4px;
579
574
  padding-bottom: 8px;
580
575
  padding-top: 8px;
581
576
  }
@@ -641,7 +636,7 @@
641
636
  }
642
637
 
643
638
  .e-pivotview .e-pivotchart-type-dialog {
644
- max-width: 350px;
639
+ max-width: 350px !important;
645
640
  max-height: 380px !important;
646
641
  }
647
642
 
@@ -673,8 +668,8 @@
673
668
  }
674
669
 
675
670
  .e-pivotview .e-pivot-format-dialog {
676
- max-height: 500px !important;
677
- max-width: 350px;
671
+ max-height: 550px !important;
672
+ max-width: 350px !important;
678
673
  }
679
674
 
680
675
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
@@ -700,6 +695,7 @@
700
695
  }
701
696
 
702
697
  .e-pivotview .e-pivot-toolbar {
698
+ background: #f9fafb;
703
699
  border-bottom: 0;
704
700
  border-style: solid;
705
701
  border-top: 1px solid #e5e7eb;
@@ -707,6 +703,10 @@
707
703
  border-right: 1px solid #e5e7eb;
708
704
  }
709
705
 
706
+ .e-pivotview .e-pivot-toolbar .e-toolbar-items {
707
+ background: #f9fafb;
708
+ }
709
+
710
710
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
711
711
  font-size: 16px;
712
712
  }
@@ -719,7 +719,6 @@
719
719
 
720
720
  .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
721
721
  .e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
722
- height: 32px;
723
722
  overflow: hidden;
724
723
  padding-left: 10px;
725
724
  }
@@ -729,6 +728,12 @@
729
728
  margin-left: 0;
730
729
  margin-right: 0;
731
730
  font-size: 16px;
731
+ line-height: 40px;
732
+ }
733
+
734
+ .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-caret,
735
+ .e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item .e-caret {
736
+ line-height: 40px;
732
737
  }
733
738
 
734
739
  .e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
@@ -772,7 +777,7 @@
772
777
  }
773
778
 
774
779
  .e-pivotview-report-dialog {
775
- max-width: 350px;
780
+ max-width: 350px !important;
776
781
  }
777
782
 
778
783
  .e-mdx-query-content {
@@ -788,7 +793,7 @@
788
793
  }
789
794
 
790
795
  .e-pivotview-mdx-dialog {
791
- max-width: 500px;
796
+ max-width: 500px !important;
792
797
  }
793
798
 
794
799
  .e-report-outer {
@@ -841,7 +846,6 @@
841
846
 
842
847
  .e-drillthrough-dialog .e-drillthrough-body-header-value {
843
848
  color: #6b7280;
844
- margin-left: 10px;
845
849
  margin-right: 20px;
846
850
  }
847
851
 
@@ -853,11 +857,18 @@
853
857
  flex-wrap: wrap;
854
858
  }
855
859
 
856
- .e-bigger .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
857
- .e-bigger .e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item,
858
- .e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
859
- .e-bigger.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
860
- height: 42px;
860
+ .e-bigger .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-menu-icon,
861
+ .e-bigger .e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item .e-menu-icon,
862
+ .e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-menu-icon,
863
+ .e-bigger.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item .e-menu-icon {
864
+ line-height: 50px;
865
+ }
866
+
867
+ .e-bigger .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-caret,
868
+ .e-bigger .e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item .e-caret,
869
+ .e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-caret,
870
+ .e-bigger.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item .e-caret {
871
+ line-height: 50px;
861
872
  }
862
873
 
863
874
  .e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
@@ -1016,7 +1027,8 @@
1016
1027
  padding-top: 16px;
1017
1028
  }
1018
1029
 
1019
- .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,
1030
+ .e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
1031
+ .e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-container,
1020
1032
  .e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
1021
1033
  .e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-container {
1022
1034
  display: -ms-flexbox;
@@ -1028,7 +1040,6 @@
1028
1040
  .e-bigger.e-pivotview .e-value-field-settings .e-field-name-title,
1029
1041
  .e-bigger.e-pivotview .e-value-field-settings .e-field-name-content {
1030
1042
  font-size: 14px;
1031
- font-size: 13px;
1032
1043
  font-weight: 500;
1033
1044
  }
1034
1045
 
@@ -1094,7 +1105,6 @@
1094
1105
 
1095
1106
  .e-pivotview .e-rowsheader .e-cellvalue {
1096
1107
  margin-left: 10px;
1097
- vertical-align: super !important;
1098
1108
  }
1099
1109
 
1100
1110
  .e-pivotview .e-valuescontent {
@@ -1138,6 +1148,7 @@
1138
1148
  .e-pivotview .e-rowsheader .e-cellvalue {
1139
1149
  margin-left: 8px;
1140
1150
  margin-top: 5px;
1151
+ vertical-align: middle;
1141
1152
  }
1142
1153
 
1143
1154
  .e-pivotview .e-pivot-conditional-empty-format {
@@ -1217,6 +1228,7 @@
1217
1228
 
1218
1229
  .e-pivotview div.e-cellvalue {
1219
1230
  margin-top: 5px;
1231
+ margin-top: 2px;
1220
1232
  }
1221
1233
 
1222
1234
  .e-pivotview .e-sortfilterdiv {
@@ -1226,11 +1238,9 @@
1226
1238
 
1227
1239
  .e-pivotview .e-sortfilterdiv.e-value-sort-icon {
1228
1240
  margin: 0px !important;
1229
- padding-bottom: 10px !important;
1230
- padding-top: 10px !important;
1231
- margin: -28px -5px !important;
1232
- padding-bottom: 30px !important;
1233
- padding-top: 30px !important;
1241
+ padding: 2px 4px !important;
1242
+ padding-bottom: 0px !important;
1243
+ padding-top: 0px !important;
1234
1244
  }
1235
1245
 
1236
1246
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
@@ -1241,10 +1251,6 @@
1241
1251
  border: 1px solid #e5e7eb;
1242
1252
  }
1243
1253
 
1244
- .e-pivotview .e-pivotchart.e-ltr {
1245
- direction: ltr;
1246
- }
1247
-
1248
1254
  .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
1249
1255
  .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
1250
1256
  margin: -18px !important;
@@ -1270,12 +1276,28 @@
1270
1276
  color: #6b7280 !important;
1271
1277
  }
1272
1278
 
1279
+ .e-pivotview .sf-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
1280
+ .e-pivotview .sf-grid.e-responsive .e-headercelldiv .e-headertext {
1281
+ text-overflow: ellipsis;
1282
+ white-space: nowrap;
1283
+ }
1284
+
1273
1285
  .e-pivotview .e-grid .e-headercelldiv,
1274
1286
  .e-pivotview .e-grid .e-columnsheader {
1275
1287
  padding-left: 8px !important;
1276
1288
  text-transform: none;
1277
1289
  }
1278
1290
 
1291
+ .e-pivotview .sf-grid .e-headercelldiv,
1292
+ .e-pivotview .sf-grid .e-columnsheader {
1293
+ padding-right: 8px !important;
1294
+ }
1295
+
1296
+ .e-pivotview .sf-grid .e-headercelldiv,
1297
+ .e-pivotview .sf-grid .e-stackedheadercelldiv {
1298
+ line-height: normal;
1299
+ }
1300
+
1279
1301
  .e-pivotview .e-frozenheader > .e-table,
1280
1302
  .e-pivotview .e-frozencontent > .e-table {
1281
1303
  border-left-color: #e5e7eb !important;
@@ -1284,22 +1306,23 @@
1284
1306
  border-right-width: 1px;
1285
1307
  }
1286
1308
 
1309
+ .e-pivotview .e-stackedheadercelldiv {
1310
+ display: block;
1311
+ }
1312
+
1313
+ .e-pivotview .e-stackedheadertext.e-cellvalue,
1287
1314
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1288
1315
  padding-left: 8px !important;
1289
1316
  margin-top: 5px;
1290
1317
  margin-top: 2px;
1291
1318
  }
1292
1319
 
1293
- .e-pivotview .e-stackedheadertext.e-cellvalue {
1294
- margin-top: 3px;
1295
- padding-left: 8px !important;
1296
- }
1297
-
1298
1320
  .e-pivotview .e-stackedheadercelldiv {
1299
1321
  padding: 0 0 0 1px !important;
1300
1322
  }
1301
1323
 
1302
1324
  .e-pivotview .e-stackedheadercelldiv,
1325
+ .e-pivotview .e-stackedheadertext,
1303
1326
  .e-pivotview .e-headertext,
1304
1327
  .e-pivotview .e-rowsheader .e-cellvalue {
1305
1328
  color: #6b7280;
@@ -1308,6 +1331,7 @@
1308
1331
  }
1309
1332
 
1310
1333
  .e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell,
1334
+ .e-pivotview .e-stackedheadertext .e-hyperlinkcell,
1311
1335
  .e-pivotview .e-headertext .e-hyperlinkcell,
1312
1336
  .e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell {
1313
1337
  cursor: pointer;
@@ -1408,7 +1432,6 @@
1408
1432
  .e-pivotview .e-group-rows,
1409
1433
  .e-pivotview .e-group-all-fields {
1410
1434
  background: #f9fafb;
1411
- vertical-align: top;
1412
1435
  display: inline-table;
1413
1436
  -ms-flex: auto;
1414
1437
  flex: auto;
@@ -1417,6 +1440,7 @@
1417
1440
  overflow: hidden;
1418
1441
  padding-left: 8px;
1419
1442
  scroll-behavior: smooth;
1443
+ vertical-align: top;
1420
1444
  }
1421
1445
 
1422
1446
  .e-pivotview .e-group-values.e-drag-restrict,
@@ -1441,6 +1465,8 @@
1441
1465
  position: relative;
1442
1466
  text-align: center;
1443
1467
  vertical-align: middle;
1468
+ font-size: 14px;
1469
+ font-weight: normal;
1444
1470
  }
1445
1471
 
1446
1472
  .e-pivotview .e-grouping-bar .e-pvt-btn-div,
@@ -1513,7 +1539,7 @@
1513
1539
  .e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filtered,
1514
1540
  .e-pivotview .e-group-rows .e-pivot-button:hover .e-remove,
1515
1541
  .e-pivotview .e-group-rows .e-pivot-button:hover .e-edit {
1516
- color: #6b7280 !important;
1542
+ color: #6b7280;
1517
1543
  }
1518
1544
 
1519
1545
  .e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused,
@@ -1534,7 +1560,7 @@
1534
1560
  .e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filtered,
1535
1561
  .e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-remove,
1536
1562
  .e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-edit {
1537
- color: #6b7280 !important;
1563
+ color: #6b7280;
1538
1564
  }
1539
1565
 
1540
1566
  .e-pivotview .e-grouping-bar .e-pivot-button:focus, .e-pivotview .e-grouping-bar .e-pivot-button:active,
@@ -1567,7 +1593,7 @@
1567
1593
  .e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filtered,
1568
1594
  .e-pivotview .e-group-rows .e-pivot-button:active .e-remove,
1569
1595
  .e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
1570
- color: #6b7280 !important;
1596
+ color: #6b7280;
1571
1597
  }
1572
1598
 
1573
1599
  .e-pivotview .e-grouping-bar .e-pivot-button .e-content,
@@ -1590,7 +1616,7 @@
1590
1616
 
1591
1617
  .e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
1592
1618
  .e-pivotview .e-group-rows .e-pivot-button .e-draggable {
1593
- height: initial;
1619
+ height: initial !important;
1594
1620
  }
1595
1621
 
1596
1622
  .e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
@@ -1610,7 +1636,7 @@
1610
1636
  .e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
1611
1637
  .e-pivotview .e-group-rows .e-pivot-button .e-remove,
1612
1638
  .e-pivotview .e-group-rows .e-pivot-button .e-edit {
1613
- color: #6b7280 !important;
1639
+ color: #6b7280;
1614
1640
  cursor: pointer;
1615
1641
  display: inline-block;
1616
1642
  font-size: 12px;
@@ -1631,7 +1657,7 @@
1631
1657
  .e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered:hover,
1632
1658
  .e-pivotview .e-group-rows .e-pivot-button .e-remove:hover,
1633
1659
  .e-pivotview .e-group-rows .e-pivot-button .e-edit:hover {
1634
- color: #6b7280 !important;
1660
+ color: #6b7280;
1635
1661
  }
1636
1662
 
1637
1663
  .e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-disable,
@@ -1846,7 +1872,7 @@
1846
1872
  padding-bottom: 7px;
1847
1873
  }
1848
1874
 
1849
- .e-pivotview .e-icons:not(.e-frame) {
1875
+ .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
1876
  height: auto;
1851
1877
  width: auto;
1852
1878
  }
@@ -1864,6 +1890,7 @@
1864
1890
  text-align: center;
1865
1891
  width: 18px;
1866
1892
  margin-top: 0;
1893
+ vertical-align: middle;
1867
1894
  }
1868
1895
 
1869
1896
  .e-pivotview th .e-expand,
@@ -1871,8 +1898,7 @@
1871
1898
  float: left;
1872
1899
  font-size: 10px !important;
1873
1900
  margin-left: 0px;
1874
- margin-top: 8px;
1875
- margin-top: 2px !important;
1901
+ margin-top: 1px;
1876
1902
  }
1877
1903
 
1878
1904
  .e-pivotview .e-expand::before {
@@ -2038,7 +2064,7 @@
2038
2064
  }
2039
2065
 
2040
2066
  .e-pivottooltip {
2041
- border-radius: 2px;
2067
+ border-radius: 4px;
2042
2068
  padding: 3px 4px;
2043
2069
  }
2044
2070
 
@@ -2121,14 +2147,23 @@
2121
2147
  }
2122
2148
 
2123
2149
  .e-bigger .e-pivotview .e-stackedheadercelldiv,
2150
+ .e-bigger .e-pivotview .e-stackedheadertext,
2124
2151
  .e-bigger .e-pivotview .e-headertext,
2125
2152
  .e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
2126
2153
  .e-bigger.e-pivotview .e-stackedheadercelldiv,
2154
+ .e-bigger.e-pivotview .e-stackedheadertext,
2127
2155
  .e-bigger.e-pivotview .e-headertext,
2128
2156
  .e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
2129
2157
  font-size: 14px !important;
2130
2158
  }
2131
2159
 
2160
+ .e-bigger .e-pivotview th .e-expand,
2161
+ .e-bigger .e-pivotview th .e-collapse,
2162
+ .e-bigger.e-pivotview th .e-expand,
2163
+ .e-bigger.e-pivotview th .e-collapse {
2164
+ margin-top: 1px;
2165
+ }
2166
+
2132
2167
  .e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
2133
2168
  .e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
2134
2169
  height: 36px !important;
@@ -2204,6 +2239,19 @@
2204
2239
  padding-left: 10px;
2205
2240
  }
2206
2241
 
2242
+ .e-bigger .e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt,
2243
+ .e-bigger .e-pivotview .e-grouping-bar .e-group-values .e-draggable-prompt,
2244
+ .e-bigger .e-pivotview .e-grouping-bar .e-group-columns .e-draggable-prompt,
2245
+ .e-bigger .e-pivotview .e-grouping-bar .e-group-rows .e-draggable-prompt,
2246
+ .e-bigger .e-pivotview .e-grouping-bar .e-group-all-fields .e-draggable-prompt,
2247
+ .e-bigger.e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt,
2248
+ .e-bigger.e-pivotview .e-grouping-bar .e-group-values .e-draggable-prompt,
2249
+ .e-bigger.e-pivotview .e-grouping-bar .e-group-columns .e-draggable-prompt,
2250
+ .e-bigger.e-pivotview .e-grouping-bar .e-group-rows .e-draggable-prompt,
2251
+ .e-bigger.e-pivotview .e-grouping-bar .e-group-all-fields .e-draggable-prompt {
2252
+ font-size: 16px;
2253
+ }
2254
+
2207
2255
  .e-bigger .e-pivotview .e-grouping-bar .e-group-values,
2208
2256
  .e-bigger.e-pivotview .e-grouping-bar .e-group-values {
2209
2257
  height: 100%;
@@ -2309,9 +2357,11 @@
2309
2357
  }
2310
2358
 
2311
2359
  .e-bigger .e-pivotview .e-stackedheadercelldiv,
2360
+ .e-bigger .e-pivotview .e-stackedheadertext,
2312
2361
  .e-bigger .e-pivotview .e-headertext,
2313
2362
  .e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
2314
2363
  .e-bigger.e-pivotview .e-stackedheadercelldiv,
2364
+ .e-bigger.e-pivotview .e-stackedheadertext,
2315
2365
  .e-bigger.e-pivotview .e-headertext,
2316
2366
  .e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
2317
2367
  color: #6b7280 !important;
@@ -2604,7 +2654,7 @@
2604
2654
 
2605
2655
  .e-pivotfieldlist-wrapper .e-selected-option-icon::before,
2606
2656
  .e-pivotfieldlist-container .e-selected-option-icon::before {
2607
- content: '\e75d';
2657
+ content: '\e7b0';
2608
2658
  }
2609
2659
 
2610
2660
  .e-pivotfieldlist-wrapper .e-clear-filter-icon::before,
@@ -2614,7 +2664,7 @@
2614
2664
 
2615
2665
  .e-pivotfieldlist-wrapper .e-dropdown-icon::before,
2616
2666
  .e-pivotfieldlist-container .e-dropdown-icon::before {
2617
- content: '\e7c6';
2667
+ content: '\e706';
2618
2668
  }
2619
2669
 
2620
2670
  .e-pivotfieldlist-wrapper .e-measureGroupCDB-icon::before,
@@ -2887,6 +2937,18 @@
2887
2937
  width: 14px;
2888
2938
  }
2889
2939
 
2940
+ .e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
2941
+ .e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn {
2942
+ pointer-events: none;
2943
+ }
2944
+
2945
+ .e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color,
2946
+ .e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color {
2947
+ background: none;
2948
+ margin: 0 2px;
2949
+ width: 14px;
2950
+ }
2951
+
2890
2952
  .e-pivot-formatting-dialog .e-split-preview,
2891
2953
  .e-pivot-formatting-dialog .e-tip-transparent {
2892
2954
  border: 1px solid #e5e7eb;
@@ -3064,12 +3126,14 @@
3064
3126
  .e-pivot-calc-dialog-div .e-olap-member-title {
3065
3127
  color: #374151;
3066
3128
  font-size: 12px;
3129
+ margin-bottom: 4px;
3067
3130
  margin-top: 15px;
3068
3131
  overflow: hidden;
3069
3132
  padding: 4px 0;
3070
3133
  padding-bottom: 0;
3071
3134
  text-overflow: ellipsis;
3072
3135
  white-space: nowrap;
3136
+ padding: 0;
3073
3137
  }
3074
3138
 
3075
3139
  .e-pivot-calc-dialog-div .e-treeview .e-sibling {
@@ -3092,6 +3156,10 @@
3092
3156
  font-family: Inter;
3093
3157
  }
3094
3158
 
3159
+ .e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
3160
+ color: #6b7280;
3161
+ }
3162
+
3095
3163
  .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
3096
3164
  color: #6b7280;
3097
3165
  margin: 0;
@@ -3107,6 +3175,10 @@
3107
3175
  padding: 0;
3108
3176
  }
3109
3177
 
3178
+ .e-pivot-calc-dialog-div .e-treeview ul .e-list-item .e-text-content .e-list-text {
3179
+ line-height: 31px;
3180
+ }
3181
+
3110
3182
  .e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons {
3111
3183
  cursor: pointer;
3112
3184
  font-size: 18px;
@@ -3115,6 +3187,8 @@
3115
3187
  padding: 2px 4px 4px;
3116
3188
  pointer-events: auto;
3117
3189
  width: 24px;
3190
+ height: 20px;
3191
+ width: 20px;
3118
3192
  }
3119
3193
 
3120
3194
  .e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
@@ -3132,6 +3206,12 @@
3132
3206
  padding: 2px 4px 4px;
3133
3207
  pointer-events: auto;
3134
3208
  width: 24px;
3209
+ height: 20px;
3210
+ width: 20px;
3211
+ }
3212
+
3213
+ .e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
3214
+ color: #d1d5db;
3135
3215
  }
3136
3216
 
3137
3217
  .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
@@ -3141,10 +3221,16 @@
3141
3221
  font-size: 18px;
3142
3222
  height: 24px;
3143
3223
  margin-right: 4px;
3144
- margin-top: 4px;
3145
- padding: 5px;
3146
3224
  pointer-events: auto;
3147
3225
  width: 24px;
3226
+ height: 20px;
3227
+ margin-top: 0;
3228
+ padding: 0 5px;
3229
+ width: 20px;
3230
+ }
3231
+
3232
+ .e-pivot-calc-dialog-div .e-treeview .e-list-item.e-active span.e-icons {
3233
+ color: #6b7280;
3148
3234
  }
3149
3235
 
3150
3236
  .e-pivot-calc-dialog-div .e-dlg-header {
@@ -3176,9 +3262,9 @@
3176
3262
  padding: 5px;
3177
3263
  width: 24px;
3178
3264
  float: left;
3179
- margin-right: 0;
3180
3265
  margin-left: 12px;
3181
- padding-top: 0 !important;
3266
+ margin-right: 0;
3267
+ padding-top: 0;
3182
3268
  }
3183
3269
 
3184
3270
  .e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edit.e-icons,
@@ -3228,7 +3314,6 @@
3228
3314
  color: #111827;
3229
3315
  font-size: 13px;
3230
3316
  height: 70px;
3231
- margin-top: 5px;
3232
3317
  padding: 5px 10px;
3233
3318
  resize: none;
3234
3319
  width: 100%;
@@ -3252,7 +3337,6 @@
3252
3337
  border: 1px solid #e5e7eb;
3253
3338
  border-radius: 4px;
3254
3339
  height: 120px;
3255
- margin-top: 5px;
3256
3340
  overflow: auto;
3257
3341
  }
3258
3342
 
@@ -3470,6 +3554,7 @@
3470
3554
  font-size: 14px;
3471
3555
  padding: 6px 0;
3472
3556
  padding-bottom: 0;
3557
+ padding: 0;
3473
3558
  }
3474
3559
 
3475
3560
  .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li,
@@ -3485,6 +3570,7 @@
3485
3570
  .e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
3486
3571
  .e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
3487
3572
  font-size: 22px;
3573
+ vertical-align: sub;
3488
3574
  }
3489
3575
 
3490
3576
  .e-bigger.e-pivot-calc-dialog-div .e-pivot-formula,
@@ -3544,8 +3630,8 @@
3544
3630
 
3545
3631
  .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,
3546
3632
  .e-pivotfieldlist-wrapper .e-member-editor-dialog {
3547
- max-width: 400px;
3548
- min-width: 320px;
3633
+ max-width: 400px !important;
3634
+ min-width: 320px !important;
3549
3635
  }
3550
3636
 
3551
3637
  .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-prompt,
@@ -3666,10 +3752,6 @@
3666
3752
  }
3667
3753
 
3668
3754
  .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
3669
- background-color: #6b7280;
3670
- border-color: transparent;
3671
- color: #6b7280;
3672
- outline: none;
3673
3755
  background-color: #e5e7eb !important;
3674
3756
  color: #374151 !important;
3675
3757
  }
@@ -3699,6 +3781,7 @@
3699
3781
  height: 14px;
3700
3782
  min-width: 14px;
3701
3783
  width: 14px;
3784
+ height: auto;
3702
3785
  }
3703
3786
 
3704
3787
  .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before {
@@ -3820,8 +3903,8 @@
3820
3903
  }
3821
3904
 
3822
3905
  .e-pivotfieldlist-wrapper .e-value-field-settings {
3823
- max-width: 400px;
3824
- min-width: 300px;
3906
+ max-width: 400px !important;
3907
+ min-width: 300px !important;
3825
3908
  }
3826
3909
 
3827
3910
  .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
@@ -3890,7 +3973,7 @@
3890
3973
  .e-pivotfieldlist-wrapper .e-member-editor-dialog,
3891
3974
  .e-pivotfieldlist-wrapper .e-value-field-settings {
3892
3975
  border-radius: 4px;
3893
- width: auto;
3976
+ width: auto !important;
3894
3977
  }
3895
3978
 
3896
3979
  .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,
@@ -3960,8 +4043,8 @@
3960
4043
 
3961
4044
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog,
3962
4045
  .e-pivotfieldlist-container .e-member-editor-dialog {
3963
- min-width: 320px;
3964
- max-width: 400px;
4046
+ max-width: 400px !important;
4047
+ min-width: 320px !important;
3965
4048
  }
3966
4049
 
3967
4050
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
@@ -4087,15 +4170,6 @@
4087
4170
  font-size: 16px;
4088
4171
  }
4089
4172
 
4090
- .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
4091
- background-color: #6b7280;
4092
- border-color: transparent;
4093
- color: #6b7280;
4094
- outline: none;
4095
- background-color: #e5e7eb !important;
4096
- color: #374151;
4097
- }
4098
-
4099
4173
  .e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
4100
4174
  margin-left: -22px;
4101
4175
  overflow: hidden;
@@ -4110,7 +4184,7 @@
4110
4184
  }
4111
4185
 
4112
4186
  .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
4113
- border: none;
4187
+ border: 0;
4114
4188
  }
4115
4189
 
4116
4190
  .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
@@ -4121,6 +4195,7 @@
4121
4195
  height: 14px;
4122
4196
  min-width: 14px;
4123
4197
  width: 14px;
4198
+ height: auto;
4124
4199
  }
4125
4200
 
4126
4201
  .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before {
@@ -4242,8 +4317,8 @@
4242
4317
  }
4243
4318
 
4244
4319
  .e-pivotfieldlist-container .e-value-field-settings {
4245
- max-width: 400px;
4246
- min-width: 300px;
4320
+ max-width: 400px !important;
4321
+ min-width: 300px !important;
4247
4322
  }
4248
4323
 
4249
4324
  .e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
@@ -4312,7 +4387,7 @@
4312
4387
  .e-pivotfieldlist-container .e-member-editor-dialog,
4313
4388
  .e-pivotfieldlist-container .e-value-field-settings {
4314
4389
  border-radius: 4px;
4315
- width: auto;
4390
+ width: auto !important;
4316
4391
  }
4317
4392
 
4318
4393
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
@@ -4385,14 +4460,18 @@
4385
4460
  background-color: #e5e7eb;
4386
4461
  border: 1px solid #e5e7eb;
4387
4462
  border-radius: 0;
4388
- box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
4389
- height: 28px;
4463
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
4464
+ height: 32px;
4465
+ line-height: 1.5em;
4390
4466
  min-width: 100px;
4391
4467
  padding: 5px 10px;
4468
+ line-height: normal;
4469
+ padding: 0 10px;
4392
4470
  }
4393
4471
 
4394
4472
  .e-field-list-tree.e-drag-item.e-treeview .e-text-content,
4395
4473
  .e-pivot-calc.e-drag-item.e-treeview .e-text-content {
4474
+ height: 100%;
4396
4475
  padding: 0;
4397
4476
  text-align: center;
4398
4477
  width: 100%;
@@ -4404,6 +4483,9 @@
4404
4483
  font-size: 16px;
4405
4484
  line-height: 1em;
4406
4485
  width: 100%;
4486
+ display: inline;
4487
+ line-height: normal;
4488
+ vertical-align: sub;
4407
4489
  }
4408
4490
 
4409
4491
  .e-field-list-tree.e-drag-item.e-treeview .e-text-content > .e-icons,
@@ -4480,7 +4562,7 @@
4480
4562
  background-color: #e5e7eb !important;
4481
4563
  border: 1px solid #e5e7eb;
4482
4564
  border-radius: 0;
4483
- box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
4565
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
4484
4566
  color: #374151;
4485
4567
  font-size: 16px;
4486
4568
  font-family: Inter;
@@ -4492,10 +4574,14 @@
4492
4574
  text-align: center;
4493
4575
  width: auto;
4494
4576
  z-index: 100000;
4577
+ line-height: normal;
4578
+ padding: 0 10px;
4495
4579
  }
4496
4580
 
4497
4581
  .e-button-drag-clone .e-text-content {
4498
4582
  width: 100%;
4583
+ display: inline;
4584
+ vertical-align: sub;
4499
4585
  }
4500
4586
 
4501
4587
  .e-bigger .e-button-drag-clone,
@@ -4503,26 +4589,13 @@
4503
4589
  height: 36px !important;
4504
4590
  line-height: 1.5em;
4505
4591
  padding: 6px 12px;
4592
+ line-height: normal;
4593
+ padding: 0 12px;
4506
4594
  }
4507
4595
 
4508
4596
  .e-pivot-error-dialog {
4509
- max-width: 400px;
4510
- width: auto;
4511
- }
4512
-
4513
- .e-pivot-error-dialog .e-dlg-header-content,
4514
- .e-pivot-error-dialog .e-footer-content {
4515
- border: 0;
4516
- }
4517
-
4518
- .e-pivot-error-dialog .e-dlg-header {
4519
- font-weight: normal;
4520
- opacity: 0.87;
4521
- }
4522
-
4523
- .e-pivot-error-dialog .e-dlg-content {
4524
- font-weight: normal;
4525
- opacity: 0.54;
4597
+ max-width: 400px !important;
4598
+ width: auto !important;
4526
4599
  }
4527
4600
 
4528
4601
  .e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
@@ -4611,7 +4684,7 @@
4611
4684
 
4612
4685
  .e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
4613
4686
  .e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
4614
- height: 91px !important;
4687
+ height: 91px;
4615
4688
  }
4616
4689
 
4617
4690
  .e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
@@ -4942,7 +5015,7 @@
4942
5015
  .e-pivotfieldlist .e-select-table {
4943
5016
  background-color: #f3f4f6;
4944
5017
  border: 0.5px solid #e5e7eb;
4945
- box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
5018
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
4946
5019
  color: rgba(17, 24, 39, 0.54);
4947
5020
  font-size: 17px;
4948
5021
  height: 31px;
@@ -4957,7 +5030,7 @@
4957
5030
  }
4958
5031
 
4959
5032
  .e-pivotfieldlist .e-select-table.e-fieldlist-left {
4960
- box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
5033
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
4961
5034
  }
4962
5035
 
4963
5036
  .e-pivotfieldlist .e-select-table:focus, .e-pivotfieldlist .e-select-table:active {
@@ -4985,8 +5058,8 @@
4985
5058
  .e-pivotfieldlist-wrapper {
4986
5059
  font-family: Inter;
4987
5060
  font-size: 14px;
4988
- max-width: 700px;
4989
- min-width: 300px;
5061
+ max-width: 700px !important;
5062
+ min-width: 300px !important;
4990
5063
  }
4991
5064
 
4992
5065
  .e-pivotfieldlist-wrapper .e-layout-footer {
@@ -5018,8 +5091,8 @@
5018
5091
  .e-pivotfieldlist-wrapper .e-checkbox-layout {
5019
5092
  float: left;
5020
5093
  margin-top: 6px;
5021
- margin: 0;
5022
- padding: 5px;
5094
+ margin-left: 0 !important;
5095
+ margin-right: 0 !important;
5023
5096
  }
5024
5097
 
5025
5098
  .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
@@ -5077,10 +5150,10 @@
5077
5150
  }
5078
5151
 
5079
5152
  .e-pivotfieldlist-wrapper .e-title-header .e-title-content {
5080
- font-size: 16px;
5081
- line-height: 1.5em;
5082
5153
  -ms-flex: auto;
5083
5154
  flex: auto;
5155
+ font-size: 16px;
5156
+ line-height: 1.5em;
5084
5157
  }
5085
5158
 
5086
5159
  .e-pivotfieldlist-wrapper .e-field-list-container {
@@ -5114,13 +5187,13 @@
5114
5187
  font-size: 12px;
5115
5188
  font-weight: normal;
5116
5189
  height: 28px;
5190
+ line-height: 1.125em;
5117
5191
  overflow: hidden;
5118
5192
  padding: 6px 0 0 12px;
5119
5193
  text-align: left;
5120
5194
  text-overflow: ellipsis;
5121
- word-break: break-all;
5122
- line-height: 1.125em;
5123
5195
  text-transform: uppercase;
5196
+ word-break: break-all;
5124
5197
  }
5125
5198
 
5126
5199
  .e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
@@ -5306,7 +5379,8 @@
5306
5379
  display: flex;
5307
5380
  height: 28px;
5308
5381
  padding: 2px 12px 5px;
5309
- padding: 5px 12px 5px;
5382
+ padding: 5px 12px;
5383
+ border-radius: 3px 3px 0 0;
5310
5384
  }
5311
5385
 
5312
5386
  .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
@@ -5316,6 +5390,7 @@
5316
5390
  height: 20px;
5317
5391
  padding-top: 0;
5318
5392
  width: 20px;
5393
+ padding-left: 3px;
5319
5394
  }
5320
5395
 
5321
5396
  .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows,
@@ -5350,8 +5425,8 @@
5350
5425
  overflow: hidden;
5351
5426
  padding: 0 8px;
5352
5427
  text-overflow: ellipsis;
5353
- width: 100%;
5354
5428
  text-transform: uppercase;
5429
+ width: 100%;
5355
5430
  }
5356
5431
 
5357
5432
  .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
@@ -5835,6 +5910,7 @@
5835
5910
  display: inline-block;
5836
5911
  height: 100%;
5837
5912
  width: 100%;
5913
+ line-height: 1.5;
5838
5914
  }
5839
5915
 
5840
5916
  .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-field-table {
@@ -5881,7 +5957,8 @@
5881
5957
  .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper,
5882
5958
  .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,
5883
5959
  .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper {
5884
- padding-top: 4px;
5960
+ padding-top: 0;
5961
+ padding-left: 3px;
5885
5962
  }
5886
5963
 
5887
5964
  .e-pivotfieldlist-wrapper.e-static.e-rtl .e-center-title {
@@ -5892,10 +5969,22 @@
5892
5969
  padding-left: 10px;
5893
5970
  }
5894
5971
 
5972
+ .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
5973
+ .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper {
5974
+ padding-left: 0;
5975
+ padding-right: 3px;
5976
+ }
5977
+
5895
5978
  .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields {
5896
5979
  padding: 0;
5897
5980
  }
5898
5981
 
5982
+ .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,
5983
+ .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper {
5984
+ padding-left: 0;
5985
+ padding-right: 3px;
5986
+ }
5987
+
5899
5988
  .e-pivotfieldlist-wrapper.e-device {
5900
5989
  height: 100%;
5901
5990
  max-height: 100% !important;
@@ -6190,8 +6279,8 @@
6190
6279
  .e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit {
6191
6280
  padding-left: 0;
6192
6281
  padding-right: 10px;
6193
- padding-right: 0;
6194
6282
  margin-right: 8px;
6283
+ padding-right: 0;
6195
6284
  }
6196
6285
 
6197
6286
  .e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content,
@@ -6507,8 +6596,8 @@
6507
6596
  .e-pivotfieldlist-container .e-checkbox-layout {
6508
6597
  float: left;
6509
6598
  margin-top: 6px;
6510
- margin: 0;
6511
- padding: 5px;
6599
+ margin-left: 0 !important;
6600
+ margin-right: 0 !important;
6512
6601
  }
6513
6602
 
6514
6603
  .e-pivotfieldlist-container.e-rtl .e-layout-footer {
@@ -6791,7 +6880,7 @@
6791
6880
  display: flex;
6792
6881
  height: 28px;
6793
6882
  padding: 2px 12px 5px;
6794
- padding: 5px 12px 5px;
6883
+ padding: 5px 12px;
6795
6884
  }
6796
6885
 
6797
6886
  .e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
@@ -6835,8 +6924,8 @@
6835
6924
  overflow: hidden;
6836
6925
  padding: 0 8px;
6837
6926
  text-overflow: ellipsis;
6838
- width: 100%;
6839
6927
  text-transform: uppercase;
6928
+ width: 100%;
6840
6929
  }
6841
6930
 
6842
6931
  .e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
@@ -7366,7 +7455,7 @@
7366
7455
  .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,
7367
7456
  .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,
7368
7457
  .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container {
7369
- padding-top: 4px;
7458
+ padding-top: 0;
7370
7459
  }
7371
7460
 
7372
7461
  .e-pivotfieldlist-container.e-static.e-rtl .e-center-title {
@@ -7673,8 +7762,8 @@
7673
7762
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit {
7674
7763
  padding-left: 0;
7675
7764
  padding-right: 10px;
7676
- padding-right: 0;
7677
7765
  margin-right: 8px;
7766
+ padding-right: 0;
7678
7767
  }
7679
7768
 
7680
7769
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content,
@@ -7969,12 +8058,12 @@
7969
8058
  font-weight: normal;
7970
8059
  height: 30px;
7971
8060
  overflow: hidden;
7972
- padding: 6px 0 0 20px;
8061
+ padding: 6px 0 0 16px;
7973
8062
  }
7974
8063
 
7975
8064
  .e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper,
7976
8065
  .e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper {
7977
- padding-right: 20px;
8066
+ padding-right: 16px;
7978
8067
  }
7979
8068
 
7980
8069
  .e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none,
@@ -8055,7 +8144,7 @@
8055
8144
  .e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper,
8056
8145
  .e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper {
8057
8146
  height: 30px;
8058
- padding: 0 20px 5px;
8147
+ padding: 0 16px 5px;
8059
8148
  }
8060
8149
 
8061
8150
  .e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
@@ -8069,6 +8158,7 @@
8069
8158
  height: 24px;
8070
8159
  padding-top: 7px;
8071
8160
  width: 24px;
8161
+ padding-left: 4px;
8072
8162
  }
8073
8163
 
8074
8164
  .e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows,
@@ -8265,6 +8355,7 @@
8265
8355
  .e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,
8266
8356
  .e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper {
8267
8357
  padding-top: 7px;
8358
+ padding-left: 4px;
8268
8359
  }
8269
8360
 
8270
8361
  .e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields,
@@ -8272,11 +8363,27 @@
8272
8363
  padding-left: 16px;
8273
8364
  }
8274
8365
 
8366
+ .e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
8367
+ .e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper,
8368
+ .e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
8369
+ .e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper {
8370
+ padding-left: 0;
8371
+ padding-right: 4px;
8372
+ }
8373
+
8275
8374
  .e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields,
8276
8375
  .e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields {
8277
8376
  padding: 0 !important;
8278
8377
  }
8279
8378
 
8379
+ .e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,
8380
+ .e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper,
8381
+ .e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,
8382
+ .e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper {
8383
+ padding-left: 0 !important;
8384
+ padding-right: 4px !important;
8385
+ }
8386
+
8280
8387
  .e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list,
8281
8388
  .e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list {
8282
8389
  padding-left: 0;
@@ -8317,12 +8424,12 @@
8317
8424
 
8318
8425
  .e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header,
8319
8426
  .e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header {
8320
- padding-right: 20px;
8427
+ padding-right: 16px;
8321
8428
  }
8322
8429
 
8323
8430
  .e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper,
8324
8431
  .e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper {
8325
- padding-left: 20px;
8432
+ padding-left: 16px;
8326
8433
  }
8327
8434
 
8328
8435
  .e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none,
@@ -8409,12 +8516,12 @@
8409
8516
  font-weight: normal;
8410
8517
  height: 30px;
8411
8518
  overflow: hidden;
8412
- padding: 6px 0 0 20px;
8519
+ padding: 6px 0 0 16px;
8413
8520
  }
8414
8521
 
8415
8522
  .e-bigger .e-pivotfieldlist-container .e-field-table .e-field-header-container,
8416
8523
  .e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container {
8417
- padding-right: 20px;
8524
+ padding-right: 16px;
8418
8525
  }
8419
8526
 
8420
8527
  .e-bigger .e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-none,
@@ -8494,7 +8601,7 @@
8494
8601
  .e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container,
8495
8602
  .e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container {
8496
8603
  height: 30px;
8497
- padding: 0 20px 5px;
8604
+ padding: 0 16px 5px;
8498
8605
  }
8499
8606
 
8500
8607
  .e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
@@ -8756,12 +8863,12 @@
8756
8863
 
8757
8864
  .e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header,
8758
8865
  .e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header {
8759
- padding-right: 20px;
8866
+ padding-right: 16px;
8760
8867
  }
8761
8868
 
8762
8869
  .e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
8763
8870
  .e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
8764
- padding-left: 20px;
8871
+ padding-left: 16px;
8765
8872
  }
8766
8873
 
8767
8874
  .e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,