@syncfusion/ej2-angular-pivotview 20.4.48 → 20.4.50

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 (42) hide show
  1. package/esm2020/src/pivotview/pivotview.component.mjs +8 -2
  2. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +7 -1
  3. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
  4. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +7 -1
  5. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
  6. package/package.json +6 -6
  7. package/schematics/utils/lib-details.d.ts +2 -2
  8. package/schematics/utils/lib-details.js +2 -2
  9. package/schematics/utils/lib-details.ts +2 -2
  10. package/src/pivotview/pivotview.component.d.ts +7 -1
  11. package/styles/bootstrap-dark.css +3 -3
  12. package/styles/bootstrap.css +3 -3
  13. package/styles/bootstrap4.css +12 -3
  14. package/styles/bootstrap5-dark.css +3 -3
  15. package/styles/bootstrap5.css +3 -3
  16. package/styles/fabric-dark.css +9 -3
  17. package/styles/fabric.css +6 -3
  18. package/styles/fluent-dark.css +3 -3
  19. package/styles/fluent.css +3 -3
  20. package/styles/highcontrast-light.css +6 -4
  21. package/styles/highcontrast.css +6 -4
  22. package/styles/material-dark.css +3 -3
  23. package/styles/material.css +9 -3
  24. package/styles/pivotview/_layout.scss +20 -0
  25. package/styles/pivotview/_theme.scss +6 -4
  26. package/styles/pivotview/bootstrap-dark.css +3 -3
  27. package/styles/pivotview/bootstrap.css +3 -3
  28. package/styles/pivotview/bootstrap4.css +12 -3
  29. package/styles/pivotview/bootstrap5-dark.css +3 -3
  30. package/styles/pivotview/bootstrap5.css +3 -3
  31. package/styles/pivotview/fabric-dark.css +9 -3
  32. package/styles/pivotview/fabric.css +6 -3
  33. package/styles/pivotview/fluent-dark.css +3 -3
  34. package/styles/pivotview/fluent.css +3 -3
  35. package/styles/pivotview/highcontrast-light.css +6 -4
  36. package/styles/pivotview/highcontrast.css +6 -4
  37. package/styles/pivotview/material-dark.css +3 -3
  38. package/styles/pivotview/material.css +9 -3
  39. package/styles/pivotview/tailwind-dark.css +3 -0
  40. package/styles/pivotview/tailwind.css +3 -0
  41. package/styles/tailwind-dark.css +3 -0
  42. package/styles/tailwind.css +3 -0
@@ -558,6 +558,9 @@
558
558
  .e-pivotview .e-pivot-toolbar .e-toolbar-items {
559
559
  background: #d8d8d8;
560
560
  }
561
+ .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
562
+ background: #d8d8d8;
563
+ }
561
564
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
562
565
  font-size: 16px;
563
566
  }
@@ -953,10 +956,6 @@
953
956
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
954
957
  width: 100%;
955
958
  }
956
- .e-pivotview .e-toolbar .e-tbar-btn {
957
- background-color: transparent;
958
- border: none !important;
959
- }
960
959
  .e-pivotview .e-grid .e-rowsheader.e-active,
961
960
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
962
961
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -2050,6 +2049,9 @@
2050
2049
  .e-pivotview .e-component-disable {
2051
2050
  display: none !important;
2052
2051
  }
2052
+ .e-pivotview .e-pivotchart.e-chart {
2053
+ overflow: visible !important;
2054
+ }
2053
2055
 
2054
2056
  .e-pivottooltipwrap,
2055
2057
  .e-pivottooltip-container {
@@ -558,6 +558,9 @@
558
558
  .e-pivotview .e-pivot-toolbar .e-toolbar-items {
559
559
  background: #262626;
560
560
  }
561
+ .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
562
+ background: #262626;
563
+ }
561
564
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
562
565
  font-size: 16px;
563
566
  }
@@ -953,10 +956,6 @@
953
956
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
954
957
  width: 100%;
955
958
  }
956
- .e-pivotview .e-toolbar .e-tbar-btn {
957
- background-color: transparent;
958
- border: none !important;
959
- }
960
959
  .e-pivotview .e-grid .e-rowsheader.e-active,
961
960
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
962
961
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -2050,6 +2049,9 @@
2050
2049
  .e-pivotview .e-component-disable {
2051
2050
  display: none !important;
2052
2051
  }
2052
+ .e-pivotview .e-pivotchart.e-chart {
2053
+ overflow: visible !important;
2054
+ }
2053
2055
 
2054
2056
  .e-pivottooltipwrap,
2055
2057
  .e-pivottooltip-container {
@@ -949,9 +949,6 @@
949
949
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
950
950
  width: 100%;
951
951
  }
952
- .e-pivotview .e-toolbar .e-tbar-btn {
953
- background-color: transparent;
954
- }
955
952
  .e-pivotview .e-grid .e-rowsheader.e-active,
956
953
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
957
954
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -2048,6 +2045,9 @@
2048
2045
  .e-pivotview .e-component-disable {
2049
2046
  display: none !important;
2050
2047
  }
2048
+ .e-pivotview .e-pivotchart.e-chart {
2049
+ overflow: visible !important;
2050
+ }
2051
2051
 
2052
2052
  .e-pivottooltipwrap,
2053
2053
  .e-pivottooltip-container {
@@ -560,6 +560,12 @@
560
560
  .e-pivotview .e-pivot-toolbar .e-toolbar-items {
561
561
  background: #f5f5f5;
562
562
  }
563
+ .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
564
+ background: #f5f5f5;
565
+ }
566
+ .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
567
+ background: rgba(0, 0, 0, 0.12);
568
+ }
563
569
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
564
570
  font-size: 16px;
565
571
  }
@@ -950,9 +956,6 @@
950
956
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
951
957
  width: 100%;
952
958
  }
953
- .e-pivotview .e-toolbar .e-tbar-btn {
954
- background-color: transparent;
955
- }
956
959
  .e-pivotview .e-grid .e-rowsheader.e-active,
957
960
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
958
961
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -2049,6 +2052,9 @@
2049
2052
  .e-pivotview .e-component-disable {
2050
2053
  display: none !important;
2051
2054
  }
2055
+ .e-pivotview .e-pivotchart.e-chart {
2056
+ overflow: visible !important;
2057
+ }
2052
2058
 
2053
2059
  .e-pivottooltipwrap,
2054
2060
  .e-pivottooltip-container {
@@ -2080,6 +2080,9 @@
2080
2080
  .e-pivotview .e-component-disable {
2081
2081
  display: none !important;
2082
2082
  }
2083
+ .e-pivotview .e-pivotchart.e-chart {
2084
+ overflow: visible !important;
2085
+ }
2083
2086
 
2084
2087
  .e-pivottooltipwrap,
2085
2088
  .e-pivottooltip-container {
@@ -2082,6 +2082,9 @@
2082
2082
  .e-pivotview .e-component-disable {
2083
2083
  display: none !important;
2084
2084
  }
2085
+ .e-pivotview .e-pivotchart.e-chart {
2086
+ overflow: visible !important;
2087
+ }
2085
2088
 
2086
2089
  .e-pivottooltipwrap,
2087
2090
  .e-pivottooltip-container {
@@ -2081,6 +2081,9 @@
2081
2081
  .e-pivotview .e-component-disable {
2082
2082
  display: none !important;
2083
2083
  }
2084
+ .e-pivotview .e-pivotchart.e-chart {
2085
+ overflow: visible !important;
2086
+ }
2084
2087
 
2085
2088
  .e-pivottooltipwrap,
2086
2089
  .e-pivottooltip-container {
@@ -2083,6 +2083,9 @@
2083
2083
  .e-pivotview .e-component-disable {
2084
2084
  display: none !important;
2085
2085
  }
2086
+ .e-pivotview .e-pivotchart.e-chart {
2087
+ overflow: visible !important;
2088
+ }
2086
2089
 
2087
2090
  .e-pivottooltipwrap,
2088
2091
  .e-pivottooltip-container {