@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/license.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./VPdfViewer.vue_vue_type_style_index_1_scoped_9dcec999_lang-CZEIhxSz.cjs");exports.LicenseProduct=e.a;exports.LicenseType=e.L;exports.useLicense=e.u;
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.vue_vue_type_style_index_1_scoped_9dcec999_lang-Bi72CW7K.js";
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: {
@@ -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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/viewer",
3
3
  "private": false,
4
- "version": "4.0.0-beta.2",
4
+ "version": "4.0.0-beta.3",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",