tuain-ng-forms-lib 14.5.27 → 14.5.29

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.
@@ -52,6 +52,9 @@ export declare class BasicFormComponent {
52
52
  fields: any;
53
53
  actions: any;
54
54
  sections: any;
55
+ fieldsArray: any;
56
+ actionsArray: any;
57
+ sectionsArray: any;
55
58
  busy: boolean;
56
59
  get title(): string;
57
60
  set title(title: string);
@@ -205,7 +208,7 @@ export declare class BasicFormComponent {
205
208
  openForm(name: string, data?: any, backData?: any, cleanStack?: boolean): void;
206
209
  canGoBack(): boolean;
207
210
  goBack(): void;
208
- goBackForm(): void;
211
+ goBackForm(forced?: boolean): void;
209
212
  getOriginDetail(): any;
210
213
  setError(errorType: string | null, errorMessage: string | null, errorDetail: string | null): void;
211
214
  resetError(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuain-ng-forms-lib",
3
- "version": "14.5.27",
3
+ "version": "14.5.29",
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",