@seniorsistemas/angular-components 17.4.1 → 17.4.2

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.
@@ -9971,6 +9971,7 @@ var CustomFieldsComponent = /** @class */ (function () {
9971
9971
  this.sanitizer = sanitizer;
9972
9972
  this.translateService = translateService;
9973
9973
  this.controlContainer = controlContainer;
9974
+ this.invalidErrorLabel = this.translateService.instant("platform.angular_components.invalid_value");
9974
9975
  this.customFieldsEndpoint = "platform/field_customization/queries/getEntity";
9975
9976
  this.fileLocationEndpoint = "platform/field_customization/actions/requestUpload";
9976
9977
  this.requestAccessEndpoint = "platform/field_customization/actions/requestAccess";
@@ -16810,6 +16811,7 @@ var WorkspaceSwitchModule = /** @class */ (function () {
16810
16811
  }());
16811
16812
 
16812
16813
  var fallback = {
16814
+ "platform.angular_components.invalid_value": "Valor inválido",
16813
16815
  "platform.angular_components.insight_intro": "Olá! Aqui você encontrará insights valiosos a partir dos seus dados",
16814
16816
  "platform.angular_components.insight_empty": "Ainda não há Insights na página",
16815
16817
  "platform.angular_components.error_loading_insight_alt": "Não foi possível carregar o insight no momento. Por favor, verifique sua conexão com a internet e tente novamente.",