{ "name": "weather", "version": "1.1.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" }, "pandav": { "cn_name": "天气组件", "level": 0, "icon": "/civ_pandaview_component/pandabi-component/assets/jnhtciey2x_1629976583057_5uzt0qdndd.gif", "protocol": 2, "type": [ "DataV-6:control_other" ], "view": { "width": "320", "height": "40", "minWidth": "0", "minHeight": "0", "z-index": 110 }, "apis": { "source": { "handler": "render", "description": "数据接口", "fields": { "weather": { "type": "string", "description": "天气状态" }, "temperature": { "type": "object", "description": "温度" }, "wind": { "type": "string", "description": "风" } } } }, "config": { "options": { "type": "menu", "children": { "chart": { "name": "全局", "children": { "currentWeather": { "name": "当前城市", "type": "area", "default": "100000" }, "update": { "name": "自动更新天气", "type": "number", "default": 0, "suffix": "s", "min": 0, "description": "为0时不自动更新,否则每隔n秒更新一次天气" }, "date": { "name": "日期", "type": "select", "default": "0", "options": [ { "name": "当天", "value": "0" }, { "name": "第二天", "value": "1" }, { "name": "第三天", "value": "2" }, { "name": "第四天", "value": "3" } ] }, "weatherIcon": { "name": "图标", "type": "group", "children": { "flexDirection": { "name": "位置", "type": "radio", "default": "row", "optionCol": 12, "options": [ { "label": "左", "value": "row" }, { "label": "上", "value": "column" } ] }, "color": { "type": "color", "name": "颜色", "default": "#1ee7e7" }, "size": { "name": "尺寸", "type": "number", "default": 50, "suffix": "px", "min": 0 }, "marginRight": { "show": [ [ "flexDirection", "$eq", "row" ] ], "name": "右边距", "type": "number", "default": 15, "suffix": "px", "min": 0 }, "marginBottom": { "show": [ [ "flexDirection", "$eq", "column" ] ], "name": "下边距", "type": "number", "default": 15, "suffix": "px", "min": 0 } } }, "weatherInfo": { "name": "天气信息", "type": "group", "children": { "flexDirection": { "name": "排列方式", "type": "radio", "default": "row", "optionCol": 11, "options": [ { "label": "横向", "value": "row" }, { "label": "纵向", "value": "column" } ] }, "alignItems": { "name": "水平对齐", "type": "buttonRadio", "default": "flex-start", "evenlySplit": true, "show": [ [ "flexDirection", "$eq", "column" ] ], "options": [ { "value": "flex-start", "label": "左对齐" }, { "value": "center", "label": "居中对齐" }, { "value": "flex-end", "label": "右对齐" } ] }, "reverse": { "name": "反向排列", "type": "boolean", "default": false } } } } }, "infoList": { "name": "天气信息", "type": "menuChild", "mode": "multiple", "children": { "nameInfo": { "name": "名称", "children": { "turnOn": { "name": "启用", "type": "switch", "default": true }, "text": { "show": [ [ "turnOn", "$eq", true ] ], "name": "文字", "type": "group", "children": { "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "微软雅黑", "fontSize": 20, "color": "#B1D5EF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 } }, "textTranslate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "stepper", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "stepper", "default": 0, "suffix": "px", "col": 12 } } } } } } }, "temperatureInfo": { "name": "温度", "children": { "turnOn": { "name": "启用", "type": "switch", "default": true }, "connector": { "name": "连接符", "type": "text", "default": "~" }, "text": { "show": [ [ "turnOn", "$eq", true ] ], "name": "文字", "type": "group", "children": { "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "微软雅黑", "fontSize": 20, "color": "#B1D5EF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 } }, "textTranslate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "stepper", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "stepper", "default": 0, "suffix": "px", "col": 12 } } } } }, "suffix": { "show": [ [ "turnOn", "$eq", true ] ], "name": "后缀", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": true }, "content": { "name": "内容", "type": "text", "default": "℃" }, "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "微软雅黑", "fontSize": 20, "color": "#B1D5EF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 } }, "textTranslate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "stepper", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "stepper", "default": 0, "suffix": "px", "col": 12 } } } } } } }, "windInfo": { "name": "风向", "children": { "turnOn": { "name": "启用", "type": "switch", "default": true }, "text": { "show": [ [ "turnOn", "$eq", true ] ], "name": "文字", "type": "group", "children": { "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "微软雅黑", "fontSize": 20, "color": "#B1D5EF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 } }, "textTranslate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "stepper", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "stepper", "default": 0, "suffix": "px", "col": 12 } } } } } } } } }, "imageList": { "name": "图标列表", "children": { "icon": { "name": "图标列表", "type": "tabs", "default": [ { "value": "晴天", "url": "/civ_pandaview_component/pandabi-component/assets/components/weatherV2/晴天.png" }, { "value": "多云", "url": "/civ_pandaview_component/pandabi-component/assets/components/weatherV2/多云.png" }, { "value": "阴", "url": "/civ_pandaview_component/pandabi-component/assets/components/weatherV2/阴.png" }, { "value": "阵雨", "url": "/civ_pandaview_component/pandabi-component/assets/components/weatherV2/阵雨.png" }, { "value": "阵雪", "url": "/civ_pandaview_component/pandabi-component/assets/components/weatherV2/阵雪.png" }, { "value": "雷阵雨", "url": "/civ_pandaview_component/pandabi-component/assets/components/weatherV2/雷阵雨.png" }, { "value": "雨", "url": "/civ_pandaview_component/pandabi-component/assets/components/weatherV2/雨.png" }, { "value": "大雨", "url": "/civ_pandaview_component/pandabi-component/assets/components/weatherV2/大雨.png" }, { "value": "雪", "url": "/civ_pandaview_component/pandabi-component/assets/components/weatherV2/雪.png" }, { "value": "大雪", "url": "/civ_pandaview_component/pandabi-component/assets/components/weatherV2/大雪.png" }, { "value": "风", "url": "/civ_pandaview_component/pandabi-component/assets/components/weatherV2/风.png" }, { "value": "雾", "url": "/civ_pandaview_component/pandabi-component/assets/components/weatherV2/雾.png" } ], "template": { "type": "object", "name": "系列<%= i + 1%>", "children": { "value": { "name": "字段名", "description": "weather字段对应的字段名", "type": "text", "default": "晴天" }, "url": { "name": "图片", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/weatherV2/%E6%99%B4%E5%A4%A9.png" } } } } } } } } }, "api_data": { "source": [ { "weather": "晴", "temperature": { "min": 17, "max": 28 }, "wind": "东南风3级" } ] }, "events": {}, "publicHandler": {}, "thumbnail": "/civ_pandaview_component/pandabi-component/assets/jnhtciey2x_1629976583057_5uzt0qdndd.gif" } }