Comparing version 1.0.11 to 1.0.12
@@ -1,2 +0,2 @@ | ||
import type { PDFDocumentProxy } from './index'; | ||
import type { PDFDocumentProxy } from "./index"; | ||
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{ | ||
@@ -76,3 +76,9 @@ src: { | ||
}; | ||
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { | ||
cMapUrl: { | ||
type: import("vue").PropType<string>; | ||
default: string; | ||
}; | ||
}, { | ||
reload: () => void; | ||
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { | ||
onProgress: (loadRatio: number) => void; | ||
@@ -157,2 +163,6 @@ onComplete: () => void; | ||
}; | ||
cMapUrl: { | ||
type: import("vue").PropType<string>; | ||
default: string; | ||
}; | ||
}>> & { | ||
@@ -183,2 +193,3 @@ onOnProgress?: ((loadRatio: number) => any) | undefined; | ||
page: number; | ||
cMapUrl: string; | ||
}, {}>, { | ||
@@ -185,0 +196,0 @@ progress?: ((props: { |
{ | ||
"name": "pdf-vue3", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "vue3 pdf viewer", | ||
@@ -5,0 +5,0 @@ "main": "./dist/pdf-vue3.js", |
@@ -46,2 +46,3 @@ # pdf-vue3 | ||
| `page` | Controls the current page number, and supports responsive variables to dynamically change the page number. The default value is `1` | `number` | | ||
| `cMapUrl` | Custom cMapUrl. The default value is `https://unpkg.com/pdfjs-dist@3.7.107/cmaps/` | `string` | | ||
| `httpHeaders` | Basic authentication headers. | `object` | | ||
@@ -48,0 +49,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
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
2020193
16394
74