@formkit/core
Advanced tools
Comparing version 1.0.0-beta.7-b0764b8 to 1.0.0-beta.7-db862f6
@@ -138,3 +138,3 @@ /** | ||
value: any; | ||
from?: number; | ||
from?: number | symbol; | ||
} | ||
@@ -672,3 +672,3 @@ | ||
*/ | ||
add: (node: FormKitNode) => FormKitNode; | ||
add: (node: FormKitNode, index?: number) => FormKitNode; | ||
/** | ||
@@ -835,2 +835,3 @@ * Gets a node at another address. Addresses are dot-syntax paths (or arrays) | ||
children: FormKitNode[] | Set<FormKitNode>; | ||
index?: number; | ||
plugins: FormKitPlugin[]; | ||
@@ -1232,2 +1233,9 @@ alias: string; | ||
/** | ||
* 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 +1242,0 @@ * moved. |
{ | ||
"name": "@formkit/core", | ||
"version": "1.0.0-beta.7-b0764b8", | ||
"version": "1.0.0-beta.7-db862f6", | ||
"type": "module", | ||
@@ -36,5 +36,5 @@ "description": "The framework agnostic core of FormKit", | ||
"dependencies": { | ||
"@formkit/utils": "1.0.0-beta.7-b0764b8" | ||
"@formkit/utils": "1.0.0-beta.7-db862f6" | ||
}, | ||
"devDependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
206817
6174
+ Added@formkit/utils@1.0.0-beta.7-db862f6(transitive)
- Removed@formkit/utils@1.0.0-beta.7-b0764b8(transitive)