@leafer-ui/interface
Advanced tools
+2
-2
| { | ||
| "name": "@leafer-ui/interface", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "description": "@leafer-ui/interface", | ||
@@ -25,4 +25,4 @@ "author": "Chao (Leafer) Wan", | ||
| "dependencies": { | ||
| "@leafer/interface": "1.0.1" | ||
| "@leafer/interface": "1.0.2" | ||
| } | ||
| } |
@@ -17,2 +17,3 @@ import { IGroup, IUI, IBox, IRectInputData, ISelectorProxy, IEditSize, ICursorType, IAlign, IUnitPointData, IDragEvent, IRotateEvent, IStroke, IFill, ILeaf, ILeafList, IObject, IBoxInputData, IGroupInputData, IImageCursor, IRect, IBoundsData, IKeyEvent, IUIInputData, IZoomEvent, IColorString, IDirection4 } from '@leafer-ui/interface' | ||
| readonly groupOpening: boolean | ||
| resizeDirection?: number | ||
@@ -19,0 +20,0 @@ readonly multiple: boolean |
+1
-0
@@ -227,2 +227,3 @@ import { ILeaf, ILeafComputedData, ILeafData, ILeafInputData, ILeaferCanvas, IRenderOptions, IExportOptions, IExportResult, IPathDrawer, IPointData, IPathCommandData, ILeaferImageConfig, IBoundsData, IObject, IPathString, ILeaferImage, IPathCreator, IAnswer, IPickOptions, IPickResult, IValue, ICanvasContext2DSettings, IFourNumber, IFindCondition, IBoolean, ICanvasContext2D, IJSONOptions, IMatrixData } from '@leafer/interface' | ||
| contextSettings?: ICanvasContext2DSettings | ||
| url?: string | ||
| } | ||
@@ -229,0 +230,0 @@ export interface ICanvasData extends ICanvasAttrData, IRectData { } |
@@ -19,2 +19,3 @@ import { IBlendMode, ILeaferImage, IMatrixData, ITaskItem } from '@leafer/interface' | ||
| patternTask?: ITaskItem | ||
| sync?: boolean // 同步显示图片,不走任务列表生成图案 | ||
| data?: ILeafPaintPatternData | ||
@@ -21,0 +22,0 @@ } |
@@ -17,3 +17,2 @@ import { IPointData, IPathCommandData, IWindingRule, IBlendMode, IExportFileType, ISizeData, IFourNumber, IAlign, IUnitPointData } from '@leafer/interface' | ||
| opacity?: number | ||
| } | ||
@@ -80,2 +79,3 @@ | ||
| repeat?: IRepeat | ||
| sync?: boolean // 同步显示,不走任务列表生成图案 | ||
| } | ||
@@ -82,0 +82,0 @@ export interface IImageFilters { |
+4
-0
@@ -66,2 +66,3 @@ import { IAlign, IUnitPointData, IExportFileType, IFourNumber, IPointData, ISizeData, IPathCommandData, IWindingRule, IBlendMode, IMatrixData, ILeaferImage, ITaskItem, IBoolean, INumber, IString, IUnitData, IPathCreator, IBoundsData as IBoundsData$1, ILeaferImageConfig, ICanvasContext2DSettings, ILeaferCanvas, ICanvasContext2D, IRenderOptions, IPickOptions, IPickResult, ILeaf as ILeaf$1, IJSONOptions, IValue, IFindCondition, IPathString, IPathDrawer, IExportOptions, IExportResult, IAnswer, ILeafData, ILeafComputedData, ILeafInputData, IObject as IObject$1, ILeaferAttrData, IControl, ILeaferConfig, ILeaferType, ILeafRender, ILeafBounds, ILeafHit, IStateStyleType, ICachedLeaf, IBooleanMap, IAround } from '@leafer/interface'; | ||
| repeat?: IRepeat; | ||
| sync?: boolean; | ||
| } | ||
@@ -139,2 +140,3 @@ interface IImageFilters { | ||
| patternTask?: ITaskItem; | ||
| sync?: boolean; | ||
| data?: ILeafPaintPatternData; | ||
@@ -317,2 +319,3 @@ } | ||
| readonly groupOpening: boolean; | ||
| resizeDirection?: number; | ||
| readonly multiple: boolean; | ||
@@ -620,2 +623,3 @@ readonly single: boolean; | ||
| contextSettings?: ICanvasContext2DSettings; | ||
| url?: string; | ||
| } | ||
@@ -622,0 +626,0 @@ interface ICanvasData extends ICanvasAttrData, IRectData { |
66791
0.41%1852
0.43%+ Added
- Removed
Updated