@hubsync/esign-web-sdk 6.5.3 → 6.5.4

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.
@@ -629,13 +629,6 @@ const VerdocsSign$1 = /*@__PURE__*/ proxyCustomElement(class VerdocsSign extends
629
629
  onSkip: () => {
630
630
  this.handleNext();
631
631
  },
632
- onClick: () => {
633
- var _a;
634
- const id = getFieldId(nextField);
635
- const el = document.getElementById(id);
636
- el === null || el === void 0 ? void 0 : el.scrollIntoView({ behavior: 'smooth', block: 'center' });
637
- (_a = el === null || el === void 0 ? void 0 : el.focusField) === null || _a === void 0 ? void 0 : _a.call(el);
638
- },
639
632
  });
640
633
  }
641
634
  }
@@ -952,7 +945,7 @@ const VerdocsSign$1 = /*@__PURE__*/ proxyCustomElement(class VerdocsSign extends
952
945
  }
953
946
  return (h("verdocs-signing-progress", { mode: mode, current: Math.max(1, currentIndex), total: totalFields, remainingFields: remainingFields, progress: progress, fieldLabel: getFieldLabel(focusedFieldObj), fieldCompleted: focusedFieldObj ? !!isFilled(focusedFieldObj) : false, onStarted: () => {
954
947
  this.adoptingSignature = true;
955
- // this.handleNext();
948
+ this.handleNext();
956
949
  }, onNext: () => this.handleNext(), onPrevious: () => this.handlePrev(), onExit: () => this.handleNext() }));
957
950
  })(), h("div", { class: `document signed-document-container zoom-${this.zoomLevel}` }, (this.envelope.documents || []).map(envelopeDocument => {
958
951
  const pageNumbers = integerSequence(1, envelopeDocument.pages);