{ "name": "iframe", "version": "2.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": "iframe", "protocol": 2, "level": 0, "icon": "/civ_pandaview_component/pandabi-component/assets/iframe.png", "thumbnail": "/civ_pandaview_component/pandabi-component/assets/iframe.png", "apis": { "source": { "handler": "render", "description": "数据接口", "fields": { "url": { "description": "url链接", "type": "string" } } } }, "config": { "event": { "type": "boolean", "name": "接受事件", "default": true }, "allow": { "name": "权限", "type": "suite", "children": { "camera": { "name": "摄像头", "type": "boolean", "col": 12, "default": false }, "microphone": { "name": "麦克风", "default": false, "col": 12, "type": "boolean" } } }, "domain": { "type": "text", "name": "域名配置", "default": "", "description": "解决处于同一一级域名间的“跨域”问题,需在此处设置原始域名。" }, "scale": { "name": "页面放大", "default": 1, "type": "number", "min": 0 }, "scroll": { "name": "滚动条", "type": "radio", "default": "auto", "optionCol": 8, "options": [ { "label": "自动", "value": "auto" }, { "label": "隐藏", "value": "no" }, { "label": "显示", "value": "yes" } ] } }, "api_data": { "source": [ { "url": "https://panda-water.cn/" } ] }, "events": { "getMessage": { "name": "接收到子页面消息时" }, "loaded": { "name": "页面加载完成" } }, "publicHandler": { "refresh": { "name": "刷新页面" }, "sendMessage": { "name": "向外部页面发送数据", "type": "object", "data": {}, "fields": [], "useFnConfig": { "description": "任意内容" }, "config": { "title": { "name": "变量名", "value": "", "type": "text" } } } }, "view": { "width": "960", "height": "540", "minWidth": "0", "minHeight": "0", "z-index": 110 }, "type": [ "DataV-6:control_other" ] } }