Commit Graph

4398 Commits

Author SHA1 Message Date
chengjinyang0
ed2940ac4e
fix(amis-editor): 英语环境下样式调整及国际化语料 (#9213) 2023-12-21 19:58:42 +08:00
wanglinfang2014
b9aac39f67
fix: 表格数据源更新由嵌套切换为非嵌套单元格未更新问题修复 (#9211)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-12-21 18:15:22 +08:00
lghxuelang
2ac9af91d9
fix:(amis-editor): picker默认自定义选项回显 (#9208)
Co-authored-by: liuguihua <liuguihua@baidu.com>
2023-12-21 17:25:52 +08:00
Hsirius
6d31c3694d
feat: 修复下拉样式被遮挡问题 (#9202) 2023-12-21 12:49:40 +08:00
miaoxinyu01
50a74cee94
amis-saas-15645 [Bug]:[模型列表]配置快速编辑,默认生成【包裹】容器,点击绑定字段组件,默认选中【包裹】 (#9197) 2023-12-21 09:55:14 +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
wutong
2b812344b1
Merge pull request #9186 from lurunze1226/fix-condition-builder-error
fix: ConditionBuilder使用公式编辑器切换类型异常问题
2023-12-20 19:13:40 +08:00
wutong
802f966a53
Merge pull request #9140 from lurunze1226/fix-table-drag-with-fixed-col
fix: Table、Table2组件列固定宽度时禁止拖拽伸缩
2023-12-20 19:03:48 +08:00
wutong
98a2bf35a2
Merge pull request #9187 from lurunze1226/fix-editor-crud-toolbar-control
fix(amis-editor): CRUD组件工具栏配置内容被遮挡问题
2023-12-20 19:01:26 +08:00
RUNZE LU
5a09a455fc
chore(amis-editor): 数据源构造器基于接口生成字段逻辑对齐CRUD的fetch逻辑 (#9188) 2023-12-20 19:00:54 +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
徐佳豪
c6b54c03d0
style:深色模式 变量替换 (#9152)
Co-authored-by: xujiahao01 <xujiahao01@baidu.com>
2023-12-20 15:23:31 +08:00
liaoxuezhi
493a29c862
fix: 修复 dialog 内部做常规动作没反应的问题 Close: #9149 (#9167) 2023-12-20 14:42:57 +08:00
lurunze1226
82834a3249 fix(amis-editor): CRUD组件工具栏配置内容被遮挡问题 2023-12-20 12:50:54 +08:00
lurunze1226
a02a2e3c3e fix: ConditionBuilder使用公式编辑器切换类型异常问题 2023-12-20 12:44:29 +08:00
liaoxuezhi
4aed7004ca
chore: jssdk 中使用代码编辑器在不同的 locale 下加载编辑器对应的语言文件 Close: #8880 (#9160) 2023-12-19 14:25:33 +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
wutong
10590b8a3a
fix: 分页组件activePage为非number类型时导致设计器卡死 (#9168)
Co-authored-by: wutong25 <wutong25@baidu.com>
2023-12-18 18:21:32 +08:00
RUNZE LU
c936aaedf2
feat: SearchBox组件支持disabled & loading状态 (#8821) 2023-12-18 18:20:58 +08:00
sqzhou
02e2552f00
fix: 修复fieldset设置边框样式后,再设置大小,边框样式不生效问题 (#9153) 2023-12-18 14:08:54 +08:00
sqzhou
e9a0d24e9e
fix: 修复最大时间约束不了时间范围选择器的结束时间问题 (#9154) 2023-12-18 11:38:41 +08:00
lurunze1226
b389f225c4 fix: Table、Table2组件列固定宽度时禁止拖拽伸缩 2023-12-15 13:10:22 +08:00
wanglinfang2014
2e38351327
style: 修复DropDownButton下拉选项禁用样式 (#9145)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-12-15 10:32:39 +08:00
RUNZE LU
0364aa57a4
feat: InputText多选模式下的tag自适应展示tooltip(OverflowTpl) (#9055) 2023-12-14 19:36:37 +08:00
RUNZE LU
39bcb95186
chore: CRUD组件导出Excel时默认隐藏操作列 Close #8067 (#9107) 2023-12-14 18:43:10 +08:00
RUNZE LU
82be792322
chore: 时间选择器设置timeConstraints后点击「此刻」选择最接近的有效时间 Close: #8281 (#9112) 2023-12-14 18:42:42 +08:00
吴多益
b4c450a843
fix: 修复 qrcode 下载不支持 codeSize 配置 (#9125) 2023-12-14 18:42:13 +08:00
qkiroc
8bcf7b4dd5
chore: 更新theme-editor依赖 (#9132)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-12-14 14:29:50 +08:00
RUNZE LU
5738007a06
fix: InputFormula组件allowInput属性未透传问题 (#9123) 2023-12-14 11:19:28 +08:00
RUNZE LU
6dd0101f7a
fix: InputDateRange开启内嵌模式选择日期错误问题 (#9127) 2023-12-14 11:18:52 +08:00
RUNZE LU
a7fff1ddfb
perf: 配置面板中外部注册数据源变化时按需构建 (#9096) 2023-12-14 11:17:49 +08:00
RUNZE LU
41b8dc8734
fix: CRUD2列配置使用快速保存时配置不生效问题 (#9126) 2023-12-14 11:15:01 +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
刘丹
9a7e864189
Merge pull request #9124 from baidu/fix-chart
chart组件功能优化
2023-12-13 17:02:09 +08:00
wibetter
7f01a34b4d feat(amis): chart mapURL支持联动 2023-12-13 16:39:09 +08:00
wutong
4b59fb1108
fix(amis-editor): 修复设计器切换预览按钮后选中组件变更的问题 (#9115)
Co-authored-by: wutong25 <wutong25@baidu.com>
2023-12-13 11:31:07 +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
wibetter
8c1cb0fc28 fix(amis): 修复chart配置定时刷新后出现死循环问题 2023-12-13 11:05:03 +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
lghxuelang
88c8e41da2
fix:(amis-editor)修个日期结尾字段提示 (#9109)
Co-authored-by: liuguihua <liuguihua@baidu.com>
2023-12-12 10:29:55 +08:00
zhouqiqi01
c2993fae35 pref: 树组件国际化翻译 2023-12-11 17:06:50 +08:00
zhouqiqi01
091d21755e pref: 树组件配置项不再自动获取焦点 2023-12-11 17:01:16 +08:00
zhouqiqi01
05df93874a pref: 「树组件」配置新增/编辑表单按钮优化 2023-12-11 16:55:02 +08:00