roymondchen
|
27bb886054
|
chore: release v1.7.10
|
2026-04-13 20:30:30 +08:00 |
|
roymondchen
|
fa09ab0b30
|
feat(editor): 样式配置添加变形项
|
2026-04-13 20:04:23 +08:00 |
|
roymondchen
|
31f4d2b4e2
|
fix(editor): 数据源方法选择器展示所有数据源并支持字段非叶子节点选择
移除 methodsOptions 中过滤无自定义方法数据源的逻辑,因为所有数据源都有内置"设置数据"方法;字段选择增加 checkStrictly 支持选择非叶子节点
Made-with: Cursor
|
2026-04-09 15:32:35 +08:00 |
|
roymondchen
|
b2888962df
|
style(schema,editor,data-source): 代码块类型定义中content去掉string类型
|
2026-04-09 15:28:03 +08:00 |
|
roymondchen
|
b3f4e42716
|
feat(stage): 支持将指定id的dom生成图片
|
2026-04-09 15:05:41 +08:00 |
|
roymondchen
|
cfd5998242
|
fix(stage): 新增组件后等待渲染完后选中
|
2026-04-09 12:03:36 +08:00 |
|
roymondchen
|
26dc70d70c
|
fix(editor): 历史记录信息中添加页面信息
|
2026-04-08 17:19:15 +08:00 |
|
roymondchen
|
99c8274a1e
|
fix(editor): 修复 getTMagicAppPrimise 变量名拼写错误
Made-with: Cursor
|
2026-04-07 20:30:39 +08:00 |
|
roymondchen
|
334569e2d7
|
feat(editor): 添加 stage beforeDblclick 钩子,支持拦截默认双击行为
在 StageOptions 和 EditorProps 中新增 beforeDblclick 配置项,
该函数返回 false 或 Promise<false> 时将阻止 stage 默认的双击处理逻辑。
Made-with: Cursor
|
2026-04-07 19:19:00 +08:00 |
|
roymondchen
|
f583c7daec
|
feat(editor,data-source): 数据源支持内置"设置数据"方法
支持通过事件调用数据源的 setData 方法,可以选择数据源字段并根据字段类型动态设置数据;
重构 CodeParams 参数配置支持动态类型; DataSourceFieldSelect 支持指定数据源ID;
常量抽取到 utils/const.ts
Made-with: Cursor
|
2026-04-07 18:25:35 +08:00 |
|
roymondchen
|
172a7a1c92
|
feat(editor,stage): 支持双击穿透选中鼠标下方的下一个可选中元素
将 dblclick 处理统一到 Stage.vue,新增 ActionManager.getNextElementFromPoint
方法跳过最上层元素返回下方第二个可选中元素,双击时若无特殊处理则穿透选中下方组件。
Made-with: Cursor
|
2026-04-07 18:25:35 +08:00 |
|
roymondchen
|
73c676931f
|
build: 更新ts@10
|
2026-04-07 18:25:35 +08:00 |
|
roymondchen
|
df2d635682
|
fix(editor): 优化 StageOverlay 双击行为,仅在元素被滚动容器裁剪时打开 overlay
双击页面片容器时直接选中对应页面片;新增 isClippedByScrollContainer
判断元素是否被非页面级滚动容器裁剪,避免不必要的 overlay 弹出。
Made-with: Cursor
|
2026-04-07 18:25:35 +08:00 |
|
roymondchen
|
0c2f2fd2b5
|
refactor(editor): 拆分 editor service,提取工具函数减少文件行数
将 services/editor.ts 从 1335 行精简到 1075 行,提取以下内容:
- 新增 utils/editor-history.ts:历史操作处理函数(add/remove/update)
- utils/editor.ts 新增:resolveSelectedNode、toggleFixedPosition、
calcMoveStyle、calcAlignCenterStyle、calcLayerTargetIndex、
editorNodeMergeCustomizer、collectRelatedNodes、classifyDragSources
- type.ts 新增:EditorEvents、canUsePluginMethods、AsyncMethodName
- 补充完整的单元测试覆盖所有新增工具函数
Made-with: Cursor
|
2026-04-07 18:25:35 +08:00 |
|
Linzsong
|
6f2e8d8d74
|
fix(stage): 修复隐藏标尺后无法显示问题
|
2026-03-27 15:35:01 +08:00 |
|
roymondchen
|
637a5bb69a
|
refactor(editor): 历史记录改成记录操作而不是记录副本
|
2026-03-27 15:27:41 +08:00 |
|
roymondchen
|
a3cdad9d91
|
chore: release v1.7.9
|
2026-03-23 15:31:42 +08:00 |
|
roymondchen
|
711af79d72
|
fix(form): row容器中如果配置没有type显示异常
|
2026-03-23 15:23:41 +08:00 |
|
roymondchen
|
01795455e9
|
chore: release v1.7.8
|
2026-03-20 19:43:37 +08:00 |
|
roymondchen
|
9b56223359
|
fix(editor): 组件配置样式显示出错
|
2026-03-20 19:41:18 +08:00 |
|
roymondchen
|
9921ed8a2d
|
chore: release v1.7.8-beta.4
|
2026-03-20 18:53:49 +08:00 |
|
roymondchen
|
e36d8d7cf8
|
fix(form-schema): 表单 schema 中 display 与 component 部分字段改为可选
Made-with: Cursor
|
2026-03-20 18:45:19 +08:00 |
|
roymondchen
|
450376872e
|
chore: release v1.7.8-beta.3
|
2026-03-20 17:40:26 +08:00 |
|
roymondchen
|
e8714c96c9
|
feat(form-schema,form,editor,table): 完善表单配置类型
|
2026-03-20 17:38:11 +08:00 |
|
roymondchen
|
1ae023db8c
|
chore: release v1.7.8-beta.2
|
2026-03-20 12:34:50 +08:00 |
|
roymondchen
|
55eb546ad6
|
feat(form-schema,form,editor): 完善表单配置类型
|
2026-03-20 12:31:55 +08:00 |
|
roymondchen
|
1664559d8f
|
refactor(dep): 优化性能
|
2026-03-19 16:02:41 +08:00 |
|
roymondchen
|
64c8ed15ab
|
chore: release v1.7.8-beta.1
|
2026-03-19 12:09:15 +08:00 |
|
roymondchen
|
0bbafa153d
|
fix(core,data-source): 多个页面片容器引用同一个页面片时,其他有未渲染的页面片容器时会导致数据源编译后数据无法更新
|
2026-03-19 11:34:51 +08:00 |
|
roymondchen
|
f6bd647958
|
test(editor): 更新monaco-editor依赖
|
2026-03-18 20:27:09 +08:00 |
|
roymondchen
|
c79034befc
|
feat(editor,form): 支持按需设置表单组件
|
2026-03-18 20:19:05 +08:00 |
|
roymondchen
|
88e6c7d377
|
build: es产物不要合并文件,保证能够tree-shaking
|
2026-03-18 19:19:29 +08:00 |
|
moonszhang
|
92bd5cf942
|
feat(core): runDataSourceMethod 返回 await 方法的执行结果
|
2026-03-18 09:15:01 +00:00 |
|
roymondchen
|
5ae667b7ee
|
chore: update eslint 10
|
2026-03-17 20:03:45 +08:00 |
|
roymondchen
|
61f00a0fb7
|
chore(editor): 完善类型检验
|
2026-03-17 16:57:28 +08:00 |
|
roymondchen
|
814549e168
|
chore: release v1.7.7
|
2026-03-12 17:30:47 +08:00 |
|
roymondchen
|
71d6dd9e38
|
feat(editor): monaco-editor改成异步加载
|
2026-03-12 17:27:07 +08:00 |
|
roymondchen
|
0d698b20e7
|
feat(data-source): 事件监听添加立即执行配置
|
2026-03-12 16:37:50 +08:00 |
|
roymondchen
|
67d93ec35f
|
fix(editor): 显示源码后再显示回编辑器画布空了
|
2026-03-12 16:35:33 +08:00 |
|
roymondchen
|
084ff6ff68
|
feat(cli): packages配置不做去重处理,因为组件type与数据源type可能相同
|
2026-03-02 17:19:32 +08:00 |
|
roymondchen
|
575993fe34
|
docs: 添加runtime api
|
2026-01-26 19:33:55 +08:00 |
|
roymondchen
|
b4c2c65ccb
|
fix(form): timerange新增value format配置,默认为HH:mm:ss
|
2026-01-23 16:51:31 +08:00 |
|
roymondchen
|
89ac777a7f
|
chore: release v1.7.6
|
2026-01-19 19:59:14 +08:00 |
|
roymondchen
|
6cf2f38194
|
fix(form): onChange中修改model的key中有重复的key会出错
|
2026-01-19 19:40:58 +08:00 |
|
roymondchen
|
e6e68ae69a
|
refactor(core): 调整eventHelper代码
|
2026-01-12 20:17:47 +08:00 |
|
roymondchen
|
da2e2c393b
|
chore: release v1.7.5
|
2026-01-08 17:16:08 +08:00 |
|
roymondchen
|
e6d1624a6c
|
refactor(form): 优化创建初始值等一些工具函数
|
2026-01-08 17:11:05 +08:00 |
|
roymondchen
|
8956035e41
|
fix(form): 初始值为0时会丢失
|
2026-01-08 17:03:16 +08:00 |
|
roymondchen
|
10c36c1980
|
chore(editor): 画布拖动组件位置更新dsl添加changeRecordes
|
2026-01-08 16:44:44 +08:00 |
|
roymondchen
|
5f57d620da
|
fix(form): daterange默认值
|
2026-01-07 18:33:13 +08:00 |
|