@vaadin/custom-field
Advanced tools
Comparing version 23.2.0-alpha6 to 23.2.0-beta1
{ | ||
"name": "@vaadin/custom-field", | ||
"version": "23.2.0-alpha6", | ||
"version": "23.2.0-beta1", | ||
"publishConfig": { | ||
@@ -38,23 +38,23 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "23.2.0-alpha6", | ||
"@vaadin/field-base": "23.2.0-alpha6", | ||
"@vaadin/vaadin-lumo-styles": "23.2.0-alpha6", | ||
"@vaadin/vaadin-material-styles": "23.2.0-alpha6", | ||
"@vaadin/vaadin-themable-mixin": "23.2.0-alpha6" | ||
"@vaadin/component-base": "23.2.0-beta1", | ||
"@vaadin/field-base": "23.2.0-beta1", | ||
"@vaadin/vaadin-lumo-styles": "23.2.0-beta1", | ||
"@vaadin/vaadin-material-styles": "23.2.0-beta1", | ||
"@vaadin/vaadin-themable-mixin": "23.2.0-beta1" | ||
}, | ||
"devDependencies": { | ||
"@esm-bundle/chai": "^4.3.4", | ||
"@vaadin/combo-box": "23.2.0-alpha6", | ||
"@vaadin/date-picker": "23.2.0-alpha6", | ||
"@vaadin/email-field": "23.2.0-alpha6", | ||
"@vaadin/form-layout": "23.2.0-alpha6", | ||
"@vaadin/list-box": "23.2.0-alpha6", | ||
"@vaadin/number-field": "23.2.0-alpha6", | ||
"@vaadin/password-field": "23.2.0-alpha6", | ||
"@vaadin/polymer-legacy-adapter": "23.2.0-alpha6", | ||
"@vaadin/select": "23.2.0-alpha6", | ||
"@vaadin/combo-box": "23.2.0-beta1", | ||
"@vaadin/date-picker": "23.2.0-beta1", | ||
"@vaadin/email-field": "23.2.0-beta1", | ||
"@vaadin/form-layout": "23.2.0-beta1", | ||
"@vaadin/list-box": "23.2.0-beta1", | ||
"@vaadin/number-field": "23.2.0-beta1", | ||
"@vaadin/password-field": "23.2.0-beta1", | ||
"@vaadin/polymer-legacy-adapter": "23.2.0-beta1", | ||
"@vaadin/select": "23.2.0-beta1", | ||
"@vaadin/testing-helpers": "^0.3.2", | ||
"@vaadin/text-area": "23.2.0-alpha6", | ||
"@vaadin/text-field": "23.2.0-alpha6", | ||
"@vaadin/time-picker": "23.2.0-alpha6", | ||
"@vaadin/text-area": "23.2.0-beta1", | ||
"@vaadin/text-field": "23.2.0-beta1", | ||
"@vaadin/time-picker": "23.2.0-beta1", | ||
"sinon": "^13.0.2" | ||
@@ -66,3 +66,3 @@ }, | ||
], | ||
"gitHead": "61f1fb56953434e97d34a8819640064301dd3d8a" | ||
"gitHead": "82ff7254f27a1a089367e4dd005f63879e33c188" | ||
} |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/custom-field", | ||
"version": "23.2.0-alpha6", | ||
"version": "23.2.0-beta1", | ||
"description-markup": "markdown", | ||
@@ -81,3 +81,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. Use the [`i18n`](https://cdn.vaadin.com/vaadin-web-components/23.2.0-alpha6/#/elements/vaadin-custom-field#property-i18n)\nproperty 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. Use the [`i18n`](https://cdn.vaadin.com/vaadin-web-components/23.2.0-beta1/#/elements/vaadin-custom-field#property-i18n)\nproperty to customize this behavior.", | ||
"value": { | ||
@@ -173,3 +173,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. Use the [`i18n`](https://cdn.vaadin.com/vaadin-web-components/23.2.0-alpha6/#/elements/vaadin-custom-field#property-i18n)\nproperty 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. Use the [`i18n`](https://cdn.vaadin.com/vaadin-web-components/23.2.0-beta1/#/elements/vaadin-custom-field#property-i18n)\nproperty to customize this behavior.", | ||
"value": { | ||
@@ -176,0 +176,0 @@ "type": [ |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/custom-field", | ||
"version": "23.2.0-alpha6", | ||
"version": "23.2.0-beta1", | ||
"description-markup": "markdown", | ||
@@ -66,3 +66,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. Use the [`i18n`](https://cdn.vaadin.com/vaadin-web-components/23.2.0-alpha6/#/elements/vaadin-custom-field#property-i18n)\nproperty 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. Use the [`i18n`](https://cdn.vaadin.com/vaadin-web-components/23.2.0-beta1/#/elements/vaadin-custom-field#property-i18n)\nproperty to customize this behavior.", | ||
"value": { | ||
@@ -69,0 +69,0 @@ "kind": "expression" |
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
53065
+ Added@vaadin/component-base@23.2.0-beta1(transitive)
+ Added@vaadin/field-base@23.2.0-beta1(transitive)
+ Added@vaadin/icon@23.2.0-beta1(transitive)
+ Added@vaadin/vaadin-lumo-styles@23.2.0-beta1(transitive)
+ Added@vaadin/vaadin-material-styles@23.2.0-beta1(transitive)
+ Added@vaadin/vaadin-themable-mixin@23.2.0-beta1(transitive)
- Removed@vaadin/component-base@23.2.0-alpha6(transitive)
- Removed@vaadin/field-base@23.2.0-alpha6(transitive)
- Removed@vaadin/icon@23.2.0-alpha6(transitive)
- Removed@vaadin/vaadin-lumo-styles@23.2.0-alpha6(transitive)
- Removed@vaadin/vaadin-material-styles@23.2.0-alpha6(transitive)
- Removed@vaadin/vaadin-themable-mixin@23.2.0-alpha6(transitive)