{ "name": "status-bg", "version": "2.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", "fold": true, "children": { "fillType": { "name": "填充方式", "default": "color", "type": "select", "options": [ { "name": "颜色", "value": "color" }, { "name": "图片", "value": "custom" }, { "name": "视频", "value": "video" } ] }, "colors": { "name": "填充颜色", "type": "fill", "show": [ [ "fillType", "$eq", "color" ] ], "components": [ "flat", "linearGradient" ], "default": "rgba(0,189,215,0.05)" }, "url": { "name": "图片", "show": [ [ "fillType", "$eq", "custom" ] ], "default": "/civ_pandaview_component/pandabi-component/assets/components/statusBackground/lianghao.png", "type": "image" }, "videoUrl": { "name": "视频", "show": [ [ "fillType", "$eq", "video" ] ], "default": "", "type": "image" } } }, "border": { "type": "group", "name": "描边", "fold": false, "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", "min": 0, "max": 100, "step": 1, "default": 0, "suffix": "%" } } } } }, "types": { "name": "状态", "children": { "statusList": { "name": "状态列表", "type": "tabs", "default": [ { "name": "良好", "interactive": true, "background": { "fillType": "custom", "colors": "rgba(15,22,34,0.6)", "url": "/civ_pandaview_component/pandabi-component/assets/components/statusBackground/lianghao.png", "videoUrl": "" }, "border": { "show": true, "borderColor": "#00BDDA", "borderWidth": 2, "borderRadius": 0 } }, { "name": "一般", "interactive": true, "background": { "fillType": "custom", "colors": "rgba(15,22,34,0.6)", "url": "/civ_pandaview_component/pandabi-component/assets/components/statusBackground/yiban.png", "videoUrl": "" }, "border": { "show": true, "borderColor": "#00BDDA", "borderWidth": 2, "borderRadius": 0 } }, { "name": "警告", "interactive": true, "background": { "fillType": "custom", "colors": "rgba(15,22,34,0.6)", "url": "/civ_pandaview_component/pandabi-component/assets/components/statusBackground/jinggao.png", "videoUrl": "" }, "border": { "show": true, "borderColor": "#00BDDA", "borderWidth": 2, "borderRadius": 0 } } ], "template": { "type": "object", "name": "状态<%= i + 1%>", "children": { "name": { "name": "状态名", "type": "text", "description": "状态的字段值", "default": "良好" }, "interactive": { "name": "可交互", "type": "switch", "default": true, "description": "配置交互事件后,可自定义选择此状态是否可交互", "statusText": true }, "background": { "name": "背景", "type": "group", "children": { "fillType": { "name": "填充方式", "default": "color", "type": "select", "options": [ { "name": "颜色", "value": "color" }, { "name": "图片", "value": "custom" }, { "name": "视频", "value": "video" } ] }, "colors": { "name": "填充颜色", "type": "fill", "show": [ [ "fillType", "$eq", "color" ] ], "components": [ "flat", "linearGradient" ], "default": "rgba(15,22,34,0.6)" }, "url": { "name": "图片", "show": [ [ "fillType", "$eq", "custom" ] ], "default": "", "type": "image" }, "videoUrl": { "name": "视频", "show": [ [ "fillType", "$eq", "video" ] ], "default": "", "type": "image" } } }, "border": { "name": "描边", "type": "group", "fold": false, "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": 100, "min": 0, "step": 1, "default": 0, "suffix": "%" } } } } } } } } } } }, "api_data": { "source": [ { "value": "良好" } ] }, "events": { "click": { "description": "鼠标点击", "type": "object", "fields": { "value": { "type": "string", "name": "状态" } }, "data": { "value": "良好" } }, "mouseEnter": { "description": "鼠标移入", "type": "object", "fields": { "value": { "type": "string", "name": "状态" } }, "data": { "value": "良好" } }, "mouseLeave": { "description": "鼠标移出", "fields": { "value": { "type": "string", "name": "状态" } }, "data": { "value": "良好" } } }, "publicHandler": {}, "thumbnail": "/civ_pandaview_component/pandabi-component/assets/y9cmqhnt0m_1629979612334_5ndl7c3j3.png" } }