ngx-vector-components 4.74.0 → 4.74.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/CHANGELOG.md +12 -0
- package/esm2020/lib/interceptors/http-interceptor.mjs +4 -2
- package/esm2020/lib/models/profile.model.mjs +2 -1
- package/fesm2015/ngx-vector-components.mjs +4 -1
- package/fesm2015/ngx-vector-components.mjs.map +1 -1
- package/fesm2020/ngx-vector-components.mjs +4 -1
- package/fesm2020/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +2 -1
- package/package.json +1 -1
|
@@ -367,6 +367,7 @@ var ProfileModuleActionType;
|
|
|
367
367
|
ProfileModuleActionType["SHOW_MOVEMENT_ETCD"] = "Show Movement Etcd";
|
|
368
368
|
ProfileModuleActionType["CREATE_AND_EDIT_NPS"] = "Create and edit NPS";
|
|
369
369
|
ProfileModuleActionType["READ_NPS_INFORMATION"] = "Read NPS information";
|
|
370
|
+
ProfileModuleActionType["BIDDING_PARAMETERS"] = "Bidding Parameters";
|
|
370
371
|
})(ProfileModuleActionType || (ProfileModuleActionType = {}));
|
|
371
372
|
|
|
372
373
|
var Role;
|
|
@@ -4559,7 +4560,9 @@ class HttpInterceptorProvider {
|
|
|
4559
4560
|
}
|
|
4560
4561
|
else {
|
|
4561
4562
|
if (!isExternalUrl) {
|
|
4562
|
-
|
|
4563
|
+
if (typeof response.error == 'string') {
|
|
4564
|
+
this.messageService.add({ severity: MessageStatus.ERROR, summary: 'Erro', detail: response.error });
|
|
4565
|
+
}
|
|
4563
4566
|
}
|
|
4564
4567
|
}
|
|
4565
4568
|
}
|