@seniorsistemas/angular-components 14.16.26 → 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 -13
- 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/components/dynamic-form/components/fields/number/number-field.component.d.ts +0 -3
- package/components/dynamic-form/configurations/field-type.d.ts +0 -9
- package/esm2015/components/custom-fields/custom-fields.component.js +2 -2
- package/esm2015/components/dynamic-form/components/fields/number/number-field.component.js +1 -4
- package/esm2015/components/dynamic-form/configurations/field-type.js +1 -10
- package/esm5/components/custom-fields/custom-fields.component.js +2 -2
- package/esm5/components/dynamic-form/components/fields/number/number-field.component.js +1 -4
- package/esm5/components/dynamic-form/configurations/field-type.js +1 -10
- package/fesm2015/seniorsistemas-angular-components.js +1 -13
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +1 -13
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/seniorsistemas-angular-components.metadata.json +1 -1
|
@@ -1015,20 +1015,11 @@ var FieldType;
|
|
|
1015
1015
|
FieldType["Date"] = "Date";
|
|
1016
1016
|
FieldType["DateTime"] = "DateTime";
|
|
1017
1017
|
FieldType["LocalDateTime"] = "LocalDateTime";
|
|
1018
|
-
/**
|
|
1019
|
-
* @deprecated Should use 'Number' instead
|
|
1020
|
-
*/
|
|
1021
1018
|
FieldType["Double"] = "Double";
|
|
1022
1019
|
FieldType["Enum"] = "Enum";
|
|
1023
1020
|
FieldType["Blob"] = "Blob";
|
|
1024
|
-
/**
|
|
1025
|
-
* @deprecated Should use 'Number' instead
|
|
1026
|
-
*/
|
|
1027
1021
|
FieldType["Integer"] = "Integer";
|
|
1028
1022
|
FieldType["Lookup"] = "Lookup";
|
|
1029
|
-
/**
|
|
1030
|
-
* @deprecated Should use 'Number' instead
|
|
1031
|
-
*/
|
|
1032
1023
|
FieldType["Money"] = "Money";
|
|
1033
1024
|
FieldType["Radio"] = "Radio";
|
|
1034
1025
|
FieldType["String"] = "String";
|
|
@@ -4733,9 +4724,6 @@ var LookupFieldComponent = /** @class */ (function () {
|
|
|
4733
4724
|
return LookupFieldComponent;
|
|
4734
4725
|
}());
|
|
4735
4726
|
|
|
4736
|
-
/**
|
|
4737
|
-
* @deprecated Should use bignumber instead
|
|
4738
|
-
*/
|
|
4739
4727
|
var NumberFieldComponent = /** @class */ (function (_super) {
|
|
4740
4728
|
__extends(NumberFieldComponent, _super);
|
|
4741
4729
|
function NumberFieldComponent() {
|
|
@@ -5895,7 +5883,7 @@ var CustomFieldsComponent = /** @class */ (function () {
|
|
|
5895
5883
|
parameters = {};
|
|
5896
5884
|
break;
|
|
5897
5885
|
}
|
|
5898
|
-
return new FormField(__assign({ name: field.id, label: field.customization.label, tooltip: field.customization.tooltip, type: field.type, mask: field.customization.mask, required: function () { return field.customization.mandatory; }, calendarOptions: localeOptions.calendar, currencyOptions: localeOptions.number }, parameters));
|
|
5886
|
+
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));
|
|
5899
5887
|
};
|
|
5900
5888
|
CustomFieldsComponent.prototype.getEnumParameters = function (field) {
|
|
5901
5889
|
return {
|