inet-core
Advanced tools
Comparing version 3.0.3 to 3.0.4-beta
{ | ||
"name": "inet-core", | ||
"version": "3.0.3", | ||
"version": "3.0.4-beta", | ||
"description": "iNet Core", | ||
@@ -5,0 +5,0 @@ "main": "./bundles/inet-core.umd.js", |
@@ -5,3 +5,5 @@ import { ElementRef, OnChanges, OnInit } from '@angular/core'; | ||
private _el; | ||
usercode: string; | ||
usercode?: string; | ||
version?: number; | ||
private url; | ||
constructor(_el: ElementRef); | ||
@@ -12,4 +14,5 @@ ngOnInit(): void; | ||
private _loadAvatarError; | ||
private _loadAvatarSuccess; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<AvatarDirective, "img[userAvatar]", never, { "usercode": "usercode"; }, {}, never, never, false, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<AvatarDirective, "img[userAvatar]", never, { "usercode": "usercode"; "version": "version"; }, {}, never, never, false, 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
1485322
13479
1