AntdRangePicker 和 SemiRangePicker 基础配置相同,其他配置请参考官网文档
1.0.2-7 增加功能: 默认显示七天支持禁用,disabledDefaultVal 时间快捷搜索支持自定义,增加 userPresets 用于替换原先的 presets userPresets 结构参照 tbfe-time-picker/es/components/TimePicker/constant [{text:'2 小时',start:Date.now(),end:Date.now()}]
In the project directory, you can run:
开发模式
打开 http://localhost:3000访问。
打包整个包
编译 es 包,提供按需加载功能
调试文档
打包文档
分析 bundle 包
修改后重新发布 npm 包
1 npm run build
2 npm run compile
3 npm publish