@vue-pdf-viewer/viewer 1.5.0-beta.13 → 1.5.0-beta.14

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.
@@ -71,6 +71,9 @@ declare const _default: {
71
71
  onLoadProgress?: ((payload: number) => any) | undefined;
72
72
  onXfaLoaded?: (() => any) | undefined;
73
73
  }, {
74
+ /**
75
+ * Handle grabbing scroll
76
+ */
74
77
  goToPage: (page: number) => void;
75
78
  printControl: import("@/utils/types").PrintControl;
76
79
  searchControl: import("@/utils/types").SearchControl;
@@ -248,6 +251,9 @@ declare const _default: {
248
251
  onLoadProgress?: ((payload: number) => any) | undefined;
249
252
  onXfaLoaded?: (() => any) | undefined;
250
253
  }, {
254
+ /**
255
+ * Handle grabbing scroll
256
+ */
251
257
  goToPage: (page: number) => void;
252
258
  printControl: import("@/utils/types").PrintControl;
253
259
  searchControl: import("@/utils/types").SearchControl;
@@ -338,6 +344,9 @@ declare const _default: {
338
344
  onLoadProgress?: ((payload: number) => any) | undefined;
339
345
  onXfaLoaded?: (() => any) | undefined;
340
346
  }, {
347
+ /**
348
+ * Handle grabbing scroll
349
+ */
341
350
  goToPage: (page: number) => void;
342
351
  printControl: import("@/utils/types").PrintControl;
343
352
  searchControl: import("@/utils/types").SearchControl;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/viewer",
3
3
  "private": false,
4
- "version": "1.5.0-beta.13",
4
+ "version": "1.5.0-beta.14",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.cjs",
7
7
  "module": "./dist/index.js",
@@ -39,7 +39,8 @@
39
39
  "style": "./dist/style/index.css",
40
40
  "types": "./dist/types/index.d.ts",
41
41
  "files": [
42
- "dist"
42
+ "dist",
43
+ "dist/assets/images/"
43
44
  ],
44
45
  "scripts": {
45
46
  "dev": "vite",