ngx-rs-ant 1.1.4 → 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') {
|