@comparaonline/ui-wizard-form-manager
Advanced tools
Comparing version 0.8.1 to 0.8.3
@@ -8,7 +8,7 @@ import * as React from 'react'; | ||
children: (props: ChildrenProps<T>) => React.ReactNode; | ||
initialValues: T; | ||
initialValues: Partial<T>; | ||
} | ||
export interface FormState<T> { | ||
activeStep: number | undefined; | ||
values: T; | ||
values: Partial<T>; | ||
isLoading: boolean; | ||
@@ -15,0 +15,0 @@ } |
{ | ||
"name": "@comparaonline/ui-wizard-form-manager", | ||
"version": "0.8.1", | ||
"version": "0.8.3", | ||
"main": "dist/ui-wizard-form-manager.js", | ||
@@ -44,3 +44,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"gitHead": "f5b5a5f29f48df04239a8ef08151c487b5121f61" | ||
"gitHead": "2d826f11cbde4fb056c8b5aac63ae6b147c99ccc" | ||
} |
Sorry, the diff of this file is not supported yet
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
33911