{ "name": "tabV2", "version": "1.2.5", "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/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": true }, "defaultCallback": { "name": "默认回调", "value": true, "type": "boolean" } } }, "tabStyle": { "name": "样式", "type": "menuChild", "mode": "multiple", "children": { "defaultStyle": { "name": "默认样式", "children": { "text": { "name": "文字", "type": "group", "children": { "textStyle": { "type": "suite", "name": "文本样式", "children": { "fontFamily": { "name": "字体", "default": "微软雅黑", "type": "search", "range": [], "col": 12 }, "fontSize": { "name": "字号", "default": 18, "type": "number", "col": 12 }, "lineHeight": { "name": "行距", "default": 18, "type": "number", "col": 12, "suffix": "px" }, "letterSpacing": { "name": "字距", "default": 0, "type": "number", "col": 12, "suffix": "px" }, "color": { "type": "color", "default": "rgba(226, 237, 255, 0.5)", "name": "颜色" }, "fontWeight": { "name": "字体粗细", "type": "select", "default": "normal", "searches": [ "normal", "bold", "bolder", "lighter", 100, 200, 300, 400, 500, 600, 700, 800, 900 ], "options": [ { "name": "Normal", "value": "normal" }, { "name": "Bold", "value": "bold" }, { "name": "Bolder", "value": "bolder" }, { "name": "Lighter", "value": "lighter" }, { "name": "100", "value": "100" }, { "name": "200", "value": "200" }, { "name": "300", "value": "300" }, { "name": "400", "value": "400" }, { "name": "500", "value": "500" }, { "name": "600", "value": "600" }, { "name": "700", "value": "700" }, { "name": "800", "value": "800" }, { "name": "900", "value": "900" } ], "col": 12 }, "italic": { "name": "倾斜", "type": "select", "default": "normal", "options": [ { "label": "默认", "value": "normal" }, { "label": "倾斜", "value": "italic" } ], "col": 12 } } }, "textTranslate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "x", "type": "number", "default": 0, "col": 12, "suffix": "px" }, "y": { "name": "y", "type": "number", "default": 0, "col": 12, "suffix": "px" } } }, "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 }, "url": { "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": { "textStyle": { "type": "suite", "name": "文本样式", "children": { "fontFamily": { "name": "字体", "default": "微软雅黑", "type": "search", "range": [], "col": 12 }, "fontSize": { "name": "字号", "default": 18, "type": "number", "col": 12 }, "lineHeight": { "name": "行距", "default": 18, "type": "number", "col": 12, "suffix": "px" }, "letterSpacing": { "name": "字距", "default": 0, "type": "number", "col": 12, "suffix": "px" }, "color": { "type": "color", "default": "#fff", "name": "颜色" }, "fontWeight": { "name": "字体粗细", "type": "select", "default": "normal", "searches": [ "normal", "bold", "bolder", "lighter", 100, 200, 300, 400, 500, 600, 700, 800, 900 ], "options": [ { "name": "Normal", "value": "normal" }, { "name": "Bold", "value": "bold" }, { "name": "Bolder", "value": "bolder" }, { "name": "Lighter", "value": "lighter" }, { "name": "100", "value": "100" }, { "name": "200", "value": "200" }, { "name": "300", "value": "300" }, { "name": "400", "value": "400" }, { "name": "500", "value": "500" }, { "name": "600", "value": "600" }, { "name": "700", "value": "700" }, { "name": "800", "value": "800" }, { "name": "900", "value": "900" } ], "col": 12 }, "italic": { "name": "倾斜", "type": "select", "default": "normal", "options": [ { "label": "默认", "value": "normal" }, { "label": "倾斜", "value": "italic" } ], "col": 12 } } }, "textTranslate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "x", "type": "number", "default": 0, "col": 12, "suffix": "px" }, "y": { "name": "y", "type": "number", "default": 0, "col": 12, "suffix": "px" } } }, "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 }, "url": { "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": [ { "value": "s", "entityTranslate": { "x": 0, "y": 0 }, "textTranslate": { "x": 0, "y": 0 }, "widthWeight": 1, "background": { "show": true, "fillType": "color", "defaultColor": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "RGBA(34,224,214,0.1)" }, { "offset": 100, "color": "RGBA(31,182,185,0.6)" } ], "angle": 0, "opacity": 1 } }, "currentColor": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "RGBA(34,224,214,0.1)" }, { "offset": 100, "color": "RGBA(31,182,185,0.6)" } ], "angle": 0, "opacity": 1 } }, "defaultUrl": "", "currentUrl": "" } } ], "template": { "type": "object", "name": "系列<%= i + 1%>", "children": { "value": { "name": "s", "type": "text", "default": "", "description": "选项字段值" }, "entityTranslate": { "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" } } }, "textTranslate": { "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" } } }, "widthWeight": { "name": "宽度权重比", "description": "按空间比例划分,权重越大,占位越多", "type": "number", "min": 0, "default": 1 }, "background": { "type": "group", "fold": true, "enableHide": true, "name": "背景", "children": { "show": { "default": true }, "fillType": { "name": "填充方式", "type": "buttonRadio", "default": "color", "options": [ { "label": "颜色", "value": "color" }, { "label": "自定义", "value": "custom" } ] }, "defaultColor": { "show": [ [ "fillType", "$eq", "color" ] ], "type": "fill", "components": [ "flat", "linearGradient" ], "default": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "RGBA(34,224,214,0.1)" }, { "offset": 100, "color": "RGBA(31,182,185,0.6)" } ], "angle": 0, "opacity": 1 } }, "name": "默认颜色" }, "currentColor": { "show": [ [ "fillType", "$eq", "color" ] ], "type": "fill", "components": [ "flat", "linearGradient" ], "default": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "RGBA(34,224,214,0.1)" }, { "offset": 100, "color": "RGBA(31,182,185,0.6)" } ], "angle": 0, "opacity": 1 } }, "name": "选中颜色" }, "defaultUrl": { "show": [ [ "fillType", "$eq", "custom" ] ], "name": "默认图片", "type": "image", "default": "" }, "currentUrl": { "show": [ [ "fillType", "$eq", "custom" ] ], "name": "选中图片", "type": "image", "default": "" } } } } } } } } } } }, "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": {} } } } }