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

@vaadin/custom-field

Package Overview
Dependencies
Maintainers
12
Versions
417
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/custom-field - npm Package Compare versions

Comparing version 24.5.0-rc2 to 24.6.0-alpha1

38

package.json
{
"name": "@vaadin/custom-field",
"version": "24.5.0-rc2",
"version": "24.6.0-alpha1",
"publishConfig": {

@@ -41,23 +41,23 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "24.5.0-rc2",
"@vaadin/component-base": "24.5.0-rc2",
"@vaadin/field-base": "24.5.0-rc2",
"@vaadin/vaadin-lumo-styles": "24.5.0-rc2",
"@vaadin/vaadin-material-styles": "24.5.0-rc2",
"@vaadin/vaadin-themable-mixin": "24.5.0-rc2",
"@vaadin/a11y-base": "24.6.0-alpha1",
"@vaadin/component-base": "24.6.0-alpha1",
"@vaadin/field-base": "24.6.0-alpha1",
"@vaadin/vaadin-lumo-styles": "24.6.0-alpha1",
"@vaadin/vaadin-material-styles": "24.6.0-alpha1",
"@vaadin/vaadin-themable-mixin": "24.6.0-alpha1",
"lit": "^3.0.0"
},
"devDependencies": {
"@vaadin/chai-plugins": "24.5.0-rc2",
"@vaadin/combo-box": "24.5.0-rc2",
"@vaadin/date-picker": "24.5.0-rc2",
"@vaadin/email-field": "24.5.0-rc2",
"@vaadin/form-layout": "24.5.0-rc2",
"@vaadin/number-field": "24.5.0-rc2",
"@vaadin/password-field": "24.5.0-rc2",
"@vaadin/select": "24.5.0-rc2",
"@vaadin/chai-plugins": "24.6.0-alpha1",
"@vaadin/combo-box": "24.6.0-alpha1",
"@vaadin/date-picker": "24.6.0-alpha1",
"@vaadin/email-field": "24.6.0-alpha1",
"@vaadin/form-layout": "24.6.0-alpha1",
"@vaadin/number-field": "24.6.0-alpha1",
"@vaadin/password-field": "24.6.0-alpha1",
"@vaadin/select": "24.6.0-alpha1",
"@vaadin/testing-helpers": "^1.0.0",
"@vaadin/text-area": "24.5.0-rc2",
"@vaadin/text-field": "24.5.0-rc2",
"@vaadin/time-picker": "24.5.0-rc2",
"@vaadin/text-area": "24.6.0-alpha1",
"@vaadin/text-field": "24.6.0-alpha1",
"@vaadin/time-picker": "24.6.0-alpha1",
"sinon": "^18.0.0"

@@ -69,3 +69,3 @@ },

],
"gitHead": "be5bf40aec33761c6defdb5b3093c7b6dd5d97fd"
"gitHead": "ae1fb0e6e7ce925999051c6cc62ba8476264c63f"
}

@@ -36,2 +36,3 @@ /**

* Fired on Tab keydown triggered from the internal inputs, meaning focus will not leave the inputs.
* @deprecated
*/

@@ -95,3 +96,2 @@ export type CustomFieldInternalTabEvent = Event & {

* @fires {Event} change - Fired when the user commits a value change for any of the internal inputs.
* @fires {Event} internal-tab - Fired on Tab keydown triggered from the internal inputs, meaning focus will not leave the inputs.
* @fires {CustomEvent} invalid-changed - Fired when the `invalid` property changes.

@@ -98,0 +98,0 @@ * @fires {CustomEvent} value-changed - Fired when the `value` property changes.

@@ -54,3 +54,2 @@ /**

* @fires {Event} change - Fired when the user commits a value change for any of the internal inputs.
* @fires {Event} internal-tab - Fired on Tab keydown triggered from the internal inputs, meaning focus will not leave the inputs.
* @fires {CustomEvent} invalid-changed - Fired when the `invalid` property changes.

@@ -57,0 +56,0 @@ * @fires {CustomEvent} value-changed - Fired when the `value` property changes.

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/custom-field",
"version": "24.5.0-rc2",
"version": "24.6.0-alpha1",
"description-markup": "markdown",

@@ -103,3 +103,3 @@ "contributions": {

"name": "value",
"description": "The value of the field. When wrapping several inputs, it will contain `\\t`\n(Tab character) as a delimiter indicating parts intended to be used as the\ncorresponding inputs values.\nUse the [`formatValue`](https://cdn.vaadin.com/vaadin-web-components/24.5.0-rc2/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.5.0-rc2/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
"description": "The value of the field. When wrapping several inputs, it will contain `\\t`\n(Tab character) as a delimiter indicating parts intended to be used as the\ncorresponding inputs values.\nUse the [`formatValue`](https://cdn.vaadin.com/vaadin-web-components/24.6.0-alpha1/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.6.0-alpha1/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
"value": {

@@ -217,3 +217,3 @@ "type": [

"name": "value",
"description": "The value of the field. When wrapping several inputs, it will contain `\\t`\n(Tab character) as a delimiter indicating parts intended to be used as the\ncorresponding inputs values.\nUse the [`formatValue`](https://cdn.vaadin.com/vaadin-web-components/24.5.0-rc2/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.5.0-rc2/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
"description": "The value of the field. When wrapping several inputs, it will contain `\\t`\n(Tab character) as a delimiter indicating parts intended to be used as the\ncorresponding inputs values.\nUse the [`formatValue`](https://cdn.vaadin.com/vaadin-web-components/24.6.0-alpha1/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.6.0-alpha1/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
"value": {

@@ -220,0 +220,0 @@ "type": [

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/custom-field",
"version": "24.5.0-rc2",
"version": "24.6.0-alpha1",
"description-markup": "markdown",

@@ -80,3 +80,3 @@ "framework": "lit",

"name": ".value",
"description": "The value of the field. When wrapping several inputs, it will contain `\\t`\n(Tab character) as a delimiter indicating parts intended to be used as the\ncorresponding inputs values.\nUse the [`formatValue`](https://cdn.vaadin.com/vaadin-web-components/24.5.0-rc2/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.5.0-rc2/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
"description": "The value of the field. When wrapping several inputs, it will contain `\\t`\n(Tab character) as a delimiter indicating parts intended to be used as the\ncorresponding inputs values.\nUse the [`formatValue`](https://cdn.vaadin.com/vaadin-web-components/24.6.0-alpha1/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.6.0-alpha1/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
"value": {

@@ -83,0 +83,0 @@ "kind": "expression"

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