haojianlong 4 anni fa
parent
commit
5e660e95cc
2 ha cambiato i file con 7 aggiunte e 8 eliminazioni
  1. 5 5
      package.json
  2. 2 3
      src/components/editClass/persagy-edit/PTopoScene.ts

+ 5 - 5
package.json

@@ -16,11 +16,11 @@
   },
   "dependencies": {
     "@persagy-web/base": "2.2.1",
-    "@persagy-web/big": "2.2.48",
-    "@persagy-web/draw": "2.2.12",
-    "@persagy-web/graph": "2.2.44",
-    "@persagy-web/big-edit": "2.2.24",
-    "@persagy-web/edit": "2.2.23",
+    "@persagy-web/big": "2.2.54",
+    "@persagy-web/draw": "2.2.14",
+    "@persagy-web/graph": "2.2.46",
+    "@persagy-web/big-edit": "2.2.27",
+    "@persagy-web/edit": "2.2.25",
     "@types/uuid": "^8.0.0",
     "ant-design-vue": "^1.6.5",
     "axios": "^0.20.0",

+ 2 - 3
src/components/editClass/persagy-edit/PTopoScene.ts

@@ -24,13 +24,12 @@
  * ****/
 
 import { SBaseEditScene, SBasePipe, SBaseEquipment } from "@persagy-web/big-edit";
-import { SGraphEdit, SGraphPropertyCommand, } from "@persagy-web/edit";
+import { SGraphEdit } from "@persagy-web/edit";
 import { SMouseEvent } from "@persagy-web/base/lib";
-import { SGraphSelectContainer, SLineStyle } from "@persagy-web/graph";
+import { SGraphAddCommand, SGraphPropertyCommand, SGraphSelectContainer, SLineStyle } from "@persagy-web/graph";
 import { SItemStatus } from "@persagy-web/big/lib/enums/SItemStatus";
 import { rgbaNum } from "@persagy-web/big-edit/lib/until";
 // 引入命令
-import { SGraphAddCommand } from "@persagy-web/edit/lib/commands/SGraphAddCommand"
 import { SColor, SFont, SArrowStyleType } from '@persagy-web/draw/lib';
 import { PTopoParser, SBasePipeUninTool, SBaseEquation, SBaseInfoPoint, SBaseBtns } from "./"
 import { ItemOrder } from '@persagy-web/big/lib';