mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-06 02:11:56 +00:00
chore: 先移除 types 对 designer 的依赖
This commit is contained in:
parent
b3d98313e4
commit
37194d1674
@ -13,7 +13,6 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ali/lowcode-datasource-types": "^1.0.21",
|
"@ali/lowcode-datasource-types": "^1.0.21",
|
||||||
"@ali/lowcode-designer": "1.0.71",
|
|
||||||
"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"
|
||||||
|
|||||||
@ -1,8 +1,6 @@
|
|||||||
import { IPropParent, SettingEntry } from '@ali/lowcode-designer';
|
|
||||||
|
|
||||||
export interface ChangeOptions {
|
export interface ChangeOptions {
|
||||||
key?: string | number;
|
key?: string | number;
|
||||||
prop?: SettingEntry | IPropParent;
|
prop?: any;
|
||||||
node: Node;
|
node: Node;
|
||||||
newValue: any;
|
newValue: any;
|
||||||
oldValue: any;
|
oldValue: any;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user