@eid-easy/eideasy-widget 3.2.0 → 3.3.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/eideasy-widget.mjs
CHANGED
|
@@ -11070,7 +11070,7 @@ function requireEideasyBrowserClient() {
|
|
|
11070
11070
|
let { iframeHolder: t4, iframeUrl: n4, monitor: r3, iframeMessenger: i3, cancelToken: o3 } = e5;
|
|
11071
11071
|
return function* () {
|
|
11072
11072
|
const e6 = document.createElement("iframe");
|
|
11073
|
-
e6.setAttribute("src", n4), e6.setAttribute("referrerpolicy", "origin"), e6.setAttribute("allow",
|
|
11073
|
+
e6.setAttribute("src", n4), e6.setAttribute("referrerpolicy", "origin"), e6.setAttribute("allow", "clipboard-write;local-network-access"), e6.style.width = "100%", e6.style.height = "100%", e6.style.position = "relative", e6.style.border = "0", t4.innerHTML = "", r3.log("Trying to create iframe with src: ".concat(n4)), t4.appendChild(e6);
|
|
11074
11074
|
try {
|
|
11075
11075
|
return yield i3.send({ iframe: e6, message: { operation: "ready" }, cancelToken: o3 }), new Promise(function(t5) {
|
|
11076
11076
|
t5(e6);
|
|
@@ -28018,7 +28018,7 @@ const _sfc_main$H = {
|
|
|
28018
28018
|
createTextVNode(toDisplayString$1(_ctx.$t("method-setup-info-2", { method: "D-trust" })) + " ", 1),
|
|
28019
28019
|
createBaseVNode("a", {
|
|
28020
28020
|
class: normalizeClass(_ctx.$style.infoLink),
|
|
28021
|
-
href: "https://
|
|
28021
|
+
href: "https://cloud.sign-me.de/signature/start",
|
|
28022
28022
|
target: "_blank",
|
|
28023
28023
|
rel: "noopener noreferrer"
|
|
28024
28024
|
}, toDisplayString$1(_ctx.$t("here")), 3)
|
|
@@ -28170,7 +28170,7 @@ const _sfc_main$G = {
|
|
|
28170
28170
|
createTextVNode(toDisplayString$1(_ctx.$t("method-setup-info-2", { method: "D-trust" })) + " ", 1),
|
|
28171
28171
|
createBaseVNode("a", {
|
|
28172
28172
|
class: normalizeClass(_ctx.$style.infoLink),
|
|
28173
|
-
href: "https://
|
|
28173
|
+
href: "https://cloud.sign-me.de/signature/start",
|
|
28174
28174
|
target: "_blank",
|
|
28175
28175
|
rel: "noopener noreferrer"
|
|
28176
28176
|
}, toDisplayString$1(_ctx.$t("here")), 3)
|