@gembox/pdfviewer 2026.5.100 → 2026.5.102

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/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  ],
12
12
  "private": false,
13
13
  "license": "SEE LICENSE IN EULA.txt",
14
- "version": "2026.5.100",
14
+ "version": "2026.5.102",
15
15
  "type": "module",
16
16
  "main": "dist/es/pdfviewer.js",
17
17
  "module": "dist/es/pdfviewer.js",
@@ -28,21 +28,23 @@
28
28
  ],
29
29
  "exports": {
30
30
  ".": {
31
+ "types": "./dist/es/pdfviewer.d.ts",
31
32
  "import": "./dist/es/pdfviewer.js",
32
- "require": "./dist/iife/pdfviewer.js",
33
- "types": "./dist/es/pdfviewer.d.ts"
33
+ "require": "./dist/iife/pdfviewer.js"
34
34
  },
35
35
  "./*": "./*"
36
36
  },
37
37
  "scripts": {
38
38
  "dev": "vite",
39
- "build": "vue-tsc && vite build --config vite.config.es.ts && vite build --config vite.config.iife.ts && npm run types:build",
40
- "types:build": "tsc --project tsconfig.types.json && npm run types:rename",
39
+ "build": "npm run lint && vue-tsc && vite build --config vite.config.es.ts && vite build --config vite.config.iife.ts && npm run types:build",
40
+ "types:build": "tsc --project tsconfig.types.json",
41
41
  "types:rename": "ren dist\\es\\api-es.d.ts pdfviewer.d.ts",
42
42
  "test": "vitest run",
43
43
  "test:dev": "vitest",
44
44
  "lint": "eslint src/**",
45
- "format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,css,scss,html,vue}'"
45
+ "format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,css,scss,html,vue,json}'",
46
+ "generate-docs": "ts-node --project docs/tsconfig.json docs/generate-docs.ts && C:\\DocFx\\docfx.exe build docs/docfx.json",
47
+ "minify-pdfjs": "uglifyjs --compress --mangle -o public/pdf.min.mjs -- public/pdf.mjs && uglifyjs --compress --mangle -o public/pdf.worker.min.mjs -- public/pdf.worker.mjs && uglifyjs --compress --mangle -o src/assets/pdf_viewer.min.mjs -- src/assets/pdf_viewer.mjs"
46
48
  },
47
49
  "dependencies": {
48
50
  "@fortawesome/fontawesome-svg-core": "^6.5.1",
@@ -56,27 +58,43 @@
56
58
  "zoomist": "2.0.11"
57
59
  },
58
60
  "devDependencies": {
59
- "@intlify/unplugin-vue-i18n": "^6.0.8",
60
- "@playwright/test": "^1.35.0",
61
- "@types/node": "^20.2.5",
62
- "@types/wicg-file-system-access": "^2023.10.4",
63
- "@typescript-eslint/eslint-plugin": "^6.16.0",
64
- "@typescript-eslint/parser": "^6.0.0",
65
- "@vitejs/plugin-vue": "^4.3.4",
66
- "eslint": "^8.56.0",
67
- "eslint-config-prettier": "^8.10.0",
68
- "eslint-plugin-vue": "^9.14.1",
69
- "javascript-obfuscator": "^4.1.0",
70
- "postcss": "^8.4.32",
71
- "prettier": "^3.2.2",
72
- "prettier-plugin-css-order": "^2.0.1",
61
+ "@eslint/eslintrc": "^3.3.3",
62
+ "@eslint/js": "^9.39.2",
63
+ "@fluent/bundle": "^0.19.1",
64
+ "@fluent/dom": "^0.10.2",
65
+ "@intlify/unplugin-vue-i18n": "^11.0.3",
66
+ "@microsoft/api-extractor": "^7.55.2",
67
+ "@microsoft/tsdoc": "^0.16.0",
68
+ "@playwright/test": "^1.57.0",
69
+ "@trivago/prettier-plugin-sort-imports": "^6.0.2",
70
+ "@types/node": "^25.0.3",
71
+ "@types/wicg-file-system-access": "^2023.10.7",
72
+ "@typescript-eslint/eslint-plugin": "^8.52.0",
73
+ "@typescript-eslint/parser": "^8.52.0",
74
+ "@vitejs/plugin-vue": "^6.0.3",
75
+ "@vue/eslint-config-typescript": "^14.6.0",
76
+ "dts-bundle-generator": "^9.5.1",
77
+ "eslint": "^9.39.2",
78
+ "eslint-config-prettier": "^10.1.8",
79
+ "eslint-plugin-import": "^2.32.0",
80
+ "eslint-plugin-prettier": "^5.5.4",
81
+ "eslint-plugin-vue": "^10.6.2",
82
+ "globals": "^17.0.0",
83
+ "javascript-obfuscator": "^5.1.0",
84
+ "postcss": "^8.5.6",
85
+ "prettier": "^3.7.4",
86
+ "prettier-plugin-css-order": "^2.2.0",
73
87
  "prettier-plugin-organize-attributes": "^1.0.0",
74
- "prettier-plugin-sort-imports": "^1.8.1",
75
88
  "rollup-plugin-obfuscator": "^1.1.0",
76
- "sass": "^1.62.1",
77
- "typescript": "^5.3.3",
78
- "vite": "^4.3.9",
89
+ "sass": "^1.97.2",
90
+ "ts-morph": "^27.0.2",
91
+ "ts-node": "^10.9.2",
92
+ "typescript": "^5.9.3",
93
+ "uglify-js": "^3.19.3",
94
+ "unplugin-dts": "^1.0.0-beta.6",
95
+ "vite": "^7.3.1",
79
96
  "vitest": "^4.1.5",
80
- "vue-tsc": "^2.0.7"
97
+ "vue-eslint-parser": "^10.2.0",
98
+ "vue-tsc": "^3.2.2"
81
99
  }
82
100
  }