@nettyapps/ntybase 0.1.12 → 0.1.14
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/index.d.ts
CHANGED
|
@@ -309,6 +309,7 @@ declare abstract class NettyAgGridBase<T extends {
|
|
|
309
309
|
protected alertService: AlertService;
|
|
310
310
|
protected dialog: MatDialog;
|
|
311
311
|
protected sysFunctionProxy: SysfunctionProxy;
|
|
312
|
+
protected environment: EnvironmentProxy;
|
|
312
313
|
initAgGrid_extension(): void;
|
|
313
314
|
gridOptions: GridOptions<T>;
|
|
314
315
|
statusBar: {
|