@verdocs/web-sdk 6.10.3 → 6.10.5

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.
Files changed (44) hide show
  1. package/dist/cjs/index-DLmnUl1_.js +4 -4
  2. package/dist/cjs/verdocs-sign.cjs.entry.js +3 -4
  3. package/dist/cjs/verdocs-sign.cjs.entry.js.map +1 -1
  4. package/dist/cjs/verdocs-status-indicator.cjs.entry.js +5681 -7384
  5. package/dist/cjs/verdocs-status-indicator.cjs.entry.js.map +1 -1
  6. package/dist/collection/components/embeds/verdocs-sign/verdocs-sign.js +3 -4
  7. package/dist/collection/components/embeds/verdocs-sign/verdocs-sign.js.map +1 -1
  8. package/dist/components/p-DtHLJ-XO.js +2 -0
  9. package/dist/components/p-DtHLJ-XO.js.map +1 -0
  10. package/dist/components/verdocs-envelopes-list.js +1 -1
  11. package/dist/components/verdocs-sign.js +1 -1
  12. package/dist/components/verdocs-sign.js.map +1 -1
  13. package/dist/components/verdocs-status-indicator.js +1 -1
  14. package/dist/esm/index-CjTHbolG.js +4 -4
  15. package/dist/esm/verdocs-sign.entry.js +3 -4
  16. package/dist/esm/verdocs-sign.entry.js.map +1 -1
  17. package/dist/esm/verdocs-status-indicator.entry.js +5681 -7384
  18. package/dist/esm/verdocs-status-indicator.entry.js.map +1 -1
  19. package/dist/esm-es5/index-CjTHbolG.js +1 -1
  20. package/dist/esm-es5/verdocs-sign.entry.js +1 -1
  21. package/dist/esm-es5/verdocs-sign.entry.js.map +1 -1
  22. package/dist/esm-es5/verdocs-status-indicator.entry.js +1 -1
  23. package/dist/esm-es5/verdocs-status-indicator.entry.js.map +1 -1
  24. package/dist/verdocs-web-sdk/p-18ce7226.system.entry.js +2 -0
  25. package/dist/verdocs-web-sdk/p-18ce7226.system.entry.js.map +1 -0
  26. package/dist/verdocs-web-sdk/p-1a06dffb.entry.js +2 -0
  27. package/dist/verdocs-web-sdk/p-1a06dffb.entry.js.map +1 -0
  28. package/dist/verdocs-web-sdk/p-BdZ5Ghsa.system.js +1 -1
  29. package/dist/verdocs-web-sdk/p-addd303e.system.entry.js +2 -0
  30. package/dist/verdocs-web-sdk/p-addd303e.system.entry.js.map +1 -0
  31. package/dist/verdocs-web-sdk/p-ef1083c6.entry.js +2 -0
  32. package/dist/verdocs-web-sdk/p-ef1083c6.entry.js.map +1 -0
  33. package/dist/verdocs-web-sdk/verdocs-web-sdk.esm.js +1 -1
  34. package/package.json +3 -3
  35. package/dist/components/p-CL2-oWjL.js +0 -2
  36. package/dist/components/p-CL2-oWjL.js.map +0 -1
  37. package/dist/verdocs-web-sdk/p-28418080.system.entry.js +0 -2
  38. package/dist/verdocs-web-sdk/p-28418080.system.entry.js.map +0 -1
  39. package/dist/verdocs-web-sdk/p-4a2d69b9.system.entry.js +0 -2
  40. package/dist/verdocs-web-sdk/p-4a2d69b9.system.entry.js.map +0 -1
  41. package/dist/verdocs-web-sdk/p-f60672f5.entry.js +0 -2
  42. package/dist/verdocs-web-sdk/p-f60672f5.entry.js.map +0 -1
  43. package/dist/verdocs-web-sdk/p-f9ef8d34.entry.js +0 -2
  44. package/dist/verdocs-web-sdk/p-f9ef8d34.entry.js.map +0 -1
@@ -171,12 +171,11 @@ export class VerdocsSign {
171
171
  }
172
172
  }
173
173
  prepareForViewTransition() {
174
- var _a, _b, _c;
174
+ var _a, _b;
175
175
  this.stopPolling();
176
176
  (_a = this.observer) === null || _a === void 0 ? void 0 : _a.disconnect();
177
177
  this.observer = null;
178
178
  (_b = document.getElementById('air-datepicker-global-container')) === null || _b === void 0 ? void 0 : _b.remove();
179
- (_c = document.getElementById('verdocs-sign-header')) === null || _c === void 0 ? void 0 : _c.remove();
180
179
  }
181
180
  async handleSubmitSuccess() {
182
181
  var _a, _b;
@@ -1092,7 +1091,7 @@ export class VerdocsSign {
1092
1091
  e.preventDefault();
1093
1092
  e.stopPropagation();
1094
1093
  this.handleDoneDialogDismiss();
1095
- } })), this.submitting && (h("div", { class: "loading-indicator" }, h("verdocs-loader", null)))));
1094
+ }, onExit: () => this.handleDoneDialogDismiss() })), this.submitting && (h("div", { class: "loading-indicator" }, h("verdocs-loader", null)))));
1096
1095
  }
1097
1096
  if (this.delegating) {
1098
1097
  return (h(Host, { class: "agreed" }, h("div", { class: "document", style: { paddingTop: '15px' } }, h("img", { src: "https://public-assets.verdocs.com/loading-placeholder.png", style: { width: '612px', height: '792px', boxShadow: '0 0 10px 5px #0000000f', marginTop: '15px' }, alt: "Placeholder page" })), h("verdocs-delegate-dialog", { endpoint: this.endpoint, envelope: this.envelope, onExit: () => (this.delegating = false), onNext: (e) => {
@@ -1215,7 +1214,7 @@ export class VerdocsSign {
1215
1214
  this.showFinishLater = false;
1216
1215
  } })), this.showDone && (h("verdocs-ok-dialog", { heading: "You're Done!", message: `You can access the ${this.documentsSingularPlural} at any time by clicking on the link from the invitation email.<br /><br />After all recipients have completed their actions, you will receive an email with the document and envelope certificate attached.`, onNext: () => {
1217
1216
  this.handleDoneDialogDismiss();
1218
- } })), this.adoptingSignature && (h("verdocs-adopt-signature-dialog", { name: formatFullName(this.recipient), nameLocked: !!((_a = this.recipient) === null || _a === void 0 ? void 0 : _a.name_locked), onNext: async (e) => {
1217
+ }, onExit: () => this.handleDoneDialogDismiss() })), this.adoptingSignature && (h("verdocs-adopt-signature-dialog", { name: formatFullName(this.recipient), nameLocked: !!((_a = this.recipient) === null || _a === void 0 ? void 0 : _a.name_locked), onNext: async (e) => {
1219
1218
  console.log('[SIGN] Adopting signature/initials block', e.detail);
1220
1219
  this.showSpinner = true;
1221
1220
  // These arrive as base-64 encoded data URLs