{ "name": "main-title", "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": "通用标题", "protocol": 2, "level": 0, "icon": "/civ_pandaview_component/pandabi-component/assets/6fsmlefd0o_1626347751945_ogtbg49bym.gif", "thumbnail": "/civ_pandaview_component/pandabi-component/assets/6fsmlefd0o_1626347751945_ogtbg49bym.gif", "type": [ "DataV-6:info_text" ], "apis": { "source": { "handler": "render", "description": "数据接口", "fields": { "text": { "description": "值", "optional": true, "type": "string" } } } }, "api_data": { "source": [ { "text": "我是通用标题" } ] }, "view": { "width": "200", "height": "50", "minWidth": "10", "minHeight": "10", "z-index": 1010 }, "config": { "textStyle": { "type": "font", "components": [ "fontFamily", "fontWeight", "fontSize", "letterSpacing", "italic" ], "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 32, "fontWeight": "normal", "letterSpacing": 0, "italic": "normal" } }, "lineHeight": { "name": "行高", "type": "number", "default": 48 }, "color": { "name": "颜色", "type": "fill", "components": [ "flat", "linearGradient" ], "default": "#fff" }, "textOverflow": { "name": "文本溢出", "default": "break-word", "col": 12, "type": "select", "options": [ { "name": "换行", "value": "break-word" }, { "name": "省略号", "value": "ellipsis" }, { "name": "跑马灯", "value": "marquee" }, { "name": "多行省略号", "value": "multiLine" } ] }, "speed": { "name": "滚动速度", "type": "number", "default": 5, "show": [ [ "textOverflow", "$eq", "marquee" ] ] }, "rowNum": { "show": [ [ "textOverflow", "$eq", "multiLine" ] ], "name": "展示行数", "type": "number", "default": 3, "min": 1, "suffix": "行" }, "textAlign": { "name": "水平对齐", "type": "select", "default": "left", "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" } ] }, "textVertical": { "name": "垂直对齐", "type": "radio", "default": "center", "options": [ { "name": "上", "value": "top", "icon": "toward-top" }, { "name": "居中", "value": "center", "icon": "toward-column-center" }, { "name": "下", "value": "bottom", "icon": "toward-bottom" } ] }, "fixedWidth": { "name": "固定宽度", "type": "switch", "default": false, "statusText": true }, "width": { "show": [ [ "fixedWidth", "$eq", true ] ], "name": "宽度", "type": "number", "default": 24, "suffix": "px", "min": 12 }, "shadow": { "type": "group", "name": "阴影", "enableHide": true, "children": { "show": { "default": false }, "color": { "name": "颜色", "type": "fill", "default": "#0075FF" }, "vShadow": { "name": "Y", "type": "number", "default": 0 }, "hShadow": { "name": "X", "type": "number", "default": 0 }, "blur": { "name": "模糊", "type": "text", "default": 8 } } } }, "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": {} } }