roymondchen
|
2b881c3863
|
feat(editor): 新增parseDSL配置,用于解析DSL,默认使用eval
|
2023-06-19 11:27:47 +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
|
97101f18a6
|
feat(editor): 添加几个slot
|
2023-06-06 14:20:12 +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 |
|
roymondchen
|
ea4af425f3
|
feat: 完善tdesign-vue-next适配
|
2023-04-25 21:03:52 +08:00 |
|
roymondchen
|
e5c13e9e76
|
style(editor): 将code-block样式抽离成dep-list统一样式
|
2023-04-25 11:31:09 +08:00 |
|
parisma
|
51dadabc2c
|
feat(editor): 代码编辑交互优化
1、代码列表中代码块和组件区分不够清晰,查看按钮太靠边,开发模式下未对齐
2、代码编辑/查看弹窗希望可以点击蒙层或者esc键退出
3、代码块绑定到组件的地方和事件绑定UI统一
4、在代码绑定的地方需要支持查看或者编辑
Bug:
1、旧格式的事件联动删除到只剩最后一个时无法成功删除
|
2023-04-18 07:57:50 +00:00 |
|
olivedeng
|
abc6835786
|
style(editor): 编辑器左右边栏增加最小宽度
|
2023-04-18 07:53:44 +00:00 |
|
roymondchen
|
41cd22b17f
|
feat(editor): 代码列表默认只展开第一层
|
2023-04-10 20:31:01 +08:00 |
|
roymondchen
|
40adc77978
|
style(editor): 相对路径改成alias
|
2023-04-10 15:16:32 +08:00 |
|
roymondchen
|
8aa2ecd9c8
|
style(editor): 统一代码列表与其他列表的搜索框
|
2023-03-30 17:04:46 +08:00 |
|
roymondchen
|
ffb99645d6
|
style(editor): 统一左边栏搜索样式
|
2023-03-30 16:30:04 +08:00 |
|
roymondchen
|
aa12779598
|
fix(editor): 代码块code-block-panel-tool slot data丢失
|
2023-03-30 16:13:23 +08:00 |
|
roymondchen
|
3b6ca97f4c
|
feat(edtior): 代码块使用依赖收集器改造
|
2023-03-27 19:09:47 +08:00 |
|
roymondchen
|
fa89af920c
|
chore(editor): codeDsl由codeBlockService维护,不再从editorService中获取,删除editorService中相关api
|
2023-03-23 16:42:36 +08:00 |
|
roymondchen
|
e0c0143970
|
fix(editor): 更新组件后,组件树选中状态被重置
|
2023-03-02 20:44:45 +08:00 |
|
roymondchen
|
b8cda53d6a
|
fix(editor): 组件树切换选择组件可能触发多选
|
2023-03-02 20:14:39 +08:00 |
|
parisma
|
6610f30afd
|
feat(form): 支持表单差异对比
1、支持表单差异对比
2、支持在tab统计差异数量
|
2023-03-01 09:22:32 +00:00 |
|
parisma
|
010918198a
|
fix(editor): 修复优化性能引起的问题,支持回退撤销对代码关系的更新
|
2023-02-17 07:31:26 +00:00 |
|
parisma
|
a013f35cd9
|
fix: 调整绑定关系结构,优化性能
|
2023-02-17 14:14:26 +08:00 |
|
parisma
|
0b537f5bff
|
feat(editor,form,schema): 优化代码
Squash merge branch 'feature/parisma_881986193' into 'master'
1、扩展参数配置能力,支持参数类型定义,支持参数注释
2、修复代码块嵌套多层时绑定关系展示不正确的问题
3、支持在组件绑定位置编辑查看代码块
|
2023-02-09 08:15:37 +00:00 |
|
roymondchen
|
a6226cba18
|
fix(editor): 编辑器中间列宽度出现负值
|
2023-02-06 19:50:41 +08:00 |
|
roymondchen
|
0491487385
|
feat(editor): 修改service get set 方法的ts定义,不再需要传入泛型参数
|
2023-02-06 19:25:37 +08:00 |
|
roymondchen
|
3934ebd030
|
refactor(editor): 优化组件树逻辑
|
2022-12-22 10:56:05 +08:00 |
|
kevinyzheng
|
87a19c9bae
|
fix(editor): 代码块列表无法滚动
|
2022-12-21 18:19:52 +08:00 |
|
roymondchen
|
cfc57f17af
|
fix(editor): 组件销毁时移除service的时间监听
|
2022-12-13 15:32:13 +08:00 |
|
roymondchen
|
7c823022ae
|
build(playground): playground 增加element-plus 按需加载
fix #438
|
2022-12-08 19:43:38 +08:00 |
|
roymondchen
|
45eaea6f68
|
fix(editor): 编辑器初始化默认选择节点
|
2022-12-05 20:05:23 +08:00 |
|
roymondchen
|
b7934f9f51
|
fix(editor): 页面切换不在重新渲染画布
|
2022-11-29 16:58:00 +08:00 |
|
roymondchen
|
fc50c87ad5
|
fix(editor): m-form不能加key,会导致vue示例销毁重建
|
2022-11-24 15:23:50 +08:00 |
|
roymondchen
|
eacc4dc794
|
fix(editor): 切换选中组件后组件属性表单内存未释放
fix #123
|
2022-11-23 17:54:01 +08:00 |
|
parisma
|
5ae32f0792
|
fix: 在tree上增加tabindex来监听focus事件,完善组件树多选体验
|
2022-11-23 09:49:58 +00:00 |
|
parisma
|
db91b3e6c6
|
style(editor): 修复组件树无法滑动的问题
|
2022-11-23 09:49:58 +00:00 |
|
parisma
|
dc730cddc3
|
style(editor): 默认展开组件树节点
|
2022-11-22 04:28:54 +00:00 |
|
parisma
|
8195a600f5
|
feat(editor): 修改代码块参数结构,以对象形式暴露app,params
|
2022-11-22 04:28:54 +00:00 |
|
roymondchen
|
813ca55ef6
|
feat(editor): 添加右键菜单粘贴icon
|
2022-11-18 16:22:42 +08:00 |
|
parisma
|
16f671cd8f
|
feat(editor): 代码块支持传递参数 (merge request !9)
Squash merge branch 'feature/parisma_codeDraft' into 'master'
1、 table支持items为函数
2、代码块支持传递参数
|
2022-11-15 08:48:19 +00:00 |
|
roymondchen
|
8de58a2101
|
refactor(editor): 明确CodeEditor type的定义
|
2022-11-15 16:01:52 +08:00 |
|
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
|
0eab817a11
|
fix(editor): 区分直接关闭和保存后关闭
#440
|
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 |
|