@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.
@@ -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;