@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.7 kB
JavaScript
const meta = {
id: "wgms.SurroundingPollutionSources",
componentName: "SurroundingPollutionSources",
displayName: "周边污染源",
category: "wgms",
keywords: [
"wgms.SurroundingPollutionSources",
"SurroundingPollutionSources",
"周边污染源",
"用于展示周边污染源,核心内容包括名称、数量。",
"数量",
"wgms",
"DvWgmsSurroundingPollutionSources",
"污染源情况"
],
description: "用于展示周边污染源,核心内容包括名称、数量。",
tags: [
"wgms",
"custom",
"panel"
],
layout: {
minWidth: 320,
minHeight: 180,
preferredAspectRatio: "16:9",
supportedSlotTypes: [
"panel"
]
},
propsSchema: [
{
name: "data",
type: "object",
required: false,
description: "组件展示数据",
source: "component"
},
{
name: "data.name",
type: "string",
required: false,
defaultValue: "工业区(公建单位,农贸市场,洗车店)",
description: "名称",
source: "data"
},
{
name: "data.num",
type: "number",
required: false,
defaultValue: "0",
description: "数量",
source: "data"
}
],
dataContract: {
mode: "custom",
request: null,
response: {
fields: [
{
name: "name",
type: "string",
description: "名称"
},
{
name: "num",
type: "number",
description: "数量"
}
]
},
events: []
},
adapter: {
queryProp: null,
dataProp: "data",
lazyProp: null,
reloadMethod: null
}
};
export { meta as default };