tuain-ng-forms-lib 17.2.21 → 17.2.23
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.
Potentially problematic release.
This version of tuain-ng-forms-lib might be problematic. Click here for more details.
|
@@ -36,6 +36,7 @@ export declare class BasicFormComponent extends FormStructureAndData implements
|
|
|
36
36
|
private _fieldServerError;
|
|
37
37
|
private _tableServerError;
|
|
38
38
|
private _actionsInProgress;
|
|
39
|
+
private _serverActionsInProgress;
|
|
39
40
|
protected inputDataFields: any;
|
|
40
41
|
protected extraData: any;
|
|
41
42
|
protected _eventEmiter: LibEventManagerService;
|