@seniorsistemas/angular-components 14.16.27 → 14.16.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.
- package/bundles/seniorsistemas-angular-components.umd.js +1 -1
- package/bundles/seniorsistemas-angular-components.umd.js.map +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -1
- package/esm2015/components/custom-fields/custom-fields.component.js +2 -2
- package/esm5/components/custom-fields/custom-fields.component.js +2 -2
- package/fesm2015/seniorsistemas-angular-components.js +1 -1
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +1 -1
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -5457,7 +5457,7 @@ let CustomFieldsComponent = CustomFieldsComponent_1 = class CustomFieldsComponen
|
|
|
5457
5457
|
parameters = {};
|
|
5458
5458
|
break;
|
|
5459
5459
|
}
|
|
5460
|
-
return new FormField(Object.assign({ name: field.id, label: field.customization.label, tooltip: field.customization.tooltip, type: field.type, mask: field.customization.mask, required: () => field.customization.mandatory, calendarOptions: localeOptions.calendar, currencyOptions: localeOptions.number }, parameters));
|
|
5460
|
+
return new FormField(Object.assign({ name: field.id, label: field.customization.label, tooltip: field.customization.tooltip, infoSign: field.customization.infoSign, type: field.type, mask: field.customization.mask, required: () => field.customization.mandatory, calendarOptions: localeOptions.calendar, currencyOptions: localeOptions.number }, parameters));
|
|
5461
5461
|
}
|
|
5462
5462
|
getEnumParameters(field) {
|
|
5463
5463
|
return {
|