New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@vaadin/custom-field

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/custom-field - npm Package Compare versions

Comparing version

to
24.8.0-alpha3

{
"name": "@vaadin/custom-field",
"version": "24.8.0-alpha2",
"version": "24.8.0-alpha3",
"publishConfig": {

@@ -39,24 +39,24 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "24.8.0-alpha2",
"@vaadin/component-base": "24.8.0-alpha2",
"@vaadin/field-base": "24.8.0-alpha2",
"@vaadin/vaadin-lumo-styles": "24.8.0-alpha2",
"@vaadin/vaadin-material-styles": "24.8.0-alpha2",
"@vaadin/vaadin-themable-mixin": "24.8.0-alpha2",
"@vaadin/a11y-base": "24.8.0-alpha3",
"@vaadin/component-base": "24.8.0-alpha3",
"@vaadin/field-base": "24.8.0-alpha3",
"@vaadin/vaadin-lumo-styles": "24.8.0-alpha3",
"@vaadin/vaadin-material-styles": "24.8.0-alpha3",
"@vaadin/vaadin-themable-mixin": "24.8.0-alpha3",
"lit": "^3.0.0"
},
"devDependencies": {
"@vaadin/chai-plugins": "24.8.0-alpha2",
"@vaadin/combo-box": "24.8.0-alpha2",
"@vaadin/date-picker": "24.8.0-alpha2",
"@vaadin/email-field": "24.8.0-alpha2",
"@vaadin/form-layout": "24.8.0-alpha2",
"@vaadin/number-field": "24.8.0-alpha2",
"@vaadin/password-field": "24.8.0-alpha2",
"@vaadin/select": "24.8.0-alpha2",
"@vaadin/test-runner-commands": "24.8.0-alpha2",
"@vaadin/chai-plugins": "24.8.0-alpha3",
"@vaadin/combo-box": "24.8.0-alpha3",
"@vaadin/date-picker": "24.8.0-alpha3",
"@vaadin/email-field": "24.8.0-alpha3",
"@vaadin/form-layout": "24.8.0-alpha3",
"@vaadin/number-field": "24.8.0-alpha3",
"@vaadin/password-field": "24.8.0-alpha3",
"@vaadin/select": "24.8.0-alpha3",
"@vaadin/test-runner-commands": "24.8.0-alpha3",
"@vaadin/testing-helpers": "^1.1.0",
"@vaadin/text-area": "24.8.0-alpha2",
"@vaadin/text-field": "24.8.0-alpha2",
"@vaadin/time-picker": "24.8.0-alpha2",
"@vaadin/text-area": "24.8.0-alpha3",
"@vaadin/text-field": "24.8.0-alpha3",
"@vaadin/time-picker": "24.8.0-alpha3",
"sinon": "^18.0.0"

@@ -68,3 +68,3 @@ },

],
"gitHead": "f48777a6e3dcf605b700305a7142145e197bb416"
"gitHead": "8c49e2337a1905ae68d0d7aee2e672500ea72343"
}
{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/custom-field",
"version": "24.8.0-alpha2",
"version": "24.8.0-alpha3",
"description-markup": "markdown",

@@ -114,3 +114,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.8.0-alpha2/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.8.0-alpha2/#/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.8.0-alpha3/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.8.0-alpha3/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
"value": {

@@ -239,3 +239,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.8.0-alpha2/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.8.0-alpha2/#/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.8.0-alpha3/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.8.0-alpha3/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
"value": {

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

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/custom-field",
"version": "24.8.0-alpha2",
"version": "24.8.0-alpha3",
"description-markup": "markdown",

@@ -87,3 +87,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.8.0-alpha2/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.8.0-alpha2/#/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.8.0-alpha3/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.8.0-alpha3/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.",
"value": {

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