roymondchen
|
2a0680c707
|
feat(core,editor,data-source,form,schema): 新增数据源方法配置,支持事件联动数据源方法
|
2023-07-18 19:35:54 +08:00 |
|
roymondchen
|
1a546c326c
|
fix(editor): 修复CodeSelectColConfig interface找不到问题
fix #525
|
2023-07-18 15:58:01 +08:00 |
|
roymondchen
|
fd53170e59
|
feat(editor,form): 添加属性配置表单formState扩展函数prop
|
2023-07-06 14:25:59 +08:00 |
|
roymondchen
|
74c9deaa29
|
feat(editor, core): 支持直接绑定整个数据源对象
|
2023-06-28 16:39:47 +08:00 |
|
roymondchen
|
8ca6b3fbe4
|
fix(form): group-list默认展开
|
2023-06-16 17:51:59 +08:00 |
|
roymondchen
|
9281d06723
|
feat(form): groupList新增默认展开所有的配置
|
2023-05-30 17:41:30 +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
|
24604c9d36
|
feat: 完善tdesign-vue-next适配
|
2023-05-04 15:42:27 +08:00 |
|
roymondchen
|
982cc4685e
|
fix(form): fieldset初始化时就触发了change事件
|
2023-04-26 11:17:48 +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
|
37045f7201
|
fix(form): table 移动列变成了交换
|
2023-03-29 15:44:08 +08:00 |
|
parisma
|
39468f3b95
|
feat(editor,form,core,schema): 事件支持触发代码块
|
2023-03-29 07:13:57 +00:00 |
|
roymondchen
|
0cac40eb31
|
fix(form): table可能出现两个extra
|
2023-03-28 17:29:42 +08:00 |
|
parisma
|
54e2ce2c7e
|
fix(form): 修复lastvalues漏传的问题
|
2023-03-27 13:01:07 +08:00 |
|
parisma
|
5d446f0ccf
|
style: 修复动态tab样式问题
|
2023-03-10 13:31:47 +08:00 |
|
parisma
|
67428f606a
|
fix: 修复动态tab渲染问题
|
2023-03-10 12:59:18 +08:00 |
|
parisma
|
6610f30afd
|
feat(form): 支持表单差异对比
1、支持表单差异对比
2、支持在tab统计差异数量
|
2023-03-01 09:22:32 +00: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 |
|
parisma
|
0b537f5bff
|
feat(editor,form,schema): 优化代码
Squash merge branch 'feature/parisma_881986193' into 'master'
1、扩展参数配置能力,支持参数类型定义,支持参数注释
2、修复代码块嵌套多层时绑定关系展示不正确的问题
3、支持在组件绑定位置编辑查看代码块
|
2023-02-09 08:15:37 +00:00 |
|
oceanzhu
|
23708e4644
|
chore: 更新版权年份
|
2023-01-04 16:11:51 +08:00 |
|
roymondchen
|
c3a57a2bea
|
chore(form): 调整size声明
|
2022-12-09 20:01:05 +08:00 |
|
roymondchen
|
12d56aeda9
|
fix(form): disable配置失效
|
2022-12-07 17:02:31 +08:00 |
|
roymondchen
|
7445d24531
|
feat(form): 完善select remote功能
|
2022-12-07 16:28:21 +08:00 |
|
roymondchen
|
239b5d3efe
|
feat(form): dialog支持disabled配置
|
2022-11-25 20:58:34 +08:00 |
|
roymondchen
|
ea8b863694
|
feat(form): table支持rowkey配置
|
2022-11-25 17:31:49 +08:00 |
|
parisma
|
e497ab0008
|
fix(editor): itemsFunction中补全value
feat(form): export createValues方法
|
2022-11-24 12:25:26 +00:00 |
|
parisma
|
a55c6eb8b0
|
style(form): 修复.el-form-item.hidden跨级选中影响子元素样式的问题
|
2022-11-22 04:28:54 +00:00 |
|
roymondchen
|
4fe45eb36d
|
fix(form): time value改成HH:mm:ss字符串,支持配置
|
2022-11-15 18:16:14 +08:00 |
|
parisma
|
16f671cd8f
|
feat(editor): 代码块支持传递参数 (merge request !9)
Squash merge branch 'feature/parisma_codeDraft' into 'master'
1、 table支持items为函数
2、代码块支持传递参数
|
2022-11-15 08:48:19 +00:00 |
|
roymondchen
|
929d7c463f
|
fix(form): table 分页
|
2022-11-07 16:23:57 +08:00 |
|
roymondchen
|
617b025ce1
|
fix(form): table 拖动排序
|
2022-11-07 15:49:51 +08:00 |
|
roymondchen
|
131ae30bae
|
chore: 添加组件name
|
2022-11-03 14:14:54 +08:00 |
|
roymondchen
|
95be9e9390
|
chore: 更新element-plus, tabpane只能是tabs的子元素,不能对tabpane进行二次封装
|
2022-11-02 15:24:58 +08:00 |
|
roymondchen
|
9fd8385651
|
feat(form): 展开更多支持配置函数
|
2022-10-28 15:08:58 +08:00 |
|
roymondchen
|
49c0ec9dd9
|
fix(form): formState需要同步props更新
|
2022-10-28 11:38:15 +08:00 |
|
roymondchen
|
f6b7e8dad8
|
feat(form): formDialog支持zIndex props
|
2022-10-20 16:55:32 +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 |
|
roymondchen
|
6cf1f8636c
|
feat(form): form-dialog重新打开是form重新渲染
|
2022-09-23 19:56:59 +08:00 |
|
parisma
|
040d5d0d2c
|
feat(form): select动态监听事件优化
|
2022-09-22 16:46:11 +08:00 |
|
roymondchen
|
0a412ace9f
|
style(form): table 删除样式调整
|
2022-09-22 12:52:47 +08:00 |
|
roymondchen
|
eb03ce358f
|
feat(form): table配置支持showIndex用于控制行号
|
2022-09-22 12:37:51 +08:00 |
|
roymondchen
|
fa4a6d71f6
|
chore(form): timer type error
|
2022-09-20 20:28:00 +08:00 |
|
roymondchen
|
560a3acfae
|
feat(form): table新增showIndex配置,用于控制是否显示行索引
|
2022-09-20 20:23:56 +08:00 |
|