graphand-react
Advanced tools
Comparing version 0.3.18-beta to 0.3.19-beta
import React from "react"; | ||
import { GraphandModel } from "../../../graphand-js"; | ||
import { GraphandError, GraphandModel } from "graphand-js"; | ||
import { GraphandFormTemplate } from "../components/GraphandForm"; | ||
@@ -12,2 +12,3 @@ export declare type GraphandFormOptions = { | ||
onSubmit?: any; | ||
onError?: (errors?: GraphandError[], unhandled?: GraphandError[]) => void; | ||
processErrors?: any; | ||
@@ -14,0 +15,0 @@ delaySubmit?: any; |
{ | ||
"name": "graphand-react", | ||
"version": "0.3.18-beta", | ||
"version": "0.3.19-beta", | ||
"description": "", | ||
@@ -53,4 +53,6 @@ "homepage": "https://github.com/pierrecabriere/graphand-react", | ||
"webpack-cli": "^4.9.2", | ||
"graphand-js": "file:../graphand-js" | ||
"graphand-js": "file:../graphand-js", | ||
"react": "file:../graphand-app/node_modules/react", | ||
"react-dom": "file:../graphand-app/node_modules/react-dom" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
541411
2199
26