@formkit/core
Advanced tools
Comparing version 1.0.0-beta.7-0ba8ad7 to 1.0.0-beta.7-0c8db37
@@ -138,3 +138,3 @@ /** | ||
value: any; | ||
from?: number; | ||
from?: number | symbol; | ||
} | ||
@@ -674,2 +674,7 @@ | ||
/** | ||
* Adds props to the given node by removing them from node.props.attrs and | ||
* moving them to the top-level node.props object. | ||
*/ | ||
addProps: (props: string[]) => FormKitNode; | ||
/** | ||
* Gets a node at another address. Addresses are dot-syntax paths (or arrays) | ||
@@ -1232,2 +1237,9 @@ * of node names. For example: form.users.0.first_name There are a few | ||
/** | ||
* When creating a new node and having its value injected directly at a specific | ||
* location. | ||
* @public | ||
*/ | ||
export declare const valueInserted: unique symbol; | ||
/** | ||
* When propagating values up a tree, this value indicates the child should be | ||
@@ -1234,0 +1246,0 @@ * moved. |
{ | ||
"name": "@formkit/core", | ||
"version": "1.0.0-beta.7-0ba8ad7", | ||
"version": "1.0.0-beta.7-0c8db37", | ||
"type": "module", | ||
@@ -36,5 +36,5 @@ "description": "The framework agnostic core of FormKit", | ||
"dependencies": { | ||
"@formkit/utils": "1.0.0-beta.7-0ba8ad7" | ||
"@formkit/utils": "1.0.0-beta.7-0c8db37" | ||
}, | ||
"devDependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
209183
6229
+ Added@formkit/utils@1.0.0-beta.7-0c8db37(transitive)
- Removed@formkit/utils@1.0.0-beta.7-0ba8ad7(transitive)