roymondchen
|
c025508cd7
|
fix(editor,ui,ui-vue2,ui-react): 页面配置更新后,蒙层无法显示
fix #472
|
2023-03-06 16:29:46 +08:00 |
|
parisma
|
010918198a
|
fix(editor): 修复优化性能引起的问题,支持回退撤销对代码关系的更新
|
2023-02-17 07:31:26 +00:00 |
|
parisma
|
a013f35cd9
|
fix: 调整绑定关系结构,优化性能
|
2023-02-17 14:14:26 +08:00 |
|
roymondchen
|
aa566e9535
|
fix(editor): set root 可能没有items
|
2023-02-09 16:57:22 +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
|
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
|
cfc57f17af
|
fix(editor): 组件销毁时移除service的时间监听
|
2022-12-13 15:32:13 +08:00 |
|
roymondchen
|
3dcdc04127
|
fix(editor): 粘贴的组件为当前选中组件的副本时,则添加到当前选中组件的父组件中
re #448
|
2022-12-08 12:50:09 +08:00 |
|
roymondchen
|
e813129eb8
|
fix(editor): modelValue自动更新不成功
|
2022-12-07 16:26:26 +08:00 |
|
roymondchen
|
45a20d9405
|
fix(editor): services在组件unmounted时只重置状态不移除事件
|
2022-12-06 20:32:06 +08:00 |
|
roymondchen
|
67c7faf832
|
feat(editor): 新增可以移除所有service插件的方法
|
2022-12-06 19:14:34 +08:00 |
|
roymondchen
|
828681e960
|
fix(editor): 复制粘贴时添加的到的父组件应当是当前父组件
fix #448
|
2022-12-05 20:35:17 +08:00 |
|
roymondchen
|
f6262be397
|
docs: 1.2.0文档
|
2022-12-01 17:38:05 +08:00 |
|
roymondchen
|
830c8d8747
|
feat(editor): history增加page-change事件
|
2022-11-25 16:34:42 +08:00 |
|
parisma
|
13dc3ca259
|
fix(editor): 修复setCodeDslById不传content引起的问题
|
2022-11-22 04:28:54 +00:00 |
|
roymondchen
|
0fa44da0d4
|
chore(editor): 更新service plugin 使用方法注释
|
2022-11-17 17:19:24 +08:00 |
|
parisma
|
bc4b62a4c1
|
refactor(editor): 补全ts类型
|
2022-11-17 11:48:19 +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 |
|
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 |
|