@fower/types
Advanced tools
Comparing version 1.25.0 to 1.26.0
import * as CSS from 'csstype' | ||
import { Atom } from '@fower/atom' | ||
import { Atom, Meta } from '@fower/atom' | ||
@@ -12,2 +12,4 @@ // tslint:disable-next-line:export-just-namespace | ||
propList: PropItem[] | ||
props: any | ||
@@ -190,2 +192,10 @@ | ||
interface PropItem { | ||
propKey: string | ||
propValue: any | ||
key: string | ||
value: any | ||
meta: Meta | ||
} | ||
interface Props { | ||
@@ -207,2 +217,9 @@ style?: any | ||
/** | ||
* handle props before parse | ||
* @param propItem | ||
* @param parser | ||
*/ | ||
beforeParseProps?(propItem: PropItem, parser: ParserInterface): any | ||
/** | ||
* before handle atom | ||
@@ -209,0 +226,0 @@ * to modify some atom attr before handle |
{ | ||
"name": "@fower/types", | ||
"version": "1.25.0", | ||
"version": "1.26.0", | ||
"license": "MIT", | ||
@@ -12,6 +12,6 @@ "main": "", | ||
"dependencies": { | ||
"@fower/atom": "^1.25.0", | ||
"@fower/atom": "^1.26.0", | ||
"csstype": "^3.0.8" | ||
}, | ||
"gitHead": "3724af811d57167fc650039ee49b85f26b2b1b6f" | ||
"gitHead": "ab78646846162af83605883eef9fbd725dfbe4f8" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15308
478
Updated@fower/atom@^1.26.0