{ "name": "multilineTextV2", "version": "1.0.1", "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": "多行文本V2", "level": 0, "protocol": 2, "apis": { "source": { "handler": "render", "description": "数据接口", "fields": { "text": { "description": "文本", "optional": true, "type": "string" } } } }, "config": { "options": { "type": "menu", "children": { "chart": { "name": "基础配置", "type": "group", "children": { "textStyle": { "name": "文本样式", "type": "font", "components": [ "fontFamily", "fontSize", "fontWeight", "italic", "letterSpacing" ], "default": { "fontFamily": "SourceHanSansCN-Medium", "fontSize": 32, "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "color": { "components": [ "flat", "linearGradient" ], "name": "文字颜色", "type": "fill", "default": "#FFF" }, "lineHeight": { "name": "行高", "type": "number", "default": 48, "suffix": "px" }, "textAlign": { "name": "水平对齐", "type": "select", "default": "justify", "options": [ { "label": "左对齐", "value": "left", "icon": "align-left" }, { "label": "居中对齐", "value": "center", "icon": "align-center" }, { "label": "右对齐", "value": "right", "icon": "align-right" }, { "label": "两端对齐", "value": "justify", "icon": "align-justify" } ] }, "paragraphSpace": { "name": "段落间距", "default": 20, "suffix": "px", "type": "number" }, "shadow": { "name": "阴影", "fold": true, "enableHide": true, "type": "group", "children": { "show": { "default": true }, "hShadow": { "name": "水平阴影", "default": 0, "type": "number" }, "vShadow": { "name": "垂直阴影", "default": 0, "type": "number" }, "blur": { "name": "模糊距离", "default": 8, "type": "number" }, "color": { "name": "阴影颜色", "type": "color", "default": "#0075FF" } } } } }, "animation": { "name": "动画", "type": "group", "children": { "open": { "name": "启用", "type": "switch", "default": true, "statusText": true }, "type": { "show": [ [ "open", "$eq", true ] ], "name": "动画类型", "type": "radio", "default": "normal", "options": [ { "label": "默认", "value": "normal" }, { "label": "连续", "value": "continue" } ] }, "speed": { "show": [ [ "open", "$eq", true ] ], "name": "动画速度", "type": "number", "min": 0, "suffix": "秒", "default": 50 }, "stayTime": { "show": [ [ "open", "$eq", true ], [ "type", "$eq", "normal" ] ], "type": "number", "name": "结束停留时间", "default": 3, "min": 0, "suffix": "秒" }, "delayTime": { "show": [ [ "open", "$eq", true ], [ "type", "$eq", "normal" ] ], "type": "number", "name": "延迟开始时间", "default": 3, "min": 0, "suffix": "秒" } } } } } }, "api_data": { "source": [ { "text": "      文字段落1文字段落1文字段落1文字段落1" }, { "text": "文字段落2" }, { "text": "文字段落3" }, { "text": "文字段落4" }, { "text": "文字段落5" }, { "text": "文字段落6" }, { "text": "文字段落7" } ] }, "events": { "click": { "name": "鼠标点击", "type": "array", "fields": { "text": { "description": "文字组件内容", "type": "string" } }, "data": [ { "text": "我是文字组件" } ] }, "mouseEnter": { "name": "鼠标移入", "type": "array", "fields": { "text": { "description": "文字组件内容", "type": "string" } }, "data": [ { "text": "我是文字组件" } ] }, "mouseLeave": { "name": "鼠标移出", "type": "array", "fields": { "text": { "description": "文字组件内容", "type": "string" } }, "data": [ { "text": "我是文字组件" } ] } }, "publicHandler": {}, "view": { "width": "503", "height": "340", "minWidth": "0", "minHeight": "0", "z-index": 110 }, "type": [ "DataV-6:info_text" ], "icon": "/civ_pandaview_component/pandabi-component/assets/oiaonkx158_1626679833210_yfmp47v165.gif", "thumbnail": "/civ_pandaview_component/pandabi-component/assets/oiaonkx158_1626679833210_yfmp47v165.gif" } }