Commit Graph

903 Commits

Author SHA1 Message Date
hsm-lv
fa34337b13
revert:crud unSelectedItems无法被表达式解析问题 (#9335) 2024-01-05 15:43:24 +08:00
lvxiaojiao
b7d041b5f6 fix:修复crud unSelectedItems无法在公式内解析问题 2024-01-03 10:03:05 +08:00
lurunze1226
1c38f80656 bump: v6.0.0 2023-12-29 18:29:18 +08:00
hsm-lv
4581c3858a
chore:表单项事件参数动态构建&事件补充&文档补充 (#9224) 2023-12-28 18:28:33 +08:00
hsm-lv
b301e81062
Merge pull request #9017 from yujinghan/feat-14768-pagination-optimization
feat:Pagination组件省略部分支持切换页码
2023-12-28 14:51:11 +08:00
hsm-lv
86bc2edd33
fix: 兼容dispatchEvent数据未定义的情况 (#9198) 2023-12-21 09:53:35 +08:00
RUNZE LU
2aee640fb4
fix: CRUD组件触发reload后已选项未清空问题 (#9196) 2023-12-20 20:10:22 +08:00
liaoxuezhi
a72f1530c5
fix: 修复 select 同时配置 source 和 options 时,页面切换选项有可能被重置为 options 而不是 source 加载部分 (#9194) 2023-12-20 18:59:21 +08:00
liaoxuezhi
0dcfb1d637
fix: 修复 picker 点选时无法区分 false 和 数字 0 的问题 (#9193) 2023-12-20 18:58:48 +08:00
liaoxuezhi
b14c3ab7cb
fix: 修复 table 的 column 的 id 属性可能重复导致样式错误的问题 (#9190) 2023-12-20 18:58:21 +08:00
lghxuelang
ea2d12ac3b
fix:picker配置优化修复 (#9180)
* fix:picker配置优化修复

* fix:默认值实时更新

---------

Co-authored-by: liuguihua <liuguihua@baidu.com>
2023-12-20 16:33:18 +08:00
HongYang
6841ab43d3
fix: 修复主题配置icon失败问题 (#9189)
Co-authored-by: hongyang03 <hongyang03@baidu.com>
2023-12-20 16:09:30 +08:00
wutong
d5ee7b9bec
Merge pull request #8962 from lurunze1226/feat-crud-parse-query-number
feat: CRUD & CRUD2 parsePrimitiveQuery配置支持转化数字类型
2023-12-18 18:50:12 +08:00
RUNZE LU
0364aa57a4
feat: InputText多选模式下的tag自适应展示tooltip(OverflowTpl) (#9055) 2023-12-14 19:36:37 +08:00
wanglinfang2014
80b54006d5
fix: crud2搜索表单和列搜索参数同步问题修复、table2渲染性能优化、table2完善事件动作以及相关文档 (#9119)
* fix: crud2搜索表单和列搜索参数同步问题修复、table2渲染性能优化

* fix: table2完善事件动作以及相关文档

---------

Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-12-13 20:11:08 +08:00
lmaomaoz
917753e6cf
fix: 修复表单项校验动作类型判断及editor中outputVar问题 (#9120)
Co-authored-by: jinye <jinye@baidu.com>
2023-12-13 11:30:01 +08:00
hsm-lv
3b3b3e8ed7
Merge pull request #9095 from CheshireJCat/feat-form-force-validate-before-submit
feat: 表单提交前进行强制校验
2023-12-13 11:16:07 +08:00
lvxiaojiao
752d03d602 fix:列表类组件更新指定行记录condition失效问题 2023-12-12 20:53:37 +08:00
lmaomaoz
b8edd76e49
feat: 表单项支持校验 (#9072)
Co-authored-by: jinye <jinye@baidu.com>
2023-12-12 18:37:24 +08:00
hsm-lv
f0f2d9682d Merge pull request #9082 from hsm-lv/fix-event-config
fix:解决事件动作面板卡死问题
2023-12-11 15:19:35 +08:00
lvxiaojiao
ad92bc1253 fix:修复api路径包含event变量报错的问题 2023-12-06 19:11:13 +08:00
liaoxuezhi
16d843f5e0
fix: 修复 chrome 低版本列设置宽度无效的问题 (#9026) 2023-12-06 16:21:53 +08:00
liaoxuezhi
feba8aef2b
feat: api 添加 concatDataFields 配置支持多次请求将数据字段自动合并功能 (#9038) 2023-12-06 15:45:17 +08:00
RUNZE LU
903172a0dd
cherry-pick: #9022 #9027 (#9035)
* fix: PopOver嵌套场景下错误触发hidden事件问题 Close: #9015 (#9022)

* fix: Combo配置flat且成员配置必填后校验无法通过问题 (#9027)
2023-12-06 12:38:59 +08:00
yujinghan
afc0996cf0 feat:Pagination组件省略部分支持切换页码 2023-12-04 20:52:32 +08:00
2betop
6011308802 revert: #8553 2023-12-04 20:32:40 +08:00
wutong25
9ba21cf9d8 fix: Form 数据同步改为lazyEmitChange 2023-12-01 13:46:53 +08:00
lurunze1226
6be9dcfda8 feat: CRUD & CRUD2 parsePrimitiveQuery配置支持转化数字类型 2023-11-30 17:07:33 +08:00
wanglinfang2014
0c20a947c7
fix: table2行数据同步上层数据域、前端排序等问题修复 (#8905)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-11-30 14:59:24 +08:00
hsm-lv
b138825c71
Merge pull request #8925 from nwind/fix-export-excel-query
fix: 修复导出 Excel 和 CSV 不支持查询条件问题 Closes #6973
2023-11-29 14:56:50 +08:00
lghxuelang
c07217439e
feat(amis-editor): LocationPicker & Picker组件配置面板升级 (#8936)
* feat(amis-editor): Picker配置面板升级 (#8558)

* feat:(editor)picker面板升级

* merge master

---------

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

* feat: location-picker-editor 优化

* feat: location-picker-editor 点击函数以及文档处理

* feat: location-picker-editor 取消输入框样式

* feat: location-picker-editor 地图ak支持变量映射 (#8881)

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

* feat:(amis-editor)locationPicker & Picker组件配置面板升级

---------

Co-authored-by: liuguihua <liuguihua@baidu.com>
Co-authored-by: jiangchunhui <jiangchunhui@baidu.com>
Co-authored-by: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Co-authored-by: wutong <34541195+igrowp@users.noreply.github.com>
Co-authored-by: 青辉 <66730036+QingHui1229@users.noreply.github.com>
2023-11-29 11:47:11 +08:00
pianruijie
e56940ebb8 fix: 取消component传递逻辑 2023-11-28 20:43:00 +08:00
pianruijie
1c719f6de5 chore:字段名区分关键字 2023-11-28 19:10:37 +08:00
pianruijie
8c4ba95680 feat: 事件动作datampping字段豁免逻辑优化 2023-11-28 15:44:45 +08:00
pianruijie
035d287650 fix: 只有input-table才会豁免actions.args.condition 2023-11-28 15:44:45 +08:00
wuduoyi
04ada596a5 fix: 修复导出 Excel 和 CSV 不支持查询条件问题 Closes #6973 2023-11-28 12:25:40 +08:00
Allen
bb9c85bb1d
Merge pull request #8899 from allenve/master
fix: 表单项 validateApi 捕获接口异常 Close: #8850
2023-11-28 10:55:48 +08:00
RUNZE LU
392779cf90
fix: CRUD2组件开启syncLocation后分页组件未同步pageField值导致无法切换页码问题; feat: CRUD2支持parsePrimitiveQuery (#8908) 2023-11-27 17:23:25 +08:00
liaoxuezhi
90a3ad77c9
fix: 修复同步 store 使得表单默认值丢失的问题 (#8903) 2023-11-27 14:43:08 +08:00
LTtwinkle
5fe6a2e0bf
feat: 树组件优化 (#7946)
* feat: 树组件优化

* pref: option类型组件统一新增deferField字段

* pref: 树组件优化问题修复

* fix: 树组件优化评审问题修复

---------

Co-authored-by: zhouqiqi01 <zhouqiqi01@baidu.com>
2023-11-27 14:13:01 +08:00
allenve
ac34b0c2cd fix: 表单项 validateApi 捕获接口异常 2023-11-27 11:20:27 +08:00
wutong
05620349de
Merge pull request #8885 from igrowp/fix-editor-deadloop
fix: 修复页面设计器重复执行onChange的问题
2023-11-24 15:16:20 +08:00
wutong25
6cb78fe5ad fix: 修复页面设计器重复执行onChange的问题 2023-11-24 14:55:40 +08:00
刘丹
187821e51d
Merge pull request #8882 from 2betop/fix-popover-overlay
fix: 修复下拉弹窗在某些情况点击外层不关闭的问题
2023-11-24 12:30:08 +08:00
2betop
b8ad8f9e2f fix: 修复下拉弹窗在某些情况点击外层不关闭的问题 2023-11-24 12:13:55 +08:00
hsm-lv
7d4776e78a
feat:scoped支持调用amis动作 (#8875) 2023-11-23 19:37:07 +08:00
wutong
a60d174037
Merge pull request #8862 from lurunze1226/feat-editor-crud-matchfunc-control
feat: CRUD组件matchFunc支持使用matchSorter函数; docs: 前端分页的使用提示
2023-11-23 19:36:01 +08:00
hsm-lv
60aa623aca
Merge pull request #8860 from 2betop/fix-dialog-className-expr
fix: 修复弹窗中 className 使用表达式无效的问题
2023-11-23 19:32:43 +08:00
liaoxuezhi
f3d53fbf7e
style: 调整 table 固顶模式的样式兼容 safari Close: #8708 (#8863) 2023-11-23 19:19:06 +08:00
liaoxuezhi
be312da1c5
fix: 修复 combo 同步父级数据可能存在展示值和实际值不一致的问题 Close: #8773 (#8831) 2023-11-23 19:18:15 +08:00
吴多益
819d4ae6ed
chore: attachement 兼容文件名空格转义成 + 号的情况 Closes #8488 (#8846) 2023-11-23 19:13:29 +08:00
lurunze1226
bac12a2e5f feat: CRUD组件matchFunc支持使用matchSorter函数; docs: 前端分页的使用提示 2023-11-23 11:42:26 +08:00
2betop
85512d807b fix: 修复弹窗中 className 使用表达式无效的问题 2023-11-23 10:06:28 +08:00
wanglinfang2014
e3527b376e
fix: 修复由#8822引入的crud多选问题 (#8852)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-11-22 19:16:08 +08:00
wibetter
4b79f02589 style(amis): ErrorBoundary默认提示样式改放amis中 2023-11-22 12:28:28 +08:00
wibetter
0c233986f5 fix(amis): ErrorBoundary细节调整 2023-11-22 11:40:45 +08:00
wibetter
7b7d58c41c fix(amis): ErrorBoundary增加fallback配置 2023-11-22 11:26:23 +08:00
wibetter
24a02f8b5c fix(amis): StaticHoc改用componentDidCatch拦截渲染异常 2023-11-22 10:43:49 +08:00
lurunze1226
b48f8f9a99 bump: amis v3.5.3 2023-11-21 21:30:09 +08:00
RUNZE LU
03ed733c74
fix: RootRenderer的runtime error被隐藏问题 (#8839) 2023-11-21 20:12:13 +08:00
qinhaoyan
3d29458bef bugfix 2023-11-21 15:54:31 +08:00
qinhaoyan
7485084e9e feat: 事件动作支持上报埋点 2023-11-21 15:17:17 +08:00
qkiroc
3e651e9910
fix: 修复style不支持css variable问题 (#8827)
* fix: 修复style不支持css variable问题

* 添加注释

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-11-21 14:33:04 +08:00
hsm-lv
31c857e399
Merge pull request #8822 from wanglinfang2014/feat-nav
fix: table嵌套模式下selectedChange参数错误、table展示单选可多选问题修复
2023-11-21 12:54:09 +08:00
wanglinfang2014
4fd601a34e
fix: crud编辑器提示导致报错问题修复 (#8806)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-11-21 10:40:15 +08:00
wanglinfang
fd8538ead2 fix: table嵌套模式下selectedChange参数错误、table展示单选可多选问题修复 2023-11-21 10:29:14 +08:00
Allen
71c7b72116
Merge pull request #8799 from allenve/master
fix(amis):input-number 小数光标偏移问题
2023-11-17 17:02:35 +08:00
allenve
cccca16e25 fix(amis):input-number 小数光标偏移问题 2023-11-17 16:21:38 +08:00
RUNZE LU
a37bd5b01d
fix(amis-editor): CRUD2工具栏为空时添加错误; chore: 工具栏控件更新逻辑 (#8788) 2023-11-17 16:14:14 +08:00
hsm-lv
b5fd4819e6
Merge pull request #8642 from ranwawa/feat/table-expandme-checkme-toggle-entire-tree
feat(amis): table嵌套批量操作时自动选择父/子级复选框
2023-11-17 10:19:52 +08:00
hsm-lv
c97063a794
Merge pull request #8696 from xianlinzhang/fix-scoped-cmpt-cant-find-reload-cmpt
chore: Scoped组件reolad方法时增加fallback,找不到对应名称组件则继续寻找对应ID组件
2023-11-17 10:16:36 +08:00
hsm-lv
3664f97f1e
Merge pull request #8747 from lurunze1226/chore-form-rules
chore: Form联合校验规则过滤不合法规则
2023-11-17 10:14:42 +08:00
hsm-lv
ee6fc42450
Merge pull request #8759 from 2betop/fix-quickEdit-name-path
fix: 修复 quickEdit inline 模式 name 为带层级时发送的数据不符合预期 Close: #8756
2023-11-17 09:54:30 +08:00
liaoxuezhi
42951d01c3
fix: 修复 envOverwrite 存在副作用的问题 (#8766) 2023-11-16 17:15:58 +08:00
zhaojianhui
58a66fbdf7
feat: 支持屏蔽组件中展示msg信息,默认展示 (#8751)
Co-authored-by: zhaojianhui <zhaojianhui@baidu.com>
2023-11-16 16:01:48 +08:00
2betop
92a652c4cb fix: 修复 quickEdit inline 模式 name 为带层级时发送的数据不符合预期 Close: #8756 2023-11-15 20:53:59 +08:00
lvxiaojiao
96d7b32c00 fix:动作没指定目标组件标识时则执行当前组件 2023-11-15 20:22:43 +08:00
wanglinfang2014
b58bd57ca0
chore: table2性能优化 Close#8594 (#8679)
* chore: table2性能优化close#8594

* fix: 调整列宽表格宽度溢出问题修复

* fix: table2支持autoFillHeight属性

---------

Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-11-15 16:41:28 +08:00
lurunze1226
5a25208518 chore: Form联合校验规则过滤不合法规则 2023-11-15 15:55:47 +08:00
RUNZE LU
09a194f74a
fix: Options使用上下文变量数据源被错误分页处理问题 (#8691) 2023-11-15 15:12:42 +08:00
ranqirong
2808790a96 feat(amis): 子节点包含部分选中状态时,父节点也标记为部分选中
避免父节点是部分选中而祖先节点是未选中状态的问题
2023-11-15 15:01:17 +08:00
liaoxuezhi
4d367c06f0
perf: 优化内部逻辑提高编辑器处理性能 (#8743) 2023-11-15 14:45:08 +08:00
ranqirong
5108906e96 Merge remote-tracking branch 'baidu/master' into feat/table-expandme-checkme-toggle-entire-tree 2023-11-15 09:10:02 +08:00
ranqirong
603d7f52ae feat(amis): 子节点全部选中时,父节点才自动选中
避免父节点是部分选中而祖先节点是未选中状态的问题
2023-11-15 07:01:38 +08:00
wutong
cbb208c721
Merge pull request #8718 from CheshireJCat/fix-editor-add-newColumn-blukActions-are-clean
fix: 修复crud修改配置时会清空用户已有配置的问题 Close: #7445
2023-11-14 19:09:10 +08:00
liaoxuezhi
1ec20cbbeb
feat: LocationPicker 支持全局设置 ak (#8732) 2023-11-14 17:31:00 +08:00
jinye
b98d04744a fix: editor 修复crud快速编辑的功能回填及提交问题 2023-11-14 14:25:31 +08:00
张先林
2f6b67bff6 fix:修复Scoped组件reolad时,找不到其他分支的组件;getComponentByName只能找到父级、父级的父级等组件,无法找到叔伯的子孙组件 2023-11-10 19:28:09 +08:00
hsm-lv
1924b8be3f
Merge pull request #8667 from 2betop/fix-combo
fix: 修复 combo tabs 模式新成员中有必填字段未填写也能通过校验的问题
2023-11-10 10:19:18 +08:00
2betop
c869ea3fbf fix: 修复 combo tabs 模式新成员中有必填字段未填写也能通过校验的问题 2023-11-09 16:01:32 +08:00
ranqirong
eb05bb6410 feat(amis): table嵌套批量操作时自动选择父/子级复选框 2023-11-09 15:52:46 +08:00
RUNZE LU
ed6db0fc10
fix: CRUD组件updateQuery严格比较逻辑写反问题(patch pr8631) (#8661) 2023-11-09 15:20:19 +08:00
hsm-lv
f9ef049796
fix:组件特性动作中执行全局变量修改 (#8650) 2023-11-07 17:07:51 +08:00
RUNZE LU
729f599573
feat: Transfer组件支持分页 (#8512) 2023-11-07 15:31:05 +08:00
qkiroc
c9ecb64b63
fix: 修复自定义外观部分属性添加important不生效问题 (#8639)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-11-07 10:56:20 +08:00
lurunze1226
7c951e3f75 fix: CRUD组件使用非严格比较导致部分场景query无法更新问题 2023-11-06 16:03:48 +08:00
lvxiaojiao
a6af4d2e6d fix:文档中广播效果失效问题&添加warning提示 2023-11-05 10:23:24 +08:00
qkiroc
50c31f6a5c
fix: 修复外观样式清空不生效问题 (#8610)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-11-03 12:55:34 +08:00
lurunze1226
8e80dd0dc4 bump: amis v3.5.1 2023-11-02 10:15:23 +08:00
lurunze1226
5f2d0c0f89 bump: amis v3.5.0 2023-10-31 20:46:14 +08:00
RUNZE LU
b3256870c6
feat: CRUD支持matchFunc,用于前端分页的搜索匹配函数 (#8556)
* feat: CRUD支持matchFunc,用于前端分页的搜索匹配函数

* patch(feat: CRUD支持matchFunc): 搜索函数执行时机修改,支持source为上下文数据
2023-10-31 16:42:15 +08:00
liaoxuezhi
2fc6867f8f
fix: 修复 formItem label 做两次变量替换的问题同时优化 label 描述中取当前数据的及时性问题 (#8553) 2023-10-30 16:18:29 +08:00
liaoxuezhi
c2ef255bdc
fix: 在表格的 table 中时 label 不展示的问题 Close: #1121 (#8532) 2023-10-30 12:47:17 +08:00
feely
1e5f4942c8
fix: 修复 table 组件提前映射了 lable, 导致 label 使用 数据容器数据时无法正确获取到值的问题 (#8056) 2023-10-27 16:08:50 +08:00
2betop
1c7771fe29 fix: 修复 crud 点选出现无线循环的问题 Close: #8523 2023-10-27 11:57:54 +08:00
liaoxuezhi
80fcdbb5ab
fix: 修复 crud 点选出现无线循环的问题 Close: #8523 (#8524) 2023-10-27 11:54:02 +08:00
liaoxuezhi
cd5cd3f40c
feat: CRUD & Table 嵌套支持懒加载 Close: #8411 (#8517) 2023-10-27 10:31:25 +08:00
liaoxuezhi
96df5551cf
feat: env.replaceTextIgnoreKeys 支持函数 Close: #7035 (#8510) 2023-10-27 10:20:22 +08:00
liaoxuezhi
d294202454
chore: 补充缺失依赖信息 Close: #8477 (#8490) 2023-10-27 10:19:02 +08:00
liaoxuezhi
3d6009c2b7
chore: api 对象中添加 context 变量支持全局适配器获取原始上下文数据 (#8501) 2023-10-26 22:56:14 +08:00
qkiroc
fe762157cf
chore: 规范自定义样式生成id (#8514)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-10-26 22:50:59 +08:00
liaoxuezhi
1bb988b942
chore: 调整 affixedOffset 为样式,去掉没必要的 js 计算, 优化 page asideSticky 实现, 部分样式优化 Close: #6493 (#8508) 2023-10-26 16:40:26 +08:00
RUNZE LU
e1ee79032e
feat: CRUD组件支持开启syncLocation后解析Query中的原始类型数据 (#8500) 2023-10-25 20:37:19 +08:00
liaoxuezhi
2b5efd478e
feat: 表单项支持动态 name 可搭配 each 一起使用 Close: #4212 (#8452) 2023-10-24 15:16:05 +08:00
liaoxuezhi
ea8689e449
feat: jump 补充第三个参数信息 Close: #2936 (#8446) 2023-10-24 14:19:33 +08:00
liaoxuezhi
d73bad1005
fix: 修复 app 模式 bcn 种存在动态路径问题 Close: #8012 (#8444) 2023-10-24 14:16:34 +08:00
liaoxuezhi
ab0f15bec5
fix: 修复 嵌套模式标题字段的判断 Close: #8386 (#8440) 2023-10-24 14:14:55 +08:00
qkiroc
b05b7daaf9
fix: 修复sdk报错问题 (#8466)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-10-24 14:14:42 +08:00
liaoxuezhi
637d9551b7
chore: 调整 crud source 模式与 loadDataOnce 行为一致 Close: #6040 (#8470) 2023-10-24 14:13:49 +08:00
liaoxuezhi
59d900ffd5
feat: api 文件下载文件名识别忽略大小写同时支持前端指定 Close: #6177 (#8471) 2023-10-24 14:13:31 +08:00
liaoxuezhi
1ee5f37ed4
fix: 修复 combo 的 unique 模式 选项是个树形结构时的异常 Close: #8085 (#8438) 2023-10-24 14:07:00 +08:00
lurunze1226
42ece24ec2 fix: className为对象且下发给子组件时表达式计算错误问题 2023-10-18 21:12:39 +08:00
liaoxuezhi
7f851fea0b
feat: classname 配置中类名支持表达式 Close: #8388 (#8392) 2023-10-17 13:56:15 +08:00
Howell Chan
6f599d5d93
fix:修复Form 表单项设置validateOnChange,初始化 initApi后,validate被触发 (#8387)
Co-authored-by: 张先林 <zxlfirst@mail.com>
2023-10-17 12:54:29 +08:00
liaoxuezhi
aae65411c4
fix: 修复 crud column 中 searchable 表单项为 input-date-range 时重置无法重置 extraName Close: #8389 (#8390)
* bump: 3.4.2

* fix: 修复 crud column 中 searchable 表单项为 input-date-range 时重置无法重置 extraName Close: #8389
2023-10-17 11:39:02 +08:00
wanglinfang2014
16adbbd993
fix: table2单元格宽度自适应、嵌套数据展示等问题修复 (#8372)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-10-12 19:07:38 +08:00
RUNZE LU
3dd28ad243
fix: Form组件配置页面跳转事件可能会导致持久化数据无法清除问题 (#8354) 2023-10-12 19:06:27 +08:00
liaoxuezhi
ef2cb9b6b6
fix: 修复 react-json-view import 异常 Close: #8145 (#8369) 2023-10-12 19:06:11 +08:00
liaoxuezhi
a55144c36d
fix: 修复 input-table 中存在公式表达式值没有及时更新的问题 Close: #8263 (#8364) 2023-10-12 16:56:03 +08:00
wutong25
f050fb7cb2 fix: nextjs13环境下formulaControl组件popOverContainer 写死,导致编辑器出现死循环bug 2023-10-11 21:11:58 +08:00
hsm-lv
219deb76e5
Merge pull request #8349 from wanglinfang2014/feat-crud
fix: 修复table columns、tableLayout属性变化realWidth未更新
2023-10-11 17:18:48 +08:00
hsm-lv
fdea1b1461
Merge pull request #8351 from 2betop/feat-loadDataOnceFetchOnFilter
feat: loadDataOnceFetchOnFilter 可以控制列的 searchable 或者 filterable 或者 se…
2023-10-11 17:18:32 +08:00
2betop
41103d8e09 feat: loadDataOnceFetchOnFilter 可以控制列的 searchable 或者 filterable 或者 search-box 触发过滤时是否重新请求 api 2023-10-11 15:37:07 +08:00
wanglinfang
12e74fb504 fix: 修复table columns、tableLayout属性变化realWidth未更新 2023-10-11 15:23:13 +08:00
huangxj29
6119616055
fix: 修复CRUD固定表头不生效问题 (#8332)
* fix: 修复固定表头不生效

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

---------

Co-authored-by: huangxj29 <huangxuejuan@xgd.com>
2023-10-11 14:08:03 +08:00
2betop
3e18b7c3e3 chore: 优化 name 中直接写表达式用法 2023-10-11 11:56:29 +08:00
liaoxuezhi
b5be11fb66
chore: 调整选项搜索策略改成 container 更加精准 (#8329) 2023-10-11 09:54:43 +08:00
liaoxuezhi
64397442c9
fix: 修复在 toolbar 中的 form 值变化回显不正确的问题 (#8326) 2023-10-09 18:41:00 +08:00
hsm-lv
100c718e3e
Merge pull request #8302 from 2betop/fix-nestedcolumn
fix: 修复嵌套模式当列隐藏时不显示展开按钮问题 Close: #8301
2023-10-08 11:28:58 +08:00
hsm-lv
7b22e65cb8
feat: 列表类组件支持更新指定行记录 (#8278) 2023-10-08 10:39:42 +08:00
2betop
a4a7fcda71 fix: 修复嵌套模式当列隐藏时不显示展开按钮问题 Close: #8301 2023-10-07 20:21:46 +08:00
liaoxuezhi
1ca520ef25
fix: 修复 combo 表单项中存在同名表单项时内部表单项值被覆盖的问题 (#8300) 2023-10-07 18:27:36 +08:00
liaoxuezhi
064dfa884b
fix: 修复表单保存成功可能导致 combo 中新增部分重置的问题 (#8297) 2023-10-07 15:55:33 +08:00
wibetter
b1cd710e7c fix(amis-core): 修复新版外观/阴影等配置失效问题 2023-09-28 11:52:34 +08:00
qkiroc
07fb301da7
chore: 当页面中没有对应id元素时才删除改id的样式 (#8213)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-09-22 17:09:05 +08:00
liaoxuezhi
921ea09052
fix: 修复编辑器表格在有快速编辑配置时点选不上的问题 Close: #8208 (#8210) 2023-09-22 15:53:34 +08:00
ascend13
707d5ef900
fix:修复历史数据dialog没有type的兼容 (#8209)
* 修复编辑态获取焦点等事件触发drawer,新建弹窗切换到现有弹窗过滤自身

* 兼容历史弹窗schema没有type的修复
2023-09-22 15:11:55 +08:00
liaoxuezhi
5124b71861
chore: 调整 api 构建有 jsonql 的情况 (#8202)
* bump: release 3.4.1

* chore: 调整 api 构建有 jsonql 的情况
2023-09-22 13:06:55 +08:00
liaoxuezhi
7d7c8055d6
fix: 修复性能优化后在需要用到父级数据的时候没有及时更新的问题 Close: #8188 (#8193) 2023-09-21 19:47:44 +08:00
zhangtao07
a8e2ddf394 fix: 修复组件拖入时未递归生成id导致样式丢失问题 2023-09-21 19:18:04 +08:00