@vaadin/vaadin-text-field
Advanced tools
Comparing version 2.3.0-alpha6 to 2.3.0-alpha7
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-text-field", | ||
"version": "2.3.0-alpha6", | ||
"version": "2.3.0-alpha7", | ||
"main": "vaadin-text-field.js", | ||
@@ -41,5 +41,5 @@ "author": "Vaadin Ltd", | ||
"devDependencies": { | ||
"@polymer/iron-component-page": "^3.0.0-pre.18", | ||
"@polymer/iron-form": "^3.0.0-pre.18", | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.18", | ||
"@polymer/iron-component-page": "^4.0.0", | ||
"@polymer/iron-form": "^3.0.0", | ||
"@polymer/iron-test-helpers": "^3.0.0", | ||
"@webcomponents/webcomponentsjs": "^2.0.0", | ||
@@ -46,0 +46,0 @@ "wct-browser-legacy": "^1.0.1", |
@@ -80,3 +80,3 @@ /** | ||
static get version() { | ||
return '2.3.0-alpha6'; | ||
return '2.3.0-alpha7'; | ||
} | ||
@@ -83,0 +83,0 @@ |
@@ -133,3 +133,3 @@ /** | ||
static get version() { | ||
return '2.3.0-alpha6'; | ||
return '2.3.0-alpha7'; | ||
} | ||
@@ -136,0 +136,0 @@ |
@@ -412,3 +412,3 @@ /** | ||
this._slottedInput = slotted; | ||
} else if (!this._slottedInput) { | ||
} else if (!slotted && this._slottedInput) { | ||
this._removeInputListeners(this._slottedInput); | ||
@@ -415,0 +415,0 @@ this._removeIEListeners(this._slottedInput); |
@@ -106,3 +106,3 @@ /** | ||
static get version() { | ||
return '2.3.0-alpha6'; | ||
return '2.3.0-alpha7'; | ||
} | ||
@@ -109,0 +109,0 @@ |
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
89114
34
1986