@leafer-ui/external
Advanced tools
+3
-3
| { | ||
| "name": "@leafer-ui/external", | ||
| "version": "1.4.2", | ||
| "version": "1.5.0", | ||
| "description": "@leafer-ui/external", | ||
@@ -25,7 +25,7 @@ "author": "Chao (Leafer) Wan", | ||
| "dependencies": { | ||
| "@leafer/core": "1.4.2" | ||
| "@leafer/core": "1.5.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@leafer-ui/interface": "1.4.2" | ||
| "@leafer-ui/interface": "1.5.0" | ||
| } | ||
| } |
+6
-2
| // Implemented in partner | ||
| import { IPaintModule, IPaintImageModule, IPaintGradientModule, IEffectModule, ITextConvertModule, IExportModule, IColorConvertModule, IPathArrowModule, IStateModule, IUnitData, ITransitionModule, IFilterModule } from "@leafer-ui/interface" | ||
| import { IPaintModule, IPaintImageModule, IPaintGradientModule, IEffectModule, ITextConvertModule, IExportModule, IColorConvertModule, IPathArrowModule, IStateModule, IUnitData, ITransitionModule, ITransitionFunction, IFilterModule } from "@leafer-ui/interface" | ||
| import { Plugin } from '@leafer/core' | ||
@@ -39,2 +39,6 @@ | ||
| export const Transition = {} as ITransitionModule | ||
| export const Transition = { | ||
| list: {}, | ||
| register(attrName: string, fn: ITransitionFunction): void { Transition.list[attrName] = fn }, | ||
| get(attrName: string): ITransitionFunction { return Transition.list[attrName] } | ||
| } as ITransitionModule |
4185
5.5%43
10.26%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated