Commit Graph

1290 Commits

Author SHA1 Message Date
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
liaoxuezhi
f210a93d9a
chore: 调整文档模版写法,避免使用容易导致 xss 的写法 Close: #9164 (#9165) 2023-12-19 14:34:35 +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
RUNZE LU
c936aaedf2
feat: SearchBox组件支持disabled & loading状态 (#8821) 2023-12-18 18:20:58 +08:00
lurunze1226
b389f225c4 fix: Table、Table2组件列固定宽度时禁止拖拽伸缩 2023-12-15 13:10:22 +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
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
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
liaoxuezhi
feba8aef2b
feat: api 添加 concatDataFields 配置支持多次请求将数据字段自动合并功能 (#9038) 2023-12-06 15:45:17 +08:00
wanglinfang2014
e83108fcb8
fix: CRUD&CRUD2列搜索配置使用Form组件无法匹配问题 (#9032)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-12-06 10:41:24 +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
Allen
850b959734
fix: 文档错误 (#8943) 2023-11-29 17:42:19 +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
lurunze1226
4c16138005 fix: Select组件开启autoComplete后请求竞态问题 Close: #8817 2023-11-28 20:26:22 +08:00
hsm-lv
20c9f4f815
Merge pull request #8913 from lurunze1226/fix-select-autocomplete-label-field
fix: Select组件设置labelField和maxTagCount时剩余标签数量不显示问题 Close: #8893
2023-11-28 10:05:26 +08:00
hsm-lv
30d2b15b2f
Merge pull request #8902 from lurunze1226/feat-select-reload-disabled
feat: Select组件reload期间展示禁用状态 Close: #8818
2023-11-28 10:03:54 +08:00
hsm-lv
26d5a7e49c
Merge pull request #8912 from nwind/docs-searchbox-searchImediately
docs: 增加 searchImediately 的示例 Closes #8828
2023-11-28 10:03:09 +08:00
hsm-lv
f3f980e07b
feat: table支持行点击时不勾选 (#8916) 2023-11-28 09:57:23 +08:00
lvxiaojiao
d2e0f78e9c feat:ConditionBuilder字段配置支持defaultOp 2023-11-27 21:32:32 +08:00
lurunze1226
81136c9860 fix: Select组件设置labelField和maxTagCount时剩余标签数量不显示问题 Close: #8893 2023-11-27 19:49:29 +08:00
wuduoyi
b3a8589be5 docs: 增加 searchImediately 的示例 Closes #8828 2023-11-27 19:03:52 +08:00
lurunze1226
b5472f7382 feat: Select组件reload期间禁用 Close: #8818 2023-11-27 14:20:58 +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
刘丹
ce53af623a
docs(amis): 补充custom组件使用vue语法的说明 (#8887) 2023-11-24 17:24:14 +08:00
RUNZE LU
2c110c9642
feat: Switch组件的onText和offText支持Schema配置 (#8816) 2023-11-24 12:26:21 +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
liaoxuezhi
15788a936d
docs: 补充 crud column 的 seachable 说明结合 defaultParams 可配置默认排序 (#8870) 2023-11-23 19:11:19 +08:00
lurunze1226
bac12a2e5f feat: CRUD组件matchFunc支持使用matchSorter函数; docs: 前端分页的使用提示 2023-11-23 11:42:26 +08:00
hsm-lv
c74f6a4d85
chore:inputTable添加行内联动例子 (#8858) 2023-11-22 20:37:02 +08:00
RUNZE LU
73ef317e2c
feat: Switch组件支持加载中状态 (#8814) 2023-11-22 16:46:22 +08:00
吴多益
0df8561cc4
docs: 增加 lazyRenderAfter 的 faq 描述 (#8840) 2023-11-21 20:57:59 +08:00
刘丹
ef48b59d13
feat(amis&amis-editor): 地理位置选择器功能完善和强化 close #8802 (#8834)
* fix(amis): 地理位置选择组件/只读模式,不展示地图控件,不支持位置选择操作

* feat(amis): Location地理选择组件增加autoSelectCurrentLoc和onlySelectCurrentLoc配置项

* docs(amis): 补充地理选择组件的新增配置说明

* feat(amis-editor): Location地理选择组件增加autoSelectCurrentLoc和onlySelectCurrentLoc可视化配置

* fix(amis-editor): 完善Location地理选择组件的placeholder配置

* docs(amis): 增加Location地理选择组件Schema属性说明
2023-11-21 17:35:06 +08:00
wanglinfang2014
4fd601a34e
fix: crud编辑器提示导致报错问题修复 (#8806)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-11-21 10:40:15 +08:00
hsm-lv
f26e63bca9
Merge pull request #8774 from wanglinfang2014/feat-nav
fix: nav刷新数据源保留展开状态、响应式收纳样式问题修复
2023-11-17 10:16:13 +08:00
hsm-lv
f888d0d29e
Merge pull request #8758 from lurunze1226/feat-alert-actions
feat: Alert组件支持自定义操作项目
2023-11-17 10:12:23 +08:00
hsm-lv
2bf99a0d16
Merge pull request #8727 from nwind/feat-qrcode-download
feat: qr-code 增加下载事件 Closes #5915
2023-11-17 09:36:56 +08:00
hsm-lv
b267ddc518
Merge pull request #8783 from findreamer/doc-editor.md
doc(editor.md): 当前editor版本升级后,移动端预览已经不需要配置iframeUrl属性了——更新文档
2023-11-17 09:35:33 +08:00
wanglinfang
bcb2d1d134 fix: nav刷新数据源保留展开状态、响应式收纳样式问题修复 2023-11-16 20:37:38 +08:00
liaoxuezhi
8e19fcea70
Update input-rich-text.md (#8785) 2023-11-16 20:31:38 +08:00
findreamer
987a993666 Merge branch 'master' into doc-editor.md 2023-11-16 20:03:16 +08:00
findreamer
543c8369db doc: 补充内容。 2023-11-16 19:29:18 +08:00
findreamer
6e6ca39ea5 doc(editor.md): 当前editor版本移动端预览已经不需要配置iframeUrl属性了。 2023-11-16 19:24:49 +08:00