@vue-pdf-viewer/viewer 3.1.0-beta.0 → 3.1.0-beta.1

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.
@@ -552,10 +552,6 @@ declare const _default: {
552
552
  loaderProgress: (_: {
553
553
  progress: number;
554
554
  }) => any;
555
- thumbnailTool: (_: {
556
- onToggle: () => void;
557
- }) => any;
558
- iconThumbnail: (_: {}) => any;
559
555
  iconSearch: (_: {}) => any;
560
556
  pageNavigationTool: (_: {
561
557
  total: number;
@@ -613,6 +609,10 @@ declare const _default: {
613
609
  iconPageViewSingle: (_: {}) => any;
614
610
  iconPageViewDual: (_: {}) => any;
615
611
  iconDocProperties: (_: {}) => any;
612
+ thumbnailTool: (_: {
613
+ onToggle: () => void;
614
+ }) => any;
615
+ iconThumbnail: (_: {}) => any;
616
616
  };
617
617
  });
618
618
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/viewer",
3
3
  "private": false,
4
- "version": "3.1.0-beta.0",
4
+ "version": "3.1.0-beta.1",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.cjs",
7
7
  "module": "./dist/index.js",