@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" />
71 lines (69 loc) • 1.5 kB
JavaScript
const meta = {
id: "wgms.AlgaeTopicsDisposalResponse",
componentName: "AlgaeTopicsDisposalResponse",
displayName: "处置响应",
category: "wgms",
keywords: [
"wgms.AlgaeTopicsDisposalResponse",
"AlgaeTopicsDisposalResponse",
"处置响应",
"用于展示处置响应相关信息。",
"处置响应相关信息",
"wgms",
"DvWgmsAlgaeTopicsDisposalResponse",
"藻类处置响应",
"藻类处置反馈",
"应急处置反馈",
"处置反馈"
],
description: "用于展示处置响应相关信息。",
tags: [
"wgms",
"custom",
"panel"
],
layout: {
minWidth: 320,
minHeight: 180,
preferredAspectRatio: "16:9",
supportedSlotTypes: [
"panel"
]
},
propsSchema: [
{
name: "regionCode",
type: "string",
required: false,
defaultValue: "330100000000",
description: "区域code",
source: "component"
},
{
name: "isLazy",
type: "boolean",
required: false,
defaultValue: "false",
description: "是否默认不请求 需要手动调用 `reload`",
source: "lifecycle"
}
],
dataContract: {
mode: "custom",
request: null,
response: null,
events: [
{
name: "reload",
description: "手动控制组件请求数据刷新"
}
]
},
adapter: {
queryProp: null,
dataProp: null,
lazyProp: "isLazy",
reloadMethod: "reload"
}
};
export { meta as default };