|
@@ -24,14 +24,11 @@
|
|
|
* *********************************************************************************************************************
|
|
|
*/
|
|
|
|
|
|
-import { SColor, SFont, SPoint, SArrowStyleType } from "@persagy-web/draw";
|
|
|
-import { SArrowItem, SPolygonItem, SArrowPoly, SItemFactory, ItemOrder, SPolylineItem } from "@persagy-web/big"
|
|
|
-import { SGraphCircleItem, STextItem, SImageItem, SGraphLineItem } from "@persagy-web/graph/lib"
|
|
|
+import { Marker } from "@persagy-web/big"
|
|
|
import { SBaseInfoPoint } from "./items/SBaseInfoPoint"
|
|
|
import { SBasePipeUninTool } from "./items/SBasePipeUninTool"
|
|
|
import { SBaseBtns } from "./items/SBaseBtns"
|
|
|
-import { SLineStyle } from "@persagy-web/graph"
|
|
|
-import { BigEditFactory, Legend, Marker, Relation, ElementData } from "@persagy-web/big-edit"
|
|
|
+import { BigEditFactory } from "@persagy-web/big-edit"
|
|
|
/**
|
|
|
* item 创建工厂
|
|
|
*
|