@nettyapps/ntybase 21.0.35-beta.14 → 21.0.35-beta.16
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.
|
@@ -6,7 +6,7 @@ import { of, throwError, Subject, lastValueFrom, map, catchError as catchError$1
|
|
|
6
6
|
import { catchError, map as map$1, take, finalize as finalize$1 } from 'rxjs/operators';
|
|
7
7
|
import { Router, ActivatedRoute } from '@angular/router';
|
|
8
8
|
import * as i2$1 from '@nettyapps/ntycontract';
|
|
9
|
-
import { EnvironmentProxy, injectNettyStandardProxy, injectNettyStandardLogProxy,
|
|
9
|
+
import { EnvironmentProxy, injectNettyStandardProxy, injectNettyStandardLogProxy, injectNettyStandardFilterProxy } from '@nettyapps/ntycontract';
|
|
10
10
|
import { DatePipe, CommonModule, Location, DecimalPipe } from '@angular/common';
|
|
11
11
|
import { Buffer } from 'buffer';
|
|
12
12
|
import * as i1 from '@angular/material/dialog';
|
|
@@ -1806,7 +1806,7 @@ class NettyAgGridListBase extends NettyAgGridBase {
|
|
|
1806
1806
|
* Component initialization lifecycle hook
|
|
1807
1807
|
*/
|
|
1808
1808
|
async ngOnInit() {
|
|
1809
|
-
this.nettyAppsProxy = injectNettyStandardProxy(this.componentName());
|
|
1809
|
+
// this.nettyAppsProxy = injectNettyStandardProxy<T>(this.componentName());
|
|
1810
1810
|
await this.setAccessRights();
|
|
1811
1811
|
const savedSearchValue = sessionStorage.getItem(this.searchValueName());
|
|
1812
1812
|
if (savedSearchValue) {
|
|
@@ -4283,7 +4283,7 @@ class NettyAppsFilterBase extends NettyAppsBase {
|
|
|
4283
4283
|
// *********************************************************
|
|
4284
4284
|
// *** Service ***
|
|
4285
4285
|
// *********************************************************
|
|
4286
|
-
filterProxy =
|
|
4286
|
+
filterProxy = injectNettyStandardFilterProxy(this.componentName());
|
|
4287
4287
|
// *********************************************************
|
|
4288
4288
|
// *** Signals ***
|
|
4289
4289
|
// *********************************************************
|