mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-06 10:27:22 +00:00
Merge commit '328c6a3b9cd194fbba4223c7539075c75e85e21f' into def_releases_2021110419342525_ali-lowcode_ali-lowcode-engine/1.0.72
This commit is contained in:
commit
9cfcb4784f
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"lerna": "2.11.0",
|
"lerna": "2.11.0",
|
||||||
"version": "1.0.71",
|
"version": "1.0.72-beta.7",
|
||||||
"npmClient": "tnpm",
|
"npmClient": "tnpm",
|
||||||
"registry": "http://registry.npm.alibaba-inc.com",
|
"registry": "http://registry.antfin-inc.com",
|
||||||
"useWorkspaces": true,
|
"useWorkspaces": true,
|
||||||
"packages": [
|
"packages": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ali/lowcode-designer",
|
"name": "@ali/lowcode-designer",
|
||||||
"version": "1.0.71",
|
"version": "1.0.72-beta.7",
|
||||||
"description": "Designer for Ali LowCode Engine",
|
"description": "Designer for Ali LowCode Engine",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
@ -14,9 +14,9 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ali/lowcode-editor-core": "1.0.71",
|
"@ali/lowcode-editor-core": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-types": "1.0.71",
|
"@ali/lowcode-types": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-utils": "1.0.71",
|
"@ali/lowcode-utils": "1.0.72-beta.7",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"enzyme": "^3.11.0",
|
"enzyme": "^3.11.0",
|
||||||
"enzyme-adapter-react-16": "^1.15.5",
|
"enzyme-adapter-react-16": "^1.15.5",
|
||||||
@ -44,10 +44,10 @@
|
|||||||
"typescript": "^4.0.3"
|
"typescript": "^4.0.3"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npm.alibaba-inc.com"
|
"registry": "https://registry.antfin-inc.com"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@builder/babel-preset-ice": "1.0.1"
|
"@builder/babel-preset-ice": "1.0.1"
|
||||||
},
|
},
|
||||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ali/lowcode-editor-core",
|
"name": "@ali/lowcode-editor-core",
|
||||||
"version": "1.0.71",
|
"version": "1.0.72-beta.7",
|
||||||
"description": "Core Api for Ali lowCode engine",
|
"description": "Core Api for Ali lowCode engine",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
@ -13,8 +13,8 @@
|
|||||||
"build": "build-scripts build --skip-demo"
|
"build": "build-scripts build --skip-demo"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ali/lowcode-types": "1.0.71",
|
"@ali/lowcode-types": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-utils": "1.0.71",
|
"@ali/lowcode-utils": "1.0.72-beta.7",
|
||||||
"@alifd/next": "^1.19.16",
|
"@alifd/next": "^1.19.16",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"debug": "^4.1.1",
|
"debug": "^4.1.1",
|
||||||
@ -41,7 +41,7 @@
|
|||||||
"build-plugin-moment-locales": "^0.1.0"
|
"build-plugin-moment-locales": "^0.1.0"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npm.alibaba-inc.com"
|
"registry": "https://registry.antfin-inc.com"
|
||||||
},
|
},
|
||||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ali/lowcode-editor-skeleton",
|
"name": "@ali/lowcode-editor-skeleton",
|
||||||
"version": "1.0.71",
|
"version": "1.0.72-beta.7",
|
||||||
"description": "alibaba lowcode editor skeleton",
|
"description": "alibaba lowcode editor skeleton",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
@ -17,10 +17,10 @@
|
|||||||
"editor"
|
"editor"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ali/lowcode-designer": "1.0.71",
|
"@ali/lowcode-designer": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-editor-core": "1.0.71",
|
"@ali/lowcode-editor-core": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-types": "1.0.71",
|
"@ali/lowcode-types": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-utils": "1.0.71",
|
"@ali/lowcode-utils": "1.0.72-beta.7",
|
||||||
"@ali/ve-less-variables": "^2.0.0",
|
"@ali/ve-less-variables": "^2.0.0",
|
||||||
"@alifd/next": "^1.20.12",
|
"@alifd/next": "^1.20.12",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
@ -36,7 +36,7 @@
|
|||||||
"build-plugin-moment-locales": "^0.1.0"
|
"build-plugin-moment-locales": "^0.1.0"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npm.alibaba-inc.com"
|
"registry": "https://registry.antfin-inc.com"
|
||||||
},
|
},
|
||||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ali/lowcode-engine",
|
"name": "@ali/lowcode-engine",
|
||||||
"version": "1.0.71",
|
"version": "1.0.72-beta.7",
|
||||||
"description": "Universal API for AliLowCode engine",
|
"description": "Universal API for AliLowCode engine",
|
||||||
"main": "lib/engine-core.js",
|
"main": "lib/engine-core.js",
|
||||||
"module": "es/engine-core.js",
|
"module": "es/engine-core.js",
|
||||||
@ -18,13 +18,13 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ali/lowcode-designer": "1.0.71",
|
"@ali/lowcode-designer": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-editor-core": "1.0.71",
|
"@ali/lowcode-editor-core": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-editor-skeleton": "1.0.71",
|
"@ali/lowcode-editor-skeleton": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-engine-ext": "^1.0.0",
|
"@ali/lowcode-engine-ext": "^1.0.0",
|
||||||
"@ali/lowcode-plugin-designer": "1.0.71",
|
"@ali/lowcode-plugin-designer": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-plugin-outline-pane": "1.0.71",
|
"@ali/lowcode-plugin-outline-pane": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-utils": "1.0.71",
|
"@ali/lowcode-utils": "1.0.72-beta.7",
|
||||||
"@alifd/next": "^1.19.12",
|
"@alifd/next": "^1.19.12",
|
||||||
"react": "^16.8.1",
|
"react": "^16.8.1",
|
||||||
"react-dom": "^16.8.1"
|
"react-dom": "^16.8.1"
|
||||||
@ -32,6 +32,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ali/lowcode-test-mate": "^1.0.1",
|
"@ali/lowcode-test-mate": "^1.0.1",
|
||||||
"@alib/build-scripts": "^0.1.18",
|
"@alib/build-scripts": "^0.1.18",
|
||||||
|
"@alifd/theme-lowcode-dark": "^0.2.0",
|
||||||
|
"@alifd/theme-lowcode-light": "^0.2.0",
|
||||||
"@types/domready": "^1.0.0",
|
"@types/domready": "^1.0.0",
|
||||||
"@types/react": "^16.8.3",
|
"@types/react": "^16.8.3",
|
||||||
"@types/react-dom": "^16.8.2",
|
"@types/react-dom": "^16.8.2",
|
||||||
@ -40,12 +42,10 @@
|
|||||||
"build-plugin-react-app": "^1.8.0",
|
"build-plugin-react-app": "^1.8.0",
|
||||||
"fs-extra": "^9.0.1",
|
"fs-extra": "^9.0.1",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
"tsconfig-paths-webpack-plugin": "^3.2.0",
|
"tsconfig-paths-webpack-plugin": "^3.2.0"
|
||||||
"@alifd/theme-lowcode-dark": "^0.2.0",
|
|
||||||
"@alifd/theme-lowcode-light": "^0.2.0"
|
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npm.alibaba-inc.com"
|
"registry": "https://registry.antfin-inc.com"
|
||||||
},
|
},
|
||||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ali/lowcode-ignitor",
|
"name": "@ali/lowcode-ignitor",
|
||||||
"version": "1.0.71",
|
"version": "1.0.72-beta.7",
|
||||||
"description": "点火器,bootstrap lce project",
|
"description": "点火器,bootstrap lce project",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
@ -1,22 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1" />
|
|
||||||
<meta name="viewport" content="width=device-width" />
|
|
||||||
<title>LowCodeEngine DEMO</title>
|
|
||||||
<script src="https://g.alicdn.com/code/lib/react/16.9.0/umd/react.development.js"></script>
|
|
||||||
<script src="https://g.alicdn.com/code/lib/react-dom/16.9.0/umd/react-dom.development.js"></script>
|
|
||||||
<script src="https://g.alicdn.com/code/lib/prop-types/15.7.2/prop-types.js"></script>
|
|
||||||
<script> React.PropTypes = PropTypes; </script>
|
|
||||||
<script src="https://g.alicdn.com/mylib/moment/2.24.0/min/moment.min.js"></script>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://alifd.alicdn.com/npm/@alifd/next/1.11.6/next.min.css">
|
|
||||||
<script src="https://unpkg.alibaba-inc.com/@alifd/next@1.18.17/dist/next.min.js"></script>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<div id="lce-container"></div>
|
|
||||||
<script type="text/javascript" src="/js/preview.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ali/lowcode-plugin-designer",
|
"name": "@ali/lowcode-plugin-designer",
|
||||||
"version": "1.0.71",
|
"version": "1.0.72-beta.7",
|
||||||
"description": "alibaba lowcode editor designer plugin",
|
"description": "alibaba lowcode editor designer plugin",
|
||||||
"files": [
|
"files": [
|
||||||
"es",
|
"es",
|
||||||
@ -18,7 +18,7 @@
|
|||||||
],
|
],
|
||||||
"author": "xiayang.xy",
|
"author": "xiayang.xy",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ali/lowcode-editor-core": "1.0.71",
|
"@ali/lowcode-editor-core": "1.0.72-beta.7",
|
||||||
"react": "^16.8.1",
|
"react": "^16.8.1",
|
||||||
"react-dom": "^16.8.1"
|
"react-dom": "^16.8.1"
|
||||||
},
|
},
|
||||||
@ -29,7 +29,7 @@
|
|||||||
"build-plugin-component": "^0.2.7"
|
"build-plugin-component": "^0.2.7"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npm.alibaba-inc.com"
|
"registry": "https://registry.antfin-inc.com"
|
||||||
},
|
},
|
||||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ali/lowcode-plugin-outline-pane",
|
"name": "@ali/lowcode-plugin-outline-pane",
|
||||||
"version": "1.0.71",
|
"version": "1.0.72-beta.7",
|
||||||
"description": "Outline pane for Ali lowCode engine",
|
"description": "Outline pane for Ali lowCode engine",
|
||||||
"files": [
|
"files": [
|
||||||
"es",
|
"es",
|
||||||
@ -12,10 +12,10 @@
|
|||||||
"build": "build-scripts build --skip-demo"
|
"build": "build-scripts build --skip-demo"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ali/lowcode-designer": "1.0.71",
|
"@ali/lowcode-designer": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-editor-core": "1.0.71",
|
"@ali/lowcode-editor-core": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-types": "1.0.71",
|
"@ali/lowcode-types": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-utils": "1.0.71",
|
"@ali/lowcode-utils": "1.0.72-beta.7",
|
||||||
"@alifd/next": "^1.19.16",
|
"@alifd/next": "^1.19.16",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"react": "^16",
|
"react": "^16",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npm.alibaba-inc.com"
|
"registry": "https://registry.antfin-inc.com"
|
||||||
},
|
},
|
||||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ali/lowcode-rax-renderer",
|
"name": "@ali/lowcode-rax-renderer",
|
||||||
"version": "1.0.71",
|
"version": "1.0.72-beta.7",
|
||||||
"description": "Rax renderer for Ali lowCode engine",
|
"description": "Rax renderer for Ali lowCode engine",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
@ -30,8 +30,8 @@
|
|||||||
"build": "build-scripts build"
|
"build": "build-scripts build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ali/lowcode-renderer-core": "1.0.71",
|
"@ali/lowcode-renderer-core": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-utils": "1.0.71",
|
"@ali/lowcode-utils": "1.0.72-beta.7",
|
||||||
"rax-find-dom-node": "^1.0.1"
|
"rax-find-dom-node": "^1.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -40,9 +40,9 @@
|
|||||||
"driver-universal": "^3.1.3"
|
"driver-universal": "^3.1.3"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npm.alibaba-inc.com"
|
"registry": "https://registry.antfin-inc.com"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-renderer@0.1.2/build/index.html",
|
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-renderer@0.1.2/build/index.html",
|
||||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ali/lowcode-rax-simulator-renderer",
|
"name": "@ali/lowcode-rax-simulator-renderer",
|
||||||
"version": "1.0.71",
|
"version": "1.0.72-beta.7",
|
||||||
"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",
|
||||||
@ -11,10 +11,10 @@
|
|||||||
"cloud-build": "build-scripts build --skip-demo"
|
"cloud-build": "build-scripts build --skip-demo"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ali/lowcode-designer": "1.0.71",
|
"@ali/lowcode-designer": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-rax-renderer": "1.0.71",
|
"@ali/lowcode-rax-renderer": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-types": "1.0.71",
|
"@ali/lowcode-types": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-utils": "1.0.71",
|
"@ali/lowcode-utils": "1.0.72-beta.7",
|
||||||
"@ali/vu-css-style": "^1.0.2",
|
"@ali/vu-css-style": "^1.0.2",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"driver-universal": "^3.1.3",
|
"driver-universal": "^3.1.3",
|
||||||
@ -52,8 +52,8 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npm.alibaba-inc.com"
|
"registry": "https://registry.antfin-inc.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-simulator-renderer@1.0.69/build/index.html",
|
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-simulator-renderer@1.0.71/build/index.html",
|
||||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ali/lowcode-react-renderer",
|
"name": "@ali/lowcode-react-renderer",
|
||||||
"version": "1.0.71",
|
"version": "1.0.72-beta.7",
|
||||||
"description": "react renderer for ali lowcode engine",
|
"description": "react renderer for ali lowcode engine",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
@ -23,7 +23,7 @@
|
|||||||
"react"
|
"react"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ali/lowcode-renderer-core": "1.0.71",
|
"@ali/lowcode-renderer-core": "1.0.72-beta.7",
|
||||||
"@alifd/next": "^1.21.16"
|
"@alifd/next": "^1.21.16"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -40,5 +40,5 @@
|
|||||||
"registry": "http://registry.npm.alibaba-inc.com"
|
"registry": "http://registry.npm.alibaba-inc.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@1.0.21/build/index.html",
|
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@1.0.21/build/index.html",
|
||||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ali/lowcode-react-simulator-renderer",
|
"name": "@ali/lowcode-react-simulator-renderer",
|
||||||
"version": "1.0.71",
|
"version": "1.0.72-beta.7",
|
||||||
"description": "react simulator renderer for alibaba lowcode designer",
|
"description": "react 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,10 @@
|
|||||||
"cloud-build": "NODE_OPTIONS=--max_old_space_size=8192 build-scripts build --skip-demo"
|
"cloud-build": "NODE_OPTIONS=--max_old_space_size=8192 build-scripts build --skip-demo"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ali/lowcode-designer": "1.0.71",
|
"@ali/lowcode-designer": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-react-renderer": "1.0.71",
|
"@ali/lowcode-react-renderer": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-types": "1.0.71",
|
"@ali/lowcode-types": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-utils": "1.0.71",
|
"@ali/lowcode-utils": "1.0.72-beta.7",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"mobx": "^6.3.0",
|
"mobx": "^6.3.0",
|
||||||
"mobx-react": "^7.2.0",
|
"mobx-react": "^7.2.0",
|
||||||
@ -32,7 +32,7 @@
|
|||||||
"build-plugin-component": "^0.2.11"
|
"build-plugin-component": "^0.2.11"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npm.alibaba-inc.com"
|
"registry": "https://registry.antfin-inc.com"
|
||||||
},
|
},
|
||||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ali/lowcode-renderer-core",
|
"name": "@ali/lowcode-renderer-core",
|
||||||
"version": "1.0.71",
|
"version": "1.0.72-beta.7",
|
||||||
"description": "renderer core",
|
"description": "renderer core",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
@ -17,7 +17,7 @@
|
|||||||
"@ali/bzb-request": "^2.6.0-beta.13",
|
"@ali/bzb-request": "^2.6.0-beta.13",
|
||||||
"@ali/lib-mtop": "^2.5.1",
|
"@ali/lib-mtop": "^2.5.1",
|
||||||
"@ali/lowcode-datasource-engine": "^1.0.22",
|
"@ali/lowcode-datasource-engine": "^1.0.22",
|
||||||
"@ali/lowcode-types": "1.0.71",
|
"@ali/lowcode-types": "1.0.72-beta.7",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"debug": "^4.1.1",
|
"debug": "^4.1.1",
|
||||||
"fetch-jsonp": "^1.1.3",
|
"fetch-jsonp": "^1.1.3",
|
||||||
@ -43,7 +43,7 @@
|
|||||||
"build-plugin-component": "^0.2.11"
|
"build-plugin-component": "^0.2.11"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npm.alibaba-inc.com"
|
"registry": "https://registry.antfin-inc.com"
|
||||||
},
|
},
|
||||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -414,11 +414,11 @@ export default function baseRenererFactory() {
|
|||||||
let Comp = components[schema.componentName] || this.props.__container?.components?.[schema.componentName];
|
let Comp = components[schema.componentName] || this.props.__container?.components?.[schema.componentName];
|
||||||
|
|
||||||
if (!Comp) {
|
if (!Comp) {
|
||||||
console.error(`${schema.componentName} is not found! component list is:`, this.props.__container?.components);
|
console.error(`${schema.componentName} is not found! component list is:`, components || this.props.__container?.components);
|
||||||
Comp = engine.getNotFoundComponent();
|
Comp = engine.getNotFoundComponent();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (schema.hidden && !this._designModeIsDesign) {
|
if (schema.hidden && (engine?.props?.designMode && engine?.props?.designMode !== 'design')) {
|
||||||
// designMode 为 design 情况下,需要进入 leaf Hoc,进行相关事件注册
|
// designMode 为 design 情况下,需要进入 leaf Hoc,进行相关事件注册
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ali/lowcode-types",
|
"name": "@ali/lowcode-types",
|
||||||
"version": "1.0.71",
|
"version": "1.0.72-beta.7",
|
||||||
"description": "Types for Ali lowCode engine",
|
"description": "Types for Ali lowCode engine",
|
||||||
"files": [
|
"files": [
|
||||||
"es",
|
"es",
|
||||||
@ -13,7 +13,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ali/lowcode-datasource-types": "^1.0.21",
|
"@ali/lowcode-datasource-types": "^1.0.21",
|
||||||
"@ali/lowcode-designer": "1.0.71",
|
"@ali/lowcode-designer": "1.0.72-beta.7",
|
||||||
"power-di": "^2.2.4",
|
"power-di": "^2.2.4",
|
||||||
"react": "^16",
|
"react": "^16",
|
||||||
"strict-event-emitter-types": "^2.0.0"
|
"strict-event-emitter-types": "^2.0.0"
|
||||||
@ -25,7 +25,7 @@
|
|||||||
"build-plugin-component": "^0.2.10"
|
"build-plugin-component": "^0.2.10"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npm.alibaba-inc.com"
|
"registry": "https://registry.antfin-inc.com"
|
||||||
},
|
},
|
||||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ali/lowcode-utils",
|
"name": "@ali/lowcode-utils",
|
||||||
"version": "1.0.71",
|
"version": "1.0.72-beta.7",
|
||||||
"description": "Utils for Ali lowCode engine",
|
"description": "Utils for Ali lowCode engine",
|
||||||
"files": [
|
"files": [
|
||||||
"es",
|
"es",
|
||||||
@ -12,7 +12,7 @@
|
|||||||
"build": "build-scripts build --skip-demo"
|
"build": "build-scripts build --skip-demo"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ali/lowcode-types": "1.0.71",
|
"@ali/lowcode-types": "1.0.72-beta.7",
|
||||||
"@alifd/next": "^1.19.16",
|
"@alifd/next": "^1.19.16",
|
||||||
"lodash.get": "^4.4.2",
|
"lodash.get": "^4.4.2",
|
||||||
"react": "^16"
|
"react": "^16"
|
||||||
@ -24,7 +24,7 @@
|
|||||||
"build-plugin-component": "^0.2.10"
|
"build-plugin-component": "^0.2.10"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npm.alibaba-inc.com"
|
"registry": "https://registry.antfin-inc.com"
|
||||||
},
|
},
|
||||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ali/lowcode-vision-polyfill",
|
"name": "@ali/lowcode-vision-polyfill",
|
||||||
"version": "1.0.71",
|
"version": "1.0.72-beta.7",
|
||||||
"description": "Vision Polyfill for Ali lowCode engine",
|
"description": "Vision Polyfill for Ali lowCode engine",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
@ -18,11 +18,11 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ali/lowcode-designer": "1.0.71",
|
"@ali/lowcode-designer": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-editor-core": "1.0.71",
|
"@ali/lowcode-editor-core": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-editor-skeleton": "1.0.71",
|
"@ali/lowcode-editor-skeleton": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-types": "1.0.71",
|
"@ali/lowcode-types": "1.0.72-beta.7",
|
||||||
"@ali/lowcode-utils": "1.0.71",
|
"@ali/lowcode-utils": "1.0.72-beta.7",
|
||||||
"@alifd/next": "^1.19.12",
|
"@alifd/next": "^1.19.12",
|
||||||
"@alifd/theme-lowcode-dark": "^0.2.0",
|
"@alifd/theme-lowcode-dark": "^0.2.0",
|
||||||
"@alifd/theme-lowcode-light": "^0.2.0",
|
"@alifd/theme-lowcode-light": "^0.2.0",
|
||||||
@ -43,7 +43,7 @@
|
|||||||
"tsconfig-paths-webpack-plugin": "^3.2.0"
|
"tsconfig-paths-webpack-plugin": "^3.2.0"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npm.alibaba-inc.com"
|
"registry": "https://registry.antfin-inc.com"
|
||||||
},
|
},
|
||||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user