Sfoglia il codice sorgente

Merge remote-tracking branch 'origin/master'

jxing 4 anni fa
parent
commit
46cfc33730

+ 3 - 0
docs/.vuepress/components/example/web/graph/scene/Undo1.vue

@@ -26,6 +26,8 @@
             this.moveable = true;
             this.selectable = true;
             this.selected = true;
+            this.isTransform = true;
+            this.rolate = 60;
         }
 
         boundingRect(): SRect {
@@ -47,6 +49,7 @@
             super(parent);
             this.moveable = true;
             this.selectable = true;
+            this.isTransform = false;
         }
 
         boundingRect(): SRect {

+ 4 - 5
package.json

@@ -12,11 +12,10 @@
     "publish": "node publish.js"
   },
   "dependencies": {
-    "@saga-web/base": "2.1.19",
-    "@saga-web/big": "1.0.39",
-    "@saga-web/draw": "2.1.94",
-    "@saga-web/graph": "2.1.82",
-    "@saga-web/feng-map": "1.0.11",
+    "@saga-web/base": "2.1.23",
+    "@saga-web/big": "1.0.41",
+    "@saga-web/draw": "2.1.100",
+    "@saga-web/graph": "2.1.91",
     "axios": "^0.18.1",
     "element-ui": "^2.12.0",
     "vue": "^2.6.10",