Commit Graph

1815 Commits

Author SHA1 Message Date
2betop
9c07809ccb 小优化 + 文档调整 2020-05-15 17:23:15 +08:00
2betop
e615764dbb 样式优化 2020-05-15 17:00:17 +08:00
2betop
57b877927d 样式优化 2020-05-15 16:54:17 +08:00
2betop
cc1c284cdc 重构 tag 渲染器 2020-05-15 16:47:08 +08:00
2betop
2013992d49 更新 react-overlays 的 ts 版本 2020-05-15 09:43:30 +08:00
2betop
e58873e679 完善 ResultBox 2020-05-15 09:37:26 +08:00
2betop
c77f8c5ff2 添加 ResultBox 组件 2020-05-14 20:47:05 +08:00
2betop
8b6741b88e input-box 单独移出来 2020-05-14 17:06:42 +08:00
2betop
61a43410f5 修复 Table 在表头有分组的情况下,固定列样式有些问题 2020-05-14 17:06:09 +08:00
2betop
cc203adb89 修复 Table 在表头有分组的情况下,固定列样式有些问题 2020-05-14 17:00:24 +08:00
2betop
d40074ca7f rm console 2020-05-14 15:40:42 +08:00
2betop
d9b08ce183 InputBox 小调整 2020-05-14 15:39:43 +08:00
2betop
ebb7a49d28 修复 dialog 的 size 无效的问题 2020-05-14 14:33:55 +08:00
2betop
294457a3a8 补充示例 2020-05-14 11:33:47 +08:00
2betop
9afc0dfcea 删除原来的 transfer-select 2020-05-14 11:33:18 +08:00
2betop
9092d73e86 开放更多配置 2020-05-14 11:23:44 +08:00
2betop
8e1a446294 优化搜索相关 2020-05-14 11:19:39 +08:00
2betop
6370bf31f1 补充搜索功能 2020-05-14 10:40:44 +08:00
2betop
11f6c00958 打通 renderer 2020-05-13 20:36:08 +08:00
2betop
cb4dcf01b1 添加 InputBox Transfer 组件 2020-05-13 19:28:46 +08:00
2betop
6095ac9d10 Merge remote-tracking branch 'baidu/master' 2020-05-13 16:46:10 +08:00
2betop
ee37d92b5a 修复 value2Array bug 2020-05-13 16:45:44 +08:00
liaoxuezhi
a0ff24967f Merge pull request #592 from RickCole21/master
file文档
2020-05-13 14:58:15 +08:00
rickcole
40c7d18841 file文档 2020-05-13 14:10:00 +08:00
2betop
599271ce9d ListCheckboxes 支持 Group 2020-05-13 12:35:21 +08:00
2betop
dc09d3e693 升级 prettier 2020-05-13 11:51:38 +08:00
2betop
15a4545fd5 Merge remote-tracking branch 'baidu/master' 2020-05-13 11:33:56 +08:00
2betop
766d1204df 样式优化 2020-05-13 11:31:31 +08:00
2betop
5ecc052924 添加 TreeCheckboxes 2020-05-13 11:00:01 +08:00
2betop
d5002a11fb 自定义组件重新渲染问题修复 2020-05-13 09:57:04 +08:00
liaoxuezhi
3245e7f74b Merge pull request #590 from RickCole21/master
tabs禁用样式优化
2020-05-13 09:29:00 +08:00
rickcole
a2c50196ec tabs禁用样式优化 2020-05-12 20:03:23 +08:00
2betop
f0d7394793 添加 ListCheckboxes 和 TableCheckboxes 2020-05-12 19:23:16 +08:00
2betop
80315ff2d8 默认只从父级同步 form 内的数据, 如果想强制开启,需要配置 syncSuperStore 为 true 2020-05-12 17:58:02 +08:00
liaoxuezhi
20f92f32ec Merge pull request #589 from RickCole21/master
form中容器组件中配置form时,修改内层的form会自动触发上层form的提交操作
2020-05-12 15:03:11 +08:00
rickcole
f78658315b form中容器组件中配置form时,修改内层的form会自动触发上层form的提交操作 2020-05-12 14:41:00 +08:00
2betop
9100907de2 优化 checkboxes 2020-05-12 14:17:43 +08:00
2betop
25075b2298 添加用户选择结果展示组件 2020-05-12 11:41:59 +08:00
liaoxuezhi
8f23f25d2f Merge pull request #588 from baidu/dependabot/npm_and_yarn/tinymce-5.2.2
Bump tinymce from 5.2.1 to 5.2.2
2020-05-12 09:42:30 +08:00
dependabot[bot]
1bd7ecf76b Bump tinymce from 5.2.1 to 5.2.2
Bumps [tinymce](https://github.com/tinymce/tinymce-dist) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/tinymce/tinymce-dist/releases)
- [Changelog](https://github.com/tinymce/tinymce-dist/blob/master/changelog.txt)
- [Commits](https://github.com/tinymce/tinymce-dist/compare/5.2.1...5.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-05-11 20:32:44 +00:00
2betop
080dbe33a7 优化 repeat 组合方式 2020-05-11 20:27:33 +08:00
2betop
06c3241cd1 目前看来 Repeat 组件有点多余 2020-05-11 20:20:10 +08:00
2betop
aee82a7294 expand 改成 findTree 2020-05-11 19:44:23 +08:00
2betop
7aa5fe03b0 checkboxes component 中的用法与 select 统一 2020-05-11 19:23:50 +08:00
2betop
113499afd2 修 top lest 值可能为 NaN 的情况 2020-05-11 17:21:12 +08:00
2betop
5f79a06568 更新 snapshot 2020-05-11 16:55:54 +08:00
2betop
1d2e634c40 更新 snapshot 2020-05-11 16:55:18 +08:00
2betop
32fd97ec91 去掉多余的代码 2020-05-11 15:28:44 +08:00
2betop
ef86ff98bb 复用 select 里面的 value2array 2020-05-11 15:22:32 +08:00
2betop
40191cf3a5 combo 的tabs 模式,样式调整 2020-05-11 14:16:54 +08:00