@leafer-ui/interface
Advanced tools
+2
-2
| { | ||
| "name": "@leafer-ui/interface", | ||
| "version": "1.11.2", | ||
| "version": "1.12.0", | ||
| "description": "@leafer-ui/interface", | ||
@@ -25,4 +25,4 @@ "author": "Chao (Leafer) Wan", | ||
| "dependencies": { | ||
| "@leafer/interface": "1.11.2" | ||
| "@leafer/interface": "1.12.0" | ||
| } | ||
| } |
@@ -16,6 +16,11 @@ import { IBlendMode, IDirection, ILeaferImage, IMatrixData, IPointData, IScaleFixed, ITaskItem } from '@leafer/interface' | ||
| image?: ILeaferImage | ||
| level?: number | ||
| level?: number // pattern level | ||
| drawLevel?: number // drawImage level | ||
| loadId?: number | ||
| patternId?: string | ||
| patternTask?: ITaskItem | ||
| progressTimer?: any | ||
| isTransparent?: boolean // 是否为透明色 | ||
@@ -22,0 +27,0 @@ data?: ILeafPaintPatternData |
+2
-0
@@ -173,5 +173,7 @@ import { IBlendMode, IScaleFixed, IAlign, IUnitPointData, IExportFileType, IFourNumber, IPointData, IOptionSizeData, ISizeData, IGap, IPointGap, IPathCommandData, IAxis, IAxisReverse, IDirection, IWindingRule, IFilter, IMatrixData, ILeaferImage, ITaskItem, INumber, IString, IBoolean, IUnitData, IAnimateOptions, IAnimateEasing, IEventer, IObject, IEventParamsMap, IAnimateEasingFunction, IAnimateEnding, ITransition, IPercentData, IBounds, ILeafInputData, ILeaf as ILeaf$1, ILeafComputedData, ILeafData, IBoundsData, IValue, IPathCreator, IJSONOptions, IFindCondition, IAnswer, IPathString, IPathDrawer, ILeaferCanvas, IRenderOptions, IExportOptions, IExportResult, IPickOptions, IPickResult, ICanvasContext2DSettings, ICanvasContext2D, ILeaferAttrData, IControl, ILeaferType, ILeaferConfig, ILeafRender, ILeafBounds, ILeafHit, ICachedLeaf, IScaleData as IScaleData$1, IBooleanMap, IFunction, IMatrixWithBoundsScaleData } from '@leafer/interface'; | ||
| level?: number; | ||
| drawLevel?: number; | ||
| loadId?: number; | ||
| patternId?: string; | ||
| patternTask?: ITaskItem; | ||
| progressTimer?: any; | ||
| isTransparent?: boolean; | ||
@@ -178,0 +180,0 @@ data?: ILeafPaintPatternData; |
107869
0.13%2703
0.15%+ Added
- Removed
Updated