@hubsync/esign-web-sdk 6.9.23 → 6.9.25
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-field-attachment_11.cjs.entry.js +2 -2
- 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/collection/components/fields/verdocs-field-checkbox/verdocs-field-checkbox.js +1 -1
- package/dist/collection/components/fields/verdocs-field-checkbox/verdocs-field-checkbox.js.map +1 -1
- package/dist/collection/components/fields/verdocs-field-radio/verdocs-field-radio.js +1 -1
- package/dist/collection/components/fields/verdocs-field-radio/verdocs-field-radio.js.map +1 -1
- package/dist/components/{p-DZrvJ_QT.js → p-1v1nkPcE.js} +5 -5
- package/dist/components/{p-DZrvJ_QT.js.map → p-1v1nkPcE.js.map} +1 -1
- package/dist/components/{p-Dolz_jo3.js → p-Bf1POXi1.js} +3 -3
- package/dist/components/p-Bf1POXi1.js.map +1 -0
- package/dist/components/{p-yM0XEtHG.js → p-DbpqTdhn.js} +5 -5
- package/dist/components/{p-yM0XEtHG.js.map → p-DbpqTdhn.js.map} +1 -1
- package/dist/components/{p-DemYa78C.js → p-DrmZLNU5.js} +4 -4
- package/dist/components/{p-DemYa78C.js.map → p-DrmZLNU5.js.map} +1 -1
- package/dist/components/{p-CoX-UPik.js → p-wsUzEIVY.js} +3 -3
- package/dist/components/p-wsUzEIVY.js.map +1 -0
- package/dist/components/verdocs-build.js +5 -5
- package/dist/components/verdocs-field-checkbox.js +1 -1
- package/dist/components/verdocs-field-radio.js +1 -1
- package/dist/components/verdocs-preview.js +1 -1
- package/dist/components/verdocs-sign.js +4 -4
- package/dist/components/verdocs-sign.js.map +1 -1
- package/dist/components/verdocs-template-document-page.js +1 -1
- package/dist/components/verdocs-template-fields.js +1 -1
- package/dist/esm/verdocs-field-attachment_11.entry.js +2 -2
- package/dist/esm/verdocs-sign.entry.js +4 -4
- package/dist/esm/verdocs-sign.entry.js.map +1 -1
- package/dist/esm-es5/verdocs-field-attachment_11.entry.js +1 -1
- package/dist/esm-es5/verdocs-field-attachment_11.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/p-W5scp_Cb.system.js.map +1 -0
- package/dist/verdocs-web-sdk/p-b05f5cd5.entry.js +2 -0
- package/dist/verdocs-web-sdk/p-b05f5cd5.entry.js.map +1 -0
- package/dist/verdocs-web-sdk/p-b0f1ff28.system.entry.js +2 -0
- package/dist/verdocs-web-sdk/p-b0f1ff28.system.entry.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/components/p-CoX-UPik.js.map +0 -1
- package/dist/components/p-Dolz_jo3.js.map +0 -1
- package/dist/verdocs-web-sdk/p-2ebc769e.entry.js +0 -2
- package/dist/verdocs-web-sdk/p-2ebc769e.entry.js.map +0 -1
- package/dist/verdocs-web-sdk/p-4a48c099.entry.js +0 -2
- package/dist/verdocs-web-sdk/p-6d41df5d.system.entry.js +0 -2
- package/dist/verdocs-web-sdk/p-6d41df5d.system.entry.js.map +0 -1
- package/dist/verdocs-web-sdk/p-BAkWhq53.system.js.map +0 -1
- package/dist/verdocs-web-sdk/p-BUFQbxzf.system.js.map +0 -1
|
@@ -270,7 +270,7 @@ export class VerdocsSign {
|
|
|
270
270
|
// TODO: Recipient "canceled"
|
|
271
271
|
if (this.envelope.status === 'canceled') {
|
|
272
272
|
this.fatalErrorHeader = 'Unable to Start Signing Session';
|
|
273
|
-
this.fatalErrorMessage = 'This
|
|
273
|
+
this.fatalErrorMessage = 'This document has been canceled. The sender has been notified.';
|
|
274
274
|
}
|
|
275
275
|
else if (recipient.status === 'declined') {
|
|
276
276
|
this.fatalErrorHeader = 'Declined';
|
|
@@ -1050,7 +1050,7 @@ export class VerdocsSign {
|
|
|
1050
1050
|
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.")))));
|
|
1051
1051
|
}
|
|
1052
1052
|
if (this.isDone) {
|
|
1053
|
-
return (h(Host, { class: { agreed: this.agreed } }, 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 && (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
|
|
1053
|
+
return (h(Host, { class: { agreed: this.agreed } }, 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 && (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) => {
|
|
1054
1054
|
e.preventDefault();
|
|
1055
1055
|
e.stopPropagation();
|
|
1056
1056
|
this.showDone = false;
|
|
@@ -1073,7 +1073,7 @@ export class VerdocsSign {
|
|
|
1073
1073
|
} })));
|
|
1074
1074
|
}
|
|
1075
1075
|
if (this.declining) {
|
|
1076
|
-
return (h(Host, { class: "agreed" }, h("div", { class: "document", style: { paddingTop: '15px' } }, 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" })), 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
|
|
1076
|
+
return (h(Host, { class: "agreed" }, h("div", { class: "document", style: { paddingTop: '15px' } }, 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" })), 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: () => {
|
|
1077
1077
|
envelopeRecipientDecline(this.endpoint, this.envelopeId, this.roleId)
|
|
1078
1078
|
.then(r => {
|
|
1079
1079
|
console.log('[SIGN] Decline result', r);
|
|
@@ -1179,7 +1179,7 @@ export class VerdocsSign {
|
|
|
1179
1179
|
})), this.showFinishLater && (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: () => {
|
|
1180
1180
|
this.isDone = true;
|
|
1181
1181
|
this.showFinishLater = false;
|
|
1182
|
-
} })), this.showDone && (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
|
|
1182
|
+
} })), this.showDone && (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: () => {
|
|
1183
1183
|
this.showDone = false;
|
|
1184
1184
|
this.isDone = true;
|
|
1185
1185
|
} })), this.adoptingSignature && (h("verdocs-adopt-signature-dialog", { name: formatFullName(this.recipient), nameLocked: !!((_a = this.recipient) === null || _a === void 0 ? void 0 : _a.name_locked), onNext: async (e) => {
|