From 0b9764d97b7fdb3d8b8bb70c39720dd1f6ef8a4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E5=BD=A6?= Date: Fri, 7 Jan 2022 14:57:34 +0800 Subject: [PATCH 1/4] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BD=8E=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E7=BB=84=E4=BB=B6=E5=9C=A8=E8=AE=BE=E8=AE=A1=E5=99=A8?= =?UTF-8?q?=E4=B8=AD=E4=BD=BF=E7=94=A8=E6=97=B6=E5=88=87=E6=8D=A2=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E8=A7=86=E5=9B=BE=E4=B8=8D=E7=94=9F=E6=95=88?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/react-simulator-renderer/src/renderer-view.tsx | 7 ++++--- packages/react-simulator-renderer/src/renderer.ts | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/packages/react-simulator-renderer/src/renderer-view.tsx b/packages/react-simulator-renderer/src/renderer-view.tsx index a2c523596..9e7685aad 100644 --- a/packages/react-simulator-renderer/src/renderer-view.tsx +++ b/packages/react-simulator-renderer/src/renderer-view.tsx @@ -80,7 +80,8 @@ export class Routes extends Component<{ rendererContainer: SimulatorRendererCont function ucfirst(s: string) { return s.charAt(0).toUpperCase() + s.substring(1); } -function getDeviceView(view: any, device: string, mode: string) { + +export function getDeviceView(view: any, device: string, mode: string) { if (!view || typeof view === 'string') { return view; } @@ -126,8 +127,8 @@ class Layout extends Component<{ rendererContainer: SimulatorRendererContainer } @observer class Renderer extends Component<{ - rendererContainer: SimulatorRendererContainer, - documentInstance: DocumentInstance, + rendererContainer: SimulatorRendererContainer; + documentInstance: DocumentInstance; }> { startTime: number | null = null; diff --git a/packages/react-simulator-renderer/src/renderer.ts b/packages/react-simulator-renderer/src/renderer.ts index 7290759f1..db64f5b75 100644 --- a/packages/react-simulator-renderer/src/renderer.ts +++ b/packages/react-simulator-renderer/src/renderer.ts @@ -1,7 +1,7 @@ import React, { createElement, ReactInstance } from 'react'; import { render as reactRender } from 'react-dom'; import { host } from './host'; -import SimulatorRendererView from './renderer-view'; +import SimulatorRendererView, { getDeviceView } from './renderer-view'; import { computed, observable as obx, untracked, makeObservable, configure } from 'mobx'; import { getClientRects } from './utils/get-client-rects'; import { reactFindDOMNodes, FIBER_KEY } from './utils/react-find-dom-nodes'; @@ -466,7 +466,8 @@ export class SimulatorRendererContainer implements BuiltinSimulatorRenderer { isEmpty: () => false, }; viewProps._leaf = _leaf; - return createElement(Comp, viewProps, children); + const View = getDeviceView(Comp, renderer.device, renderer.designMode); + return createElement(View, viewProps, children); }, }); } From e59235216dc3dabf924e3498dfcce9952850bd31 Mon Sep 17 00:00:00 2001 From: "alex.mm" Date: Mon, 10 Jan 2022 20:28:21 +0800 Subject: [PATCH 2/4] =?UTF-8?q?fix:=20=E5=A4=A7=E7=BA=B2=E6=A0=91=E6=96=87?= =?UTF-8?q?=E5=AD=97=E8=BF=87=E9=95=BF,=E5=8F=B3=E4=BE=A7=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E7=9C=8B=E4=B8=8D=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/plugin-outline-pane/src/views/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin-outline-pane/src/views/style.less b/packages/plugin-outline-pane/src/views/style.less index 32fd979cf..1ecab512a 100644 --- a/packages/plugin-outline-pane/src/views/style.less +++ b/packages/plugin-outline-pane/src/views/style.less @@ -232,7 +232,7 @@ display: flex; align-items: center; align-self: stretch; - overflow: visible; + overflow: hidden; margin-right: 5px; .tree-node-title-input { From 02c3cb14a5932ca3a12bb85168171ff4e20b5a73 Mon Sep 17 00:00:00 2001 From: "lihao.ylh" Date: Mon, 17 Jan 2022 20:08:07 +0800 Subject: [PATCH 3/4] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=BC=95=E7=94=A8?= =?UTF-8?q?=20ve-less-variables=20=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../node-selector/index.less | 2 +- packages/designer/src/less-variables.less | 216 ++++++++++++++++++ 2 files changed, 217 insertions(+), 1 deletion(-) create mode 100644 packages/designer/src/less-variables.less diff --git a/packages/designer/src/builtin-simulator/node-selector/index.less b/packages/designer/src/builtin-simulator/node-selector/index.less index 46cf7dbf6..c0335734e 100644 --- a/packages/designer/src/builtin-simulator/node-selector/index.less +++ b/packages/designer/src/builtin-simulator/node-selector/index.less @@ -1,4 +1,4 @@ -@import '~@ali/ve-less-variables/index.less'; +@import '../../less-variables.less'; // 样式直接沿用之前的样式,优化了下命名 .instance-node-selector { diff --git a/packages/designer/src/less-variables.less b/packages/designer/src/less-variables.less new file mode 100644 index 000000000..53309d812 --- /dev/null +++ b/packages/designer/src/less-variables.less @@ -0,0 +1,216 @@ +/* + * 基础的 DPL 定义使用了 kuma base 的定义,参考: + * https://github.com/uxcore/kuma-base/tree/master/variables + */ + +/** + * =========================================================== + * ==================== Font Family ========================== + * =========================================================== + */ + +/* + * @font-family: "STHeiti", "Microsoft Yahei", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; + */ + +@font-f +amily: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Helvetica, Arial, sans-serif; +@font-family-code: Monaco, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Helvetica, Arial, + sans-serif; + +/** + * =========================================================== + * ===================== Color DPL =========================== + * =========================================================== + */ + +@brand-color-1: rgba(0, 108, 255, 1); +@brand-color-2: rgba(25, 122, 255, 1); +@brand-color-3: rgba(0, 96, 229, 1); + +@brand-color-1-3: rgba(0, 108, 255, 0.6); +@brand-color-1-4: rgba(0, 108, 255, 0.4); +@brand-color-1-5: rgba(0, 108, 255, 0.3); +@brand-color-1-6: rgba(0, 108, 255, 0.2); +@brand-color-1-7: rgba(0, 108, 255, 0.1); + +@brand-color: @brand-color-1; + +@white-alpha-1: rgb(255, 255, 255); // W-1 +@white-alpha-2: rgba(255, 255, 255, 0.8); // W-2 A80 +@white-alpha-3: rgba(255, 255, 255, 0.6); // W-3 A60 +@white-alpha-4: rgba(255, 255, 255, 0.4); // W-4 A40 +@white-alpha-5: rgba(255, 255, 255, 0.3); // W-5 A30 +@white-alpha-6: rgba(255, 255, 255, 0.2); // W-6 A20 +@white-alpha-7: rgba(255, 255, 255, 0.1); // W-7 A10 +@white-alpha-8: rgba(255, 255, 255, 0.06); // W-8 A6 + +@dark-alpha-1: rgba(0, 0, 0, 1); // D-1 A100 +@dark-alpha-2: rgba(0, 0, 0, 0.8); // D-2 A80 +@dark-alpha-3: rgba(0, 0, 0, 0.6); // D-3 A60 +@dark-alpha-4: rgba(0, 0, 0, 0.4); // D-4 A40 +@dark-alpha-5: rgba(0, 0, 0, 0.3); // D-5 A30 +@dark-alpha-6: rgba(0, 0, 0, 0.2); // D-6 A20 +@dark-alpha-7: rgba(0, 0, 0, 0.1); // D-7 A10 +@dark-alpha-8: rgba(0, 0, 0, 0.06); // D-8 A6 +@dark-alpha-9: rgba(0, 0, 0, 0.04); // D-9 A4 + +@normal-alpha-1: rgba(31, 56, 88, 1); // N-1 A100 +@normal-alpha-2: rgba(31, 56, 88, 0.8); // N-2 A80 +@normal-alpha-3: rgba(31, 56, 88, 0.6); // N-3 A60 +@normal-alpha-4: rgba(31, 56, 88, 0.4); // N-4 A40 +@normal-alpha-5: rgba(31, 56, 88, 0.3); // N-5 A30 +@normal-alpha-6: rgba(31, 56, 88, 0.2); // N-6 A20 +@normal-alpha-7: rgba(31, 56, 88, 0.1); // N-7 A10 +@normal-alpha-8: rgba(31, 56, 88, 0.06); // N-8 A6 +@normal-alpha-9: rgba(31, 56, 88, 0.04); // N-9 A4 + +@normal-3: #77879c; +@normal-4: #a3aebd; +@normal-5: #bac3cc; +@normal-6: #d1d7de; + +@gray-dark: #333; // N2_4 +@gray: #666; // N2_3 +@gray-light: #999; // N2_2 +@gray-lighter: #ccc; // N2_1 + +@brand-secondary: #2c2f33; // B2_3 +// 补色 +@brand-complement: #00b3e8; // B3_1 +// 复合 +@brand-comosite: #00c587; // B3_2 +// 浓度 +@brand-deep: #73461d; // B3_3 + +// F1-1 +@brand-danger: rgb(240, 70, 49); +// F1-2 (10% white) +@brand-danger-hover: rgba(240, 70, 49, 0.9); +// F1-3 (5% black) +@brand-danger-focus: rgba(240, 70, 49, 0.95); + +// F2-1 +@brand-warning: rgb(250, 189, 14); +// F3-1 +@brand-success: rgb(102, 188, 92); +// F4-1 +@brand-link: rgb(102, 188, 92); +// F4-2 +@brand-link-hover: #2e76a6; + +// F1-1-7 A10 +@brand-danger-alpha-7: rgba(240, 70, 49, 0.9); +// F1-1-8 A6 +@brand-danger-alpha-8: rgba(240, 70, 49, 0.8); +// F2-1-2 A80 +@brand-warning-alpha-2: rgba(250, 189, 14, 0.8); +// F2-1-7 A10 +@brand-warning-alpha-7: rgba(250, 189, 14, 0.9); +// F3-1-2 A80 +@brand-success-alpha-2: rgba(102, 188, 92, 0.8); +// F3-1-7 A10 +@brand-success-alpha-7: rgba(102, 188, 92, 0.9); +// F4-1-7 A10 +@brand-link-alpha-7: rgba(102, 188, 92, 0.9); + +// 文本色 +@text-primary-color: @dark-alpha-3; +@text-secondary-color: @normal-alpha-3; +@text-thirdary-color: @dark-alpha-4; +@text-disabled-color: @normal-alpha-5; +@text-helper-color: @dark-alpha-4; +@text-danger-color: @brand-danger; +@text-ali-color: #ec6c00; + +/** + * =========================================================== + * =================== Shadow Box ============================ + * =========================================================== + */ + +@box-shadow-1: 0 1px 4px 0 rgba(31, 56, 88, 0.15); // 1 级阴影,物体由原来存在于底面的物体展开,物体和底面关联紧密 +@box-shadow-2: 0 2px 10px 0 rgba(31, 56, 88, 0.15); // 2 级阴影,hover状态,物体层级较高 +@box-shadow-3: 0 4px 15px 0 rgba(31, 56, 88, 0.15); // 3 级阴影,当物体层级高于所有界面元素,弹窗用 + +/** + * =========================================================== + * ================= FontSize of Level ======================= + * =========================================================== + */ + +@fontSize-1: 26px; +@fontSize-2: 20px; +@fontSize-3: 16px; +@fontSize-4: 14px; +@fontSize-5: 12px; + +@fontLineHeight-1: 38px; +@fontLineHeight-2: 30px; +@fontLineHeight-3: 26px; +@fontLineHeight-4: 24px; +@fontLineHeight-5: 20px; + +/** + * =========================================================== + * ================= FontSize of Level ======================= + * =========================================================== + */ + +@global-border-radius: 3px; +@input-border-radius: 3px; +@popup-border-radius: 6px; + +/** + * =========================================================== + * ===================== Transistion ========================= + * =========================================================== + */ + +@transition-duration: 0.3s; +@transition-ease: cubic-bezier(0.23, 1, 0.32, 1); +@transition-delay: 0s; + +/** + * =========================================================== + * ================ Global Configruations ==================== + * =========================================================== + */ + +@topPaneHeight: 48px; +@actionpane-height: 48px; +@tabPaneWidth: 260px; +@input-standard-height: 32px; +@dockpane-width: 48px; + +/** + * =========================================================== + * =================== Deprecated Items ====================== + * =========================================================== + */ + +@head-bgcolor: @white-alpha-1; +@pane-bgcolor: @white-alpha-1; +@pane-dark-bgcolor: @white-alpha-1; +@pane-bdcolor: @normal-4; +@blank-bgcolor: @normal-5; +@title-bgcolor: @white-alpha-1; +@title-bdcolor: transparent; +@section-bgcolor: transparent; +@section-bdcolor: @white-alpha-1; +@button-bgcolor: @white-alpha-1; +@button-bdcolor: transparent; +@button-blue-color: @brand-color; +@button-blue-hover-color: @brand-color; +@sub-title-bgcolor: @white-alpha-1; +@sub-title-bdcolor: transparent; +@text-color: @text-primary-color; +@icon-color: @gray; +@icon-color-active: @gray-light; +@ghost-bgcolor: @dark-alpha-3; +@input-bgcolor: transparent; +@input-bdcolor: @normal-alpha-5; +@hover-color: #5a99cc; +@active-color: #5a99cc; +@disabled-color: #666; +@setter-popup-bg: rgb(80, 86, 109); From 4ce3957d90ac607201c551ab6c76244c462d1032 Mon Sep 17 00:00:00 2001 From: "lihao.ylh" Date: Wed, 9 Feb 2022 16:18:14 +0800 Subject: [PATCH 4/4] chore(release): publish 1.0.77 --- lerna.json | 2 +- packages/designer/package.json | 8 ++++---- packages/editor-core/package.json | 6 +++--- packages/editor-skeleton/package.json | 10 +++++----- packages/engine/package.json | 14 +++++++------- packages/ignitor/package.json | 2 +- packages/plugin-designer/package.json | 4 ++-- packages/plugin-outline-pane/package.json | 10 +++++----- packages/rax-renderer/package.json | 6 +++--- packages/rax-simulator-renderer/package.json | 12 ++++++------ packages/react-renderer/package.json | 4 ++-- packages/react-simulator-renderer/package.json | 10 +++++----- packages/renderer-core/package.json | 6 +++--- packages/types/package.json | 2 +- packages/utils/package.json | 4 ++-- 15 files changed, 50 insertions(+), 50 deletions(-) diff --git a/lerna.json b/lerna.json index f69d55a6c..dc1704e67 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.11.0", - "version": "1.0.76", + "version": "1.0.77", "npmClient": "tnpm", "registry": "http://registry.antfin-inc.com", "useWorkspaces": true, diff --git a/packages/designer/package.json b/packages/designer/package.json index bc90796e2..022c1dee0 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-designer", - "version": "1.0.76", + "version": "1.0.77", "description": "Designer for Ali LowCode Engine", "main": "lib/index.js", "module": "es/index.js", @@ -15,9 +15,9 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-editor-core": "1.0.76", - "@ali/lowcode-types": "1.0.76", - "@ali/lowcode-utils": "1.0.76", + "@ali/lowcode-editor-core": "1.0.77", + "@ali/lowcode-types": "1.0.77", + "@ali/lowcode-utils": "1.0.77", "classnames": "^2.2.6", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", diff --git a/packages/editor-core/package.json b/packages/editor-core/package.json index c2970972d..03bad568a 100644 --- a/packages/editor-core/package.json +++ b/packages/editor-core/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-editor-core", - "version": "1.0.76", + "version": "1.0.77", "description": "Core Api for Ali lowCode engine", "license": "MIT", "main": "lib/index.js", @@ -13,8 +13,8 @@ "build": "build-scripts build --skip-demo" }, "dependencies": { - "@ali/lowcode-types": "1.0.76", - "@ali/lowcode-utils": "1.0.76", + "@ali/lowcode-types": "1.0.77", + "@ali/lowcode-utils": "1.0.77", "@alifd/next": "^1.19.16", "classnames": "^2.2.6", "debug": "^4.1.1", diff --git a/packages/editor-skeleton/package.json b/packages/editor-skeleton/package.json index ff67a632f..57acab727 100644 --- a/packages/editor-skeleton/package.json +++ b/packages/editor-skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-editor-skeleton", - "version": "1.0.76", + "version": "1.0.77", "description": "alibaba lowcode editor skeleton", "main": "lib/index.js", "module": "es/index.js", @@ -17,10 +17,10 @@ "editor" ], "dependencies": { - "@ali/lowcode-designer": "1.0.76", - "@ali/lowcode-editor-core": "1.0.76", - "@ali/lowcode-types": "1.0.76", - "@ali/lowcode-utils": "1.0.76", + "@ali/lowcode-designer": "1.0.77", + "@ali/lowcode-editor-core": "1.0.77", + "@ali/lowcode-types": "1.0.77", + "@ali/lowcode-utils": "1.0.77", "@alifd/next": "^1.20.12", "classnames": "^2.2.6", "react": "^16.8.1", diff --git a/packages/engine/package.json b/packages/engine/package.json index e0d5b36b0..80ccc8b10 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-engine", - "version": "1.0.76", + "version": "1.0.77", "description": "Universal API for AliLowCode engine", "main": "lib/engine-core.js", "module": "es/engine-core.js", @@ -18,13 +18,13 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-designer": "1.0.76", - "@ali/lowcode-editor-core": "1.0.76", - "@ali/lowcode-editor-skeleton": "1.0.76", + "@ali/lowcode-designer": "1.0.77", + "@ali/lowcode-editor-core": "1.0.77", + "@ali/lowcode-editor-skeleton": "1.0.77", "@ali/lowcode-engine-ext": "^1.0.0", - "@ali/lowcode-plugin-designer": "1.0.76", - "@ali/lowcode-plugin-outline-pane": "1.0.76", - "@ali/lowcode-utils": "1.0.76", + "@ali/lowcode-plugin-designer": "1.0.77", + "@ali/lowcode-plugin-outline-pane": "1.0.77", + "@ali/lowcode-utils": "1.0.77", "@alifd/next": "^1.19.12", "react": "^16.8.1", "react-dom": "^16.8.1" diff --git a/packages/ignitor/package.json b/packages/ignitor/package.json index 121678a5d..4b7a1bd44 100644 --- a/packages/ignitor/package.json +++ b/packages/ignitor/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-ignitor", - "version": "1.0.76", + "version": "1.0.77", "description": "点火器,bootstrap lce project", "main": "lib/index.js", "private": true, diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json index 0f577efaa..5fcded2ec 100644 --- a/packages/plugin-designer/package.json +++ b/packages/plugin-designer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-plugin-designer", - "version": "1.0.76", + "version": "1.0.77", "description": "alibaba lowcode editor designer plugin", "files": [ "es", @@ -18,7 +18,7 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-editor-core": "1.0.76", + "@ali/lowcode-editor-core": "1.0.77", "react": "^16.8.1", "react-dom": "^16.8.1" }, diff --git a/packages/plugin-outline-pane/package.json b/packages/plugin-outline-pane/package.json index acdcf3f5e..6bebbf3bf 100644 --- a/packages/plugin-outline-pane/package.json +++ b/packages/plugin-outline-pane/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-plugin-outline-pane", - "version": "1.0.76", + "version": "1.0.77", "description": "Outline pane for Ali lowCode engine", "files": [ "es", @@ -12,10 +12,10 @@ "build": "build-scripts build --skip-demo" }, "dependencies": { - "@ali/lowcode-designer": "1.0.76", - "@ali/lowcode-editor-core": "1.0.76", - "@ali/lowcode-types": "1.0.76", - "@ali/lowcode-utils": "1.0.76", + "@ali/lowcode-designer": "1.0.77", + "@ali/lowcode-editor-core": "1.0.77", + "@ali/lowcode-types": "1.0.77", + "@ali/lowcode-utils": "1.0.77", "@alifd/next": "^1.19.16", "classnames": "^2.2.6", "react": "^16", diff --git a/packages/rax-renderer/package.json b/packages/rax-renderer/package.json index 64a526ae2..d8bf9d569 100644 --- a/packages/rax-renderer/package.json +++ b/packages/rax-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-rax-renderer", - "version": "1.0.76", + "version": "1.0.77", "description": "Rax renderer for Ali lowCode engine", "main": "lib/index.js", "module": "es/index.js", @@ -30,8 +30,8 @@ "build": "build-scripts build" }, "dependencies": { - "@ali/lowcode-renderer-core": "1.0.76", - "@ali/lowcode-utils": "1.0.76", + "@ali/lowcode-renderer-core": "1.0.77", + "@ali/lowcode-utils": "1.0.77", "rax-find-dom-node": "^1.0.1" }, "devDependencies": { diff --git a/packages/rax-simulator-renderer/package.json b/packages/rax-simulator-renderer/package.json index 4f2ad4c6d..a8dc4480f 100644 --- a/packages/rax-simulator-renderer/package.json +++ b/packages/rax-simulator-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-rax-simulator-renderer", - "version": "1.0.76", + "version": "1.0.77", "description": "rax simulator renderer for alibaba lowcode designer", "main": "lib/index.js", "module": "es/index.js", @@ -11,10 +11,10 @@ "cloud-build": "build-scripts build --skip-demo" }, "dependencies": { - "@ali/lowcode-designer": "1.0.76", - "@ali/lowcode-rax-renderer": "1.0.76", - "@ali/lowcode-types": "1.0.76", - "@ali/lowcode-utils": "1.0.76", + "@ali/lowcode-designer": "1.0.77", + "@ali/lowcode-rax-renderer": "1.0.77", + "@ali/lowcode-types": "1.0.77", + "@ali/lowcode-utils": "1.0.77", "classnames": "^2.2.6", "driver-universal": "^3.1.3", "history": "^5.0.0", @@ -53,6 +53,6 @@ "publishConfig": { "registry": "https://registry.antfin-inc.com" }, - "homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-simulator-renderer@1.0.73/build/index.html", + "homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-simulator-renderer@1.0.76/build/index.html", "gitHead": "19b2119b9f95f8a3da0851b3943774a770975991" } diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index 2f4cd1c90..ef00fddca 100644 --- a/packages/react-renderer/package.json +++ b/packages/react-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-react-renderer", - "version": "1.0.76", + "version": "1.0.77", "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.76", + "@ali/lowcode-renderer-core": "1.0.77", "@alifd/next": "^1.21.16" }, "devDependencies": { diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json index 5d14f744d..3179fbaa8 100644 --- a/packages/react-simulator-renderer/package.json +++ b/packages/react-simulator-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-react-simulator-renderer", - "version": "1.0.76", + "version": "1.0.77", "description": "react simulator renderer for alibaba lowcode designer", "main": "lib/index.js", "module": "es/index.js", @@ -13,10 +13,10 @@ "cloud-build": "NODE_OPTIONS=--max_old_space_size=8192 build-scripts build --skip-demo" }, "dependencies": { - "@ali/lowcode-designer": "1.0.76", - "@ali/lowcode-react-renderer": "1.0.76", - "@ali/lowcode-types": "1.0.76", - "@ali/lowcode-utils": "1.0.76", + "@ali/lowcode-designer": "1.0.77", + "@ali/lowcode-react-renderer": "1.0.77", + "@ali/lowcode-types": "1.0.77", + "@ali/lowcode-utils": "1.0.77", "classnames": "^2.2.6", "mobx": "^6.3.0", "mobx-react": "^7.2.0", diff --git a/packages/renderer-core/package.json b/packages/renderer-core/package.json index 1ece95232..d5968e5de 100644 --- a/packages/renderer-core/package.json +++ b/packages/renderer-core/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-renderer-core", - "version": "1.0.76", + "version": "1.0.77", "description": "renderer core", "license": "MIT", "main": "lib/index.js", @@ -17,8 +17,8 @@ "@ali/bzb-request": "^2.6.0-beta.13", "@ali/lib-mtop": "^2.5.1", "@ali/lowcode-datasource-engine": "^1.0.22", - "@ali/lowcode-types": "1.0.76", - "@ali/lowcode-utils": "1.0.76", + "@ali/lowcode-types": "1.0.77", + "@ali/lowcode-utils": "1.0.77", "classnames": "^2.2.6", "debug": "^4.1.1", "fetch-jsonp": "^1.1.3", diff --git a/packages/types/package.json b/packages/types/package.json index 761de962d..9b4ae2c98 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-types", - "version": "1.0.76", + "version": "1.0.77", "description": "Types for Ali lowCode engine", "files": [ "es", diff --git a/packages/utils/package.json b/packages/utils/package.json index 671cb6e2a..361687f26 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-utils", - "version": "1.0.76", + "version": "1.0.77", "description": "Utils for Ali lowCode engine", "files": [ "es", @@ -12,7 +12,7 @@ "build": "build-scripts build --skip-demo" }, "dependencies": { - "@ali/lowcode-types": "1.0.76", + "@ali/lowcode-types": "1.0.77", "@alifd/next": "^1.19.16", "lodash": "^4.17.21", "react": "^16"