roymondchen
|
698c3451ff
|
feat(editor): 新增自定义右键菜单函数配置
|
2023-12-18 20:37:10 +08:00 |
|
roymondchen
|
2a5b9ec6bd
|
feat(editor, stage): 新增禁用多选的props
|
2023-12-18 15:00:26 +08:00 |
|
roymondchen
|
09fe6d29e2
|
chore(editor): 修改拼写错误
|
2023-12-18 14:17:04 +08:00 |
|
roymondchen
|
268ec4c27a
|
feat(editor): 修改code-block-list code-block-panel-tool slot data
|
2023-12-12 15:46:08 +08:00 |
|
roymondchen
|
ba2f1e5ac5
|
feat(stage, editor): runtime支持直接渲染模式不用iframe
|
2023-12-12 15:09:33 +08:00 |
|
roymondchen
|
741140fa71
|
refactor(editor): 代码编辑、数据源重构
|
2023-12-08 17:20:43 +08:00 |
|
roymondchen
|
258d2bc2ea
|
feat(editor,stage): 优化可选组件交互
|
2023-12-07 19:40:40 +08:00 |
|
roymondchen
|
e35a963b67
|
fix(editor): 更新dsl,组件树列表不更新
fix #554
|
2023-11-21 14:05:43 +08:00 |
|
moonszhang
|
c80ea829ac
|
fix(editor): 修复slide 全部拖出来再关闭回去时不展示slide操作栏的问题
|
2023-11-17 03:05:35 +00:00 |
|
roymondchen
|
fded26251f
|
fix(editor): 不允许容器节点拖动到自己里面
fix #553
|
2023-11-16 20:01:23 +08:00 |
|
roymondchen
|
94641bad76
|
refactor: 依赖收集相关代码抽出独立成库
|
2023-11-16 19:34:50 +08:00 |
|
moonszhang
|
2b10e7eda9
|
feat(editor): 支持 slide 侧边栏可拖拽悬浮
|
2023-11-16 11:00:05 +00:00 |
|
roymondchen
|
8dcff6b731
|
chore(editor): 删除调试信息
|
2023-11-08 17:35:24 +08:00 |
|
roymondchen
|
2d5b7726ef
|
fix(editor): 数据源列表中依赖的key会重复出现
|
2023-11-03 14:58:19 +08:00 |
|
roymondchen
|
480d013994
|
feat(editor): 新增组件树、数据源slots
|
2023-11-01 15:17:52 +08:00 |
|
roymondchen
|
5021c746fc
|
fix(editor): 不允许拖动的节点不允许被拖入
fix #544
|
2023-11-01 14:13:15 +08:00 |
|
roymondchen
|
7d251f04e8
|
refactor(editor): 新增tree组件
|
2023-11-01 14:06:04 +08:00 |
|
roymondchen
|
257c8c9fa1
|
fix(editor): 组件树注册快捷方式
|
2023-10-24 15:52:01 +08:00 |
|
roymondchen
|
af72d819fe
|
fix(editor): 组件树多选后右键点击不会变回单选
|
2023-10-24 15:41:54 +08:00 |
|
roymondchen
|
5e7a0a0c53
|
fix(editor): 粘贴容器,组件树中子组件没有显示
|
2023-10-24 15:35:27 +08:00 |
|
roymondchen
|
6a5374726e
|
feat(editor): 组件列表支持设置tooltip显示详情
|
2023-10-24 14:58:37 +08:00 |
|
roymondchen
|
5a345575c4
|
refactor(editor): ui-slect事件名使用常量
|
2023-10-23 19:54:26 +08:00 |
|
roymondchen
|
1c516bb24b
|
refactor(editor): 优化性能,组件树重写,不再使用el-tree
|
2023-10-20 19:32:11 +08:00 |
|
roymondchen
|
75b0d9cdf3
|
fix(editor): 新增数据源时,设置初始值
|
2023-09-14 20:33:11 +08:00 |
|
roymondchen
|
ea1cae7968
|
feat(editor): 已选组件新增根节点右键菜单项:全部折叠
|
2023-09-11 15:57:21 +08:00 |
|
roymondchen
|
eacb1e6475
|
refactor(editor): sidebar不使用tmagic-design tabs
|
2023-08-31 16:36:17 +08:00 |
|
roymondchen
|
2bd86d2101
|
feat(editor): 新增数据源时先选类型
|
2023-08-29 18:24:15 +08:00 |
|
roymondchen
|
54ec6de4f2
|
feat(editor): 组件列表中的tooltip改成title
|
2023-08-25 11:40:01 +08:00 |
|
roymondchen
|
573f1a2c17
|
feat(cli,data-source,editor,playground,runtime): 支持自定义数据源
|
2023-08-21 16:57:18 +08:00 |
|
roymondchen
|
d8a2a1f805
|
chore(editor): 将hooks放到同一个文件夹中
|
2023-08-09 19:22:42 +08:00 |
|
roymondchen
|
44efb3a967
|
chore(form,editor): 代码块编辑中按esc不会退出
|
2023-08-04 20:02:51 +08:00 |
|
roymondchen
|
35862078b3
|
feat(editor,schema): 支持组件显示条件配置
|
2023-08-04 15:52:55 +08:00 |
|
roymondchen
|
23bee0b3ae
|
fix(editor): 代码块节点slot参数丢失
|
2023-07-24 20:07:24 +08:00 |
|
roymondchen
|
ce6d2684b7
|
fix(editor): 流式布局下通过组件树拖动layout判断不正确
|
2023-07-21 19:36:51 +08:00 |
|
roymondchen
|
2a0680c707
|
feat(core,editor,data-source,form,schema): 新增数据源方法配置,支持事件联动数据源方法
|
2023-07-18 19:35:54 +08:00 |
|
roymondchen
|
8e82d38bbb
|
feat(editor): 代码块删除新增确认
|
2023-07-10 17:08:29 +08:00 |
|
roymondchen
|
565881c8c9
|
fix(editor): 组件拖入画布出错
fix #524
|
2023-07-07 14:33:31 +08:00 |
|
roymondchen
|
434bf2ed70
|
feat(editor): 新增右键菜单移动至其他页面功能
|
2023-07-05 14:14:53 +08:00 |
|
roymondchen
|
42b043670e
|
feat(editor,ui): 新增显示隐藏组件功能
re #516
|
2023-06-30 19:43:46 +08:00 |
|
roymondchen
|
d8d9184f3f
|
fix(editor): 组件树上的节点拖动画布中出错,应该不响应
fix #519
|
2023-06-30 17:21:20 +08:00 |
|
roymondchen
|
74c9deaa29
|
feat(editor, core): 支持直接绑定整个数据源对象
|
2023-06-28 16:39:47 +08:00 |
|
roymondchen
|
1660e941d7
|
fix(editor): 组件树右键菜单支持多选
|
2023-06-26 16:57:11 +08:00 |
|
roymondchen
|
9716aceabf
|
feat(editor): 完善快捷键注册机制
|
2023-06-16 17:39:50 +08:00 |
|
roymondchen
|
b37568b440
|
fix(editor): 异常处理
|
2023-06-13 17:39:31 +08:00 |
|
roymondchen
|
da18842e42
|
feat(editor): 优化工作区间大小拖动体验
|
2023-06-12 19:34:34 +08:00 |
|
roymondchen
|
06d289aff3
|
feat(editor): 优化快捷键操作
|
2023-06-12 17:28:56 +08:00 |
|
roymondchen
|
dad90a1cec
|
style: 完善@tmagic/design ts 类型
|
2023-05-29 21:09:26 +08:00 |
|
roymondchen
|
011496fcd8
|
chore: 更新至vue3.3.4
|
2023-05-29 17:37:34 +08:00 |
|
roymondchen
|
aac478eebc
|
feat: 新增数据源
|
2023-05-29 11:33:44 +08:00 |
|
roymondchen
|
24604c9d36
|
feat: 完善tdesign-vue-next适配
|
2023-05-04 15:42:27 +08:00 |
|