1000 Commits

Author SHA1 Message Date
roymondchen
ded82aae41 fix(form): dialog,drawer disable时确认按钮置灰 2023-07-27 14:22:24 +08:00
roymondchen
90205f5395 feat(editor): 新增拖动按钮 2023-07-26 17:29:47 +08:00
roymondchen
1f6ae515f3 chore: release v1.3.0-alpha.15 v1.3.0-alpha.15 2023-07-24 20:10:24 +08:00
roymondchen
23bee0b3ae fix(editor): 代码块节点slot参数丢失 2023-07-24 20:07:24 +08:00
roymondchen
ce6d2684b7 fix(editor): 流式布局下通过组件树拖动layout判断不正确 2023-07-21 19:36:51 +08:00
roymondchen
5e316e4d54 docs: 完善编辑器扩展文档 2023-07-21 17:06:46 +08:00
roymondchen
434e163626 chore: release v1.3.0-alpha.14 v1.3.0-alpha.14 2023-07-19 19:18:51 +08:00
roymondchen
eccc27e91a chore: 更新vite 2023-07-19 19:16:30 +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
1a546c326c fix(editor): 修复CodeSelectColConfig interface找不到问题
fix #525
2023-07-18 15:58:01 +08:00
roymondchen
fa2862090f chore(editor): 重构代码块编辑表单 2023-07-14 20:01:15 +08:00
roymondchen
0a9c7c9dda feat(editor): 代码块参数注释改用extra来显示 2023-07-14 16:38:22 +08:00
roymondchen
21f445dc13 chore: release v1.3.0-alpha.13 v1.3.0-alpha.13 2023-07-10 17:10:54 +08:00
roymondchen
8e82d38bbb feat(editor): 代码块删除新增确认 2023-07-10 17:08:29 +08:00
roymondchen
6ddac803a2 style(editor): 完善codeBlock.setCodeDslById ts定义 2023-07-07 17:12:56 +08:00
roymondchen
07cd3065b2 feat(editor): 组件选择器点击已选择组件由重新选择改成选择组件 2023-07-07 17:10:51 +08:00
roymondchen
ee3ad63aa3 feat(stage): 新增清除高亮方法 2023-07-07 16:40:34 +08:00
roymondchen
476b1d4ecb chore: release v1.3.0-alpha.12 v1.3.0-alpha.12 2023-07-07 15:04:51 +08:00
roymondchen
565881c8c9 fix(editor): 组件拖入画布出错
fix #524
2023-07-07 14:33:31 +08:00
roymondchen
a19fd5450a chore: release v1.3.0-alpha.11 v1.3.0-alpha.11 2023-07-06 19:41:08 +08:00
roymondchen
0d7893c4a4 chore: release v1.3.0-alpha.10 v1.3.0-alpha.10 2023-07-06 16:42:24 +08:00
roymondchen
c9b9e76514 fix(design): tDesign form 使用reset
fix #522
2023-07-06 16:31:36 +08:00
roymondchen
17101687bf feat(stage): feat(stage): 新增获取moveable配置的方法
re #521
2023-07-06 16:29:42 +08:00
roymondchen
9d24069dcd feat(editor): 点击画布区域聚焦,使得能使用画布的快捷键 2023-07-06 15:37:43 +08:00
roymondchen
fd53170e59 feat(editor,form): 添加属性配置表单formState扩展函数prop 2023-07-06 14:25:59 +08:00
roymondchen
24bb45e2b9 feat(cli): 生成的entry文件里面的import使用相对路径 2023-07-05 15:24:06 +08:00
roymondchen
bb682cb2d7 build(runtime): vue2、react runtime build:libs失败 2023-07-05 15:01:02 +08:00
roymondchen
bbbc982be1 style(editor): 拖动改变工作区左右边栏大小时不要出现滚动条 2023-07-05 14:23:25 +08:00
roymondchen
434bf2ed70 feat(editor): 新增右键菜单移动至其他页面功能 2023-07-05 14:14:53 +08:00
roymondchen
b0f2ed55f6 chore: release v1.3.0-alpha.9 v1.3.0-alpha.9 2023-07-03 15:01:25 +08:00
roymondchen
2d4a6aa22a fix(editor): code-editor组件json类型序列化出错 2023-07-03 14:57:31 +08:00
roymondchen
5b3c700f00 fix(editor): 代码编辑器只有在内容发生变化时才触发保存 2023-06-30 19:56:46 +08:00
roymondchen
42b043670e feat(editor,ui): 新增显示隐藏组件功能
re #516
2023-06-30 19:43:46 +08:00
roymondchen
47c26ed189 fix(core): 一个组件配置多个相同的事件销毁后没有能成功移除事件绑定 2023-06-30 19:40:47 +08:00
roymondchen
d8d9184f3f fix(editor): 组件树上的节点拖动画布中出错,应该不响应
fix #519
2023-06-30 17:21:20 +08:00
roymondchen
d480a03369 fix(editor): 添加代码块参数时出错 2023-06-28 16:42:08 +08:00
roymondchen
74c9deaa29 feat(editor, core): 支持直接绑定整个数据源对象 2023-06-28 16:39:47 +08:00
roymondchen
649720079a chore: release v1.3.0-alpha.8 v1.3.0-alpha.8 2023-06-27 15:28:52 +08:00
roymondchen
fbf3896878 feat(editor): 导出Resizer组件 2023-06-27 15:25:24 +08:00
roymondchen
b952e6efd1 feat(editor,core): 数据源模板改成使用 ES 分隔符 2023-06-26 20:30:38 +08:00
roymondchen
c886a4bc40 chore(editor): 更新monaco-editor版本 2023-06-26 19:45:26 +08:00
roymondchen
4daf6b4410 feat(editor): 属性样式添加边框 2023-06-26 17:04:25 +08:00
roymondchen
1660e941d7 fix(editor): 组件树右键菜单支持多选 2023-06-26 16:57:11 +08:00
roymondchen
91e4680024 fix(editor): 没有页面时隐藏属性面板 2023-06-26 16:55:51 +08:00
roymondchen
9de04ddaa4 docs: 完善快速开始实例代码 2023-06-25 14:40:15 +08:00
roymondchen
591c4d05b2 chore: release v1.3.0-alpha.7 v1.3.0-alpha.7 2023-06-19 14:55:29 +08:00
roymondchen
2b881c3863 feat(editor): 新增parseDSL配置,用于解析DSL,默认使用eval 2023-06-19 11:27:47 +08:00
roymondchen
1f5527270c fix(editor): 支持多层右键菜单 2023-06-16 20:24:51 +08:00
roymondchen
8ca6b3fbe4 fix(form): group-list默认展开 2023-06-16 17:51:59 +08:00