@ued_fpi/data-visual
Version:
<br /> <br /> <div style="text-align:center"> <b style="font-size:30px">@ued_fpi/data-visual</b> <p>基于Vite4+TypeScript的Vue3大屏组件库开发框架</p> <img style="display:inline" src="https://img.shields.io/npm/v/@ued_fpi/data-visual" />
83 lines (81 loc) • 1.65 kB
JavaScript
const meta = {
id: "wgms.CommonFloraFauna",
componentName: "CommonFloraFauna",
displayName: "常见动植物",
category: "wgms",
keywords: [
"wgms.CommonFloraFauna",
"CommonFloraFauna",
"常见动植物",
"用于展示常见动植物,核心内容包括名称、图片地址。",
"图片地址",
"wgms",
"DvWgmsCommonFloraFauna",
"动植物物种"
],
description: "用于展示常见动植物,核心内容包括名称、图片地址。",
tags: [
"wgms",
"custom",
"panel"
],
layout: {
minWidth: 376,
minHeight: 260,
preferredAspectRatio: "4:3",
supportedSlotTypes: [
"panel"
]
},
propsSchema: [
{
name: "data",
type: "array",
required: false,
description: "动植物列表",
source: "component"
},
{
name: "data[].name",
type: "string",
required: false,
defaultValue: "地黄",
description: "名称",
source: "data"
},
{
name: "data[].imageUrl",
type: "string",
required: false,
defaultValue: "''",
description: "图片地址",
source: "data"
}
],
dataContract: {
mode: "custom",
request: null,
response: {
fields: [
{
name: "name",
type: "string",
description: "名称"
},
{
name: "imageUrl",
type: "string",
description: "图片地址"
}
]
},
events: []
},
adapter: {
queryProp: null,
dataProp: "data",
lazyProp: null,
reloadMethod: null
}
};
export { meta as default };