@leafer-in/interface
Advanced tools
+3
-3
| { | ||
| "name": "@leafer-in/interface", | ||
| "version": "1.4.2", | ||
| "version": "1.5.0", | ||
| "description": "@leafer-in/interface", | ||
@@ -28,5 +28,5 @@ "author": "Chao (Leafer) Wan", | ||
| "peerDependencies": { | ||
| "@leafer-ui/interface": "^1.4.2", | ||
| "@leafer/interface": "^1.4.2" | ||
| "@leafer-ui/interface": "^1.5.0", | ||
| "@leafer/interface": "^1.5.0" | ||
| } | ||
| } |
@@ -1,2 +0,2 @@ | ||
| import { IUI, IPointData, IAround, IDragEvent, IEvent, IEventListenerId, IMatrixData, IEditorBase, IGroup, IObject, ILayoutBoundsData } from '@leafer-ui/interface' | ||
| import { IUI, IPointData, IAround, IDragEvent, IEvent, IEventListenerId, IMatrixData, IEditorBase, IGroup, IObject } from '@leafer-ui/interface' | ||
@@ -16,4 +16,2 @@ import { IEditBox } from './IEditBox' | ||
| dragStartPoint: IPointData | ||
| dragStartBounds: ILayoutBoundsData | ||
| targetEventIds: IEventListenerId[] | ||
@@ -20,0 +18,0 @@ |
+1
-3
@@ -1,2 +0,2 @@ | ||
| import { IEditBoxBase, IUI, IRectInputData, IGroup, IBoundsData, IBounds, IPointerEvent, IRect, IMatrix, IFunction, IEditorBase, IObject, IEventListenerId, IEvent, IPointData, IMatrixData, IAround, IDragEvent, ILayoutBoundsData, IImageData, IImageInputData, IBoxInputData, IFourNumber, IAxisAlign, IFlowWrap, IGap, IFlowAlign } from '@leafer-ui/interface'; | ||
| import { IEditBoxBase, IUI, IRectInputData, IGroup, IBoundsData, IBounds, IPointerEvent, IRect, IMatrix, IFunction, IEditorBase, IObject, IEventListenerId, IEvent, IPointData, IMatrixData, IAround, IDragEvent, IImageData, IImageInputData, IBoxInputData, IFourNumber, IAxisAlign, IFlowWrap, IGap, IFlowAlign } from '@leafer-ui/interface'; | ||
| export * from '@leafer-ui/interface'; | ||
@@ -45,4 +45,2 @@ | ||
| innerEditor?: IInnerEditor; | ||
| dragStartPoint: IPointData; | ||
| dragStartBounds: ILayoutBoundsData; | ||
| targetEventIds: IEventListenerId[]; | ||
@@ -49,0 +47,0 @@ checkOpenedGroups(): void; |
12955
-1.37%335
-1.18%