@nettyapps/ntybase 21.0.35-beta.17 → 21.0.35-beta.19
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
|
@@ -421,7 +421,6 @@ declare abstract class NettyAgGridListBase<T extends NettyEntityInterface<T>> ex
|
|
|
421
421
|
* Triggers the filter component to refresh its data
|
|
422
422
|
*/
|
|
423
423
|
refreshFilterData(): void;
|
|
424
|
-
protected openEditComponentInPopup: i0.WritableSignal<boolean>;
|
|
425
424
|
protected router: Router;
|
|
426
425
|
protected routerActive: ActivatedRoute;
|
|
427
426
|
protected dialog: MatDialog;
|