feat: TitlesFilterPanel component
This commit is contained in:
parent
ab29c33f5b
commit
4dd60f3b19
3 changed files with 142 additions and 6 deletions
|
|
@ -20,6 +20,7 @@ export class DefaultService {
|
|||
* @param cursor
|
||||
* @param sort
|
||||
* @param sortForward
|
||||
* @param extSearch
|
||||
* @param word
|
||||
* @param status List of title statuses to filter
|
||||
* @param rating
|
||||
|
|
@ -35,6 +36,7 @@ export class DefaultService {
|
|||
cursor?: string,
|
||||
sort?: TitleSort,
|
||||
sortForward: boolean = true,
|
||||
extSearch: boolean = false,
|
||||
word?: string,
|
||||
status?: Array<TitleStatus>,
|
||||
rating?: number,
|
||||
|
|
@ -57,6 +59,7 @@ export class DefaultService {
|
|||
'cursor': cursor,
|
||||
'sort': sort,
|
||||
'sort_forward': sortForward,
|
||||
'ext_search': extSearch,
|
||||
'word': word,
|
||||
'status': status,
|
||||
'rating': rating,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue