tuain-ng-forms-lib 12.0.78 → 12.0.82

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.
@@ -101,7 +101,6 @@ export declare class FieldDescriptor extends FormElement {
101
101
  getValue(): any;
102
102
  getOptionText(): string;
103
103
  updateFromServer(fld: any): void;
104
- setFieldType(inputFieldType: any): void;
105
104
  setMinValue(inputMinValue: any): void;
106
105
  setMaxValue(inputMaxValue: any): void;
107
106
  getFieldOptions(): FieldOption[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuain-ng-forms-lib",
3
- "version": "12.0.78",
3
+ "version": "12.0.82",
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",