@deckstar/react-final-form-arrays
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@deckstar/react-final-form-arrays", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "A component for rendering and editing arrays 🏁 React Final Form", | ||
@@ -14,3 +14,2 @@ "main": "dist/src", | ||
], | ||
"scripts": {}, | ||
"author": "Erik Rasmussen <rasmussenerik@gmail.com> (http://github.com/erikras)", | ||
@@ -17,0 +16,0 @@ "license": "MIT", |
import type { BoundMutators, FieldMutators, FieldSubscription, FormValuesShape } from "final-form"; | ||
import { BoundArrayMutators } from "final-form-arrays"; | ||
import { FieldMetaState, FieldRenderProps, FullFieldSubscription, RenderableProps, UseFieldConfig } from "react-final-form"; | ||
import { FieldInputPropsBasedOnSubscription, FieldMetaState, FieldRenderProps, FullFieldSubscription, RenderableProps, UseFieldConfig } from "react-final-form"; | ||
export type { RenderableProps }; | ||
@@ -8,7 +8,4 @@ export type FieldArrayRenderProps<FieldValue, FormValues extends FormValuesShape = FormValuesShape, Mutators extends BoundMutators<FormValues> & BoundArrayMutators<FormValues> = BoundArrayMutators<FormValues>, Subscription extends FieldSubscription = FullFieldSubscription> = { | ||
forEach: (iterator: (name: string, index: number) => void) => void; | ||
length: number; | ||
map: (iterator: (name: string, index: number) => any) => any[]; | ||
name: string; | ||
value: FieldValue[]; | ||
} & FieldMutators<FormValues, Mutators>; | ||
} & FieldMutators<FormValues, Mutators> & Pick<FieldInputPropsBasedOnSubscription<FieldValue[], Subscription>, "name" | "value"> & Required<Pick<FieldMetaState<FieldValue[], Subscription>, "length">>; | ||
meta: Omit<FieldMetaState<FieldValue[], Subscription>, "length">; | ||
@@ -15,0 +12,0 @@ }; |
{ | ||
"name": "@deckstar/react-final-form-arrays", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A component for rendering and editing arrays 🏁 React Final Form", | ||
@@ -14,3 +14,2 @@ "main": "dist/src", | ||
], | ||
"scripts": {}, | ||
"author": "Erik Rasmussen <rasmussenerik@gmail.com> (http://github.com/erikras)", | ||
@@ -37,3 +36,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "23c2d13d7ba9601504a0f64dc6a5489a9dffda20" | ||
"gitHead": "b5c9d206139dbc7214c9cc2ff7464b77c6bf6a5d" | ||
} |
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
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
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
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
32755
0
280
1