mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-06-03 14:11:10 +00:00
Merge branch 'release/0.9.0' of gitlab.alibaba-inc.com:ali-lowcode/ali-lowcode-engine into release/0.9.0
This commit is contained in:
commit
30d0570172
@ -122,13 +122,6 @@ export class DocumentModel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
readonly designer = this.project.designer;
|
readonly designer = this.project.designer;
|
||||||
// getAddonData(name: string) {
|
|
||||||
// const addon = this.addons.find((item) => item.name === name);
|
|
||||||
// if (addon) {
|
|
||||||
// return addon.exportData();
|
|
||||||
// }
|
|
||||||
// return this.addonsData[name];
|
|
||||||
// }
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 生成唯一id
|
* 生成唯一id
|
||||||
@ -257,14 +250,6 @@ export class DocumentModel {
|
|||||||
this.selection.remove(node.id);
|
this.selection.remove(node.id);
|
||||||
node.remove();
|
node.remove();
|
||||||
}
|
}
|
||||||
getAddonData(name: string) {
|
|
||||||
const addon = this.getNode(name);
|
|
||||||
if (addon) {
|
|
||||||
// 无法确定是否有这个api
|
|
||||||
// return addon.exportData();
|
|
||||||
}
|
|
||||||
return addon;
|
|
||||||
}
|
|
||||||
|
|
||||||
@obx.ref private _dropLocation: DropLocation | null = null;
|
@obx.ref private _dropLocation: DropLocation | null = null;
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -3,6 +3,14 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
<a name="0.8.31"></a>
|
||||||
|
## [0.8.31](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-rax-simulator-renderer@0.8.30...@ali/lowcode-rax-simulator-renderer@0.8.31) (2020-07-21)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ali/lowcode-rax-simulator-renderer
|
||||||
|
|
||||||
<a name="0.8.30"></a>
|
<a name="0.8.30"></a>
|
||||||
## 0.8.30 (2020-07-21)
|
## 0.8.30 (2020-07-21)
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "@ali/lowcode-rax-simulator-renderer",
|
"name": "@ali/lowcode-rax-simulator-renderer",
|
||||||
"version": "0.8.30",
|
"version": "0.8.31",
|
||||||
"description": "rax simulator renderer for alibaba lowcode designer",
|
"description": "rax simulator renderer for alibaba lowcode designer",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
@ -13,10 +13,11 @@
|
|||||||
"test:snapshot": "ava --update-snapshots"
|
"test:snapshot": "ava --update-snapshots"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ali/lowcode-designer": "^0.9.23",
|
"@ali/lowcode-designer": "^0.9.28",
|
||||||
"@ali/lowcode-rax-renderer": "^0.1.2",
|
"@ali/lowcode-rax-renderer": "^0.1.4",
|
||||||
"@ali/lowcode-types": "^0.8.9",
|
"@ali/lowcode-types": "^0.8.12",
|
||||||
"@ali/lowcode-utils": "^0.8.10",
|
"@ali/lowcode-utils": "^0.8.13",
|
||||||
|
"@ali/recore-rax": "^1.2.4",
|
||||||
"@ali/vu-css-style": "^1.0.2",
|
"@ali/vu-css-style": "^1.0.2",
|
||||||
"@recore/obx": "^1.0.8",
|
"@recore/obx": "^1.0.8",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
|
|||||||
@ -21,8 +21,9 @@ echo ""
|
|||||||
|
|
||||||
# work
|
# work
|
||||||
mkdir packages
|
mkdir packages
|
||||||
cp -r $WORK_DIR/packages/demo packages/demo
|
# cp -r $WORK_DIR/packages/demo packages/demo
|
||||||
cp -r $WORK_DIR/packages/react-simulator-renderer packages/react-simulator-renderer
|
cp -r $WORK_DIR/packages/react-simulator-renderer packages/react-simulator-renderer
|
||||||
|
cp -r $WORK_DIR/packages/rax-simulator-renderer packages/rax-simulator-renderer
|
||||||
cp -r $WORK_DIR/packages/editor-preset-vision packages/editor-preset-vision
|
cp -r $WORK_DIR/packages/editor-preset-vision packages/editor-preset-vision
|
||||||
# cp -r $WORK_DIR/packages/editor-preset-general packages/editor-preset-general
|
# cp -r $WORK_DIR/packages/editor-preset-general packages/editor-preset-general
|
||||||
lerna bootstrap
|
lerna bootstrap
|
||||||
@ -31,8 +32,9 @@ lerna run cloud-build --stream
|
|||||||
cd $WORK_DIR
|
cd $WORK_DIR
|
||||||
mv deploy-space/packages/demo/build $BUILD_DEST
|
mv deploy-space/packages/demo/build $BUILD_DEST
|
||||||
mv deploy-space/packages/react-simulator-renderer/dist/* $BUILD_DEST
|
mv deploy-space/packages/react-simulator-renderer/dist/* $BUILD_DEST
|
||||||
|
mv deploy-space/packages/rax-simulator-renderer/dist/* $BUILD_DEST
|
||||||
mv deploy-space/packages/editor-preset-vision/dist/* $BUILD_DEST
|
mv deploy-space/packages/editor-preset-vision/dist/* $BUILD_DEST
|
||||||
# mv deploy-space/packages/editor-preset-general/dist/* $BUILD_DEST
|
# mv deploy-space/packages/editor-preset-general/dist/* $BUILD_DEST
|
||||||
cp deploy-space/static/* $BUILD_DEST
|
# cp deploy-space/static/* $BUILD_DEST
|
||||||
|
|
||||||
echo "complete"
|
echo "complete"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user