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 |
|
allenve
|
f104c80731
|
feat: editor 设计器 page 撑开画布区
|
2023-12-20 17:24: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
|
f210a93d9a
|
chore: 调整文档模版写法,避免使用容易导致 xss 的写法 Close: #9164 (#9165)
|
2023-12-19 14:34:35 +08:00 |
|
liaoxuezhi
|
4aed7004ca
|
chore: jssdk 中使用代码编辑器在不同的 locale 下加载编辑器对应的语言文件 Close: #8880 (#9160)
|
2023-12-19 14:25:33 +08:00 |
|
DB维一(s.y)
|
57ad94a136
|
docs: fix example code in ui-library.md (#9172)
|
2023-12-19 10:24:07 +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 |
|
yujinghan
|
439a071f32
|
fix:fix inputrange md
|
2023-12-15 16:13:01 +08:00 |
|
yujinghan
|
0ed629ccf5
|
fix:pagination simple mode supports small size & add test case
|
2023-12-15 16:04:09 +08:00 |
|
sailei
|
6ae5dbae7b
|
chore: 更新说明文档
|
2023-12-15 15:42:20 +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
|
4ccb9d8bf6
|
docs: InputFile & InputImage补充autoUpload、hideUploadButton属性Demo (#9106)
|
2023-12-14 18:43:38 +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 |
|
sailei
|
661bef5f9b
|
chore: 补充测试用例
|
2023-12-14 17:09:11 +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 |
|
hsm-lv
|
a7b8fd6aff
|
Merge pull request #9121 from hsm-lv/fix-event
fix:列表类组件更新指定行记录condition失效问题
|
2023-12-13 08:56:34 +08:00 |
|
lvxiaojiao
|
752d03d602
|
fix:列表类组件更新指定行记录condition失效问题
|
2023-12-12 20:53:37 +08:00 |
|
liaoxuezhi
|
900c5827b9
|
doc: 添加 strictMode 的说明 (#9076)
|
2023-12-12 18:39:41 +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 |
|
wutong
|
dc24e1522c
|
Merge pull request #9105 from LTtwinkle/fix-tree
fix:树组件测试问题修复
|
2023-12-11 19:25:35 +08:00 |
|