@leafer/interface
Advanced tools
+1
-1
| { | ||
| "name": "@leafer/interface", | ||
| "version": "1.0.0-rc.18", | ||
| "version": "1.0.0-rc.19", | ||
| "description": "@leafer/interface", | ||
@@ -5,0 +5,0 @@ "author": "Chao (Leafer) Wan", |
@@ -355,2 +355,3 @@ import { ILeaferBase } from '../app/ILeafer' | ||
| readonly isBranchLeaf?: boolean | ||
| readonly isOutside?: boolean // scrollBar ... | ||
@@ -357,0 +358,0 @@ __: ILeafData |
@@ -54,2 +54,4 @@ import { INumberFunction, IPointDataFunction } from '../function/IFunction' | ||
| findPath(data: IPointerEvent, options?: IPickOptions): ILeafList | ||
| isRootPath(data: IPointerEvent): boolean | ||
| canMove(data: IPointerEvent): boolean | ||
@@ -63,3 +65,3 @@ isDrag(leaf: ILeaf): boolean | ||
| updateDownData(data?: IPointerEvent, options?: IPickOptions): void | ||
| updateDownData(data?: IPointerEvent, options?: IPickOptions, merge?: boolean): void | ||
| updateHoverData(data: IPointerEvent): void | ||
@@ -66,0 +68,0 @@ |
Sorry, the diff of this file is too big to display
157929
0.19%4115
0.15%