Commit Graph

115 Commits

Author SHA1 Message Date
RUNZE LU
ce9fd6277e
Merge pull request #4635 from 2betop/esm
chore: 调整 esm 模块导出
2022-06-21 17:36:30 +08:00
RUNZE LU
7660177d00
Merge pull request #4626 from 2betop/fix-datamapping
fix: 修复数据映射复杂写法没有正确返回原始数据的问题
2022-06-21 17:36:03 +08:00
RUNZE LU
ccb9d38c30
Merge pull request #4659 from 2betop/chore-export-excel
chore: 导出 excel 多做一些类型判断兼容
2022-06-21 17:34:40 +08:00
RUNZE LU
3ee25f4ffd
Merge pull request #4658 from 2betop/fix-crud-filter-toggable
fix: 修复crud 默认不展示过滤条件初始请求没有发送的问题
2022-06-21 17:32:52 +08:00
lurunze1226
363754e275 v2.0.0-rc.15 2022-06-21 17:13:27 +08:00
lurunze1226
3732fdbf8f fix: FormFieldProps 缺少translate声明 2022-06-21 17:12:38 +08:00
yangwei9012
b2309bb730
fix: crud 表格筛选 & 数据域数组数据获取 & 列表渲染方法抽象方便编辑器重写 & 公式编辑器变量高亮内容包括${} (#4668)
* fix: crud 表格筛选 & 数据域数组数据获取 & 列表渲染方法抽象方便编辑器重写

* fix: ts + 列表渲染问题
2022-06-21 15:50:58 +08:00
VitoBeijing
70436e21ca feat: Form表单label国际化适配 2022-06-21 14:46:53 +08:00
wanglinfang2014
8761acb9f7
bugfix: table2问题修复 (#4652)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2022-06-20 21:16:58 +08:00
RUNZE LU
55e56be85e
fix: Radios组件labelClassName => optionClassName (#4665) 2022-06-20 21:14:46 +08:00
qianchuan
766c31d476
feat:表单项增加参照录入 (#4618)
Co-authored-by: dqc <qianchuan.deng@gmail.com>
2022-06-20 21:11:06 +08:00
2betop
6c4bab7b60 chore: 导出 excel 多做一些类型判断兼容 2022-06-20 11:16:23 +08:00
2betop
0aeea91a08 fix: 修复crud 默认不展示过滤条件初始请求没有发送的问题 2022-06-20 10:59:39 +08:00
RUNZE LU
0d7fe98eba
feat: checkboxed支持menuTpl (#4642) 2022-06-17 14:31:08 +08:00
RUNZE LU
75175a677d
feat: InputTag支持max,maxTagLength,separator (#4637) 2022-06-17 14:30:41 +08:00
RUNZE LU
2521f87fc3
feat: JSON展示支持设置最大展示长度; fix: Debug面板无法横向滚动 (#4632) 2022-06-17 14:30:12 +08:00
Allen
13470259cb
fix:公式值特殊字符高亮处理 (#4631) 2022-06-17 14:29:42 +08:00
RUNZE LU
d4dff0ff91
feat: Form,FormItem支持自定label宽度 (#4630) 2022-06-17 14:29:29 +08:00
lmaomaoz
d7d730df9c
Fix comb repeat remote verification (#4622)
* fix: 修复comb组件flat:true且joinValues:true时验证不通过的问题

* fix: 修复表单提交时combo中表单项会被重复校验的问题

Co-authored-by: jinye <jinye@baidu.com>
2022-06-17 14:28:47 +08:00
huangying11
ffc2e4bb0d test: inputRange事件动作单测 2022-06-17 11:22:03 +08:00
huangying11
6bb54595ff test: inputRange事件动作单测 2022-06-17 11:19:44 +08:00
huangying11
ea8823341d fix: inputRange值没改变不触发change事件 2022-06-17 11:19:09 +08:00
2betop
3e0618ed8d chore: 调整 esm 模块导出 2022-06-16 21:07:14 +08:00
huangying11
346d672596 fix: inputRange下标百分比支持小数 & 参数类型修改 2022-06-16 17:38:51 +08:00
2betop
f24e5c09c5 修复测试用例问题 2022-06-16 14:58:19 +08:00
2betop
915ce9dd77 补充测试用例 2022-06-16 12:39:59 +08:00
2betop
f933762415 fix: 修复数据映射复杂写法没有正确返回原始数据的问题 2022-06-16 11:53:25 +08:00
liaoxuezhi
c0e4b82ff9
fix: autoFill 在选项有联动配置时会出现重复触发 (#4614) 2022-06-14 18:05:57 +08:00
liaoxuezhi
1de20ffa02 v2.0.0-rc.14 2022-06-14 15:03:00 +08:00
liaoxuezhi
1caf76ffb7 发布版本 2022-06-14 14:57:06 +08:00
liaoxuezhi
dbf89153e3 v2.0.0-rc.12 2022-06-14 14:40:44 +08:00
hsm-lv
609cf38188
Merge pull request #4613 from 2betop/chore-bind-event
fix: 修复textarea不能输入中文的问题
2022-06-14 14:30:28 +08:00
liaoxuezhi
bd4e0e63b6 fix: 修复textarea不能输入中文的问题 2022-06-14 14:15:25 +08:00
RUNZE LU
641f35ae37
cherry-pick: Select组件开启虚拟列表后显示问题#4548 #4516 (#4572) 2022-06-14 14:07:18 +08:00
2betop
eaa62a253e chore: 修复一些 ts 异常 2022-06-14 12:01:10 +08:00
yangwei9012
bd68aec1ef
pick feat: crud2 + Condition-builder增加弹窗模式 + Icon配置直接拿到注册icon (#4604) 2022-06-14 11:53:36 +08:00
吴多益
11ab69639f
chore: 减小 input 输入框初始大小避免 tree-select 在 size: md 下容易折行 (#4587) (#4588) 2022-06-13 20:19:54 +08:00
刘丹
7aa1fe69fc
fix(collapse-group): 修复collapse不能折叠的问题 (#4609)
* fix(collapse-group): 修复collapse不能折叠的问题

* fix(collapse-group): 细节调整
2022-06-13 20:17:09 +08:00
yangwei9012
d0753602b2
Merge pull request #4606 from wibetter/hotfix-collapse
fix(collapse-group): 修正activeKey未更新问题
2022-06-13 15:41:49 +08:00
wibetter
2434640a21 fix(collapse-group): 修正activeKey未更新问题 2022-06-13 14:45:55 +08:00
2betop
cf47e45f64 v2.0.0-rc.11 2022-06-13 14:38:57 +08:00
2betop
6c58964ac8 chore:
svgr 配置更新
2022-06-13 14:38:39 +08:00
2betop
9e3d7ce53e fix: 修复steps 组件远程拉取报 findIndex is not a function 的问题 2022-06-13 11:12:30 +08:00
2betop
e6765eacf5 fix: 修复steps 组件远程拉取报 findIndex is not a function 的问题 2022-06-13 11:11:32 +08:00
2betop
9d2d43835f fix: 修复steps 组件远程拉取报 findIndex is not a function 的问题 2022-06-13 11:08:45 +08:00
hsm-lv
243f12ca89
Merge pull request #4598 from pianruijie/feat/form-event-action
feat:多行文本框支持change事件
2022-06-10 21:11:59 +08:00
pianruijie
1173a98d28 feat:多行文本框支持change事件 2022-06-10 18:12:07 +08:00
hsm-lv
9182a45619
fix:crud不对table下发onEvent,避免事件重复监听 (#4594) 2022-06-10 17:24:39 +08:00
RUNZE LU
48b759962d
fix: 修复 crud 中 actionType reload 其他组件失效问题 & submit配置required在弹窗中错误关闭问题 (#4593) 2022-06-10 16:38:54 +08:00
hsm-lv
7a51e49b59
Merge pull request #4584 from hy993658052/feature-collapse-event-fix
fix: collapse修复事件动作无效问题
2022-06-10 16:38:43 +08:00