@seniorsistemas/angular-components 17.12.0 → 17.12.1

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.
@@ -12962,6 +12962,9 @@ var CustomFieldsComponent = /** @class */ (function () {
12962
12962
  scale: 0,
12963
12963
  };
12964
12964
  break;
12965
+ case CustomFieldType.Any:
12966
+ field.type = FieldType.String;
12967
+ break;
12965
12968
  }
12966
12969
  return new FormField(__assign({ name: field.id, label: field.customization.label, tooltip: field.customization.tooltip, infoSign: field.customization.infoSign, type: field.type, mask: field.customization.mask, required: function () { return field.customization.mandatory; }, calendarOptions: localeOptions.calendar, currencyOptions: localeOptions.number }, parameters));
12967
12970
  };