tuain-ng-forms-lib 15.1.9 → 15.1.10
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.
|
@@ -9,29 +9,29 @@ export declare class BasicFormComponent extends FormStructureAndData {
|
|
|
9
9
|
protected formManagerService: LibFormManagerService;
|
|
10
10
|
protected _eventManager: LibEventManagerService;
|
|
11
11
|
protected fileMgmtServices: LibFileManagementService;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
12
|
+
protected _controlToken: string | null;
|
|
13
|
+
protected _originToken: string | null;
|
|
14
|
+
protected _formRoute: string | null;
|
|
15
|
+
protected _definitionObtained: boolean;
|
|
16
|
+
protected _notifyFormActivity: boolean;
|
|
17
|
+
protected _formChangeState: any[];
|
|
18
|
+
protected _formSectionsCanDeactivate: any;
|
|
19
|
+
protected _formSectionsActivate: any;
|
|
20
|
+
protected _formSectionsInactivate: any;
|
|
21
|
+
protected _formActionsStart: any;
|
|
22
|
+
protected _formActionsFinish: any;
|
|
23
|
+
protected _fieldInputValidation: any;
|
|
24
|
+
protected _fieldValidationsStart: any;
|
|
25
|
+
protected _fieldValidationsFinish: any;
|
|
26
|
+
protected _tableSelectionsStart: any;
|
|
27
|
+
protected _tableSelectionsFinish: any;
|
|
28
|
+
protected _tableActionsStart: any;
|
|
29
|
+
protected _tableActionsFinish: any;
|
|
30
|
+
protected _tableGetDataStart: any;
|
|
31
|
+
protected _tableGetDataFinish: any;
|
|
32
|
+
protected _actionServerError: any[];
|
|
33
|
+
protected _fieldServerError: any[];
|
|
34
|
+
protected _tableServerError: any[];
|
|
35
35
|
protected inputDataFields: any;
|
|
36
36
|
protected extraData: any;
|
|
37
37
|
protected _eventEmiter: LibEventManagerService;
|