roymondchen
|
0d6420215c
|
fix(editor): 修改未包含数据源的配置,画布中没有实时更新
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
b4136c91c2
|
feat(editor): 优化依赖收集体验,减小收集任务粒度,修改配置时识别是否需要触发重新收集
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
eb8126c32f
|
refactor(editor,utils): 将traverseNode方法挪到utils中
|
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
|
c82e3257c1
|
refactor(stage,editor): stage销毁后释放内部变量
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
9e4da0a5c2
|
feat: dsl id渲染到dom上的data-tamgic-id,不再是id属性
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
5ac768f15b
|
feat(editor): 组件树中支持多选拖动
|
2024-06-11 19:28:40 +08:00 |
|
roymondchen
|
78e9a0ab15
|
fix(editor,runtime): 编辑器中,依赖收集改成异步以后,可能出现配置更新了,但是依赖信息还未更新,导致渲染出来的组件不对
|
2024-05-31 17:26:37 +08:00 |
|
parisma
|
faabf1bb3a
|
feat(editor,dep): 支持复制组件时将组件绑定的数据源一并复制
|
2024-05-27 10:52:07 +00:00 |
|
Evan Wu
|
e39a7d140f
|
fix(editor,stage,utils): 修复在ipad等大屏场景下编辑画布中元素位置计算偏差问题 (#598)
|
2024-04-25 20:13:21 +08:00 |
|
roymondchen
|
7b6dcedfad
|
feat(core,editor,ui): 新增页面片
|
2023-12-19 06:39:03 +00:00 |
|
roymondchen
|
ba2f1e5ac5
|
feat(stage, editor): runtime支持直接渲染模式不用iframe
|
2023-12-12 15:09:33 +08:00 |
|
roymondchen
|
258d2bc2ea
|
feat(editor,stage): 优化可选组件交互
|
2023-12-07 19:40:40 +08:00 |
|
roymondchen
|
ce0c941bf1
|
fix(editor): 在组件树将组件拖入不同布局的容器内,需要改变其布局
fix #552
|
2023-11-13 20:01:32 +08:00 |
|
roymondchen
|
1c516bb24b
|
refactor(editor): 优化性能,组件树重写,不再使用el-tree
|
2023-10-20 19:32:11 +08:00 |
|
roymondchen
|
40adc77978
|
style(editor): 相对路径改成alias
|
2023-04-10 15:16:32 +08:00 |
|
oceanzhu
|
23708e4644
|
chore: 更新版权年份
|
2023-01-04 16:11:51 +08:00 |
|
roymondchen
|
3b30d89956
|
fix(editor): 新增的组件如果没有初始化left值,会导致无法通过键盘方向键左右移动
fix #468
|
2022-12-30 16:33:38 +08:00 |
|
parisma
|
3673d6016d
|
feat(editor): 代码编辑新增草稿功能
#440
|
2022-11-10 19:53:35 +08:00 |
|
roymondchen
|
b6fa064b0b
|
feat(editor): editorService.add支持添加多个组件
|
2022-08-11 14:26:03 +08:00 |
|
roymondchen
|
08dae20aa0
|
build(editor): 由于生成.d文件无法将别名转化成真实路径,暂时将@editor改回相对路径
|
2022-08-05 20:12:35 +08:00 |
|
roymondchen
|
d334b697ae
|
fix(editor): 指定父节点添加组件
|
2022-07-25 22:02:17 +08:00 |
|
roymondchen
|
de0c6952c7
|
feat: 支持将组件拖动到指定容器
|
2022-07-14 19:02:29 +08:00 |
|
roymondchen
|
fb612eaddc
|
feat(editor): 参考线缓存与页面绑定
|
2022-06-22 16:51:28 +08:00 |
|
roymondchen
|
5e3125706c
|
feat: 添加组件支持添加组合
|
2022-06-13 16:52:14 +08:00 |
|
roymondchen
|
663d7cee9f
|
fix(editor): 添加组件默认添加到视窗中间,如果组件初始化height不是数值,则当0处理
|
2022-05-31 21:47:54 +08:00 |
|
roymondchen
|
5da8601f36
|
feat(editor): 支持拖拽添加组件
|
2022-05-07 15:18:29 +08:00 |
|
roymondchen
|
51031fe8ab
|
feat(editor): 添加常用快捷键
|
2022-04-22 12:16:39 +08:00 |
|
roymondchen
|
8e004f9766
|
fix(editor): getLayout增加判断fixed
|
2022-04-22 12:16:39 +08:00 |
|
roymondchen
|
0e74970bfe
|
feat(editor): 新增组件自动设置到视窗中间
|
2022-04-13 17:17:14 +08:00 |
|
roymondchen
|
6dbda7b565
|
style(editor): 将节点类型改成枚举
|
2022-03-31 19:46:12 +08:00 |
|
roymondchen
|
dee685f0b3
|
fix(editor): 首次选中组件后拖动,更新节点无效
|
2022-03-15 16:06:10 +08:00 |
|
roymondchen
|
bc8b9f5225
|
refactor: make it public
|
2022-02-17 14:47:39 +08:00 |
|