tuain-ng-forms-lib 12.0.87 → 12.0.90

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.
@@ -10,7 +10,7 @@ export declare class FormElement {
10
10
  customAttributes: any;
11
11
  constructor(elementDefinition: any, formConfig: any);
12
12
  getCustomAttribute(name: string): string;
13
- setCustomAttribute(name: string, value: string): void;
13
+ setCustomAttribute(name: string, value: any): void;
14
14
  matchAttribute(name: string, value: string): boolean;
15
15
  isField(): boolean;
16
16
  isAction(): boolean;
@@ -32,6 +32,7 @@ export declare class BasicFormComponent {
32
32
  protected inputDataFields: any;
33
33
  protected extraData: any;
34
34
  protected _eventEmiter: LibEventManagerService;
35
+ protected enabledSections: RecordFormSection[];
35
36
  formConfig: any;
36
37
  name: string;
37
38
  formSubject: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuain-ng-forms-lib",
3
- "version": "12.0.87",
3
+ "version": "12.0.90",
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",