@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,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 16 16"
|
|
8
|
+
};
|
|
9
|
+
function l(i, e) {
|
|
10
|
+
return t(), o("svg", r, e[0] || (e[0] = [
|
|
11
|
+
n("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M8 1.5A6.5 6.5 0 1 0 14.5 8 6.507 6.507 0 0 0 8 1.5m0 12A5.5 5.5 0 1 1 13.5 8 5.506 5.506 0 0 1 8 13.5M9 11a.5.5 0 0 1-.5.5 1 1 0 0 1-1-1V8a.5.5 0 0 1 0-1 1 1 0 0 1 1 1v2.5a.5.5 0 0 1 .5.5M7 5.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const m = { render: l };
|
|
18
|
+
export {
|
|
19
|
+
m as default,
|
|
20
|
+
l as render
|
|
21
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { openBlock as t, createElementBlock as l, createElementVNode as n } from "vue";
|
|
2
|
+
const o = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: "16",
|
|
5
|
+
height: "16",
|
|
6
|
+
fill: "none"
|
|
7
|
+
};
|
|
8
|
+
function r(a, e) {
|
|
9
|
+
return t(), l("svg", o, e[0] || (e[0] = [
|
|
10
|
+
n("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
d: "M3.146 7.354a.5.5 0 1 1 .708-.708L7.5 10.293V2a.5.5 0 1 1 1 0v8.293l3.646-3.647a.501.501 0 0 1 .708.708l-4.5 4.5a.5.5 0 0 1-.708 0zM13.5 13h-11a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1"
|
|
13
|
+
}, null, -1)
|
|
14
|
+
]));
|
|
15
|
+
}
|
|
16
|
+
const c = { render: r };
|
|
17
|
+
export {
|
|
18
|
+
c as default,
|
|
19
|
+
r as render
|
|
20
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { openBlock as t, createElementBlock as n, createElementVNode as o } 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(i, e) {
|
|
10
|
+
return t(), n("svg", r, e[0] || (e[0] = [
|
|
11
|
+
o("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "m17.942 17.058-3.912-3.911a6.884 6.884 0 1 0-.883.883l3.91 3.912a.626.626 0 0 0 .885-.884M3.125 8.75a5.625 5.625 0 1 1 5.625 5.625A5.63 5.63 0 0 1 3.125 8.75"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const a = { render: l };
|
|
18
|
+
export {
|
|
19
|
+
a as default,
|
|
20
|
+
l 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(m, e) {
|
|
10
|
+
return t(), o("svg", r, e[0] || (e[0] = [
|
|
11
|
+
n("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M18.245 11.112a.63.63 0 0 0-.625-.156 6.88 6.88 0 0 1-8.578-8.579.625.625 0 0 0-.781-.78 8.2 8.2 0 0 0-4.134 2.89A8.125 8.125 0 0 0 10.625 17.5a8.05 8.05 0 0 0 4.884-1.631 8.2 8.2 0 0 0 2.89-4.134.62.62 0 0 0-.154-.623m-3.487 3.758A6.874 6.874 0 1 1 7.583 3.212a8.134 8.134 0 0 0 9.208 9.206 6.95 6.95 0 0 1-2.033 2.452"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const a = { render: l };
|
|
18
|
+
export {
|
|
19
|
+
a as default,
|
|
20
|
+
l 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 16 16"
|
|
8
|
+
};
|
|
9
|
+
function l(a, e) {
|
|
10
|
+
return t(), o("svg", r, e[0] || (e[0] = [
|
|
11
|
+
n("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M13.833 2.5H2.167a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h11.666a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1m-11.666 1H7.5v9H2.167zm11.666 9H8.5v-9h5.333z"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const m = { render: l };
|
|
18
|
+
export {
|
|
19
|
+
m as default,
|
|
20
|
+
l as render
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { openBlock as t, createElementBlock as n, createElementVNode as o } 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 16 16"
|
|
8
|
+
};
|
|
9
|
+
function l(i, e) {
|
|
10
|
+
return t(), n("svg", r, e[0] || (e[0] = [
|
|
11
|
+
o("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M12.333 2H3.667a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h8.666a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1m0 11H3.667V3h8.666z"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const m = { render: l };
|
|
18
|
+
export {
|
|
19
|
+
m as default,
|
|
20
|
+
l as render
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { openBlock as t, createElementBlock as l, createElementVNode as o } 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 16"
|
|
8
|
+
};
|
|
9
|
+
function r(a, e) {
|
|
10
|
+
return t(), l("svg", n, e[0] || (e[0] = [
|
|
11
|
+
o("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "m10.602 8.396 2.799-1.217a1 1 0 0 0-.089-1.862L3.307 2.05A.997.997 0 0 0 2.05 3.307l3.267 10.005a.99.99 0 0 0 .9.688h.05a.99.99 0 0 0 .912-.6l1.217-2.798 3.104 3.105a1 1 0 0 0 1.414 0l.793-.793a1 1 0 0 0 0-1.414zM12.207 13 9.102 9.896a1 1 0 0 0-1.625.308l-1.213 2.79L3 3l9.992 3.262-2.79 1.214a1 1 0 0 0-.309 1.625L13 12.207z"
|
|
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 r, createElementVNode as n } 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 20 20"
|
|
8
|
+
};
|
|
9
|
+
function h(l, e) {
|
|
10
|
+
return t(), r("svg", o, e[0] || (e[0] = [
|
|
11
|
+
n("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M16.771 5.625h-1.146v-2.5A.625.625 0 0 0 15 2.5H5a.625.625 0 0 0-.625.625v2.5H3.229c-1.091 0-1.979.841-1.979 1.875v6.25a.625.625 0 0 0 .625.625h2.5v2.5A.625.625 0 0 0 5 17.5h10a.624.624 0 0 0 .625-.625v-2.5h2.5a.624.624 0 0 0 .625-.625V7.5c0-1.034-.887-1.875-1.979-1.875M5.625 3.75h8.75v1.875h-8.75zm8.75 12.5h-8.75V12.5h8.75zm3.125-3.125h-1.875v-1.25A.624.624 0 0 0 15 11.25H5a.625.625 0 0 0-.625.625v1.25H2.5V7.5c0-.345.327-.625.729-.625H16.77c.402 0 .729.28.729.625zm-1.875-4.062a.938.938 0 1 1-1.875 0 .938.938 0 0 1 1.875 0"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const v = { render: h };
|
|
18
|
+
export {
|
|
19
|
+
v as default,
|
|
20
|
+
h as render
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { openBlock as t, createElementBlock as o, createElementVNode as r } 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 l(a, e) {
|
|
10
|
+
return t(), o("svg", n, e[0] || (e[0] = [
|
|
11
|
+
r("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M17.5 10a7.5 7.5 0 0 1-7.4 7.5H10a7.45 7.45 0 0 1-5.148-2.047.624.624 0 1 1 .859-.909 6.25 6.25 0 1 0-.15-8.947L3.483 7.5h2.141a.625.625 0 0 1 0 1.25h-3.75a.625.625 0 0 1-.625-.625v-3.75a.625.625 0 0 1 1.25 0v2.328l2.207-2.016A7.5 7.5 0 0 1 17.5 10"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const c = { render: l };
|
|
18
|
+
export {
|
|
19
|
+
c as default,
|
|
20
|
+
l as render
|
|
21
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { openBlock as l, createElementBlock as o, createElementVNode as t } 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 16"
|
|
8
|
+
};
|
|
9
|
+
function r(a, e) {
|
|
10
|
+
return l(), o("svg", n, e[0] || (e[0] = [
|
|
11
|
+
t("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
d: "M15.5 12.833a.5.5 0 0 0-.5-.5h-1.5V3.667H15a.5.5 0 0 0 0-1h-1.667a.833.833 0 0 0-.833.833v9c0 .46.373.833.833.833H15a.5.5 0 0 0 .5-.5m-4.833.5a1 1 0 0 0 1-1V3.667a1 1 0 0 0-1-1H5.333a1 1 0 0 0-1 1v8.666a1 1 0 0 0 1 1zm0-9.666v8.666H5.333V3.667zM1 12.333a.5.5 0 1 0 0 1h1.667c.46 0 .833-.373.833-.833v-9a.833.833 0 0 0-.833-.833H1a.5.5 0 1 0 0 1h1.5v8.666z",
|
|
15
|
+
"clip-rule": "evenodd"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const c = { render: r };
|
|
20
|
+
export {
|
|
21
|
+
c as default,
|
|
22
|
+
r as render
|
|
23
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { openBlock as l, createElementBlock as o, createElementVNode as t } 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 16"
|
|
8
|
+
};
|
|
9
|
+
function r(a, e) {
|
|
10
|
+
return l(), o("svg", n, e[0] || (e[0] = [
|
|
11
|
+
t("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
d: "M12.5 1.5h-9a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1v-11a1 1 0 0 0-1-1m0 12h-9v-11h9zm-2.037-3.547a.5.5 0 0 0-.816-.162L8.5 10.938v-5.92l1.147 1.147a.5.5 0 1 0 .707-.707l-2-2a.5.5 0 0 0-.707 0l-2 2a.5.5 0 1 0 .707.707L7.5 5.018v5.92L6.354 9.791a.5.5 0 0 0-.707.708l2 2a.5.5 0 0 0 .707 0l2-2a.5.5 0 0 0 .109-.546",
|
|
15
|
+
"clip-rule": "evenodd"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const i = { render: r };
|
|
20
|
+
export {
|
|
21
|
+
i as default,
|
|
22
|
+
r as render
|
|
23
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { openBlock as l, createElementBlock as t, createElementVNode as o } 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 16 16"
|
|
8
|
+
};
|
|
9
|
+
function n(a, e) {
|
|
10
|
+
return l(), t("svg", r, e[0] || (e[0] = [
|
|
11
|
+
o("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
d: "M3.167.5a.5.5 0 0 1 .5.5v1.5h8.666V1a.5.5 0 1 1 1 0v1.667c0 .46-.373.833-.833.833h-9a.833.833 0 0 1-.833-.833V1a.5.5 0 0 1 .5-.5m-.5 4.833a1 1 0 0 1 1-1h8.666a1 1 0 0 1 1 1v5.334a1 1 0 0 1-1 1H3.667a1 1 0 0 1-1-1zm9.666 0H3.667v5.334h8.666zM3.667 15a.5.5 0 0 1-1 0v-1.667c0-.46.373-.833.833-.833h9c.46 0 .833.373.833.833V15a.5.5 0 0 1-1 0v-1.5H3.667z",
|
|
15
|
+
"clip-rule": "evenodd"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const i = { render: n };
|
|
20
|
+
export {
|
|
21
|
+
i as default,
|
|
22
|
+
n as render
|
|
23
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { openBlock as a, createElementBlock as l, createElementVNode as o } 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 16 16"
|
|
8
|
+
};
|
|
9
|
+
function t(n, e) {
|
|
10
|
+
return a(), l("svg", r, e[0] || (e[0] = [
|
|
11
|
+
o("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
d: "M2 .5a.5.5 0 0 1 .5.5v1.5h4V1a.5.5 0 0 1 1 0v1.667c0 .46-.373.833-.833.833H2.333a.833.833 0 0 1-.833-.833V1A.5.5 0 0 1 2 .5m.5 3.833a1 1 0 0 0-1 1v5.334a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V5.333a1 1 0 0 0-1-1zm0 1h4v5.334h-4zm7-1a1 1 0 0 0-1 1v5.334a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V5.333a1 1 0 0 0-1-1zm0 1h4v5.334h-4zM9.5 1a.5.5 0 0 0-1 0v1.667c0 .46.373.833.833.833h4.334c.46 0 .833-.373.833-.833V1a.5.5 0 0 0-1 0v1.5h-4zM14 15.5a.5.5 0 0 1-.5-.5v-1.5h-4V15a.5.5 0 0 1-1 0v-1.667c0-.46.373-.833.833-.833h4.334c.46 0 .833.373.833.833V15a.5.5 0 0 1-.5.5M6.5 15a.5.5 0 0 0 1 0v-1.667a.833.833 0 0 0-.833-.833H2.333a.833.833 0 0 0-.833.833V15a.5.5 0 0 0 1 0v-1.5h4z",
|
|
15
|
+
"clip-rule": "evenodd"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const v = { render: t };
|
|
20
|
+
export {
|
|
21
|
+
v as default,
|
|
22
|
+
t as render
|
|
23
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { openBlock as a, createElementBlock as t, 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 o(r, e) {
|
|
10
|
+
return a(), t("svg", n, e[0] || (e[0] = [
|
|
11
|
+
l("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M9.375 3.125V1.25a.625.625 0 0 1 1.25 0v1.875a.625.625 0 1 1-1.25 0M15 10a5 5 0 1 1-10 0 5 5 0 0 1 10 0m-1.25 0a3.75 3.75 0 1 0-7.5 0 3.75 3.75 0 0 0 7.5 0M4.558 5.442a.625.625 0 0 0 .884-.884l-1.25-1.25a.625.625 0 0 0-.884.884zm0 9.116-1.25 1.25a.625.625 0 0 0 .884.884l1.25-1.25a.626.626 0 0 0-.884-.884M15 5.625a.63.63 0 0 0 .442-.183l1.25-1.25a.625.625 0 0 0-.884-.884l-1.25 1.25A.625.625 0 0 0 15 5.625m.442 8.933a.625.625 0 0 0-.884.884l1.25 1.25a.624.624 0 1 0 .884-.884zM3.75 10a.625.625 0 0 0-.625-.625H1.25a.625.625 0 0 0 0 1.25h1.875A.625.625 0 0 0 3.75 10M10 16.25a.625.625 0 0 0-.625.625v1.875a.625.625 0 1 0 1.25 0v-1.875A.624.624 0 0 0 10 16.25m8.75-6.875h-1.875a.625.625 0 1 0 0 1.25h1.875a.624.624 0 1 0 0-1.25"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const h = { render: o };
|
|
18
|
+
export {
|
|
19
|
+
h as default,
|
|
20
|
+
o as render
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock as n, createElementVNode as e } 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 h(l, t) {
|
|
10
|
+
return o(), n("svg", r, t[0] || (t[0] = [
|
|
11
|
+
e("g", { fill: "currentColor" }, [
|
|
12
|
+
e("path", { d: "M16.875 3.125H3.125a1.25 1.25 0 0 0-1.25 1.25v11.25a1.25 1.25 0 0 0 1.25 1.25h13.75a1.25 1.25 0 0 0 1.25-1.25V4.375a1.25 1.25 0 0 0-1.25-1.25m-13.75 1.25h3.958v11.25H3.125zm13.75 11.25H8.333V4.375h8.542z" }),
|
|
13
|
+
e("path", { d: "M4.25 5.833h1.667V7.5H4.25zM4.25 9.167h1.667v1.667H4.25zM4.25 12.5h1.667v1.667H4.25z" })
|
|
14
|
+
], -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const m = { render: h };
|
|
18
|
+
export {
|
|
19
|
+
m as default,
|
|
20
|
+
h as render
|
|
21
|
+
};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
new (...args: any[]): import("vue").
|
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3
3
|
P: {};
|
|
4
4
|
B: {};
|
|
5
5
|
D: {};
|
|
6
6
|
C: {};
|
|
7
7
|
M: {};
|
|
8
8
|
Defaults: {};
|
|
9
|
-
}, Readonly<
|
|
9
|
+
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
10
10
|
__isFragment?: undefined;
|
|
11
11
|
__isTeleport?: undefined;
|
|
12
12
|
__isSuspense?: undefined;
|
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<
|
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<{}> & 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 () => {
|
|
14
14
|
$slots: {
|
|
15
15
|
default: (_: {}) => any;
|
|
16
16
|
};
|
|
@@ -2,18 +2,18 @@ interface Props {
|
|
|
2
2
|
errorMessage?: string;
|
|
3
3
|
}
|
|
4
4
|
declare const _default: {
|
|
5
|
-
new (...args: any[]): import("vue").
|
|
5
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
6
6
|
P: {};
|
|
7
7
|
B: {};
|
|
8
8
|
D: {};
|
|
9
9
|
C: {};
|
|
10
10
|
M: {};
|
|
11
11
|
Defaults: {};
|
|
12
|
-
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props
|
|
12
|
+
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
13
13
|
__isFragment?: undefined;
|
|
14
14
|
__isTeleport?: undefined;
|
|
15
15
|
__isSuspense?: undefined;
|
|
16
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props
|
|
16
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & 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 () => {
|
|
17
17
|
$slots: {
|
|
18
18
|
default: (_: {}) => any;
|
|
19
19
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
icon: string;
|
|
3
|
-
}
|
|
3
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
icon: string;
|
|
5
|
-
}
|
|
5
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
export default _default;
|
|
7
7
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
8
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type InputProps } from './ui/input';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<InputProps
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<InputProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<InputProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3
3
|
export default _default;
|
|
4
4
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
5
5
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
new (...args: any[]): import("vue").
|
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3
3
|
P: {};
|
|
4
4
|
B: {};
|
|
5
5
|
D: {};
|
|
6
6
|
C: {};
|
|
7
7
|
M: {};
|
|
8
8
|
Defaults: {};
|
|
9
|
-
}, Readonly<
|
|
9
|
+
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
10
10
|
__isFragment?: undefined;
|
|
11
11
|
__isTeleport?: undefined;
|
|
12
12
|
__isSuspense?: undefined;
|
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<
|
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<{}> & 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 () => {
|
|
14
14
|
$slots: {
|
|
15
15
|
loaderImage: (_: {}) => any;
|
|
16
16
|
loaderProgress: (_: {}) => any;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
new (...args: any[]): import("vue").
|
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
3
3
|
contentSide?: "left" | "top" | "bottom" | "right" | undefined;
|
|
4
|
-
}
|
|
5
|
-
contentSide?: "left" | "top" | "bottom" | "right" | undefined;
|
|
6
|
-
}>>>, {}, true, {}, {}, {
|
|
4
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
7
5
|
P: {};
|
|
8
6
|
B: {};
|
|
9
7
|
D: {};
|
|
@@ -12,13 +10,13 @@ declare const _default: {
|
|
|
12
10
|
Defaults: {};
|
|
13
11
|
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
14
12
|
contentSide?: "left" | "top" | "bottom" | "right" | undefined;
|
|
15
|
-
}
|
|
13
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
16
14
|
__isFragment?: undefined;
|
|
17
15
|
__isTeleport?: undefined;
|
|
18
16
|
__isSuspense?: undefined;
|
|
19
17
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
20
18
|
contentSide?: "left" | "top" | "bottom" | "right" | undefined;
|
|
21
|
-
}
|
|
19
|
+
}>>> & 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 () => {
|
|
22
20
|
$slots: {
|
|
23
21
|
default: (_: {}) => any;
|
|
24
22
|
content: (_: {}) => any;
|
|
@@ -3,46 +3,42 @@ interface Props {
|
|
|
3
3
|
isDark: boolean;
|
|
4
4
|
}
|
|
5
5
|
declare const _default: {
|
|
6
|
-
new (...args: any[]): import("vue").
|
|
6
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
|
7
7
|
onFilenameChange?: ((name: string) => any) | undefined;
|
|
8
8
|
onSrcChange?: ((file: string) => any) | undefined;
|
|
9
9
|
"onUpdate:show"?: ((value: boolean) => any) | undefined;
|
|
10
|
-
}
|
|
10
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
11
|
srcChange: (file: string) => void;
|
|
12
12
|
} & {
|
|
13
13
|
filenameChange: (name: string) => void;
|
|
14
14
|
} & {
|
|
15
15
|
"update:show": (value: boolean) => void;
|
|
16
|
-
}, import("vue").
|
|
17
|
-
onFilenameChange?: ((name: string) => any) | undefined;
|
|
18
|
-
onSrcChange?: ((file: string) => any) | undefined;
|
|
19
|
-
"onUpdate:show"?: ((value: boolean) => any) | undefined;
|
|
20
|
-
}, {}, true, {}, {}, {
|
|
16
|
+
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
21
17
|
P: {};
|
|
22
18
|
B: {};
|
|
23
19
|
D: {};
|
|
24
20
|
C: {};
|
|
25
21
|
M: {};
|
|
26
22
|
Defaults: {};
|
|
27
|
-
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
23
|
+
}, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
|
28
24
|
onFilenameChange?: ((name: string) => any) | undefined;
|
|
29
25
|
onSrcChange?: ((file: string) => any) | undefined;
|
|
30
26
|
"onUpdate:show"?: ((value: boolean) => any) | undefined;
|
|
31
|
-
}
|
|
27
|
+
}>, {}, {}, {}, {}, {}>;
|
|
32
28
|
__isFragment?: undefined;
|
|
33
29
|
__isTeleport?: undefined;
|
|
34
30
|
__isSuspense?: undefined;
|
|
35
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
31
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
|
36
32
|
onFilenameChange?: ((name: string) => any) | undefined;
|
|
37
33
|
onSrcChange?: ((file: string) => any) | undefined;
|
|
38
34
|
"onUpdate:show"?: ((value: boolean) => any) | undefined;
|
|
39
|
-
}
|
|
35
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
40
36
|
srcChange: (file: string) => void;
|
|
41
37
|
} & {
|
|
42
38
|
filenameChange: (name: string) => void;
|
|
43
39
|
} & {
|
|
44
40
|
"update:show": (value: boolean) => void;
|
|
45
|
-
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
41
|
+
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
46
42
|
$slots: {
|
|
47
43
|
dropFileZone: (_: {}) => any;
|
|
48
44
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { PDFDocumentProxy, PDFPageProxy, PageViewport } from 'pdfjs-dist';
|
|
2
2
|
import type { AnnotationEventPayload } from './../utils/types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
page: PDFPageProxy;
|
|
5
5
|
viewport: PageViewport;
|
|
6
6
|
document: PDFDocumentProxy;
|
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
10
10
|
hideForms?: boolean | undefined;
|
|
11
11
|
enableScripting?: boolean | undefined;
|
|
12
12
|
intent: string;
|
|
13
|
-
}
|
|
13
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
14
|
annotation: (payload: AnnotationEventPayload) => void;
|
|
15
15
|
} & {
|
|
16
16
|
annotationLoaded: (payload: any[] | undefined) => void;
|
|
@@ -26,11 +26,11 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
26
26
|
hideForms?: boolean | undefined;
|
|
27
27
|
enableScripting?: boolean | undefined;
|
|
28
28
|
intent: string;
|
|
29
|
-
}>>> & {
|
|
29
|
+
}>>> & Readonly<{
|
|
30
30
|
onAnnotation?: ((payload: AnnotationEventPayload) => any) | undefined;
|
|
31
31
|
onAnnotationLoaded?: ((payload: any[] | undefined) => any) | undefined;
|
|
32
32
|
onAnnotationRenderError?: ((reason: any) => any) | undefined;
|
|
33
|
-
}, {}, {}>;
|
|
33
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
34
34
|
export default _default;
|
|
35
35
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
36
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -8,11 +8,11 @@ interface OwnProps {
|
|
|
8
8
|
intersecting: boolean;
|
|
9
9
|
afterCanvasLoaded?: CanvasLoadedCallback;
|
|
10
10
|
}
|
|
11
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<OwnProps
|
|
11
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<OwnProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
12
|
rendered: () => void;
|
|
13
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<OwnProps>>> & {
|
|
13
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<OwnProps>>> & Readonly<{
|
|
14
14
|
onRendered?: (() => any) | undefined;
|
|
15
|
-
}, {}, {}>;
|
|
15
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
16
|
export default _default;
|
|
17
17
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
18
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import type { PDFPageProxy, PageViewport } from 'pdfjs-dist';
|
|
2
2
|
import type { HighlightEventPayload, TextLayerLoadedEventPayload } from '../utils/types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
page: PDFPageProxy;
|
|
5
5
|
viewport: PageViewport;
|
|
6
|
-
}
|
|
6
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
7
|
highlight: (payload: HighlightEventPayload) => void;
|
|
8
8
|
} & {
|
|
9
9
|
textLoaded: (payload: TextLayerLoadedEventPayload) => void;
|
|
10
10
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
11
11
|
page: PDFPageProxy;
|
|
12
12
|
viewport: PageViewport;
|
|
13
|
-
}>>> & {
|
|
13
|
+
}>>> & Readonly<{
|
|
14
14
|
onHighlight?: ((payload: HighlightEventPayload) => any) | undefined;
|
|
15
15
|
onTextLoaded?: ((payload: TextLayerLoadedEventPayload) => any) | undefined;
|
|
16
|
-
}, {}, {}>;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
17
|
export default _default;
|
|
18
18
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
19
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -6,7 +6,7 @@ interface OwnProps {
|
|
|
6
6
|
textContent: TextContent;
|
|
7
7
|
searchKeyword?: string;
|
|
8
8
|
}
|
|
9
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<OwnProps
|
|
9
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<OwnProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<OwnProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
11
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
page?: import("pdfjs-dist/types/src/display/api").PDFPageProxy | undefined;
|
|
3
3
|
document?: import("pdfjs-dist/types/src/display/api").PDFDocumentProxy | undefined;
|
|
4
4
|
viewport?: import("pdfjs-dist/types/src/display/display_utils").PageViewport | undefined;
|
|
5
|
-
}
|
|
5
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
6
|
xfaLoaded: () => void;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
8
|
page?: import("pdfjs-dist/types/src/display/api").PDFPageProxy | undefined;
|
|
9
9
|
document?: import("pdfjs-dist/types/src/display/api").PDFDocumentProxy | undefined;
|
|
10
10
|
viewport?: import("pdfjs-dist/types/src/display/display_utils").PageViewport | undefined;
|
|
11
|
-
}>>> & {
|
|
11
|
+
}>>> & Readonly<{
|
|
12
12
|
onXfaLoaded?: (() => any) | undefined;
|
|
13
|
-
}, {}, {}>;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
14
|
export default _default;
|
|
15
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
16
|
type __VLS_TypePropsToRuntimeProps<T> = {
|