Commit Graph

460 Commits

Author SHA1 Message Date
吴多益
92f6244f0c
docs: 增加 JSON Schema 说明 Closes #7240 (#7320) 2023-06-30 15:48:24 +08:00
5se7en
916a170427
feat: conditionBuilder组件增加是否可拖拽字段控制 (#7111)
* feat: conditionBuilder组件增加是否可拖拽字段控制

* 更新用例

---------

Co-authored-by: wangqiang <wangqiang@lattebank.com>
Co-authored-by: liaoxuezhi <2betop.cn@gmail.com>
2023-06-30 11:38:01 +08:00
liaoxuezhi
0f4363f8d1
feat: inputDateTime 支持 isEndDate 配置自动选中 23:59:59 Close: 7277 (#7302) 2023-06-30 11:10:56 +08:00
sqzhou
75952bd558
feat: condition-builder支持selectMode为chained的选项层级显示 (#7120)
* feat: condition-builder支持selectMode为chained的选项层级显示
2023-06-12 12:58:22 +08:00
hsm-lv
0290fd67e9
Merge pull request #7094 from 2betop/feat-input-kv
feat: input-kv 添加 autoParseJSON 配置 Close: #7092
2023-06-09 09:10:30 +08:00
2betop
b0e1c4211e rn to autoParseJSON 2023-06-06 15:54:58 +08:00
2betop
af26d4c3c3 feat: input-kv 添加 autoConvertJSONString 配置 Close: #7092 2023-06-06 15:52:53 +08:00
zhangxulong
ee1f6b731a feat:组件移动化 2023-06-05 12:37:26 +08:00
liaoxuezhi
f425646ccb
fix: 修复 inputImage 裁剪模式配置文件大小限制报错问题 (#7055) 2023-06-01 12:42:15 +08:00
hsm-lv
a756dcbd6c
Merge pull request #7047 from hsm-lv/feat-image
feat:image&images增加enlargeWithGallary用于开关图片放大模式下图片集的显示
2023-05-31 21:06:18 +08:00
lvxiaojiao
b6d05924cf feat:image和images增加enlargeWithImages,用于关闭表格中图片放大模式下图片集的显示 2023-05-31 20:42:02 +08:00
zhangxulong
d68cda753b 暂存表单修改 2023-05-31 19:06:10 +08:00
liaoxuezhi
7e9943f532
docs: 补充 control 表单项包裹文档 (#7042) 2023-05-31 17:06:41 +08:00
zhangzhulei
fe23a21abb
feat: input-table接入事件动作面板 (#6612)
* amis-saas-9246 feat: input-table接入事件动作面板

* amis-saas-9246 feat: input-table接入事件动作面板

* amis-saas-9246 feat: input-table接入事件动作面板

* amis-saas-9246 feat: input-table接入事件动作面板

* amis-saas-9246 feat: input-table接入事件动作面板

* amis-saas-9246 feat: input-table接入事件动作面板

* pipeIn

* doc: 更新input-table文档

* doc: 更新input-table文档

* doc: 更新input-table文档

---------

Co-authored-by: zhangzhulei <zhangzhulei@baidu.com>
2023-05-31 15:36:11 +08:00
hsm-lv
eb668a7852
Merge pull request #6963 from lurunze1226/inputdate-shortcuts
feat(amis): 日期选择器支持用表达式自定义快捷键
2023-05-31 10:26:30 +08:00
liaoxuezhi
576ff6129b
feat: 新增 radio 组件可结合 combo 或者 inputTable 实现单选效果 Close: #6995 (#7001) 2023-05-31 10:22:20 +08:00
lvxiaojiao
05313215f5 feat:状态控制动作支持动态标识&补充combo行内联动demo 2023-05-30 13:59:16 +08:00
lvxiaojiao
34a766da7a feat:动作的componentId支持表达式&动作增加componentName属性 2023-05-30 10:52:13 +08:00
lvxiaojiao
31273fbe73 feat:动作的componentId支持表达式&动作增加componentName属性 2023-05-29 22:17:30 +08:00
lvxiaojiao
bbbc804943 chore:事件动作文档补充demo 2023-05-28 22:26:48 +08:00
lurunze1226
8354cee6cd feat(amis): 日期选择器支持用表达式自定义快捷键; chore:
日期范围选择器组件ranges属性统一为shortcuts
2023-05-25 11:52:28 +08:00
lvxiaojiao
94c709614f feat:form刷新支持inited事件&增加asyncApiFinished事件 2023-05-21 17:42:06 +08:00
RUNZE LU
8c2db4b0e2
chore: ConditonBuilder非内嵌模式热区扩大 (#6927) 2023-05-19 12:31:08 +08:00
liaoxuezhi
20212a4d28
feat: InputImages 多选图片列表支持拖拽排序 Close: #6826 (#6923) 2023-05-19 12:28:19 +08:00
liaoxuezhi
c73239b60b
feat: picker 支持配置标题 Close: #5545 (#6924) 2023-05-19 12:27:35 +08:00
ranqirong
87ed0807d4 feat: select非list模式支持自定义检索函数 2023-05-17 18:13:27 +08:00
lurunze1226
2af2f35fa6 fix: InputTable使用operation列无法正常渲染问题 2023-05-11 20:34:41 +08:00
lvxiaojiao
c8cd35c97e feat:初始化请求事件参数细化 2023-05-09 13:23:21 +08:00
lvxiaojiao
fc1a08c6fd feat:初始化请求事件参数补充状态信息 2023-05-09 13:07:50 +08:00
wuduoyi
cc13593429 feat: input-kv 组件允许自定义 keySchema 和 valueSchema Closes #6782 #6717 2023-05-08 12:05:36 +08:00
吴多益
b894c36fa8
feat: input-excel 支持 xls 格式上传 (#6753)
* feat: input-excel 支持 xls 格式上传

* 避免误修改文件
2023-04-28 14:19:51 +08:00
sqzhou
d2c52b0101
feat: input-image功能优化 (#6645) 2023-04-25 16:38:42 +08:00
allenve
b6142fce88 fix: issues-6666:修复select组件懒加载时label回显问题 2023-04-21 18:13:56 +08:00
liaoxuezhi
3fd350f3ff
feat: inputTree 支持 heightAuto 属性支持高度自动撑开 (#6651) 2023-04-21 15:28:22 +08:00
liaoxuezhi
80f9db2155
Update input-datetime.md 2023-04-17 12:18:14 +08:00
GuoXun
63299524de
feat: LocationPicker 添加 AMap 支持 (#6599) 2023-04-13 20:06:29 +08:00
zhangzhulei
666ff9b50e
feat: input-table添加事件动作 (#6308)
* feat: input-table添加事件动作

* feat: input-table添加事件动作

* feat: input-table添加事件动作

* feat: input-table添加事件动作

* feat: input-table添加事件动作

* fix: 修改input-table单测

* fix: 修改input-table单测

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* perf: doAction方法,setState后执行onChange

* perf: doAction方法,setState后执行onChange

* perf: doAction方法,setState后执行onChange

---------

Co-authored-by: zhangzhulei <zhangzhulei@baidu.com>
2023-04-11 16:51:05 +08:00
HongYang
266e72e9cc feat: transfer&inputTag&fieldset主题适配 (#6429)
* feat: 穿梭框主题修改

* feat: 标签选择器inputTag主题适配

* feat: 字段集fieldset主题适配

---------

Co-authored-by: hongyang03 <hongyang03@baidu.com>
2023-04-10 11:04:01 +08:00
liaoxuezhi
17339d24ef
chore: combo 扩充 subFormHorizontal 属性支持 (#6544) 2023-04-07 16:56:11 +08:00
lmaomaoz
d4c931cb85
feat: 表单项校验变更为顺序校验模式 (#6553)
* feat:
    表单项校验不再校验全部规则,改为顺序校验模式;
    自定义校验 addRule 增加灵活展示错误信息特性。

* doc: 表单项校验不再校验全部规则,改为顺序校验模式

* doc: 自定义校验 addRule 增加灵活展示错误信息特性

* test: 表单验证规则改为顺序校验,不再全部校验,测试用例变更

---------

Co-authored-by: jinye <jinye@baidu.com>
2023-04-07 13:17:56 +08:00
iceqing
3309fc2fc2
docs: 修复editor组件的options参数说明url失效问题 (#6481) 2023-03-29 21:47:04 +08:00
liaoxuezhi
16e4ae35e8
doc: 补充用公式设置日期范围默认值的文档例子 (#6492)
* chore: vite 模式下 moible 预览资源引用改成源码

* doc: 补充用公式设置日期范围默认值的文档例子
2023-03-29 20:10:17 +08:00
sansiro
3071cce849
fix: quickEdit只读时,无法将value同步到数据域 (#6486)
* fix: quickEdit只读时,无法将value同步到数据域

* formula 文档错误修改
2023-03-29 12:06:04 +08:00
zhou999
d4aa3fea33
fix: 完善button&action关于按钮提示的文档 (#6403)
* style: 完善button&action关于按钮提示的文档

* style: 完善button&action关于按钮提示的文档

* style: 完善button&action关于按钮提示的文档

* style: 完善button&action关于按钮提示的文档

* fix: 完善crud、inputTable单测&完善crud的一次性加载下拉多选搜索功能&文档

* feat: input-table 表单项校验的schema示例完善
2023-03-28 14:59:37 +08:00
zhangzhulei
5cb2dc0402
fix: 解决input-table某些场景下无法新增的bug (#6400)
Co-authored-by: zhangzhulei <zhangzhulei@baidu.com>
2023-03-20 11:23:00 +08:00
RUNZE LU
169924981b
chore: Select组件checkAllBySearch默认为true (#6347) 2023-03-15 16:23:23 +08:00
zhou999
af3514f288
feat: 添加input-table子表单校验 (#6357)
* feat: 添加input-table子表单校验

* feat: 添加input-table snapshots更新

* feat: 添加input-table子表单校验

* feat: 添加input-table子表单校验

* feat: 添加input-table子表单校验

* feat: input-table snapshots更新

* feat: 添加input-table子表单校验

* feat: 添加input-table子表单校验
2023-03-14 18:47:57 +08:00
liaoxuezhi
8d854f6eb0
fix: 修复弹窗中 form 配置 closeDialogOnSubmit 无效的问题 (#6368) 2023-03-14 14:59:19 +08:00
Dora
409c0af1a1
feat: button-group-select支持角标 (#6309)
Co-authored-by: yanglu19 <yanglu19@baidu.com>
2023-03-10 10:06:53 +08:00
RUNZE LU
93b1c86be5
feat: InputExcel支持placeholder (#6295) 2023-03-10 09:54:47 +08:00