@vue-pdf-viewer/viewer 1.10.2-rc.4 → 1.10.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.
package/dist/index.js CHANGED
@@ -4621,10 +4621,8 @@ function VM(l, Z = {
4621
4621
  }
4622
4622
  m.promise.then(
4623
4623
  async (J) => {
4624
- Q.value = J.loadingTask, V.value = J.numPages;
4625
- const T = await J.getMetadata();
4626
- W.value = {
4627
- metadata: T
4624
+ Q.value = J.loadingTask, V.value = J.numPages, W.value = {
4625
+ // metadata
4628
4626
  // attachments,
4629
4627
  // javascript,
4630
4628
  // outline
@@ -4662,7 +4660,7 @@ function VM(l, Z = {
4662
4660
  ), {
4663
4661
  pdf: Q,
4664
4662
  totalPages: V,
4665
- info: W,
4663
+ // info,
4666
4664
  getPage: n,
4667
4665
  getPDFDestination: N
4668
4666
  };