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

112 lines (110 loc) 2.44 kB
const meta = { id: "wgms.SubordinateRanking", componentName: "SubordinateRanking", displayName: "下级排名", category: "wgms", keywords: [ "wgms.SubordinateRanking", "SubordinateRanking", "下级排名", "用于展示下级排名相关信息。", "下级排名相关信息", "wgms", "DvWgmsSubordinateRanking", "区域排名", "排名" ], description: "用于展示下级排名相关信息。", tags: [ "wgms", "custom", "panel", "ranking" ], layout: { minWidth: 320, minHeight: 180, preferredAspectRatio: "16:9", supportedSlotTypes: [ "panel" ] }, propsSchema: [ { name: "beginTime", type: "number", required: false, defaultValue: "dayjs().startOf('year').valueOf()", description: "开始时间", source: "component" }, { name: "endTime", type: "number", required: false, defaultValue: "dayjs().subtract(-1, 'y').startOf('year').valueOf()", description: "结束时间", source: "component" }, { name: "treeId", type: "string", required: false, defaultValue: "3302", description: "区域id", source: "component" }, { name: "timeType", type: "string", required: false, defaultValue: "year", description: "时间统计维度", source: "component" }, { name: "controlLevel", type: "string", required: false, defaultValue: "'001,002,003'", description: "控制级别", source: "component" }, { name: "isLazy", type: "boolean", required: false, defaultValue: "false", description: "默认不请求模式,可以配合 `reload` 手动请求或者传入 `data` 静态数据", source: "lifecycle" }, { name: "data", type: "array", required: false, defaultValue: "[]", description: "静态数据", source: "component" }, { name: "reload", type: "unknown", required: false, description: "手动控制组件发送请求更新数据", source: "component" } ], dataContract: { mode: "custom", request: null, response: null, events: [] }, adapter: { queryProp: null, dataProp: "data", lazyProp: "isLazy", reloadMethod: null } }; export { meta as default };