@tato30/vue-pdf
Advanced tools
Comparing version 1.9.0 to 1.9.1
@@ -11,2 +11,3 @@ import type { AnnotationEventPayload } from '../types'; | ||
enableScripting?: boolean | undefined; | ||
intent: string; | ||
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { | ||
@@ -23,2 +24,3 @@ annotation: (payload: AnnotationEventPayload) => void; | ||
enableScripting?: boolean | undefined; | ||
intent: string; | ||
}>>> & { | ||
@@ -25,0 +27,0 @@ onAnnotation?: ((payload: AnnotationEventPayload) => any) | undefined; |
@@ -16,2 +16,3 @@ import 'pdfjs-dist/web/pdf_viewer.css'; | ||
hideForms?: boolean | undefined; | ||
intent?: string | undefined; | ||
annotationLayer?: boolean | undefined; | ||
@@ -27,2 +28,3 @@ annotationsFilter?: string[] | undefined; | ||
scale: number; | ||
intent: string; | ||
}>, { | ||
@@ -46,2 +48,3 @@ reload: typeof reload; | ||
hideForms?: boolean | undefined; | ||
intent?: string | undefined; | ||
annotationLayer?: boolean | undefined; | ||
@@ -57,2 +60,3 @@ annotationsFilter?: string[] | undefined; | ||
scale: number; | ||
intent: string; | ||
}>>> & { | ||
@@ -64,2 +68,3 @@ onAnnotation?: ((payload: AnnotationEventPayload) => any) | undefined; | ||
scale: number; | ||
intent: string; | ||
page: number; | ||
@@ -66,0 +71,0 @@ }, {}>, { |
{ | ||
"name": "@tato30/vue-pdf", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"description": "PDF viewer for Vue 3", | ||
@@ -41,3 +41,3 @@ "author": { | ||
"dev": "vite --force --config vite.playground.ts", | ||
"build": "npm run build:lib && npm run build:dts", | ||
"build": "npm run tests && npm run build:lib && npm run build:dts", | ||
"build:lib": "vite build", | ||
@@ -49,3 +49,5 @@ "build:dts": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.build.json", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint --fix ." | ||
"lint:fix": "eslint --fix .", | ||
"test": "vitest run", | ||
"tests": "npm run test" | ||
}, | ||
@@ -64,9 +66,13 @@ "peerDependencies": { | ||
"@vitejs/plugin-vue": "^4.2.1", | ||
"@vitest/browser": "^1.0.4", | ||
"@vue/eslint-config-prettier": "^7.1.0", | ||
"@vue/test-utils": "^2.4.3", | ||
"eslint": "^8.39.0", | ||
"typescript": "^4.9.4", | ||
"vite": "^4.3.4", | ||
"vitest": "^1.0.4", | ||
"vue": "^3.2.47", | ||
"vue-tsc": "^1.6.3" | ||
"vue-tsc": "^1.6.3", | ||
"webdriverio": "^8.26.2" | ||
} | ||
} |
<div align="center"> | ||
<img width=250 src="./docs/.vuepress/public/logo.png" /> | ||
<img width=250 src="./docs/public/logo.png" /> | ||
<h1>VuePDF</h1> | ||
@@ -4,0 +4,0 @@ </div> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2980522
13166
15