@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.
Files changed (50) hide show
  1. package/CHANGELOG.md +26 -26
  2. package/README.md +1 -1
  3. package/dist/ej2-vue-pivotview.umd.min.js +10 -1
  4. package/dist/es6/ej2-vue-pivotview.es2015.js +2 -2
  5. package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-pivotview.es5.js +2 -2
  7. package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-pivotview.min.js +2 -2
  9. package/package.json +8 -8
  10. package/src/pivotfieldlist/pivotfieldlist.component.js +1 -1
  11. package/src/pivotview/pivotview.component.js +1 -1
  12. package/styles/bootstrap-dark.css +115 -104
  13. package/styles/bootstrap.css +115 -104
  14. package/styles/bootstrap4.css +114 -81
  15. package/styles/bootstrap5-dark.css +220 -168
  16. package/styles/bootstrap5.css +215 -161
  17. package/styles/fabric-dark.css +117 -103
  18. package/styles/fabric.css +115 -102
  19. package/styles/highcontrast-light.css +116 -102
  20. package/styles/highcontrast.css +118 -104
  21. package/styles/material-dark.css +108 -97
  22. package/styles/material.css +108 -97
  23. package/styles/pivotfieldlist/bootstrap-dark.css +49 -58
  24. package/styles/pivotfieldlist/bootstrap.css +49 -58
  25. package/styles/pivotfieldlist/bootstrap4.css +44 -39
  26. package/styles/pivotfieldlist/bootstrap5-dark.css +115 -89
  27. package/styles/pivotfieldlist/bootstrap5.css +115 -89
  28. package/styles/pivotfieldlist/fabric-dark.css +49 -58
  29. package/styles/pivotfieldlist/fabric.css +49 -58
  30. package/styles/pivotfieldlist/highcontrast-light.css +49 -58
  31. package/styles/pivotfieldlist/highcontrast.css +49 -58
  32. package/styles/pivotfieldlist/material-dark.css +44 -53
  33. package/styles/pivotfieldlist/material.css +44 -53
  34. package/styles/pivotfieldlist/tailwind-dark.css +138 -81
  35. package/styles/pivotfieldlist/tailwind.css +140 -83
  36. package/styles/pivotview/bootstrap-dark.css +66 -46
  37. package/styles/pivotview/bootstrap.css +66 -46
  38. package/styles/pivotview/bootstrap4.css +70 -42
  39. package/styles/pivotview/bootstrap5-dark.css +99 -73
  40. package/styles/pivotview/bootstrap5.css +100 -72
  41. package/styles/pivotview/fabric-dark.css +68 -45
  42. package/styles/pivotview/fabric.css +66 -44
  43. package/styles/pivotview/highcontrast-light.css +67 -44
  44. package/styles/pivotview/highcontrast.css +69 -46
  45. package/styles/pivotview/material-dark.css +64 -44
  46. package/styles/pivotview/material.css +64 -44
  47. package/styles/pivotview/tailwind-dark.css +106 -58
  48. package/styles/pivotview/tailwind.css +107 -57
  49. package/styles/tailwind-dark.css +250 -145
  50. package/styles/tailwind.css +247 -140
@@ -498,6 +498,18 @@
498
498
  width: 14px;
499
499
  }
500
500
 
501
+ .e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
502
+ .e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn {
503
+ pointer-events: none;
504
+ }
505
+
506
+ .e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color,
507
+ .e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color {
508
+ background: none;
509
+ margin: 0 2px;
510
+ width: 14px;
511
+ }
512
+
501
513
  .e-pivot-formatting-dialog .e-split-preview,
502
514
  .e-pivot-formatting-dialog .e-tip-transparent {
503
515
  border: 1px solid #4b5563;
@@ -675,12 +687,14 @@
675
687
  .e-pivot-calc-dialog-div .e-olap-member-title {
676
688
  color: #d1d5db;
677
689
  font-size: 12px;
690
+ margin-bottom: 4px;
678
691
  margin-top: 15px;
679
692
  overflow: hidden;
680
693
  padding: 4px 0;
681
694
  padding-bottom: 0;
682
695
  text-overflow: ellipsis;
683
696
  white-space: nowrap;
697
+ padding: 0;
684
698
  }
685
699
 
686
700
  .e-pivot-calc-dialog-div .e-treeview .e-sibling {
@@ -703,6 +717,10 @@
703
717
  font-family: Inter;
704
718
  }
705
719
 
720
+ .e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
721
+ color: #d1d5db;
722
+ }
723
+
706
724
  .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
707
725
  color: #d1d5db;
708
726
  margin: 0;
@@ -718,6 +736,10 @@
718
736
  padding: 0;
719
737
  }
720
738
 
739
+ .e-pivot-calc-dialog-div .e-treeview ul .e-list-item .e-text-content .e-list-text {
740
+ line-height: 31px;
741
+ }
742
+
721
743
  .e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons {
722
744
  cursor: pointer;
723
745
  font-size: 18px;
@@ -726,6 +748,8 @@
726
748
  padding: 2px 4px 4px;
727
749
  pointer-events: auto;
728
750
  width: 24px;
751
+ height: 20px;
752
+ width: 20px;
729
753
  }
730
754
 
731
755
  .e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
@@ -743,6 +767,12 @@
743
767
  padding: 2px 4px 4px;
744
768
  pointer-events: auto;
745
769
  width: 24px;
770
+ height: 20px;
771
+ width: 20px;
772
+ }
773
+
774
+ .e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
775
+ color: #6b7280;
746
776
  }
747
777
 
748
778
  .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
@@ -752,10 +782,16 @@
752
782
  font-size: 18px;
753
783
  height: 24px;
754
784
  margin-right: 4px;
755
- margin-top: 4px;
756
- padding: 5px;
757
785
  pointer-events: auto;
758
786
  width: 24px;
787
+ height: 20px;
788
+ margin-top: 0;
789
+ padding: 0 5px;
790
+ width: 20px;
791
+ }
792
+
793
+ .e-pivot-calc-dialog-div .e-treeview .e-list-item.e-active span.e-icons {
794
+ color: #d1d5db;
759
795
  }
760
796
 
761
797
  .e-pivot-calc-dialog-div .e-dlg-header {
@@ -787,9 +823,9 @@
787
823
  padding: 5px;
788
824
  width: 24px;
789
825
  float: left;
790
- margin-right: 0;
791
826
  margin-left: 12px;
792
- padding-top: 0 !important;
827
+ margin-right: 0;
828
+ padding-top: 0;
793
829
  }
794
830
 
795
831
  .e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edit.e-icons,
@@ -839,7 +875,6 @@
839
875
  color: #fff;
840
876
  font-size: 13px;
841
877
  height: 70px;
842
- margin-top: 5px;
843
878
  padding: 5px 10px;
844
879
  resize: none;
845
880
  width: 100%;
@@ -863,7 +898,6 @@
863
898
  border: 1px solid #4b5563;
864
899
  border-radius: 4px;
865
900
  height: 120px;
866
- margin-top: 5px;
867
901
  overflow: auto;
868
902
  }
869
903
 
@@ -1081,6 +1115,7 @@
1081
1115
  font-size: 14px;
1082
1116
  padding: 6px 0;
1083
1117
  padding-bottom: 0;
1118
+ padding: 0;
1084
1119
  }
1085
1120
 
1086
1121
  .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li,
@@ -1096,6 +1131,7 @@
1096
1131
  .e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
1097
1132
  .e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
1098
1133
  font-size: 22px;
1134
+ vertical-align: sub;
1099
1135
  }
1100
1136
 
1101
1137
  .e-bigger.e-pivot-calc-dialog-div .e-pivot-formula,
@@ -1155,8 +1191,8 @@
1155
1191
 
1156
1192
  .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,
1157
1193
  .e-pivotfieldlist-wrapper .e-member-editor-dialog {
1158
- max-width: 400px;
1159
- min-width: 320px;
1194
+ max-width: 400px !important;
1195
+ min-width: 320px !important;
1160
1196
  }
1161
1197
 
1162
1198
  .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-prompt,
@@ -1277,10 +1313,6 @@
1277
1313
  }
1278
1314
 
1279
1315
  .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
1280
- background-color: #d1d5db;
1281
- border-color: transparent;
1282
- color: #d1d5db;
1283
- outline: none;
1284
1316
  background-color: #4b5563 !important;
1285
1317
  color: #d1d5db !important;
1286
1318
  }
@@ -1310,6 +1342,7 @@
1310
1342
  height: 14px;
1311
1343
  min-width: 14px;
1312
1344
  width: 14px;
1345
+ height: auto;
1313
1346
  }
1314
1347
 
1315
1348
  .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before {
@@ -1431,8 +1464,8 @@
1431
1464
  }
1432
1465
 
1433
1466
  .e-pivotfieldlist-wrapper .e-value-field-settings {
1434
- max-width: 400px;
1435
- min-width: 300px;
1467
+ max-width: 400px !important;
1468
+ min-width: 300px !important;
1436
1469
  }
1437
1470
 
1438
1471
  .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
@@ -1501,7 +1534,7 @@
1501
1534
  .e-pivotfieldlist-wrapper .e-member-editor-dialog,
1502
1535
  .e-pivotfieldlist-wrapper .e-value-field-settings {
1503
1536
  border-radius: 4px;
1504
- width: auto;
1537
+ width: auto !important;
1505
1538
  }
1506
1539
 
1507
1540
  .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,
@@ -1571,8 +1604,8 @@
1571
1604
 
1572
1605
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog,
1573
1606
  .e-pivotfieldlist-container .e-member-editor-dialog {
1574
- min-width: 320px;
1575
- max-width: 400px;
1607
+ max-width: 400px !important;
1608
+ min-width: 320px !important;
1576
1609
  }
1577
1610
 
1578
1611
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
@@ -1698,15 +1731,6 @@
1698
1731
  font-size: 16px;
1699
1732
  }
1700
1733
 
1701
- .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
1702
- background-color: #d1d5db;
1703
- border-color: transparent;
1704
- color: #d1d5db;
1705
- outline: none;
1706
- background-color: #4b5563 !important;
1707
- color: #d1d5db;
1708
- }
1709
-
1710
1734
  .e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
1711
1735
  margin-left: -22px;
1712
1736
  overflow: hidden;
@@ -1721,7 +1745,7 @@
1721
1745
  }
1722
1746
 
1723
1747
  .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
1724
- border: none;
1748
+ border: 0;
1725
1749
  }
1726
1750
 
1727
1751
  .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
@@ -1732,6 +1756,7 @@
1732
1756
  height: 14px;
1733
1757
  min-width: 14px;
1734
1758
  width: 14px;
1759
+ height: auto;
1735
1760
  }
1736
1761
 
1737
1762
  .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before {
@@ -1853,8 +1878,8 @@
1853
1878
  }
1854
1879
 
1855
1880
  .e-pivotfieldlist-container .e-value-field-settings {
1856
- max-width: 400px;
1857
- min-width: 300px;
1881
+ max-width: 400px !important;
1882
+ min-width: 300px !important;
1858
1883
  }
1859
1884
 
1860
1885
  .e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
@@ -1923,7 +1948,7 @@
1923
1948
  .e-pivotfieldlist-container .e-member-editor-dialog,
1924
1949
  .e-pivotfieldlist-container .e-value-field-settings {
1925
1950
  border-radius: 4px;
1926
- width: auto;
1951
+ width: auto !important;
1927
1952
  }
1928
1953
 
1929
1954
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
@@ -1996,14 +2021,18 @@
1996
2021
  background-color: #4b5563;
1997
2022
  border: 1px solid #4b5563;
1998
2023
  border-radius: 0;
1999
- box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
2000
- height: 28px;
2024
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
2025
+ height: 32px;
2026
+ line-height: 1.5em;
2001
2027
  min-width: 100px;
2002
2028
  padding: 5px 10px;
2029
+ line-height: normal;
2030
+ padding: 0 10px;
2003
2031
  }
2004
2032
 
2005
2033
  .e-field-list-tree.e-drag-item.e-treeview .e-text-content,
2006
2034
  .e-pivot-calc.e-drag-item.e-treeview .e-text-content {
2035
+ height: 100%;
2007
2036
  padding: 0;
2008
2037
  text-align: center;
2009
2038
  width: 100%;
@@ -2015,6 +2044,9 @@
2015
2044
  font-size: 16px;
2016
2045
  line-height: 1em;
2017
2046
  width: 100%;
2047
+ display: inline;
2048
+ line-height: normal;
2049
+ vertical-align: sub;
2018
2050
  }
2019
2051
 
2020
2052
  .e-field-list-tree.e-drag-item.e-treeview .e-text-content > .e-icons,
@@ -2091,7 +2123,7 @@
2091
2123
  background-color: #4b5563 !important;
2092
2124
  border: 1px solid #4b5563;
2093
2125
  border-radius: 0;
2094
- box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
2126
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
2095
2127
  color: #d1d5db;
2096
2128
  font-size: 16px;
2097
2129
  font-family: Inter;
@@ -2103,10 +2135,14 @@
2103
2135
  text-align: center;
2104
2136
  width: auto;
2105
2137
  z-index: 100000;
2138
+ line-height: normal;
2139
+ padding: 0 10px;
2106
2140
  }
2107
2141
 
2108
2142
  .e-button-drag-clone .e-text-content {
2109
2143
  width: 100%;
2144
+ display: inline;
2145
+ vertical-align: sub;
2110
2146
  }
2111
2147
 
2112
2148
  .e-bigger .e-button-drag-clone,
@@ -2114,26 +2150,13 @@
2114
2150
  height: 36px !important;
2115
2151
  line-height: 1.5em;
2116
2152
  padding: 6px 12px;
2153
+ line-height: normal;
2154
+ padding: 0 12px;
2117
2155
  }
2118
2156
 
2119
2157
  .e-pivot-error-dialog {
2120
- max-width: 400px;
2121
- width: auto;
2122
- }
2123
-
2124
- .e-pivot-error-dialog .e-dlg-header-content,
2125
- .e-pivot-error-dialog .e-footer-content {
2126
- border: 0;
2127
- }
2128
-
2129
- .e-pivot-error-dialog .e-dlg-header {
2130
- font-weight: normal;
2131
- opacity: 0.87;
2132
- }
2133
-
2134
- .e-pivot-error-dialog .e-dlg-content {
2135
- font-weight: normal;
2136
- opacity: 0.54;
2158
+ max-width: 400px !important;
2159
+ width: auto !important;
2137
2160
  }
2138
2161
 
2139
2162
  .e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
@@ -2222,7 +2245,7 @@
2222
2245
 
2223
2246
  .e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
2224
2247
  .e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
2225
- height: 91px !important;
2248
+ height: 91px;
2226
2249
  }
2227
2250
 
2228
2251
  .e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
@@ -2553,7 +2576,7 @@
2553
2576
  .e-pivotfieldlist .e-select-table {
2554
2577
  background-color: #374151;
2555
2578
  border: 0.5px solid #4b5563;
2556
- box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
2579
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
2557
2580
  color: rgba(255, 255, 255, 0.54);
2558
2581
  font-size: 17px;
2559
2582
  height: 31px;
@@ -2568,7 +2591,7 @@
2568
2591
  }
2569
2592
 
2570
2593
  .e-pivotfieldlist .e-select-table.e-fieldlist-left {
2571
- box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
2594
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
2572
2595
  }
2573
2596
 
2574
2597
  .e-pivotfieldlist .e-select-table:focus, .e-pivotfieldlist .e-select-table:active {
@@ -2596,8 +2619,8 @@
2596
2619
  .e-pivotfieldlist-wrapper {
2597
2620
  font-family: Inter;
2598
2621
  font-size: 14px;
2599
- max-width: 700px;
2600
- min-width: 300px;
2622
+ max-width: 700px !important;
2623
+ min-width: 300px !important;
2601
2624
  }
2602
2625
 
2603
2626
  .e-pivotfieldlist-wrapper .e-layout-footer {
@@ -2629,8 +2652,8 @@
2629
2652
  .e-pivotfieldlist-wrapper .e-checkbox-layout {
2630
2653
  float: left;
2631
2654
  margin-top: 6px;
2632
- margin: 0;
2633
- padding: 5px;
2655
+ margin-left: 0 !important;
2656
+ margin-right: 0 !important;
2634
2657
  }
2635
2658
 
2636
2659
  .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
@@ -2688,10 +2711,10 @@
2688
2711
  }
2689
2712
 
2690
2713
  .e-pivotfieldlist-wrapper .e-title-header .e-title-content {
2691
- font-size: 16px;
2692
- line-height: 1.5em;
2693
2714
  -ms-flex: auto;
2694
2715
  flex: auto;
2716
+ font-size: 16px;
2717
+ line-height: 1.5em;
2695
2718
  }
2696
2719
 
2697
2720
  .e-pivotfieldlist-wrapper .e-field-list-container {
@@ -2725,13 +2748,13 @@
2725
2748
  font-size: 12px;
2726
2749
  font-weight: normal;
2727
2750
  height: 28px;
2751
+ line-height: 1.125em;
2728
2752
  overflow: hidden;
2729
2753
  padding: 6px 0 0 12px;
2730
2754
  text-align: left;
2731
2755
  text-overflow: ellipsis;
2732
- word-break: break-all;
2733
- line-height: 1.125em;
2734
2756
  text-transform: uppercase;
2757
+ word-break: break-all;
2735
2758
  }
2736
2759
 
2737
2760
  .e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
@@ -2917,7 +2940,8 @@
2917
2940
  display: flex;
2918
2941
  height: 28px;
2919
2942
  padding: 2px 12px 5px;
2920
- padding: 5px 12px 5px;
2943
+ padding: 5px 12px;
2944
+ border-radius: 3px 3px 0 0;
2921
2945
  }
2922
2946
 
2923
2947
  .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,
@@ -2927,6 +2951,7 @@
2927
2951
  height: 20px;
2928
2952
  padding-top: 0;
2929
2953
  width: 20px;
2954
+ padding-left: 3px;
2930
2955
  }
2931
2956
 
2932
2957
  .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,
@@ -2961,8 +2986,8 @@
2961
2986
  overflow: hidden;
2962
2987
  padding: 0 8px;
2963
2988
  text-overflow: ellipsis;
2964
- width: 100%;
2965
2989
  text-transform: uppercase;
2990
+ width: 100%;
2966
2991
  }
2967
2992
 
2968
2993
  .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
@@ -3446,6 +3471,7 @@
3446
3471
  display: inline-block;
3447
3472
  height: 100%;
3448
3473
  width: 100%;
3474
+ line-height: 1.5;
3449
3475
  }
3450
3476
 
3451
3477
  .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-field-table {
@@ -3492,7 +3518,8 @@
3492
3518
  .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,
3493
3519
  .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,
3494
3520
  .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 {
3495
- padding-top: 4px;
3521
+ padding-top: 0;
3522
+ padding-left: 3px;
3496
3523
  }
3497
3524
 
3498
3525
  .e-pivotfieldlist-wrapper.e-static.e-rtl .e-center-title {
@@ -3503,10 +3530,22 @@
3503
3530
  padding-left: 10px;
3504
3531
  }
3505
3532
 
3533
+ .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,
3534
+ .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 {
3535
+ padding-left: 0;
3536
+ padding-right: 3px;
3537
+ }
3538
+
3506
3539
  .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields {
3507
3540
  padding: 0;
3508
3541
  }
3509
3542
 
3543
+ .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,
3544
+ .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 {
3545
+ padding-left: 0;
3546
+ padding-right: 3px;
3547
+ }
3548
+
3510
3549
  .e-pivotfieldlist-wrapper.e-device {
3511
3550
  height: 100%;
3512
3551
  max-height: 100% !important;
@@ -3801,8 +3840,8 @@
3801
3840
  .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 {
3802
3841
  padding-left: 0;
3803
3842
  padding-right: 10px;
3804
- padding-right: 0;
3805
3843
  margin-right: 8px;
3844
+ padding-right: 0;
3806
3845
  }
3807
3846
 
3808
3847
  .e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content,
@@ -4118,8 +4157,8 @@
4118
4157
  .e-pivotfieldlist-container .e-checkbox-layout {
4119
4158
  float: left;
4120
4159
  margin-top: 6px;
4121
- margin: 0;
4122
- padding: 5px;
4160
+ margin-left: 0 !important;
4161
+ margin-right: 0 !important;
4123
4162
  }
4124
4163
 
4125
4164
  .e-pivotfieldlist-container.e-rtl .e-layout-footer {
@@ -4402,7 +4441,7 @@
4402
4441
  display: flex;
4403
4442
  height: 28px;
4404
4443
  padding: 2px 12px 5px;
4405
- padding: 5px 12px 5px;
4444
+ padding: 5px 12px;
4406
4445
  }
4407
4446
 
4408
4447
  .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,
@@ -4446,8 +4485,8 @@
4446
4485
  overflow: hidden;
4447
4486
  padding: 0 8px;
4448
4487
  text-overflow: ellipsis;
4449
- width: 100%;
4450
4488
  text-transform: uppercase;
4489
+ width: 100%;
4451
4490
  }
4452
4491
 
4453
4492
  .e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
@@ -4977,7 +5016,7 @@
4977
5016
  .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,
4978
5017
  .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,
4979
5018
  .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 {
4980
- padding-top: 4px;
5019
+ padding-top: 0;
4981
5020
  }
4982
5021
 
4983
5022
  .e-pivotfieldlist-container.e-static.e-rtl .e-center-title {
@@ -5284,8 +5323,8 @@
5284
5323
  .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 {
5285
5324
  padding-left: 0;
5286
5325
  padding-right: 10px;
5287
- padding-right: 0;
5288
5326
  margin-right: 8px;
5327
+ padding-right: 0;
5289
5328
  }
5290
5329
 
5291
5330
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content,
@@ -5580,12 +5619,12 @@
5580
5619
  font-weight: normal;
5581
5620
  height: 30px;
5582
5621
  overflow: hidden;
5583
- padding: 6px 0 0 20px;
5622
+ padding: 6px 0 0 16px;
5584
5623
  }
5585
5624
 
5586
5625
  .e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper,
5587
5626
  .e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper {
5588
- padding-right: 20px;
5627
+ padding-right: 16px;
5589
5628
  }
5590
5629
 
5591
5630
  .e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none,
@@ -5666,7 +5705,7 @@
5666
5705
  .e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper,
5667
5706
  .e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper {
5668
5707
  height: 30px;
5669
- padding: 0 20px 5px;
5708
+ padding: 0 16px 5px;
5670
5709
  }
5671
5710
 
5672
5711
  .e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,
@@ -5680,6 +5719,7 @@
5680
5719
  height: 24px;
5681
5720
  padding-top: 7px;
5682
5721
  width: 24px;
5722
+ padding-left: 4px;
5683
5723
  }
5684
5724
 
5685
5725
  .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,
@@ -5876,6 +5916,7 @@
5876
5916
  .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,
5877
5917
  .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 {
5878
5918
  padding-top: 7px;
5919
+ padding-left: 4px;
5879
5920
  }
5880
5921
 
5881
5922
  .e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields,
@@ -5883,11 +5924,27 @@
5883
5924
  padding-left: 16px;
5884
5925
  }
5885
5926
 
5927
+ .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,
5928
+ .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,
5929
+ .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,
5930
+ .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 {
5931
+ padding-left: 0;
5932
+ padding-right: 4px;
5933
+ }
5934
+
5886
5935
  .e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields,
5887
5936
  .e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields {
5888
5937
  padding: 0 !important;
5889
5938
  }
5890
5939
 
5940
+ .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,
5941
+ .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,
5942
+ .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,
5943
+ .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 {
5944
+ padding-left: 0 !important;
5945
+ padding-right: 4px !important;
5946
+ }
5947
+
5891
5948
  .e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list,
5892
5949
  .e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list {
5893
5950
  padding-left: 0;
@@ -5928,12 +5985,12 @@
5928
5985
 
5929
5986
  .e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header,
5930
5987
  .e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header {
5931
- padding-right: 20px;
5988
+ padding-right: 16px;
5932
5989
  }
5933
5990
 
5934
5991
  .e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper,
5935
5992
  .e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper {
5936
- padding-left: 20px;
5993
+ padding-left: 16px;
5937
5994
  }
5938
5995
 
5939
5996
  .e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none,
@@ -6020,12 +6077,12 @@
6020
6077
  font-weight: normal;
6021
6078
  height: 30px;
6022
6079
  overflow: hidden;
6023
- padding: 6px 0 0 20px;
6080
+ padding: 6px 0 0 16px;
6024
6081
  }
6025
6082
 
6026
6083
  .e-bigger .e-pivotfieldlist-container .e-field-table .e-field-header-container,
6027
6084
  .e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container {
6028
- padding-right: 20px;
6085
+ padding-right: 16px;
6029
6086
  }
6030
6087
 
6031
6088
  .e-bigger .e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-none,
@@ -6105,7 +6162,7 @@
6105
6162
  .e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container,
6106
6163
  .e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container {
6107
6164
  height: 30px;
6108
- padding: 0 20px 5px;
6165
+ padding: 0 16px 5px;
6109
6166
  }
6110
6167
 
6111
6168
  .e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
@@ -6367,12 +6424,12 @@
6367
6424
 
6368
6425
  .e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header,
6369
6426
  .e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header {
6370
- padding-right: 20px;
6427
+ padding-right: 16px;
6371
6428
  }
6372
6429
 
6373
6430
  .e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
6374
6431
  .e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
6375
- padding-left: 20px;
6432
+ padding-left: 16px;
6376
6433
  }
6377
6434
 
6378
6435
  .e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,