@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.
@@ -13107,6 +13107,9 @@
13107
13107
  scale: 0,
13108
13108
  };
13109
13109
  break;
13110
+ case CustomFieldType.Any:
13111
+ field.type = exports.FieldType.String;
13112
+ break;
13110
13113
  }
13111
13114
  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));
13112
13115
  };