@formkit/inputs
Advanced tools
Comparing version 1.6.2 to 1.7.0-0c342d4
@@ -12,3 +12,2 @@ import { | ||
buttonLabel, | ||
localize, | ||
ignores, | ||
@@ -51,5 +50,9 @@ } from '../index.mjs' | ||
/** | ||
* An array of messages to create and expose to props to accept for this input. | ||
*/ | ||
localize: ['submit'], | ||
/** | ||
* Additional features that should be added to your input | ||
*/ | ||
features: [localize('submit'), ignores], | ||
features: [ignores], | ||
/** | ||
@@ -56,0 +59,0 @@ * A key to use for memoizing the schema. This is used to prevent the schema |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -13,3 +13,2 @@ outer, | ||
buttonLabel, | ||
localize, | ||
ignores, | ||
@@ -53,5 +52,9 @@ } from '../index.mjs' | ||
/** | ||
* An array of messages to create and expose to props to accept for this input. | ||
*/ | ||
localize: ['submit'], | ||
/** | ||
* Additional features that should be added to your input | ||
*/ | ||
features: [localize('submit'), ignores], | ||
features: [ignores], | ||
/** | ||
@@ -58,0 +61,0 @@ * A key to use for memoizing the schema. This is used to prevent the schema |
@@ -94,2 +94,8 @@ import { | ||
/** | ||
* The default icons to load in their respective icon section. | ||
*/ | ||
icons: { | ||
decorator: 'check', | ||
}, | ||
/** | ||
* Additional features that should be added to your input | ||
@@ -96,0 +102,0 @@ */ |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -96,2 +96,8 @@ outer, | ||
/** | ||
* The default icons to load in their respective icon section. | ||
*/ | ||
icons: { | ||
decorator: 'check', | ||
}, | ||
/** | ||
* Additional features that should be added to your input | ||
@@ -98,0 +104,0 @@ */ |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -3,0 +3,0 @@ outer, |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -3,0 +3,0 @@ outer, |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -3,0 +3,0 @@ outer, |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -3,0 +3,0 @@ outer, |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -3,0 +3,0 @@ outer, |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -3,0 +3,0 @@ formInput, |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { fragment, disablesChildren, renamesRadios } from '../index.mjs' | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ |
import { FormKitTypeDefinition } from '@formkit/core' |
import type { FormKitTypeDefinition } from '@formkit/core' |
import { textInput, casts } from '../index.mjs' |
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { fragment, disablesChildren, renamesRadios } from '../index.mjs' | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { fragment } from '../index.mjs' | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -3,0 +3,0 @@ outer, |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -3,0 +3,0 @@ outer, |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -3,0 +3,0 @@ outer, |
@@ -90,2 +90,8 @@ import { | ||
/** | ||
* The default icons to load in their respective icon section. | ||
*/ | ||
icons: { | ||
decorator: 'circle', | ||
}, | ||
/** | ||
* An array of extra props to accept for this input. | ||
@@ -92,0 +98,0 @@ */ |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -92,2 +92,8 @@ outer, | ||
/** | ||
* The default icons to load in their respective icon section. | ||
*/ | ||
icons: { | ||
decorator: 'circle', | ||
}, | ||
/** | ||
* An array of extra props to accept for this input. | ||
@@ -94,0 +100,0 @@ */ |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -3,0 +3,0 @@ outer, |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -3,0 +3,0 @@ outer, |
@@ -65,2 +65,8 @@ import { | ||
/** | ||
* The default icons to load in their respective icon section. | ||
*/ | ||
icons: { | ||
select: 'down', | ||
}, | ||
/** | ||
* Additional features that should be added to your input | ||
@@ -67,0 +73,0 @@ */ |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -67,2 +67,8 @@ outer, | ||
/** | ||
* The default icons to load in their respective icon section. | ||
*/ | ||
icons: { | ||
select: 'down', | ||
}, | ||
/** | ||
* Additional features that should be added to your input | ||
@@ -69,0 +75,0 @@ */ |
@@ -12,3 +12,2 @@ import { | ||
buttonLabel, | ||
localize, | ||
ignores, | ||
@@ -51,5 +50,9 @@ } from '../index.mjs' | ||
/** | ||
* An array of messages to create and expose to props to accept for this input. | ||
*/ | ||
localize: ['submit'], | ||
/** | ||
* Additional features that should be added to your input | ||
*/ | ||
features: [localize('submit'), ignores], | ||
features: [ignores], | ||
/** | ||
@@ -56,0 +59,0 @@ * A key to use for memoizing the schema. This is used to prevent the schema |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -13,3 +13,2 @@ outer, | ||
buttonLabel, | ||
localize, | ||
ignores, | ||
@@ -53,5 +52,9 @@ } from '../index.mjs' | ||
/** | ||
* An array of messages to create and expose to props to accept for this input. | ||
*/ | ||
localize: ['submit'], | ||
/** | ||
* Additional features that should be added to your input | ||
*/ | ||
features: [localize('submit'), ignores], | ||
features: [ignores], | ||
/** | ||
@@ -58,0 +61,0 @@ * A key to use for memoizing the schema. This is used to prevent the schema |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -3,0 +3,0 @@ outer, |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -3,0 +3,0 @@ outer, |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -3,0 +3,0 @@ outer, |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -3,0 +3,0 @@ outer, |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -3,0 +3,0 @@ outer, |
@@ -1,2 +0,2 @@ | ||
import { FormKitTypeDefinition } from '@formkit/core' | ||
import type { FormKitTypeDefinition } from '@formkit/core' | ||
import { | ||
@@ -3,0 +3,0 @@ outer, |
{ | ||
"name": "@formkit/inputs", | ||
"type": "module", | ||
"version": "1.6.2", | ||
"version": "1.7.0-0c342d4", | ||
"description": "Commonly shared types for FormKit", | ||
@@ -39,4 +39,4 @@ "main": "dist/index.cjs", | ||
"dependencies": { | ||
"@formkit/core": "1.6.2", | ||
"@formkit/utils": "1.6.2" | ||
"@formkit/core": "1.7.0-0c342d4", | ||
"@formkit/utils": "1.7.0-0c342d4" | ||
}, | ||
@@ -43,0 +43,0 @@ "scripts": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
713374
8186
2
+ Added@formkit/core@1.7.0-0c342d4(transitive)
+ Added@formkit/utils@1.7.0-0c342d4(transitive)
- Removed@formkit/core@1.6.2(transitive)
- Removed@formkit/utils@1.6.2(transitive)
Updated@formkit/core@1.7.0-0c342d4
Updated@formkit/utils@1.7.0-0c342d4