parisma
|
b2702aaa9e
|
fix: 优化组件列表多选键盘快捷键监听体验
|
2022-11-10 19:53:35 +08:00 |
|
parisma
|
c7a8552d9b
|
fix: 代码块结构改造完成
|
2022-11-10 19:53:35 +08:00 |
|
parisma
|
c4293f17a6
|
feat: 修改code_block结构,组件代码关系绑定改为table,绑定关系更新未完成
|
2022-11-10 19:53:35 +08:00 |
|
parisma
|
d98d3748d3
|
feat(editor): 拆分代码块编辑器便于以后扩展,支持草稿自动保存,修复代码块列表的样式问题
#440
|
2022-11-10 19:53:35 +08:00 |
|
parisma
|
3673d6016d
|
feat(editor): 代码编辑新增草稿功能
#440
|
2022-11-10 19:53:35 +08:00 |
|
roymondchen
|
3e78a0809b
|
fix(editor): 新增删除页面不应该添加历史
|
2022-11-10 16:19:17 +08:00 |
|
roymondchen
|
e8c53c2bd1
|
fix(editor): 单选水平居中
|
2022-11-04 19:20:30 +08:00 |
|
roymondchen
|
40410292d7
|
fix(editor): 多选后拖动,组件树会收缩
|
2022-10-14 15:56:33 +08:00 |
|
parisma
|
3bb8ecc975
|
fix(editor): 修复初始dsl无codeBlocks字段时无法新增的问题
|
2022-09-28 15:52:41 +08:00 |
|
roymondchen
|
00cd237f61
|
chore(editor): ts type error
|
2022-09-22 16:59:18 +08:00 |
|
parisma
|
415ecad24c
|
refactor(editor): 修改代码块描述内容在dsl中的键名为codeBlock字段
|
2022-09-22 16:46:11 +08:00 |
|
parisma
|
92f3696e44
|
feat(editor): 组件代码块的绑定关系记录到dsl中,修复删除组件解除关系的问题,代码块dsl支持扩展字段
|
2022-09-22 16:46:11 +08:00 |
|
parisma
|
bfaa8317e3
|
feat(editor): 支持代码块维度查看与组件的绑定关系,并支持从代码块列表解除绑定
|
2022-09-22 16:46:11 +08:00 |
|
parisma
|
a452cecc44
|
fix(editor): 修改样式,修改代码块ID生成逻辑
|
2022-09-22 16:46:11 +08:00 |
|
parisma
|
fc749b7375
|
feat(editor): codeBlockService.getCodeDsl支持增加是否强制刷新参数
|
2022-09-22 16:46:11 +08:00 |
|
parisma
|
fa0149773f
|
fix(editor): dsl存储代码块的字段改为methods
|
2022-09-22 16:46:11 +08:00 |
|
parisma
|
5b220a0e06
|
feat(editor): codeBlockService暴露一些方法支持hook,默认设置代码块到dsl的method字段
|
2022-09-22 16:46:11 +08:00 |
|
parisma
|
2f803c963a
|
feat(editor): 代码块功能增加删除,完善一些边界情况的交互
|
2022-09-22 16:46:11 +08:00 |
|
parisma
|
0c25cf795f
|
feat(editor): 代码块绑定功能完成
|
2022-09-22 16:46:11 +08:00 |
|
parisma
|
7640c06ccb
|
feat(editor): 代码块service封装完成
|
2022-09-22 16:46:11 +08:00 |
|
roymondchen
|
30bb39d71a
|
fix(editor): layout
|
2022-09-16 17:59:11 +08:00 |
|
roymondchen
|
835189adc9
|
feat(editor): 新增Layout
|
2022-09-16 17:45:16 +08:00 |
|
roymondchen
|
22c57f444f
|
fix(editor): 添加组件后,只有在位置有调整的情况才再次更新组件
|
2022-09-16 14:21:46 +08:00 |
|
roymondchen
|
10d2b3cc9b
|
fix(editor): 添加页面,应该添加到最后
|
2022-09-14 20:09:00 +08:00 |
|
roymondchen
|
b915accb71
|
feat(editor): uiService支持插件扩展
|
2022-09-13 20:30:52 +08:00 |
|
roymondchen
|
e0a16bcf0a
|
fix(editor): 修复流式布局下移动图层操作相反问题
|
2022-09-13 14:07:08 +08:00 |
|
roymondchen
|
3e024d21ed
|
feat(editor): 支持控制pagebar中新增按钮显隐
|
2022-09-06 16:27:30 +08:00 |
|
roymondchen
|
e67cbceb7d
|
fix(editor): 没有页面时,添加页面出错
|
2022-08-31 15:11:01 +08:00 |
|
i33
|
3af6f11f9f
|
fix(editor): 添加remove事件时的参数
之前是有参数的。
|
2022-08-30 17:39:14 +08:00 |
|
roymondchen
|
4a59b4b0f4
|
feat(editor): 编辑器销毁后销毁services
|
2022-08-30 12:50:53 +08:00 |
|
i33
|
6c0b92e808
|
feat(editor): 创建新组件时的顺序 (#316)
* feat(editor): 创建新组件时的顺序
点击面板组件创建新组件时,默认按照当所选组件(非容器)后面的顺序
* feat(editor): 追加vue2 runtime的修改
|
2022-08-30 12:45:51 +08:00 |
|
roymondchen
|
dd3075be56
|
feat(editor): 去掉画布根据视窗大小自动调整缩放比例,加上缩放到实际大小/缩放以适应菜单按钮
|
2022-08-25 16:24:48 +08:00 |
|
roymondchen
|
9b9c9db683
|
fix(editor): 上移一层通知runtime更新参数出错
fix #282
|
2022-08-24 10:36:42 +08:00 |
|
roymondchen
|
5529bbc6e1
|
fix(editor): 组件属性表单配置默认值
|
2022-08-24 10:04:28 +08:00 |
|
roymondchen
|
31029bc8f1
|
feat(editor): propsService添加fillConfig方法,支持扩展
|
2022-08-23 20:35:34 +08:00 |
|
roymondchen
|
3cdcca3b0b
|
chore(editor): 删除无用代码
|
2022-08-23 20:35:34 +08:00 |
|
wangminghua
|
9b0db4a807
|
fix(editor): 修复 update 返回值三目运算符判断错误的问题,同时优化输入与输入类型一致。
|
2022-08-23 14:39:21 +08:00 |
|
wangminghua
|
547e733c65
|
fix(editor): 修复Add返回数组还是对象的逻辑
|
2022-08-23 12:59:13 +08:00 |
|
王明华
|
56b8ed1d73
|
refactor(editor): 支持doPaste插件 (#299)
* refactor(editor): 粘贴时添加粘贴选项,用于格式化粘贴对象数据。
* refactor(editor): 支持doPaste插件
|
2022-08-22 17:36:02 +08:00 |
|
i33
|
f3c9ba475f
|
fix(editor): 拖拽改变父容器时错乱现象 (#296)
* fix(editor): 拖拽改变父容器时错乱现象
直接拖拽元素改变其父容器时, 会产生错乱的现象。
* Update packages/stage/src/types.ts
Co-authored-by: jia000 <398009049@qq.com>
Co-authored-by: jia000 <398009049@qq.com>
|
2022-08-22 13:18:23 +08:00 |
|
roymondchen
|
5f0e421550
|
fix(editor): 复制页面错误
|
2022-08-17 15:27:10 +08:00 |
|
roymondchen
|
2cde4bb5a0
|
feat(editor): runtime add api中parent参数加回去
|
2022-08-16 16:29:32 +08:00 |
|
roymondchen
|
59e6aff70a
|
feat(editor,stage): runtime-api中的add/update/remove中的参数加上parentId
|
2022-08-16 15:20:39 +08:00 |
|
roymondchen
|
9d2e2210d1
|
fix(editor): react runtime中添加没有即使渲染
|
2022-08-16 14:39:42 +08:00 |
|
roymondchen
|
c949590f80
|
feat(editor,stage): 多选支持居中操作
|
2022-08-12 13:39:25 +08:00 |
|
roymondchen
|
0e82f652a9
|
fix(editor): 删除节点后,标记父节点为修改状态
|
2022-08-11 17:25:54 +08:00 |
|
roymondchen
|
882774311a
|
fix(editor): 水平居中添加了两个历史堆栈
|
2022-08-11 17:25:54 +08:00 |
|
roymondchen
|
41cdc6e650
|
test(editor): 更新propsService引用路径
|
2022-08-11 14:39:59 +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 |
|