@seniorsistemas/angular-components 14.16.26 → 14.16.27

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.
@@ -1188,20 +1188,11 @@
1188
1188
  FieldType["Date"] = "Date";
1189
1189
  FieldType["DateTime"] = "DateTime";
1190
1190
  FieldType["LocalDateTime"] = "LocalDateTime";
1191
- /**
1192
- * @deprecated Should use 'Number' instead
1193
- */
1194
1191
  FieldType["Double"] = "Double";
1195
1192
  FieldType["Enum"] = "Enum";
1196
1193
  FieldType["Blob"] = "Blob";
1197
- /**
1198
- * @deprecated Should use 'Number' instead
1199
- */
1200
1194
  FieldType["Integer"] = "Integer";
1201
1195
  FieldType["Lookup"] = "Lookup";
1202
- /**
1203
- * @deprecated Should use 'Number' instead
1204
- */
1205
1196
  FieldType["Money"] = "Money";
1206
1197
  FieldType["Radio"] = "Radio";
1207
1198
  FieldType["String"] = "String";
@@ -4906,9 +4897,6 @@
4906
4897
  return LookupFieldComponent;
4907
4898
  }());
4908
4899
 
4909
- /**
4910
- * @deprecated Should use bignumber instead
4911
- */
4912
4900
  var NumberFieldComponent = /** @class */ (function (_super) {
4913
4901
  __extends(NumberFieldComponent, _super);
4914
4902
  function NumberFieldComponent() {