@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.
- package/bundles/seniorsistemas-angular-components.umd.js +2 -0
- 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/custom-fields/custom-fields.component.d.ts +1 -1
- package/esm2015/components/custom-fields/custom-fields.component.js +2 -1
- package/esm2015/locale/fallback.js +2 -1
- package/esm5/components/custom-fields/custom-fields.component.js +2 -1
- package/esm5/locale/fallback.js +2 -1
- package/fesm2015/seniorsistemas-angular-components.js +2 -0
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +2 -0
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/seniorsistemas-angular-components.metadata.json +1 -1
|
@@ -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.",
|