@vue-pdf-viewer/viewer 3.6.1 → 3.7.0-beta.0
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/README.md +1 -1
- package/dist/index-CEzhAcTI.js +29278 -0
- package/dist/{index-XJzcdPc7.js → index-w0TesC4F.js} +1 -1
- package/dist/index.js +2 -2
- package/dist/index.umd.cjs +37 -37
- package/dist/lib/assets/pdf-legacy/pdf.worker.min.mjs +21 -0
- package/dist/lib/assets/pdf.worker.min.mjs +21 -0
- package/dist/types/components/LayerAnnotationEditorTextSelectionItem.vue.d.ts +26 -0
- package/dist/types/components/LayerAnnotationEditorTextSelectionItemMenu.vue.d.ts +31 -0
- package/dist/types/components/VPdfViewer.vue.d.ts +16 -9
- package/dist/types/components/ui/button/index.d.ts +1 -1
- package/dist/types/components/ui/popover/PopoverContent.vue.d.ts +3 -3
- package/dist/types/composables/useAnnotationHighlight.d.ts +42 -1
- package/dist/types/composables/useAnnotationStrikethrough.d.ts +790 -0
- package/dist/types/composables/useAnnotationTextSelection.d.ts +30 -0
- package/dist/types/composables/useAnnotationUnderline.d.ts +790 -0
- package/dist/types/composables/usePlugins.d.ts +2 -1
- package/dist/types/composables/useVirtualPages.d.ts +12 -0
- package/dist/types/const.d.ts +734 -5
- package/dist/types/utils/types.d.ts +14 -3
- package/package.json +5 -4
- package/dist/index-Dz7QxyDX.js +0 -28020
- /package/dist/types/components/{HighlightColorPicker.vue.d.ts → AppColorPicker.vue.d.ts} +0 -0
package/README.md
CHANGED
|
@@ -198,7 +198,7 @@ We are more than happy to help you. If you have any questions, run into any erro
|
|
|
198
198
|
|
|
199
199
|
Vue PDF Viewer is distributed under our proprietary license. Please refer to our [License page](https://www.vue-pdf-viewer.dev/license-agreement?utm_source=npmjs) file for more details.
|
|
200
200
|
|
|
201
|
-
If you would like to use Vue PDF Viewer commercially, please purchase a license from [our website][vuepdfviewer] or reach out to us directly at [
|
|
201
|
+
If you would like to use Vue PDF Viewer commercially, please purchase a license from [our website][vuepdfviewer] or reach out to us directly at [https://www.vue-pdf-viewer.dev/contact-us](https://www.vue-pdf-viewer.dev/contact-us).
|
|
202
202
|
|
|
203
203
|
# Acknowledgement
|
|
204
204
|
|