@formkit/pro
Advanced tools
Comparing version 0.124.2 to 0.125.0-3d39759
@@ -124,2 +124,15 @@ import { options, defaultIcon, localize } from '@formkit/inputs' | ||
/** | ||
* The default icons to load in their respective icon section. | ||
*/ | ||
icons: { | ||
select: 'select', | ||
close: 'close', | ||
check: 'check', | ||
spinner: 'spinner', | ||
}, | ||
/** | ||
* An array of messages to create and expose to props to accept for this input. | ||
*/ | ||
localize: ['isLoading', 'loadMore', 'remove', 'open', 'close'], | ||
/** | ||
* Additional features that make this input work. | ||
@@ -126,0 +139,0 @@ */ |
@@ -135,6 +135,17 @@ import { FormKitProInput } from '@formkit/pro' | ||
/** | ||
* In the dropdown family of inputs. | ||
* In the text family of inputs. | ||
*/ | ||
family: 'text', | ||
/** | ||
* The default icons to load in their respective icon section. | ||
*/ | ||
icons: { | ||
close: 'close', | ||
color: 'color', | ||
}, | ||
/** | ||
* An array of messages to create and expose to props to accept for this input. | ||
*/ | ||
localize: ['close', 'next'], | ||
/** | ||
* An array of extra props to accept for this input. | ||
@@ -141,0 +152,0 @@ */ |
@@ -37,5 +37,6 @@ import { FormKitProInput } from '@formkit/pro' | ||
type: 'input', | ||
/** | ||
* In the text family of inputs. | ||
*/ | ||
family: 'text', | ||
/** | ||
@@ -42,0 +43,0 @@ * An array of extra props to accept for this input. |
@@ -125,2 +125,15 @@ import { FormKitProInput } from '@formkit/pro' | ||
/** | ||
* The default icons to load in their respective icon section. | ||
*/ | ||
icons: { | ||
close: 'close', | ||
right: 'right', | ||
left: 'left', | ||
date: 'date', | ||
}, | ||
/** | ||
* An array of messages to create and expose to props to accept for this input. | ||
*/ | ||
localize: ['next', 'prev', 'changeDate', 'chooseDate'], | ||
/** | ||
* An array of extra props to accept for this input. | ||
@@ -127,0 +140,0 @@ */ |
@@ -134,2 +134,15 @@ import { FormKitProInput } from '@formkit/pro' | ||
/** | ||
* The default icons to load in their respective icon section. | ||
*/ | ||
icons: { | ||
select: 'select', | ||
close: 'close', | ||
check: 'check', | ||
spinner: 'spinner', | ||
}, | ||
/** | ||
* An array of messages to create and expose to props to accept for this input. | ||
*/ | ||
localize: ['isLoading', 'loadMore', 'remove'], | ||
/** | ||
* Additional features that make this input work. | ||
@@ -136,0 +149,0 @@ */ |
@@ -1557,4 +1557,4 @@ import type { AllReals } from '@formkit/inputs'; | ||
displayLocale?: string | ||
decimals?: Bool | number | ||
minDecimals?: number | ||
decimals?: Bool | number | string | ||
minDecimals?: number | string | ||
min?: number | ||
@@ -1574,4 +1574,4 @@ max?: number | ||
displayLocale?: string | ||
decimals?: Bool | number | ||
minDecimals?: number | ||
decimals?: Bool | number | string | ||
minDecimals?: number | string | ||
min?: number | ||
@@ -1578,0 +1578,0 @@ max?: number |
{ | ||
"name": "@formkit/pro", | ||
"version": "0.124.2", | ||
"version": "0.125.0-3d39759", | ||
"description": "FormKit Pro — Form inputs and tools for high quality forms.", | ||
@@ -5,0 +5,0 @@ "main": "index.cjs", |
@@ -71,2 +71,8 @@ import { defaultIcon } from '@formkit/inputs' | ||
/** | ||
* The default icons to load in their respective icon section. | ||
*/ | ||
icons: { | ||
star: 'star', | ||
}, | ||
/** | ||
* Additional features that make this input work. | ||
@@ -73,0 +79,0 @@ */ |
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
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
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
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
5776
731909