feat: custom view dynamic filter.

This commit is contained in:
a.bouhuolia
2021-08-04 15:01:43 +02:00
parent 3fc30d5240
commit 2822270ac3
42 changed files with 647 additions and 97 deletions

View File

@@ -73,6 +73,7 @@ export interface IItemsFilter extends IDynamicListFilterDTO {
page: number,
pageSize: number,
inactiveMode: boolean,
viewSlug?: string,
};
export interface IItemsAutoCompleteFilter {