tuain-ng-forms-lib 17.2.6 → 17.2.8

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.
@@ -1,3 +1,4 @@
1
+ import { OnInit, OnDestroy } from '@angular/core';
1
2
  import { FormStructureAndData } from '../../classes/forms/form';
2
3
  import { LibFormManagerService } from '../../services/form-manager.service';
3
4
  import { LibEventManagerService } from '../../services/event-manager.service';
@@ -5,7 +6,7 @@ import { LibFileManagementService } from '../../services/file-manager.service';
5
6
  import { FieldDescriptor } from '../../classes/forms/field';
6
7
  import { RecordFormSection } from '../../classes/forms/section';
7
8
  import * as i0 from "@angular/core";
8
- export declare class BasicFormComponent extends FormStructureAndData {
9
+ export declare class BasicFormComponent extends FormStructureAndData implements OnInit, OnDestroy {
9
10
  protected formManagerService: LibFormManagerService;
10
11
  protected _eventManager: LibEventManagerService;
11
12
  protected fileMgmtServices: LibFileManagementService;
@@ -34,6 +35,7 @@ export declare class BasicFormComponent extends FormStructureAndData {
34
35
  private _actionServerError;
35
36
  private _fieldServerError;
36
37
  private _tableServerError;
38
+ private _actionsInProgress;
37
39
  protected inputDataFields: any;
38
40
  protected extraData: any;
39
41
  protected _eventEmiter: LibEventManagerService;
@@ -50,6 +52,7 @@ export declare class BasicFormComponent extends FormStructureAndData {
50
52
  cleanStart(): void;
51
53
  get formVisible(): boolean;
52
54
  get form(): this;
55
+ ngOnInit(): void;
53
56
  preStart(): void;
54
57
  start(): void;
55
58
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuain-ng-forms-lib",
3
- "version": "17.2.6",
3
+ "version": "17.2.8",
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",