@syncfusion/ej2-pdf-export 29.1.33 → 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.
- package/dist/ej2-pdf-export.min.js +2 -2
- 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 +3 -0
- package/dist/es6/ej2-pdf-export.es2015.js.map +1 -1
- package/dist/es6/ej2-pdf-export.es5.js +3 -0
- 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 +5 -5
- package/src/implementation/graphics/pdf-graphics.js +3 -0
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 29.1.
|
|
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@
|
|
3
|
+
"_id": "@syncfusion/ej2-pdf-export@29.1.33",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512
|
|
5
|
+
"_integrity": "sha512-+SctFqRdOHI1bXXV7yqMdnIQZpxHZJOm27WDc5fg/5gr/S/7yAdbZUzqjNrihNcWdqU+dmz7yYnkV5rvZzmdag==",
|
|
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": "https://nexus.syncfusioninternal.com/repository/ej2-
|
|
32
|
-
"_shasum": "
|
|
31
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pdf-export/-/ej2-pdf-export-29.1.33.tgz",
|
|
32
|
+
"_shasum": "0fa388c6ba7c0db6421e9adc585091dea5bd2c8a",
|
|
33
33
|
"_spec": "@syncfusion/ej2-pdf-export@*",
|
|
34
34
|
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
|
|
35
35
|
"author": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"module": "./index.js",
|
|
49
49
|
"name": "@syncfusion/ej2-pdf-export",
|
|
50
50
|
"typings": "index.d.ts",
|
|
51
|
-
"version": "29.1.
|
|
51
|
+
"version": "29.1.40",
|
|
52
52
|
"sideEffects": false,
|
|
53
53
|
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
|
|
54
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) {
|