Browse Source

Merge branch 'master' of http://39.106.8.246:3003/web/sagacloud-web

zhangyu 5 years ago
parent
commit
9945bf356f

+ 1 - 1
saga-web-big/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@saga-web/big",
-    "version": "1.0.32",
+    "version": "1.0.33",
     "description": "上格云建筑信息化库",
     "main": "lib/index.js",
     "types": "lib/index.d.js",

+ 0 - 8
saga-web-big/src/index.ts

@@ -1,13 +1,9 @@
-import { SAnchorItem } from "./items/topology/SAnchorItem";
 import { SCompassItem } from "./items/floor/SCompassItem";
 import { SCurveRelation } from "./items/topology/SCurveRelation";
 import { SFloorItem } from "./items/floor/SFloorItem";
-import { SImageItem } from "./items/SImageItem";
 import { SLayerItem } from "./items/SLayerItem";
 import { SLineRelation } from "./items/topology/SLineRelation";
-import { SObjectItem } from "./items/SObjectItem";
 import { SRelation } from "./items/topology/SRelation";
-import { STextItem } from "./items/STextItem";
 import { STooltipItem } from "./items/STooltipItem";
 import { SVerticalRelation } from "./items/topology/SVerticalRelation";
 import { ItemColor } from "./config/ItemColor";
@@ -34,19 +30,15 @@ import { SLineMarkerItem } from "./items/topology/SLineMarkerItem";
 import { STextMarkerItem } from "./items/topology/STextMarkerItem";
 
 export {
-    SAnchorItem,
     SCompassItem,
     SCurveRelation,
     SEntityItem,
     SFloorItem,
-    SImageItem,
     SLayerItem,
     SLineRelation,
     SLineItem,
     SPolylineItem,
-    SObjectItem,
     SRelation,
-    STextItem,
     STooltipItem,
     SVerticalRelation,
     ItemColor,

+ 2 - 1
saga-web-big/src/items/STooltipItem.ts

@@ -1,8 +1,9 @@
-import { STextItem } from "./STextItem";
+import { STextItem } from "@saga-web/graph/lib";
 
 /**
  * 提示框item
  *
  * * @author  郝建龙(1061851420@qq.com)
  */
+
 export class STooltipItem extends STextItem {} // Class STooltipItem

+ 1 - 1
saga-web-big/src/items/topology/SRelation.ts

@@ -1,7 +1,7 @@
 import { SGraphItem } from "@saga-web/graph/lib";
 import { SColor, SPoint, SArrowStyleType } from "@saga-web/draw/lib";
 import { SRelationState } from "../../enums/SRelationState";
-import { SAnchorItem } from "./SAnchorItem";
+import { SAnchorItem } from "../../../../saga-web-graph/src/items/SAnchorItem";
 
 /**
  * 关系item