@vue-pdf-viewer/viewer 1.9.0-beta.2 → 1.9.0-beta.3

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.
Files changed (133) hide show
  1. package/dist/arrow-up-CPZlMhbK.js +20 -0
  2. package/dist/check-BkaH7nrH.js +21 -0
  3. package/dist/chevron-down-BSFTOkiu.js +21 -0
  4. package/dist/clear-CasZmBPr.js +31 -0
  5. package/dist/close-BgsD04zx.js +21 -0
  6. package/dist/download-DCHGUHXx.js +21 -0
  7. package/dist/drag-icon-DrZ8KB-6.js +18 -0
  8. package/dist/drag-icon-dark-DeSCzOds.js +17 -0
  9. package/dist/ellipsis-vertical-Cjbi7utY.js +21 -0
  10. package/dist/file-BD05gONj.js +21 -0
  11. package/dist/first-page-CRwMJORv.js +20 -0
  12. package/dist/fullscreen-BmHQQPIs.js +21 -0
  13. package/dist/hand-B1v6mSWQ.js +21 -0
  14. package/dist/index.js +4173 -4173
  15. package/dist/index.umd.cjs +15 -15
  16. package/dist/info-DXpOTVKn.js +21 -0
  17. package/dist/last-page-Dp9anrA0.js +20 -0
  18. package/dist/magnifier-Dep29X1B.js +21 -0
  19. package/dist/moon-Dw-MII-V.js +21 -0
  20. package/dist/page-view-dual-DCLg-YkG.js +21 -0
  21. package/dist/page-view-single-CWOhdavX.js +21 -0
  22. package/dist/pointer-jfdFDx4z.js +21 -0
  23. package/dist/printer-B8qbXO9F.js +21 -0
  24. package/dist/rotate-counter-clockwise-DFl9ijSR.js +21 -0
  25. package/dist/scrolling-horizontal-JO2P2O-8.js +23 -0
  26. package/dist/scrolling-page-y5Rrmrnm.js +23 -0
  27. package/dist/scrolling-vertical-D9MCCss9.js +23 -0
  28. package/dist/scrolling-wrapped-CYbEHLH6.js +23 -0
  29. package/dist/sun-BhyBd5LA.js +21 -0
  30. package/dist/thumbnail-BMmN_jSl.js +21 -0
  31. package/dist/types/components/AppButton.vue.d.ts +3 -3
  32. package/dist/types/components/AppFormControl.vue.d.ts +3 -3
  33. package/dist/types/components/AppIcon.vue.d.ts +3 -3
  34. package/dist/types/components/AppInput.vue.d.ts +1 -1
  35. package/dist/types/components/AppLoader.vue.d.ts +3 -3
  36. package/dist/types/components/AppTooltip.vue.d.ts +4 -6
  37. package/dist/types/components/DragFileMask.vue.d.ts +8 -12
  38. package/dist/types/components/LayerAnnotation.vue.d.ts +4 -4
  39. package/dist/types/components/LayerCanvas.vue.d.ts +3 -3
  40. package/dist/types/components/LayerText.vue.d.ts +4 -4
  41. package/dist/types/components/LayerTextSearchHighlight.vue.d.ts +1 -1
  42. package/dist/types/components/LayerXFA.vue.d.ts +4 -4
  43. package/dist/types/components/ModalPassword.vue.d.ts +3 -3
  44. package/dist/types/components/ModalPdfProperties.vue.d.ts +3 -3
  45. package/dist/types/components/ModalPrintLoadingProgress.vue.d.ts +3 -3
  46. package/dist/types/components/SwitchAppearance.vue.d.ts +3 -3
  47. package/dist/types/components/ToolDownload.vue.d.ts +3 -3
  48. package/dist/types/components/ToolFullscreen.vue.d.ts +3 -3
  49. package/dist/types/components/ToolMenuOthers.vue.d.ts +9 -20
  50. package/dist/types/components/ToolMenuOthersMobile.vue.d.ts +2 -2
  51. package/dist/types/components/ToolOpenFile.vue.d.ts +3 -3
  52. package/dist/types/components/ToolOpenFileInput.vue.d.ts +2 -2
  53. package/dist/types/components/ToolPagination.vue.d.ts +9 -16
  54. package/dist/types/components/ToolPrint.vue.d.ts +3 -3
  55. package/dist/types/components/ToolSearch.vue.d.ts +8 -14
  56. package/dist/types/components/ToolThumbnail.vue.d.ts +8 -10
  57. package/dist/types/components/ToolZoom.vue.d.ts +9 -15
  58. package/dist/types/components/ToolZoomPercentageMenu.vue.d.ts +4 -4
  59. package/dist/types/components/VPdfPage.vue.d.ts +1 -65
  60. package/dist/types/components/VPdfSplitter.vue.d.ts +1 -1
  61. package/dist/types/components/VPdfThumbnail.vue.d.ts +3 -3
  62. package/dist/types/components/VPdfThumbnails.vue.d.ts +4 -4
  63. package/dist/types/components/VPdfViewer.vue.d.ts +15 -85
  64. package/dist/types/components/ui/button/Button.vue.d.ts +6 -8
  65. package/dist/types/components/ui/checkbox/Checkbox.vue.d.ts +4 -6
  66. package/dist/types/components/ui/dialog/Dialog.vue.d.ts +3 -3
  67. package/dist/types/components/ui/dialog/DialogClose.vue.d.ts +3 -3
  68. package/dist/types/components/ui/dialog/DialogContent.vue.d.ts +4 -6
  69. package/dist/types/components/ui/dialog/DialogDescription.vue.d.ts +4 -6
  70. package/dist/types/components/ui/dialog/DialogFooter.vue.d.ts +4 -6
  71. package/dist/types/components/ui/dialog/DialogHeader.vue.d.ts +4 -6
  72. package/dist/types/components/ui/dialog/DialogTitle.vue.d.ts +4 -6
  73. package/dist/types/components/ui/dialog/DialogTrigger.vue.d.ts +3 -3
  74. package/dist/types/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +3 -3
  75. package/dist/types/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +4 -6
  76. package/dist/types/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +6 -10
  77. package/dist/types/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +3 -3
  78. package/dist/types/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +4 -7
  79. package/dist/types/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +4 -7
  80. package/dist/types/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +3 -3
  81. package/dist/types/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +4 -6
  82. package/dist/types/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +3 -3
  83. package/dist/types/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +4 -6
  84. package/dist/types/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +3 -3
  85. package/dist/types/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +4 -6
  86. package/dist/types/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +4 -6
  87. package/dist/types/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +3 -3
  88. package/dist/types/components/ui/input/Input.vue.d.ts +3 -3
  89. package/dist/types/components/ui/popover/Popover.vue.d.ts +3 -3
  90. package/dist/types/components/ui/popover/PopoverContent.vue.d.ts +6 -12
  91. package/dist/types/components/ui/popover/PopoverTrigger.vue.d.ts +3 -3
  92. package/dist/types/components/ui/progress/Progress.vue.d.ts +4 -4
  93. package/dist/types/components/ui/tooltip/Tooltip.vue.d.ts +3 -3
  94. package/dist/types/components/ui/tooltip/TooltipContent.vue.d.ts +6 -10
  95. package/dist/types/components/ui/tooltip/TooltipProvider.vue.d.ts +3 -3
  96. package/dist/types/components/ui/tooltip/TooltipTrigger.vue.d.ts +3 -3
  97. package/dist/types/composables/usePdf.d.ts +3 -3
  98. package/dist/types/composables/usePdfPagesSizes.d.ts +2 -2
  99. package/dist/types/composables/useSearch.d.ts +1 -1
  100. package/dist/types/const.d.ts +8 -26
  101. package/dist/zoom-in-qogh-J7e.js +21 -0
  102. package/dist/zoom-out-BFzERV6_.js +21 -0
  103. package/package.json +1 -1
  104. package/dist/arrow-up-CZcWar0V.js +0 -20
  105. package/dist/check-BDQ_1xOK.js +0 -21
  106. package/dist/chevron-down-BGvKkqoz.js +0 -21
  107. package/dist/clear-BdBsR989.js +0 -31
  108. package/dist/close-NzOObvir.js +0 -21
  109. package/dist/download-DwxdC2cz.js +0 -21
  110. package/dist/drag-icon-CJSwJaYj.js +0 -18
  111. package/dist/drag-icon-dark-DslxK0op.js +0 -17
  112. package/dist/ellipsis-vertical-DU4RrfN8.js +0 -21
  113. package/dist/file-CKOtlAnB.js +0 -21
  114. package/dist/first-page-D2sUix1F.js +0 -20
  115. package/dist/fullscreen-CDD3D91y.js +0 -21
  116. package/dist/hand-BdufQ7PJ.js +0 -21
  117. package/dist/info-CqXPnBJe.js +0 -21
  118. package/dist/last-page-BlLcdVDC.js +0 -20
  119. package/dist/magnifier-D5effak1.js +0 -21
  120. package/dist/moon-jjKfhCeP.js +0 -21
  121. package/dist/page-view-dual-DzyLa1r0.js +0 -21
  122. package/dist/page-view-single-CAQXbP-i.js +0 -21
  123. package/dist/pointer-CosfQ2Bj.js +0 -21
  124. package/dist/printer-CZndb-XY.js +0 -21
  125. package/dist/rotate-counter-clockwise-BnC8SAwc.js +0 -21
  126. package/dist/scrolling-horizontal-D1qDwmpQ.js +0 -23
  127. package/dist/scrolling-page-lV73lZIc.js +0 -23
  128. package/dist/scrolling-vertical-DzrChdnV.js +0 -23
  129. package/dist/scrolling-wrapped-CvhUpxbI.js +0 -23
  130. package/dist/sun-f_yo-49i.js +0 -21
  131. package/dist/thumbnail-BrLTlvMi.js +0 -21
  132. package/dist/zoom-in-MHWLskY5.js +0 -21
  133. package/dist/zoom-out-BOe91xpp.js +0 -21
@@ -0,0 +1,20 @@
1
+ import { openBlock as t, createElementBlock as r, createElementVNode as l } from "vue";
2
+ const o = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "20",
5
+ height: "20",
6
+ fill: "none"
7
+ };
8
+ function n(a, e) {
9
+ return t(), r("svg", o, e[0] || (e[0] = [
10
+ l("path", {
11
+ fill: "currentColor",
12
+ d: "M16.692 12.942a.625.625 0 0 1-.884 0L10 7.134l-5.808 5.808a.625.625 0 1 1-.884-.884l6.25-6.25a.625.625 0 0 1 .884 0l6.25 6.25a.623.623 0 0 1 0 .884"
13
+ }, null, -1)
14
+ ]));
15
+ }
16
+ const d = { render: n };
17
+ export {
18
+ d as default,
19
+ n as render
20
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as l } from "vue";
2
+ const n = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "1em",
5
+ height: "1em",
6
+ fill: "none",
7
+ viewBox: "0 0 16 17"
8
+ };
9
+ function r(c, e) {
10
+ return t(), o("svg", n, e[0] || (e[0] = [
11
+ l("path", {
12
+ fill: "currentColor",
13
+ d: "m14.354 5.354-8 8a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 0 1 .708-.708L6 12.293l7.646-7.647a.5.5 0 0 1 .708.708"
14
+ }, null, -1)
15
+ ]));
16
+ }
17
+ const m = { render: r };
18
+ export {
19
+ m as default,
20
+ r as render
21
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as n } from "vue";
2
+ const r = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "1em",
5
+ height: "1em",
6
+ fill: "none",
7
+ viewBox: "0 0 20 20"
8
+ };
9
+ function l(c, e) {
10
+ return t(), o("svg", r, e[0] || (e[0] = [
11
+ n("path", {
12
+ fill: "currentColor",
13
+ d: "m16.692 7.942-6.25 6.25a.625.625 0 0 1-.884 0l-6.25-6.25a.625.625 0 0 1 .884-.884L10 12.866l5.808-5.808a.625.625 0 0 1 .884.884"
14
+ }, null, -1)
15
+ ]));
16
+ }
17
+ const m = { render: l };
18
+ export {
19
+ m as default,
20
+ l as render
21
+ };
@@ -0,0 +1,31 @@
1
+ import { openBlock as t, createElementBlock as r, createElementVNode as e } from "vue";
2
+ const o = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "1em",
5
+ height: "1em",
6
+ fill: "none",
7
+ viewBox: "0 0 12 12"
8
+ };
9
+ function a(n, l) {
10
+ return t(), r("svg", o, l[0] || (l[0] = [
11
+ e("g", { "clip-path": "url(#a)" }, [
12
+ e("path", {
13
+ fill: "currentColor",
14
+ d: "M6 .75a5.25 5.25 0 1 0 0 10.5A5.25 5.25 0 0 0 6 .75m1.938 7.245-.773-.004L6 6.602 4.836 7.99l-.774.003a.093.093 0 0 1-.094-.093q0-.035.022-.061l1.525-1.817L3.99 4.207a.094.094 0 0 1 .071-.155l.775.004L6 5.445l1.164-1.388.773-.003c.052 0 .094.04.094.093a.1.1 0 0 1-.022.061L6.486 6.023 8.01 7.84a.094.094 0 0 1-.071.155"
15
+ })
16
+ ], -1),
17
+ e("defs", null, [
18
+ e("clipPath", { id: "a" }, [
19
+ e("path", {
20
+ fill: "#fff",
21
+ d: "M0 0h12v12H0z"
22
+ })
23
+ ])
24
+ ], -1)
25
+ ]));
26
+ }
27
+ const c = { render: a };
28
+ export {
29
+ c as default,
30
+ a as render
31
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as l } from "vue";
2
+ const n = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "1em",
5
+ height: "1em",
6
+ fill: "none",
7
+ viewBox: "0 0 20 20"
8
+ };
9
+ function r(a, e) {
10
+ return t(), o("svg", n, e[0] || (e[0] = [
11
+ l("path", {
12
+ fill: "currentColor",
13
+ d: "M16.067 15.183a.625.625 0 1 1-.884.884L10 10.884l-5.183 5.183a.626.626 0 0 1-.884-.884L9.116 10 3.933 4.817a.625.625 0 0 1 .884-.884L10 9.116l5.183-5.183a.625.625 0 1 1 .884.884L10.884 10z"
14
+ }, null, -1)
15
+ ]));
16
+ }
17
+ const i = { render: r };
18
+ export {
19
+ i as default,
20
+ r as render
21
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as l } from "vue";
2
+ const n = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "1em",
5
+ height: "1em",
6
+ fill: "none",
7
+ viewBox: "0 0 20 20"
8
+ };
9
+ function r(a, e) {
10
+ return t(), o("svg", n, e[0] || (e[0] = [
11
+ l("path", {
12
+ fill: "currentColor",
13
+ d: "M17.5 11.875v4.375a1.25 1.25 0 0 1-1.25 1.25H3.75a1.25 1.25 0 0 1-1.25-1.25v-4.375a.625.625 0 1 1 1.25 0v4.375h12.5v-4.375a.624.624 0 1 1 1.25 0m-7.942.442a.626.626 0 0 0 .884 0l3.125-3.125a.624.624 0 1 0-.884-.884l-2.058 2.058V3.125a.625.625 0 1 0-1.25 0v7.241L7.317 8.308a.625.625 0 0 0-.884.884z"
14
+ }, null, -1)
15
+ ]));
16
+ }
17
+ const i = { render: r };
18
+ export {
19
+ i as default,
20
+ r as render
21
+ };