@formkit/inputs
Advanced tools
Comparing version 1.7.0-dbe64ca to 1.7.0-e225f13
@@ -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.7.0-dbe64ca", | ||
"version": "1.7.0-e225f13", | ||
"description": "Commonly shared types for FormKit", | ||
@@ -39,4 +39,4 @@ "main": "dist/index.cjs", | ||
"dependencies": { | ||
"@formkit/core": "1.7.0-dbe64ca", | ||
"@formkit/utils": "1.7.0-dbe64ca" | ||
"@formkit/core": "1.7.0-e225f13", | ||
"@formkit/utils": "1.7.0-e225f13" | ||
}, | ||
@@ -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
713374
8186
+ Added@formkit/core@1.7.0-e225f13(transitive)
+ Added@formkit/utils@1.7.0-e225f13(transitive)
- Removed@formkit/core@1.7.0-dbe64ca(transitive)
- Removed@formkit/utils@1.7.0-dbe64ca(transitive)
Updated@formkit/core@1.7.0-e225f13
Updated@formkit/utils@1.7.0-e225f13