@formkit/rules
Advanced tools
@@ -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-f176425", | ||
"version": "1.0.0-beta.6-f937439", | ||
"type": "module", | ||
@@ -37,6 +37,6 @@ "description": "Validation rules for FormKit", | ||
"dependencies": { | ||
"@formkit/core": "1.0.0-beta.6-f176425", | ||
"@formkit/utils": "1.0.0-beta.6-f176425", | ||
"@formkit/validation": "1.0.0-beta.6-f176425" | ||
"@formkit/core": "1.0.0-beta.6-f937439", | ||
"@formkit/utils": "1.0.0-beta.6-f937439", | ||
"@formkit/validation": "1.0.0-beta.6-f937439" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
26045
4.6%746
4.63%