You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@leafer-ui/interface

Package Overview
Dependencies
Maintainers
0
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafer-ui/interface - npm Package Compare versions

Comparing version
1.0.0-rc.27
to
1.0.0-rc.28
+2
-2
package.json
{
"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 @@

@@ -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;