@vue-pdf-viewer/viewer 4.0.0-beta.2 → 4.0.0-beta.3
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/dist/{VPdfViewer.vue_vue_type_style_index_1_scoped_9dcec999_lang-Bi72CW7K.js → VPdfViewer.vue_vue_type_style_index_1_scoped_b89b6109_lang-CFVJThIE.js} +284 -285
- package/dist/{VPdfViewer.vue_vue_type_style_index_1_scoped_9dcec999_lang-CZEIhxSz.cjs → VPdfViewer.vue_vue_type_style_index_1_scoped_b89b6109_lang-Zf436-uP.cjs} +4 -4
- package/dist/{index-B2bnNcQK.cjs → index-BoMkqtAW.cjs} +1 -1
- package/dist/{index-BAl2kzgK.js → index-D5uDtlwL.js} +1 -1
- package/dist/index.cjs +16 -16
- package/dist/index.js +5490 -5513
- package/dist/license.cjs +1 -1
- package/dist/license.js +1 -1
- package/dist/types/components/LayerCanvas.vue.d.ts +0 -1
- package/dist/types/components/VPdfViewer.vue.d.ts +0 -1
- package/dist/types/const.d.ts +0 -1
- package/dist/types/utils/types.d.ts +0 -1
- package/package.json +1 -1
package/dist/license.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./VPdfViewer.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./VPdfViewer.vue_vue_type_style_index_1_scoped_b89b6109_lang-Zf436-uP.cjs");exports.LicenseProduct=e.a;exports.LicenseType=e.L;exports.useLicense=e.u;
|
package/dist/license.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a, L as c, u as L } from "./VPdfViewer.
|
|
1
|
+
import { a, L as c, u as L } from "./VPdfViewer.vue_vue_type_style_index_1_scoped_b89b6109_lang-CFVJThIE.js";
|
|
2
2
|
export {
|
|
3
3
|
a as LicenseProduct,
|
|
4
4
|
c as LicenseType,
|
|
@@ -6,7 +6,6 @@ interface OwnProps {
|
|
|
6
6
|
intersecting: boolean;
|
|
7
7
|
afterCanvasLoaded?: CanvasLoadedCallback;
|
|
8
8
|
visibleArea?: VisibleArea;
|
|
9
|
-
perPageRotation?: number;
|
|
10
9
|
}
|
|
11
10
|
declare const _default: import("vue").DefineComponent<OwnProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
12
11
|
rendered: (canvasWrapperElement: HTMLDivElement) => any;
|
|
@@ -248,7 +248,6 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
248
248
|
totalPages: number;
|
|
249
249
|
currentPage: number;
|
|
250
250
|
getTextContent: (pageNumber: number) => Promise<import("pdfjs-dist/types/src/display/api.js").TextContent> | undefined;
|
|
251
|
-
rotatePage: (pageNumber: number, degree: 90 | 180 | 270 | -90 | ((currentDegree: number) => 90 | 180 | 270 | -90)) => void;
|
|
252
251
|
};
|
|
253
252
|
searchControl: {
|
|
254
253
|
searchMatches: {
|
package/dist/types/const.d.ts
CHANGED
|
@@ -65,7 +65,6 @@ export declare const PAGES_CONTAINER: InjectionKey<ShallowRef<HTMLDivElement | u
|
|
|
65
65
|
export declare const ACTUAL_PDF_PAGES: InjectionKey<ShallowRef<ViewerPdfPage[]>>;
|
|
66
66
|
export declare const FOCUSED_PAGE_NUMBER: InjectionKey<Ref<number>>;
|
|
67
67
|
export declare const ROTATION_DEGREE: InjectionKey<Ref<number>>;
|
|
68
|
-
export declare const PAGE_ROTATION_MAP: InjectionKey<Ref<Map<number, number>>>;
|
|
69
68
|
export declare const TOTAL_PAGE: InjectionKey<Ref<number>>;
|
|
70
69
|
export declare const INITIAL_TEXT_LAYER: InjectionKey<boolean>;
|
|
71
70
|
export declare const DOWNLOAD_FILE: InjectionKey<() => Promise<void>>;
|
|
@@ -670,7 +670,6 @@ export interface PageControl {
|
|
|
670
670
|
goToPage: (page: number) => void;
|
|
671
671
|
currentPage: number;
|
|
672
672
|
totalPages: number;
|
|
673
|
-
rotatePage: (pageNumber: number, degree: 90 | 180 | 270 | -90 | ((currentDegree: number) => 90 | 180 | 270 | -90)) => void;
|
|
674
673
|
}
|
|
675
674
|
export interface DownloadPdfProgress {
|
|
676
675
|
bytesDownloaded: number;
|