Comparing version 2.2.9 to 2.2.10
@@ -44,3 +44,3 @@ import Field, { FieldOpts, Validator } from './Field'; | ||
private _attachFields; | ||
attachFields(fieldOpts: FormFieldOpts<FieldValues> | Partial<FormFieldOpts<FieldValues>>): void; | ||
attachFields(fieldOpts: Partial<FormFieldOpts<FieldValues>>): void; | ||
detachFields(fieldNames: Array<keyof FieldValues>): void; | ||
@@ -47,0 +47,0 @@ update(): void; |
@@ -22,3 +22,3 @@ import Form, { FormEventName } from './Form'; | ||
private _unsubscribe; | ||
attachForms(forms: Forms): void; | ||
attachForms(forms: Partial<Forms>): void; | ||
detachForms(formNames: Array<keyof Forms>): void; | ||
@@ -25,0 +25,0 @@ replace(newForms: Forms): void; |
@@ -44,3 +44,3 @@ import Field, { FieldOpts, Validator } from './Field'; | ||
private _attachFields; | ||
attachFields(fieldOpts: FormFieldOpts<FieldValues> | Partial<FormFieldOpts<FieldValues>>): void; | ||
attachFields(fieldOpts: Partial<FormFieldOpts<FieldValues>>): void; | ||
detachFields(fieldNames: Array<keyof FieldValues>): void; | ||
@@ -47,0 +47,0 @@ update(): void; |
@@ -22,3 +22,3 @@ import Form, { FormEventName } from './Form'; | ||
private _unsubscribe; | ||
attachForms(forms: Forms): void; | ||
attachForms(forms: Partial<Forms>): void; | ||
detachForms(formNames: Array<keyof Forms>): void; | ||
@@ -25,0 +25,0 @@ replace(newForms: Forms): void; |
{ | ||
"name": "formular", | ||
"version": "2.2.9", | ||
"version": "2.2.10", | ||
"author": "Pavel Ivanov", | ||
@@ -5,0 +5,0 @@ "description": "Build forms in React. Easy-Peasy!", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
112056