@syncfusion/ej2-angular-pivotview 23.1.38-ngcc → 23.1.41-ngcc

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 (41) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/ej2-angular-pivotview.umd.js +1 -1
  3. package/dist/ej2-angular-pivotview.umd.min.js +1 -1
  4. package/package.json +7 -7
  5. package/schematics/utils/lib-details.d.ts +2 -2
  6. package/schematics/utils/lib-details.js +2 -2
  7. package/schematics/utils/lib-details.ts +2 -2
  8. package/styles/bootstrap-dark.css +10 -0
  9. package/styles/bootstrap.css +10 -0
  10. package/styles/bootstrap4.css +10 -0
  11. package/styles/bootstrap5-dark.css +10 -2
  12. package/styles/bootstrap5.css +10 -2
  13. package/styles/fabric-dark.css +10 -0
  14. package/styles/fabric.css +10 -0
  15. package/styles/fluent-dark.css +10 -2
  16. package/styles/fluent.css +10 -2
  17. package/styles/highcontrast-light.css +10 -0
  18. package/styles/highcontrast.css +10 -0
  19. package/styles/material-dark.css +10 -0
  20. package/styles/material.css +10 -0
  21. package/styles/material3-dark.css +10 -2
  22. package/styles/material3.css +10 -2
  23. package/styles/pivotview/bootstrap-dark.css +10 -0
  24. package/styles/pivotview/bootstrap.css +10 -0
  25. package/styles/pivotview/bootstrap4.css +10 -0
  26. package/styles/pivotview/bootstrap5-dark.css +10 -2
  27. package/styles/pivotview/bootstrap5.css +10 -2
  28. package/styles/pivotview/fabric-dark.css +10 -0
  29. package/styles/pivotview/fabric.css +10 -0
  30. package/styles/pivotview/fluent-dark.css +10 -2
  31. package/styles/pivotview/fluent.css +10 -2
  32. package/styles/pivotview/highcontrast-light.css +10 -0
  33. package/styles/pivotview/highcontrast.css +10 -0
  34. package/styles/pivotview/material-dark.css +10 -0
  35. package/styles/pivotview/material.css +10 -0
  36. package/styles/pivotview/material3-dark.css +10 -2
  37. package/styles/pivotview/material3.css +10 -2
  38. package/styles/pivotview/tailwind-dark.css +10 -2
  39. package/styles/pivotview/tailwind.css +10 -2
  40. package/styles/tailwind-dark.css +10 -2
  41. package/styles/tailwind.css +10 -2
@@ -936,9 +936,13 @@
936
936
  align-items: center;
937
937
  display: -ms-flexbox;
938
938
  display: flex;
939
+ max-height: inherit;
939
940
  }
940
941
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
941
942
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
943
+ -ms-flex-item-align: stretch;
944
+ -ms-grid-row-align: stretch;
945
+ align-self: stretch;
942
946
  overflow: hidden;
943
947
  text-overflow: ellipsis;
944
948
  width: 100%;
@@ -1000,6 +1004,11 @@
1000
1004
  .e-pivotview .e-grid .e-gridheader {
1001
1005
  border-bottom-width: 1px;
1002
1006
  }
1007
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
1008
+ padding-bottom: 0;
1009
+ padding-top: 0;
1010
+ vertical-align: middle;
1011
+ }
1003
1012
  .e-pivotview .e-gtot {
1004
1013
  font-weight: 500;
1005
1014
  }
@@ -1170,8 +1179,6 @@
1170
1179
  /* stylelint-disable */
1171
1180
  padding-left: 8px !important;
1172
1181
  text-transform: none;
1173
- padding-top: 0px !important;
1174
- padding-bottom: 0px !important;
1175
1182
  }
1176
1183
  .e-pivotview .sf-grid .e-spinner-pane {
1177
1184
  z-index: 1 !important;
@@ -1554,6 +1561,7 @@
1554
1561
  display: inline-block;
1555
1562
  height: 100%;
1556
1563
  vertical-align: top;
1564
+ width: 100%;
1557
1565
  }
1558
1566
  .e-pivotview .e-group-row {
1559
1567
  padding: 0 !important;