@rxdrag/rxcms-models 0.3.110 → 0.3.112
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/classes/LangQueryOptions.d.ts +2 -4
- package/dist/classes/MediaQueryOptions.d.ts +1 -7
- package/dist/classes/PageMetaQueryOptions.d.ts +1 -3
- package/dist/classes/ThemeBranchQueryOptions.d.ts +1 -16
- package/dist/classes/WebsiteQueryOptions.d.ts +2 -6
- package/dist/classes/index.d.ts +0 -6
- package/dist/entries/index.d.ts +0 -6
- package/dist/fields/LangFields.d.ts +2 -3
- package/dist/fields/MediaFields.d.ts +0 -4
- package/dist/fields/PageMetaFields.d.ts +0 -1
- package/dist/fields/ThemeBranchFields.d.ts +0 -9
- package/dist/fields/WebsiteFields.d.ts +1 -4
- package/dist/fields/index.d.ts +0 -6
- package/dist/index.mjs +935 -1902
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/Lang.d.ts +1 -3
- package/dist/interfaces/LangBoolExp.d.ts +1 -2
- package/dist/interfaces/LangDistinctExp.d.ts +2 -1
- package/dist/interfaces/LangInput.d.ts +1 -2
- package/dist/interfaces/LangOrderBy.d.ts +1 -0
- package/dist/interfaces/Media.d.ts +0 -6
- package/dist/interfaces/MediaBoolExp.d.ts +0 -4
- package/dist/interfaces/MediaInput.d.ts +0 -4
- package/dist/interfaces/PageMeta.d.ts +0 -2
- package/dist/interfaces/PageMetaBoolExp.d.ts +0 -2
- package/dist/interfaces/PageMetaInput.d.ts +0 -2
- package/dist/interfaces/ThemeBranch.d.ts +0 -15
- package/dist/interfaces/ThemeBranchBoolExp.d.ts +0 -12
- package/dist/interfaces/ThemeBranchInput.d.ts +0 -12
- package/dist/interfaces/ThemeSettings.d.ts +1 -0
- package/dist/interfaces/Website.d.ts +1 -5
- package/dist/interfaces/WebsiteBoolExp.d.ts +1 -3
- package/dist/interfaces/WebsiteInput.d.ts +1 -3
- package/dist/interfaces/index.d.ts +0 -30
- package/package.json +2 -2
- package/dist/classes/ComponentCategoryQueryOptions.d.ts +0 -20
- package/dist/classes/FrontComponentQueryOptions.d.ts +0 -31
- package/dist/classes/PageQueryOptions.d.ts +0 -25
- package/dist/classes/StyleConfigQueryOptions.d.ts +0 -21
- package/dist/classes/SvgIconQueryOptions.d.ts +0 -16
- package/dist/classes/ThemeConfigQueryOptions.d.ts +0 -29
- package/dist/entries/componentCategoryEntry.d.ts +0 -3
- package/dist/entries/frontComponentEntry.d.ts +0 -3
- package/dist/entries/pageEntry.d.ts +0 -3
- package/dist/entries/styleConfigEntry.d.ts +0 -3
- package/dist/entries/svgIconEntry.d.ts +0 -3
- package/dist/entries/themeConfigEntry.d.ts +0 -3
- package/dist/fields/ComponentCategoryFields.d.ts +0 -15
- package/dist/fields/FrontComponentFields.d.ts +0 -25
- package/dist/fields/PageFields.d.ts +0 -20
- package/dist/fields/StyleConfigFields.d.ts +0 -17
- package/dist/fields/SvgIconFields.d.ts +0 -12
- package/dist/fields/ThemeConfigFields.d.ts +0 -24
- package/dist/interfaces/ComponentCategory.d.ts +0 -19
- package/dist/interfaces/ComponentCategoryBoolExp.d.ts +0 -23
- package/dist/interfaces/ComponentCategoryDistinctExp.d.ts +0 -11
- package/dist/interfaces/ComponentCategoryInput.d.ts +0 -19
- package/dist/interfaces/ComponentCategoryOrderBy.d.ts +0 -12
- package/dist/interfaces/FrontComponent.d.ts +0 -30
- package/dist/interfaces/FrontComponentBoolExp.d.ts +0 -32
- package/dist/interfaces/FrontComponentDistinctExp.d.ts +0 -21
- package/dist/interfaces/FrontComponentInput.d.ts +0 -32
- package/dist/interfaces/FrontComponentOrderBy.d.ts +0 -22
- package/dist/interfaces/Page.d.ts +0 -24
- package/dist/interfaces/PageBoolExp.d.ts +0 -26
- package/dist/interfaces/PageDistinctExp.d.ts +0 -17
- package/dist/interfaces/PageInput.d.ts +0 -26
- package/dist/interfaces/PageOrderBy.d.ts +0 -18
- package/dist/interfaces/StyleConfig.d.ts +0 -20
- package/dist/interfaces/StyleConfigBoolExp.d.ts +0 -24
- package/dist/interfaces/StyleConfigDistinctExp.d.ts +0 -15
- package/dist/interfaces/StyleConfigInput.d.ts +0 -22
- package/dist/interfaces/StyleConfigOrderBy.d.ts +0 -16
- package/dist/interfaces/SvgIcon.d.ts +0 -14
- package/dist/interfaces/SvgIconBoolExp.d.ts +0 -18
- package/dist/interfaces/SvgIconDistinctExp.d.ts +0 -10
- package/dist/interfaces/SvgIconInput.d.ts +0 -16
- package/dist/interfaces/SvgIconOrderBy.d.ts +0 -11
- package/dist/interfaces/ThemeConfig.d.ts +0 -28
- package/dist/interfaces/ThemeConfigBoolExp.d.ts +0 -30
- package/dist/interfaces/ThemeConfigDistinctExp.d.ts +0 -21
- package/dist/interfaces/ThemeConfigInput.d.ts +0 -30
- package/dist/interfaces/ThemeConfigOrderBy.d.ts +0 -22
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export declare enum ComponentCategoryFields {
|
|
2
|
-
id = "id",
|
|
3
|
-
name = "name",
|
|
4
|
-
seqValue = "seqValue",
|
|
5
|
-
updatedAt = "updatedAt",
|
|
6
|
-
createdAt = "createdAt",
|
|
7
|
-
isInMarket = "isInMarket",
|
|
8
|
-
isSectionBlock = "isSectionBlock",
|
|
9
|
-
title = "title"
|
|
10
|
-
}
|
|
11
|
-
export declare enum ComponentCategoryAssciations {
|
|
12
|
-
components = "components",
|
|
13
|
-
componentsAggregate = "componentsAggregate",
|
|
14
|
-
theme = "theme"
|
|
15
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export declare enum FrontComponentFields {
|
|
2
|
-
id = "id",
|
|
3
|
-
name = "name",
|
|
4
|
-
title = "title",
|
|
5
|
-
seqValue = "seqValue",
|
|
6
|
-
propsSchema = "propsSchema",
|
|
7
|
-
propsTest = "propsTest",
|
|
8
|
-
updatedAt = "updatedAt",
|
|
9
|
-
createdAt = "createdAt",
|
|
10
|
-
slots = "slots",
|
|
11
|
-
droppable = "droppable",
|
|
12
|
-
isInMarket = "isInMarket",
|
|
13
|
-
code = "code",
|
|
14
|
-
description = "description",
|
|
15
|
-
/**
|
|
16
|
-
* 父组件Id
|
|
17
|
-
*/
|
|
18
|
-
parentId = "parentId",
|
|
19
|
-
isSectionBlock = "isSectionBlock"
|
|
20
|
-
}
|
|
21
|
-
export declare enum FrontComponentAssciations {
|
|
22
|
-
cover = "cover",
|
|
23
|
-
category = "category",
|
|
24
|
-
theme = "theme"
|
|
25
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export declare enum PageFields {
|
|
2
|
-
id = "id",
|
|
3
|
-
title = "title",
|
|
4
|
-
/**
|
|
5
|
-
* 备注
|
|
6
|
-
*/
|
|
7
|
-
remark = "remark",
|
|
8
|
-
pageType = "pageType",
|
|
9
|
-
dataSource = "dataSource",
|
|
10
|
-
content2 = "content2",
|
|
11
|
-
createdAt = "createdAt",
|
|
12
|
-
updatedAt = "updatedAt",
|
|
13
|
-
slug = "slug",
|
|
14
|
-
description = "description",
|
|
15
|
-
code = "code"
|
|
16
|
-
}
|
|
17
|
-
export declare enum PageAssciations {
|
|
18
|
-
meta = "meta",
|
|
19
|
-
theme = "theme"
|
|
20
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare enum StyleConfigFields {
|
|
2
|
-
id = "id",
|
|
3
|
-
name = "name",
|
|
4
|
-
description = "description",
|
|
5
|
-
tailwindConfig = "tailwindConfig",
|
|
6
|
-
css = "css",
|
|
7
|
-
cssVariants = "cssVariants",
|
|
8
|
-
isInMarket = "isInMarket",
|
|
9
|
-
createdAt = "createdAt",
|
|
10
|
-
updatedAt = "updatedAt",
|
|
11
|
-
headCode = "headCode",
|
|
12
|
-
footCode = "footCode",
|
|
13
|
-
imageSizes = "imageSizes"
|
|
14
|
-
}
|
|
15
|
-
export declare enum StyleConfigAssciations {
|
|
16
|
-
theme = "theme"
|
|
17
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare enum SvgIconFields {
|
|
2
|
-
id = "id",
|
|
3
|
-
name = "name",
|
|
4
|
-
title = "title",
|
|
5
|
-
code = "code",
|
|
6
|
-
description = "description",
|
|
7
|
-
createdAt = "createdAt",
|
|
8
|
-
updatedAt = "updatedAt"
|
|
9
|
-
}
|
|
10
|
-
export declare enum SvgIconAssciations {
|
|
11
|
-
website = "website"
|
|
12
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export declare enum ThemeConfigFields {
|
|
2
|
-
id = "id",
|
|
3
|
-
websiteTitle = "websiteTitle",
|
|
4
|
-
emailTemplates = "emailTemplates",
|
|
5
|
-
contact = "contact",
|
|
6
|
-
address = "address",
|
|
7
|
-
email = "email",
|
|
8
|
-
tel = "tel",
|
|
9
|
-
fax = "fax",
|
|
10
|
-
mobile = "mobile",
|
|
11
|
-
wechat = "wechat",
|
|
12
|
-
domain = "domain",
|
|
13
|
-
svgIcon = "svgIcon",
|
|
14
|
-
themeColor = "themeColor",
|
|
15
|
-
pngIcon = "pngIcon",
|
|
16
|
-
icoIcon = "icoIcon",
|
|
17
|
-
appleTouchIcon = "appleTouchIcon",
|
|
18
|
-
redirects = "redirects",
|
|
19
|
-
previewUrl = "previewUrl"
|
|
20
|
-
}
|
|
21
|
-
export declare enum ThemeConfigAssciations {
|
|
22
|
-
contactAvatar = "contactAvatar",
|
|
23
|
-
theme = "theme"
|
|
24
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { FrontComponent } from './FrontComponent';
|
|
2
|
-
import { ThemeBranch } from './ThemeBranch';
|
|
3
|
-
import { Aggregate } from './Aggregate';
|
|
4
|
-
|
|
5
|
-
export declare const ComponentCategoryEntityName = "ComponentCategory";
|
|
6
|
-
export declare const ComponentCategoryEntityLabel = "";
|
|
7
|
-
export interface ComponentCategory {
|
|
8
|
-
id?: string | null;
|
|
9
|
-
name?: string;
|
|
10
|
-
seqValue?: number;
|
|
11
|
-
updatedAt?: Date;
|
|
12
|
-
createdAt?: Date;
|
|
13
|
-
isInMarket?: boolean;
|
|
14
|
-
isSectionBlock?: boolean;
|
|
15
|
-
title?: string;
|
|
16
|
-
components?: FrontComponent[];
|
|
17
|
-
theme?: ThemeBranch;
|
|
18
|
-
componentsAggregate?: Aggregate;
|
|
19
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { IdComparisonExp } from './IdComparisonExp';
|
|
2
|
-
import { StringComparisonExp } from './StringComparisonExp';
|
|
3
|
-
import { NumberComparisonExp } from './NumberComparisonExp';
|
|
4
|
-
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
5
|
-
import { BooleanComparisonExp } from './BooleanComparisonExp';
|
|
6
|
-
import { FrontComponentBoolExp } from './FrontComponentBoolExp';
|
|
7
|
-
import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
|
|
8
|
-
|
|
9
|
-
export interface ComponentCategoryBoolExp {
|
|
10
|
-
_and?: ComponentCategoryBoolExp[];
|
|
11
|
-
_or?: ComponentCategoryBoolExp[];
|
|
12
|
-
_not?: ComponentCategoryBoolExp;
|
|
13
|
-
id?: IdComparisonExp;
|
|
14
|
-
name?: StringComparisonExp;
|
|
15
|
-
seqValue?: NumberComparisonExp;
|
|
16
|
-
updatedAt?: DateTimeComparisonExp;
|
|
17
|
-
createdAt?: DateTimeComparisonExp;
|
|
18
|
-
isInMarket?: BooleanComparisonExp;
|
|
19
|
-
isSectionBlock?: BooleanComparisonExp;
|
|
20
|
-
title?: StringComparisonExp;
|
|
21
|
-
components?: FrontComponentBoolExp;
|
|
22
|
-
theme?: ThemeBranchBoolExp;
|
|
23
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export declare enum ComponentCategoryDistinctEnum {
|
|
2
|
-
id = "id",
|
|
3
|
-
name = "name",
|
|
4
|
-
seqValue = "seqValue",
|
|
5
|
-
updatedAt = "updatedAt",
|
|
6
|
-
createdAt = "createdAt",
|
|
7
|
-
isInMarket = "isInMarket",
|
|
8
|
-
isSectionBlock = "isSectionBlock",
|
|
9
|
-
title = "title"
|
|
10
|
-
}
|
|
11
|
-
export type ComponentCategoryDistinctExp = ComponentCategoryDistinctEnum;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { ComponentCategory } from './ComponentCategory';
|
|
2
|
-
import { FrontComponentInput } from './FrontComponentInput';
|
|
3
|
-
import { ThemeBranchInput } from './ThemeBranchInput';
|
|
4
|
-
import { SetHasMany, SetHasOne } from '@rxdrag/entify-lib';
|
|
5
|
-
|
|
6
|
-
export interface ComponentCategoryInput {
|
|
7
|
-
id?: string | null;
|
|
8
|
-
name?: string;
|
|
9
|
-
seqValue?: number;
|
|
10
|
-
updatedAt?: Date;
|
|
11
|
-
createdAt?: Date;
|
|
12
|
-
isInMarket?: boolean;
|
|
13
|
-
isSectionBlock?: boolean;
|
|
14
|
-
title?: string;
|
|
15
|
-
components?: SetHasMany<FrontComponentInput>;
|
|
16
|
-
theme?: SetHasOne<ThemeBranchInput>;
|
|
17
|
-
}
|
|
18
|
-
export declare const componentCategoryToInputCascade: (entity: ComponentCategory) => ComponentCategoryInput;
|
|
19
|
-
export declare const componentCategoryToInput: (entity: ComponentCategory) => ComponentCategoryInput;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { OrderBy } from '@rxdrag/entify-lib';
|
|
2
|
-
|
|
3
|
-
export interface ComponentCategoryOrderBy {
|
|
4
|
-
id?: OrderBy;
|
|
5
|
-
name?: OrderBy;
|
|
6
|
-
seqValue?: OrderBy;
|
|
7
|
-
updatedAt?: OrderBy;
|
|
8
|
-
createdAt?: OrderBy;
|
|
9
|
-
isInMarket?: OrderBy;
|
|
10
|
-
isSectionBlock?: OrderBy;
|
|
11
|
-
title?: OrderBy;
|
|
12
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { PropsSchema } from './PropsSchema';
|
|
2
|
-
import { Media } from './Media';
|
|
3
|
-
import { ComponentCategory } from './ComponentCategory';
|
|
4
|
-
import { ThemeBranch } from './ThemeBranch';
|
|
5
|
-
|
|
6
|
-
export declare const FrontComponentEntityName = "FrontComponent";
|
|
7
|
-
export declare const FrontComponentEntityLabel = "";
|
|
8
|
-
export interface FrontComponent {
|
|
9
|
-
id?: string | null;
|
|
10
|
-
name?: string;
|
|
11
|
-
title?: string;
|
|
12
|
-
seqValue?: number;
|
|
13
|
-
propsSchema?: PropsSchema;
|
|
14
|
-
propsTest?: any;
|
|
15
|
-
updatedAt?: Date;
|
|
16
|
-
createdAt?: Date;
|
|
17
|
-
slots?: any;
|
|
18
|
-
droppable?: boolean;
|
|
19
|
-
isInMarket?: boolean;
|
|
20
|
-
code?: string;
|
|
21
|
-
description?: string;
|
|
22
|
-
/**
|
|
23
|
-
* 父组件Id
|
|
24
|
-
*/
|
|
25
|
-
parentId?: string | null;
|
|
26
|
-
isSectionBlock?: boolean;
|
|
27
|
-
cover?: Media;
|
|
28
|
-
category?: ComponentCategory;
|
|
29
|
-
theme?: ThemeBranch;
|
|
30
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { IdComparisonExp } from './IdComparisonExp';
|
|
2
|
-
import { StringComparisonExp } from './StringComparisonExp';
|
|
3
|
-
import { NumberComparisonExp } from './NumberComparisonExp';
|
|
4
|
-
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
5
|
-
import { BooleanComparisonExp } from './BooleanComparisonExp';
|
|
6
|
-
import { MediaBoolExp } from './MediaBoolExp';
|
|
7
|
-
import { ComponentCategoryBoolExp } from './ComponentCategoryBoolExp';
|
|
8
|
-
import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
|
|
9
|
-
|
|
10
|
-
export interface FrontComponentBoolExp {
|
|
11
|
-
_and?: FrontComponentBoolExp[];
|
|
12
|
-
_or?: FrontComponentBoolExp[];
|
|
13
|
-
_not?: FrontComponentBoolExp;
|
|
14
|
-
id?: IdComparisonExp;
|
|
15
|
-
name?: StringComparisonExp;
|
|
16
|
-
title?: StringComparisonExp;
|
|
17
|
-
seqValue?: NumberComparisonExp;
|
|
18
|
-
propsSchema?: unknown;
|
|
19
|
-
propsTest?: unknown;
|
|
20
|
-
updatedAt?: DateTimeComparisonExp;
|
|
21
|
-
createdAt?: DateTimeComparisonExp;
|
|
22
|
-
slots?: unknown;
|
|
23
|
-
droppable?: BooleanComparisonExp;
|
|
24
|
-
isInMarket?: BooleanComparisonExp;
|
|
25
|
-
code?: StringComparisonExp;
|
|
26
|
-
description?: StringComparisonExp;
|
|
27
|
-
parentId?: IdComparisonExp;
|
|
28
|
-
isSectionBlock?: BooleanComparisonExp;
|
|
29
|
-
cover?: MediaBoolExp;
|
|
30
|
-
category?: ComponentCategoryBoolExp;
|
|
31
|
-
theme?: ThemeBranchBoolExp;
|
|
32
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export declare enum FrontComponentDistinctEnum {
|
|
2
|
-
id = "id",
|
|
3
|
-
name = "name",
|
|
4
|
-
title = "title",
|
|
5
|
-
seqValue = "seqValue",
|
|
6
|
-
propsSchema = "propsSchema",
|
|
7
|
-
propsTest = "propsTest",
|
|
8
|
-
updatedAt = "updatedAt",
|
|
9
|
-
createdAt = "createdAt",
|
|
10
|
-
slots = "slots",
|
|
11
|
-
droppable = "droppable",
|
|
12
|
-
isInMarket = "isInMarket",
|
|
13
|
-
code = "code",
|
|
14
|
-
description = "description",
|
|
15
|
-
/**
|
|
16
|
-
* 父组件Id
|
|
17
|
-
*/
|
|
18
|
-
parentId = "parentId",
|
|
19
|
-
isSectionBlock = "isSectionBlock"
|
|
20
|
-
}
|
|
21
|
-
export type FrontComponentDistinctExp = FrontComponentDistinctEnum;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { FrontComponent } from './FrontComponent';
|
|
2
|
-
import { PropsSchema } from './PropsSchema';
|
|
3
|
-
import { MediaInput } from './MediaInput';
|
|
4
|
-
import { ComponentCategoryInput } from './ComponentCategoryInput';
|
|
5
|
-
import { ThemeBranchInput } from './ThemeBranchInput';
|
|
6
|
-
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
7
|
-
|
|
8
|
-
export interface FrontComponentInput {
|
|
9
|
-
id?: string | null;
|
|
10
|
-
name?: string;
|
|
11
|
-
title?: string;
|
|
12
|
-
seqValue?: number;
|
|
13
|
-
propsSchema?: PropsSchema;
|
|
14
|
-
propsTest?: any;
|
|
15
|
-
updatedAt?: Date;
|
|
16
|
-
createdAt?: Date;
|
|
17
|
-
slots?: any;
|
|
18
|
-
droppable?: boolean;
|
|
19
|
-
isInMarket?: boolean;
|
|
20
|
-
code?: string;
|
|
21
|
-
description?: string;
|
|
22
|
-
/**
|
|
23
|
-
* 父组件Id
|
|
24
|
-
*/
|
|
25
|
-
parentId?: string | null;
|
|
26
|
-
isSectionBlock?: boolean;
|
|
27
|
-
cover?: SetHasOne<MediaInput>;
|
|
28
|
-
category?: SetHasOne<ComponentCategoryInput>;
|
|
29
|
-
theme?: SetHasOne<ThemeBranchInput>;
|
|
30
|
-
}
|
|
31
|
-
export declare const frontComponentToInputCascade: (entity: FrontComponent) => FrontComponentInput;
|
|
32
|
-
export declare const frontComponentToInput: (entity: FrontComponent) => FrontComponentInput;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { OrderBy } from '@rxdrag/entify-lib';
|
|
2
|
-
|
|
3
|
-
export interface FrontComponentOrderBy {
|
|
4
|
-
id?: OrderBy;
|
|
5
|
-
name?: OrderBy;
|
|
6
|
-
title?: OrderBy;
|
|
7
|
-
seqValue?: OrderBy;
|
|
8
|
-
propsSchema?: OrderBy;
|
|
9
|
-
propsTest?: OrderBy;
|
|
10
|
-
updatedAt?: OrderBy;
|
|
11
|
-
createdAt?: OrderBy;
|
|
12
|
-
slots?: OrderBy;
|
|
13
|
-
droppable?: OrderBy;
|
|
14
|
-
isInMarket?: OrderBy;
|
|
15
|
-
code?: OrderBy;
|
|
16
|
-
description?: OrderBy;
|
|
17
|
-
/**
|
|
18
|
-
* 父组件Id
|
|
19
|
-
*/
|
|
20
|
-
parentId?: OrderBy;
|
|
21
|
-
isSectionBlock?: OrderBy;
|
|
22
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { PageType } from './PageType';
|
|
2
|
-
import { PageMeta } from './PageMeta';
|
|
3
|
-
import { ThemeBranch } from './ThemeBranch';
|
|
4
|
-
|
|
5
|
-
export declare const PageEntityName = "Page";
|
|
6
|
-
export declare const PageEntityLabel = "";
|
|
7
|
-
export interface Page {
|
|
8
|
-
id?: string | null;
|
|
9
|
-
title?: string;
|
|
10
|
-
/**
|
|
11
|
-
* 备注
|
|
12
|
-
*/
|
|
13
|
-
remark?: string;
|
|
14
|
-
pageType?: PageType;
|
|
15
|
-
dataSource?: any;
|
|
16
|
-
content2?: string;
|
|
17
|
-
createdAt?: Date;
|
|
18
|
-
updatedAt?: Date;
|
|
19
|
-
slug?: string;
|
|
20
|
-
description?: string;
|
|
21
|
-
code?: string;
|
|
22
|
-
meta?: PageMeta;
|
|
23
|
-
theme?: ThemeBranch;
|
|
24
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { PageType } from './PageType';
|
|
2
|
-
import { IdComparisonExp } from './IdComparisonExp';
|
|
3
|
-
import { StringComparisonExp } from './StringComparisonExp';
|
|
4
|
-
import { EnumComparisonExp } from './EnumComparisonExp';
|
|
5
|
-
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
6
|
-
import { PageMetaBoolExp } from './PageMetaBoolExp';
|
|
7
|
-
import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
|
|
8
|
-
|
|
9
|
-
export interface PageBoolExp {
|
|
10
|
-
_and?: PageBoolExp[];
|
|
11
|
-
_or?: PageBoolExp[];
|
|
12
|
-
_not?: PageBoolExp;
|
|
13
|
-
id?: IdComparisonExp;
|
|
14
|
-
title?: StringComparisonExp;
|
|
15
|
-
remark?: StringComparisonExp;
|
|
16
|
-
pageType?: EnumComparisonExp<PageType>;
|
|
17
|
-
dataSource?: unknown;
|
|
18
|
-
content2?: StringComparisonExp;
|
|
19
|
-
createdAt?: DateTimeComparisonExp;
|
|
20
|
-
updatedAt?: DateTimeComparisonExp;
|
|
21
|
-
slug?: StringComparisonExp;
|
|
22
|
-
description?: StringComparisonExp;
|
|
23
|
-
code?: StringComparisonExp;
|
|
24
|
-
meta?: PageMetaBoolExp;
|
|
25
|
-
theme?: ThemeBranchBoolExp;
|
|
26
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare enum PageDistinctEnum {
|
|
2
|
-
id = "id",
|
|
3
|
-
title = "title",
|
|
4
|
-
/**
|
|
5
|
-
* 备注
|
|
6
|
-
*/
|
|
7
|
-
remark = "remark",
|
|
8
|
-
pageType = "pageType",
|
|
9
|
-
dataSource = "dataSource",
|
|
10
|
-
content2 = "content2",
|
|
11
|
-
createdAt = "createdAt",
|
|
12
|
-
updatedAt = "updatedAt",
|
|
13
|
-
slug = "slug",
|
|
14
|
-
description = "description",
|
|
15
|
-
code = "code"
|
|
16
|
-
}
|
|
17
|
-
export type PageDistinctExp = PageDistinctEnum;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { Page } from './Page';
|
|
2
|
-
import { PageType } from './PageType';
|
|
3
|
-
import { PageMetaInput } from './PageMetaInput';
|
|
4
|
-
import { ThemeBranchInput } from './ThemeBranchInput';
|
|
5
|
-
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
6
|
-
|
|
7
|
-
export interface PageInput {
|
|
8
|
-
id?: string | null;
|
|
9
|
-
title?: string;
|
|
10
|
-
/**
|
|
11
|
-
* 备注
|
|
12
|
-
*/
|
|
13
|
-
remark?: string;
|
|
14
|
-
pageType?: PageType;
|
|
15
|
-
dataSource?: any;
|
|
16
|
-
content2?: string;
|
|
17
|
-
createdAt?: Date;
|
|
18
|
-
updatedAt?: Date;
|
|
19
|
-
slug?: string;
|
|
20
|
-
description?: string;
|
|
21
|
-
code?: string;
|
|
22
|
-
meta?: SetHasOne<PageMetaInput>;
|
|
23
|
-
theme?: SetHasOne<ThemeBranchInput>;
|
|
24
|
-
}
|
|
25
|
-
export declare const pageToInputCascade: (entity: Page) => PageInput;
|
|
26
|
-
export declare const pageToInput: (entity: Page) => PageInput;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { OrderBy } from '@rxdrag/entify-lib';
|
|
2
|
-
|
|
3
|
-
export interface PageOrderBy {
|
|
4
|
-
id?: OrderBy;
|
|
5
|
-
title?: OrderBy;
|
|
6
|
-
/**
|
|
7
|
-
* 备注
|
|
8
|
-
*/
|
|
9
|
-
remark?: OrderBy;
|
|
10
|
-
pageType?: OrderBy;
|
|
11
|
-
dataSource?: OrderBy;
|
|
12
|
-
content2?: OrderBy;
|
|
13
|
-
createdAt?: OrderBy;
|
|
14
|
-
updatedAt?: OrderBy;
|
|
15
|
-
slug?: OrderBy;
|
|
16
|
-
description?: OrderBy;
|
|
17
|
-
code?: OrderBy;
|
|
18
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { ImageSizes } from './ImageSizes';
|
|
2
|
-
import { ThemeBranch } from './ThemeBranch';
|
|
3
|
-
|
|
4
|
-
export declare const StyleConfigEntityName = "StyleConfig";
|
|
5
|
-
export declare const StyleConfigEntityLabel = "";
|
|
6
|
-
export interface StyleConfig {
|
|
7
|
-
id?: string | null;
|
|
8
|
-
name?: string;
|
|
9
|
-
description?: string;
|
|
10
|
-
tailwindConfig?: string;
|
|
11
|
-
css?: string;
|
|
12
|
-
cssVariants?: string;
|
|
13
|
-
isInMarket?: boolean;
|
|
14
|
-
createdAt?: Date;
|
|
15
|
-
updatedAt?: Date;
|
|
16
|
-
headCode?: string;
|
|
17
|
-
footCode?: string;
|
|
18
|
-
imageSizes?: ImageSizes;
|
|
19
|
-
theme?: ThemeBranch;
|
|
20
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { IdComparisonExp } from './IdComparisonExp';
|
|
2
|
-
import { StringComparisonExp } from './StringComparisonExp';
|
|
3
|
-
import { BooleanComparisonExp } from './BooleanComparisonExp';
|
|
4
|
-
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
5
|
-
import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
|
|
6
|
-
|
|
7
|
-
export interface StyleConfigBoolExp {
|
|
8
|
-
_and?: StyleConfigBoolExp[];
|
|
9
|
-
_or?: StyleConfigBoolExp[];
|
|
10
|
-
_not?: StyleConfigBoolExp;
|
|
11
|
-
id?: IdComparisonExp;
|
|
12
|
-
name?: StringComparisonExp;
|
|
13
|
-
description?: StringComparisonExp;
|
|
14
|
-
tailwindConfig?: StringComparisonExp;
|
|
15
|
-
css?: StringComparisonExp;
|
|
16
|
-
cssVariants?: StringComparisonExp;
|
|
17
|
-
isInMarket?: BooleanComparisonExp;
|
|
18
|
-
createdAt?: DateTimeComparisonExp;
|
|
19
|
-
updatedAt?: DateTimeComparisonExp;
|
|
20
|
-
headCode?: StringComparisonExp;
|
|
21
|
-
footCode?: StringComparisonExp;
|
|
22
|
-
imageSizes?: unknown;
|
|
23
|
-
theme?: ThemeBranchBoolExp;
|
|
24
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export declare enum StyleConfigDistinctEnum {
|
|
2
|
-
id = "id",
|
|
3
|
-
name = "name",
|
|
4
|
-
description = "description",
|
|
5
|
-
tailwindConfig = "tailwindConfig",
|
|
6
|
-
css = "css",
|
|
7
|
-
cssVariants = "cssVariants",
|
|
8
|
-
isInMarket = "isInMarket",
|
|
9
|
-
createdAt = "createdAt",
|
|
10
|
-
updatedAt = "updatedAt",
|
|
11
|
-
headCode = "headCode",
|
|
12
|
-
footCode = "footCode",
|
|
13
|
-
imageSizes = "imageSizes"
|
|
14
|
-
}
|
|
15
|
-
export type StyleConfigDistinctExp = StyleConfigDistinctEnum;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { StyleConfig } from './StyleConfig';
|
|
2
|
-
import { ImageSizes } from './ImageSizes';
|
|
3
|
-
import { ThemeBranchInput } from './ThemeBranchInput';
|
|
4
|
-
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
5
|
-
|
|
6
|
-
export interface StyleConfigInput {
|
|
7
|
-
id?: string | null;
|
|
8
|
-
name?: string;
|
|
9
|
-
description?: string;
|
|
10
|
-
tailwindConfig?: string;
|
|
11
|
-
css?: string;
|
|
12
|
-
cssVariants?: string;
|
|
13
|
-
isInMarket?: boolean;
|
|
14
|
-
createdAt?: Date;
|
|
15
|
-
updatedAt?: Date;
|
|
16
|
-
headCode?: string;
|
|
17
|
-
footCode?: string;
|
|
18
|
-
imageSizes?: ImageSizes;
|
|
19
|
-
theme?: SetHasOne<ThemeBranchInput>;
|
|
20
|
-
}
|
|
21
|
-
export declare const styleConfigToInputCascade: (entity: StyleConfig) => StyleConfigInput;
|
|
22
|
-
export declare const styleConfigToInput: (entity: StyleConfig) => StyleConfigInput;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { OrderBy } from '@rxdrag/entify-lib';
|
|
2
|
-
|
|
3
|
-
export interface StyleConfigOrderBy {
|
|
4
|
-
id?: OrderBy;
|
|
5
|
-
name?: OrderBy;
|
|
6
|
-
description?: OrderBy;
|
|
7
|
-
tailwindConfig?: OrderBy;
|
|
8
|
-
css?: OrderBy;
|
|
9
|
-
cssVariants?: OrderBy;
|
|
10
|
-
isInMarket?: OrderBy;
|
|
11
|
-
createdAt?: OrderBy;
|
|
12
|
-
updatedAt?: OrderBy;
|
|
13
|
-
headCode?: OrderBy;
|
|
14
|
-
footCode?: OrderBy;
|
|
15
|
-
imageSizes?: OrderBy;
|
|
16
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Website } from './Website';
|
|
2
|
-
|
|
3
|
-
export declare const SvgIconEntityName = "SvgIcon";
|
|
4
|
-
export declare const SvgIconEntityLabel = "";
|
|
5
|
-
export interface SvgIcon {
|
|
6
|
-
id?: string | null;
|
|
7
|
-
name?: string;
|
|
8
|
-
title?: string;
|
|
9
|
-
code?: string;
|
|
10
|
-
description?: string;
|
|
11
|
-
createdAt?: Date;
|
|
12
|
-
updatedAt?: Date;
|
|
13
|
-
website?: Website;
|
|
14
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { IdComparisonExp } from './IdComparisonExp';
|
|
2
|
-
import { StringComparisonExp } from './StringComparisonExp';
|
|
3
|
-
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
4
|
-
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
5
|
-
|
|
6
|
-
export interface SvgIconBoolExp {
|
|
7
|
-
_and?: SvgIconBoolExp[];
|
|
8
|
-
_or?: SvgIconBoolExp[];
|
|
9
|
-
_not?: SvgIconBoolExp;
|
|
10
|
-
id?: IdComparisonExp;
|
|
11
|
-
name?: StringComparisonExp;
|
|
12
|
-
title?: StringComparisonExp;
|
|
13
|
-
code?: StringComparisonExp;
|
|
14
|
-
description?: StringComparisonExp;
|
|
15
|
-
createdAt?: DateTimeComparisonExp;
|
|
16
|
-
updatedAt?: DateTimeComparisonExp;
|
|
17
|
-
website?: WebsiteBoolExp;
|
|
18
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { SvgIcon } from './SvgIcon';
|
|
2
|
-
import { WebsiteInput } from './WebsiteInput';
|
|
3
|
-
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
4
|
-
|
|
5
|
-
export interface SvgIconInput {
|
|
6
|
-
id?: string | null;
|
|
7
|
-
name?: string;
|
|
8
|
-
title?: string;
|
|
9
|
-
code?: string;
|
|
10
|
-
description?: string;
|
|
11
|
-
createdAt?: Date;
|
|
12
|
-
updatedAt?: Date;
|
|
13
|
-
website?: SetHasOne<WebsiteInput>;
|
|
14
|
-
}
|
|
15
|
-
export declare const svgIconToInputCascade: (entity: SvgIcon) => SvgIconInput;
|
|
16
|
-
export declare const svgIconToInput: (entity: SvgIcon) => SvgIconInput;
|