@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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 19.4.50
3
+ * version : 20.1.55
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-pdf-export@*",
3
- "_id": "@syncfusion/ej2-pdf-export@19.4.42",
3
+ "_id": "@syncfusion/ej2-pdf-export@20.1.47",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-1x4tI68iTWzZ40+iTbZ893cfy21YTpJIzZrXJtc2eumBh0Wg6IrdvMfhCCfOuVHg4MhMNj3PAYQesVUs52BHEA==",
5
+ "_integrity": "sha512-hAVnHL1TpJg4ozQyXFL6is7W2fClKlbh6RpL928L/tr96nAc2f+4p9IR5anXfvl9A8aTwAh0g9+aGszAapQZpA==",
6
6
  "_location": "/@syncfusion/ej2-pdf-export",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -28,8 +28,8 @@
28
28
  "/@syncfusion/ej2-pivotview",
29
29
  "/@syncfusion/ej2-treemap"
30
30
  ],
31
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pdf-export/-/ej2-pdf-export-19.4.42.tgz",
32
- "_shasum": "0a23dd14fa70d104bfe8ec36f62b0b505c710c92",
31
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-pdf-export/-/ej2-pdf-export-20.1.47.tgz",
32
+ "_shasum": "996c03075ccb18a971a9faf9c31bdcc14fdc4a39",
33
33
  "_spec": "@syncfusion/ej2-pdf-export@*",
34
34
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
35
35
  "author": {
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "bundleDependencies": false,
39
39
  "dependencies": {
40
- "@syncfusion/ej2-compression": "~19.4.48"
40
+ "@syncfusion/ej2-compression": "~20.1.55"
41
41
  },
42
42
  "deprecated": false,
43
43
  "description": "Syncfusion TypeScript Component",
@@ -48,6 +48,6 @@
48
48
  "module": "./index.js",
49
49
  "name": "@syncfusion/ej2-pdf-export",
50
50
  "typings": "index.d.ts",
51
- "version": "19.4.50",
51
+ "version": "20.1.55",
52
52
  "sideEffects": false
53
53
  }
@@ -200,10 +200,7 @@ var PdfGridLayouter = /** @class */ (function (_super) {
200
200
  var index = 0;
201
201
  index = this.currentGraphics.page.section.indexOf(this.currentGraphics.page);
202
202
  this.listOfNavigatePages.push(index);
203
- if (typeof param.bounds !== 'undefined' && param.bounds !== null && (!(param.bounds.x === 0 && param.bounds.y === 0 && param.bounds.width === 0 && param.bounds.height === 0))) {
204
- this.currentBounds = new RectangleF(new PointF(param.bounds.x, param.bounds.y), new SizeF(param.bounds.width, param.bounds.height));
205
- }
206
- else if (format != null && format.break === PdfLayoutBreakType.FitColumnsToPage) {
203
+ if (format != null && format.break === PdfLayoutBreakType.FitColumnsToPage) {
207
204
  this.currentBounds = new RectangleF(new PointF(param.bounds.x, param.bounds.y), new SizeF(this.Grid.columns.width, this.currentGraphics.clientSize.height));
208
205
  }
209
206
  else {
package/CHANGELOG.md DELETED
@@ -1,71 +0,0 @@
1
- # Changelog
2
-
3
- ## [Unreleased]
4
-
5
- ### Pdf Export
6
-
7
- #### Bug Fixes
8
-
9
- - Rendering issue with PDF Grid pagination into PDF export is fixed.
10
-
11
- - Preservation issue occurs while exporting grid to PDF with page frames is fixed.
12
-
13
- - No longer cell overlapping issue when text paginating more than 2 pages in PDF.
14
-
15
- - No longer null reference exception thrown while drawing PDF grid.
16
-
17
- ## 19.2.56 (2021-08-17)
18
-
19
- ### Pdf Export
20
-
21
- #### Bug Fixes
22
-
23
- - Rendering issue with PDF Grid pagination is fixed.
24
-
25
- ## 19.2.49 (2021-07-27)
26
-
27
- ### Pdf Export
28
-
29
- #### Bug Fixes
30
-
31
- - Rendering issue with PDF Grid text pagination into PDF export is fixed.
32
-
33
- - Rendering issue with PDF Grid layout result into PDF export is fixed.
34
-
35
- ## 19.2.46 (2021-07-06)
36
-
37
- ### Pdf Export
38
-
39
- #### Bug Fixes
40
-
41
- - Rendering issue with Line break on multi line text is fixed.
42
-
43
- - Performance issue with true type font is fixed.
44
-
45
- - Preservation issue with PDF colour empty constructor is fixed.
46
-
47
- - Preservation issue with PDF Grid in Angular sample browser is fixed.
48
-
49
- - Rendering issue with exceeded image into PDF export is fixed.
50
-
51
- - Rendering issue with PDF Grid border into PDF export is fixed.
52
-
53
- - Rendering issue with Pdf number style is fixed.
54
-
55
- - Rendering issue with Line break is fixed.
56
-
57
- - Undefined error occurs while getting line width of text content on particular True Type Font.
58
-
59
- #### New Features
60
-
61
- - Added Draw Path support
62
-
63
- - Added Draw Arc support
64
-
65
- - Added support for Linear gradient brush
66
-
67
- - Added support for Radial gradient brush
68
-
69
- - Added support for Tiling brush
70
-
71
- - Added support for PDF Brushes.