@comparaonline/ui-wizard-form
Advanced tools
Comparing version 0.0.2-alpha.0 to 0.0.3-alpha.0
/// <reference types="react" /> | ||
import { FormProps } from 'react-final-form'; | ||
import { ChildrenProps } from '@comparaonline/ui-wizard-form-manager'; | ||
export interface Props<T> extends Pick<ChildrenProps<T>, Exclude<keyof ChildrenProps<T>, 'onSubmit' | 'initialValues' | 'values' | 'activeStep'>> { | ||
export interface Props<T> extends Pick<ChildrenProps<T>, Exclude<keyof ChildrenProps<T>, 'onSubmit' | 'initialValues' | 'values' | 'activeStep' | 'goTo'>> { | ||
formProps: FormProps; | ||
@@ -6,0 +6,0 @@ } |
{ | ||
"name": "@comparaonline/ui-wizard-form", | ||
"author": "Esteban Martini", | ||
"version": "0.0.2-alpha.0", | ||
"version": "0.0.3-alpha.0", | ||
"main": "dist/ui-wizard-form.js", | ||
@@ -21,3 +21,3 @@ "types": "dist/index.d.ts", | ||
"@comparaonline/ui-tsconfig": "^0.27.0", | ||
"@material-ui/core": "^3.0.0", | ||
"@material-ui/core": "^3.7.0", | ||
"@types/enzyme": "^3.1.14", | ||
@@ -27,6 +27,6 @@ "@types/jest": "^23.3.5", | ||
"jest": "^23.6.0", | ||
"react": "^16.0.0", | ||
"react": "^16.7.0", | ||
"react-dom": "^16.0.0", | ||
"tslint": "^5.12.0", | ||
"typescript": "^3.2.0", | ||
"typescript": "^3.2.2", | ||
"webpack": "^4.0.0", | ||
@@ -36,3 +36,3 @@ "webpack-cli": "^3.1.2" | ||
"dependencies": { | ||
"@comparaonline/ui-wizard-form-manager": "^0.0.2-alpha.0", | ||
"@comparaonline/ui-wizard-form-manager": "^0.0.3-alpha.0", | ||
"@types/react": "^16.4.18", | ||
@@ -43,7 +43,7 @@ "react-final-form": "3.6.7", | ||
"peerDependencies": { | ||
"@material-ui/core": "^3.0.0", | ||
"react": "^16.0.0", | ||
"@material-ui/core": "^3.7.0", | ||
"react": "^16.7.0", | ||
"react-dom": "^16.0.0" | ||
}, | ||
"gitHead": "a9524e1e750a412ea16401de4e60f5eb881ba6f1" | ||
"gitHead": "6af88a991ee133da6608b6a2f426f2ea36a145ce" | ||
} |
Sorry, the diff of this file is not supported yet
13318
+ Added@comparaonline/ui-wizard-form-manager@0.0.3-alpha.0(transitive)
- Removed@comparaonline/ui-wizard-form-manager@0.0.2-alpha.0(transitive)