@vue-pdf-viewer/viewer 0.0.0-beta.9 → 0.0.0-experimental.0
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/README.md +185 -13
- package/dist/annotation-circle-tIpRci60.js +21 -0
- package/dist/annotation-freetext-zmKZ4GuW.js +21 -0
- package/dist/annotation-highlight-CBhenBLo.js +23 -0
- package/dist/annotation-ink-Cr5tjD8f.js +31 -0
- package/dist/annotation-line-CBubP1QZ.js +23 -0
- package/dist/annotation-link-DI9mj24Y.js +21 -0
- package/dist/annotation-signature-DQVfU7hJ.js +21 -0
- package/dist/annotation-square-_rIuUCHT.js +21 -0
- package/dist/annotation-squiggly-DfLrUnSa.js +23 -0
- package/dist/annotation-stamp-B5gaCO0X.js +21 -0
- package/dist/annotation-strikeout-Cn_VHn_N.js +21 -0
- package/dist/annotation-text-pKHfDK_Q.js +21 -0
- package/dist/annotation-underline-BDgmfJQk.js +21 -0
- package/dist/arrow-up-DhoV0HvK.js +21 -0
- package/dist/assets/pdf-annotations/altText_add.svg +3 -0
- package/dist/assets/pdf-annotations/altText_disclaimer.svg +3 -0
- package/dist/assets/pdf-annotations/altText_done.svg +3 -0
- package/dist/assets/pdf-annotations/altText_spinner.svg +37 -0
- package/dist/assets/pdf-annotations/altText_warning.svg +3 -0
- package/dist/assets/pdf-annotations/annotation-check.svg +11 -0
- package/dist/assets/pdf-annotations/annotation-comment.svg +16 -0
- package/dist/assets/pdf-annotations/annotation-help.svg +26 -0
- package/dist/assets/pdf-annotations/annotation-insert.svg +10 -0
- package/dist/assets/pdf-annotations/annotation-key.svg +11 -0
- package/dist/assets/pdf-annotations/annotation-noicon.svg +7 -0
- package/dist/assets/pdf-annotations/annotation-note.svg +44 -0
- package/dist/assets/pdf-annotations/annotation-paperclip.svg +6 -0
- package/dist/assets/pdf-annotations/annotation-paragraph.svg +16 -0
- package/dist/assets/pdf-annotations/annotation-pushpin.svg +7 -0
- package/dist/assets/pdf-annotations/cursor-editorFreeHighlight.svg +6 -0
- package/dist/assets/pdf-annotations/cursor-editorFreeText.svg +3 -0
- package/dist/assets/pdf-annotations/cursor-editorInk.svg +4 -0
- package/dist/assets/pdf-annotations/cursor-editorTextHighlight.svg +8 -0
- package/dist/assets/pdf-annotations/editor-toolbar-delete.svg +5 -0
- package/dist/assets/pdf-annotations/messageBar_closingButton.svg +3 -0
- package/dist/assets/pdf-annotations/messageBar_warning.svg +3 -0
- package/dist/assets/pdf-annotations/secondaryToolbarButton-documentProperties.svg +3 -0
- package/dist/assets/pdf-annotations/toolbarButton-editorHighlight.svg +6 -0
- package/dist/assets/pdf-annotations/toolbarButton-menuArrow.svg +3 -0
- package/dist/check-BRo7Q5UG.js +21 -0
- package/dist/chevron-down-BEs3P7KI.js +21 -0
- package/dist/clear-DP391aEz.js +31 -0
- package/dist/close-CnbAWKuA.js +21 -0
- package/dist/comment-panel-BkFw3FUB.js +21 -0
- package/dist/download-C45QpUvK.js +21 -0
- package/dist/{drag-icon-CJSwJaYj.mjs → drag-icon-CpENKa0y.js} +12 -11
- package/dist/drag-icon-dark-B0sqKXav.js +18 -0
- package/dist/ellipsis-vertical-X1VRRfZe.js +21 -0
- package/dist/empty-comment-dark-DdPeDeR5.js +18 -0
- package/dist/empty-comment-light-Dgc1r5xv.js +18 -0
- package/dist/file-C2gjRcLU.js +21 -0
- package/dist/first-page-32lvRrjG.js +21 -0
- package/dist/fullscreen-Cuegwls4.js +21 -0
- package/dist/hand-BvbzlDGf.js +21 -0
- package/dist/index.js +17710 -0
- package/dist/index.umd.cjs +71 -0
- package/dist/info-2-wEcru0.js +21 -0
- package/dist/last-page-DDJIJ2gp.js +21 -0
- package/dist/magnifier-shuB09Te.js +21 -0
- package/dist/moon-Cf7pmsnw.js +21 -0
- package/dist/page-view-dual-f5-I0-4D.js +21 -0
- package/dist/page-view-single-DTduusoS.js +21 -0
- package/dist/pointer-CdvbhXLR.js +21 -0
- package/dist/printer-ERNx1Q88.js +21 -0
- package/dist/rotate-counter-clockwise-CEN3P8nT.js +21 -0
- package/dist/scrolling-horizontal-CdariRpO.js +23 -0
- package/dist/scrolling-page-wFZlGv_K.js +23 -0
- package/dist/scrolling-vertical-B1Doxmyt.js +23 -0
- package/dist/scrolling-wrapped-BBipRQ-N.js +23 -0
- package/dist/sun-C0fX-A5U.js +21 -0
- package/dist/thumbnail-HzftUNEp.js +21 -0
- package/dist/types/assets/pdf-annotations/index.d.ts +2 -0
- package/dist/types/components/AppButton.vue.d.ts +3 -3
- package/dist/types/components/AppFormControl.vue.d.ts +30 -0
- 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/AppPopover.vue.d.ts +80 -0
- package/dist/types/components/AppTooltip.vue.d.ts +18 -3
- package/dist/types/components/DragFileMask.vue.d.ts +8 -12
- package/dist/types/components/HighlightColorPicker.vue.d.ts +2 -0
- package/dist/types/components/{layers/AnnotationLayer.vue.d.ts → LayerAnnotation.vue.d.ts} +15 -11
- package/dist/types/components/LayerCanvas.vue.d.ts +25 -0
- package/dist/types/components/{layers/TextLayer.vue.d.ts → LayerText.vue.d.ts} +9 -11
- package/dist/types/components/LayerTextHighlight.vue.d.ts +20 -0
- package/dist/types/components/LayerTextSearchHighlight.vue.d.ts +19 -0
- package/dist/types/components/{layers/XFALayer.vue.d.ts → LayerXFA.vue.d.ts} +4 -4
- package/dist/types/components/ModalPassword.vue.d.ts +19 -0
- 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 +5 -3
- package/dist/types/components/ToolCommentPanel.vue.d.ts +31 -0
- package/dist/types/components/ToolDownload.vue.d.ts +4 -3
- package/dist/types/components/ToolFullscreen.vue.d.ts +4 -3
- package/dist/types/components/ToolMenuOthers.vue.d.ts +67 -26
- package/dist/types/components/ToolMenuOthersMobile.vue.d.ts +2 -2
- package/dist/types/components/ToolOpenFile.vue.d.ts +4 -3
- package/dist/types/components/ToolOpenFileInput.vue.d.ts +2 -2
- package/dist/types/components/ToolPagination.vue.d.ts +14 -19
- package/dist/types/components/ToolPrint.vue.d.ts +10 -45
- package/dist/types/components/ToolSearch.vue.d.ts +43 -23
- package/dist/types/components/ToolThumbnail.vue.d.ts +8 -10
- package/dist/types/components/ToolZoom.vue.d.ts +24 -27
- package/dist/types/components/ToolZoomPercentageMenu.vue.d.ts +12 -11
- package/dist/types/components/VPdfComments.vue.d.ts +28 -0
- package/dist/types/components/VPdfCommentsDate.vue.d.ts +15 -0
- package/dist/types/components/VPdfCommentsHeader.vue.d.ts +16 -0
- package/dist/types/components/VPdfCommentsIcon.vue.d.ts +16 -0
- package/dist/types/components/VPdfCommentsReplies.vue.d.ts +16 -0
- package/dist/types/components/VPdfCommentsSidebar.vue.d.ts +15 -0
- package/dist/types/components/VPdfCommentsText.vue.d.ts +2 -0
- package/dist/types/components/VPdfPage.vue.d.ts +17 -32
- package/dist/types/components/VPdfSplitter.vue.d.ts +1 -1
- package/dist/types/components/VPdfThumbnail.vue.d.ts +7 -5
- package/dist/types/components/VPdfThumbnails.vue.d.ts +5 -5
- package/dist/types/components/VPdfViewer.vue.d.ts +522 -276
- package/dist/types/components/index.d.ts +2 -2
- package/dist/types/components/ui/button/Button.vue.d.ts +6 -8
- package/dist/types/components/ui/button/index.d.ts +1 -1
- package/dist/types/components/ui/checkbox/Checkbox.vue.d.ts +35 -0
- package/dist/types/components/ui/checkbox/index.d.ts +1 -0
- package/dist/types/components/ui/collapsible/Collapsible.vue.d.ts +30 -0
- package/dist/types/components/ui/collapsible/CollapsibleContent.vue.d.ts +28 -0
- package/dist/types/components/ui/collapsible/CollapsibleTrigger.vue.d.ts +28 -0
- package/dist/types/components/ui/collapsible/index.d.ts +3 -0
- 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 +7 -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 +7 -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/components/utils/annotations.d.ts +1 -11
- package/dist/types/components/utils/destination.d.ts +1 -1
- package/dist/types/components/utils/helpers.d.ts +0 -8
- package/dist/types/composables/useDownload.d.ts +11 -4
- package/dist/types/composables/useHighlight.d.ts +11 -0
- package/dist/types/composables/useLicense.d.ts +18 -8
- package/dist/types/composables/{usePDF.d.ts → usePdf.d.ts} +7 -5
- package/dist/types/composables/usePdfComments.d.ts +5 -0
- package/dist/types/composables/usePdfPagesSizes.d.ts +8 -0
- package/dist/types/composables/usePdfProperties.d.ts +3 -17
- package/dist/types/composables/usePinch.d.ts +2 -1
- package/dist/types/composables/usePlugins.d.ts +252 -0
- package/dist/types/composables/usePrintControl.d.ts +22 -0
- package/dist/types/composables/usePrintProcess.d.ts +3 -3
- package/dist/types/composables/useRenderQueue.d.ts +13 -0
- package/dist/types/composables/useRequestAnimationFrame.d.ts +1 -0
- package/dist/types/composables/useRotation.d.ts +3 -2
- package/dist/types/composables/useScale.d.ts +21 -0
- package/dist/types/composables/useSearch.d.ts +3 -37
- package/dist/types/composables/useTextLayers.d.ts +5 -0
- package/dist/types/composables/useVirtualPages.d.ts +32 -0
- package/dist/types/composables/useVisibilities.d.ts +9 -0
- package/dist/types/const.d.ts +86 -18
- package/dist/types/index.d.ts +4 -0
- package/dist/types/utils/appConsole.d.ts +24 -0
- package/dist/types/utils/characters.d.ts +16 -0
- package/dist/types/utils/enumerators.d.ts +76 -0
- package/dist/types/utils/highlight.d.ts +8 -0
- package/dist/types/utils/promiseWithResolvers.d.ts +7 -0
- package/dist/types/utils/searchHighlight.d.ts +10 -0
- package/dist/types/utils/smoothScroll.d.ts +2 -0
- package/dist/types/utils/types.d.ts +683 -0
- package/dist/types/utils/uiViewer.d.ts +4 -0
- package/dist/types/utils/validators.d.ts +26 -0
- package/dist/types/utils.d.ts +6 -3
- package/dist/zoom-in-CPqqALGr.js +21 -0
- package/dist/zoom-out-BpilF8O_.js +21 -0
- package/package.json +29 -30
- package/dist/arrow-up-CZcWar0V.mjs +0 -20
- package/dist/check-BDQ_1xOK.mjs +0 -21
- package/dist/chevron-down-BGvKkqoz.mjs +0 -21
- package/dist/clear-BdBsR989.mjs +0 -31
- package/dist/close-CbywujCY.mjs +0 -20
- package/dist/download-DwxdC2cz.mjs +0 -21
- package/dist/drag-icon-dark-DslxK0op.mjs +0 -17
- package/dist/ellipsis-vertical-DU4RrfN8.mjs +0 -21
- package/dist/first-page-D2sUix1F.mjs +0 -20
- package/dist/fullscreen-CDD3D91y.mjs +0 -21
- package/dist/hand-BdufQ7PJ.mjs +0 -21
- package/dist/index.mjs +0 -28783
- package/dist/index.umd.js +0 -54
- package/dist/info-CnzWbChw.mjs +0 -20
- package/dist/last-page-BlLcdVDC.mjs +0 -20
- package/dist/magnifier-D5effak1.mjs +0 -21
- package/dist/moon-jjKfhCeP.mjs +0 -21
- package/dist/pointer-CosfQ2Bj.mjs +0 -21
- package/dist/printer-CZndb-XY.mjs +0 -21
- package/dist/rotate-counter-clockwise-BnC8SAwc.mjs +0 -21
- package/dist/sun-f_yo-49i.mjs +0 -21
- package/dist/thumbnail-BrLTlvMi.mjs +0 -21
- package/dist/types/components/types.d.ts +0 -216
- package/dist/types/components/utils/highlight.d.ts +0 -6
- package/dist/types/composables/useCalculatePages.d.ts +0 -12
- package/dist/types/composables/usePageQueue.d.ts +0 -10
- package/dist/types/composables/usePrint.d.ts +0 -9
- package/dist/types/composables/useRenderTask.d.ts +0 -8
- package/dist/zoom-in-MHWLskY5.mjs +0 -21
- package/dist/zoom-out-BOe91xpp.mjs +0 -21
package/dist/info-CnzWbChw.mjs
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
width: "16",
|
|
5
|
-
height: "16",
|
|
6
|
-
fill: "none"
|
|
7
|
-
}, r = /* @__PURE__ */ o("path", {
|
|
8
|
-
fill: "currentColor",
|
|
9
|
-
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"
|
|
10
|
-
}, null, -1), c = [
|
|
11
|
-
r
|
|
12
|
-
];
|
|
13
|
-
function l(s, a) {
|
|
14
|
-
return e(), t("svg", n, [...c]);
|
|
15
|
-
}
|
|
16
|
-
const d = { render: l };
|
|
17
|
-
export {
|
|
18
|
-
d as default,
|
|
19
|
-
l as render
|
|
20
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
width: "16",
|
|
5
|
-
height: "16",
|
|
6
|
-
fill: "none"
|
|
7
|
-
}, l = /* @__PURE__ */ o("path", {
|
|
8
|
-
fill: "currentColor",
|
|
9
|
-
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"
|
|
10
|
-
}, null, -1), r = [
|
|
11
|
-
l
|
|
12
|
-
];
|
|
13
|
-
function a(c, s) {
|
|
14
|
-
return e(), t("svg", n, [...r]);
|
|
15
|
-
}
|
|
16
|
-
const d = { render: a };
|
|
17
|
-
export {
|
|
18
|
-
d as default,
|
|
19
|
-
a as render
|
|
20
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, 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 20 20"
|
|
8
|
-
}, r = /* @__PURE__ */ o("path", {
|
|
9
|
-
fill: "currentColor",
|
|
10
|
-
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"
|
|
11
|
-
}, null, -1), l = [
|
|
12
|
-
r
|
|
13
|
-
];
|
|
14
|
-
function c(i, s) {
|
|
15
|
-
return e(), t("svg", n, [...l]);
|
|
16
|
-
}
|
|
17
|
-
const d = { render: c };
|
|
18
|
-
export {
|
|
19
|
-
d as default,
|
|
20
|
-
c as render
|
|
21
|
-
};
|
package/dist/moon-jjKfhCeP.mjs
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, 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 20 20"
|
|
8
|
-
}, r = /* @__PURE__ */ o("path", {
|
|
9
|
-
fill: "currentColor",
|
|
10
|
-
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"
|
|
11
|
-
}, null, -1), c = [
|
|
12
|
-
r
|
|
13
|
-
];
|
|
14
|
-
function l(s, i) {
|
|
15
|
-
return e(), t("svg", n, [...c]);
|
|
16
|
-
}
|
|
17
|
-
const d = { render: l };
|
|
18
|
-
export {
|
|
19
|
-
d as default,
|
|
20
|
-
l as render
|
|
21
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const l = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
width: "1em",
|
|
5
|
-
height: "1em",
|
|
6
|
-
fill: "none",
|
|
7
|
-
viewBox: "0 0 16 16"
|
|
8
|
-
}, n = /* @__PURE__ */ o("path", {
|
|
9
|
-
fill: "currentColor",
|
|
10
|
-
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"
|
|
11
|
-
}, null, -1), r = [
|
|
12
|
-
n
|
|
13
|
-
];
|
|
14
|
-
function a(c, i) {
|
|
15
|
-
return e(), t("svg", l, [...r]);
|
|
16
|
-
}
|
|
17
|
-
const h = { render: a };
|
|
18
|
-
export {
|
|
19
|
-
h as default,
|
|
20
|
-
a as render
|
|
21
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const h = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
width: "1em",
|
|
5
|
-
height: "1em",
|
|
6
|
-
fill: "none",
|
|
7
|
-
viewBox: "0 0 20 20"
|
|
8
|
-
}, n = /* @__PURE__ */ o("path", {
|
|
9
|
-
fill: "currentColor",
|
|
10
|
-
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"
|
|
11
|
-
}, null, -1), c = [
|
|
12
|
-
n
|
|
13
|
-
];
|
|
14
|
-
function r(l, a) {
|
|
15
|
-
return e(), t("svg", h, [...c]);
|
|
16
|
-
}
|
|
17
|
-
const s = { render: r };
|
|
18
|
-
export {
|
|
19
|
-
s as default,
|
|
20
|
-
r as render
|
|
21
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, 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 20 20"
|
|
8
|
-
}, r = /* @__PURE__ */ o("path", {
|
|
9
|
-
fill: "currentColor",
|
|
10
|
-
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"
|
|
11
|
-
}, null, -1), l = [
|
|
12
|
-
r
|
|
13
|
-
];
|
|
14
|
-
function c(a, s) {
|
|
15
|
-
return e(), t("svg", n, [...l]);
|
|
16
|
-
}
|
|
17
|
-
const i = { render: c };
|
|
18
|
-
export {
|
|
19
|
-
i as default,
|
|
20
|
-
c as render
|
|
21
|
-
};
|
package/dist/sun-f_yo-49i.mjs
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as a, createElementVNode as t } 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
|
-
}, l = /* @__PURE__ */ t("path", {
|
|
9
|
-
fill: "currentColor",
|
|
10
|
-
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"
|
|
11
|
-
}, null, -1), n = [
|
|
12
|
-
l
|
|
13
|
-
];
|
|
14
|
-
function r(c, h) {
|
|
15
|
-
return e(), a("svg", o, [...n]);
|
|
16
|
-
}
|
|
17
|
-
const m = { render: r };
|
|
18
|
-
export {
|
|
19
|
-
m as default,
|
|
20
|
-
r as render
|
|
21
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { openBlock as t, createElementBlock as o, createElementVNode as e } from "vue";
|
|
2
|
-
const h = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
width: "1em",
|
|
5
|
-
height: "1em",
|
|
6
|
-
fill: "none",
|
|
7
|
-
viewBox: "0 0 20 20"
|
|
8
|
-
}, n = /* @__PURE__ */ e("g", { fill: "currentColor" }, [
|
|
9
|
-
/* @__PURE__ */ 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" }),
|
|
10
|
-
/* @__PURE__ */ e("path", { d: "M4.25 5.833h1.667V7.5H4.25zM4.25 9.167h1.667v1.667H4.25zM4.25 12.5h1.667v1.667H4.25z" })
|
|
11
|
-
], -1), r = [
|
|
12
|
-
n
|
|
13
|
-
];
|
|
14
|
-
function c(a, l) {
|
|
15
|
-
return t(), o("svg", h, [...r]);
|
|
16
|
-
}
|
|
17
|
-
const s = { render: c };
|
|
18
|
-
export {
|
|
19
|
-
s as default,
|
|
20
|
-
c as render
|
|
21
|
-
};
|
|
@@ -1,216 +0,0 @@
|
|
|
1
|
-
import type { PageViewport } from 'pdfjs-dist';
|
|
2
|
-
import type { DocumentInitParameters, OnProgressParameters, PDFDataRangeTransport, TextContent, TypedArray, PDFPageProxy } from 'pdfjs-dist/types/src/display/api';
|
|
3
|
-
import type { Metadata } from 'pdfjs-dist/types/src/display/metadata';
|
|
4
|
-
import { VPVAnnotationType } from './utils/annotations';
|
|
5
|
-
export interface Match {
|
|
6
|
-
start: {
|
|
7
|
-
idx: number;
|
|
8
|
-
offset: number;
|
|
9
|
-
};
|
|
10
|
-
end: {
|
|
11
|
-
idx: number;
|
|
12
|
-
offset: number;
|
|
13
|
-
};
|
|
14
|
-
str: string;
|
|
15
|
-
oindex: number;
|
|
16
|
-
}
|
|
17
|
-
export type LoadedEventPayload = number;
|
|
18
|
-
export type FocusedPageEventPayload = number;
|
|
19
|
-
export interface PageShowRatioChangePayload {
|
|
20
|
-
page: number;
|
|
21
|
-
ratio: number;
|
|
22
|
-
}
|
|
23
|
-
export interface OutlineRef {
|
|
24
|
-
gen: number;
|
|
25
|
-
num: number;
|
|
26
|
-
}
|
|
27
|
-
export type OutlineDestination = [
|
|
28
|
-
OutlineRef | number,
|
|
29
|
-
OutlineDestinationName,
|
|
30
|
-
...any[]
|
|
31
|
-
];
|
|
32
|
-
export interface OutlineDestinationName {
|
|
33
|
-
name: string;
|
|
34
|
-
}
|
|
35
|
-
export interface AnnotationEventPayload {
|
|
36
|
-
type: VPVAnnotationType;
|
|
37
|
-
data: any;
|
|
38
|
-
}
|
|
39
|
-
export interface RotateEvent {
|
|
40
|
-
direction: 'clockwise' | 'counterclockwise';
|
|
41
|
-
rotate: number;
|
|
42
|
-
}
|
|
43
|
-
export interface HighlightEventPayload {
|
|
44
|
-
matches: Match[];
|
|
45
|
-
page: number;
|
|
46
|
-
textContent: TextContent;
|
|
47
|
-
textDivs: HTMLElement[];
|
|
48
|
-
}
|
|
49
|
-
export interface TextLayerLoadedEventPayload {
|
|
50
|
-
textDivs: HTMLElement[];
|
|
51
|
-
textContent: TextContent | undefined;
|
|
52
|
-
}
|
|
53
|
-
export interface HighlightOptions {
|
|
54
|
-
ignoreCase?: boolean;
|
|
55
|
-
completeWords?: boolean;
|
|
56
|
-
}
|
|
57
|
-
export interface Base<T, S> {
|
|
58
|
-
type: T;
|
|
59
|
-
spec: S;
|
|
60
|
-
}
|
|
61
|
-
export type XYZ = Base<'XYZ', [left: number, top: number, zoom: number]>;
|
|
62
|
-
export type Fit = Base<'Fit', []>;
|
|
63
|
-
export type FitH = Base<'FitH', [top: number]>;
|
|
64
|
-
export type FitV = Base<'FitV', [left: number]>;
|
|
65
|
-
export type FitR = Base<'FitR', [left: number, bottom: number, right: number, top: number]>;
|
|
66
|
-
export type FitB = Base<'FitB', []>;
|
|
67
|
-
export type FitBH = Base<'FitBH', [top: number]>;
|
|
68
|
-
export type FitBV = Base<'FitBV', [left: number]>;
|
|
69
|
-
export type PDFLocation = XYZ | Fit | FitH | FitV | FitR | FitB | FitBH | FitBV;
|
|
70
|
-
export interface PDFDestination {
|
|
71
|
-
pageIndex: number;
|
|
72
|
-
location: PDFLocation;
|
|
73
|
-
}
|
|
74
|
-
export type OnProgressCallback = (progressData: OnProgressParameters) => void;
|
|
75
|
-
export type UpdatePasswordFn = (newPassword: string) => void;
|
|
76
|
-
export type OnPasswordCallback = (updatePassword: UpdatePasswordFn, reason: any) => void;
|
|
77
|
-
export type OnErrorCallback = (error: any) => void;
|
|
78
|
-
export type CharacterMap = {
|
|
79
|
-
url: string;
|
|
80
|
-
isCompressed?: boolean;
|
|
81
|
-
};
|
|
82
|
-
export type PDFSrc = string | URL | TypedArray | PDFDataRangeTransport | DocumentInitParameters | undefined | null;
|
|
83
|
-
export interface PDFOptions {
|
|
84
|
-
onProgress?: OnProgressCallback;
|
|
85
|
-
onPassword?: OnPasswordCallback;
|
|
86
|
-
onError?: OnErrorCallback;
|
|
87
|
-
password?: string;
|
|
88
|
-
}
|
|
89
|
-
export interface PDFInfoMetadata {
|
|
90
|
-
info: Object;
|
|
91
|
-
metadata: Metadata;
|
|
92
|
-
}
|
|
93
|
-
export interface PDFInfo {
|
|
94
|
-
metadata: PDFInfoMetadata;
|
|
95
|
-
attachments: Record<string, unknown>;
|
|
96
|
-
javascript: string[] | null;
|
|
97
|
-
outline: any;
|
|
98
|
-
}
|
|
99
|
-
export interface PageSize {
|
|
100
|
-
height: number;
|
|
101
|
-
width: number;
|
|
102
|
-
rotation: number;
|
|
103
|
-
}
|
|
104
|
-
export interface AppPdfPage {
|
|
105
|
-
page: PDFPageProxy;
|
|
106
|
-
viewport: PageViewport;
|
|
107
|
-
height: number;
|
|
108
|
-
scale: number;
|
|
109
|
-
}
|
|
110
|
-
export interface ViewerPdfPage {
|
|
111
|
-
page: PDFPageProxy;
|
|
112
|
-
viewport: PageViewport;
|
|
113
|
-
height: number;
|
|
114
|
-
}
|
|
115
|
-
export interface VPVThumbnail {
|
|
116
|
-
page: PDFPageProxy;
|
|
117
|
-
scaledViewport: PageViewport;
|
|
118
|
-
}
|
|
119
|
-
export declare enum ZoomLevel {
|
|
120
|
-
ActualSize = "actualSize",
|
|
121
|
-
PageFit = "pageFit",
|
|
122
|
-
PageWidth = "pageWidth"
|
|
123
|
-
}
|
|
124
|
-
export interface Offset {
|
|
125
|
-
left: number;
|
|
126
|
-
top: number;
|
|
127
|
-
}
|
|
128
|
-
export interface Rect {
|
|
129
|
-
height: number;
|
|
130
|
-
width: number;
|
|
131
|
-
}
|
|
132
|
-
export interface ItemMeasurement {
|
|
133
|
-
index: number;
|
|
134
|
-
start: Offset;
|
|
135
|
-
size: Rect;
|
|
136
|
-
end: Offset;
|
|
137
|
-
visibility: number;
|
|
138
|
-
}
|
|
139
|
-
export type DestinationOffsetFromViewport = (viewportWidth: number, viewportHeight: number) => number;
|
|
140
|
-
export interface Destination {
|
|
141
|
-
bottomOffset: number | DestinationOffsetFromViewport;
|
|
142
|
-
label?: string;
|
|
143
|
-
leftOffset: number | DestinationOffsetFromViewport;
|
|
144
|
-
pageIndex: number;
|
|
145
|
-
scaleTo?: number | ZoomLevel;
|
|
146
|
-
}
|
|
147
|
-
export interface ToolbarOptions {
|
|
148
|
-
/**
|
|
149
|
-
* Determines whether the toolbar includes a search functionality.
|
|
150
|
-
* If set to `true`, users can search for specific text within the PDF document.
|
|
151
|
-
*/
|
|
152
|
-
searchable: boolean;
|
|
153
|
-
/**
|
|
154
|
-
* Indicates whether navigation controls (such as next page and previous page buttons) are available in the toolbar.
|
|
155
|
-
* When set to `true`, users can navigate through the pages of the PDF document.
|
|
156
|
-
*/
|
|
157
|
-
navigatable: boolean;
|
|
158
|
-
/**
|
|
159
|
-
* Specifies whether zoom controls (zoom in, zoom out buttons, and zoom dropdown menu) are part of the toolbar.
|
|
160
|
-
* If `zoomable` is `true`, users can adjust the zoom level for better readability.
|
|
161
|
-
*/
|
|
162
|
-
zoomable: boolean;
|
|
163
|
-
/**
|
|
164
|
-
* Determines whether users can switch between different themes (e.g., light mode and dark mode) using the toolbar.
|
|
165
|
-
* If enabled, users can customize the appearance of the PDF viewer.
|
|
166
|
-
*/
|
|
167
|
-
themeSwitchable: boolean;
|
|
168
|
-
/**
|
|
169
|
-
* Indicates whether a full-screen button is available in the toolbar.
|
|
170
|
-
* When set to `true`, users can expand the PDF viewer to fill the entire screen.
|
|
171
|
-
*/
|
|
172
|
-
fullscreen: boolean;
|
|
173
|
-
/**
|
|
174
|
-
* Specifies whether a download button is included in the toolbar.
|
|
175
|
-
* If enabled, users can download the PDF document directly.
|
|
176
|
-
*/
|
|
177
|
-
downloadable: boolean;
|
|
178
|
-
/**
|
|
179
|
-
* Determines whether a print button is part of the toolbar.
|
|
180
|
-
* When set to `true`, users can print the PDF document.
|
|
181
|
-
*/
|
|
182
|
-
printable: boolean;
|
|
183
|
-
/**
|
|
184
|
-
* Indicates whether the functionality to open a file from the local computer,
|
|
185
|
-
* including both the open file icon and drag-and-drop, is enabled or disabled.
|
|
186
|
-
*/
|
|
187
|
-
newFileOpenable: boolean;
|
|
188
|
-
/**
|
|
189
|
-
* Determines whether a sidebar is part of the viewer.
|
|
190
|
-
*/
|
|
191
|
-
sidebarEnable: boolean;
|
|
192
|
-
/**
|
|
193
|
-
* Determines whether a thumbnail button is part of the toolbar.
|
|
194
|
-
*/
|
|
195
|
-
thumbnailViewable: boolean;
|
|
196
|
-
/**
|
|
197
|
-
* Determines whether rotation group menu is a part of the others dropdown menu.
|
|
198
|
-
*/
|
|
199
|
-
rotatable: boolean;
|
|
200
|
-
/**
|
|
201
|
-
* Determines whether document properties menu is a part of the others dropdown menu.
|
|
202
|
-
*/
|
|
203
|
-
docPropertiesEnabled: boolean;
|
|
204
|
-
/**
|
|
205
|
-
* Determines whether text selection & hand tool menu are a part of the others dropdown menu.
|
|
206
|
-
*/
|
|
207
|
-
pointerSwitchable: boolean;
|
|
208
|
-
/**
|
|
209
|
-
* Determines whether top page & last page menu are a part of the others dropdown menu.
|
|
210
|
-
*/
|
|
211
|
-
jumpNavigatable: boolean;
|
|
212
|
-
}
|
|
213
|
-
export interface License {
|
|
214
|
-
isValidKey: boolean;
|
|
215
|
-
licenseKey: string | null;
|
|
216
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { TextContent } from 'pdfjs-dist/types/src/display/text_layer';
|
|
2
|
-
import type { HighlightOptions, Match } from '../types';
|
|
3
|
-
declare function highlightMatches(matches: Match[], textContent: TextContent, textDivs: HTMLElement[], className?: string): void;
|
|
4
|
-
declare function resetDivs(textContent: TextContent, textDivs: HTMLElement[]): void;
|
|
5
|
-
declare function findMatches(query: string, textContent: TextContent, options: HighlightOptions): Match[];
|
|
6
|
-
export { findMatches, highlightMatches, resetDivs };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { MaybeRef, ShallowRef, UnwrapNestedRefs } from 'vue';
|
|
2
|
-
import { ViewerPdfPage } from '@/components/types';
|
|
3
|
-
import type { PDFDocumentProxy } from 'pdfjs-dist';
|
|
4
|
-
export interface UseCalculatePagesDto {
|
|
5
|
-
pdfDocument: ShallowRef<PDFDocumentProxy | undefined>;
|
|
6
|
-
rootPagesContainer: ShallowRef<HTMLDivElement | null>;
|
|
7
|
-
scale?: MaybeRef<number>;
|
|
8
|
-
rotation?: MaybeRef<number>;
|
|
9
|
-
}
|
|
10
|
-
export declare function useCalculatePages(props: UnwrapNestedRefs<UseCalculatePagesDto>): {
|
|
11
|
-
pdfPages: ShallowRef<ViewerPdfPage[]>;
|
|
12
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { PDFDocumentLoadingTask } from 'pdfjs-dist/types/src/display/api';
|
|
2
|
-
interface UsePageRenderQueueDto {
|
|
3
|
-
pdf: PDFDocumentLoadingTask;
|
|
4
|
-
totalPages: number;
|
|
5
|
-
}
|
|
6
|
-
export declare function usePageRenderQueue({ pdf, totalPages }: UsePageRenderQueueDto): {
|
|
7
|
-
getPriorityPage: () => number;
|
|
8
|
-
setVisibility: (pageIndex: number, visibility: number) => void;
|
|
9
|
-
};
|
|
10
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ViewerPdfPage } from '@/components';
|
|
2
|
-
import { Ref } from 'vue';
|
|
3
|
-
export declare const usePrint: (isCancel: Ref<boolean>, pages: Ref<ViewerPdfPage[]>, emit: {
|
|
4
|
-
(event: 'loading'): void;
|
|
5
|
-
(event: 'loaded'): void;
|
|
6
|
-
(event: 'progress', percent: number): void;
|
|
7
|
-
}) => {
|
|
8
|
-
onClick: () => Promise<void>;
|
|
9
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, 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 20 20"
|
|
8
|
-
}, a = /* @__PURE__ */ o("path", {
|
|
9
|
-
fill: "currentColor",
|
|
10
|
-
d: "M11.875 8.75a.625.625 0 0 1-.625.625H9.375v1.875a.625.625 0 0 1-1.25 0V9.375H6.25a.625.625 0 0 1 0-1.25h1.875V6.25a.625.625 0 0 1 1.25 0v1.875h1.875a.625.625 0 0 1 .625.625m6.067 9.192a.623.623 0 0 1-.884 0l-3.911-3.911a6.884 6.884 0 1 1 .883-.884l3.912 3.91a.625.625 0 0 1 0 .885M8.75 14.375A5.625 5.625 0 1 0 3.125 8.75a5.63 5.63 0 0 0 5.625 5.625"
|
|
11
|
-
}, null, -1), l = [
|
|
12
|
-
a
|
|
13
|
-
];
|
|
14
|
-
function r(c, h) {
|
|
15
|
-
return e(), t("svg", n, [...l]);
|
|
16
|
-
}
|
|
17
|
-
const i = { render: r };
|
|
18
|
-
export {
|
|
19
|
-
i as default,
|
|
20
|
-
r as render
|
|
21
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, 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 20 20"
|
|
8
|
-
}, l = /* @__PURE__ */ o("path", {
|
|
9
|
-
fill: "currentColor",
|
|
10
|
-
d: "M11.875 8.75a.625.625 0 0 1-.625.625h-5a.625.625 0 0 1 0-1.25h5a.625.625 0 0 1 .625.625m6.067 9.192a.623.623 0 0 1-.884 0l-3.911-3.911a6.884 6.884 0 1 1 .883-.884l3.912 3.91a.625.625 0 0 1 0 .885M8.75 14.375A5.625 5.625 0 1 0 3.125 8.75a5.63 5.63 0 0 0 5.625 5.625"
|
|
11
|
-
}, null, -1), r = [
|
|
12
|
-
l
|
|
13
|
-
];
|
|
14
|
-
function a(c, h) {
|
|
15
|
-
return e(), t("svg", n, [...r]);
|
|
16
|
-
}
|
|
17
|
-
const i = { render: a };
|
|
18
|
-
export {
|
|
19
|
-
i as default,
|
|
20
|
-
a as render
|
|
21
|
-
};
|