@verdocs/web-sdk 6.5.0-beta.27 → 6.5.0-beta.28
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 +1 -0
- package/dist/cjs/verdocs-sign.entry.cjs.js.map +1 -1
- package/dist/collection/components/embeds/verdocs-sign/verdocs-sign.js +1 -0
- package/dist/collection/components/embeds/verdocs-sign/verdocs-sign.js.map +1 -1
- package/dist/components/verdocs-sign.js +1 -0
- package/dist/components/verdocs-sign.js.map +1 -1
- package/dist/custom-elements.json +2460 -0
- package/dist/esm/verdocs-sign.entry.js +1 -0
- 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-0595ab1a.entry.js → p-261ee132.entry.js} +2 -2
- package/dist/verdocs-web-sdk/{p-0595ab1a.entry.js.map → p-261ee132.entry.js.map} +1 -1
- package/dist/verdocs-web-sdk/p-B8zpaHu-.system.js +1 -1
- package/dist/verdocs-web-sdk/{p-CTE8-bql.system.js.map → p-BviXv93R.system.js.map} +1 -1
- package/dist/verdocs-web-sdk/{p-8a8e5abc.system.entry.js → p-d5bdf7e8.system.entry.js} +2 -2
- package/dist/verdocs-web-sdk/{p-8a8e5abc.system.entry.js.map → p-d5bdf7e8.system.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.esm.js +1 -1
- package/package.json +1 -1
|
@@ -985,6 +985,7 @@ const VerdocsSign = class {
|
|
|
985
985
|
}
|
|
986
986
|
localStorage.setItem('startedEnvelopes', JSON.stringify(startedEnvelopes));
|
|
987
987
|
}
|
|
988
|
+
this.signingProgressMode = 'signing';
|
|
988
989
|
}, onExit: () => (this.adoptingSignature = false) })), (this.submitting || this.showSpinner) && (h("verdocs-portal", null, h("div", { class: "spinner-overlay" }, h("verdocs-spinner", null)))), this.showDownloadDialog && (h("verdocs-download-dialog", { hasCertificate: (_b = (_a = this.envelope) === null || _a === void 0 ? void 0 : _a.documents) === null || _b === void 0 ? void 0 : _b.some(d => d.type === 'certificate'), onExit: () => (this.showDownloadDialog = false), onNext: async (e) => {
|
|
989
990
|
this.showDownloadDialog = false;
|
|
990
991
|
const { action } = e.detail;
|