@leafer-ui/interface
Advanced tools
+2
-2
| { | ||
| "name": "@leafer-ui/interface", | ||
| "version": "2.0.9", | ||
| "version": "2.1.0", | ||
| "description": "@leafer-ui/interface", | ||
@@ -25,4 +25,4 @@ "author": "Chao (Leafer) Wan", | ||
| "dependencies": { | ||
| "@leafer/interface": "2.0.9" | ||
| "@leafer/interface": "2.1.0" | ||
| } | ||
| } |
+3
-0
@@ -605,2 +605,3 @@ import { ILeaf, ILeafComputedData, ILeafData, ILeafInputData, ILeaferCanvas, IRenderOptions, IExportOptions, IExportResult, IPathDrawer, IPointData, IPathCommandData, IBoundsData, IObject, IPathString, ILeaferImage, IPathCreator, IAnswer, IPickOptions, IPickResult, IValue, ICanvasContext2DSettings, IFourNumber, IFindCondition, IBoolean, ICanvasContext2D, IJSONOptions, IMatrixData, ISizeData, ITransition, IAround, IMultimediaType, IDirection4, IOptionPointData, IDirection, IPathCommandDataWithWindingRule } from '@leafer/interface' | ||
| readonly __hasMultiPaint?: boolean | ||
| __hasStrokeSides?: number // 是否存在多边,存在时存储最大值 | ||
@@ -635,2 +636,4 @@ __isAlphaPixelFill?: boolean // png / svg / webp | ||
| __checkComplex(): void | ||
| __setPaint(attrName: 'fill' | 'stroke', value: IValue): void | ||
@@ -637,0 +640,0 @@ __removePaint(attrName: 'fill' | 'stroke', removeInput?: boolean): void |
+2
-0
@@ -1168,2 +1168,3 @@ import { IMultimediaType, IBlendMode, IScaleFixed, IAlign, IUnitPointData, IFilmOptions, IImageLOD, IExportFileType, IFourNumber, IPointData, IOptionSizeData, ISizeData, IGap, IPointGap, IPercentData, IInterlace, IPathCommandData, IAxis, IAxisReverse, IDirection, IWindingRule, IFilter, IFilmPlayOptions, IMatrixData, ILeaferImage, ITaskItem, INumber, IString, IBoolean, IUnitData, IAnimateOptions, IAnimateEasing, IEventer, IObject, IEventParamsMap, IAnimateEasingFunction, IAnimateEnding, ITransition, IBounds, ILeafInputData, ILeaf as ILeaf$1, ILeafComputedData, ILeafData, IPathCommandDataWithWindingRule, IBoundsData, IValue, IDirection4 as IDirection4$1, IAround, IOptionPointData, 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'; | ||
| readonly __hasMultiPaint?: boolean; | ||
| __hasStrokeSides?: number; | ||
| __isAlphaPixelFill?: boolean; | ||
@@ -1188,2 +1189,3 @@ __isAlphaPixelStroke?: boolean; | ||
| __getRealStrokeWidth(childStyle?: IStrokeComputedStyle): number; | ||
| __checkComplex(): void; | ||
| __setPaint(attrName: 'fill' | 'stroke', value: IValue): void; | ||
@@ -1190,0 +1192,0 @@ __removePaint(attrName: 'fill' | 'stroke', removeInput?: boolean): void; |
118204
0.14%2947
0.14%+ Added
- Removed
Updated