{ "name": "rasterProgressBar", "version": "1.0.1", "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": "栅格进度条V2", "level": 0, "icon": "/civ_pandaview_component/pandabi-component/assets/qqdbqosltc_1626342805593_y2a6ehwmu6.jpeg", "thumbnail": "/civ_pandaview_component/pandabi-component/assets/qqdbqosltc_1626342805593_y2a6ehwmu6.jpeg", "protocol": 2, "type": [ "DataV-6:info_target" ], "supportTheme": true, "view": { "width": "300", "height": "34", "minWidth": "20", "minHeight": "20", "z-index": 1010 }, "apis": { "source": { "handler": "render", "description": "数据接口", "fields": { "value": { "description": "数值", "type": "number" }, "max": { "description": "最大值", "type": "number" }, "min": { "description": "最小值", "type": "number" } } } }, "config": { "options": { "type": "menu", "children": { "chart": { "name": "全局", "type": "menuChild", "children": { "valueType": { "name": "数值类型", "type": "buttonradio", "default": "百分比值", "options": [ { "name": "百分比值", "value": "百分比值" }, { "name": "真实值", "value": "真实值" } ] }, "extremum": { "type": "suite", "name": "极值", "description": "数据中未包含min/max字段时,此处配置才会生效", "show": [ [ "valueType", "$eq", "真实值" ] ], "children": { "min": { "name": "最小值", "default": 0, "col": 12, "type": "number" }, "max": { "name": "最大值", "default": 1, "col": 12, "type": "number" } } }, "enableAnimation": { "name": "开启动画", "type": "boolean", "default": true }, "animationDuration": { "name": "动画时长", "default": 400, "min": 0, "suffix": "毫秒", "type": "number", "show": [ [ "enableAnimation", "$eq", true ] ] } } }, "raster": { "name": "栅格", "type": "menuChild", "children": { "interval": { "name": "间距", "type": "slider", "default": ".2", "min": 0, "max": 1, "step": ".01" }, "segment": { "name": "分段数", "default": 10, "min": 1, "type": "number" }, "borderRadius": { "name": "圆角", "type": "number", "default": 5, "min": 0 }, "foreColor": { "name": "前景色", "type": "fill", "components": [ "linearGradient", "flat" ], "default": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(24,144,255,1)" }, { "offset": 100, "color": "rgba(30,231,231,1)" } ], "angle": 0 } } }, "bgColor": { "name": "背景色", "type": "color", "default": "rgba(230, 247, 255, 0.1)" } } }, "indicator": { "name": "指标", "type": "menuChild", "children": { "textStyle": { "name": "文本样式", "type": "font", "default": { "fontFamily": "manrope-bold", "fontWeight": "normal", "italic": "normal", "fontSize": 18, "color": "rgba(230,247,255,1)" } }, "decimals": { "name": "保留小数", "type": "number", "default": 1, "min": 0, "max": 100, "step": 1, "suffix": "位" }, "offset": { "type": "suite", "name": "偏移", "children": { "x": { "name": "水平", "type": "number", "col": 12, "suffix": "px", "default": 0 }, "y": { "name": "垂直", "type": "number", "default": -34, "col": 12, "suffix": "px" } } }, "bg": { "type": "group", "name": "背景", "children": { "img": { "name": "图片", "type": "suite", "children": { "src": { "name": "", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/gridbar/png.png", "col": 24 }, "width": { "name": "宽度", "default": 69, "suffix": "px", "col": 12, "type": "number", "min": 0 }, "height": { "name": "高度", "type": "number", "default": 54, "suffix": "px", "min": 0, "col": 12 } } }, "offset": { "type": "suite", "name": "偏移", "children": { "x": { "name": "水平", "default": 0, "col": 12, "suffix": "px", "type": "number" }, "y": { "name": "垂直", "default": -25, "col": 12, "suffix": "px", "type": "number" } } } } }, "suffix": { "name": "后缀", "type": "group", "children": { "text": { "name": "文本", "type": "text", "default": "" }, "offset": { "type": "suite", "name": "偏移", "children": { "x": { "name": "水平", "default": 0, "col": 12, "suffix": "px", "type": "number" }, "y": { "name": "垂直", "default": -25, "col": 12, "suffix": "px", "type": "number" } } }, "customStyle": { "name": "自定义样式", "default": false, "description": "不开启时使用后缀所附加的主体文本的样式", "type": "boolean" }, "textStyle": { "show": [ [ "customStyle", "$eq", true ] ], "type": "font", "default": { "fontFamily": "manrope-bold", "fontWeight": "normal", "fontSize": 18, "color": "rgba(230,247,255,1)" } } } }, "label": { "name": "标签", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": false }, "textStyle": { "name": "文本样式", "type": "font", "default": { "fontFamily": "微软雅黑", "fontWeight": "normal", "fontSize": 18, "color": "rgba(230,247,255,1)" } }, "offset": { "type": "suite", "name": "偏移", "children": { "x": { "name": "水平", "default": 0, "col": 12, "suffix": "px", "type": "number" }, "y": { "name": "垂直", "default": -25, "col": 12, "suffix": "px", "type": "number" } } }, "suffix": { "type": "group", "name": "后缀", "children": { "text": { "type": "text", "name": "文本", "default": "" }, "offset": { "type": "suite", "name": "偏移", "children": { "x": { "name": "水平", "default": 0, "col": 12, "suffix": "px", "type": "number" }, "y": { "name": "垂直", "default": -25, "col": 12, "suffix": "px", "type": "number" } } }, "customStyle": { "name": "自定义样式", "type": "boolean", "value": false, "description": "不开启时使用后缀所附加的主体文本的样式" }, "textStyle": { "type": "suite", "name": "文本样式", "show": [ [ "customStyle", "$eq", true ] ], "children": { "fontFamily": { "type": "search", "default": "微软雅黑", "name": "字体", "col": 12 }, "fontSize": { "name": "字号", "type": "number", "default": 18, "col": 12 }, "color": { "name": "颜色", "type": "color", "default": "rgba(230,247,255,1)", "col": 24 } } } } } } } } }, "valueRange": { "type": "menuChild", "name": "区间", "children": { "list": { "type": "tabs", "name": "数值区间", "default": [ ], "template": { "type": "object", "name": "区间<%= i + 1%>", "children": { "dataRange": { "type": "suite", "name": "范围", "children": { "min": { "name": "最小值", "default": 0, "col": 12, "type": "number" }, "max": { "name": "最大值", "default": 100, "col": 12, "type": "number" } } }, "foreColor": { "name": "栅格前景色", "type": "fill", "components": [ "linearGradient", "flat" ], "default": { "type": "linearGradient", "value": { "stops": [ { "offset": 0, "color": "rgba(24,144,255,1)" }, { "offset": 100, "color": "rgba(30,231,231,1)" } ], "angle": 0 } } }, "indicator": { "name": "指标", "type": "group", "children": { "textStyle": { "name": "文本样式", "type": "font", "default": { "fontFamily": "manrope-bold", "fontWeight": "normal", "fontSize": 18, "color": "rgba(230,247,255,1)" } }, "bg": { "name": "背景", "type": "group", "children": { "img": { "name": "图片", "type": "suite", "children": { "src": { "name": "图片", "type": "image", "default": "/civ_pandaview_component/pandabi-component/assets/components/gridbar/png.png", "col": 24 }, "width": { "name": "宽度", "col": 12, "default": 69, "type": "number", "min": 0 }, "height": { "name": "高度", "type": "number", "default": 54, "min": 0, "col": 12 } } }, "offset": { "type": "suite", "name": "偏移", "children": { "x": { "name": "水平", "default": 0, "col": 12, "suffix": "px", "type": "number" }, "y": { "name": "垂直", "default": -25, "col": 12, "suffix": "px", "type": "number" } } } } } } } } } } } } } } }, "api_data": { "source": [ { "value": 0.35, "min": 0, "max": 1 } ] }, "events": {}, "publicHandler": {} } }