@syncfusion/ej2-pivotview 19.4.41 → 19.4.42

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 (40) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/ej2-pivotview.umd.min.js +2 -2
  3. package/dist/ej2-pivotview.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-pivotview.es2015.js +11 -7
  5. package/dist/es6/ej2-pivotview.es2015.js.map +1 -1
  6. package/dist/es6/ej2-pivotview.es5.js +11 -7
  7. package/dist/es6/ej2-pivotview.es5.js.map +1 -1
  8. package/dist/global/ej2-pivotview.min.js +2 -2
  9. package/dist/global/ej2-pivotview.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +15 -15
  12. package/src/pivotview/actions/excel-export.js +1 -4
  13. package/src/pivotview/actions/pdf-export.js +10 -3
  14. package/styles/bootstrap-dark.css +30 -14
  15. package/styles/bootstrap.css +30 -14
  16. package/styles/bootstrap4.css +30 -14
  17. package/styles/bootstrap5-dark.css +30 -14
  18. package/styles/bootstrap5.css +30 -14
  19. package/styles/fabric-dark.css +30 -14
  20. package/styles/fabric.css +30 -14
  21. package/styles/highcontrast-light.css +30 -14
  22. package/styles/highcontrast.css +30 -14
  23. package/styles/material-dark.css +30 -14
  24. package/styles/material.css +30 -14
  25. package/styles/pivotfieldlist/_theme.scss +28 -12
  26. package/styles/pivotfieldlist/bootstrap-dark.css +30 -14
  27. package/styles/pivotfieldlist/bootstrap.css +30 -14
  28. package/styles/pivotfieldlist/bootstrap4.css +30 -14
  29. package/styles/pivotfieldlist/bootstrap5-dark.css +30 -14
  30. package/styles/pivotfieldlist/bootstrap5.css +30 -14
  31. package/styles/pivotfieldlist/fabric-dark.css +30 -14
  32. package/styles/pivotfieldlist/fabric.css +30 -14
  33. package/styles/pivotfieldlist/highcontrast-light.css +30 -14
  34. package/styles/pivotfieldlist/highcontrast.css +30 -14
  35. package/styles/pivotfieldlist/material-dark.css +30 -14
  36. package/styles/pivotfieldlist/material.css +30 -14
  37. package/styles/pivotfieldlist/tailwind-dark.css +30 -14
  38. package/styles/pivotfieldlist/tailwind.css +30 -14
  39. package/styles/tailwind-dark.css +30 -14
  40. package/styles/tailwind.css +30 -14
@@ -5063,14 +5063,26 @@
5063
5063
  }
5064
5064
 
5065
5065
  .e-pivotfieldlist-wrapper .e-layout-footer {
5066
+ display: -ms-flexbox;
5067
+ display: flex;
5066
5068
  padding: 10px 2px 2px;
5067
- text-align: right;
5068
5069
  }
5069
5070
 
5070
- .e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button {
5071
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
5072
+ -ms-flex: auto;
5073
+ flex: auto;
5074
+ text-align: end;
5075
+ }
5076
+
5077
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
5071
5078
  margin-right: 10px;
5072
5079
  }
5073
5080
 
5081
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
5082
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
5083
+ min-width: fit-content;
5084
+ }
5085
+
5074
5086
  .e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
5075
5087
  .e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
5076
5088
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
@@ -5081,7 +5093,7 @@
5081
5093
  }
5082
5094
 
5083
5095
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
5084
- white-space: nowrap;
5096
+ padding-right: 10px;
5085
5097
  }
5086
5098
 
5087
5099
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
@@ -5095,10 +5107,6 @@
5095
5107
  margin-right: 0 !important;
5096
5108
  }
5097
5109
 
5098
- .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
5099
- text-align: left;
5100
- }
5101
-
5102
5110
  .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
5103
5111
  margin-left: 10px;
5104
5112
  }
@@ -6568,14 +6576,26 @@
6568
6576
  }
6569
6577
 
6570
6578
  .e-pivotfieldlist-container .e-layout-footer {
6579
+ display: -ms-flexbox;
6580
+ display: flex;
6571
6581
  padding: 10px 2px 2px;
6572
- text-align: right;
6573
6582
  }
6574
6583
 
6575
- .e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button {
6584
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout {
6585
+ -ms-flex: auto;
6586
+ flex: auto;
6587
+ text-align: end;
6588
+ }
6589
+
6590
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
6576
6591
  margin-right: 10px;
6577
6592
  }
6578
6593
 
6594
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
6595
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
6596
+ min-width: fit-content;
6597
+ }
6598
+
6579
6599
  .e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
6580
6600
  .e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
6581
6601
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
@@ -6586,7 +6606,7 @@
6586
6606
  }
6587
6607
 
6588
6608
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
6589
- white-space: nowrap;
6609
+ padding-right: 10px;
6590
6610
  }
6591
6611
 
6592
6612
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
@@ -6600,10 +6620,6 @@
6600
6620
  margin-right: 0 !important;
6601
6621
  }
6602
6622
 
6603
- .e-pivotfieldlist-container.e-rtl .e-layout-footer {
6604
- text-align: left;
6605
- }
6606
-
6607
6623
  .e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
6608
6624
  margin-left: 10px;
6609
6625
  }