@formkit/rules
Advanced tools
Comparing version 1.0.0-beta.6-64d0bd8 to 1.0.0-beta.6-7b795cd
@@ -18,2 +18,9 @@ import { FormKitValidationRule } from '@formkit/validation'; | ||
/** | ||
* Determine if the given input's value is only alpha characters. | ||
* @param context - The FormKitValidationContext | ||
* @public | ||
*/ | ||
export declare const alpha_spaces: FormKitValidationRule; | ||
/** | ||
* Determine if the given input's value is only alpha or numeric characters. | ||
@@ -20,0 +27,0 @@ * @param context - The FormKitValidationContext |
{ | ||
"name": "@formkit/rules", | ||
"version": "1.0.0-beta.6-64d0bd8", | ||
"version": "1.0.0-beta.6-7b795cd", | ||
"type": "module", | ||
@@ -37,6 +37,6 @@ "description": "Validation rules for FormKit", | ||
"dependencies": { | ||
"@formkit/core": "1.0.0-beta.6-64d0bd8", | ||
"@formkit/utils": "1.0.0-beta.6-64d0bd8", | ||
"@formkit/validation": "1.0.0-beta.6-64d0bd8" | ||
"@formkit/core": "1.0.0-beta.6-7b795cd", | ||
"@formkit/utils": "1.0.0-beta.6-7b795cd", | ||
"@formkit/validation": "1.0.0-beta.6-7b795cd" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
26045
746
+ Added@formkit/core@1.0.0-beta.6-7b795cd(transitive)
+ Added@formkit/observer@1.0.0-beta.6-7b795cd(transitive)
+ Added@formkit/utils@1.0.0-beta.6-7b795cd(transitive)
+ Added@formkit/validation@1.0.0-beta.6-7b795cd(transitive)
- Removed@formkit/core@1.0.0-beta.6-64d0bd8(transitive)
- Removed@formkit/observer@1.0.0-beta.6-64d0bd8(transitive)
- Removed@formkit/utils@1.0.0-beta.6-64d0bd8(transitive)
- Removed@formkit/validation@1.0.0-beta.6-64d0bd8(transitive)