haojianlong преди 5 години
родител
ревизия
b4629f81f0

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

@@ -1,6 +1,6 @@
 {
     "name": "@saga-web/big",
-    "version": "1.0.49",
+    "version": "1.0.54",
     "description": "上格云建筑信息化库",
     "main": "lib/index.js",
     "types": "lib/index.d.js",
@@ -42,6 +42,6 @@
         "typescript": "^3.9.3"
     },
     "dependencies": {
-        "@saga-web/graph": "2.1.92"
+        "@saga-web/graph": "2.1.94"
     }
 }

+ 0 - 1
saga-web-big/src/items/SPolygonItem.ts

@@ -645,7 +645,6 @@ export class SPolygonItem extends SGraphItem {
             this.moveToOrigin(this.x, this.y);
             return super.onMouseUp(event);
         }
-        super.onMouseUp(event);
         return true;
     } // Function onMouseUp()
 

+ 2 - 2
saga-web-fengmap/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@saga-web/feng-map",
-    "version": "1.0.11",
+    "version": "1.0.13",
     "description": "上格云Web平面图。",
     "main": "lib/index.js",
     "types": "lib/index.d.js",
@@ -32,7 +32,7 @@
         "typescript": "^3.9.3"
     },
     "dependencies": {
-        "@saga-web/big": "1.0.39",
+        "@saga-web/big": "1.0.54",
         "axios": "^0.18.0"
     }
 }

+ 2 - 1
saga-web-fengmap/src/parser/SFengParser.ts

@@ -284,7 +284,8 @@ export class SFengParser extends SParser {
                                 },
                                 Type: t.typeID,
                                 // @ts-ignore
-                                Tag: SFengParser.typeIdMap[t.typeID]
+                                Tag: SFengParser.typeIdMap[t.typeID],
+                                SourceId: t.FID
                             });
                         } else if (this.columnType.indexOf(type) > -1) {
                             // @ts-ignore

+ 2 - 2
saga-web-graph/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@saga-web/graph",
-    "version": "2.1.92",
+    "version": "2.1.94",
     "description": "上格云二维图形引擎。",
     "main": "lib/index.js",
     "types": "lib/index.d.js",
@@ -41,6 +41,6 @@
         "typescript": "^3.5.3"
     },
     "dependencies": {
-        "@saga-web/draw": "2.1.99"
+        "@saga-web/draw": "2.1.100"
     }
 }