{ "name": "linearText", "version": "2.0.0", "dependencies": { "bcore": "0.0.18", "jquery": "2.1.4", "lodash": "4.6.1", "react": "^17.0.2", "react-dom": "^17.0.2" }, "scripts": { "build": "cube build ./ --output=../../datavComponent --remote=pandav --smart" }, "pandav": { "cn_name": "扫光文本", "protocol": 2, "level": 0, "type": [ "DataV-6:info_text" ], "apis": { "source": { "handler": "render", "description": "数据接口", "fields": { "name": { "description": "名称", "optional": true, "type": "string" }, "value": { "description": "文本", "optional": true, "type": "string" }, "desc": { "description": "描述", "optional": true, "type": "string" } } } }, "events": {}, "publicHandler": {}, "config": { "options": { "type": "menu", "children": { "chart": { "name": "全局", "type": "menuChild", "children": { "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "SourceHanSansCN-Medium", "fontSize": 32, "color": "RGBA(24,144,255,1)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "align": { "name": "对齐方式", "type": "iconRadio", "default": "center", "evenlySplit": true, "options": [ { "name": "左对齐", "value": "left", "src": "align-left" }, { "name": "居中对齐", "value": "center", "src": "align-center" }, { "name": "右对齐", "value": "right", "src": "align-right" } ] } } }, "animation": { "name": "动画", "type": "menuChild", "children": { "loop": { "name": "循环", "type": "switch", "default": true, "statusText": true }, "color": { "name": "扫光颜色", "default": "RGBA(30,231,231,1)", "type": "color" }, "type": { "name": "扫光类型", "type": "radio", "default": "radial", "options": [ { "name": "横向扫光", "value": "radial" }, { "name": "纵向扫光", "value": "linear" } ] }, "shape": { "show": [ [ ".type", "$eq", "radial" ] ], "name": "形状", "type": "radio", "default": "circle", "options": [ { "name": "圆形", "value": "circle" }, { "name": "椭圆", "value": "ellipse" } ] }, "sequence": { "name": "颜色序列", "type": "suite", "children": { "animateColor": { "name": "起点", "type": "number", "default": 3, "col": 12, "suffix": "%" }, "fontColor": { "name": "终点", "type": "number", "default": 50, "col": 12, "suffix": "%" } } }, "speed": { "name": "速度", "type": "number", "min": 0, "default": 0.2 }, "length": { "name": "扫光距离", "type": "suite", "children": { "min": { "name": "起点", "type": "number", "default": -50, "col": 12, "suffix": "%" }, "max": { "name": "终点", "type": "number", "default": 180, "col": 12, "suffix": "%" } } } } } } } }, "api_data": { "source": [ { "text": "Panda [ V ] 数据可视化大屏" } ] }, "view": { "width": "480", "height": "60", "minWidth": "0", "minHeight": "0", "z-index": 1010 }, "icon": "/civ_pandaview_component/pandabi-component/assets/扫光文本.png", "thumbnail": "/civ_pandaview_component/pandabi-component/assets/扫光文本.png" } }