{ "name": "keepTrackLine", "version": "1.0.1", "dependencies": { "bcore": "0.0.18", "jquery": "2.1.4", "lodash": "4.6.1", "react": "17.0.2", "react-dom": "17.0.2", "three": "0.145.0" }, "scripts": { "build": "cube build ./ --output=../../datavComponent --remote=pandav --smart" }, "pandav": { "cn_name": "跟踪路径", "protocol": 2, "level": 0, "apis": { "source": { "handler": "render", "description": "svg数据", "fields": {} } }, "api_data": { "source": [] }, "events": {}, "publicHandler": {}, "config": { "options": { "type": "menu", "children": { "chart": { "name": "全局", "type": "menuChild", "mode": "single", "children": { "padding": { "type": "suite", "name": "内边距", "children": { "top": { "name": "上", "default": 0, "type": "number", "col": 6 }, "bottom": { "name": "下", "default": 0, "type": "number", "col": 6 }, "left": { "name": "左", "default": 0, "type": "number", "col": 6 }, "right": { "name": "右", "default": 0, "type": "number", "col": 6 } } }, "srcType": { "name": "排列方式", "type": "radio", "default": "路径上传", "optionCol": 12, "options": [ { "label": "文件上传", "value": "文件上传" }, { "label": "路径上传", "value": "路径上传" } ] }, "pathData": { "name": "运动轨迹", "show": [ [ "srcType", "$eq", "路径上传" ] ], "type": "text", "default": "M65,1.12977573 L84.6526658,40.9504261 L128.597363,47.3359643 L96.7986813,78.3320179 L104.305332,122.099148 L65,101.435112 L25.6946684,122.099148 L33.2013187,78.3320179 L1.40263746,47.3359643 L45.3473342,40.9504261 L65,1.12977573 Z" }, "svgFile": { "name": "运动路径", "show": [ [ "srcType", "$eq", "文件上传" ] ], "type": "image", "default": "" }, "scale": { "name": "轨迹缩放", "type": "number", "step": 0.1, "min": 0, "default": 1 }, "path": { "name": "路径", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "lineWidth": { "name": "粗细", "type": "stepper", "step": 0.5, "min": 0, "default": 1.5 }, "color": { "name": "颜色", "type": "color", "default": "rgba(174, 174, 174, 0.2)" }, "glow": { "name": "发光", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": false }, "color": { "name": "颜色", "type": "color", "default": "#2E90EC" }, "blur": { "name": "光强", "type": "stepper", "min": 0, "default": 2 } } } } } } }, "light": { "name": "光效", "type": "menuChild", "mode": "single", "children": { "type": { "name": "光效类型", "type": "radio", "default": "solid", "optionCol": 12, "options": [ { "name": "实线", "value": "solid" }, { "name": "虚线", "value": "dashed" } ] }, "reverse": { "name": "反向", "type": "boolean", "default": false }, "color": { "show": [ [ "type", "$eq", "solid" ] ], "name": "颜色", "type": "fill", "components": [ "flat", "linearGradient" ], "default": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(30,231,231,0.01)" }, { "offset": 100, "color": "#1890FF" } ], "angle": 90 } } }, "dashedColor": { "show": [ [ "type", "$eq", "dashed" ] ], "name": "颜色", "type": "color", "default": "#2E90EC" }, "dashPattern": { "name": "尺寸", "type": "suite", "show": [ [ "type", "$eq", "dashed" ] ], "children": { "solidWidth": { "name": "实线长度", "type": "number", "col": 12, "suffix": "px", "min": 0, "default": 10 }, "dashedWidth": { "name": "虚线长度", "type": "number", "default": 10, "col": 12, "min": 1, "suffix": "px" } } }, "size": { "name": "尺寸", "type": "suite", "show": [ [ "type", "$eq", "solid" ] ], "children": { "width": { "name": "宽度", "type": "number", "col": 12, "suffix": "px", "min": 0, "default": 2 }, "length": { "name": "长度", "type": "number", "default": 100, "col": 12, "min": 1, "suffix": "px" } } }, "lineWidth": { "show": [ [ "type", "$eq", "dashed" ] ], "name": "线宽", "type": "number", "suffix": "px", "min": 0, "default": 5 }, "lineJoin": { "show": [ [ "type", "$eq", "dashed" ] ], "name": "拐角类型", "type": "radio", "default": "round", "optionCol": 8, "options": [ { "name": "斜角", "value": "bevel" }, { "name": "圆角", "value": "round" }, { "name": "尖角", "value": "miter" } ] }, "lineCap": { "show": [ [ "type", "$eq", "dashed" ] ], "name": "端点类型", "type": "buttonRadio", "default": "butt", "evenlySplit": true, "options": [ { "name": "默认", "value": "butt" }, { "name": "矩形", "value": "square" }, { "name": "圆角", "value": "round" } ] }, "glow": { "name": "发光", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "color": { "name": "颜色", "type": "color", "default": "#2E90EC" }, "blur": { "name": "光强", "type": "stepper", "min": 0, "default": 2 } } } } }, "animation": { "name": "动画", "type": "menuChild", "children": { "loop": { "showInPanel": { "conditions": [ [ "options.light.type", "$eq", "solid" ] ] }, "name": "循环", "type": "boolean", "default": true }, "duration": { "name": "动画时长", "type": "number", "suffix": "s", "min": 0, "default": 3 }, "delay": { "showInPanel": { "conditions": [ [ "options.light.type", "$eq", "solid" ] ] }, "name": "动画延时", "type": "number", "suffix": "s", "min": 0, "default": 0 }, "interval": { "name": "动画间隔", "type": "number", "suffix": "s", "min": 0, "default": 0, "showInPanel": { "conditions": [ [ "options.animation.loop", "$eq", false ], [ "options.light.type", "$eq", "solid" ] ], "logicalType": "$and" } }, "easeType": { "name": "速度曲线", "type": "select", "default": "Linear", "options": [ { "label": "匀速", "value": "Linear" }, { "label": "从慢到快", "value": "EaseIn" }, { "label": "从快到慢", "value": "EaseOut" }, { "label": "慢快慢", "value": "EaseInOut" } ], "showInPanel": { "conditions": [ [ "options.animation.loop", "$eq", false ], [ "options.light.type", "$eq", "solid" ] ], "logicalType": "$and" } }, "easeRatio": { "name": "速度系数", "type": "number", "min": 0, "default": 1, "step": 0.1, "show": [ [ "loop", "$eq", false ], [ "easeType", "$ne", "Linear" ] ] } } } } } }, "view": { "width": "300", "height": "180", "minWidth": "0", "minHeight": "0", "z-index": 110 }, "type": [ "DataV-6:control_path" ], "thumbnail": "/civ_pandaview_component/pandabi-component/assets/追踪路径.gif", "icon": "/civ_pandaview_component/pandabi-component/assets/追踪路径.gif" } }