{ "name": "status-bg", "version": "1.0.0", "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", "react-motion": "^0.5.2" }, "pandav": { "cn_name": "状态背景", "level": 0, "icon": "/civ_pandaview_component/pandabi-component/assets/y9cmqhnt0m_1629979612334_5ndl7c3j3.png", "protocol": 2, "type": [ "DataV-6:control_image" ], "view": { "width": "450", "height": "250", "minWidth": "0", "minHeight": "0", "z-index": 110 }, "apis": { "source": { "handler": "render", "description": "数据接口", "fields": { "value": { "type": "string", "description": "状态值" } } } }, "config": { "options": { "type": "menu", "children": { "chart": { "name": "全局", "children": { "background": { "name": "背景", "type": "group", "children": { "fillType": { "name": "填充方式", "default": "color", "type": "select", "options": [ { "name": "颜色", "value": "color" }, { "name": "自定义", "value": "custom" } ] }, "colors": { "name": "填充颜色", "show": [ [ "fillType", "$eq", "color" ] ], "type": "multicolor", "default": { "type": "double", "value": "#00baff", "from": "#2846ff", "to": "#00baff", "angle": 0 } }, "url": { "name": "图片", "show": [ [ "fillType", "$eq", "custom" ] ], "default": "/civ_pandaview_component/pandabi-component/assets/components/statusBackground/lianghao.png", "type": "image" } } }, "border": { "type": "group", "name": "描边", "fold": true, "enableHide": true, "children": { "show": { "default": false }, "borderWidth": { "type": "number", "name": "粗细", "min": 0, "default": 2, "step": 1, "suffix": "px" }, "borderColor": { "type": "color", "name": "颜色", "default": "#00BDDA" }, "borderRadius": { "name": "圆角", "type": "slider", "min": 0, "max": 300, "step": 1, "default": 0, "suffix": "px" } } } } }, "types": { "name": "状态", "children": { "statusList": { "name": "状态列表", "type": "tabs", "default": [ { "name": "良好", "background": { "fillType": "color", "colors": { "type": "double", "value": "#00baff", "from": "#2846ff", "to": "#00baff", "angle": 0 }, "url": "/civ_pandaview_component/pandabi-component/assets/components/statusBackground/lianghao.png" }, "border": { "show": true, "borderWidth": 2, "borderColor": "#00BDDA", "borderRadius": 0 } }, { "name": "一般", "background": { "fillType": "color", "colors": { "type": "double", "value": "#00baff", "from": "#2846ff", "to": "#00baff", "angle": 0 }, "url": "/civ_pandaview_component/pandabi-component/assets/components/statusBackground/yiban.png" }, "border": { "show": true, "borderWidth": 2, "borderColor": "#00BDDA", "borderRadius": 0 } }, { "name": "警告", "background": { "fillType": "color", "colors": { "type": "double", "value": "#00baff", "from": "#2846ff", "to": "#00baff", "angle": 0 }, "url": "/civ_pandaview_component/pandabi-component/assets/components/statusBackground/jinggao.png" }, "border": { "show": true, "borderWidth": 2, "borderColor": "#00BDDA", "borderRadius": 0 } } ], "template": { "type": "object", "name": "状态<%= i + 1%>", "children": { "name": { "name": "状态名", "type": "text", "description": "状态的字段值", "default": "良好" }, "background": { "name": "背景", "type": "group", "children": { "fillType": { "name": "填充方式", "default": "color", "type": "select", "options": [ { "name": "颜色", "value": "color" }, { "name": "自定义", "value": "custom" } ] }, "colors": { "name": "填充颜色", "show": [ [ "fillType", "$eq", "color" ] ], "type": "multicolor", "default": { "type": "double", "value": "#00baff", "from": "#2846ff", "to": "#00baff", "angle": 0 } }, "url": { "name": "图片", "show": [ [ "fillType", "$eq", "custom" ] ], "default": "/civ_pandaview_component/pandabi-component/assets/components/statusBackground/lianghao.png", "type": "image" } } }, "border": { "name": "描边", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": true }, "borderWidth": { "type": "number", "name": "粗细", "min": 0, "default": 2, "step": 1, "suffix": "px" }, "borderColor": { "type": "color", "name": "颜色", "default": "#00BDDA" }, "borderRadius": { "name": "圆角", "type": "slider", "max": 300, "min": 0, "step": 1, "default": 0, "suffix": "px" } } } } } } } } } } }, "api_data": { "source": [ { "value": "良好" } ] }, "events": {}, "publicHandler": {}, "thumbnail": "/civ_pandaview_component/pandabi-component/assets/y9cmqhnt0m_1629979612334_5ndl7c3j3.png" } }