@senior-gestao-empresarial/angular-components 6.12.0-29fe646c-2d98-4822-8690-597195a76ad7 → 6.12.0-67d9099d-c888-4b61-a14e-4c7c373707d6
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/senior-gestao-empresarial-angular-components.umd.js +1 -2
- package/bundles/senior-gestao-empresarial-angular-components.umd.js.map +1 -1
- package/bundles/senior-gestao-empresarial-angular-components.umd.min.js +1 -1
- package/bundles/senior-gestao-empresarial-angular-components.umd.min.js.map +1 -1
- package/esm2015/components/websocket/user-information.service.js +2 -2
- package/esm2015/components/websocket/websocket.service.js +1 -2
- package/esm5/components/websocket/user-information.service.js +2 -2
- package/esm5/components/websocket/websocket.service.js +1 -2
- package/fesm2015/senior-gestao-empresarial-angular-components.js +1 -2
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +1 -2
- package/fesm5/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -7469,7 +7469,7 @@
|
|
|
7469
7469
|
};
|
|
7470
7470
|
UserInformationService.prototype.getWebSocketUrl = function () {
|
|
7471
7471
|
var baseUrl = jsCookie.get(UserInformationService_1.BASE_URL_COOKIE_KEY);
|
|
7472
|
-
if (!baseUrl.endsWith('/')) {
|
|
7472
|
+
if (baseUrl && !baseUrl.endsWith('/')) {
|
|
7473
7473
|
baseUrl += '/';
|
|
7474
7474
|
}
|
|
7475
7475
|
return baseUrl + 'websocket';
|
|
@@ -7644,7 +7644,6 @@
|
|
|
7644
7644
|
this.primitiveManagers.clear();
|
|
7645
7645
|
this.connected$.next(false);
|
|
7646
7646
|
if (!this.stompClient) return [3 /*break*/, 4];
|
|
7647
|
-
this.stompClient.forceDisconnect();
|
|
7648
7647
|
return [4 /*yield*/, this.stompClient.deactivate()];
|
|
7649
7648
|
case 3:
|
|
7650
7649
|
_d.sent();
|