@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/types/utils.d.ts
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
|
+
import { ViewMode, ZoomLevel } from './utils/enumerators';
|
|
1
2
|
import type { ClassValue } from 'clsx';
|
|
2
|
-
import type { PageViewport } from 'pdfjs-dist';
|
|
3
3
|
export declare function cn(...inputs: ClassValue[]): string;
|
|
4
4
|
export declare function formatNumber(value?: string): string;
|
|
5
5
|
export declare function formatFileSize(bytes: number, decimalPoint?: number): string;
|
|
6
|
-
export declare function getPageFitScale(container: HTMLDivElement, pageViewport: PageViewport): number;
|
|
7
6
|
export declare function generateUniqueCSSClassName(): string;
|
|
8
7
|
export declare const attachWatermarkShadowDOM: (rootViewer: HTMLDivElement) => HTMLDivElement;
|
|
9
8
|
export declare const PrintElement: {
|
|
10
9
|
print: (elements: HTMLElement[]) => void;
|
|
11
10
|
};
|
|
12
|
-
export declare const
|
|
11
|
+
export declare const formatDate: (date: string) => string;
|
|
12
|
+
export declare const formatCommentTimestamp: (date: string | Date) => string;
|
|
13
|
+
export declare function calculateScale(container: HTMLElement, pageHeight: number, pageWidth: number, scale: ZoomLevel, viewMode: ViewMode, numPages: number): number;
|
|
14
|
+
export declare const getPdfDate: (date: string) => string | Date;
|
|
15
|
+
export declare const uint8ClampedArrayToRgb: (color: Uint8ClampedArray | number[]) => string;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as n } 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 20 20"
|
|
8
|
+
};
|
|
9
|
+
function r(a, e) {
|
|
10
|
+
return o(), t("svg", l, e[0] || (e[0] = [
|
|
11
|
+
n("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
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"
|
|
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 { createElementBlock as t, openBlock 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 o(), t("svg", n, e[0] || (e[0] = [
|
|
11
|
+
l("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
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"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const i = { render: r };
|
|
18
|
+
export {
|
|
19
|
+
i as default,
|
|
20
|
+
r as render
|
|
21
|
+
};
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue-pdf-viewer/viewer",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.0-
|
|
5
|
-
"
|
|
6
|
-
"
|
|
4
|
+
"version": "0.0.0-experimental.0",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/index.umd.cjs",
|
|
7
|
+
"module": "./dist/index.js",
|
|
7
8
|
"description": "The PDF Viewer component for Vue 3 and Nuxt",
|
|
8
9
|
"keywords": [
|
|
9
10
|
"component",
|
|
@@ -22,30 +23,24 @@
|
|
|
22
23
|
],
|
|
23
24
|
"author": "Vue PDF Viewer <david@vue-pdf-viewer.dev>",
|
|
24
25
|
"license": "See license section",
|
|
25
|
-
"homepage": "https://vue-pdf-viewer.dev",
|
|
26
|
+
"homepage": "https://www.vue-pdf-viewer.dev",
|
|
26
27
|
"url": "https://github.com/vue-pdf-viewer/vue-pdf-viewer",
|
|
27
28
|
"bugs": {
|
|
28
29
|
"url": "https://github.com/vue-pdf-viewer/vue-pdf-viewer/issues/new"
|
|
29
30
|
},
|
|
30
31
|
"exports": {
|
|
31
32
|
".": {
|
|
32
|
-
"import": "./dist/index.
|
|
33
|
-
"require": "./dist/index.umd.
|
|
33
|
+
"import": "./dist/index.js",
|
|
34
|
+
"require": "./dist/index.umd.cjs",
|
|
34
35
|
"types": "./dist/types/index.d.ts"
|
|
35
36
|
},
|
|
36
|
-
"./dist/
|
|
37
|
-
"import": "./dist/index.essential.mjs",
|
|
38
|
-
"types": "./dist/types/index.essential.d.ts"
|
|
39
|
-
},
|
|
40
|
-
"./dist/style/index.css": {
|
|
41
|
-
"import": "./dist/style/index.css",
|
|
42
|
-
"require": "./dist/style/index.css"
|
|
43
|
-
}
|
|
37
|
+
"./assets": "./dist/assets"
|
|
44
38
|
},
|
|
45
39
|
"style": "./dist/style/index.css",
|
|
46
40
|
"types": "./dist/types/index.d.ts",
|
|
47
41
|
"files": [
|
|
48
|
-
"dist"
|
|
42
|
+
"dist",
|
|
43
|
+
"dist/assets"
|
|
49
44
|
],
|
|
50
45
|
"scripts": {
|
|
51
46
|
"dev": "vite",
|
|
@@ -57,35 +52,40 @@
|
|
|
57
52
|
"test": "vitest",
|
|
58
53
|
"prepublishOnly": "bun run build",
|
|
59
54
|
"shadcn:add": "bunx shadcn-vue@latest add",
|
|
60
|
-
"prepare": "husky"
|
|
55
|
+
"prepare": "husky",
|
|
56
|
+
"plug": "bun run postbuild && vite build"
|
|
61
57
|
},
|
|
62
58
|
"dependencies": {
|
|
63
|
-
"@
|
|
64
|
-
"
|
|
65
|
-
"pdfjs-dist": "
|
|
59
|
+
"@vue-pdf-viewer/shared": "experimental",
|
|
60
|
+
"@vueuse/core": "^13.0.0",
|
|
61
|
+
"pdfjs-dist": "4.10.38",
|
|
62
|
+
"reka-ui": "^2.1.1",
|
|
66
63
|
"vite-plugin-css-injected-by-js": "^3.5.1"
|
|
67
64
|
},
|
|
68
65
|
"peerDependencies": {
|
|
69
|
-
"
|
|
70
|
-
"
|
|
66
|
+
"pdfjs-dist": "^4.10.38",
|
|
67
|
+
"vue": "^3.2.37"
|
|
71
68
|
},
|
|
72
69
|
"devDependencies": {
|
|
70
|
+
"@laynezh/vite-plugin-lib-assets": "^0.5.24",
|
|
71
|
+
"@rollup/rollup-darwin-x64": "^4.19.1",
|
|
73
72
|
"@types/node": "^20.11.30",
|
|
74
73
|
"@typescript-eslint/eslint-plugin": "^7.8.0",
|
|
75
74
|
"@typescript-eslint/parser": "^7.8.0",
|
|
75
|
+
"@unocss/reset": "^0.61.7",
|
|
76
76
|
"@vitejs/plugin-vue": "^3.1.0",
|
|
77
77
|
"@vitest/browser": "^1.5.0",
|
|
78
78
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
79
79
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
80
80
|
"@vue/test-utils": "^2.4.5",
|
|
81
81
|
"class-variance-authority": "^0.7.0",
|
|
82
|
-
"clsx": "^2.1.
|
|
82
|
+
"clsx": "^2.1.1",
|
|
83
83
|
"eslint": "^9.1.1",
|
|
84
84
|
"eslint-config-prettier": "^9.1.0",
|
|
85
85
|
"eslint-plugin-prettier": "^5.1.3",
|
|
86
86
|
"eslint-plugin-vue": "^9.25.0",
|
|
87
87
|
"happy-dom": "^14.7.1",
|
|
88
|
-
"husky": "^9.
|
|
88
|
+
"husky": "^9.1.4",
|
|
89
89
|
"jest": "^29.7.0",
|
|
90
90
|
"jsdom": "^24.0.0",
|
|
91
91
|
"lint-staged": "^15.2.5",
|
|
@@ -93,17 +93,16 @@
|
|
|
93
93
|
"prettier": "3.2.5",
|
|
94
94
|
"radix-vue": "^1.6.2",
|
|
95
95
|
"sass": "^1.75.0",
|
|
96
|
-
"shadcn-vue": "^0.
|
|
97
|
-
"tailwind-merge": "^
|
|
96
|
+
"shadcn-vue": "^0.11.3",
|
|
97
|
+
"tailwind-merge": "^3.0.2",
|
|
98
98
|
"typescript": "^4.6.4",
|
|
99
|
-
"unocss": "^
|
|
100
|
-
"unocss-preset-
|
|
101
|
-
"unocss-preset-shadcn": "^0.2.3",
|
|
99
|
+
"unocss": "^65.4.2",
|
|
100
|
+
"unocss-preset-shadcn": "^0.3.1",
|
|
102
101
|
"vite": "^5.2.8",
|
|
103
102
|
"vite-plugin-node-polyfills": "^0.21.0",
|
|
104
103
|
"vite-svg-loader": "^5.1.0",
|
|
105
104
|
"vitest": "^1.4.0",
|
|
106
|
-
"vue": "^3.
|
|
105
|
+
"vue": "^3.5.14",
|
|
107
106
|
"vue-tsc": "^0.40.4",
|
|
108
107
|
"webdriverio": "^8.36.0"
|
|
109
108
|
},
|
|
@@ -114,4 +113,4 @@
|
|
|
114
113
|
"pnpm": ">=8.8.0",
|
|
115
114
|
"yarn": ">=1.20.0"
|
|
116
115
|
}
|
|
117
|
-
}
|
|
116
|
+
}
|
|
@@ -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: "20",
|
|
5
|
-
height: "20",
|
|
6
|
-
fill: "none"
|
|
7
|
-
}, r = /* @__PURE__ */ o("path", {
|
|
8
|
-
fill: "currentColor",
|
|
9
|
-
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"
|
|
10
|
-
}, null, -1), l = [
|
|
11
|
-
r
|
|
12
|
-
];
|
|
13
|
-
function c(a, s) {
|
|
14
|
-
return e(), t("svg", n, [...l]);
|
|
15
|
-
}
|
|
16
|
-
const h = { render: c };
|
|
17
|
-
export {
|
|
18
|
-
h as default,
|
|
19
|
-
c as render
|
|
20
|
-
};
|
package/dist/check-BDQ_1xOK.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 16 17"
|
|
8
|
-
}, c = /* @__PURE__ */ o("path", {
|
|
9
|
-
fill: "currentColor",
|
|
10
|
-
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"
|
|
11
|
-
}, null, -1), l = [
|
|
12
|
-
c
|
|
13
|
-
];
|
|
14
|
-
function r(s, h) {
|
|
15
|
-
return e(), t("svg", n, [...l]);
|
|
16
|
-
}
|
|
17
|
-
const a = { render: r };
|
|
18
|
-
export {
|
|
19
|
-
a 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: "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"
|
|
11
|
-
}, null, -1), l = [
|
|
12
|
-
r
|
|
13
|
-
];
|
|
14
|
-
function c(s, h) {
|
|
15
|
-
return e(), t("svg", n, [...l]);
|
|
16
|
-
}
|
|
17
|
-
const a = { render: c };
|
|
18
|
-
export {
|
|
19
|
-
a as default,
|
|
20
|
-
c as render
|
|
21
|
-
};
|
package/dist/clear-BdBsR989.mjs
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { openBlock as t, createElementBlock as l, 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
|
-
}, c = /* @__PURE__ */ e("g", { "clip-path": "url(#a)" }, [
|
|
9
|
-
/* @__PURE__ */ e("path", {
|
|
10
|
-
fill: "currentColor",
|
|
11
|
-
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"
|
|
12
|
-
})
|
|
13
|
-
], -1), n = /* @__PURE__ */ e("defs", null, [
|
|
14
|
-
/* @__PURE__ */ e("clipPath", { id: "a" }, [
|
|
15
|
-
/* @__PURE__ */ e("path", {
|
|
16
|
-
fill: "#fff",
|
|
17
|
-
d: "M0 0h12v12H0z"
|
|
18
|
-
})
|
|
19
|
-
])
|
|
20
|
-
], -1), a = [
|
|
21
|
-
c,
|
|
22
|
-
n
|
|
23
|
-
];
|
|
24
|
-
function r(i, h) {
|
|
25
|
-
return t(), l("svg", o, [...a]);
|
|
26
|
-
}
|
|
27
|
-
const d = { render: r };
|
|
28
|
-
export {
|
|
29
|
-
d as default,
|
|
30
|
-
r as render
|
|
31
|
-
};
|
package/dist/close-CbywujCY.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: "20",
|
|
5
|
-
height: "20",
|
|
6
|
-
fill: "none"
|
|
7
|
-
}, l = /* @__PURE__ */ o("path", {
|
|
8
|
-
fill: "currentColor",
|
|
9
|
-
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"
|
|
10
|
-
}, null, -1), r = [
|
|
11
|
-
l
|
|
12
|
-
];
|
|
13
|
-
function c(s, a) {
|
|
14
|
-
return e(), t("svg", n, [...r]);
|
|
15
|
-
}
|
|
16
|
-
const h = { render: c };
|
|
17
|
-
export {
|
|
18
|
-
h as default,
|
|
19
|
-
c 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
|
-
}, l = /* @__PURE__ */ o("path", {
|
|
9
|
-
fill: "currentColor",
|
|
10
|
-
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"
|
|
11
|
-
}, null, -1), a = [
|
|
12
|
-
l
|
|
13
|
-
];
|
|
14
|
-
function r(c, d) {
|
|
15
|
-
return e(), t("svg", n, [...a]);
|
|
16
|
-
}
|
|
17
|
-
const h = { render: r };
|
|
18
|
-
export {
|
|
19
|
-
h as default,
|
|
20
|
-
r as render
|
|
21
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createStaticVNode as r } from "vue";
|
|
2
|
-
const a = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
width: "80",
|
|
5
|
-
height: "80",
|
|
6
|
-
fill: "none"
|
|
7
|
-
}, i = /* @__PURE__ */ r('<g clip-path="url(#a)"><g filter="url(#b)"><path fill="#503BCF" d="M17.582 16.624a4.864 4.864 0 0 1 4.864-4.864h19.29c2.776 0 5.437 1.107 7.394 3.076L59.388 25.16a10.42 10.42 0 0 1 3.03 7.347V66.05a4.864 4.864 0 0 1-4.864 4.864H22.446a4.864 4.864 0 0 1-4.864-4.864z"></path></g><g filter="url(#c)"><path fill="#946EFF" fill-opacity=".1" d="M16.644 15.216a4.864 4.864 0 0 1 4.863-4.864h20.49c2.773 0 5.43 1.104 7.386 3.068L60.32 24.403a10.42 10.42 0 0 1 3.037 7.354V66.99a4.864 4.864 0 0 1-4.864 4.864H21.507a4.864 4.864 0 0 1-4.863-4.864z"></path></g><path fill="url(#d)" d="M15 12.164A4.864 4.864 0 0 1 19.864 7.3h22.583c2.77 0 5.424 1.102 7.38 3.063l12.13 12.162A10.42 10.42 0 0 1 65 29.885v38.279a4.864 4.864 0 0 1-4.864 4.864H19.864A4.864 4.864 0 0 1 15 68.164z"></path><g filter="url(#e)"><path fill="url(#f)" d="M15 12.164A4.864 4.864 0 0 1 19.864 7.3h22.583c2.77 0 5.424 1.102 7.38 3.063l12.13 12.162A10.42 10.42 0 0 1 65 29.885v38.279a4.864 4.864 0 0 1-4.864 4.864H19.864A4.864 4.864 0 0 1 15 68.164z"></path></g><mask id="h" width="50" height="67" x="15" y="7" maskUnits="userSpaceOnUse" style="mask-type:alpha;"><path fill="url(#g)" d="M15 12.164A4.864 4.864 0 0 1 19.864 7.3h22.583c2.77 0 5.424 1.102 7.38 3.063l12.13 12.162A10.42 10.42 0 0 1 65 29.885v38.279a4.864 4.864 0 0 1-4.864 4.864H19.864A4.864 4.864 0 0 1 15 68.164z"></path></mask><g mask="url(#h)"><g filter="url(#i)"><path fill="#120D39" d="M46.689 25.576 50.033 8.39l14.214 13.75z"></path></g><path fill="#35364E" d="M46.606 20.511V6.361l19.197 19.014H51.469a4.864 4.864 0 0 1-4.864-4.864"></path></g><path stroke="#35364E" d="M19.864 6.8a5.364 5.364 0 0 0-5.364 5.364v56a5.364 5.364 0 0 0 5.364 5.364h40.272a5.364 5.364 0 0 0 5.364-5.364V29.885c0-2.891-1.147-5.665-3.189-7.713L50.181 10.01A10.92 10.92 0 0 0 42.447 6.8z"></path><g filter="url(#j)"><rect width="26.67" height="14.945" x="11.665" y="44.652" fill="url(#k)" rx="2.266"></rect><rect width="26.103" height="14.379" x="11.948" y="44.936" stroke="#8875FD" stroke-width=".567" rx="1.983"></rect><path fill="#fff" d="M17.413 53.16v2.436h-1.748v-6.942h2.829q1.29 0 1.962.614c.227.214.405.473.521.758s.168.591.153.897c.008.404-.096.803-.302 1.155a2.04 2.04 0 0 1-.894.796c-.45.205-.943.304-1.44.289zm1.94-2.237q0-.924-1.051-.923h-.889v1.807h.889q1.05.01 1.051-.884M28.174 53.922a3.14 3.14 0 0 1-1.308 1.233 4.3 4.3 0 0 1-2.005.441h-2.728v-6.942h2.728a4.4 4.4 0 0 1 2.012.431c.55.274 1.002.699 1.301 1.22.299.56.454 1.18.454 1.808 0 .63-.155 1.25-.454 1.81m-1.88-.348c.366-.407.567-.926.567-1.463s-.201-1.056-.567-1.463a2.26 2.26 0 0 0-1.587-.521h-.829v3.966h.84a2.26 2.26 0 0 0 1.576-.52M34.334 48.654v1.336h-2.96v1.522h2.288v1.277h-2.288v2.807h-1.746v-6.942z"></path></g></g><defs><filter id="b" width="58.733" height="73.052" x="10.634" y="4.812" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feGaussianBlur result="effect1_foregroundBlur_2348_5581" stdDeviation="3.474"></feGaussianBlur></filter><filter id="c" width="86.714" height="101.502" x="-3.356" y="-9.648" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feGaussianBlur result="effect1_foregroundBlur_2348_5581" stdDeviation="10"></feGaussianBlur></filter><filter id="e" width="50" height="66.728" x="15" y="6.3" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="-1"></feOffset><feGaussianBlur stdDeviation="1.5"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.05 0"></feColorMatrix><feBlend in2="shape" result="effect1_innerShadow_2348_5581"></feBlend></filter><filter id="i" width="45.352" height="44.98" x="32.792" y="-5.507" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feGaussianBlur result="effect1_foregroundBlur_2348_5581" stdDeviation="6.948"></feGaussianBlur></filter><filter id="j" width="26.67" height="16.078" x="11.665" y="43.519" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feMorphology in="SourceAlpha" radius="2.266" result="effect1_innerShadow_2348_5581"></feMorphology><feOffset></feOffset><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 0.999365 0 0 0 0 0.999365 0 0 0 0 0.999365 0 0 0 0.2 0"></feColorMatrix><feBlend in2="shape" result="effect1_innerShadow_2348_5581"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="-1.133"></feOffset><feGaussianBlur stdDeviation="2.266"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 0.384314 0 0 0 0 0.305882 0 0 0 0 0.843137 0 0 0 1 0"></feColorMatrix><feBlend in2="effect1_innerShadow_2348_5581" result="effect2_innerShadow_2348_5581"></feBlend></filter><radialGradient id="d" cx="0" cy="0" r="1" gradientTransform="rotate(126.772 29.98 19.956)scale(80.171 61.1047)" gradientUnits="userSpaceOnUse"><stop stop-color="#EFEFEF"></stop><stop offset="1" stop-color="#FDFDFD"></stop></radialGradient><radialGradient id="f" cx="0" cy="0" r="1" gradientTransform="matrix(35.91552 -46.94838 35.78804 27.37786 12.418 77.018)" gradientUnits="userSpaceOnUse"><stop stop-color="#35364E"></stop><stop offset="1" stop-color="#282B37"></stop></radialGradient><radialGradient id="g" cx="0" cy="0" r="1" gradientTransform="rotate(126.772 29.98 19.956)scale(80.171 61.1047)" gradientUnits="userSpaceOnUse"><stop stop-color="#EFEFEF"></stop><stop offset="1" stop-color="#FDFDFD"></stop></radialGradient><linearGradient id="k" x1="25.178" x2="25.178" y1="44.652" y2="59.597" gradientUnits="userSpaceOnUse"><stop stop-color="#7862FF"></stop><stop offset="1" stop-color="#624ED7"></stop></linearGradient><clipPath id="a"><path fill="#fff" d="M0 0h80v80H0z"></path></clipPath></defs>', 2), o = [
|
|
8
|
-
i
|
|
9
|
-
];
|
|
10
|
-
function l(s, f) {
|
|
11
|
-
return e(), t("svg", a, [...o]);
|
|
12
|
-
}
|
|
13
|
-
const d = { render: l };
|
|
14
|
-
export {
|
|
15
|
-
d as default,
|
|
16
|
-
l as render
|
|
17
|
-
};
|
|
@@ -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: "M10.938 10a.937.937 0 1 1-1.875 0 .937.937 0 0 1 1.874 0M10 5.625a.937.937 0 1 0 0-1.874.937.937 0 0 0 0 1.874m0 8.75a.938.938 0 1 0 0 1.875.938.938 0 0 0 0-1.875"
|
|
11
|
-
}, null, -1), r = [
|
|
12
|
-
l
|
|
13
|
-
];
|
|
14
|
-
function c(i, s) {
|
|
15
|
-
return e(), t("svg", n, [...r]);
|
|
16
|
-
}
|
|
17
|
-
const d = { render: c };
|
|
18
|
-
export {
|
|
19
|
-
d as default,
|
|
20
|
-
c as render
|
|
21
|
-
};
|
|
@@ -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: "M12.854 8.646a.5.5 0 0 1-.708.708L8.5 5.707V14a.5.5 0 0 1-1 0V5.707L3.854 9.354a.5.5 0 1 1-.708-.708l4.5-4.5a.5.5 0 0 1 .708 0zM13.5 2h-11a.5.5 0 1 0 0 1h11a.5.5 0 0 0 0-1"
|
|
10
|
-
}, null, -1), l = [
|
|
11
|
-
r
|
|
12
|
-
];
|
|
13
|
-
function a(c, s) {
|
|
14
|
-
return e(), t("svg", n, [...l]);
|
|
15
|
-
}
|
|
16
|
-
const i = { render: a };
|
|
17
|
-
export {
|
|
18
|
-
i as default,
|
|
19
|
-
a as render
|
|
20
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as a, createElementVNode as t } 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 20 20"
|
|
8
|
-
}, o = /* @__PURE__ */ t("path", {
|
|
9
|
-
fill: "currentColor",
|
|
10
|
-
d: "M16.875 3.75V7.5a.625.625 0 1 1-1.25 0V5.259l-3.308 3.308a.625.625 0 0 1-.884-.884l3.308-3.308H12.5a.625.625 0 1 1 0-1.25h3.75a.625.625 0 0 1 .625.625m-9.192 7.683L4.375 14.74V12.5a.625.625 0 1 0-1.25 0v3.75a.625.625 0 0 0 .625.625H7.5a.625.625 0 1 0 0-1.25H5.259l3.308-3.308a.625.625 0 0 0-.884-.884m8.567.442a.624.624 0 0 0-.625.625v2.241l-3.308-3.308a.625.625 0 0 0-.884.884l3.308 3.308H12.5a.624.624 0 1 0 0 1.25h3.75a.624.624 0 0 0 .625-.625V12.5a.624.624 0 0 0-.625-.625m-10.991-7.5H7.5a.625.625 0 0 0 0-1.25H3.75a.625.625 0 0 0-.625.625V7.5a.625.625 0 0 0 1.25 0V5.259l3.308 3.308a.625.625 0 0 0 .884-.884z"
|
|
11
|
-
}, null, -1), n = [
|
|
12
|
-
o
|
|
13
|
-
];
|
|
14
|
-
function r(c, s) {
|
|
15
|
-
return e(), a("svg", l, [...n]);
|
|
16
|
-
}
|
|
17
|
-
const i = { render: r };
|
|
18
|
-
export {
|
|
19
|
-
i as default,
|
|
20
|
-
r as render
|
|
21
|
-
};
|
package/dist/hand-BdufQ7PJ.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 16 16"
|
|
8
|
-
}, a = /* @__PURE__ */ o("path", {
|
|
9
|
-
fill: "currentColor",
|
|
10
|
-
d: "M11.75 3c-.26 0-.516.058-.75.17v-.42a1.75 1.75 0 0 0-3.416-.537A1.75 1.75 0 0 0 5 3.75v4l-.239-.383a1.75 1.75 0 0 0-3.037 1.739c1 2.11 1.808 3.607 2.732 4.543C5.39 14.596 6.45 15 8 15a5.506 5.506 0 0 0 5.5-5.5V4.75A1.75 1.75 0 0 0 11.75 3m.75 6.5A4.505 4.505 0 0 1 8 14c-1.274 0-2.094-.305-2.833-1.053-.827-.838-1.588-2.26-2.548-4.286L2.6 8.625a.75.75 0 1 1 1.308-.736l1.167 1.875A.5.5 0 0 0 6 9.5V3.75a.75.75 0 0 1 1.5 0V7.5a.5.5 0 0 0 1 0V2.75a.75.75 0 0 1 1.5 0V7.5a.5.5 0 0 0 1 0V4.75a.75.75 0 1 1 1.5 0z"
|
|
11
|
-
}, null, -1), c = [
|
|
12
|
-
a
|
|
13
|
-
];
|
|
14
|
-
function l(r, s) {
|
|
15
|
-
return e(), t("svg", n, [...c]);
|
|
16
|
-
}
|
|
17
|
-
const h = { render: l };
|
|
18
|
-
export {
|
|
19
|
-
h as default,
|
|
20
|
-
l as render
|
|
21
|
-
};
|