ngx-techlify-core 18.52.0 → 18.53.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.
- package/esm2022/lib/audit-log/audit-log-for-model/audit-log-for-model.component.mjs +3 -3
- package/esm2022/lib/base-model/techlify-listing-component.class.mjs +15 -12
- package/esm2022/lib/searchable-selector/searchable-selector.component.mjs +4 -2
- package/fesm2022/ngx-techlify-core.mjs +19 -14
- package/fesm2022/ngx-techlify-core.mjs.map +1 -1
- package/lib/base-model/techlify-listing-component.class.d.ts +1 -0
- package/package.json +1 -1
|
@@ -25,6 +25,7 @@ export declare abstract class TechlifyListingControllerInterface {
|
|
|
25
25
|
filterForm: any;
|
|
26
26
|
isViewLoaded: boolean;
|
|
27
27
|
columnConfigs: ColumnConfig[];
|
|
28
|
+
filters: any;
|
|
28
29
|
/**
|
|
29
30
|
* Boolean to turn off, if we don't want to patch filters from route.
|
|
30
31
|
* This can be overriden in child classes if need
|