Comparing version 1.0.7 to 1.0.8
@@ -71,2 +71,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{ | ||
}; | ||
page: { | ||
type: import("vue").PropType<number>; | ||
default: number; | ||
}; | ||
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { | ||
@@ -146,2 +150,6 @@ onProgress: (loadRatio: number) => void; | ||
}; | ||
page: { | ||
type: import("vue").PropType<number>; | ||
default: number; | ||
}; | ||
}>> & { | ||
@@ -169,2 +177,3 @@ onOnProgress?: ((loadRatio: number) => any) | undefined; | ||
rowGap: number; | ||
page: number; | ||
}, {}>, { | ||
@@ -171,0 +180,0 @@ progress?: ((props: { |
{ | ||
"name": "pdf-vue3", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "vue3 pdf viewer", | ||
@@ -5,0 +5,0 @@ "main": "./dist/pdf-vue3.js", |
@@ -45,2 +45,3 @@ # pdf-vue3 | ||
| `rowGap` | Line spacing between pdf pages. The default value is `8`. | `number` | | ||
| `page` | Controls the current page number, and supports responsive variables to dynamically change the page number. The default value is `1` | `number` | | ||
| `httpHeaders` | Basic authentication headers. | `object` | | ||
@@ -47,0 +48,0 @@ | `withCredentials` | Indicates whether or not cross-site Access-Control requests should be made using credentials such as cookies or authorization headers. The default is `false`. | `boolean` | |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2009362
16120
71
3