@nettyapps/ntybase 21.0.35-beta.6 → 21.0.35-beta.7
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/package.json
CHANGED
|
@@ -422,6 +422,7 @@ declare abstract class NettyAgGridListBase<T extends NettyEntityInterface<T>> ex
|
|
|
422
422
|
protected dialog: MatDialog;
|
|
423
423
|
protected queryParameterGUID: i0.Signal<any>;
|
|
424
424
|
protected queryParameterType: i0.Signal<any>;
|
|
425
|
+
protected openInPopup: i0.WritableSignal<boolean>;
|
|
425
426
|
protected nettyAppsProxy: NettyStandardProxy<T>;
|
|
426
427
|
/**
|
|
427
428
|
* Component initialization lifecycle hook
|