@vaadin/list-box
Advanced tools
Comparing version 23.2.0 to 23.3.0-alpha1
{ | ||
"name": "@vaadin/list-box", | ||
"version": "23.2.0", | ||
"version": "23.3.0-alpha1", | ||
"publishConfig": { | ||
@@ -39,8 +39,8 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "^23.2.0", | ||
"@vaadin/item": "^23.2.0", | ||
"@vaadin/vaadin-list-mixin": "^23.2.0", | ||
"@vaadin/vaadin-lumo-styles": "^23.2.0", | ||
"@vaadin/vaadin-material-styles": "^23.2.0", | ||
"@vaadin/vaadin-themable-mixin": "^23.2.0" | ||
"@vaadin/component-base": "23.3.0-alpha1", | ||
"@vaadin/item": "23.3.0-alpha1", | ||
"@vaadin/vaadin-list-mixin": "23.3.0-alpha1", | ||
"@vaadin/vaadin-lumo-styles": "23.3.0-alpha1", | ||
"@vaadin/vaadin-material-styles": "23.3.0-alpha1", | ||
"@vaadin/vaadin-themable-mixin": "23.3.0-alpha1" | ||
}, | ||
@@ -56,3 +56,3 @@ "devDependencies": { | ||
], | ||
"gitHead": "8b1f5941f26ac41ca038e75e24c8584e331bc7a8" | ||
"gitHead": "beabc527d4b1274eb798ff701d406fed45cfe638" | ||
} |
@@ -9,2 +9,3 @@ /** | ||
import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js'; | ||
import { TooltipController } from '@vaadin/component-base/src/tooltip-controller.js'; | ||
import { MultiSelectListMixin } from '@vaadin/vaadin-list-mixin/vaadin-multi-select-list-mixin.js'; | ||
@@ -67,2 +68,4 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js'; | ||
</div> | ||
<slot name="tooltip"></slot> | ||
`; | ||
@@ -103,2 +106,5 @@ } | ||
setTimeout(this._checkImport.bind(this), 2000); | ||
this._tooltipController = new TooltipController(this); | ||
this.addController(this._tooltipController); | ||
} | ||
@@ -105,0 +111,0 @@ |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/list-box", | ||
"version": "23.2.0", | ||
"version": "23.3.0-alpha1", | ||
"description-markup": "markdown", | ||
@@ -91,2 +91,10 @@ "contributions": { | ||
"description": "Fired when the selection is changed.\nNot fired in single selection mode." | ||
}, | ||
{ | ||
"name": "items-changed", | ||
"description": "Fired when the `items` property changes." | ||
}, | ||
{ | ||
"name": "selectedValues-changed", | ||
"description": "Fired when the `selectedValues` property changes." | ||
} | ||
@@ -93,0 +101,0 @@ ] |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/list-box", | ||
"version": "23.2.0", | ||
"version": "23.3.0-alpha1", | ||
"description-markup": "markdown", | ||
@@ -56,2 +56,16 @@ "framework": "lit", | ||
} | ||
}, | ||
{ | ||
"name": "@items-changed", | ||
"description": "Fired when the `items` property changes.", | ||
"value": { | ||
"kind": "expression" | ||
} | ||
}, | ||
{ | ||
"name": "@selectedValues-changed", | ||
"description": "Fired when the `selectedValues` property changes.", | ||
"value": { | ||
"kind": "expression" | ||
} | ||
} | ||
@@ -58,0 +72,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
29111
422
1
+ Added@lit-labs/ssr-dom-shim@1.2.1(transitive)
+ Added@vaadin/component-base@23.3.0-alpha1(transitive)
+ Added@vaadin/icon@23.3.0-alpha1(transitive)
+ Added@vaadin/item@23.3.0-alpha1(transitive)
+ Added@vaadin/vaadin-list-mixin@23.3.0-alpha1(transitive)
+ Added@vaadin/vaadin-lumo-styles@23.3.0-alpha1(transitive)
+ Added@vaadin/vaadin-material-styles@23.3.0-alpha1(transitive)
+ Added@vaadin/vaadin-themable-mixin@23.3.0-alpha1(transitive)
- Removed@lit-labs/ssr-dom-shim@1.3.0(transitive)
- Removed@vaadin/component-base@23.5.11(transitive)
- Removed@vaadin/icon@23.5.11(transitive)
- Removed@vaadin/item@23.5.11(transitive)
- Removed@vaadin/vaadin-list-mixin@23.5.11(transitive)
- Removed@vaadin/vaadin-lumo-styles@23.5.11(transitive)
- Removed@vaadin/vaadin-material-styles@23.5.11(transitive)
- Removed@vaadin/vaadin-themable-mixin@23.5.11(transitive)
Updated@vaadin/item@23.3.0-alpha1