@syncfusion/ej2-pivotview 20.2.43 → 20.2.45

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 (44) hide show
  1. package/CHANGELOG.md +8 -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 +2 -3
  5. package/dist/es6/ej2-pivotview.es2015.js.map +1 -1
  6. package/dist/es6/ej2-pivotview.es5.js +2 -3
  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 +22 -22
  12. package/src/pivotview/base/pivotview.js +1 -2
  13. package/src/pivotview/renderer/render.js +1 -1
  14. package/styles/bootstrap-dark.css +3 -3
  15. package/styles/bootstrap.css +3 -3
  16. package/styles/bootstrap4.css +3 -3
  17. package/styles/bootstrap5-dark.css +3 -3
  18. package/styles/bootstrap5.css +3 -3
  19. package/styles/fabric-dark.css +3 -3
  20. package/styles/fabric.css +3 -3
  21. package/styles/fluent-dark.css +3 -3
  22. package/styles/fluent.css +3 -3
  23. package/styles/highcontrast-light.css +3 -3
  24. package/styles/highcontrast.css +3 -3
  25. package/styles/material-dark.css +3 -3
  26. package/styles/material.css +3 -3
  27. package/styles/pivotview/_theme.scss +3 -3
  28. package/styles/pivotview/bootstrap-dark.css +3 -3
  29. package/styles/pivotview/bootstrap.css +3 -3
  30. package/styles/pivotview/bootstrap4.css +3 -3
  31. package/styles/pivotview/bootstrap5-dark.css +3 -3
  32. package/styles/pivotview/bootstrap5.css +3 -3
  33. package/styles/pivotview/fabric-dark.css +3 -3
  34. package/styles/pivotview/fabric.css +3 -3
  35. package/styles/pivotview/fluent-dark.css +3 -3
  36. package/styles/pivotview/fluent.css +3 -3
  37. package/styles/pivotview/highcontrast-light.css +3 -3
  38. package/styles/pivotview/highcontrast.css +3 -3
  39. package/styles/pivotview/material-dark.css +3 -3
  40. package/styles/pivotview/material.css +3 -3
  41. package/styles/pivotview/tailwind-dark.css +3 -3
  42. package/styles/pivotview/tailwind.css +3 -3
  43. package/styles/tailwind-dark.css +3 -3
  44. package/styles/tailwind.css +3 -3
@@ -1028,11 +1028,11 @@
1028
1028
  border-right-width: 1px;
1029
1029
  }
1030
1030
  .e-pivotview .e-stackedheadercelldiv {
1031
- display: block;
1031
+ display: inline;
1032
1032
  }
1033
1033
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1034
1034
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1035
- display: inline-block;
1035
+ display: inline;
1036
1036
  padding-left: 12px !important;
1037
1037
  margin-top: 5px;
1038
1038
  margin-top: 0;
@@ -1525,7 +1525,7 @@
1525
1525
  .e-pivotview .e-expand,
1526
1526
  .e-pivotview .e-collapse {
1527
1527
  cursor: pointer;
1528
- display: inline-block;
1528
+ display: inline;
1529
1529
  height: 18px;
1530
1530
  margin-top: 5px;
1531
1531
  text-align: center;
@@ -1027,11 +1027,11 @@
1027
1027
  border-right-width: 1px;
1028
1028
  }
1029
1029
  .e-pivotview .e-stackedheadercelldiv {
1030
- display: block;
1030
+ display: inline;
1031
1031
  }
1032
1032
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1033
1033
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1034
- display: inline-block;
1034
+ display: inline;
1035
1035
  padding-left: 12px !important;
1036
1036
  margin-top: 5px;
1037
1037
  }
@@ -1526,7 +1526,7 @@
1526
1526
  .e-pivotview .e-expand,
1527
1527
  .e-pivotview .e-collapse {
1528
1528
  cursor: pointer;
1529
- display: inline-block;
1529
+ display: inline;
1530
1530
  height: 18px;
1531
1531
  margin-top: 5px;
1532
1532
  text-align: center;
@@ -1028,11 +1028,11 @@
1028
1028
  border-right-width: 1px;
1029
1029
  }
1030
1030
  .e-pivotview .e-stackedheadercelldiv {
1031
- display: block;
1031
+ display: inline;
1032
1032
  }
1033
1033
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1034
1034
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1035
- display: inline-block;
1035
+ display: inline;
1036
1036
  padding-left: 12px !important;
1037
1037
  margin-top: 5px;
1038
1038
  }
@@ -1527,7 +1527,7 @@
1527
1527
  .e-pivotview .e-expand,
1528
1528
  .e-pivotview .e-collapse {
1529
1529
  cursor: pointer;
1530
- display: inline-block;
1530
+ display: inline;
1531
1531
  height: 18px;
1532
1532
  margin-top: 5px;
1533
1533
  text-align: center;
@@ -1067,11 +1067,11 @@
1067
1067
  border-right-width: 1px;
1068
1068
  }
1069
1069
  .e-pivotview .e-stackedheadercelldiv {
1070
- display: block;
1070
+ display: inline;
1071
1071
  }
1072
1072
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1073
1073
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1074
- display: inline-block;
1074
+ display: inline;
1075
1075
  padding-left: 12px !important;
1076
1076
  margin-top: 5px;
1077
1077
  margin-top: 2px;
@@ -1568,7 +1568,7 @@
1568
1568
  .e-pivotview .e-expand,
1569
1569
  .e-pivotview .e-collapse {
1570
1570
  cursor: pointer;
1571
- display: inline-block;
1571
+ display: inline;
1572
1572
  height: 18px;
1573
1573
  margin-top: 5px;
1574
1574
  text-align: center;
@@ -1069,11 +1069,11 @@
1069
1069
  border-right-width: 1px;
1070
1070
  }
1071
1071
  .e-pivotview .e-stackedheadercelldiv {
1072
- display: block;
1072
+ display: inline;
1073
1073
  }
1074
1074
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1075
1075
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1076
- display: inline-block;
1076
+ display: inline;
1077
1077
  padding-left: 12px !important;
1078
1078
  margin-top: 5px;
1079
1079
  margin-top: 2px;
@@ -1570,7 +1570,7 @@
1570
1570
  .e-pivotview .e-expand,
1571
1571
  .e-pivotview .e-collapse {
1572
1572
  cursor: pointer;
1573
- display: inline-block;
1573
+ display: inline;
1574
1574
  height: 18px;
1575
1575
  margin-top: 5px;
1576
1576
  text-align: center;
@@ -1068,11 +1068,11 @@
1068
1068
  border-right-width: 1px;
1069
1069
  }
1070
1070
  .e-pivotview .e-stackedheadercelldiv {
1071
- display: block;
1071
+ display: inline;
1072
1072
  }
1073
1073
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1074
1074
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1075
- display: inline-block;
1075
+ display: inline;
1076
1076
  padding-left: 12px !important;
1077
1077
  margin-top: 5px;
1078
1078
  margin-top: 2px;
@@ -1569,7 +1569,7 @@
1569
1569
  .e-pivotview .e-expand,
1570
1570
  .e-pivotview .e-collapse {
1571
1571
  cursor: pointer;
1572
- display: inline-block;
1572
+ display: inline;
1573
1573
  height: 18px;
1574
1574
  margin-top: 5px;
1575
1575
  text-align: center;
@@ -1070,11 +1070,11 @@
1070
1070
  border-right-width: 1px;
1071
1071
  }
1072
1072
  .e-pivotview .e-stackedheadercelldiv {
1073
- display: block;
1073
+ display: inline;
1074
1074
  }
1075
1075
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1076
1076
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1077
- display: inline-block;
1077
+ display: inline;
1078
1078
  padding-left: 12px !important;
1079
1079
  margin-top: 5px;
1080
1080
  margin-top: 2px;
@@ -1571,7 +1571,7 @@
1571
1571
  .e-pivotview .e-expand,
1572
1572
  .e-pivotview .e-collapse {
1573
1573
  cursor: pointer;
1574
- display: inline-block;
1574
+ display: inline;
1575
1575
  height: 18px;
1576
1576
  margin-top: 5px;
1577
1577
  text-align: center;