{ "name": "@antd/rangePicker", "version": "1.0.1", "dependencies": { "bcore": "0.0.18", "jquery": "2.1.4", "lodash": "4.6.1", "react": "17.0.2", "react-dom": "17.0.2", "antd": "5.14.2", "dayjs": "1.11.10" }, "scripts": { "build": "cube build ./ --output=../../../datavComponent --remote=pandav --smart" }, "pandav": { "cn_name": "时间范围选择器", "icon": "/civ_pandaview_component/pandabi-component/assets/8qvc1iaawl_1681788634001_zfvzcv90nd.gif", "protocol": 2, "level": "2", "type": [ "DataV-6:media" ], "view": { "width": "300", "height": "40", "minWidth": "100", "minHeight": "100" }, "apis": { "source": { "handler": "render", "description": "数据接口", "fields": { "s": { "description": "系列", "type": "string" }, "option": { "description": "选项", "type": "string" } } } }, "config": { "options": { "type": "menu", "children": { "chart": { "type": "menuChild", "name": "全局", "children": { "dateFormat": { "type": "select", "name": "日期格式", "default": "YYYY-MM-DD", "options": [ { "name": "无", "value": "" }, { "name": "2017年1月1日", "value": "YYYY年M月D日" }, { "name": "2017年1月", "value": "YYYY年M月" }, { "name": "2017年", "value": "YYYY年" }, { "name": "1月1日", "value": "M月D日" }, { "name": "1(月)", "value": "M月" }, { "name": "1(日)", "value": "D日" }, { "name": "2017-01-01", "value": "YYYY-MM-DD" }, { "name": "2017/01/01", "value": "YYYY/MM/DD" }, { "name": "2017.01.01", "value": "YYYY.MM.DD" }, { "name": "2017-01", "value": "YYYY-MM" }, { "name": "2017/01", "value": "YYYY/MM" }, { "name": "2017.01", "value": "YYYY.MM" }, { "name": "2017", "value": "YYYY" } ] } } }, "selector": { "type": "menuChild", "name": "选择器", "children": { "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 16, "color": "#FFFFFF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } }, "align": { "name": "水平对齐", "default": "center", "type": "select", "options": [ { "name": "左对齐", "value": "flex-start", "icon": "align-left" }, { "name": "居中对齐", "value": "center", "icon": "align-center" }, { "name": "右对齐", "value": "flex-end", "icon": "align-right" } ] }, "linkIcon": { "name": "连接符", "default": " : ", "type": "text" }, "backgroundColor": { "name": "背景色", "type": "color", "default": "#000000" }, "borderConfig": { "name": "边框", "type": "group", "fold": true, "enableHide": true, "children": { "show": { "default": true }, "width": { "name": "粗细", "default": 1, "type": "number", "suffix": "px" }, "defaultColor": { "name": "默认颜色", "type": "color", "default": "#cccccc" } } } } }, "calendarConfig": { "type": "menuChild", "name": "日历框", "children": { "layout": { "name": "位置", "default": "bottomLeft", "type": "select", "options": [ { "name": "在选择器左上方", "value": "topLeft" }, { "name": "在选择器右上方", "value": "topRight" }, { "name": "在选择器左下方", "value": "bottomLeft" }, { "name": "在选择器右下方", "value": "bottomRight" } ] }, "backgroundColor": { "name": "背景色", "type": "color", "default": "#091015ff" }, "selectColor": { "name": "主题色块", "type": "color", "default": "#4281f7ff" }, "style": { "type": "group", "name": "样式", "children": { "font": { "type": "font", "name": "文本样式", "default": { "fontFamily": "Mircosoft Yahei", "fontSize": 14, "color": "#FFFFFF", "fontWeight": "normal", "italic": "normal", "letterSpacing": 0 } } } } } } } } }, "api_data": { "source": [ { "startDate": "2022-09-30 08:00:00", "endDate": "2022-09-01 08:00:00" } ] }, "events": { "onChange": { "name": "时间变化", "type": "object", "fields": { "startDate": { "type": "string", "description": "开始日期" }, "endDate": { "type": "string", "description": "结束日期" } }, "data": { "startDate": "2025-03-2", "endDate": "2025-05-12" } } }, "publicHandler": {}, "thumbnail": "/civ_pandaview_component/pandabi-component/assets/8qvc1iaawl_1681788634001_zfvzcv90nd.gif" } }