@formkit/inputs
Advanced tools
Comparing version 1.7.0-26a2858 to 1.7.0-2d07d58
@@ -97,3 +97,3 @@ import { | ||
icons: { | ||
decorator: 'check', | ||
checkboxDecorator: 'check', | ||
}, | ||
@@ -100,0 +100,0 @@ /** |
@@ -99,3 +99,3 @@ import type { FormKitTypeDefinition } from '@formkit/core' | ||
icons: { | ||
decorator: 'check', | ||
checkboxDecorator: 'check', | ||
}, | ||
@@ -102,0 +102,0 @@ /** |
@@ -73,2 +73,23 @@ import { | ||
/** | ||
* Default icons for the input. | ||
*/ | ||
icons: { | ||
/** | ||
* The icon to show when there are no files selected. | ||
*/ | ||
noFiles: 'noFiles', | ||
/** | ||
* The icon to show when a file is selected. | ||
*/ | ||
fileItem: 'fileItem', | ||
/** | ||
* The icon to show when a file is removed. | ||
*/ | ||
fileRemove: 'fileRemove', | ||
}, | ||
/** | ||
* An array of messages to create and expose to props to accept for this input. | ||
*/ | ||
localize: ['remove', 'removeAll', 'noFiles'], | ||
/** | ||
* Additional features that should be added to your input | ||
@@ -75,0 +96,0 @@ */ |
@@ -75,2 +75,23 @@ import type { FormKitTypeDefinition } from '@formkit/core' | ||
/** | ||
* Default icons for the input. | ||
*/ | ||
icons: { | ||
/** | ||
* The icon to show when there are no files selected. | ||
*/ | ||
noFiles: 'noFiles', | ||
/** | ||
* The icon to show when a file is selected. | ||
*/ | ||
fileItem: 'fileItem', | ||
/** | ||
* The icon to show when a file is removed. | ||
*/ | ||
fileRemove: 'fileRemove', | ||
}, | ||
/** | ||
* An array of messages to create and expose to props to accept for this input. | ||
*/ | ||
localize: ['remove', 'removeAll', 'noFiles'], | ||
/** | ||
* Additional features that should be added to your input | ||
@@ -77,0 +98,0 @@ */ |
@@ -28,2 +28,6 @@ import { | ||
/** | ||
* An array of messages to create and expose to props to accept for this input. | ||
*/ | ||
localize: ['submit', 'incomplete'], | ||
/** | ||
* An array of extra props to accept for this input. | ||
@@ -30,0 +34,0 @@ */ |
@@ -30,2 +30,6 @@ import type { FormKitTypeDefinition } from '@formkit/core' | ||
/** | ||
* An array of messages to create and expose to props to accept for this input. | ||
*/ | ||
localize: ['submit', 'incomplete'], | ||
/** | ||
* An array of extra props to accept for this input. | ||
@@ -32,0 +36,0 @@ */ |
@@ -93,3 +93,3 @@ import { | ||
icons: { | ||
decorator: 'circle', | ||
radioDecorator: 'circle', | ||
}, | ||
@@ -96,0 +96,0 @@ /** |
@@ -95,3 +95,3 @@ import type { FormKitTypeDefinition } from '@formkit/core' | ||
icons: { | ||
decorator: 'circle', | ||
radioDecorator: 'circle', | ||
}, | ||
@@ -98,0 +98,0 @@ /** |
{ | ||
"name": "@formkit/inputs", | ||
"type": "module", | ||
"version": "1.7.0-26a2858", | ||
"version": "1.7.0-2d07d58", | ||
"description": "Commonly shared types for FormKit", | ||
@@ -39,4 +39,4 @@ "main": "dist/index.cjs", | ||
"dependencies": { | ||
"@formkit/core": "1.7.0-26a2858", | ||
"@formkit/utils": "1.7.0-26a2858" | ||
"@formkit/core": "1.7.0-2d07d58", | ||
"@formkit/utils": "1.7.0-2d07d58" | ||
}, | ||
@@ -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
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
719522
8293
+ Added@formkit/core@1.7.0-2d07d58(transitive)
+ Added@formkit/utils@1.7.0-2d07d58(transitive)
- Removed@formkit/core@1.7.0-26a2858(transitive)
- Removed@formkit/utils@1.7.0-26a2858(transitive)
Updated@formkit/core@1.7.0-2d07d58
Updated@formkit/utils@1.7.0-2d07d58