diff --git a/lib/components/amap/location/index.d.ts b/lib/components/amap/location/index.d.ts index 433c215f6..c449bb837 100644 --- a/lib/components/amap/location/index.d.ts +++ b/lib/components/amap/location/index.d.ts @@ -37,5 +37,5 @@ export declare type Poi = { email?: string; businessArea?: string; }; -declare const Location: (props: LocationProps) => JSX.Element; +declare const Location: (props: LocationProps) => import("react/jsx-runtime").JSX.Element; export default Location; diff --git a/lib/components/amap/map/index.d.ts b/lib/components/amap/map/index.d.ts index 284ac4f66..7d8a429d6 100644 --- a/lib/components/amap/map/index.d.ts +++ b/lib/components/amap/map/index.d.ts @@ -29,5 +29,5 @@ export interface AMapProps extends APILoaderProps { securityJsCode?: string; serviceHost?: string; } -declare const memo: (props: AMapProps) => JSX.Element; +declare const memo: (props: AMapProps) => import("react/jsx-runtime").JSX.Element; export default memo; diff --git a/lib/components/article/cell/web.d.ts b/lib/components/article/cell/web.d.ts index 3a4446aca..fae9cd1d7 100644 --- a/lib/components/article/cell/web.d.ts +++ b/lib/components/article/cell/web.d.ts @@ -7,4 +7,4 @@ export default function Render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/article/detail/web.d.ts b/lib/components/article/detail/web.d.ts index 01b65b185..a69ec6234 100644 --- a/lib/components/article/detail/web.d.ts +++ b/lib/components/article/detail/web.d.ts @@ -8,4 +8,4 @@ export default function Render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/article/preview/web.d.ts b/lib/components/article/preview/web.d.ts index 01b65b185..a69ec6234 100644 --- a/lib/components/article/preview/web.d.ts +++ b/lib/components/article/preview/web.d.ts @@ -8,4 +8,4 @@ export default function Render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/article/treeList/web.pc.d.ts b/lib/components/article/treeList/web.pc.d.ts index 3691473ef..ca941e8a2 100644 --- a/lib/components/article/treeList/web.pc.d.ts +++ b/lib/components/article/treeList/web.pc.d.ts @@ -12,4 +12,4 @@ export default function Render(props: WebComponentProps Promise; -}>): JSX.Element | null; +}>): import("react/jsx-runtime").JSX.Element | null; diff --git a/lib/components/article/upsert/web.d.ts b/lib/components/article/upsert/web.d.ts index 9bff015ce..e88308d2e 100644 --- a/lib/components/article/upsert/web.d.ts +++ b/lib/components/article/upsert/web.d.ts @@ -26,4 +26,4 @@ export default function Render(props: WebComponentProps; clearContentTip: () => void; gotoPreview: (content?: string, title?: string) => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/articleMenu/treeCell/web.pc.d.ts b/lib/components/articleMenu/treeCell/web.pc.d.ts index abf6db516..155dcdce9 100644 --- a/lib/components/articleMenu/treeCell/web.pc.d.ts +++ b/lib/components/articleMenu/treeCell/web.pc.d.ts @@ -21,4 +21,4 @@ export default function Render(props: WebComponentProps Promise; createSubArticleMenu: (name: string) => Promise; gotoDoc: (articleMenuId: string) => void; -}>): JSX.Element | null; +}>): import("react/jsx-runtime").JSX.Element | null; diff --git a/lib/components/articleMenu/treeList/web.pc.d.ts b/lib/components/articleMenu/treeList/web.pc.d.ts index e6841a36b..a156e9510 100644 --- a/lib/components/articleMenu/treeList/web.pc.d.ts +++ b/lib/components/articleMenu/treeList/web.pc.d.ts @@ -18,4 +18,4 @@ export default function Render(props: WebComponentProps Promise; getDefaultArticle: (rows: EntityDict['articleMenu']['OpSchema'][]) => void; -}>): JSX.Element | null; +}>): import("react/jsx-runtime").JSX.Element | null; diff --git a/lib/components/articleMenu/treeManager/web.pc.d.ts b/lib/components/articleMenu/treeManager/web.pc.d.ts index eb683bf6a..43ae4763c 100644 --- a/lib/components/articleMenu/treeManager/web.pc.d.ts +++ b/lib/components/articleMenu/treeManager/web.pc.d.ts @@ -9,4 +9,4 @@ export default function Render(props: WebComponentProps void; gotoArticleDetail: (oakId: string) => void; -}>): JSX.Element | null; +}>): import("react/jsx-runtime").JSX.Element | null; diff --git a/lib/components/changePassword/byMobile/web.d.ts b/lib/components/changePassword/byMobile/web.d.ts index 30ac7e1f5..4db80166f 100644 --- a/lib/components/changePassword/byMobile/web.d.ts +++ b/lib/components/changePassword/byMobile/web.d.ts @@ -10,4 +10,4 @@ export default function Render(props: WebComponentProps void; sendCaptcha: (mobile: string) => Promise; onConfirmByMobile: (mobile: string, captcha: string, newPassword: string) => Promise; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/changePassword/byPassword/web.d.ts b/lib/components/changePassword/byPassword/web.d.ts index 7d7d891f6..05cee5d4f 100644 --- a/lib/components/changePassword/byPassword/web.d.ts +++ b/lib/components/changePassword/byPassword/web.d.ts @@ -5,4 +5,4 @@ export default function Render(props: WebComponentProps Promise; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/changePassword/web.d.ts b/lib/components/changePassword/web.d.ts index 866b26fa8..f57472239 100644 --- a/lib/components/changePassword/web.d.ts +++ b/lib/components/changePassword/web.d.ts @@ -6,4 +6,4 @@ export default function Render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/common/download/index.d.ts b/lib/components/common/download/index.d.ts index 26a2c908d..1523cc9b8 100644 --- a/lib/components/common/download/index.d.ts +++ b/lib/components/common/download/index.d.ts @@ -7,7 +7,7 @@ declare type IDownloadProps = { style?: React.CSSProperties; filename?: string; }; -declare function Download(props: IDownloadProps): JSX.Element; +declare function Download(props: IDownloadProps): import("react/jsx-runtime").JSX.Element; declare namespace Download { var onDownload: (arrayBuffer: ArrayBuffer, filename: string) => void; var base64ToBlob: (base64String: string) => Blob; diff --git a/lib/components/common/empty/empty.d.ts b/lib/components/common/empty/empty.d.ts index 5ad33b8bc..a2511328e 100644 --- a/lib/components/common/empty/empty.d.ts +++ b/lib/components/common/empty/empty.d.ts @@ -1,3 +1,3 @@ import './index.less'; -declare const Empty: () => JSX.Element; +declare const Empty: () => import("react/jsx-runtime").JSX.Element; export default Empty; diff --git a/lib/components/common/empty/simple.d.ts b/lib/components/common/empty/simple.d.ts index 5ad33b8bc..a2511328e 100644 --- a/lib/components/common/empty/simple.d.ts +++ b/lib/components/common/empty/simple.d.ts @@ -1,3 +1,3 @@ import './index.less'; -declare const Empty: () => JSX.Element; +declare const Empty: () => import("react/jsx-runtime").JSX.Element; export default Empty; diff --git a/lib/components/common/errorPage/web.d.ts b/lib/components/common/errorPage/web.d.ts index 7248dae40..ebd3ddf61 100644 --- a/lib/components/common/errorPage/web.d.ts +++ b/lib/components/common/errorPage/web.d.ts @@ -15,5 +15,5 @@ interface IErrorPageProps { children?: 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; diff --git a/lib/components/common/grid/index.d.ts b/lib/components/common/grid/index.d.ts index b0a44f1a2..d88319bef 100644 --- a/lib/components/common/grid/index.d.ts +++ b/lib/components/common/grid/index.d.ts @@ -15,5 +15,5 @@ declare type GridProps = { list: Array; onChange?: (index: number, event?: React.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; diff --git a/lib/components/common/pageHeader/index.d.ts b/lib/components/common/pageHeader/index.d.ts index 6e311de0b..9c10ae4ed 100644 --- a/lib/components/common/pageHeader/index.d.ts +++ b/lib/components/common/pageHeader/index.d.ts @@ -17,5 +17,5 @@ declare type PageHeaderProps = { children?: React.ReactNode; 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; diff --git a/lib/components/common/qrCode/index.d.ts b/lib/components/common/qrCode/index.d.ts index f7466976a..0d392c9cc 100644 --- a/lib/components/common/qrCode/index.d.ts +++ b/lib/components/common/qrCode/index.d.ts @@ -14,5 +14,5 @@ declare type IQrCodeProps = { successed?: boolean; 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; diff --git a/lib/components/common/result/fail/index.d.ts b/lib/components/common/result/fail/index.d.ts index c6fa58026..a6297a1a2 100644 --- a/lib/components/common/result/fail/index.d.ts +++ b/lib/components/common/result/fail/index.d.ts @@ -5,5 +5,5 @@ declare type Props = { description?: string; 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; diff --git a/lib/components/common/result/success/index.d.ts b/lib/components/common/result/success/index.d.ts index c6fa58026..a6297a1a2 100644 --- a/lib/components/common/result/success/index.d.ts +++ b/lib/components/common/result/success/index.d.ts @@ -5,5 +5,5 @@ declare type Props = { description?: string; 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; diff --git a/lib/components/common/weChatLoginGrant/index.d.ts b/lib/components/common/weChatLoginGrant/index.d.ts index 8682eb1f9..103066375 100644 --- a/lib/components/common/weChatLoginGrant/index.d.ts +++ b/lib/components/common/weChatLoginGrant/index.d.ts @@ -14,5 +14,5 @@ interface GrantProps { rootStyle?: React.CSSProperties; rootClassName?: string; } -declare function Grant(props: GrantProps): JSX.Element; +declare function Grant(props: GrantProps): import("react/jsx-runtime").JSX.Element; export default Grant; diff --git a/lib/components/common/weChatLoginQrCode/index.d.ts b/lib/components/common/weChatLoginQrCode/index.d.ts index 9649b84d0..8ee8cfe2b 100644 --- a/lib/components/common/weChatLoginQrCode/index.d.ts +++ b/lib/components/common/weChatLoginQrCode/index.d.ts @@ -14,5 +14,5 @@ interface QrCodeProps { rootStyle?: React.CSSProperties; rootClassName?: string; } -declare function QrCode(props: QrCodeProps): JSX.Element; +declare function QrCode(props: QrCodeProps): import("react/jsx-runtime").JSX.Element; export default QrCode; diff --git a/lib/components/config/application/web.pc.d.ts b/lib/components/config/application/web.pc.d.ts index 00b4cbb30..eccda843f 100644 --- a/lib/components/config/application/web.pc.d.ts +++ b/lib/components/config/application/web.pc.d.ts @@ -15,5 +15,5 @@ export default function render(props: WebComponentProps void; removeItem: (path: string, index: number) => void; cleanKey: (path: string, key: string) => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; export {}; diff --git a/lib/components/config/application/web/index.d.ts b/lib/components/config/application/web/index.d.ts index f6dab4516..c4aece1ab 100644 --- a/lib/components/config/application/web/index.d.ts +++ b/lib/components/config/application/web/index.d.ts @@ -4,4 +4,4 @@ export default function Web(props: { setValue: (path: string, value: any) => void; removeItem: (path: string, index: number) => void; cleanKey: (path: string, key: string) => void; -}): JSX.Element; +}): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/config/application/wechatMp/index.d.ts b/lib/components/config/application/wechatMp/index.d.ts index ddba55f50..163e97d8b 100644 --- a/lib/components/config/application/wechatMp/index.d.ts +++ b/lib/components/config/application/wechatMp/index.d.ts @@ -4,4 +4,4 @@ export default function WechatMp(props: { setValue: (path: string, value: any) => void; removeItem: (path: string, index: number) => void; cleanKey: (path: string, key: string) => void; -}): JSX.Element; +}): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/config/application/wechatPublic/index.d.ts b/lib/components/config/application/wechatPublic/index.d.ts index fef4156cc..cac9e549c 100644 --- a/lib/components/config/application/wechatPublic/index.d.ts +++ b/lib/components/config/application/wechatPublic/index.d.ts @@ -5,4 +5,4 @@ export default function WechatPublic(props: { setValue: (path: string, value: any) => void; removeItem: (path: string, index: number) => void; cleanKey: (path: string, key: string) => void; -}): JSX.Element; +}): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/config/style/index.d.ts b/lib/components/config/style/index.d.ts index 2469d4262..db7ae7ced 100644 --- a/lib/components/config/style/index.d.ts +++ b/lib/components/config/style/index.d.ts @@ -3,5 +3,5 @@ declare type StyleProps = { value?: StyleType | null; 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 {}; diff --git a/lib/components/config/upsert/account/index.d.ts b/lib/components/config/upsert/account/index.d.ts index d12966ca5..7e62ed49f 100644 --- a/lib/components/config/upsert/account/index.d.ts +++ b/lib/components/config/upsert/account/index.d.ts @@ -3,4 +3,4 @@ export default function Account(props: { account: Required['Account']; setValue: (path: string, value: any) => void; removeItem: (path: string, index: number) => void; -}): JSX.Element; +}): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/config/upsert/cos/index.d.ts b/lib/components/config/upsert/cos/index.d.ts index e597fb133..e5a04827d 100644 --- a/lib/components/config/upsert/cos/index.d.ts +++ b/lib/components/config/upsert/cos/index.d.ts @@ -2,4 +2,4 @@ import { Config } from '../../../../types/Config'; export default function Cos(props: { cos: Required['Cos']; setValue: (path: string, value: any) => void; -}): JSX.Element; +}): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/config/upsert/live/index.d.ts b/lib/components/config/upsert/live/index.d.ts index e6e06424f..aa52c1d83 100644 --- a/lib/components/config/upsert/live/index.d.ts +++ b/lib/components/config/upsert/live/index.d.ts @@ -2,4 +2,4 @@ import { Config } from '../../../../types/Config'; export default function Cos(props: { live: Required['Live']; setValue: (path: string, value: any) => void; -}): JSX.Element; +}): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/config/upsert/map/index.d.ts b/lib/components/config/upsert/map/index.d.ts index 84db02c1b..a6d4f007f 100644 --- a/lib/components/config/upsert/map/index.d.ts +++ b/lib/components/config/upsert/map/index.d.ts @@ -2,4 +2,4 @@ import { Config } from '../../../../types/Config'; export default function Cos(props: { map: Required['Map']; setValue: (path: string, value: any) => void; -}): JSX.Element; +}): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/config/upsert/sms/index.d.ts b/lib/components/config/upsert/sms/index.d.ts index 56f0dd17c..69f8bdf55 100644 --- a/lib/components/config/upsert/sms/index.d.ts +++ b/lib/components/config/upsert/sms/index.d.ts @@ -4,4 +4,4 @@ export default function Sms(props: { setValue: (path: string, value: any) => void; removeItem: (path: string, index: number) => void; cleanKey: (path: string, key: string) => void; -}): JSX.Element; +}): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/config/upsert/web.pc.d.ts b/lib/components/config/upsert/web.pc.d.ts index e44901f31..62aacb982 100644 --- a/lib/components/config/upsert/web.pc.d.ts +++ b/lib/components/config/upsert/web.pc.d.ts @@ -12,4 +12,4 @@ export default function Render(props: WebComponentProps void; removeItem: (path: string, index: number) => void; cleanKey: (path: string, key: string) => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/extraFile/avatar/web.d.ts b/lib/components/extraFile/avatar/web.d.ts index c4da6f9c4..3c90adebc 100644 --- a/lib/components/extraFile/avatar/web.d.ts +++ b/lib/components/extraFile/avatar/web.d.ts @@ -6,4 +6,4 @@ export default function render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/extraFile/display/web.d.ts b/lib/components/extraFile/display/web.d.ts index cfaabf286..3313c4c64 100644 --- a/lib/components/extraFile/display/web.d.ts +++ b/lib/components/extraFile/display/web.d.ts @@ -1 +1 @@ -export default function render(): JSX.Element; +export default function render(): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/extraFile/forUrl/web.d.ts b/lib/components/extraFile/forUrl/web.d.ts index 9bead9e06..b11a202d5 100644 --- a/lib/components/extraFile/forUrl/web.d.ts +++ b/lib/components/extraFile/forUrl/web.d.ts @@ -19,5 +19,5 @@ export default function render(props: WebComponentProps void; onModal1Confirm: (value: number) => void; setSelectedId: (id: number) => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; export {}; diff --git a/lib/components/extraFile/gallery/web.d.ts b/lib/components/extraFile/gallery/web.d.ts index 08807924f..ce81bee49 100644 --- a/lib/components/extraFile/gallery/web.d.ts +++ b/lib/components/extraFile/gallery/web.d.ts @@ -30,5 +30,5 @@ export default function render(props: WebComponentProps string; getFileName: (extraFile: EntityDict['extraFile']['OpSchema']) => string; eFFormatBytes: (value: number) => string; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; export {}; diff --git a/lib/components/func/actionPanel/web.d.ts b/lib/components/func/actionPanel/web.d.ts index 715d4231d..9c850af28 100644 --- a/lib/components/func/actionPanel/web.d.ts +++ b/lib/components/func/actionPanel/web.d.ts @@ -10,4 +10,4 @@ export default function Render(props: WebComponentProps; }, { onClick: (action: string) => void; -}>): JSX.Element | null; +}>): import("react/jsx-runtime").JSX.Element | null; diff --git a/lib/components/func/debugPanel/web.d.ts b/lib/components/func/debugPanel/web.d.ts index 9f422c05b..d28454d7e 100644 --- a/lib/components/func/debugPanel/web.d.ts +++ b/lib/components/func/debugPanel/web.d.ts @@ -10,4 +10,4 @@ export default function render(props: WebComponentProps void; downloadEnv: () => void; resetEnv: (data: Record) => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/icon/web.d.ts b/lib/components/icon/web.d.ts index acd0ce16d..0d5c0042f 100644 --- a/lib/components/icon/web.d.ts +++ b/lib/components/icon/web.d.ts @@ -8,4 +8,4 @@ export default function Render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/message/cell/web.d.ts b/lib/components/message/cell/web.d.ts index 33ae776e1..a62a16030 100644 --- a/lib/components/message/cell/web.d.ts +++ b/lib/components/message/cell/web.d.ts @@ -11,4 +11,4 @@ export default function Render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/message/web.d.ts b/lib/components/message/web.d.ts index 2ee2d0046..adbdc8735 100644 --- a/lib/components/message/web.d.ts +++ b/lib/components/message/web.d.ts @@ -3,4 +3,4 @@ export default function render(props: { data: { data: MessageProps; }; -}): JSX.Element; +}): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/messageTypeTemplateId/list/web.pc.d.ts b/lib/components/messageTypeTemplateId/list/web.pc.d.ts index 7c8007313..179e75e79 100644 --- a/lib/components/messageTypeTemplateId/list/web.pc.d.ts +++ b/lib/components/messageTypeTemplateId/list/web.pc.d.ts @@ -5,4 +5,4 @@ export default function Render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/my/avatar/web.d.ts b/lib/components/my/avatar/web.d.ts index 400dddfc3..49901b788 100644 --- a/lib/components/my/avatar/web.d.ts +++ b/lib/components/my/avatar/web.d.ts @@ -9,4 +9,4 @@ export default function Render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/my/info/web.d.ts b/lib/components/my/info/web.d.ts index ba6b0a802..2dc080f0f 100644 --- a/lib/components/my/info/web.d.ts +++ b/lib/components/my/info/web.d.ts @@ -13,4 +13,4 @@ export default function Render(props: WebComponentProps void; updateAttribute: (attr: string, value: any) => Promise; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/my/info/web.pc.d.ts b/lib/components/my/info/web.pc.d.ts index 80fcfe6a1..73eeab450 100644 --- a/lib/components/my/info/web.pc.d.ts +++ b/lib/components/my/info/web.pc.d.ts @@ -13,4 +13,4 @@ export default function Render(props: WebComponentProps void; updateAttribute: (attr: string, value: any) => Promise; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/my/message/web.d.ts b/lib/components/my/message/web.d.ts index e9d5ea208..0a09bb113 100644 --- a/lib/components/my/message/web.d.ts +++ b/lib/components/my/message/web.d.ts @@ -8,4 +8,4 @@ export default function Render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/my/message/web.pc.d.ts b/lib/components/my/message/web.pc.d.ts index 50cf3f0f5..09ecd6d00 100644 --- a/lib/components/my/message/web.pc.d.ts +++ b/lib/components/my/message/web.pc.d.ts @@ -10,4 +10,4 @@ export default function Render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/parasite/detail/web.d.ts b/lib/components/parasite/detail/web.d.ts index 85e0f7556..058f6a823 100644 --- a/lib/components/parasite/detail/web.d.ts +++ b/lib/components/parasite/detail/web.d.ts @@ -6,4 +6,4 @@ export default function Render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/parasite/excess/web.d.ts b/lib/components/parasite/excess/web.d.ts index 5e9055c31..0728f2008 100644 --- a/lib/components/parasite/excess/web.d.ts +++ b/lib/components/parasite/excess/web.d.ts @@ -4,4 +4,4 @@ export default function render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/parasite/list/web.d.ts b/lib/components/parasite/list/web.d.ts index cd4afd228..32b912e3e 100644 --- a/lib/components/parasite/list/web.d.ts +++ b/lib/components/parasite/list/web.d.ts @@ -7,4 +7,4 @@ export default function render(props: WebComponentProps void; getQrCode: () => Promise; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/parasite/upsert/web.d.ts b/lib/components/parasite/upsert/web.d.ts index 29adf4442..458806c16 100644 --- a/lib/components/parasite/upsert/web.d.ts +++ b/lib/components/parasite/upsert/web.d.ts @@ -19,4 +19,4 @@ export default function Render(props: WebComponentProps void; onSelect: (value: string) => void; setSearchValue: (value: string) => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/subwayLine/list/web.d.ts b/lib/components/subwayLine/list/web.d.ts index 09acc725d..44c153754 100644 --- a/lib/components/subwayLine/list/web.d.ts +++ b/lib/components/subwayLine/list/web.d.ts @@ -16,4 +16,4 @@ export default function render(props: WebComponentProps void; cancel: () => void; confirm: () => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/theme/setting/RadioColor.d.ts b/lib/components/theme/setting/RadioColor.d.ts index 73f280ac3..9abf7c407 100644 --- a/lib/components/theme/setting/RadioColor.d.ts +++ b/lib/components/theme/setting/RadioColor.d.ts @@ -3,5 +3,5 @@ interface IProps { defaultValue?: number | string; 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; diff --git a/lib/components/theme/setting/RadioRect.d.ts b/lib/components/theme/setting/RadioRect.d.ts index f363ad49a..688664958 100644 --- a/lib/components/theme/setting/RadioRect.d.ts +++ b/lib/components/theme/setting/RadioRect.d.ts @@ -9,5 +9,5 @@ interface IProps { onChange: (value?: any) => void; 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; diff --git a/lib/components/theme/setting/index.d.ts b/lib/components/theme/setting/index.d.ts index 8540c7ec7..ceea5e606 100644 --- a/lib/components/theme/setting/index.d.ts +++ b/lib/components/theme/setting/index.d.ts @@ -1 +1 @@ -export default function Render(this: any): JSX.Element; +export default function Render(this: any): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/user/login/web.d.ts b/lib/components/user/login/web.d.ts index 97980c3a8..82f03a08b 100644 --- a/lib/components/user/login/web.d.ts +++ b/lib/components/user/login/web.d.ts @@ -19,4 +19,4 @@ export default function Render(props: WebComponentProps Promise; loginByMobile: (mobile: string, password?: string, captcha?: string) => Promise; setLoginMode: (value: number) => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/userRelation/list/web.d.ts b/lib/components/userRelation/list/web.d.ts index 8be54f38c..2ae7577da 100644 --- a/lib/components/userRelation/list/web.d.ts +++ b/lib/components/userRelation/list/web.d.ts @@ -17,4 +17,4 @@ export default function Render(props: WebComponentProps void; confirmDelete: (id: string) => Promise; goUpdate: (id: string) => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/userRelation/list/web.pc.d.ts b/lib/components/userRelation/list/web.pc.d.ts index 211d1d7e3..e7fee118d 100644 --- a/lib/components/userRelation/list/web.pc.d.ts +++ b/lib/components/userRelation/list/web.pc.d.ts @@ -11,4 +11,4 @@ export default function Render(props: WebComponentProps void; goUpdate: (id: string) => void; confirmDelete: (id: string) => Promise; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/userRelation/onEntity/web.d.ts b/lib/components/userRelation/onEntity/web.d.ts index 11df1296a..f4a1e98f8 100644 --- a/lib/components/userRelation/onEntity/web.d.ts +++ b/lib/components/userRelation/onEntity/web.d.ts @@ -1 +1 @@ -export default function render(this: any): JSX.Element; +export default function render(this: any): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/userRelation/upsert/byMobile/web.d.ts b/lib/components/userRelation/upsert/byMobile/web.d.ts index cb0b70c8b..b2788ddcb 100644 --- a/lib/components/userRelation/upsert/byMobile/web.d.ts +++ b/lib/components/userRelation/upsert/byMobile/web.d.ts @@ -11,4 +11,4 @@ export default function Render(props: WebComponentProps Promise; onConfirm: () => Promise; onReset: () => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/userRelation/upsert/byMobile/web.pc.d.ts b/lib/components/userRelation/upsert/byMobile/web.pc.d.ts index 59e8673cd..eb88c0233 100644 --- a/lib/components/userRelation/upsert/byMobile/web.pc.d.ts +++ b/lib/components/userRelation/upsert/byMobile/web.pc.d.ts @@ -13,4 +13,4 @@ export default function Render(props: WebComponentProps Promise; onConfirm: () => Promise; onReset: () => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/userRelation/upsert/byMobile/web.pc.js b/lib/components/userRelation/upsert/byMobile/web.pc.js index 70a29f6cb..6e10000da 100644 --- a/lib/components/userRelation/upsert/byMobile/web.pc.js +++ b/lib/components/userRelation/upsert/byMobile/web.pc.js @@ -11,7 +11,9 @@ function Render(props) { var _a = props.data, mobileValue = _a.mobileValue, mobileValueReady = _a.mobileValueReady, relations = _a.relations, entity = _a.entity, entityId = _a.entityId, userId = _a.userId, oakFullpath = _a.oakFullpath, oakExecutable = _a.oakExecutable, legal = _a.legal, isNew = _a.isNew; var _b = props.methods, onConfirm = _b.onConfirm, onMobileChange = _b.onMobileChange, onReset = _b.onReset, t = _b.t; var _c = tslib_1.__read((0, react_1.useState)(false), 2), passwordConfirm = _c[0], setPasswordConfirm = _c[1]; - return ((0, jsx_runtime_1.jsxs)("div", tslib_1.__assign({ className: web_module_less_1.default.container }, { children: [(0, jsx_runtime_1.jsx)(antd_1.Form, tslib_1.__assign({ colon: true, labelCol: { span: 4 }, wrapperCol: { span: 8 } }, { children: (0, jsx_runtime_1.jsx)(antd_1.Form.Item, tslib_1.__assign({ label: "\u624B\u673A\u53F7\u7801", required: true, name: "mobile", rules: [ + return ((0, jsx_runtime_1.jsxs)("div", tslib_1.__assign({ className: web_module_less_1.default.container }, { children: [(0, jsx_runtime_1.jsx)(antd_1.Form, tslib_1.__assign({ colon: true, labelCol: { span: 4 }, wrapperCol: { span: 8 } }, { children: (0, jsx_runtime_1.jsx)(antd_1.Form.Item, tslib_1.__assign({ label: "\u624B\u673A\u53F7\u7801", required: true, + // name="mobile" + rules: [ { message: '手机号不能为空', }, @@ -23,10 +25,10 @@ function Render(props) { max: 11, message: '请输入11位手机号', }, - ] }, { children: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)(antd_1.Input, { maxLength: 11, value: mobileValue, onChange: function (e) { - var strValue = e.target.value; - onMobileChange(strValue); - }, placeholder: "\u8BF7\u8F93\u5165\u624B\u673A\u53F7\u7801", type: "tel" }) }) })) })), mobileValueReady && userId && ((0, jsx_runtime_1.jsx)(index_1.default, { oakAutoUnmount: true, oakPath: oakFullpath ? "".concat(oakFullpath, ".user") : undefined, entity: entity, entityId: entityId, relations: relations, oakId: userId, setPasswordConfirm: setPasswordConfirm })), (0, jsx_runtime_1.jsx)(antd_1.Form, tslib_1.__assign({ colon: true, labelCol: { span: 4 }, wrapperCol: { span: 8 } }, { children: (0, jsx_runtime_1.jsx)(antd_1.Form.Item, tslib_1.__assign({ wrapperCol: { offset: 4 } }, { children: (0, jsx_runtime_1.jsxs)(antd_1.Space, { children: [(0, jsx_runtime_1.jsx)(antd_1.Button, tslib_1.__assign({ style: { flex: 2 }, type: "primary", htmlType: "reset", onClick: function () { return tslib_1.__awaiter(_this, void 0, void 0, function () { + ] }, { children: (0, jsx_runtime_1.jsx)(antd_1.Input, { maxLength: 11, value: mobileValue, onChange: function (e) { + var strValue = e.target.value; + onMobileChange(strValue); + }, placeholder: "\u8BF7\u8F93\u5165\u624B\u673A\u53F7\u7801", type: "tel" }) })) })), mobileValueReady && userId && ((0, jsx_runtime_1.jsx)(index_1.default, { oakAutoUnmount: true, oakPath: oakFullpath ? "".concat(oakFullpath, ".user") : undefined, entity: entity, entityId: entityId, relations: relations, oakId: userId, setPasswordConfirm: setPasswordConfirm })), (0, jsx_runtime_1.jsx)(antd_1.Form, tslib_1.__assign({ colon: true, labelCol: { span: 4 }, wrapperCol: { span: 8 } }, { children: (0, jsx_runtime_1.jsx)(antd_1.Form.Item, tslib_1.__assign({ wrapperCol: { offset: 4 } }, { children: (0, jsx_runtime_1.jsxs)(antd_1.Space, { children: [(0, jsx_runtime_1.jsx)(antd_1.Button, tslib_1.__assign({ style: { flex: 2 }, type: "primary", htmlType: "reset", onClick: function () { return tslib_1.__awaiter(_this, void 0, void 0, function () { return tslib_1.__generator(this, function (_a) { switch (_a.label) { case 0: return [4 /*yield*/, onConfirm()]; diff --git a/lib/components/userRelation/upsert/byUser/web.d.ts b/lib/components/userRelation/upsert/byUser/web.d.ts index 2bdc7e15c..b60014ab5 100644 --- a/lib/components/userRelation/upsert/byUser/web.d.ts +++ b/lib/components/userRelation/upsert/byUser/web.d.ts @@ -8,4 +8,4 @@ export default function Render(props: WebComponentProps Promise; onReset: () => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/userRelation/upsert/byUser/web.pc.d.ts b/lib/components/userRelation/upsert/byUser/web.pc.d.ts index 2bdc7e15c..b60014ab5 100644 --- a/lib/components/userRelation/upsert/byUser/web.pc.d.ts +++ b/lib/components/userRelation/upsert/byUser/web.pc.d.ts @@ -8,4 +8,4 @@ export default function Render(props: WebComponentProps Promise; onReset: () => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/userRelation/upsert/byUserEntityGrant/web.d.ts b/lib/components/userRelation/upsert/byUserEntityGrant/web.d.ts index e3bd1f0cd..ef5350143 100644 --- a/lib/components/userRelation/upsert/byUserEntityGrant/web.d.ts +++ b/lib/components/userRelation/upsert/byUserEntityGrant/web.d.ts @@ -14,5 +14,5 @@ export default function render(props: WebComponentProps void; setPeriod: (p: number) => void; setUnit: (u: Unit) => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; export {}; diff --git a/lib/components/userRelation/upsert/byUserEntityGrant/web.pc.d.ts b/lib/components/userRelation/upsert/byUserEntityGrant/web.pc.d.ts index e28a125c9..d41e77c7c 100644 --- a/lib/components/userRelation/upsert/byUserEntityGrant/web.pc.d.ts +++ b/lib/components/userRelation/upsert/byUserEntityGrant/web.pc.d.ts @@ -18,5 +18,5 @@ export default function render(props: WebComponentProps void; setPeriod: (p: number) => void; setUnit: (u: Unit) => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; export {}; diff --git a/lib/components/userRelation/upsert/onUser/userRelation/web.d.ts b/lib/components/userRelation/upsert/onUser/userRelation/web.d.ts index 677e28c07..e7fa0a695 100644 --- a/lib/components/userRelation/upsert/onUser/userRelation/web.d.ts +++ b/lib/components/userRelation/upsert/onUser/userRelation/web.d.ts @@ -8,4 +8,4 @@ export default function Render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/userRelation/upsert/onUser/userRelation/web.pc.d.ts b/lib/components/userRelation/upsert/onUser/userRelation/web.pc.d.ts index 677e28c07..e7fa0a695 100644 --- a/lib/components/userRelation/upsert/onUser/userRelation/web.pc.d.ts +++ b/lib/components/userRelation/upsert/onUser/userRelation/web.pc.d.ts @@ -8,4 +8,4 @@ export default function Render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/userRelation/upsert/onUser/web.d.ts b/lib/components/userRelation/upsert/onUser/web.d.ts index 2b0e5b799..48b947378 100644 --- a/lib/components/userRelation/upsert/onUser/web.d.ts +++ b/lib/components/userRelation/upsert/onUser/web.d.ts @@ -15,4 +15,4 @@ export default function Render(props: WebComponentProps Promise; onConfirm: () => Promise; onReset: () => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/userRelation/upsert/onUser/web.pc.d.ts b/lib/components/userRelation/upsert/onUser/web.pc.d.ts index fbcea650f..9570f51d2 100644 --- a/lib/components/userRelation/upsert/onUser/web.pc.d.ts +++ b/lib/components/userRelation/upsert/onUser/web.pc.d.ts @@ -16,4 +16,4 @@ export default function Render(props: WebComponentProps Promise; onConfirm: () => Promise; onReset: () => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/userRelation/upsert/web.pc.d.ts b/lib/components/userRelation/upsert/web.pc.d.ts index 7a94d476e..1c0d32030 100644 --- a/lib/components/userRelation/upsert/web.pc.d.ts +++ b/lib/components/userRelation/upsert/web.pc.d.ts @@ -11,4 +11,4 @@ export default function Render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/wechatLogin/qrCode/web.d.ts b/lib/components/wechatLogin/qrCode/web.d.ts index 64aba2ccd..714f028b6 100644 --- a/lib/components/wechatLogin/qrCode/web.d.ts +++ b/lib/components/wechatLogin/qrCode/web.d.ts @@ -6,4 +6,4 @@ export default function Render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/wechatUser/bindingList/web.d.ts b/lib/components/wechatUser/bindingList/web.d.ts index 165ea90e8..bd3139280 100644 --- a/lib/components/wechatUser/bindingList/web.d.ts +++ b/lib/components/wechatUser/bindingList/web.d.ts @@ -2,4 +2,4 @@ import { EntityDict } from '../../../oak-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; export default function Render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/components/wechatUser/unbindBtn/web.d.ts b/lib/components/wechatUser/unbindBtn/web.d.ts index 73749bca0..a0028a439 100644 --- a/lib/components/wechatUser/unbindBtn/web.d.ts +++ b/lib/components/wechatUser/unbindBtn/web.d.ts @@ -4,4 +4,4 @@ export default function Render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/data/i18n.js b/lib/data/i18n.js index 49462f2b9..857458514 100644 --- a/lib/data/i18n.js +++ b/lib/data/i18n.js @@ -256,11 +256,11 @@ var i18ns = [ } }, { - id: "65801f60e3c6d0197f2f0a44a794ccf7", - namespace: "oak-general-business-l-common", + id: "ada0227a3fe7b54eddce578f15f015b8", + namespace: "oak-general-business-l-Common", language: "zh-CN", module: "oak-general-business", - position: "locales/common", + position: "locales/Common", data: { "noData": "暂无数据", "areYouSure": "请确认", diff --git a/lib/pages/address/list/web.d.ts b/lib/pages/address/list/web.d.ts index 92a8d8a09..424043c2d 100644 --- a/lib/pages/address/list/web.d.ts +++ b/lib/pages/address/list/web.d.ts @@ -5,4 +5,4 @@ export default function Render(props: WebComponentProps void; goNewAddress: () => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/address/upsert/web.d.ts b/lib/pages/address/upsert/web.d.ts index 9b3cc87e8..9abfc6a1b 100644 --- a/lib/pages/address/upsert/web.d.ts +++ b/lib/pages/address/upsert/web.d.ts @@ -9,4 +9,4 @@ export default function Render(props: WebComponentProps void; confirm: () => Promise; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/application/config/upsert/web.pc.d.ts b/lib/pages/application/config/upsert/web.pc.d.ts index 3e7db684d..4957b0e75 100644 --- a/lib/pages/application/config/upsert/web.pc.d.ts +++ b/lib/pages/application/config/upsert/web.pc.d.ts @@ -8,5 +8,5 @@ export default function render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; export {}; diff --git a/lib/pages/application/detail/web.d.ts b/lib/pages/application/detail/web.d.ts index 6a7dc8798..3b8937823 100644 --- a/lib/pages/application/detail/web.d.ts +++ b/lib/pages/application/detail/web.d.ts @@ -14,5 +14,5 @@ export default function Render(props: WebComponentProps void; goWechatPublicTagList: () => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; export {}; diff --git a/lib/pages/application/list/web.pc.d.ts b/lib/pages/application/list/web.pc.d.ts index 72f46bdab..dd8d276c9 100644 --- a/lib/pages/application/list/web.pc.d.ts +++ b/lib/pages/application/list/web.pc.d.ts @@ -12,4 +12,4 @@ export default function Render(props: WebComponentProps void; goUpdate: (id: string) => void; removeApplication: (id: string) => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/application/upsert/web.pc.d.ts b/lib/pages/application/upsert/web.pc.d.ts index 3517250fc..b14191e33 100644 --- a/lib/pages/application/upsert/web.pc.d.ts +++ b/lib/pages/application/upsert/web.pc.d.ts @@ -15,4 +15,4 @@ export default function Render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/changePassword/web.d.ts b/lib/pages/changePassword/web.d.ts index dc5614a18..8e3e05e80 100644 --- a/lib/pages/changePassword/web.d.ts +++ b/lib/pages/changePassword/web.d.ts @@ -4,4 +4,4 @@ export default function render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/changePassword/web.pc.d.ts b/lib/pages/changePassword/web.pc.d.ts index dc5614a18..8e3e05e80 100644 --- a/lib/pages/changePassword/web.pc.d.ts +++ b/lib/pages/changePassword/web.pc.d.ts @@ -4,4 +4,4 @@ export default function render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/domain/detail/web.d.ts b/lib/pages/domain/detail/web.d.ts index 07d4941c8..2c142b932 100644 --- a/lib/pages/domain/detail/web.d.ts +++ b/lib/pages/domain/detail/web.d.ts @@ -11,4 +11,4 @@ export default function Render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/domain/list/web.pc.d.ts b/lib/pages/domain/list/web.pc.d.ts index 04c1a7f52..ff07b5a3c 100644 --- a/lib/pages/domain/list/web.pc.d.ts +++ b/lib/pages/domain/list/web.pc.d.ts @@ -10,4 +10,4 @@ export default function Render(props: WebComponentProps void; goCreate: () => void; goUpdate: (id: string) => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/domain/upsert/web.pc.d.ts b/lib/pages/domain/upsert/web.pc.d.ts index 79b51472f..8b50d33f8 100644 --- a/lib/pages/domain/upsert/web.pc.d.ts +++ b/lib/pages/domain/upsert/web.pc.d.ts @@ -11,4 +11,4 @@ export default function Render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/icon/web.d.ts b/lib/pages/icon/web.d.ts index 0860535ce..d6b0fa37c 100644 --- a/lib/pages/icon/web.d.ts +++ b/lib/pages/icon/web.d.ts @@ -1,3 +1,3 @@ import { EntityDict } from '../../oak-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; -export default function Render(props: WebComponentProps): JSX.Element; +export default function Render(props: WebComponentProps): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/message/detail/web.d.ts b/lib/pages/message/detail/web.d.ts index 743c25998..cf689b387 100644 --- a/lib/pages/message/detail/web.d.ts +++ b/lib/pages/message/detail/web.d.ts @@ -10,4 +10,4 @@ export default function Render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/message/detail/web.pc.d.ts b/lib/pages/message/detail/web.pc.d.ts index 743c25998..cf689b387 100644 --- a/lib/pages/message/detail/web.pc.d.ts +++ b/lib/pages/message/detail/web.pc.d.ts @@ -10,4 +10,4 @@ export default function Render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/message/drawerList/web.d.ts b/lib/pages/message/drawerList/web.d.ts index c9ae8c16f..56a08305a 100644 --- a/lib/pages/message/drawerList/web.d.ts +++ b/lib/pages/message/drawerList/web.d.ts @@ -7,4 +7,4 @@ export default function Render(props: WebComponentProps void; goMessageList: () => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/message/list/web.d.ts b/lib/pages/message/list/web.d.ts index 21d9824fe..85c8cd912 100644 --- a/lib/pages/message/list/web.d.ts +++ b/lib/pages/message/list/web.d.ts @@ -4,4 +4,4 @@ export default function Render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/message/list/web.pc.d.ts b/lib/pages/message/list/web.pc.d.ts index 2fe599863..0203f64bf 100644 --- a/lib/pages/message/list/web.pc.d.ts +++ b/lib/pages/message/list/web.pc.d.ts @@ -4,4 +4,4 @@ export default function Render(props: WebComponentProps[]; }, { goDetailById: (id: string) => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/mobile/login/web.d.ts b/lib/pages/mobile/login/web.d.ts index 5616355e4..f20ffeaf0 100644 --- a/lib/pages/mobile/login/web.d.ts +++ b/lib/pages/mobile/login/web.d.ts @@ -17,4 +17,4 @@ export default function render(props: WebComponentProps void; sendCaptcha: () => Promise; loginByMobile: () => Promise; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/mobile/login/web.pc.d.ts b/lib/pages/mobile/login/web.pc.d.ts index 5eea0030a..bb1add491 100644 --- a/lib/pages/mobile/login/web.pc.d.ts +++ b/lib/pages/mobile/login/web.pc.d.ts @@ -16,4 +16,4 @@ export default function render(props: WebComponentProps void; sendCaptcha: () => Promise; loginByMobile: () => Promise; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/mobile/me/web.d.ts b/lib/pages/mobile/me/web.d.ts index 641f953a3..978817dba 100644 --- a/lib/pages/mobile/me/web.d.ts +++ b/lib/pages/mobile/me/web.d.ts @@ -5,4 +5,4 @@ export default function render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/mobile/me/web.pc.d.ts b/lib/pages/mobile/me/web.pc.d.ts index fdee9f0af..ce75695de 100644 --- a/lib/pages/mobile/me/web.pc.d.ts +++ b/lib/pages/mobile/me/web.pc.d.ts @@ -6,4 +6,4 @@ export default function render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/paper/detail/web.d.ts b/lib/pages/paper/detail/web.d.ts index af5108db1..c57152a54 100644 --- a/lib/pages/paper/detail/web.d.ts +++ b/lib/pages/paper/detail/web.d.ts @@ -6,4 +6,4 @@ export default function render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/paper/list/web.d.ts b/lib/pages/paper/list/web.d.ts index 8efdc15a5..2104ddb5a 100644 --- a/lib/pages/paper/list/web.d.ts +++ b/lib/pages/paper/list/web.d.ts @@ -13,4 +13,4 @@ export default function render(props: WebComponentProps Promise; searchConfirm: () => Promise; onRemove: (id: string) => Promise; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/paper/preview/web.d.ts b/lib/pages/paper/preview/web.d.ts index b64855c39..4ef12cc2f 100644 --- a/lib/pages/paper/preview/web.d.ts +++ b/lib/pages/paper/preview/web.d.ts @@ -8,4 +8,4 @@ export default function Render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/paper/upsert/web.d.ts b/lib/pages/paper/upsert/web.d.ts index 5ec7ded18..00a358ebf 100644 --- a/lib/pages/paper/upsert/web.d.ts +++ b/lib/pages/paper/upsert/web.d.ts @@ -21,4 +21,4 @@ export default function Render(props: WebComponentProps; clearContentTip: () => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/personal/web.d.ts b/lib/pages/personal/web.d.ts index baca2f3aa..594681efd 100644 --- a/lib/pages/personal/web.d.ts +++ b/lib/pages/personal/web.d.ts @@ -1 +1 @@ -export default function Render(): JSX.Element; +export default function Render(): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/personal/web.pc.d.ts b/lib/pages/personal/web.pc.d.ts index baca2f3aa..594681efd 100644 --- a/lib/pages/personal/web.pc.d.ts +++ b/lib/pages/personal/web.pc.d.ts @@ -1 +1 @@ -export default function Render(): JSX.Element; +export default function Render(): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/pickers/area/web.d.ts b/lib/pages/pickers/area/web.d.ts index f9bb133dd..b2ca6d492 100644 --- a/lib/pages/pickers/area/web.d.ts +++ b/lib/pages/pickers/area/web.d.ts @@ -4,4 +4,4 @@ export default function render(props: WebComponentProps Promise; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/platform/config/upsert/web.pc.d.ts b/lib/pages/platform/config/upsert/web.pc.d.ts index 11bb7ef98..a1d26878b 100644 --- a/lib/pages/platform/config/upsert/web.pc.d.ts +++ b/lib/pages/platform/config/upsert/web.pc.d.ts @@ -6,4 +6,4 @@ export default function Render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/platform/detail/web.d.ts b/lib/pages/platform/detail/web.d.ts index abe71382c..98c8fcaf3 100644 --- a/lib/pages/platform/detail/web.d.ts +++ b/lib/pages/platform/detail/web.d.ts @@ -9,4 +9,4 @@ export default function Render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/platform/list/web.pc.d.ts b/lib/pages/platform/list/web.pc.d.ts index 7cad87793..0d529c99b 100644 --- a/lib/pages/platform/list/web.pc.d.ts +++ b/lib/pages/platform/list/web.pc.d.ts @@ -11,4 +11,4 @@ export default function Render(props: WebComponentProps void; goSetConfig: (id: string) => void; goUpdate: (id: string) => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/platform/upsert/web.pc.d.ts b/lib/pages/platform/upsert/web.pc.d.ts index 72957a6d2..fbbc68bc1 100644 --- a/lib/pages/platform/upsert/web.pc.d.ts +++ b/lib/pages/platform/upsert/web.pc.d.ts @@ -6,4 +6,4 @@ export default function Render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/setting/web.d.ts b/lib/pages/setting/web.d.ts index a897c3cb6..a26be4c02 100644 --- a/lib/pages/setting/web.d.ts +++ b/lib/pages/setting/web.d.ts @@ -9,4 +9,4 @@ export default function render(props: WebComponentProps void; setVisible: () => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/setting/web.pc.d.ts b/lib/pages/setting/web.pc.d.ts index baca2f3aa..594681efd 100644 --- a/lib/pages/setting/web.pc.d.ts +++ b/lib/pages/setting/web.pc.d.ts @@ -1 +1 @@ -export default function Render(): JSX.Element; +export default function Render(): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/subscription/config/upsert/web.pc.d.ts b/lib/pages/subscription/config/upsert/web.pc.d.ts index 35b74b5a0..88820328e 100644 --- a/lib/pages/subscription/config/upsert/web.pc.d.ts +++ b/lib/pages/subscription/config/upsert/web.pc.d.ts @@ -7,5 +7,5 @@ export default function render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; export {}; diff --git a/lib/pages/subscription/detail/web.d.ts b/lib/pages/subscription/detail/web.d.ts index 58c618262..14829cc28 100644 --- a/lib/pages/subscription/detail/web.d.ts +++ b/lib/pages/subscription/detail/web.d.ts @@ -12,5 +12,5 @@ export default function Render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; export {}; diff --git a/lib/pages/subscription/list/web.pc.d.ts b/lib/pages/subscription/list/web.pc.d.ts index 17f695294..c14ad48db 100644 --- a/lib/pages/subscription/list/web.pc.d.ts +++ b/lib/pages/subscription/list/web.pc.d.ts @@ -11,4 +11,4 @@ export default function Render(props: WebComponentProps void; goUpdate: (id: string) => void; remove: (id: string) => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/subscription/upsert/web.pc.d.ts b/lib/pages/subscription/upsert/web.pc.d.ts index 55a362e5e..d16ba7d3a 100644 --- a/lib/pages/subscription/upsert/web.pc.d.ts +++ b/lib/pages/subscription/upsert/web.pc.d.ts @@ -10,4 +10,4 @@ export default function Render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/subwayLine/list/web.d.ts b/lib/pages/subwayLine/list/web.d.ts index 27d54a300..175126fdc 100644 --- a/lib/pages/subwayLine/list/web.d.ts +++ b/lib/pages/subwayLine/list/web.d.ts @@ -11,4 +11,4 @@ export default function Render(props: WebComponentProps void; setFilterByAreaId: (areaId: string) => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/subwayLine/upsertStation/web.d.ts b/lib/pages/subwayLine/upsertStation/web.d.ts index 5f6316d8f..9a5aa0156 100644 --- a/lib/pages/subwayLine/upsertStation/web.d.ts +++ b/lib/pages/subwayLine/upsertStation/web.d.ts @@ -6,4 +6,4 @@ export default function Render(props: WebComponentProps void; openStation: boolean; subwayId: string; -}, {}>): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/subwayLine/upsertSubway/web.d.ts b/lib/pages/subwayLine/upsertSubway/web.d.ts index ab23b3894..8a08e34d0 100644 --- a/lib/pages/subwayLine/upsertSubway/web.d.ts +++ b/lib/pages/subwayLine/upsertSubway/web.d.ts @@ -5,4 +5,4 @@ export default function Render(props: WebComponentProps void; openSubway: boolean; -}, {}>): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/system/config/upsert/web.pc.d.ts b/lib/pages/system/config/upsert/web.pc.d.ts index bcb8e572c..acffdee90 100644 --- a/lib/pages/system/config/upsert/web.pc.d.ts +++ b/lib/pages/system/config/upsert/web.pc.d.ts @@ -6,4 +6,4 @@ export default function Render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/system/detail/web.d.ts b/lib/pages/system/detail/web.d.ts index 38dd1ce37..5dfab7bca 100644 --- a/lib/pages/system/detail/web.d.ts +++ b/lib/pages/system/detail/web.d.ts @@ -14,4 +14,4 @@ export default function Render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/system/list/web.pc.d.ts b/lib/pages/system/list/web.pc.d.ts index c0ba36154..c40bb6b38 100644 --- a/lib/pages/system/list/web.pc.d.ts +++ b/lib/pages/system/list/web.pc.d.ts @@ -11,4 +11,4 @@ export default function Render(props: WebComponentProps void; goSetConfig: (id: string) => void; goUpdate: (id: string) => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/system/upsert/web.pc.d.ts b/lib/pages/system/upsert/web.pc.d.ts index 8d2352f32..953584620 100644 --- a/lib/pages/system/upsert/web.pc.d.ts +++ b/lib/pages/system/upsert/web.pc.d.ts @@ -10,4 +10,4 @@ export default function Render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/token/me/web.d.ts b/lib/pages/token/me/web.d.ts index 8c24eab24..f8c59b723 100644 --- a/lib/pages/token/me/web.d.ts +++ b/lib/pages/token/me/web.d.ts @@ -15,4 +15,4 @@ export default function Render(props: WebComponentProps Promise; goMyMobile: () => Promise; goUserManage: () => Promise; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/user/info/web.d.ts b/lib/pages/user/info/web.d.ts index 6025678c8..0dae98ec8 100644 --- a/lib/pages/user/info/web.d.ts +++ b/lib/pages/user/info/web.d.ts @@ -28,5 +28,5 @@ declare type MethodsProps = { onConfirm: (attr: string) => Promise; refreshWechatPublicUserInfo: () => void; }; -export default function render(props: WebComponentProps): JSX.Element; +export default function render(props: WebComponentProps): import("react/jsx-runtime").JSX.Element; export {}; diff --git a/lib/pages/user/info/web.pc.d.ts b/lib/pages/user/info/web.pc.d.ts index 6db3ed15b..37be3e590 100644 --- a/lib/pages/user/info/web.pc.d.ts +++ b/lib/pages/user/info/web.pc.d.ts @@ -22,4 +22,4 @@ export default function Render(props: WebComponentProps void; goChangePassword: () => void; unbunding: (captcha?: string) => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/user/manage/detail/web.d.ts b/lib/pages/user/manage/detail/web.d.ts index 90c922c27..241e6ffed 100644 --- a/lib/pages/user/manage/detail/web.d.ts +++ b/lib/pages/user/manage/detail/web.d.ts @@ -22,4 +22,4 @@ export default function render(props: WebComponentProps Promise; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/user/manage/upsert/web.d.ts b/lib/pages/user/manage/upsert/web.d.ts index d68616a4c..b5e9f5775 100644 --- a/lib/pages/user/manage/upsert/web.d.ts +++ b/lib/pages/user/manage/upsert/web.d.ts @@ -15,4 +15,4 @@ export default function Render(props: WebComponentProps; -}, {}>): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/user/manage/web.d.ts b/lib/pages/user/manage/web.d.ts index ef68161e7..e9127bdbb 100644 --- a/lib/pages/user/manage/web.d.ts +++ b/lib/pages/user/manage/web.d.ts @@ -9,4 +9,4 @@ export default function render(props: WebComponentProps Promise; goNewUser: () => Promise; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/user/manage/web.pc.d.ts b/lib/pages/user/manage/web.pc.d.ts index 11df1296a..f4a1e98f8 100644 --- a/lib/pages/user/manage/web.pc.d.ts +++ b/lib/pages/user/manage/web.pc.d.ts @@ -1 +1 @@ -export default function render(this: any): JSX.Element; +export default function render(this: any): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/user/search/web.d.ts b/lib/pages/user/search/web.d.ts index cfaabf286..3313c4c64 100644 --- a/lib/pages/user/search/web.d.ts +++ b/lib/pages/user/search/web.d.ts @@ -1 +1 @@ -export default function render(): JSX.Element; +export default function render(): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/userEntityGrant/confirm/web.d.ts b/lib/pages/userEntityGrant/confirm/web.d.ts index 332053fab..98a5dcc26 100644 --- a/lib/pages/userEntityGrant/confirm/web.d.ts +++ b/lib/pages/userEntityGrant/confirm/web.d.ts @@ -20,4 +20,4 @@ export default function Render(props: WebComponentProps void; redirectPage: () => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/userEntityGrant/detail/web.d.ts b/lib/pages/userEntityGrant/detail/web.d.ts index 85e0f7556..058f6a823 100644 --- a/lib/pages/userEntityGrant/detail/web.d.ts +++ b/lib/pages/userEntityGrant/detail/web.d.ts @@ -6,4 +6,4 @@ export default function Render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/userEntityGrant/detail/web.pc.d.ts b/lib/pages/userEntityGrant/detail/web.pc.d.ts index 85e0f7556..058f6a823 100644 --- a/lib/pages/userEntityGrant/detail/web.pc.d.ts +++ b/lib/pages/userEntityGrant/detail/web.pc.d.ts @@ -6,4 +6,4 @@ export default function Render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/userEntityGrant/grant/web.d.ts b/lib/pages/userEntityGrant/grant/web.d.ts index d013193b0..5f3ce5371 100644 --- a/lib/pages/userEntityGrant/grant/web.d.ts +++ b/lib/pages/userEntityGrant/grant/web.d.ts @@ -15,4 +15,4 @@ export default function render(props: WebComponentProps void; setNumber: (value: string) => void; setPeriod: (value: number | null) => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/userEntityGrant/list/web.d.ts b/lib/pages/userEntityGrant/list/web.d.ts index 731c3e1f5..4c85a0d3c 100644 --- a/lib/pages/userEntityGrant/list/web.d.ts +++ b/lib/pages/userEntityGrant/list/web.d.ts @@ -2,4 +2,4 @@ import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../oak-app-domain'; export default function render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/wechatLogin/confirm/web.d.ts b/lib/pages/wechatLogin/confirm/web.d.ts index cf97ae016..9da1f64f5 100644 --- a/lib/pages/wechatLogin/confirm/web.d.ts +++ b/lib/pages/wechatLogin/confirm/web.d.ts @@ -14,4 +14,4 @@ export default function Render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/wechatPublic/tag/list/web.pc.d.ts b/lib/pages/wechatPublic/tag/list/web.pc.d.ts index 2943b15f4..c7442b170 100644 --- a/lib/pages/wechatPublic/tag/list/web.pc.d.ts +++ b/lib/pages/wechatPublic/tag/list/web.pc.d.ts @@ -8,4 +8,4 @@ export default function Render(props: WebComponentProps void; goUpdate: (id: string) => void; goDelete: (id: string) => void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/wechatPublic/tag/upsert/web.d.ts b/lib/pages/wechatPublic/tag/upsert/web.d.ts index ea8ebaaf2..497eb4825 100644 --- a/lib/pages/wechatPublic/tag/upsert/web.d.ts +++ b/lib/pages/wechatPublic/tag/upsert/web.d.ts @@ -6,4 +6,4 @@ export default function Render(props: WebComponentProps void; -}>): JSX.Element; +}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/wechatQrCode/scan/web.d.ts b/lib/pages/wechatQrCode/scan/web.d.ts index 46a945cb3..06b00c6a4 100644 --- a/lib/pages/wechatQrCode/scan/web.d.ts +++ b/lib/pages/wechatQrCode/scan/web.d.ts @@ -4,4 +4,4 @@ export default function render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/lib/pages/wechatUser/login/web.d.ts b/lib/pages/wechatUser/login/web.d.ts index 55440ed77..426085b42 100644 --- a/lib/pages/wechatUser/login/web.d.ts +++ b/lib/pages/wechatUser/login/web.d.ts @@ -3,4 +3,4 @@ import { WebComponentProps } from 'oak-frontend-base'; export default function render(props: WebComponentProps): JSX.Element; +}, {}>): import("react/jsx-runtime").JSX.Element; diff --git a/package.json b/package.json index aecc1df07..e0d78c7ae 100644 --- a/package.json +++ b/package.json @@ -92,9 +92,10 @@ "copy-svg": "copyfiles -u 1 src/**/*.svg lib/ & copyfiles -u 1 src/**/*.png lib/", "copy-less": "copyfiles -u 1 src/**/*.less lib/ & copyfiles -u 1 src/**/*.wxss lib/", "copy-wxs": "copyfiles -u 1 src/**/*.wxs lib/", - "copy-xml": "copyfiles -u 1 src/**/*.xml lib/ & copyfiles -u 1 src/**/*.wxml lib/", + "copy-xml": "copyfiles -u 1 src/**/*.xml lib/", + "copy-wxml": "copyfiles -u 1 src/**/*.wxml lib/", "prebuild": "npm run make:locale", - "build": "tsc && npm run copy-js && npm run copy-less && npm run copy-wxs && npm run copy-svg && npm run copy-xml", + "build": "tsc && npm run copy-js && npm run copy-less && npm run copy-wxs && npm run copy-svg && npm run copy-xml && npm run copy-wxml", "gen:areaDebug": "ts-node ./scripts/generateAreaDebug.ts", "gen:subway": "ts-node ./scripts/local/getAmapSubway.ts", "clean:dir": "ts-node ./scripts/cleanDtsAndJs", diff --git a/src/components/userRelation/upsert/byMobile/web.pc.tsx b/src/components/userRelation/upsert/byMobile/web.pc.tsx index ea976abd1..758fc6766 100644 --- a/src/components/userRelation/upsert/byMobile/web.pc.tsx +++ b/src/components/userRelation/upsert/byMobile/web.pc.tsx @@ -29,7 +29,7 @@ export default function Render(props: WebComponentProps - <> - { - const strValue = e.target.value; - onMobileChange(strValue); - }} - placeholder="请输入手机号码" - type="tel" - /> - + { + const strValue = e.target.value; + onMobileChange(strValue); + }} + placeholder="请输入手机号码" + type="tel" + /> {mobileValueReady && userId && ( diff --git a/src/data/i18n.ts b/src/data/i18n.ts index 26b7fdcf7..9c602b4b5 100644 --- a/src/data/i18n.ts +++ b/src/data/i18n.ts @@ -256,11 +256,11 @@ const i18ns: I18n[] = [ } }, { - id: "65801f60e3c6d0197f2f0a44a794ccf7", - namespace: "oak-general-business-l-common", + id: "ada0227a3fe7b54eddce578f15f015b8", + namespace: "oak-general-business-l-Common", language: "zh-CN", module: "oak-general-business", - position: "locales/common", + position: "locales/Common", data: { "noData": "暂无数据", "areYouSure": "请确认",