roymondchen
|
13abe898a9
|
feat(editor): 支持配置页面过滤函数
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
d33ddcfa65
|
fix(editor): 更新组件配置后,如果当前没有任何依赖,不会触发收集,导致画布不更新
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
6e2a41afbc
|
style(editor): import 错误
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
ed6d9b2b67
|
feat(editor): 页面/页面片不再使用tab分开显示,新增搜索页面
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
fc38fc3957
|
fix(editor): 修复修改页面配置后可能改造页面卡死问题
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
eb8126c32f
|
refactor(editor,utils): 将traverseNode方法挪到utils中
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
1de4d95bd4
|
chore: 更新依赖,vue@3.5.1
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
7b9ceb9cfb
|
style(editor): 修改indent prop 名称
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
0d901c018f
|
fix(editor): stage销毁问题
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
47a21d6544
|
feat(editor): 新增已选组件、代码编辑、数据源及其子节点增量缩进配置
|
2024-12-09 20:21:34 +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
|
ee469dfd65
|
refactor: 及时释放没用变量
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
c82e3257c1
|
refactor(stage,editor): stage销毁后释放内部变量
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
798ace76f3
|
chore: 更新pnpm版本,修复ts错误
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
0979282504
|
feat(form): 添加tmagicFormItemProp
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
c73a27eb1a
|
feat(design): popover 添加destroyOnClose props
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
c5ce6d3c10
|
style(editor): 优化数据源新增列表样式
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
4f7b6cede4
|
feat(editor): export tree组件
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
5e61f23106
|
feat(design,element-plus-adapter,tdesign-vue-next-adapter): 重新实现Popover组件,不再使用element-plus或tdesign组件
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
9e4da0a5c2
|
feat: dsl id渲染到dom上的data-tamgic-id,不再是id属性
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
7aeca39521
|
build: 不在每个package中构建dts,解决package间相互依赖问题
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
de47514f69
|
feat: 完善迭代器嵌套使用问题,重构事件配置处理代码
* feat(editor,core,data-source,dep,schema,ui,utils,vue-runtime-help): 完善迭代器
* test: 完善测试用例
* chore: 构建
* feat: 迭代器嵌套事件传递数据
---------
Co-authored-by: roymondchen <roymondchen@tencent.com>
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
8d54bcafc1
|
style(editor): 代码参数配置label width设置长些
|
2024-08-06 14:35:19 +08:00 |
|
roymondchen
|
b249563f94
|
feat(editor): 优化编辑器左边栏拖出体验,需要拖出一定距离才行
|
2024-07-25 20:58:07 +08:00 |
|
roymondchen
|
837daf6cab
|
feat(editor): 编辑器左边栏支持配置不可拖出,支持before-click函数配置
|
2024-07-25 20:53:03 +08:00 |
|
roymondchen
|
72a7c151e9
|
fix(editor): 组件树右键菜单在组件树面板拖出时被面板遮挡
fix #624
|
2024-07-25 19:30:50 +08:00 |
|
roymondchen
|
3fa21fd3eb
|
feat(editor): 数据源选择器编辑按钮添加tooltip
|
2024-07-25 19:23:34 +08:00 |
|
roymondchen
|
0bbf7c5643
|
feat(editor): 添加component-list slot,用于自定义组件列表
re #621
|
2024-07-25 17:49:40 +08:00 |
|
roymondchen
|
16d4eff385
|
fix(editor): 组件树中将容器拖入自身中会导致容器丢失
fix #622
|
2024-07-25 17:20:36 +08:00 |
|
roymondchen
|
c456798751
|
fix(editor): 在组件树中多选时不能选中页面
|
2024-07-25 16:23:36 +08:00 |
|
roymondchen
|
059c0056c4
|
fix(editor): 数据源方法配置,设置后再次修改参数配置不显示
|
2024-07-16 16:16:05 +08:00 |
|
roymondchen
|
eb376b261b
|
fix(editor): 修复新增第一个显示条件时会重置表单状态
|
2024-07-04 15:27:27 +08:00 |
|
roymondchen
|
aabca93c27
|
fix(editor): 更新容器后,需要将容器内的依赖重新收集
|
2024-07-02 21:09:18 +08:00 |
|
roymondchen
|
6cdeaa0c1b
|
feat(editor): 方法参数支持选择数据源字段
|
2024-07-02 16:16:15 +08:00 |
|
roymondchen
|
ef04fd31f0
|
feat(editor): 优化数据源字段选择器交互
|
2024-07-02 13:02:21 +08:00 |
|
roymondchen
|
022c10f2df
|
fix(editor): 迭代器容器子项条件配置中值输入类型
|
2024-07-01 19:33:22 +08:00 |
|
roymondchen
|
a164e2be62
|
feat(dats-source,editor,form,schema,ui): 迭代器容器支持配置子项显示条件
|
2024-06-28 17:44:04 +08:00 |
|
parisma
|
0c5485b1d0
|
feat(editor): 支持拖拽调整页面顺序
|
2024-06-28 08:54:00 +00:00 |
|
roymondchen
|
0ffc223459
|
feat(editor): 优化数据源字段选择器交互
|
2024-06-27 19:55:06 +08:00 |
|
roymondchen
|
9eb99ed176
|
feat(editor): 组件表单配置支持函数
|
2024-06-12 14:54:15 +08:00 |
|
roymondchen
|
a30e8a3eea
|
feat(editor): 支持数据源模板输入宽选中文本后编辑(在有数据源变量时还有问题)
|
2024-06-11 20:28:12 +08:00 |
|
roymondchen
|
5ac768f15b
|
feat(editor): 组件树中支持多选拖动
|
2024-06-11 19:28:40 +08:00 |
|
roymondchen
|
83b14767b3
|
style(editor): 属性配置中的源码编辑器添加class,防止样式污染
|
2024-06-11 13:57:08 +08:00 |
|
roymondchen
|
e1f8392261
|
chore: 更新依赖
|
2024-06-05 19:44:39 +08:00 |
|
roymondchen
|
78e9a0ab15
|
fix(editor,runtime): 编辑器中,依赖收集改成异步以后,可能出现配置更新了,但是依赖信息还未更新,导致渲染出来的组件不对
|
2024-05-31 17:26:37 +08:00 |
|
roymondchen
|
7fb4d96cb0
|
fix(editor): 已选组件树中如果出现items不是数组会导致节点渲染失败
|
2024-05-30 17:23:41 +08:00 |
|
roymondchen
|
2d133f47f1
|
feat(core,editor,form): 页面片容器支持配置容器内组件的事件
|
2024-05-30 17:14:50 +08:00 |
|
parisma
|
cd191f6815
|
feat(editor): 复制组件时收集依赖性能优化改造
|
2024-05-30 07:44:27 +00:00 |
|
Evan Wu
|
d98029d5e7
|
fix(editor): 修复pad大屏模式下粘贴位置计算错误偏移问题 (#612)
* fix: 修复moveable中custom able旋转中心错误问题
* fix: 修复修复pad大屏模式下粘贴位置偏差问题
|
2024-05-29 20:01:51 +08:00 |
|
roymondchen
|
a66da8de9e
|
fix(editor): 数据源模板输入框输入数字索引后浏览器卡死
fix #611
|
2024-05-29 19:57:14 +08:00 |
|