@leafer-ui/interface
Advanced tools
+2
-2
| { | ||
| "name": "@leafer-ui/interface", | ||
| "version": "1.1.0", | ||
| "version": "1.1.1", | ||
| "description": "@leafer-ui/interface", | ||
@@ -25,4 +25,4 @@ "author": "Chao (Leafer) Wan", | ||
| "dependencies": { | ||
| "@leafer/interface": "1.1.0" | ||
| "@leafer/interface": "1.1.1" | ||
| } | ||
| } |
@@ -1,2 +0,2 @@ | ||
| import { IControl, ILeaferAttrData, ILeaferConfig, ILeaferType } from '@leafer/interface' | ||
| import { IControl, ILeaferAttrData, ILeaferType } from '@leafer/interface' | ||
| import { IApp } from './IApp' | ||
@@ -9,2 +9,3 @@ import { IGroup } from '../IUI' | ||
| readonly app: ILeafer | ||
| parentApp?: IApp | ||
| parent?: IApp | ||
@@ -18,4 +19,2 @@ zoomLayer: IGroup | ||
| userConfig?: ILeaferConfig | ||
| onInit(): void | ||
@@ -22,0 +21,0 @@ initType(type: ILeaferType): void |
+2
-2
@@ -1,2 +0,2 @@ | ||
| import { IBlendMode, IAlign, IUnitPointData, IExportFileType, IFourNumber, IPointData, ISizeData, IPathCommandData, IWindingRule, IObject, IMatrixData, ILeaferImage, ITaskItem, IBoolean, INumber, IString, IUnitData, IEventer, IEventMap, IPercentData, IBoundsData as IBoundsData$1, IPathCreator, ILeaferCanvas, ICanvasContext2D, ICanvasContext2DSettings, IRenderOptions, IPickOptions, IPickResult, ILeaf as ILeaf$1, IFindCondition, IJSONOptions, IValue, IPathString, IPathDrawer, IExportOptions, IExportResult, IAnswer, ILeafData, ILeafComputedData, ILeafInputData, ILeaferAttrData, IControl, ILeaferConfig, ILeaferType, ILeafRender, ILeafBounds, ILeafHit, ICachedLeaf, IBooleanMap, IAround } from '@leafer/interface'; | ||
| import { IBlendMode, IAlign, IUnitPointData, IExportFileType, IFourNumber, IPointData, ISizeData, IPathCommandData, IWindingRule, IObject, IMatrixData, ILeaferImage, ITaskItem, IBoolean, INumber, IString, IUnitData, IEventer, IEventMap, IPercentData, IBoundsData as IBoundsData$1, IPathCreator, ILeaferCanvas, ICanvasContext2D, ICanvasContext2DSettings, IRenderOptions, IPickOptions, IPickResult, ILeaf as ILeaf$1, IFindCondition, IJSONOptions, IValue, IPathString, IPathDrawer, IExportOptions, IExportResult, IAnswer, ILeafData, ILeafComputedData, ILeafInputData, ILeaferAttrData, IControl, ILeaferType, ILeaferConfig, ILeafRender, ILeafBounds, ILeafHit, ICachedLeaf, IBooleanMap, IAround } from '@leafer/interface'; | ||
| export * from '@leafer/interface'; | ||
@@ -926,2 +926,3 @@ import { IGroup as IGroup$1, ISelectorProxy, IUI as IUI$1, ILeafList, IObject as IObject$1, ILeaf, IEditSize, IDragEvent, IZoomEvent, IRotateEvent, IGroupInputData as IGroupInputData$1, IStroke as IStroke$1, IFill as IFill$1, IBoxInputData as IBoxInputData$1, IRectInputData as IRectInputData$1, IColorString as IColorString$1, IDirection4, ICursorType, IImageCursor, IAlign as IAlign$1, IUnitPointData as IUnitPointData$1, IUIInputData as IUIInputData$1, IBox as IBox$1, IRect as IRect$1, IBoundsData, IKeyEvent, IStateName as IStateName$1, IString as IString$1, IBoolean as IBoolean$1, IStateStyle as IStateStyle$1 } from '@leafer-ui/interface'; | ||
| readonly app: ILeafer; | ||
| parentApp?: IApp; | ||
| parent?: IApp; | ||
@@ -933,3 +934,2 @@ zoomLayer: IGroup; | ||
| sky?: ILeafer; | ||
| userConfig?: ILeaferConfig; | ||
| onInit(): void; | ||
@@ -936,0 +936,0 @@ initType(type: ILeaferType): void; |
83640
-0.04%+ Added
- Removed
Updated