|
@@ -29,10 +29,9 @@ import { SMouseEvent } from "@persagy-web/base/lib";
|
|
|
import { SArrowStyleType, SPoint, SRect } from '@persagy-web/draw';
|
|
|
import { SItemStatus, SRectSelectItem } from '@persagy-web/big/lib';
|
|
|
import { SGraphItem, SGraphSelectContainer, SOrderSetType } from "@persagy-web/graph/lib/";
|
|
|
-import { uuid } from "./until";
|
|
|
-import { SBaseArrow, SBaseEquipment, SBaseExpainEdit, SBasePipe } from "./"
|
|
|
+import { SBaseArrow, SBaseExpainEdit, SBasePipe } from "./"
|
|
|
import { SBaseArrowPolyEdit } from './items/SBaseArrowPolyEdit';
|
|
|
-import { SGraphAddListCommand } from '@persagy-web/edit/lib/commands/SGraphAddListCommand';
|
|
|
+import { SGraphAddListCommand } from '@persagy-web/edit/lib/';
|
|
|
|
|
|
/**
|
|
|
* big-edit 场景
|