@vue-pdf-viewer/viewer 2.0.0-beta.6 → 2.0.0-rc.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.
@@ -99,4 +99,3 @@ export declare const APP_LICENSE_DEFAULT: {
99
99
  isValidating: boolean;
100
100
  isValid: boolean;
101
101
  };
102
- export declare const APP_LICENSE_PUBLIC_KEY = "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyrIi83Zr5AKaWO6zbZmX\nqv3McVhtnPOnWCiFgf5xeaglLzEwMiXo3gALaPoBp5Q0WPOSBE9GTqwOyQUgpDNS\nBuQ0cjOzQdFM3GPnKSqQThZJfjUmD9egMZDmfhcpFGPybUoicoIEFQOdX2vMFUfn\n6yjRsyvbK6UPTombYl785V8dXNnnIHa4tQC1JSaSe/bhG3e/6kbQCy9VJ23242q9\nWJpx9c2sZ+bmyI0r9Zx0PfqcDJzDfKn45v96EtxGhV16OZhqkbj4ljiJ/mfqfCkx\nybkm9nvxz0hAwcEftQaxl/0cZ1RxtsRcL+V3msLsmGcs9nPqAuXecbfg9QVCi/+m\niwIDAQAB\n-----END PUBLIC KEY-----";
@@ -325,11 +325,11 @@ export interface ToolbarOptions {
325
325
  */
326
326
  jumpNavigatable: boolean;
327
327
  /**
328
- * Indicates whether the viewer's scrolling modes can be toggled via the more options dropdown menu.
328
+ * Indicates whether the viewer's scrolling modes (vertical, horizontal, wrapped) can be toggled via the more options dropdown menu.
329
329
  */
330
330
  scrollingSwitchable: boolean;
331
331
  /**
332
- * Indicates whether the viewer's page view modes can be toggled via the more options dropdown menu.
332
+ * Indicates whether the viewer's page view modes (single, dual) can be toggled via the more options dropdown menu.
333
333
  */
334
334
  pageViewSwitchable: boolean;
335
335
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/viewer",
3
3
  "private": false,
4
- "version": "2.0.0-beta.6",
4
+ "version": "2.0.0-rc.1",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.cjs",
7
7
  "module": "./dist/index.js",