@vue-pdf-viewer/viewer 4.3.0-rc.2 → 4.3.0-rc.4

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_8748e302_lang-DNdHBH3g.cjs");exports.LicenseProduct=e.L;exports.LicenseType=e.a;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_1bbfb09f_lang-CIg28wCo.cjs");exports.LicenseProduct=e.L;exports.LicenseType=e.a;exports.useLicense=e.u;
package/dist/license.js CHANGED
@@ -1,4 +1,4 @@
1
- import { L as a, a as c, u as L } from "./VPdfViewer.vue_vue_type_style_index_1_scoped_8748e302_lang-CL7i9LtE.js";
1
+ import { L as a, a as c, u as L } from "./VPdfViewer.vue_vue_type_style_index_1_scoped_1bbfb09f_lang-BDhRLbBu.js";
2
2
  export {
3
3
  a as LicenseProduct,
4
4
  c as LicenseType,
@@ -209,7 +209,7 @@ declare const _default: {
209
209
  setFontSize: (size: number) => void;
210
210
  };
211
211
  annotationXfdfControl: {
212
- exportToXfdf: (options?: XfdfExportOptions) => string;
212
+ exportToXfdf: (options?: XfdfExportOptions) => Promise<string>;
213
213
  importFromXfdf: (xfdfString: string) => XfdfImportResult;
214
214
  };
215
215
  annotationControl: {
@@ -483,7 +483,7 @@ declare const _default: {
483
483
  setFontSize: (size: number) => void;
484
484
  };
485
485
  annotationXfdfControl: {
486
- exportToXfdf: (options?: XfdfExportOptions) => string;
486
+ exportToXfdf: (options?: XfdfExportOptions) => Promise<string>;
487
487
  importFromXfdf: (xfdfString: string) => XfdfImportResult;
488
488
  };
489
489
  annotationControl: {
@@ -720,7 +720,7 @@ declare const _default: {
720
720
  setFontSize: (size: number) => void;
721
721
  };
722
722
  annotationXfdfControl: {
723
- exportToXfdf: (options?: XfdfExportOptions) => string;
723
+ exportToXfdf: (options?: XfdfExportOptions) => Promise<string>;
724
724
  importFromXfdf: (xfdfString: string) => XfdfImportResult;
725
725
  };
726
726
  annotationControl: {
@@ -713,7 +713,7 @@ export interface XfdfExportOptions {
713
713
  download?: boolean;
714
714
  }
715
715
  export interface AnnotationXfdfControl {
716
- exportToXfdf: (options?: XfdfExportOptions) => string;
716
+ exportToXfdf: (options?: XfdfExportOptions) => Promise<string>;
717
717
  importFromXfdf: (xfdfString: string) => XfdfImportResult;
718
718
  }
719
719
  export interface AnnotationControl {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/viewer",
3
3
  "private": false,
4
- "version": "4.3.0-rc.2",
4
+ "version": "4.3.0-rc.4",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",