roymondchen
|
dc96720641
|
chore: release v1.2.7
|
2023-03-02 17:05:08 +08:00 |
|
parisma
|
6610f30afd
|
feat(form): 支持表单差异对比
1、支持表单差异对比
2、支持在tab统计差异数量
|
2023-03-01 09:22:32 +00:00 |
|
roymondchen
|
174695b94c
|
chore: release v1.2.6
|
2023-02-21 15:43:39 +08:00 |
|
roymondchen
|
8edf023a00
|
fix(form): select下拉列表分页不生效问题
|
2023-02-21 15:40:29 +08:00 |
|
roymondchen
|
fcb69b7743
|
chore: release v1.2.5
|
2023-02-17 15:58:59 +08:00 |
|
roymondchen
|
8102aaeb12
|
chore: release v1.2.4
|
2023-02-17 14:24:14 +08:00 |
|
roymondchen
|
6637fdc92b
|
chore: release v1.2.3
|
2023-02-15 19:46:59 +08:00 |
|
roymondchen
|
4d0b4c3178
|
feat(form): select config.option.afterRequest添加postOptions
|
2023-02-15 19:35:47 +08:00 |
|
roymondchen
|
ae5c627902
|
chore: release v1.2.2
|
2023-02-09 17:00:12 +08:00 |
|
roymondchen
|
89fa321088
|
chore: release v1.2.1
|
2023-02-09 16:32:02 +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
|
b13aaeb0e9
|
chore: release v1.2.0
|
2022-12-22 11:14:59 +08:00 |
|
roymondchen
|
9b324d17cc
|
chore: release v1.2.0-beta.27
|
2022-12-13 19:02:00 +08:00 |
|
roymondchen
|
ac11fc5926
|
chore: release v1.2.0-beta.26
|
2022-12-12 16:59:39 +08:00 |
|
roymondchen
|
c3a57a2bea
|
chore(form): 调整size声明
|
2022-12-09 20:01:05 +08:00 |
|
roymondchen
|
d051aeb155
|
chore: 去掉eslint prettier warning
|
2022-12-08 17:17:13 +08:00 |
|
roymondchen
|
9dec40805c
|
chore: release v1.2.0-beta.25
|
2022-12-07 20:08:02 +08:00 |
|
roymondchen
|
328b3135e5
|
chore: release v1.2.0-beta.24
|
2022-12-07 17:04:41 +08:00 |
|
roymondchen
|
12d56aeda9
|
fix(form): disable配置失效
|
2022-12-07 17:02:31 +08:00 |
|
roymondchen
|
14550ddc0f
|
chore: release v1.2.0-beta.23
|
2022-12-07 16:32:00 +08:00 |
|
roymondchen
|
7445d24531
|
feat(form): 完善select remote功能
|
2022-12-07 16:28:21 +08:00 |
|
roymondchen
|
8ab6cdb03c
|
chore: release v1.2.0-beta.22
|
2022-12-06 21:02:59 +08:00 |
|
roymondchen
|
f3574a5029
|
chore: release v1.2.0-beta.21
|
2022-12-06 20:35:10 +08:00 |
|
roymondchen
|
180252f3f5
|
chore: 添加type=module
|
2022-12-06 19:12:32 +08:00 |
|
roymondchen
|
51f7963197
|
chore: release v1.2.0-beta.20
|
2022-12-05 20:41:50 +08:00 |
|
roymondchen
|
f050ec1273
|
chore: release v1.2.0-beta.19
|
2022-12-01 20:38:37 +08:00 |
|
roymondchen
|
f235e4665b
|
chore: 更新vue-tsc
|
2022-12-01 19:29:00 +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 |
|
roymondchen
|
deeb55cd0b
|
chore: release v1.2.0-beta.18
|
2022-11-24 21:04:33 +08:00 |
|
parisma
|
e497ab0008
|
fix(editor): itemsFunction中补全value
feat(form): export createValues方法
|
2022-11-24 12:25:26 +00:00 |
|
roymondchen
|
76a8eee6c5
|
chore: release v1.2.0-beta.17
|
2022-11-24 15:27:37 +08:00 |
|
roymondchen
|
f44500d21b
|
chore: release v1.2.0-beta.16
|
2022-11-23 18:52:24 +08:00 |
|
roymondchen
|
a4f9467d53
|
chore: release v1.2.0-beta.15
|
2022-11-22 16:41:50 +08:00 |
|
parisma
|
a55c6eb8b0
|
style(form): 修复.el-form-item.hidden跨级选中影响子元素样式的问题
|
2022-11-22 04:28:54 +00:00 |
|
roymondchen
|
f0d6624fc4
|
chore: release v1.2.0-beta.14
|
2022-11-18 18:12:58 +08:00 |
|
roymondchen
|
a575073387
|
chore: release v1.2.0-beta.13
|
2022-11-15 18:19:57 +08:00 |
|
roymondchen
|
4fe45eb36d
|
fix(form): time value改成HH:mm:ss字符串,支持配置
|
2022-11-15 18:16:14 +08:00 |
|
roymondchen
|
52fc452823
|
chore: release v1.2.0-beta.12
|
2022-11-15 16:58:27 +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
|
2bbca87e51
|
chore: release v1.2.0-beta.11
|
2022-11-08 16:23:29 +08:00 |
|
roymondchen
|
d8d6342505
|
chore: release v1.2.0-beta.10
|
2022-11-07 16:31:40 +08: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
|
bb01427a42
|
chore: release v1.2.0-beta.9
|
2022-10-28 19:20:04 +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 |
|