{ "name": "shButton", "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": "17.0.2", "react-dom": "17.0.2", "popmotion": "^11.0.5" }, "pandav": { "cn_name": "按钮", "level": 0, "icon": "/civ_pandaview_component/pandabi-component/assets/yoh7rps2hc_1711505888230_gd2nhu4b6q.png", "thumbnail": "/civ_pandaview_component/pandabi-component/assets/yoh7rps2hc_1711505888230_gd2nhu4b6q.png", "protocol": 2, "type": [ "DataV-6:media" ], "supportTheme": true, "view": { "width": "200", "height": "70", "minWidth": "50", "minHeight": "50", "z-index": 1010 }, "apis": { "source": { "handler": "render", "description": "按钮接口", "fields": { "text": { "description": "文本" }, "state": { "description": "状态" } } } }, "config": { "options": { "type": "menu", "children": { "g": { "name": "全局", "type": "menuChild", "children": { "textDirection": { "name": "文字方向", "type": "radio", "default": "horizontal", "options": [ { "label": "横排", "value": "horizontal" }, { "label": "竖排", "value": "vertical" } ] }, "textHorizontalAlign": { "name": "水平对齐", "type": "iconRadio", "default": "center", "evenlySplit": true, "options": [ { "name": "左对齐", "value": "flex-start", "src": "align-left" }, { "name": "居中对齐", "value": "center", "src": "align-center" }, { "name": "右对齐", "value": "flex-end", "src": "align-right" } ] }, "textVerticalAlign": { "name": "垂直对齐", "default": "center", "type": "radio", "options": [ { "label": "上", "value": "start", "icon": "toward-top" }, { "label": "居中", "value": "center", "icon": "toward-column-center" }, { "label": "下", "value": "end", "icon": "toward-bottom" } ] }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "number", "suffix": "px", "default": 0, "col": 12 } } } } }, "s": { "name": "样式", "type": "menuChild", "mode": "multiple", "children": { "normal": { "name": "默认", "children": { "radius": { "name": "圆角", "type": "text", "default": "1", "description": "格式:左上,右上,右下,左下(例如:10,20,30,19)或者只输入一个值,此时四个角圆角相同(例如:10)" }, "textStyleWarp": { "name": "文字", "type": "group", "fold": false, "children": { "textStyle": { "name": "文本样式", "type": "font", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 18, "color": "#C8E7FF", "fontWeight": "bold", "italic": "normal", "letterSpacing": 0 } }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "number", "suffix": "px", "default": 0, "col": 12 } } }, "shadow": { "name": "阴影", "type": "switch", "default": false }, "shadowConfig": { "type": "suite", "name": "文字阴影", "show": [ [ "shadow", "$eq", true ] ], "children": { "vShadow": { "name": "Y", "type": "number", "default": 0, "col": 12 }, "hShadow": { "name": "X", "type": "number", "default": 0, "col": 12 }, "color": { "name": "颜色", "type": "color", "default": "#fff", "col": 12 }, "blur": { "name": "模糊", "type": "text", "default": 10, "col": 12 } } } } }, "background": { "fold": false, "name": "背景", "type": "group", "children": { "fillStyle": { "name": "填充方式", "type": "radio", "default": "color", "options": [ { "label": "颜色", "value": "color" }, { "label": "自定义", "value": "custom" } ] }, "bcColor": { "show": [ [ "fillStyle", "$eq", "color" ] ], "type": "color", "default": "#062A43", "name": "颜色" }, "bcImage": { "show": [ [ "fillStyle", "$eq", "custom" ] ], "name": "图片", "type": "image", "default": "" } } }, "border": { "name": "描边", "type": "group", "fold": false, "children": { "show": { "default": true }, "lineType": { "name": "线条类型", "type": "radio", "default": "solid", "options": [ { "label": "实线", "value": "solid" }, { "label": "虚线", "value": "dashed" } ] }, "borderSize": { "name": "粗细", "type": "number", "default": 2, "suffix": "px" }, "borderColor": { "name": "颜色", "type": "color", "default": "#1890FF" } } }, "shadow": { "name": "阴影", "fold": false, "enableHide": true, "type": "group", "children": { "show": { "default": false }, "inShadow": { "type": "suite", "name": "内阴影", "children": { "color": { "name": "颜色", "type": "color", "default": "#fff", "col": 12 }, "vShadow": { "name": "X", "type": "number", "default": 0, "col": 12 }, "hShadow": { "name": "Y", "type": "number", "default": 0, "col": 12 }, "blur": { "name": "模糊", "type": "text", "default": 8, "col": 12 } } }, "outShadow": { "type": "suite", "name": "内阴影", "children": { "color": { "name": "颜色", "type": "color", "default": "#fff", "col": 12 }, "vShadow": { "name": "X", "type": "number", "default": 0, "col": 12 }, "hShadow": { "name": "Y", "type": "number", "default": 0, "col": 12 }, "blur": { "name": "模糊", "type": "text", "default": 8, "col": 12 } } } } }, "icon": { "name": "图标", "fold": false, "enableHide": true, "type": "group", "children": { "show": { "default": true }, "iconImg": { "name": "图片", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/button/button_icon.png" }, "iconSize": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "type": "number", "default": 24, "suffix": "px", "col": 12 }, "height": { "name": "高度", "type": "number", "suffix": "px", "default": 24, "col": 12 } } }, "iconMargin": { "name": "位置", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": -8, "col": 12, "suffix": "px" }, "y": { "name": "Y", "type": "number", "default": 0, "col": 12, "suffix": "px" } } } } } } }, "down": { "name": "点击", "children": { "radius": { "name": "圆角", "type": "text", "default": "1", "description": "格式:左上,右上,右下,左下(例如:10,20,30,19)或者只输入一个值,此时四个角圆角相同(例如:10)" }, "textStyleWarp": { "fold": false, "name": "文字", "type": "group", "children": { "textStyle": { "name": "文本样式", "type": "font", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 18, "color": "#C8E7FF", "fontWeight": "bold", "italic": "normal", "letterSpacing": 0 } }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "number", "suffix": "px", "default": 0, "col": 12 } } }, "shadow": { "name": "阴影", "type": "switch", "default": false }, "shadowConfig": { "type": "suite", "name": "文字阴影", "show": [ [ "shadow", "$eq", true ] ], "children": { "vShadow": { "name": "Y", "type": "number", "default": 0, "col": 12 }, "hShadow": { "name": "X", "type": "number", "default": 0, "col": 12 }, "color": { "name": "颜色", "type": "color", "default": "#fff", "col": 12 }, "blur": { "name": "模糊", "type": "text", "default": 10, "col": 12 } } } } }, "background": { "fold": false, "name": "背景", "type": "group", "children": { "fillStyle": { "name": "填充方式", "type": "radio", "default": "color", "options": [ { "label": "颜色", "value": "color" }, { "label": "自定义", "value": "custom" } ] }, "bcColor": { "show": [ [ "fillStyle", "$eq", "color" ] ], "type": "color", "default": "#062A43", "name": "颜色" }, "bcImage": { "show": [ [ "fillStyle", "$eq", "custom" ] ], "name": "图片", "type": "image", "default": "" } } }, "border": { "name": "描边", "type": "group", "fold": false, "children": { "show": { "default": true }, "lineType": { "name": "线条类型", "type": "radio", "default": "solid", "options": [ { "label": "实线", "value": "solid" }, { "label": "虚线", "value": "dashed" } ] }, "borderSize": { "name": "粗细", "type": "number", "default": 2, "suffix": "px" }, "borderColor": { "name": "颜色", "type": "color", "default": "#1890FF" } } }, "shadow": { "name": "阴影", "fold": false, "enableHide": true, "type": "group", "children": { "show": { "default": false }, "inShadow": { "type": "suite", "name": "内阴影", "children": { "color": { "name": "颜色", "type": "color", "default": "#fff", "col": 12 }, "vShadow": { "name": "X", "type": "number", "default": 0, "col": 12 }, "hShadow": { "name": "Y", "type": "number", "default": 0, "col": 12 }, "blur": { "name": "模糊", "type": "text", "default": 8, "col": 12 } } }, "outShadow": { "type": "suite", "name": "内阴影", "children": { "color": { "name": "颜色", "type": "color", "default": "#fff", "col": 12 }, "vShadow": { "name": "X", "type": "number", "default": 0, "col": 12 }, "hShadow": { "name": "Y", "type": "number", "default": 0, "col": 12 }, "blur": { "name": "模糊", "type": "text", "default": 8, "col": 12 } } } } }, "icon": { "name": "图标", "fold": false, "enableHide": true, "type": "group", "children": { "show": { "default": true }, "iconImg": { "name": "图片", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/button/button_icon.png" }, "iconSize": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "type": "number", "default": 24, "suffix": "px", "col": 12 }, "height": { "name": "高度", "type": "number", "suffix": "px", "default": 24, "col": 12 } } }, "iconMargin": { "name": "位置", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": -8, "col": 12, "suffix": "px" }, "y": { "name": "Y", "type": "number", "default": 0, "col": 12, "suffix": "px" } } } } }, "animation": { "name": "动画", "fold": false, "enableHide": true, "type": "group", "children": { "show": { "default": true }, "animationType": { "name": "动画类型", "type": "radio", "default": "waterRipple", "options": [ { "label": "水波纹", "value": "waterRipple" }, { "label": "流光", "value": "streamerLight" } ] }, "animationDirection": { "show": [ [ "animationType", "$eq", "streamerLight" ] ], "name": "角度", "type": "number", "default": -45 }, "animationDuration": { "name": "动画时长", "type": "number", "default": 0.3 } } } } }, "hover": { "name": "悬停", "children": { "enableHover": { "name": "启用悬停", "type": "boolean", "default": true }, "radius": { "show": [ [ "enableHover", "$eq", true ] ], "name": "圆角", "type": "text", "default": "1", "description": "格式:左上,右上,右下,左下(例如:10,20,30,19)或者只输入一个值,此时四个角圆角相同(例如:10)" }, "textStyleWarp": { "fold": false, "show": [ [ "enableHover", "$eq", true ] ], "name": "文字", "type": "group", "children": { "textStyle": { "name": "文本样式", "type": "font", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 18, "color": "#C8E7FF", "fontWeight": "bold", "italic": "normal", "letterSpacing": 0 } }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "number", "suffix": "px", "default": 0, "col": 12 } } }, "shadow": { "name": "阴影", "type": "switch", "default": false }, "shadowConfig": { "type": "suite", "name": "文字阴影", "show": [ [ "shadow", "$eq", true ] ], "children": { "vShadow": { "name": "Y", "type": "number", "default": 0, "col": 12 }, "hShadow": { "name": "X", "type": "number", "default": 0, "col": 12 }, "color": { "name": "颜色", "type": "color", "default": "#fff", "col": 12 }, "blur": { "name": "模糊", "type": "text", "default": 10, "col": 12 } } } } }, "background": { "fold": false, "show": [ [ "enableHover", "$eq", true ] ], "name": "背景", "type": "group", "children": { "fillStyle": { "name": "填充方式", "type": "radio", "default": "color", "options": [ { "label": "颜色", "value": "color" }, { "label": "自定义", "value": "custom" } ] }, "bcColor": { "show": [ [ "fillStyle", "$eq", "color" ] ], "type": "color", "default": "#062A43", "name": "颜色" }, "bcImage": { "show": [ [ "fillStyle", "$eq", "custom" ] ], "name": "图片", "type": "image", "default": "" } } }, "border": { "show": [ [ "enableHover", "$eq", true ] ], "name": "描边", "type": "group", "fold": false, "children": { "show": { "default": true }, "lineType": { "name": "线条类型", "type": "radio", "default": "solid", "options": [ { "label": "实线", "value": "solid" }, { "label": "虚线", "value": "dashed" } ] }, "borderSize": { "name": "粗细", "type": "number", "default": 2, "suffix": "px" }, "borderColor": { "name": "颜色", "type": "color", "default": "#1890FF" } } }, "shadow": { "show": [ [ "enableHover", "$eq", true ] ], "name": "阴影", "fold": false, "enableHide": true, "type": "group", "children": { "show": { "default": true }, "inShadow": { "type": "suite", "name": "内阴影", "children": { "color": { "name": "颜色", "type": "color", "default": "#fff", "col": 12 }, "vShadow": { "name": "X", "type": "number", "default": 0, "col": 12 }, "hShadow": { "name": "Y", "type": "number", "default": 0, "col": 12 }, "blur": { "name": "模糊", "type": "text", "default": 8, "col": 12 } } }, "outShadow": { "type": "suite", "name": "内阴影", "children": { "color": { "name": "颜色", "type": "color", "default": "#fff", "col": 12 }, "vShadow": { "name": "X", "type": "number", "default": 0, "col": 12 }, "hShadow": { "name": "Y", "type": "number", "default": 0, "col": 12 }, "blur": { "name": "模糊", "type": "text", "default": 8, "col": 12 } } } } }, "icon": { "show": [ [ "enableHover", "$eq", true ] ], "name": "图标", "fold": false, "enableHide": true, "type": "group", "children": { "show": { "default": true }, "iconFollowDefault": { "name": "图标跟随默认", "type": "switch", "default": true }, "iconImg": { "show": [ [ "iconFollowDefault", "$eq", false ] ], "name": "图片", "type": "image", "default": "" }, "iconSize": { "show": [ [ "iconFollowDefault", "$eq", false ] ], "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "type": "number", "default": 24, "suffix": "px", "col": 12 }, "height": { "name": "高度", "type": "number", "suffix": "px", "default": 24, "col": 12 } } }, "iconMargin": { "show": [ [ "iconFollowDefault", "$eq", false ] ], "name": "位置", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": -8, "col": 12, "suffix": "px" }, "y": { "name": "Y", "type": "number", "default": 0, "col": 12, "suffix": "px" } } } } }, "animation": { "show": [ [ "enableHover", "$eq", true ] ], "name": "动画", "fold": false, "enableHide": true, "type": "group", "children": { "show": { "default": true }, "animationType": { "name": "动画类型", "type": "radio", "default": "waterRipple", "options": [ { "label": "水波纹", "value": "waterRipple" }, { "label": "流光", "value": "streamerLight" } ] }, "animationDirection": { "show": [ [ "animationType", "$eq", "streamerLight" ] ], "name": "角度", "type": "number", "default": -45 }, "animationDuration": { "name": "动画时长", "type": "number", "default": 0.3 } } } } } } } } } }, "api_data": { "source": [ { "text": "按钮", "state": "on" } ] }, "events": { "mouseClick": { "name": "鼠标点击", "type": "object", "fields": { "text": { "type": "string", "name": "文本" }, "state": { "type": "string", "name": "按钮状态" } }, "data": { "text": "按钮", "state": "normal" } }, "mouseEnter": { "name": "鼠标移入", "type": "object", "fields": { "text": { "type": "string", "name": "文本" }, "state": { "type": "string", "name": "按钮状态" } }, "data": { "text": "按钮", "state": "normal" } }, "mouseLeave": { "name": "鼠标移出", "type": "object", "fields": { "text": { "type": "string", "name": "文本" }, "state": { "type": "string", "name": "按钮状态" } }, "data": { "text": "按钮", "state": "normal" } } }, "publicHandler": {} } }