Comparing version 1.0.8 to 1.0.9
@@ -79,2 +79,3 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{ | ||
onScroll: (scrollOffset: number) => void; | ||
onPageChange: (page: number) => void; | ||
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ | ||
@@ -158,2 +159,3 @@ src: { | ||
onOnScroll?: ((scrollOffset: number) => any) | undefined; | ||
onOnPageChange?: ((page: number) => any) | undefined; | ||
}, { | ||
@@ -160,0 +162,0 @@ src: string | Uint8Array; |
{ | ||
"name": "pdf-vue3", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "vue3 pdf viewer", | ||
@@ -5,0 +5,0 @@ "main": "./dist/pdf-vue3.js", |
@@ -63,2 +63,3 @@ # pdf-vue3 | ||
| `onScroll` | Listen to the pdf scrolling, the parameter is the current `scrollTop` value. | `scrollOffset: number` | | ||
| `onPageChange` | Listen for page number changes. | `page: number` | | ||
@@ -65,0 +66,0 @@ ### `Slots` |
Sorry, the diff of this file is too big to display
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
2009666
16127
72