@formkit/pro
Advanced tools
Comparing version 1.0.0-alpha.30-700f8e7 to 1.0.0-alpha.31-be49533
import { default as dropdownFeature } from '../features/dropdown' | ||
import { autocompletes } from '../features/autocompletes' | ||
import { default as autocompleteFeature } from '../features/autocompletes' | ||
import { default as taglistFeature } from '../features/taglist' | ||
import { | ||
dropdownKeyHandler, | ||
dropdownDisplayHandler, | ||
getSelections, | ||
} from '../features/dropdownFeatures' | ||
@@ -103,4 +105,5 @@ import { options, defaultIcon, localize } from '@formkit/inputs' | ||
options, | ||
dropdownFeature(dropdownKeyHandler, dropdownDisplayHandler), | ||
autocompletes, | ||
taglistFeature, | ||
dropdownFeature(dropdownKeyHandler, dropdownDisplayHandler(getSelections)), | ||
autocompleteFeature(getSelections), | ||
defaultIcon('select', 'select'), | ||
@@ -107,0 +110,0 @@ defaultIcon('close', 'close'), |
@@ -8,2 +8,3 @@ import { default as dropdownFeature } from '../features/dropdown' | ||
dropdownSearch, | ||
getSelections | ||
} from '../features/dropdownFeatures' | ||
@@ -93,3 +94,3 @@ import { options, defaultIcon, localize } from '@formkit/inputs' | ||
dropdownKeyHandler, | ||
dropdownDisplayHandler, | ||
dropdownDisplayHandler(getSelections), | ||
dropdownSearch | ||
@@ -96,0 +97,0 @@ ), |
@@ -107,3 +107,4 @@ import { FormKitExtendableSchemaRoot } from '@formkit/core'; | ||
rating, | ||
autocomplete | ||
autocomplete, | ||
taglist | ||
} | ||
@@ -132,2 +133,8 @@ } | ||
/** | ||
* Input definition for a taglist input. | ||
* @public | ||
*/ | ||
export declare const taglist: FormKitProInput; | ||
/** | ||
* Input definition for a toggle input. | ||
@@ -134,0 +141,0 @@ * @public |
{ | ||
"name": "@formkit/pro", | ||
"version": "1.0.0-alpha.30-700f8e7", | ||
"version": "1.0.0-alpha.31-be49533", | ||
"description": "FormKit Pro — Form inputs and tools for high quality forms.", | ||
@@ -5,0 +5,0 @@ "main": "index.cjs", |
@@ -10,2 +10,3 @@ # FormKit Pro | ||
- Autocomplete | ||
- Taglist | ||
@@ -12,0 +13,0 @@ ## Usage |
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
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
173408
19
1267
48