Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@formkit/pro

Package Overview
Dependencies
Maintainers
4
Versions
495
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formkit/pro - npm Package Compare versions

Comparing version 0.124.2 to 0.125.0-3d39759

13

autocomplete/autocomplete.ts

@@ -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 @@ */

13

colorpicker/colorpicker.ts

@@ -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 @@ */

5

currency/currency.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc