Commit Graph

5447 Commits

Author SHA1 Message Date
qkiroc
dc8dcc6828
chore: 优化动画配置 (#11100)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-10-28 14:41:52 +08:00
qinhaoyan
acbebcec81 bugfix 2024-10-28 14:41:30 +08:00
qinhaoyan
a2fc549161 更新单测 2024-10-28 14:14:06 +08:00
qinhaoyan
de02dc3bec 更新单测 2024-10-28 14:08:55 +08:00
jinye
20b969fe2c feat: crud2 移动端卡片模式支持固定新增按钮以及顶部搜索 2024-10-28 11:35:24 +08:00
qinhaoyan
dc71457509 更新快照 2024-10-28 10:32:43 +08:00
qinhaoyan
8f70ab8d8a bugfix 2024-10-25 18:02:58 +08:00
qinhaoyan
1673f76842 feat: 锚点导航调整为sticky布局 2024-10-25 17:58:20 +08:00
qkiroc
434a328619
feat: amis支持进入\强调\退出动画配置 (#11091)
* feat: amis支持进入\强调\退出动画配置

* chore: 增加样式管理器

* bugfix

* 增加编辑器配置面板

* 动画增加播放功能

* 调整下文案

* bugfix

* bugfix

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-10-23 17:16:32 +08:00
qinhaoyan
7767ab7df0 chore: 优化外观颜色选择器交互 2024-10-23 16:50:39 +08:00
Qnets
7d84805605
fix:表单项值非string时,部分校验规则一直生效 (#11093)
Co-authored-by: hezhihang <hezhihang@baidu.com>
2024-10-22 20:20:01 +08:00
liaoxuezhi
b93292c100 fix: 修复 ts 引入错误 2024-10-22 19:55:04 +08:00
Franck Chan
be917022ff
fix: 修复循环类组件绑定数据时,无法识别定义在root scope中的schema的问题(#11034) (#11092)
Co-authored-by: chenfan02 <chenfan02@baidu.com>
2024-10-22 19:38:42 +08:00
liaoxuezhi
8624ec5468
fix: DiffEditor 抽成组件后onChange异常问题 (#11086) 2024-10-22 15:06:27 +08:00
allenve
4806709c1c fix: tabs activeKey 失效 2024-10-21 11:23:38 +08:00
liaoxuezhi
07b80316c9
fix: 修复 diffEditor disabled 状态不更新的问题 (#11078) 2024-10-18 17:18:01 +08:00
Allen
cf86d4f04e
fix: 事件动作触发Toast移动端样式失效问题 (#11075) 2024-10-18 16:01:46 +08:00
qkiroc
1e5b057988
feat: 复选框支持新版外观配置 (#11066)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-10-17 16:53:48 +08:00
qkiroc
0e2d2de60d
feat: 优化图片展示组件外观尺寸配置 (#11058)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-10-17 16:49:25 +08:00
2betop
c6d2f8289c chore: reload 动作改成等待完成(原来不等待只发送指令), 同时支持获取 service 结果 2024-10-17 16:16:54 +08:00
jinye
fcf6d763ab feat: 修正crud2移动端简单查询折叠器箭头方向,没数据时不显示[没有更多了]文案 2024-10-17 12:39:32 +08:00
qkiroc
a3ad371e5a
chore: 删除无用代码 (#11056)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-10-15 20:59:31 +08:00
liaoxuezhi
36eb15fe8f chore: id => data-id 2024-10-15 15:42:10 +08:00
qkiroc
0d5606c5b5
feat: 编辑器【链式下拉框】、【下拉按钮】支持新版外观配置 (#11026)
* feat: 编辑器链式下拉框支持新版外观配置

* feat: 下拉按钮支持外观配置

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-10-15 13:55:49 +08:00
liaoxuezhi
7f3aa7e39b
fix: 修复顶层数据不是对象在公式中被过滤掉的问题 Close: #11035 (#11044) 2024-10-15 12:08:35 +08:00
kzl
7e8554acee fit: 解决表格行编辑的时候的弹窗,无法获取返回值的问题 2024-10-15 11:39:56 +08:00
jinye
0f0d2a878e fix: crud2 filter为空时去掉marginBottom 2024-10-15 11:36:27 +08:00
jinye
d8759d2186 feat: 优化crud2移动端样式 2024-10-15 11:09:01 +08:00
jinye
c7039f7376 feat: 美化crud2移动端的卡片样式,支持查询表单折叠 2024-10-14 19:15:37 +08:00
ranqirong
fb46122cff fix: 直接调用dispose函数清空编辑器插件,避免类型异常引起组件崩溃 2024-10-12 19:14:42 +08:00
liaoxuezhi
d49bd3bf37
fix: 去掉不可填充自己的设定 (#11031) 2024-10-12 14:53:48 +08:00
jinye
37d5b704ee feat: 完善移动端crud2下拉加载逻辑,修正pullRefresh组件direction 2024-10-12 14:37:18 +08:00
hsm-lv
0528169ba9
Merge pull request #11028 from 2betop/fix-diff-editor
fix: DiffEditor 分装成ui 组件,解决可能不显示最新值的问题
2024-10-12 14:29:10 +08:00
fujianchao
4f7c444397 fix: 调整pow函数实现逻辑,增加测试用例 2024-10-12 14:26:33 +08:00
fujianchao
f6d8964a61 fix: POW函数支持,字符串只由数字组成的计算 2024-10-12 14:26:33 +08:00
ranqirong
6cfad22de3 feat: FormItem支持从类的默认属性中获取表单项的name属性,以便初始化全局状态formItem 2024-10-12 14:22:29 +08:00
Jeremy
351886211c
fix: 将 Wizard向导 组件的 affixFooter 实现改为 position: sticky 方式 (#11005)
Co-authored-by: CarayToboo <careytoboo@gmail.com>
Co-authored-by: pangjinming6063 <pangjinming6063@lattebank.com>
2024-10-12 14:19:08 +08:00
2betop
1513c5402a fix: 修复 DiffEditor 可能显示最新值的问题 2024-10-12 14:11:56 +08:00
liaoxuezhi
7ddd00d0d9 chore: test ss 更新 2024-10-12 14:10:54 +08:00
jinye
e23fb98e04 fix: 修复卡片内静态表单项样式问题 2024-10-11 20:34:37 +08:00
2betop
567e1ea151 fix: 修复 #10126 引发的模型页面编辑器不可拖拽问题 2024-10-11 20:20:37 +08:00
qkiroc
72ba98ab75
feat: 级联选择器支持新版外观配置 (#11018)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-10-11 19:10:04 +08:00
liaoxuezhi
f1d75921b7
fix: 修复 tpl 渲染时序问题导致的渲染错误 (#11016) 2024-10-11 17:36:57 +08:00
jinye
bb5fe33f0b feat: crud2支持配置移动端展示为卡片或自定义schema,支持上滑加载更多 2024-10-11 16:40:00 +08:00
fujianchao
afcd44069b fix: 修复数字输入框存在后缀时,清空数据,光标位置定位不准确 2024-10-11 16:36:22 +08:00
qkiroc
38cb208b98
feat: 移动端尺寸选择器增加记忆功能 (#11014)
* feat: 移动端尺寸选择器增加记忆功能

* 优化下

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-10-11 15:41:28 +08:00
zhangtao07
04c9487bf2 fix: 修复crud2切换搜索时jsonql未更新问题 2024-10-11 14:10:45 +08:00
zhangtao07
eaea15af30 fix: 修复crud2默认分页不生效 2024-10-11 14:10:45 +08:00
zhangtao07
30d6dc402e refactor: inputTable内组件最小宽度优化 2024-10-11 14:10:45 +08:00
qkiroc
5402322231
fix: 修复时间范围组件移动端结束时间的时间戳不是23:59:59问题 (#11010)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-10-11 14:08:04 +08:00
qkiroc
366aa93be1
chore: 优化移动端尺寸选择器自适应逻辑 (#11009)
* chore: 优化移动端尺寸选择器自适应逻辑

* chore: 优化移动端尺寸选择器自适应逻辑

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-10-11 10:51:02 +08:00
qkiroc
4aad5fb818
style(amis-editor):优化移动端尺寸控制器样式 (#11007)
* style(amis-editor):优化移动端尺寸控制器样式

* bugfix

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-10-10 20:55:06 +08:00
2betop
9f136b0f5f chore: duplicate import fs 2024-10-10 20:29:18 +08:00
liaoxuezhi
fc0137ba3c
chore: 解决递归依赖 (#11006) 2024-10-10 20:16:08 +08:00
qinhaoyan
de359199b8 增加自定义尺寸功能 2024-10-10 17:20:14 +08:00
qkiroc
65a32def9e
feat: 编辑器移动端增加尺寸选择功能 (#10995)
* feat: 编辑器移动端增加尺寸选择功能

* feat: 增加缩放功能

* bugfix

* bugfix

* bugfix

* bugfix

* 优化参数名

* 优化参数

* 组件调整到amis-ui

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-10-10 13:56:16 +08:00
2betop
0ae0fc8c6e chore: 添加功能方法 2024-10-10 11:51:28 +08:00
2betop
b527309af2 chore: panel 加上 id 属性到 dom 2024-10-10 10:54:28 +08:00
2betop
beebf72cdd fix: 修复类继承 observer 过的类无法使用 super.render 的问题 2024-10-09 19:22:45 +08:00
qkiroc
d68889430d
style: 调整表格行上下内边距 (#10991)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-10-09 15:11:42 +08:00
qkiroc
ab2a052638
fix: 修复编辑器中crud2 id自动修改问题 (#10989)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-10-08 20:58:06 +08:00
hsm-lv
a751ede14e
Merge pull request #10967 from jinmingpang/fix-issue-10951
fix: #10951 修复 InputTable 在 配置 perPage 开启分页场景时,底部新增按钮展示异常
2024-10-08 20:35:16 +08:00
Allen
ef0f3e3693
Merge pull request #10988 from allenve/fix-scssWarning
fix: fix scss deprecation warning
2024-10-08 19:30:42 +08:00
allenve
bb812f527c fix: dix scss deprecation warning 2024-10-08 16:16:50 +08:00
zhangxulong
3c1c6cb0b0 fix: 移动端弹窗、抽屉配置了closeOnOutside, 移动端下拉类型的表单选择后整个弹窗关闭 2024-10-08 15:37:27 +08:00
liaoxuezhi
9002363c66
chore: form 下发 onFlushForm 方便自定义组件拿取最新数据 (#10976) 2024-09-27 17:11:25 +08:00
liaoxuezhi
4372a8330c
fix: 修复 amis-editor 校验面板没有翻译的问题 (#10974) 2024-09-27 15:22:41 +08:00
Allen
8ac45be9ec
Merge pull request #10969 from allenve/fix-style
fix: css 变量问题
2024-09-26 17:46:04 +08:00
qkiroc
e41119784d
feat: 编辑器只读模式下编辑后还原数据 (#10968)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-09-26 17:14:46 +08:00
allenve
f54840000e fix: css 变量问题 2024-09-26 16:57:50 +08:00
hsm-lv
fabab5a2c7
Merge pull request #10966 from jinmingpang/fix-issue-10939
fix: #10939 修复 broadcast 事件无效
2024-09-26 16:27:28 +08:00
Allen
0d00cb6665
Merge pull request #10963 from allenve/feat-pdfwokerjs
feat: pdfjsWorkerSrc 修改使用方式
2024-09-26 15:20:10 +08:00
Jeremy Pang
cd21ac6250 fix: #10951 修复 InputTable 在 配置 perPage 开启分页场景时,底部新增按钮展示异常 2024-09-25 23:37:46 +08:00
Jeremy Pang
df5300e6e5 fix: #10939 修复 broadcast 事件无效 2024-09-25 23:12:57 +08:00
qkiroc
d19c7af137
feat: 组件id重复后,重新赋值 (#10965)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-09-25 19:28:04 +08:00
liaoxuezhi
ca832e951f
Revert "feat: 组件id重复后,重新赋值 (#10943)" (#10964)
This reverts commit 9180df9dcd.
2024-09-25 16:44:09 +08:00
liaoxuezhi
9d0f5dc006
fix: 修复渲染改成异步后部分面板匹配错误问题 (#10962) 2024-09-25 16:07:58 +08:00
qkiroc
1ad9481ae3
feat: 编辑器只读模式的subEditor支持返回 (#10959)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-09-25 10:18:46 +08:00
allenve
236d3b0873 feat: pdfjsWorkerSrc 修改使用方式 2024-09-24 20:01:12 +08:00
lmaomaoz
625d36c82a
fix: 修复combo内select的options使用valueField时options会被全部禁用的问题 (#10957)
Co-authored-by: jinye <jinye@baidu.com>
2024-09-24 19:09:55 +08:00
hezhihang
854a8be977 fix: label为布尔时,显示错误 2024-09-24 14:15:02 +08:00
qkiroc
0ce7e04ffc
fix: 修复弹框复制id重复问题 (#10954)
* fix: 修复弹框复制id重复问题

* 深拷贝下

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-09-24 13:56:02 +08:00
qkiroc
9180df9dcd
feat: 组件id重复后,重新赋值 (#10943)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-09-23 14:00:57 +08:00
2betop
a97bf77ee6 feat: 隐藏数据中添加 __changeReason 字段并补充文档说明 2024-09-20 11:35:57 +08:00
Allen
2f459084ea
Merge pull request #10910 from xiahao90/feat-columnToggler-menu
解决bug:https://github.com/baidu/amis/issues/9146
2024-09-19 18:55:51 +08:00
2betop
10eb9590c9 chore: 预加载组件时容忍对应组件没找到 2024-09-19 16:00:18 +08:00
hzh11012
f21be3d37b
fix: label为布尔时,显示错误 (#10934)
Co-authored-by: hezhihang <hezhihang@baidu.com>
2024-09-19 15:33:47 +08:00
Allen
ad77f24feb
fix: 配置面板首次变更无效 (#10936) 2024-09-19 15:25:28 +08:00
liaoxuezhi
cb5e5dca5e
feat: amis 添加更多扩展功能 (#10924) 2024-09-18 19:03:49 +08:00
hezhihang
e0460bf080 fix: 设置intag时,label 为对象时渲染异常 2024-09-18 16:47:25 +08:00
hsm-lv
08bf3af7b2
Merge pull request #10895 from thinkingc/fix-inputTable-draggable
fix: inputTable开启拖拽后会导致表头文字可拖拽
2024-09-18 10:53:28 +08:00
hsm-lv
d983067a76
Merge pull request #10883 from thinkingc/fix-inputTree-defer
fix: inputTree defer模式下悬浮不展示操作按钮 #10873
2024-09-18 10:53:19 +08:00
hsm-lv
e382c8e805
Merge pull request #10917 from 2betop/feat-async-renderer
feat: amis 渲染器支持异步,并且全部调整为异步
2024-09-18 10:52:38 +08:00
hsm-lv
df9766ea6c
Merge pull request #10915 from 2betop/chore-min-svg
chore: 优化 svg 体积
2024-09-18 10:51:50 +08:00
hsm-lv
fab69c451d
Merge pull request #10904 from 2betop/style-input-number
style: 修复table 中放置带单位的 inputNumber 弹出被挡住问题
2024-09-18 10:51:10 +08:00
hsm-lv
8e77ccfa7d
Merge pull request #10903 from 2betop/fix-image-gallery
fix: 修复图片放大功能右键也会触发图片移动的问题
2024-09-18 10:50:48 +08:00
hsm-lv
73bf9073a2
Merge pull request #10902 from 2betop/fix-select910
fix: 修复 autoComplete 和 addApi 搭配时新增选项不刷新的问题
2024-09-18 10:50:27 +08:00
2betop
f2fe1f21b2 feat: 支持异步渲染器并将所有内置渲染调整为异步 2024-09-17 23:18:26 +08:00
2betop
620d358152 chore: 优化 svg 体积 2024-09-13 10:40:50 +08:00
壮士
4a3ea7df14
bug:https://github.com/baidu/amis/issues/9146
解决crud列过多的时候,左边上角显示列展开无法显示完整
2024-09-12 15:39:27 +08:00
chenwenhao
8c5c37f8d1 fix: inputTree defer模式下悬浮不展示操作按钮 2024-09-11 13:09:43 +08:00
2betop
9e8e065c78 style: 修复table 中放置带单位的 inputNumber 弹出被挡住问题 2024-09-10 21:00:22 +08:00
2betop
fd986af2e9 fix: 修复图片放大功能右键也会触发图片移动的问题 2024-09-10 20:47:26 +08:00
2betop
91d99b15fd fix: 修复 autoComplete 和 addApi 搭配时新增选项不刷新的问题 2024-09-10 20:00:19 +08:00
chenwenhao
0a8c297d5a fix: inputTable开启拖拽后会导致表头文字可拖拽 2024-09-10 19:25:51 +08:00
qkiroc
ee2ed97598
feat: 给formItem组件加data-name标识,方便dom操作 (#10890)
* feat: 表单项增加dataAmisName标识

* 更新快照

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-09-10 12:27:49 +08:00
qkiroc
acfb3ff1d1
style: form label强制折行 (#10882)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-09-06 13:56:15 +08:00
Ikko Eltociear Ashimine
48811f335f
chore: update saxes.ts (#10867)
intially -> initially
2024-09-06 10:38:09 +08:00
hzh11012
2b4d867f1f
style:condition下拉框样式细节优化,避免内容过多导致超长 (#10864)
Co-authored-by: hezhihang <hezhihang@baidu.com>
2024-09-03 15:36:38 +08:00
liaoxuezhi
d2b94393d2 bump: 6.8.0 2024-09-03 09:10:51 +08:00
lmaomaoz
3b5be811a0
fix: 折叠器(collapse)箭头显示异常 Close: #10564 (#10861)
Co-authored-by: jinye <jinye@baidu.com>
2024-09-02 23:08:34 +08:00
liaoxuezhi
a64b0e4be0
fix: 修复 diffEdit 异常报错 (#10862) 2024-09-02 23:08:08 +08:00
allenve
02fbe54722 fix: rich-text loading 位置 2024-09-02 17:00:43 +08:00
qkiroc
13f1890db7
feat: 编辑器支持只读模式 (#10857)
* feat: 扩展编辑器功能

* 弹框支持readonly

* bugfix

* bugfix

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
Co-authored-by: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
2024-09-02 14:54:51 +08:00
hsm-lv
859ae8d72a
Merge pull request #10508 from dabanheiji/feat-inputTagBug
fix: issue#10507 复制带分隔符的文本到inputTag,max属性和去重会失效
2024-08-28 20:17:11 +08:00
hsm-lv
74d542b0eb
Merge pull request #10841 from CheshireJCat/fix-dont-get-value-from-data-prototype
fix: 修复部分配置面板从url query取值渲染错配置项的问题
2024-08-28 20:15:54 +08:00
liaoxuezhi
36451b1387
fix: 修复 outline 容器释放拖拽无效的问题 (#10846) 2024-08-28 18:33:42 +08:00
wuduoyi
8beb874478 fix: 修复 OfficeViewer 示例中无法渲染上传文件问题 2024-08-28 13:39:29 +08:00
jinye
2c33f0b863 fix: 修复部分配置面板从url query取值渲染错配置项的问题 2024-08-27 15:47:02 +08:00
jinye
0741cd4a01 fix: 修复级联选择器数据源异常label为数组时页面崩溃的问题 2024-08-27 11:25:28 +08:00
hsm-lv
6eab3704ff
Merge pull request #10825 from 2betop/fix-combo-single
chore: combo single 和 multiple 模式统一传参
2024-08-22 19:14:40 +08:00
2betop
4fa5e5dd76 chore: combo single 和 multiple 模式统一传参 2024-08-22 18:06:21 +08:00
allenve
41354bd1f3 fix: users-select mobile style 2024-08-22 15:15:39 +08:00
Allen
246c4b7523
fix: 调整pdfjs-dist依赖 (#10817) 2024-08-22 11:31:16 +08:00
Allen
434a352648
feat: 优化payload声明 (#10815) 2024-08-21 14:32:46 +08:00
F-jianchao
8ac26ab9c6
fix: 修复百分号情况下,最大值最小值失效 (#10813) 2024-08-21 12:53:46 +08:00
liaoxuezhi
82ad90dbc6
style: 修复 table的affixRow总结行在fixed模式下样式错乱问题 Close: #10810 (#10814) 2024-08-21 12:53:26 +08:00
liaoxuezhi
ca2b452bd5
fix: 修复 service 配置了 data 数据映射,在上层数据更新后丢失的问题 (#10812) 2024-08-21 12:52:56 +08:00
liaoxuezhi
31536beb93
fix: 修复 group 中成员隐藏状态通过事件动作无法控制的问题 Close: #10794 (#10803) 2024-08-21 12:52:42 +08:00
liaoxuezhi
2538249c8e
fix: 修复 picker 组件数据由接口返回时列不可拖动调整宽度问题 Close: #10791 (#10802) 2024-08-21 12:52:28 +08:00
liaoxuezhi
31b39f8958
chore: fix inputTable 的行按钮新增与删除不受 minLength maxLength 控制 Close: #10793 (#10800) 2024-08-21 12:52:15 +08:00
hsm-lv
6e389b2c22
Merge pull request #10806 from hsm-lv/fix-error
fix:下拉框focus报错
2024-08-20 19:36:25 +08:00
hsm-lv
34c1b15bd1
Merge pull request #10807 from hsm-lv/fix-action-panel
fix:动作面板删除动作后配置丢失问题
2024-08-20 19:36:17 +08:00
liaoxuezhi
717a6e44e4
style: inputTable 移动端操作栏不固定列 (#10811) 2024-08-20 19:01:07 +08:00
hsm-lv
eda2b2fa80
Merge pull request #10809 from hzh11012/master
feat: 默认放开自定义条件
2024-08-20 17:18:16 +08:00
qinhaoyan
90501d2053 style: 日期时间组件不限制最小宽度 2024-08-20 16:49:24 +08:00
hezhihang
53a7a7dcdb feat: 默认放开自定义条件 2024-08-20 16:36:43 +08:00
刘丹
ff4e1eb729
fix(amis): echarts版本升级到5.5.1 (#10711) 2024-08-20 15:59:34 +08:00
lvxiaojiao
326d915c5e fix:动作面板删除动作后配置丢失问题 2024-08-20 15:14:16 +08:00
lvxiaojiao
622e176da1 fix:下拉框focus报错 2024-08-20 15:00:10 +08:00
SiynMa
a9a47e6775 test: 添加inputTable单元测试 2024-08-18 16:12:55 +08:00
SiynMa
0f12f03942 fix: 修复inputTable中addAction逻辑缺失 2024-08-18 15:21:23 +08:00
thinkingc
ba54aefb58
fix: issue#10775 防止popover被modal遮盖 (#10777)
Co-authored-by: chenwenhao <chenwenhao@lattebank.com>
2024-08-16 14:14:09 +08:00
liaoxuezhi
aab978e89e
chore: 调整 resizeSensor 优先 ResizeObserver, 优化 table 下表单项样式, 优化 inputTable 部分逻辑 (#10761) 2024-08-16 14:12:56 +08:00
liaoxuezhi
adbfb01fb9
fix: 修复事件动作场景弹窗关闭马上又打开时的缺陷 Close: #10304 (#10774) 2024-08-16 14:08:23 +08:00
qkiroc
2887ad8779
fix(editor): 修复初次进入编辑器未选中body (#10771)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-08-16 14:07:49 +08:00
liaoxuezhi
2699edf758
chore: 调整 table 的本地存储策略以支持表格列发生变化本次存储依然有效 (#10780) 2024-08-16 14:07:37 +08:00
hsm-lv
0067d89396
Merge pull request #10785 from 2betop/fix-input-table-access-superData
fix: 修复 input-table accessSuperData 模式,行数据无对应字段问题 Close: #10782
2024-08-16 14:06:46 +08:00
liaoxuezhi
0734c2d1bb
chore: 调整自动填充参照录入逻辑支持默认点选,state 换成 store,优化写入对象时保留原始对象其他字段逻辑 (#10789) 2024-08-16 14:02:31 +08:00
qkiroc
422f9ab6c3
fix: 仅横向导航需要加href (#10776)
* fix: 仅横向导航需要加href

* 更新快照

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-08-16 13:53:59 +08:00