@@ -1,6 +1,6 @@
{
"name": "@saga-web/big",
- "version": "1.0.33",
+ "version": "1.0.35",
"description": "上格云建筑信息化库",
"main": "lib/index.js",
"types": "lib/index.d.js",
@@ -42,6 +42,6 @@
"typescript": "^3.9.3"
},
"dependencies": {
- "@saga-web/graph": "2.1.77"
+ "@saga-web/graph": "2.1.78"
}
@@ -4,12 +4,12 @@
* @author 张宇
*/
export enum SGraphElementType {
- /** 非图例 */
- None,
- /** 线类型 */
- Line,
- /** 区域类型 */
- Zone,
- /** 图类型 */
- Image
+ /** 非图例 */
+ None,
+ /** 线类型 */
+ Line,
+ /** 区域类型 */
+ Zone,
+ /** 图类型 */
+ Image
} // Enum SGraphElementType
@@ -1,7 +1,6 @@
import { SGraphItem } from "@saga-web/graph/lib";
import { SColor, SPoint, SArrowStyleType } from "@saga-web/draw/lib";
import { SRelationState } from "../../enums/SRelationState";
-import { SAnchorItem } from "../../../../saga-web-graph/src/items/SAnchorItem";
/**
* 关系item
@@ -14,7 +14,7 @@ import {
STextMarkerItem
} from "..";
import { SGraphElementType } from "../enums/SGraphElementType";
-import {SMarkerType} from "../enums/SMarkerType";
+import { SMarkerType } from "../enums/SMarkerType";
* 拓扑图信息解析器
"name": "@saga-web/graph",
- "version": "2.1.77",
+ "version": "2.1.78",
"description": "上格云二维图形引擎。",