@vue-pdf-viewer/viewer 3.1.0-beta.2 → 3.1.0-rc.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/dist/index.js +4 -4
- package/dist/index.umd.cjs +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4989,7 +4989,7 @@ function vp(l, U, d, Z, F) {
|
|
|
4989
4989
|
function HU(l, U, d) {
|
|
4990
4990
|
return Math.min(Math.max(l, U), d);
|
|
4991
4991
|
}
|
|
4992
|
-
const Kp = /* @__PURE__ */ new Date("2025-09-
|
|
4992
|
+
const Kp = /* @__PURE__ */ new Date("2025-09-29T09:52:17.153Z"), Rc = "Please visit https://www.vue-pdf-viewer.dev/license-management/ to generate a new license key.", KZ = {
|
|
4993
4993
|
invalidLicense: `You are currently using without a valid license. ${Rc}`,
|
|
4994
4994
|
mismatchedDomain: `Your license key is not valid for the current domain / IP. ${Rc}`,
|
|
4995
4995
|
expired: `Your license key has expired. ${Rc}`,
|
|
@@ -19816,8 +19816,8 @@ const mL = () => {
|
|
|
19816
19816
|
), f(
|
|
19817
19817
|
[s, l.pageWrapperLayer],
|
|
19818
19818
|
([T, L], g, X) => {
|
|
19819
|
-
T && L && L.addEventListener("click", j), X(() => {
|
|
19820
|
-
L?.removeEventListener("click", j);
|
|
19819
|
+
T && L && (L.addEventListener("click", j), L.addEventListener("focusout", I)), X(() => {
|
|
19820
|
+
L?.removeEventListener("click", j), L?.removeEventListener("focusout", I);
|
|
19821
19821
|
});
|
|
19822
19822
|
},
|
|
19823
19823
|
{ immediate: !0 }
|
|
@@ -25406,7 +25406,7 @@ const RI = (l, U) => {
|
|
|
25406
25406
|
}), { comments: d, repliedCommentPages: t };
|
|
25407
25407
|
};
|
|
25408
25408
|
let GW = "";
|
|
25409
|
-
GW = "https://unpkg.com/@vue-pdf-viewer/viewer@3.1.0-
|
|
25409
|
+
GW = "https://unpkg.com/@vue-pdf-viewer/viewer@3.1.0-rc.0/dist/assets/pdf-annotations/";
|
|
25410
25410
|
const Be = GW;
|
|
25411
25411
|
class oI {
|
|
25412
25412
|
_items = [];
|