{ "name": "imagesList3D", "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", "d3": "5.16.0" }, "pandav": { "cn_name": "3D图片列表", "level": 0, "icon": "/civ_pandaview_component/pandabi-component/assets/3d轮播图片.gif", "thumbnail": "/civ_pandaview_component/pandabi-component/assets/3d轮播图片.gif", "protocol": 2, "type": [ "DataV-6:control_image" ], "supportTheme": true, "view": { "width": "1000", "height": "600", "minWidth": "40", "minHeight": "20" }, "apis": { "source": { "handler": "render", "description": "数据接口", "fields": { "url": { "description": "图片地址-默认状态", "type": "string" }, "selectUrl": { "description": "图片地址-选中状态", "type": "string" }, "link": { "description": "跳转链接", "type": "string" }, "title": { "description": "标题", "type": "string" }, "content": { "description": "内容", "type": "string" } } } }, "config": { "options": { "type": "menu", "children": { "chart": { "name": "全局", "type": "menuChild", "children": { "cameraPosition": { "name": "相机位置", "type": "suite", "children": { "x": { "name": "X", "default": 0, "col": 8, "type": "number" }, "y": { "name": "Y", "default": -100, "col": 8, "type": "number" }, "z": { "name": "Z", "default": 2000, "col": 8, "type": "number" } } }, "cameraRotation": { "name": "相机角度", "type": "group", "children": { "x": { "name": "X", "type": "slider", "default": 0, "step": 1, "min": -180, "max": 180, "showRange": true }, "y": { "name": "Y", "type": "slider", "default": 0, "step": 1, "min": -180, "max": 180, "showRange": true }, "z": { "name": "Z", "type": "slider", "default": 0, "step": 1, "min": -180, "max": 180, "showRange": true } } }, "radius": { "name": "半径", "default": 700, "type": "number", "suffix": "°" }, "rotateSpeed": { "name": "转速", "default": 0.5, "type": "number", "min": 0, "suffix": "°" }, "interval": { "name": "轮播动画", "default": 2, "type": "number", "min": 0, "suffix": "s", "description": "值为0时关闭动画" }, "isJump": { "name": "开启跳转", "type": "switch", "default": false, "statusText": true } } }, "baseMap": { "name": "底图", "type": "menuChild", "children": { "foregroundColor": { "name": "前景颜色", "type": "color", "default": "RGBA(230,247,255,0.08)" }, "backgroundColor": { "name": "背景颜色", "type": "color", "default": "RGBA(230,247,255,0.08)" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "default": 256, "col": 12, "type": "number", "suffix": "px" }, "height": { "name": "高度", "default": 256, "col": 12, "type": "number", "suffix": "px" } } }, "imageRotate": { "name": "图片角度", "type": "slider", "default": -5, "step": 1, "min": -180, "max": 180, "suffix": "°" } } }, "imageSeries": { "name": "图片列表", "type": "menuChild", "children": { "imageList": { "type": "tabs", "name": "图片列表", "default": [ { "url": "/civ_pandaview_component/pandabi-component/assets/components/imageList3Dv2/3dimagelist.png", "link": "", "title": "标题01", "content": "描述文本01" }, { "url": "/civ_pandaview_component/pandabi-component/assets/components/imageList3Dv2/3dimagelist.png", "link": "", "title": "标题02", "content": "描述文本02" }, { "url": "/civ_pandaview_component/pandabi-component/assets/components/imageList3Dv2/3dimagelist.png", "link": "", "title": "标题03", "content": "描述文本03" }, { "url": "/civ_pandaview_component/pandabi-component/assets/components/imageList3Dv2/3dimagelist.png", "link": "", "title": "标题04", "content": "描述文本04" }, { "url": "/civ_pandaview_component/pandabi-component/assets/components/imageList3Dv2/3dimagelist.png", "link": "", "title": "标题05", "content": "描述文本05" }, { "url": "/civ_pandaview_component/pandabi-component/assets/components/imageList3Dv2/3dimagelist.png", "link": "", "title": "标题06", "content": "描述文本06" } ], "fold": true, "template": { "name": "图片<%=i+1%>", "type": "object", "children": { "url": { "name": "图片", "type": "image", "default": "" }, "link": { "name": "链接地址", "default": "", "type": "text" }, "title": { "name": "标题", "default": "", "type": "text" }, "content": { "name": "内容", "default": "", "type": "text" } } } }, "defaultItem": { "name": "默认项", "type": "group", "fold": false, "children": { "textclip": { "name": "内容", "default": 30, "type": "number", "min": 0, "suffix": "个" }, "opacity": { "name": "透明度", "type": "slider", "default": 0.8, "max": 1, "min": 0, "step": ".1" }, "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "SourceHanSansCN-Medium", "fontSize": 32, "color": "rgba(230,247,255,0.7)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "textAlign": { "name": "文本对齐", "type": "iconRadio", "default": "center", "evenlySplit": true, "options": [ { "name": "左对齐", "value": "left", "src": "align-left" }, { "name": "居中对齐", "value": "center", "src": "align-center" }, { "name": "右对齐", "value": "right", "src": "align-right" } ] }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 0, "type": "number", "col": 12 }, "y": { "name": "Y", "default": 256, "type": "number", "col": 12 } } } } }, "current": { "name": "当前项", "type": "group", "fold": false, "children": { "background": { "name": "图标", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/imageList3Dv2/3dyellow.png" }, "scale": { "name": "缩放系数", "default": 1.5, "type": "number", "min": 0 }, "title": { "name": "标题样式", "type": "group", "fold": false, "children": { "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 24, "color": "rgba(230,247,255,0.7)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "marginTop": { "name": "上边距", "default": 50, "type": "number" }, "textAlign": { "name": "文本对齐", "type": "iconRadio", "default": "center", "evenlySplit": true, "options": [ { "name": "左对齐", "value": "left", "src": "align-left" }, { "name": "居中对齐", "value": "center", "src": "align-center" }, { "name": "右对齐", "value": "right", "src": "align-right" } ] }, "trans": { "name": "偏移", "type": "suite", "children": { "xname": { "name": "X", "default": 0, "type": "number", "col": 12 }, "yname": { "name": "Y", "default": 256, "type": "number", "col": 12 } } } } }, "content": { "name": "内容样式", "type": "group", "fold": false, "children": { "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 24, "color": "rgba(230,247,255,0.7)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "margin": { "type": "suite", "name": "边距", "children": { "top": { "name": "上", "default": 0, "type": "number", "col": 6 }, "bottom": { "name": "下", "default": 0, "type": "number", "col": 6 }, "left": { "name": "左", "default": 0, "type": "number", "col": 6 }, "right": { "name": "右", "default": 0, "type": "number", "col": 6 } } }, "speed": { "name": "滚动时长", "default": 5, "type": "number", "min": 1, "suffix": "s" }, "textAlign": { "name": "文本对齐", "type": "iconRadio", "default": "center", "evenlySplit": true, "options": [ { "name": "左对齐", "value": "left", "src": "align-left" }, { "name": "居中对齐", "value": "center", "src": "align-center" }, { "name": "右对齐", "value": "right", "src": "align-right" } ] }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "default": 0, "type": "number", "col": 12 }, "y": { "name": "Y", "default": 280, "type": "number", "col": 12 } } } } } } } } } } } }, "api_data": { "source": [] }, "events": { "click": { "name": "鼠标点击", "type": "object", "fields": { "content": { "name": "描述文本", "type": "string" }, "title": { "name": "标题", "type": "string" }, "url": { "name": "图片链接", "type": "string" } }, "data": { "content": "描述文本01", "title": "标题01", "url": "http://example.png" } }, "change": { "name": "状态改变", "fields": { "content": { "name": "描述文本", "type": "string" }, "title": { "name": "标题", "type": "string" }, "url": { "name": "图片链接", "type": "string" } }, "data": { "content": "描述文本01", "title": "标题01", "url": "http://example.png" } } }, "publicHandler": { "select": { "name": "选中选项", "type": "number", "useFnConfig": { "description": "返回第n个选项" }, "data": 1, "fields": [] } } } }