{ "name": "interaction", "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" }, "pandav": { "cn_name": "交互组件", "level": 0, "icon": "/civ_pandaview_component/pandabi-component/assets/04e7326a-5c4e-4380-a7cf-97414327dc3b.png", "thumbnail": "/civ_pandaview_component/pandabi-component/assets/04e7326a-5c4e-4380-a7cf-97414327dc3b.png", "protocol": 2, "type": [ "DataV-6:media" ], "supportTheme": true, "view": { "width": "450", "height": "250", "minWidth": "450", "minHeight": "250", "z-index": 1010 }, "apis": { "source": { "handler": "render", "description": "数据接口", "fields": { "text": { "description": "文本", "type": "text" } } } }, "config": { "fontConfig": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230, 247, 255, 1)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "backgroundImage": { "name": "背景", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/interaction/bg.png" }, "transform": { "name": "变换", "type": "group", "children": { "rotateX": { "name": "X旋转", "type": "number", "default": 0 }, "rotateY": { "name": "Y旋转", "default": 0, "type": "number", "step": 1 }, "rotateZ": { "name": "Z旋转", "default": 0, "type": "number", "step": 1 }, "skewX": { "name": "X倾斜", "default": 0, "type": "number", "step": 1 }, "skewY": { "name": "Y倾斜", "default": 0, "type": "number", "step": 1 } } } }, "api_data": { "source": [ { "text": "点 击 区 域" } ] }, "events": { "click": { "name": "点击", "type": "array", "fields": { "text": { "name": "交互内容", "type": "text" } }, "data": [ { "text": "点 击 区 域" } ] } }, "publicHandler": {} } }