{ "name": "textCheckbox", "version": "1.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": "16.13.1", "react-dom": "16.13.1" }, "pandav": { "cn_name": "多项选项卡", "level": 0, "icon": "/civ_pandaview_component/pandabi-component/assets/iyq4hyx12_1627559930023_28o8fsvh76.png", "protocol": 2, "type": [ "DataV-6:media" ], "view": { "width": "450", "height": "48", "minWidth": "0", "minHeight": "0", "z-index": 110 }, "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": "text", "default": "1,2", "description": "格式: 从1开始,以逗号分隔默认选中的选项(例如: 1,2,3)" }, "align": { "name": "对齐方式", "type": "iconRadio", "default": "center", "evenlySplit": true, "options": [ { "label": "左对齐", "value": "flex-start", "src": "align-left" }, { "label": "居中对齐", "value": "center", "src": "align-center" }, { "label": "右对齐", "value": "flex-end", "src": "align-right" } ] }, "textOverflow": { "name": "文本溢出", "type": "select", "default": "ellipsis", "options": [ { "label": "换行", "value": "break-word" }, { "label": "省略号", "value": "ellipsis" }, { "label": "跑马灯", "value": "marquee" } ] }, "speed": { "name": "滚动速度", "type": "number", "default": 5, "show": [ [ "textOverflow", "$eq", "marquee" ] ] }, "grid": { "name": "网格布局", "type": "group", "children": { "gridLayout": { "name": "布局", "type": "suite", "children": { "row": { "name": "行数", "type": "number", "default": 1, "col": 12 }, "column": { "name": "列数", "type": "number", "default": 4, "col": 12 } } }, "GridGap": { "name": "间距", "type": "suite", "children": { "rowGridGap": { "name": "行距", "type": "number", "default": 10, "suffix": "px", "col": 12 }, "columnGridGap": { "name": "列距", "type": "number", "default": 4, "suffix": "px", "col": 12 } } } } }, "scrollbar": { "name": "滚动条", "type": "group", "enableHide": true, "children": { "show": { "default": false }, "length": { "name": "粗细", "type": "number", "default": 1, "min": 0, "suffix": "px" }, "track": { "name": "轨道", "type": "color", "default": "rgba(255,255,255,0)" }, "thumb": { "name": "滑块", "type": "color", "default": "#73D8FF" } } } } }, "tabStyle": { "name": "样式", "type": "menuChild", "mode": "multiple", "children": { "component": { "name": "默认", "children": { "text": { "name": "文字", "type": "group", "children": { "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 16, "color": "rgba(230, 247, 255, 1)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "textTranslate": { "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": { "name": "阴影", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": false }, "dropShadow": { "name": "阴影", "type": "suite", "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": "select", "default": "color", "options": [ { "label": "颜色", "value": "color" }, { "label": "自定义", "value": "custom" } ] }, "colors": { "show": [ [ "fillType", "$eq", "color" ] ], "name": "颜色", "type": "fill", "components": [ "linearGradient", "flat" ], "default": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "RGBA(15,22,34,0.1)" }, { "offset": 100, "color": "RGBA(30,31,45,0.9)" } ], "angle": 0 } } }, "url": { "show": [ [ "fillType", "$eq", "custom" ] ], "name": "图片", "type": "image", "default": "" } } }, "border": { "name": "描边", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": true }, "borderWidth": { "name": "粗细", "type": "number", "default": 2, "suffix": "px" }, "borderColor": { "name": "颜色", "type": "color", "default": "RGBA(160,169,184,0.3)" } } }, "icon": { "name": "图标", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": false }, "src": { "name": "图片", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/textCheckboxV2/icon.png" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "type": "number", "col": 12, "suffix": "px", "default": 20 }, "height": { "name": "长度", "type": "number", "default": 20, "col": 12, "suffix": "px" } } }, "margin": { "name": "边距", "type": "suite", "children": { "marginLeft": { "name": "左", "type": "number", "col": 12, "suffix": "px", "default": 0 }, "marginRight": { "name": "右", "type": "number", "default": 10, "col": 12, "suffix": "px" } } } } } } }, "activeStyle": { "name": "选中", "children": { "text": { "name": "文字", "type": "group", "children": { "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 16, "color": "rgba(230, 247, 255, 1)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "textTranslate": { "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": { "name": "阴影", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": false }, "dropShadow": { "name": "阴影", "type": "suite", "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": "select", "default": "color", "options": [ { "label": "颜色", "value": "color" }, { "label": "自定义", "value": "custom" } ] }, "colors": { "show": [ [ "fillType", "$eq", "color" ] ], "name": "颜色", "type": "fill", "components": [ "linearGradient", "flat" ], "default": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "RGBA(30,231,231,0.1)" }, { "offset": 100, "color": "RGBA(30,231,231,0.1)" } ], "angle": 0 } } }, "url": { "show": [ [ "fillType", "$eq", "custom" ] ], "name": "图片", "type": "image", "default": "" } } }, "border": { "name": "描边", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": true }, "borderWidth": { "name": "粗细", "type": "number", "default": 2, "suffix": "px" }, "borderColor": { "name": "颜色", "type": "color", "default": "#08fbf5" } } }, "icon": { "name": "图标", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": false }, "src": { "name": "图片", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/textCheckboxV2/icon.png" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "type": "number", "col": 12, "suffix": "px", "default": 20 }, "height": { "name": "长度", "type": "number", "default": 20, "col": 12, "suffix": "px" } } }, "margin": { "name": "边距", "type": "suite", "children": { "marginLeft": { "name": "左", "type": "number", "col": 12, "suffix": "px", "default": 0 }, "marginRight": { "name": "右", "type": "number", "default": 10, "col": 12, "suffix": "px" } } } } } } } } }, "tabSeries": { "name": "系列", "type": "menuChild", "children": { "tabseries": { "name": "数据系列", "type": "tabs", "default": [], "template": { "name": "系列<%=i+1%>", "type": "object", "children": { "value": { "name": "s", "type": "text", "default": "" }, "entityTranslate": { "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 } } }, "component": { "name": "默认样式", "type": "group", "children": { "background": { "name": "背景", "type": "group", "children": { "fillType": { "name": "填充方式", "type": "select", "default": "color", "options": [ { "label": "颜色", "value": "color" }, { "label": "自定义", "value": "custom" } ] }, "colors": { "show": [ [ "fillType", "$eq", "color" ] ], "name": "颜色", "type": "fill", "components": [ "linearGradient", "flat" ], "default": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "RGBA(30,231,231,0.1)" }, { "offset": 100, "color": "RGBA(30,231,231,0.1)" } ], "angle": 0 } } }, "url": { "show": [ [ "fillType", "$eq", "custom" ] ], "name": "图片", "type": "image", "default": "" } } }, "icon": { "name": "图标", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": false }, "src": { "name": "图片", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/textCheckboxV2/icon.png" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "type": "number", "col": 12, "suffix": "px", "default": 20 }, "height": { "name": "长度", "type": "number", "default": 20, "col": 12, "suffix": "px" } } }, "margin": { "name": "边距", "type": "suite", "children": { "marginLeft": { "name": "左", "type": "number", "col": 12, "suffix": "px", "default": 0 }, "marginRight": { "name": "右", "type": "number", "default": 10, "col": 12, "suffix": "px" } } } } } } }, "activeStyle": { "name": "选中样式", "type": "group", "children": { "background": { "name": "背景", "type": "group", "children": { "fillType": { "name": "填充方式", "type": "select", "default": "color", "options": [ { "label": "颜色", "value": "color" }, { "label": "自定义", "value": "custom" } ] }, "colors": { "show": [ [ "fillType", "$eq", "color" ] ], "name": "颜色", "type": "fill", "components": [ "linearGradient", "flat" ], "default": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "RGBA(30,231,231,0.1)" }, { "offset": 100, "color": "RGBA(30,231,231,0.1)" } ], "angle": 0 } } }, "url": { "show": [ [ "fillType", "$eq", "custom" ] ], "name": "图片", "type": "image", "default": "" } } }, "icon": { "name": "图标", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": false }, "src": { "name": "图片", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/textCheckboxV2/icon.png" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "type": "number", "col": 12, "suffix": "px", "default": 20 }, "height": { "name": "长度", "type": "number", "default": 20, "col": 12, "suffix": "px" } } }, "margin": { "name": "边距", "type": "suite", "children": { "marginLeft": { "name": "左", "type": "number", "col": 12, "suffix": "px", "default": 0 }, "marginRight": { "name": "右", "type": "number", "default": 10, "col": 12, "suffix": "px" } } } } } } } } } } } } } } }, "api_data": { "source": [ { "s": "1", "content": "选项 A" }, { "s": "2", "content": "选项 B" }, { "s": "3", "content": "选项 C" }, { "s": "4", "content": "选项 D" } ] }, "events": { "click": { "name": "鼠标点击", "type": "array", "fields": { "s": { "description": "当前索引", "type": "number" }, "content": { "description": "当前内容", "type": "string" } }, "data": [ { "s": "1", "content": "选项 A" } ] } }, "publicHandler": { "setIndex": { "name": "设置选中项", "config": [], "useFnConfig": { "description": "return 的值需是字符串下标,如'2,3'" }, "type": "string", "data": "2,3", "fields": {} } }, "thumbnail": "/civ_pandaview_component/pandabi-component/assets/iyq4hyx12_1627559930023_28o8fsvh76.png" } }