UNPKG

@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" />

158 lines (156 loc) 3.68 kB
const meta = { id: "wgms.AlgaeTopicsAutomaticMonitoring", componentName: "AlgaeTopicsAutomaticMonitoring", displayName: "藻类(叶绿素a)自动监控", category: "wgms", keywords: [ "wgms.AlgaeTopicsAutomaticMonitoring", "AlgaeTopicsAutomaticMonitoring", "藻类(叶绿素a)自动监控", "用于展示藻类(叶绿素a)自动监控,核心内容包括监测数据统计、自动监测点、预警数据。", "监测数据统计", "自动监测点", "预警数据", "wgms", "DvWgmsAlgaeTopicsAutomaticMonitoring", "藻类自动监测面板", "藻类自动监测", "藻类自动", "自动监测" ], description: "用于展示藻类(叶绿素a)自动监控,核心内容包括监测数据统计、自动监测点、预警数据。", tags: [ "wgms", "custom", "panel", "monitor", "statistics", "warning", "algae" ], layout: { minWidth: 320, minHeight: 180, preferredAspectRatio: "16:9", supportedSlotTypes: [ "panel" ] }, propsSchema: [ { name: "data", type: "object", required: false, description: "组件展示数据", source: "component" }, { name: "beginTime", type: "number", required: false, defaultValue: "1685894400000", description: "开始时间", source: "component" }, { name: "endTime", type: "number", required: false, defaultValue: "1685894400000", description: "结束时间", source: "component" }, { name: "treeType", type: "string", required: false, defaultValue: "1", description: "区域或者流域", source: "component" }, { name: "treeId", type: "string", required: false, defaultValue: "3301", description: "区域或者流域id", source: "component" }, { name: "isLast", type: "boolean", required: false, defaultValue: "true", description: "是否获取最新数据", source: "component" }, { name: "isLazy", type: "boolean", required: false, defaultValue: "false", description: "是否默认不请求 需要手动调用 `reload`", source: "lifecycle" }, { name: "data.validSiteCountNum", type: "number", required: false, defaultValue: "4", description: "监测数据统计", source: "data" }, { name: "data.totalSiteCountNum", type: "number", required: false, defaultValue: "10", description: "自动监测点", source: "data" }, { name: "data.countList", type: "array", required: false, defaultValue: "[{ name: '常规', value: 10, rate: 71.43, itemStyle: { color: '#00E87E' } }]", description: "预警数据", source: "data" } ], dataContract: { mode: "custom", request: null, response: { fields: [ { name: "validSiteCountNum", type: "number", description: "监测数据统计" }, { name: "totalSiteCountNum", type: "number", description: "自动监测点" }, { name: "countList", type: "array", description: "预警数据" } ] }, events: [ { name: "reload", description: "手动控制组件请求数据刷新" } ] }, adapter: { queryProp: null, dataProp: "data", lazyProp: "isLazy", reloadMethod: "reload" } }; export { meta as default };