{ "name": "tabV2", "version": "1.2.6", "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", "styled-components": "6.1.13" }, "pandav": { "cn_name": "选项卡", "level": 0, "icon": "/civ_pandaview_component/pandabi-component/assets/gm71k3fxk8_1627560015529_wq519i4yjk.gif", "thumbnail": "/civ_pandaview_component/pandabi-component/assets/gm71k3fxk8_1627560015529_wq519i4yjk.gif", "protocol": 2, "type": [ "DataV-6:media" ], "supportTheme": true, "view": { "width": "450", "height": "48", "minWidth": "20", "minHeight": "20", "z-index": 1010 }, "apis": { "source": { "handler": "render", "description": "数据接口", "fields": { "s": { "description": "类别", "type": "number" }, "content": { "description": "状态值", "type": "string" } } } }, "config": { "options": { "type": "menu", "children": { "chart": { "name": "全局", "type": "menuChild", "children": { "currentIndex": { "name": "默认选中", "type": "number", "default": 1, "step": 1, "description": "默认状态下的选中项,调整后需要预览或再次加载来查看效果;从1开始,0即不选中" }, "radius": { "name": "圆角", "default": 5, "type": "number", "min": 0, "suffix": "px" }, "text": { "name": "文字", "type": "group", "children": { "writingMode": { "name": "文字方向", "type": "radio", "default": "horizontal-tb", "options": [ { "label": "横排", "value": "horizontal-tb" }, { "label": "竖排", "value": "tb-rl" } ] }, "alignItems": { "show": [ [ "writingMode", "$eq", "horizontal-tb" ] ], "name": "水平对齐", "type": "iconRadio", "default": "center", "evenlySplit": true, "options": [ { "name": "左对齐", "value": "flex-start", "src": "align-left" }, { "name": "居中对齐", "value": "center", "src": "align-center" }, { "name": "右对齐", "value": "flex-end", "src": "align-right" } ] }, "textVertical": { "show": [ [ "writingMode", "$eq", "tb-rl" ] ], "name": "垂直对齐", "type": "select", "default": "top", "options": [ { "name": "上", "value": "top", "icon": "toward-top" }, { "name": "居中", "value": "center", "icon": "toward-column-center" }, { "name": "下", "value": "bottom", "icon": "toward-bottom" } ], "mode": "icon" }, "textOverflow": { "show": [ [ "writingMode", "$eq", "horizontal-tb" ] ], "name": "文本溢出", "type": "select", "default": "overflow", "options": [ { "name": "溢出", "value": "overflow" }, { "name": "换行", "value": "break-word" }, { "name": "省略号", "value": "ellipsis" }, { "name": "跑马灯", "value": "marquee" } ], "mode": "icon" }, "speed": { "show": [ [ "writingMode", "$eq", "horizontal-tb" ], [ "textOverflow", "$eq", "marquee" ] ], "name": "滚动速度", "default": 5, "type": "number" } } }, "grid": { "name": "网格布局", "type": "group", "children": { "gridLayout": { "name": "布局", "type": "suite", "children": { "row": { "name": "行数", "default": 1, "type": "number", "col": 12 }, "column": { "name": "列数", "default": 4, "type": "number", "col": 12 } } }, "GridGap": { "name": "间距", "type": "suite", "children": { "rowGridGap": { "name": "行距", "default": 10, "type": "number", "col": 12, "suffix": "px" }, "columnGridGap": { "name": "列距", "default": 4, "type": "number", "col": 12, "suffix": "px" } } } } }, "animate": { "type": "group", "fold": false, "name": "自动轮播", "enableHide": true, "children": { "show": { "default": false }, "interval": { "show": [ [ "show", "$eq", true ] ], "name": "间隔时长", "default": 5, "type": "number", "min": 1, "max": 3600, "suffix": "s" }, "stay": { "name": "点击停留", "show": [ [ "show", "$eq", true ] ], "default": 20, "type": "number", "min": 0, "suffix": "s" } } }, "scrollbar": { "name": "滚动条", "enableHide": true, "fold": false, "type": "group", "children": { "show": { "default": false }, "length": { "show": [ [ "show", "$eq", true ] ], "name": "粗细", "default": 1, "type": "number", "min": 0, "suffix": "px" }, "track": { "show": [ [ "show", "$eq", true ] ], "name": "轨道", "default": "rgba(255, 255, 255, 0)", "type": "color" }, "thumb": { "show": [ [ "show", "$eq", true ] ], "name": "滑块", "default": "#73D8FF", "type": "color" } } }, "linked": { "name": "组件联动", "type": "boolean", "default": false }, "canCancel": { "name": "允许取消选中", "value": false, "type": "boolean" } } }, "tabStyle": { "name": "样式", "type": "menuChild", "mode": "multiple", "children": { "defaultStyle": { "name": "默认", "children": { "text": { "name": "文字", "type": "group", "children": { "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 16, "color": "rgba(230, 247, 255, 0.5)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 } }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "number", "default": 0, "suffix": "px", "col": 12 } } }, "shadow": { "type": "boolean", "default": false, "name": "阴影" }, "textShadowConfig": { "type": "suite", "name": "文本阴影", "show": [ [ "shadow", "$eq", true ] ], "children": { "color": { "name": "颜色", "type": "color", "default": "#fff", "col": 12 }, "vShadow": { "name": "X", "type": "number", "default": 0, "col": 12 }, "hShadow": { "name": "Y", "type": "number", "default": 0, "col": 12 }, "blur": { "name": "模糊", "type": "text", "default": 8, "col": 12 } } } } }, "background": { "name": "背景", "type": "group", "children": { "fillType": { "name": "填充方式", "type": "buttonRadio", "default": "color", "options": [ { "label": "颜色", "value": "color" }, { "label": "自定义", "value": "custom" } ] }, "colors": { "show": [ [ "fillType", "$eq", "color" ] ], "type": "color", "default": "RGBA(24,144,255,0.15)", "name": "颜色" }, "url": { "show": [ [ "fillType", "$eq", "custom" ] ], "name": "图片", "type": "image", "default": "" } } }, "border": { "name": "描边", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "borderWidth": { "name": "粗细", "default": 2, "type": "number", "min": 0, "suffix": "px" }, "borderColor": { "name": "颜色", "default": "rgba(160,169,184,0.3)", "type": "color" } } }, "icon": { "name": "图标", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": false }, "src": { "name": "图片", "type": "image", "default": "/PdViewAsset/user/icon.png" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "suffix": "px", "default": 20, "col": 12, "type": "number" }, "height": { "name": "高度", "suffix": "px", "default": 20, "col": 12, "type": "number" } } }, "margin": { "name": "边距", "type": "suite", "children": { "marginLeft": { "name": "左", "suffix": "px", "default": 0, "col": 12, "type": "number" }, "marginRight": { "name": "右", "suffix": "px", "default": 10, "col": 12, "type": "number" } } } } } } }, "currentStyle": { "name": "选中", "children": { "text": { "name": "文字", "type": "group", "children": { "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 18, "color": "rgba(255, 255, 255, 1)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "number", "default": 0, "suffix": "px", "col": 12 } } }, "shadow": { "type": "boolean", "default": true, "name": "阴影" }, "textShadowConfig": { "type": "suite", "name": "文本阴影", "show": [ [ "shadow", "$eq", true ] ], "children": { "color": { "name": "颜色", "type": "color", "default": "#fff", "col": 12 }, "vShadow": { "name": "X", "type": "number", "default": 0, "col": 12 }, "hShadow": { "name": "Y", "type": "number", "default": 0, "col": 12 }, "blur": { "name": "模糊", "type": "text", "default": 8, "col": 12 } } } } }, "background": { "name": "背景", "type": "group", "children": { "fillType": { "name": "填充方式", "type": "buttonRadio", "default": "color", "options": [ { "label": "颜色", "value": "color" }, { "label": "自定义", "value": "custom" } ] }, "colors": { "show": [ [ "fillType", "$eq", "color" ] ], "type": "color", "default": "RGBA(24,144,255,0.15)", "name": "颜色" }, "url": { "show": [ [ "fillType", "$eq", "custom" ] ], "name": "图片", "type": "image", "default": "" } } }, "border": { "name": "描边", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "borderWidth": { "name": "粗细", "default": 2, "type": "number", "min": 0, "suffix": "px" }, "borderColor": { "name": "颜色", "default": "rgba(160,169,184,0.3)", "type": "color" } } }, "icon": { "name": "图标", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": false }, "src": { "name": "图片", "type": "image", "default": "/PdViewAsset/user/icon.png" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "suffix": "px", "default": 20, "col": 12, "type": "number" }, "height": { "name": "高度", "suffix": "px", "default": 20, "col": 12, "type": "number" } } }, "margin": { "name": "边距", "type": "suite", "children": { "marginLeft": { "name": "左", "suffix": "px", "default": 0, "col": 12, "type": "number" }, "marginRight": { "name": "右", "suffix": "px", "default": 10, "col": 12, "type": "number" } } } } } } } } }, "tabSeries": { "type": "menuChild", "name": "系列", "children": { "tabseries": { "name": "数据系列", "type": "tabs", "default": [], "template": { "type": "object", "name": "系列<%= i + 1%>", "children": { "value": { "name": "s", "type": "text", "default": "", "description": "选项字段值" }, "defaultStyle": { "name": "默认", "type": "group", "children": { "widthWeight": { "name": "宽度权重比", "description": "按空间比例划分,权重越大,占位越多", "type": "number", "min": 0, "default": 1 }, "translate": { "type": "suite", "name": "整体偏移", "children": { "x": { "name": "X", "type": "number", "col": 12, "default": 0, "suffix": "px" }, "y": { "name": "Y", "type": "number", "col": 12, "default": 0, "suffix": "px" } } }, "text": { "name": "文字", "type": "group", "children": { "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 16, "color": "rgba(230, 247, 255, 0.5)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 } }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "number", "default": 0, "suffix": "px", "col": 12 } } }, "shadow": { "type": "boolean", "default": false, "name": "阴影" }, "textShadowConfig": { "type": "suite", "name": "文本阴影", "show": [ [ "shadow", "$eq", true ] ], "children": { "color": { "name": "颜色", "type": "color", "default": "#fff", "col": 12 }, "vShadow": { "name": "X", "type": "number", "default": 0, "col": 12 }, "hShadow": { "name": "Y", "type": "number", "default": 0, "col": 12 }, "blur": { "name": "模糊", "type": "text", "default": 8, "col": 12 } } } } }, "background": { "name": "背景", "type": "group", "children": { "fillType": { "name": "填充方式", "type": "buttonRadio", "default": "color", "options": [ { "label": "颜色", "value": "color" }, { "label": "自定义", "value": "custom" } ] }, "colors": { "show": [ [ "fillType", "$eq", "color" ] ], "type": "color", "default": "RGBA(24,144,255,0.15)", "name": "颜色" }, "url": { "show": [ [ "fillType", "$eq", "custom" ] ], "name": "图片", "type": "image", "default": "" } } }, "border": { "name": "描边", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "borderWidth": { "name": "粗细", "default": 2, "type": "number", "min": 0, "suffix": "px" }, "borderColor": { "name": "颜色", "default": "rgba(160,169,184,0.3)", "type": "color" } } }, "icon": { "name": "图标", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": false }, "src": { "name": "图片", "type": "image", "default": "/PdViewAsset/user/icon.png" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "suffix": "px", "default": 20, "col": 12, "type": "number" }, "height": { "name": "高度", "suffix": "px", "default": 20, "col": 12, "type": "number" } } }, "margin": { "name": "边距", "type": "suite", "children": { "marginLeft": { "name": "左", "suffix": "px", "default": 0, "col": 12, "type": "number" }, "marginRight": { "name": "右", "suffix": "px", "default": 10, "col": 12, "type": "number" } } } } } } }, "currentStyle": { "name": "当前", "type": "group", "children": { "widthWeight": { "name": "宽度权重比", "description": "按空间比例划分,权重越大,占位越多", "type": "number", "min": 0, "default": 1 }, "translate": { "type": "suite", "name": "整体偏移", "children": { "x": { "name": "X", "type": "number", "col": 12, "default": 0, "suffix": "px" }, "y": { "name": "Y", "type": "number", "col": 12, "default": 0, "suffix": "px" } } }, "text": { "name": "文字", "type": "group", "children": { "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 18, "color": "rgba(255, 255, 255, 1)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "number", "default": 0, "suffix": "px", "col": 12 } } }, "shadow": { "type": "boolean", "default": false, "name": "阴影" }, "textShadowConfig": { "type": "suite", "name": "文本阴影", "show": [ [ "shadow", "$eq", true ] ], "children": { "color": { "name": "颜色", "type": "color", "default": "#fff", "col": 12 }, "vShadow": { "name": "X", "type": "number", "default": 0, "col": 12 }, "hShadow": { "name": "Y", "type": "number", "default": 0, "col": 12 }, "blur": { "name": "模糊", "type": "text", "default": 8, "col": 12 } } } } }, "background": { "name": "背景", "type": "group", "children": { "fillType": { "name": "填充方式", "type": "buttonRadio", "default": "color", "options": [ { "label": "颜色", "value": "color" }, { "label": "自定义", "value": "custom" } ] }, "colors": { "show": [ [ "fillType", "$eq", "color" ] ], "type": "color", "default": "RGBA(24,144,255,0.15)", "name": "颜色" }, "url": { "show": [ [ "fillType", "$eq", "custom" ] ], "name": "图片", "type": "image", "default": "" } } }, "border": { "name": "描边", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "borderWidth": { "name": "粗细", "default": 2, "type": "number", "min": 0, "suffix": "px" }, "borderColor": { "name": "颜色", "default": "rgba(160,169,184,0.3)", "type": "color" } } }, "icon": { "name": "图标", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": false }, "src": { "name": "图片", "type": "image", "default": "/PdViewAsset/user/icon.png" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "suffix": "px", "default": 20, "col": 12, "type": "number" }, "height": { "name": "高度", "suffix": "px", "default": 20, "col": 12, "type": "number" } } }, "margin": { "name": "边距", "type": "suite", "children": { "marginLeft": { "name": "左", "suffix": "px", "default": 0, "col": 12, "type": "number" }, "marginRight": { "name": "右", "suffix": "px", "default": 10, "col": 12, "type": "number" } } } } } } } } } } } } } } }, "api_data": { "source": [ { "s": "1", "content": "Tab A" }, { "s": "2", "content": "Tab B" }, { "s": "3", "content": "Tab C" }, { "s": "4", "content": "Tab D" } ] }, "events": { "click": { "name": "鼠标点击", "fields": { "s": { "description": "选项编号", "type": "string" }, "content": { "description": "选项内容", "type": "string" } }, "data": { "s": "1", "content": "Tab A" } }, "mouseEnter": { "name": "鼠标移入", "fields": { "s": { "description": "选项编号", "type": "string" }, "content": { "description": "选项内容", "type": "string" } }, "data": { "s": "1", "content": "Tab A" } }, "mouseLeave": { "name": "鼠标移出", "fields": { "s": { "description": "选项编号", "type": "string" }, "content": { "description": "选项内容", "type": "string" } }, "data": { "s": "1", "content": "Tab A" } }, "stateChange": { "name": "状态改变", "type": "object", "fields": { "s": { "description": "选项编号", "type": "string" }, "content": { "description": "选项内容", "type": "string" } }, "data": { "s": "1", "content": "Tab A" } } }, "publicHandler": { "setIndex": { "name": "设置选择项", "type": "number", "config": [], "useFnConfig": { "desc": "return 的值将作为选项卡下标" }, "data": 1, "fields": {} }, "paused": { "name": "轮播暂停", "config": [], "data": 1, "type": "number", "fields": {} }, "open": { "name": "轮播开启", "type": "number", "data": 1, "config": [], "fields": {} } } } }