@orca-fe/deye-utils
Advanced tools
+3
-2
@@ -151,4 +151,5 @@ import { __assign, __spreadArray } from "tslib"; | ||
| this.yCenterTree.clear(); | ||
| }; | ||
| }; // TODO: 等比/中心 | ||
| BoundsTip.prototype.getTips = function (bounds, resizeType, _range) { | ||
@@ -177,3 +178,3 @@ var top = bounds.top, | ||
| var heightMatch = dep.height ? getMatch(this.yBorderTree, top + height, range) : []; // center-xbottomLeft | ||
| var heightMatch = dep.height ? getMatch(this.yBorderTree, top + height, range) : []; // center-x | ||
@@ -180,0 +181,0 @@ var ccXMatch = dep.left || dep.width ? getMatch(this.xCenterTree, centerX, range) : []; // center-y |
+3
-2
@@ -161,4 +161,5 @@ "use strict"; | ||
| this.yCenterTree.clear(); | ||
| }; | ||
| }; // TODO: 等比/中心 | ||
| BoundsTip.prototype.getTips = function (bounds, resizeType, _range) { | ||
@@ -187,3 +188,3 @@ var top = bounds.top, | ||
| var heightMatch = dep.height ? getMatch(this.yBorderTree, top + height, range) : []; // center-xbottomLeft | ||
| var heightMatch = dep.height ? getMatch(this.yBorderTree, top + height, range) : []; // center-x | ||
@@ -190,0 +191,0 @@ var ccXMatch = dep.left || dep.width ? getMatch(this.xCenterTree, centerX, range) : []; // center-y |
+1
-1
| { | ||
| "name": "@orca-fe/deye-utils", | ||
| "version": "0.0.23", | ||
| "version": "0.0.24", | ||
| "description": "d-eye utils", | ||
@@ -5,0 +5,0 @@ "author": "NicoKam", |
40919
0.07%