Commit Graph

13246 Commits

Author SHA1 Message Date
liaoxuezhi
8e002ec667
chore: 优化编辑器中修改表单项 name 效果,可在预览区及时看到效果 (#9557) 2024-01-30 20:23:27 +08:00
Song Mingxu
df1e09eae4
修复更新后log的source不支持api对象配置方式的问题 (#9350)
Co-authored-by: Song Mingxu <mingxu.song@gmail.com>
2024-01-30 20:22:24 +08:00
hsm-lv
add8cd2f3f
Merge pull request #9535 from 2betop/fix-condition-builder
fix: 修复 condition-builder 切换字段选项不更新问题问题 Close: #9455 #9478
2024-01-30 20:19:40 +08:00
张涛
c6bbbdbf67
Merge pull request #9536 from findreamer/fix-groupSelection-style
fix(select): 修复GroupedSelection组件在AssociatedSelection下样式问题Close: #9534
2024-01-30 20:18:44 +08:00
hsm-lv
3f349d37fd
Merge pull request #9543 from 2betop/fix-withStore
fix: 修改 withStore 更新逻辑修复 #9435
2024-01-30 20:16:57 +08:00
张涛
f2b67af515
Merge pull request #9469 from TigerWFH/feature_inputtag_blur
fix: issue#9468,inputtag在输入内容为空,回车触发表单提交,假死问题
2024-01-30 20:16:18 +08:00
张涛
7a931a3901
Merge pull request #9545 from TigerWFH/feature_issue_tabs
fix: 修正tabs特定场景下,切换标签页报错问题;对应issue#9544
2024-01-30 20:15:45 +08:00
zhangtao07
a27ab0cfd4 chore: flex切换纵向时清除子容器为0的flexBasis 2024-01-30 20:09:48 +08:00
hsm-lv
5042c82fc5
Merge pull request #9555 from 2betop/style-select
style: select 下拉框最小宽度设置成 120px
2024-01-30 19:52:07 +08:00
liaoxuezhi
7d6244d271
style: 优化编辑器中 icon 样式 (#9530) 2024-01-30 19:45:51 +08:00
Allen
f37c1e6fd3
fix: dropdown-button 下载无效问题 (#9554) 2024-01-30 18:47:27 +08:00
2betop
6b57ad2372 style: select 下拉框最小宽度设置成 120px 优化 buttonGroupSelect 禁用选中状态样式 2024-01-30 18:45:48 +08:00
qkiroc
032ea5ac2c
chore: 固定icon组件支持的事件,避免警告 (#9529)
* chore: 固定icon组件支持的事件,避免警告

* 更新快照

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-01-30 11:11:49 +08:00
hsm-lv
ce3685b714
Merge pull request #9552 from hsm-lv/fix-action-config
fix:事件动作-变量赋值交互问题
2024-01-30 10:42:18 +08:00
hzh11012
8e7ceae08f
fix:可视化编辑器弹窗中多选了组件,面板异常 (#9542)
Co-authored-by: hezhihang <hezhihang@baidu.com>
2024-01-30 10:41:27 +08:00
hsm-lv
fc3396bf61
Merge pull request #9540 from CheshireJCat/fix-id-card-number-validate
fix: 完善身份证号码的校验逻辑
2024-01-30 10:32:17 +08:00
lvxiaojiao
0f17441551 fix:事件动作-变量赋值交互问题 2024-01-30 10:22:38 +08:00
刘丹
60d7f4d942
Merge pull request #9550 from wibetter/master
fix(amis): InputText 清空操作支持clearValueOnEmpty配置
2024-01-29 20:00:56 +08:00
wibetter
15bad839a8 fix(amis): InputText 清空操作支持clearValueOnEmpty配置 2024-01-29 19:39:24 +08:00
Allen
a06a2e4a5a
Merge pull request #9548 from allenve/master
feat(editor): editor addElem 支持 doc-entiry
2024-01-29 17:27:53 +08:00
allenve
6858d05143 feat(editor): editor addElem 支持 doc-entiry 2024-01-29 16:37:55 +08:00
Allen
4314e1d262
Merge pull request #9546 from allenve/master
fix(editor): editor 数据域查询问题
2024-01-29 14:35:49 +08:00
allenve
745eb44b9e fix(editor): editor 数据域查询问题 2024-01-29 14:18:40 +08:00
wangfanghua
a25e96af87 fix: 修正tabs特定场景下,切换标签页报错问题;对应issue#9544 2024-01-29 14:00:09 +08:00
2betop
cce881170d fix: 修改 withStore 更新逻辑修复 #9435 2024-01-29 11:42:34 +08:00
qkiroc
5115bc73fa
feat: loading根据父级背景颜色自动适配颜色 (#9507)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-01-29 10:43:15 +08:00
jinye
60e7d1c93f fix: 完善身份证号码的校验逻辑 2024-01-26 21:39:05 +08:00
2betop
c79a65fb25 fix: 修复 condition-builder 切换字段选项不更新问题问题 Close: #9455 #9478 2024-01-26 17:43:48 +08:00
findreamer
931db9b420 Merge branch 'master' into fix-groupSelection-style 2024-01-26 15:21:32 +08:00
张峻睿
68ef1c4228 fix(select): 修复GroupedSelection组件在AssociatedSelection下样式问题 2024-01-26 14:52:25 +08:00
qkiroc
70c8d300e4
fix: 修复编辑器中switch组件默认值回显不对问题 (#9522)
* fix: 修复编辑器中switch组件默认值回显不对问题

* 修改为isExpression方法

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-01-25 20:26:31 +08:00
liaoxuezhi
d9d9231710
fix: 修复 table 切换列显隐后设计器重新调整列顺序不生效问题 (#9511) 2024-01-25 20:24:28 +08:00
liaoxuezhi
3bd878c1b5
fix: 修复 inputSubForm 拖拽排序值位置与视图位置不一致问题 (#9508) 2024-01-25 20:21:13 +08:00
liaoxuezhi
51e02cd638
fix: 修复 extraName 在单元格中无效的问题 Close: #8525 (#9479) 2024-01-25 20:21:05 +08:00
liaoxuezhi
7c79a84aa5
fix: 修复 log 的 source 是 api object 时不自动加载的问题 (#9509) 2024-01-25 20:14:58 +08:00
liaoxuezhi
80610ec714
chore: 优化设计器表单项修改默认值同步展示问题 (#9518) 2024-01-25 20:14:06 +08:00
qkiroc
eec11f5072
fix: 修复弹框大纲中未国际化问题 (#9521)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-01-25 20:06:52 +08:00
liaoxuezhi
adb70d6108
fix: 修复condition-builder 中公式值默认不高亮的问题 (#9525) 2024-01-25 20:05:57 +08:00
liaoxuezhi
8398e581cc
fix: 修复 picker 第一页没有选中时清空按钮无效的问题 (#9474) 2024-01-25 20:03:33 +08:00
hsm-lv
23fdeb069e
Merge pull request #9512 from 2betop/table-formitem-change
fix: 修复单元格中直接放表单项 name 为带路径的变量时值修改不符合预期的问题
2024-01-25 19:19:07 +08:00
刘丹
f7ddf6e663
Merge pull request #9523 from wibetter/master
fix(amis-ui): 容器组件增加默认的min-width和min-height
2024-01-25 17:35:08 +08:00
wibetter
3ab227d008 fix(amis-ui): 容器组件增加默认的min-width和min-height 2024-01-25 17:17:33 +08:00
hsm-lv
afc534388a
Merge pull request #9519 from hsm-lv/fix-subform-context
fix:子表单上下文类型错误
2024-01-25 11:31:39 +08:00
lvxiaojiao
8dfa6dfe8f fix:子表单上下文类型错误 2024-01-25 10:20:53 +08:00
张涛
03175e1df5
Merge pull request #9517 from zhangtao07/master
修复crud2 若干bug
2024-01-24 20:35:08 +08:00
zhangtao07
82bd6a3d75 fix: 修复crud2 列选中问题 2024-01-24 20:15:10 +08:00
ls
c87f174510
feat: 移动端表单项最后一项显示边线 & 移动端select 增加显示个数配置 (#9516)
* feat:移动端select 增加显示个数配置

* feat:移动端表单项最后一项显示边线

---------

Co-authored-by: zhangxulong <zhangxulong@baidu.com>
2024-01-24 20:14:14 +08:00
zhangtao07
c50e2004a7 feat: table2支持当前行数据 2024-01-24 19:51:30 +08:00
zhangtao07
cbed0e4693 fix: 修复crud2搜索关闭时搜索面板依旧存在问题 2024-01-24 19:51:30 +08:00
刘丹
07aa055ab5
Merge pull request #9513 from wibetter/master
fix(amis): 表格组件/渲染列级元素前,剔除style中的定位相关样式,避免表格样式异常
2024-01-24 19:17:57 +08:00