pc端用户管理
This commit is contained in:
parent
cf3cd5463f
commit
de261f3ce9
|
|
@ -37,5 +37,5 @@ export declare type Poi = {
|
||||||
email?: string;
|
email?: string;
|
||||||
businessArea?: string;
|
businessArea?: string;
|
||||||
};
|
};
|
||||||
declare const Location: (props: LocationProps) => JSX.Element;
|
declare const Location: (props: LocationProps) => import("react/jsx-runtime").JSX.Element;
|
||||||
export default Location;
|
export default Location;
|
||||||
|
|
|
||||||
|
|
@ -29,5 +29,5 @@ export interface AMapProps extends APILoaderProps {
|
||||||
securityJsCode?: string;
|
securityJsCode?: string;
|
||||||
serviceHost?: string;
|
serviceHost?: string;
|
||||||
}
|
}
|
||||||
declare const memo: (props: AMapProps) => JSX.Element;
|
declare const memo: (props: AMapProps) => import("react/jsx-runtime").JSX.Element;
|
||||||
export default memo;
|
export default memo;
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'article', f
|
||||||
name: string;
|
name: string;
|
||||||
width: string;
|
width: string;
|
||||||
editor: any;
|
editor: any;
|
||||||
}, {}>): JSX.Element;
|
}, {}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'article', f
|
||||||
content?: string;
|
content?: string;
|
||||||
html?: string;
|
html?: string;
|
||||||
origin?: string;
|
origin?: string;
|
||||||
}, {}>): JSX.Element;
|
}, {}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'article', f
|
||||||
content?: string;
|
content?: string;
|
||||||
html?: string;
|
html?: string;
|
||||||
origin?: string;
|
origin?: string;
|
||||||
}, {}>): JSX.Element;
|
}, {}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -19,4 +19,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'articleMenu
|
||||||
setCurrentArticle: (id: string) => void;
|
setCurrentArticle: (id: string) => void;
|
||||||
}, {
|
}, {
|
||||||
createOne: () => Promise<void>;
|
createOne: () => Promise<void>;
|
||||||
}>): JSX.Element | null;
|
}>): import("react/jsx-runtime").JSX.Element | null;
|
||||||
|
|
|
||||||
|
|
@ -26,4 +26,4 @@ export default function Render(props: WebComponentProps<EntityDict, "article", f
|
||||||
}>;
|
}>;
|
||||||
clearContentTip: () => void;
|
clearContentTip: () => void;
|
||||||
gotoPreview: (content?: string, title?: string) => void;
|
gotoPreview: (content?: string, title?: string) => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -34,4 +34,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'articleMenu
|
||||||
createSubArticle: (name: string) => Promise<void>;
|
createSubArticle: (name: string) => Promise<void>;
|
||||||
createSubArticleMenu: (name: string) => Promise<void>;
|
createSubArticleMenu: (name: string) => Promise<void>;
|
||||||
gotoDoc: (articleMenuId: string) => void;
|
gotoDoc: (articleMenuId: string) => void;
|
||||||
}>): JSX.Element | null;
|
}>): import("react/jsx-runtime").JSX.Element | null;
|
||||||
|
|
|
||||||
|
|
@ -33,4 +33,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'articleMenu
|
||||||
createOne: (name?: string) => Promise<void>;
|
createOne: (name?: string) => Promise<void>;
|
||||||
getDefaultArticle: (rows: EntityDict['articleMenu']['OpSchema'][]) => void;
|
getDefaultArticle: (rows: EntityDict['articleMenu']['OpSchema'][]) => void;
|
||||||
getSearchArticle: () => Promise<string[]>;
|
getSearchArticle: () => Promise<string[]>;
|
||||||
}>): JSX.Element | null;
|
}>): import("react/jsx-runtime").JSX.Element | null;
|
||||||
|
|
|
||||||
|
|
@ -14,4 +14,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'articleMenu
|
||||||
searchArticle: (searchValue: string) => void;
|
searchArticle: (searchValue: string) => void;
|
||||||
getArticleMenuIdByArticle: (articleId: string, type: string) => void;
|
getArticleMenuIdByArticle: (articleId: string, type: string) => void;
|
||||||
gotoSearchArticleAndArticleMenu: (articleMenuId: string, articleId: string) => void;
|
gotoSearchArticleAndArticleMenu: (articleMenuId: string, articleId: string) => void;
|
||||||
}>): JSX.Element | null;
|
}>): import("react/jsx-runtime").JSX.Element | null;
|
||||||
|
|
|
||||||
|
|
@ -10,4 +10,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'message', f
|
||||||
setMobile: (value: string) => void;
|
setMobile: (value: string) => void;
|
||||||
sendCaptcha: (mobile: string) => Promise<void>;
|
sendCaptcha: (mobile: string) => Promise<void>;
|
||||||
onConfirmByMobile: (mobile: string, captcha: string, newPassword: string) => Promise<void>;
|
onConfirmByMobile: (mobile: string, captcha: string, newPassword: string) => Promise<void>;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'message', f
|
||||||
failTimes: number;
|
failTimes: number;
|
||||||
}, {
|
}, {
|
||||||
onConfirm: (prevPassword: string, password: string) => Promise<void>;
|
onConfirm: (prevPassword: string, password: string) => Promise<void>;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'message', f
|
||||||
oakId: string;
|
oakId: string;
|
||||||
}, {
|
}, {
|
||||||
goToMobile: () => void;
|
goToMobile: () => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ declare type IDownloadProps = {
|
||||||
style?: React.CSSProperties;
|
style?: React.CSSProperties;
|
||||||
filename?: string;
|
filename?: string;
|
||||||
};
|
};
|
||||||
declare function Download(props: IDownloadProps): JSX.Element;
|
declare function Download(props: IDownloadProps): import("react/jsx-runtime").JSX.Element;
|
||||||
declare namespace Download {
|
declare namespace Download {
|
||||||
var onDownload: (arrayBuffer: ArrayBuffer, filename: string) => void;
|
var onDownload: (arrayBuffer: ArrayBuffer, filename: string) => void;
|
||||||
var base64ToBlob: (base64String: string) => Blob;
|
var base64ToBlob: (base64String: string) => Blob;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
import './index.less';
|
import './index.less';
|
||||||
declare const Empty: () => JSX.Element;
|
declare const Empty: () => import("react/jsx-runtime").JSX.Element;
|
||||||
export default Empty;
|
export default Empty;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
import './index.less';
|
import './index.less';
|
||||||
declare const Empty: () => JSX.Element;
|
declare const Empty: () => import("react/jsx-runtime").JSX.Element;
|
||||||
export default Empty;
|
export default Empty;
|
||||||
|
|
|
||||||
|
|
@ -15,5 +15,5 @@ interface IErrorPageProps {
|
||||||
children?: React.ReactNode;
|
children?: React.ReactNode;
|
||||||
icon?: React.ReactNode;
|
icon?: React.ReactNode;
|
||||||
}
|
}
|
||||||
declare function ErrorPage(props: IErrorPageProps): JSX.Element;
|
declare function ErrorPage(props: IErrorPageProps): import("react/jsx-runtime").JSX.Element;
|
||||||
export default ErrorPage;
|
export default ErrorPage;
|
||||||
|
|
|
||||||
|
|
@ -15,5 +15,5 @@ declare type GridProps = {
|
||||||
list: Array<Item>;
|
list: Array<Item>;
|
||||||
onChange?: (index: number, event?: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
|
onChange?: (index: number, event?: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
|
||||||
};
|
};
|
||||||
declare const _default: React.MemoExoticComponent<(props: GridProps) => JSX.Element>;
|
declare const _default: React.MemoExoticComponent<(props: GridProps) => import("react/jsx-runtime").JSX.Element>;
|
||||||
export default _default;
|
export default _default;
|
||||||
|
|
|
||||||
|
|
@ -17,5 +17,5 @@ declare type PageHeaderProps = {
|
||||||
children?: React.ReactNode;
|
children?: React.ReactNode;
|
||||||
showHeader?: boolean;
|
showHeader?: boolean;
|
||||||
};
|
};
|
||||||
declare const _default: React.MemoExoticComponent<(props: PageHeaderProps) => JSX.Element>;
|
declare const _default: React.MemoExoticComponent<(props: PageHeaderProps) => import("react/jsx-runtime").JSX.Element>;
|
||||||
export default _default;
|
export default _default;
|
||||||
|
|
|
||||||
|
|
@ -14,5 +14,5 @@ declare type IQrCodeProps = {
|
||||||
successed?: boolean;
|
successed?: boolean;
|
||||||
type?: EntityDict['wechatLogin']['Schema']['type'];
|
type?: EntityDict['wechatLogin']['Schema']['type'];
|
||||||
};
|
};
|
||||||
declare function QrCode(props: IQrCodeProps): JSX.Element;
|
declare function QrCode(props: IQrCodeProps): import("react/jsx-runtime").JSX.Element;
|
||||||
export default QrCode;
|
export default QrCode;
|
||||||
|
|
|
||||||
|
|
@ -5,5 +5,5 @@ declare type Props = {
|
||||||
description?: string;
|
description?: string;
|
||||||
children?: React.ReactNode;
|
children?: React.ReactNode;
|
||||||
};
|
};
|
||||||
declare const _default: React.MemoExoticComponent<(props: Props) => JSX.Element>;
|
declare const _default: React.MemoExoticComponent<(props: Props) => import("react/jsx-runtime").JSX.Element>;
|
||||||
export default _default;
|
export default _default;
|
||||||
|
|
|
||||||
|
|
@ -5,5 +5,5 @@ declare type Props = {
|
||||||
description?: string;
|
description?: string;
|
||||||
children?: React.ReactNode;
|
children?: React.ReactNode;
|
||||||
};
|
};
|
||||||
declare const _default: React.MemoExoticComponent<(props: Props) => JSX.Element>;
|
declare const _default: React.MemoExoticComponent<(props: Props) => import("react/jsx-runtime").JSX.Element>;
|
||||||
export default _default;
|
export default _default;
|
||||||
|
|
|
||||||
|
|
@ -14,5 +14,5 @@ interface GrantProps {
|
||||||
rootStyle?: React.CSSProperties;
|
rootStyle?: React.CSSProperties;
|
||||||
rootClassName?: string;
|
rootClassName?: string;
|
||||||
}
|
}
|
||||||
declare function Grant(props: GrantProps): JSX.Element;
|
declare function Grant(props: GrantProps): import("react/jsx-runtime").JSX.Element;
|
||||||
export default Grant;
|
export default Grant;
|
||||||
|
|
|
||||||
|
|
@ -14,5 +14,5 @@ interface QrCodeProps {
|
||||||
rootStyle?: React.CSSProperties;
|
rootStyle?: React.CSSProperties;
|
||||||
rootClassName?: string;
|
rootClassName?: string;
|
||||||
}
|
}
|
||||||
declare function QrCode(props: QrCodeProps): JSX.Element;
|
declare function QrCode(props: QrCodeProps): import("react/jsx-runtime").JSX.Element;
|
||||||
export default QrCode;
|
export default QrCode;
|
||||||
|
|
|
||||||
|
|
@ -15,5 +15,5 @@ export default function render(props: WebComponentProps<EntityDict, 'user', fals
|
||||||
setValue: (path: string, value: string) => void;
|
setValue: (path: string, value: string) => void;
|
||||||
removeItem: (path: string, index: number) => void;
|
removeItem: (path: string, index: number) => void;
|
||||||
cleanKey: (path: string, key: string) => void;
|
cleanKey: (path: string, key: string) => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
export {};
|
export {};
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,4 @@ export default function Web(props: {
|
||||||
setValue: (path: string, value: any) => void;
|
setValue: (path: string, value: any) => void;
|
||||||
removeItem: (path: string, index: number) => void;
|
removeItem: (path: string, index: number) => void;
|
||||||
cleanKey: (path: string, key: string) => void;
|
cleanKey: (path: string, key: string) => void;
|
||||||
}): JSX.Element;
|
}): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,4 @@ export default function WechatMp(props: {
|
||||||
setValue: (path: string, value: any) => void;
|
setValue: (path: string, value: any) => void;
|
||||||
removeItem: (path: string, index: number) => void;
|
removeItem: (path: string, index: number) => void;
|
||||||
cleanKey: (path: string, key: string) => void;
|
cleanKey: (path: string, key: string) => void;
|
||||||
}): JSX.Element;
|
}): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,4 @@ export default function WechatPublic(props: {
|
||||||
setValue: (path: string, value: any) => void;
|
setValue: (path: string, value: any) => void;
|
||||||
removeItem: (path: string, index: number) => void;
|
removeItem: (path: string, index: number) => void;
|
||||||
cleanKey: (path: string, key: string) => void;
|
cleanKey: (path: string, key: string) => void;
|
||||||
}): JSX.Element;
|
}): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,5 @@ declare type StyleProps = {
|
||||||
value?: StyleType | null;
|
value?: StyleType | null;
|
||||||
onChange: (value: StyleType) => void;
|
onChange: (value: StyleType) => void;
|
||||||
};
|
};
|
||||||
export default function Render(props: StyleProps): JSX.Element;
|
export default function Render(props: StyleProps): import("react/jsx-runtime").JSX.Element;
|
||||||
export {};
|
export {};
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@ export default function Account(props: {
|
||||||
account: Required<Config>['Account'];
|
account: Required<Config>['Account'];
|
||||||
setValue: (path: string, value: any) => void;
|
setValue: (path: string, value: any) => void;
|
||||||
removeItem: (path: string, index: number) => void;
|
removeItem: (path: string, index: number) => void;
|
||||||
}): JSX.Element;
|
}): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,4 @@ import { Config } from '../../../../types/Config';
|
||||||
export default function Cos(props: {
|
export default function Cos(props: {
|
||||||
cos: Required<Config>['Cos'];
|
cos: Required<Config>['Cos'];
|
||||||
setValue: (path: string, value: any) => void;
|
setValue: (path: string, value: any) => void;
|
||||||
}): JSX.Element;
|
}): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,4 @@ import { Config } from '../../../../types/Config';
|
||||||
export default function Cos(props: {
|
export default function Cos(props: {
|
||||||
live: Required<Config>['Live'];
|
live: Required<Config>['Live'];
|
||||||
setValue: (path: string, value: any) => void;
|
setValue: (path: string, value: any) => void;
|
||||||
}): JSX.Element;
|
}): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,4 @@ import { Config } from '../../../../types/Config';
|
||||||
export default function Cos(props: {
|
export default function Cos(props: {
|
||||||
map: Required<Config>['Map'];
|
map: Required<Config>['Map'];
|
||||||
setValue: (path: string, value: any) => void;
|
setValue: (path: string, value: any) => void;
|
||||||
}): JSX.Element;
|
}): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,4 @@ export default function Sms(props: {
|
||||||
setValue: (path: string, value: any) => void;
|
setValue: (path: string, value: any) => void;
|
||||||
removeItem: (path: string, index: number) => void;
|
removeItem: (path: string, index: number) => void;
|
||||||
cleanKey: (path: string, key: string) => void;
|
cleanKey: (path: string, key: string) => void;
|
||||||
}): JSX.Element;
|
}): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -12,4 +12,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'user', fals
|
||||||
setValue: (path: string, value: string) => void;
|
setValue: (path: string, value: string) => void;
|
||||||
removeItem: (path: string, index: number) => void;
|
removeItem: (path: string, index: number) => void;
|
||||||
cleanKey: (path: string, key: string) => void;
|
cleanKey: (path: string, key: string) => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,4 @@ export default function render(props: WebComponentProps<EntityDict, 'extraFile',
|
||||||
avatarUrl?: string;
|
avatarUrl?: string;
|
||||||
}, {
|
}, {
|
||||||
onPickByWeb: (files: File[]) => void;
|
onPickByWeb: (files: File[]) => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
export default function render(): JSX.Element;
|
export default function render(): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -19,5 +19,5 @@ export default function render(props: WebComponentProps<EntityDict, "extraFile",
|
||||||
closeModal: () => void;
|
closeModal: () => void;
|
||||||
onModal1Confirm: (value: number) => void;
|
onModal1Confirm: (value: number) => void;
|
||||||
setSelectedId: (id: number) => void;
|
setSelectedId: (id: number) => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
export {};
|
export {};
|
||||||
|
|
|
||||||
|
|
@ -33,5 +33,5 @@ export default function render(props: WebComponentProps<EntityDict, "extraFile",
|
||||||
getUrl: (extraFile: EntityDict['extraFile']['OpSchema']) => string;
|
getUrl: (extraFile: EntityDict['extraFile']['OpSchema']) => string;
|
||||||
getFileName: (extraFile: EntityDict['extraFile']['OpSchema']) => string;
|
getFileName: (extraFile: EntityDict['extraFile']['OpSchema']) => string;
|
||||||
eFFormatBytes: (value: number) => string;
|
eFFormatBytes: (value: number) => string;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
export {};
|
export {};
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
.container {
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
@ -8,6 +8,5 @@ export default function Render(props: WebComponentProps<EntityDict, 'user', fals
|
||||||
label: string;
|
label: string;
|
||||||
action: string;
|
action: string;
|
||||||
}>;
|
}>;
|
||||||
}, {
|
onActionClick: (action: string) => void;
|
||||||
onClick: (action: string) => void;
|
}>): import("react/jsx-runtime").JSX.Element | null;
|
||||||
}>): JSX.Element | null;
|
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,11 @@
|
||||||
import { jsx as _jsx } from "react/jsx-runtime";
|
import { jsx as _jsx } from "react/jsx-runtime";
|
||||||
import { Button } from 'antd-mobile';
|
import { Button, Space } from 'antd-mobile';
|
||||||
import Styles from './web.module.less';
|
import Style from './mobile.module.less';
|
||||||
export default function Render(props) {
|
export default function Render(props) {
|
||||||
const { actionss } = props.data;
|
const { actionss, onActionClick } = props.data;
|
||||||
const { onClick } = props.methods;
|
|
||||||
// icon方案还未最终确定
|
// icon方案还未最终确定
|
||||||
if (actionss) {
|
if (actionss) {
|
||||||
return (_jsx("div", { className: Styles.container, children: actionss.map(ele => (_jsx("div", { className: "action", children: _jsx(Button, { color: 'primary', fill: 'outline', onClick: () => onClick(ele.action), children: ele.label }) }))) }));
|
return (_jsx(Space, { wrap: true, className: Style.container, children: actionss.map((ele) => (_jsx(Button, { color: "primary", fill: "outline", onClick: () => onActionClick(ele.action), children: ele.label }))) }));
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,5 @@
|
||||||
.action {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: space-around;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
padding: 10;
|
|
||||||
}
|
}
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
import { WebComponentProps } from "oak-frontend-base";
|
||||||
|
import { EntityDict } from "../../../oak-app-domain";
|
||||||
|
export default function Render(props: WebComponentProps<EntityDict, 'user', false, {
|
||||||
|
actionss: Array<{
|
||||||
|
icon: {
|
||||||
|
name: string;
|
||||||
|
};
|
||||||
|
label: string;
|
||||||
|
action: string;
|
||||||
|
}>;
|
||||||
|
onActionClick: (action: string) => void;
|
||||||
|
}>): import("react/jsx-runtime").JSX.Element | null;
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
import { jsx as _jsx } from "react/jsx-runtime";
|
||||||
|
import { Button, Space } from 'antd';
|
||||||
|
export default function Render(props) {
|
||||||
|
const { actionss, onActionClick } = props.data;
|
||||||
|
// icon方案还未最终确定
|
||||||
|
if (actionss) {
|
||||||
|
return (_jsx(Space, { children: actionss.map((ele) => (_jsx(Button, { color: "primary", type: "default", onClick: () => onActionClick(ele.action), children: ele.label }))) }));
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
@ -10,4 +10,4 @@ export default function render(props: WebComponentProps<EntityDict, 'address', t
|
||||||
resetInitialData: () => void;
|
resetInitialData: () => void;
|
||||||
downloadEnv: () => void;
|
downloadEnv: () => void;
|
||||||
resetEnv: (data: Record<string, any>) => void;
|
resetEnv: (data: Record<string, any>) => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'user', fals
|
||||||
size?: string;
|
size?: string;
|
||||||
className?: string;
|
className?: string;
|
||||||
style?: React.CSSProperties;
|
style?: React.CSSProperties;
|
||||||
}, {}>): JSX.Element;
|
}, {}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'message', f
|
||||||
router: EntityDict['message']['Schema']['router'];
|
router: EntityDict['message']['Schema']['router'];
|
||||||
visitState: EntityDict['message']['Schema']['visitState'];
|
visitState: EntityDict['message']['Schema']['visitState'];
|
||||||
id: string;
|
id: string;
|
||||||
}, {}>): JSX.Element;
|
}, {}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -10,4 +10,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'message', f
|
||||||
router: EntityDict['message']['Schema']['router'];
|
router: EntityDict['message']['Schema']['router'];
|
||||||
}, {
|
}, {
|
||||||
goPage: () => void;
|
goPage: () => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -10,4 +10,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'message', f
|
||||||
router: EntityDict['message']['Schema']['router'];
|
router: EntityDict['message']['Schema']['router'];
|
||||||
}, {
|
}, {
|
||||||
goPage: () => void;
|
goPage: () => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'message', t
|
||||||
messages: EntityDict['message']['Schema'][];
|
messages: EntityDict['message']['Schema'][];
|
||||||
}, {
|
}, {
|
||||||
goDetailById: (id: string) => void;
|
goDetailById: (id: string) => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'message', t
|
||||||
messages: RowWithActions<EntityDict, 'message'>[];
|
messages: RowWithActions<EntityDict, 'message'>[];
|
||||||
}, {
|
}, {
|
||||||
goDetailById: (id: string) => void;
|
goDetailById: (id: string) => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@ export default function render(props: {
|
||||||
data: {
|
data: {
|
||||||
data: MessageProps;
|
data: MessageProps;
|
||||||
};
|
};
|
||||||
}): JSX.Element;
|
}): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'messageType
|
||||||
dirtyIds: string[];
|
dirtyIds: string[];
|
||||||
messageTypes: string[];
|
messageTypes: string[];
|
||||||
applicationId: string;
|
applicationId: string;
|
||||||
}, {}>): JSX.Element;
|
}, {}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -9,4 +9,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'token', fal
|
||||||
iconName?: string;
|
iconName?: string;
|
||||||
iconLarger?: string;
|
iconLarger?: string;
|
||||||
onClick?: () => void;
|
onClick?: () => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'token', fal
|
||||||
}, {
|
}, {
|
||||||
logout: () => void;
|
logout: () => void;
|
||||||
updateAttribute: (attr: string, value: any) => Promise<void>;
|
updateAttribute: (attr: string, value: any) => Promise<void>;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'token', fal
|
||||||
}, {
|
}, {
|
||||||
logout: () => void;
|
logout: () => void;
|
||||||
updateAttribute: (attr: string, value: any) => Promise<void>;
|
updateAttribute: (attr: string, value: any) => Promise<void>;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'user', fals
|
||||||
style?: React.CSSProperties;
|
style?: React.CSSProperties;
|
||||||
}, {
|
}, {
|
||||||
goMessageList: () => void;
|
goMessageList: () => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -10,4 +10,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'user', fals
|
||||||
buttonClassName?: string;
|
buttonClassName?: string;
|
||||||
}, {
|
}, {
|
||||||
goMessageList: () => void;
|
goMessageList: () => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'userEntityG
|
||||||
url: string;
|
url: string;
|
||||||
expiresAt: number;
|
expiresAt: number;
|
||||||
title?: string;
|
title?: string;
|
||||||
}, {}>): JSX.Element;
|
}, {}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,4 @@ export default function render(props: WebComponentProps<EntityDict, 'parasite',
|
||||||
loading: boolean;
|
loading: boolean;
|
||||||
illegal: boolean;
|
illegal: boolean;
|
||||||
expired: boolean;
|
expired: boolean;
|
||||||
}, {}>): JSX.Element;
|
}, {}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,4 @@ export default function render(props: WebComponentProps<EntityDict, 'parasite',
|
||||||
}, {
|
}, {
|
||||||
cancel: () => void;
|
cancel: () => void;
|
||||||
getQrCode: () => Promise<void>;
|
getQrCode: () => Promise<void>;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -19,4 +19,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'parasite',
|
||||||
onSearch: (value: string) => void;
|
onSearch: (value: string) => void;
|
||||||
onSelect: (value: string) => void;
|
onSelect: (value: string) => void;
|
||||||
setSearchValue: (value: string) => void;
|
setSearchValue: (value: string) => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ export default function render(props: WebComponentProps<EntityDict, 'area', true
|
||||||
setCheckedList: (station: string, flag: boolean) => void;
|
setCheckedList: (station: string, flag: boolean) => void;
|
||||||
cancel: () => void;
|
cancel: () => void;
|
||||||
confirm: () => void;
|
confirm: () => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,5 @@ interface IProps {
|
||||||
defaultValue?: number | string;
|
defaultValue?: number | string;
|
||||||
onChange: (color: string) => void;
|
onChange: (color: string) => void;
|
||||||
}
|
}
|
||||||
declare const _default: React.MemoExoticComponent<(props: IProps) => JSX.Element>;
|
declare const _default: React.MemoExoticComponent<(props: IProps) => import("react/jsx-runtime").JSX.Element>;
|
||||||
export default _default;
|
export default _default;
|
||||||
|
|
|
||||||
|
|
@ -9,5 +9,5 @@ interface IProps {
|
||||||
onChange: (value?: any) => void;
|
onChange: (value?: any) => void;
|
||||||
options: IOption[];
|
options: IOption[];
|
||||||
}
|
}
|
||||||
declare const _default: React.MemoExoticComponent<(props: IProps) => JSX.Element>;
|
declare const _default: React.MemoExoticComponent<(props: IProps) => import("react/jsx-runtime").JSX.Element>;
|
||||||
export default _default;
|
export default _default;
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
export default function Render(this: any): JSX.Element;
|
export default function Render(this: any): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -19,4 +19,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'token', fal
|
||||||
sendCaptcha: (mobile: string) => Promise<void>;
|
sendCaptcha: (mobile: string) => Promise<void>;
|
||||||
loginByMobile: (mobile: string, password?: string, captcha?: string) => Promise<void>;
|
loginByMobile: (mobile: string, password?: string, captcha?: string) => Promise<void>;
|
||||||
setLoginMode: (value: number) => void;
|
setLoginMode: (value: number) => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -17,4 +17,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'user', true
|
||||||
goUpsert: () => void;
|
goUpsert: () => void;
|
||||||
confirmDelete: (id: string) => Promise<void>;
|
confirmDelete: (id: string) => Promise<void>;
|
||||||
goUpdate: (id: string) => void;
|
goUpdate: (id: string) => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'user', true
|
||||||
goUpsert: () => void;
|
goUpsert: () => void;
|
||||||
goUpdate: (id: string) => void;
|
goUpdate: (id: string) => void;
|
||||||
confirmDelete: (id: string) => Promise<void>;
|
confirmDelete: (id: string) => Promise<void>;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
export default function render(this: any): JSX.Element;
|
export default function render(this: any): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'mobile', fa
|
||||||
onMobileChange: (value: string) => Promise<void>;
|
onMobileChange: (value: string) => Promise<void>;
|
||||||
onConfirm: () => Promise<void>;
|
onConfirm: () => Promise<void>;
|
||||||
onReset: () => void;
|
onReset: () => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'mobile', fa
|
||||||
onMobileChange: (value: string) => Promise<void>;
|
onMobileChange: (value: string) => Promise<void>;
|
||||||
onConfirm: () => Promise<void>;
|
onConfirm: () => Promise<void>;
|
||||||
onReset: () => void;
|
onReset: () => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'user', fals
|
||||||
}, {
|
}, {
|
||||||
onConfirm: () => Promise<void>;
|
onConfirm: () => Promise<void>;
|
||||||
onReset: () => void;
|
onReset: () => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'user', fals
|
||||||
}, {
|
}, {
|
||||||
onConfirm: () => Promise<void>;
|
onConfirm: () => Promise<void>;
|
||||||
onReset: () => void;
|
onReset: () => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -14,5 +14,5 @@ export default function render(props: WebComponentProps<EntityDict, 'userEntityG
|
||||||
setInit: () => void;
|
setInit: () => void;
|
||||||
setPeriod: (p: number) => void;
|
setPeriod: (p: number) => void;
|
||||||
setUnit: (u: Unit) => void;
|
setUnit: (u: Unit) => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
export {};
|
export {};
|
||||||
|
|
|
||||||
|
|
@ -18,5 +18,5 @@ export default function render(props: WebComponentProps<EntityDict, 'userEntityG
|
||||||
setInit: () => void;
|
setInit: () => void;
|
||||||
setPeriod: (p: number) => void;
|
setPeriod: (p: number) => void;
|
||||||
setUnit: (u: Unit) => void;
|
setUnit: (u: Unit) => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
export {};
|
export {};
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'user', fals
|
||||||
}[];
|
}[];
|
||||||
}, {
|
}, {
|
||||||
onRelationChange: (relation: EntityDict['relation']['OpSchema'], checked: boolean) => void;
|
onRelationChange: (relation: EntityDict['relation']['OpSchema'], checked: boolean) => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'user', fals
|
||||||
}[];
|
}[];
|
||||||
}, {
|
}, {
|
||||||
onRelationChange: (relation: EntityDict['relation']['OpSchema'], checked: boolean) => void;
|
onRelationChange: (relation: EntityDict['relation']['OpSchema'], checked: boolean) => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'user', fals
|
||||||
onMobileChange: (value: string) => Promise<void>;
|
onMobileChange: (value: string) => Promise<void>;
|
||||||
onConfirm: () => Promise<void>;
|
onConfirm: () => Promise<void>;
|
||||||
onReset: () => void;
|
onReset: () => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'user', fals
|
||||||
onMobileChange: (value: string) => Promise<void>;
|
onMobileChange: (value: string) => Promise<void>;
|
||||||
onConfirm: () => Promise<void>;
|
onConfirm: () => Promise<void>;
|
||||||
onReset: () => void;
|
onReset: () => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'relation',
|
||||||
entityId: string;
|
entityId: string;
|
||||||
relations: EntityDict['relation']['OpSchema'][];
|
relations: EntityDict['relation']['OpSchema'][];
|
||||||
qrCodeType?: QrCodeType;
|
qrCodeType?: QrCodeType;
|
||||||
}, {}>): JSX.Element;
|
}, {}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'wechatLogin
|
||||||
loading: boolean;
|
loading: boolean;
|
||||||
successed: boolean;
|
successed: boolean;
|
||||||
type: EntityDict['wechatLogin']['Schema']['type'];
|
type: EntityDict['wechatLogin']['Schema']['type'];
|
||||||
}, {}>): JSX.Element;
|
}, {}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,4 @@ import { EntityDict } from '../../../oak-app-domain';
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
export default function Render(props: WebComponentProps<EntityDict, 'wechatUser', true, {
|
export default function Render(props: WebComponentProps<EntityDict, 'wechatUser', true, {
|
||||||
wechatUsers: EntityDict['wechatUser']['Schema'][];
|
wechatUsers: EntityDict['wechatUser']['Schema'][];
|
||||||
}, {}>): JSX.Element;
|
}, {}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'wechatUser'
|
||||||
wechatLoginId: string;
|
wechatLoginId: string;
|
||||||
qrCodeUrl: string;
|
qrCodeUrl: string;
|
||||||
loading: boolean;
|
loading: boolean;
|
||||||
}, {}>): JSX.Element;
|
}, {}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,8 @@ const i18ns = [
|
||||||
position: "src/pages/user/manage/detail",
|
position: "src/pages/user/manage/detail",
|
||||||
data: {
|
data: {
|
||||||
"mobile": "手机号",
|
"mobile": "手机号",
|
||||||
"unset": "未设置"
|
"unset": "未设置",
|
||||||
|
"avatar": "头像"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,6 @@ export interface Schema extends EntityShape {
|
||||||
sort?: Float<22, 10>;
|
sort?: Float<22, 10>;
|
||||||
fileType?: String<128>;
|
fileType?: String<128>;
|
||||||
isBridge?: Boolean;
|
isBridge?: Boolean;
|
||||||
uploaded: Boolean;
|
uploaded?: Boolean;
|
||||||
uploadMeta?: Object;
|
uploadMeta?: Object;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ export declare type OpSchema = EntityShape & {
|
||||||
sort?: Float<22, 10> | null;
|
sort?: Float<22, 10> | null;
|
||||||
fileType?: String<128> | null;
|
fileType?: String<128> | null;
|
||||||
isBridge?: Boolean | null;
|
isBridge?: Boolean | null;
|
||||||
uploaded: Boolean;
|
uploaded?: Boolean | null;
|
||||||
uploadMeta?: Object | null;
|
uploadMeta?: Object | null;
|
||||||
};
|
};
|
||||||
export declare type OpAttr = keyof OpSchema;
|
export declare type OpAttr = keyof OpSchema;
|
||||||
|
|
@ -46,7 +46,7 @@ export declare type Schema = EntityShape & {
|
||||||
sort?: Float<22, 10> | null;
|
sort?: Float<22, 10> | null;
|
||||||
fileType?: String<128> | null;
|
fileType?: String<128> | null;
|
||||||
isBridge?: Boolean | null;
|
isBridge?: Boolean | null;
|
||||||
uploaded: Boolean;
|
uploaded?: Boolean | null;
|
||||||
uploadMeta?: Object | null;
|
uploadMeta?: Object | null;
|
||||||
article?: Article.Schema;
|
article?: Article.Schema;
|
||||||
articleMenu?: ArticleMenu.Schema;
|
articleMenu?: ArticleMenu.Schema;
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,6 @@ export const desc = {
|
||||||
type: "boolean"
|
type: "boolean"
|
||||||
},
|
},
|
||||||
uploaded: {
|
uploaded: {
|
||||||
notNull: true,
|
|
||||||
type: "boolean"
|
type: "boolean"
|
||||||
},
|
},
|
||||||
uploadMeta: {
|
uploadMeta: {
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'address', t
|
||||||
}, {
|
}, {
|
||||||
gotoUpsert: (id: string) => void;
|
gotoUpsert: (id: string) => void;
|
||||||
goNewAddress: () => void;
|
goNewAddress: () => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -9,4 +9,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'address', f
|
||||||
}, {
|
}, {
|
||||||
callAreaPicker: () => void;
|
callAreaPicker: () => void;
|
||||||
confirm: () => Promise<void>;
|
confirm: () => Promise<void>;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -8,5 +8,5 @@ export default function render(props: WebComponentProps<EntityDict, 'application
|
||||||
oakId: string;
|
oakId: string;
|
||||||
config: Config;
|
config: Config;
|
||||||
type: AppType;
|
type: AppType;
|
||||||
}, {}>): JSX.Element;
|
}, {}>): import("react/jsx-runtime").JSX.Element;
|
||||||
export {};
|
export {};
|
||||||
|
|
|
||||||
|
|
@ -14,5 +14,5 @@ export default function Render(props: WebComponentProps<EntityDict, 'application
|
||||||
}, {
|
}, {
|
||||||
onTabClick: (key: string) => void;
|
onTabClick: (key: string) => void;
|
||||||
goWechatPublicTagList: () => void;
|
goWechatPublicTagList: () => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
export {};
|
export {};
|
||||||
|
|
|
||||||
|
|
@ -12,4 +12,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'application
|
||||||
goSetConfig: (id: string) => void;
|
goSetConfig: (id: string) => void;
|
||||||
goUpdate: (id: string) => void;
|
goUpdate: (id: string) => void;
|
||||||
removeApplication: (id: string) => void;
|
removeApplication: (id: string) => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'application
|
||||||
style: EntityDict['system']['Schema']['style'];
|
style: EntityDict['system']['Schema']['style'];
|
||||||
}, {
|
}, {
|
||||||
confirm: () => void;
|
confirm: () => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,4 @@ export default function render(props: WebComponentProps<EntityDict, 'mobile', tr
|
||||||
showBack: boolean;
|
showBack: boolean;
|
||||||
userId: string;
|
userId: string;
|
||||||
currentUserId: string;
|
currentUserId: string;
|
||||||
}, {}>): JSX.Element;
|
}, {}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,4 @@ export default function render(props: WebComponentProps<EntityDict, 'mobile', tr
|
||||||
showBack: boolean;
|
showBack: boolean;
|
||||||
userId: string;
|
userId: string;
|
||||||
currentUserId: string;
|
currentUserId: string;
|
||||||
}, {}>): JSX.Element;
|
}, {}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'domain', fa
|
||||||
system: EntityDict['system']['Schema'];
|
system: EntityDict['system']['Schema'];
|
||||||
}, {
|
}, {
|
||||||
onTabClick: (key: string) => void;
|
onTabClick: (key: string) => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -10,4 +10,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'domain', tr
|
||||||
goDetail: (id: string) => void;
|
goDetail: (id: string) => void;
|
||||||
goCreate: () => void;
|
goCreate: () => void;
|
||||||
goUpdate: (id: string) => void;
|
goUpdate: (id: string) => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'domain', fa
|
||||||
showBack: boolean;
|
showBack: boolean;
|
||||||
}, {
|
}, {
|
||||||
confirm: () => void;
|
confirm: () => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue