@formkit/pro
Advanced tools
Comparing version 1.0.0-alpha.37-0ef8ba8 to 1.0.0-alpha.37-8018fed
@@ -60,2 +60,8 @@ import { FormKitExtendableSchemaRoot } from '@formkit/core'; | ||
/** | ||
* Input definition for a datepicker input. | ||
* @public | ||
*/ | ||
export declare const datepicker: FormKitProInput; | ||
/** | ||
* Input definition for a dropdown input. | ||
@@ -109,3 +115,5 @@ * @public | ||
autocomplete, | ||
taglist | ||
datepicker, | ||
taglist, | ||
mask | ||
} | ||
@@ -116,2 +124,8 @@ } | ||
/** | ||
* Input definition for a mask input. | ||
* @public | ||
*/ | ||
export declare const mask: FormKitProInput; | ||
/** | ||
* Input definition for a rating input. | ||
@@ -118,0 +132,0 @@ * @public |
{ | ||
"name": "@formkit/pro", | ||
"version": "1.0.0-alpha.37-0ef8ba8", | ||
"version": "1.0.0-alpha.37-8018fed", | ||
"description": "FormKit Pro — Form inputs and tools for high quality forms.", | ||
@@ -40,5 +40,5 @@ "main": "index.cjs", | ||
"dependencies": { | ||
"@formkit/inputs": "next" | ||
"@formkit/inputs": "latest" | ||
}, | ||
"type": "module" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
266448
23
1785
+ Added@formkit/core@1.6.9(transitive)
+ Added@formkit/inputs@1.6.9(transitive)
+ Added@formkit/utils@1.6.9(transitive)
- Removed@formkit/core@1.7.0-dbe64ca(transitive)
- Removed@formkit/inputs@1.7.0-dbe64ca(transitive)
- Removed@formkit/utils@1.7.0-dbe64ca(transitive)
Updated@formkit/inputs@latest