1505 Commits

Author SHA1 Message Date
roymondchen
f305f0a93e style(editor): DepTargetType是枚举类型,不能用type修饰 2023-11-21 19:29:45 +08:00
roymondchen
5547eb4ee8 fix(dep): 数据源依赖收集 2023-11-21 19:17:53 +08:00
roymondchen
5549e8cff9 feat(data-sources): http数据裁剪函数content参数添加options 2023-11-21 19:14:45 +08:00
roymondchen
979d6e2e31 chore: release v1.3.2 v1.3.2 2023-11-21 14:13:26 +08:00
roymondchen
e35a963b67 fix(editor): 更新dsl,组件树列表不更新
fix #554
2023-11-21 14:05:43 +08:00
roymondchen
ad008b66b4 style(form): 完善filterFunction类型定义 2023-11-21 11:37:38 +08:00
roymondchen
ab02c2f3ee feat(editor): dataSourceService.add返回添加的数据源 2023-11-21 11:35:53 +08:00
roymondchen
eea8032f0d fix(dep): 数据源依赖收集不收集单独的id,因为id不需要编译 2023-11-21 11:34:33 +08:00
roymondchen
cdba8aeaf2 feat(editor): 数据源选择器支持选择数据源id 2023-11-21 11:32:59 +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
2e6d8afb93 feat(data-source): 新增指定数据源的字符串模板编译 2023-11-16 19:54:21 +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
9098504e5f chore: release v1.3.1 v1.3.1 2023-11-15 15:34:37 +08:00
roymondchen
ffd8130269 feat(data-source): 数据源支持ssr 2023-11-15 15:27:23 +08:00
roymondchen
ce0c941bf1 fix(editor): 在组件树将组件拖入不同布局的容器内,需要改变其布局
fix #552
2023-11-13 20:01:32 +08:00
roymondchen
7f6ba9de99 fix(stage): 设置margin后拖动位置出现漂移
fix #549
2023-11-13 19:43:17 +08:00
roymondchen
3b789f4d13 fix(stage): 当页面大小小于画布时,组件又处于画布边缘,moveable边框会超出画布,导致获取到画布外的元素
fix #546
2023-11-13 16:22:13 +08:00
roymondchen
436fb3f5aa feat(core): 将事件响应中的剩余事件参数传入到配置的代码块与数据源方法中
re #551
2023-11-13 14:34:10 +08:00
roymondchen
8dcff6b731 chore(editor): 删除调试信息 2023-11-08 17:35:24 +08:00
roymondchen
fb7bac8bfd chore: release v1.3.0 v1.3.0 2023-11-06 16:36:38 +08:00
roymondchen
f0f94d4fcc fix(editor): model-value变化后需要重新生成依赖后再通知runtime更新 2023-11-06 16:33:30 +08:00
roymondchen
7a228b13e6 fix(stage): 隐藏标尺后再显示标尺,拖出来的线没有吸附作用
fix #548
2023-11-06 14:16:16 +08:00
roymondchen
168ec281aa fix(core): 设置page时查找原page兼容数字id情况
fix #547
2023-11-06 11:35:44 +08:00
roymondchen
6fda0e6e44 chore: release v1.3.0-beta.8 v1.3.0-beta.8 2023-11-03 19:34:23 +08:00
roymondchen
4e6b1fe6aa chore: release改成cjs后缀 2023-11-03 19:32:41 +08:00
roymondchen
263533f09a feat(editor): 缓存可选组件菜单置于顶层状态 2023-11-03 19:27:39 +08:00
roymondchen
1c3f8abaf4 fix(editor): 画布区域不允许宽度为0 2023-11-03 16:40:46 +08:00
roymondchen
2d5b7726ef fix(editor): 数据源列表中依赖的key会重复出现 2023-11-03 14:58:19 +08:00
roymondchen
801399777b chore: eslintrc改成cjs后缀 2023-11-03 14:52:02 +08:00
roymondchen
ae0b206c4c docs: 补充数据源相关props 2023-11-02 17:07:06 +08:00
roymondchen
5880dfbe15 chore: release v1.3.0-beta.7 v1.3.0-beta.7 2023-11-01 15:22:12 +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
905f34ae24 refactor(form): lodash-es import问题 2023-11-01 14:07:37 +08:00
roymondchen
7d251f04e8 refactor(editor): 新增tree组件 2023-11-01 14:06:04 +08:00
roymondchen
8d8c8df82f chore: release v1.3.0-beta.6 v1.3.0-beta.6 2023-10-31 15:34:51 +08:00
roymondchen
f48afa98f2 feat(editor, data-source): 支持http数据源请求、响应裁剪配置 2023-10-31 15:29:04 +08:00
roymondchen
cb2ff28129 fix(editor): 数据源参数、请求头、请求体无法删除
fix #543
2023-10-31 14:28:10 +08:00
roymondchen
1876ccb377 build(playground): dev playgournd时项目启动时runtime加载失败
re #539
2023-10-31 14:14:46 +08:00
roymondchen
7d1bd60ea8 build: package.json中添加exports.types
re #541
2023-10-30 20:00:27 +08:00
roymondchen
58951caa2f docs: 联动原理文档中错别字
fix #540
2023-10-30 19:51:47 +08:00
roymondchen
8d8b30441b build(playground): dev playgournd时项目启动时runtime加载失败
plaground项目启动完后runtime项目还未启动完成,导致自动打开时runtime加载失败

fix #539
2023-10-30 19:48:45 +08:00
roymondchen
b9a7d002f1 chore: release v1.3.0-beta.5 v1.3.0-beta.5 2023-10-24 16:08:54 +08:00
roymondchen
808c82f193 fix(utils): 完善生成数据源默认值 2023-10-24 16:06:07 +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