@vaadin/multi-select-combo-box
Advanced tools
Comparing version 24.3.18 to 24.3.19
{ | ||
"name": "@vaadin/multi-select-combo-box", | ||
"version": "24.3.18", | ||
"version": "24.3.19", | ||
"publishConfig": { | ||
@@ -41,13 +41,13 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/a11y-base": "~24.3.18", | ||
"@vaadin/combo-box": "~24.3.18", | ||
"@vaadin/component-base": "~24.3.18", | ||
"@vaadin/field-base": "~24.3.18", | ||
"@vaadin/input-container": "~24.3.18", | ||
"@vaadin/item": "~24.3.18", | ||
"@vaadin/lit-renderer": "~24.3.18", | ||
"@vaadin/overlay": "~24.3.18", | ||
"@vaadin/vaadin-lumo-styles": "~24.3.18", | ||
"@vaadin/vaadin-material-styles": "~24.3.18", | ||
"@vaadin/vaadin-themable-mixin": "~24.3.18" | ||
"@vaadin/a11y-base": "~24.3.19", | ||
"@vaadin/combo-box": "~24.3.19", | ||
"@vaadin/component-base": "~24.3.19", | ||
"@vaadin/field-base": "~24.3.19", | ||
"@vaadin/input-container": "~24.3.19", | ||
"@vaadin/item": "~24.3.19", | ||
"@vaadin/lit-renderer": "~24.3.19", | ||
"@vaadin/overlay": "~24.3.19", | ||
"@vaadin/vaadin-lumo-styles": "~24.3.19", | ||
"@vaadin/vaadin-material-styles": "~24.3.19", | ||
"@vaadin/vaadin-themable-mixin": "~24.3.19" | ||
}, | ||
@@ -64,3 +64,3 @@ "devDependencies": { | ||
], | ||
"gitHead": "48c098f213c652b55cf43552226f1aa3fe521189" | ||
"gitHead": "5e9460d995aabed74fe1d92b17f45fe79c5d9f83" | ||
} |
@@ -442,3 +442,2 @@ /** | ||
type: String, | ||
value: '', | ||
observer: '_placeholderChanged', | ||
@@ -798,5 +797,8 @@ }, | ||
const tmpPlaceholder = this._mergeItemLabels(selectedItems); | ||
if (this.__tmpA11yPlaceholder === undefined) { | ||
this.__savedPlaceholder = this.placeholder; | ||
} | ||
this.__tmpA11yPlaceholder = tmpPlaceholder; | ||
this.placeholder = tmpPlaceholder; | ||
} else { | ||
} else if (this.__tmpA11yPlaceholder !== undefined) { | ||
delete this.__tmpA11yPlaceholder; | ||
@@ -803,0 +805,0 @@ this.placeholder = this.__savedPlaceholder; |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/multi-select-combo-box", | ||
"version": "24.3.18", | ||
"version": "24.3.19", | ||
"description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "contributions": { |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/multi-select-combo-box", | ||
"version": "24.3.18", | ||
"version": "24.3.19", | ||
"description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "framework": "lit", |
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
153199
3905
Updated@vaadin/a11y-base@~24.3.19
Updated@vaadin/combo-box@~24.3.19
Updated@vaadin/field-base@~24.3.19
Updated@vaadin/item@~24.3.19
Updated@vaadin/overlay@~24.3.19