@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.
@@ -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.status === 'complete' || this.envelope.signed, polling: this.polling, documents: this.envelope.documents, onExit: () => {
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) => {