@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.
@@ -10118,6 +10118,7 @@
10118
10118
  this.sanitizer = sanitizer;
10119
10119
  this.translateService = translateService;
10120
10120
  this.controlContainer = controlContainer;
10121
+ this.invalidErrorLabel = this.translateService.instant("platform.angular_components.invalid_value");
10121
10122
  this.customFieldsEndpoint = "platform/field_customization/queries/getEntity";
10122
10123
  this.fileLocationEndpoint = "platform/field_customization/actions/requestUpload";
10123
10124
  this.requestAccessEndpoint = "platform/field_customization/actions/requestAccess";
@@ -16957,6 +16958,7 @@
16957
16958
  }());
16958
16959
 
16959
16960
  var fallback = {
16961
+ "platform.angular_components.invalid_value": "Valor inválido",
16960
16962
  "platform.angular_components.insight_intro": "Olá! Aqui você encontrará insights valiosos a partir dos seus dados",
16961
16963
  "platform.angular_components.insight_empty": "Ainda não há Insights na página",
16962
16964
  "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.",