{ "name": "elasticDecorationV2", "version": "2.0.1", "scripts": { "build": "cube build ./ --output=../../datavComponent --remote=pandav --smart" }, "dependencies": { "bcore": "0.0.18", "jquery": "2.1.4", "lodash": "4.6.1", "react": "^17.0.2", "react-dom": "^17.0.2" }, "pandav": { "cn_name": "弹性布局装饰", "level": 0, "protocol": 2, "apis": { "source": { "handler": "render", "description": "数据接口", "fields": { "time": { "description": "时间", "optional": true, "type": "string" } } } }, "config": { "type": { "name": "配置方式", "type": "radio", "default": "preset", "options": [ { "label": "预置", "value": "preset" }, { "label": "自定义", "value": "custom" } ] }, "layout": { "name": "布局类型", "default": "horizontal", "type": "radio", "options": [ { "label": "左中右", "value": "horizontal" }, { "name": "上中下", "value": "vertical" }, { "label": "四角布局", "value": "quadrangle" } ] }, "horizontalId": { "show": [ [ "layout", "$ne", "quadrangle" ], [ "type", "$eq", "preset" ] ], "type": "imageSelect", "default": 2, "name": "线条预置样式", "placeholder": "请选择", "range": [ { "name": "线条一", "value": 2, "url": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/thumbnail/2.png" }, { "name": "线条二", "value": 6, "url": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/thumbnail/6.png" }, { "name": "线条三", "value": 7, "url": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/thumbnail/7.png" }, { "name": "线条四", "value": 12, "url": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/thumbnail/12.png" }, { "name": "线条五", "value": 13, "url": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/thumbnail/13.png" }, { "name": "线条六", "value": 14, "url": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/thumbnail/14.png" }, { "name": "线条七", "value": 15, "url": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/thumbnail/15.png" }, { "name": "线条八", "value": 16, "url": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/thumbnail/16.png" }, { "name": "线条九", "value": 17, "url": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/thumbnail/17.png" } ] }, "quadrangleId": { "name": "边框预置样式", "show": [ [ "layout", "$eq", "quadrangle" ], [ "type", "$eq", "preset" ] ], "type": "imageSelect", "default": 1, "range": [ { "name": "框一", "value": 1, "url": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/thumbnail/1.png" }, { "name": "框二", "value": 3, "url": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/thumbnail/3.png" }, { "name": "框三", "value": 4, "url": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/thumbnail/4.png" }, { "name": "框四", "value": 5, "url": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/thumbnail/5.png" }, { "name": "框五", "value": 8, "url": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/thumbnail/8.png" }, { "name": "框六", "value": 9, "url": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/thumbnail/9.png" }, { "name": "框七", "value": 10, "url": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/thumbnail/10.png" }, { "name": "框八", "value": 11, "url": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/thumbnail/11.png" } ] }, "presetOpacity": { "type": "slider", "name": "透明度", "show": [ [ "type", "$eq", "preset" ] ], "default": 1, "min": 0, "max": 1, "step": 0.1 }, "horizontaStyle": { "show": [ [ "layout", "$ne", "quadrangle" ], [ "type", "$eq", "custom" ] ], "name": "横排样式", "type": "group", "children": { "mainPart": { "type": "group", "fold": true, "enableHide": true, "name": "主体", "children": { "show": { "default": true }, "url": { "name": "图片", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/default/mainPart.png" }, "opacity": { "name": "透明度", "default": 1, "type": "slider", "min": 0, "max": 1, "step": 0.1 }, "heightFixed": { "name": "高度", "default": 5, "suffix": "px", "min": 0, "type": "number" } } }, "leftPoint": { "name": "左端点", "fold": true, "enableHide": true, "type": "group", "children": { "show": { "default": true }, "url": { "name": "图片", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/default/leftPoint.png" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "default": 45, "type": "number", "suffix": "px", "col": 12 }, "height": { "name": "高度", "type": "number", "default": 45, "suffix": "px", "col": 12 } } }, "opacity": { "name": "透明度", "type": "slider", "default": 1, "min": 0, "max": 1, "step": 0.1 } } }, "rightPoint": { "name": "右端点", "fold": true, "enableHide": true, "type": "group", "children": { "show": { "default": true }, "url": { "name": "图片", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/default/rightPoint.png" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "default": 45, "type": "number", "suffix": "px", "col": 12 }, "height": { "name": "高度", "type": "number", "default": 45, "suffix": "px", "col": 12 } } }, "opacity": { "name": "透明度", "default": 1, "type": "slider", "min": 0, "max": 1, "step": 0.1 } } } } }, "quadrangleStyle": { "name": "四角样式", "show": [ [ "layout", "$eq", "quadrangle" ], [ "type", "$eq", "custom" ] ], "type": "group", "children": { "leftTop": { "type": "group", "name": "左上", "fold": true, "enableHide": true, "children": { "show": { "default": true }, "url": { "name": "图片", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/default/leftTop.png" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "type": "number", "default": 45, "suffix": "px", "col": 12 }, "height": { "name": "高度", "type": "number", "default": 45, "suffix": "px", "col": 12 } } }, "opacity": { "name": "透明度", "type": "slider", "default": 1, "min": 0, "max": 1, "step": 0.1 } } }, "rightTop": { "type": "group", "name": "右上", "fold": true, "enableHide": true, "children": { "show": { "default": true }, "url": { "name": "图片", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/default/rightTop.png" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "default": 45, "suffix": "px", "type": "number", "col": 12 }, "height": { "name": "高度", "default": 45, "suffix": "px", "type": "number", "col": 12 } } }, "opacity": { "name": "透明度", "type": "slider", "default": 1, "min": 0, "max": 1, "step": 0.1 } } }, "leftBottom": { "type": "group", "name": "左下", "fold": true, "enableHide": true, "children": { "show": { "default": true }, "url": { "name": "图片", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/default/leftBottom.png" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "type": "number", "default": 45, "suffix": "px", "col": 12 }, "height": { "name": "高度", "type": "number", "default": 45, "suffix": "px", "col": 12 } } }, "opacity": { "name": "透明度", "type": "slider", "default": 1, "min": 0, "max": 1, "step": 0.1 } } }, "rightBottom": { "type": "group", "name": "右下", "fold": true, "enableHide": true, "children": { "show": { "default": true }, "url": { "name": "图片", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/elasticDecorationV2/default/rightBottom.png" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "type": "number", "default": 45, "suffix": "px", "col": 12 }, "height": { "name": "高度", "type": "number", "default": 45, "suffix": "px", "col": 12 } } }, "opacity": { "name": "透明度", "type": "slider", "default": 1, "min": 0, "max": 1, "step": 0.1 } } } } } }, "api_data": { "source": [] }, "events": {}, "publicHandler": {}, "view": { "width": "450", "height": "200", "minWidth": "0", "minHeight": "0", "z-index": 110 }, "type": [ "DataV-6:control_decoration" ], "icon": "/civ_pandaview_component/pandabi-component/assets/pzpdmlfk6_1629966142088_ts4q410829.gif", "thumbnail": "/civ_pandaview_component/pandabi-component/assets/pzpdmlfk6_1629966142088_ts4q410829.gif" } }