@entropic-bond/crud-panel 4.3.0 → 4.4.0

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.
@@ -98,7 +98,6 @@ export declare abstract class CrudController<T extends EntropicComponent> {
98
98
  protected progressController: ProgressController;
99
99
  protected onChangeHdl: Observable<CrudControllerEvent<T>>;
100
100
  protected onErrorHdl: Observable<Error>;
101
- private _model;
102
101
  private _document;
103
102
  private unsubscribeDocument;
104
103
  private _filter;