mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
fix: 不对外暴露 Node
This commit is contained in:
parent
aa1b526f31
commit
05957ce986
@ -73,7 +73,6 @@ import { EventEmitter } from 'events';
|
||||
* hidden
|
||||
*/
|
||||
export class Node<Schema extends NodeSchema = NodeSchema> {
|
||||
static Props = Props;
|
||||
private emitter: EventEmitter;
|
||||
/**
|
||||
* 是节点实例
|
||||
|
||||
@ -26,7 +26,6 @@ import Viewport from './viewport';
|
||||
import Project from './project';
|
||||
import { designer, editor } from './editor';
|
||||
import Symbols from './symbols';
|
||||
import { Node } from '@ali/lowcode-designer';
|
||||
|
||||
import './vision.less';
|
||||
|
||||
@ -113,7 +112,6 @@ const VisualEngine = {
|
||||
Project,
|
||||
logger,
|
||||
Symbols,
|
||||
Node,
|
||||
};
|
||||
|
||||
(window as any).VisualEngine = VisualEngine;
|
||||
@ -165,7 +163,7 @@ export {
|
||||
Symbols,
|
||||
};
|
||||
|
||||
const version = '6.0.0(LowcodeEngine 0.9.0-beta)';
|
||||
const version = '6.0.0(LowcodeEngine 0.9.3)';
|
||||
|
||||
console.log(
|
||||
`%c VisionEngine %c v${version} `,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user