@leafer/interface
Advanced tools
+1
-1
| { | ||
| "name": "@leafer/interface", | ||
| "version": "1.0.0-rc.24", | ||
| "version": "1.0.0-rc.25", | ||
| "description": "@leafer/interface", | ||
@@ -5,0 +5,0 @@ "author": "Chao (Leafer) Wan", |
@@ -79,4 +79,4 @@ import { ILeaferBase } from '../app/ILeafer' | ||
| gap: IGap | IPointGap | ||
| align: IFlowAlign | IFlowAxisAlign | ||
| wrap: IWrap | ||
| flowAlign: IFlowAlign | IFlowAxisAlign | ||
| flowWrap: IFlowWrap | ||
| itemBox: IFlowBoxType | ||
@@ -131,5 +131,5 @@ | ||
| export interface IFlowAxisAlign { content?: IFlowAlign, rowX?: IAxisAlign, rowY?: IAxisAlign } | ||
| export interface IFlowAxisAlign { content?: IFlowAlign, x?: IAxisAlign, y?: IAxisAlign } | ||
| export type IWrap = boolean | 'reverse' | ||
| export type IFlowWrap = boolean | 'reverse' | ||
@@ -335,4 +335,4 @@ export type IAutoSize = IBoolean | INumber | IPercentData | ||
| gap?: IGap | IPointGap | ||
| align?: IFlowAlign | IFlowAxisAlign | ||
| wrap?: IWrap | ||
| flowAlign?: IFlowAlign | IFlowAxisAlign | ||
| flowWrap?: IFlowWrap | ||
| itemBox?: IFlowBoxType | ||
@@ -423,4 +423,4 @@ | ||
| gap?: IGap | IPointGap | ||
| align?: IFlowAlign | IFlowAxisAlign | ||
| wrap?: IWrap | ||
| flowAlign?: IFlowAlign | IFlowAxisAlign | ||
| flowWrap?: IFlowWrap | ||
| itemBox?: IFlowBoxType | ||
@@ -427,0 +427,0 @@ |
+1
-1
| export { IAppBase } from './app/IApp' | ||
| export { ILeaferBase, ILeaferAttrData, ILeaferType, ILeaferTypeCreator, ILeaferTypeFunction, ILeaferTypeList, ILeaferConfig, ICreator, IUICreator, IZoomType } from './app/ILeafer' | ||
| export { ILeaf, ILeafAttrData, ILeafComputedData, ILeafInputData, ICachedLeaf, IFlowType, IFlowBoxType, IAlign, IAxisAlign, IFlowAlign, IFlowAxisAlign, IAxis, IGap, IPointGap, IAxisReverse, IBaseLineAlign, IWrap, IAutoSize, IRangeSize, IPercentData, IUnitData, IConstraint, IConstraintType, IHitType, IMaskType, IEraserType, IBlendMode, IEditSize, IImageCursor, ICursorType, IStateStyleType, IDirection, IAround, ILeafAttrDescriptor, ILeafAttrDescriptorFn } from './display/ILeaf' | ||
| export { ILeaf, ILeafAttrData, ILeafComputedData, ILeafInputData, ICachedLeaf, IFlowType, IFlowBoxType, IAlign, IAxisAlign, IFlowAlign, IFlowAxisAlign, IAxis, IGap, IPointGap, IAxisReverse, IBaseLineAlign, IFlowWrap, IAutoSize, IRangeSize, IPercentData, IUnitData, IConstraint, IConstraintType, IHitType, IMaskType, IEraserType, IBlendMode, IEditSize, IImageCursor, ICursorType, IStateStyleType, IDirection, IAround, ILeafAttrDescriptor, ILeafAttrDescriptorFn } from './display/ILeaf' | ||
| export { IBranch } from './display/IBranch' | ||
@@ -5,0 +5,0 @@ export { IZoomView } from './display/IView' |
Sorry, the diff of this file is too big to display
171353
0.04%