@syncfusion/ej2-pdf-export 28.2.3 → 29.1.40

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 : 28.2.3
3
+ * version : 29.1.40
4
4
  * Copyright Syncfusion Inc. 2001 - 2024. 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@28.1.33",
3
+ "_id": "@syncfusion/ej2-pdf-export@29.1.33",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-TqdkEImirvDsL/SWEVGf68sKsvD/cMYg7un0m9nrDd4YTA6RvTiK0tuTtIMhOnx5BHjn7gHfO0/vw6vbcPodvw==",
5
+ "_integrity": "sha512-+SctFqRdOHI1bXXV7yqMdnIQZpxHZJOm27WDc5fg/5gr/S/7yAdbZUzqjNrihNcWdqU+dmz7yYnkV5rvZzmdag==",
6
6
  "_location": "/@syncfusion/ej2-pdf-export",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -22,21 +22,22 @@
22
22
  "/@syncfusion/ej2-charts",
23
23
  "/@syncfusion/ej2-circulargauge",
24
24
  "/@syncfusion/ej2-grids",
25
+ "/@syncfusion/ej2-heatmap",
25
26
  "/@syncfusion/ej2-lineargauge",
26
27
  "/@syncfusion/ej2-maps",
27
28
  "/@syncfusion/ej2-pivotview",
28
29
  "/@syncfusion/ej2-treemap"
29
30
  ],
30
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pdf-export/-/ej2-pdf-export-28.1.33.tgz",
31
- "_shasum": "5ecbbd02fa954ec4a6396700108b93fd524dd9cb",
31
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pdf-export/-/ej2-pdf-export-29.1.33.tgz",
32
+ "_shasum": "0fa388c6ba7c0db6421e9adc585091dea5bd2c8a",
32
33
  "_spec": "@syncfusion/ej2-pdf-export@*",
33
- "_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included",
34
+ "_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
34
35
  "author": {
35
36
  "name": "Syncfusion Inc."
36
37
  },
37
38
  "bundleDependencies": false,
38
39
  "dependencies": {
39
- "@syncfusion/ej2-compression": "~28.2.3"
40
+ "@syncfusion/ej2-compression": "~29.1.33"
40
41
  },
41
42
  "deprecated": false,
42
43
  "description": "Syncfusion TypeScript Component",
@@ -47,7 +48,7 @@
47
48
  "module": "./index.js",
48
49
  "name": "@syncfusion/ej2-pdf-export",
49
50
  "typings": "index.d.ts",
50
- "version": "28.2.3",
51
+ "version": "29.1.40",
51
52
  "sideEffects": false,
52
53
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
53
54
  }
@@ -935,6 +935,9 @@ var PdfGraphics = /** @class */ (function () {
935
935
  this.isOverloadWithPosition = false;
936
936
  this.isPointOverload = true;
937
937
  }
938
+ else if (this.isOverloadWithPosition) {
939
+ this.isOverloadWithPosition = false;
940
+ }
938
941
  }
939
942
  this.getResources.getResources().requireProcedureSet(this.procedureSets.text);
940
943
  if (vAlignShift !== 0) {