Commit Graph

6803 Commits

Author SHA1 Message Date
吴多益
05bc46b063
docs: 修复 crud 的 source 配置错误 2021-09-07 20:15:27 +08:00
Allen
c4bc3af604
fix: form中dialog mergeData 数据同步问题 (#2515) 2021-09-07 15:47:36 +08:00
Wenlu Wang
381baef0b9
Fix typo (#2512)
thanks
2021-09-06 19:33:29 +08:00
sarding
02007612c6
fix:动画延时导致modal的实际移出顺序不正确,esc无法关闭。 (#2511)
Co-authored-by: hongfuquan <hongfuquan@baidu.com>
2021-09-06 16:57:40 +08:00
liaoxuezhi
8221ec4239 发布新版本 2021-09-05 21:05:35 +08:00
liaoxuezhi
fcc887e2b1
chore: 调整 json schema 把 anyOf 改成 if 语句 (#2510) 2021-09-05 16:41:59 +08:00
RickCole
3132f81c03
Merge pull request #2500 from nwind/typo-system-message
typo: 系统消息应该是 System.notify
2021-09-03 13:41:28 +08:00
2betop
0029ce1d11 发布脚本 2021-09-03 10:55:16 +08:00
2betop
1c79c58c8e 升级 tslib 2021-09-03 10:29:24 +08:00
wuduoyi
837144e735 typo: 系统消息应该是 System.notify 2021-09-03 10:14:32 +08:00
2betop
30239e47a0 ts 类报错修复 2021-09-03 10:14:20 +08:00
Allen
efa1f06e22
feat: Step组件支持设置展示模式 && 独立组件 (#2495) 2021-09-03 10:05:24 +08:00
吴多益
eccb5b33a0
feat: NestedSelect 增加 menuClassName (#2497) 2021-09-03 10:05:08 +08:00
qinhaoyan
e636d4bccd
优化tabs组件chrome模式下的样式 (#2494)
Co-authored-by: qinhaoyan <qinhaoyan@baidu.com>
2021-09-02 16:07:18 +08:00
吴多益
27a5522a71
fix: 修复 React 引入 Alert 组件后默认主题不是 cxd 的问题 (#2491) 2021-09-02 10:42:50 +08:00
qinhaoyan
a64041efbe
feat:级联组件支持边框设置 (#2490)
Co-authored-by: qinhaoyan <qinhaoyan@baidu.com>
2021-09-01 21:15:34 +08:00
吴多益
20b4aa4145
chore: 更新 echarts 到 5.2.0 (#2488) 2021-09-01 19:04:39 +08:00
吴多益
094a15cffc
chore: 修复 ts 升级的兼容性问题 (#2486) 2021-09-01 11:19:49 +08:00
qinhaoyan
7064803174
feat:tabs组件优化内容超长后的交互 (#2479)
Co-authored-by: qinhaoyan <qinhaoyan@baidu.com>
2021-09-01 11:19:38 +08:00
吴多益
c945493b98
chore: 暂时回滚 typescript 版本避免 playground 无法显示 2021-08-31 23:40:16 +08:00
吴多益
20d320c3e5
chore: 升级 ts 版本并修复报错 (#2481) 2021-08-31 20:08:34 +08:00
2betop
465e456803 如果本来就是 formData 则跳过转换 2021-08-31 14:51:03 +08:00
RickCole
e45d5e9f27
fix: 修复 embed 下 locale 报错 (#2474)
* fix: 修复 embed 下 locale 报错

* fix
2021-08-30 11:51:20 +08:00
2betop
8a68509de6 Merge remote-tracking branch 'baidu/master' 2021-08-30 11:50:35 +08:00
2betop
9600d917b4 chore: 用例 fakeTimers 有问些问题,用真实 timer 2021-08-30 11:50:17 +08:00
Allen
ef14626b8b
fix input-date 时间选择问题 (#2473) 2021-08-30 11:18:10 +08:00
liaoxuezhi
910aadf9f0
fix: 修复条件组用于crud过滤器时的报错 (#2470) 2021-08-30 11:17:05 +08:00
Andre Basse
2020049594
Updated German translation (#2471) 2021-08-30 11:09:16 +08:00
liaoxuezhi
4d64534240 Merge remote-tracking branch 'baidu/master' 2021-08-29 14:05:54 +08:00
liaoxuezhi
11ee500ef7 新换的 json viewer 只支持对象,所以非对象格式转成对象格式 2021-08-29 13:45:32 +08:00
2betop
4f2c74a2cf 更新 amis 版本号 2021-08-27 20:25:19 +08:00
Allen
f314c09f6f
input-date timeFormat 配置问题修复 (#2462) 2021-08-27 19:52:38 +08:00
liaoxuezhi
dab5af99f5
chore: modal 里面处理子组件改成后面的优先 (#2463) 2021-08-27 19:51:42 +08:00
RickCole
833f5ca279
还有问题,先注释掉 (#2460) 2021-08-27 16:30:16 +08:00
RickCole
86ccc4267d
fix: minDate导致日期视图错误问题 (#2459) 2021-08-27 16:16:56 +08:00
吴多益
6aa492309e
更新部分依赖 (#2456)
ansi-to-react 到 6.1.6
exceljs 到 4.3.0
hls.js 到 1.0.10
sortablejs 到 1.14.0
tinymce 到 5.9.1
fontawesome 到 5.14.4
copy-to-clipboard 到 3.3.1

去掉 animate.css 依赖

playground 使用 json5 支持非标准 json 格式
2021-08-27 14:44:50 +08:00
吴多益
7893ea70cf
chore: mock 增加个 mirror 接口方便返回任意数据来调试 (#2455) 2021-08-27 14:27:44 +08:00
吴多益
061fe23b68
fix:修复编译成 es5 后 webcomponent 报错 (#2452) 2021-08-27 14:27:04 +08:00
2betop
24e3c49ded Merge remote-tracking branch 'baidu/master' 2021-08-27 13:49:43 +08:00
2betop
ced5ee05ab minLength maxLenth 不自动加入验证器里面 2021-08-27 13:49:21 +08:00
RickCole
a1d12ebdac
fix: 修复combo中配置 clearValueOnHidden 无法删除item问题 (#2454) 2021-08-27 13:16:29 +08:00
吴多益
efc2359826
Update bug-report.md 2021-08-27 12:41:14 +08:00
吴多益
31c8752814
docs: 修改爱速搭地址 2021-08-27 11:23:46 +08:00
2betop
684fd44777 ts 错误修复 2021-08-27 10:35:13 +08:00
liaoxuezhi
f4b6dc80b2 Merge remote-tracking branch 'baidu/master' 2021-08-26 23:11:24 +08:00
liaoxuezhi
6c8268c4a1 样式微调 2021-08-26 23:11:15 +08:00
qinhaoyan
7c7aeb02fe
feat:input-number支持只读属性 (#2450)
Co-authored-by: qinhaoyan <qinhaoyan@baidu.com>
2021-08-26 21:25:52 +08:00
RickCole
f86872695f
修复 Tree 组件节点勾选异常问题 (#2449) 2021-08-26 19:54:59 +08:00
liaoxuezhi
a799703409
fix: 修复withRemoteConfig 实现的自动刷新无法关闭问题 (#2448) 2021-08-26 19:54:31 +08:00
liaoxuezhi
29009d7e55
chore: 调整弹框动作的 reload 优先级 (#2445)
* chore: 优化 tabs 成员的 key

* chore: 调整弹框动作的 reload 优先级
2021-08-26 19:54:15 +08:00