@vue-pdf-viewer/viewer 2.4.0-beta.2 → 2.4.0-beta.4
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/comment-BbWyJaxS.js +21 -0
- package/dist/comment-panel-B-sIKcBp.js +21 -0
- package/dist/empty-comment-dark-CpCor0hQ.js +17 -0
- package/dist/empty-comment-light-ciWE9Fd0.js +17 -0
- package/dist/index.js +6581 -5576
- package/dist/index.umd.cjs +18 -16
- package/dist/types/components/ToolCommentPanel.vue.d.ts +31 -0
- package/dist/types/components/VPdfComments.vue.d.ts +26 -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/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/VPdfViewer.vue.d.ts +4 -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/composables/useLicense.d.ts +9 -4
- package/dist/types/composables/usePdfComments.d.ts +2 -16
- package/dist/types/composables/useVirtualPages.d.ts +1 -1
- package/dist/types/const.d.ts +9 -7
- package/dist/types/utils/enumerators.d.ts +3 -1
- package/dist/types/utils/types.d.ts +35 -3
- package/dist/types/utils.d.ts +4 -1
- package/package.json +5 -4
|
@@ -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: "M10.313 1.875A7.82 7.82 0 0 0 2.5 9.688v6.562a1.25 1.25 0 0 0 1.25 1.25h6.563a7.813 7.813 0 0 0 0-15.625m2.5 10H7.5a.625.625 0 1 1 0-1.25h5.313a.624.624 0 1 1 0 1.25m0-2.5H7.5a.625.625 0 0 1 0-1.25h5.313a.625.625 0 1 1 0 1.25"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const c = { render: l };
|
|
18
|
+
export {
|
|
19
|
+
c 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 a = {
|
|
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(l, e) {
|
|
10
|
+
return t(), n("svg", a, e[0] || (e[0] = [
|
|
11
|
+
o("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M13.438 8.75a.625.625 0 0 1-.626.625H7.5a.625.625 0 0 1 0-1.25h5.313a.625.625 0 0 1 .624.625m-.626 1.875H7.5a.625.625 0 1 0 0 1.25h5.313a.624.624 0 1 0 0-1.25m5.313-.937a7.82 7.82 0 0 1-7.812 7.812H3.75a1.25 1.25 0 0 1-1.25-1.25V9.688a7.812 7.812 0 0 1 15.625 0m-1.25 0a6.563 6.563 0 0 0-13.125 0v6.562h6.563a6.57 6.57 0 0 0 6.562-6.562"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const c = { render: r };
|
|
18
|
+
export {
|
|
19
|
+
c as default,
|
|
20
|
+
r as render
|
|
21
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as a, createStaticVNode as o } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: "40",
|
|
5
|
+
height: "40",
|
|
6
|
+
fill: "none"
|
|
7
|
+
};
|
|
8
|
+
function i(s, t) {
|
|
9
|
+
return e(), a("svg", r, t[0] || (t[0] = [
|
|
10
|
+
o('<g clip-path="url(#a)"><path fill="url(#b)" d="M26.591 12.823a13.16 13.16 0 0 1 13.407 12.94 13.3 13.3 0 0 1-.307 3.117c-.374 1.695-.597 3.42-.597 5.156v3.355a.93.93 0 0 1-.93.931h-3.356c-1.736 0-3.46.222-5.155.596a13.3 13.3 0 0 1-3.117.307 13.16 13.16 0 0 1-12.94-13.406c.108-7.128 5.867-12.887 12.995-12.996"></path><path fill="url(#c)" d="M26.591 12.823a13.16 13.16 0 0 1 13.407 12.94 13.3 13.3 0 0 1-.307 3.117c-.374 1.695-.597 3.42-.597 5.156v3.355a.93.93 0 0 1-.93.931h-3.356c-1.736 0-3.46.222-5.155.596a13.3 13.3 0 0 1-3.117.307 13.16 13.16 0 0 1-12.94-13.406c.108-7.128 5.867-12.887 12.995-12.996" opacity=".5"></path><path fill="url(#d)" d="M16.336.774A16.03 16.03 0 0 0 .003 16.54a16.2 16.2 0 0 0 .374 3.797c.456 2.065.727 4.167.727 6.282v4.087c0 .627.507 1.134 1.134 1.134h4.087c2.115 0 4.216.271 6.282.727 1.22.268 2.49.4 3.797.374a16.03 16.03 0 0 0 15.765-16.332C32.036 7.923 25.02.907 16.336.774"></path><rect width="17.5" height="2.5" x="7.5" y="13.334" fill="#2D3339" rx="1.25"></rect><rect width="12.5" height="2.5" x="7.5" y="19.166" fill="#2D3339" rx="1.25"></rect></g><defs><linearGradient id="b" x1="24.132" x2="43.516" y1="23.36" y2="42.745" gradientUnits="userSpaceOnUse"><stop stop-color="#2D3339"></stop><stop offset="1" stop-color="#434C56"></stop></linearGradient><linearGradient id="d" x1="4.167" x2="47.5" y1="2.083" y2="38.75" gradientUnits="userSpaceOnUse"><stop stop-color="#596673"></stop><stop offset="1" stop-color="#434C56"></stop></linearGradient><radialGradient id="c" cx="0" cy="0" r="1" gradientTransform="rotate(46.668 -6.307 19.905)scale(30.3595 78.2126)" gradientUnits="userSpaceOnUse"><stop stop-color="#434C56"></stop><stop offset="1" stop-color="#434C56" stop-opacity="0"></stop></radialGradient><clipPath id="a"><path fill="#fff" d="M0 0h40v40H0z"></path></clipPath></defs>', 2)
|
|
11
|
+
]));
|
|
12
|
+
}
|
|
13
|
+
const c = { render: i };
|
|
14
|
+
export {
|
|
15
|
+
c as default,
|
|
16
|
+
i as render
|
|
17
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as o, createStaticVNode as a } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: "40",
|
|
5
|
+
height: "40",
|
|
6
|
+
fill: "none"
|
|
7
|
+
};
|
|
8
|
+
function i(s, t) {
|
|
9
|
+
return e(), o("svg", r, t[0] || (t[0] = [
|
|
10
|
+
a('<g clip-path="url(#a)"><path fill="url(#b)" d="M26.591 12.823a13.16 13.16 0 0 1 13.407 12.94 13.3 13.3 0 0 1-.307 3.117c-.374 1.695-.597 3.42-.597 5.156v3.355a.93.93 0 0 1-.93.931h-3.356c-1.736 0-3.46.222-5.155.596a13.3 13.3 0 0 1-3.117.307 13.16 13.16 0 0 1-12.94-13.406c.108-7.128 5.867-12.887 12.995-12.996"></path><path fill="url(#c)" d="M26.591 12.823a13.16 13.16 0 0 1 13.407 12.94 13.3 13.3 0 0 1-.307 3.117c-.374 1.695-.597 3.42-.597 5.156v3.355a.93.93 0 0 1-.93.931h-3.356c-1.736 0-3.46.222-5.155.596a13.3 13.3 0 0 1-3.117.307 13.16 13.16 0 0 1-12.94-13.406c.108-7.128 5.867-12.887 12.995-12.996" opacity=".5"></path><path fill="url(#d)" d="M16.336.774A16.03 16.03 0 0 0 .003 16.54a16.2 16.2 0 0 0 .374 3.797c.456 2.065.727 4.167.727 6.282v4.087c0 .627.507 1.134 1.134 1.134h4.087c2.115 0 4.216.271 6.282.727 1.22.268 2.49.4 3.797.374a16.03 16.03 0 0 0 15.765-16.332C32.036 7.923 25.02.907 16.336.774"></path><rect width="17.5" height="2.5" x="7.5" y="13.334" fill="#A9B3BC" rx="1.25"></rect><rect width="12.5" height="2.5" x="7.5" y="19.166" fill="#A9B3BC" rx="1.25"></rect></g><defs><linearGradient id="b" x1="24.132" x2="43.516" y1="23.36" y2="42.745" gradientUnits="userSpaceOnUse"><stop stop-color="#A9B3BC"></stop><stop offset="1" stop-color="#C6CCD2"></stop></linearGradient><linearGradient id="d" x1="4.167" x2="47.5" y1="2.083" y2="38.75" gradientUnits="userSpaceOnUse"><stop stop-color="#F1F2F4"></stop><stop offset="1" stop-color="#C6CCD2"></stop></linearGradient><radialGradient id="c" cx="0" cy="0" r="1" gradientTransform="rotate(46.668 -6.307 19.905)scale(30.3595 78.2126)" gradientUnits="userSpaceOnUse"><stop stop-color="#8C99A6"></stop><stop offset="1" stop-color="#8C99A6" stop-opacity="0"></stop></radialGradient><clipPath id="a"><path fill="#fff" d="M0 0h40v40H0z"></path></clipPath></defs>', 2)
|
|
11
|
+
]));
|
|
12
|
+
}
|
|
13
|
+
const c = { render: i };
|
|
14
|
+
export {
|
|
15
|
+
c as default,
|
|
16
|
+
i as render
|
|
17
|
+
};
|