tuain-ng-forms-lib 12.0.1 → 12.0.2

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.
@@ -130,7 +130,7 @@ export declare class BasicFormComponent {
130
130
  showModalDialog(title: any, body: any, options: any, callback?: any, params?: any): void;
131
131
  openUploadDialog(title: any, body: any, options: any, callback?: any, params?: any): void;
132
132
  subscribeAppEvent(eventName: any, callback: any): void;
133
- openForm(name: any, data: any, backData?: any, cleanStack?: boolean): void;
133
+ openForm(name: any, data?: any, backData?: any, cleanStack?: boolean): void;
134
134
  /**
135
135
  * @deprecated Este método ya no debería ser utilizado. Use openForm con el nombre del formulario
136
136
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuain-ng-forms-lib",
3
- "version": "12.0.1",
3
+ "version": "12.0.2",
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",