Commit Graph

5322 Commits

Author SHA1 Message Date
ls
69905fcbe6
fix: 移动端编辑器mobile 字段保存失败 (#11072)
* feat:编辑器移动端支持单独编辑

* fix: ts报错

* fix: 移动端编辑器mobile 字段保存失败

---------

Co-authored-by: zhangxulong <zhangxulong@baidu.com>
Co-authored-by: qkiroc <30946345+qkiroc@users.noreply.github.com>
2024-10-17 20:56:18 +08:00
ls
eaf5217c4a
feat:编辑器移动端支持单独编辑 (#11052)
* feat:编辑器移动端支持单独编辑

* fix: ts报错

---------

Co-authored-by: zhangxulong <zhangxulong@baidu.com>
2024-10-15 13:57:35 +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