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
|
@@ -3073,7 +3073,7 @@ class BasicFormComponent {
|
|
|
3073
3073
|
}
|
|
3074
3074
|
canGoBack() { return this._originToken !== null; }
|
|
3075
3075
|
goBack() { return this.formManagerService.backTo(); }
|
|
3076
|
-
goBackForm() { return this.goBack(); }
|
|
3076
|
+
goBackForm(forced = true) { return this.goBack(); }
|
|
3077
3077
|
getOriginDetail() { var _a, _b; return (_a = this.formManagerService) === null || _a === void 0 ? void 0 : _a.getFormInfo((_b = this._originToken) !== null && _b !== void 0 ? _b : ''); }
|
|
3078
3078
|
setError(errorType, errorMessage, errorDetail) {
|
|
3079
3079
|
this._errorType = errorType || '';
|