@progress/kendo-pdfviewer-common 0.2.10-dev.202405100901 → 0.2.10-dev.202405101544

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/es/utils.js CHANGED
@@ -29,7 +29,8 @@ const parsePdfFromBase64String = (base64String) => {
29
29
  };
30
30
  const getDocumentParameters = (options) => {
31
31
  let params = {
32
- verbosity: 0
32
+ verbosity: 0,
33
+ isEvalSupported: false
33
34
  };
34
35
  if (typeof options.data === 'string') {
35
36
  params.data = parsePdfFromBase64String(options.data);
@@ -29,7 +29,8 @@ const parsePdfFromBase64String = (base64String) => {
29
29
  };
30
30
  const getDocumentParameters = (options) => {
31
31
  let params = {
32
- verbosity: 0
32
+ verbosity: 0,
33
+ isEvalSupported: false
33
34
  };
34
35
  if (typeof options.data === 'string') {
35
36
  params.data = parsePdfFromBase64String(options.data);
package/dist/npm/utils.js CHANGED
@@ -32,7 +32,8 @@ const parsePdfFromBase64String = (base64String) => {
32
32
  };
33
33
  const getDocumentParameters = (options) => {
34
34
  let params = {
35
- verbosity: 0
35
+ verbosity: 0,
36
+ isEvalSupported: false
36
37
  };
37
38
  if (typeof options.data === 'string') {
38
39
  params.data = parsePdfFromBase64String(options.data);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-pdfviewer-common",
3
3
  "description": "Kendo UI TypeScript package exporting functions for PDFViewer component",
4
- "version": "0.2.10-dev.202405100901",
4
+ "version": "0.2.10-dev.202405101544",
5
5
  "keywords": [
6
6
  "Kendo UI"
7
7
  ],
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@progress/kendo-common": "^0.2.2",
29
- "pdfjs-dist": "4.2.67",
29
+ "pdfjs-dist": "^3.11.174",
30
30
  "tslib": "^2.4.1"
31
31
  },
32
32
  "devDependencies": {