{ "name": "tableList", "version": "2.0.0", "scripts": { "build-dev": "cube build ./ --output=../../datavComponent --remote=pandav --smart" }, "dependencies": { "bcore": "0.0.18", "d3": "^7.1.1", "jquery": "2.1.4", "lodash": "4.6.1", "react": "^17.0.2", "react-dom": "^17.0.2", "styled-components": "6.1.13", "popmotion": "11.0.5" }, "pandav": { "cn_name": "轮播表格", "icon": "/civ_pandaview_component/pandabi-component/assets/轮播表格.gif", "thumbnail": "/civ_pandaview_component/pandabi-component/assets/轮播表格.gif", "protocol": 2, "level": 0, "type": [ "DataV-6:table" ], "view": { "width": "450", "height": "250", "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" }, "isSticked": { "description": "是否置顶", "type": "bool", "optional": true }, "isSelected": { "description": "是否选中", "type": "bool", "optional": true } } } }, "config": { "options": { "type": "menu", "children": { "chart": { "type": "group", "name": "全局", "children": { "size": { "type": "number", "name": "行数", "default": 5 }, "marginBottom": { "type": "number", "name": "行间距", "default": 10, "suffix": "px" }, "animation": { "type": "group", "name": "动画", "enableHide": true, "children": { "show": { "default": false }, "firstCallback": { "type": "switch", "name": "首行回调", "default": true }, "hoverStop": { "type": "switch", "name": "悬浮暂停", "default": true }, "direction": { "name": "轮播方向", "default": "bottomtotop", "type": "radio", "optionCol": 12, "options": [ { "label": "自上而下", "value": "toptobottom" }, { "label": "自下而上", "value": "bottomtotop" } ] }, "mode": { "name": "动画类型", "default": "single", "type": "radio", "optionCol": 12, "options": [ { "label": "全部", "value": "total" }, { "label": "逐条", "value": "single" } ] }, "connectMode": { "show": [ [ "mode", "$eq", "single" ] ], "name": "衔接方式", "default": "circle", "type": "radio", "optionCol": 12, "options": [ { "label": "连续", "value": "circle" }, { "label": "从头开始", "value": "start" } ] }, "animateMode": { "show": [ [ "mode", "$eq", "total" ] ], "name": "动画形式", "default": "flop", "type": "radio", "optionCol": 12, "options": [ { "label": "翻页", "value": "up" }, { "label": "翻牌", "value": "flop" } ] }, "interval": { "type": "number", "name": "间隔时长", "default": 3, "suffix": "s" }, "backgroundFixed": { "type": "boolean", "name": "背景固定", "default": false } } }, "scroll": { "type": "group", "name": "水平滚动", "enableHide": true, "children": { "show": { "default": false }, "showScrollBar": { "type": "switch", "name": "启用滚动条", "default": true }, "track": { "show": [ [ "showScrollBar", "$eq", true ] ], "name": "轨道", "type": "group", "children": { "thickness": { "name": "粗细", "default": 2, "type": "number", "min": 0, "suffix": "px" }, "color": { "name": "颜色", "default": "#73D8FF", "type": "color" }, "radius": { "name": "圆角", "default": 1, "type": "slider", "min": 0, "max": 1, "step": 0.1 } } }, "thumb": { "show": [ [ "showScrollBar", "$eq", true ] ], "name": "滑块", "type": "group", "children": { "thickness": { "name": "粗细", "default": 2, "type": "number", "min": 0, "suffix": "px" }, "color": { "name": "颜色", "default": "#73D8FF", "type": "color" }, "radius": { "name": "圆角", "default": 0, "type": "slider", "min": 0, "max": 1, "step": 0.1 } } } } }, "verticalScroll": { "description": "仅在动画关闭时,支持纵向滚动条", "type": "group", "name": "纵向滚动条", "enableHide": true, "children": { "show": { "default": false }, "shownum": { "type": "number", "name": "展示数量", "default": 10, "min": 10, "step": 2, "description": "仅支持偶数行" }, "track": { "name": "轨道", "type": "group", "children": { "width": { "name": "粗细", "default": 2, "type": "number", "min": 0, "suffix": "px" }, "color": { "name": "颜色", "default": "rgba(230,247,255,0.2)", "type": "color" }, "radius": { "name": "圆角", "default": 1, "type": "slider", "min": 0, "max": 1, "step": 0.1 } } }, "thumb": { "name": "滑块", "type": "group", "children": { "width": { "name": "粗细", "default": 2, "type": "number", "min": 0, "suffix": "px" }, "color": { "name": "颜色", "default": "rgba(230,247,255,0.45)", "type": "color" }, "radius": { "name": "圆角", "default": 0, "type": "slider", "min": 0, "max": 1, "step": 0.1 } } } } } } }, "line": { "type": "group", "name": "全局", "children": { "header": { "type": "group", "name": "表头", "enableHide": true, "fold": false, "children": { "show": { "default": true }, "lineHeight": { "type": "number", "name": "行高", "default": 35, "suffix": "px" }, "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230,247,255,0.65)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 } }, "textAlign": { "name": "对齐方式", "default": "center", "type": "buttonRadio", "options": [ { "label": "左对齐", "value": "left" }, { "label": "居中对齐", "value": "center" }, { "label": "右对齐", "value": "right" }, { "label": "跟随列", "value": "follow" } ] }, "background": { "name": "背景", "type": "group", "children": { "fillType": { "name": "填充方式", "type": "select", "default": "multicolor", "options": [ { "label": "颜色", "value": "multicolor" }, { "label": "自定义", "value": "url" } ] }, "multicolor": { "show": [ [ "fillType", "$eq", "multicolor" ] ], "name": "颜色", "type": "fill", "components": [ "linearGradient", "flat" ], "default": "rgba(230,247,255,0)" }, "url": { "show": [ [ "fillType", "$eq", "url" ] ], "name": "图片", "type": "image", "default": "" } } } } }, "line": { "name": "行", "type": "tabs", "fold": false, "default": [ { "background": { "fillType": "multicolor", "multicolor": "rgba(142,201,255,0.1)", "url": "" }, "border": { "borderColor": "rgba(255, 255, 255, 0)", "borderWidth": 1 }, "borderRadius": 0, "offset": 0 }, { "background": { "fillType": "multicolor", "multicolor": "rgba(142,201,255,0.05)", "url": "" }, "border": { "borderColor": "rgba(255, 255, 255, 0)", "borderWidth": 1 }, "borderRadius": 0, "offset": 0 } ], "template": { "type": "object", "name": "行<%= i + 1%>", "children": { "background": { "name": "背景", "type": "group", "children": { "fillType": { "name": "填充方式", "default": "multicolor", "type": "select", "options": [ { "label": "颜色", "value": "multicolor" }, { "label": "自定义", "value": "url" } ] }, "multicolor": { "show": [ [ "fillType", "$eq", "multicolor" ] ], "name": "颜色", "type": "fill", "components": [ "linearGradient", "flat" ], "default": "rgba(230,247,255,0)" }, "url": { "name": "图片", "show": [ [ "fillType", "$eq", "url" ] ], "type": "image", "default": "" } } }, "border": { "name": "描边", "type": "group", "children": { "borderColor": { "name": "颜色", "type": "color", "default": "rgba(255, 255, 255, 0)" }, "borderWidth": { "name": "粗细", "default": 1, "type": "number", "suffix": "px" } } }, "borderRadius": { "name": "圆角", "default": 0, "type": "slider", "min": 0, "max": 50, "step": 1, "suffix": "%" }, "offset": { "name": "偏移量", "default": 0, "type": "number", "suffix": "px" } } } }, "selected": { "type": "group", "name": "选中高亮", "enableHide": true, "fold": false, "children": { "show": { "default": true }, "mode": { "name": "选中模式", "default": "single", "type": "radio", "optionCol": 12, "options": [ { "label": "单选", "value": "single" }, { "label": "多选", "value": "multiple" } ] }, "maxselect": { "show": [ [ "mode", "$eq", "multiple" ] ], "name": "最大选中数", "default": 2, "type": "number", "suffix": "px", "min": 2, "step": 1 }, "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 14, "color": "#E6F7FF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 } }, "textShadow": { "type": "group", "name": "阴影", "fold": true, "enableHide": true, "children": { "show": { "default": false }, "color": { "name": "颜色", "type": "color", "default": "#E6F7FF", "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": 2, "col": 12 } } }, "background": { "name": "背景", "type": "group", "children": { "fillType": { "name": "填充方式", "type": "select", "default": "url", "options": [ { "label": "颜色", "value": "multicolor" }, { "label": "自定义", "value": "url" } ] }, "multicolor": { "show": [ [ "fillType", "$eq", "multicolor" ] ], "name": "颜色", "type": "fill", "components": [ "linearGradient", "flat" ], "default": { "type": "linearGradient", "value": { "angle": 90, "stops": [ { "offset": 0, "color": "RGBA(255, 255, 0, 0.25)" }, { "offset": 100, "color": "RGBA(0, 176, 255, 0.25)" } ] } } }, "url": { "show": [ [ "fillType", "$eq", "url" ] ], "name": "图片", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/tableListV2/selectBackground.png" } } } } }, "match": { "name": "匹配值高亮", "type": "tabs", "fold": false, "default": [], "template": { "type": "object", "name": "匹配值<%= i + 1%>", "children": { "match": { "name": "匹配值", "type": "suite", "children": { "matchName": { "name": "字段名", "default": "", "type": "text", "col": 12 }, "matchValue": { "name": "字段值", "default": "", "type": "text", "col": 12 } } }, "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 14, "color": "#FF0000", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 } }, "textShadow": { "type": "group", "name": "阴影", "fold": true, "enableHide": true, "children": { "show": { "default": false }, "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": 2, "col": 12 } } }, "background": { "name": "背景", "type": "group", "children": { "fillType": { "name": "填充方式", "type": "select", "default": "multicolor", "options": [ { "label": "颜色", "value": "multicolor" }, { "label": "自定义", "value": "url" } ] }, "multicolor": { "show": [ [ "fillType", "$eq", "multicolor" ] ], "name": "颜色", "type": "fill", "components": [ "linearGradient", "flat" ], "default": "rgba(230,247,255,0)" }, "url": { "show": [ [ "fillType", "$eq", "url" ] ], "name": "图片", "type": "image", "default": "" } } } } } } } }, "row": { "type": "group", "name": "列设置", "children": { "sequenceRow": { "type": "group", "name": "序号列", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "title": { "name": "标题", "type": "text", "default": "#" }, "start": { "name": "起始值", "type": "number", "default": 1 }, "widthType": { "name": "宽度类型", "default": "pixel", "type": "radio", "optionCol": 12, "options": [ { "label": "固定值", "value": "pixel" }, { "label": "百分比", "value": "percent" } ] }, "width": { "show": [ [ "widthType", "$eq", "pixel" ] ], "name": "列宽", "type": "number", "default": 60, "suffix": "px" }, "widthPercent": { "show": [ [ "widthType", "$eq", "percent" ] ], "name": "列宽", "type": "number", "default": 13, "suffix": "%" }, "gap": { "name": "列间距", "type": "number", "default": 10, "suffix": "px" }, "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" } ] }, "style": { "name": "样式指定", "type": "tabs", "default": [ { "index": 1, "textStyle": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#E6F7FF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 }, "translate": { "x": 0, "y": 0 }, "background": { "size": { "width": 20, "height": 20 }, "fillType": "url", "multicolor": "rgba(230,247,255,0)", "url": "/civ_pandaview_component/pandabi-component/assets/components/tableListV2/tableListIcon.png" } }, { "index": 2, "textStyle": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#E6F7FF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 }, "translate": { "x": 0, "y": 0 }, "background": { "size": { "width": 20, "height": 20 }, "fillType": "url", "multicolor": "rgba(230,247,255,0)", "url": "/civ_pandaview_component/pandabi-component/assets/components/tableListV2/tableListIcon.png" } }, { "index": 3, "textStyle": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#E6F7FF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 }, "translate": { "x": 0, "y": 0 }, "background": { "size": { "width": 20, "height": 20 }, "fillType": "url", "multicolor": "rgba(230,247,255,0)", "url": "/civ_pandaview_component/pandabi-component/assets/components/tableListV2/tableListIcon.png" } }, { "index": "", "textStyle": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#E6F7FF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 }, "translate": { "x": 0, "y": 0 }, "background": { "size": { "width": 20, "height": 20 }, "fillType": "multicolor", "multicolor": "rgba(230,247,255,0)", "url": "" } } ], "template": { "type": "object", "name": "指定<%= i + 1%>", "children": { "index": { "name": "序号", "type": "text", "default": "" }, "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230,247,255,0.7)", "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", "suffix": "px", "default": 0, "col": 12 } } }, "background": { "type": "group", "name": "背景", "children": { "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "type": "number", "default": 20, "suffix": "px", "col": 12 }, "height": { "name": "高度", "type": "number", "suffix": "px", "default": 20, "col": 12 } } }, "fillType": { "name": "填充方式", "type": "select", "default": "multicolor", "options": [ { "label": "颜色", "value": "multicolor" }, { "label": "自定义", "value": "url" } ] }, "multicolor": { "show": [ [ "fillType", "$eq", "multicolor" ] ], "name": "颜色", "type": "fill", "components": [ "linearGradient", "flat" ], "default": "rgba(230,247,255,0)" }, "url": { "show": [ [ "fillType", "$eq", "url" ] ], "name": "图片", "type": "image", "default": "" } } } } } } } }, "row": { "name": "列", "type": "tabs", "fold": false, "default": [ { "mapping": { "filedName": "column1", "displayName": "销售地区" }, "widthType": "pixel", "width": 100, "widthPercent": 22, "gap": 0, "border": { "show": false, "width": 1, "color": "#000", "borderRadius": 10 }, "translate": { "x": 0, "y": 0 }, "textAlign": "center", "type": "text", "textOverflow": "ellipsis", "speed": 5, "textStyle": { "fontFamily": "Mircosoft Yahei", "fontSize": 14, "color": "rgba(230,247,255,0.65)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 }, "suffix": { "show": false, "content": "/单位", "textStyle": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230,247,255,0.65)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 }, "copyColumn": false, "translate": { "x": 0, "y": 0 } }, "split": false, "rowText": [], "rowNumber": [], "mask": "", "size": { "width": 20, "height": 20 }, "state": [], "hoverTitle": { "show": false, "font": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#000", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 }, "bg": "#fff" } }, { "mapping": { "filedName": "column2", "displayName": "完成率" }, "widthType": "pixel", "width": 170, "widthPercent": 37, "gap": 20, "border": { "show": false, "width": 1, "color": "#000", "borderRadius": 10 }, "translate": { "x": 0, "y": 0 }, "textAlign": "center", "type": "number", "textOverflow": "ellipsis", "speed": 5, "textStyle": { "fontFamily": "Mircosoft Yahei", "fontSize": 14, "color": "#E6F7FF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 }, "suffix": { "show": true, "content": "%", "textStyle": { "fontFamily": "Mircosoft Yahei", "fontSize": 14, "color": "rgba(230,247,255,0.65)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 }, "copyColumn": false, "translate": { "x": 0, "y": 0 } }, "split": false, "rowText": [], "rowNumber": [], "mask": "", "size": { "width": 20, "height": 20 }, "state": [], "hoverTitle": { "show": true, "font": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#000", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 }, "bg": "#fff" } }, { "mapping": { "filedName": "column3", "displayName": "完成情况" }, "widthType": "pixel", "width": 120, "widthPercent": 27, "gap": 0, "border": { "show": false, "width": 1, "color": "#000", "borderRadius": 10 }, "translate": { "x": 0, "y": 0 }, "textAlign": "center", "type": "text", "textOverflow": "ellipsis", "speed": 5, "textStyle": { "fontFamily": "Mircosoft Yahei", "fontSize": 14, "color": "rgba(230,247,255,0.65)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 }, "suffix": { "show": false, "content": "/单位", "textStyle": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230,247,255,0.65)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 }, "copyColumn": false, "translate": { "x": 0, "y": 0 } }, "split": false, "rowText": [ { "isSetKey": false, "setKey": "", "textValue": "达标", "textStyle": { "fontFamily": "Mircosoft Yahei", "fontSize": 14, "color": "#00D68A", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 } }, { "isSetKey": false, "setKey": "", "textValue": "未达标", "textStyle": { "fontFamily": "Mircosoft Yahei", "fontSize": 14, "color": "#E66151", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 } }, { "isSetKey": false, "setKey": "", "textValue": "超预期", "textStyle": { "fontFamily": "Mircosoft Yahei", "fontSize": 14, "color": "#1890FF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 } } ], "rowNumber": [], "mask": "", "size": { "width": 20, "height": 20 }, "state": [], "hoverTitle": { "show": true, "font": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#000", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 }, "bg": "#fff" } } ], "template": { "type": "object", "name": "列<%= i + 1%>", "children": { "mapping": { "type": "suite", "name": "映射", "children": { "filedName": { "name": "字段名", "type": "text", "col": 12, "default": "" }, "displayName": { "name": "显示名", "default": "", "col": 12, "type": "text" } } }, "widthType": { "name": "宽度类型", "default": "pixel", "type": "radio", "optionCol": 12, "options": [ { "label": "固定值", "value": "pixel" }, { "label": "百分比", "value": "percent" } ] }, "width": { "show": [ [ "widthType", "$eq", "pixel" ] ], "name": "列宽", "default": 90, "type": "number", "suffix": "px" }, "widthPercent": { "show": [ [ "widthType", "$eq", "percent" ] ], "name": "列宽", "default": 30, "type": "number", "suffix": "%" }, "gap": { "name": "列间距", "default": 0, "type": "number", "suffix": "px" }, "border": { "type": "group", "fold": true, "enableHide": true, "name": "边框", "children": { "show": { "default": false }, "width": { "name": "宽度", "default": 1, "type": "number" }, "color": { "name": "颜色", "default": "#000", "type": "color" }, "borderRadius": { "name": "圆角", "default": 10, "type": "number", "suffix": "px", "min": 0 } } }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "number", "suffix": "px", "default": 0, "col": 12 } } }, "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" } ] }, "type": { "name": "内容类型", "default": "text", "type": "select", "options": [ { "name": "文本", "value": "text" }, { "name": "数字", "value": "number" }, { "name": "图片", "value": "image" }, { "name": "状态图片", "value": "state" } ] }, "textOverflow": { "show": [ [ "type", "$eq", "text" ] ], "name": "文本溢出", "default": "ellipsis", "type": "select", "options": [ { "name": "换行", "value": "break-word" }, { "name": "省略号", "value": "ellipsis" }, { "name": "跑马灯", "value": "marquee" } ] }, "speed": { "name": "滚动速度", "type": "number", "default": 5, "min": 1, "show": [ [ "type", "$eq", "text" ], [ "textOverflow", "$eq", "marquee" ] ] }, "textStyle": { "show": [ [ "type", "$ne", "image" ], [ "type", "$ne", "state" ] ], "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230,247,255,0.65)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 } }, "suffix": { "show": [ [ "type", "$eq", "number" ] ], "name": "后缀", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": false }, "content": { "name": "内容", "default": "/单位", "type": "text" }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230,247,255,0.7)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "copyColumn": { "type": "switch", "name": "复制列颜色", "default": false }, "translate": { "name": "偏移", "type": "suite", "children": { "x": { "name": "X", "type": "number", "default": 0, "suffix": "px", "col": 12 }, "y": { "name": "Y", "type": "number", "suffix": "px", "default": 0, "col": 12 } } } } }, "split": { "show": [ [ "type", "$eq", "number" ] ], "name": "千分位分割", "type": "switch", "default": false }, "rowText": { "show": [ [ "type", "$eq", "text" ] ], "name": "样式指定", "type": "tabs", "default": [], "template": { "type": "object", "name": "指定<%= i + 1%>", "children": { "isSetKey": { "name": "指定字段", "type": "switch", "default": false }, "setKey": { "show": [ [ "isSetKey", "$eq", true ] ], "name": "字段名", "type": "text", "default": "" }, "textValue": { "name": "字段值", "type": "text", "default": "" }, "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230,247,255,0.7)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 } } } } }, "rowNumber": { "show": [ [ "type", "$eq", "number" ] ], "name": "样式指定", "type": "tabs", "default": [], "template": { "type": "object", "name": "指定<%= i + 1%>", "children": { "numberRange": { "type": "suite", "name": "数值范围", "children": { "min": { "name": "最小值", "type": "number", "col": 12, "default": 0 }, "max": { "name": "最大值", "default": 0, "col": 12, "type": "number" } } }, "textStyle": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "rgba(230,247,255,0.7)", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 } } } } }, "mask": { "show": [ [ "type", "$eq", "image" ] ], "name": "图片", "type": "image", "default": "" }, "size": { "show": [ [ "type", "$eq", "image" ] ], "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "type": "number", "default": 20, "suffix": "px", "col": 12 }, "height": { "name": "高度", "type": "number", "suffix": "px", "default": 20, "col": 12 } } }, "state": { "show": [ [ "type", "$eq", "state" ] ], "name": "状态配置", "type": "tabs", "default": [], "template": { "type": "object", "name": "指定<%= i + 1%>", "children": { "stateValue": { "name": "状态值", "type": "text", "default": "" }, "url": { "name": "图片", "type": "image", "default": "" }, "size": { "name": "尺寸", "type": "suite", "children": { "width": { "name": "宽度", "type": "number", "default": 20, "suffix": "px", "col": 12 }, "height": { "name": "高度", "type": "number", "suffix": "px", "default": 20, "col": 12 } } } } } }, "hoverTitle": { "show": [ [ "type", "$ne", "image" ], [ "type", "$ne", "state" ] ], "name": "悬浮标题", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 12, "color": "#000", "fontWeight": "normal", "italic": "normal", "letterSpacing": 1 } }, "bg": { "name": "背景色", "default": "#fff", "type": "color" } } } } } } } } } } }, "api_data": { "source": [ { "column1": "北京", "column2": 87.2, "column3": "超预期", "isSticked": false, "isSelected": false }, { "column1": "上海", "column2": 80.5, "column3": "达标", "isSticked": false, "isSelected": false }, { "column1": "杭州", "column2": 72.3, "column3": "达标", "isSticked": false, "isSelected": false }, { "column1": "重庆", "column2": 65.5, "column3": "未达标", "isSticked": false, "isSelected": false }, { "column1": "成都", "column2": 58.4, "column3": "未达标", "isSticked": false, "isSelected": false }, { "column1": "厦门", "column2": 52.5, "column3": "未达标", "isSticked": false, "isSelected": false }, { "column1": "云南", "column2": 40.2, "column3": "未达标", "isSticked": false, "isSelected": false } ] }, "events": { "click": { "name": "鼠标点击", "description": "当点击单行时", "type": "object", "fields": { "columnXX": { "description": "该行中某列的内容", "type": "string" }, "isSticked": { "description": "是否置顶", "type": "boolean" }, "isSelected": { "description": "是否选中", "type": "boolean" } } }, "state": { "description": "修改选中状态", "name": "修改选中状态", "type": "array", "fields": { "columnXX": { "description": "该行中某列的内容", "type": "string" }, "isSticked": { "description": "是否置顶", "type": "boolean" }, "isSelected": { "description": "是否选中", "type": "boolean" } } }, "clickCell": { "name": "当高亮时", "type": "object", "fields": { "column1": { "description": "单元格的值", "type": "string" }, "value": { "description": "单元格的值", "type": "string" }, "row": { "description": "单元格的行号", "type": "string" }, "col": { "description": "单元格的列号", "type": "string" } } } }, "publicHandler": { "start": { "name": "开启轮播" }, "pause": { "name": "暂停轮播" }, "stop": { "name": "停止轮播" }, "setIndex": { "name": "设置选中项" } } } }