roymondchen
|
039ab9d192
|
test(editor): 修复测试用例
|
2024-12-17 20:52:01 +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
|
5ac768f15b
|
feat(editor): 组件树中支持多选拖动
|
2024-06-11 19:28:40 +08:00 |
|
roymondchen
|
831204663a
|
test: 完善测试用例
|
2024-05-09 20:49:54 +08:00 |
|
roymondchen
|
16e45cb45d
|
style(editor): 完善service use-plugin的ts类型定义
|
2024-03-05 14:55:41 +08:00 |
|
roymondchen
|
7b6dcedfad
|
feat(core,editor,ui): 新增页面片
|
2023-12-19 06:39:03 +00:00 |
|
roymondchen
|
5c6a3455b0
|
feat(editor): service扩展支持设置成同步的
|
2023-12-06 15:28:18 +08:00 |
|
roymondchen
|
94641bad76
|
refactor: 依赖收集相关代码抽出独立成库
|
2023-11-16 19:34:50 +08:00 |
|
roymondchen
|
2d5b7726ef
|
fix(editor): 数据源列表中依赖的key会重复出现
|
2023-11-03 14:58:19 +08:00 |
|
roymondchen
|
1c516bb24b
|
refactor(editor): 优化性能,组件树重写,不再使用el-tree
|
2023-10-20 19:32:11 +08:00 |
|
roymondchen
|
1c6c9ab3e8
|
feat(editor,stage): 新增鼠标悬停在组件上显示当前位置下所有组件菜单
|
2023-09-19 17:39:36 +08:00 |
|
roymondchen
|
35862078b3
|
feat(editor,schema): 支持组件显示条件配置
|
2023-08-04 15:52:55 +08:00 |
|
roymondchen
|
2b881c3863
|
feat(editor): 新增parseDSL配置,用于解析DSL,默认使用eval
|
2023-06-19 11:27:47 +08:00 |
|
roymondchen
|
35f9a59f44
|
feat(editor): 新增依赖收集器
|
2023-03-27 19:07:56 +08:00 |
|
roymondchen
|
0491487385
|
feat(editor): 修改service get set 方法的ts定义,不再需要传入泛型参数
|
2023-02-06 19:25:37 +08:00 |
|
oceanzhu
|
23708e4644
|
chore: 更新版权年份
|
2023-01-04 16:11:51 +08:00 |
|
roymondchen
|
c2e8a1caae
|
fix(editor): content-menu没有响应式
|
2022-11-04 19:19:44 +08:00 |
|
roymondchen
|
91bfa5698e
|
test(editor): 测试用例里依赖了element-plus,暂时删掉
|
2022-10-11 20:29:08 +08:00 |
|
roymondchen
|
ac065504f6
|
test: vue组件测试用例
|
2022-09-26 21:29:54 +08:00 |
|
roymondchen
|
9b9c9db683
|
fix(editor): 上移一层通知runtime更新参数出错
fix #282
|
2022-08-24 10:36:42 +08:00 |
|
roymondchen
|
3cdcca3b0b
|
chore(editor): 删除无用代码
|
2022-08-23 20:35:34 +08:00 |
|
roymondchen
|
b6fa064b0b
|
feat(editor): editorService.add支持添加多个组件
|
2022-08-11 14:26:03 +08:00 |
|
roymondchen
|
574e03f685
|
feat(editor): 完善storageService功能
新增namespace,setItem/getItem时自动key自动加上namespace;setItem可以指定协议;getItem时根据协议自动解析
fix #224
|
2022-08-04 18:46:26 +08:00 |
|
王明华
|
da0cb7d614
|
feat(editor): 添加storageService服务 (#225)
* feat(editor): 添加storageService服务
* fix(editor): 添加type.ts 导出StorageService的定义
|
2022-08-04 12:45:55 +08:00 |
|
parisma
|
af2fa3eee4
|
test(editor): 修改测试用例,修复流水线打包问题
|
2022-08-03 14:46:48 +08:00 |
|
khuntoriia
|
b702857aad
|
feat(editor): 多选菜单支持复制粘贴删除 (#217)
* feat(editor): 多选菜单支持复制粘贴删除
* fix(editor): 编辑器选中节点统一为nodes数组,保留原node对象为nodes数组的第一个元素,将复制粘贴删除行为封装到editorservice中,支持键盘快捷键
* test(editor): 修改editor相关测试用例
* fix(editor): cr问题修改
* feat(editor): 将复制粘贴操作进行拆分封装
* fix(editor): cr修改
Co-authored-by: parisma <parisma@tencent.com>
|
2022-08-03 14:03:36 +08:00 |
|
roymondchen
|
fff587d9eb
|
fix(editor): 新增组件id不对
|
2022-07-27 16:47:12 +08:00 |
|
roymondchen
|
de0c6952c7
|
feat: 支持将组件拖动到指定容器
|
2022-07-14 19:02:29 +08:00 |
|
roymondchen
|
6d4323123f
|
build: build之前做type check
|
2022-06-30 20:23:50 +08:00 |
|
roymondchen
|
5e3125706c
|
feat: 添加组件支持添加组合
|
2022-06-13 16:52:14 +08:00 |
|
roymondchen
|
ca4a6b596d
|
test: jest 改成 vitest
|
2022-06-07 20:10:41 +08:00 |
|
roymondchen
|
75133ab6da
|
refactor: update element-plus
|
2022-05-11 18:38:17 +08:00 |
|
roymondchen
|
327fc47aa1
|
test(editor): 右键菜单重构后,删除无效测试用例
|
2022-05-07 15:18:29 +08:00 |
|
roymondchen
|
51031fe8ab
|
feat(editor): 添加常用快捷键
|
2022-04-22 12:16:39 +08:00 |
|
roymondchen
|
9ae93fc9f2
|
test: 修改测试用例
|
2022-04-13 17:17:14 +08:00 |
|
roymondchen
|
8676e02f2f
|
test(editor): 修改测试用例
|
2022-04-07 18:31:37 +08:00 |
|
roymondchen
|
6dbda7b565
|
style(editor): 将节点类型改成枚举
|
2022-03-31 19:46:12 +08:00 |
|
roymondchen
|
ab3e113904
|
feat(editor): 画布自适应大小
|
2022-03-14 22:02:26 +08:00 |
|
roymondchen
|
bc8b9f5225
|
refactor: make it public
|
2022-02-17 14:47:39 +08:00 |
|