Commit Graph

12184 Commits

Author SHA1 Message Date
wanglinfang2014
54d3f97129
fix: combo、toolbar等问题修复 (#8421)
* chore: combo 中减少表单项重绘

* fix: 修复 combo 表单项中存在同名表单项时内部表单项值被覆盖的问题 (#8300)

* fix: 修复在 toolbar 中的 form 值变化回显不正确的问题 (#8326)

* fix: 修复 input-table 中存在公式表达式值没有及时更新的问题 Close: #8263 (#8364)

---------

Co-authored-by: 2betop <2betop.cn@gmail.com>
2023-10-18 19:13:25 +08:00
wanglinfang2014
ec21a1c0f3
chore: 同步table性能优化 (#8414)
* chore: 优化 Table 渲染性能

* chore: 优化 Table 渲染性能

* chore: 修复性能优化后 列固定宽度不刷新问题 (#8040)

* chore: 调整table nested 样式 (#8077)

* chore: 优化 Table 渲染单元格性能

* 剔除无关属性下发

* 优化 table 宽度初始化

* fix: 修复性能优化后在需要用到父级数据的时候没有及时更新的问题 Close: #8188 (#8193)

* Revert "fix: table 添加 toggled: false 的列不参与持久化存储 (#5236)" (#8156)

This reverts commit e7c909b277.

* fix: 修复编辑器表格在有快速编辑配置时点选不上的问题 Close: #8208 (#8210)

* fix: 修复嵌套模式当列隐藏时不显示展开按钮问题 Close: #8301

* fix: 修复CRUD固定表头不生效问题 (#8332)

* fix: 修复固定表头不生效

* 修复低版本浏览器固定表头不生效问题

---------

Co-authored-by: huangxj29 <huangxuejuan@xgd.com>

* fix: 修复table columns、tableLayout属性变化realWidth未更新

* fix:锁定@types/codemirror修复单测问题

* fix: 删除多余单测

---------

Co-authored-by: 2betop <2betop.cn@gmail.com>
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
Co-authored-by: huangxj29 <2824346520@qq.com>
Co-authored-by: huangxj29 <huangxuejuan@xgd.com>
2023-10-18 17:31:48 +08:00
wanglinfang2014
144cf613e0
revert: 回滚table性能优化相关代码 (#8406)
* Revert "fix: 修复在 toolbar 中的 form 值变化回显不正确的问题、inputTable当前页数据删除完无法自动调整到上一页问题  (#8328)"

This reverts commit d770d68fbe.

* Revert "chore: table、表单渲染性能优化、一些问题修复 (#8303)"

This reverts commit 255d612d3c.

---------

Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-10-17 16:04:21 +08:00
qkiroc
173c8182ca
styles: 优化combo组件tabs模式下样式问题 (#8407)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-10-17 15:52:03 +08:00
wutong
637b44e8fe
Merge pull request #8356 from igrowp/fix-pm-editor
fix: 将页面设计器最近的改动同步给PageMaker分支
2023-10-11 19:08:34 +08:00
chengjinyang0
be494f6b43
cherry-pick: feat-api-silent to 3.4.0-pm (#8277)
* feat: 支持静默请求屏蔽报错

* fix: crud单测
2023-10-11 16:19:27 +08:00
wutong25
fdcca6a4f6 fix: 页面设计器组件搜索改用matchSorter 2023-10-11 16:17:21 +08:00
wutong25
3b2fdc21ab fix: 修复事件动作没有actions时白屏的问题 2023-10-10 20:26:29 +08:00
wutong25
3fa7c39ef7 fix: 修复部分组件配置面板变更配置后,默认值选项没有更新的问题 2023-10-10 19:53:22 +08:00
wutong25
536ffb0288 fix: 修复部分组件配置面板变更配置后,默认值选项没有更新的问题 2023-10-10 19:45:40 +08:00
wutong25
ec74f85fcb fix: 组合穿梭器 预览拖拽排序已选项 页面有弹框提醒 2023-10-10 19:35:25 +08:00
wutong25
e8ed7555ab fix: 复选框 & 树组件配置面板补充“自定义选项模板”配置 2023-10-10 19:25:52 +08:00
wutong25
1a009c6cab fix: 事件动作组件变量赋值编辑后回显错误 2023-10-10 19:23:58 +08:00
wutong25
a9d6f71ef0 fix: 表单配置面板-可见 配置项默认开启 2023-10-10 19:23:41 +08:00
wutong25
3e998b2559 fix: 数据配置外部接口添加防抖处理,避免输入内容错乱 2023-10-10 19:23:35 +08:00
wutong
77c5b07c9d fix(amis-editor): 公式编辑器弹窗,会缓存已删除的内容 (#8314)
Co-authored-by: wutong25 <wutong25@baidu.com>
2023-10-10 19:22:16 +08:00
wutong25
1c605bd380 fix: 修复inputNumber配置面板在配置校验触发规则没有生效的问题 2023-10-10 19:21:53 +08:00
wanglinfang2014
d770d68fbe
fix: 修复在 toolbar 中的 form 值变化回显不正确的问题、inputTable当前页数据删除完无法自动调整到上一页问题 (#8328)
* fix: 修复在 toolbar 中的 form 值变化回显不正确的问题 (#8326)

* fix: 修复inputTable当前页数据删除完无法自动调整到上一页问题 (#8327)

Co-authored-by: wanglinfang <wanglinfang@baidu.com>

* fix: 修复 combo 表单项中存在同名表单项时内部表单项值被覆盖的问题 (#8300)

---------

Co-authored-by: liaoxuezhi <2betop.cn@gmail.com>
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-10-10 10:24:10 +08:00
qkiroc
2146fe97f3
styles: 优化图片上传\表单label样式 (#8318)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-10-09 10:30:50 +08:00
wanglinfang2014
255d612d3c
chore: table、表单渲染性能优化、一些问题修复 (#8303)
* styles: 修复 CRUD 列元素嵌套表格时, affixOffsetTop计算错误问题

* chore: 优化 Table 渲染性能

* fix: crud列排序重置后orderDir参数未置空问题 (#8032)

Co-authored-by: wanglinfang <wanglinfang@baidu.com>

* chore: 修复性能优化后 列固定宽度不刷新问题 (#8040)

* fix: 修复 crud 自动过滤器中 select 下拉 zIndex 问题 Close: #8031 (#8039)

* chore: 调整table nested 样式 (#8077)

* fix: 修复表单项配置 staticOn 无效的问题 Close: #8072 (#8084)

* fix: 修复表单项 requiredOn 无效问题 Close: #8071 (#8087)

* fix: 修复由 #8034 引发的 combo select autofill 失效问题 (#8089)

* fix: 修复 InputTable 列表单项受控模式回显数字问题 Close: #8070 (#8092)

* chore: 优化 Table 渲染单元格性能

* fix: 修复 ci 测试用例报错,锁定 devDependices 部分版本 (#8105)

* 剔除无关属性下发

* 优化 table 宽度初始化

* chore: 优化表单渲染性能

* fix: 修复 requiredOn 问题 Close: #8133

* chore: 简单分页新增方向变量让后端知道是应该取after 还是取 before Close: #7196

* Revert "fix: table 添加 toggled: false 的列不参与持久化存储 (#5236)" (#8156)

This reverts commit e7c909b277.

* fix: 修复表单项 requiredOn 初始成立不起作用的问题

* fix: picker非内嵌模式初次选中回显问题修复 (#8177)

Co-authored-by: wanglinfang <wanglinfang@baidu.com>

* fix: 修复 cards 里面再用 crud 报错导致 无限刷新问题

* fix: 修复性能优化后在需要用到父级数据的时候没有及时更新的问题 Close: #8188 (#8193)

* fix: nav横向导航增加最大高度限制 (#8233)

Co-authored-by: wanglinfang <wanglinfang@baidu.com>

* fix: 修复pagination单测问题

* chore: 补充IntersectionObserver类

---------

Co-authored-by: lurunze1226 <lurunze1226@foxmail.com>
Co-authored-by: 2betop <2betop.cn@gmail.com>
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
Co-authored-by: liaoxuezhi <liaoxuezhi@icloud.com>
2023-10-09 10:05:54 +08:00
wutong
5c49109f52
Merge pull request #8289 from igrowp/fix-pm-validations
fix: 修复pm分支 inputNumber配置面板在配置校验触发规则没有生效的问题
2023-10-08 16:02:00 +08:00
wutong25
b21aaa3a16 fix: 修复inputNumber配置面板在配置校验触发规则没有生效的问题 2023-10-08 15:26:37 +08:00
qkiroc
93f1524156
style: 优化组合条件或\且选择样式 (#8214) (#8296)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-10-07 10:37:41 +08:00
RUNZE LU
eb1c2fd821
fix: 修复由 #8034 引发的 combo select autofill 失效问题 (#8090) (#8229)
Co-authored-by: liaoxuezhi <2betop.cn@gmail.com>
2023-09-25 11:04:31 +08:00
lmaomaoz
6c05c66208
feat: 树组件支持配置虚拟渲染时的高度\宽度\可见区外缓冲渲染数 (#8217)
Co-authored-by: jinye <jinye@baidu.com>
2023-09-25 10:31:23 +08:00
hzh11012
4b80a078ea
fix: jssdk导出页面时自定义组件模块缺失 (#8182)
* fix: jssdk自定义组件缺失依赖

* fix: 修复 ci 脚本报错 (#8169)

---------

Co-authored-by: hezhihang <hezhihang@baidu.com>
Co-authored-by: liaoxuezhi <2betop.cn@gmail.com>
2023-09-20 16:38:42 +08:00
RUNZE LU
b3981f6846
cherry-pick: #8152 #8149 (#8159)
* fix: TreeSelect组件单选模式开启searchable绑定值后输入框仍然存在问题

* fix: 日期时间范围选择器的时间选择点击无效问题 (#8149)
2023-09-18 19:17:12 +08:00
wanglinfang2014
d117f0f12b
fix: 修复 crud toolbar 中使用 form 表单项回显状态丢失问题 (#8147)
Co-authored-by: 2betop <2betop.cn@gmail.com>
2023-09-18 17:30:05 +08:00
骈瑞杰
cf0ed80993
perf:删除无用字段 (#8121) 2023-09-15 14:11:16 +08:00
lmaomaoz
24781b8b0f
fix: 对静态展示时默认值是object等未知情况进行错误边界处理 (#8116)
Co-authored-by: jinye <jinye@baidu.com>
2023-09-14 14:11:19 +08:00
RUNZE LU
4999516823
fix: InputTable组件上层disabled变化后未更新按钮状态问题 (#8094) 2023-09-13 10:29:43 +08:00
qkiroc
c78a5818a8
styles: 分割线默认样式为实线 (#8052)
* styles: 分割线默认样式为实线

* 更新快照

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-09-12 10:04:47 +08:00
hsm-lv
32caeb41b0
Merge pull request #8033 from pianruijie/3.4.0-pm
fix: 过滤已执行事件监听
2023-09-07 19:32:53 +08:00
pianruijie
751f6892d1 fix: 过滤已执行事件监听 2023-09-07 16:43:25 +08:00
lurunze1226
97adb32d0c bump: amis v3.4.0 2023-08-31 21:23:57 +08:00
吴多益
25191cffc6
chore: 更新 office-viewer 版本 (#7981) 2023-08-31 20:47:20 +08:00
Sun
c86e36acf4
fix(amis-editor): 编辑器在 antd 主题下拖入带有编辑弹窗的组件时编辑弹窗不显示的问题 (#7978) 2023-08-31 20:11:42 +08:00
liaoxuezhi
375f6f63b9
style: 修复 app 模式下边栏收起时 tooltip 被挡住的问题 Close: #7661 (#7951) 2023-08-31 19:40:52 +08:00
liaoxuezhi
8cf06648a2
style: table 外层调整宽度固定列高亮未及时显示问题 Close: #7924 (#7950) 2023-08-31 19:40:08 +08:00
wanglinfang2014
b28d7aea01
fix: table2设计态loading报错、拖拽无效、单元格渲染property组件问题修复 (#7945)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-08-31 19:23:49 +08:00
lmaomaoz
3aed388804
fix: editor - 勾选框配置trueValue\falseValue时,默认值切换无法设置最新正确value的问题 (#7977)
Co-authored-by: jinye <jinye@baidu.com>
2023-08-31 19:19:24 +08:00
feely
cbdb022abf
feat: form 插件支持配置 columnCount (#7969) 2023-08-31 19:12:00 +08:00
coco
080eb67b1c
fix:「事件监听」动作配置-页面地址-全屏模式下,默认置灰字体「请输入」和光标对不齐 (#7930)
Co-authored-by: zhangyingqi <zhangyingqi@baidu.com>
2023-08-31 19:11:42 +08:00
feely
4290848074
fix(amis-edtior): 修复 editor 环境下默认的 fetcher 无法传入 headers 的问题 (#7970) 2023-08-31 19:09:48 +08:00
liaoxuezhi
aa94435845
feat: 表单项支持配置字符串形式的 pipeIn 和 pipeOut 钩子 Close: #7057 (#7963) 2023-08-31 19:09:22 +08:00
liaoxuezhi
8d7062016c
style: 调整 table badge 的 zIndex (#7975) 2023-08-31 19:09:08 +08:00
feely
7c739a152f
fix(amis-editor): 修复 requestAdaptor 编辑框没有 context 参数说明的问题 (#7971) 2023-08-31 19:08:54 +08:00
Leslie
2e56314224
fix: 编辑器在英文环境下插入组件时报错 (#7972) 2023-08-31 19:07:56 +08:00
wutong
b0502166f7
fix: 修复在字段集中插入input-table后打开的表达式弹窗报错问题 (#7974)
Co-authored-by: wutong25 <wutong25@baidu.com>
2023-08-31 19:07:24 +08:00
wanglinfang2014
2fe1b01fa2
chore(amis-editor): 图表数据映射配置优化 (#7976)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-08-31 19:06:39 +08:00