@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.
@@ -1011,7 +1011,7 @@ const VerdocsSign = class {
1011
1011
  const initFields = this.el.querySelectorAll('verdocs-field-initial');
1012
1012
  initFields.forEach(el => el.setAttribute('initialid', this.initialId));
1013
1013
  this.checkRecipientFields();
1014
- }, 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", { signed: this.envelope.status === 'complete' || this.envelope.signed, polling: this.polling, documents: this.envelope.documents, onExit: () => {
1014
+ }, 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", { signed: this.envelope.signed, polling: this.polling, documents: this.envelope.documents, onExit: () => {
1015
1015
  this.showDownloadDialog = false;
1016
1016
  this.stopPolling();
1017
1017
  }, onNext: async (e) => {