{ "name": "border3dmap-board", "version": "1.0.1", "description": "border3dmap子组件", "main": "index.js", "scripts": { "build": "cube build ./ --output=../../datavComponent --remote=pandav --smart" }, "keywords": [ "map", "subcoms" ], "dependencies": { "eventemitter3": "3.0.0", "safely-merge": "1.0.1", "lodash": "4.17.11" }, "pandav": { "cn_name": "标牌", "level": 1, "protocol": 2, "type": [ "Border3dmap-v1_subcoms_board" ], "parent": { "supportTypes": [ "Border3dmap-v1" ], "supportNames": [] }, "events": { "click": { "name": "鼠标点击" }, "switch": { "name": "状态切换" }, "mouseEnter": { "name": "鼠标移入" }, "mouseLeave": { "name": "鼠标移出" } }, "publicHandler": { "setIndex": { "name": "设置选中项", "config": [], "useFnConfig": { "description": "从0开始计数。可返回函数(e, i)=>boolean,类似Array.find()方法。" } } }, "api_data": { "source": [ { "position": [ -176.205472966648, -452.8484287671095, -351.9658106404088 ], "lng": 120.853576, "lat": 28.987459, "value": 10000, "adcode": 331000 }, { "position": [ -320.2591456608175, -470.358722937371, -190.25443852201923 ], "lng": 119.253576, "lat": 30.287459, "value": 12000, "adcode": 330100 } ] }, "apis": { "source": { "description": "数据接口", "handler": "render", "fields": { "lng": { "description": "经度" }, "lat": { "description": "纬度" }, "adcode": { "description": "区划编码" }, "value": { "description": "数值" } } } }, "config": { "options": { "type": "menu", "children": { "common": { "name": "基础配置", "type": "menuChild", "mode": "single", "children": { "useDepth": { "name": "自动排序", "type": "switch", "default": true }, "layer": { "name": "层级序号", "type": "number", "default": 1, "max": 10000, "min": -10000, "show": [ [ "useDepth", "$eq", false ] ] } } }, "custom": { "name": "样式配置", "type": "menuChild", "mode": "single", "children": { "anchor": { "type": "suite", "name": "基准点", "children": { "x": { "name": "X", "default": 50, "type": "number", "min": 0, "max": 100, "suffix": "%", "col": 12 }, "y": { "name": "Y", "min": 0, "max": 100, "default": 100, "type": "number", "suffix": "%", "col": 12 } } }, "offset": { "type": "suite", "name": "偏移", "children": { "x": { "name": "X", "default": 0, "type": "number", "suffix": "px", "col": 12 }, "y": { "name": "Y", "default": -20, "type": "number", "suffix": "px", "col": 12 } } }, "dot": { "name": "定位点", "type": "group", "fold": false, "children": { "normal": { "name": "默认样式", "type": "group", "children": { "img": { "name": "来源", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/borderMap3dV2/board_dot_normal.png" }, "size": { "type": "suite", "name": "尺寸", "children": { "width": { "name": "宽度", "default": 22, "type": "number", "col": 12 }, "height": { "name": "高度", "default": 22, "type": "number", "col": 12 } } }, "offset": { "type": "suite", "name": "偏移", "children": { "x": { "name": "X", "default": 0, "type": "number", "suffix": "px", "col": 12 }, "y": { "name": "Y", "default": 0, "type": "number", "suffix": "px", "col": 12 } } } } }, "select": { "name": "当前样式", "type": "group", "children": { "img": { "name": "来源", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/borderMap3dV2/board_dot_select.png" }, "size": { "type": "suite", "name": "尺寸", "children": { "width": { "name": "宽度", "default": 22, "type": "number", "col": 12 }, "height": { "name": "高度", "default": 22, "type": "number", "col": 12 } } }, "offset": { "type": "suite", "name": "偏移", "children": { "x": { "name": "X", "default": 0, "type": "number", "suffix": "px", "col": 12 }, "y": { "name": "Y", "default": 0, "type": "number", "suffix": "px", "col": 12 } } } } } } }, "type": { "name": "类型", "type": "radio", "default": "固定尺寸", "optionCol": 12, "options": [ { "label": "固定尺寸", "value": "固定尺寸" }, { "label": "自适应尺寸", "value": "自适应尺寸" } ] }, "bgShape": { "fold": false, "name": "背景样式", "type": "group", "show": [ [ "type", "$eq", "自适应尺寸" ] ], "children": { "fill": { "name": "填充", "type": "color", "default": "#151E26" }, "strokeColor": { "name": "描边颜色", "type": "color", "default": "#537B99" }, "strokeWidth": { "name": "描边粗细", "type": "number", "default": 1 }, "borderRadius": { "name": "圆角", "type": "number", "default": 4, "min": 0, "suffix": "px" }, "shadow": { "name": "阴影", "fold": false, "type": "group", "children": { "color": { "name": "颜色", "type": "color", "default": "#fff" }, "vShadow": { "name": "X", "type": "number", "default": 0 }, "hShadow": { "name": "Y", "type": "number", "default": 0 }, "blur": { "name": "模糊", "type": "text", "default": 8 } } }, "padding": { "type": "suite", "name": "内边距", "children": { "top": { "name": "上", "default": 10, "type": "number", "col": 6 }, "bottom": { "name": "下", "default": 10, "type": "number", "col": 6 }, "left": { "name": "左", "default": 10, "type": "number", "col": 6 }, "right": { "name": "右", "default": 10, "type": "number", "col": 6 } } } } }, "bgImg": { "fold": false, "name": "背景图片", "type": "group", "show": [ [ "type", "$eq", "固定尺寸" ] ], "children": { "src": { "name": "来源", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/borderMap3dV2/board_bg.png" }, "size": { "type": "suite", "name": "尺寸", "children": { "width": { "name": "宽度", "default": 80, "type": "number", "col": 12 }, "height": { "name": "高度", "default": 33, "type": "number", "col": 12 } } } } }, "content": { "name": "内容样式", "fold": false, "type": "group", "children": { "prefix": { "name": "前缀", "type": "group", "children": { "text": { "name": "内容", "default": "", "type": "text" }, "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "manrope-bold", "fontSize": 16, "color": "#D0E9FF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "offset": { "type": "suite", "name": "偏移", "children": { "x": { "name": "X", "default": 0, "type": "number", "suffix": "px", "col": 12 }, "y": { "name": "Y", "default": 0, "type": "number", "suffix": "px", "col": 12 } } } } }, "main": { "name": "主内容", "type": "group", "children": { "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "manrope-bold", "fontSize": 16, "color": "#D0E9FF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "offset": { "type": "suite", "name": "偏移", "children": { "x": { "name": "X", "default": 0, "type": "number", "suffix": "px", "col": 12 }, "y": { "name": "Y", "default": 0, "type": "number", "suffix": "px", "col": 12 } } } } }, "suffix": { "name": "后缀", "type": "group", "children": { "text": { "name": "内容", "default": "W", "type": "text" }, "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "manrope-bold", "fontSize": 12, "color": "#D0E9FF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "offset": { "type": "suite", "name": "偏移", "children": { "x": { "name": "X", "default": 6, "type": "number", "suffix": "px", "col": 12 }, "y": { "name": "Y", "default": 2, "type": "number", "suffix": "px", "col": 12 } } } } } } } } }, "interactAnimation": { "name": "交互动画", "type": "menuChild", "mode": "single", "children": { "interactType": { "name": "交互方式", "default": "无", "type": "select", "options": [ { "name": "无", "value": "无" }, { "name": "点击", "value": "点击" }, { "name": "悬停", "value": "悬停" } ] }, "carouselEnable": { "name": "轮播动画", "type": "switch", "default": true }, "interval": { "name": "间隔时间", "type": "number", "default": 3.5, "min": 0, "suffix": "s", "show": [ [ "carouselEnable", "$eq", true ] ] }, "focus": { "name": "聚焦动画", "type": "group", "enableHide": true, "children": { "show": { "default": false }, "viewDistance": { "name": "视点距离", "type": "number", "default": 1, "min": 0 }, "duration": { "name": "动画时长", "type": "number", "default": 0.8, "min": 0, "suffix": "s" } } } } } } } } } }