Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@leafer/interface

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafer/interface - npm Package Compare versions

Comparing version
1.0.0-rc.24
to
1.0.0-rc.25
+1
-1
package.json
{
"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 @@

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