@cerebral/forms
Advanced tools
Comparing version 2.6.0-1511166934035 to 2.6.0-1511255433315
@@ -1,6 +0,6 @@ | ||
import { IPath } from "function-tree"; | ||
import { ResolveValue } from 'function-tree' | ||
export function form(path: IPath): any | ||
export function field(path: IPath): any | ||
export function form(formState: ResolveValue): any | ||
export function field(fieldState: ResolveValue): any | ||
export default function FormsProvider (options?: any) | ||
export default function FormsProvider(options?: any) |
@@ -1,5 +0,5 @@ | ||
import { IPath } from "function-tree"; | ||
import { ResolveValue } from 'function-tree' | ||
export function isValidForm(path: IPath): Function | ||
export function resetForm(path: IPath): Function | ||
export function setField(path: IPath, value: any): Function | ||
export function isValidForm(formState: ResolveValue): Function | ||
export function resetForm(formState: ResolveValue): Function | ||
export function setField(fieldState: ResolveValue, value: any): Function |
{ | ||
"name": "@cerebral/forms", | ||
"version": "2.6.0-1511166934035", | ||
"version": "2.6.0-1511255433315", | ||
"description": "A computed form", | ||
@@ -29,3 +29,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"cerebral": "^3.6.0-1511166934035" | ||
"cerebral": "^3.6.0-1511255433315" | ||
}, | ||
@@ -32,0 +32,0 @@ "nyc": { |
65514
542