@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.
- package/dist/arrow-up-CPZlMhbK.js +20 -0
- package/dist/check-BkaH7nrH.js +21 -0
- package/dist/chevron-down-BSFTOkiu.js +21 -0
- package/dist/clear-CasZmBPr.js +31 -0
- package/dist/close-BgsD04zx.js +21 -0
- package/dist/download-DCHGUHXx.js +21 -0
- package/dist/drag-icon-DrZ8KB-6.js +18 -0
- package/dist/drag-icon-dark-DeSCzOds.js +17 -0
- package/dist/ellipsis-vertical-Cjbi7utY.js +21 -0
- package/dist/file-BD05gONj.js +21 -0
- package/dist/first-page-CRwMJORv.js +20 -0
- package/dist/fullscreen-BmHQQPIs.js +21 -0
- package/dist/hand-B1v6mSWQ.js +21 -0
- package/dist/index.js +4173 -4173
- package/dist/index.umd.cjs +15 -15
- package/dist/info-DXpOTVKn.js +21 -0
- package/dist/last-page-Dp9anrA0.js +20 -0
- package/dist/magnifier-Dep29X1B.js +21 -0
- package/dist/moon-Dw-MII-V.js +21 -0
- package/dist/page-view-dual-DCLg-YkG.js +21 -0
- package/dist/page-view-single-CWOhdavX.js +21 -0
- package/dist/pointer-jfdFDx4z.js +21 -0
- package/dist/printer-B8qbXO9F.js +21 -0
- package/dist/rotate-counter-clockwise-DFl9ijSR.js +21 -0
- package/dist/scrolling-horizontal-JO2P2O-8.js +23 -0
- package/dist/scrolling-page-y5Rrmrnm.js +23 -0
- package/dist/scrolling-vertical-D9MCCss9.js +23 -0
- package/dist/scrolling-wrapped-CYbEHLH6.js +23 -0
- package/dist/sun-BhyBd5LA.js +21 -0
- package/dist/thumbnail-BMmN_jSl.js +21 -0
- package/dist/types/components/AppButton.vue.d.ts +3 -3
- package/dist/types/components/AppFormControl.vue.d.ts +3 -3
- package/dist/types/components/AppIcon.vue.d.ts +3 -3
- package/dist/types/components/AppInput.vue.d.ts +1 -1
- package/dist/types/components/AppLoader.vue.d.ts +3 -3
- package/dist/types/components/AppTooltip.vue.d.ts +4 -6
- package/dist/types/components/DragFileMask.vue.d.ts +8 -12
- package/dist/types/components/LayerAnnotation.vue.d.ts +4 -4
- package/dist/types/components/LayerCanvas.vue.d.ts +3 -3
- package/dist/types/components/LayerText.vue.d.ts +4 -4
- package/dist/types/components/LayerTextSearchHighlight.vue.d.ts +1 -1
- package/dist/types/components/LayerXFA.vue.d.ts +4 -4
- package/dist/types/components/ModalPassword.vue.d.ts +3 -3
- package/dist/types/components/ModalPdfProperties.vue.d.ts +3 -3
- package/dist/types/components/ModalPrintLoadingProgress.vue.d.ts +3 -3
- package/dist/types/components/SwitchAppearance.vue.d.ts +3 -3
- package/dist/types/components/ToolDownload.vue.d.ts +3 -3
- package/dist/types/components/ToolFullscreen.vue.d.ts +3 -3
- package/dist/types/components/ToolMenuOthers.vue.d.ts +9 -20
- package/dist/types/components/ToolMenuOthersMobile.vue.d.ts +2 -2
- package/dist/types/components/ToolOpenFile.vue.d.ts +3 -3
- package/dist/types/components/ToolOpenFileInput.vue.d.ts +2 -2
- package/dist/types/components/ToolPagination.vue.d.ts +9 -16
- package/dist/types/components/ToolPrint.vue.d.ts +3 -3
- package/dist/types/components/ToolSearch.vue.d.ts +8 -14
- package/dist/types/components/ToolThumbnail.vue.d.ts +8 -10
- package/dist/types/components/ToolZoom.vue.d.ts +9 -15
- package/dist/types/components/ToolZoomPercentageMenu.vue.d.ts +4 -4
- package/dist/types/components/VPdfPage.vue.d.ts +1 -65
- package/dist/types/components/VPdfSplitter.vue.d.ts +1 -1
- package/dist/types/components/VPdfThumbnail.vue.d.ts +3 -3
- package/dist/types/components/VPdfThumbnails.vue.d.ts +4 -4
- package/dist/types/components/VPdfViewer.vue.d.ts +15 -85
- package/dist/types/components/ui/button/Button.vue.d.ts +6 -8
- package/dist/types/components/ui/checkbox/Checkbox.vue.d.ts +4 -6
- package/dist/types/components/ui/dialog/Dialog.vue.d.ts +3 -3
- package/dist/types/components/ui/dialog/DialogClose.vue.d.ts +3 -3
- package/dist/types/components/ui/dialog/DialogContent.vue.d.ts +4 -6
- package/dist/types/components/ui/dialog/DialogDescription.vue.d.ts +4 -6
- package/dist/types/components/ui/dialog/DialogFooter.vue.d.ts +4 -6
- package/dist/types/components/ui/dialog/DialogHeader.vue.d.ts +4 -6
- package/dist/types/components/ui/dialog/DialogTitle.vue.d.ts +4 -6
- package/dist/types/components/ui/dialog/DialogTrigger.vue.d.ts +3 -3
- package/dist/types/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +3 -3
- package/dist/types/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +4 -6
- package/dist/types/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +6 -10
- package/dist/types/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +3 -3
- package/dist/types/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +4 -7
- package/dist/types/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +4 -7
- package/dist/types/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +3 -3
- package/dist/types/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +4 -6
- package/dist/types/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +3 -3
- package/dist/types/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +4 -6
- package/dist/types/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +3 -3
- package/dist/types/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +4 -6
- package/dist/types/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +4 -6
- package/dist/types/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +3 -3
- package/dist/types/components/ui/input/Input.vue.d.ts +3 -3
- package/dist/types/components/ui/popover/Popover.vue.d.ts +3 -3
- package/dist/types/components/ui/popover/PopoverContent.vue.d.ts +6 -12
- package/dist/types/components/ui/popover/PopoverTrigger.vue.d.ts +3 -3
- package/dist/types/components/ui/progress/Progress.vue.d.ts +4 -4
- package/dist/types/components/ui/tooltip/Tooltip.vue.d.ts +3 -3
- package/dist/types/components/ui/tooltip/TooltipContent.vue.d.ts +6 -10
- package/dist/types/components/ui/tooltip/TooltipProvider.vue.d.ts +3 -3
- package/dist/types/components/ui/tooltip/TooltipTrigger.vue.d.ts +3 -3
- package/dist/types/composables/usePdf.d.ts +3 -3
- package/dist/types/composables/usePdfPagesSizes.d.ts +2 -2
- package/dist/types/composables/useSearch.d.ts +1 -1
- package/dist/types/const.d.ts +8 -26
- package/dist/zoom-in-qogh-J7e.js +21 -0
- package/dist/zoom-out-BFzERV6_.js +21 -0
- package/package.json +1 -1
- package/dist/arrow-up-CZcWar0V.js +0 -20
- package/dist/check-BDQ_1xOK.js +0 -21
- package/dist/chevron-down-BGvKkqoz.js +0 -21
- package/dist/clear-BdBsR989.js +0 -31
- package/dist/close-NzOObvir.js +0 -21
- package/dist/download-DwxdC2cz.js +0 -21
- package/dist/drag-icon-CJSwJaYj.js +0 -18
- package/dist/drag-icon-dark-DslxK0op.js +0 -17
- package/dist/ellipsis-vertical-DU4RrfN8.js +0 -21
- package/dist/file-CKOtlAnB.js +0 -21
- package/dist/first-page-D2sUix1F.js +0 -20
- package/dist/fullscreen-CDD3D91y.js +0 -21
- package/dist/hand-BdufQ7PJ.js +0 -21
- package/dist/info-CqXPnBJe.js +0 -21
- package/dist/last-page-BlLcdVDC.js +0 -20
- package/dist/magnifier-D5effak1.js +0 -21
- package/dist/moon-jjKfhCeP.js +0 -21
- package/dist/page-view-dual-DzyLa1r0.js +0 -21
- package/dist/page-view-single-CAQXbP-i.js +0 -21
- package/dist/pointer-CosfQ2Bj.js +0 -21
- package/dist/printer-CZndb-XY.js +0 -21
- package/dist/rotate-counter-clockwise-BnC8SAwc.js +0 -21
- package/dist/scrolling-horizontal-D1qDwmpQ.js +0 -23
- package/dist/scrolling-page-lV73lZIc.js +0 -23
- package/dist/scrolling-vertical-DzrChdnV.js +0 -23
- package/dist/scrolling-wrapped-CvhUpxbI.js +0 -23
- package/dist/sun-f_yo-49i.js +0 -21
- package/dist/thumbnail-BrLTlvMi.js +0 -21
- package/dist/zoom-in-MHWLskY5.js +0 -21
- 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
|
+
};
|