@leafer-ui/interface
Advanced tools
+2
-2
| { | ||
| "name": "@leafer-ui/interface", | ||
| "version": "1.0.0-beta.11", | ||
| "version": "1.0.0-beta.12", | ||
| "description": "@leafer-ui/interface", | ||
@@ -22,4 +22,4 @@ "author": "Chao (Leafer) Wan", | ||
| "dependencies": { | ||
| "@leafer/interface": "1.0.0-beta.11" | ||
| "@leafer/interface": "1.0.0-beta.12" | ||
| } | ||
| } |
+1
-3
@@ -1,2 +0,2 @@ | ||
| import { ILeaf, ILeafComputedData, ILeafData, ILeafInputData, ILeaferCanvas, IRenderOptions, IPathDrawer, IPointData, IPath2D, IPathCommandData, IWindingRule, ILeaferImageConfig, IBoundsData, IObject, __Number, IPathString, ILeaferImage, IBlob, IBooleanMap } from '@leafer/interface' | ||
| import { ILeaf, ILeafComputedData, ILeafData, ILeafInputData, ILeaferCanvas, IRenderOptions, IPathDrawer, IPointData, IPath2D, IPathCommandData, IWindingRule, ILeaferImageConfig, IBoundsData, IObject, __Number, IPathString, ILeaferImage, IBlob } from '@leafer/interface' | ||
@@ -305,4 +305,2 @@ import { | ||
| __recycleImage(attrName: string): IBooleanMap | ||
| } | ||
@@ -309,0 +307,0 @@ export interface IUIComputedData extends IFillComputedData, IBorderComputedData, IStrokeComputedData, ITextStyleComputedData, ICornerRadiusComputedData, IEffectComputedData, ILeafComputedData { |
@@ -1,5 +0,5 @@ | ||
| import { ILeaferCanvas, IRenderOptions } from '@leafer/interface' | ||
| import { ILeaferCanvas, IRenderOptions, IBooleanMap } from '@leafer/interface' | ||
| import { ILeafPaint } from '../type/IComputedType' | ||
| import { IUI } from '../IUI' | ||
| import { IUI, IUIData } from '../IUI' | ||
| import { ICachedShape } from '../ICachedShape' | ||
@@ -24,2 +24,4 @@ | ||
| shape?(ui: IUI, current: ILeaferCanvas, options: IRenderOptions): ICachedShape | ||
| recycleImage?(data: IUIData, attrName: string): IBooleanMap | ||
| } |
24518
0.09%669
-0.15%+ Added
- Removed