|
@@ -24,13 +24,12 @@
|
|
* ****/
|
|
* ****/
|
|
|
|
|
|
import { SBaseEditScene, SBasePipe, SBaseEquipment } from "@persagy-web/big-edit";
|
|
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 { 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 { SItemStatus } from "@persagy-web/big/lib/enums/SItemStatus";
|
|
import { rgbaNum } from "@persagy-web/big-edit/lib/until";
|
|
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 { SColor, SFont, SArrowStyleType } from '@persagy-web/draw/lib';
|
|
import { PTopoParser, SBasePipeUninTool, SBaseEquation, SBaseInfoPoint, SBaseBtns } from "./"
|
|
import { PTopoParser, SBasePipeUninTool, SBaseEquation, SBaseInfoPoint, SBaseBtns } from "./"
|
|
import { ItemOrder } from '@persagy-web/big/lib';
|
|
import { ItemOrder } from '@persagy-web/big/lib';
|