@sumaris-net/ngx-components 2.6.23-beta1 → 2.6.23-beta2
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/esm2020/src/app/shared/named-filter/named-filter-selector.component.mjs +1 -2
- package/fesm2015/sumaris-net.ngx-components.mjs +0 -1
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +0 -1
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -21338,7 +21338,6 @@ class NamedFilterSelector extends AppForm {
|
|
|
21338
21338
|
return super.dirty || this.filterFormDirty;
|
|
21339
21339
|
}
|
|
21340
21340
|
ngOnInit() {
|
|
21341
|
-
super.ngOnInit();
|
|
21342
21341
|
this.registerSubscription(this.form.controls.namedFilter.valueChanges.pipe(debounceTime(100), distinctUntilChanged()).subscribe((value) => this.onFilterChanges(value)));
|
|
21343
21342
|
}
|
|
21344
21343
|
setEntityName(entityName) {
|