281 Commits

Author SHA1 Message Date
lihao.ylh
f8584e101a refactor: 将 obx 换成 mobx 2021-09-14 11:20:29 +08:00
lihao.ylh
fc7c78387f refactor: 调整设置区面包屑位置 2021-09-14 11:17:25 +08:00
lihao.ylh
88f5677682 fix: 避免一些内置的 metadataTransducer 重复执行导致不幂等 2021-09-01 16:10:50 +08:00
lihao.ylh
c4dd107dbe refactor: 删除冗余函数转换代码 2021-08-26 20:57:51 +08:00
lihao.ylh
44c5d8236d Merge branch feat/mergeyidatrunk into release/1.0.63
Title: feat: 1. reportModified when insert 2. handle canDropTo in hotkey 3. sort left area item 

Link: https://code.aone.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/codereview/6199655
2021-08-17 20:49:14 +08:00
wanying.jwy
1b01de251f feat: 1. reportModified when insert 2. handle canDropTo in hotkey 3. sort left area item
feat: enhance-tree modified

feat: enhance subtree modified

feat: sort left area item

feat: add useMutator

fix: typo isPurging

fix: typo
2021-08-17 20:32:22 +08:00
lihao.ylh
bc655223f0 feat: 支持 toolbar 里指定 align: left | center | right 的功能 2021-08-17 13:51:11 +08:00
lihao.ylh
87b57ab4f1 feat: 支持设置切换节点时, 设置区tab是否停留在原位置, 默认回到第一个 2021-08-17 10:25:14 +08:00
zude.hzd
87c8382317 feat: 从editor-skeleton中导出popup,便于array-setter和object-setter拆分 2021-08-16 11:21:18 +08:00
lihao.ylh
e051c3f0d7 feat: 增加 Node#lock 接口, 并且支持禁止锁定的节点的编辑操作 2021-08-05 14:59:35 +08:00
lihao.ylh
901510f326 chore: 删除无用文件 2021-07-30 10:03:43 +08:00
力皓
d329ac15b4 Merge branch 'fix/array-setter-bugs' into 'feat/0.16.5'
fix: 重构了array-setter的setValue方式



See merge request !1341482
2021-07-29 19:23:43 +08:00
zude.hzd
2667eab9ca fix: 重构了array-setter的setValue方式 2021-07-29 17:36:12 +08:00
lihao.ylh
9f051c62ed chore: fix conflicts 2021-07-29 14:03:12 +08:00
lihao.ylh
643babe5bd chore: 重写 readme 2021-07-26 14:31:13 +08:00
荣彬
6279079cc8 feat: 新增settings pane切换事件 2021-07-16 15:35:31 +08:00
alex.mm
98065b7a62 feat: support drill down logic by kangwei to #35417409 2021-07-15 14:07:09 +08:00
lihao.ylh
d12d298196 fix: IconArrow typo 2021-06-29 19:37:04 +08:00
lihao.ylh
358ecb3c54 refactor(perf): 彻底排除 next 以及部分 lodash.xxx 方式引入的 lodash, 不再直接引入 ve-icons 2021-06-29 16:28:16 +08:00
lihao.ylh
2f5db1c532 refactor: 调整内置的 metadata transducer 的优先级 level 值 2021-06-28 17:16:26 +08:00
lihao.ylh
29eeaa07d1 fix: 修复在切换节点时, 设置区没有回到首个 tab 2021-06-28 15:10:09 +08:00
力皓
71ff7c698d fix: 修复设置区 stage 回到首页的功能 2021-06-17 11:13:19 +08:00
力皓
51eaf4051c refactor(prop): 每次 prop.dispose 后需要重新构建 items, field.items 有则复用, 无则新建 2021-06-16 13:49:50 +08:00
力皓
91ad1abbb9 refactor(props): 将底层 prop 的层级调整成跟元数据描述一致, 支持通过 API 方式设置 prop 分支节点 2021-06-10 16:49:51 +08:00
力皓
3820949eb6 Merge branch 'feat/tip-render' into 'release/1.0.50'
feat(editor-skeleton&editor-core): 添加了点击setter-pane后抛出editor事件

点击setter的title

See merge request !1264429
2021-05-25 16:53:22 +08:00
蓬叁
2c697c9913 feat(editor-skeleton&editor-core): 添加了点击setter-pane后抛出editor事件 2021-05-25 16:47:18 +08:00
力皓
e131c0276c refactor(perf): 支持属性编辑的增量更新schema 2021-05-19 15:00:56 +08:00
力皓
bd0070c3de feat: 增加画布右键事件的参数 2021-05-14 17:03:23 +08:00
zude.hzd
12d60b2890 fix: fix array-setter bugs 2021-05-13 16:11:15 +08:00
力皓
9bcb1b7dd5 feat: 物料描述中的钩子函数等支持 JSFunction 形式 2021-05-11 19:45:51 +08:00
力皓
1825da1949 refactor: 增加 settings 销毁的鲁棒性 2021-04-25 14:02:49 +08:00
力皓
5b64850bd5 refactor(perf): 解决内存泄漏问题, 回收 setting-top-entry, 断开 setting-field 父子之间的互相引用关系 2021-04-22 19:13:41 +08:00
力皓
bedd598fc7 refactor(perf): 优化插入 style 节点的逻辑, 避免无意义的删除和插入 2021-04-21 13:40:18 +08:00
力皓
9a3352b054 feat: 增加 getConfig / getItems / selected 等兼容 vision 的 API 2021-03-31 14:34:40 +08:00
zude.hzd
0486dbb320 fix: 修复arraysetter 初始化重复执行onChange问题 2021-03-12 22:00:15 +08:00
zude.hzd
e8f83fc4b3 fix: 修复array-setter 初始化重复多次执行onChange 2021-03-11 18:54:42 +08:00
力皓
c6b4b2cfd0 fix: 修复 vc 组件里 icon svg 写 class 时样式异常 2021-03-09 13:57:35 +08:00
力皓
28d7960c52 fix: 修复 Dialog 错误地添加到非 Page 节点下
fix: scrollToNode 时, 兼容 comment 类型的节点
fix: 修复明细组件点击扩展配置时白屏
2021-03-08 10:57:28 +08:00
xiaoxian.xlf
3f0a5e2483 Merge branch feat/pane-drag into release/1.0.37
Title: feat: add pane drag, use config "enableDrag:true" 

Link: https://code.aone.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/codereview/4882586
2021-03-03 10:47:56 +08:00
暁仙
2cb24a41c0 feat: add pane drag, use config "enableDrag:true" 2021-03-03 10:37:22 +08:00
力皓
5f3c4e91d3 fix: 在切换 setter 时清空 hotvalue 2021-03-01 16:18:57 +08:00
力皓
a17573191f chore: code style fix 2021-02-08 11:48:42 +08:00
zude.hzd
085eb66ddc fix: 修复arraysetter其他setter设值失败的问题 2021-01-28 15:39:18 +08:00
力皓
835ad4bac4 fix: 修复鼠标从 left-float 面板滑出后, 面板关闭的问题 2021-01-20 16:54:34 +08:00
力皓
06d2f43117 feat: 支持 Panel / Widget / PanelDock 等类型的面板 disable / enable 方法, 以及相应的事件触发 2021-01-11 15:47:38 +08:00
力皓
60b12a4e8b feat: 支持 PanelDock 的 disable / enable 方法, 可用于初始化前后的开闭操作
fix(designer settings style): 修复settings样式
2021-01-08 14:11:39 +08:00
力皓
fa290ce3dd Merge branch 'fix/fit-vs-setter' into 'release/1.0.28'
fix: 适配vs-style,vs-select



See merge request !1104335
2021-01-04 11:29:31 +08:00
zude.hzd
a69c1e427f fix: 适配vs-style,vs-select 2020-12-31 14:12:18 +08:00
力皓
1e8fc63321 feat: 支持新版的 plugin 机制
fix: 兼容 vision 版本 select / radiogroup setter
chore: 优化工程化
2020-12-30 14:26:52 +08:00
力皓
8b9a6ecf5d fix: 修复大纲树和组件面板来回点击异常
fix: 修复 onDockShow / onDockHide 事件
2020-12-15 12:51:04 +08:00