{ "name": "trackLine", "version": "1.0.1", "scripts": { "build": "cube build ./ --output=../../datavComponent --remote=pandav --smart" }, "dependencies": { "bcore": "0.0.18", "jquery": "2.1.4", "lodash": "4.6.1", "react": "16.13.1", "react-dom": "16.13.1" }, "pandav": { "cn_name": "路径", "level": 0, "icon": "/civ_pandaview_component/pandabi-component/assets/trackLine.jpg", "thumbnail": "/civ_pandaview_component/pandabi-component/assets/trackLine.jpg", "protocol": 2, "type": [ "DataV-6:control_path" ], "view": { "width": "314", "height": "162", "minWidth": "20", "minHeight": "20", "z-index": 1010 }, "apis": { "source": { "handler": "render", "description": "数据接口", "fields": { "value": { "description": "状态值", "type": "string" } } } }, "config": { "component": { "type": "group", "name": "样式", "children": { "line": { "name": "直线", "type": "group", "children": { "strokeWidth": { "name": "宽度", "default": 2, "type": "number" }, "rotate": { "name": "旋转角度", "default": 0, "type": "number" } } }, "circle": { "name": "动画圆点", "type": "group", "children": { "radius": { "name": "半径", "default": 4, "type": "number" }, "time": { "name": "动画时间", "default": 10, "type": "number" } } }, "ellipse": { "name": "末端圆点", "type": "group", "children": { "rx": { "name": "水平半径", "default": 5, "type": "number" }, "ry": { "name": "垂直半径", "default": 5, "type": "number" }, "strokeWidth": { "name": "边框", "default": 4, "type": "number" } } }, "types": { "type": "tabs", "name": "状态种类", "default": [ { "name": "success", "color": "rgba(243, 235, 32, 1)" }, { "name": "error", "color": "rgba(255, 255, 255, 1)" } ], "template": { "name": "状态<%= i + 1%>", "type": "object", "children": { "name": { "name": "状态名", "default": "", "type": "text" }, "color": { "type": "color", "name": "颜色", "color": "rgba(243, 235, 32, 1)" } } } } } } }, "api_data": { "source": [ { "value": "success" } ] }, "events": {}, "publicHandler": {} } }