Преглед на файлове

Merge branch 'develop' of http://39.106.8.246:3003/web/persagy_topo_editer into develop

haojianlong преди 4 години
родител
ревизия
59adec241a
променени са 63 файла, в които са добавени 3095 реда и са изтрити 1981 реда
  1. 7 5
      package.json
  2. 64 0
      src/assets/images/equip/lengganji.svg
  3. 71 0
      src/assets/images/equip/shuibeng.svg
  4. 44 0
      src/assets/images/equip/shuixiang.svg
  5. 0 61
      src/assets/images/svg.svg
  6. 56 27
      src/components/editClass/big-edit/BigEditFactory.ts
  7. 121 79
      src/components/editClass/big-edit/SBaseEditScene.ts
  8. 38 21
      src/components/editClass/big-edit/items/SBaseArrow.ts
  9. 16 95
      src/components/editClass/big-edit/items/SBaseEquipment.ts
  10. 66 59
      src/components/editClass/big-edit/items/SBaseExpainEdit.ts
  11. 24 19
      src/components/editClass/big-edit/items/SBasePipe.ts
  12. 27 22
      src/components/editClass/big-edit/items/SBasePipeUninTool.ts
  13. 1 1
      src/components/editClass/big-edit/parsers/bigEditParse.ts
  14. 5 7
      src/components/editClass/big-edit/types/Anchor.ts
  15. 7 6
      src/components/editClass/big-edit/types/ElementData.ts
  16. 16 17
      src/components/editClass/big-edit/types/Legend.ts
  17. 9 11
      src/components/editClass/big-edit/types/Marker.ts
  18. 8 10
      src/components/editClass/big-edit/types/Relation.ts
  19. 1 11
      src/components/editClass/big-edit/until.ts
  20. 36 16
      src/components/editClass/edit/SGraphEdit.ts
  21. 97 85
      src/components/editClass/edit/SGraphEditScene.ts
  22. 14 16
      src/components/editClass/edit/commands/SGraphAddCommand.ts
  23. 4 4
      src/components/editClass/edit/commands/SGraphCommand.ts
  24. 20 21
      src/components/editClass/edit/commands/SGraphMoveCommand.ts
  25. 18 14
      src/components/editClass/edit/commands/SGraphPointListDelete.ts
  26. 15 14
      src/components/editClass/edit/commands/SGraphPointListInsert.ts
  27. 17 16
      src/components/editClass/edit/commands/SGraphPointListUpdate.ts
  28. 15 15
      src/components/editClass/edit/commands/SGraphPropertyCommand.ts
  29. 5 5
      src/components/editClass/edit/enums/SGraphLayoutType.ts
  30. 3 3
      src/components/editClass/edit/enums/SImageShowType.ts
  31. 5 5
      src/components/editClass/edit/enums/SLineStyle.ts
  32. 5 5
      src/components/editClass/edit/enums/SOrderSetType.ts
  33. 4 4
      src/components/editClass/edit/enums/STextOrigin.ts
  34. 2 0
      src/components/editClass/edit/index.ts
  35. 115 91
      src/components/editClass/edit/items/SBaseArrowEdit.ts
  36. 92 64
      src/components/editClass/edit/items/SBaseCircleEdit.ts
  37. 63 53
      src/components/editClass/edit/items/SBaseIconTextEdit.ts
  38. 76 41
      src/components/editClass/edit/items/SBaseImageEdit.ts
  39. 85 68
      src/components/editClass/edit/items/SBaseLineEdit.ts
  40. 118 74
      src/components/editClass/edit/items/SBasePolygonEdit.ts
  41. 146 80
      src/components/editClass/edit/items/SBasePolylineEdit.ts
  42. 329 304
      src/components/editClass/edit/items/SBaseRectEdit.ts
  43. 42 36
      src/components/editClass/edit/items/SBaseTextEdit.ts
  44. 313 294
      src/components/editClass/edit/items/SBaseTriangleEdit.ts
  45. 5 7
      src/components/editClass/edit/type/Anchor.ts
  46. 4 3
      src/components/editClass/edit/type/ElementData.ts
  47. 15 16
      src/components/editClass/edit/type/Legend.ts
  48. 8 8
      src/components/editClass/edit/type/Marker.ts
  49. 37 0
      src/components/editClass/edit/type/Point.ts
  50. 7 9
      src/components/editClass/edit/type/Relation.ts
  51. 36 28
      src/components/editClass/persagy-edit/PTopoParser.ts
  52. 9 6
      src/components/editClass/persagy-edit/PTopoScene.ts
  53. 134 0
      src/components/editClass/persagy-edit/items/SBaseArrow.ts
  54. 8 1
      src/components/editview/baseTopoEditer.vue
  55. 129 0
      src/components/editview/leftToolBar/addBaseItem.vue
  56. 360 0
      src/components/editview/leftToolBar/addItemModel.vue
  57. 68 4
      src/components/editview/leftToolBar/equipmentList.vue
  58. 17 111
      src/components/editview/leftToolBar/legendList.vue
  59. 2 4
      src/components/editview/rightPropertyBar/property.vue
  60. 18 0
      src/components/editview/svgIcon.vue
  61. 5 2
      src/main.ts
  62. 8 3
      src/store/index.ts
  63. 5 0
      vue.config.js

+ 7 - 5
package.json

@@ -3,7 +3,7 @@
   "version": "0.1.4",
   "remote": {
     "host": "39.102.40.239",
-    "path": "/opt/apps/web",
+    "path": "/opt/apps/web/persagyTopo",
     "user": "publish",
     "password": "1qaz2wsx",
     "local": "persagyTopo"
@@ -32,7 +32,6 @@
     "vuex": "^3.4.0"
   },
   "devDependencies": {
-    "babel-plugin-import": "^1.12.0",
     "@typescript-eslint/eslint-plugin": "^2.33.0",
     "@typescript-eslint/parser": "^2.33.0",
     "@vue/cli-plugin-babel": "^4.5.0",
@@ -43,13 +42,16 @@
     "@vue/cli-service": "^4.5.0",
     "@vue/eslint-config-typescript": "^5.0.2",
     "babel-plugin-component": "^1.1.1",
+    "babel-plugin-import": "^1.12.0",
     "eslint": "^6.7.2",
     "eslint-plugin-vue": "^6.2.2",
     "less": "^3.0.4",
     "less-loader": "^5.0.0",
+    "node-ssh": "^6.0.0",
     "polybooljs": "^1.2.0",
+    "svgo": "^1.3.2",
+    "svgo-loader": "^2.2.1",
     "typescript": "~3.9.3",
-    "vue-template-compiler": "^2.6.11",
-    "node-ssh": "^6.0.0"
+    "vue-template-compiler": "^2.6.11"
   }
-}
+}

Файловите разлики са ограничени, защото са твърде много
+ 64 - 0
src/assets/images/equip/lengganji.svg


Файловите разлики са ограничени, защото са твърде много
+ 71 - 0
src/assets/images/equip/shuibeng.svg


Файловите разлики са ограничени, защото са твърде много
+ 44 - 0
src/assets/images/equip/shuixiang.svg


+ 0 - 61
src/assets/images/svg.svg

@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="200px" height="200px" viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <!-- Generator: Sketch 61.2 (89653) - https://sketch.com -->
-    <title>储气罐关闭备份</title>
-    <desc>Created with Sketch.</desc>
-    <defs>
-        <linearGradient x1="100%" y1="45.6201638%" x2="33.2642713%" y2="45.6201638%" id="linearGradient-1">
-            <stop stop-color="#8D9399" offset="0%"></stop>
-            <stop stop-color="#C3C7CB" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="118.80596%" y1="42.0737424%" x2="33.8368157%" y2="42.0737424%" id="linearGradient-2">
-            <stop stop-color="#A1A6AA" offset="0%"></stop>
-            <stop stop-color="#D8D8D8" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="50%" y1="148.018027%" x2="50%" y2="24.012057%" id="linearGradient-3">
-            <stop stop-color="#8D9399" offset="0%"></stop>
-            <stop stop-color="#C3C7CB" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="50%" y1="148.018027%" x2="50%" y2="24.012057%" id="linearGradient-4">
-            <stop stop-color="#8D9399" offset="0%"></stop>
-            <stop stop-color="#C3C7CB" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="0%" y1="50%" x2="100%" y2="50%" id="linearGradient-5">
-            <stop stop-color="#C3C7CB" offset="0%"></stop>
-            <stop stop-color="#8D9399" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="0%" y1="50%" x2="100%" y2="50%" id="linearGradient-6">
-            <stop stop-color="#C3C7CB" offset="0%"></stop>
-            <stop stop-color="#8D9399" offset="100%"></stop>
-        </linearGradient>
-    </defs>
-    <g id="20200304-上传iconfont" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="设备-立体" transform="translate(-600.000000, -802.000000)">
-            <g id="储气罐" transform="translate(600.000000, 802.000000)">
-                <g id="编组-67" transform="translate(18.000000, 71.000000)"></g>
-                <g id="储气罐-关闭" transform="translate(52.000000, 25.000000)">
-                    <rect id="矩形" fill="url(#linearGradient-1)" x="40" y="0" width="14" height="14"></rect>
-                    <g id="矩形备份-97" transform="translate(10.140000, 10.140000)">
-                        <polygon id="foot" fill="#A8A8A8" points="15 123 15 140 21.08 140 24.14 123"></polygon>
-                        <polygon id="foot" fill="#A8A8A8" transform="translate(54.210000, 131.500000) scale(-1, 1) translate(-54.210000, -131.500000) " points="49.64 124.416667 49.64 140 55.72 140 58.78 123"></polygon>
-                        <path d="M0,14 C5.0719135,4.66666667 17.3598082,0 36.8636842,0 C66.1194982,0 72.2790698,8.4 74,14 L74,114 L73.997663,114.196229 C73.8429651,120.690457 65.9632558,129 37,129 C7.74418605,129 0,120.521739 0,114 L0,114 L0,14 Z" id="罐身" fill="url(#linearGradient-2)"></path>
-                    </g>
-                    <rect id="矩形" fill="#939393" x="62" y="107" width="16" height="8" rx="4"></rect>
-                    <circle id="椭圆形" fill="#C1C1C1" cx="66" cy="111" r="3"></circle>
-                    <circle id="椭圆形" fill="#8D9399" cx="48" cy="50" r="8"></circle>
-                    <circle id="椭圆形" fill="#EFF0F1" cx="48" cy="50" r="7"></circle>
-                    <path d="M1,47 L11,47 C11.6666667,49 12,51 12,53 C12,55 11.6666667,57 11,59 L1,59 L1,47 Z" id="矩形" fill="url(#linearGradient-3)"></path>
-                    <rect id="矩形" fill="url(#linearGradient-4)" x="84" y="47" width="10" height="12"></rect>
-                    <rect id="矩形备份-67" fill="url(#linearGradient-4)" x="84" y="92" width="10" height="12"></rect>
-                    <ellipse id="椭圆形备份-21" fill="#8D9399" transform="translate(94.000000, 53.000000) rotate(-270.000000) translate(-94.000000, -53.000000) " cx="94" cy="53" rx="6" ry="1.5"></ellipse>
-                    <ellipse id="椭圆形备份-28" fill="#8D9399" transform="translate(94.000000, 98.000000) rotate(-270.000000) translate(-94.000000, -98.000000) " cx="94" cy="98" rx="6" ry="1.5"></ellipse>
-                    <ellipse id="椭圆形备份-21" fill="#8D9399" transform="translate(1.500000, 53.000000) rotate(-270.000000) translate(-1.500000, -53.000000) " cx="1.5" cy="53" rx="6" ry="1.5"></ellipse>
-                    <path d="M10.14,24 C22.4733333,25.0133333 34.8066667,25.52 47.14,25.52 C59.4733333,25.52 71.8066667,25.0133333 84.14,24 L84.14,28.56 C71.8066667,29.5733333 59.4733333,30.08 47.14,30.08 C34.8066667,30.08 22.4733333,29.5733333 10.14,28.56 L10.14,24 Z" id="路径-20" fill="url(#linearGradient-5)"></path>
-                    <polygon id="路径-20备份" fill="url(#linearGradient-6)" points="10.14 121 84.14 121 84.14 125 47.14 125 10.14 125"></polygon>
-                    <polygon id="路径-19" fill="#C3C7CB" points="46 51 50 51 48 45"></polygon>
-                    <polygon id="路径-30" fill="#939393" points="50 51 48 56 46 51"></polygon>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 56 - 27
src/components/editClass/big-edit/BigEditFactory.ts

@@ -23,19 +23,27 @@
  *
  * *********************************************************************************************************************
  */
-import { SBaseLineEdit, SBaseTextEdit, SBaseImageEdit, SBaseRectEdit, SBasePolygonEdit } from "./../edit";
-import { Marker, SBaseExpainEdit } from "./"
-import { SItemFactory } from "@persagy-web/big"
+
+import {
+    SBaseCircleEdit,
+    SBaseImageEdit,
+    SBaseLineEdit,
+    SBasePolygonEdit,
+    SBaseRectEdit,
+    SBaseTextEdit
+} from "./../edit/";
+import {Marker, SBaseArrow, SBaseExpainEdit} from "./"
+import {SItemFactory} from "@persagy-web/big"
+
 /**
- * item创建工厂
- * @author han_yao_long@163.com
+ * item 创建工厂
+ *
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
-
 export class BigEditFactory extends SItemFactory {
     /**
      * 构造函数
-     *
-     * */
+     */
     constructor() {
         super()
     } // Constructor
@@ -43,9 +51,9 @@ export class BigEditFactory extends SItemFactory {
     /**
      * 创建基础直线
      *
-     * @param   data    Marker数据
-     * @return  线item
-     * */
+     * @param data  数据
+     * @return  线
+     */
     createBaseLineEdit(data: Marker): SBaseLineEdit {
         return new SBaseLineEdit(null, data);
     } // Function createBaseLineEdit()
@@ -53,9 +61,9 @@ export class BigEditFactory extends SItemFactory {
     /**
      * 创建基础文本
      *
-     * @param   data    Marker数据
-     * @return  文本item
-     * */
+     * @param data  数据
+     * @return  文本
+     */
     createBaseTextEdit(data: Marker): SBaseTextEdit {
         return new SBaseTextEdit(null, data);
     } // Function createBaseTextEdit()
@@ -63,9 +71,9 @@ export class BigEditFactory extends SItemFactory {
     /**
      * 创建基础图片
      *
-     * @param   data    Marker数据
-     * @return  图片item
-     * */
+     * @param data  数据
+     * @return  图片
+     */
     createBaseImageEdit(data: Marker): SBaseImageEdit {
         return new SBaseImageEdit(null, data);
     } // Function createBaseImageEdit()
@@ -73,19 +81,29 @@ export class BigEditFactory extends SItemFactory {
     /**
      * 创建基础矩形
      *
-     * @param   data    Marker数据
-     * @return  矩形item
-     * */
+     * @param data  数据
+     * @return  矩形
+     */
     createBaseRectEdit(data: Marker): SBaseRectEdit {
         return new SBaseRectEdit(null, data);
     } // Function createBaseRectEdit()
 
     /**
+     * 创建基础圆
+     *
+     * @param data  数据
+     * @return  圆
+     */
+    createBaseCircleEdit(data: Marker): SBaseCircleEdit {
+        return new SBaseCircleEdit(null, data);
+    } // Function createBaseRectEdit()
+
+    /**
      * 创建基础注释
      *
-     * @param   data    Marker数据
-     * @return  注释item
-     * */
+     * @param data     数据
+     * @return  注释
+     */
     createBaseExpainEdit(data: Marker): SBaseExpainEdit {
         return new SBaseExpainEdit(null, data);
     } // Function createBaseExpainEdit()
@@ -93,10 +111,21 @@ export class BigEditFactory extends SItemFactory {
     /**
      * 创建基础多边形
      *
-     * @param   data    Marker数据
-     * @return  注释item
-     * */
+     * @param data     数据
+     * @return  注释
+     */
     createBasePolygonEdit(data: Marker): SBasePolygonEdit {
         return new SBasePolygonEdit(null, data);
     } // Function createBasePolygonEdit()
-} // Class SItemFactory
+
+    /**
+     * 创建基础基础箭头(折线)
+     *
+     * @param data     数据
+     * @return  注释
+     */
+    createBaseArrow(data: Marker): SBaseArrow {
+        return new SBaseArrow(null, data);
+    } // Function createBasePolygonEdit()
+
+} // Class BigEditFactory

+ 121 - 79
src/components/editClass/big-edit/SBaseEditScene.ts

@@ -1,39 +1,77 @@
-import { SGraphEditScene, SGraphAddCommand } from "../edit"
+/*
+ * *********************************************************************************************************************
+ *
+ *          !!
+ *        .F88X
+ *        X8888Y
+ *      .}888888N;
+ *        i888888N;        .:!              .I$WI:
+ *          R888888I      .'N88~            i8}+8Y&8"l8i$8>8W~'>W8}8]KW+8IIN"8&
+ *          .R888888I    .;N8888~          .X8'  "8I.!,/8"  !%NY8`"8I8~~8>,88I
+ *            +888888N;  .8888888Y                                  "&&8Y.}8,
+ *            ./888888N;  .R888888Y        .'}~    .>}'.`+>  i}!    "i'  +/'  .'i~  !11,.:">,  .~]!  .i}i
+ *              ~888888%:  .I888888l      .]88~`1/iY88Ii+1'.R$8$8]"888888888>  Y8$  W8E  X8E  W8888'188Il}Y88$*
+ *              18888888    E8888881    .]W%8$`R8X'&8%++N8i,8N%N8+l8%`  .}8N:.R$RE%N88N%N$K$R  188,FE$8%~Y88I
+ *            .E888888I  .i8888888'      .:$8I;88+`E8R:/8N,.>881.`$8E/1/]N8X.Y8N`"KF&&FK!'88*."88K./$88%RN888+~
+ *            8888888I  .,N888888~        ~88i"8W,!N8*.I88.}888%F,i$88"F88"  888:E8X.>88!i88>`888*.}Fl1]*}1YKi'
+ *          i888888N'      I888Y          ]88;/EX*IFKFK88X  K8R  .l8W  88Y  ~88}'88E&%8W.X8N``]88!.$8K  .:W8I
+ *        .i888888N;        I8Y          .&8$  .X88!  i881.:%888>I88  ;88]  +88+.';;;;:.Y88X  18N.,88l  .+88/
+ *      .:R888888I
+ *      .&888888I                                          Copyright (c) 2016-2020.  博锐尚格科技股份有限公司
+ *        ~8888'
+ *        .!88~                                                                     All rights reserved.
+ *
+ * *********************************************************************************************************************
+ */
+
+import { SGraphAddCommand, SGraphEditScene, SGraphEdit } from "./../edit/"
 import { SMouseEvent } from "@persagy-web/base/lib";
-import { SPoint, SFont, SColor, SRect } from '@persagy-web/draw/lib';
-import { SRectSelectItem, SItemStatus } from '@persagy-web/big/lib';
-import { SGraphItem, SGraphSelectContainer } from "@persagy-web/graph/";
+import { SArrowStyleType, SPoint, SRect } from '@persagy-web/draw';
+import { SItemStatus, SRectSelectItem } from '@persagy-web/big/lib';
+import { SGraphItem, SGraphSelectContainer } from "@persagy-web/graph/lib/";
 import { uuid } from "./until";
-import { SBaseExpainEdit, SBaseArrow, SBaseEquipment, SBasePipeUninTool,addBasePipe } from "./"
-export class SBaseEditScene extends SGraphEditScene {
+import { SBaseArrow, SBaseEquipment, SBaseExpainEdit, SBasePipeUninTool, SBasePipe } from "./"
+
 
-    /**图例节点 */
+/**
+ * big-edit 场景
+ *
+ * @author 韩耀龙 <han_yao_long@163.com>
+ */
+export class SBaseEditScene extends SGraphEditScene {
+    /** 图例节点 */
     Nodes: any = [];  // 图例节点,所有与工程信息化相关的图例(图标类型与区域)
-    /**图例节点 */  // 与工程信息无关的标识对象(增加文本注释,图上的图片说明)
+    /** 图例节点 */  // 与工程信息无关的标识对象(增加文本注释,图上的图片说明)
     Markers: any = [];
-    /**  管线对象 */
+    /** 管线对象 */
     Relations: any = [];
+    /** 复制的对象 */
+    copyString: any[] = [];
+    /** 选中的对象 */
+    grabItem: null | SGraphEdit | SGraphItem = null;
 
-    copyString: any[] = []
-
+    /**
+     * 构造函数
+     *
+     */
     constructor() {
         super()
-    }
+    } // Constructor
 
     /**
      * 新增基础类注释
      *
-     * @param   event   鼠标事件参数
+     * @param event   鼠标事件参数
      */
     addExplainItem(event: SMouseEvent): void {
         const data = {
-            /** 名称  */
+            /** 名称 */
             name: '基础注释文本',
             /** 图标 */
             type: "Text",
-            /** 位置  */
+            /** 位置 */
             pos: { x: event.x, y: event.y },
-            /** 由应用自己定义  */
+            /** 由应用自己定义 */
             properties: {
                 type: "BaseExplain",
             },
@@ -45,7 +83,7 @@ export class SBaseEditScene extends SGraphEditScene {
                     backgroundcolor: "#f7f9facc",
                 }
             }
-        }
+        };
         const item = new SBaseExpainEdit(null, data);
         item.moveTo(event.x, event.y);
         item.selectable = true;
@@ -54,7 +92,7 @@ export class SBaseEditScene extends SGraphEditScene {
         this.undoStack.push(new SGraphAddCommand(this, item));
         this.grabItem = null;
         this.finishCreated(item);
-    }
+    } // Function addExplainItem()
 
     /**
      * 新增基础箭头(折线)
@@ -71,10 +109,12 @@ export class SBaseEditScene extends SGraphEditScene {
             },
             style: {
                 outLine: [{ x: event.x, y: event.y }],
-                default: {
-                }
+                begin: SArrowStyleType.None,  //开端箭头样式
+                end: SArrowStyleType.None,    //结尾箭头样式
+                isMove: true,                 //是否可以移动
+                default: {}
             }
-        }
+        };
         const item = new SBaseArrow(null, data);
         item.status = SItemStatus.Create;
         item.selectable = true;
@@ -86,52 +126,54 @@ export class SBaseEditScene extends SGraphEditScene {
         if (this.view) {
             this.view.update();
         }
-    }
+    } // Function addPolyLineArrow()
 
     /**
-     * 添加基本设备item
+     * 添加基本设备 item
      *
-     * @param event 鼠标事件
+     * @param event     鼠标事件
+     * @param legendObj 图例样式
      */
-    addEuqipment(event: SMouseEvent): void {
+    addEuqipment(event: SMouseEvent, legendObj: any): void {
         const data = {
-            /** 名称  */
+            /** 名称 */
             name: '基础设备',
             num: 1,
             size: { width: 50, height: 50 },
-            /** 图标(Image),线类型(Line) */
+            /** 图标 (Image),线类型 (Line) */
             type: "Image",
-            /** 位置  */
+            /** 位置 */
             pos: { x: event.x, y: event.y },
-            /** 由应用自己定义  */
+            /** 由应用自己定义 */
             properties: {
                 type: "baseEquipment",
             },
             style: {
                 default: {
                     strokecolor: "#c0ccda",
-                    url: require('./../../../assets/images/svg.svg'),
+                    // url: require('./../../../assets/images/equip/' + legendObj.url),
                 }
             }
         }
-        const circleItem = new SBaseEquipment(null, data);
-        circleItem.status = SItemStatus.Create;
-        this.addItem(circleItem);
-        this.undoStack.push(new SGraphAddCommand(this, circleItem));
-        circleItem.selectable = true;
-        this.grabItem = circleItem;
-        circleItem.connect("finishCreated", this, this.finishCreated);
-        circleItem.connect("onContextMenu", this, this.getItem);
+        const item = new SBaseEquipment(null, data);
+        item.status = SItemStatus.Create;
+        this.addItem(item);
+        this.undoStack.push(new SGraphAddCommand(this, item));
+        item.selectable = true;
+        item.moveable = true;
+        this.grabItem = item;
+        item.connect("finishCreated", this, this.finishCreated);
+        item.connect("onContextMenu", this, this.getItem);
         if (this.view) {
             this.view.update();
         }
-    }
+    } // Function addEuqipment()
 
     /**
-    * 新增管道
-    *
-    * @param event 鼠标事件
-    */
+     * 新增管道
+     *
+     * @param event 鼠标事件
+     */
     addBasePipe(event: SMouseEvent) {
         const data = {
             name: '管道',
@@ -145,7 +187,7 @@ export class SBaseEditScene extends SGraphEditScene {
                 default: {
                 }
             }
-        }
+        };
         const item = new SBasePipe(null, data);
         item.status = SItemStatus.Create;
         item.selectable = true;
@@ -157,13 +199,13 @@ export class SBaseEditScene extends SGraphEditScene {
         if (this.view) {
             this.view.update();
         }
-    }
+    } // Function addBasePipe()
 
     /**
      * 添加基本管道联通器
      *
-     * @param event 鼠标事件
-     * @param cmd 命令
+     * @param event     鼠标事件
+     * @param cmd       命令
      */
     addPipeUninTool(event: SMouseEvent, cmd: string): void {
         const cmdList = {
@@ -172,23 +214,24 @@ export class SBaseEditScene extends SGraphEditScene {
             'sitong': 4,
         }
         const data = {
-            /** 名称  */
+            /** 名称 */
             name: '基础管道接头',
-            /** 图标(Image),线类型(Line) */
+            /** 图标 (Image),线类型 (Line) */
             type: "Image",
-            /** 位置  */
+            /** 位置 */
             pos: { x: event.x, y: event.y },
-            /** 由应用自己定义  */
+            /** 由应用自己定义 */
             properties: {
                 type: "BasePipeUninTool",
             },
             style: {
-                uninToolType: cmdList[cmd] ? cmdList[cmd] : 2,  //2,3,4 分别分二头连接器、三头连接器、四头连接器
+                // uninToolType: cmdList[cmd] ? cmdList[cmd] : 2,  //2,3,4 分别分二头连接器、三头连接器、四头连接器
+                uninToolType: 2,  //2,3,4 分别分二头连接器、三头连接器、四头连接器
                 default: {
                     strokecolor: "#c0ccda",
                 }
             }
-        }
+        };
         const item = new SBasePipeUninTool(null, data);
         item.status = SItemStatus.Create;
         item.selectable = true;
@@ -201,38 +244,34 @@ export class SBaseEditScene extends SGraphEditScene {
         if (this.view) {
             this.view.update();
         }
-    }
+    } // Function addPipeUninTool()
 
     /**
      * 重做
-     *
-     * @return any
      */
     redo(): void {
-        if (this.grabItem && this.grabItem.redo) {
+        if (this.grabItem && this.grabItem instanceof SGraphEdit) {
             this.grabItem.redo()
         } else {
             this.undoStack.redo();
         }
-    }
+    } // Function redo()
 
     /**
      * 撤销
-     *
-     * @return any
      */
     undo(): void {
-        if (this.grabItem && this.grabItem.undo) {
+        if (this.grabItem && this.grabItem instanceof SGraphEdit) {
             this.grabItem.undo()
         } else {
             this.undoStack.undo();
         }
-    }
+    } // Function undo()
 
     /**
      * 删除
      *
-     * @return item[]
+     * @return 删除的图例
      */
     deleteItem(): any {
         if (this.selectContainer.count == 0) {
@@ -246,21 +285,22 @@ export class SBaseEditScene extends SGraphEditScene {
             this.view.update()
         }
         return itemList
-    }
+    } // Function deleteItem()
 
     /**
      * 框选
-     *
      */
     addRectSelect(event: SMouseEvent): void {
         let point = new SPoint(event.x, event.y);
         let rect = new SRectSelectItem(null, point);
         this.addItem(rect);
         this.grabItem = rect;
-    }
+    } // Function addRectSelect()
 
     /**
      * 计算框选交集
+     *
+     * @param ctrl  是否点击ctrl
      */
     groupSelect(ctrl: boolean) {
         // if (!ctrl) {
@@ -270,10 +310,13 @@ export class SBaseEditScene extends SGraphEditScene {
             const rect = this.grabItem.boundingRect();
             this.arrToSelect(this.root.children, rect)
         }
-    }
+    } // Function groupSelect()
 
     /**
      * 选中item:框选
+     *
+     * @param arr   实例数组
+     * @param rect  框选矩形区域
      */
     private arrToSelect(arr: SGraphItem[], rect: SRect) {
         if (Array.isArray(arr) && arr.length) {
@@ -289,7 +332,7 @@ export class SBaseEditScene extends SGraphEditScene {
                 }
             })
         }
-    }
+    } // Function arrToSelect()
 
     /////////////////////////////////////////////////////////////////////
     // 鼠标事件
@@ -297,18 +340,18 @@ export class SBaseEditScene extends SGraphEditScene {
     /**
      * 鼠标左键按下
      *
-     * @param   event   鼠标事件参数
+     * @param event   鼠标事件参数
      */
     onMouseDown(event: SMouseEvent): any {
         if (!super.onMouseDown(event) && 1 == event.buttons) {
             this.addRectSelect(event);
         }
-    }
+    } // Function onMouseDown()
 
     /**
      * 鼠标抬起
      *
-     * @param   event   鼠标事件参数
+     * @param event   鼠标事件参数
      */
     onMouseUp(event: SMouseEvent): boolean {
         if (this.grabItem) {
@@ -326,13 +369,12 @@ export class SBaseEditScene extends SGraphEditScene {
             return this.grabItem.onMouseUp(event);
         }
         return super.onMouseUp(event)
-    }
+    } // Function onMouseUp()
 
     /**
      * 复制
-     *
      */
-    copy() {
+    copy(): void {
         const itemList = this.selectContainer.itemList
         if (itemList.length) {
             itemList.forEach(t => {
@@ -355,24 +397,24 @@ export class SBaseEditScene extends SGraphEditScene {
             console.log(input.value, Date.now());
             document.body.removeChild(input)
         }
-    }
+    } // Function copy()
 
     /**
      * 粘贴
-     *
      */
-    paste() {
+    paste(): void {
         const copyList = JSON.parse(JSON.stringify(this.copyString));
         copyList.forEach((t: any) => {
             if (this.view) {
                 t.Pos.X += 10,
                     t.Pos.Y += 10
             }
+
             t.moveable = true;
             console.log('t', t)
             this.addItem(t)
         });
         this.view ? this.view.update() : ''
         console.log(this.view)
-    }
-}
+    } // Function paste()
+} // Class SBaseEditScene

+ 38 - 21
src/components/editClass/big-edit/items/SBaseArrow.ts

@@ -23,9 +23,10 @@
  *
  * *********************************************************************************************************************
  */
+
 import { SColor, SFont, SPainter, SArrowStyleType } from "@persagy-web/draw/";
-import { SBasePolylineEdit } from './../../edit';
-import { SGraphItem,SLineStyle } from "@persagy-web/graph";
+import { SBasePolylineEdit } from './../../edit/';
+import { SGraphItem, SLineStyle } from "@persagy-web/graph/lib";
 import { Marker } from "./../types/Marker";
 import { SMouseEvent } from "@persagy-web/base/lib";
 import { ItemOrder } from '@persagy-web/big/lib';
@@ -33,9 +34,8 @@ import { ItemOrder } from '@persagy-web/big/lib';
 /**
  * 编辑箭头(折线)
  *
- * * @author  韩耀龙(han_yao_long#163.com)
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
-
 export class SBaseArrow extends SBasePolylineEdit {
     ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     //属性
@@ -43,29 +43,43 @@ export class SBaseArrow extends SBasePolylineEdit {
     _begin = SArrowStyleType.None;
     get begin(): SArrowStyleType {
         return this._begin;
-    }
+    } // Get begin
     set begin(v: SArrowStyleType) {
         this._begin = v;
         this.update();
-    }
+    } // Set begin
+
     /** 结束点样式 */
     _end = SArrowStyleType.None;
     get end(): SArrowStyleType {
         return this._end;
-    }
+    } // Get end
     set end(v: SArrowStyleType) {
         this._end = v;
         this.update();
-    }
+    } // Set end
+
+    /**
+     * 构造函数
+     *
+     * @param parent    指向父对象
+     * @param data      数据
+     */
     constructor(parent: SGraphItem | null, data: Marker) {
         super(parent, data);
-        this.begin = SArrowStyleType.Basic
-    }
+        this.data = data;
+        // 设置箭头
+        if (data && data.style) {
+            this.begin = data.style.begin ? data.style.begin : SArrowStyleType.None;
+            this.end = data.style.end ? data.style.end : SArrowStyleType.None
+        }
+    } // Constructor
+
     /**
      * 鼠标按下事件
      *
-     * @param   event   保存事件参数
-     * @return  boolean
+     * @param event   保存事件参数
+     * @return  事件是否处理
      */
     onMouseDown(event: SMouseEvent): boolean {
         super.onMouseDown(event)
@@ -75,8 +89,8 @@ export class SBaseArrow extends SBasePolylineEdit {
     /**
      * 绘制基本图形
      *
-     * @param   painter painter对象
-     * */
+     * @param painter   绘制对象
+     */
     drawBaseLine(painter: SPainter): void {
         // 绘制基本图形
         if (this.lineStyle == SLineStyle.Dashed) {
@@ -90,6 +104,7 @@ export class SBaseArrow extends SBasePolylineEdit {
                 painter.toPx(this.lineWidth)
             ];
         }
+
         painter.pen.color = this.strokeColor;
         painter.drawArrowLine(this.pointList[0], this.pointList[1], {
             begin: this.begin,
@@ -107,11 +122,13 @@ export class SBaseArrow extends SBasePolylineEdit {
     } // Function drawBaseLine()
 
     /**
-    * 返回对象储存的相关数据
-    *
-    * @return	formData
-    */
+     * 返回对象储存的相关数据
+     *
+     * @return 对象储存的相关数据
+     */
     toData(): any {
-        return super.toData()
-    }
-}
+        this.data.style.begin = this.begin;
+        this.data.style.end = this.end;
+        return super.toData();
+    } // Function toData()
+} // Class SBaseArrow

+ 16 - 95
src/components/editClass/big-edit/items/SBaseEquipment.ts

@@ -23,113 +23,34 @@
  *
  * *********************************************************************************************************************
  */
-import { SColor, SLine, SPainter, SPoint, SRect } from "@persagy-web/draw/";
-import { SGraphItem, SGraphSvg } from "@persagy-web/graph";
-import { SGraphEdit } from '../../edit/';
+
+import { SGraphItem } from "@persagy-web/graph/lib";
 import { Marker } from "./../types/Marker";
+import { SBaseImageEdit } from './../../edit/';
+
 /**
  * 编辑基础设备类
  *
- * * @author  haojianlong
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
-export class SBaseEquipment extends SGraphEdit {
-    /**编辑相关操作的数据 */
-    data: Marker
-    /** 图片dom */
-    img: CanvasImageSource | undefined;
-    /** 图片加载是否完成 */
-    isLoadOver: boolean = false;
-    /** 图片地址 */
-    private _url: string = "";
-    get url(): string {
-        return this._url;
-    } // Get Url
-    set url(v: string) {
-        if (this._url == v) {
-            return;
-        }
-        this._url = v;
-        if (!this.img) {
-            this.img = new Image();
-        }
-        // @ts-ignore
-        this.img.src = v;
-    } // Set Url
-    /** item宽 */
-    private _width: number = 0;
-    get width(): number {
-        return this._width;
-    } // Get width
-    set width(v: number) {
-        if (v == this._width) {
-            return;
-        }
-        this._width = v;
-        this.update();
-    } // Set width
-    /** item高 */
-    private _height: number = 0;
-    get height(): number {
-        return this._height;
-    } // Get height
-    set height(v: number) {
-        if (v == this._height) {
-            return;
-        }
-        this._height = v;
-        this.update();
-    } // Set height
+export class SBaseEquipment extends SBaseImageEdit {
 
     /**
      * 构造函数
      *
-     * @param   parent  父类
-     * @param   data    传入数据
-     * */
+     * @param parent    指向父对象
+     * @param data      数据
+     */
     constructor(parent: SGraphItem | null, data: Marker) {
-        super(parent);
-        this.data = data;
-        if (data.Style && data.Style.Default) {
-            if (data.Style.Default.Url) {
-                this.img = new Image();
-                this.url = data.Style.Default.Url;
-                this.img.onload = (e): void => {
-                    this.isLoadOver = true;
-                    this.update();
-                };
-                this.img.onerror = (e): void => {
-                    this.isLoadOver = false;
-                    this.update();
-                    console.log("加载图片错误!", e);
-                };
-            }
-            if (data.Size) {
-                this.width = data.Size.Width;
-                this.height = data.Size.Height;
-            }
-            this.moveTo(data.Pos.X, data.Pos.Y);
-        }
-
+        super(parent, data);
     } // Constructor
 
     /**
-     * Item对象边界区域
-     *
-     * @return	SRect
-     */
-    boundingRect(): SRect {
-        return new SRect(0, 0, this.width, this.height);
-    } // Function boundingRect()
-
-    /**
-     * Item绘制操作
+     * 返回对象储存的相关数据
      *
-     * @param   painter      绘画类
+     * @return	对象储存的相关数据
      */
-    onDraw(painter: SPainter): void {
-        if (this.isLoadOver) {
-            // @ts-ignore
-            painter.drawImage(this.img, 0, 0, this.width, this.height);
-        }
-    } // Function onDraw()
-} // Class SGraphSvgItem
+    toData(): any {
+        return super.toData()
+    } // Function toData
+} // Class SBaseEquipment

+ 66 - 59
src/components/editClass/big-edit/items/SBaseExpainEdit.ts

@@ -1,62 +1,69 @@
 /*
- * *********************************************************************************************************************
- *
- *          !!
- *        .F88X
- *        X8888Y
- *      .}888888N;
- *        i888888N;        .:!              .I$WI:
- *          R888888I      .'N88~            i8}+8Y&8"l8i$8>8W~'>W8}8]KW+8IIN"8&
- *          .R888888I    .;N8888~          .X8'  "8I.!,/8"  !%NY8`"8I8~~8>,88I
- *            +888888N;  .8888888Y                                  "&&8Y.}8,
- *            ./888888N;  .R888888Y        .'}~    .>}'.`+>  i}!    "i'  +/'  .'i~  !11,.:">,  .~]!  .i}i
- *              ~888888%:  .I888888l      .]88~`1/iY88Ii+1'.R$8$8]"888888888>  Y8$  W8E  X8E  W8888'188Il}Y88$*
- *              18888888    E8888881    .]W%8$`R8X'&8%++N8i,8N%N8+l8%`  .}8N:.R$RE%N88N%N$K$R  188,FE$8%~Y88I
- *            .E888888I  .i8888888'      .:$8I;88+`E8R:/8N,.>881.`$8E/1/]N8X.Y8N`"KF&&FK!'88*."88K./$88%RN888+~
- *            8888888I  .,N888888~        ~88i"8W,!N8*.I88.}888%F,i$88"F88"  888:E8X.>88!i88>`888*.}Fl1]*}1YKi'
- *          i888888N'      I888Y          ]88;/EX*IFKFK88X  K8R  .l8W  88Y  ~88}'88E&%8W.X8N``]88!.$8K  .:W8I
- *        .i888888N;        I8Y          .&8$  .X88!  i881.:%888>I88  ;88]  +88+.';;;;:.Y88X  18N.,88l  .+88/
- *      .:R888888I
- *      .&888888I                                          Copyright (c) 2016-2020.  博锐尚格科技股份有限公司
- *        ~8888'
- *        .!88~                                                                     All rights reserved.
- *
- * *********************************************************************************************************************
- */
-import { SColor, SFont } from "@persagy-web/draw/";
-import { SBaseTextEdit } from './../../edit';
-import { SGraphItem } from "@persagy-web/graph";
-import { Marker } from "./../types/Marker";
-import { SMouseEvent } from "@persagy-web/base/lib";
-import { ItemOrder } from '@persagy-web/big/lib';
+* *********************************************************************************************************************
+*
+*          !!
+*        .F88X
+*        X8888Y
+*      .}888888N;
+*        i888888N;        .:!              .I$WI:
+*          R888888I      .'N88~            i8}+8Y&8"l8i$8>8W~'>W8}8]KW+8IIN"8&
+*          .R888888I    .;N8888~          .X8'  "8I.!,/8"  !%NY8`"8I8~~8>,88I
+*            +888888N;  .8888888Y                                  "&&8Y.}8,
+*            ./888888N;  .R888888Y        .'}~    .>}'.`+>  i}!    "i'  +/'  .'i~  !11,.:">,  .~]!  .i}i
+*              ~888888%:  .I888888l      .]88~`1/iY88Ii+1'.R$8$8]"888888888>  Y8$  W8E  X8E  W8888'188Il}Y88$*
+*              18888888    E8888881    .]W%8$`R8X'&8%++N8i,8N%N8+l8%`  .}8N:.R$RE%N88N%N$K$R  188,FE$8%~Y88I
+*            .E888888I  .i8888888'      .:$8I;88+`E8R:/8N,.>881.`$8E/1/]N8X.Y8N`"KF&&FK!'88*."88K./$88%RN888+~
+*            8888888I  .,N888888~        ~88i"8W,!N8*.I88.}888%F,i$88"F88"  888:E8X.>88!i88>`888*.}Fl1]*}1YKi'
+*          i888888N'      I888Y          ]88;/EX*IFKFK88X  K8R  .l8W  88Y  ~88}'88E&%8W.X8N``]88!.$8K  .:W8I
+*        .i888888N;        I8Y          .&8$  .X88!  i881.:%888>I88  ;88]  +88+.';;;;:.Y88X  18N.,88l  .+88/
+*      .:R888888I
+*      .&888888I                                          Copyright (c) 2016-2020.  博锐尚格科技股份有限公司
+*        ~8888'
+*        .!88~                                                                     All rights reserved.
+*
+* *********************************************************************************************************************
+*/
+
+import {SBaseTextEdit} from './../../edit/';
+import {SGraphItem} from "@persagy-web/graph/lib";
+import {Marker} from "./../types/Marker";
+import {SMouseEvent} from "@persagy-web/base/lib";
+
 /**
- * 编辑基础注释类
- *
- * * @author  韩耀龙(han_yao_long#163.com)
- */
-export class SBaseExpainEdit extends SBaseTextEdit {
-    ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-    //属性
-    constructor(parent: SGraphItem | null, data: Marker) {
-        super(parent, data);
-    }
-    /**
-     * 鼠标按下事件
-     *
-     * @param   event   保存事件参数
-     * @return  boolean
-     */
-    onMouseDown(event: SMouseEvent): boolean {
-        super.onMouseDown(event)
-        return true;
-    } // Function onMouseDown()
+  * 编辑基础注释类
+  *
+  * @author 韩耀龙 <han_yao_long@163.com>
+  */
+ export class SBaseExpainEdit extends SBaseTextEdit {
+     ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+     //属性
+     /**
+      * 构造函数
+      *
+      * @param parent    指向父对象
+      * @param data      数据
+      */
+     constructor(parent: SGraphItem | null, data: Marker) {
+         super(parent, data);
+     } // Constructor
+
+     /**
+      * 鼠标按下事件
+      *
+      * @param event   保存事件参数
+      * @return 是否处理该事件
+      */
+     onMouseDown(event: SMouseEvent): boolean {
+         super.onMouseDown(event);
+         return true;
+     } // Function onMouseDown()
 
-    /**
-    * 返回对象储存的相关数据
-    *
-    * @return	formData
-    */
-    toData(): any {
-        return super.toData()
-    }
-}
+     /**
+      * 返回对象储存的相关数据
+      *
+      * @return 相关数据
+      */
+     toData(): any {
+         return super.toData()
+     } // Function toData()
+ } // Class SBaseExpainEdit

+ 24 - 19
src/components/editClass/big-edit/items/SBasePipe.ts

@@ -23,42 +23,47 @@
  *
  * *********************************************************************************************************************
  */
-import { SColor, SFont } from "@persagy-web/draw/";
-import { SBasePolylineEdit } from './../../edit';
-import { SGraphItem } from "@persagy-web/graph";
-import { Marker } from "./../types/Marker";
-import { SMouseEvent } from "@persagy-web/base/lib";
-import { ItemOrder } from '@persagy-web/big/lib';
+
+import {SBasePolylineEdit} from './../../edit/';
+import {SGraphItem} from "@persagy-web/graph/lib/";
+import {Marker} from "./../types/Marker";
+import {SMouseEvent} from "@persagy-web/base/lib";
 
 /**
  * 编辑基础管道
  *
- * * @author  韩耀龙(han_yao_long#163.com)
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
-
 export class SBasePipe extends SBasePolylineEdit {
     ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     //属性
+    /**
+     * 构造函数
+     *
+     * @param parent    指向父对象
+     * @param data      数据
+     */
     constructor(parent: SGraphItem | null, data: Marker) {
-        super(parent,data);
-    }
+        super(parent, data);
+    } // Constructor
+
     /**
      * 鼠标按下事件
      *
-     * @param   event   保存事件参数
-     * @return  boolean
+     * @param event   保存事件参数
+     * @return 是否处理该事件
      */
     onMouseDown(event: SMouseEvent): boolean {
-        super.onMouseDown(event)
+        super.onMouseDown(event);
         return true;
     } // Function onMouseDown()
 
     /**
-    * 返回对象储存的相关数据
-    *
-    * @return	formData
-    */
+     * 返回对象储存的相关数据
+     *
+     * @return 相关数据
+     */
     toData(): any {
         return super.toData()
-    }
-}
+    } // Function toData()
+} // Class SBasePipe

+ 27 - 22
src/components/editClass/big-edit/items/SBasePipeUninTool.ts

@@ -23,58 +23,63 @@
  *
  * *********************************************************************************************************************
  */
-import { SColor, SFont } from "@persagy-web/draw/";
-import { SBaseImageEdit } from './../../edit';
-import { SGraphItem } from "@persagy-web/graph";
-import { Marker } from "./../types/Marker";
-import { SMouseEvent } from "@persagy-web/base/lib";
-import { ItemOrder } from '@persagy-web/big/lib';
+
+import {SBaseImageEdit} from './../../edit/';
+import {SGraphItem} from "@persagy-web/graph/lib";
+import {Marker} from "./../types/Marker";
+import {SMouseEvent} from "@persagy-web/base/lib";
 
 /**
  * 编辑基础管道接头类
  *
- * * @author  韩耀龙(han_yao_long#163.com)
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
-
 export class SBasePipeUninTool extends SBaseImageEdit {
     ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     //属性
+    /**
+     * 构造函数
+     *
+     * @param parent    指向父对象
+     * @param data      数据
+     */
     constructor(parent: SGraphItem | null, data: Marker) {
         super(parent, data);
         if (data && data.style) {
             switch (data.style.uninToolType) {
                 case 2:
                     this.url = require('./../../../../assets/images/leftImgs/wantou.png');
-                    break
+                    break;
                 case 3:
                     this.url = require('./../../../../assets/images/leftImgs/santong.png');
-                    break
+                    break;
                 case 4:
                     this.url = require('./../../../../assets/images/leftImgs/sitong.png');
-                    break
+                    break;
                 default:
                     this.url = require('./../../../../assets/images/leftImgs/wantou.png');
-                    break
+                    break;
             }
         }
-    }
+    } // Constructor
+
     /**
      * 鼠标按下事件
      *
-     * @param   event   保存事件参数
-     * @return  boolean
+     * @param event   保存事件参数
+     * @return 是否处理该事件
      */
     onMouseDown(event: SMouseEvent): boolean {
-        super.onMouseDown(event)
+        super.onMouseDown(event);
         return true;
     } // Function onMouseDown()
 
     /**
-    * 返回对象储存的相关数据
-    *
-    * @return	formData
-    */
+     * 返回对象储存的相关数据
+     *
+     * @return 相关数据
+     */
     toData(): any {
         return super.toData()
-    }
-}
+    } // Function toData()
+} // Class SBasePipeUninTool

+ 1 - 1
src/components/editClass/big-edit/parsers/bigEditParse.ts

@@ -1 +1 @@
-import { SBaseLineEdit, SBaseTextEdit, SBaseImageEdit, SBaseExpainEdit, SBasePolygonEdit } from "./../index"
+import { SBaseExpainEdit, } from "./../index"

+ 5 - 7
src/components/editClass/big-edit/types/Anchor.ts

@@ -24,18 +24,16 @@
  * *********************************************************************************************************************
  */
 
-
-
-import { Point } from "@persagy-web/big/lib/types/Point";
+import { Point } from "./../../edit/type/Point";
 
 /**
- * 锚点item接口
+ * 锚点 item 接口
  *
- * @author  张宇
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
 export interface Anchor {
-    /** 锚点ID */
+    /** 锚点 ID */
     ID: string;
-    /** 锚点的坐标  */
+    /** 锚点的坐标 */
     Pos: Point;
 } // Interface Anchor

+ 7 - 6
src/components/editClass/big-edit/types/ElementData.ts

@@ -24,8 +24,6 @@
  * *********************************************************************************************************************
  */
 
-
-
 import { Legend } from "./Legend";
 import { Marker } from "./Marker";
 import { Relation } from "./Relation";
@@ -33,10 +31,13 @@ import { Relation } from "./Relation";
 /**
  * 系统图数据接口
  *
- * @author  张宇
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
 export interface ElementData {
-    nodes: Legend[];
-    markers: Marker[];
-    relations: Relation[];
+    /** 在数据中台有数据的节点 */
+    Nodes: Legend[];
+    /** 说明型节点 */
+s: Marker[];
+    /** 关系类节点 */
+    Relations: Relation[];
 } // Interface ElementData

+ 16 - 17
src/components/editClass/big-edit/types/Legend.ts

@@ -24,46 +24,45 @@
  * *********************************************************************************************************************
  */
 
-
 import { Anchor } from "./Anchor";
-import { Point } from "@persagy-web/big/lib/types/Point";
+import { Point } from "./../../edit/type/Point";
 import { Size } from "@persagy-web/big/lib/types/Size";
-import { SPoint } from '@persagy-web/draw/lib';
+import { SPoint } from '@persagy-web/draw/';
 
 /**
  * 图例节点接口
  *
- * @author  张宇
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
 export interface Legend {
     /** ID */
     ID: string;
-    /** 名称  */
+    /** 名称 */
     Name: string;
     /** 返回工程信息化对象 ID 列表 */
     AttachObjectIds?: any[];
-    /** 图标,区域类型  */
+    /** 图标,区域类型 */
     GraphElementType: string;
-    /** 对应的图例ID  */
+    /** 对应的图例 ID */
     GraphElementId: string;
-    /** 图例数量  */
+    /** 图例数量 */
     Num?: number;
-    /** 位置  */
+    /** 位置 */
     Pos: Point;
-    /** item类型 */
+    /** item 类型 */
     Type: string
-    /** 缩放  */
+    /** 缩放 */
     Scale?: Point;
-    /** 旋转  */
+    /** 旋转 */
     Rolate?: Point;
-    /** 大小  */
+    /** 大小 */
     Size?: Size;
-    /** 锚点List  */
+    /** 锚点 List */
     AnchorList?: Anchor[];
-    /** 轮廓线  */
+    /** 轮廓线 */
     OutLine?: Point[] | SPoint[];
-    /** 由应用自己定义  */
+    /** 由应用自己定义 */
     Properties?: any;
-     /** zone 区分防火分区和石材铺装  */
+     /** zone 区分防火分区和石材铺装 */
     SubType?:string
 } // Interface Legend

+ 9 - 11
src/components/editClass/big-edit/types/Marker.ts

@@ -24,33 +24,31 @@
  * *********************************************************************************************************************
  */
 
-
-
-import { Point } from "@persagy-web/graph/lib/types/Point";
+import { Point } from "./../../edit/type/Point";
 import { Size } from "@persagy-web/big/lib/types/Size";
 
 /**
  * 标识对象接口
  *
- * @author  张宇
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
 export interface Marker {
     /** ID */
     iD?: string;
-    /** 名称  */
+    /** 名称 */
     name: string;
-    /** 图标(Image),线类型(Line) */
+    /** 图标 (Image),线类型 (Line) */
     type: string;
-    /** 位置  */
+    /** 位置 */
     pos: Point;
-    /** 缩放  */
+    /** 缩放 */
     scale?: Point;
-    /** 旋转  */
+    /** 旋转 */
     rolate?: Point;
-    /** 大小  */
+    /** 大小 */
     size?: Size;
     /** 绘制时得数据以及样式 */
     style: any;
-    /** 由应用自己定义  */
+    /** 由应用自己定义 */
     properties?: any;
 } // Interface Marker

+ 8 - 10
src/components/editClass/big-edit/types/Relation.ts

@@ -24,32 +24,30 @@
  * *********************************************************************************************************************
  */
 
-
-
 import { SRelationDir } from "@persagy-web/big/lib/enums/SRelationDir";
-import { Point } from "@persagy-web/big/lib/types/Point";
+import { Point } from "./../../edit/type/Point";
 
 /**
  * 管线对象关系接口
  *
- * @author  张宇
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
 export interface Relation {
     /** ID */
     ID: string;
     /** 名称 */
     Name: string;
-    /** 对应的图例ID */
+    /** 对应的图例 ID */
     GraphElementId: string;
-    /** 关联节点1_id */
+    /** 关联节点 1_id */
     Node1ID?: string;
-    /** 关联节点2_id */
+    /** 关联节点 2_id */
     Node2ID?: string;
-    /** 关联锚点1_id  */
+    /** 关联锚点 1_id */
     Anchor1ID?: string;
-    /** 关联锚点2_id */
+    /** 关联锚点 2_id */
     Anchor2ID?: string;
-    /** 方向(0:无向,1:节点1到节点2,2:节点2到节点1) */
+    /** 方向(0:无向,1:节点 1 到节点2,2:节点 2 到节点 1) */
     Dir?: SRelationDir;
     /** 线类型(0:直线,1:水平/垂直线,2:曲线) */
     LineType: string;

+ 1 - 11
src/components/editClass/big-edit/until.ts

@@ -1,16 +1,6 @@
 //  生成uuid
 export function uuid() {
-    const s = [];
-    const hexDigits = "0123456789abcdef";
-    for (let i = 0; i < 36; i++) {
-        s[i] = hexDigits.substr(Math.floor(Math.random() * 0x10), 1);
-    }
-    s[14] = "4";
-    s[19] = hexDigits.substr((s[19] & 0x3) | 0x8, 1);
-    s[8] = s[13] = s[18] = s[23] = "-";
-
-    const uuid = s.join("");
-    return `${uuid}-${new Date().getTime()}`;
+  // do nothing
 }
 
 export function rgbaNum(rgba: string) {

+ 36 - 16
src/components/editClass/edit/SGraphEdit.ts

@@ -31,50 +31,70 @@ import { SMouseEvent } from "@persagy-web/base/";
 /**
  * 编辑基类
  *
- * @author  韩耀龙(han_yao_long@163.com)
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
 export class SGraphEdit extends SGraphItem {
     //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     //属性
-    /**编辑状态 */
+    /** 编辑状态 */
     protected _status: SItemStatus = SItemStatus.Normal;
     get status(): SItemStatus {
         return this._status;
-    }
+    } // Get status
     set status(value: SItemStatus) {
         const oldStatus = this._status;
         const newStatus = value;
         this._status = value;
         //状态变更触发事件
-        this.$emit('statusChange', oldStatus, newStatus)
+        this.$emit('statusChange', oldStatus, newStatus);
         this.update();
-    }
+    } // Set status
 
     //////////////////////////////////////////////////////////////////////////////////////////////////////////////
     //函数
-    /*
+    /**
      * 构造函数
      *
-     * @param   parent      指向父对象
+     * @param parent      指向父对象
      */
     constructor(parent: SGraphItem | null) {
         super();
         if (parent) {
             this.parent = parent;
         }
-        this.selectable = true
-    }
+
+        this.selectable = true;
+    } // Constructor
+
+    /**
+     * 重做
+     */
+    redo(): void {
+        // do nothing
+    } // Function redo()
+
+    /**
+     * 撤销
+     */
+    undo(): void {
+        // do nothing
+    } // Function undo()
 
     /**
      * 将类中得数据转换为方便存储格式的方法
      *
-     * return   any         针对item类型保持相应的格式
+     * @return 针对 item 类型保持相应的格式
      */
     toData(): any {
-
-    }
+        // do nothing
+    } // Function toData()
+    /**
+     * 将类中得数据转换为方便存储格式的方法
+     *
+     * @return 针对 item 类型保持相应的格式
+     */
     onContextMenu(event: SMouseEvent): boolean {
-        this.$emit('onContextMenu', event)
-        return true
-    }
-}
+        this.$emit('onContextMenu', event);
+        return true;
+    } // Function onContextMenu()
+} // Class SGraphEdit

+ 97 - 85
src/components/editClass/edit/SGraphEditScene.ts

@@ -28,17 +28,17 @@ import { SGraphScene, SGraphItem } from "@persagy-web/graph";
 import { SPoint } from "@persagy-web/draw";
 import { SMouseEvent, SUndoStack, } from "@persagy-web/base";
 import { SRectSelectItem, SItemStatus } from "@persagy-web/big";
-import { SBaseArrowEdit,SBasePolygonEdit, SBaseCircleEdit, SBaseLineEdit, SGraphAddCommand, SGraphEdit, SBasePolylineEdit, SBaseTextEdit, SBaseImageEdit, SBaseRectEdit, SBaseTriangleEdit } from './'
+import { SBaseArrowEdit, SBasePolygonEdit, SBaseCircleEdit, SBaseLineEdit, SGraphAddCommand, SGraphEdit, SBasePolylineEdit, SBaseTextEdit, SBaseImageEdit, SBaseRectEdit, SBaseTriangleEdit } from './'
 
 /**
- * Graphy图形引擎编辑场景类
+ * Graph 图形引擎编辑场景类
  *
- * @author  韩耀龙(han_yao_long@126.com)
+ * @author 韩耀龙 <han_yao_long@126.com>
  */
 export class SGraphEditScene extends SGraphScene {
     /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     //属性
-    /** undo/redo存储栈 */
+    /** undo/redo 存储栈 */
     protected undoStack = new SUndoStack();
     // get undoStack(): SUndoStack {
     //     return this._undoStack
@@ -46,45 +46,52 @@ export class SGraphEditScene extends SGraphScene {
     // // set undoStack(val: SUndoStack) {
     // //     this._undoStack = val
     // // }
-    /**编辑命令 */
+    /** 编辑命令 */
     _editCmd: string = ""
     get editCmd(): string {
         return this._editCmd
-    }
+    } // Get editCmd
     set editCmd(val: string) {
         this._editCmd = val;
-    }
-    /**是否可编辑 */
-    _isEditStatus: Boolean = true; // 是否可编辑
+    } // Set editCmd
+
+    /** 是否可编辑 */
+    _isEditStatus: Boolean = true;
     set isEditStatus(bol: Boolean) {
         this._isEditStatus = bol;
-    }
+    } // Get isEditStatus
     get isEditStatus(): Boolean {
-        return this._isEditStatus
-    }
+        return this._isEditStatus;
+    } // Set isEditStatus
+
     /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     //函数
+    /**
+     * 构造函数
+     */
     constructor() {
         super()
         // // 选择绑定选额item事件
         this.selectContainer.connect("selectChange", this, this.selectChange);
-    }
+    } // Constructor
 
     /**
-     * 选中item触发方法
+     * 选中 item 触发方法
      *
      * @param obj 变化后的对象
      */
-    selectChange(obj: any) { }
+    selectChange(obj: any) {
+        // do nothing
+    } // Function selectChange
 
     /**
-    * 新增基础类直线
-    *
-    * @param   event   鼠标事件参数
-    */
-    addLine(event: SMouseEvent): void {
+     * 新增基础类直线
+     *
+     * @param event   鼠标事件参数
+     */
+     addLine(event: SMouseEvent): void {
         const data = {
-            /** 名称  */
+            /** 名称 */
             name: '基础直线',
             /** 图标(Image),线类型(Line) */
             type: "Line",
@@ -92,15 +99,15 @@ export class SGraphEditScene extends SGraphScene {
             scale: { x: 1, y: 1, z: 1 },
             /** 缩放比例(Image),线类型(Line) */
             rolate: { x: 0, y: 0, z: 0 },
-            /** 位置  */
+            /** 位置 */
             pos: { x: 0, y: 0 },
-            /** 由应用自己定义  */
+            /** 由应用自己定义 */
             properties: {
                 type: "BaseLine"           // 自定义类型用于区分mark与node
             },
             style: {
+                line: [{ x: event.x, y: event.y }],
                 default: {
-                    line: [{ x: event.x, y: event.y }],
                 }
             }
         }
@@ -115,7 +122,7 @@ export class SGraphEditScene extends SGraphScene {
         if (this.view) {
             this.view.update();
         }
-    }
+    } // Function addLine()
 
     /**
      * 新增折线
@@ -147,23 +154,23 @@ export class SGraphEditScene extends SGraphScene {
         if (this.view) {
             this.view.update();
         }
-    }
+    } // Function addPolyLine()
 
     /**
-   * 新增基础类图片
-   *
-   * @param   event   鼠标事件参数
-   */
+     * 新增基础类图片
+     *
+     * @param event   鼠标事件参数
+     */
     addImageItem(event: SMouseEvent): void {
         const data = {
-            /** 名称  */
+            /** 名称 */
             name: '基础图片',
             num: 1,
             /** 图标(Image),线类型(Line) */
             type: "Image",
-            /** 位置  */
+            /** 位置 */
             pos: { x: event.x, y: event.y },
-            /** 由应用自己定义  */
+            /** 由应用自己定义 */
             properties: {
                 type: "BaseImage",
             },
@@ -180,23 +187,23 @@ export class SGraphEditScene extends SGraphScene {
         this.addItem(item);
         this.undoStack.push(new SGraphAddCommand(this, item));
         this.finishCreated(item);
-    }
+    } // Function addImageItem()
 
     /**
      * 新增基础类文本
      *
-     * @param   event   鼠标事件参数
+     * @param event   鼠标事件参数
      */
     addTextItem(event: SMouseEvent): void {
         const data = {
-            /** 名称  */
+            /** 名称 */
             name: '基础文本',
             /** 图标 */
             type: "Text",
-            /** 位置  */
+            /** 位置 */
             pos: { x: event.x, y: event.y },
             size: { width: 0, height: 0 },
-            /** 由应用自己定义  */
+            /** 由应用自己定义 */
             properties: {
                 type: "BaseText"           // 自定义类型用于区分mark与node
             },
@@ -208,7 +215,7 @@ export class SGraphEditScene extends SGraphScene {
                     backgroundcolor: "#f7f9facc",
                 }
             }
-        }
+        };
         const item = new SBaseTextEdit(null, data);
         item.moveTo(event.x, event.y);
         item.moveable = true;
@@ -217,9 +224,11 @@ export class SGraphEditScene extends SGraphScene {
         this.grabItem = null;
         item.connect("onContextMenu", this, this.getItem);
         this.finishCreated(item);
-    }
+    } // Function addTextItem()
+
     /**
-     * 添加基本矩形item
+     * 添加基本矩形 item
+     *
      * @param event 鼠标事件
      */
     addRectItem(event: SMouseEvent): void {
@@ -227,7 +236,7 @@ export class SGraphEditScene extends SGraphScene {
             name: '基础矩形',
             /** 图标(Image),线类型(Line) */
             type: "Zone",
-            /** 位置  */
+            /** 位置 */
             pos: { x: 0, y: 0 },
             properties: {
                 type: "BaseRect",
@@ -238,6 +247,7 @@ export class SGraphEditScene extends SGraphScene {
                 }
             }
         }
+
         const rectItem = new SBaseRectEdit(null, data);
         rectItem.status = SItemStatus.Create;
         this.addItem(rectItem);
@@ -251,10 +261,10 @@ export class SGraphEditScene extends SGraphScene {
         if (this.view) {
             this.view.update();
         }
-    }
+    } // Function addRectItem()
 
     /**
-     * 添加基本三角形item
+     * 添加基本三角形 item
      *
      * @param event 鼠标事件
      */
@@ -284,7 +294,7 @@ export class SGraphEditScene extends SGraphScene {
         if (this.view) {
             this.view.update();
         }
-    }
+    } // Function addTriangleItem()
 
     /**
      * 添加基本圆
@@ -316,13 +326,13 @@ export class SGraphEditScene extends SGraphScene {
         if (this.view) {
             this.view.update();
         }
-    }
+    } // Function addCircleItem()
 
     /**
-    * 添加基本多边形
-    *
-    * @param event 鼠标事件
-    */
+     * 添加基本多边形
+     *
+     * @param event     鼠标事件
+     */
     addPolygonItem(event: SMouseEvent): void {
         const data = {
             name: '基础多边形',
@@ -336,7 +346,7 @@ export class SGraphEditScene extends SGraphScene {
                 default: {
                 }
             }
-        }
+        };
         const polygonItem = new SBasePolygonEdit(null, data);
         polygonItem.status = SItemStatus.Create;
         polygonItem.selectable = true;
@@ -347,13 +357,13 @@ export class SGraphEditScene extends SGraphScene {
         polygonItem.connect("onContextMenu", this, this.getItem);
         if (this.view) {
             this.view.update();
-        }
-    }
+        };
+    } // Function addPolygonItem()
 
     /**
-     * 添加基本箭头item(直线类)
+     * 添加基本箭头 item (直线类)
      *
-     * @param event 鼠标事件
+     * @param event     鼠标事件
      */
     addBaseArrowsItem(event: SMouseEvent): void {
         const data = {
@@ -381,69 +391,70 @@ export class SGraphEditScene extends SGraphScene {
         if (this.view) {
             this.view.update();
         }
-    }
+    } // Function addBaseArrowsItem()
 
     /**
-     * 对齐指定item
-     * @param v
+     * 对齐指定 item
+     *
+     * @param v     对齐类型
      */
     changeAlignItem(v: any): void {
         this.selectContainer.layout(v);
-    }
+    } // Function changeAlignItem()
 
     /**
      * 保存数据
      *
-     * @return any 返回需要保存的数据
+     * @return 返回需要保存的数据
      */
     saveMsgItem(): any {
-    }
+        // do nothing
+    } // Function saveMsgItem()
 
     /**
      * 重做
-     *
-     * @return any
      */
     redo(): void {
-    }
+        // do nothing
+    } // Function redo()
 
     /**
      * 撤销
-     *
-     * @return any
      */
     undo(): void {
-    }
+        // do nothing
+    } // Function undo()
 
     /**
      * 完成创建的回调函数
      *
      * @param item 完成创建的item
      */
-    finishCreated(item: SGraphItem) {
-    }
+    finishCreated(item: SGraphItem): void {
+        // do nothing
+    } // Function finishCreated()
 
     /**
-    * 复制
-    *
-    */
-    copy() { }
+     * 复制
+     */
+    copy(): void {
+        // do nothing
+    } // Function copy()
 
     /**
      * 粘贴
-     *
      */
-    paste() { }
+    paste(): void { } // Function paste()
 
     /**
      *  选中状态方法
      *
-     *  @param  item SGraphItem
+     *  @param  item    选中的 item
      */
     toggleItem(item: SGraphItem): void {
         this.selectContainer.clear()
         this.selectContainer.toggleItem(item)
-    }
+    } // Function toggleItem()
 
     /**
      * 框选
@@ -453,15 +464,16 @@ export class SGraphEditScene extends SGraphScene {
         let rect = new SRectSelectItem(null, point);
         this.addItem(rect);
         this.grabItem = rect;
-    }
+    } // Function addRectSelect()
 
     /**
-    * 获取item (常用与场景外的调用F)
-    * @param  event SMouseEvent 鼠标事件
-    * @param  item SGraphEdit|null 返回item
-    *
-    */
+     * 获取 item (常用与场景外的调用)
+     *
+     * @param  event    SMouseEvent 鼠标事件
+     * @param  item     SGraphEdit|null 返回 item
+     *
+     */
     getItem(item: SGraphEdit | null, event: SMouseEvent[]) {
-    }
+    } // Function getItem()
 
-}// Class GraphEditScene
+}// Class SGraphEditScene

+ 14 - 16
src/components/editClass/edit/commands/SGraphAddCommand.ts

@@ -28,26 +28,25 @@ import { SGraphCommand } from "./SGraphCommand";
 import { SGraphItem,SGraphScene } from "@persagy-web/graph/";
 import { SUndoCommand } from "@persagy-web/base";
 
-
 /**
- * 添加item命令
+ * 添加 item 命令
  *
- * @author  panglixiang
- * */
+ * @author 韩耀龙 <han_yao_long@163.com>
+ */
 export class SGraphAddCommand extends SGraphCommand {
-    /** 命令名称    */
+    /** 命令名称 */
     readonly command: string;
-    /** 命令item对象    */
+    /** 命令 item 对象 */
     item: SGraphItem;
-    /** 命令item的父类   */
+    /** 命令 item 的父类 */
     parent: SGraphItem | null;
 
     /**
      * 构造函数
      *
-     * @param   scene   item所在场景
-     * @param   item    命令item对象
-     * */
+     * @param scene   item 所在场景
+     * @param item    命令 item 对象
+    */
     constructor(scene: SGraphScene, item: SGraphItem) {
         super(scene);
         this.item = item;
@@ -59,16 +58,16 @@ export class SGraphAddCommand extends SGraphCommand {
     /**
      * 合并命令
      *
-     * @return  boolean 是否已执行合并
-     * */
+     * @param command   命令对象
+     * @return 是否已执行合并
+    */
     mergeWith(command: SUndoCommand): boolean {
         return false;
     } // Function mergeWith()
 
     /**
      * 重做
-     *
-     * */
+    */
     redo(): void {
         this.item.parent = this.parent;
         // @ts-ignore
@@ -77,8 +76,7 @@ export class SGraphAddCommand extends SGraphCommand {
 
     /**
      * 撤销
-     *
-     * */
+    */
     undo(): void {
         this.item.parent = null;
         // @ts-ignore

+ 4 - 4
src/components/editClass/edit/commands/SGraphCommand.ts

@@ -28,9 +28,9 @@ import { SUndoCommand } from "@persagy-web/base";
 import { SGraphScene } from "@persagy-web/graph/";
 
 /**
- * Graph命令基类
+ * Graph 命令基类
  *
- * @author  庞利祥(sybotan@126.com)
+ * @author 庞利祥 <sybotan@126.com>
  */
 export abstract class SGraphCommand extends SUndoCommand {
     /** 命令所属的场景类 */
@@ -39,8 +39,8 @@ export abstract class SGraphCommand extends SUndoCommand {
     /**
      * 构造函数
      *
-     * @param   scene       命令所属的场景类
-     */
+     * @param scene   命令所属的场景类
+    */
     protected constructor(scene: SGraphScene | null) {
         super();
         this.scene = scene;

+ 20 - 21
src/components/editClass/edit/commands/SGraphMoveCommand.ts

@@ -31,29 +31,28 @@ import { SUndoCommand } from "@persagy-web/base";
 import { SGraphScene } from "@persagy-web/graph/";
 
 /**
- * item移动命令
+ * item 移动命令
  *
- * @author  panglixiang
- *
- * */
+ * @author 庞利祥 <sybotan@126.com>
+ */
 export class SGraphMoveCommand extends SGraphCommand {
-    /** 命令名称    */
+    /** 命令名称 */
     readonly command: string;
-    /** 执行命令的item   */
+    /** 执行命令的 item */
     item: SGraphItem;
-    /** 移动前位置    */
+    /** 移动前位置 */
     old: SPoint;
-    /** 移动后位置   */
+    /** 移动后位置 */
     pos: SPoint;
 
     /**
      * 构造函数
      *
-     * @param   scene   当前场景
-     * @param   item    item对象
-     * @param   old     移动前位置
-     * @param   pos     移动后位置
-     * */
+     * @param scene    当前场景
+     * @param item     item 对象
+     * @param old      移动前位置
+     * @param pos      移动后位置
+    */
     constructor(
         scene: SGraphScene,
         item: SGraphItem,
@@ -71,21 +70,21 @@ export class SGraphMoveCommand extends SGraphCommand {
     /**
      * 合并命令
      *
-     * @param   command 命令
-     * @return  boolean 是否已执行合并命令
-     * */
+     * @param command      命令
+     * @return 是否已执行合并命令
+    */
     mergeWith(command: SUndoCommand): boolean {
         if (command instanceof SGraphMoveCommand && command.item == this.item) {
             command.pos = this.pos;
             return true;
         }
+
         return false;
     } // Function mergeWith()
 
     /**
      * 重做
-     *
-     * */
+    */
     redo(): void {
         this.item.pos = new SPoint(this.pos.x, this.pos.y);
         this.item.update();
@@ -93,8 +92,7 @@ export class SGraphMoveCommand extends SGraphCommand {
 
     /**
      * 撤销
-     *
-     * */
+    */
     undo(): void {
         this.item.pos = new SPoint(this.old.x, this.old.y);
         this.item.update();
@@ -103,7 +101,8 @@ export class SGraphMoveCommand extends SGraphCommand {
     /**
      * 命令细节描述
      *
-     * */
+     * @return 字符串类型的数据
+    */
     toString(): string {
         return `oldPos=${JSON.stringify(this.old)};\nnewPos=${JSON.stringify(
             this.pos

+ 18 - 14
src/components/editClass/edit/commands/SGraphPointListDelete.ts

@@ -30,29 +30,29 @@ import { SGraphCommand, SGraphItem, SGraphScene } from "@persagy-web/graph/";
 /**
  * 多边形、折线等相关顶点的位置删除命令
  *
- * @author  韩耀龙
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
-
 export class SGraphPointListDelete extends SGraphCommand {
-    /** 命令名称    */
+    /** 命令名称 */
     readonly command: string;
-    /**  指向item对象 */
+    /** 指向 item 对象 */
     item: SGraphItem;
     /** 索引 */
     index: number | null;
-    /**  删除位置 */
+    /** 删除位置 */
     pos: SPoint | null;
     /** 顶点数组 */
     pointList: SPoint[];
 
     /**
      * 构造函数
-     * @param   scene       item所在场景
-     * @param   item        指向item对象
-     * @param   pointList   顶点数组
-     * @param   pos         删除的点
-     * @param   index       索引
-     */
+     *
+     * @param scene       item所在场景
+     * @param item        指向item对象
+     * @param pointList   顶点数组
+     * @param pos         删除的点
+     * @param index       索引
+    */
     constructor(
         scene: SGraphScene,
         item: SGraphItem,
@@ -71,33 +71,37 @@ export class SGraphPointListDelete extends SGraphCommand {
 
     /**
      * 执行重做操作执行
-     */
+    */
     redo(): void {
         if (this.index == null) {
             this.pointList.pop();
         } else {
             this.pointList.splice(this.index, 1);
         }
+
         this.item.update();
     } // Function redo()
 
     /**
      * 执行取消操作执行
-     */
+    */
     undo(): void {
         if (this.pos == null) return;
+
         if (this.index == null) {
             this.pointList.push(this.pos);
         } else {
             this.pointList.splice(this.index, 0, this.pos);
         }
+
         this.item.update();
     } // Function undo()
 
     /**
      * 命令细节描述
      *
-     * */
+     * @return 字符串类型数据
+    */
     toString(): string {
         const pointList = `pointList=${JSON.stringify(this.pointList)}`;
         const pos = `pos=${JSON.stringify(this.pos)}`;

+ 15 - 14
src/components/editClass/edit/commands/SGraphPointListInsert.ts

@@ -30,15 +30,14 @@ import { SGraphCommand, SGraphItem, SGraphScene } from "@persagy-web/graph/";
 /**
  * 多边形、折线等相关顶点的位置插入命令
  *
- * @author  韩耀龙
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
-
 export class SGraphPointListInsert extends SGraphCommand {
-    /** 命令名称    */
+    /** 命令名称 */
     readonly command: string;
-    /**  指向item对象 */
+    /** 指向 item 对象 */
     item: SGraphItem;
-    /**  当前位置 */
+    /** 当前位置 */
     pos: SPoint;
     /** 索引 */
     index: number | null;
@@ -47,12 +46,13 @@ export class SGraphPointListInsert extends SGraphCommand {
 
     /**
      * 构造函数
-     * @param   scene       item所在场景
-     * @param   item        指向item对象
-     * @param   pointList   顶点数组
-     * @param   pos         当前位置
-     * @param   index       索引
-     */
+     *
+     * @param scene       item 所在场景
+     * @param item        指向 item 对象
+     * @param pointList   顶点数组
+     * @param pos         当前位置
+     * @param index       索引
+    */
     constructor(
         scene: SGraphScene,
         item: SGraphItem,
@@ -71,7 +71,7 @@ export class SGraphPointListInsert extends SGraphCommand {
 
     /**
      * 执行重做操作执行
-     */
+    */
     redo(): void {
         const point = new SPoint(this.pos.x, this.pos.y);
         if (this.index == null) {
@@ -84,7 +84,7 @@ export class SGraphPointListInsert extends SGraphCommand {
 
     /**
      * 执行取消操作执行
-     */
+    */
     undo(): void {
         if (this.index == null) {
             this.pointList.pop();
@@ -97,7 +97,8 @@ export class SGraphPointListInsert extends SGraphCommand {
     /**
      * 命令细节描述
      *
-     * */
+     * @return 字符串类型数据
+    */
     toString(): string {
         const pointList = `pointList=${JSON.stringify(this.pointList)}`;
         const pos = `pos=${JSON.stringify(this.pos)}`;

+ 17 - 16
src/components/editClass/edit/commands/SGraphPointListUpdate.ts

@@ -30,17 +30,16 @@ import { SGraphCommand, SGraphItem, SGraphScene } from "@persagy-web/graph/";
 /**
  * 多边形、折线等相关顶点的位置更新命令
  *
- * @author  韩耀龙
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
-
 export class SGraphPointListUpdate extends SGraphCommand {
-    /** 命令名称    */
+    /** 命令名称 */
     readonly command: string;
-    /**  指向item对象 */
+    /** 指向 item 对象 */
     item: SGraphItem;
-    /**  原位置 */
+    /** 原位置 */
     old: SPoint;
-    /**  当前位置 */
+    /** 当前位置 */
     pos: SPoint;
     /** 索引 */
     index: number;
@@ -49,13 +48,14 @@ export class SGraphPointListUpdate extends SGraphCommand {
 
     /**
      * 构造函数
-     * @param   scene       item所在场景
-     * @param   item        指向item对象
-     * @param   pointList   顶点数组
-     * @param   old         原位置
-     * @param   pos         当前位置
-     * @param   index       索引
-     */
+     *
+     * @param scene       item 所在场景
+     * @param item        指向 item 对象
+     * @param pointList   顶点数组
+     * @param old         原位置
+     * @param pos         当前位置
+     * @param index       索引
+    */
     constructor(
         scene: SGraphScene,
         item: SGraphItem,
@@ -76,7 +76,7 @@ export class SGraphPointListUpdate extends SGraphCommand {
 
     /**
      * 执行重做操作执行
-     */
+    */
     redo(): void {
         this.pointList[this.index].x = this.pos.x;
         this.pointList[this.index].y = this.pos.y;
@@ -85,7 +85,7 @@ export class SGraphPointListUpdate extends SGraphCommand {
 
     /**
      * 执行取消操作执行
-     */
+    */
     undo(): void {
         this.pointList[this.index].x = this.old.x;
         this.pointList[this.index].y = this.old.y;
@@ -95,7 +95,8 @@ export class SGraphPointListUpdate extends SGraphCommand {
     /**
      * 命令细节描述
      *
-     * */
+     * @return 字符串型数据
+    */
     toString(): string {
         const pointList = `pointList=${JSON.stringify(this.pointList)}`;
         const old = `old=${JSON.stringify(this.old)}`;

+ 15 - 15
src/components/editClass/edit/commands/SGraphPropertyCommand.ts

@@ -31,13 +31,12 @@ import { SGraphScene } from "@persagy-web/graph/";
 /**
  * 属性修改命令类
  *
- * @author  张宇(taohuzy@163.com)
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
-
 export class SGraphPropertyCommand<T> extends SGraphCommand {
-    /** 命令名称    */
+    /** 命令名称 */
     readonly command: string;
-    /**	指向item对象	*/
+    /**	指向 item 对象 */
     item: SGraphItem;
     /** 属性名称 */
     propName: string;
@@ -49,12 +48,12 @@ export class SGraphPropertyCommand<T> extends SGraphCommand {
     /**
      * 构造函数
      *
-     * @param   scene       命令所属的场景类
-     * @param   item        命令所属的item类
-     * @param   propName    修改的属性名称
-     * @param   oldProp     修改前的属性值
-     * @param   newProp     修改后的属性值
-     */
+     * @param scene       命令所属的场景类
+     * @param item        命令所属的 item 
+     * @param propName    修改的属性名称
+     * @param oldProp     修改前的属性值
+     * @param newProp     修改后的属性值
+    */
     constructor(
         scene: SGraphScene,
         item: SGraphItem,
@@ -72,8 +71,8 @@ export class SGraphPropertyCommand<T> extends SGraphCommand {
     } // Constructor
 
     /**
-     * redo操作
-     */
+     * redo 操作
+    */
     redo(): void {
         // @ts-ignore
         this.item[this.propName] = this.newProp;
@@ -81,8 +80,8 @@ export class SGraphPropertyCommand<T> extends SGraphCommand {
     } // Function redo()
 
     /**
-     * undo操作
-     */
+     * undo 操作
+    */
     undo(): void {
         // @ts-ignore
         this.item[this.propName] = this.oldProp;
@@ -92,7 +91,8 @@ export class SGraphPropertyCommand<T> extends SGraphCommand {
     /**
      * 命令细节描述
      *
-     * */
+     * @return 字符串型数据
+    */
     toString(): string {
         const propName = `propName=${this.propName}`;
         const oldProp = `oldProp=${JSON.stringify(this.oldProp)}`;

+ 5 - 5
src/components/editClass/edit/enums/SGraphLayoutType.ts

@@ -27,12 +27,12 @@
 /**
  * 布局对齐方式
  *
- * @author  郝建龙
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
 export enum SGraphLayoutType {
-    /** 垂直分布    */
+    /** 垂直分布 */
     Vertical,
-    /** 垂直分布    */
+    /** 垂直分布 */
     Horizontal,
     /** 左对齐 */
     Left,
@@ -42,8 +42,8 @@ export enum SGraphLayoutType {
     Top,
     /** 底对齐 */
     Bottom,
-    /** 水平居中    */
+    /** 水平居中 */
     Center,
-    /** 垂直居中    */
+    /** 垂直居中 */
     Middle
 } // Enum SGraphLayoutType

+ 3 - 3
src/components/editClass/edit/enums/SImageShowType.ts

@@ -25,12 +25,12 @@
  */
 
 /**
- * 图片item展示方式
+ * 图片 item 展示方式
  *
- * @author  haojianlong
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
 export enum SImageShowType {
-    /** 铺满  */
+    /** 铺满 */
     Full,
     /** 自适应 */
     AutoFit,

+ 5 - 5
src/components/editClass/edit/enums/SLineStyle.ts

@@ -27,15 +27,15 @@
 /**
  * 线样式
  *
- * @author  张宇
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
 export enum SLineStyle {
-    /** 实线    */
+    /** 实线 */
     Solid,
-    /** 虚线    */
+    /** 虚线 */
     Dashed,
-    /** 点线    */
+    /** 点线 */
     Dotted,
-    /** 无    */
+    /** 无 */
     None
 } // Enum SLineStyle

+ 5 - 5
src/components/editClass/edit/enums/SOrderSetType.ts

@@ -27,15 +27,15 @@
 /**
  * 图层操作
  *
- * @author  郝建龙
+ * @author  韩耀龙 <han_yao_long@163.com>
  */
 export enum SOrderSetType {
-    /** 置顶  */
+    /** 置顶 */
     Top,
-    /** 置底    */
+    /** 置底 */
     Bottom,
-    /** 上移一层    */
+    /** 上移一层 */
     After,
-    /** 下移一层    */
+    /** 下移一层 */
     Before
 } // Enum SOrderSetType

+ 4 - 4
src/components/editClass/edit/enums/STextOrigin.ts

@@ -27,11 +27,11 @@
 /**
  * 文本原点位置
  *
- * @author  张宇
+ * @author  韩耀龙 <han_yao_long@163.com>
  */
 export enum STextOrigin {
-  /** 左上点    */
+  /** 左上点 */
   LeftTop,
-  /** 中心点    */
-  Centrum,
+  /** 中心点 */
+  Center,
 } // Enum STextOrigin

+ 2 - 0
src/components/editClass/edit/index.ts

@@ -23,6 +23,7 @@
  *
  * *********************************************************************************************************************
  */
+
 import { SGraphEdit } from "./SGraphEdit";
 import { SGraphEditScene } from "./SGraphEditScene";
 import { SBaseArrowEdit } from "./items/SBaseArrowEdit";
@@ -42,4 +43,5 @@ import { SGraphPointListDelete } from "./commands/SGraphPointListDelete";
 import { SGraphPointListInsert } from "./commands/SGraphPointListInsert";
 import { SGraphPointListUpdate } from "./commands/SGraphPointListUpdate";
 import { SGraphPropertyCommand } from "./commands/SGraphPropertyCommand";
+
 export {SBasePolylineEdit, SBaseIconTextEdit, SBasePolygonEdit, SBaseTextEdit, SBaseImageEdit, SBaseLineEdit, SBaseCircleEdit, SBaseTriangleEdit, SBaseRectEdit, SBaseArrowEdit, SGraphEditScene, SGraphEdit, SGraphCommand, SGraphAddCommand, SGraphMoveCommand, SGraphPointListDelete, SGraphPointListInsert, SGraphPointListUpdate, SGraphPropertyCommand }

+ 115 - 91
src/components/editClass/edit/items/SBaseArrowEdit.ts

@@ -23,6 +23,7 @@
  *
  * *********************************************************************************************************************
  */
+
 import { SArrowStyleType, SColor, SLine, SPainter, SPoint, SRect } from "@persagy-web/draw";
 import { SMouseButton, SMouseEvent, SUndoStack } from "@persagy-web/base";
 import { SItemStatus } from "@persagy-web/big";;
@@ -33,22 +34,22 @@ import {
 import { SGraphEdit } from "..";
 import { SMathUtil } from '@persagy-web/big/lib/utils/SMathUtil';
 import { Marker } from "./../type/Marker";
+
 /**
  * 折线编辑类
  *
- * @author  haojianlong
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
 export class SBaseArrowEdit extends SGraphEdit {
-  /**编辑相关操作的数据 */
-  data: Marker
-  /** undo/redo堆栈 */
+  /** 编辑相关操作的数据 */
+  data: Marker;
+  /** undo/redo 堆栈 */
   private undoStack: SUndoStack = new SUndoStack();
-
-  /** 是否绘制完成  */
+  /** 是否绘制完成 */
   _status: SItemStatus = SItemStatus.Normal;
   get status(): SItemStatus {
     return this._status;
-  }
+  } // Get status
   set status(v: SItemStatus) {
     this._status = v;
     if (this.undoStack) {
@@ -56,7 +57,8 @@ export class SBaseArrowEdit extends SGraphEdit {
     }
 
     this.update();
-  }
+  } // Set status
+
   /** 矩形两个对角 */
   private _line: SPoint[] = [];
   get line(): SPoint[] {
@@ -66,79 +68,84 @@ export class SBaseArrowEdit extends SGraphEdit {
     this._line = arr;
     this.update();
   } // Get line
+
   /** 矩形左上角 */
   private _leftTop: SPoint = new SPoint();
   /** 矩形右下角 */
   private _rightBottom: SPoint = new SPoint();
-  /** 拖动灵敏度   */
+  /** 拖动灵敏度 */
   dis: number = 5;
-  /** 拖动灵敏度   */
+  /** 拖动灵敏度 */
   private sceneDis: number = 5;
-  /** 是否垂直水平绘制   */
+  /** 是否垂直水平绘制  */
   private _verAndLeve: Boolean = false;
   get verAndLeve(): Boolean {
     return this._verAndLeve;
-  }
+  } // Get verAndLeve
   set verAndLeve(bool: Boolean) {
     this._verAndLeve = bool;
     this.update();
-  }
-  /** 当前点索引   */
-  curIndex: number = -1;
+  } // Set verAndLeve
 
-  /** 当前点坐标   */
+  /** 当前点索引 */
+  curIndex: number = -1;
+  /** 当前点坐标 */
   private curPoint: SPoint | null = null;
-  /** 线条颜色    */
+  /** 线条颜色 */
   _strokeColor: SColor = SColor.Black;
   get strokeColor(): SColor {
     return this._strokeColor;
-  }
+  } // Get strokeColor
   set strokeColor(v: SColor) {
     this._strokeColor = v;
     this.update();
-  }
+  } // Set strokeColor
+
   /** 填充色 */
   _fillColor: SColor = new SColor("#2196f3");
   get fillColor(): SColor {
     return this._fillColor;
-  }
+  } // Get fillColor
   set fillColor(v: SColor) {
     this._fillColor = v;
     this.update();
-  }
+  } // Set fillColor
+
   /** 选中端点填充色 */
   private _activeFillColor: SColor = new SColor("#2196f3");
   get activeFillColor(): SColor {
     return this._activeFillColor;
-  }
+  } // Get activeFillColor
   set activeFillColor(v: SColor) {
     this._activeFillColor = v;
     this.update();
-  }
+  } // Set activeFillColor
+
   /** 边框样式 */
   _lineStyle: SLineStyle = SLineStyle.Solid;
   get lineStyle(): SLineStyle {
     return this._lineStyle;
-  }
+  } // Get lineStyle
   set lineStyle(v: SLineStyle) {
     this._lineStyle = v;
     this.update();
-  }
-  /** 线条宽度    */
+  } // Set lineStyle
+
+  /** 线条宽度 */
   _lineWidth: number = 1;
   get lineWidth(): number {
     return this._lineWidth;
-  }
+  } // Get lineWidth
   set lineWidth(v: number) {
     this._lineWidth = v;
     this.update();
-  }
+  } // Set lineWidth
 
   /**
    * 构造函数
    *
    * @param parent    指向父对象
-   * @param data      矩形数据
+   * @param data      数据
    */
   constructor(parent: SGraphItem | null, data: Marker) {
     super(parent);
@@ -153,14 +160,17 @@ export class SBaseArrowEdit extends SGraphEdit {
         });
         this.line = setPointList;
       }
+
       // 颜色
       if (data.style.default.strokeColor) {
         this.strokeColor = new SColor(data.style.default.strokeColor)
       }
+
       // 线宽
       if (data.style.default.LineWidth) {
         this.lineWidth = data.style.default.lineWidth
       }
+
       // 线样式
       if (data.style.default.LineStyle) {
         this.lineStyle = data.style.default.lineStyle
@@ -171,9 +181,9 @@ export class SBaseArrowEdit extends SGraphEdit {
   /**
    * 鼠标双击事件
    *
-   * @param	event         事件参数
-   * @return	boolean
-   */
+   * @param	event   事件参数
+   * @return 是否处理该事件
+  */
   onDoubleClick(event: SMouseEvent): boolean {
     if (this.status == SItemStatus.Normal) {
       this.status = SItemStatus.Edit;
@@ -182,22 +192,24 @@ export class SBaseArrowEdit extends SGraphEdit {
       this.status = SItemStatus.Normal;
       this.releaseItem();
     }
+
     this.update();
     return true;
   } // Function onDoubleClick()
 
   /**
-     * 鼠标按下事件
-     *
-     * @param   event   鼠标事件
-     * @return  是否处理事件
-     * */
+   * 鼠标按下事件
+   *
+   * @param event   鼠标事件
+   * @return  是否处理事件
+  */
   onMouseDown(event: SMouseEvent): boolean {
     this.curIndex = -1;
     this.curPoint = null;
     if (event.shiftKey || this._verAndLeve) {
       event = this.compare(event);
     }
+
     if (event.buttons == SMouseButton.LeftButton) {
       if (this.status == SItemStatus.Normal) {
         return super.onMouseDown(event);
@@ -209,14 +221,16 @@ export class SBaseArrowEdit extends SGraphEdit {
         return true;
       }
     }
+
     return true;
   } // Function onMouseDown()
 
   /**
-     * shift垂直水平创建或编辑
-     *
-     * @param   event   事件
-     * */
+   * shift 垂直水平创建或编辑
+   *
+   * @param event   事件
+   * @return  返回鼠标事件
+  */
   compare(event: SMouseEvent): SMouseEvent {
     if (this.line.length) {
       let last = new SPoint(event.x, event.y);
@@ -229,6 +243,7 @@ export class SBaseArrowEdit extends SGraphEdit {
           last = this.line[1];
         }
       }
+
       const dx = Math.abs(event.x - last.x);
       const dy = Math.abs(event.y - last.y);
       if (dy > dx) {
@@ -237,14 +252,15 @@ export class SBaseArrowEdit extends SGraphEdit {
         event.y = last.y;
       }
     }
+
     return event;
   } // Function compare()
 
   /**
-     * 获取点击点与Point[]中的点距离最近点
-     *
-     * @param   p   鼠标点击点
-     * */
+   * 获取点击点与 Point[] 中的点距离最近点
+   *
+   * @param p   鼠标点击点
+  */
   findNearestPoint(p: SPoint): void {
     let len = this.sceneDis;
     for (let i = 0; i < this.line.length; i++) {
@@ -263,15 +279,16 @@ export class SBaseArrowEdit extends SGraphEdit {
   } // Function findNearestPoint()
 
   /**
-     * 鼠标移动事件
-     *
-     * @param   event   鼠标事件
-     * @return  是否处理事件
-     * */
+   * 鼠标移动事件
+   *
+   * @param event   鼠标事件
+   * @return  是否处理事件
+  */
   onMouseMove(event: SMouseEvent): boolean {
     if (event.shiftKey || this._verAndLeve) {
       event = this.compare(event);
     }
+
     if (this.status == SItemStatus.Create) {
       if (this.line[0] instanceof SPoint) {
         this.line[1] = new SPoint(event.x, event.y);
@@ -286,16 +303,17 @@ export class SBaseArrowEdit extends SGraphEdit {
     } else {
       return super.onMouseMove(event);
     }
+
     this.update();
     return true;
   } // Function onMouseMove()
 
   /**
-     * 鼠标抬起事件
-     *
-     * @param	event         事件参数
-     * @return	boolean
-     */
+   * 鼠标抬起事件
+   *
+   * @param	event   事件参数
+   * @return 是否处理该事件
+  */
   onMouseUp(event: SMouseEvent): boolean {
     if (this.status == SItemStatus.Edit) {
       if (this.curIndex > -1) {
@@ -314,10 +332,10 @@ export class SBaseArrowEdit extends SGraphEdit {
       this.moveToOrigin(this.x, this.y);
       return super.onMouseUp(event);
     }
+
     this.curIndex = -1;
     this.curPoint = null;
     return true;
-    return true;
   } // Function onMouseUp()
 
   /**
@@ -335,6 +353,7 @@ export class SBaseArrowEdit extends SGraphEdit {
         minx = se.x;
         maxx = fi.x;
       }
+
       if (fi.y < se.y) {
         miny = fi.y;
         maxy = se.y;
@@ -342,16 +361,17 @@ export class SBaseArrowEdit extends SGraphEdit {
         miny = se.y;
         maxy = fi.y;
       }
+
       this._leftTop = new SPoint(minx, miny)
       this._rightBottom = new SPoint(maxx, maxy)
     }
   } // Function calRect
 
   /**
-     * 添加点至数组中
-     *
-     * @param   p       添加的点
-     * */
+   * 添加点至数组中
+   *
+   * @param p   添加的点
+  */
   private addPoint(p: SPoint): void {
     if (this.line.length < 2) {
       this.line.push(p);
@@ -363,16 +383,17 @@ export class SBaseArrowEdit extends SGraphEdit {
       this.releaseItem();
       this.$emit("finishCreated");
     }
+
     this.calRect()
     this.update();
   } // Function addPoint()
 
   /**
-     * 移动后处理所有坐标,并肩原点置为场景原点
-     *
-     * @param   x   x坐标
-     * @param   y   y坐标
-     * */
+   * 移动后处理所有坐标,并肩原点置为场景原点
+   *
+   * @param x   x 坐标
+   * @param y   y 坐标
+  */
   moveToOrigin(x: number, y: number): void {
     super.moveToOrigin(x, y);
     this.line = this.line.map(t => {
@@ -380,16 +401,17 @@ export class SBaseArrowEdit extends SGraphEdit {
       t.y = t.y + y;
       return t;
     });
+
     this.x = 0;
     this.y = 0;
   } // Function moveToOrigin()
 
   /**
-     * 记录相关动作并推入栈中
-     *
-     * @param	SGraphCommand   相关命令类
-     * @param	any             对应传入参数
-     */
+   * 记录相关动作并推入栈中
+   *
+   * @param	SGraphCommand   相关命令类
+   * @param	any             对应传入参数
+  */
   protected recordAction(SGraphCommand: any, any: any[]): void {
     // 记录相关命令并推入堆栈中
     const command = new SGraphCommand(this.scene, this, ...any);
@@ -397,12 +419,12 @@ export class SBaseArrowEdit extends SGraphEdit {
   } // Function recordAction()
 
   /**
-       * 判断点是否在区域内
-       *
-       * @param   x
-       * @param   y
-       * @return  true-是
-       */
+   * 判断点是否在区域内
+   *
+   * @param x   x 横向坐标
+   * @param y   y 纵向坐标
+   * @return  在区域内返回 true, 否则 false
+  */
   contains(x: number, y: number): boolean {
     if (this.line.length == 2) {
       let p = new SPoint(x, y);
@@ -413,26 +435,27 @@ export class SBaseArrowEdit extends SGraphEdit {
         return true;
       }
     }
+
     return false;
   } // Function contains()
 
   /**
-   * Item对象边界区域
+   * Item 对象边界区域
    *
-   * @return  SRect   外接矩阵
-   * */
+   * @return 外接矩阵
+  */
   boundingRect(): SRect {
     if (this.line.length > 1) {
       this.calRect()
       return new SRect(this._leftTop, this._rightBottom);
     }
+
     return new SRect()
   } // Function boundingRect()
 
   /**
    * 撤销操作
-   *
-   */
+  */
   undo(): void {
     if (this._status != SItemStatus.Normal) {
       this.undoStack.undo();
@@ -441,8 +464,7 @@ export class SBaseArrowEdit extends SGraphEdit {
 
   /**
    * 重做操作
-   *
-   */
+  */
   redo(): void {
     if (this._status != SItemStatus.Normal) {
       this.undoStack.redo();
@@ -451,8 +473,7 @@ export class SBaseArrowEdit extends SGraphEdit {
 
   /**
    * 取消操作执行
-   *
-   * */
+  */
   cancelOperate(): void {
     if (this.status == SItemStatus.Create) {
       this.parent = null;
@@ -466,8 +487,8 @@ export class SBaseArrowEdit extends SGraphEdit {
   /**
    * Item绘制操作
    *
-   * @param   painter painter对象
-   */
+   * @param painter   绘制对象
+  */
   onDraw(painter: SPainter): void {
     painter.pen.color = this.strokeColor;
     if (this.line.length == 2) {
@@ -484,6 +505,7 @@ export class SBaseArrowEdit extends SGraphEdit {
           painter.toPx(this.lineWidth * 2)
         ];
       }
+
       if (this.selected && this.status == SItemStatus.Normal) {
         painter.pen.lineWidth = painter.toPx(this.lineWidth * 2);
         painter.shadow.shadowBlur = 10;
@@ -491,6 +513,7 @@ export class SBaseArrowEdit extends SGraphEdit {
         painter.shadow.shadowOffsetX = 5;
         painter.shadow.shadowOffsetY = 5;
       }
+
       painter.drawArrowLine(this.line[0], this.line[1], { begin: SArrowStyleType.None, end: SArrowStyleType.Basic });
       if (
         this.status == SItemStatus.Edit ||
@@ -505,6 +528,7 @@ export class SBaseArrowEdit extends SGraphEdit {
           painter.drawCircle(p.x, p.y, painter.toPx(5));
         });
       }
+
     } else if (this.line.length == 1) {
       if (
         this.status == SItemStatus.Edit ||
@@ -524,8 +548,8 @@ export class SBaseArrowEdit extends SGraphEdit {
   /**
    * 返回对象储存的相关数据
    *
-   * @return	formData
-   */
+   * @return	实体类保存得数据
+  */
   toData(): any {
     const Line = [{ x: this.line[0].x, y: this.line[0].y }, { x: this.line[1].x, y: this.line[1].y }];
     this.data.style.default.line = Line;
@@ -533,5 +557,5 @@ export class SBaseArrowEdit extends SGraphEdit {
     this.data.style.default.lineStyle = this.lineStyle;
     this.data.style.default.strokeColor = this.strokeColor;
     return this.data
-  } // Function toData
-} // Class SArrowEdit
+  } // Function toData()
+} // Class SArrowEdit

+ 92 - 64
src/components/editClass/edit/items/SBaseCircleEdit.ts

@@ -23,6 +23,7 @@
  *
  * *********************************************************************************************************************
  */
+
 import { SColor, SPainter, SPoint, SRect } from "@persagy-web/draw";
 import { SMouseButton, SMouseEvent, SUndoStack } from "@persagy-web/base";
 import { SItemStatus } from "@persagy-web/big";;
@@ -32,24 +33,25 @@ import {
 } from "@persagy-web/graph/";
 import { SGraphEdit } from "..";
 import { Marker } from "../type/Marker";
+
 /**
  * 折线编辑类
  *
- * @author  haojianlong
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
 export class SBaseCircleEdit extends SGraphEdit {
-  /** 是否绘制完成  */
-  /**编辑相关操作的数据 */
+  /** 编辑相关操作的数据 */
   data: Marker
   _status: SItemStatus = SItemStatus.Normal;
   get status(): SItemStatus {
     return this._status;
-  }
+  } // Get status
   set status(v: SItemStatus) {
     this._status = v;
     this.undoStack.clear();
     this.update();
-  }
+  } // Set status
+
   /** 矩形两个对角 */
   private _line: SPoint[] = [];
   get line(): SPoint[] {
@@ -58,7 +60,8 @@ export class SBaseCircleEdit extends SGraphEdit {
   set line(arr: SPoint[]) {
     this._line = arr;
     this.update();
-  } // Get line
+  } // Set line
+
   /** 矩形左上角 */
   private _leftTop: SPoint = new SPoint();
   /** 矩形右下角 */
@@ -72,46 +75,52 @@ export class SBaseCircleEdit extends SGraphEdit {
     if (v == this._radius) {
       return;
     }
+
     this._radius = v;
     this.update();
   } // Set radius
-  /** 线条颜色    */
+
+  /** 线条颜色 */
   _strokeColor: SColor = SColor.Black;
   get strokeColor(): SColor {
     return this._strokeColor;
-  }
+  } // Get strokeColor
   set strokeColor(v: SColor) {
     this._strokeColor = v;
     this.update();
-  }
+  } // Set strokeColor
+
   /** 填充色 */
   _fillColor: SColor = new SColor("#2196f3");
   get fillColor(): SColor {
     return this._fillColor;
-  }
+  } // Get fillColor
   set fillColor(v: SColor) {
     this._fillColor = v;
     this.update();
-  }
+  } // Set fillColor
+
   /** 边框样式 */
   _lineStyle: SLineStyle = SLineStyle.Solid;
   get lineStyle(): SLineStyle {
     return this._lineStyle;
-  }
+  } // Get lineStyle
   set lineStyle(v: SLineStyle) {
     this._lineStyle = v;
     this.update();
-  }
-  /** 线条宽度    */
+  } // Set lineStyle
+
+  /** 线条宽度 */
   _lineWidth: number = 1;
   get lineWidth(): number {
     return this._lineWidth;
-  }
+  } // Get lineWidth
   set lineWidth(v: number) {
     this._lineWidth = v;
     this.update();
-  }
-  /** undo/redo堆栈 */
+  } // Set lineWidth
+
+  /** undo/redo 堆栈 */
   private undoStack: SUndoStack = new SUndoStack();
 
   /**
@@ -119,27 +128,35 @@ export class SBaseCircleEdit extends SGraphEdit {
    *
    * @param parent    指向父对象
    * @param data      矩形数据
-   */
+  */
   constructor(parent: SGraphItem | null, data: Marker) {
     super(parent);
     this.data = data;
-    if (data.style && data.style.default) {
+    if (data.style) {
       // 关于顶点
-      if (data.style.default.line) {
+      if (data.style.line) {
         let setPointList: SPoint[];
-        setPointList = data.style.default.line.map(i => {
-          return new SPoint(i.X, i.Y)
+        setPointList = data.style.line.map(i => {
+          return new SPoint(i.x, i.y)
         });
         this.line = setPointList;
+        this.calRect()
+        console.log('this.line', this.line)
       }
+    }
+
+    if (data.style && data.style.default) {
+
       // 颜色
       if (data.style.default.strokeColor) {
         this.strokeColor = new SColor(data.style.default.strokeColor)
       }
+
       // 线宽
       if (data.style.default.lineWidth) {
         this.lineWidth = data.style.default.lineWidth
       }
+
       // 线样式
       if (data.style.default.lineStyle) {
         this.lineStyle = data.style.default.lineStyle
@@ -149,6 +166,9 @@ export class SBaseCircleEdit extends SGraphEdit {
 
   /**
    * 大小改变
+   *
+   * @param oldSize  旧数据
+   * @param newSize  新数据
   */
   resize(oldSize: SRect, newSize: SRect): void {
     const xs = newSize.width / oldSize.width;
@@ -158,16 +178,17 @@ export class SBaseCircleEdit extends SGraphEdit {
       t.y = t.y * ys;
       return t
     })
+
     this.calRect()
     this.update()
-  }
+  } // Function resize()
 
   /**
    * 鼠标按下事件
    *
-   * @param   event   鼠标事件
-   * @return  是否处理事件
-   * */
+   * @param event   鼠标事件
+   * @return 是否处理事件
+  */
   onMouseDown(event: SMouseEvent): boolean {
     if (event.buttons == SMouseButton.LeftButton) {
       if (this.status == SItemStatus.Create) {
@@ -177,15 +198,16 @@ export class SBaseCircleEdit extends SGraphEdit {
         return super.onMouseDown(event);
       }
     }
+
     return true;
   } // Function onMouseDown()
 
   /**
-     * 鼠标移动事件
-     *
-     * @param   event   鼠标事件
-     * @return  是否处理事件
-     * */
+   * 鼠标移动事件
+   *
+   * @param event   鼠标事件
+   * @return 是否处理事件
+  */
   onMouseMove(event: SMouseEvent): boolean {
     if (this.status == SItemStatus.Create) {
       if (this.line[0] instanceof SPoint) {
@@ -195,20 +217,22 @@ export class SBaseCircleEdit extends SGraphEdit {
     } else {
       return super.onMouseMove(event);
     }
+
     this.update();
     return true;
   } // Function onMouseMove()
 
   /**
-     * 鼠标抬起事件
-     *
-     * @param	event         事件参数
-     * @return	boolean
-     */
+   * 鼠标抬起事件
+   *
+   * @param	event    事件参数
+   * @return 是否处理该事件
+  */
   onMouseUp(event: SMouseEvent): boolean {
     if (this.status != SItemStatus.Create) {
       super.onMouseUp(event);
     }
+
     return true;
   } // Function onMouseUp()
 
@@ -227,6 +251,7 @@ export class SBaseCircleEdit extends SGraphEdit {
         minx = se.x;
         maxx = fi.x;
       }
+
       if (fi.y < se.y) {
         miny = fi.y;
         maxy = se.y;
@@ -234,16 +259,17 @@ export class SBaseCircleEdit extends SGraphEdit {
         miny = se.y;
         maxy = fi.y;
       }
+
       this._leftTop = new SPoint(minx, miny)
       this._rightBottom = new SPoint(maxx, maxy)
     }
-  } // Function calRect
+  } // Function calRect()
 
   /**
-     * 添加点至数组中
-     *
-     * @param   p       添加的点
-     * */
+   * 添加点至数组中
+   *
+   * @param p   添加的点
+  */
   private addPoint(p: SPoint): void {
     if (this.line.length < 2) {
       this.line.push(p);
@@ -255,16 +281,17 @@ export class SBaseCircleEdit extends SGraphEdit {
       this.releaseItem();
       this.$emit("finishCreated");
     }
+
     this.calRect()
     this.update();
   } // Function addPoint()
 
   /**
-     * 记录相关动作并推入栈中
-     *
-     * @param	SGraphCommand   相关命令类
-     * @param	any             对应传入参数
-     */
+   * 记录相关动作并推入栈中
+   *
+   * @param	SGraphCommand   相关命令类
+   * @param	any             对应传入参数
+  */
   protected recordAction(SGraphCommand: any, any: any[]): void {
     // 记录相关命令并推入堆栈中
     const command = new SGraphCommand(this.scene, this, ...any);
@@ -272,22 +299,22 @@ export class SBaseCircleEdit extends SGraphEdit {
   } // Function recordAction()
 
   /**
-   * Item对象边界区域
+   * Item 对象边界区域
    *
-   * @return  SRect   外接矩阵
-   * */
+   * @return SRect   外接矩阵
+  */
   boundingRect(): SRect {
     if (this.line.length > 1) {
       this.calRect()
       return new SRect(this._leftTop, this._rightBottom);
     }
+
     return new SRect()
   } // Function boundingRect()
 
   /**
    * 撤销操作
-   *
-   */
+  */
   undo(): void {
     if (this._status != SItemStatus.Normal) {
       this.undoStack.undo();
@@ -296,8 +323,7 @@ export class SBaseCircleEdit extends SGraphEdit {
 
   /**
    * 重做操作
-   *
-   */
+  */
   redo(): void {
     if (this._status != SItemStatus.Normal) {
       this.undoStack.redo();
@@ -306,8 +332,7 @@ export class SBaseCircleEdit extends SGraphEdit {
 
   /**
    * 取消操作执行
-   *
-   * */
+  */
   cancelOperate(): void {
     if (this.status == SItemStatus.Create) {
       this.parent = null;
@@ -321,24 +346,26 @@ export class SBaseCircleEdit extends SGraphEdit {
   /**
    * 返回对象储存的相关数据
    *
-   * @return	formData
-   */
+   * @return  实体类数据
+  */
   toData(): any {
     const Line = [{ x: this.line[0].x, y: this.line[0].y }, { x: this.line[1].x, y: this.line[1].y }];
-    this.data.style.default.line = Line;
+    this.data.style.line = Line;
     this.data.style.default.lineWidth = this.lineWidth;
     this.data.style.default.lineStyle = this.lineStyle;
-    this.data.style.default.strokeColor = this.strokeColor;
+    this.data.style.default.strokeColor = this.strokeColor.value;
+    this.data.style.default.fillColor = this.fillColor.value;
     return this.data
-  }
+  } // Function toData()
 
   /**
-   * Item绘制操作
+   * Item 绘制操作
    *
-   * @param   painter painter对象
-   */
+   * @param painter    绘制对象
+  */
   onDraw(painter: SPainter): void {
     if (this.line.length == 2) {
+      this.calRect()
       painter.pen.color = this.strokeColor;
       painter.brush.color = this.fillColor;
       painter.pen.lineWidth = this.lineWidth;
@@ -353,6 +380,7 @@ export class SBaseCircleEdit extends SGraphEdit {
           painter.toPx(this.lineWidth * 2)
         ];
       }
+
       painter.drawEllipse(
         (this._leftTop.x + this._rightBottom.x) / 2,
         (this._leftTop.y + this._rightBottom.y) / 2,
@@ -361,4 +389,4 @@ export class SBaseCircleEdit extends SGraphEdit {
       );
     }
   } // Function onDraw()
-} // Class SCircleEdit
+} // Class SCircleEdit

+ 63 - 53
src/components/editClass/edit/items/SBaseIconTextEdit.ts

@@ -25,7 +25,6 @@
  */
 
 import {
-    SObjectItem,
     SImageItem,
     STextItem,
     SAnchorItem,
@@ -33,7 +32,6 @@ import {
 
 } from "@persagy-web/graph";
 import { SItemStatus, ItemOrder, } from "@persagy-web/big";
-import { Anchor } from "@persagy-web/big/lib/types/topology/Anchor";
 import { SMouseEvent } from "@persagy-web/base";
 import {
     SSize,
@@ -48,15 +46,17 @@ import { SGraphEdit } from "..";
 import { Marker } from "../type/Marker";
 
 /**
- * 图例item  icon
+ * 图
  *
- * */
+ * @author 韩耀龙 <han_yao_long@163.com>
+ */
+
 export class SBaseIconTextEdit extends SGraphEdit {
-    /** item状态 */
+    /** item 状态 */
     _status: SItemStatus = SItemStatus.Normal;
     get status(): SItemStatus {
         return this._status;
-    }
+    } // Get status
     set status(v: SItemStatus) {
         this._status = v;
         if (v == SItemStatus.Normal) {
@@ -72,28 +72,29 @@ export class SBaseIconTextEdit extends SGraphEdit {
             this.textItem.moveable = false;
             this.img.moveable = false;
         }
+
         this.update();
-    }
+    } // Set status
 
-    /** 锚点list  */
+    /** 锚点 list */
     anchorList: SAnchorItem[] = [];
-
     /** 是否显示文字 */
     _showText: boolean = true;
     get showText(): boolean {
         return this._showText;
-    }
+    } // Get showText
     set showText(v: boolean) {
         if (v === this._showText) {
             return;
         }
+
         this._showText = v;
         if (v) {
             this.textItem.show();
         } else {
             this.textItem.hide();
         }
-    }
+    } // Set showText
 
     /** 是否被选中 */
     get selected(): boolean {
@@ -104,6 +105,7 @@ export class SBaseIconTextEdit extends SGraphEdit {
         if (this.selected == value) {
             return;
         }
+
         this._selected = value;
         if (value) {
             this.img.scale = 1.25;
@@ -112,6 +114,7 @@ export class SBaseIconTextEdit extends SGraphEdit {
             this.img.scale = 1;
             this.zOrder = ItemOrder.markOrder;
         }
+
         this.update();
     } // Set selected
 
@@ -131,6 +134,7 @@ export class SBaseIconTextEdit extends SGraphEdit {
             this.textItem.cursor = "auto";
             this.img.cursor = "auto";
         }
+
         this.update();
     } // Set isActive
 
@@ -144,7 +148,7 @@ export class SBaseIconTextEdit extends SGraphEdit {
         this.update();
     } // Set activeColor
 
-    /** X轴坐标 */
+    /** X 轴坐标 */
     get x(): number {
         return this.pos.x;
     } // Get x
@@ -153,7 +157,8 @@ export class SBaseIconTextEdit extends SGraphEdit {
         this.$emit("changePos");
         this.update();
     } // Set x
-    /** Y轴坐标 */
+
+    /** Y 轴坐标 */
     get y(): number {
         return this.pos.y;
     } // Get y
@@ -163,10 +168,10 @@ export class SBaseIconTextEdit extends SGraphEdit {
         this.update();
     } // Set y
 
-    /** icon宽 */
+    /** icon 宽 */
     get sWidth(): number {
         return this.img.width;
-    }
+    } // Get sWidth
     set sWidth(v: number) {
         this.img.width = v;
         this.img.origin = new SPoint(
@@ -175,12 +180,12 @@ export class SBaseIconTextEdit extends SGraphEdit {
         );
         this.changeAnchorPoint();
         this.update();
-    }
+    } // Set sWidth
 
-    /** icon高 */
+    /** icon 高 */
     get sHeight(): number {
         return this.img.height;
-    }
+    } // Get sHeight
     set sHeight(v: number) {
         this.img.height = v;
         this.img.origin = new SPoint(
@@ -189,55 +194,57 @@ export class SBaseIconTextEdit extends SGraphEdit {
         );
         this.changeAnchorPoint();
         this.update();
-    }
+    } // Set sHeight
 
     /** 是否显示锚点 */
     private _showAnchor: boolean = false;
     get showAnchor(): boolean {
         return this._showAnchor;
-    }
+    } // Get showAnchor
     set showAnchor(v: boolean) {
         this._showAnchor = v;
         this.anchorList.forEach(t => {
             t.visible = v;
         });
-    }
+    } // Set showAnchor
+
     /** 文本内容 */
     get text(): string {
         return this.textItem.text;
-    }
+    } // Get text
     set text(v: string) {
         this.textItem.text = v;
         this.update();
-    }
+    } // Set text
+
     /** 文本颜色 */
     get color(): SColor {
         return this.textItem.color;
-    }
+    } // Get color
     set color(v: SColor) {
         this.textItem.color = v;
         this.update();
-    }
+    } // Set color
+
     /** 文本字体 */
     get font(): SFont {
         return this.textItem.font;
-    }
+    } // Get font
     set font(v: SFont) {
         this.textItem.font = v;
         this.update();
-    }
-    /** img Item */
+    } // Set font
+    /** 图像 */
     img: SImageItem = new SImageItem(this);
-
-    /** text item */
+    /** 文本 */
     textItem: STextItem = new STextItem(this);
 
     /**
      * 构造体
      *
-     * @param   parent  父类
-     * @param   data    锚点数据
-     * */
+     * @param parent  父节点
+     * @param data    锚点数据
+    */
     constructor(parent: SGraphItem | null, data: Marker) {
         super(parent);
         this.img.width = 32;
@@ -258,14 +265,17 @@ export class SBaseIconTextEdit extends SGraphEdit {
             ];
             this.img.url = data.style.default.url
         }
+
         this.anchorList = anchorPoint.map(t => {
             let item = new SAnchorItem(this);
             if (t.id) {
                 item.id = t.id;
             }
+
             item.moveTo(t.x, t.y);
             return item;
         });
+
         this.showAnchor = false;
         this.textItem.text = "";
         this.textItem.font.size = 12;
@@ -274,14 +284,14 @@ export class SBaseIconTextEdit extends SGraphEdit {
             this.img.width * 0.5,
             -(this.font.size * 1.25 * 0.5)
         );
+
         this.moveable = true;
         this.selectable = true;
-    }
+    } // Constructor
 
     /**
      * 计算并移动锚点的位置
-     *
-     * */
+    */
     private changeAnchorPoint(): void {
         // 判断是否有锚点
         if (this.anchorList.length) {
@@ -290,10 +300,6 @@ export class SBaseIconTextEdit extends SGraphEdit {
                 { x: this.img.x, y: this.img.y },
                 { x: this.img.x, y: this.img.y },
                 { x: this.img.x, y: this.img.y }
-                // { x: this.img.x, y: this.img.y + this.img.height / 2 },
-                // { x: this.img.x, y: this.img.y - this.img.height / 2 },
-                // { x: this.img.x - this.img.width / 2, y: this.img.y },
-                // { x: this.img.x + this.img.width / 2, y: this.img.y }
             ];
             this.anchorList.forEach((item, index) => {
                 item.moveTo(anchorPoint[index].x, anchorPoint[index].y);
@@ -304,24 +310,25 @@ export class SBaseIconTextEdit extends SGraphEdit {
     /**
      * 鼠标按下事件
      *
-     * @param   event   事件对象
+     * @param event   事件对象
      * @return  是否处理事件
-     * */
+    */
     onMouseDown(event: SMouseEvent): boolean {
         if (this.status == SItemStatus.Normal) {
             return super.onMouseDown(event);
         } else if (this.status == SItemStatus.Edit) {
             return super.onMouseDown(event);
         }
+
         return true;
     } // Function onMouseDown()
 
     /**
      * 宽高发发生变化
      *
-     * @param   oldSize 改之前的大小
-     * @param   newSize 改之后大小
-     * */
+     * @param oldSize   改之前的大小
+     * @param newSize   改之后大小
+    */
     onResize(oldSize: SSize, newSize: SSize) {
         console.log(arguments);
     } // Function onResize()
@@ -329,9 +336,9 @@ export class SBaseIconTextEdit extends SGraphEdit {
     /**
      * 鼠标双击事件
      *
-     * @param   event   鼠标事件
-     * @return  是否处理事件
-     * */
+     * @param event   鼠标事件
+     * @return 是否处理事件
+    */
     onDoubleClick(event: SMouseEvent): boolean {
         // 如果位show状态 双击改对象则需改为编辑状态
         if (SItemStatus.Normal == this.status) {
@@ -341,6 +348,7 @@ export class SBaseIconTextEdit extends SGraphEdit {
             this.status = SItemStatus.Normal;
             this.releaseItem();
         }
+
         this.update();
         return true;
     } // Function onDoubleClick()
@@ -348,8 +356,8 @@ export class SBaseIconTextEdit extends SGraphEdit {
     /**
      * 宽高发生变化
      *
-     * @return  SRect   所有子对象的并集
-     * */
+     * @return SRect   所有子对象的并集
+    */
     boundingRect(): SRect {
         let rect = this.img
             .boundingRect()
@@ -361,14 +369,15 @@ export class SBaseIconTextEdit extends SGraphEdit {
                     .adjusted(this.textItem.pos.x, this.textItem.pos.y, 0, 0)
             );
         }
+
         return rect.adjusted(-5, -5, 10, 10);
     } // Function boundingRect()
 
     /**
-     * Item绘制操作
+     * Item 绘制操作
      *
-     * @param   painter painter对象
-     */
+     * @param painter    绘制对象
+    */
     onDraw(painter: SPainter): void {
         if (this.status == SItemStatus.Edit) {
             painter.pen.lineWidth = painter.toPx(1);
@@ -377,6 +386,7 @@ export class SBaseIconTextEdit extends SGraphEdit {
             painter.brush.color = SColor.Transparent;
             painter.drawRect(this.boundingRect());
         }
+
         if (this.isActive) {
             painter.pen.color = SColor.Transparent;
             painter.brush.color = this.activeColor;

+ 76 - 41
src/components/editClass/edit/items/SBaseImageEdit.ts

@@ -31,21 +31,22 @@ import { SItemStatus } from "@persagy-web/big";
 import { SGraphEdit } from "..";
 import { Marker } from "../type/Marker";
 import { ItemOrder } from '@persagy-web/big/lib';
+
 /**
  * 图片编辑类
  *
- * @author  韩耀龙(han_yao_long@163.com)
+ * @author  韩耀龙 <han_yao_long@163.com>
  */
 export class SBaseImageEdit extends SGraphEdit {
     //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     //属性
     /**编辑相关操作的数据 */
     data: Marker
-    /** 起始锚点  */
+    /** 起始锚点 */
     startItem: SGraphItem | null = null;
-    /** 结束锚点  */
+    /** 结束锚点 */
     endItem: SGraphItem | null = null;
-    /** 图片dom */
+    /** 图片 */
     img: CanvasImageSource | undefined;
     /** 展示模式 */
     private _showType: SImageShowType = SImageShowType.Full;
@@ -57,6 +58,7 @@ export class SBaseImageEdit extends SGraphEdit {
         this.computeImgSize();
         this.update();
     } //Set showType
+
     /** 边框色 */
     private _strokeColor: SColor = SColor.Transparent;
     get strokeColor(): SColor {
@@ -76,7 +78,8 @@ export class SBaseImageEdit extends SGraphEdit {
         this._lineWidth = v;
         this.update();
     } //Set lineWidth
-    /** 原点位置    */
+
+    /** 原点位置 */
     private _originPosition: STextOrigin = STextOrigin.LeftTop;
     get originPosition(): STextOrigin {
         return this._originPosition;
@@ -86,7 +89,7 @@ export class SBaseImageEdit extends SGraphEdit {
         this.update();
     } //Set originPosition
 
-    /** 线条样式    */
+    /** 线条样式 */
     private _lineStyle: SLineStyle = SLineStyle.Solid;
     get lineStyle(): SLineStyle {
         return this._lineStyle;
@@ -95,6 +98,7 @@ export class SBaseImageEdit extends SGraphEdit {
         this._lineStyle = v;
         this.update();
     } //Set lineStyle
+
     /** 图片加载是否完成 */
     isLoadOver: boolean = false;
 
@@ -113,15 +117,24 @@ export class SBaseImageEdit extends SGraphEdit {
         this._url = v;
         this.img = new Image();
         this.img.onload = (e): void => {
-            // @ts-ignore
-            const imgSrc = e.path[0].src;
-            if (this.isUrlIdentical(imgSrc)) {
+            const isiOS = !!navigator.userAgent.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端
+            if (isiOS) {
                 this.isLoadOver = true;
                 this.computeImgSize();
                 this.$emit("imgLoadOver");
                 this.update();
+            } else {
+                // @ts-ignore
+                const imgSrc = e.path[0].src;
+                if (this.isUrlIdentical(imgSrc)) {
+                    this.isLoadOver = true;
+                    this.computeImgSize();
+                    this.$emit("imgLoadOver");
+                    this.update();
+                }
             }
         };
+
         this.img.onerror = (e): void => {
             // @ts-ignore
             const imgSrc = e.path[0].src;
@@ -132,13 +145,15 @@ export class SBaseImageEdit extends SGraphEdit {
                 console.log("加载图片错误!", e);
             }
         };
+
         this.img.src = v;
     }  //Set url
-    /** 锚点list  */
+
+    /** 锚点 list */
     anchorList: SAnchorItem[] = [];
-    /** 宽度  */
+    /** 宽度 */
     private _width: number = 64;
-    /** 原点  */
+    /** 原点 */
     origin = new SPoint();
     get width(): number {
         return this._width;
@@ -156,7 +171,7 @@ export class SBaseImageEdit extends SGraphEdit {
         }
     } //Set width
 
-    /** 高度  */
+    /** 高度 */
     private _height: number = 64;
     get height(): number {
         return this._height;
@@ -173,6 +188,7 @@ export class SBaseImageEdit extends SGraphEdit {
             }
         }
     } //Set height
+
     /**编辑状态 */
     protected _status: SItemStatus = SItemStatus.Normal;
     get status(): SItemStatus {
@@ -188,12 +204,12 @@ export class SBaseImageEdit extends SGraphEdit {
     } //Set status
 
     //////////////////////////////////////////////////////////////////////////////////////////////////////////////
-    //函数
+    // 函数
     /**
      * 构造函数
      *
-     * @param   parent      指向父对象
-     */
+     * @param parent    指向父对象
+    */
     constructor(parent: SGraphItem | null, data: Marker) {
         super(parent);
         this.zOrder = ItemOrder.imageOrder;
@@ -206,26 +222,32 @@ export class SBaseImageEdit extends SGraphEdit {
             this.width = data.size.width;
             this.height = data.size.height;
         }
+
         if (data.style && data.style.default) {
             if (data.style.default.zorder) {
                 this.zOrder = data.style.default.zorder;
             }
+
             // 图片url
             if (data.style.default.url) {
                 this.url = data.style.default.url;
             }
+
             // 线宽
             if (data.style.default.lineWidth) {
                 this.lineWidth = data.style.default.lineWidth;
             }
+
             // 线颜色
             if (data.style.default.strokeColor) {
                 this.strokeColor = new SColor(data.style.default.strokeColor)
             }
+
             // 线样式
             if (data.style.default.lineStyle) {
                 this.lineStyle = data.style.default.lineStyle
             }
+
             this.origin = new SPoint(this.width / 2, this.height / 2);
         }
     }
@@ -233,8 +255,8 @@ export class SBaseImageEdit extends SGraphEdit {
     /**
      * 将类中得数据转换为方便存储格式的方法
      *
-     * return   any         针对item类型保持相应的格式
-     */
+     * @return 针对 item 类型保持相应的格式
+    */
     toData(): any {
         if (this.data.size) {
             this.data.size.width = this.width;
@@ -247,24 +269,27 @@ export class SBaseImageEdit extends SGraphEdit {
                 height,
             }
         }
+
+        this.data.pos.x = this.pos.x;
+        this.data.pos.y = this.pos.y;
         this.data.style.default.zorder = this.zOrder;
         this.data.style.default.url = this.url;
         this.data.style.default.lineWidth = this.lineWidth;
         this.data.style.default.strokeColor = this.strokeColor.value;
         this.data.style.default.lineStyle = this.lineStyle;
         return this.data
-    }
+    } // Function toData()
 
     /**
      * 根据显示模式计算图片的宽高
-     */
+    */
     computeImgSize(): void {
         if (this.isLoadOver) {
             // 要绘制图片的宽度
             let width = 0;
             // 要绘制图片的宽度
             let height = 0;
-            // 图片item的宽高比
+            // 图片 item 的宽高比
             let itemAspectRatio: number = this.width / this.height;
             // 原始图片的宽高比
             let imgAspectRatio: number =
@@ -296,13 +321,16 @@ export class SBaseImageEdit extends SGraphEdit {
                 width = this.width;
                 height = this.height;
             }
+
             this.imgWidth = width;
             this.imgHeight = height;
             // 设置原点位置(默认左上角)
-            if (this.originPosition == STextOrigin.Centrum) {
+            if (this.originPosition == STextOrigin.Center) {
                 this.origin = new SPoint(this.width / 2, this.height / 2);
             }
+
         }
+
         this.origin = new SPoint(this.width / 2, this.height / 2);
         this.update();
     } // Function computeImgSize()
@@ -310,9 +338,9 @@ export class SBaseImageEdit extends SGraphEdit {
     /**
      * 判断当前地址和回调地址是否相同
      *
-     * @param   imgUrl      图片回调地址
-     * @return  当前地址和回调地址是否相同
-     */
+     * @param imgUrl     图片回调地址
+     * @return 当前地址和回调地址是否相同
+    */
     private isUrlIdentical(imgUrl: string): boolean {
         if (this.url.indexOf("://") == -1) {
             // eslint-disable-next-line max-len
@@ -329,9 +357,10 @@ export class SBaseImageEdit extends SGraphEdit {
 
     /**
      * 截取绝对路径中的相对路径
-     * @param   url      绝对路径
      *
-     */
+     * @param url     绝对路径
+     * @return 相对路径
+    */
     private GetUrlRelativePath(url: string): string {
         const arrUrl = url.split("//");
         const start = arrUrl[1].indexOf("/");
@@ -341,18 +370,21 @@ export class SBaseImageEdit extends SGraphEdit {
 
     /**
      * 大小改变
-     */
+     *
+     * @param oldSize    旧数据
+     * @param newSize    新数据
+    */
     resize(oldSize: SRect, newSize: SRect): void {
         this.width = newSize.width;
         this.height = newSize.height;
         this.update()
-    }
+    } // Function resize()
 
     /**
-     * Item对象边界区域
+     * Item 对象边界区域
      *
-     * @return	SRect
-     */
+     * @return	边界区域
+    */
     boundingRect(): SRect {
         return new SRect(
             -this.origin.x,
@@ -363,27 +395,28 @@ export class SBaseImageEdit extends SGraphEdit {
     } // Function boundingRect()
 
     /**
-   * 宽高发发生变化
-   *
-   * @param   oldSize 改之前的大小
-   * @param   newSize 改之后大小
-   * */
+     * 宽高发发生变化
+     *
+     * @param oldSize   改之前的大小
+     * @param newSize   改之后大小
+    */
     protected onResize(oldSize: SSize, newSize: SSize): void {
         this.computeImgSize();
         this.update();
     } // Function onResize()
 
     /**
-     * Item绘制操作
+     * Item 绘制操作
      *
-     * @param   painter      绘画类
-     */
+     * @param painter    绘画类
+    */
     onDraw(painter: SPainter): void {
         painter.translate(-this.origin.x, -this.origin.y);
         if (this.isLoadOver) {
             // @ts-ignore
             painter.drawImage(this.img, 0, 0, this.imgWidth, this.imgHeight);
         }
+
         if (this.selected) {
             painter.shadow.shadowBlur = 10;
             painter.shadow.shadowColor = new SColor(`#00000033`);
@@ -392,6 +425,7 @@ export class SBaseImageEdit extends SGraphEdit {
         } else {
             painter.shadow.shadowColor = SColor.Transparent;
         }
+
         if (this.lineStyle == SLineStyle.Dashed) {
             painter.pen.lineDash = [
                 painter.toPx(this.lineWidth * 3),
@@ -403,10 +437,11 @@ export class SBaseImageEdit extends SGraphEdit {
                 painter.toPx(2 * this.lineWidth)
             ];
         }
+
         painter.pen.lineWidth = this.lineWidth;
         painter.pen.color = this.strokeColor;
         painter.brush.color = SColor.Transparent;
         painter.drawRect(0, 0, this.width, this.height);
     } // Function onDraw()
 
-} // Class SImageItem
+} // Class SBaseImageEdit

+ 85 - 68
src/components/editClass/edit/items/SBaseLineEdit.ts

@@ -40,27 +40,27 @@ import { Marker } from "../type/Marker";
 /**
  * 直线编辑类
  *
- * @author  韩耀龙(han_yao_long@163.com)
+ * @author  韩耀龙 <han_yao_long@163.com>
  */
 export class SBaseLineEdit extends SGraphEdit {
     ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     //属性
 
-    /**编辑相关操作的数据 */
+    /** 编辑相关操作的数据 */
     data: Marker
-    /** 起始锚点  */
+    /** 起始锚点 */
     startItem: SGraphItem | null = null;
-    /** 结束锚点  */
+    /** 结束锚点 */
     endItem: SGraphItem | null = null;
-    /** X坐标最小值  */
+    /** X 坐标最小值 */
     private minX = Number.MAX_SAFE_INTEGER;
-    /** X坐标最大值  */
+    /** X 坐标最大值 */
     private maxX = Number.MIN_SAFE_INTEGER;
-    /** Y坐标最小值  */
+    /** Y 坐标最小值 */
     private minY = Number.MAX_SAFE_INTEGER;
-    /** Y坐标最大值  */
+    /** Y 坐标最大值 */
     private maxY = Number.MIN_SAFE_INTEGER;
-    /** 线段   */
+    /** 线段 */
     private _line: SPoint[] = [];
     get line(): SPoint[] {
         return this._line;
@@ -69,7 +69,8 @@ export class SBaseLineEdit extends SGraphEdit {
         this._line = arr;
         this.update();
     } // Set line
-    /** 是否垂直水平绘制   */
+
+    /** 是否垂直水平绘制 */
     private _verAndLeve: Boolean = false;
     get verAndLeve(): Boolean {
         return this._verAndLeve;
@@ -79,7 +80,7 @@ export class SBaseLineEdit extends SGraphEdit {
         this.update();
     } // Set verAndLeve
 
-    /** 是否完成绘制  */
+    /** 是否完成绘制 */
     protected _status: SItemStatus = SItemStatus.Normal;
     get status(): SItemStatus {
         return this._status;
@@ -90,7 +91,7 @@ export class SBaseLineEdit extends SGraphEdit {
         this.update();
     } // Set status
 
-    /** 线条颜色    */
+    /** 线条颜色 */
     private _strokeColor: SColor = SColor.Black;
     get strokeColor(): SColor {
         return this._strokeColor;
@@ -100,7 +101,7 @@ export class SBaseLineEdit extends SGraphEdit {
         this.update();
     }// Get strokeColor
 
-    /** 线条样式    */
+    /** 线条样式 */
     private _lineStyle: SLineStyle = SLineStyle.Solid;
     get lineStyle(): SLineStyle {
         return this._lineStyle;
@@ -130,7 +131,7 @@ export class SBaseLineEdit extends SGraphEdit {
         this.update();
     } //Set activeFillColor
 
-    /** 线条宽度    */
+    /** 线条宽度 */
     private _lineWidth: number = 1;
     get lineWidth(): number {
         return this._lineWidth;
@@ -140,48 +141,49 @@ export class SBaseLineEdit extends SGraphEdit {
         this.update();
     } //Set lineWidth
 
-    /** 拖动灵敏度   */
+    /** 拖动灵敏度 */
     dis: number = 5;
-
-    /** 拖动灵敏度   */
+    /** 拖动灵敏度 */
     private sceneDis: number = 5;
-
-    /** 当前点索引   */
+    /** 当前点索引 */
     curIndex: number = -1;
-
-    /** 当前点坐标   */
+    /** 当前点坐标 */
     private curPoint: SPoint | null = null;
-
-    /** undo/redo堆栈 */
+    /** undo/redo 堆栈 */
     private undoStack: SUndoStack = new SUndoStack();
 
     /**
      * 构造函数
      *
-     * @param   parent  父级
-     * @param   l       坐标集合|第一个点坐标
-     * */
+     * @param parent    父级
+     * @param data      坐标集合|第一个点坐标
+     */
     constructor(parent: SGraphItem | null, data: Marker) {
         super(parent);
         this.showSelect = false;
         this.data = data;
-        if (data.style && data.style.default) {
+        if (data.style) {
             // 关于顶点
-            if (data.style.default.line) {
+            if (data.style.line) {
                 let setPointList: SPoint[];
-                setPointList = data.style.default.line.map(i => {
+                setPointList = data.style.line.map(i => {
                     return new SPoint(i.x, i.y)
                 });
                 this.line = setPointList;
             }
+        }
+
+        if (data.style && data.style.default) {
             // 颜色
             if (data.style.default.strokeColor) {
                 this.strokeColor = new SColor(data.style.default.strokeColor)
             }
+
             // 线宽
             if (data.style.default.lineWidth) {
                 this.lineWidth = data.style.default.lineWidth
             }
+
             // 线样式
             if (data.style.default.lineStyle) {
                 this.lineStyle = data.style.default.lineStyle
@@ -192,8 +194,8 @@ export class SBaseLineEdit extends SGraphEdit {
     /**
      * 添加点至数组中
      *
-     * @param   p       添加的点
-     * */
+     * @param p       添加的点
+     */
     private addPoint(p: SPoint): void {
         if (this.line.length < 2) {
             this.line.push(p);
@@ -205,14 +207,15 @@ export class SBaseLineEdit extends SGraphEdit {
             this.releaseItem();
             this.$emit("finishCreated");
         }
+
         this.update();
     } // Function addPoint()
 
     /**
      * 鼠标双击事件
      *
-     * @param	event         事件参数
-     * @return	boolean
+     * @param	event       事件参数
+     * @return	该事件是否被处理
      */
     onDoubleClick(event: SMouseEvent): boolean {
         if (this.status == SItemStatus.Normal) {
@@ -222,6 +225,7 @@ export class SBaseLineEdit extends SGraphEdit {
             this.status = SItemStatus.Normal;
             this.releaseItem();
         }
+
         this.update();
         return true;
     } // Function onDoubleClick()
@@ -229,15 +233,16 @@ export class SBaseLineEdit extends SGraphEdit {
     /**
      * 鼠标按下事件
      *
-     * @param   event   鼠标事件
+     * @param event   鼠标事件
      * @return  是否处理事件
-     * */
+     */
     onMouseDown(event: SMouseEvent): boolean {
         this.curIndex = -1;
         this.curPoint = null;
         if (event.shiftKey || this._verAndLeve) {
             event = this.compare(event);
         }
+
         if (event.buttons == SMouseButton.LeftButton) {
             if (this.status == SItemStatus.Normal) {
                 return super.onMouseDown(event);
@@ -249,14 +254,15 @@ export class SBaseLineEdit extends SGraphEdit {
                 return true;
             }
         }
+
         return true;
     } // Function onMouseDown()
 
     /**
      * 鼠标抬起事件
      *
-     * @param	event         事件参数
-     * @return	boolean
+     * @param	event     事件参数
+     * @return	 是否处理该事件
      */
     onMouseUp(event: SMouseEvent): boolean {
         if (this.status == SItemStatus.Edit) {
@@ -276,6 +282,7 @@ export class SBaseLineEdit extends SGraphEdit {
             this.moveToOrigin(this.x, this.y);
             return super.onMouseUp(event);
         }
+
         this.curIndex = -1;
         this.curPoint = null;
         return true;
@@ -284,8 +291,8 @@ export class SBaseLineEdit extends SGraphEdit {
     /**
       * 鼠标抬起事件
       *
-      * @param	event         事件参数
-      * @return	boolean
+      * @param event     事件参数
+      * @return	 是否处理该事件
       */
     onKeyUp(event: KeyboardEvent): void {
         // 当 ESC 时
@@ -304,13 +311,14 @@ export class SBaseLineEdit extends SGraphEdit {
     /**
      * 鼠标移动事件
      *
-     * @param   event   鼠标事件
-     * @return  是否处理事件
-     * */
+     * @param event   鼠标事件
+     * @return 是否处理事件
+     */
     onMouseMove(event: SMouseEvent): boolean {
         if (event.shiftKey || this._verAndLeve) {
             event = this.compare(event);
         }
+
         if (this.status == SItemStatus.Create) {
             if (this.line[0] instanceof SPoint) {
                 this.line[1] = new SPoint(event.x, event.y);
@@ -323,15 +331,16 @@ export class SBaseLineEdit extends SGraphEdit {
         } else {
             return super.onMouseMove(event);
         }
+
         this.update();
         return true;
     } // Function onMouseMove()
 
     /**
-     * 获取点击点与Point[]中的点距离最近点
+     * 获取点击点与 Point[] 中的点距离最近点
      *
-     * @param   p   鼠标点击点
-     * */
+     * @param p   鼠标点击点
+     */
     findNearestPoint(p: SPoint): void {
         let len = this.sceneDis;
         for (let i = 0; i < this.line.length; i++) {
@@ -352,8 +361,8 @@ export class SBaseLineEdit extends SGraphEdit {
     /**
      * 记录相关动作并推入栈中
      *
-     * @param	SGraphCommand   相关命令类
-     * @param	any             对应传入参数
+     * @param SGraphCommand   相关命令类
+     * @param any             对应传入参数
      */
     protected recordAction(SGraphCommand: any, any: any[]): void {
         // 记录相关命令并推入堆栈中
@@ -364,9 +373,9 @@ export class SBaseLineEdit extends SGraphEdit {
     /**
      * 移动后处理所有坐标,并肩原点置为场景原点
      *
-     * @param   x   x坐标
-     * @param   y   y坐标
-     * */
+     * @param x   x 坐标
+     * @param y   y 坐标
+     */
     moveToOrigin(x: number, y: number): void {
         super.moveToOrigin(x, y);
         this.line = this.line.map(t => {
@@ -374,15 +383,17 @@ export class SBaseLineEdit extends SGraphEdit {
             t.y = t.y + y;
             return t;
         });
+
         this.x = 0;
         this.y = 0;
     } // Function moveToOrigin()
 
     /**
-     * shift垂直水平创建或编辑
+     * shift 垂直水平创建或编辑
      *
-     * @param   event   事件
-     * */
+     * @param event   事件
+     * @return 鼠标事件
+     */
     compare(event: SMouseEvent): SMouseEvent {
         if (this.line.length) {
             let last = new SPoint(event.x, event.y);
@@ -395,6 +406,7 @@ export class SBaseLineEdit extends SGraphEdit {
                     last = this.line[1];
                 }
             }
+
             const dx = Math.abs(event.x - last.x);
             const dy = Math.abs(event.y - last.y);
             if (dy > dx) {
@@ -403,15 +415,16 @@ export class SBaseLineEdit extends SGraphEdit {
                 event.y = last.y;
             }
         }
+
         return event;
     } // Function compare()
 
     /**
      * 判断点是否在区域内
      *
-     * @param   x
-     * @param   y
-     * @return  true-
+     * @param x     x 坐标
+     * @param y     y 坐标
+     * @return 是否在区域内
      */
     contains(x: number, y: number): boolean {
         if (this.line.length == 2) {
@@ -423,12 +436,12 @@ export class SBaseLineEdit extends SGraphEdit {
                 return true;
             }
         }
+
         return false;
     } // Function contains()
 
     /**
      * 撤销操作
-     *
      */
     undo(): void {
         if (this.status != SItemStatus.Normal) {
@@ -438,7 +451,6 @@ export class SBaseLineEdit extends SGraphEdit {
 
     /**
      * 重做操作
-     *
      */
     redo(): void {
         if (this.status != SItemStatus.Normal) {
@@ -447,9 +459,8 @@ export class SBaseLineEdit extends SGraphEdit {
     } // Function redo()
 
     /**
-     * 取消操作item事件
-     *
-     * */
+     * 取消操作 item 事件
+     */
     cancelOperate(): void {
         if (this.status == SItemStatus.Create) {
             this.parent = null;
@@ -461,9 +472,9 @@ export class SBaseLineEdit extends SGraphEdit {
     } // Function cancelOperate()
 
     /**
-     * Item对象边界区域
+     * Item 对象边界区域
      *
-     * @return	SRect
+     * @return	边界区域
      */
     boundingRect(): SRect {
         if (this.line.length) {
@@ -477,17 +488,21 @@ export class SBaseLineEdit extends SGraphEdit {
                 if (x < this.minX) {
                     this.minX = x;
                 }
+
                 if (y < this.minY) {
                     this.minY = y;
                 }
+
                 if (x > this.maxX) {
                     this.maxX = x;
                 }
+
                 if (y > this.maxY) {
                     this.maxY = y;
                 }
             });
         }
+
         return new SRect(
             this.minX,
             this.minY,
@@ -499,9 +514,9 @@ export class SBaseLineEdit extends SGraphEdit {
     /**
      * 返回对象储存的相关数据
      *
-     * @return	formData
+     * @return	对象数据
      */
-    toData() {
+    toData(): any {
         const Line = [{ x: this.line[0].x, y: this.line[0].y }, { x: this.line[1].x, y: this.line[1].y }];
         this.data.style.default.line = Line;
         this.data.style.default.lineWidth = this.lineWidth;
@@ -511,9 +526,9 @@ export class SBaseLineEdit extends SGraphEdit {
     } // Function toData()
 
     /**
-     * Item绘制操作
+     * Item 绘制操作
      *
-     * @param   painter painter对象
+     * @param painter    绘制对象
      */
     onDraw(painter: SPainter): void {
         this.sceneDis = painter.toPx(this.dis);
@@ -533,6 +548,7 @@ export class SBaseLineEdit extends SGraphEdit {
                     painter.toPx(2 * this.lineWidth)
                 ];
             }
+
             if (this.selected && this.status == SItemStatus.Normal) {
                 painter.pen.lineWidth = painter.toPx(this.lineWidth * 2);
                 painter.shadow.shadowBlur = 10;
@@ -540,6 +556,7 @@ export class SBaseLineEdit extends SGraphEdit {
                 painter.shadow.shadowOffsetX = 5;
                 painter.shadow.shadowOffsetY = 5;
             }
+
             painter.drawLine(this.line[0], this.line[1]);
             if (
                 this.status == SItemStatus.Edit ||
@@ -569,4 +586,4 @@ export class SBaseLineEdit extends SGraphEdit {
             }
         }
     } // Function onDraw()
-} // Class SLineItem
+} // Class SBaseLineEdit

+ 118 - 74
src/components/editClass/edit/items/SBasePolygonEdit.ts

@@ -45,49 +45,47 @@ import { SItemStatus, ItemOrder } from "@persagy-web/big";
 import { Marker } from "../type/Marker";
 import { SMathUtil } from "@persagy-web/big/lib/utils/SMathUtil";
 import { SGraphEdit } from ".."
+
 /**
  * 编辑多边形
  *
- * @author  韩耀龙
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
 export class SBasePolygonEdit extends SGraphEdit {
-    /** X坐标最小值 */
+    /** X 坐标最小值 */
     private minX = Number.MAX_SAFE_INTEGER;
-    /** X坐标最大值 */
+    /** X 坐标最大值 */
     private maxX = Number.MIN_SAFE_INTEGER;
-    /** Y坐标最小值 */
+    /** Y 坐标最小值 */
     private minY = Number.MAX_SAFE_INTEGER;
-    /** Y坐标最大值 */
+    /** Y 坐标最大值 */
     private maxY = Number.MIN_SAFE_INTEGER;
-
     /** 图例节点对象数据 */
     data: Marker;
     /** 轮廓线坐标 */
     private pointList: SPoint[] = [];
-    // 获取当前状态
     get getPointList(): SPoint[] {
         return this.pointList;
-    }
-    // 编辑当前状态
+    } // Get getPointList
     set setPointList(arr: SPoint[]) {
         this.pointList = arr;
         this.update();
-    }
+    } // Set getPointList
 
     /** 当前状态 */
     protected _status: number = SItemStatus.Normal;
     get status(): SItemStatus {
         return this._status;
-    }
+    } // Get status
     set status(value: SItemStatus) {
         this._status = value;
         this.undoStack.clear();
         this.update();
-    }
+    } // Set status
 
     /** 边框颜色 */
     _strokeColor: SColor = SColor.Black;
-    /**  画笔颜色 */
+    /** 画笔颜色 */
     get strokeColor(): SColor {
         return this._strokeColor;
     } // Get strokeColor
@@ -116,7 +114,7 @@ export class SBasePolygonEdit extends SGraphEdit {
         this.update();
     } // Set lineStyle
 
-    /** 边框的宽 只可输入像素宽 */
+    /** 边框的宽只可输入像素宽 */
     _lineWidth: number = 1;
     get lineWidth(): number {
         return this._lineWidth;
@@ -136,11 +134,11 @@ export class SBasePolygonEdit extends SGraphEdit {
     private curPoint: null | SPoint = null;
     /** 灵敏像素 */
     private len: number = 10;
-    /** 场景像素 内部将灵敏像素换算为场景实际距离 */
+    /** 场景像素内部将灵敏像素换算为场景实际距离 */
     private scenceLen: number = 15;
     /** 场景像素 */
     private isAlt: boolean = false;
-    /** undo/redo堆栈 */
+    /** undo/redo 堆栈 */
     protected undoStack: SUndoStack = new SUndoStack();
 
     /**
@@ -171,20 +169,24 @@ export class SBasePolygonEdit extends SGraphEdit {
                     this.setPointList = setPointList;
                 }
             }
+
             // 样式相关
             if (data.style.default) {
                 // 颜色
                 if (data.style.default.strokeColor) {
                     this.strokeColor = new SColor(data.style.default.strokeColor)
                 }
+
                 // 线宽
                 if (data.style.default.lineWidth) {
                     this.lineWidth = data.style.default.lineWidth
                 }
+
                 // 线样式
                 if (data.style.default.lineStyle) {
                     this.lineStyle = data.style.default.lineStyle
                 }
+
                 // 填充色
                 if (data.style.default.fillColor) {
                     this.fillColor = new SColor(data.style.default.fillColor)
@@ -229,10 +231,10 @@ export class SBasePolygonEdit extends SGraphEdit {
     /**
      * 储存新的多边形顶点
      *
-     * @param x   点位得x坐标
-     * @param y   点位得y坐标
+     * @param x   点位得 x 坐标
+     * @param y   点位得 y 坐标
      * @param i   储存所在索引
-     * @return SPoint。添加的顶点
+     * @return 添加的顶点
      */
     insertPoint(x: number, y: number, i: number | null = null): SPoint {
         const point = new SPoint(x, y);
@@ -241,6 +243,7 @@ export class SBasePolygonEdit extends SGraphEdit {
         } else {
             this.pointList.splice(i, 0, point);
         }
+
         this.update();
         return point;
     } // Function insertPoint()
@@ -249,10 +252,10 @@ export class SBasePolygonEdit extends SGraphEdit {
      * 删除点位
      *
      * @param i   删除点所在的索引
-     * @return    SPoint|null。索引不在数组范围则返回null
+     * @return   索引不在数组范围则返回 null
      */
     deletePoint(i: number | null = null): SPoint | null {
-        let point = null;
+        let point;
         if (i != null) {
             if (i >= this.pointList.length || i < 0) {
                 point = null;
@@ -268,6 +271,7 @@ export class SBasePolygonEdit extends SGraphEdit {
                 point = null;
             }
         }
+
         this.curIndex = -1;
         this.curPoint = null;
         this.update();
@@ -277,29 +281,28 @@ export class SBasePolygonEdit extends SGraphEdit {
     /**
      * 多边形顶点的移动位置
      *
-     * @param x   点位得x坐标
-     * @param y   点位得y坐标
-     * @param i   点位得i坐标
-     * @return    移动对应得点。如果索引无法找到移动顶点,则返回null
+     * @param x   点位得 x 坐标
+     * @param y   点位得 y 坐标
+     * @param i   点位得 i 坐标
+     * @return    移动对应得点。如果索引无法找到移动顶点,则返回 null
      */
     movePoint(x: number, y: number, i: number): SPoint | null {
-        let point = null;
+        let point
         if (i >= this.pointList.length || i < 0) {
             return null;
         }
+
         if (this.pointList.length) {
             this.pointList[i].x = x;
             this.pointList[i].y = y;
         }
+
         point = this.pointList[i];
         return point;
     } // Function movePoint()
 
-    ////////////
-    //  以下为三种状态下的绘制多边形方法
-
     /**
-     * 展示状态 --绘制多边形数组
+     * 展示状态 -- 绘制多边形数组
      *
      * @param painter      绘制类
      * @param pointList    绘制多边形数组
@@ -321,6 +324,7 @@ export class SBasePolygonEdit extends SGraphEdit {
                 painter.toPx(this.lineWidth)
             ];
         }
+
         if (this.selected) {
             painter.shadow.shadowBlur = 10;
             painter.shadow.shadowColor = new SColor(`#00000033`);
@@ -329,12 +333,13 @@ export class SBasePolygonEdit extends SGraphEdit {
         } else {
             painter.shadow.shadowColor = SColor.Transparent;
         }
+
         painter.drawPolygon([...pointList]);
         painter.restore();
     } // Function drawShowPolygon()
 
     /**
-     * 创建状态 --绘制多边形数组
+     * 创建状态 -- 绘制多边形数组
      *
      * @param painter      绘制类
      * @param pointList    绘制多边形数组
@@ -351,11 +356,11 @@ export class SBasePolygonEdit extends SGraphEdit {
                 this.lastPoint.y
             );
         }
+
         painter.drawPolyline(pointList);
         painter.pen.color = SColor.Transparent;
         painter.brush.color = new SColor(this.fillColor.value);
         painter.pen.lineWidth = painter.toPx(this.lineWidth);
-
         if (this.lastPoint) {
             painter.drawPolygon([...pointList, this.lastPoint]);
             // 绘制顶点块
@@ -391,9 +396,9 @@ export class SBasePolygonEdit extends SGraphEdit {
 
     /**
      *
-     * 编辑状态 --绘制多边形数组
+     * 编辑状态 -- 绘制多边形数组
      *
-     * @param painter    绘制类
+     * @param painter      绘制类
      * @param pointList    绘制多边形数组
      */
     protected drawEditPolygon(painter: SPainter, pointList: SPoint[]): void {
@@ -411,6 +416,7 @@ export class SBasePolygonEdit extends SGraphEdit {
             if (index == this.curIndex) {
                 painter.brush.color = new SColor("#2196f3");
             }
+
             painter.drawCircle(item.x, item.y, painter.toPx(this.len / 2));
         });
     } // Function drawCreatePolygon()
@@ -419,8 +425,6 @@ export class SBasePolygonEdit extends SGraphEdit {
      * 编辑状态操作多边形数组
      *
      * @param event    鼠标事件
-     *
-     *
      */
     protected editPolygonPoint(event: SMouseEvent): void {
         //  判断是否为删除状态 isAlt = true为删除状态
@@ -440,11 +444,13 @@ export class SBasePolygonEdit extends SGraphEdit {
                     lenIndex = index;
                 }
             });
+
             // 若点击到,对该索引对应的点做删除
             if (lenIndex != -1) {
                 if (this.pointList.length <= 3) {
                     return;
                 }
+
                 const delePoint = new SPoint(
                     this.pointList[lenIndex].x,
                     this.pointList[lenIndex].y
@@ -501,6 +507,7 @@ export class SBasePolygonEdit extends SGraphEdit {
                         }
                     }
                 }
+
                 // 判断是否有点
                 if (len.Point) {
                     // 点在了多边形的边上
@@ -524,6 +531,7 @@ export class SBasePolygonEdit extends SGraphEdit {
                     this.pointList[this.curIndex].y
                 );
             }
+
             // 刷新视图
             this.update();
         }
@@ -531,11 +539,11 @@ export class SBasePolygonEdit extends SGraphEdit {
 
     /////////////////////
     // undo、redo相关操作
-
     /**
      * 记录相关动作并推入栈中
-     * @param	SGraphCommand         相关命令类
-     * @param	any                    对应传入参数
+     *
+     * @param SGraphCommand      相关命令类
+     * @param any                对应传入参数
      */
     protected recordAction(SGraphCommand: any, any: any[]): void {
         // 记录相关命令并推入堆栈中
@@ -560,6 +568,7 @@ export class SBasePolygonEdit extends SGraphEdit {
         if (this.status == SItemStatus.Normal) {
             return;
         }
+
         this.undoStack.redo();
     } // Function redo()
 
@@ -569,8 +578,8 @@ export class SBasePolygonEdit extends SGraphEdit {
     /**
      * 鼠标双击事件
      *
-     * @param	event         事件参数
-     * @return	boolean
+     * @param event    事件参数
+     * @return  是否处理该事件
      */
     onDoubleClick(event: SMouseEvent): boolean {
         // 如果位show状态 双击改对象则需改为编辑状态
@@ -581,6 +590,7 @@ export class SBasePolygonEdit extends SGraphEdit {
             this.status = SItemStatus.Normal;
             this.releaseItem();
         }
+
         this.update();
         return true;
     } // Function onDoubleClick()
@@ -588,10 +598,9 @@ export class SBasePolygonEdit extends SGraphEdit {
     /**
      * 键盘事件
      *
-     * @param	event         事件参数
-     * @return	boolean
+     * @param event    事件参数
+     * @return  是否处理该事件
      */
-
     onKeyDown(event: KeyboardEvent): boolean {
         if (this.status == SItemStatus.Normal) {
             return false;
@@ -611,6 +620,7 @@ export class SBasePolygonEdit extends SGraphEdit {
                 this.isAlt = true;
             }
         }
+
         this.update();
         return true;
     } // Function onKeyDown()
@@ -618,8 +628,7 @@ export class SBasePolygonEdit extends SGraphEdit {
     /**
      * 键盘键抬起事件
      *
-     * @param	event         事件参数
-     * @return	boolean
+     * @param event    事件参数
      */
     onKeyUp(event: KeyboardEvent): void {
         if (this.status == SItemStatus.Edit) {
@@ -632,19 +641,21 @@ export class SBasePolygonEdit extends SGraphEdit {
                 }
             }
         }
+
         this.update();
     } // Function onKeyUp()
 
     /**
      * 鼠标按下事件
      *
-     * @param	event         事件参数
-     * @return	boolean
+     * @param	event      事件参数
+     * @return	 是否处理该事件
      */
     onMouseDown(event: SMouseEvent): boolean {
         if (event.shiftKey) {
             event = this.compare(event);
         }
+
         // 如果状态为编辑状态则添加点
         if (this.status == SItemStatus.Create) {
             // 新增顶点
@@ -657,6 +668,7 @@ export class SBasePolygonEdit extends SGraphEdit {
                     this.pointList[0].y
                 );
             }
+
             if (this.pointList.length > 2 && len > 0 && len < this.scenceLen) {
                 this.status = SItemStatus.Normal;
                 //3 传递完成事件状态
@@ -675,14 +687,15 @@ export class SBasePolygonEdit extends SGraphEdit {
         } else {
             return super.onMouseDown(event);
         }
+
         return true;
     } // Function onMouseDown()
 
     /**
      * 鼠标移入事件
      *
-     * @param	event         事件参数
-     * @return	boolean
+     * @param event   事件参数
+     * @return 是否处理该事件
      */
     onMouseEnter(event: SMouseEvent): boolean {
         return true;
@@ -691,10 +704,9 @@ export class SBasePolygonEdit extends SGraphEdit {
     /**
      * 鼠标移出事件
      *
-     * @param	event         事件参数
-     * @return	boolean
+     * @param event    事件参数
+     * @return 是否处理该事件
      */
-
     onMouseLeave(event: SMouseEvent): boolean {
         return true;
     } // Function onMouseLeave()
@@ -702,14 +714,14 @@ export class SBasePolygonEdit extends SGraphEdit {
     /**
      * 鼠标移动事件
      *
-     * @param	event         事件参数
-     * @return	boolean
+     * @param event    事件参数
+     * @return 是否处理该事件
      */
-
     onMouseMove(event: SMouseEvent): boolean {
         if (event.shiftKey) {
             event = this.compare(event);
         }
+
         if (this.status == SItemStatus.Create) {
             this.lastPoint = new SPoint();
             this.lastPoint.x = event.x;
@@ -726,14 +738,15 @@ export class SBasePolygonEdit extends SGraphEdit {
         } else {
             return super.onMouseMove(event);
         }
+
         return true;
     } // Function onMouseMove()
 
     /**
-     * shift垂直水平创建或编辑
+     * shift 垂直水平创建或编辑
      *
-     * @param   event   事件
-     * */
+     * @param event   事件
+     */
     compare(event: SMouseEvent): SMouseEvent {
         if (this.pointList.length) {
             let last = new SPoint(event.x, event.y);
@@ -744,6 +757,7 @@ export class SBasePolygonEdit extends SGraphEdit {
                     last = this.pointList[this.curIndex - 1];
                 }
             }
+
             const dx = Math.abs(event.x - last.x);
             const dy = Math.abs(event.y - last.y);
             if (dy > dx) {
@@ -752,14 +766,15 @@ export class SBasePolygonEdit extends SGraphEdit {
                 event.y = last.y;
             }
         }
+
         return event;
     } // Function compare()
 
     /**
      * 鼠标抬起事件
      *
-     * @param	event         事件参数
-     * @return	boolean
+     * @param event    事件参数
+     * @return 是否处理该事件
      */
     onMouseUp(event: SMouseEvent): boolean {
         if (this.status == SItemStatus.Edit) {
@@ -785,9 +800,9 @@ export class SBasePolygonEdit extends SGraphEdit {
     /**
      * 移动后处理所有坐标,并肩原点置为场景原点
      *
-     * @param   x   x坐标
-     * @param   y   y坐标
-     * */
+     * @param x   x 坐标
+     * @param y   y 坐标
+     */
     moveToOrigin(x: number, y: number): void {
         super.moveToOrigin(x, y);
         this.pointList = this.pointList.map(t => {
@@ -795,6 +810,7 @@ export class SBasePolygonEdit extends SGraphEdit {
             t.y = t.y + y;
             return t;
         });
+
         this.x = 0;
         this.y = 0;
     } // Function moveToOrigin()
@@ -802,8 +818,8 @@ export class SBasePolygonEdit extends SGraphEdit {
     /**
      * 适配事件
      *
-     * @param	event         事件参数
-     * @return	boolean
+     * @param event     事件参数
+     * @return 是否处理该事件
      */
     onResize(event: SMouseEvent): boolean {
         return true;
@@ -811,7 +827,6 @@ export class SBasePolygonEdit extends SGraphEdit {
 
     /**
      * 取消操作
-     *
      */
     cancelOperate(): void {
         // 当状态为展示状态
@@ -822,13 +837,14 @@ export class SBasePolygonEdit extends SGraphEdit {
             // 编辑状态
             this.status = SItemStatus.Normal;
         }
+
         this.update();
     } // Function cancelOperate()
 
     /**
-     * Item对象边界区域
+     * Item 对象边界区域
      *
-     * @return SRect
+     * @return 边界区域
      */
     boundingRect(): SRect {
         if (this.pointList.length) {
@@ -842,17 +858,22 @@ export class SBasePolygonEdit extends SGraphEdit {
                 if (x < this.minX) {
                     this.minX = x;
                 }
+
                 if (y < this.minY) {
                     this.minY = y;
                 }
+
                 if (x > this.maxX) {
                     this.maxX = x;
                 }
+
                 if (y > this.maxY) {
                     this.maxY = y;
                 }
+
             });
         }
+
         return new SRect(
             this.minX,
             this.minY,
@@ -864,21 +885,44 @@ export class SBasePolygonEdit extends SGraphEdit {
     /**
      * 判断点是否在区域内
      *
-     * @param x
-     * @param y
+     * @param x     x 坐标
+     * @param y     y 坐标
+     * @return 是否在该区域内
      */
     contains(x: number, y: number): boolean {
         let arr = this.pointList;
         if (arr.length < 3 || !SPolygonUtil.pointIn(x, y, arr)) {
             return false;
         }
+
         return true;
     } // Function contains()
 
     /**
-     * Item绘制操作
+     * 返回对象储存的相关数据
+     *
+     * @return	对象参数
+     */
+    toData() : any {
+        const Line = this.pointList.map(pos => {
+            return {
+                x: pos.x,
+                y: pos.y
+            }
+        });
+
+        this.data.style.outLine = Line;
+        this.data.style.default.lineWidth = this.lineWidth;
+        this.data.style.default.lineStyle = this.lineStyle;
+        this.data.style.default.strokeColor = this.strokeColor.value;
+        this.data.style.default.fillColor = this.fillColor.value;
+        return this.data
+    } // Function toData()
+
+    /**
+     * Item 绘制操作
      *
-     * @param   painter       painter对象
+     * @param painter    绘制对象
      */
     onDraw(painter: SPainter): void {
         this.scenceLen = painter.toPx(this.len);
@@ -894,4 +938,4 @@ export class SBasePolygonEdit extends SGraphEdit {
             this.drawEditPolygon(painter, this.pointList);
         }
     } // Function onDraw()
-} // Class SPolygonItem
+} // Class SBasePolygonEdit

+ 146 - 80
src/components/editClass/edit/items/SBasePolylineEdit.ts

@@ -24,7 +24,6 @@
  * *********************************************************************************************************************
  */
 
-
 import { SColor, SLine, SPainter, SPoint, SRect } from "@persagy-web/draw";
 import { SKeyCode, SMouseEvent, SUndoStack } from "@persagy-web/base";
 import { SItemStatus } from "@persagy-web/big";;
@@ -38,120 +37,148 @@ import {
 } from "@persagy-web/graph/";
 import { SGraphEdit } from ".."
 import { Marker } from "../type/Marker";
+
 /**
  * 折线编辑类
  *
- * @author  韩耀龙(han_yao_long@163.com)
+ * @author  韩耀龙 <han_yao_long@163.com>
  */
 export class SBasePolylineEdit extends SGraphEdit {
     /** 传入数据 */
-    data: Marker
-    /** X坐标最小值  */
+    data: Marker;
+    /** X 坐标最小值 */
     private minX = Number.MAX_SAFE_INTEGER;
-    /** X坐标最大值  */
+    /** X 坐标最大值 */
     private maxX = Number.MIN_SAFE_INTEGER;
-    /** Y坐标最小值  */
+    /** Y 坐标最小值 */
     private minY = Number.MAX_SAFE_INTEGER;
-    /** Y坐标最大值  */
+    /** Y 坐标最大值 */
     private maxY = Number.MIN_SAFE_INTEGER;
-    /** 折点信息    */
+    /** 折点信息 */
     pointList: SPoint[] = [];
-    /** 是否绘制完成  */
+    /** 是否绘制完成 */
     _status: SItemStatus = SItemStatus.Normal;
     get status(): SItemStatus {
         return this._status;
-    }
+    } // Get status
     set status(v: SItemStatus) {
         this._status = v;
         this.undoStack.clear();
         this.update();
-    }
+    } // Set status
+
     /** 鼠标移动时的点 */
     private lastPoint: SPoint | null = null;
-    /** 线条颜色    */
+    /** 线条颜色 */
     _strokeColor: SColor = SColor.Black;
     get strokeColor(): SColor {
         return this._strokeColor;
-    }
+    } // Get strokeColor
     set strokeColor(v: SColor) {
         this._strokeColor = v;
         this.update();
-    }
+    } // Set strokeColor
+
     /** 填充色 */
     _fillColor: SColor = new SColor("#2196f3");
     get fillColor(): SColor {
         return this._fillColor;
-    }
+    } // Get fillColor
     set fillColor(v: SColor) {
         this._fillColor = v;
         this.update();
-    }
+    } // Set fillColor
+
     /** 边框样式 */
     _lineStyle: SLineStyle = SLineStyle.Solid;
     get lineStyle(): SLineStyle {
         return this._lineStyle;
-    }
+    } // Get lineStyle
     set lineStyle(v: SLineStyle) {
         this._lineStyle = v;
         this.update();
-    }
-    /** 线条宽度    */
+    } // Set lineStyle
+
+    /** 线条宽度 */
     _lineWidth: number = 1;
     get lineWidth(): number {
         return this._lineWidth;
-    }
+    } // Get lineWidth
     set lineWidth(v: number) {
         this._lineWidth = v;
         this.update();
-    }
-    /** 是否垂直水平绘制   */
+    } // Set lineWidth
+
+    /** 是否垂直水平绘制 */
     private _verAndLeve: Boolean = false;
     get verAndLeve(): Boolean {
         return this._verAndLeve;
-    }
+    } // Get verAndLeve
     set verAndLeve(bool: Boolean) {
         this._verAndLeve = bool;
         this.update();
-    }
-    /** 全局灵敏度   */
+    } // Set verAndLeve
+
+    /** 全局灵敏度 */
     dis: number = 10;
-    /** 灵敏度转换为场景长度  */
+    /** 灵敏度转换为场景长度 */
     private sceneDis: number = 10;
-    /** 当前点索引   */
+    /** 当前点索引 */
     private curIndex: number = -1;
-    /** 当前点索引   */
+    /** 当前点 */
     private curPoint: SPoint | null = null;
-    /** undo/redo堆栈 */
+    /** undo / redo 堆栈 */
     private undoStack: SUndoStack = new SUndoStack();
 
     /**
      * 构造函数
      *
-     * @param   parent  父级
-     * @param   list    第一个坐标|坐标集合
-     * */
+     * @param parent    父级
+     * @param data      折线数据
+     */
     constructor(parent: null | SGraphItem, data: Marker) {
         super(parent);
         this.data = data;
         this.name = data.name;
         this.moveTo(data.pos.x, data.pos.y);
+        this.showSelect = false;
         if (data && data.style) {
             if (data.style.outLine) {
                 let setPointList: SPoint[];
                 setPointList = data.style.outLine.map(i => {
                     return new SPoint(i.x, i.y)
-                })
+                });
                 this.pointList = setPointList;
             }
+
+            this.moveable = data.style.isMove ? data.style.isMove : false;
+            if (data.style && data.style.default) {
+                // 颜色
+                if (data.style.default.strokeColor) {
+                    this.strokeColor = new SColor(data.style.default.strokeColor)
+                }
+
+                // 线宽
+                if (data.style.default.lineWidth) {
+                    this.lineWidth = data.style.default.lineWidth
+                }
+
+                // 线样式
+                if (data.style.default.lineStyle) {
+                    this.lineStyle = data.style.default.lineStyle
+                }
+
+            }
+
         }
     } // Constructor
 
     /**
      * 添加点至数组中
      *
-     * @param   p       添加的点
-     * @param   index   添加到的索引
-     * */
+     * @param p       添加的点
+     * @param index   添加到的索引
+     */
     private addPoint(p: SPoint, index?: number): void {
         if (index && this.canHandle(index)) {
             this.pointList.splice(index, 0, p);
@@ -164,15 +191,16 @@ export class SBasePolylineEdit extends SGraphEdit {
             this.pointList.push(p);
             this.recordAction(SGraphPointListInsert, [this.pointList, p]);
         }
+
         this.update();
     } // Function addPoint()
 
     /**
      * 是否可以添加点到数组中
      *
-     * @param   index   要添加到的索引
-     * @return  boolean 是否可添加
-     * */
+     * @param index     要添加到的索引
+     * @return 是否可添加
+     */
     private canHandle(index: number): boolean {
         return index >= 0 && index <= this.pointList.length;
     } // Function canHandle()
@@ -180,8 +208,8 @@ export class SBasePolylineEdit extends SGraphEdit {
     /**
      * 根据索引删除点
      *
-     * @param   index   删除点
-     * */
+     * @param index   删除点
+     */
     deletePoint(index: number): void {
         if (this.canHandle(index) && this.pointList.length > 2) {
             const p = new SPoint(
@@ -203,15 +231,16 @@ export class SBasePolylineEdit extends SGraphEdit {
     /**
      * 鼠标按下事件
      *
-     * @param   event   鼠标事件
-     * @return  boolean 是否处理事件
-     * */
+     * @param event   鼠标事件
+     * @return 是否处理事件
+     */
     onMouseDown(event: SMouseEvent): boolean {
         this.curIndex = -1;
         this.curPoint = null;
         if (event.shiftKey || this.verAndLeve) {
             event = this.compare(event);
         }
+
         if (event.buttons == 1) {
             if (this.status == SItemStatus.Create) {
                 this.addPoint(new SPoint(event.x, event.y));
@@ -223,29 +252,33 @@ export class SBasePolylineEdit extends SGraphEdit {
                 if (this.curIndex < 0) {
                     this.findAddPos(new SPoint(event.x, event.y));
                 }
+
                 // 删除点
                 if (event.altKey && this.canHandle(this.curIndex)) {
                     this.deletePoint(this.curIndex);
                 }
+
                 this.update();
                 return true;
             } else {
                 return super.onMouseDown(event);
             }
         }
+
         return super.onMouseDown(event);
     } // Function onMouseDown()
 
     /**
      * 鼠标移动事件
      *
-     * @param   event   鼠标事件
-     * @return  boolean 是否处理事件
-     * */
+     * @param event   鼠标事件
+     * @return 是否处理事件
+     */
     onMouseMove(event: SMouseEvent): boolean {
         if (event.shiftKey || this.verAndLeve) {
             event = this.compare(event);
         }
+
         if (this.status == SItemStatus.Create) {
             if (this.lastPoint) {
                 this.lastPoint.x = event.x;
@@ -253,6 +286,7 @@ export class SBasePolylineEdit extends SGraphEdit {
             } else {
                 this.lastPoint = new SPoint(event.x, event.y);
             }
+
             this.update();
             return true;
         } else if (this.status == SItemStatus.Edit) {
@@ -262,6 +296,7 @@ export class SBasePolylineEdit extends SGraphEdit {
                     this.pointList[this.curIndex].y = event.y;
                 }
             }
+
             this.update();
             return true;
         } else {
@@ -272,9 +307,9 @@ export class SBasePolylineEdit extends SGraphEdit {
     /**
      * 鼠标移动事件
      *
-     * @param   event   鼠标事件
-     * @return  boolean 是否处理事件
-     * */
+     * @param event   鼠标事件
+     * @return 是否处理事件
+     */
     onMouseUp(event: SMouseEvent): boolean {
         if (this.status == SItemStatus.Edit) {
             if (this.curIndex > -1) {
@@ -293,14 +328,15 @@ export class SBasePolylineEdit extends SGraphEdit {
             this.moveToOrigin(this.x, this.y);
             return super.onMouseUp(event);
         }
+
         return true;
     } // Function onMouseUp()
 
     /**
      * 鼠标双击事件
      *
-     * @param	event         事件参数
-     * @return	boolean
+     * @param event     事件参数
+     * @return 是否处理事件
      */
     onDoubleClick(event: SMouseEvent): boolean {
         if (this.status == SItemStatus.Normal) {
@@ -316,14 +352,15 @@ export class SBasePolylineEdit extends SGraphEdit {
                 this.$emit("finishCreated");
             }
         }
+
         this.$emit("onDoubleClick", event);
         return true;
     } // Function onDoubleClick()
 
-    /***
+    /**
      * 键盘按键弹起事件
      *
-     * @param	event         事件参数
+     * @param event     事件参数
      */
     onKeyUp(event: KeyboardEvent): void {
         if (event.keyCode == SKeyCode.Enter) {
@@ -331,6 +368,7 @@ export class SBasePolylineEdit extends SGraphEdit {
                 if (this.status == SItemStatus.Create) {
                     this.$emit("finishCreated");
                 }
+
                 this.status = SItemStatus.Normal;
                 this.releaseItem();
             }
@@ -347,9 +385,9 @@ export class SBasePolylineEdit extends SGraphEdit {
     /**
      * 移动后处理所有坐标,并肩原点置为场景原点
      *
-     * @param   x   x坐标
-     * @param   y   y坐标
-     * */
+     * @param x   x 坐标
+     * @param y   y 坐标
+     */
     moveToOrigin(x: number, y: number): void {
         super.moveToOrigin(x, y);
         this.pointList = this.pointList.map(t => {
@@ -364,8 +402,8 @@ export class SBasePolylineEdit extends SGraphEdit {
     /**
      * 获取点击点与点集中距离最近点
      *
-     * @param   p   鼠标点击点
-     * */
+     * @param p   鼠标点击点
+     */
     findNearestPoint(p: SPoint): void {
         let len = this.sceneDis;
         for (let i = 0; i < this.pointList.length; i++) {
@@ -389,8 +427,8 @@ export class SBasePolylineEdit extends SGraphEdit {
     /**
      * 计算增加点的位置
      *
-     * @param   p   鼠标点击点
-     * */
+     * @param p   鼠标点击点
+     */
     findAddPos(p: SPoint): void {
         let len = SMathUtil.pointToLine(
             p,
@@ -409,6 +447,7 @@ export class SBasePolylineEdit extends SGraphEdit {
                 }
             }
         }
+
         if (len.MinDis < this.sceneDis) {
             if (len.Point) {
                 this.addPoint(len.Point, index + 1);
@@ -417,10 +456,11 @@ export class SBasePolylineEdit extends SGraphEdit {
     } // Function findAddPos()
 
     /**
-     * shift垂直水平创建或编辑
+     * shift 垂直水平创建或编辑
      *
-     * @param   event   事件
-     * */
+     * @param event   事件
+     * @return 处理后的鼠标事件
+     */
     compare(event: SMouseEvent): SMouseEvent {
         if (this.pointList.length) {
             let last = new SPoint(event.x, event.y);
@@ -431,6 +471,7 @@ export class SBasePolylineEdit extends SGraphEdit {
                     last = this.pointList[this.curIndex - 1];
                 }
             }
+
             const dx = Math.abs(event.x - last.x);
             const dy = Math.abs(event.y - last.y);
             if (dy > dx) {
@@ -439,14 +480,15 @@ export class SBasePolylineEdit extends SGraphEdit {
                 event.y = last.y;
             }
         }
+
         return event;
     } // Function compare()
 
     /**
      * 记录相关动作并推入栈中
      *
-     * @param	SGraphCommand   相关命令类
-     * @param	any             对应传入参数
+     * @param SGraphCommand     相关命令类
+     * @param any               对应传入参数
      */
     protected recordAction(SGraphCommand: any, any: any[]): void {
         // 记录相关命令并推入堆栈中
@@ -455,10 +497,10 @@ export class SBasePolylineEdit extends SGraphEdit {
     } // Function recordAction()
 
     /**
-     * Item对象边界区域
+     * Item 对象边界区域
      *
-     * @return  SRect   外接矩阵
-     * */
+     * @return 对象边界区域
+     */
     boundingRect(): SRect {
         if (this.pointList.length) {
             this.minX = this.pointList[0].x;
@@ -471,17 +513,21 @@ export class SBasePolylineEdit extends SGraphEdit {
                 if (x < this.minX) {
                     this.minX = x;
                 }
+
                 if (y < this.minY) {
                     this.minY = y;
                 }
+
                 if (x > this.maxX) {
                     this.maxX = x;
                 }
+
                 if (y > this.maxY) {
                     this.maxY = y;
                 }
             });
         }
+
         return new SRect(
             this.minX,
             this.minY,
@@ -493,9 +539,9 @@ export class SBasePolylineEdit extends SGraphEdit {
     /**
      * 判断点是否在区域内
      *
-     * @param   x
-     * @param   y
-     * @return  true-
+     * @param x     x 坐标
+     * @param y     y 坐标
+     * @return 是否在区域内
      */
     contains(x: number, y: number): boolean {
         let p = new SPoint(x, y);
@@ -513,12 +559,12 @@ export class SBasePolylineEdit extends SGraphEdit {
                 return true;
             }
         }
+
         return false;
     } // Function contains()
 
     /**
      * 撤销操作
-     *
      */
     undo(): void {
         if (this._status != SItemStatus.Normal) {
@@ -528,7 +574,6 @@ export class SBasePolylineEdit extends SGraphEdit {
 
     /**
      * 重做操作
-     *
      */
     redo(): void {
         if (this._status != SItemStatus.Normal) {
@@ -538,8 +583,7 @@ export class SBasePolylineEdit extends SGraphEdit {
 
     /**
      * 取消操作执行
-     *
-     * */
+     */
     cancelOperate(): void {
         if (this.status == SItemStatus.Create) {
             this.parent = null;
@@ -552,7 +596,9 @@ export class SBasePolylineEdit extends SGraphEdit {
 
     /**
      * 绘制基本图形
-     * */
+     *
+     * @param painter   绘制对象
+     */
     drawBaseLine(painter: SPainter): void {
         // 绘制基本图形
         painter.pen.color = this.strokeColor;
@@ -567,13 +613,33 @@ export class SBasePolylineEdit extends SGraphEdit {
                 painter.toPx(this.lineWidth)
             ];
         }
+
         painter.drawPolyline(this.pointList);
     } // Function drawBaseLine()
 
     /**
-     * Item绘制操作
+     * 返回对象储存的相关数据
+     *
+     * @return 对象储存的相关数据
+     */
+    toData(): any {
+        const Line = this.pointList.map(pos => {
+            return {
+                x: pos.x,
+                y: pos.y
+            }
+        });
+        this.data.style.outLine = Line;
+        this.data.style.default.lineWidth = this.lineWidth;
+        this.data.style.default.lineStyle = this.lineStyle;
+        this.data.style.default.strokeColor = this.strokeColor.value;
+        return this.data
+    } // Function toData()
+
+    /**
+     * Item 绘制操作
      *
-     * @param   painter painter对象
+     * @param painter 绘制对象
      */
     onDraw(painter: SPainter): void {
         // 缓存场景长度
@@ -619,4 +685,4 @@ export class SBasePolylineEdit extends SGraphEdit {
             this.drawBaseLine(painter);
         }
     } // Function onDraw()
-} // Class SPolylineItem
+} // Class SBasePolylineEdit

+ 329 - 304
src/components/editClass/edit/items/SBaseRectEdit.ts

@@ -27,342 +27,367 @@ import { SColor, SPainter, SPoint, SRect } from "@persagy-web/draw";
 import { SMouseButton, SMouseEvent, SUndoStack } from "@persagy-web/base";
 import { SItemStatus } from "@persagy-web/big";;
 import {
-  SLineStyle,
-  SGraphItem, SGraphPointListInsert
+    SLineStyle,
+    SGraphItem, SGraphPointListInsert
 } from "@persagy-web/graph/";
 import { SGraphEdit } from "..";
 import { Marker } from "../type/Marker";
+
 /**
- * 折线编辑类
+ * 矩形编辑类
  *
- * @author  haojianlong
+ * @author  韩耀龙 <han_yao_long@163.com>
  */
 export class SBaseRectEdit extends SGraphEdit {
-  /** 是否绘制完成  */
-  _status: SItemStatus = SItemStatus.Normal;
-  get status(): SItemStatus {
-    return this._status;
-  }  // Get status
-  set status(v: SItemStatus) {
-    this._status = v;
-    this.undoStack.clear();
-    this.update();
-  } // Set status
-  width: number = 0;
-  height: number = 0;
-  /** 矩形两个对角 */
-  private _line: SPoint[] = [];
-  get line(): SPoint[] {
-    return this._line;
-  } // Get line
-  set line(arr: SPoint[]) {
-    this._line = arr;
-    this.update();
-  } // Get line
-  /** 矩形左上角 */
-  private _leftTop: SPoint = new SPoint();
-  /** 矩形右下角 */
-  private _rightBottom: SPoint = new SPoint();
-  /** 绘制矩形的圆角半径 */
-  private _radius: number = 0;
-  get radius(): number {
-    return this._radius;
-  } // Get radius
-  set radius(v: number) {
-    if (v == this._radius) {
-      return;
-    }
-    this._radius = v;
-    this.update();
-  } // Set radius
-  /** 线条颜色    */
-  _strokeColor: SColor = SColor.Black;
-  get strokeColor(): SColor {
-    return this._strokeColor;
-  }  // Get strokeColor
-  set strokeColor(v: SColor) {
-    this._strokeColor = v;
-    this.update();
-  }   // Set strokeColor
-  /** 填充色 */
-  _fillColor: SColor = new SColor("#2196f3");
-  get fillColor(): SColor {
-    return this._fillColor;
-  } // Get fillColor
-  set fillColor(v: SColor) {
-    this._fillColor = v;
-    this.update();
-  } // Set fillColor
-  /** 边框样式 */
-  _lineStyle: SLineStyle = SLineStyle.Solid;
-  get lineStyle(): SLineStyle {
-    return this._lineStyle;
-  } // Get lineStyle
-  set lineStyle(v: SLineStyle) {
-    this._lineStyle = v;
-    this.update();
-  } // Set lineStyle
-  /** 线条宽度    */
-  _lineWidth: number = 1;
-  get lineWidth(): number {
-    return this._lineWidth;
-  } // Get lineWidth
-  set lineWidth(v: number) {
-    this._lineWidth = v;
-    this.update();
-  } // Set lineWidth
-  /** undo/redo堆栈 */
-  private undoStack: SUndoStack = new SUndoStack();
-  /** 传入数据 */
-  data: Marker
+    /** 是否绘制完成 */
+    _status: SItemStatus = SItemStatus.Normal;
+    get status(): SItemStatus {
+        return this._status;
+    }  // Get status
+    set status(v: SItemStatus) {
+        this._status = v;
+        this.undoStack.clear();
+        this.update();
+    } // Set status
+
+    /** 宽度 */
+    width: number = 0;
+    /** 高度 */
+    height: number = 0;
+    /** 矩形两个对角 */
+    private _line: SPoint[] = [];
+    get line(): SPoint[] {
+        return this._line;
+    } // Get line
+    set line(arr: SPoint[]) {
+        this._line = arr;
+        this.update();
+    } // Get line
+
+    /** 矩形左上角 */
+    private _leftTop: SPoint = new SPoint();
+    /** 矩形右下角 */
+    private _rightBottom: SPoint = new SPoint();
+    /** 绘制矩形的圆角半径 */
+    private _radius: number = 0;
+    get radius(): number {
+        return this._radius;
+    } // Get radius
+    set radius(v: number) {
+        if (v == this._radius) {
+            return;
+        }
+        this._radius = v;
+        this.update();
+    } // Set radius
+
+    /** 线条颜色 */
+    _strokeColor: SColor = SColor.Black;
+    get strokeColor(): SColor {
+        return this._strokeColor;
+    }  // Get strokeColor
+    set strokeColor(v: SColor) {
+        this._strokeColor = v;
+        this.update();
+    }   // Set strokeColor
+
+    /** 填充色 */
+    _fillColor: SColor = new SColor("#2196f3");
+    get fillColor(): SColor {
+        return this._fillColor;
+    } // Get fillColor
+    set fillColor(v: SColor) {
+        this._fillColor = v;
+        this.update();
+    } // Set fillColor
 
-  /**
-   * 构造函数
-   *
-   * @param parent    指向父对象
-   * @param data      矩形数据
-   */
-  constructor(parent: SGraphItem | null, data: Marker) {
-    super(parent);
-    this.data = data;
-    if (data.style && data.style.default) {
-      // 关于顶点
-      if (data.style.default.line) {
-        let setPointList: SPoint[];
-        setPointList = data.style.default.line.map(i => {
-          return new SPoint(i.x, i.y)
+    /** 边框样式 */
+    _lineStyle: SLineStyle = SLineStyle.Solid;
+    get lineStyle(): SLineStyle {
+        return this._lineStyle;
+    } // Get lineStyle
+    set lineStyle(v: SLineStyle) {
+        this._lineStyle = v;
+        this.update();
+    } // Set lineStyle
+
+    /** 线条宽度 */
+    _lineWidth: number = 1;
+    get lineWidth(): number {
+        return this._lineWidth;
+    } // Get lineWidth
+    set lineWidth(v: number) {
+        this._lineWidth = v;
+        this.update();
+    } // Set lineWidth
+
+    /** undo/redo 堆栈 */
+    private undoStack: SUndoStack = new SUndoStack();
+    /** 传入数据 */
+    data: Marker;
+
+    /**
+     * 构造函数
+     *
+     * @param parent    指向父对象
+     * @param data      矩形数据
+     */
+    constructor(parent: SGraphItem | null, data: Marker) {
+        super(parent);
+        this.data = data;
+        if (data.style && data.style.default) {
+            // 关于顶点
+            if (data.style.default.line) {
+                let setPointList: SPoint[];
+                setPointList = data.style.default.line.map(i => {
+                    return new SPoint(i.x, i.y)
+                });
+                this.line = setPointList;
+            }
+            // 颜色
+            if (data.style.default.strokeColor) {
+                this.strokeColor = new SColor(data.style.default.strokeColor)
+            }
+            if (data.style.default.fillColor) {
+                this.fillColor = new SColor(data.style.default.fillColor)
+            }
+            // 线宽
+            if (data.style.default.lineWidth) {
+                this.lineWidth = data.style.default.lineWidth
+            }
+            // 线样式
+            if (data.style.default.lineStyle) {
+                this.lineStyle = data.style.default.lineStyle
+            }
+        }
+    } // Constructor
+
+    /**
+     * 大小改变
+     *
+     * @param oldSize   之前的大小
+     * @param newSize   新的大小
+     */
+    resize(oldSize: SRect, newSize: SRect): void {
+        const xs = newSize.width / oldSize.width;
+        const ys = newSize.height / oldSize.height;
+        this.line = this.line.map(t => {
+            t.x = t.x * xs;
+            t.y = t.y * ys;
+            return t;
         });
-        this.line = setPointList;
-      }
-      // 颜色
-      if (data.style.default.strokeColor) {
-        this.strokeColor = new SColor(data.style.default.strokeColor)
-      }
-      if (data.style.default.fillColor) {
-        this.fillColor = new SColor(data.style.default.fillColor)
-      }
-      // 线宽
-      if (data.style.default.lineWidth) {
-        this.lineWidth = data.style.default.lineWidth
-      }
-      // 线样式
-      if (data.style.default.lineStyle) {
-        this.lineStyle = data.style.default.lineStyle
-      }
-    }
-  } // Constructor
+        this.calRect();
+        this.update();
+    } // Function resize()
 
-  /**
-   * 大小改变
-  */
-  resize(oldSize: SRect, newSize: SRect): void {
-    const xs = newSize.width / oldSize.width;
-    const ys = newSize.height / oldSize.height;
-    this.line = this.line.map(t => {
-      t.x = t.x * xs;
-      t.y = t.y * ys;
-      return t
-    })
-    this.calRect()
-    this.update()
-  }
+    /**
+     * 鼠标按下事件
+     *
+     * @param event   鼠标事件
+     * @return 是否处理事件
+     */
+    onMouseDown(event: SMouseEvent): boolean {
+        if (event.buttons == SMouseButton.LeftButton) {
+            if (this.status == SItemStatus.Create) {
+                this.addPoint(new SPoint(event.x, event.y));
+                return true;
+            } else {
+                return super.onMouseDown(event);
+            }
+        }
 
-  /**
-   * 鼠标按下事件
-   *
-   * @param   event   鼠标事件
-   * @return  是否处理事件
-   * */
-  onMouseDown(event: SMouseEvent): boolean {
-    if (event.buttons == SMouseButton.LeftButton) {
-      if (this.status == SItemStatus.Create) {
-        this.addPoint(new SPoint(event.x, event.y));
         return true;
-      } else {
-        return super.onMouseDown(event);
-      }
-    }
-    return true;
-  } // Function onMouseDown()
+    } // Function onMouseDown()
 
-  /**
+    /**
      * 鼠标移动事件
      *
-     * @param   event   鼠标事件
-     * @return  是否处理事件
-     * */
-  onMouseMove(event: SMouseEvent): boolean {
-    if (this.status == SItemStatus.Create) {
-      if (this.line[0] instanceof SPoint) {
-        this.line[1] = new SPoint(event.x, event.y);
-        this.calRect()
-      }
-    } else {
-      return super.onMouseMove(event);
-    }
-    this.update();
-    return true;
-  } // Function onMouseMove()
+     * @param event   鼠标事件
+     * @return 是否处理事件
+     */
+    onMouseMove(event: SMouseEvent): boolean {
+        if (this.status == SItemStatus.Create) {
+            if (this.line[0] instanceof SPoint) {
+                this.line[1] = new SPoint(event.x, event.y);
+                this.calRect()
+            }
+        } else {
+            return super.onMouseMove(event);
+        }
+
+        this.update();
+        return true;
+    } // Function onMouseMove()
 
-  /**
+    /**
      * 鼠标抬起事件
      *
-     * @param	event         事件参数
-     * @return	boolean
+     * @param event     事件参数
+     * @return 是否处理事件
      */
-  onMouseUp(event: SMouseEvent): boolean {
-    if (this.status != SItemStatus.Create) {
-      super.onMouseUp(event);
-    }
-    return true;
-  } // Function onMouseUp()
+    onMouseUp(event: SMouseEvent): boolean {
+        if (this.status != SItemStatus.Create) {
+            super.onMouseUp(event);
+        }
 
-  /**
-   * 计算矩形的左上角和右下角
-  */
-  private calRect(): void {
-    if (this.line.length > 1) {
-      const fi = this.line[0];
-      const se = this.line[1];
-      let minx, maxx, miny, maxy;
-      if (fi.x < se.x) {
-        minx = fi.x;
-        maxx = se.x;
-      } else {
-        minx = se.x;
-        maxx = fi.x;
-      }
-      if (fi.y < se.y) {
-        miny = fi.y;
-        maxy = se.y;
-      } else {
-        miny = se.y;
-        maxy = fi.y;
-      }
-      this._leftTop = new SPoint(minx, miny)
-      this._rightBottom = new SPoint(maxx, maxy)
-    }
-  } // Function calRect
+        return true;
+    } // Function onMouseUp()
 
-  /**
+    /**
+     * 计算矩形的左上角和右下角
+     */
+    private calRect(): void {
+        if (this.line.length > 1) {
+            const fi = this.line[0];
+            const se = this.line[1];
+            let minx, maxx, miny, maxy;
+            if (fi.x < se.x) {
+                minx = fi.x;
+                maxx = se.x;
+            } else {
+                minx = se.x;
+                maxx = fi.x;
+            }
+
+            if (fi.y < se.y) {
+                miny = fi.y;
+                maxy = se.y;
+            } else {
+                miny = se.y;
+                maxy = fi.y;
+            }
+
+            this._leftTop = new SPoint(minx, miny);
+            this._rightBottom = new SPoint(maxx, maxy);
+        }
+    } // Function calRect()
+
+    /**
      * 添加点至数组中
      *
-     * @param   p       添加的点
-     * */
-  private addPoint(p: SPoint): void {
-    if (this.line.length < 2) {
-      this.line.push(p);
-      this.recordAction(SGraphPointListInsert, [this.line, p]);
-    } else {
-      this.line[1] = p;
-      this.recordAction(SGraphPointListInsert, [this.line, p, 1]);
-      this.status = SItemStatus.Normal;
-      this.releaseItem();
-      this.$emit("finishCreated");
-      this.width = this.boundingRect().width;
-      this.height = this.boundingRect().height;
-    }
-    this.calRect()
-    this.update();
-  } // Function addPoint()
+     * @param p     添加的点
+     */
+    private addPoint(p: SPoint): void {
+        if (this.line.length < 2) {
+            this.line.push(p);
+            this.recordAction(SGraphPointListInsert, [this.line, p]);
+        } else {
+            this.line[1] = p;
+            this.recordAction(SGraphPointListInsert, [this.line, p, 1]);
+            this.status = SItemStatus.Normal;
+            this.releaseItem();
+            this.$emit("finishCreated");
+            this.width = this.boundingRect().width;
+            this.height = this.boundingRect().height;
+        }
 
-  /**
+        this.calRect();
+        this.update();
+    } // Function addPoint()
+
+    /**
      * 记录相关动作并推入栈中
      *
      * @param	SGraphCommand   相关命令类
      * @param	any             对应传入参数
      */
-  protected recordAction(SGraphCommand: any, any: any[]): void {
-    // 记录相关命令并推入堆栈中
-    const command = new SGraphCommand(this.scene, this, ...any);
-    this.undoStack.push(command);
-  } // Function recordAction()
+    protected recordAction(SGraphCommand: any, any: any[]): void {
+        // 记录相关命令并推入堆栈中
+        const command = new SGraphCommand(this.scene, this, ...any);
+        this.undoStack.push(command);
+    } // Function recordAction()
+
+    /**
+     * Item 对象边界区域
+     *
+     * @return 外接矩阵
+     */
+    boundingRect(): SRect {
+        if (this.line.length > 1) {
+            this.calRect();
+            return new SRect(this._leftTop, this._rightBottom);
+        }
 
-  /**
-   * Item对象边界区域
-   *
-   * @return  SRect   外接矩阵
-   * */
-  boundingRect(): SRect {
-    if (this.line.length > 1) {
-      this.calRect()
-      return new SRect(this._leftTop, this._rightBottom);
-    }
-    return new SRect()
-  } // Function boundingRect()
+        return new SRect();
+    } // Function boundingRect()
 
-  /**
-   * 撤销操作
-   *
-   */
-  undo(): void {
-    if (this._status != SItemStatus.Normal) {
-      this.undoStack.undo();
-    }
-  } // Function undo()
+    /**
+     * 撤销操作
+     */
+    undo(): void {
+        if (this._status != SItemStatus.Normal) {
+            this.undoStack.undo();
+        }
+    } // Function undo()
 
-  /**
-   * 重做操作
-   *
-   */
-  redo(): void {
-    if (this._status != SItemStatus.Normal) {
-      this.undoStack.redo();
-    }
-  } // Function redo()
+    /**
+     * 重做操作
+     */
+    redo(): void {
+        if (this._status != SItemStatus.Normal) {
+            this.undoStack.redo();
+        }
+    } // Function redo()
 
-  /**
-   * 取消操作执行
-   *
-   * */
-  cancelOperate(): void {
-    if (this.status == SItemStatus.Create) {
-      this.parent = null;
-      this.releaseItem();
-    } else if (this.status == SItemStatus.Edit) {
-      this.status = SItemStatus.Normal;
-      this.releaseItem();
-    }
-  } // Function cancelOperate()
+    /**
+     * 取消操作执行
+     */
+    cancelOperate(): void {
+        if (this.status == SItemStatus.Create) {
+            this.parent = null;
+            this.releaseItem();
+        } else if (this.status == SItemStatus.Edit) {
+            this.status = SItemStatus.Normal;
+            this.releaseItem();
+        }
+    } // Function cancelOperate()
 
-  toData() {
-    const Line: any = [];
-    this.line.forEach(item => {
-      Line.push({ x: item.x, y: item.y })
-    })
-    this.data.style.default.line = Line;
-    this.data.style.default.lineWidth = this.lineWidth;
-    this.data.style.default.lineStyle = this.lineStyle;
-    this.data.style.default.strokeColor = this.strokeColor.value;
-    return this.data
-  }
+    /**
+     * 返回对象储存的相关数据
+     *
+     * @return 对象储存的相关数据
+     */
+    toData(): any {
+        const Line: any = [];
+        this.line.forEach(item => {
+            Line.push({ x: item.x, y: item.y })
+        });
+        this.data.style.default.line = Line;
+        this.data.style.default.lineWidth = this.lineWidth;
+        this.data.style.default.lineStyle = this.lineStyle;
+        this.data.style.default.strokeColor = this.strokeColor.value;
+        this.data.style.default.fillColor = this.fillColor.value;
+        return this.data;
+    } // Function toData()
+
+    /**
+     * Item 绘制操作
+     *
+     * @param painter   绘制对象
+     */
+    onDraw(painter: SPainter): void {
+        if (this.line.length == 2) {
+            this.calRect();
+            painter.pen.color = this.strokeColor;
+            painter.brush.color = this.fillColor;
+            painter.pen.lineWidth = this.lineWidth;
+            if (this.lineStyle == SLineStyle.Dashed) {
+                painter.pen.lineDash = [
+                    painter.toPx(this.lineWidth * 3),
+                    painter.toPx(this.lineWidth * 7)
+                ];
+            } else if (this.lineStyle == SLineStyle.Dotted) {
+                painter.pen.lineDash = [
+                    painter.toPx(this.lineWidth * 2),
+                    painter.toPx(this.lineWidth * 2)
+                ];
+            }
 
-  /**
-   * Item绘制操作
-   *
-   * @param   painter painter对象
-   */
-  onDraw(painter: SPainter): void {
-    if (this.line.length == 2) {
-      painter.pen.color = this.strokeColor;
-      painter.brush.color = this.fillColor;
-      painter.pen.lineWidth = this.lineWidth;
-      if (this.lineStyle == SLineStyle.Dashed) {
-        painter.pen.lineDash = [
-          painter.toPx(this.lineWidth * 3),
-          painter.toPx(this.lineWidth * 7)
-        ];
-      } else if (this.lineStyle == SLineStyle.Dotted) {
-        painter.pen.lineDash = [
-          painter.toPx(this.lineWidth * 2),
-          painter.toPx(this.lineWidth * 2)
-        ];
-      }
-      if (this.radius != 0) {
-        painter.drawRoundRect(this._leftTop, this._rightBottom, this.radius);
-      } else {
-        painter.drawRect(this._leftTop, this._rightBottom);
-      }
-    }
-  } // Function onDraw()
-} // Class SRectEdit
+            if (this.radius != 0) {
+                painter.drawRoundRect(this._leftTop, this._rightBottom, this.radius);
+            } else {
+                painter.drawRect(this._leftTop, this._rightBottom);
+            }
+        }
+    } // Function onDraw()
+} // Class SBaseRectEdit

+ 42 - 36
src/components/editClass/edit/items/SBaseTextEdit.ts

@@ -29,21 +29,22 @@ import { SItemStatus } from "@persagy-web/big";
 import { SGraphEdit } from ".."
 import { Marker } from "../type/Marker";
 import { ItemOrder } from '@persagy-web/big/lib';
+
 /**
  * 文本编辑类
  *
- * @author  韩耀龙(han_yao_long@163.com)
+ * @author  韩耀龙 <han_yao_long@163.com>
  */
 export class SBaseTextEdit extends SGraphEdit {
     /////////////////////////////////////////////////////////////////////////////////////////////////////////////
     //属性
     /**编辑相关操作的数据 */
-    data: Marker
-    /** 起始锚点  */
+    data: Marker;
+    /** 起始锚点 */
     startItem: SGraphItem | null = null;
-    /** 结束锚点  */
+    /** 结束锚点 */
     endItem: SGraphItem | null = null;
-    /**编辑状态 */
+    /** 编辑状态 */
     protected _status: SItemStatus = SItemStatus.Normal;
     get status(): SItemStatus {
         return this._status;
@@ -56,7 +57,8 @@ export class SBaseTextEdit extends SGraphEdit {
         this.$emit('StatusChange', oldStatus, newStatus)
         this.update();
     } //Set status
-    /** 记录painter */
+
+    /** 记录 painter */
     private _painter: SPainter | null = null;
 
     /** 文本内容 */
@@ -73,9 +75,9 @@ export class SBaseTextEdit extends SGraphEdit {
 
     /** 切割后的文本数组 */
     private _textArr: string[] = [];
-    /** 锚点list  */
+    /** 锚点 list */
     anchorList: SAnchorItem[] = [];
-    /** 宽度  */
+    /** 宽度 */
     private _width: number = 64;
     get width(): number {
         return this._width;
@@ -93,7 +95,7 @@ export class SBaseTextEdit extends SGraphEdit {
         }
     } //Set width
 
-    /** 高度  */
+    /** 高度 */
     private _height: number = 64;
     get height(): number {
         return this._height;
@@ -111,17 +113,9 @@ export class SBaseTextEdit extends SGraphEdit {
         }
     } //Set height
 
-    /** 原点  */
+    /** 原点 */
     origin = new SPoint();
 
-    /**
-     * 宽高发发生变化
-     *
-     * @param   oldSize 改之前的大小
-     * @param   newSize 改之后大小
-     * */
-    protected onResize(oldSize: SSize, newSize: SSize) { } // Function onResize()
-
     /** 文本颜色 */
     private _color: SColor = new SColor("#333333");
     get color(): SColor {
@@ -160,7 +154,6 @@ export class SBaseTextEdit extends SGraphEdit {
     } //Get strokeColor
     set strokeColor(v: SColor) {
         this._strokeColor = v;
-        console.log(this._strokeColor)
         this.update();
     } //Set strokeColor
 
@@ -174,7 +167,7 @@ export class SBaseTextEdit extends SGraphEdit {
         this.update();
     } //Set lineWidth
 
-    /** 边框样式    */
+    /** 边框样式 */
     private _borderStyle: SLineStyle = SLineStyle.None;
     get borderStyle(): SLineStyle {
         return this._borderStyle;
@@ -184,7 +177,7 @@ export class SBaseTextEdit extends SGraphEdit {
         this.update();
     } //Set borderStyle
 
-    /** 原点位置    */
+    /** 原点位置 */
     private _originPosition: STextOrigin = STextOrigin.LeftTop;
     get originPosition(): STextOrigin {
         return this._originPosition;
@@ -200,8 +193,8 @@ export class SBaseTextEdit extends SGraphEdit {
     /**
      * 构造函数
      *
-     * @param   parent      指向父Item
-     * @param   str         文本内容
+     * @param parent    指向父 Item
+     * @param data      文本数据
      */
     constructor(parent: SGraphItem | null, data: Marker) {
         super(parent);
@@ -240,9 +233,17 @@ export class SBaseTextEdit extends SGraphEdit {
     } // Constructor
 
     /**
+     * 宽高发发生变化
+     *
+     * @param oldSize 改之前的大小
+     * @param newSize 改之后大小
+     */
+    protected onResize(oldSize: SSize, newSize: SSize) { } // Function onResize()
+
+    /**
      * 对象边界区域
      *
-     * @return  边界区域
+     * @return 边界区域
      */
     boundingRect(): SRect {
         return new SRect(
@@ -256,15 +257,15 @@ export class SBaseTextEdit extends SGraphEdit {
     /**
      * 移动后处理所有坐标,并肩原点置为场景原点
      *
-     * @param   x   x坐标
-     * @param   y   y坐标
-     * */
+     * @param x   x 坐标
+     * @param y   y 坐标
+     */
     moveToOrigin(x: number, y: number): void {
         this.moveTo(this.x + x, this.y + y);
     } // Function moveToOrigin()
 
     /**
-     * 绘制显示状态文本Item
+     * 绘制显示状态文本 Item
      *
      * @param painter    绘制类
      */
@@ -279,6 +280,7 @@ export class SBaseTextEdit extends SGraphEdit {
         } else {
             painter.shadow.shadowColor = SColor.Transparent;
         }
+
         painter.brush.color = this.backgroundColor;
         painter.pen.lineWidth = this.lineWidth;
         painter.pen.color = this.strokeColor;
@@ -300,7 +302,6 @@ export class SBaseTextEdit extends SGraphEdit {
 
     /**
      * 根据换行切割文本,绘制多行并计算外轮廓宽高
-     *
      */
     protected drawFormatText(): void {
         if (this._painter instanceof SPainter) {
@@ -320,9 +321,10 @@ export class SBaseTextEdit extends SGraphEdit {
             this.width = textMaxWidth;
             this.height = fontSize * 1.25 * this._textArr.length + fontSize / 8;
             // 设置原点位置(默认左上角)
-            if (this.originPosition == STextOrigin.entrum) {
+            if (this.originPosition == STextOrigin.Center) {
                 this.origin = new SPoint(this.width / 2, this.height / 2);
             }
+
             this._painter.restore();
         }
     } // Function drawFormatText()
@@ -330,31 +332,35 @@ export class SBaseTextEdit extends SGraphEdit {
     /**
      * 返回对象储存的相关数据
      *
-     * @return	formData
+     * @return 对象储存的相关数据
      */
     toData(): any {
         if (this.data.size) {
-            this.data.size.width = this.width
+            this.data.size.width = this.width;
             this.data.size.height = this.height;
         }
+
+        this.data.pos.x = this.pos.x;
+        this.data.pos.y = this.pos.y;
         this.data.style.default.zorder = this.zOrder;
         this.data.style.default.text = this.text;
         this.data.style.default.strokeColor = this.strokeColor.value;
         this.data.style.default.font = this.font.size;
         this.data.style.default.backgroundColor = this.backgroundColor.value;
-        return this.data
+        return this.data;
     } // Function toData()
 
     /**
-     * Item绘制操作
+     * Item 绘制操作
      *
-     * @param   painter      绘画类
+     * @param painter       绘画类
      */
     onDraw(painter: SPainter): void {
         if (!(this._painter instanceof SPainter)) {
             this._painter = painter;
             this.drawFormatText();
         }
+
         this.drawShowText(painter);
     } // Function onDraw()
-} // Class STextItem
+} // Class SBaseTextEdit

+ 313 - 294
src/components/editClass/edit/items/SBaseTriangleEdit.ts

@@ -23,324 +23,343 @@
  *
  * *********************************************************************************************************************
  */
+
 import { SColor, SPainter, SPoint, SRect } from "@persagy-web/draw";
 import { SMouseButton, SMouseEvent, SUndoStack } from "@persagy-web/base";
-import { SItemStatus } from "@persagy-web/big";;
+import { SItemStatus } from "@persagy-web/big";
 import {
-  SLineStyle,
-  SGraphItem, SGraphPointListInsert
+    SLineStyle,
+    SGraphItem, SGraphPointListInsert
 } from "@persagy-web/graph/";
 import { SGraphEdit } from "..";
 import { Marker } from "../type/Marker";
+
 /**
  * 折线编辑类
  *
- * @author  haojianlong
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
 export class SBaseTriangleEdit extends SGraphEdit {
-  /** 是否绘制完成  */
-  _status: SItemStatus = SItemStatus.Normal;
-  get status(): SItemStatus {
-    return this._status;
-  }
-  set status(v: SItemStatus) {
-    this._status = v;
-    this.undoStack.clear();
-    this.update();
-  }
-  /**编辑相关操作的数据 */
-  data: Marker
-  /** 矩形两个对角 */
-  private _line: SPoint[] = [];
-  get line(): SPoint[] {
-    return this._line;
-  } // Get line
-  set line(arr: SPoint[]) {
-    this._line = arr;
-    this.update();
-  } // Get line
-  // 矩形左上角
-  private _leftTop: SPoint = new SPoint();
-  // 矩形右下角
-  private _rightBottom: SPoint = new SPoint();
-  // 绘制三角形的点数组
-  private pointList: SPoint[] = [];
-  /** 线条颜色    */
-  _strokeColor: SColor = SColor.Black;
-  get strokeColor(): SColor {
-    return this._strokeColor;
-  }
-  set strokeColor(v: SColor) {
-    this._strokeColor = v;
-    this.update();
-  }
-  /** 填充色 */
-  _fillColor: SColor = new SColor("#2196f3");
-  get fillColor(): SColor {
-    return this._fillColor;
-  }
-  set fillColor(v: SColor) {
-    this._fillColor = v;
-    this.update();
-  }
-  /** 边框样式 */
-  _lineStyle: SLineStyle = SLineStyle.Solid;
-  get lineStyle(): SLineStyle {
-    return this._lineStyle;
-  }
-  set lineStyle(v: SLineStyle) {
-    this._lineStyle = v;
-    this.update();
-  }
-  /** 线条宽度    */
-  _lineWidth: number = 1;
-  get lineWidth(): number {
-    return this._lineWidth;
-  }
-  set lineWidth(v: number) {
-    this._lineWidth = v;
-    this.update();
-  }
-  /** undo/redo堆栈 */
-  private undoStack: SUndoStack = new SUndoStack();
-
-  /**
-   * 构造函数
-   *
-   * @param parent    指向父对象
-   * @param data      矩形数据
-   */
-  constructor(parent: SGraphItem | null, data: Marker) {
-    super(parent);
-    this.data = data;
-    if (data.style && data.style.default) {
-      // 关于顶点
-      if (data.style.default.Line) {
-        let setPointList: SPoint[];
-        setPointList = data.style.default.line.map(i => {
-          return new SPoint(i.x, i.y)
+    /** 是否绘制完成 */
+    _status: SItemStatus = SItemStatus.Normal;
+    get status(): SItemStatus {
+        return this._status;
+    } // Get status
+    set status(v: SItemStatus) {
+        this._status = v;
+        this.undoStack.clear();
+        this.update();
+    } // Set status
+
+    /** 编辑相关操作的数据 */
+    data: Marker;
+    /** 矩形两个对角 */
+    private _line: SPoint[] = [];
+    get line(): SPoint[] {
+        return this._line;
+    } // Get line
+    set line(arr: SPoint[]) {
+        this._line = arr;
+        this.update();
+    } // Get line
+
+    /** 矩形左上角 */
+    private _leftTop: SPoint = new SPoint();
+    /** 矩形右下角 */
+    private _rightBottom: SPoint = new SPoint();
+    /** 绘制三角形的点数组 */
+    private pointList: SPoint[] = [];
+    /** 线条颜色 */
+    _strokeColor: SColor = SColor.Black;
+    get strokeColor(): SColor {
+        return this._strokeColor;
+    } // Get strokeColor
+    set strokeColor(v: SColor) {
+        this._strokeColor = v;
+        this.update();
+    } // Set strokeColor
+
+    /** 填充色 */
+    _fillColor: SColor = new SColor("#2196f3");
+    get fillColor(): SColor {
+        return this._fillColor;
+    } // Get fillColor
+    set fillColor(v: SColor) {
+        this._fillColor = v;
+        this.update();
+    } // Set fillColor
+
+    /** 边框样式 */
+    _lineStyle: SLineStyle = SLineStyle.Solid;
+    get lineStyle(): SLineStyle {
+        return this._lineStyle;
+    } // Get lineStyle
+    set lineStyle(v: SLineStyle) {
+        this._lineStyle = v;
+        this.update();
+    } // Set lineStyle
+
+    /** 线条宽度 */
+    _lineWidth: number = 1;
+    get lineWidth(): number {
+        return this._lineWidth;
+    } // Get lineWidth
+    set lineWidth(v: number) {
+        this._lineWidth = v;
+        this.update();
+    } // Set lineWidth
+
+    /** undo/redo 堆栈 */
+    private undoStack: SUndoStack = new SUndoStack();
+
+    /**
+     * 构造函数
+     *
+     * @param parent    指向父对象
+     * @param data      数据
+     */
+    constructor(parent: SGraphItem | null, data: Marker) {
+        super(parent);
+        this.data = data;
+        if (data.style && data.style.default) {
+            // 关于顶点
+            if (data.style.default.Line) {
+                let setPointList: SPoint[];
+                setPointList = data.style.default.line.map(i => {
+                    return new SPoint(i.x, i.y)
+                });
+                this.line = setPointList;
+            }
+
+            // 颜色
+            if (data.style.default.strokeColor) {
+                this.strokeColor = new SColor(data.style.default.strokeColor)
+            }
+
+            // 线宽
+            if (data.style.default.lineWidth) {
+                this.lineWidth = data.style.default.lineWidth
+            }
+
+            // 线样式
+            if (data.style.default.lineStyle) {
+                this.lineStyle = data.style.default.lineStyle
+            }
+        }
+    } // Constructor
+
+    /**
+     * 宽高发发生变化
+     *
+     * @param oldSize 改之前的大小
+     * @param newSize 改之后大小
+     */
+    resize(oldSize: SRect, newSize: SRect): void {
+        const xs = newSize.width / oldSize.width;
+        const ys = newSize.height / oldSize.height;
+        this.line = this.line.map(t => {
+            t.x = t.x * xs;
+            t.y = t.y * ys;
+            return t;
         });
-        this.line = setPointList;
-      }
-      // 颜色
-      if (data.style.default.strokeColor) {
-        this.strokeColor = new SColor(data.style.default.strokeColor)
-      }
-      // 线宽
-      if (data.style.default.lineWidth) {
-        this.lineWidth = data.style.default.lineWidth
-      }
-      // 线样式
-      if (data.style.default.lineStyle) {
-        this.lineStyle = data.style.default.lineStyle
-      }
-    }
-  } // Constructor
-
-  /**
-   * 大小改变
-  */
-  resize(oldSize: SRect, newSize: SRect): void {
-    const xs = newSize.width / oldSize.width;
-    const ys = newSize.height / oldSize.height;
-    this.line = this.line.map(t => {
-      t.x = t.x * xs;
-      t.y = t.y * ys;
-      return t
-    })
-    this.calRect()
-    this.update()
-  }
-
-  /**
+        this.calRect();
+        this.update();
+    } // Function resize()
+
+    /**
      * 鼠标按下事件
      *
-     * @param   event   鼠标事件
-     * @return  是否处理事件
-     * */
-  onMouseDown(event: SMouseEvent): boolean {
-    if (event.buttons == SMouseButton.LeftButton) {
-      if (this.status == SItemStatus.Create) {
-        this.addPoint(new SPoint(event.x, event.y));
+     * @param event   鼠标事件
+     * @return 是否处理事件
+     */
+    onMouseDown(event: SMouseEvent): boolean {
+        if (event.buttons == SMouseButton.LeftButton) {
+            if (this.status == SItemStatus.Create) {
+                this.addPoint(new SPoint(event.x, event.y));
+                return true;
+            } else {
+                return super.onMouseDown(event);
+            }
+        }
+
         return true;
-      } else {
-        return super.onMouseDown(event);
-      }
-    }
-    return true;
-  } // Function onMouseDown()
-
-  /**
+    } // Function onMouseDown()
+
+    /**
      * 鼠标移动事件
      *
-     * @param   event   鼠标事件
-     * @return  是否处理事件
-     * */
-  onMouseMove(event: SMouseEvent): boolean {
-    if (this.status == SItemStatus.Create) {
-      if (this.line[0] instanceof SPoint) {
-        this.line[1] = new SPoint(event.x, event.y);
-        this.calRect()
-      }
-    } else {
-      return super.onMouseMove(event);
-    }
-    this.update();
-    return true;
-  } // Function onMouseMove()
-
-  /**
+     * @param event     事件参数
+     * @return 是否处理事件
+     */
+    onMouseMove(event: SMouseEvent): boolean {
+        if (this.status == SItemStatus.Create) {
+            if (this.line[0] instanceof SPoint) {
+                this.line[1] = new SPoint(event.x, event.y);
+                this.calRect()
+            }
+        } else {
+            return super.onMouseMove(event);
+        }
+
+        this.update();
+        return true;
+    } // Function onMouseMove()
+
+    /**
      * 鼠标抬起事件
      *
-     * @param	event         事件参数
-     * @return	boolean
+     * @param event     事件参数
+     * @return 是否处理事件
      */
-  onMouseUp(event: SMouseEvent): boolean {
-    if (this.status != SItemStatus.Create) {
-      super.onMouseUp(event);
-    }
-    return true;
-  } // Function onMouseUp()
-
-  /**
-   * 计算矩形的左上角和右下角
-  */
-  private calRect(): void {
-    if (this.line.length > 1) {
-      const fi = this.line[0];
-      const se = this.line[1];
-      let minx, maxx, miny, maxy;
-      if (fi.x < se.x) {
-        minx = fi.x;
-        maxx = se.x;
-      } else {
-        minx = se.x;
-        maxx = fi.x;
-      }
-      if (fi.y < se.y) {
-        miny = fi.y;
-        maxy = se.y;
-      } else {
-        miny = se.y;
-        maxy = fi.y;
-      }
-      this._leftTop = new SPoint(minx, miny)
-      this._rightBottom = new SPoint(maxx, maxy)
-      this.calTriangel()
-    }
-  } // Function calRect
-
-  /**
-   * 计算绘制图形的3个点
-  */
-  private calTriangel(): void {
-    this.pointList = [];
-    this.pointList.push(new SPoint(this._leftTop.x, this._rightBottom.y))
-    this.pointList.push(new SPoint((this._leftTop.x + this._rightBottom.x) / 2, this._leftTop.y))
-    this.pointList.push(new SPoint(this._rightBottom.x, this._rightBottom.y))
-  } // Function calRect
-
-  /**
+    onMouseUp(event: SMouseEvent): boolean {
+        if (this.status != SItemStatus.Create) {
+            super.onMouseUp(event);
+        }
+
+        return true;
+    } // Function onMouseUp()
+
+    /**
+     * 计算矩形的左上角和右下角
+     */
+    private calRect(): void {
+        if (this.line.length > 1) {
+            const fi = this.line[0];
+            const se = this.line[1];
+            let minx, maxx, miny, maxy;
+            if (fi.x < se.x) {
+                minx = fi.x;
+                maxx = se.x;
+            } else {
+                minx = se.x;
+                maxx = fi.x;
+            }
+
+            if (fi.y < se.y) {
+                miny = fi.y;
+                maxy = se.y;
+            } else {
+                miny = se.y;
+                maxy = fi.y;
+            }
+
+            this._leftTop = new SPoint(minx, miny);
+            this._rightBottom = new SPoint(maxx, maxy);
+            this.calTriangle()
+        }
+    } // Function calRect()
+
+    /**
+     * 计算绘制图形的 3 个点
+     */
+    private calTriangle(): void {
+        this.pointList = [];
+        this.pointList.push(new SPoint(this._leftTop.x, this._rightBottom.y));
+        this.pointList.push(new SPoint((this._leftTop.x + this._rightBottom.x) / 2, this._leftTop.y));
+        this.pointList.push(new SPoint(this._rightBottom.x, this._rightBottom.y));
+    } // Function calTriangle()
+
+    /**
      * 添加点至数组中
      *
-     * @param   p       添加的点
-     * */
-  private addPoint(p: SPoint): void {
-    if (this.line.length < 2) {
-      this.line.push(p);
-      this.recordAction(SGraphPointListInsert, [this.line, p]);
-    } else {
-      this.line[1] = p;
-      this.recordAction(SGraphPointListInsert, [this.line, p, 1]);
-      this.status = SItemStatus.Normal;
-      this.releaseItem();
-      this.$emit("finishCreated");
-    }
-    this.calRect()
-    this.update();
-  } // Function addPoint()
-
-  /**
+     * @param p     添加的点
+     */
+    private addPoint(p: SPoint): void {
+        if (this.line.length < 2) {
+            this.line.push(p);
+            this.recordAction(SGraphPointListInsert, [this.line, p]);
+        } else {
+            this.line[1] = p;
+            this.recordAction(SGraphPointListInsert, [this.line, p, 1]);
+            this.status = SItemStatus.Normal;
+            this.releaseItem();
+            this.$emit("finishCreated");
+        }
+
+        this.calRect();
+        this.update();
+    } // Function addPoint()
+
+    /**
      * 记录相关动作并推入栈中
      *
      * @param	SGraphCommand   相关命令类
      * @param	any             对应传入参数
      */
-  protected recordAction(SGraphCommand: any, any: any[]): void {
-    // 记录相关命令并推入堆栈中
-    const command = new SGraphCommand(this.scene, this, ...any);
-    this.undoStack.push(command);
-  } // Function recordAction()
-
-  /**
-   * Item对象边界区域
-   *
-   * @return  SRect   外接矩阵
-   * */
-  boundingRect(): SRect {
-    if (this.line.length > 1) {
-      this.calRect()
-      return new SRect(this._leftTop, this._rightBottom);
-    }
-    return new SRect()
-  } // Function boundingRect()
-
-  /**
-   * 撤销操作
-   *
-   */
-  undo(): void {
-    if (this._status != SItemStatus.Normal) {
-      this.undoStack.undo();
-    }
-  } // Function undo()
-
-  /**
-   * 重做操作
-   *
-   */
-  redo(): void {
-    if (this._status != SItemStatus.Normal) {
-      this.undoStack.redo();
-    }
-  } // Function redo()
-
-  /**
-   * 取消操作执行
-   *
-   * */
-  cancelOperate(): void {
-    if (this.status == SItemStatus.Create) {
-      this.parent = null;
-      this.releaseItem();
-    } else if (this.status == SItemStatus.Edit) {
-      this.status = SItemStatus.Normal;
-      this.releaseItem();
-    }
-  } // Function cancelOperate()
-
-  /**
-   * Item绘制操作
-   *
-   * @param   painter painter对象
-   */
-  onDraw(painter: SPainter): void {
-    if (this.line.length == 2) {
-      painter.pen.color = this.strokeColor;
-      painter.brush.color = this.fillColor;
-      painter.pen.lineWidth = this.lineWidth;
-      if (this.lineStyle == SLineStyle.Dashed) {
-        painter.pen.lineDash = [
-          painter.toPx(this.lineWidth * 3),
-          painter.toPx(this.lineWidth * 7)
-        ];
-      } else if (this.lineStyle == SLineStyle.Dotted) {
-        painter.pen.lineDash = [
-          painter.toPx(this.lineWidth * 2),
-          painter.toPx(this.lineWidth * 2)
-        ];
-      }
-      painter.drawPolygon(this.pointList);
-    }
-  } // Function onDraw()
-} // Class STriangleEdit
+    protected recordAction(SGraphCommand: any, any: any[]): void {
+        // 记录相关命令并推入堆栈中
+        const command = new SGraphCommand(this.scene, this, ...any);
+        this.undoStack.push(command);
+    } // Function recordAction()
+
+    /**
+     * Item对象边界区域
+     *
+     * @return 边界区域
+     */
+    boundingRect(): SRect {
+        if (this.line.length > 1) {
+            this.calRect();
+            return new SRect(this._leftTop, this._rightBottom);
+        }
+
+        return new SRect()
+    } // Function boundingRect()
+
+    /**
+     * 撤销操作
+     */
+    undo(): void {
+        if (this._status != SItemStatus.Normal) {
+            this.undoStack.undo();
+        }
+    } // Function undo()
+
+    /**
+     * 重做操作
+     */
+    redo(): void {
+        if (this._status != SItemStatus.Normal) {
+            this.undoStack.redo();
+        }
+    } // Function redo()
+
+    /**
+     * 取消操作执行
+     */
+    cancelOperate(): void {
+        if (this.status == SItemStatus.Create) {
+            this.parent = null;
+            this.releaseItem();
+        } else if (this.status == SItemStatus.Edit) {
+            this.status = SItemStatus.Normal;
+            this.releaseItem();
+        }
+    } // Function cancelOperate()
+
+    /**
+     * Item 绘制操作
+     *
+     * @param painter   绘制对象
+     */
+    onDraw(painter: SPainter): void {
+        if (this.line.length == 2) {
+            painter.pen.color = this.strokeColor;
+            painter.brush.color = this.fillColor;
+            painter.pen.lineWidth = this.lineWidth;
+            if (this.lineStyle == SLineStyle.Dashed) {
+                painter.pen.lineDash = [
+                    painter.toPx(this.lineWidth * 3),
+                    painter.toPx(this.lineWidth * 7)
+                ];
+            } else if (this.lineStyle == SLineStyle.Dotted) {
+                painter.pen.lineDash = [
+                    painter.toPx(this.lineWidth * 2),
+                    painter.toPx(this.lineWidth * 2)
+                ];
+            }
+
+            painter.drawPolygon(this.pointList);
+        }
+    } // Function onDraw()
+} // Class SBaseTriangleEdit

+ 5 - 7
src/components/editClass/edit/type/Anchor.ts

@@ -24,18 +24,16 @@
  * *********************************************************************************************************************
  */
 
-
-
-import { Point } from "@persagy-web/big/lib/types/Point";
+import { Point } from "./Point";
 
 /**
- * 锚点item接口
+ * 锚点 item 接口
  *
- * @author  张宇
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
 export interface Anchor {
-    /** 锚点ID */
+    /** 锚点 ID */
     ID: string;
-    /** 锚点的坐标  */
+    /** 锚点的坐标 */
     Pos: Point;
 } // Interface Anchor

+ 4 - 3
src/components/editClass/edit/type/ElementData.ts

@@ -24,8 +24,6 @@
  * *********************************************************************************************************************
  */
 
-
-
 import { Legend } from "./Legend";
 import { Marker } from "./Marker";
 import { Relation } from "./Relation";
@@ -33,10 +31,13 @@ import { Relation } from "./Relation";
 /**
  * 系统图数据接口
  *
- * @author  张宇
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
 export interface ElementData {
+    /** 在数据中台有数据的节点 */
     Nodes: Legend[];
+    /** 说明型节点 */
     Markers: Marker[];
+    /** 关系类节点 */
     Relations: Relation[];
 } // Interface ElementData

+ 15 - 16
src/components/editClass/edit/type/Legend.ts

@@ -24,46 +24,45 @@
  * *********************************************************************************************************************
  */
 
-
 import { Anchor } from "./Anchor";
-import { Point } from "@persagy-web/big/lib/types/Point";
+import { Point } from "./Point";
 import { Size } from "@persagy-web/big/lib/types/Size";
 import { SPoint } from '@persagy-web/draw/lib';
 
 /**
  * 图例节点接口
  *
- * @author  张宇
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
 export interface Legend {
     /** ID */
     iD: string;
-    /** 名称  */
+    /** 名称 */
     name: string;
     /** 返回工程信息化对象 ID 列表 */
     attachObjectIds?: any[];
-    /** 图标,区域类型  */
+    /** 图标,区域类型 */
     graphElementType: string;
-    /** 对应的图例ID  */
+    /** 对应的图例 ID */
     graphElementId: string;
-    /** 图例数量  */
+    /** 图例数量 */
     num?: number;
-    /** 位置  */
+    /** 位置 */
     pos: Point;
-    /** item类型 */
+    /** item 类型 */
     type: string
-    /** 缩放  */
+    /** 缩放 */
     scale?: Point;
-    /** 旋转  */
+    /** 旋转 */
     rolate?: Point;
-    /** 大小  */
+    /** 大小 */
     size?: Size;
-    /** 锚点List  */
+    /** 锚点 List */
     anchorList?: Anchor[];
-    /** 轮廓线  */
+    /** 轮廓线 */
     outLine?: Point[] | SPoint[];
-    /** 由应用自己定义  */
+    /** 由应用自己定义 */
     properties?: any;
-     /** zone 区分防火分区和石材铺装  */
+     /** zone 区分防火分区和石材铺装 */
     subType?:string
 } // Interface Legend

+ 8 - 8
src/components/editClass/edit/type/Marker.ts

@@ -30,25 +30,25 @@ import { Size } from "@persagy-web/big/lib/types/Size";
 /**
  * 标识对象接口
  *
- * @author  张宇
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
 export interface Marker {
     /** ID */
     iD?: string;
-    /** 名称  */
+    /** 名称 */
     name: string;
-    /** 图标(Image),线类型(Line) */
+    /** 图标(Image),线类型 (Line) */
     type: string;
-    /** 位置  */
+    /** 位置 */
     pos: Point;
-    /** 缩放  */
+    /** 缩放 */
     scale?: Point;
-    /** 旋转  */
+    /** 旋转 */
     rolate?: Point;
-    /** 大小  */
+    /** 大小 */
     size?: Size;
     /** 绘制时得数据以及样式 */
     style:any;
-    /** 由应用自己定义  */
+    /** 由应用自己定义 */
     properties?: any;
 } // Interface Marker

+ 37 - 0
src/components/editClass/edit/type/Point.ts

@@ -0,0 +1,37 @@
+/*
+ * *********************************************************************************************************************
+ *
+ *          !!
+ *        .F88X
+ *        X8888Y
+ *      .}888888N;
+ *        i888888N;        .:!              .I$WI:
+ *          R888888I      .'N88~            i8}+8Y&8"l8i$8>8W~'>W8}8]KW+8IIN"8&
+ *          .R888888I    .;N8888~          .X8'  "8I.!,/8"  !%NY8`"8I8~~8>,88I
+ *            +888888N;  .8888888Y                                  "&&8Y.}8,
+ *            ./888888N;  .R888888Y        .'}~    .>}'.`+>  i}!    "i'  +/'  .'i~  !11,.:">,  .~]!  .i}i
+ *              ~888888%:  .I888888l      .]88~`1/iY88Ii+1'.R$8$8]"888888888>  Y8$  W8E  X8E  W8888'188Il}Y88$*
+ *              18888888    E8888881    .]W%8$`R8X'&8%++N8i,8N%N8+l8%`  .}8N:.R$RE%N88N%N$K$R  188,FE$8%~Y88I
+ *            .E888888I  .i8888888'      .:$8I;88+`E8R:/8N,.>881.`$8E/1/]N8X.Y8N`"KF&&FK!'88*."88K./$88%RN888+~
+ *            8888888I  .,N888888~        ~88i"8W,!N8*.I88.}888%F,i$88"F88"  888:E8X.>88!i88>`888*.}Fl1]*}1YKi'
+ *          i888888N'      I888Y          ]88;/EX*IFKFK88X  K8R  .l8W  88Y  ~88}'88E&%8W.X8N``]88!.$8K  .:W8I
+ *        .i888888N;        I8Y          .&8$  .X88!  i881.:%888>I88  ;88]  +88+.';;;;:.Y88X  18N.,88l  .+88/
+ *      .:R888888I
+ *      .&888888I                                          Copyright (c) 2016-2020.  博锐尚格科技股份有限公司
+ *        ~8888'
+ *        .!88~                                                                     All rights reserved.
+ *
+ * *********************************************************************************************************************
+ */
+
+/**
+ * 坐标接口
+ *
+ * @author 韩耀龙 <han_yao_long@163.com>
+ */
+export interface Point {
+    /** x 坐标 */
+    x: number;
+    /** y 坐标 */
+    y: number;
+} // Interface Point

+ 7 - 9
src/components/editClass/edit/type/Relation.ts

@@ -24,30 +24,28 @@
  * *********************************************************************************************************************
  */
 
-
-
 import { SRelationDir } from "@persagy-web/big/lib/enums/SRelationDir";
-import { Point } from "@persagy-web/big/lib/types/Point";
+import { Point } from "./Point";
 
 /**
  * 管线对象关系接口
  *
- * @author  张宇
+ * @author 韩耀龙 <han_yao_long@163.com>
  */
 export interface Relation {
     /** ID */
     iD: string;
     /** 名称 */
     name: string;
-    /** 对应的图例ID */
+    /** 对应的图例 ID */
     graphElementId: string;
-    /** 关联节点1_id */
+    /** 关联节点 1_id */
     node1ID?: string;
-    /** 关联节点2_id */
+    /** 关联节点 2_id */
     node2ID?: string;
-    /** 关联锚点1_id  */
+    /** 关联锚点 1_id */
     anchor1ID?: string;
-    /** 关联锚点2_id */
+    /** 关联锚点 2_id */
     anchor2ID?: string;
     /** 方向(0:无向,1:节点1到节点2,2:节点2到节点1) */
     dir?: SRelationDir;

+ 36 - 28
src/components/editClass/persagy-edit/PTopoParser.ts

@@ -67,35 +67,43 @@ export class PTopoParser extends SParser {
 
     } // Function parseData()
     addMarker(data: Marker) {
-        // 基础直线
-        if (data.properties.type == "BaseLine") {
-            this.markers.push(this.factory.createBaseLineEdit(data))
-        }
-        // 基础文字
-        if (data.properties.type == "BaseText") {
-            this.markers.push(this.factory.createBaseTextEdit(data))
-        }
-        // 基础图片
-        if (data.properties.type == "BaseImage") {
-            this.markers.push(this.factory.createBaseImageEdit(data))
-        }
-        // 基础注释
-        if (data.properties.type == "BaseExplain") {
-            this.markers.push(this.factory.createBaseExpainEdit(data))
-        }
-        // 基础注释
-        if (data.properties.type == "BaseCircle") {
-            this.markers.push(this.factory.createBaseExpainEdit(data))
-        }
-        if (data.properties.type == "BaseArrow") {
-            this.markers.push(this.factory.createBaseExpainEdit(data))
-        }
-        if (data.properties.type == "BaseRect") {
-            this.markers.push(this.factory.createBaseExpainEdit(data))
-        }
-        if (data.properties.type == "BaseTriangle") {
-            this.markers.push(this.factory.createBaseExpainEdit(data))
+        if (data.properties && data.properties.type) {
+            switch (data.properties.type) {
+                case "BaseLine":
+                    this.markers.push(this.factory.createBaseLineEdit(data));
+                    break;
+                case "BaseText":
+                    this.markers.push(this.factory.createBaseTextEdit(data));
+                    break;
+                case "BaseImage":
+                    this.markers.push(this.factory.createBaseImageEdit(data));
+                    break;
+                case "BaseExplain":
+                    this.markers.push(this.factory.createBaseExpainEdit(data));
+                    break;
+                case "BaseCircle":
+                    this.markers.push(this.factory.createBaseCircleEdit(data));
+                    break;
+                case "BaseArrow":
+                    this.markers.push(this.factory.createBaseArrow(data));
+                    break;
+                case "BaseRect":
+                    this.markers.push(this.factory.createBaseRectEdit(data));
+                    break;
+                case "BasePolygon":
+                    this.markers.push(this.factory.createBasePolygonEdit(data));
+                    break;
+            }
         }
+        // if (data.properties.type == "BaseArrow") {
+        //     this.markers.push(this.factory.createBaseArrow(data))
+        // }
+        // if (data.properties.type == "BaseRect") {
+        //     this.markers.push(this.factory.createBaseExpainEdit(data))
+        // }
+        // if (data.properties.type == "BaseTriangle") {
+        //     this.markers.push(this.factory.createBaseExpainEdit(data))
+        // }
         // // 基础文字
         // if (data.properties.type == "BaseText") {
         //     this.Markers.push(this.factory.createBaseTextEdit(data))

+ 9 - 6
src/components/editClass/persagy-edit/PTopoScene.ts

@@ -10,6 +10,8 @@ import { rgbaNum } from "./../big-edit/until";
 import { SGraphAddCommand } from "./../edit/commands/SGraphAddCommand"
 import { SColor, SFont } from '@persagy-web/draw/lib';
 export class PTopoScene extends SBaseEditScene {
+    /** 图例数据 */
+    legendObj: any = null;
     constructor() {
         super()
         // // 选择绑定选额item事件
@@ -78,7 +80,7 @@ export class PTopoScene extends SBaseEditScene {
             this.clearCmdStatus();
         }
         else if (this.editCmd == "EditBaseArrows") {
-            this.addArrowsItem(event)
+            // this.addArrowsItem(event)
             this.clearCmdStatus();
         }
         else if (this.editCmd == "wantou" || this.editCmd == "santong" || this.editCmd == "sitong") {
@@ -88,11 +90,10 @@ export class PTopoScene extends SBaseEditScene {
         else if (this.editCmd == "EditBasePipe") {
             this.addBasePipe(event);
             this.clearCmdStatus();
+        } else if (this.editCmd == "EditEuqipment" || this.legendObj) {
+            this.addEuqipment(event,this.legendObj)
+            this.clearCmdStatus();
         }
-        // else if (this.editCmd == "EditEuqipment") {
-        //     this.addEuqipment(event)
-        //     this.clearCmdStatus();
-        // }
         else if (this.editCmd == "") {
             super.onMouseDown(event);
         }
@@ -152,6 +153,8 @@ export class PTopoScene extends SBaseEditScene {
     finishCreated(item: SGraphEdit): void {
         this.grabItem = null;
         item.status = SItemStatus.Normal;
+        this.selectContainer.clear();
+        this.selectContainer.toggleItem(item);
     }
     /**
      * 修改 cmdstatus 函数;常在在业务中调用
@@ -182,7 +185,7 @@ export class PTopoScene extends SBaseEditScene {
      */
     save() {
         if (!this.view) return;
-        const Marktype: string[] = ['BaseLine', 'BaseText', 'BaseExplain', 'BaseImage', 'BaseCircle', 'BaseArrow', 'BaseTriangle', 'BaseRect'];
+        const Marktype: string[] = ['BasePolygon', 'BaseLine', 'BaseText', 'BaseExplain', 'BaseImage', 'BaseCircle', 'BaseArrow', 'BaseTriangle', 'BaseRect'];
         const markers: any = [];   /**图例节点 */  // 与工程信息无关的标识对象(增加文本注释,图上的图片说明)
         const nodes: any = [];   /**图例节点 */  // 与工程信息无关的标识对象(增加文本注释,图上的图片说明)
         const relations: any = [];   /**图例节点 */  // 与工程信息无关的标识对象(增加文本注释,图上的图片说明)

+ 134 - 0
src/components/editClass/persagy-edit/items/SBaseArrow.ts

@@ -0,0 +1,134 @@
+/*
+ * *********************************************************************************************************************
+ *
+ *          !!
+ *        .F88X
+ *        X8888Y
+ *      .}888888N;
+ *        i888888N;        .:!              .I$WI:
+ *          R888888I      .'N88~            i8}+8Y&8"l8i$8>8W~'>W8}8]KW+8IIN"8&
+ *          .R888888I    .;N8888~          .X8'  "8I.!,/8"  !%NY8`"8I8~~8>,88I
+ *            +888888N;  .8888888Y                                  "&&8Y.}8,
+ *            ./888888N;  .R888888Y        .'}~    .>}'.`+>  i}!    "i'  +/'  .'i~  !11,.:">,  .~]!  .i}i
+ *              ~888888%:  .I888888l      .]88~`1/iY88Ii+1'.R$8$8]"888888888>  Y8$  W8E  X8E  W8888'188Il}Y88$*
+ *              18888888    E8888881    .]W%8$`R8X'&8%++N8i,8N%N8+l8%`  .}8N:.R$RE%N88N%N$K$R  188,FE$8%~Y88I
+ *            .E888888I  .i8888888'      .:$8I;88+`E8R:/8N,.>881.`$8E/1/]N8X.Y8N`"KF&&FK!'88*."88K./$88%RN888+~
+ *            8888888I  .,N888888~        ~88i"8W,!N8*.I88.}888%F,i$88"F88"  888:E8X.>88!i88>`888*.}Fl1]*}1YKi'
+ *          i888888N'      I888Y          ]88;/EX*IFKFK88X  K8R  .l8W  88Y  ~88}'88E&%8W.X8N``]88!.$8K  .:W8I
+ *        .i888888N;        I8Y          .&8$  .X88!  i881.:%888>I88  ;88]  +88+.';;;;:.Y88X  18N.,88l  .+88/
+ *      .:R888888I
+ *      .&888888I                                          Copyright (c) 2016-2020.  博锐尚格科技股份有限公司
+ *        ~8888'
+ *        .!88~                                                                     All rights reserved.
+ *
+ * *********************************************************************************************************************
+ */
+
+import { SColor, SFont, SPainter, SArrowStyleType } from "@persagy-web/draw/";
+import { SBasePolylineEdit } from './../../edit';
+import { SGraphItem, SLineStyle } from "@persagy-web/graph/lib";
+import { Marker } from "./../../big-edit/types/Marker";
+import { SMouseEvent } from "@persagy-web/base/lib";
+import { ItemOrder } from '@persagy-web/big/lib';
+
+/**
+ * 编辑箭头(折线)
+ *
+ * @author 韩耀龙 <han_yao_long@163.com>
+ */
+export class SBaseArrow extends SBasePolylineEdit {
+    ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+    //属性
+    /** 起始点样式 */
+    _begin = SArrowStyleType.None;
+    get begin(): SArrowStyleType {
+        return this._begin;
+    } // Get begin
+    set begin(v: SArrowStyleType) {
+        this._begin = v;
+        this.update();
+    } // Set begin
+
+    /** 结束点样式 */
+    _end = SArrowStyleType.None;
+    get end(): SArrowStyleType {
+        return this._end;
+    } // Get end
+    set end(v: SArrowStyleType) {
+        this._end = v;
+        this.update();
+    } // Set end
+
+    /**
+     * 构造函数
+     *
+     * @param parent    指向父对象
+     * @param data      数据
+     */
+    constructor(parent: SGraphItem | null, data: Marker) {
+        super(parent, data);
+        this.data = data;
+        // 设置箭头
+        if (data && data.style) {
+            this.begin = data.style.begin ? data.style.begin : SArrowStyleType.None;
+            this.end = data.style.end ? data.style.end : SArrowStyleType.None
+        }
+    } // Constructor
+
+    /**
+     * 鼠标按下事件
+     *
+     * @param event   保存事件参数
+     * @return  事件是否处理
+     */
+    onMouseDown(event: SMouseEvent): boolean {
+        super.onMouseDown(event)
+        return true;
+    } // Function onMouseDown()
+
+    /**
+     * 绘制基本图形
+     *
+     * @param painter   绘制对象
+     */
+    drawBaseLine(painter: SPainter): void {
+        // 绘制基本图形
+        if (this.lineStyle == SLineStyle.Dashed) {
+            painter.pen.lineDash = [
+                painter.toPx(this.lineWidth * 3),
+                painter.toPx(this.lineWidth * 7)
+            ];
+        } else if (this.lineStyle == SLineStyle.Dotted) {
+            painter.pen.lineDash = [
+                painter.toPx(this.lineWidth),
+                painter.toPx(this.lineWidth)
+            ];
+        }
+
+        painter.pen.color = this.strokeColor;
+        painter.drawArrowLine(this.pointList[0], this.pointList[1], {
+            begin: this.begin,
+            end: SArrowStyleType.None
+        });
+        painter.drawArrowLine(
+            this.pointList[this.pointList.length - 2],
+            this.pointList[this.pointList.length - 1],
+            {
+                begin: SArrowStyleType.None,
+                end: this.end
+            }
+        );
+        painter.drawPolyline(this.pointList);
+    } // Function drawBaseLine()
+
+    /**
+     * 返回对象储存的相关数据
+     *
+     * @return 对象储存的相关数据
+     */
+    toData(): any {
+        this.data.style.begin = this.begin;
+        this.data.style.end = this.end;
+        return super.toData();
+    } // Function toData()
+} // Class SBaseArrow

+ 8 - 1
src/components/editview/baseTopoEditer.vue

@@ -35,7 +35,7 @@ export default {
     };
   },
   computed: {
-    ...mapState(["choiceLegend"]),
+    ...mapState(["choiceLegend", "legendObj"]),
   },
   mounted() {
     this.canvasWidth = this.$refs.baseTopo.offsetWidth;
@@ -65,6 +65,7 @@ export default {
     // 恢复命令状态
     clearCmdStatus() {
       this.SETCHOICELEHEND("");
+      this.SETLEGENDOBJ(null);
     },
     // 右键获取item
     onContextMenu(item, [event]) {
@@ -182,6 +183,12 @@ export default {
         this.scene.editCmd = this.choiceLegend;
       }
     },
+    legendObj: {
+      handler: function (val, oldVal) {
+        this.scene.legendObj = val;
+      },
+      deep: true,
+    },
   },
 };
 </script>

+ 129 - 0
src/components/editview/leftToolBar/addBaseItem.vue

@@ -0,0 +1,129 @@
+<!-- 添加基础实例 -->
+
+<template>
+  <div class="base-item-list">
+    <Input
+      class="baseItemInput"
+      :width="188"
+      iconType="search"
+      v-model="baseItemVal"
+      @pressEnter="pressEnter"
+    />
+    <div
+      class="lengend-item"
+      v-for="(item, index) in baseEditItems"
+      :key="index"
+    >
+      <span class="legend-title">{{ item.title }}</span>
+      <div
+        class="legend-content"
+        v-for="(itemList, i) in item.itemList"
+        :key="i"
+      >
+        <div class="title">{{ itemList.title }}</div>
+        <ul>
+          <li
+            :class="{ 'btn-active': editCmd == baseItem.id }"
+            v-for="(baseItem, k) in itemList.itemList"
+            :key="k"
+            @click="drawItem(baseItem.id)"
+            :title="baseItem.name"
+          >
+            <img class="icon" :src="baseItem.icon" />
+            <span class="iconName">{{ baseItem.name }}</span>
+          </li>
+        </ul>
+      </div>
+    </div>
+  </div>
+</template>
+<script>
+import { baseEditItems } from "./data";
+import { mapMutations, mapState } from "vuex";
+export default {
+  data() {
+    return {
+      baseEditItems,
+      baseItemVal: "", //基础组件搜索
+    };
+  },
+  computed: {
+    ...mapState(["editCmd"]),
+  },
+  methods: {
+    ...mapMutations(["SETCHOICELEHEND"]),
+    drawItem(item) {
+      this.SETCHOICELEHEND(item);
+    },
+    pressEnter() {},
+  },
+};
+</script>
+<style lang="less" scoped>
+.base-item-list {
+  .baseItemInput {
+    margin: 12px 0;
+  }
+  .lengend-item {
+    width: 100%;
+    .legend-title {
+      display: block;
+      font-size: 14px;
+      height: 38px;
+      line-height: 38px;
+      margin-left: 10px;
+      color: #8d9399;
+      border-top: 1px solid #eee;
+    }
+    .legend-content {
+      padding: 0 10 10px 10px;
+      box-sizing: border-box;
+      .title {
+        margin-left: 10px;
+        font-weight: bold;
+        color: #1f2429;
+        font-size: 14px;
+        padding-top: 16px;
+        padding-bottom: 16px;
+      }
+      ul {
+        display: flex;
+        flex-wrap: wrap;
+        border-bottom: 1px solid #eee;
+        li {
+          font-size: 12px;
+          width: 52px;
+          height: 52px;
+          display: flex;
+          align-items: center;
+          justify-content: center;
+          flex-direction: column;
+          padding: 4px;
+          box-sizing: border-box;
+          margin: 0 10px 16px 10px;
+          .icon {
+            width: 28px;
+            height: 28px;
+            // background: red;
+          }
+          .iconName {
+            width: 100%;
+            display: flex;
+            justify-content: center;
+            overflow: hidden;
+            text-overflow: ellipsis;
+            white-space: nowrap;
+          }
+          cursor: pointer;
+        }
+        li:hover {
+          background: #f5f6f7;
+        }
+        .btn-active {
+          background: #e1f2ff !important;
+        }
+      }
+    }
+  }
+}
+</style>

+ 360 - 0
src/components/editview/leftToolBar/addItemModel.vue

@@ -0,0 +1,360 @@
+<!-- 新增实例 -->
+<template>
+  <Modal
+    class="getItemModal"
+    :show="isShowModel"
+    title="添加实例对象"
+    mode="full"
+    @close="modalClose"
+    @confirm="modalConfirm"
+  >
+    <template #content class="xxx">
+      <div class="getItem">
+        <div class="left">
+          <div class="top">
+            <Cascader
+              caption="专业系统"
+              multiple
+              allText="全部"
+              :data="cascaderData6"
+              showPanel
+              width="300"
+              @change="changeItem"
+              @confirm="changeItem"
+              v-model="abc"
+            ></Cascader>
+            <Cascader
+              caption="建筑楼层"
+              multiple
+              :data="cascaderData6"
+              showPanel
+              width="300"
+            ></Cascader>
+            <Cascader
+              caption="分区类型"
+              multiple
+              :data="cascaderData6"
+              showPanel
+              width="300"
+            ></Cascader>
+            <Input
+              iconType="search"
+              v-model="inputVal2"
+              @pressEnter="pressEnter"
+            />
+          </div>
+          <el-table
+            size="small"
+            ref="multipleTable"
+            :data="tableData"
+            tooltip-effect="dark"
+            style="width: 100%"
+            @selection-change="handleSelectionChange"
+          >
+            <el-table-column type="selection" width="55"> </el-table-column>
+            <el-table-column label="本地名称" width="300">
+              <template slot-scope="scope">{{ scope.row.date }}</template>
+            </el-table-column>
+            <el-table-column prop="name" label="本地编码" width="300">
+            </el-table-column>
+            <el-table-column
+              prop="address"
+              label="位置"
+              show-overflow-tooltip
+              width="300"
+            >
+            </el-table-column>
+            <el-table-column
+              prop="address"
+              label="所属业务空间"
+              show-overflow-tooltip
+              width="300"
+            >
+            </el-table-column>
+          </el-table>
+        </div>
+        <div class="right">
+          <div class="top">
+            <div class="top-l">
+              <span class="equip-title">已选实例</span>
+              <span class="equip-num">341</span>
+            </div>
+            <div class="top-r">清空</div>
+          </div>
+          <ul class="choiceList">
+            <li class="choiceList-item">
+              <div class="treeList">
+                <div class="title">
+                  <i class="el-icon-caret-right"></i>
+                  <span class="equip-title">设备名称</span>
+                  <span class="equip-num">341</span>
+                </div>
+                <ul class="treeList-bodys">
+                  <li class="treeList-item">
+                    <div class="item-title">设备实例-SBSL10020113</div>
+                    <i class="el-icon-error"></i>
+                  </li>
+                  <li class="treeList-item">
+                    <div class="item-title">设备实例-SBSL10020113</div>
+                    <i class="el-icon-error"></i>
+                  </li>
+                  <li class="treeList-item">
+                    <div class="item-title">设备实例-SBSL10020113</div>
+                    <i class="el-icon-error"></i>
+                  </li>
+                </ul>
+              </div>
+            </li>
+          </ul>
+        </div>
+      </div>
+    </template>
+  </Modal>
+</template>
+<script>
+export default {
+  props: ["showAddItemModel"],
+  data() {
+    return {
+      inputVal2: "",
+      isShowModel: false,
+      cascaderData6: [
+        {
+          title: "United Kingdom",
+          id: "id1",
+          children: [
+            { id: "id2", title: "London" },
+            { id: "id3", title: "Edinburgh" },
+            { id: "id4", title: "Cardiff" },
+            { id: "id5", title: "Birmingham" },
+            { id: "id6", title: "Liverpool" },
+            { id: "id7", title: "Oxford" },
+            { id: "id8", title: "Plymouth" },
+          ],
+        },
+        {
+          title: "AMERICAN",
+          id: "id9",
+          children: [
+            { id: "id10", title: "Chicago" },
+            { id: "id11", title: "Philadelphia" },
+            { id: "id12", title: "Boston" },
+            { id: "id13", title: "Houston" },
+            { id: "id14", title: "Atlanta" },
+            { id: "id15", title: "San Francisco" },
+          ],
+        },
+        {
+          title: "CHINA",
+          id: "id16",
+          children: [
+            { id: "id17", title: "BeiJing" },
+            { id: "id18", title: "ShangHAI" },
+            {
+              title: "GuiYang",
+              id: "id19",
+              children: [
+                { id: "id20", title: "Qingyan" },
+                { id: "id21", title: "Guian" },
+              ],
+            },
+            { id: "id22", title: "ZunYi" },
+          ],
+        },
+        {
+          title: "韩国",
+          id: "id23",
+          children: [
+            { id: "id24", title: "首尔" },
+            { id: "id25", title: "仁川" },
+            { id: "id26", title: "釜山" },
+            {
+              id: "id27",
+              title: "蔚山",
+              children: [
+                { id: "id10", title: "Chicago" },
+                { id: "id11", title: "Philadelphia" },
+                { id: "id12", title: "Boston" },
+                { id: "id13", title: "Houston" },
+                { id: "id14", title: "Atlanta" },
+                { id: "id15", title: "San Francisco" },
+              ],
+            },
+          ],
+        },
+      ],
+      abc: [],
+      tableData: [
+        {
+          date: "2016-05-03",
+          name: "王小虎",
+          address: "上海市普陀区金沙江路 1518 弄",
+        },
+        {
+          date: "2016-05-02",
+          name: "王小虎",
+          address: "上海市普陀区金沙江路 1518 弄",
+        },
+        {
+          date: "2016-05-04",
+          name: "王小虎",
+          address: "上海市普陀区金沙江路 1518 弄",
+        },
+        {
+          date: "2016-05-01",
+          name: "王小虎",
+          address: "上海市普陀区金沙江路 1518 弄",
+        },
+        {
+          date: "2016-05-08",
+          name: "王小虎",
+          address: "上海市普陀区金沙江路 1518 弄",
+        },
+        {
+          date: "2016-05-06",
+          name: "王小虎",
+          address: "上海市普陀区金沙江路 1518 弄",
+        },
+        {
+          date: "2016-05-07",
+          name: "王小虎",
+          address: "上海市普陀区金沙江路 1518 弄",
+        },
+      ],
+    };
+  },
+  methods: {
+    changeItem(item) {
+      console.log(item);
+    },
+    modalClose() {
+      this.isShowModel = false;
+      this.$emit('closeModel')
+    },
+    modalConfirm() {},
+    pressEnter() {},
+  },
+  watch: {
+    abc: function (item) {
+      console.log(item);
+    },
+    // 是否打开弹窗
+    showAddItemModel(val) {
+      this.isShowModel = val;
+    },
+  },
+};
+</script>
+<style lang="less" >
+ul,
+li {
+  margin: 0;
+  padding: 0;
+  list-style-type: none;
+}
+.getItemModal {
+  height: 100%;
+  .getItem {
+    width: 100%;
+    height: 100%;
+    display: flex;
+    .xxx {
+      width: 100%;
+      height: 100%;
+    }
+  }
+  /deep/ .p-modal-main .p-modal-content-full {
+    height: calc(100vh - 56px) !important;
+  }
+  /deep/ .p-modal-main .p-modal-content-full .p-modal-content-main {
+    height: 100% !important;
+  }
+
+  .right {
+    width: 420px;
+    height: 100%;
+    border-left: 1px solid #eff0f1;
+    .top {
+      height: 58px;
+      border-bottom: 1px solid #eff0f1;
+      display: flex;
+      align-items: center;
+      justify-content: space-between;
+      box-sizing: border-box;
+      padding: 0 12px 0 12px;
+      .top-l {
+        display: flex;
+        .equip-title {
+          font-size: 14px;
+          color: #8d9399;
+        }
+        .equip-num {
+          font-size: 14px;
+          margin-left: 12px;
+          color: #1f2429;
+          background: #eff0f1;
+          padding: 0 10px 0 10px;
+        }
+      }
+      .top-r {
+        color: #0091ff;
+        cursor: pointer;
+      }
+    }
+    .choiceList {
+      .choiceList-item {
+        .treeList {
+          width: 100%;
+          .title {
+            width: 100%;
+            height: 40px;
+            box-sizing: border-box;
+            padding: 0 16px 0 16px;
+            display: flex;
+            align-items: center;
+            line-height: 40px;
+            .equip-title {
+              font-size: 14px;
+              color: #8d9399;
+              line-height: 14px;
+            }
+            .equip-num {
+              font-size: 14px;
+              margin-left: 12px;
+              color: #1f2429;
+              background: #eff0f1;
+              padding: 0 10px 0 10px;
+              line-height: 24px;
+            }
+          }
+          .treeList-bodys {
+            .treeList-item {
+              width: 100%;
+              height: 40px;
+              display: flex;
+              align-items: center;
+              justify-content: space-between;
+              box-sizing: border-box;
+              padding: 0 16px 0 50px;
+              &:hover {
+                background: #f5f6f7;
+              }
+            }
+          }
+        }
+      }
+    }
+  }
+  .left {
+    flex: 1;
+    .top {
+      width: 100%;
+      height: 58px;
+      border-bottom: 1px solid #eff0f1;
+      display: flex;
+      align-items: center;
+      justify-content: space-around;
+    }
+  }
+}
+</style>

+ 68 - 4
src/components/editview/leftToolBar/equipmentList.vue

@@ -9,23 +9,72 @@
       @pressEnter="pressEnter"
     />
     <ul>
-      <li>
+      <li @click="getEquipItem('lengganji.svg')">
+        <div class="left">
+          <div class="icon">
+            <!-- <svg class="xxx">
+              <use
+                xlink:href="@/assets/images/equip/lengganji.svg#notification"
+              ></use>
+            </svg> -->
+          </div>
+        </div>
+        <div class="right">
+          <div class="t">冷干机</div>
+          <div class="b">W3456112345093</div>
+        </div>
+      </li>
+      <li @click="getEquipItem('shuibeng.svg')">
         <div class="left">
           <div class="icon"></div>
         </div>
         <div class="right">
-          <div class="t">立式水泵</div>
-          <div class="b">W3456112345B33</div>
+          <div class="t">水泵</div>
+          <div class="b">A245234345287</div>
+        </div>
+      </li>
+      <li @click="getEquipItem('shuixiang.svg')">
+        <div class="left">
+          <div class="icon"></div>
+        </div>
+        <div class="right">
+          <div class="t">水箱</div>
+          <div class="b">Y2344560096</div>
         </div>
       </li>
     </ul>
+    <!-- 添加设备 -->
+    <div class="addbtn" @click="openAddEqupModle">
+      <i class="el-icon-plus"></i>
+      添加设备示例
+    </div>
   </div>
 </template>
 <script>
+import { mapMutations, mapState } from "vuex";
 export default {
   data() {
     return {};
   },
+  methods: {
+    ...mapMutations(["SETCHOICELEHEND", "SETLEGENDOBJ"]),
+    // 打开添加弹窗
+    openAddEqupModle() {
+      this.$emit("openAddEqupModle");
+    },
+    // 获取设备图例
+    getEquipItem(id) {
+      const obj = {
+        url: id,
+      };
+      this.SETLEGENDOBJ(obj);
+      const cmd = "EditEuqipment";
+      this.SETCHOICELEHEND(cmd);
+    },
+  },
+  computed: {
+    ...mapState(["editCmd"]),
+  },
 };
 </script>
 <style lang="less" scoped>
@@ -38,6 +87,7 @@ li {
 .equip-list {
   width: 100%;
   height: 100%;
+  position: relative;
   ul {
     li {
       width: 100%;
@@ -52,7 +102,6 @@ li {
         .icon {
           width: 100%;
           height: 28px;
-          background: red;
           border-radius: 50% 50%;
         }
       }
@@ -70,5 +119,20 @@ li {
       }
     }
   }
+  .addbtn {
+    width: 100%;
+    height: 40px;
+    position: absolute;
+    bottom: 0;
+    left: 0;
+    display: flex;
+    align-items: center;
+    justify-content: center;
+    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
+    cursor: pointer;
+    &:hover {
+      color: #0091ff;
+    }
+  }
 }
 </style>

+ 17 - 111
src/components/editview/leftToolBar/legendList.vue

@@ -2,135 +2,41 @@
 <template>
   <div class="lengend-list">
     <!-- 基础图例 -->
-    <div class="base-item-list" v-if="chiceStatus==0">
-      <Input
-        class="baseItemInput"
-        :width="188"
-        iconType="search"
-        v-model="baseItemVal"
-        @pressEnter="pressEnter"
-      />
-      <div class="lengend-item" v-for="(item,index) in baseEditItems" :key="index">
-        <span class="legend-title">{{item.title}}</span>
-        <div class="legend-content" v-for="(itemList,i) in item.itemList" :key="i">
-          <div class="title">{{itemList.title}}</div>
-          <ul>
-            <li
-              :class="{ 'btn-active': choiceLegend== baseItem.id }"
-              v-for="(baseItem,k) in itemList.itemList"
-              :key="k"
-              @click="drawItem(baseItem.id)"
-              :title="baseItem.name"
-            >
-              <img class="icon" :src="baseItem.icon" />
-              <span class="iconName">{{baseItem.name}}</span>
-            </li>
-          </ul>
-        </div>
-      </div>
-    </div>
+    <addBaseItem v-if="chiceStatus == 0"></addBaseItem>
     <!-- 设备类 -->
-    <equipmentList v-if="chiceStatus==1"></equipmentList>
+    <equipmentList
+      v-if="chiceStatus == 1"
+      @openAddEqupModle="showAddItemModel = true"
+    ></equipmentList>
     <!-- 管线类 -->
-    <pipeList v-if="chiceStatus==3" @getPipe="drawItem"></pipeList>
+    <pipeList v-if="chiceStatus == 3" @getPipe="drawItem"></pipeList>
+
+    <!-- 新增实例对象 -->
+    <addItemModel
+      @closeModel="showAddItemModel = false"
+      :showAddItemModel="showAddItemModel"
+    ></addItemModel>
   </div>
 </template>
 <script>
-import { baseEditItems } from "./data";
-import { mapMutations, mapState } from "vuex";
 import pipeList from "./pipeList.vue";
 import equipmentList from "./equipmentList.vue";
+import addItemModel from "./addItemModel.vue";
+import addBaseItem from "./addBaseItem.vue";
 export default {
-  components: { pipeList, equipmentList },
+  components: { pipeList, equipmentList, addItemModel, addBaseItem },
   props: ["chiceStatus"],
   data() {
     return {
-      baseEditItems,
-      baseItemVal: "", //基础组件搜索
+      showAddItemModel: false,
       // choiceLegend: "" //选中绘制类型
     };
   },
-  computed: {
-    ...mapState(["choiceLegend"]),
-  },
-  methods: {
-    ...mapMutations(["SETCHOICELEHEND"]),
-    drawItem(item) {
-      console.log('getPipe',item)
-      this.SETCHOICELEHEND(item);
-    },
-    pressEnter() {},
-  },
 };
 </script>
 <style scoped lang="less">
 .lengend-list {
   width: 100%;
-  .base-item-list {
-    .baseItemInput {
-      margin: 12px 0;
-    }
-    .lengend-item {
-      width: 100%;
-      .legend-title {
-        display: block;
-        font-size: 14px;
-        height: 38px;
-        line-height: 38px;
-        margin-left: 10px;
-        color: #8d9399;
-        border-top: 1px solid #eee;
-      }
-      .legend-content {
-        padding: 0 10 10px 10px;
-        box-sizing: border-box;
-        .title {
-          margin-left: 10px;
-          font-weight: bold;
-          color: #1f2429;
-          font-size: 14px;
-          padding-top: 16px;
-          padding-bottom: 16px;
-        }
-        ul {
-          display: flex;
-          flex-wrap: wrap;
-          border-bottom: 1px solid #eee;
-          li {
-            font-size: 12px;
-            width: 52px;
-            height: 52px;
-            display: flex;
-            align-items: center;
-            justify-content: center;
-            flex-direction: column;
-            padding: 4px;
-            box-sizing: border-box;
-            margin: 0 10px 16px 10px;
-            .icon {
-              width: 28px;
-              height: 28px;
-              // background: red;
-            }
-            .iconName {
-              width: 100%;
-              display: flex;
-              justify-content: center;
-              overflow: hidden;
-              text-overflow: ellipsis;
-              white-space: nowrap;
-            }
-            cursor: pointer;
-          }
-          li:hover {
-            background: #f5f6f7;
-          }
-          .btn-active {
-            background: #e1f2ff !important;
-          }
-        }
-      }
-    }
-  }
+  height: 100%;
 }
 </style>

+ 2 - 4
src/components/editview/rightPropertyBar/property.vue

@@ -9,7 +9,7 @@
       v-show="itemType == 'BaseText' || itemType == 'BaseExplain'"
     ></baseTextPro>
     <baseLinePro
-      v-show="itemType == 'BaseLine'"
+      v-show="itemType == 'BaseArrow'"
       :strokeColor="strokeColor"
       :lineStyle="lineStyle"
       :lineWidth="lineWidth"
@@ -25,7 +25,6 @@
       v-show="
         itemType == 'BaseRect' ||
         itemType == 'BaseTriangle' ||
-        itemType == 'BaseArrow' ||
         itemType == 'BaseCircle' ||
         itemType == 'BasePolygon'
       "
@@ -92,7 +91,7 @@ export default {
     // 同步样式
     linkStyle(itemList) {
       const item = itemList[0];
-      if (this.itemType == "BaseLine") {
+      if (this.itemType == "BaseArrow") {
         this.strokeColor = item.strokeColor.toRgba();
         this.lineStyle = lineStyle[item.lineStyle];
         this.lineWidth = item.lineWidth;
@@ -118,7 +117,6 @@ export default {
       } else if (
         this.itemType == "BaseRect" ||
         this.itemType == "BaseTriangle" ||
-        this.itemType == "BaseArrow" ||
         this.itemType == "BaseCircle" ||
         this.itemType == "BasePolygon"
       ) {

+ 18 - 0
src/components/editview/svgIcon.vue

@@ -0,0 +1,18 @@
+<template>
+  <svg class="xxx">
+    <use xlink:href="@/assets/images/equip/lengganji.svg#notification"></use>
+  </svg>
+</template>
+<script>
+export default {
+  data() {
+    return {};
+  },
+};
+</script>
+<style lang="less" scoped>
+.xxx {
+  width: 50px;
+  height: 50px;
+}
+</style>

+ 5 - 2
src/main.ts

@@ -6,11 +6,14 @@ import './assets/font/iconfont.css';
 import ElementUI from 'element-ui';
 import 'element-ui/lib/theme-chalk/index.css';
 Vue.use(ElementUI);
-import { Input } from 'meri-design';
+import { Input, Modal,Cascader} from 'meri-design';
+import { Select } from 'ant-design-vue';
 // 按需引入公共组件
 Vue.use(Input)
-import { Select } from 'ant-design-vue';
 Vue.use(Select)
+Vue.use(Modal)
+Vue.use(Cascader)
+
 Vue.config.productionTip = false;
 new Vue({
   router,

+ 8 - 3
src/store/index.ts

@@ -5,12 +5,17 @@ Vue.use(Vuex)
 
 export default new Vuex.Store({
   state: {
-    choiceLegend: '' //编辑器选中图例
+    editCmd: '', //编辑器编辑命令
+    legendObj: null //获取的相关图例数据obj
   },
   mutations: {
-    // 修改编辑器
+    // 修改编辑器命令
     SETCHOICELEHEND(state, data) {
-      state.choiceLegend = data;
+      state.editCmd = data;
+    },
+    // 修改编辑器图例
+    SETLEGENDOBJ(state, data) {
+      state.legendObj = data;
     }
   },
   actions: {

+ 5 - 0
vue.config.js

@@ -25,4 +25,9 @@ module.exports = {
     outputDir: 'persagyTopo',
     // 放置生成的静态资源 (js、css、img、fonts) 的 (相对于 outputDir 的) 目录
     assetsDir: 'static',
+    // chainWebpack:config =>{
+    //     config.module.rule('svg-sprite')
+    //     .use('svgo-loader')
+    //     .loader('svgo-loader')
+    // }
 }