inet-core
Advanced tools
Comparing version 3.0.4 to 3.0.5-beta
{ | ||
"name": "inet-core", | ||
"version": "3.0.4", | ||
"version": "3.0.5-beta", | ||
"description": "iNet Core", | ||
@@ -5,0 +5,0 @@ "main": "./bundles/inet-core.umd.js", |
@@ -8,3 +8,2 @@ import { HttpClient, HttpHandler, HttpParams } from '@angular/common/http'; | ||
private headers; | ||
private autoHideLoading; | ||
constructor(handler: HttpHandler, loadingService: LoadingIndicatorService); | ||
@@ -20,10 +19,2 @@ convertToHttpParams(obj: any): HttpParams; | ||
hideLoading(): void; | ||
/** | ||
* Sets the value of autoHideLoading | ||
*/ | ||
setAutoHideLoading(value: boolean): void; | ||
/** | ||
* Returns the value of autoHideLoading | ||
*/ | ||
getAutoHideLoading(): boolean; | ||
getUrl(relativePath: string): string; | ||
@@ -30,0 +21,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<HttpClientService, never>; |
export declare class AppCloudConfig { | ||
canChat?: boolean; | ||
wsContext?: string; | ||
devConfigUrl?: string; | ||
} |
import { WebSocketAbstract, WebSocketEnvelop, EnvelopBody } from './websocket-abstract'; | ||
import { Subject } from 'rxjs'; | ||
import { AppCloudConfig } from '../model/app-cloud-config'; | ||
import { HttpClientService } from '../http-client.service'; | ||
import * as i0 from "@angular/core"; | ||
export declare class WebSocketClient { | ||
private appConfig; | ||
private http; | ||
static instance: WebSocketClient; | ||
@@ -26,3 +28,3 @@ socket: WebSocketAbstract; | ||
get autoconnect(): boolean; | ||
constructor(appConfig: AppCloudConfig); | ||
constructor(appConfig: AppCloudConfig, http: HttpClientService); | ||
close(): void; | ||
@@ -29,0 +31,0 @@ send(address: string, message: string, application?: string): Promise<boolean>; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1489985
13536
1