@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" />
55 lines (53 loc) • 1.05 kB
JavaScript
const meta = {
id: "wgms.VegetationMonitoring",
componentName: "VegetationMonitoring",
displayName: "植被监测",
category: "wgms",
keywords: [
"wgms.VegetationMonitoring",
"VegetationMonitoring",
"植被监测",
"用于展示植被监测相关信息。",
"植被监测相关信息",
"wgms",
"DvWgmsVegetationMonitoring"
],
description: "用于展示植被监测相关信息。",
tags: [
"wgms",
"custom",
"panel",
"monitor"
],
layout: {
minWidth: 376,
minHeight: 180,
preferredAspectRatio: "16:9",
supportedSlotTypes: [
"panel"
]
},
propsSchema: [
{
name: "imageUrl",
type: "string",
required: false,
defaultValue: "''",
description: "背景图片地址",
source: "component"
}
],
dataContract: {
mode: "custom",
request: null,
response: null,
events: []
},
adapter: {
queryProp: null,
dataProp: null,
lazyProp: null,
reloadMethod: null
}
};
export { meta as default };