import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types'; const InfoCardMeta: IPublicTypeComponentMetadata = { "componentName": "InfoCard", "title": "InfoCard", "docUrl": "", "screenshot": "", "devMode": "proCode", "npm": { "package": "iftide-mobile-visual", "version": "0.0.3", "exportName": "InfoCard", "main": "src/index.tsx", "destructuring": true, "subName": "" }, "configure": { "props": [ { "title": { "label": { "type": "i18n", "en-US": "typeId", "zh-CN": "typeId" } }, "name": "typeId", "setter": { "componentName": "StringSetter", "isRequired": true, "initialValue": "7" } }, { "title": { "label": { "type": "i18n", "en-US": "pageId", "zh-CN": "pageId" } }, "name": "pageId", "setter": { "componentName": "StringSetter", "isRequired": true, "initialValue": "infoCard" } }, { "title": { "label": { "type": "i18n", "en-US": "pageData", "zh-CN": "pageData" } }, "name": "pageData", "setter": { "componentName": "ObjectSetter", "props": { "config": { "extraSetter": { "componentName": "MixedSetter", "isRequired": false, "props": {} } } }, "isRequired": false, "initialValue": { "id": "infoCard", "readme": "", "content": "请点击下方'查看明细'查询。查询时您科筛选查询账户、时间、交易类型(消费、转账、信用卡等)、金额、币种等信息。", "buttons": [ { "actionFun_click": "personalacctsearch_gray", "actionType_click": "3", "buttonType": "1", "titleValue": "查看明细", "subTitleValue": "", "inParams": "payAcctNo_dis=1&payAcctNo_en=2" } ] } } }, { "title": { "label": { "type": "i18n", "en-US": "config", "zh-CN": "config" } }, "name": "config", "setter": { "componentName": "ObjectSetter", "props": { "config": { "extraSetter": { "componentName": "MixedSetter", "isRequired": false, "props": {} } } }, "isRequired": false, "initialValue": {} } } ], "supports": { "style": true }, "component": {} } }; const snippets: IPublicTypeSnippet[] = [ { "title": "InfoCard", "screenshot": "", "schema": { "componentName": "InfoCard", "props": {} } } ]; export default { ...InfoCardMeta, snippets };