@manojadams/metaforms-core
Advanced tools
Comparing version 3.0.27 to 3.0.28
@@ -141,2 +141,3 @@ import { SyntheticEvent } from "react"; | ||
onSubmit: (formData: IFormData, params: unknown) => TFormResponse; | ||
onSubmitError?: (params: IEventPayload) => void; | ||
} | ||
@@ -143,0 +144,0 @@ export declare type TComponent<T> = (props: T) => JSX.Element; |
@@ -91,2 +91,3 @@ export declare const MSGS: { | ||
}; | ||
export declare const DEFAULT = "default"; | ||
export declare const SECTION_LAYOUT: { | ||
@@ -93,0 +94,0 @@ DEFAULT: string; |
@@ -30,3 +30,8 @@ import { TValue } from "../constants/types"; | ||
add(name: string, metaform: MetaForm): void; | ||
/** | ||
* Cleanup | ||
* @param name | ||
*/ | ||
destroy(name: string): void; | ||
} | ||
export default MetaFormUpdater; |
{ | ||
"name": "@manojadams/metaforms-core", | ||
"version": "3.0.27", | ||
"version": "3.0.28", | ||
"description": "React Library for rendering dynamic forms from json schema", | ||
@@ -5,0 +5,0 @@ "author": "manojadams", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
913184
8272