@alifd/field
Advanced tools
Comparing version 1.5.6 to 1.5.7
{ | ||
"name": "@alifd/field", | ||
"version": "1.5.6", | ||
"version": "1.5.7", | ||
"description": "Fields can be used to manage data when it comes to form data manipulation and validation. After being associated with a component, the form data can be automatically written back, read, and verified.", | ||
@@ -88,3 +88,3 @@ "files": [ | ||
}, | ||
"homepage": "https://unpkg.com/@alifd/field@1.5.6/build/index.html", | ||
"homepage": "https://unpkg.com/@alifd/field@1.5.7/build/index.html", | ||
"bugs": "https://github.com/alibaba-fusion/field/issues", | ||
@@ -91,0 +91,0 @@ "publishConfig": { |
@@ -53,3 +53,2 @@ export type FieldOption = { | ||
value?: T; | ||
checked?: T; | ||
onChange(value: T, extra: T2): void; | ||
@@ -56,0 +55,0 @@ }; |
1741273
5103