@vaadin/custom-field
Advanced tools
Comparing version 24.7.0-alpha1 to 24.7.0-alpha2
{ | ||
"name": "@vaadin/custom-field", | ||
"version": "24.7.0-alpha1", | ||
"version": "24.7.0-alpha2", | ||
"publishConfig": { | ||
@@ -39,23 +39,23 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/a11y-base": "24.7.0-alpha1", | ||
"@vaadin/component-base": "24.7.0-alpha1", | ||
"@vaadin/field-base": "24.7.0-alpha1", | ||
"@vaadin/vaadin-lumo-styles": "24.7.0-alpha1", | ||
"@vaadin/vaadin-material-styles": "24.7.0-alpha1", | ||
"@vaadin/vaadin-themable-mixin": "24.7.0-alpha1", | ||
"@vaadin/a11y-base": "24.7.0-alpha2", | ||
"@vaadin/component-base": "24.7.0-alpha2", | ||
"@vaadin/field-base": "24.7.0-alpha2", | ||
"@vaadin/vaadin-lumo-styles": "24.7.0-alpha2", | ||
"@vaadin/vaadin-material-styles": "24.7.0-alpha2", | ||
"@vaadin/vaadin-themable-mixin": "24.7.0-alpha2", | ||
"lit": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@vaadin/chai-plugins": "24.7.0-alpha1", | ||
"@vaadin/combo-box": "24.7.0-alpha1", | ||
"@vaadin/date-picker": "24.7.0-alpha1", | ||
"@vaadin/email-field": "24.7.0-alpha1", | ||
"@vaadin/form-layout": "24.7.0-alpha1", | ||
"@vaadin/number-field": "24.7.0-alpha1", | ||
"@vaadin/password-field": "24.7.0-alpha1", | ||
"@vaadin/select": "24.7.0-alpha1", | ||
"@vaadin/chai-plugins": "24.7.0-alpha2", | ||
"@vaadin/combo-box": "24.7.0-alpha2", | ||
"@vaadin/date-picker": "24.7.0-alpha2", | ||
"@vaadin/email-field": "24.7.0-alpha2", | ||
"@vaadin/form-layout": "24.7.0-alpha2", | ||
"@vaadin/number-field": "24.7.0-alpha2", | ||
"@vaadin/password-field": "24.7.0-alpha2", | ||
"@vaadin/select": "24.7.0-alpha2", | ||
"@vaadin/testing-helpers": "^1.0.0", | ||
"@vaadin/text-area": "24.7.0-alpha1", | ||
"@vaadin/text-field": "24.7.0-alpha1", | ||
"@vaadin/time-picker": "24.7.0-alpha1", | ||
"@vaadin/text-area": "24.7.0-alpha2", | ||
"@vaadin/text-field": "24.7.0-alpha2", | ||
"@vaadin/time-picker": "24.7.0-alpha2", | ||
"sinon": "^18.0.0" | ||
@@ -67,3 +67,3 @@ }, | ||
], | ||
"gitHead": "04be941c9a7b659871c97f31b9cc3ffd7528087b" | ||
"gitHead": "e2523f9b4abc5a9586fb758166f823dc40c399dd" | ||
} |
@@ -59,2 +59,3 @@ /** | ||
notify: true, | ||
sync: true, | ||
}, | ||
@@ -61,0 +62,0 @@ |
@@ -41,3 +41,3 @@ /** | ||
<div class="inputs-wrapper" @change="${this._onInputChange}"> | ||
<div class="inputs-wrapper" part="input-fields" @change="${this._onInputChange}"> | ||
<slot id="slot"></slot> | ||
@@ -44,0 +44,0 @@ </div> |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/custom-field", | ||
"version": "24.7.0-alpha1", | ||
"version": "24.7.0-alpha2", | ||
"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.7.0-alpha1/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.7.0-alpha1/#/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.7.0-alpha2/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.7.0-alpha2/#/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.7.0-alpha1/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.7.0-alpha1/#/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.7.0-alpha2/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.7.0-alpha2/#/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.7.0-alpha1", | ||
"version": "24.7.0-alpha2", | ||
"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.7.0-alpha1/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.7.0-alpha1/#/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.7.0-alpha2/#/elements/vaadin-custom-field#property-formatValue)\nand [`parseValue`](https://cdn.vaadin.com/vaadin-web-components/24.7.0-alpha2/#/elements/vaadin-custom-field#property-parseValue)\nproperties to customize this behavior.", | ||
"value": { | ||
@@ -90,0 +90,0 @@ "kind": "expression" |
66285
1292
+ Added@vaadin/a11y-base@24.7.0-alpha2(transitive)
+ Added@vaadin/component-base@24.7.0-alpha2(transitive)
+ Added@vaadin/field-base@24.7.0-alpha2(transitive)
+ Added@vaadin/icon@24.7.0-alpha2(transitive)
+ Added@vaadin/vaadin-lumo-styles@24.7.0-alpha2(transitive)
+ Added@vaadin/vaadin-material-styles@24.7.0-alpha2(transitive)
+ Added@vaadin/vaadin-themable-mixin@24.7.0-alpha2(transitive)
- Removed@vaadin/a11y-base@24.7.0-alpha1(transitive)
- Removed@vaadin/component-base@24.7.0-alpha1(transitive)
- Removed@vaadin/field-base@24.7.0-alpha1(transitive)
- Removed@vaadin/icon@24.7.0-alpha1(transitive)
- Removed@vaadin/vaadin-lumo-styles@24.7.0-alpha1(transitive)
- Removed@vaadin/vaadin-material-styles@24.7.0-alpha1(transitive)
- Removed@vaadin/vaadin-themable-mixin@24.7.0-alpha1(transitive)