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 |
|
常鹏元
|
51dd3cf8fa
|
fix: issue#10507 复制带分隔符的文本到inputTag,max属性和去重会失效
|
2024-06-24 22:01:16 +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 |
|
hsm-lv
|
93ca6dd8bf
|
Merge pull request #10460 from allenve/fix-variableFilter
fix: 公式变量过滤问题
|
2024-06-17 21:10:27 +08:00 |
|
yupeng12
|
41519b68d2
|
fix: 公式变量过滤问题
|
2024-06-17 20:47:14 +08:00 |
|
qkiroc
|
d6481ad3d3
|
style: 修复textarea counter遮挡底边框的问题 (#10457)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
|
2024-06-17 20:02:00 +08:00 |
|
liaoxuezhi
|
04c1bdcfde
|
fix: picker 不自定义 pickerSchema 时 labelField 配置无效问题修复 (#10442)
|
2024-06-17 14:07:33 +08:00 |
|
hsm-lv
|
76b93212b7
|
Merge pull request #10432 from 2betop/fix-table-nested-name
fix: 修复 table 中有表单项带路径时会把对应对象其他属性弄丢的问题
|
2024-06-17 11:17:14 +08:00 |
|
hezhihang
|
bb47e3622a
|
fix: 条件表达式获取不到上下文数据
|
2024-06-14 18:29:25 +08:00 |
|
Allen
|
5f7b907ab0
|
Merge pull request #10434 from allenve/master
feat: FormulaControl 快捷变量点击改为替换
|
2024-06-14 10:50:55 +08:00 |
|
yupeng12
|
df8ab2fea9
|
feat: 代码优化
|
2024-06-14 10:29:35 +08:00 |
|
qkiroc
|
adf302ac66
|
style: 优化form flex模式下样式问题 (#10438)
* style: 优化form flex模式下样式问题
* style: 优化form flex模式下remark位置
* fix: 修复标题\控件提交数据不更新问题
---------
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
|
2024-06-14 10:13:03 +08:00 |
|
yupeng12
|
0d9ccb82ed
|
feat: 快捷变量不展示tag
|
2024-06-14 10:05:52 +08:00 |
|
yupeng12
|
08bb27276e
|
fix: input-number NaN问题
|
2024-06-14 10:01:34 +08:00 |
|