tuain-ng-forms-lib 15.0.26 → 15.0.27
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 +9 -2
- package/fesm2015/tuain-ng-forms-lib.mjs +8 -1
- package/fesm2015/tuain-ng-forms-lib.mjs.map +1 -1
- package/fesm2020/tuain-ng-forms-lib.mjs +8 -1
- package/fesm2020/tuain-ng-forms-lib.mjs.map +1 -1
- package/lib/components/forms/basic-form.d.ts +3 -0
- package/package.json +1 -1
|
@@ -13,6 +13,7 @@ export declare class BasicFormComponent extends FormStructureAndData {
|
|
|
13
13
|
private _originToken;
|
|
14
14
|
private _formRoute;
|
|
15
15
|
private _definitionObtained;
|
|
16
|
+
private _notifyFormActivity;
|
|
16
17
|
private _formChangeState;
|
|
17
18
|
private _formSectionsCanDeactivate;
|
|
18
19
|
private _formSectionsActivate;
|
|
@@ -58,6 +59,8 @@ export declare class BasicFormComponent extends FormStructureAndData {
|
|
|
58
59
|
openUploadDialog(title: any, body: any, options: any, callback?: any, params?: any): void;
|
|
59
60
|
subscribeAppEvent(eventName: string, callback: any): void;
|
|
60
61
|
openForm(name: string, data?: any, backData?: any, cleanStack?: boolean): void;
|
|
62
|
+
enableActivityNotification(): void;
|
|
63
|
+
disableActivityNotification(): void;
|
|
61
64
|
canGoBack(): boolean;
|
|
62
65
|
goBack(): void;
|
|
63
66
|
goBackForm(): void;
|