@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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nettyapps/ntybase",
3
- "version": "0.1.12",
3
+ "version": "0.1.14",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.11",
6
6
  "@angular/core": "^20.3.11"