tuain-ng-forms-lib 14.5.28 → 14.5.29

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.
@@ -2965,7 +2965,7 @@ class BasicFormComponent {
2965
2965
  }
2966
2966
  canGoBack() { return this._originToken !== null; }
2967
2967
  goBack() { return this.formManagerService.backTo(); }
2968
- goBackForm() { return this.goBack(); }
2968
+ goBackForm(forced = true) { return this.goBack(); }
2969
2969
  getOriginDetail() { return this.formManagerService?.getFormInfo(this._originToken ?? ''); }
2970
2970
  setError(errorType, errorMessage, errorDetail) {
2971
2971
  this._errorType = errorType || '';