Commit Graph

13925 Commits

Author SHA1 Message Date
2betop
05d32400dd bump: 6.6.0 2024-07-01 11:06:29 +08:00
张涛
60959a3c2d
Merge pull request #10547 from zhangtao07/master
crud2角标修复 & 分栏容器外观支持修复
2024-07-01 10:49:24 +08:00
zhangtao07
023bef5d36 分栏栏目支持外观配置 2024-07-01 10:25:58 +08:00
zhangtao07
2a8e8fa589 fix: 修复crud2角标配置 2024-07-01 10:25:58 +08:00
Song Mingxu
1c555ae675
修复 CustomStyle 在某些情况下 id 的类型可能是 number 而导致异常报错 (#10536)
在crud的card模式下(可能还有其他场景),会有 id 为数字的 Tpl 组件的情况,导致 removeCustomStyle 函数报错。
这个跟 #10396 解决的问题是同一个,只是我觉的既然所有的工具函数都是预设了 id 为 string,何不从源头上解决?免得以后更新工具方法的时候还要再写很多防御性代码。

Co-authored-by: Song Mingxu <mingxu.song@gmail.com>
2024-07-01 10:18:49 +08:00
liaoxuezhi
ca0a50623d
fix: 修复 select 值格式是对象时初始化值不正确的问题 (#10541) 2024-06-28 13:10:05 +08:00
liaoxuezhi
baaa1989f7
fix: 修复 fx 的 replace 方法可能死循环的问题 (#10539) 2024-06-27 19:32:01 +08:00
张涛
cd85d8c9ed
Merge pull request #10538 from hzh11012/master
fix: 条件表达式在input-table列上不生效、条件表达式变量去除子表及内部变量
2024-06-27 19:06:44 +08:00
hezhihang
e4a8a16591 fix: 条件表达式在input-table列上不生效、条件表达式变量去除子表及内部变量 2024-06-27 18:39:56 +08:00
hezhihang
17f332b23c fix: 条件表达式在input-table列上不生效、条件表达式变量去除子表及内部变量 2024-06-27 17:57:05 +08:00
2betop
c8a5dcac12 chore: ts error 2024-06-27 17:24:47 +08:00
瓜娃子
47a15b6350
fix: issue#10515 修复code组件值为空控制台报错 (#10518)
Co-authored-by: wbchangpengyuan <wbchangpengyuan@lattebank.com>
2024-06-27 07:27:49 +08:00
2betop
02a90a4b6a fix: inputTable component 修复 select 弹窗挡住问题 2024-06-26 21:46:34 +08:00
liaoxuezhi
3b08c67e00
fix: input-table 修复 input-table 内部有公式时展示值与表单项值不一致问题 (#10526) 2024-06-26 20:50:20 +08:00
张涛
bd0922d4e2
更换宫格图标 (#10520) 2024-06-26 20:44:18 +08:00
qkiroc
45dc2fa45b
feat(editor): optionControl批量添加支持配置customEdit (#10522)
* feat(editor): optionControl批量添加支持配置customEdit

* bugfix

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-06-26 20:44:04 +08:00
2betop
c276aa21e2 style: input-table component 超出问题 2024-06-26 16:16:12 +08:00
liaoxuezhi
08835ccb70
feat: input-table 的复制功能支持配置复制数据映射 (#10519) 2024-06-26 15:30:37 +08:00
qinhaoyan
612c16895d fix: 修复form flex模式下description位置不对问题 2024-06-26 15:04:47 +08:00
张涛
dbc030c7a1
Merge pull request #10486 from BeMxself/fix-Scoped-unRegisterComponent-AutoRemoveChildScope
bugfix:从 scope 中注销组件时,自动从父级 scope 中移除当前 scope
2024-06-26 14:41:13 +08:00
Allen
34b899fdea
Merge pull request #10517 from allenYp/fix-formula-highlight2
fix: formulaControl 高亮时机问题
2024-06-26 11:33:34 +08:00
yupeng12
b68b26bb0c fix: formulaControl 高亮时机问题 2024-06-26 11:19:01 +08:00
liaoxuezhi
0ae2df58e9
chore: table2 单元格渲染逻辑优化 (#10512) 2024-06-25 21:42:30 +08:00
2betop
d4c540e121 chore: 调整表单项默认值变更逻辑支持值格式是数组的情况 2024-06-24 18:50:18 +08:00
2betop
a76e8a7b6d chore: 删除脚手架写入的默认 api 地址 2024-06-21 16:48:39 +08:00
liaoxuezhi
af9d9bdd0f
fix: 修复 words 显示复杂对象时报错问题 (#10491) 2024-06-21 16:04:33 +08:00
hsm-lv
a0808aeff1
Merge pull request #10487 from BeMxself/fix-renderer-event-unbindEvent
bugfix: 修复 unbindEvent 无法完全解绑 eventListener 的问题
2024-06-20 19:39:24 +08:00
Song Mingxu
5e3cdd1828 如果 eventName 为 undefined,表示全部解绑,否则解绑指定事件,之前的实现会导致 SchemaRenderer 执行解绑时无法解绑当前组件的任何 eventListener 2024-06-20 19:09:35 +08:00
Song Mingxu
9abdc2cccd 从 scope 中注销组件时,自动从父级 scope 中移除当前 scope
否则在反复打开弹窗等场景下会导致父级 scope 的 children 一直增长
修复 idx 计算错误,parent.children 必然不为null/undefined,也不需要用 ?? 这样的防御性代码
2024-06-20 19:06:33 +08:00
Allen
f2fb6135a6
Merge pull request #10484 from allenve/fix-formulaStyle
fix: formula Button style
2024-06-20 14:46:51 +08:00
yupeng12
47c7883e17 fix: formula Button style 2024-06-20 14:31:19 +08:00
2betop
a86a191923 fix: picker 不自定义 pickerSchema 时 labelField 配置无效问题修复 2024-06-20 11:04:28 +08:00
liaoxuezhi
4941ca0351
fix: 修复弹窗中表单内再弹窗新弹窗按钮不可点问题 (#10481) 2024-06-19 21:19:18 +08:00
hzh11012
46aef7e5de
fix: 自定义条件过滤系统变量,自定义条件弹窗大小调整 (#10480)
* fix: 自定义条件过滤系统变量,自定义条件弹窗大小调整

* fix: 自定义条件过滤系统变量,自定义条件弹窗大小调整

---------

Co-authored-by: hezhihang <hezhihang@baidu.com>
2024-06-19 21:13:01 +08:00
hsm-lv
f910ae9cac
Merge pull request #10477 from 2betop/chore-condition-builder
chore: condition-builder 非预设类型渲染时也转成走自定义类型渲染逻辑
2024-06-19 20:08:41 +08:00
lq
97244e3106
feat: 新增verificationCode验证码渲染器 (#10386)
* feat: 新增verificationCode验证码渲染器和页面设计器

* fix: verificationCode to input-verification-code
2024-06-19 19:41:10 +08:00
jinye
a7b142fd50 fix: input-number用修改formatter的方式替换移动光标的方式 解决光标漂浮问题,还原输入过程中进行normalizeValue数值处理的逻辑 2024-06-19 19:29:19 +08:00
2betop
ccbe8aedc4 chore: condition-builder 非预设类型渲染时也转成走自定义类型渲染逻辑 2024-06-19 19:28:28 +08:00
hsm-lv
afd0209359
Merge pull request #10473 from allenve/fix-treeSelector
fix: TreeSelector 报错
2024-06-19 16:30:52 +08:00
yupeng12
eea78d30f5 fix: TreeSelector 报错 2024-06-19 16:02:37 +08:00
qkiroc
d53fbcf190
fix: 修复table中form item static不生效问题 (#10467)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-06-18 19:03:14 +08:00
hsm-lv
9c2a451818
Merge pull request #10469 from hzh11012/master
fix: input-table未下发static、删除逻辑优化
2024-06-18 18:55:20 +08:00
hezhihang
0197c28f17 fix: input-table未下发static、删除逻辑优化 2024-06-18 17:39:55 +08:00
Allen
9e724f467f
Merge pull request #10468 from allenve/fix-variableFilter
fix: 快捷变量层级
2024-06-18 16:04:32 +08:00
yupeng12
9507908383 fix: 快捷变量层级 2024-06-18 15:48:57 +08:00
qkiroc
5a44115d44
feat(editor): optionControl支持配置customEdit (#10465)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-06-18 12:50:12 +08:00
liaoxuezhi
9d4c34be69
fix: 优化 inputTable state 更新逻辑,减少多余重新渲染 (#10464) 2024-06-18 11:05:18 +08:00
liaoxuezhi
e6f2b5146a
style: 条件组合样式优化 (#10455) 2024-06-17 21:30:47 +08:00
liaoxuezhi
47340b0546
fix(amisd-editor): 修复 select 静态选项 popOver 编辑无效问题 Close: #10427 (#10459) 2024-06-17 21:30:27 +08:00
hsm-lv
5a354ec45e
Merge pull request #10444 from hzh11012/master
fix: 条件表达式获取不到上下文数据
2024-06-17 21:15:14 +08:00