tuain-ng-forms-lib 15.1.8 → 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
- private _controlToken;
13
- private _originToken;
14
- private _formRoute;
15
- private _definitionObtained;
16
- private _notifyFormActivity;
17
- private _formChangeState;
18
- private _formSectionsCanDeactivate;
19
- private _formSectionsActivate;
20
- private _formSectionsInactivate;
21
- private _formActionsStart;
22
- private _formActionsFinish;
23
- private _fieldInputValidation;
24
- private _fieldValidationsStart;
25
- private _fieldValidationsFinish;
26
- private _tableSelectionsStart;
27
- private _tableSelectionsFinish;
28
- private _tableActionsStart;
29
- private _tableActionsFinish;
30
- private _tableGetDataStart;
31
- private _tableGetDataFinish;
32
- private _actionServerError;
33
- private _fieldServerError;
34
- private _tableServerError;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuain-ng-forms-lib",
3
- "version": "15.1.8",
3
+ "version": "15.1.10",
4
4
  "description": "Componentes y Clases Angular para la gestión de formularios TUAIN",
5
5
  "author": "Mauricio Méndez, Imix Consulting",
6
6
  "license": "MIT",