ngx-rs-ant 1.1.3 → 1.1.5
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/fesm2020/ngx-rs-ant.mjs
CHANGED
|
@@ -262,7 +262,6 @@ class PluginManager {
|
|
|
262
262
|
const viewContainerRef = boxItem.itemHosts.get(index)?.viewContainerRef;
|
|
263
263
|
viewContainerRef.clear();
|
|
264
264
|
const componentRef = viewContainerRef.createComponent(plugin.component);
|
|
265
|
-
componentRef.location.nativeElement.style.width = '100%';
|
|
266
265
|
const instance = componentRef.instance;
|
|
267
266
|
Object.assign(instance, config.pluginConfig);
|
|
268
267
|
if (plugin.type === 'form') {
|
|
@@ -2385,8 +2384,6 @@ class WebsocketService {
|
|
|
2385
2384
|
this.connect();
|
|
2386
2385
|
// 进入程序就进行心跳检测,避免出现开始就连接中断,后续不重连
|
|
2387
2386
|
this.heartCheckStart();
|
|
2388
|
-
// 将messageSubject存储到window对象上
|
|
2389
|
-
window.serverMessageSubject = this.serverMessageSubject;
|
|
2390
2387
|
}
|
|
2391
2388
|
/**
|
|
2392
2389
|
* 创建新连接
|