@things-factory/worklist 7.0.47 → 7.0.48
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/dist-client/components/activity-approval-ribon.d.ts +1 -1
- package/dist-client/components/activity-instance-ribon.d.ts +1 -1
- package/dist-client/components/activity-starter-form.d.ts +1 -1
- package/dist-client/components/activity-thread-ribon.d.ts +1 -1
- package/dist-client/components/activity-thread-timeline.d.ts +4 -4
- package/dist-client/grist-editor/grist-editor-activity-search-key.d.ts +1 -1
- package/dist-client/grist-editor/popup-activity-search-keys-input.d.ts +1 -1
- package/dist-client/pages/activity/activity-list-page.d.ts +1 -1
- package/dist-client/pages/activity/activity-model-item-list.d.ts +1 -1
- package/dist-client/pages/activity/activity-page.d.ts +3 -3
- package/dist-client/pages/activity/activity-partial-view.d.ts +3 -3
- package/dist-client/pages/activity/starter-list-page.d.ts +1 -1
- package/dist-client/pages/activity-approval/activity-approval-importer.d.ts +1 -1
- package/dist-client/pages/activity-approval/activity-approval-list-page.d.ts +1 -1
- package/dist-client/pages/activity-instance/activity-instance-list-page.d.ts +1 -1
- package/dist-client/pages/activity-instance/activity-instance-search-page.d.ts +1 -1
- package/dist-client/pages/activity-instance/activity-instance-view.d.ts +5 -5
- package/dist-client/pages/activity-stats/activity-stats-importer.d.ts +1 -1
- package/dist-client/pages/activity-stats/activity-stats-list-page.d.ts +1 -1
- package/dist-client/pages/activity-store/activity-store-page.d.ts +1 -1
- package/dist-client/pages/activity-supervisor/reporter-list-page.d.ts +1 -1
- package/dist-client/pages/activity-template/activity-template-importer.d.ts +1 -1
- package/dist-client/pages/activity-template/activity-template-list-page.d.ts +1 -1
- package/dist-client/pages/activity-thread/activity-thread-importer.d.ts +1 -1
- package/dist-client/pages/activity-thread/activity-thread-list-page.d.ts +1 -1
- package/dist-client/pages/activity-thread/activity-thread-page.d.ts +1 -1
- package/dist-client/pages/activity-thread/activity-thread-view-page.d.ts +1 -1
- package/dist-client/pages/activity-thread/activity-thread-view.d.ts +2 -2
- package/dist-client/pages/installable-activity/installable-activity-list-page.d.ts +1 -1
- package/dist-client/pages/todo/approval-done-list-page.d.ts +1 -1
- package/dist-client/pages/todo/approval-pending-list-page.d.ts +1 -1
- package/dist-client/pages/todo/done-list-calendar-page.d.ts +1 -1
- package/dist-client/pages/todo/done-list-page.d.ts +1 -1
- package/dist-client/pages/todo/draft-list-page.d.ts +1 -1
- package/dist-client/pages/todo/pickable-list-page.d.ts +1 -1
- package/dist-client/pages/todo/todo-list-page.d.ts +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/package.json +10 -10
|
@@ -6,7 +6,7 @@ declare const ActivityApprovalRibon_base: (new (...args: any[]) => LitElement) &
|
|
|
6
6
|
export declare class ActivityApprovalRibon extends ActivityApprovalRibon_base {
|
|
7
7
|
static styles: import("lit").CSSResult[];
|
|
8
8
|
activityApproval: any;
|
|
9
|
-
render(): import("lit
|
|
9
|
+
render(): import("lit").TemplateResult<1>;
|
|
10
10
|
updated(changes: any): void;
|
|
11
11
|
}
|
|
12
12
|
export {};
|
|
@@ -7,7 +7,7 @@ declare const ActivityInstanceRibon_base: (new (...args: any[]) => LitElement) &
|
|
|
7
7
|
export declare class ActivityInstanceRibon extends ActivityInstanceRibon_base {
|
|
8
8
|
static styles: import("lit").CSSResult[];
|
|
9
9
|
activityInstance: any;
|
|
10
|
-
render(): import("lit
|
|
10
|
+
render(): import("lit").TemplateResult<1>;
|
|
11
11
|
updated(changes: any): void;
|
|
12
12
|
}
|
|
13
13
|
export {};
|
|
@@ -10,7 +10,7 @@ export declare class ActivityStarterForm extends ActivityStarterForm_base {
|
|
|
10
10
|
activityId?: string;
|
|
11
11
|
activity: any;
|
|
12
12
|
activityInstance: any;
|
|
13
|
-
render(): import("lit
|
|
13
|
+
render(): import("lit").TemplateResult<1>;
|
|
14
14
|
firstUpdated(): void;
|
|
15
15
|
fetchActivity(id: any): Promise<void>;
|
|
16
16
|
draftActivityInstance(): Promise<void>;
|
|
@@ -7,7 +7,7 @@ declare const ActivityThreadRibon_base: (new (...args: any[]) => LitElement) & t
|
|
|
7
7
|
export declare class ActivityThreadRibon extends ActivityThreadRibon_base {
|
|
8
8
|
static styles: import("lit").CSSResult[];
|
|
9
9
|
activityThread: any;
|
|
10
|
-
render(): import("lit
|
|
10
|
+
render(): import("lit").TemplateResult<1>;
|
|
11
11
|
updated(changes: any): void;
|
|
12
12
|
}
|
|
13
13
|
export {};
|
|
@@ -16,9 +16,9 @@ export declare class ActivityThreadTimeline extends ActivityThreadTimeline_base
|
|
|
16
16
|
activityThread?: ActivityThread;
|
|
17
17
|
subtitle?: string;
|
|
18
18
|
shortForm?: boolean;
|
|
19
|
-
render(): import("lit
|
|
20
|
-
renderActivityThreadHistory(activityThreadHistory: ActivityThreadHistory): import("lit
|
|
21
|
-
renderActivityApproval(activityApproval: ActivityApproval): import("lit
|
|
22
|
-
renderOutput(output: any): import("lit
|
|
19
|
+
render(): import("lit").TemplateResult<1>;
|
|
20
|
+
renderActivityThreadHistory(activityThreadHistory: ActivityThreadHistory): import("lit").TemplateResult<1>;
|
|
21
|
+
renderActivityApproval(activityApproval: ActivityApproval): import("lit").TemplateResult<1>;
|
|
22
|
+
renderOutput(output: any): import("lit").TemplateResult<1>;
|
|
23
23
|
}
|
|
24
24
|
export {};
|
|
@@ -5,7 +5,7 @@ import '../grist-editor/popup-activity-search-keys-input.js';
|
|
|
5
5
|
import { OxGristEditor } from '@operato/data-grist';
|
|
6
6
|
export declare class GristEditorActivitySearchKeys extends OxGristEditor {
|
|
7
7
|
private popup?;
|
|
8
|
-
get editorTemplate(): import("lit
|
|
8
|
+
get editorTemplate(): import("lit").TemplateResult<1>;
|
|
9
9
|
_onclick(e: Event): void;
|
|
10
10
|
_onkeydown(e: KeyboardEvent): void;
|
|
11
11
|
openEditorPopup(): Promise<void>;
|
|
@@ -7,7 +7,7 @@ export declare class PopupActivitySearchKeysInput extends LitElement {
|
|
|
7
7
|
confirmCallback: (newval: any) => void;
|
|
8
8
|
gristConfig: any;
|
|
9
9
|
private grist;
|
|
10
|
-
render(): import("lit
|
|
10
|
+
render(): import("lit").TemplateResult<1>;
|
|
11
11
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
12
12
|
total: number;
|
|
13
13
|
records: ActivitySearchKeyItem[];
|
|
@@ -41,7 +41,7 @@ export declare class ActivityListPage extends ActivityListPage_base {
|
|
|
41
41
|
action: () => Promise<void>;
|
|
42
42
|
}[];
|
|
43
43
|
};
|
|
44
|
-
render(): import("lit
|
|
44
|
+
render(): import("lit").TemplateResult<1>;
|
|
45
45
|
pageInitialized(lifecycle: any): Promise<void>;
|
|
46
46
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
47
47
|
total: any;
|
|
@@ -10,7 +10,7 @@ export declare class ActivityModelItemList extends ActivityModelItemList_base {
|
|
|
10
10
|
deleteSelectedRecords: any;
|
|
11
11
|
data: any;
|
|
12
12
|
};
|
|
13
|
-
render(): import("lit
|
|
13
|
+
render(): import("lit").TemplateResult<1>;
|
|
14
14
|
firstUpdated(): Promise<void>;
|
|
15
15
|
fetchHandler({ filters, page, limit, sortings }: {
|
|
16
16
|
filters: any;
|
|
@@ -37,13 +37,13 @@ export declare class ActivityPage extends ActivityPage_base {
|
|
|
37
37
|
action: () => Promise<void>;
|
|
38
38
|
})[];
|
|
39
39
|
};
|
|
40
|
-
render(): import("lit
|
|
40
|
+
render(): import("lit").TemplateResult<1>;
|
|
41
41
|
activityContent(): import("lit-html/directive").DirectiveResult<typeof import("lit-html/directives/unsafe-html.js").UnsafeHTMLDirective>;
|
|
42
42
|
templateContent(): import("lit-html/directive").DirectiveResult<typeof import("lit-html/directives/unsafe-html.js").UnsafeHTMLDirective>;
|
|
43
43
|
getInputSpec(): any;
|
|
44
44
|
getOutputSpec(): any;
|
|
45
|
-
generatedContent(): import("lit
|
|
46
|
-
boardContent(): import("lit
|
|
45
|
+
generatedContent(): import("lit").TemplateResult<1>;
|
|
46
|
+
boardContent(): import("lit").TemplateResult<1>;
|
|
47
47
|
boardViewer: any;
|
|
48
48
|
getOutputFromBoard(): any;
|
|
49
49
|
updated(changes: any): void;
|
|
@@ -6,8 +6,8 @@ declare const ActivityView_base: (new (...args: any[]) => LitElement) & typeof L
|
|
|
6
6
|
export declare class ActivityView extends ActivityView_base {
|
|
7
7
|
static styles: import("lit").CSSResult[];
|
|
8
8
|
activity?: Activity;
|
|
9
|
-
render(): import("lit
|
|
10
|
-
renderSearchKeys(searchKeys: ActivitySearchKeyItem[]): import("lit
|
|
11
|
-
renderModel(model: ActivityModelItem[]): import("lit
|
|
9
|
+
render(): import("lit").TemplateResult<1>;
|
|
10
|
+
renderSearchKeys(searchKeys: ActivitySearchKeyItem[]): import("lit").TemplateResult<1>;
|
|
11
|
+
renderModel(model: ActivityModelItem[]): import("lit").TemplateResult<1>;
|
|
12
12
|
}
|
|
13
13
|
export {};
|
|
@@ -26,7 +26,7 @@ export declare class StarterListPage extends StarterListPage_base {
|
|
|
26
26
|
gristConfig?: any;
|
|
27
27
|
grist: DataGrist;
|
|
28
28
|
filters?: string[];
|
|
29
|
-
render(): import("lit
|
|
29
|
+
render(): import("lit").TemplateResult<1>;
|
|
30
30
|
pageInitialized(lifecycle: any): Promise<void>;
|
|
31
31
|
pageUpdated(changes: any, lifecycle: any, changedBefore: any): Promise<void>;
|
|
32
32
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
@@ -46,7 +46,7 @@ export declare class ActivityApprovalListPage extends ActivityApprovalListPage_b
|
|
|
46
46
|
handler: (records: any) => Promise<void>;
|
|
47
47
|
};
|
|
48
48
|
};
|
|
49
|
-
render(): import("lit
|
|
49
|
+
render(): import("lit").TemplateResult<1>;
|
|
50
50
|
pageInitialized(lifecycle: any): Promise<void>;
|
|
51
51
|
pageUpdated(changes: any, lifecycle: any): Promise<void>;
|
|
52
52
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
@@ -25,7 +25,7 @@ export declare class ActivityInstanceListPage extends ActivityInstanceListPage_b
|
|
|
25
25
|
help: string;
|
|
26
26
|
actions: never[];
|
|
27
27
|
};
|
|
28
|
-
render(): import("lit
|
|
28
|
+
render(): import("lit").TemplateResult<1>;
|
|
29
29
|
pageInitialized(lifecycle: any): Promise<void>;
|
|
30
30
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
31
31
|
total: any;
|
|
@@ -42,7 +42,7 @@ export declare class ActivityInstanceSearchPage extends ActivityInstanceSearchPa
|
|
|
42
42
|
};
|
|
43
43
|
};
|
|
44
44
|
};
|
|
45
|
-
render(): import("lit
|
|
45
|
+
render(): import("lit").TemplateResult<1>;
|
|
46
46
|
pageUpdated(changes: any, lifecycle: any): void;
|
|
47
47
|
updated(changes: any): Promise<void>;
|
|
48
48
|
getSearchKeyColumns(): {
|
|
@@ -8,11 +8,11 @@ export declare class ActivityInstanceView extends ActivityInstanceView_base {
|
|
|
8
8
|
static styles: import("lit").CSSResult[];
|
|
9
9
|
activityInstanceId?: string;
|
|
10
10
|
activityInstance?: ActivityInstance;
|
|
11
|
-
render(): import("lit
|
|
12
|
-
renderActivityThread(activityInstance: ActivityInstance, activityThread: ActivityThread): import("lit
|
|
13
|
-
renderActivityApproval(activityApproval: ActivityApproval): import("lit
|
|
14
|
-
renderSearchKeys(): import("lit
|
|
15
|
-
renderInOut(data: any): import("lit
|
|
11
|
+
render(): import("lit").TemplateResult<1>;
|
|
12
|
+
renderActivityThread(activityInstance: ActivityInstance, activityThread: ActivityThread): import("lit").TemplateResult<1>;
|
|
13
|
+
renderActivityApproval(activityApproval: ActivityApproval): import("lit").TemplateResult<1>;
|
|
14
|
+
renderSearchKeys(): import("lit").TemplateResult<1>;
|
|
15
|
+
renderInOut(data: any): import("lit").TemplateResult<1>;
|
|
16
16
|
updated(changes: any): void;
|
|
17
17
|
fetchActivityInstance(): Promise<void>;
|
|
18
18
|
}
|
|
@@ -46,7 +46,7 @@ export declare class ActivityStatsListPage extends ActivityStatsListPage_base {
|
|
|
46
46
|
handler: (records: any) => Promise<void>;
|
|
47
47
|
};
|
|
48
48
|
};
|
|
49
|
-
render(): import("lit
|
|
49
|
+
render(): import("lit").TemplateResult<1>;
|
|
50
50
|
pageInitialized(lifecycle: any): Promise<void>;
|
|
51
51
|
pageUpdated(changes: any, lifecycle: any): Promise<void>;
|
|
52
52
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
@@ -35,7 +35,7 @@ export declare class ActivityStorePage extends ActivityStorePage_base {
|
|
|
35
35
|
action: () => void;
|
|
36
36
|
}[];
|
|
37
37
|
};
|
|
38
|
-
render(): import("lit
|
|
38
|
+
render(): import("lit").TemplateResult<1>;
|
|
39
39
|
pageInitialized(lifecycle: any): Promise<void>;
|
|
40
40
|
pageUpdated(changes: any, lifecycle: any): Promise<void>;
|
|
41
41
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
@@ -25,7 +25,7 @@ export declare class ReporterListPage extends ReporterListPage_base {
|
|
|
25
25
|
};
|
|
26
26
|
help: string;
|
|
27
27
|
};
|
|
28
|
-
render(): import("lit
|
|
28
|
+
render(): import("lit").TemplateResult<1>;
|
|
29
29
|
pageInitialized(lifecycle: any): Promise<void>;
|
|
30
30
|
pageUpdated(changes: any, lifecycle: any, changedBefore: any): Promise<void>;
|
|
31
31
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
@@ -44,7 +44,7 @@ export declare class ActivityTemplateListPage extends ActivityTemplateListPage_b
|
|
|
44
44
|
handler: (records: any) => Promise<void>;
|
|
45
45
|
};
|
|
46
46
|
};
|
|
47
|
-
render(): import("lit
|
|
47
|
+
render(): import("lit").TemplateResult<1>;
|
|
48
48
|
pageInitialized(lifecycle: any): Promise<void>;
|
|
49
49
|
pageUpdated(changes: any, lifecycle: any): Promise<void>;
|
|
50
50
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
@@ -43,7 +43,7 @@ export declare class ActivityThreadListPage extends ActivityThreadListPage_base
|
|
|
43
43
|
handler: (records: any) => Promise<void>;
|
|
44
44
|
};
|
|
45
45
|
};
|
|
46
|
-
render(): import("lit
|
|
46
|
+
render(): import("lit").TemplateResult<1>;
|
|
47
47
|
pageInitialized(lifecycle: any): Promise<void>;
|
|
48
48
|
pageUpdated(changes: any, lifecycle: any): Promise<void>;
|
|
49
49
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
@@ -38,7 +38,7 @@ export declare class ActivityThreadPage extends ActivityThreadPage_base {
|
|
|
38
38
|
action: () => void;
|
|
39
39
|
})[];
|
|
40
40
|
};
|
|
41
|
-
render(): import("lit
|
|
41
|
+
render(): import("lit").TemplateResult<1>;
|
|
42
42
|
activityContent(): any;
|
|
43
43
|
templateContent(): DirectiveResult<typeof import("lit-html/directives/unsafe-html.js").UnsafeHTMLDirective>;
|
|
44
44
|
getInputSpec(): any;
|
|
@@ -38,7 +38,7 @@ export declare class ActivityThreadViewPage extends ActivityThreadViewPage_base
|
|
|
38
38
|
action: () => void;
|
|
39
39
|
}[];
|
|
40
40
|
};
|
|
41
|
-
render(): import("lit
|
|
41
|
+
render(): import("lit").TemplateResult<1>;
|
|
42
42
|
activityContent(): any;
|
|
43
43
|
templateContent(): DirectiveResult<typeof import("lit-html/directives/unsafe-html.js").UnsafeHTMLDirective>;
|
|
44
44
|
getInputSpec(): any;
|
|
@@ -6,8 +6,8 @@ export declare class ActivityThreadView extends ActivityThreadView_base {
|
|
|
6
6
|
static styles: import("lit").CSSResult[];
|
|
7
7
|
activityThreadId?: string;
|
|
8
8
|
activityThread?: ActivityThread;
|
|
9
|
-
render(): import("lit
|
|
10
|
-
renderInOut(data: any): import("lit
|
|
9
|
+
render(): import("lit").TemplateResult<1>;
|
|
10
|
+
renderInOut(data: any): import("lit").TemplateResult<1>;
|
|
11
11
|
updated(changes: any): void;
|
|
12
12
|
fetchActivityThread(): Promise<void>;
|
|
13
13
|
}
|
|
@@ -32,7 +32,7 @@ export declare class ActivityTemplateListPage extends ActivityTemplateListPage_b
|
|
|
32
32
|
toolbar: boolean;
|
|
33
33
|
};
|
|
34
34
|
grist: DataGrist;
|
|
35
|
-
render(): import("lit
|
|
35
|
+
render(): import("lit").TemplateResult<1>;
|
|
36
36
|
pageInitialized(lifecycle: any): Promise<void>;
|
|
37
37
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
38
38
|
total: any;
|
|
@@ -29,7 +29,7 @@ export declare class ApprovalDoneListPage extends ApprovalDoneListPage_base {
|
|
|
29
29
|
actions: never[];
|
|
30
30
|
toolbar: boolean;
|
|
31
31
|
};
|
|
32
|
-
render(): import("lit
|
|
32
|
+
render(): import("lit").TemplateResult<1>;
|
|
33
33
|
pageInitialized(lifecycle: any): Promise<void>;
|
|
34
34
|
pageUpdated(changes: any, lifecycle: any, changedBefore: any): Promise<void>;
|
|
35
35
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
@@ -34,7 +34,7 @@ export declare class ApprovalPendingListPage extends ApprovalPendingListPage_bas
|
|
|
34
34
|
actions: never[];
|
|
35
35
|
toolbar: boolean;
|
|
36
36
|
};
|
|
37
|
-
render(): import("lit
|
|
37
|
+
render(): import("lit").TemplateResult<1>;
|
|
38
38
|
pageInitialized(lifecycle: any): Promise<void>;
|
|
39
39
|
pageUpdated(changes: any, lifecycle: any, changedBefore: any): Promise<void>;
|
|
40
40
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
@@ -17,7 +17,7 @@ export declare class DoneListCalendarPage extends DoneListCalendarPage_base {
|
|
|
17
17
|
title: string;
|
|
18
18
|
help: string;
|
|
19
19
|
};
|
|
20
|
-
render(): import("lit
|
|
20
|
+
render(): import("lit").TemplateResult<1>;
|
|
21
21
|
fetchEventsForCalendar(calendar: CALENDAR): Promise<Map<Date, BizEvent[]>>;
|
|
22
22
|
pageUpdated(changes: any, lifecycle: any, before: any): void;
|
|
23
23
|
}
|
|
@@ -29,7 +29,7 @@ export declare class DoneListPage extends DoneListPage_base {
|
|
|
29
29
|
actions: never[];
|
|
30
30
|
toolbar: boolean;
|
|
31
31
|
};
|
|
32
|
-
render(): import("lit
|
|
32
|
+
render(): import("lit").TemplateResult<1>;
|
|
33
33
|
pageInitialized(lifecycle: any): Promise<void>;
|
|
34
34
|
pageUpdated(changes: any, lifecycle: any, changedBefore: any): Promise<void>;
|
|
35
35
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
@@ -26,7 +26,7 @@ export declare class DraftListPage extends DraftListPage_base {
|
|
|
26
26
|
help: string;
|
|
27
27
|
actions: never[];
|
|
28
28
|
};
|
|
29
|
-
render(): import("lit
|
|
29
|
+
render(): import("lit").TemplateResult<1>;
|
|
30
30
|
pageInitialized(lifecycle: any): Promise<void>;
|
|
31
31
|
pageUpdated(changes: any, lifecycle: any, changedBefore: any): Promise<void>;
|
|
32
32
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
@@ -30,7 +30,7 @@ export declare class PickableListPage extends PickableListPage_base {
|
|
|
30
30
|
};
|
|
31
31
|
grist: DataGrist;
|
|
32
32
|
filters?: string[];
|
|
33
|
-
render(): import("lit
|
|
33
|
+
render(): import("lit").TemplateResult<1>;
|
|
34
34
|
pageInitialized(lifecycle: any): Promise<void>;
|
|
35
35
|
pageUpdated(changes: any, lifecycle: any, changedBefore: any): Promise<void>;
|
|
36
36
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
@@ -34,7 +34,7 @@ export declare class TodoListPage extends TodoListPage_base {
|
|
|
34
34
|
actions: never[];
|
|
35
35
|
toolbar: boolean;
|
|
36
36
|
};
|
|
37
|
-
render(): import("lit
|
|
37
|
+
render(): import("lit").TemplateResult<1>;
|
|
38
38
|
pageInitialized(lifecycle: any): Promise<void>;
|
|
39
39
|
pageUpdated(changes: any, lifecycle: any, changedBefore: any): Promise<void>;
|
|
40
40
|
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|