@verdocs/web-sdk 6.5.0-beta.31 → 6.5.0-beta.32
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 -1
- package/dist/cjs/verdocs-sign.entry.cjs.js.map +1 -1
- package/dist/collection/components/embeds/verdocs-sign/verdocs-sign.js +1 -1
- package/dist/collection/components/embeds/verdocs-sign/verdocs-sign.js.map +1 -1
- package/dist/components/verdocs-sign.js +1 -1
- package/dist/components/verdocs-sign.js.map +1 -1
- package/dist/esm/verdocs-sign.entry.js +1 -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/verdocs-web-sdk/{p-a4e05bda.system.entry.js → p-363f13cb.system.entry.js} +2 -2
- package/dist/verdocs-web-sdk/{p-a4e05bda.system.entry.js.map → p-363f13cb.system.entry.js.map} +1 -1
- package/dist/verdocs-web-sdk/{p-7b9a7978.entry.js → p-42ad9ea7.entry.js} +2 -2
- package/dist/verdocs-web-sdk/{p-7b9a7978.entry.js.map → p-42ad9ea7.entry.js.map} +1 -1
- package/dist/verdocs-web-sdk/p-B8zpaHu-.system.js +1 -1
- package/dist/verdocs-web-sdk/{p-bj9PeIoT.system.js.map → p-DKu4yKnD.system.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
|
@@ -1013,7 +1013,7 @@ const VerdocsSign = class {
|
|
|
1013
1013
|
const initFields = this.el.querySelectorAll('verdocs-field-initial');
|
|
1014
1014
|
initFields.forEach(el => el.setAttribute('initialid', this.initialId));
|
|
1015
1015
|
this.checkRecipientFields();
|
|
1016
|
-
}, onExit: () => (this.adoptingSignature = false) })), (this.submitting || this.showSpinner) && (index.h("verdocs-portal", null, index.h("div", { class: "spinner-overlay" }, index.h("verdocs-spinner", null)))), this.showDownloadDialog && (index.h("verdocs-download-dialog", { signed: this.envelope.
|
|
1016
|
+
}, onExit: () => (this.adoptingSignature = false) })), (this.submitting || this.showSpinner) && (index.h("verdocs-portal", null, index.h("div", { class: "spinner-overlay" }, index.h("verdocs-spinner", null)))), this.showDownloadDialog && (index.h("verdocs-download-dialog", { signed: this.envelope.signed, polling: this.polling, documents: this.envelope.documents, onExit: () => {
|
|
1017
1017
|
this.showDownloadDialog = false;
|
|
1018
1018
|
this.stopPolling();
|
|
1019
1019
|
}, onNext: async (e) => {
|