@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.
@@ -987,6 +987,7 @@ const VerdocsSign = class {
987
987
  }
988
988
  localStorage.setItem('startedEnvelopes', JSON.stringify(startedEnvelopes));
989
989
  }
990
+ this.signingProgressMode = 'signing';
990
991
  }, 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", { 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) => {
991
992
  this.showDownloadDialog = false;
992
993
  const { action } = e.detail;