{ "name": "border3dmap-infoPanel", "version": "1.0.2", "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_infoPanel" ], "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": [ -17.018889390088088, 3.4155192632351117, -252.4191425983672 ], "lng": 119.18999, "lat": 28.292142, "adcode": 331100, "value1": "监测点#01", "value2": "24.3", "value3": "优", "status": "正常" }, { "position": [ 19.97373149899384, -246.1202041436876, -546.8326025048942 ], "lng": 121.561863, "lat": 29.356534, "adcode": 330200, "value1": "监测点#03", "value2": "87.9", "value3": "差", "status": "异常" } ] }, "apis": { "source": { "description": "数据接口", "handler": "render", "fields": { "lng": { "description": "经度" }, "lat": { "description": "纬度" }, "adcode": { "description": "区划编码" }, "status": { "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 ] ] } } }, "content": { "name": "内容样式", "type": "menuChild", "mode": "single", "children": { "padding": { "type": "suite", "name": "边距", "children": { "top": { "name": "上", "default": 16, "type": "number", "col": 6 }, "bottom": { "name": "下", "default": 16, "type": "number", "col": 6 }, "left": { "name": "左", "default": 10, "type": "number", "col": 6 }, "right": { "name": "右", "default": 10, "type": "number", "col": 6 } } }, "leftColumnWidthRatio": { "name": "左列宽度", "type": "slider", "default": 40, "step": 0.01, "min": 0, "max": 100, "suffix": "%" }, "leftTextAlign": { "name": "左列对齐", "default": "left", "type": "select", "options": [ { "name": "左对齐", "value": "left", "icon": "align-left" }, { "name": "居中对齐", "value": "center", "icon": "align-center" }, { "name": "右对齐", "value": "right", "icon": "align-right" } ] }, "rightTextAlign": { "name": "右列对齐", "default": "right", "type": "select", "options": [ { "name": "左对齐", "value": "left", "icon": "align-left" }, { "name": "居中对齐", "value": "center", "icon": "align-center" }, { "name": "右对齐", "value": "right", "icon": "align-right" } ] }, "statusBgList": { "type": "tabs", "name": "状态背景", "default": [ { "status": "正常", "src": "/civ_pandaview_component/pandabi-component/assets/components/borderMap3dV2/info_plane_bg_1.png", "size": { "width": 170, "height": 94 }, "anchor": { "x": 0.5, "y": 1 }, "offset": { "x": 0, "y": -30 }, "dot": { "normal": { "img": "/civ_pandaview_component/pandabi-component/assets/components/borderMap3dV2/info_panel_dot_normal_1.png", "size": { "width": 44, "height": 44 }, "offset": { "x": 0, "y": 0 } }, "select": { "img": "/civ_pandaview_component/pandabi-component/assets/components/borderMap3dV2/info_panel_dot_select_1.png", "size": { "width": 44, "height": 44 }, "offset": { "x": 0, "y": 0 } } } }, { "status": "异常", "src": "/civ_pandaview_component/pandabi-component/assets/components/borderMap3dV2/info_plane_bg_2.png", "size": { "width": 170, "height": 94 }, "anchor": { "x": 0.5, "y": 1 }, "offset": { "x": 0, "y": -30 }, "dot": { "normal": { "img": "/civ_pandaview_component/pandabi-component/assets/components/borderMap3dV2/info_panel_dot_normal_2.png", "size": { "width": 44, "height": 44 }, "offset": { "x": 0, "y": 0 } }, "select": { "img": "/civ_pandaview_component/pandabi-component/assets/components/borderMap3dV2/info_panel_dot_select_2.png", "size": { "width": 44, "height": 44 }, "offset": { "x": 0, "y": 0 } } } } ], "fold": false, "template": { "name": "状态<%=i+1%>", "type": "object", "children": { "status": { "name": "状态值", "default": "异常", "type": "text" }, "src": { "name": "来源", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/borderMap3dV2/info_plane_bg_2.png" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "default": 170, "col": 12, "type": "number" }, "height": { "name": "高度", "default": 94, "col": 12, "type": "number" } } }, "anchor": { "name": "基准点", "type": "suite", "children": { "x": { "name": "X", "default": 0.5, "col": 12, "min": 0, "max": 1, "type": "number" }, "y": { "name": "Y", "default": 1, "col": 12, "min": 0, "max": 1, "type": "number" } } }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 0, "col": 12, "suffix": "px", "type": "number" }, "y": { "name": "Y", "default": -30, "col": 12, "type": "number" } } }, "dot": { "name": "定位点", "type": "group", "children": { "normal": { "name": "默认样式", "type": "group", "children": { "img": { "name": "来源", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/borderMap3dV2/info_panel_dot_normal_2.png" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "default": 44, "col": 12, "type": "number" }, "height": { "name": "高度", "default": 44, "col": 12, "type": "number" } } }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 0, "col": 12, "type": "number" }, "y": { "name": "Y", "default": 0, "col": 12, "type": "number" } } } } }, "select": { "name": "当前样式", "type": "group", "children": { "img": { "name": "来源", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/borderMap3dV2/info_panel_dot_select_2.png" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "default": 44, "col": 12, "type": "number" }, "height": { "name": "高度", "default": 44, "col": 12, "type": "number" } } }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 0, "col": 12, "type": "number" }, "y": { "name": "Y", "default": 0, "col": 12, "type": "number" } } } } } } } } } }, "lineList": { "type": "tabs", "name": "行配置", "default": [ { "map": { "fieldName": "value1", "displayName": "名称" }, "labelStyle": { "textStyle": { "color": "#CCDBDB", "fontFamily": "SourceHanSansCN-Medium", "fontSize": 14 }, "offset": { "x": 0, "y": 0 } }, "valueStyle": { "textStyle": { "color": "#FFFFFF", "fontFamily": "SourceHanSansCN-Medium", "fontSize": 14 }, "offset": { "x": 0, "y": 0 }, "suffix": { "content": "", "textStyle": { "fontFamily": "微软雅黑", "fontSize": 14, "color": "#A4CFF8", "bold": false, "italic": false }, "leftMargin": 0, "show": false } } }, { "map": { "fieldName": "value2", "displayName": "PM2.5" }, "labelStyle": { "textStyle": { "color": "#CCDBDB", "fontFamily": "SourceHanSansCN-Medium", "fontSize": 14 }, "offset": { "x": 0, "y": 0 } }, "valueStyle": { "textStyle": { "color": "#FFFFFF", "fontFamily": "SourceHanSansCN-Medium", "fontSize": 14 }, "offset": { "x": 0, "y": 0 }, "suffix": { "content": "μg/m³", "textStyle": { "color": "rgba(204,219,219,0.8)", "fontFamily": "微软雅黑", "fontSize": 14 }, "leftMargin": 10, "show": true } } }, { "map": { "fieldName": "value3", "displayName": "等级" }, "labelStyle": { "textStyle": { "color": "#CCDBDB", "fontFamily": "SourceHanSansCN-Medium", "fontSize": 14 }, "offset": { "x": 0, "y": 0 } }, "valueStyle": { "textStyle": { "color": "#FFFFFF", "fontFamily": "SourceHanSansCN-Medium", "fontSize": 14 }, "offset": { "x": 0, "y": 0 }, "suffix": { "content": "", "textStyle": { "fontFamily": "微软雅黑", "fontSize": 14, "color": "#A4CFF8", "bold": false, "italic": false }, "leftMargin": 10, "show": false } } } ], "fold": false, "template": { "name": "行<%=i+1%>", "type": "object", "children": { "map": { "name": "映射", "type": "suite", "children": { "fieldName": { "name": "字段名", "default": "value1", "col": 12, "type": "text" }, "displayName": { "name": "显示名", "default": "名称", "col": 12, "type": "text" } } }, "labelStyle": { "name": "标签样式", "type": "group", "children": { "textStyle": { "name": "文本样式", "type": "font", "default": { "fontFamily": "SourceHanSansCN-Medium", "fontSize": 14, "color": "#A4CFF8", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 0, "col": 12, "suffix": "px", "type": "number" }, "y": { "name": "Y", "default": 0, "col": 12, "type": "number" } } } } }, "valueStyle": { "name": "值样式", "type": "group", "children": { "textStyle": { "name": "文本样式", "type": "font", "default": { "fontFamily": "SourceHanSansCN-Medium", "fontSize": 14, "color": "#E3F1FF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 0, "col": 12, "suffix": "px", "type": "number" }, "y": { "name": "Y", "default": 0, "col": 12, "type": "number" } } }, "suffix": { "name": "后缀", "type": "group", "enableHide": true, "children": { "show": { "default": false }, "content": { "name": "内容", "type": "text", "default": "" }, "textStyle": { "name": "文本样式", "type": "font", "default": { "fontFamily": "SourceHanSansCN-Medium", "fontSize": 14, "color": "#E3F1FF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "leftMargin": { "name": "左边距", "type": "number", "default": 0, "suffix": "px" } } } } } } } } } }, "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": 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" } } } } } } } } } }