@leafer-ui/interface
Advanced tools
+2
-2
| { | ||
| "name": "@leafer-ui/interface", | ||
| "version": "1.0.0-rc.27", | ||
| "version": "1.0.0-rc.28", | ||
| "description": "@leafer-ui/interface", | ||
@@ -25,4 +25,4 @@ "author": "Chao (Leafer) Wan", | ||
| "dependencies": { | ||
| "@leafer/interface": "1.0.0-rc.27" | ||
| "@leafer/interface": "1.0.0-rc.28" | ||
| } | ||
| } |
@@ -5,3 +5,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 } from '@leafer-ui/interface' | ||
| config: IEditorConfig | ||
| mergeConfig: IEditorConfig // 实际使用,合并了选中元素上的editConfig | ||
| readonly mergeConfig: IEditorConfig // 实际使用,合并了选中元素上的editConfig | ||
@@ -41,2 +41,3 @@ hoverTarget: IUI | ||
| update(): void | ||
| updateEditBox(): void | ||
| updateEditTool(): void | ||
@@ -43,0 +44,0 @@ |
+2
-1
@@ -306,3 +306,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, IRenderOptions, IPickOptions, IPickResult, ILeaf as ILeaf$1, 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'; | ||
| config: IEditorConfig; | ||
| mergeConfig: IEditorConfig; | ||
| readonly mergeConfig: IEditorConfig; | ||
| hoverTarget: IUI$1; | ||
@@ -332,2 +332,3 @@ target: IUI$1 | IUI$1[]; | ||
| update(): void; | ||
| updateEditBox(): void; | ||
| updateEditTool(): void; | ||
@@ -334,0 +335,0 @@ getEditSize(ui: ILeaf): IEditSize; |
65268
0.11%1818
0.11%+ Added
- Removed