1408 Commits

Author SHA1 Message Date
roymondchen
0df98bc226 fix(runtime): 数据源变化更新页面出错 2024-02-29 16:54:49 +08:00
roymondchen
58b62d18e4 feat(editor): 代码选择器,数据源方法选择新增不可编辑配置,与disabled区分开 2024-02-29 16:47:18 +08:00
roymondchen
d59f5abdf5 chore: release v1.3.14 v1.3.14 2024-02-29 14:52:26 +08:00
roymondchen
aec37c35cc build: 发布时不更新tmagic-form runtime的版本号 2024-02-29 14:50:30 +08:00
roymondchen
a1e09c3b54 chore(playground): 更新tmagic-from-runtime版本 2024-02-29 14:09:14 +08:00
roymondchen
3fe83f9fa4 fix(editor): 从页面切换成页面片时不会默认选中第一个页面片 2024-02-28 16:38:32 +08:00
roymondchen
b4df7f5eea fix(editor): 复制页面后,组件树选中状态不对 2024-02-28 16:08:32 +08:00
roymondchen
fcede5c0ac feat(editor): menu配置支持事件 2024-02-28 15:18:36 +08:00
roymondchen
33fcee66df fix(utils): 数据源条件解析空字符出错 2024-02-28 15:09:14 +08:00
roymondchen
455c696ff0 fix(data-source, ui): 页面配置配置数据源字段模块出错 2024-02-28 14:56:45 +08:00
roymondchen
06ff39b800 build: npm发布时更新tmagic-form runtime依赖 2024-02-28 14:38:22 +08:00
roymondchen
074d76456b feat(editor,core,schema): 组件高级配置支持配置数据源方法 2024-02-28 14:33:57 +08:00
moonszhang
0d471a96ed style(editor): 修改floatbox 样式问题 2024-02-27 07:35:40 +00:00
moonszhang
cda5413fd1 refactor(editor): floatbox 使用公共组件 2024-02-27 03:01:38 +00:00
roymondchen
8d1ba220c1 fix(tmagic-form-runtime): 完善form-runtime 2024-01-31 17:09:04 +08:00
roymondchen
7db8d8f45f docs: 启动runtime命令出错 2024-01-23 15:29:32 +08:00
roymondchen
fbb5b3c947 chore: release v1.3.13 v1.3.13 2024-01-19 16:31:46 +08:00
roymondchen
2432bc5a69 fix(editor): stage-overlay状态更新 2024-01-19 11:29:11 +08:00
roymondchen
01f8040a1a fix(stage): scrollIntoView不能有横向滚动 2024-01-18 19:47:50 +08:00
roymondchen
9e263f9e23 chore(cli): 修改注释 2024-01-18 19:27:07 +08:00
roymondchen
2114b89365 fix(editor): 弹层画布响应组件树点击 2024-01-18 14:22:31 +08:00
roymondchen
2d5bd2ddb4 chore: release v1.3.12 v1.3.12 2024-01-18 11:47:54 +08:00
roymondchen
c30e7d340b feat(editor,stage): 完善双击画布可以已弹层方向显示并显示完整的组件 2024-01-18 11:40:00 +08:00
roymondchen
3613237350 docs(editor): 完善editor props的注释 2024-01-18 11:40:00 +08:00
leon Li
edc7c11929
fix(editor): 移动元素到容器中的时候root没有更新问题 (#569)
* fix(editor/stage): 拖动组件进画布后,父容器位置计算有误

* fix(editorService): 移动元素时候root没有更新问题

---------

Co-authored-by: fanliming <fanlm@novastar.tech>
2024-01-18 11:39:37 +08:00
roymondchen
30929e8bd3 chore: release v1.3.11 v1.3.11 2024-01-12 16:43:16 +08:00
roymondchen
2679969cb6 build: 不生成sourcemap 2024-01-12 16:40:24 +08:00
roymondchen
e4af8cadb0 feat(editor,stage): 双击画布可以已弹层方向显示并显示完整的组件 2024-01-12 16:36:59 +08:00
roymondchen
22e8ae47f1 Merge branch 'master' of https://github.com/Tencent/tmagic-editor 2024-01-10 16:41:54 +08:00
leon Li
115123a0bc
fix(editor): 拖动组件进画布后,父容器位置计算有误 (#565)
Co-authored-by: fanliming <fanlm@novastar.tech>
2024-01-10 16:39:15 +08:00
roymondchen
6f7415e116 refactor(form): button text prop 改成 link element-plus将废弃text 2024-01-10 16:34:46 +08:00
roymondchen
b4bf5ddc0a chore: release v1.3.10 v1.3.10 2024-01-10 16:07:19 +08:00
roymondchen
84cbc745c7 fix(runtime): 更新Vue3 cdn链接 2024-01-09 15:18:31 +08:00
roymondchen
f8443ed316 feat: 新增tmagic-form-runtime 2024-01-09 14:58:13 +08:00
roymondchen
a10ae0ddd1 refactor(form): 优化代码 2024-01-09 14:50:25 +08:00
roymondchen
5c54f50365 refactor: button text prop 改成 link element-plus将废弃text 2024-01-08 17:49:41 +08:00
roymondchen
aa601f8703 fix(form): table全屏后zindex问题 2024-01-08 16:47:21 +08:00
roymondchen
81e3d0a18e feat(design,element-plus-adapter): 新增获取浮层zIndex的方法 2024-01-08 16:42:45 +08:00
roymondchen
eeb4566a69 style(form): table设置width 100% 2024-01-05 17:07:59 +08:00
marchyang
511acfdb5b Merge branch 'master' of git.woa.com:vft-magic/tmagic-editor 2024-01-05 14:39:11 +08:00
marchyang
ab5e31dfea feat: 输入文本含有空格时,弹窗提示 2024-01-05 14:35:42 +08:00
roymondchen
acab44aaa4 fix(utils): <=条件编译出错 2024-01-04 17:00:58 +08:00
roymondchen
5a5288c9da build(util): umd版本将lodash-es打进去 2024-01-03 16:32:44 +08:00
roymondchen
3c167f3b54 chore: release v1.3.9 v1.3.9 2024-01-03 14:49:19 +08:00
roymondchen
783f7c3fc1 fix(stage): 组件添加粗一点的边框后resize操作 选中样式没有和组件本身对齐
fix #562
2024-01-03 14:45:25 +08:00
roymondchen
310c1c21ce chore(form): table新增一个根节点 2024-01-02 20:59:09 +08:00
roymondchen
d3777b236d feat(data-source,utils,runtime): 数据源setData支持指定路径 2024-01-02 20:57:37 +08:00
marchyang
6b4bfae30b feat: 代码编辑器支持emmet插件 --story=115432867 2023-12-28 07:23:03 +00:00
roymondchen
23269625e1 fix(editor): 上下移一层溢出
fix #563
2023-12-27 19:57:33 +08:00
roymondchen
320420478c fix(stage): 有margin的组件拖动大小时top偏移
re #559
2023-12-22 14:31:53 +08:00