932 Commits

Author SHA1 Message Date
roymondchen
573f1a2c17 feat(cli,data-source,editor,playground,runtime): 支持自定义数据源 2023-08-21 16:57:18 +08:00
roymondchen
60e14fe53e chore(data-source): 将manager中dataSourceClassMap设置为私有 2023-08-18 15:59:54 +08:00
roymondchen
3f833d41f3 fix(editor): 置顶计算错误 2023-08-15 16:21:46 +08:00
roymondchen
ec8e8a17d2 feat(editor): 历史记录最多存储20条 2023-08-15 16:15:10 +08:00
roymondchen
ccd6fd2be3 chore: 删除无用log 2023-08-15 16:13:53 +08:00
roymondchen
2b07a6de2d feat(form): date,date-time值默认的日期格式改成/,以兼容ios 2023-08-14 14:43:03 +08:00
roymondchen
07a02714df fix(editor): 数据源字符串模板提示出错
fix #530
2023-08-14 14:34:15 +08:00
roymondchen
babaadb0cf chore(stage): 优化高亮与单选性能 2023-08-11 20:23:23 +08:00
roymondchen
df236d172d chore: release v1.3.0-alpha.19 v1.3.0-alpha.19 2023-08-10 17:20:17 +08:00
roymondchen
07c49bee4e feat(editor,data-source): 支持数据源方法配置执行时机 2023-08-10 16:04:12 +08:00
roymondchen
e3b2594c57 fix(stage): 拖动出现left -1 2023-08-10 15:02:17 +08:00
roymondchen
d8a2a1f805 chore(editor): 将hooks放到同一个文件夹中 2023-08-09 19:22:42 +08:00
roymondchen
a8f8f488ad fix(cli): 组件配置json key支持使用字符串常量 2023-08-09 16:09:26 +08:00
roymondchen
5927b394a7 chore: release v1.3.0-alpha.18 v1.3.0-alpha.18 2023-08-09 15:37:33 +08:00
roymondchen
b1ea4cebad fix(cli): npm包会被转成相对路径 2023-08-09 15:29:58 +08:00
roymondchen
4c9ef87975 fix(stage,playground): moveableOptions对多选无效
fix #529
2023-08-08 20:58:22 +08:00
roymondchen
dacec716bc chore: release v1.3.0-alpha.17 v1.3.0-alpha.17 2023-08-08 17:22:50 +08:00
roymondchen
aabc77d903 fix(form): group-list上移下移行为不对 2023-08-08 16:34:23 +08:00
roymondchen
26cd37be23 feat(form): text配置支持函数 2023-08-08 16:20:56 +08:00
roymondchen
63d8c98822 feat(design): input支持textarea rows 2023-08-08 16:14:36 +08:00
roymondchen
44efb3a967 chore(form,editor): 代码块编辑中按esc不会退出 2023-08-04 20:02:51 +08:00
roymondchen
f9dc628ef4 fix(editor): diff code editor中全屏按钮点击无效 2023-08-04 20:00:14 +08:00
roymondchen
cc195d2f5f chore: 更新依赖 2023-08-04 19:58:54 +08:00
roymondchen
92df80e711 feat(core,data-source,ui,ui-react,ui-vue2,utils,runtime): 解析显示条件配置 2023-08-04 19:50:44 +08:00
roymondchen
c389c614d7 style(editor,form): 统一表单组件props定义 2023-08-04 16:39:46 +08:00
roymondchen
46f6aeaaf7 feat(utils): 新增isObject 2023-08-04 15:59:18 +08:00
roymondchen
5887977e45 feat(form): 新增数字范围控件 2023-08-04 15:54:55 +08:00
roymondchen
35862078b3 feat(editor,schema): 支持组件显示条件配置 2023-08-04 15:52:55 +08:00
roymondchen
0d3cd11ade fix(editor): 使用画布上的删除按钮删除组件时依赖没有清空 2023-08-02 20:13:05 +08:00
roymondchen
2f28252c64 chore: release v1.3.0-alpha.16 v1.3.0-alpha.16 2023-08-02 17:37:21 +08:00
roymondchen
b424abd17a fix(editor): 删除组件后,依赖清除出现可能出现大量重复循环 2023-08-02 17:23:29 +08:00
roymondchen
d79c9686e5 style(stage): 调整拖动图标 2023-07-27 14:42:33 +08:00
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