{ "name": "scrollPickerV2", "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": "^17.0.2", "react-dom": "^17.0.2", "d3": "5.16.0", "popmotion": "^11.0.5" }, "pandav": { "cn_name": "滚动选择器", "level": 0, "protocol": 2, "apis": { "source": { "handler": "render", "description": "数据接口", "fields": { "s": { "description": "类别", "type": "number" }, "content": { "description": "状态值", "type": "string" } } } }, "config": { "options": { "type": "menu", "children": { "chart": { "name": "全局", "type": "menuChild", "children": { "initIndex": { "name": "默认选中", "type": "number", "default": 1, "step": 1, "description": "从1开始,0即不选中" }, "showNumber": { "name": "显示数", "type": "number", "default": 7, "step": 1, "min": 0 }, "itemSpacing": { "name": "选项间距", "type": "number", "default": 0, "min": 0, "suffix": "px" }, "sortDirection": { "name": "排列方式", "type": "radio", "default": "column", "options": [ { "label": "竖直排列", "value": "column" }, { "label": "横向排列", "value": "row" } ] }, "animate": { "name": "自动轮播", "type": "switch", "default": false }, "time": { "show": [ [ "animate", "$eq", true ] ], "name": "间隔时长", "type": "number", "max": 3600, "min": 1, "default": 5, "suffix": "s" } } }, "styleConfig": { "name": "样式", "type": "menuChild", "mode": "multiple", "children": { "defaultConfig": { "name": "默认样式", "children": { "textS": { "name": "文字", "type": "group", "children": { "fontFamily": { "name": "字体", "type": "search", "default": "manrope-medium" }, "fontSizeConfig": { "name": "字号范围", "type": "suite", "children": { "min": { "name": "最小值", "type": "number", "default": 12, "col": 12, "suffix": "px" }, "max": { "name": "最大值", "type": "number", "default": 20, "col": 12, "suffix": "px" } } }, "colors": { "type": "fill", "components": [ "flat", "linearGradient" ], "default": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "RGBA(255,255,255,0.1)" }, { "offset": 100, "color": "RGBA(255,255,255,0.9)" } ], "angle": 0, "opacity": 1 } }, "name": "颜色梯度" }, "textAlign": { "name": "对齐方式", "type": "iconRadio", "default": "center", "evenlySplit": true, "options": [ { "label": "左对齐", "value": "left", "src": "align-left" }, { "label": "居中对齐", "value": "center", "src": "align-center" }, { "label": "右对齐", "value": "right", "src": "align-right" } ] }, "shadow": { "type": "boolean", "default": false, "name": "阴影" }, "shadowConfig": { "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 } } } } }, "translate": { "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" } } }, "background": { "name": "背景", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": false }, "fillType": { "name": "填充方式", "type": "radio", "default": "bgColor", "options": [ { "label": "颜色", "value": "bgColor" }, { "label": "自定义", "value": "bgImg" } ] }, "bgColor": { "show": [ [ "fillType", "$eq", "bgColor" ] ], "type": "color", "default": "#fff", "name": "颜色" }, "bgImg": { "show": [ [ "fillType", "$eq", "bgImg" ] ], "name": "图片", "type": "image", "default": "" } } } } }, "currentConfig": { "name": "选中", "children": { "textS": { "name": "文字", "type": "group", "children": { "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 28, "color": "#fff", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "textAlign": { "name": "对齐方式", "type": "iconRadio", "default": "center", "evenlySplit": true, "options": [ { "label": "左对齐", "value": "left", "src": "align-left" }, { "label": "居中对齐", "value": "center", "src": "align-center" }, { "label": "右对齐", "value": "right", "src": "align-right" } ] }, "shadow": { "type": "boolean", "default": true, "name": "阴影" }, "shadowConfig": { "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 } } } } }, "translate": { "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" } } }, "background": { "name": "背景", "fold": false, "type": "group", "enableHide": true, "children": { "show": { "default": false }, "fillType": { "name": "填充方式", "type": "radio", "default": "bgColor", "options": [ { "label": "颜色", "value": "bgColor" }, { "label": "自定义", "value": "bgImg" } ] }, "bgColor": { "show": [ [ "fillType", "$eq", "bgColor" ] ], "type": "color", "default": "#fff", "name": "颜色" }, "bgImg": { "show": [ [ "fillType", "$eq", "bgImg" ] ], "name": "图片", "type": "image", "default": "" } } } } } } }, "series": { "type": "menuChild", "name": "系列", "children": { "series": { "name": "数据系列", "type": "tabs", "default": [ { "s": "1", "defaultConfig": { "textS": { "fontFamily": "Mircosoft Yahei", "fontSizeConfig": { "min": 12, "max": 20 }, "colors": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "RGBA(255,255,255,0.1)" }, { "offset": 100, "color": "RGBA(255,255,255,0.9)" } ], "angle": 30, "opacity": 1 } }, "textAlign": "center", "shadow": false, "shadowConfig": { "color": "#fff", "vShadow": 0, "hShadow": 0, "blur": 8 } }, "translate": { "x": 0, "y": 0 }, "background": { "show": false, "fillType": "bgColor", "bgColor": "#fff", "bgImg": "" } }, "currentConfig": { "textS": { "textStyle": { "fontFamily": "Mircosoft Yahei", "fontSize": 28, "color": "#fff", "fontWeight": "normal", "italic": "bolder", "letterSpacing": 0 }, "textAlign": "center", "shadow": false, "shadowConfig": { "color": "#fff", "vShadow": 0, "hShadow": 0, "blur": 8 } }, "translate": { "x": 0, "y": 0 }, "background": { "show": false, "fillType": "bgColor", "bgColor": "#fff", "bgImg": "" } } } ], "template": { "type": "object", "name": "系列<%= i + 1%>", "children": { "s": { "name": "s", "type": "text", "default": "", "description": "选项字段值" }, "defaultConfig": { "name": "默认", "type": "group", "children": { "textS": { "name": "文本样式", "type": "group", "children": { "fontFamily": { "name": "字体", "type": "search", "default": "manrope-medium" }, "fontSizeConfig": { "name": "字号范围", "type": "suite", "children": { "min": { "name": "最小值", "type": "number", "default": 12, "col": 12, "suffix": "px" }, "max": { "name": "最大值", "type": "number", "default": 20, "col": 12, "suffix": "px" } } }, "colors": { "type": "fill", "components": [ "flat", "linearGradient" ], "default": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "RGBA(255,255,255,0.1)" }, { "offset": 100, "color": "RGBA(255,255,255,0.9)" } ], "angle": 30, "opacity": 1 } }, "name": "颜色梯度" }, "textAlign": { "name": "对齐方式", "type": "iconRadio", "default": "center", "evenlySplit": true, "options": [ { "label": "左对齐", "value": "left", "src": "align-left" }, { "label": "居中对齐", "value": "center", "src": "align-center" }, { "label": "右对齐", "value": "right", "src": "align-right" } ] }, "shadow": { "type": "boolean", "default": false, "name": "阴影" }, "shadowConfig": { "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 } } } } }, "translate": { "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" } } }, "background": { "name": "背景", "fold": false, "type": "group", "enableHide": true, "children": { "show": { "default": false }, "fillType": { "name": "填充方式", "type": "radio", "default": "bgColor", "options": [ { "label": "颜色", "value": "bgColor" }, { "label": "自定义", "value": "bgImg" } ] }, "bgColor": { "show": [ [ "fillType", "$eq", "bgColor" ] ], "type": "color", "default": "#fff", "name": "颜色" }, "bgImg": { "show": [ [ "fillType", "$eq", "bgImg" ] ], "name": "图片", "type": "image", "default": "" } } } } }, "currentConfig": { "name": "选中", "type": "group", "children": { "textS": { "name": "文字", "type": "group", "children": { "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 28, "color": "#fff", "fontWeight": "normal", "italic": "bold", "letterSpacing": 0 } }, "textAlign": { "name": "对齐方式", "type": "iconRadio", "default": "center", "evenlySplit": true, "options": [ { "label": "左对齐", "value": "left", "src": "align-left" }, { "label": "居中对齐", "value": "center", "src": "align-center" }, { "label": "右对齐", "value": "right", "src": "align-right" } ] }, "shadow": { "type": "boolean", "default": true, "name": "阴影" }, "shadowConfig": { "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 } } } } }, "translate": { "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" } } }, "background": { "name": "背景", "fold": false, "type": "group", "enableHide": true, "children": { "show": { "default": false }, "fillType": { "name": "填充方式", "type": "radio", "default": "bgColor", "options": [ { "label": "颜色", "value": "bgColor" }, { "label": "自定义", "value": "bgImg" } ] }, "bgColor": { "show": [ [ "fillType", "$eq", "bgColor" ] ], "type": "color", "default": "#fff", "name": "颜色" }, "bgImg": { "show": [ [ "fillType", "$eq", "bgImg" ] ], "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" }, { "s": "5", "content": "Tab E" }, { "s": "6", "content": "Tab F" }, { "s": "7", "content": "Tab G" }, { "content": "Tab H", "s": "8" }, { "content": "Tab I", "s": "9" }, { "content": "Tab J", "s": "10" }, { "content": "Tab K", "s": "11" }, { "content": "Tab L", "s": "12" }, { "content": "Tab M", "s": "13" }, { "content": "Tab N", "s": "14" } ] }, "events": { "click": { "name": "鼠标点击", "type": "object", "fields": { "s": { "description": "编号", "type": "number" }, "content": { "description": "文本内容", "type": "string" } }, "data": { "s": "1", "content": "Tab A" } }, "stateChange": { "name": "状态改变", "type": "object", "fields": { "s": { "description": "编号", "type": "number" }, "content": { "description": "文本内容", "type": "string" } }, "data": { "s": "1", "content": "Tab A" } } }, "publicHandler": { "setIndex": { "name": "设置选择项", "config": [], "useFnConfig": { "description": "return 的值将作为选项卡下标" }, "type": "number", "data": 1, "fields": {} } }, "view": { "width": "150", "height": "320", "minWidth": "10", "minHeight": "10", "z-index": 1010 }, "type": [ "DataV-6:media" ], "icon": "/civ_pandaview_component/pandabi-component/assets/滚动选择器.gif", "thumbnail": "/civ_pandaview_component/pandabi-component/assets/滚动选择器.gif" } }