We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac6aa91 + efef81c commit 73c39e8Copy full SHA for 73c39e8
client/packages/lowcoder/src/util/pagination/type.ts
@@ -5,13 +5,14 @@ type ApplicationType = {
5
};
6
7
export const ApplicationPaginationType: ApplicationType = {
8
- 0: "",
+ 0: "ALL",
9
1: "APPLICATION",
10
2: "MODULE",
11
- 3: "NAVLAYOUT",
+ 3: "NAVIGATION",
12
4: "FOLDER",
13
- 6: "MOBILETABLAYOUT",
14
- 7: "COMPOUND_APPLICATION",
+ 6: "MOBILE_TAB_LAYOUT", //mobile navigation.
+ 7: "NAV_LAYOUT", //pc navigation
15
+ 8: "BUNDLE"
16
17
18
export interface GenericApiPaginationResponse<T> {
0 commit comments