@syncfusion/ej2-pdf-export 19.4.50 → 20.1.55
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.
- package/dist/ej2-pdf-export.umd.min.js +2 -2
- package/dist/ej2-pdf-export.umd.min.js.map +1 -1
- package/dist/es6/ej2-pdf-export.es2015.js +1 -4
- package/dist/es6/ej2-pdf-export.es2015.js.map +1 -1
- package/dist/es6/ej2-pdf-export.es5.js +1 -4
- package/dist/es6/ej2-pdf-export.es5.js.map +1 -1
- package/dist/global/ej2-pdf-export.min.js +2 -2
- package/dist/global/ej2-pdf-export.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +6 -6
- package/src/implementation/structured-elements/grid/layout/grid-layouter.js +1 -4
- package/CHANGELOG.md +0 -71
|
@@ -31911,10 +31911,7 @@ var PdfGridLayouter = /** @__PURE__ @class */ (function (_super) {
|
|
|
31911
31911
|
var index = 0;
|
|
31912
31912
|
index = this.currentGraphics.page.section.indexOf(this.currentGraphics.page);
|
|
31913
31913
|
this.listOfNavigatePages.push(index);
|
|
31914
|
-
if (
|
|
31915
|
-
this.currentBounds = new RectangleF(new PointF(param.bounds.x, param.bounds.y), new SizeF(param.bounds.width, param.bounds.height));
|
|
31916
|
-
}
|
|
31917
|
-
else if (format != null && format.break === PdfLayoutBreakType.FitColumnsToPage) {
|
|
31914
|
+
if (format != null && format.break === PdfLayoutBreakType.FitColumnsToPage) {
|
|
31918
31915
|
this.currentBounds = new RectangleF(new PointF(param.bounds.x, param.bounds.y), new SizeF(this.Grid.columns.width, this.currentGraphics.clientSize.height));
|
|
31919
31916
|
}
|
|
31920
31917
|
else {
|