graphand-react
Advanced tools
Comparing version 0.3.15-beta to 0.3.16-beta
@@ -0,3 +1,3 @@ | ||
import { GraphandField } from "graphand-js"; | ||
import React from "react"; | ||
import { GraphandField } from "../../../graphand-js"; | ||
import { GraphandFormOptions } from "../lib/renderForm"; | ||
@@ -4,0 +4,0 @@ export declare type GraphandFormTemplateParams = { |
@@ -27,3 +27,2 @@ import React from "react"; | ||
updating: boolean; | ||
updatedAt: any; | ||
constructor(props: any); | ||
@@ -30,0 +29,0 @@ setRes: (res: any, error?: any) => Promise<unknown>; |
import { GraphandModelListPromise, GraphandModelPromise } from "graphand-js"; | ||
import React from "react"; | ||
export declare type PromiseSuspenseCallback<T> = React.ReactNode | ((res: T, loading: boolean, error: Error, updatedAt: Date) => React.ReactNode); | ||
export declare type PromiseSuspenseFallback<T> = React.ReactNode | ((res: T, loading: boolean, error: Error, updatedAt: Date) => React.ReactNode); | ||
export declare type PromiseSuspenseCallback<T> = React.ReactNode | ((res: T, loading: boolean, error: Error) => React.ReactNode); | ||
export declare type PromiseSuspenseFallback<T> = React.ReactNode | ((res: T, loading: boolean, error: Error) => React.ReactNode); | ||
export declare type PromiseSuspenseOptions<T> = { | ||
@@ -6,0 +6,0 @@ promise?: GraphandModelPromise<any> | GraphandModelListPromise<any>; |
{ | ||
"name": "graphand-react", | ||
"version": "0.3.15-beta", | ||
"version": "0.3.16-beta", | ||
"description": "", | ||
@@ -53,4 +53,4 @@ "homepage": "https://github.com/pierrecabriere/graphand-react", | ||
"webpack-cli": "^4.9.2", | ||
"graphand-js": "^0.27.4-beta" | ||
"graphand-js": "file:../graphand-js" | ||
} | ||
} |
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
539153
2197