{ "name": "tableListV2", "version": "1.0.1", "scripts": { "build": "cube build ./ --output=../../datavComponent --remote=pandav --smart" }, "dependencies": { "bcore": "0.0.18", "d3": "5.16.0", "jquery": "2.1.4", "lodash": "4.6.1", "react": "16.13.1", "react-dom": "16.13.1", "react-motion": "^0.5.2" }, "pandav": { "cn_name": "轮播表格V2", "level": 0, "icon": "/civ_pandaview_component/pandabi-component/assets/873eb6db-c08a-409e-b044-88e0dce9de1f.gif", "thumbnail": "/civ_pandaview_component/pandabi-component/assets/873eb6db-c08a-409e-b044-88e0dce9de1f.gif", "protocol": 2, "type": [ "DataV-6:table" ], "supportTheme": true, "view": { "width": "538", "height": "304", "minWidth": "20", "minHeight": "20", "z-index": 1010 }, "apis": { "source": { "handler": "render", "description": "数据接口", "fields": { "column1": { "description": "文本", "type": "string" }, "column2": { "description": "文本", "type": "string" }, "column3": { "description": "文本", "type": "string" }, "column4": { "description": "文本", "type": "string" }, "column4": { "description": "文本", "type": "string" }, "isSelected": { "description": "选择", "type": "bool", "optional": true } } } }, "config": { "options": { "type": "menu", "children": { "chart": { "name": "组件", "type": "menuChild", "children": { "global": { "name": "全局", "type": "group", "children": { "firstCallback": { "type": "text", "name": "首行回调", "default": "" }, "size": { "name": "表格行数", "default": 5, "type": "number" }, "marginBottom": { "name": "行间距", "default": 10, "type": "number" }, "border": { "name": "边框", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": false }, "color": { "type": "color", "name": "颜色", "default": "#175b99" } } }, "scroll": { "type": "group", "name": "水平滚动", "fold": true, "enableHide": true, "children": { "show": { "default": false }, "showScrollBar": { "name": "显示滚动条", "type": "boolean", "default": false }, "bgWidth": { "name": "背景粗细", "type": "number", "default": 1, "min": 0 }, "thumb": { "type": "color", "name": "滑块", "default": "#73D8FF" }, "length": { "type": "slider", "name": "滑块大小", "default": 1, "min": 0, "max": 1, "step": 0.1 }, "thumbRadius": { "type": "slider", "name": "滑块圆角", "default": 1, "min": 0, "max": 1, "step": 0.1 }, "track": { "type": "color", "name": "轨道", "default": "rgba(255, 255, 255, 0)" }, "trackRadius": { "name": "轨道圆角", "type": "slider", "default": 1, "min": 0, "max": 1, "step": 0.1 } } }, "selectedRowConfig": { "type": "group", "name": "选中行", "children": { "color": { "type": "color", "name": "颜色", "default": "#ff0" }, "width": { "type": "number", "name": "宽度", "default": 1 }, "shadow": { "type": "group", "name": "阴影", "children": { "width": { "name": "阴影宽度", "default": 10, "type": "number" }, "color": { "type": "color", "name": "颜色", "default": "#ff0" } } }, "iconWidth": { "name": "标记宽度", "type": "number", "default": 4 }, "iconColor": { "type": "color", "default": "#ff0", "name": "标记颜色" } } }, "widthType": { "name": "列宽类型", "default": "pixel", "type": "select", "options": [ { "label": "自适应", "value": "percent" }, { "label": "固定值", "value": "pixel" } ] } } }, "animation": { "name": "动画", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": false }, "attrs": { "name": "动画设置", "type": "group", "children": { "mode": { "name": "动画模式", "type": "select", "default": "single", "options": [ { "label": "全部", "value": "total" }, { "label": "逐条", "value": "single" } ] }, "connectMode": { "show": [ [ "mode", "$eq", "single" ] ], "name": "动画衔接", "default": "circle", "type": "select", "options": [ { "label": "首尾衔接", "value": "circle" }, { "label": "重头开始", "value": "start" } ] }, "animateMode": { "show": [ [ "mode", "$eq", "total" ] ], "name": "动画形式", "default": "up", "type": "select", "options": [ { "label": "从下而上", "value": "up" }, { "label": "翻牌", "value": "flop" } ] }, "fixedCount": { "name": "置顶行数", "show": [ [ "mode", "$eq", "total" ] ], "default": 3, "type": "number", "step": 1, "min": 0 }, "callbackSwitch": { "show": [ [ "mode", "$eq", "total" ] ], "name": "置顶回调", "default": false, "type": "boolean" }, "fixedBackgroundImage": { "show": [ [ "mode", "$eq", "total" ] ], "name": "置顶背景图", "type": "image", "default": "" }, "interval": { "name": "轮播间隔(s)", "default": 3, "type": "number", "suffix": "s" }, "backgroundFixed": { "type": "boolean", "name": "背景固定", "default": true }, "highlight": { "show": [ [ "mode", "$eq", "single" ] ], "name": "高亮", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": false }, "lineNumber": { "show": [ [ "show", "$eq", true ] ], "name": "行数", "default": 3, "type": "number" }, "background": { "name": "背景", "type": "group", "children": { "fillType": { "type": "select", "name": "填充方式", "default": "custom", "options": [ { "label": "纯色", "value": "pure" }, { "label": "渐变", "value": "gradient" }, { "label": "自定义", "value": "custom" } ] }, "url": { "show": [ [ "fillType", "$eq", "custom" ] ], "name": "图片", "default": "", "type": "image" }, "color": { "show": [ [ "fillType", "$eq", "pure" ] ], "type": "color", "default": "#ffffff", "name": "背景颜色" }, "colors": { "show": [ [ "fillType", "$eq", "gradient" ] ], "name": "颜色", "type": "multicolor", "default": { "style": "double", "from": "RGBA(18, 131, 277, 1)", "to": "RGBA(18, 131, 277, 0)", "angle": 90 } } } } } } } } } }, "select": { "name": "选择", "fold": true, "enableHide": true, "type": "group", "children": { "show": { "default": false }, "type": { "type": "group", "name": "选择方式", "children": { "mode": { "name": "选择模式", "type": "select", "default": "single", "options": [ { "label": "单选", "value": "single" }, { "label": "多选", "value": "multiply" } ] } } } } }, "link": { "name": "链接", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": false }, "domain": { "type": "text", "show": [ [ "show", "$eq", true ] ], "default": "", "name": "域名URL" }, "blank": { "show": [ [ "show", "$eq", true ] ], "name": "新开页面", "type": "boolean", "default": true }, "fields": { "show": [ [ "show", "$eq", true ] ], "name": "跳转参数", "type": "tabs", "default": [ { "text": "" } ], "template": { "type": "object", "name": "参数<%= i + 1%>", "children": { "text": { "name": "文本", "default": "", "type": "text" } } } } } } } }, "component": { "name": "表格", "type": "menuChild", "children": { "tableHead": { "type": "group", "name": "表头", "fold": true, "enableHide": true, "children": { "show": { "default": true }, "lineHeight": { "show": [ [ "show", "$eq", true ] ], "name": "表头行高", "type": "number", "default": 30 }, "isFollowRow": { "name": "是否跟随列", "type": "boolean", "default": false }, "textAlign": { "show": [ [ "isFollowRow", "$eq", false ] ], "name": "对齐方式", "default": "center", "type": "select", "options": [ { "label": "左对齐", "value": "flex-start" }, { "label": "右对齐", "value": "flex-end" }, { "label": "居中对齐", "value": "center" } ] }, "background": { "show": [ [ "show", "$eq", true ] ], "name": "背景", "type": "group", "children": { "fillType": { "name": "填充方式", "default": "pure", "type": "select", "options": [ { "label": "纯色", "value": "pure" }, { "label": "渐变", "value": "gradient" }, { "label": "自定义", "value": "custom" } ] }, "color": { "type": "color", "name": "颜色", "default": "rgba(230,247,255,0)", "show": [ [ "fillType", "$eq", "pure" ] ] }, "colors": { "show": [ [ "fillType", "$eq", "gradient" ] ], "name": "颜色", "type": "multicolor", "default": { "style": "double", "from": "RGBA(18, 131, 277, 1)", "to": "RGBA(18, 131, 277, 0)", "angle": 90 } }, "url": { "name": "图片", "show": [ [ "fillType", "$eq", "custom" ] ], "type": "image", "default": "" } } }, "text": { "show": [ [ "show", "$eq", true ] ], "name": "文本样式", "type": "group", "children": { "fontFamily": { "name": "字体", "default": "微软雅黑", "type": "search", "range": [] }, "fontSize": { "name": "大小", "type": "number", "default": 14, "min": 12 }, "color": { "name": "颜色", "default": "#E6F7FF", "type": "color" }, "fontWeight": { "name": "字体粗细", "type": "select", "default": "normal", "options": [ { "label": "normal", "value": "normal" }, { "label": "bold", "value": "bold" }, { "label": "bolder", "value": "bolder" }, { "label": "lighter", "value": "lighter" }, { "label": "100", "value": "100" }, { "label": "200", "value": "200" } ] } } } } }, "col": { "type": "group", "name": "行配置", "children": { "rowStyles": { "name": "样式", "type": "tabs", "default": [ { "background": { "fillType": "pure", "color": "rgba(142, 201, 255, 0.1)", "colors": { "style": "double", "from": "RGBA(18, 131, 277, 1)", "to": "RGBA(18, 131, 277, 0)", "angle": 90 }, "url": "" }, "offset": 0, "opacity": 1, "borderRadius": 0 }, { "background": { "fillType": "pure", "color": "rgba(142, 201, 255, 0.05)", "colors": { "style": "double", "from": "RGBA(18, 131, 277, 1)", "to": "RGBA(18, 131, 277, 0)", "angle": 90 }, "url": "" }, "offset": 0, "opacity": 1, "borderRadius": 0 } ], "template": { "type": "object", "name": "行<%= i + 1%>", "children": { "background": { "name": "背景", "type": "group", "children": { "fillType": { "name": "填充方式", "default": "pure", "type": "select", "options": [ { "label": "纯色", "value": "pure" }, { "label": "渐变", "value": "gradient" }, { "label": "自定义", "value": "custom" } ] }, "color": { "type": "color", "name": "颜色", "default": "rgba(230,247,255,0)", "show": [ [ "fillType", "$eq", "pure" ] ] }, "colors": { "show": [ [ "fillType", "$eq", "gradient" ] ], "name": "颜色", "type": "multicolor", "default": { "style": "double", "from": "RGBA(18, 131, 277, 1)", "to": "RGBA(18, 131, 277, 0)", "angle": 90 } }, "url": { "name": "图片", "show": [ [ "fillType", "$eq", "custom" ] ], "type": "image", "default": "" } } }, "offset": { "name": "偏移量", "default": 0, "type": "number" }, "opacity": { "type": "slider", "max": 1, "min": 0, "step": 0.01, "default": 1, "name": "透明度" }, "borderRadius": { "name": "圆角", "default": 15, "type": "number" } } } } } }, "numberRow": { "type": "group", "fold": true, "enableHide": true, "name": "序号列", "children": { "show": { "default": true }, "title": { "show": [ [ "show", "$eq", true ] ], "name": "标题", "type": "text", "default": "#" }, "startNumber": { "show": [ [ "show", "$eq", true ] ], "type": "number", "name": "起始值", "default": 1 }, "style": { "show": [ [ "show", "$eq", true ] ], "name": "样式", "type": "group", "children": { "justifyContent": { "name": "对齐方式", "default": "center", "type": "select", "options": [ { "label": "左对齐", "value": "flex-start" }, { "label": "右对齐", "value": "flex-end" }, { "label": "居中对齐", "value": "center" } ] }, "width": { "name": "列宽", "default": 60, "type": "number", "step": 0.1 }, "marginLeft": { "name": "列间距", "default": 0, "type": "number" }, "text": { "name": "文本样式", "type": "group", "children": { "fontSize": { "name": "大小", "default": 16, "type": "number" }, "color": { "type": "color", "name": "颜色", "default": "#ffffff" }, "fontWeight": { "name": "字体粗细", "default": "normal", "type": "select", "options": [ { "label": "normal", "value": "normal" }, { "label": "bold", "value": "bold" }, { "label": "bolder", "value": "bolder" }, { "label": "lighter", "value": "lighter" }, { "label": "100", "value": "100" }, { "label": "200", "value": "200" } ] }, "fontFamily": { "name": "字体", "type": "search", "default": "manrope-semibold", "range": [] } } }, "shadow": { "name": "阴影", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": false }, "hShadow": { "name": "水平阴影", "type": "number", "default": 0 }, "vShadow": { "name": "垂直阴影", "type": "number", "default": 0 }, "blur": { "name": "模糊距离", "type": "number", "default": 0 }, "color": { "type": "color", "name": "阴影颜色", "default": "#151E27" } } }, "numeralStyle": { "name": "样式指定", "type": "tabs", "default": [ { "index": "", "size": { "width": 24, "height": 24 }, "position": { "x": 0, "y": 0 }, "fontStyle": { "fontFamily": "manrope-semibold", "fontSize": 16, "color": "#fff", "fontWeight": "normal" }, "background": { "fillType": "custom", "color": "rgba(230,247,255,0)", "colors": { "style": "double", "from": "RGBA(18, 131, 277, 1)", "to": "RGBA(18, 131, 277, 0)", "angle": 90 }, "url": "/civ_pandaview_component/pandabi-component/assets/components/tableList/tableList.png" } } ], "template": { "type": "object", "name": "样式<%= i + 1%>", "children": { "index": { "name": "序号", "default": "", "type": "text" }, "size": { "type": "suite", "name": "尺寸", "children": { "width": { "default": 24, "col": 12, "type": "number", "name": "宽" }, "height": { "default": 24, "col": 12, "type": "number", "name": "高" } } }, "position": { "type": "suite", "name": "文字偏移", "children": { "x": { "default": 24, "col": 12, "type": "number", "name": "X" }, "y": { "default": 24, "col": 12, "type": "number", "name": "Y" } } }, "fontStyle": { "type": "suite", "name": "文本样式", "children": { "fontFamily": { "name": "字体", "default": "manrope-semibold", "type": "search" }, "fontSize": { "type": "number", "default": 16, "name": "大小" }, "color": { "type": "color", "name": "颜色", "default": "#ffffff" }, "fontWeight": { "name": "字体粗细", "default": "normal", "type": "select", "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" } ] } } }, "background": { "name": "背景", "type": "group", "children": { "fillType": { "name": "填充方式", "default": "pure", "type": "select", "options": [ { "label": "纯色", "value": "pure" }, { "label": "渐变", "value": "gradient" }, { "label": "自定义", "value": "custom" } ] }, "color": { "type": "color", "name": "颜色", "default": "rgba(230,247,255,0)", "show": [ [ "fillType", "$eq", "pure" ] ] }, "colors": { "show": [ [ "fillType", "$eq", "gradient" ] ], "name": "颜色", "type": "multicolor", "default": { "style": "double", "from": "RGBA(18, 131, 277, 1)", "to": "RGBA(18, 131, 277, 0)", "angle": 90 } }, "url": { "name": "图片", "show": [ [ "fillType", "$eq", "custom" ] ], "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/tableList/tableList.png" } } } } } } } } } } } }, "rowSetting": { "name": "列设置", "type": "menuChild", "children": { "rows": { "name": "列", "type": "tabs", "default": [ { "order": 0, "value": "column1", "name": "列一", "fixed": { "show": false, "value": "", "color": "#156000" }, "textAlign": "left", "offset": { "left": 0, "top": 0 }, "wrapLock": false, "width": 160, "marginLeft": 0, "border": { "show": false, "borderWidth": 1, "borderColor": "rgba(0, 0, 0, 1)", "borderRadius": 10 }, "type": "text", "progressType": "bar", "progressColor": { "style": "double", "from": "RGBA(18, 131, 277, 1)", "to": "RGBA(18, 131, 277, 0)", "angle": 0 }, "mask": "", "size": { "width": 60, "height": 15 }, "textOverflow": "text-overflow-ellipsis", "duration": 5, "text": { "fontFamily": "manrope-semibold", "fontSize": 16, "isColorRange": false, "colorRange": [ { "min": "-Infinity", "max": "Infinity", "colors": "color" } ], "singleColor": "same", "sameColor": "rgba(255,255,255,1)", "colorSeries": [ { "colorName": "", "colorValue": "rgba(255,255,255,1)" } ], "fontWeight": "normal" }, "states": [ { "value": "", "ur": "", "size": { "width": 50, "height": 30 } } ] }, { "order": 1, "value": "column2", "name": "列二", "fixed": { "show": false, "value": "", "color": "#156000" }, "textAlign": "left", "offset": { "left": 0, "top": 0 }, "wrapLock": false, "width": 160, "marginLeft": 0, "border": { "show": false, "borderWidth": 1, "borderColor": "rgba(0, 0, 0, 1)", "borderRadius": 10 }, "type": "text", "progressType": "bar", "progressColor": { "style": "double", "from": "RGBA(18, 131, 277, 1)", "to": "RGBA(18, 131, 277, 0)", "angle": 0 }, "mask": "", "size": { "width": 60, "height": 15 }, "textOverflow": "text-overflow-ellipsis", "duration": 5, "text": { "fontFamily": "manrope-semibold", "fontSize": 16, "isColorRange": false, "colorRange": [ { "min": "-Infinity", "max": "Infinity", "colors": "color" } ], "singleColor": "same", "sameColor": "rgba(255,255,255,1)", "colorSeries": [ { "colorName": "", "colorValue": "rgba(255,255,255,1)" } ], "fontWeight": "normal" }, "states": [ { "value": "", "ur": "", "size": { "width": 50, "height": 30 } } ] }, { "order": 2, "value": "column3", "name": "列三", "fixed": { "show": false, "value": "", "color": "#156000" }, "textAlign": "left", "offset": { "left": 0, "top": 0 }, "wrapLock": false, "width": 160, "marginLeft": 0, "border": { "show": false, "borderWidth": 1, "borderColor": "rgba(0, 0, 0, 1)", "borderRadius": 10 }, "type": "text", "progressType": "bar", "progressColor": { "style": "double", "from": "RGBA(18, 131, 277, 1)", "to": "RGBA(18, 131, 277, 0)", "angle": 0 }, "mask": "", "size": { "width": 60, "height": 15 }, "textOverflow": "text-overflow-ellipsis", "duration": 5, "text": { "fontFamily": "manrope-semibold", "fontSize": 16, "isColorRange": false, "colorRange": [ { "min": "-Infinity", "max": "Infinity", "colors": "color" } ], "singleColor": "same", "sameColor": "rgba(255,255,255,1)", "colorSeries": [ { "colorName": "", "colorValue": "rgba(255,255,255,1)" } ], "fontWeight": "normal" }, "states": [ { "value": "", "ur": "", "size": { "width": 50, "height": 30 } } ] } ], "template": { "type": "object", "name": "列<%= i + 1%>", "children": { "order": { "name": "排序索引", "type": "number", "default": 0 }, "value": { "name": "字段名", "show": [ [ "progressType", "$ne", "sortBar" ] ], "value": "colum1", "type": "text" }, "name": { "name": "显示名", "type": "text", "default": "列一" }, "fixed": { "name": "置顶", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": false }, "value": { "name": "值", "default": "", "type": "text" }, "color": { "type": "color", "name": "颜色", "default": "#156000" } } }, "textAlign": { "name": "对齐方式", "type": "select", "default": "left", "options": [ { "label": "左对齐", "value": "left" }, { "label": "右对齐", "value": "right" }, { "label": "居中对齐", "value": "center" } ] }, "offset": { "name": "偏移", "type": "suite", "children": { "left": { "name": "左偏移", "type": "number", "default": 0, "col": 12 }, "top": { "name": "上偏移", "type": "number", "default": 0, "col": 12 } } }, "wrapLock": { "name": "换行锁定", "default": false, "type": "boolean" }, "width": { "name": "列宽", "default": 160, "type": "number", "step": 0.1 }, "marginLeft": { "name": "列间距", "default": 0, "type": "number" }, "border": { "type": "group", "fold": true, "enableHide": true, "name": "边框", "children": { "show": { "default": false }, "borderWidth": { "name": "宽度", "default": 1, "type": "number" }, "borderColor": { "name": "颜色", "default": "rgba(0, 0, 0, 1)", "type": "color" }, "borderRadius": { "name": "圆角", "default": 10, "type": "number" } } }, "type": { "name": "内容类型", "default": "text", "type": "select", "options": [ { "name": "文本", "value": "text" }, { "name": "数字", "value": "number" }, { "name": "进度条", "value": "progress" }, { "name": "图片", "value": "image" }, { "name": "状态图片", "value": "state" } ] }, "states": { "name": "状态配置", "type": "tabs", "show": [ [ "type", "$eq", "state" ] ], "default": [ { "value": "", "url": "", "size": { "width": 50, "height": 30 } } ], "template": { "type": "object", "name": "状态<%= i + 1%>", "children": { "value": { "default": "", "name": "状态值", "type": "text" }, "url": { "name": "图片", "type": "image", "url": "" }, "size": { "type": "suite", "name": "尺寸", "children": { "width": { "type": "number", "default": 50, "name": "宽" }, "height": { "type": "number", "default": 30, "name": "高" } } } } } }, "progressType": { "show": [ [ "type", "$eq", "progress" ] ], "type": "select", "name": "进度条类型", "default": "bar", "options": [ { "label": "条形", "value": "bar" }, { "label": "分类占比", "value": "sortBar" } ] }, "sortBar": { "name": "分类占比配置", "type": "group", "show": [ [ "progressType", "$eq", "sortBar" ], [ "type", "$eq", "progress" ] ], "children": { "chart": { "name": "全局", "type": "group", "children": { "bgColor": { "name": "背景颜色", "type": "color", "default": "#000000" }, "interval": { "name": "间隔", "type": "number", "default": 10, "min": 0 }, "borderRadius": { "name": "圆角", "type": "number", "default": 0, "min": 0 } } }, "text": { "name": "文字", "type": "group", "children": { "enable": { "name": "启用", "type": "boolean", "default": false }, "textAlign": { "show": [ [ "enable", "$eq", true ] ], "name": "文本对齐", "default": "center", "type": "select", "options": [ { "label": "左对齐", "value": "left" }, { "label": "居中对齐", "value": "center" }, { "label": "右对齐", "value": "right" } ] }, "offset": { "show": [ [ "enable", "$eq", true ] ], "name": "偏移", "type": "suite", "children": { "x": { "name": "水平", "type": "number", "default": 0, "col": 12, "suffix": "px" }, "y": { "name": "垂直", "type": "number", "default": 0, "col": 12, "suffix": "px" } } }, "label": { "show": [ [ "enable", "$eq", true ] ], "name": "标签", "type": "group", "fold": true, "enableHide": true, "children": { "textStyle": { "type": "suite", "name": "文本样式", "children": { "fontFamily": { "name": "字体", "type": "search", "default": "微软雅黑", "col": 16 }, "fontSize": { "name": "字号", "default": 12, "type": "number", "col": 8 }, "color": { "name": "颜色", "type": "color", "default": "rgba(230,247,255,0.7)", "col": 24 } } } } }, "indicator": { "name": "指标", "show": [ [ "enable", "$eq", true ] ], "type": "group", "fold": true, "enableHide": true, "children": { "decimals": { "name": "保留小数", "type": "number", "default": 0, "min": 0, "max": 100, "step": 1, "suffix": "位" }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "水平", "type": "number", "default": 3, "col": 12, "suffix": "px" }, "y": { "name": "垂直", "type": "number", "default": 0, "col": 12, "suffix": "px" } } } } } } }, "series": { "name": "系列", "type": "group", "children": { "list": { "name": "数据系列", "type": "tabs", "default": [ { "name": "剩余数", "value": "column2", "color": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(186,231,255,1)" }, { "offset": 100, "color": "rgba(186,231,255,0.5)" } ], "opacity": 1, "angle": 90 } }, "textStyle": { "fontFamily": "微软雅黑", "fontSize": 12, "color": "rgba(186,231,255,1)" }, "suffix": { "text": "", "offset": { "x": 0, "y": 0 }, "customStyle": false, "textStyle": { "fontFamily": "微软雅黑", "fontSize": 12, "color": "#FFFFFF" } } }, { "name": "使用数", "value": "column4", "color": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(24,144,255,1)" }, { "offset": 100, "color": "rgba(24,144,255,0.5)" } ], "opacity": 1, "angle": 90 } }, "textStyle": { "fontFamily": "微软雅黑", "fontSize": 12, "color": "rgba(24,144,255,1)" }, "suffix": { "text": "", "offset": { "x": 0, "y": 0 }, "customStyle": false, "textStyle": { "fontFamily": "微软雅黑", "fontSize": 12, "color": "#FFFFFF" } } }, { "name": "故障数", "value": "column5", "color": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(255,77,79,1)" }, { "offset": 100, "color": "rgba(255,77,79,0.5)" } ], "opacity": 1, "angle": 90 } }, "textStyle": { "fontFamily": "微软雅黑", "fontSize": 12, "color": "rgba(255,77,79,1)" }, "suffix": { "text": "", "offset": { "x": 0, "y": 0 }, "customStyle": false, "textStyle": { "fontFamily": "微软雅黑", "fontSize": 12, "color": "#FFFFFF" } } } ], "template": { "name": "系列<%= i + 1%>", "type": "object", "children": { "value": { "name": "字段映射", "default": "column2", "type": "text" }, "name": { "name": "系列名", "default": "故障数", "type": "text" }, "color": { "type": "fill", "components": [ "flat", "linearGradient" ], "name": "颜色", "default": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(255,77,79,1)" }, { "offset": 100, "color": "rgba(255,77,79,0.5)" } ], "opacity": 1, "angle": 90 } } }, "textStyle": { "name": "文本样式", "type": "suite", "children": { "fontFamily": { "name": "字体", "type": "search", "default": "微软雅黑", "col": 16 }, "fontSize": { "name": "字号", "default": 18, "type": "number", "col": 8 }, "color": { "name": "颜色", "type": "color", "default": "rgba(230,247,255,0.7)", "col": 24 } } }, "suffix": { "name": "后缀", "type": "group", "children": { "text": { "name": "文本", "default": "", "type": "text" }, "offset": { "name": "偏移", "type": "suite", "children": { "x": { "name": "水平", "type": "number", "default": 0, "col": 12, "suffix": "px" }, "y": { "name": "垂直", "type": "number", "default": 0, "col": 12, "suffix": "px" } } }, "customStyle": { "name": "自定义样式", "type": "boolean", "default": false, "description": "不开启时使用后缀所附加的主体文本的样式" }, "textStyle": { "name": "文本样式", "type": "suite", "show": [ [ "customStyle", "$eq", true ] ], "children": { "fontFamily": { "name": "字体", "type": "search", "default": "微软雅黑", "col": 16 }, "fontSize": { "name": "字号", "default": 12, "type": "number", "col": 8 }, "color": { "name": "颜色", "type": "color", "default": "#FFFFFF", "col": 24 } } } } } } } } } } } }, "underColor": { "type": "multicolor", "name": "底色", "show": [ [ "type", "$eq", "progress" ], [ "progressType", "$eq", "bar" ] ], "default": { "style": "single", "value": "#fff" } }, "progressColor": { "type": "multicolor", "name": "颜色", "show": [ [ "progressType", "$ne", "sortBar" ] ], "default": { "style": "double", "from": "RGBA(18, 131, 277, 1)", "to": "RGBA(18, 131, 277, 0)", "angle": 0 } }, "mask": { "name": "遮罩", "show": [ [ "type", "$eq", "image" ] ], "default": "", "type": "image" }, "size": { "show": [ [ "type", "$eq", "progress" ] ], "type": "suite", "name": "尺寸", "children": { "height": { "name": "高", "default": 15, "type": "number" } } }, "textOverflow": { "default": "text-overflow-ellipsis", "name": "文字溢出", "showInPanel": { "conditions": [ [ ".type", "$eq", "text" ], [ ".type", "$eq", "number" ] ], "logicalType": "$or" }, "type": "select", "options": [ { "label": "换行", "value": "text-overflow-break-word" }, { "label": "省略号", "value": "text-overflow-ellipsis" }, { "label": "跑马灯", "value": "text-overflow-marquee" } ] }, "duration": { "type": "number", "default": 5, "show": [ [ "textOverflow", "$eq", "text-overflow-marquee" ] ], "name": "时间" }, "text": { "name": "文本样式", "showInPanel": { "conditions": [ [ ".type", "$eq", "text" ], [ ".type", "$eq", "number" ] ], "logicalType": "$or" }, "type": "group", "children": { "fontFamily": { "name": "字体", "default": "manrope-semibold", "type": "search" }, "fontSize": { "name": "大小", "type": "number", "default": 16 }, "isColorRange": { "name": "颜色区间", "type": "boolean", "default": false }, "colorRange": { "show": [ [ "isColorRange", "$eq", true ] ], "name": "颜色", "type": "tabs", "default": [ { "min": "-Infinity", "max": "Infinity", "colors": "color" } ], "template": { "type": "object", "name": "区间<%= i + 1%>", "children": { "min": { "type": "number", "default": -9007199254740991, "name": "最小值" }, "max": { "type": "number", "default": 9007199254740991, "name": "最大值" }, "colors": { "type": "color", "name": "颜色", "default": "#FFFFFF" } } } }, "singleColor": { "name": "颜色", "show": [ [ "isColorRange", "$eq", false ] ], "default": "same", "type": "buttonradio", "options": [ { "name": "默认配置", "value": "same" }, { "name": "单独配置", "value": "different" } ] }, "sameColor": { "show": [ [ "singleColor", "$eq", "same" ] ], "name": "颜色", "type": "color", "default": "rgba(255,255,255,1)" }, "colorSeries": { "show": [ [ "singleColor", "$eq", "different" ] ], "name": "颜色系列", "type": "tabs", "default": [ { "colorName": "", "colorValue": "rgba(255,255,255,1)" } ], "template": { "type": "object", "name": "颜色<%= i + 1%>", "children": { "colorName": { "name": "颜色字段", "type": "text", "default": "" }, "colorValue": { "name": "颜色值", "default": "rgba(255,255,255,1)", "type": "color" } } } }, "fontWeight": { "name": "字体粗细", "default": "normal", "type": "select", "options": [ { "label": "normal", "value": "normal" }, { "label": "bold", "value": "bold" }, { "label": "bolder", "value": "bolder" }, { "label": "lighter", "value": "lighter" }, { "label": "100", "value": "100" }, { "label": "200", "value": "200" } ] } } }, "shadow": { "show": [ [ "type", "$eq", "text" ] ], "name": "阴影", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": false }, "hShadow": { "name": "水平阴影", "show": [ [ "show", "$eq", true ] ], "type": "number", "default": 2 }, "vShadow": { "name": "垂直阴影", "show": [ [ "show", "$eq", true ] ], "type": "number", "default": 2 }, "blur": { "name": "模糊距离", "show": [ [ "show", "$eq", true ] ], "type": "number", "default": 2 }, "color": { "name": "阴影颜色", "show": [ [ "show", "$eq", true ] ], "type": "color", "default": "#ffffff" } } }, "truthValue": { "name": "真实值", "type": "group", "fold": false, "showInPanel": { "conditions": [ [ ".type", "$eq", "image" ], [ ".type", "$eq", "state" ] ], "logicalType": "$or" }, "enableHide": true, "children": { "show": { "default": false }, "fontFamily": { "name": "字体", "default": "manrope-semibold", "type": "search" }, "fontSize": { "name": "大小", "type": "number", "default": 12 }, "color": { "name": "颜色", "type": "color", "default": "#ffffff" }, "offset": { "name": "偏移", "type": "suite", "children": { "left": { "name": "左偏移", "type": "number", "default": 0, "col": 12 }, "top": { "name": "上偏移", "type": "number", "default": 0, "col": 12 } } } } }, "subTitle": { "name": "副标题", "type": "group", "fold": false, "show": [ [ "type", "$ne", "progress" ] ], "enableHide": true, "children": { "show": { "default": false }, "field": { "name": "字段名", "type": "text", "default": "attribute" }, "fontSize": { "name": "大小", "type": "number", "default": 12 }, "color": { "name": "颜色", "type": "color", "default": "#ffffff" } } }, "split": { "name": "千分位分割", "show": [ [ "type", "$eq", "number" ] ], "default": false, "type": "boolean" }, "suffix": { "name": "后缀", "fold": false, "enableHide": true, "type": "group", "show": [ [ "type", "$ne", "progress" ] ], "children": { "show": { "default": false }, "content": { "name": "内容", "default": "", "type": "text" }, "offset": { "name": "偏移", "type": "suite", "children": { "left": { "name": "左偏移", "type": "number", "default": 0, "col": 12 }, "top": { "name": "上偏移", "type": "number", "default": 0, "col": 12 } } }, "font": { "type": "font", "name": "字体样式", "components": [ "fontFamily", "fontWeight", "letterSpacing", "italic" ], "default": { "fontFamily": "Mircosoft Yahei", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "fontSize": { "type": "number", "default": 12, "name": "大小" }, "keepStyle": { "name": "复制颜色", "default": false, "type": "boolean" }, "color": { "show": [ [ "show", "$eq", true ], [ "keepStyle", "$eq", false ] ], "type": "color", "default": "#ffffff" }, "shadow": { "show": [ [ "show", "$eq", true ] ], "name": "阴影", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": false }, "hShadow": { "name": "水平阴影", "type": "number", "default": 0 }, "vShadow": { "name": "垂直阴影", "type": "number", "default": 0 }, "blur": { "name": "模糊距离", "type": "number", "default": 0 }, "color": { "type": "color", "name": "阴影颜色", "default": "#151E27" } } } } }, "percentBg": { "show": [ [ "type", "$eq", "number" ] ], "type": "group", "fold": true, "enableHide": true, "name": "比例背景", "children": { "show": { "default": false }, "color": { "type": "color", "name": "颜色", "default": "#ff0" }, "max": { "name": "比例计算最大值", "type": "number", "default": "100" } } }, "hoverTitle": { "type": "boolean", "show": [ [ "progressType", "$ne", "sortBar" ] ], "name": "悬浮标题", "default": false } } } } } }, "itemHighlight": { "type": "menuChild", "name": "条目高亮", "children": { "color": { "name": "颜色", "type": "color", "default": "#ff0000" }, "xs": { "name": "索引列表", "type": "tabs", "default": [ { "x": "" } ], "template": { "name": "索引<%= i + 1%>", "type": "object", "children": { "x": { "name": "索引", "default": "", "type": "text" } } } } } } } } }, "api_data": { "source": [ { "column1": "第一列内容-1", "column2": 20, "column4": 30, "column5": 50, "column3": "××××", "isSelected": false }, { "column1": "第一列内容-2", "column2": 40, "column4": 30, "column5": 50, "column3": "××××", "isSelected": false }, { "column1": "第一列内容-3", "column2": 60, "column4": 30, "column5": 50, "column3": "××××", "isSelected": false }, { "column1": "第一列内容-4", "column2": 80, "column4": 30, "column5": 50, "column3": "××××", "isSelected": false }, { "column1": "第一列内容-5", "column2": 90, "column4": 30, "column5": 50, "column3": "××××", "isSelected": false }, { "column1": "第一列内容-6", "column2": 95, "column4": 30, "column5": 50, "column3": "××××", "isSelected": false }, { "column1": "第一列内容-7", "column2": 98, "column4": 30, "column5": 50, "column3": "××××", "isSelected": false }, { "column1": "第一列内容-8", "column2": 100, "column4": 30, "column5": 50, "column3": "××××", "isSelected": false } ] }, "events": { "click": { "description": "鼠标单击", "fields": { "index": { "description": "索引值", "type": "number" }, "column1": { "description": "当前内容", "type": "string" }, "column2": { "description": "当前内容", "type": "string" }, "column3": { "description": "当前内容", "type": "string" } } }, "fixedData": { "description": "列置顶", "fields": { "index": { "description": "索引值", "type": "number" } } }, "refreshData": { "description": "数据刷新", "fields": {} } } } }