{ "name": "smartCity-metaInfoPanel", "version": "1.0.1", "description": "smartCity-metaInfoPanel子组件", "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": [ "smartCity-v1_subcoms_metaInfoPanel" ], "parent": { "supportTypes": [ "smartCity-v1" ], "supportNames": [] }, "events": { "click": { "name": "鼠标点击" }, "mouseEnter": { "name": "鼠标移入" }, "mouseLeave": { "name": "鼠标移出" } }, "publicHandler": {}, "api_data": { "source": [ { "name": "水厂一", "value1": "监测点#01", "value2": "24.3", "value3": "优", "status": "正常", "lng": 121.138414, "lat": 30.058213 }, { "name": "水厂二", "value1": "监测点#02", "value2": "24.3", "value3": "优", "status": "异常", "lng": 121.150142, "lat": 30.018194 } ] }, "apis": { "source": { "description": "数据接口", "handler": "render", "fields": { "name": { "description": "名称", "type": "string" }, "status": { "description": "状态", "type": "string" }, "lng": { "description": "经度", "type": "number" }, "lat": { "description": "纬度", "type": "number" } } } }, "config": { "options": { "type": "menu", "children": { "baseConfig": { "name": "基础配置", "type": "menuChild", "mode": "single", "children": { "system": { "name": "坐标系", "type": "radio", "default": "WGS84", "optionCol": 12, "options": [ { "label": "WGS84", "value": "WGS84" }, { "label": "GCJ02", "value": "GCJ02" } ] }, "showLevel": { "name": "可见级别", "type": "slider", "mode": "double", "default": [ 0, 20 ], "step": 0.1, "min": 0, "max": 20, "showCurrentRange": true }, "altitude": { "name": "抬升高度", "default": 0, "type": "number" } } }, "styleConfig": { "name": "样式配置", "type": "menuChild", "mode": "single", "children": { "horizontalAlignment": { "name": "水平对齐", "default": "middle", "type": "hidden", "options": [ { "name": "左对齐", "value": "left" }, { "name": "居中对齐", "value": "middle" }, { "name": "右对齐", "value": "right" } ] }, "verticalAlignment": { "name": "竖直对齐", "default": "bottom", "type": "hidden", "options": [ { "name": "顶部对齐", "value": "top" }, { "name": "居中对齐", "value": "middle" }, { "name": "底部对齐", "value": "bottom" } ] }, "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 }, "offset": { "x": -80, "y": -120 }, "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 }, "offset": { "x": -80, "y": -120 }, "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" } } }, "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" } } }, "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" } } } } } } } }, "cluster": { "name": "聚集", "type": "group", "enableHide": true, "children": { "show": { "default": false }, "radius": { "name": "聚集半径", "default": 40, "suffix": "px", "type": "number" }, "minPoints": { "name": "最小点数", "default": 2, "type": "number" }, "zoom": { "name": "聚集级别", "type": "slider", "mode": "double", "default": [ 0, 16 ], "step": 1, "min": 0, "max": 20, "showCurrentRange": true }, "text": { "name": "文字", "type": "group", "children": { "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "微软雅黑", "fontSize": 26, "color": "#fff", "fontWeight": "bold", "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" } } } } }, "background": { "name": "背景", "type": "group", "children": { "fillType": { "name": "填充方式", "type": "radio", "default": "color", "options": [ { "label": "颜色", "value": "color" }, { "label": "自定义", "value": "custom" } ] }, "colors": { "show": [ [ "fillType", "$eq", "color" ] ], "type": "fill", "components": [ "flat", "linearGradient" ], "default": "#007acc", "name": "颜色" }, "url": { "show": [ [ "fillType", "$eq", "custom" ] ], "name": "图片", "type": "image", "default": "" } } }, "border": { "type": "group", "fold": true, "enableHide": true, "name": "边框", "children": { "show": { "default": false }, "width": { "name": "宽度", "default": 1, "type": "number" }, "color": { "name": "颜色", "default": "#fff", "type": "color" }, "borderRadius": { "name": "圆角", "default": 10, "type": "number", "suffix": "px", "min": 0 } } }, "size": { "show": [ [ "type", "$eq", "custum" ] ], "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "default": 40, "col": 12, "suffix": "px", "type": "number" }, "height": { "name": "高度", "default": 40, "col": 12, "suffix": "px", "type": "number" } } } } } } }, "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 ] ] } } } } } } } }