graphand-react
Advanced tools
Comparing version 0.3.8-beta to 0.3.9-beta
@@ -6,3 +6,4 @@ import { GraphandPlugin } from "graphand-js"; | ||
declare module "graphand-js" { | ||
interface GraphandModel { | ||
class GraphandModel { | ||
static renderForm: (options: GraphandFormOptions) => React.ReactNode; | ||
suspense: SuspenseDefinition<GraphandModel>; | ||
@@ -13,15 +14,15 @@ renderForm: (options: GraphandFormOptions) => React.ReactNode; | ||
} | ||
interface GraphandModelPromise<T extends GraphandModel | GraphandModelList<GraphandModel>> { | ||
class GraphandModelPromise<T extends GraphandModel | GraphandModelList<GraphandModel>> { | ||
suspense: SuspenseDefinition<T>; | ||
} | ||
interface GraphandModelList<T extends GraphandModel> { | ||
class GraphandModelList<T extends GraphandModel> { | ||
suspense: SuspenseDefinition<GraphandModelList<T>>; | ||
} | ||
interface GraphandModelListPromise<T extends GraphandModel> { | ||
class GraphandModelListPromise<T extends GraphandModel> { | ||
suspense: SuspenseDefinition<GraphandModelList<T>>; | ||
} | ||
interface AggregationExecutor { | ||
class AggregationExecutor { | ||
suspense: SuspenseDefinition<any>; | ||
} | ||
interface GraphandField { | ||
class GraphandField { | ||
parseFormSubmit: any; | ||
@@ -28,0 +29,0 @@ renderInput: any; |
{ | ||
"name": "graphand-react", | ||
"version": "0.3.8-beta", | ||
"version": "0.3.9-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
538018
2158