Commit Graph

8743 Commits

Author SHA1 Message Date
吴多益
f139f9f508
chore: 补充 input-image 的 autoFill 单元测试 (#5507) 2022-10-10 21:16:36 +08:00
hsm-lv
1edaf425b3
feat:优化刷新组件动作 (#5521) 2022-10-10 21:00:38 +08:00
吴多益
7dd4280fe6
chore: crud 加载更多按钮在无数据时变成 disable 而不是隐藏,避免在编辑器里看不见 (#5506) 2022-10-10 17:41:59 +08:00
RUNZE LU
5acdf81999
fix: InputImage组件自动填充失效问题 (#5505) 2022-10-10 13:01:38 +08:00
hsm-lv
7dfae985f9
feat:action args优化 (#5500) 2022-10-10 09:56:49 +08:00
lurunze1226
b68c3c583c v2.3.0 2022-09-30 18:53:54 +08:00
hsm-lv
84909c66b5
fix: richtext设计态死循环问题 (#5489)
* fix:修复富文本编辑器死循环问题

* fix:修复富文本编辑器死循环问题
2022-09-30 18:28:02 +08:00
RUNZE LU
0784488019
chore: remove redundant log in build-schemas.ts (#5480) 2022-09-30 18:10:21 +08:00
RUNZE LU
41bdee3332
chore: 处理jest 28 => 29后snapshot格式不兼容问题 (#5487) 2022-09-30 18:09:35 +08:00
吴多益
4ec44e10af
feat: input-number 支持大数模式 (#5332)
* feat: input-number 在输入内容是字符串的时候,输出结果也是字符串,从而支持大数操作

* 增加 big 参数,调整浮点数最大精度为 16

* 增加 big 参数,调整浮点数最大精度为 16

* 补充文档
2022-09-30 17:59:06 +08:00
wanglinfang2014
d8042aded6
feat: table2展开行支持多种方式 (#5320)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2022-09-30 17:57:29 +08:00
kano
c4e043c735
fix: inputRange更换事件名称 (#5470) 2022-09-30 17:56:05 +08:00
hsm-lv
19bfac7493
fix:修复富文本api高级配置上传报错问题 (#5483) 2022-09-30 14:13:14 +08:00
meerkat
e9ca377604
feat: 优化 Spinner 控制 loading 状态的逻辑 (#5458) 2022-09-30 10:51:50 +08:00
liaoxuezhi
b0ce7e0115
fix: 修复 fieldset 嵌套使用时样式问题及配置干扰问题 (#5479) 2022-09-30 09:44:07 +08:00
RUNZE LU
86e15457b4
feat: Image/Images组件工具栏支持自定义 (#5247) 2022-09-29 18:49:13 +08:00
RUNZE LU
507fca934b
styles: AnchorNav组件标题溢出问题 (#5469) 2022-09-29 18:39:22 +08:00
RUNZE LU
b7f79c6102
fix: Form中嵌套容器后,容器中组件disabled失效问题 (#5473) 2022-09-29 18:38:41 +08:00
RUNZE LU
512a313fb1
fix: Table开启表头分组和固定列时,固定列表头尺寸错误 (#5474) 2022-09-29 18:37:26 +08:00
RUNZE LU
69d0888410
feat: Status组件图标支持数据映射 (#5460) 2022-09-29 14:23:40 +08:00
liaoxuezhi
54d09e2be1
Update expression.md 2022-09-29 14:19:09 +08:00
RUNZE LU
68b8b6a137
feat: Service组件dataProvider支持触发事件 (#5451) 2022-09-29 14:04:52 +08:00
RUNZE LU
68f93cef0f
styles: Table组件rowClassNameExpr使用bg-*类名失效问题 (#5453) 2022-09-29 13:48:59 +08:00
Andre Basse
fda1950583
Add the option to add item at the top of the list (#5270)
Co-authored-by: Bassea <andre.basse@spiegel.de>
2022-09-29 13:32:05 +08:00
liaoxuezhi
c912b6aa23
doc: 补充表达式语法说明 (#5472) 2022-09-29 12:44:19 +08:00
Andre Basse
6742fb212f
Added itemlclick event (#5253)
Co-authored-by: Bassea <andre.basse@spiegel.de>
2022-09-29 12:43:19 +08:00
RUNZE LU
1e5cfd16c7
chore: 兼容hash mode下url获取query参数 (#5464) (#5466) 2022-09-29 12:33:24 +08:00
biley
66da74c7a2
fix: input-image 图片上传回显问题修复 (#5102)
Co-authored-by: xiaolong <xiaolong@xiaolongdeMacBook-Pro.local>
2022-09-28 18:59:28 +08:00
zhou999
72dcc9ff8a
fix: transfer 结果搜索默认提示语句错误&统计信息设置不生效 (#5371)
* fix: transfer结果搜索默认提示语句错误&统计信息设置不生效

* fix: transfer结果搜索默认提示语句错误&统计信息设置不生效

* feat: transfer组件添加labelField

* fix: transfer 结果搜索默认提示语句错误

* fix: transfer 结果搜索默认提示语句错误&统计信息设置不生效&transfer 结果搜索默认提示语句错误

* fix: transfer 结果搜索默认提示语句错误
2022-09-28 18:56:53 +08:00
liaoxuezhi
0ce0b12bc4
fix: 修复 lazycomponent 因为 spinner 的调整可能不渲染的问题 (#5454) 2022-09-27 21:48:16 +08:00
吴多益
78c8c46c86
chore: 升级第三方依赖 react@5.4.0 downshift@6.1.7 sortablejs@1.15.0 (#5442) 2022-09-27 10:20:24 +08:00
liaoxuezhi
5bb909a154
fix: 修复 inputText 对日期对象显示问题 (#5450) 2022-09-27 10:19:22 +08:00
吴多益
ec8305aefb
chore: iframe 在 https 页面加载 http 时报错提示 (#5414)
* chore: iframe 在 https 页面加载 http 时报错提示

* chore: iframe 在 https 页面加载 http 时报错提示
2022-09-26 19:52:28 +08:00
liaoxuezhi
7f41038b32
fix: xor 改奇数真时为真 (#5445)
* fix: 修复公式 xor

* 改成奇数个真认为真

* fix: 修复公式 xor
2022-09-26 18:03:29 +08:00
liaoxuezhi
69eb11dc83
fix: 修复公式 xor (#5444) 2022-09-26 16:43:59 +08:00
tiezhu111
92effd84d5
18.03.01 (#5415) 2022-09-26 15:17:07 +08:00
RUNZE LU
4953b2810b
chore: InputText, Textarea组件maxLength限制输入长度; styles: (#5433)
Textarea清除按钮避免重叠
2022-09-26 14:41:57 +08:00
RUNZE LU
b4b39d04f0
fix: InputExcel表头包含RichText时解析错误问题 (#5441) 2022-09-26 14:18:41 +08:00
RUNZE LU
3b0d9a7a87
styles: 统一InputText和Select禁用态文字颜色 (#5432) 2022-09-26 14:15:31 +08:00
igrowp
0dde0c6422
fix: json组件支持boolean基础类型 (#5413)
Co-authored-by: wutong25 <wutong25@baidu.com>
2022-09-26 14:02:21 +08:00
RUNZE LU
64fc0c406f
fix: 导出Excel时取字段的逻辑和CRUD fetch逻辑保持一致 (#5434) 2022-09-26 14:00:49 +08:00
liaoxuezhi
180d6b9746
fix: 人员组件搜索点选值展示问题及选中回显不是 label 的问题 (#5438) 2022-09-25 22:11:15 +08:00
Allen
7f4efa4d92
fix: save 语言替换 (#5436) 2022-09-24 21:02:15 +08:00
igrowp
f08a434bc5
fix: conditionBuilder ts类型报错修改 (#5428)
Co-authored-by: wutong25 <wutong25@baidu.com>
2022-09-23 12:29:58 +08:00
ls
5b743dd31f
fix: 人员选择ts类型错误 (#5427)
* fix: 人员选择ts 类型错误

Co-authored-by: zhangxulong <zhangxulong@baidu.com>
2022-09-23 11:48:20 +08:00
RUNZE LU
c72ca5a82c
styles: Pagination每页条数浮层自动调整位置 (#5389) (#5422) 2022-09-23 10:36:35 +08:00
RUNZE LU
2562f86164
chore: 过滤器url_encode将不合法的输入处理为undefined (#5423) 2022-09-23 10:35:42 +08:00
ls
6026da8ba5
feat: 人员选择组件增加确定按钮 & fix: saveAs 图片下载名称以配置项优先 (#5385)
* 调整 saveAs  fileName 优先级

* feat: 移动端人员选择增加确定按钮

* Update UserSelect.tsx

Co-authored-by: zhangxulong <zhangxulong@baidu.com>
2022-09-22 19:48:53 +08:00
吴多益
9bc22770de
chore: vscode 搜索过滤生成的文件 2022-09-22 15:20:29 +08:00
吴多益
d96a90bed3
fix: 修复 @fex 替换不全导致内网版本部分组件无法加载问题 (#5412) 2022-09-21 19:42:03 +08:00