{ "name": "statusCardV2", "version": "2.3.2", "scripts": { "build": "cube build ./ --output=../../datavComponent --remote=pandav --smart" }, "dependencies": { "bcore": "0.0.18", "jquery": "2.1.4", "lodash": "4.6.1", "react": "^17.0.2", "react-dom": "^17.0.2" }, "pandav": { "cn_name": "状态卡片V2", "level": 0, "protocol": 2, "apis": { "source": { "handler": "render", "description": "数据接口", "fields": { "name": { "description": "状态标题", "optional": true, "type": "string" }, "status": { "description": "状态值", "optional": true, "type": "string" } } } }, "config": { "options": { "type": "menu", "children": { "chart": { "name": "全局", "type": "menuChild", "children": { "overflow": { "name": "内容溢出", "type": "select", "default": "显示", "options": [ { "name": "显示", "value": "visible" }, { "name": "滚动", "value": "scroll" }, { "name": "隐藏", "value": "hidden" } ] }, "margin": { "name": "边距", "type": "padding", "default": { "top": 15, "bottom": 15, "left": 15, "right": 15 } }, "textStyle": { "name": "文本样式", "type": "suite", "children": { "fontFamily": { "name": "字体", "type": "search", "default": "微软雅黑", "col": 14 }, "fontSize": { "type": "number", "col": 10, "default": 24, "name": "字号" }, "color": { "name": "颜色", "type": "color", "col": 24, "default": "rgba(230,247,255,0.85)" }, "letterSpacing": { "name": "间距", "type": "number", "col": 12, "suffix": "px", "default": 0 }, "lineheight": { "name": "行距", "suffix": "px", "default": 0, "col": 12, "type": "number" } } } } }, "item": { "name": "状态项", "type": "menuChild", "children": { "orderType": { "name": "排列方式", "type": "buttonRadio", "evenlySplit": true, "default": "纵向", "options": [ { "label": "纵向", "value": "纵向" }, { "label": "横向", "value": "横向" } ] }, "width": { "show": [ [ "orderType", "$eq", "横向" ] ], "name": "宽度", "min": 0, "suffix": "px", "default": 300, "type": "number" }, "height": { "show": [ [ "orderType", "$eq", "纵向" ] ], "name": "高度", "min": 0, "suffix": "px", "default": 60, "type": "number" }, "spacing": { "show": [ [ "orderType", "$eq", "纵向" ] ], "name": "子项间距", "min": 0, "suffix": "px", "default": 20, "type": "number", "description": "图标和状态名之间的间距" }, "hover": { "name": "鼠标滑过", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": false }, "color": { "name": "颜色", "default": "#54688C", "type": "color" } } } } }, "series": { "name": "系列", "type": "menuChild", "children": { "list": { "name": "数据系列", "type": "tabs", "default": [ { "name": "success", "image": { "src": "/civ_pandaview_component/pandabi-component/assets/components/status/success.png", "width": 32, "height": 32 }, "offset": { "x": 0, "y": 8 } }, { "name": "error", "image": { "src": "/civ_pandaview_component/pandabi-component/assets/components/status/error.png", "width": 32, "height": 32 }, "offset": { "x": 0, "y": 8 } }, { "name": "suspend", "image": { "src": "/civ_pandaview_component/pandabi-component/assets/components/status/suspend.png", "width": 32, "height": 32 }, "offset": { "x": 0, "y": 8 } } ], "template": { "name": "系列<%= i + 1%>", "type": "object", "children": { "name": { "name": "字段名", "default": "success", "type": "text" }, "image": { "type": "suite", "name": "图片", "children": { "src": { "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/status/success.png" }, "width": { "name": "宽度", "default": 32, "min": 0, "type": "number", "col": 12 }, "height": { "name": "高度", "default": 32, "min": 0, "type": "number", "col": 12 } } }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "水平", "type": "number", "suffix": "px", "default": 0, "col": 12 }, "y": { "name": "垂直", "type": "number", "suffix": "px", "default": 12, "col": 12 } } } } } } } } } } }, "api_data": { "source": [ { "name": "服务器 #001:成功", "status": "success" }, { "name": "服务器 #002:失败", "status": "error" }, { "name": "服务器 #003:挂起", "status": "suspend" } ] }, "events": { "click": { "name": "鼠标点击" } }, "publicHandler": {}, "view": { "width": "320", "height": "208", "minWidth": "0", "minHeight": "0", "z-index": 1010 }, "type": [ "DataV-6:info_text" ], "icon": "/civ_pandaview_component/pandabi-component/assets/j4jmmj9hn_1626489281024_br66f541io.png", "thumbnail": "/civ_pandaview_component/pandabi-component/assets/j4jmmj9hn_1626489281024_br66f541io.png" } }