tuain-ng-forms-lib 15.0.27 → 15.0.28

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,7 @@ export declare class FormStructureAndData {
52
52
  private _immutableData;
53
53
  private _extraInfo;
54
54
  private _exclusiveSectionsByAttr;
55
+ customAttributes: any;
55
56
  constructor();
56
57
  setConfig(formConfig: any): void;
57
58
  cleanForm(): void;
@@ -68,6 +69,9 @@ export declare class FormStructureAndData {
68
69
  getExtraInfo(name: string): any;
69
70
  set extraInfo(extraInfo: any);
70
71
  get extraInfo(): any;
72
+ getCustomAttribute(name: string): any;
73
+ setCustomAttribute(name: string, value: any): void;
74
+ setCustomAttributes(attributes: any): void;
71
75
  get fieldNames(): string[];
72
76
  getFields(): FieldDescriptor[];
73
77
  getFieldNames(): string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuain-ng-forms-lib",
3
- "version": "15.0.27",
3
+ "version": "15.0.28",
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",