From 37194d1674b2d30c47ea30a438b2e8cc1614abe3 Mon Sep 17 00:00:00 2001 From: "lihao.ylh" Date: Tue, 9 Nov 2021 16:40:05 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=85=88=E7=A7=BB=E9=99=A4=20types=20?= =?UTF-8?q?=E5=AF=B9=20designer=20=E7=9A=84=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/types/package.json | 1 - packages/types/src/event/prop.ts | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/types/package.json b/packages/types/package.json index 7326aa704..840bcead8 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -13,7 +13,6 @@ }, "dependencies": { "@ali/lowcode-datasource-types": "^1.0.21", - "@ali/lowcode-designer": "1.0.71", "power-di": "^2.2.4", "react": "^16", "strict-event-emitter-types": "^2.0.0" diff --git a/packages/types/src/event/prop.ts b/packages/types/src/event/prop.ts index 66e5aa208..bba55ca80 100644 --- a/packages/types/src/event/prop.ts +++ b/packages/types/src/event/prop.ts @@ -1,8 +1,6 @@ -import { IPropParent, SettingEntry } from '@ali/lowcode-designer'; - export interface ChangeOptions { key?: string | number; - prop?: SettingEntry | IPropParent; + prop?: any; node: Node; newValue: any; oldValue: any;