@hubsync/esign-web-sdk 6.9.15 → 6.9.16
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/cjs/verdocs-sign.cjs.entry.js +3 -1
- package/dist/cjs/verdocs-sign.entry.cjs.js.map +1 -1
- package/dist/collection/components/embeds/verdocs-sign/verdocs-sign.js +3 -1
- package/dist/collection/components/embeds/verdocs-sign/verdocs-sign.js.map +1 -1
- package/dist/components/verdocs-sign.js +3 -1
- package/dist/components/verdocs-sign.js.map +1 -1
- package/dist/esm/verdocs-sign.entry.js +3 -1
- package/dist/esm/verdocs-sign.entry.js.map +1 -1
- package/dist/esm-es5/verdocs-sign.entry.js +1 -1
- package/dist/esm-es5/verdocs-sign.entry.js.map +1 -1
- package/dist/globals.css +4 -4
- package/dist/verdocs-web-sdk/{p-8d831133.system.entry.js → p-2eab47a9.system.entry.js} +2 -2
- package/dist/verdocs-web-sdk/{p-8d831133.system.entry.js.map → p-2eab47a9.system.entry.js.map} +1 -1
- package/dist/verdocs-web-sdk/p-B67Th1JG.system.js.map +1 -0
- package/dist/verdocs-web-sdk/p-B8zpaHu-.system.js +1 -1
- package/dist/verdocs-web-sdk/{p-f15c3120.entry.js → p-af8aaa52.entry.js} +2 -2
- package/dist/verdocs-web-sdk/{p-f15c3120.entry.js.map → p-af8aaa52.entry.js.map} +1 -1
- package/dist/verdocs-web-sdk/verdocs-sign.entry.esm.js.map +1 -1
- package/dist/verdocs-web-sdk/verdocs-web-sdk.css +1 -1
- package/dist/verdocs-web-sdk/verdocs-web-sdk.esm.js +1 -1
- package/package.json +1 -1
- package/dist/verdocs-web-sdk/p-BD4bxShv.system.js.map +0 -1
|
@@ -1000,7 +1000,9 @@ const VerdocsSign$1 = /*@__PURE__*/ proxyCustomElement(class VerdocsSign extends
|
|
|
1000
1000
|
return (h(Host, null, h("verdocs-loader", null)));
|
|
1001
1001
|
}
|
|
1002
1002
|
if (this.fatalErrorMessage) {
|
|
1003
|
-
return (h(Host,
|
|
1003
|
+
return (h(Host, null, h("verdocs-ok-dialog", { heading: this.fatalErrorHeader, message: this.fatalErrorMessage, buttonLabel: "OK", onNext: () => {
|
|
1004
|
+
window.location.reload();
|
|
1005
|
+
} })));
|
|
1004
1006
|
}
|
|
1005
1007
|
if (this.delegated) {
|
|
1006
1008
|
return (h(Host, { class: { agreed: false } }, h("div", { class: "fatal-error" }, h("div", { class: "message" }, h("div", { class: "header" }, "Delegated Signing Request"), h("p", null, "You have delegated signing to another recipient. You will not be able to sign this request again.")))));
|