roymondchen
|
3b9d5da0bc
|
feat(form,editor): submitForm/validateForm 静默挂载时注入静默标记,vs-code 字段跳过 monaco 渲染
|
2026-07-23 20:22:47 +08:00 |
|
roymondchen
|
c854dfa8bf
|
feat(editor): vs-code 字段对比模式改用 monaco diff 编辑器
- Container.vue 新增「自接管对比」字段类型白名单(当前含 vs-code),命中时只渲染一次组件并透传 model/lastValues/isCompare,由字段内部展示差异
- Code.vue 在 isCompare 模式下切换到 type='diff',使用 monaco 内置 diff 视图替代两个独立编辑器实例
- CodeEditor.vue 补充对 modifiedValues 的 watch,避免 diff 模式下右侧值停留在初始快照
|
2026-05-28 20:12:46 +08:00 |
|
roymondchen
|
cfaaaad66e
|
feat(editor): customCreateMonacoEditor options中新增editorCustomType,可以用于创建不同的editor
|
2026-01-07 17:38:37 +08:00 |
|
roymondchen
|
8d55d0cd8d
|
feat(editor): 代码编辑器支持配置自动高度
|
2025-12-03 17:50:48 +08:00 |
|
roymondchen
|
50b74d10e6
|
feat(editor,form,form-schema): 新增form-schema,将表单schema放入其中
|
2025-04-30 16:05:31 +08:00 |
|
roymondchen
|
9f7d67b17b
|
feat(form,editor): 表单新增修改数据记录
|
2024-12-09 20:21:34 +08:00 |
|
roymondchen
|
ca2c6af060
|
chore: 更新依赖
|
2024-03-13 16:17:00 +08:00 |
|
roymondchen
|
032f7c03e0
|
style(dep,editor,schema,stage): 完善注释与ts定义
|
2024-03-05 19:04:36 +08:00 |
|
roymondchen
|
d4a8b89e6f
|
feat(editor,schema): 支持配置数据源mock
|
2023-10-01 17:44:27 +08:00 |
|
roymondchen
|
c389c614d7
|
style(editor,form): 统一表单组件props定义
|
2023-08-04 16:39:46 +08:00 |
|
roymondchen
|
e577628852
|
style(editor): 代码块编辑中代码编辑器高度自动设置保持表单不出现滚动条
|
2023-07-19 14:57:26 +08:00 |
|
roymondchen
|
2a0680c707
|
feat(core,editor,data-source,form,schema): 新增数据源方法配置,支持事件联动数据源方法
|
2023-07-18 19:35:54 +08:00 |
|
roymondchen
|
011496fcd8
|
chore: 更新至vue3.3.4
|
2023-05-29 17:37:34 +08:00 |
|
roymondchen
|
131ae30bae
|
chore: 添加组件name
|
2022-11-03 14:14:54 +08:00 |
|
roymondchen
|
c87e3b2164
|
feat(editor): code组件新增height配置
|
2022-09-26 18:57:28 +08:00 |
|
roymondchen
|
1c3565035c
|
feat(editor): code组件新增options props
|
2022-09-23 19:55:28 +08:00 |
|
roymondchen
|
e0697833da
|
fix(editor): code-link组件内容不更新
|
2022-09-19 18:46:17 +08:00 |
|
roymondchen
|
bc8b9f5225
|
refactor: make it public
|
2022-02-17 14:47:39 +08:00 |
|