graphand-react
Advanced tools
Comparing version 0.4.6-beta to 0.4.7-beta
@@ -27,3 +27,3 @@ import { GraphandField, GraphandModel } from "graphand-js"; | ||
value: any; | ||
onChange: (value: any, helpers: GraphandFormTemplateParamsBase) => void; | ||
onChange: (value: any) => void; | ||
options: any; | ||
@@ -30,0 +30,0 @@ slug: string; |
import { GraphandError, GraphandModel } from "graphand-js"; | ||
import React from "react"; | ||
import { GraphandFormTemplate } from "../components/GraphandForm"; | ||
import { GraphandFormTemplate, GraphandFormTemplateParamsBase } from "../components/GraphandForm"; | ||
export declare type GraphandFormOptions = { | ||
@@ -10,3 +10,3 @@ template?: GraphandFormTemplate; | ||
fieldsOptions?: any; | ||
onChange?: any; | ||
onChange?: (values: any, helpers: GraphandFormTemplateParamsBase) => void; | ||
onSubmit?: any; | ||
@@ -13,0 +13,0 @@ onError?: (errors?: GraphandError[], unhandled?: GraphandError[]) => void; |
{ | ||
"name": "graphand-react", | ||
"version": "0.4.6-beta", | ||
"version": "0.4.7-beta", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/pierrecabriere/graphand-react", |
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
553098