2361 Commits

Author SHA1 Message Date
lihao.ylh
ece6c76b46 feat: 继续完善 2021-12-23 15:55:02 +08:00
lihao.ylh
23c08b2108 chore: 使用新的 engine-core 2021-12-23 11:20:07 +08:00
lihao.ylh
a52fcafc45 feat: 补充 component-meta 相关 API & 将 getXxx 改成 get xxx 2021-12-23 11:12:31 +08:00
lihao.ylh
b1383fa773 Merge branch feat/ali-npm into 2.x
Title: feat: delete @ali npm used code 

Link: https://code.aone.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/codereview/7187960
2021-12-22 10:55:52 +08:00
lihao.ylh
81731866e1 feat: 补充 simulator-host 模块以及部分注释 2021-12-21 20:46:27 +08:00
lihao.ylh
9a4da20bf0 Merge branch 2.x-fix-types into 2.x
Title: 补充第二批类型定义 

- 优化 types 类型定义,使得类型注释能在 VSCode 中正确被提示

![](https://cn-hangzhou.oss-cdn.aliyun-inc.com/git/force/uploads/comment/43449/101888317763806785/image.png)

-  参照协议规范,完善所有 schema 和 asset 相关描述
- 将资产包协议的类型定义从 utils 移动到 types 中
- 跟随物料规范,追加 ComponentSort 标识

Link: https://code.aone.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/codereview/7216325
2021-12-21 14:43:21 +08:00
lihao.ylh
32e235fcb1 chore: 移除内置 setters 2021-12-21 14:37:13 +08:00
lihao.ylh
00300cbe8c Merge branch feat/code-generator-2.x into 2.x
Title: 将出码模块合并入低代码引擎主仓库中 

Link: https://code.aone.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/codereview/7290862
2021-12-21 10:25:32 +08:00
lihao.ylh
3510ea6d76 chore: up 2021-12-20 20:21:26 +08:00
牧毅
69ee46fdbd chore: 🤖 补充 JSON5 格式的示例 schema 文件(命令行里面会用到的) 2021-12-20 18:08:46 +08:00
牧毅
fc46a6207c chore: 🤖 必须要加上 jest.config.js 否则 jest 跑的时候会报错的 2021-12-20 18:06:44 +08:00
牧毅
54ec0154b6 chore: 🤖 修改出码模块的包名,并更新版本 2021-12-20 18:02:41 +08:00
牧毅
2177f3f169 chore: 出码模块无 UI,直接使用 esbuild 来构建更方便更快捷 2021-12-20 18:01:07 +08:00
牧毅
c94a4fb1df chore: 去掉一些lerna 项目中不需要的文件 2021-12-20 17:07:38 +08:00
牧毅
1cd6561497 feat: 开源出码模块 2021-12-20 16:52:48 +08:00
lihao.ylh
0061b72c3c chore: up 2021-12-20 14:51:07 +08:00
lihao.ylh
344c0113a2 chore: 临时提交 2021-12-20 11:30:46 +08:00
humphry.hy
1a03a8c78e docs: 跟随物料规范,追加 ComponentSort 标识 2021-12-14 15:18:35 +08:00
humphry.hy
e46d371dcd feat: 将 assets 资产包定义改到 types 里 2021-12-14 15:06:04 +08:00
humphry.hy
d82f3f587f docs: 补完 ts 类型定义 2021-12-14 14:53:27 +08:00
humphry.hy
5f65901447 docs: 针对标准补完 value-type 和 seter-config 的类型 2021-12-14 11:38:07 +08:00
humphry.hy
0ac42471c8 feat: 补充物料协议 2021-12-13 20:12:42 +08:00
humphry.hy
820f8c046c docs: 参照协议规范,完善所有 schema 和 asset 相关描述 2021-12-13 19:47:11 +08:00
humphry.hy
1a2f82154b feat: 补充文档定义 2021-12-13 17:33:45 +08:00
humphry.hy
43a2a2ffbd feat: 补充物料规范已经定义的部分 2021-12-13 16:40:30 +08:00
humphry.hy
c04ec1255d docs: 优化 types 类型定义,使得类型注释能在 VSCode 中正确被提示 2021-12-13 16:14:08 +08:00
lihao.ylh
1aeef60d03 chore: 使用 f2elint 2021-12-09 20:55:26 +08:00
liujuping.liujupin
e55b89b290 feat: delete @ali npm used code 2021-12-09 14:59:46 +08:00
lihao.ylh
327d4a3656 fix: 不需要导出内置组件 Slot 的元数据 2021-12-09 14:59:25 +08:00
liujuping.liujupin
59f3ce5b72 fix: cache pre props. to fix cant keep set value 2021-12-09 14:42:39 +08:00
游鹿
74717ee5b2 fix: grid布局下dropLocation蓝色标识应当出现在左右, close #112522 2021-12-03 11:47:49 +08:00
lihao.ylh
3d8b31f121 fix: 修复空值的数组/对象的 _items 不为 null 的问题 2021-12-01 16:30:28 +08:00
lihao.ylh
54c8c51258 chore(release): publish 1.0.74 2021-11-30 15:56:44 +08:00
lihao.ylh
392f60e86f chore: 移除 vision-polyfill 代码 2021-11-30 10:01:14 +08:00
lihao.ylh
99e565291c fix: 修复引入 lodash.some 报错的问题 2021-11-30 10:00:36 +08:00
lihao.ylh
d6bd2aa7f4 chore(release): publish 1.0.73 2021-11-29 21:00:30 +08:00
lihao.ylh
2beaa6c99e fix: 移除 prop items cache 2021-11-29 15:13:48 +08:00
lihao.ylh
cd9a991fbb fix: 修复在页面回退操作后, 可以同时展示多个模态框的问题 2021-11-29 14:11:24 +08:00
lihao.ylh
c2f9c12e41 Merge branch 'fix/canPerformAction' into 'develop'
Code review title: fix: add condition check to node.canPerformAction
Code review Link: https://code.aone.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/codereview/7070851
2021-11-29 12:46:37 +08:00
lihao.ylh
5d92deb43d fix: 优化 prop.set 逻辑 2021-11-29 12:34:15 +08:00
青栀
6fc61693ed fix: add condition check to node.canPerformAction 2021-11-26 20:03:55 +08:00
lihao.ylh
de0e669fb9 Revert "chore: 升级 @builder/babel-preset-ice"
This reverts commit 0f198746f1d0b79213395e93d5d97a6429e70ebf.
2021-11-26 16:24:45 +08:00
lihao.ylh
bf2b359b44 fix: 修复级联获取属性时, 中间属性的构造初始值不对 2021-11-26 13:10:37 +08:00
lihao.ylh
0f198746f1 chore: 升级 @builder/babel-preset-ice 2021-11-25 20:20:31 +08:00
lihao.ylh
dc7d9e006c fix: 修复表格数据列 slot 节点没有正常初始化 2021-11-25 20:03:04 +08:00
lihao.ylh
28b69ae901 fix: 修复 vc tip 字段没有生效的 bug 2021-11-22 20:41:02 +08:00
lihao.ylh
7b303b7a46 chore: 移除 @ali/ve-less-variable 和 @ali/vu-css-style 2021-11-22 17:28:19 +08:00
lihao.ylh
bb73eeecc5 fix: 修复 stage 里数据无法跟随 field 数据更新
Link: https://code.aone.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/codereview/6988263

* fix: 修复 stage 里数据无法跟随 field 数据更新
2021-11-22 10:46:55 +08:00
lihao.ylh
5cb4313ad5 Merge branch fix/refError into develop
Title: fix: 修复最小渲染单元问题 & 修复设计态使用数据源引擎的情况下,dataSourceMap 会被清除 

Link: https://code.aone.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/codereview/6979490
2021-11-22 10:43:16 +08:00
liujuping.liujupin
f921f3c7b0 fix: 修复最小渲染单元问题 & 修复设计态使用数据源引擎的情况下,dataSourceMap 会被清除 2021-11-19 13:10:25 +08:00