@leafer/display
Advanced tools
+9
-9
| { | ||
| "name": "@leafer/display", | ||
| "version": "1.0.0-alpha.9", | ||
| "version": "1.0.0-alpha.10", | ||
| "description": "@leafer/display", | ||
@@ -22,13 +22,13 @@ "author": "Chao (Leafer) Wan", | ||
| "dependencies": { | ||
| "@leafer/math": "1.0.0-alpha.9", | ||
| "@leafer/data": "1.0.0-alpha.9", | ||
| "@leafer/layout": "1.0.0-alpha.9", | ||
| "@leafer/display-module": "1.0.0-alpha.9", | ||
| "@leafer/event": "1.0.0-alpha.9", | ||
| "@leafer/decorator": "1.0.0-alpha.9", | ||
| "@leafer/helper": "1.0.0-alpha.9" | ||
| "@leafer/math": "1.0.0-alpha.10", | ||
| "@leafer/data": "1.0.0-alpha.10", | ||
| "@leafer/layout": "1.0.0-alpha.10", | ||
| "@leafer/display-module": "1.0.0-alpha.10", | ||
| "@leafer/event": "1.0.0-alpha.10", | ||
| "@leafer/decorator": "1.0.0-alpha.10", | ||
| "@leafer/helper": "1.0.0-alpha.10" | ||
| }, | ||
| "devDependencies": { | ||
| "@leafer/interface": "1.0.0-alpha.9" | ||
| "@leafer/interface": "1.0.0-alpha.10" | ||
| } | ||
| } |
+2
-2
@@ -124,6 +124,6 @@ import { ILeaf, ILeaferCanvas, IRenderOptions } from '@leafer/interface' | ||
| this.root.emitEvent(event) | ||
| child.root = undefined | ||
| child.root = null | ||
| } | ||
| child.parent = undefined | ||
| child.parent = null | ||
| this.__layout.boxBoundsChange() | ||
@@ -130,0 +130,0 @@ } |
+10
-10
@@ -87,3 +87,3 @@ import { ILeafer, ILeaf, ILeafInputData, ILeafData, ILeaferCanvas, IRenderOptions, IMatrixWithBoundsData, __Number, __Boolean, ILeafLayout, InnerId, IHitCanvas, IRadiusPointData, IEventListenerMap, IEventListener, IEventListenerOptions, IEventListenerId, IEvent, IObject, IFunction, __String } from '@leafer/interface' | ||
| } | ||
| this.__parentWait = undefined | ||
| this.__parentWait = null | ||
| } | ||
@@ -245,3 +245,3 @@ | ||
| this.children.forEach(child => { child.destroy() }) | ||
| this.children = undefined | ||
| this.children = null | ||
| } | ||
@@ -251,16 +251,16 @@ | ||
| this.__hitCanvas.destroy() | ||
| this.__hitCanvas = undefined | ||
| this.__hitCanvas = null | ||
| } | ||
| this.leafer = undefined | ||
| this.root = undefined | ||
| this.parent = undefined | ||
| this.leafer = null | ||
| this.root = null | ||
| this.parent = null | ||
| this.__.destroy() | ||
| this.__layout.destroy() | ||
| this.__ = undefined | ||
| this.__layout = undefined | ||
| this.__ = null | ||
| this.__layout = null | ||
| this.__captureMap = undefined | ||
| this.__bubbleMap = undefined | ||
| this.__captureMap = null | ||
| this.__bubbleMap = null | ||
| } | ||
@@ -267,0 +267,0 @@ } |
13271
-0.38%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated