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.
- package/esm2020/lib/components/forms/basic-form.mjs +2 -2
- package/fesm2015/tuain-ng-forms-lib.mjs +1 -1
- package/fesm2015/tuain-ng-forms-lib.mjs.map +1 -1
- package/fesm2020/tuain-ng-forms-lib.mjs +1 -1
- package/fesm2020/tuain-ng-forms-lib.mjs.map +1 -1
- package/lib/components/forms/basic-form.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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 || '';
|