@formkit/inputs
Advanced tools
Comparing version 1.7.0-53cac22 to 1.7.0-7a4c695
@@ -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'], | ||
/** | ||
* 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'], | ||
/** | ||
* An array of extra props to accept for this input. | ||
@@ -32,0 +36,0 @@ */ |
{ | ||
"name": "@formkit/inputs", | ||
"type": "module", | ||
"version": "1.7.0-53cac22", | ||
"version": "1.7.0-7a4c695", | ||
"description": "Commonly shared types for FormKit", | ||
@@ -39,4 +39,4 @@ "main": "dist/index.cjs", | ||
"dependencies": { | ||
"@formkit/core": "1.7.0-53cac22", | ||
"@formkit/utils": "1.7.0-53cac22" | ||
"@formkit/core": "1.7.0-7a4c695", | ||
"@formkit/utils": "1.7.0-7a4c695" | ||
}, | ||
@@ -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
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
720276
8359
+ Added@formkit/core@1.7.0-7a4c695(transitive)
+ Added@formkit/utils@1.7.0-7a4c695(transitive)
- Removed@formkit/core@1.7.0-53cac22(transitive)
- Removed@formkit/utils@1.7.0-53cac22(transitive)
Updated@formkit/core@1.7.0-7a4c695
Updated@formkit/utils@1.7.0-7a4c695