@leafer-ui/interface
Advanced tools
+2
-2
| { | ||
| "name": "@leafer-ui/interface", | ||
| "version": "1.12.1", | ||
| "version": "1.12.2", | ||
| "description": "@leafer-ui/interface", | ||
@@ -25,4 +25,4 @@ "author": "Chao (Leafer) Wan", | ||
| "dependencies": { | ||
| "@leafer/interface": "1.12.1" | ||
| "@leafer/interface": "1.12.2" | ||
| } | ||
| } |
@@ -156,2 +156,3 @@ import { IGroup, IUI, IBox, IRectInputData, ISelectorProxy, IEditSize, ICursorType, IAlign, IUnitPointData, IDragEvent, IMoveEvent, IRotateEvent, IStroke, IFill, ILeaf, ILeafList, IObject, IBoxInputData, IGroupInputData, IImageCursor, IKeyEvent, IUIInputData, IZoomEvent, IColorString, IDirection4, IPointData, IScaleData, ISkewData, ILayoutBoundsData, ITransition, IFourNumber, IShortcutKeys, IShortcutKeysCheck, IUIEvent, ILeafer } from '@leafer-ui/interface' | ||
| selectedStyle?: IUIInputData | ||
| selectedPathType?: 'path' | 'render-path' | ||
| multipleSelect?: boolean | ||
@@ -158,0 +159,0 @@ |
@@ -87,3 +87,3 @@ import { IEventer, IEventParamsMap, IObject, IPercentData, ITransition, IAnimateEasing, IAnimateEasingFunction, IAnimateEnding, IAnimateOptions } from '@leafer/interface' | ||
| stop(): void | ||
| seek(time: number | IPercentData): void | ||
| seek(time: number | IPercentData, includeDelay?: boolean): void | ||
| kill(complete?: boolean, killStyle?: IUIInputData): void | ||
@@ -90,0 +90,0 @@ |
+2
-2
@@ -426,4 +426,4 @@ 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 } from '@leafer/interface' | ||
| __drawPathByData(drawer: IPathDrawer, data: IPathCommandData): void | ||
| __drawPathByBox(drawer: IPathDrawer): void | ||
| __drawPathByData(drawer: IPathDrawer, data: IPathCommandData, ignoreCornerRadius?: boolean): void | ||
| __drawPathByBox(drawer: IPathDrawer, ignoreCornerRadius?: boolean): void | ||
| __drawAfterFill?(canvas: ILeaferCanvas, options: IRenderOptions): void | ||
@@ -430,0 +430,0 @@ __drawContent?(canvas: ILeaferCanvas, options: IRenderOptions): void |
+4
-3
@@ -408,3 +408,3 @@ 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'; | ||
| stop(): void; | ||
| seek(time: number | IPercentData): void; | ||
| seek(time: number | IPercentData, includeDelay?: boolean): void; | ||
| kill(complete?: boolean, killStyle?: IUIInputData): void; | ||
@@ -534,2 +534,3 @@ destroy(complete?: boolean): void; | ||
| selectedStyle?: IUIInputData$1; | ||
| selectedPathType?: 'path' | 'render-path'; | ||
| multipleSelect?: boolean; | ||
@@ -1025,4 +1026,4 @@ boxSelect?: boolean; | ||
| load(): void; | ||
| __drawPathByData(drawer: IPathDrawer, data: IPathCommandData): void; | ||
| __drawPathByBox(drawer: IPathDrawer): void; | ||
| __drawPathByData(drawer: IPathDrawer, data: IPathCommandData, ignoreCornerRadius?: boolean): void; | ||
| __drawPathByBox(drawer: IPathDrawer, ignoreCornerRadius?: boolean): void; | ||
| __drawAfterFill?(canvas: ILeaferCanvas, options: IRenderOptions): void; | ||
@@ -1029,0 +1030,0 @@ __drawContent?(canvas: ILeaferCanvas, options: IRenderOptions): void; |
108130
0.24%2705
0.07%+ Added
- Removed
Updated