{ "name": "bg-box", "version": "2.0.5", "scripts": { "build-dev":"cube build ./ --output=../../datavComponent --remote=pandav --smart" }, "dependencies": { "bcore": "0.0.18", "jquery": "2.1.4", "lodash": "4.6.1" }, "pandav": { "cn_name": "自定义背景块", "level": 0, "protocol": 2, "apis": {}, "config": { "ifCustomBorder": { "name": "自定义样式", "default": false, "type": "boolean" }, "background": { "name": "背景色", "type": "fill", "components": [ "flat", "linearGradient" ], "default": { "type": "flat", "value": "rgb(10, 115, 255)" }, "show": [ [ "ifCustomBorder", "$eq", false ] ] }, "borderRadius": { "name": "圆角", "type": "group", "children": { "topLeft": { "type": "number", "name": "左上角", "default": 0, "range": [ 0, 200 ], "step": 1 }, "bottomLeft": { "type": "number", "name": "左下角", "default": 0, "range": [ 0, 200 ], "step": 1 }, "topRight": { "type": "number", "name": "右上角", "default": 0, "range": [ 0, 200 ], "step": 1 }, "bottomRight": { "type": "number", "name": "右下角", "default": 0, "range": [ 0, 200 ], "step": 1 } }, "show": [ [ "ifCustomBorder", "$ne", true ] ] }, "customBorderStyle": { "type": "group", "name": "自定义背景框样式", "show": [ [ "ifCustomBorder", "$eq", true ] ], "children": { "borderImageSrc": { "name": "边框图片", "type": "image", "default": "https://img.alicdn.com/tps/TB1zJdKMXXXXXcWXpXXXXXXXXXX-116-115.png" }, "slice": { "type": "boolean", "default": true, "name": "裁剪" }, "borderImageStyle": { "name": "图片边框", "type": "text", "default": "14" }, "borderStyle": { "name": "边框线条", "type": "select", "options": [ "solid", "dashed", "dotted" ], "default": "solid" }, "borderWidth": { "name": "边框粗细", "type": "text", "default": "14px" }, "innerBackground": { "name": "内容器背景", "type": "color", "default": "rgba(29,22,52,0.5)" }, "background": { "name": "背景色", "type": "color", "default": "rgba(0,0,0,0)" } } }, "filter": { "name": "滤镜", "type": "group", "children": { "blur": { "name": "模糊", "type": "text", "default": "0px" } } }, "backdropFilter": { "name": "背景过滤器", "type": "group", "children": { "blur": { "name": "模糊", "type": "text", "default": "0px" } } } }, "api_data": {}, "view": { "width": "300", "height": "180", "minWidth": "0", "minHeight": "0", "z-index": 110 }, "type": [ "material_decorate" ], "icon": "//img.alicdn.com/tfs/TB1LPnllFT7gK0jSZFpXXaTkpXa-370-208.png", "thumbnail": "//img.alicdn.com/tfs/TB1c0HqlHH1gK0jSZFwXXc7aXXa-334-144.png" } }