roymondchen
|
8142a7ab6d
|
feat(form): select before/after request配置函数支持异步
|
2025-05-27 14:58:29 +08:00 |
|
roymondchen
|
ed01cfca87
|
feat(form): select before/after request函数配置中增加prop字段
|
2025-04-29 19:27:01 +08:00 |
|
roymondchen
|
e7e9197ae3
|
style: 更新eslint版本,更新eslint配置
|
2025-04-21 20:35:54 +08:00 |
|
moonszhang
|
246e6941d5
|
feat(editor,form,schema): 组件样式配置可视化
|
2024-12-30 12:17:43 +00:00 |
|
roymondchen
|
9f7d67b17b
|
feat(form,editor): 表单新增修改数据记录
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
b24b3749c4
|
fix(form): datatime没有初始值时异常
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
e6239af7d8
|
fix(form): datarange组件如果传入utc时间,显示会出错
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
0c665c6b3c
|
fix(form): date组件初始化时不显示值
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
34fc0a15b9
|
refactor: 将data-source,dep,schema,utils收敛到core,将form,table,stage,design,util收敛到editor
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
3a7bfef5cf
|
fix(form): text组件配置了tooltip无效
|
2024-10-31 15:52:18 +08:00 |
|
roymondchen
|
883e227d54
|
fix(form): date相关的field,在没有配置valueFormat的情况下与默认的valueFormat不符
|
2024-08-30 17:35:04 +08:00 |
|
roymondchen
|
a164e2be62
|
feat(dats-source,editor,form,schema,ui): 迭代器容器支持配置子项显示条件
|
2024-06-28 17:44:04 +08:00 |
|
roymondchen
|
2d133f47f1
|
feat(core,editor,form): 页面片容器支持配置容器内组件的事件
|
2024-05-30 17:14:50 +08:00 |
|
qwertyyb
|
88c04c6dac
|
feat: 支持数据源事件 (#605)
* feat: 添加observedData
* feat: 修改错误
* fix: 修复单测报错问题
* feat: 完善数据源事件
* fix: 修复数据源事件调用组件方法时报错的异常
* fix: 修复多个相同类型的数据源数据变化的事件混淆的问题
* chore: 删除无用代码
* feat: 默认使用SimpleObservedData
* feat: 删除无用代码
---------
Co-authored-by: marchyang <marchyang@tencent.com>
|
2024-05-13 17:23:23 +08:00 |
|
roymondchen
|
9034cef0d2
|
fix(form): select option label不生效
|
2024-05-08 14:44:04 +08:00 |
|
roymondchen
|
ad2146f3bd
|
fix(form): select option 在没有adapter的时候默认使用el-option
|
2024-04-25 19:38:43 +08:00 |
|
roymondchen
|
15b88c97fc
|
fix(form): select 支持tdesign-vue-next
fix #584
|
2024-03-25 20:17:00 +08:00 |
|
roymondchen
|
ca2c6af060
|
chore: 更新依赖
|
2024-03-13 16:17:00 +08:00 |
|
roymondchen
|
6dbac52c50
|
feat(design,form): cascader新增popper-class prop
|
2024-03-07 15:18:04 +08:00 |
|
roymondchen
|
6f7415e116
|
refactor(form): button text prop 改成 link element-plus将废弃text
|
2024-01-10 16:34:46 +08:00 |
|
roymondchen
|
a10ae0ddd1
|
refactor(form): 优化代码
|
2024-01-09 14:50:25 +08:00 |
|
roymondchen
|
5c54f50365
|
refactor: button text prop 改成 link element-plus将废弃text
|
2024-01-08 17:49:41 +08:00 |
|
marchyang
|
ab5e31dfea
|
feat: 输入文本含有空格时,弹窗提示
|
2024-01-05 14:35:42 +08:00 |
|
roymondchen
|
b72e487b58
|
chore: 使用on-before-unmount替换on-unmouted
|
2023-12-15 16:20:50 +08:00 |
|
roymondchen
|
cc202d79f9
|
fix(form): cascader options不会自动更新
|
2023-12-08 19:48:10 +08:00 |
|
roymondchen
|
ed3c3d60ce
|
feat(form): cascader支持check-strictly/emit-path配置
|
2023-10-17 20:22:52 +08:00 |
|
teeniechen
|
a0a2242341
|
feat(form): 时间容器增加每日周期显示
|
2023-09-06 06:45:57 +00:00 |
|
teeniechen
|
17ff5c38f3
|
Revert "feat(form): 时间容器支持设置多个时间段以及设置每日周期"
This reverts commit c94cde293181712e602f24903c755afa3dca41a2.
|
2023-09-05 05:05:30 +00:00 |
|
teeniechen
|
c94cde2931
|
feat(form): 时间容器支持设置多个时间段以及设置每日周期
|
2023-09-04 06:07:15 +00:00 |
|
roymondchen
|
2b07a6de2d
|
feat(form): date,date-time值默认的日期格式改成/,以兼容ios
|
2023-08-14 14:43:03 +08:00 |
|
roymondchen
|
c389c614d7
|
style(editor,form): 统一表单组件props定义
|
2023-08-04 16:39:46 +08:00 |
|
roymondchen
|
5887977e45
|
feat(form): 新增数字范围控件
|
2023-08-04 15:54:55 +08:00 |
|
roymondchen
|
74c9deaa29
|
feat(editor, core): 支持直接绑定整个数据源对象
|
2023-06-28 16:39:47 +08:00 |
|
roymondchen
|
dad90a1cec
|
style: 完善@tmagic/design ts 类型
|
2023-05-29 21:09:26 +08:00 |
|
roymondchen
|
011496fcd8
|
chore: 更新至vue3.3.4
|
2023-05-29 17:37:34 +08:00 |
|
roymondchen
|
aac478eebc
|
feat: 新增数据源
|
2023-05-29 11:33:44 +08:00 |
|
roymondchen
|
d0ec2fd588
|
chore(form): fields组件计算lastValues props
|
2023-05-16 16:44:26 +08:00 |
|
roymondchen
|
ea4af425f3
|
feat: 完善tdesign-vue-next适配
|
2023-04-25 21:03:52 +08:00 |
|
roymondchen
|
af393e34fb
|
feat(form): select支持clearable,filterable配置
|
2023-04-25 11:37:01 +08:00 |
|
roymondchen
|
8edf023a00
|
fix(form): select下拉列表分页不生效问题
|
2023-02-21 15:40:29 +08:00 |
|
roymondchen
|
4d0b4c3178
|
feat(form): select config.option.afterRequest添加postOptions
|
2023-02-15 19:35:47 +08:00 |
|
roymondchen
|
c3a57a2bea
|
chore(form): 调整size声明
|
2022-12-09 20:01:05 +08:00 |
|
roymondchen
|
7445d24531
|
feat(form): 完善select remote功能
|
2022-12-07 16:28:21 +08:00 |
|
roymondchen
|
4fe45eb36d
|
fix(form): time value改成HH:mm:ss字符串,支持配置
|
2022-11-15 18:16:14 +08:00 |
|
roymondchen
|
131ae30bae
|
chore: 添加组件name
|
2022-11-03 14:14:54 +08:00 |
|
roymondchen
|
6d432ba1da
|
feat(form): checkboxGroup options支持函数配置
|
2022-10-11 18:50:44 +08:00 |
|
roymondchen
|
32a24ad578
|
feat: table切换成TMagicDesign
|
2022-10-11 18:11:32 +08:00 |
|
roymondchen
|
3a1a9795f6
|
feat(form): 剥离element-plus依赖,使用tamgic-design
#401
|
2022-10-11 15:50:42 +08:00 |
|
parisma
|
040d5d0d2c
|
feat(form): select动态监听事件优化
|
2022-09-22 16:46:11 +08:00 |
|
roymondchen
|
e8550728d1
|
fix(form): 当默认值为0时,select 远程选项初始化不正确
|
2022-09-13 13:50:46 +08:00 |
|