@vue-pdf-viewer/viewer 3.0.0-alpha.3 → 3.0.0-alpha.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.
@@ -0,0 +1,21 @@
1
+ import { openBlock as t, createElementBlock as n, 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 20 20"
8
+ };
9
+ function r(c, e) {
10
+ return t(), n("svg", l, e[0] || (e[0] = [
11
+ o("path", {
12
+ fill: "currentColor",
13
+ d: "M6.816 4.108a.625.625 0 0 0-1.132 0l-5 10.625a.626.626 0 0 0 1.132.532L3.117 12.5h6.266l1.301 2.766a.626.626 0 0 0 1.154-.054.63.63 0 0 0-.022-.478zm-3.11 7.142L6.25 5.842l2.545 5.406zm11.92-3.75c-.998 0-1.777.27-2.316.806a.625.625 0 0 0 .88.887c.297-.294.781-.443 1.435-.443 1.034 0 1.875.703 1.875 1.562v.252A3.34 3.34 0 0 0 15.625 10c-1.723 0-3.125 1.261-3.125 2.812s1.402 2.813 3.125 2.813a3.34 3.34 0 0 0 1.875-.567.625.625 0 1 0 1.25-.059v-4.687c0-1.55-1.401-2.812-3.125-2.812m0 6.874c-1.034 0-1.876-.703-1.876-1.562s.841-1.562 1.875-1.562 1.875.703 1.875 1.562-.841 1.563-1.875 1.563"
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 n, 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 20 20"
8
+ };
9
+ function r(a, e) {
10
+ return t(), n("svg", l, e[0] || (e[0] = [
11
+ o("path", {
12
+ fill: "currentColor",
13
+ d: "M15.625 4.375A.625.625 0 0 1 15 5h-2.674L8.992 15h2.258a.624.624 0 1 1 0 1.25H5A.625.625 0 1 1 5 15h2.674l3.334-10H8.75a.625.625 0 0 1 0-1.25H15a.625.625 0 0 1 .625.625"
14
+ }, null, -1)
15
+ ]));
16
+ }
17
+ const c = { render: r };
18
+ export {
19
+ c as default,
20
+ r 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 20 20"
8
+ };
9
+ function l(a, e) {
10
+ return t(), n("svg", r, e[0] || (e[0] = [
11
+ o("path", {
12
+ fill: "currentColor",
13
+ d: "M15.625 17.5a.624.624 0 0 1-.625.625H5a.625.625 0 1 1 0-1.25h10a.624.624 0 0 1 .625.625M10 15.625a5.005 5.005 0 0 0 5-5v-6.25a.625.625 0 1 0-1.25 0v6.25a3.75 3.75 0 0 1-7.5 0v-6.25a.625.625 0 0 0-1.25 0v6.25a5.005 5.005 0 0 0 5 5"
14
+ }, null, -1)
15
+ ]));
16
+ }
17
+ const d = { render: l };
18
+ export {
19
+ d as default,
20
+ l as render
21
+ };
@@ -0,0 +1,23 @@
1
+ import { openBlock as t, createElementBlock 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(d, e) {
10
+ return t(), o("svg", l, e[0] || (e[0] = [
11
+ n("path", {
12
+ fill: "currentColor",
13
+ "fill-rule": "evenodd",
14
+ d: "M4.792 4.167c0-.576.466-1.042 1.042-1.042h5a3.958 3.958 0 0 1 3.033 6.501 3.96 3.96 0 0 1 1.758 3.29 3.96 3.96 0 0 1-3.958 3.959H5.834a1.04 1.04 0 0 1-1.042-1.042zm6.042 4.791a1.875 1.875 0 0 0 0-3.75H6.875v3.75zm-3.959 2.084h4.792a1.875 1.875 0 1 1 0 3.75H6.875z",
15
+ "clip-rule": "evenodd"
16
+ }, null, -1)
17
+ ]));
18
+ }
19
+ const a = { render: r };
20
+ export {
21
+ a as default,
22
+ r as render
23
+ };