@hubsync/esign-web-sdk 6.9.23 → 6.9.24
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 +4 -4
- package/dist/cjs/verdocs-sign.entry.cjs.js.map +1 -1
- package/dist/collection/components/embeds/verdocs-sign/verdocs-sign.js +4 -4
- package/dist/collection/components/embeds/verdocs-sign/verdocs-sign.js.map +1 -1
- package/dist/components/verdocs-sign.js +4 -4
- package/dist/components/verdocs-sign.js.map +1 -1
- package/dist/esm/verdocs-sign.entry.js +4 -4
- 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/verdocs-web-sdk/{p-e6659ac9.system.entry.js → p-3896764c.system.entry.js} +2 -2
- package/dist/verdocs-web-sdk/{p-e6659ac9.system.entry.js.map → p-3896764c.system.entry.js.map} +1 -1
- package/dist/verdocs-web-sdk/p-7365a0e7.entry.js +2 -0
- package/dist/verdocs-web-sdk/{p-4a48c099.entry.js.map → p-7365a0e7.entry.js.map} +1 -1
- package/dist/verdocs-web-sdk/p-B8zpaHu-.system.js +1 -1
- package/dist/verdocs-web-sdk/p-CWM0-2JJ.system.js.map +1 -0
- package/dist/verdocs-web-sdk/verdocs-sign.entry.esm.js.map +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-4a48c099.entry.js +0 -2
- package/dist/verdocs-web-sdk/p-BAkWhq53.system.js.map +0 -1
|
@@ -247,7 +247,7 @@ const VerdocsSign = class {
|
|
|
247
247
|
// TODO: Recipient "canceled"
|
|
248
248
|
if (this.envelope.status === 'canceled') {
|
|
249
249
|
this.fatalErrorHeader = 'Unable to Start Signing Session';
|
|
250
|
-
this.fatalErrorMessage = 'This
|
|
250
|
+
this.fatalErrorMessage = 'This document has been canceled. The sender has been notified.';
|
|
251
251
|
}
|
|
252
252
|
else if (recipient.status === 'declined') {
|
|
253
253
|
this.fatalErrorHeader = 'Declined';
|
|
@@ -1027,7 +1027,7 @@ const VerdocsSign = class {
|
|
|
1027
1027
|
return (index.h(index.Host, { class: { agreed: false } }, index.h("div", { class: "fatal-error" }, index.h("div", { class: "message" }, index.h("div", { class: "header" }, "Delegated Signing Request"), index.h("p", null, "You have delegated signing to another recipient. You will not be able to sign this request again.")))));
|
|
1028
1028
|
}
|
|
1029
1029
|
if (this.isDone) {
|
|
1030
|
-
return (index.h(index.Host, { class: { agreed: this.agreed } }, index.h("verdocs-view", { endpoint: this.endpoint, envelopeId: this.envelopeId, onSdkError: e => { var _a; return (_a = this.sdkError) === null || _a === void 0 ? void 0 : _a.emit(e.detail); } }), this.showDone && (index.h("verdocs-ok-dialog", { heading: "You're Done!", message: `You can access the ${this.documentsSingularPlural} at any time by clicking on the link from the invitation email.<br /><br />After all recipients have completed their actions, you will receive an email with the document and
|
|
1030
|
+
return (index.h(index.Host, { class: { agreed: this.agreed } }, index.h("verdocs-view", { endpoint: this.endpoint, envelopeId: this.envelopeId, onSdkError: e => { var _a; return (_a = this.sdkError) === null || _a === void 0 ? void 0 : _a.emit(e.detail); } }), this.showDone && (index.h("verdocs-ok-dialog", { heading: "You're Done!", message: `You can access the ${this.documentsSingularPlural} at any time by clicking on the link from the invitation email.<br /><br />After all recipients have completed their actions, you will receive an email with the completed document and certificate attached.`, hideCloseButton: true, onNext: (e) => {
|
|
1031
1031
|
e.preventDefault();
|
|
1032
1032
|
e.stopPropagation();
|
|
1033
1033
|
this.showDone = false;
|
|
@@ -1050,7 +1050,7 @@ const VerdocsSign = class {
|
|
|
1050
1050
|
} })));
|
|
1051
1051
|
}
|
|
1052
1052
|
if (this.declining) {
|
|
1053
|
-
return (index.h(index.Host, { class: "agreed" }, index.h("div", { class: "document", style: { paddingTop: '15px' } }, index.h("img", { src: "https://public-assets.verdocs.com/loading-placeholder.png", style: { width: '612px', height: '792px', boxShadow: '0 0 10px 5px #0000000f', marginTop: '15px' }, alt: "Placeholder page" })), index.h("verdocs-ok-dialog", { heading: "Decline Signing Request", message: `If you decline to sign this request, you will not be able to sign again in the future. The
|
|
1053
|
+
return (index.h(index.Host, { class: "agreed" }, index.h("div", { class: "document", style: { paddingTop: '15px' } }, index.h("img", { src: "https://public-assets.verdocs.com/loading-placeholder.png", style: { width: '612px', height: '792px', boxShadow: '0 0 10px 5px #0000000f', marginTop: '15px' }, alt: "Placeholder page" })), index.h("verdocs-ok-dialog", { heading: "Decline Signing Request", message: `If you decline to sign this request, you will not be able to sign again in the future. The sender of the document will be notified.`, buttonLabel: "OK", showCancel: true, onExit: () => (this.declining = false), onNext: () => {
|
|
1054
1054
|
jsSdk.envelopeRecipientDecline(this.endpoint, this.envelopeId, this.roleId)
|
|
1055
1055
|
.then(r => {
|
|
1056
1056
|
console.log('[SIGN] Decline result', r);
|
|
@@ -1156,7 +1156,7 @@ const VerdocsSign = class {
|
|
|
1156
1156
|
})), this.showFinishLater && (index.h("verdocs-ok-dialog", { heading: "You've saved your document to finish later.", message: `To complete the ${this.documentsSingularPlural}, use the link in the original email notification inviting you to review and finish the document.`, hideCloseButton: true, onNext: () => {
|
|
1157
1157
|
this.isDone = true;
|
|
1158
1158
|
this.showFinishLater = false;
|
|
1159
|
-
} })), this.showDone && (index.h("verdocs-ok-dialog", { heading: "You're Done!", message: `You can access the ${this.documentsSingularPlural} at any time by clicking on the link from the invitation email.<br /><br />After all recipients have completed their actions, you will receive an email with the document and
|
|
1159
|
+
} })), this.showDone && (index.h("verdocs-ok-dialog", { heading: "You're Done!", message: `You can access the ${this.documentsSingularPlural} at any time by clicking on the link from the invitation email.<br /><br />After all recipients have completed their actions, you will receive an email with the completed document and certificate attached.`, hideCloseButton: true, onNext: () => {
|
|
1160
1160
|
this.showDone = false;
|
|
1161
1161
|
this.isDone = true;
|
|
1162
1162
|
} })), this.adoptingSignature && (index.h("verdocs-adopt-signature-dialog", { name: jsSdk.formatFullName(this.recipient), nameLocked: !!((_a = this.recipient) === null || _a === void 0 ? void 0 : _a.name_locked), onNext: async (e) => {
|