@syncfusion/ej2-pdf-export 33.2.4 → 34.1.31

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 : 33.2.4
3
+ * version : 34.1.31
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-pdf-export",
3
- "version": "33.2.4",
3
+ "version": "34.1.31",
4
4
  "description": "Syncfusion TypeScript Component",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -9,7 +9,7 @@
9
9
  "es2015": "./dist/es6/ej2-pdf-export.es5.js",
10
10
  "devDependencies": {},
11
11
  "dependencies": {
12
- "@syncfusion/ej2-compression": "~33.2.3"
12
+ "@syncfusion/ej2-compression": "~34.1.29"
13
13
  },
14
14
  "typings": "index.d.ts",
15
15
  "sideEffects": false,
@@ -104,7 +104,9 @@ var PdfMainObjectCollection = /** @class */ (function () {
104
104
  var reference;
105
105
  this.isNew = false;
106
106
  var oi = this.objectCollections[this.index];
107
- reference = oi.reference;
107
+ if (oi) {
108
+ reference = oi.reference;
109
+ }
108
110
  var obj = { reference: reference, wasNew: isNew };
109
111
  return obj;
110
112
  };