From 2d64a839ac38a6297607cb61755446674260f577 Mon Sep 17 00:00:00 2001 From: "muyun.my" Date: Thu, 22 Oct 2020 20:34:41 +0800 Subject: [PATCH] fix --- packages/plugin-datasource-pane/DEV.md | 6 +++++- packages/plugin-datasource-pane/package.json | 6 +++--- packages/plugin-datasource-pane/src/index.tsx | 10 +++++----- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/packages/plugin-datasource-pane/DEV.md b/packages/plugin-datasource-pane/DEV.md index 7d5e947b5..8abcbe74c 100644 --- a/packages/plugin-datasource-pane/DEV.md +++ b/packages/plugin-datasource-pane/DEV.md @@ -2,4 +2,8 @@ [https://yuque.antfin-inc.com/ali-lowcode/docs/ip4awq](插件开发文档)。 -本地开发需要在 v14.4.0 的 node 环境下进行。 +[lowcode 组件库文档](https://fusion.alibaba-inc.com/22117/design/style/icon?themeid=4579)。 + +[搭建协议](https://yuque.antfin-inc.com/mo/spec/spec-low-code-building-schema)。 + +本地开发需要在 v14.4.0 的 node 环境下能完成 setup diff --git a/packages/plugin-datasource-pane/package.json b/packages/plugin-datasource-pane/package.json index 7b27c81d9..9484de9af 100644 --- a/packages/plugin-datasource-pane/package.json +++ b/packages/plugin-datasource-pane/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-plugin-datasource-pane", - "version": "0.1.0-beta.3", + "version": "0.1.0-beta.6", "description": "低代码引擎数据源面板", "main": "lib/index.js", "files": [ @@ -31,7 +31,7 @@ }, "dependencies": { "@alib/build-scripts": "^0.1.3", - "@ali/lowcode-editor-setters": "^1.0.7-0", + "@ali/lowcode-editor-setters": "^1.0.8-0", "@alifd/next": "^1.20.28", "@formily/next": "^1.3.2", "@formily/next-components": "^1.3.2", @@ -43,7 +43,7 @@ "styled-components": "^5.2.0", "traverse": "^0.6.6" }, - "homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-plugin-datasource-pane@0.1.0-beta.1/build/index.html", + "homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-plugin-datasource-pane@0.1.0-beta.6/build/index.html", "publishConfig": { "registry": "https://registry.npm.alibaba-inc.com" } diff --git a/packages/plugin-datasource-pane/src/index.tsx b/packages/plugin-datasource-pane/src/index.tsx index ed77c20ea..4ee4dc71d 100644 --- a/packages/plugin-datasource-pane/src/index.tsx +++ b/packages/plugin-datasource-pane/src/index.tsx @@ -120,10 +120,10 @@ export default class DataSourcePanePlugin extends PureComponent );