roymondchen
|
502e59cfd7
|
refactor(core,data-source,schema): 将AppCore定义移到schema中
|
2023-09-13 16:47:34 +08:00 |
|
roymondchen
|
ea1cae7968
|
feat(editor): 已选组件新增根节点右键菜单项:全部折叠
|
2023-09-11 15:57:21 +08:00 |
|
roymondchen
|
13ff7f8d8a
|
chore: release v1.3.0-alpha.24
v1.3.0-alpha.24
|
2023-09-07 19:04:30 +08:00 |
|
roymondchen
|
3cd1ac1cc4
|
fix(editor): 代码变化时,参数表单需要重新渲染
|
2023-09-07 19:01:01 +08:00 |
|
roymondchen
|
7bf59929b0
|
feat(form): form-dialog,form-drawer新增inline,label-position配置
|
2023-09-06 16:59:22 +08:00 |
|
roymondchen
|
2bd1033665
|
docs: 删除失效描述
|
2023-09-06 16:30:04 +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
|
e3bffde883
|
chore: release v1.3.0-alpha.23
v1.3.0-alpha.23
|
2023-08-31 16:40:52 +08:00 |
|
roymondchen
|
eacb1e6475
|
refactor(editor): sidebar不使用tmagic-design tabs
|
2023-08-31 16:36:17 +08:00 |
|
roymondchen
|
a8eea1a73b
|
fix(core): node销毁后重新渲染再销毁不会触发destroy事件
|
2023-08-31 15:47:04 +08:00 |
|
roymondchen
|
cda3b04b85
|
fix(editor): 当组件设置的bottom/right是,上下左右快捷键失效
|
2023-08-31 15:29:27 +08:00 |
|
teeniechen
|
2ccf47f7dd
|
feat(editor): fixed布局水平居中处理
|
2023-08-31 06:54:21 +00:00 |
|
roymondchen
|
372c36893d
|
chore: release v1.3.0-alpha.22
v1.3.0-alpha.22
|
2023-08-29 19:02:06 +08:00 |
|
roymondchen
|
7b2fd6ebd4
|
fix(editor): datasource自动补全用鼠标操作出错
|
2023-08-29 18:56:02 +08:00 |
|
roymondchen
|
f9ba8b8df5
|
fix(editor): 新增数据源字段受上一次新增数据影响
|
2023-08-29 18:47:11 +08:00 |
|
roymondchen
|
cd50d36394
|
chore(data-source): 单独定义Core,避免循环引用
|
2023-08-29 18:37:15 +08:00 |
|
roymondchen
|
2bd86d2101
|
feat(editor): 新增数据源时先选类型
|
2023-08-29 18:24:15 +08:00 |
|
roymondchen
|
c5a1c2db76
|
feat(data-source): 数据源中新增app属性,http数据源新增钩子
|
2023-08-29 17:12:34 +08:00 |
|
roymondchen
|
0865cf4952
|
fix(cli): packages设置npm包初始化报错
|
2023-08-29 16:53:29 +08:00 |
|
roymondchen
|
131ec6fff3
|
style(data-source): 去掉any
|
2023-08-25 17:44:57 +08:00 |
|
roymondchen
|
7f48b4d9f5
|
chore(core,data-source): 将app传入datasourceManager
|
2023-08-25 17:39:37 +08:00 |
|
roymondchen
|
8c93d9a5be
|
chore: release v1.3.0-alpha.21
v1.3.0-alpha.21
|
2023-08-25 11:53:01 +08:00 |
|
roymondchen
|
5c9fd9a0f4
|
feat(table): action新增tooltip配置
|
2023-08-25 11:45:57 +08:00 |
|
roymondchen
|
54ec6de4f2
|
feat(editor): 组件列表中的tooltip改成title
|
2023-08-25 11:40:01 +08:00 |
|
roymondchen
|
bd6fae9aed
|
feat(table): 新增支持配置组件
|
2023-08-25 11:37:34 +08:00 |
|
roymondchen
|
644fa4f7c0
|
chore: release v1.3.0-alpha.20
v1.3.0-alpha.20
|
2023-08-24 15:24:02 +08:00 |
|
roymondchen
|
5319afa563
|
chore(editor): export getDisplayField 方法
|
2023-08-24 15:18:32 +08:00 |
|
roymondchen
|
5de5fc933a
|
chore(stage): 优化高亮性能
|
2023-08-21 19:39:14 +08:00 |
|
roymondchen
|
0274c36afd
|
Revert "chore(stage): 优化高亮与单选性能"
This reverts commit babaadb0cf87829197dbfa820f0141aefea48076.
|
2023-08-21 19:38:19 +08:00 |
|
roymondchen
|
573f1a2c17
|
feat(cli,data-source,editor,playground,runtime): 支持自定义数据源
|
2023-08-21 16:57:18 +08:00 |
|
roymondchen
|
60e14fe53e
|
chore(data-source): 将manager中dataSourceClassMap设置为私有
|
2023-08-18 15:59:54 +08:00 |
|
roymondchen
|
3f833d41f3
|
fix(editor): 置顶计算错误
|
2023-08-15 16:21:46 +08:00 |
|
roymondchen
|
ec8e8a17d2
|
feat(editor): 历史记录最多存储20条
|
2023-08-15 16:15:10 +08:00 |
|
roymondchen
|
ccd6fd2be3
|
chore: 删除无用log
|
2023-08-15 16:13:53 +08:00 |
|
roymondchen
|
2b07a6de2d
|
feat(form): date,date-time值默认的日期格式改成/,以兼容ios
|
2023-08-14 14:43:03 +08:00 |
|
roymondchen
|
07a02714df
|
fix(editor): 数据源字符串模板提示出错
fix #530
|
2023-08-14 14:34:15 +08:00 |
|
roymondchen
|
babaadb0cf
|
chore(stage): 优化高亮与单选性能
|
2023-08-11 20:23:23 +08:00 |
|
roymondchen
|
df236d172d
|
chore: release v1.3.0-alpha.19
v1.3.0-alpha.19
|
2023-08-10 17:20:17 +08:00 |
|
roymondchen
|
07c49bee4e
|
feat(editor,data-source): 支持数据源方法配置执行时机
|
2023-08-10 16:04:12 +08:00 |
|
roymondchen
|
e3b2594c57
|
fix(stage): 拖动出现left -1
|
2023-08-10 15:02:17 +08:00 |
|
roymondchen
|
d8a2a1f805
|
chore(editor): 将hooks放到同一个文件夹中
|
2023-08-09 19:22:42 +08:00 |
|
roymondchen
|
a8f8f488ad
|
fix(cli): 组件配置json key支持使用字符串常量
|
2023-08-09 16:09:26 +08:00 |
|
roymondchen
|
5927b394a7
|
chore: release v1.3.0-alpha.18
v1.3.0-alpha.18
|
2023-08-09 15:37:33 +08:00 |
|
roymondchen
|
b1ea4cebad
|
fix(cli): npm包会被转成相对路径
|
2023-08-09 15:29:58 +08:00 |
|
roymondchen
|
4c9ef87975
|
fix(stage,playground): moveableOptions对多选无效
fix #529
|
2023-08-08 20:58:22 +08:00 |
|
roymondchen
|
dacec716bc
|
chore: release v1.3.0-alpha.17
v1.3.0-alpha.17
|
2023-08-08 17:22:50 +08:00 |
|
roymondchen
|
aabc77d903
|
fix(form): group-list上移下移行为不对
|
2023-08-08 16:34:23 +08:00 |
|
roymondchen
|
26cd37be23
|
feat(form): text配置支持函数
|
2023-08-08 16:20:56 +08:00 |
|