@vue-pdf-viewer/viewer 3.6.2-rc.1 → 3.6.2

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.
@@ -18,7 +18,7 @@ declare const _default: {
18
18
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<OwnProps>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
19
19
  $slots: {
20
20
  default: (_: {
21
- onClick: ((showProgress?: boolean | undefined) => Promise<void>) & Promise<void>;
21
+ onClick: () => ((showProgress?: boolean | undefined) => Promise<void>) & Promise<void>;
22
22
  }) => any;
23
23
  icon: (_: {}) => any;
24
24
  };
@@ -640,7 +640,7 @@ declare const _default: {
640
640
  }) => any;
641
641
  iconDownload: (_: {}) => any;
642
642
  printTool: (_: {
643
- onClick: ((showProgress?: boolean | undefined) => Promise<void>) & Promise<void>;
643
+ onClick: () => ((showProgress?: boolean | undefined) => Promise<void>) & Promise<void>;
644
644
  }) => any;
645
645
  iconPrint: (_: {}) => any;
646
646
  fullScreenTool: (_: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/viewer",
3
3
  "private": false,
4
- "version": "3.6.2-rc.1",
4
+ "version": "3.6.2",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.cjs",
7
7
  "module": "./dist/index.js",