mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
fix: bypass dataSource
This commit is contained in:
parent
6c42b15552
commit
3cb331dcbe
11
CHANGELOG.md
11
CHANGELOG.md
@ -3,6 +3,17 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.0.41-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.1...v1.0.41-beta.2) (2021-04-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* bypass dataSource ([f6fd095](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/f6fd095db2ff01454257a1322ad695d89c139f1a))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.41-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.0...v1.0.41-beta.1) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package ali-lowcode-engine
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"lerna": "2.11.0",
|
||||
"version": "1.0.41-beta.1",
|
||||
"version": "1.0.41-beta.2",
|
||||
"npmClient": "tnpm",
|
||||
"registry": "http://registry.npm.alibaba-inc.com",
|
||||
"useWorkspaces": true,
|
||||
|
||||
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.0.41-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.1...v1.0.41-beta.2) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-designer
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.41-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.0...v1.0.41-beta.1) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-designer
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-designer",
|
||||
"version": "1.0.41-beta.1",
|
||||
"version": "1.0.41-beta.2",
|
||||
"description": "Designer for Ali LowCode Engine",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
@ -14,9 +14,9 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ali/lowcode-editor-core": "1.0.41-beta.1",
|
||||
"@ali/lowcode-types": "1.0.41-beta.1",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.1",
|
||||
"@ali/lowcode-editor-core": "1.0.41-beta.2",
|
||||
"@ali/lowcode-types": "1.0.41-beta.2",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.2",
|
||||
"classnames": "^2.2.6",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.15.5",
|
||||
|
||||
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.0.41-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.1...v1.0.41-beta.2) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-editor-core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.41-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.0...v1.0.41-beta.1) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-editor-core
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-editor-core",
|
||||
"version": "1.0.41-beta.1",
|
||||
"version": "1.0.41-beta.2",
|
||||
"description": "Core Api for Ali lowCode engine",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
@ -14,8 +14,8 @@
|
||||
"cloud-build": "build-scripts build --skip-demo"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ali/lowcode-types": "1.0.41-beta.1",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.1",
|
||||
"@ali/lowcode-types": "1.0.41-beta.2",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.2",
|
||||
"@alifd/next": "^1.19.16",
|
||||
"@recore/obx": "^1.0.9",
|
||||
"@recore/obx-react": "^1.0.8",
|
||||
|
||||
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.0.41-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.1...v1.0.41-beta.2) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-editor-preset-general
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.41-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.0...v1.0.41-beta.1) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-editor-preset-general
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-editor-preset-general",
|
||||
"version": "1.0.41-beta.1",
|
||||
"version": "1.0.41-beta.2",
|
||||
"description": "Ali General Editor Preset",
|
||||
"main": "lib/index.js",
|
||||
"private": true,
|
||||
@ -15,12 +15,12 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ali/lowcode-editor-core": "1.0.41-beta.1",
|
||||
"@ali/lowcode-editor-skeleton": "1.0.41-beta.1",
|
||||
"@ali/lowcode-plugin-designer": "1.0.41-beta.1",
|
||||
"@ali/lowcode-plugin-outline-pane": "1.0.41-beta.1",
|
||||
"@ali/lowcode-types": "1.0.41-beta.1",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.1",
|
||||
"@ali/lowcode-editor-core": "1.0.41-beta.2",
|
||||
"@ali/lowcode-editor-skeleton": "1.0.41-beta.2",
|
||||
"@ali/lowcode-plugin-designer": "1.0.41-beta.2",
|
||||
"@ali/lowcode-plugin-outline-pane": "1.0.41-beta.2",
|
||||
"@ali/lowcode-types": "1.0.41-beta.2",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.2",
|
||||
"@alifd/next": "^1.19.12",
|
||||
"@alife/theme-lowcode-dark": "^0.1.0",
|
||||
"@alife/theme-lowcode-light": "^0.1.0",
|
||||
|
||||
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.0.41-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.1...v1.0.41-beta.2) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-editor-preset-vision
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.41-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.0...v1.0.41-beta.1) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-editor-preset-vision
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-editor-preset-vision",
|
||||
"version": "1.0.41-beta.1",
|
||||
"version": "1.0.41-beta.2",
|
||||
"description": "Preset Vision for AliLowCode engine",
|
||||
"main": "lib/index.js",
|
||||
"private": true,
|
||||
@ -18,13 +18,13 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ali/lowcode-designer": "1.0.41-beta.1",
|
||||
"@ali/lowcode-editor-core": "1.0.41-beta.1",
|
||||
"@ali/lowcode-designer": "1.0.41-beta.2",
|
||||
"@ali/lowcode-editor-core": "1.0.41-beta.2",
|
||||
"@ali/lowcode-editor-setters": "1.0.30",
|
||||
"@ali/lowcode-editor-skeleton": "1.0.41-beta.1",
|
||||
"@ali/lowcode-plugin-designer": "1.0.41-beta.1",
|
||||
"@ali/lowcode-plugin-outline-pane": "1.0.41-beta.1",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.1",
|
||||
"@ali/lowcode-editor-skeleton": "1.0.41-beta.2",
|
||||
"@ali/lowcode-plugin-designer": "1.0.41-beta.2",
|
||||
"@ali/lowcode-plugin-outline-pane": "1.0.41-beta.2",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.2",
|
||||
"@ali/ve-i18n-util": "^2.0.0",
|
||||
"@ali/ve-icons": "^4.1.9",
|
||||
"@ali/ve-less-variables": "2.0.3",
|
||||
|
||||
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.0.41-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.1...v1.0.41-beta.2) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-editor-skeleton
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.41-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.0...v1.0.41-beta.1) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-editor-skeleton
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-editor-skeleton",
|
||||
"version": "1.0.41-beta.1",
|
||||
"version": "1.0.41-beta.2",
|
||||
"description": "alibaba lowcode editor skeleton",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
@ -19,10 +19,10 @@
|
||||
"editor"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ali/lowcode-designer": "1.0.41-beta.1",
|
||||
"@ali/lowcode-editor-core": "1.0.41-beta.1",
|
||||
"@ali/lowcode-types": "1.0.41-beta.1",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.1",
|
||||
"@ali/lowcode-designer": "1.0.41-beta.2",
|
||||
"@ali/lowcode-editor-core": "1.0.41-beta.2",
|
||||
"@ali/lowcode-types": "1.0.41-beta.2",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.2",
|
||||
"@ali/ve-icons": "latest",
|
||||
"@ali/ve-less-variables": "^2.0.0",
|
||||
"@alifd/next": "^1.20.12",
|
||||
|
||||
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.0.41-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.1...v1.0.41-beta.2) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-engine
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.41-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.0...v1.0.41-beta.1) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-engine
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-engine",
|
||||
"version": "1.0.41-beta.1",
|
||||
"version": "1.0.41-beta.2",
|
||||
"description": "Universal API for AliLowCode engine",
|
||||
"main": "lib/engine.js",
|
||||
"module": "es/engine.js",
|
||||
@ -18,14 +18,14 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ali/lowcode-designer": "1.0.41-beta.1",
|
||||
"@ali/lowcode-editor-core": "1.0.41-beta.1",
|
||||
"@ali/lowcode-designer": "1.0.41-beta.2",
|
||||
"@ali/lowcode-editor-core": "1.0.41-beta.2",
|
||||
"@ali/lowcode-editor-setters": "1.0.30",
|
||||
"@ali/lowcode-editor-skeleton": "1.0.41-beta.1",
|
||||
"@ali/lowcode-editor-skeleton": "1.0.41-beta.2",
|
||||
"@ali/lowcode-engine-ext": "^1.0.0",
|
||||
"@ali/lowcode-plugin-designer": "1.0.41-beta.1",
|
||||
"@ali/lowcode-plugin-outline-pane": "1.0.41-beta.1",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.1",
|
||||
"@ali/lowcode-plugin-designer": "1.0.41-beta.2",
|
||||
"@ali/lowcode-plugin-outline-pane": "1.0.41-beta.2",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.2",
|
||||
"@ali/ve-i18n-util": "^2.0.0",
|
||||
"@ali/ve-icons": "^4.1.9",
|
||||
"@ali/ve-less-variables": "2.0.3",
|
||||
|
||||
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.0.41-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.1...v1.0.41-beta.2) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-ignitor
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.41-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.0...v1.0.41-beta.1) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-ignitor
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-ignitor",
|
||||
"version": "1.0.41-beta.1",
|
||||
"version": "1.0.41-beta.2",
|
||||
"description": "点火器,bootstrap lce project",
|
||||
"main": "lib/index.js",
|
||||
"private": true,
|
||||
|
||||
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.0.41-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.1...v1.0.41-beta.2) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-plugin-designer
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.41-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.0...v1.0.41-beta.1) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-plugin-designer
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-plugin-designer",
|
||||
"version": "1.0.41-beta.1",
|
||||
"version": "1.0.41-beta.2",
|
||||
"description": "alibaba lowcode editor designer plugin",
|
||||
"files": [
|
||||
"es",
|
||||
@ -20,7 +20,7 @@
|
||||
],
|
||||
"author": "xiayang.xy",
|
||||
"dependencies": {
|
||||
"@ali/lowcode-editor-core": "1.0.41-beta.1",
|
||||
"@ali/lowcode-editor-core": "1.0.41-beta.2",
|
||||
"react": "^16.8.1",
|
||||
"react-dom": "^16.8.1"
|
||||
},
|
||||
|
||||
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.0.41-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.1...v1.0.41-beta.2) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-plugin-outline-pane
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.41-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.0...v1.0.41-beta.1) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-plugin-outline-pane
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-plugin-outline-pane",
|
||||
"version": "1.0.41-beta.1",
|
||||
"version": "1.0.41-beta.2",
|
||||
"description": "Outline pane for Ali lowCode engine",
|
||||
"files": [
|
||||
"es",
|
||||
@ -14,10 +14,10 @@
|
||||
"test:snapshot": "ava --update-snapshots"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ali/lowcode-designer": "1.0.41-beta.1",
|
||||
"@ali/lowcode-editor-core": "1.0.41-beta.1",
|
||||
"@ali/lowcode-types": "1.0.41-beta.1",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.1",
|
||||
"@ali/lowcode-designer": "1.0.41-beta.2",
|
||||
"@ali/lowcode-editor-core": "1.0.41-beta.2",
|
||||
"@ali/lowcode-types": "1.0.41-beta.2",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.2",
|
||||
"@alifd/next": "^1.19.16",
|
||||
"classnames": "^2.2.6",
|
||||
"react": "^16",
|
||||
|
||||
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.0.41-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.1...v1.0.41-beta.2) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-rax-renderer
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.41-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.0...v1.0.41-beta.1) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-rax-renderer
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-rax-renderer",
|
||||
"version": "1.0.41-beta.1",
|
||||
"version": "1.0.41-beta.2",
|
||||
"description": "Rax renderer for Ali lowCode engine",
|
||||
"main": "lib/index.js",
|
||||
"module": "lib/index.js",
|
||||
@ -30,8 +30,8 @@
|
||||
"build": "build-scripts build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ali/lowcode-renderer-core": "1.0.41-beta.1",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.1",
|
||||
"@ali/lowcode-renderer-core": "1.0.41-beta.2",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.2",
|
||||
"rax-find-dom-node": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -3,6 +3,17 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.0.41-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.1...v1.0.41-beta.2) (2021-04-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* bypass dataSource ([f6fd095](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/f6fd095db2ff01454257a1322ad695d89c139f1a))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.41-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.0...v1.0.41-beta.1) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-rax-simulator-renderer
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-rax-simulator-renderer",
|
||||
"version": "1.0.41-beta.1",
|
||||
"version": "1.0.41-beta.2",
|
||||
"description": "rax simulator renderer for alibaba lowcode designer",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
@ -13,10 +13,10 @@
|
||||
"test:snapshot": "ava --update-snapshots"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ali/lowcode-designer": "1.0.41-beta.1",
|
||||
"@ali/lowcode-rax-renderer": "1.0.41-beta.1",
|
||||
"@ali/lowcode-types": "1.0.41-beta.1",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.1",
|
||||
"@ali/lowcode-designer": "1.0.41-beta.2",
|
||||
"@ali/lowcode-rax-renderer": "1.0.41-beta.2",
|
||||
"@ali/lowcode-types": "1.0.41-beta.2",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.2",
|
||||
"@ali/recore-rax": "^1.2.4",
|
||||
"@ali/vu-css-style": "^1.0.2",
|
||||
"@recore/obx": "^1.0.8",
|
||||
@ -57,6 +57,6 @@
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npm.alibaba-inc.com"
|
||||
},
|
||||
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-simulator-renderer@1.0.41-beta.0/build/index.html",
|
||||
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-simulator-renderer@1.0.41-beta.1/build/index.html",
|
||||
"gitHead": "d4611b664b52603fab377608a60dc6d8c8aa9cac"
|
||||
}
|
||||
|
||||
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.0.41-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.1...v1.0.41-beta.2) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-react-renderer
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.41-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.0...v1.0.41-beta.1) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-react-renderer
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-react-renderer",
|
||||
"version": "1.0.41-beta.1",
|
||||
"version": "1.0.41-beta.2",
|
||||
"description": "react renderer for ali lowcode engine",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
@ -23,7 +23,7 @@
|
||||
"react"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ali/lowcode-renderer-core": "1.0.41-beta.1",
|
||||
"@ali/lowcode-renderer-core": "1.0.41-beta.2",
|
||||
"@alifd/next": "^1.21.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.0.41-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.1...v1.0.41-beta.2) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-react-simulator-renderer
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.41-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.0...v1.0.41-beta.1) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-react-simulator-renderer
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-react-simulator-renderer",
|
||||
"version": "1.0.41-beta.1",
|
||||
"version": "1.0.41-beta.2",
|
||||
"description": "react simulator renderer for alibaba lowcode designer",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
@ -16,10 +16,10 @@
|
||||
"build": "build-scripts build --skip-demo"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ali/lowcode-designer": "1.0.41-beta.1",
|
||||
"@ali/lowcode-react-renderer": "1.0.41-beta.1",
|
||||
"@ali/lowcode-types": "1.0.41-beta.1",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.1",
|
||||
"@ali/lowcode-designer": "1.0.41-beta.2",
|
||||
"@ali/lowcode-react-renderer": "1.0.41-beta.2",
|
||||
"@ali/lowcode-types": "1.0.41-beta.2",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.2",
|
||||
"@ali/vu-css-style": "^1.0.2",
|
||||
"@recore/obx": "^1.0.8",
|
||||
"@recore/obx-react": "^1.0.7",
|
||||
|
||||
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.0.41-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.1...v1.0.41-beta.2) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-renderer-core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.41-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.0...v1.0.41-beta.1) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-renderer-core
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-renderer-core",
|
||||
"version": "1.0.41-beta.1",
|
||||
"version": "1.0.41-beta.2",
|
||||
"description": "renderer core",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
|
||||
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.0.41-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.1...v1.0.41-beta.2) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-types
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.41-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.0...v1.0.41-beta.1) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-types
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-types",
|
||||
"version": "1.0.41-beta.1",
|
||||
"version": "1.0.41-beta.2",
|
||||
"description": "Types for Ali lowCode engine",
|
||||
"files": [
|
||||
"es",
|
||||
|
||||
@ -3,6 +3,17 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.0.41-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.1...v1.0.41-beta.2) (2021-04-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* bypass dataSource ([f6fd095](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/f6fd095db2ff01454257a1322ad695d89c139f1a))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.41-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.0...v1.0.41-beta.1) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-utils
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-utils",
|
||||
"version": "1.0.41-beta.1",
|
||||
"version": "1.0.41-beta.2",
|
||||
"description": "Utils for Ali lowCode engine",
|
||||
"files": [
|
||||
"es",
|
||||
@ -14,7 +14,7 @@
|
||||
"test:snapshot": "ava --update-snapshots"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ali/lowcode-types": "1.0.41-beta.1",
|
||||
"@ali/lowcode-types": "1.0.41-beta.2",
|
||||
"@alifd/next": "^1.19.16",
|
||||
"lodash.get": "^4.4.2",
|
||||
"react": "^16"
|
||||
|
||||
@ -2,7 +2,7 @@ import { isJSBlock } from '@ali/lowcode-types';
|
||||
import { isVariable } from './misc';
|
||||
import { isPlainObject } from './is-plain-object';
|
||||
|
||||
export function compatibleLegaoSchema(props: any) {
|
||||
export function compatibleLegaoSchema(props: any): any {
|
||||
if (!props) {
|
||||
return props;
|
||||
}
|
||||
@ -39,6 +39,11 @@ export function compatibleLegaoSchema(props: any) {
|
||||
if (/^__slot__/.test(key) && props[key] === true) {
|
||||
return;
|
||||
}
|
||||
// TODO: 目前 dataSource 面板里既用到了 JSExpression,又用到了 variable,这里先都不处理,后面再重构
|
||||
if (key === 'dataSource') {
|
||||
newProps[key] = props[key];
|
||||
return;
|
||||
}
|
||||
newProps[key] = compatibleLegaoSchema(props[key]);
|
||||
});
|
||||
return newProps;
|
||||
|
||||
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.0.41-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.1...v1.0.41-beta.2) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-vision-polyfill
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.41-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.41-beta.0...v1.0.41-beta.1) (2021-04-06)
|
||||
|
||||
**Note:** Version bump only for package @ali/lowcode-vision-polyfill
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-vision-polyfill",
|
||||
"version": "1.0.41-beta.1",
|
||||
"version": "1.0.41-beta.2",
|
||||
"description": "Vision Polyfill for Ali lowCode engine",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
@ -17,10 +17,10 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ali/lowcode-designer": "1.0.41-beta.1",
|
||||
"@ali/lowcode-editor-core": "1.0.41-beta.1",
|
||||
"@ali/lowcode-editor-skeleton": "1.0.41-beta.1",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.1",
|
||||
"@ali/lowcode-designer": "1.0.41-beta.2",
|
||||
"@ali/lowcode-editor-core": "1.0.41-beta.2",
|
||||
"@ali/lowcode-editor-skeleton": "1.0.41-beta.2",
|
||||
"@ali/lowcode-utils": "1.0.41-beta.2",
|
||||
"@ali/ve-i18n-util": "^2.0.0",
|
||||
"@ali/ve-icons": "^4.1.9",
|
||||
"@ali/ve-less-variables": "2.0.3",
|
||||
|
||||
@ -4,7 +4,7 @@ import {
|
||||
import { isJSExpression, isJSSlot } from '@ali/lowcode-types';
|
||||
import { Node } from '@ali/lowcode-designer';
|
||||
|
||||
export function compatibleReducer(props: any, node: Node) {
|
||||
export function compatibleReducer(props: any, node: Node): any {
|
||||
// 如果不是 vc 体系,不做这个兼容处理
|
||||
if (!node.componentMeta.prototype) {
|
||||
return props;
|
||||
@ -38,6 +38,11 @@ export function compatibleReducer(props: any, node: Node) {
|
||||
}
|
||||
const newProps: any = {};
|
||||
Object.entries<any>(props).forEach(([key, val]) => {
|
||||
// TODO: 目前 dataSource 面板里既用到了 JSExpression,又用到了 variable,这里先都不处理,后面再重构
|
||||
if (key === 'dataSource') {
|
||||
newProps[key] = props[key];
|
||||
return;
|
||||
}
|
||||
newProps[key] = compatibleReducer(val, node);
|
||||
});
|
||||
return newProps;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user