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

98 lines (94 loc) 2.12 kB
'use strict'; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } }); const meta = { id: "wgms.StationWaterQualityStatistics", componentName: "StationWaterQualityStatistics", displayName: "站点水质统计", category: "wgms", keywords: [ "wgms.StationWaterQualityStatistics", "StationWaterQualityStatistics", "站点水质统计", "用于展示站点水质统计相关信息。", "站点水质统计相关信息", "wgms", "DvWgmsStationWaterQualityStatistics", "站点统计" ], description: "用于展示站点水质统计相关信息。", tags: [ "wgms", "custom", "panel", "statistics", "water-quality" ], layout: { minWidth: 320, minHeight: 180, preferredAspectRatio: "16:9", supportedSlotTypes: [ "panel" ] }, propsSchema: [ { name: "treeId", type: "string", required: false, defaultValue: "'3301'", description: "树id", source: "component" }, { name: "treeType", type: "string", required: false, defaultValue: "1", description: "树类型 区域/流域", source: "component" }, { name: "year", type: "number", required: false, defaultValue: "'2023'", description: "年份", source: "component" }, { name: "data", type: "array", required: false, defaultValue: "() => []", description: "静态数据", 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: "data", lazyProp: "isLazy", reloadMethod: "reload" } }; exports.default = meta;