@vaadin/checkbox-group
Advanced tools
Comparing version 23.2.0 to 23.3.0-alpha1
{ | ||
"name": "@vaadin/checkbox-group", | ||
"version": "23.2.0", | ||
"version": "23.3.0-alpha1", | ||
"publishConfig": { | ||
@@ -39,7 +39,7 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/checkbox": "^23.2.0", | ||
"@vaadin/component-base": "^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/checkbox": "23.3.0-alpha1", | ||
"@vaadin/component-base": "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" | ||
}, | ||
@@ -55,3 +55,3 @@ "devDependencies": { | ||
], | ||
"gitHead": "8b1f5941f26ac41ca038e75e24c8584e331bc7a8" | ||
"gitHead": "beabc527d4b1274eb798ff701d406fed45cfe638" | ||
} |
@@ -12,2 +12,3 @@ /** | ||
import { FocusMixin } from '@vaadin/component-base/src/focus-mixin.js'; | ||
import { TooltipController } from '@vaadin/component-base/src/tooltip-controller.js'; | ||
import { FieldMixin } from '@vaadin/field-base/src/field-mixin.js'; | ||
@@ -115,2 +116,4 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js'; | ||
</div> | ||
<slot name="tooltip"></slot> | ||
`; | ||
@@ -164,2 +167,5 @@ } | ||
}); | ||
this._tooltipController = new TooltipController(this); | ||
this.addController(this._tooltipController); | ||
} | ||
@@ -166,0 +172,0 @@ |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/checkbox-group", | ||
"version": "23.2.0", | ||
"version": "23.3.0-alpha1", | ||
"description-markup": "markdown", | ||
@@ -177,2 +177,6 @@ "contributions": { | ||
"description": "Fired when the `value` property changes." | ||
}, | ||
{ | ||
"name": "invalid-changed", | ||
"description": "Fired when the `invalid` property changes." | ||
} | ||
@@ -179,0 +183,0 @@ ] |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/checkbox-group", | ||
"version": "23.2.0", | ||
"version": "23.3.0-alpha1", | ||
"description-markup": "markdown", | ||
@@ -84,2 +84,9 @@ "framework": "lit", | ||
} | ||
}, | ||
{ | ||
"name": "@invalid-changed", | ||
"description": "Fired when the `invalid` property changes.", | ||
"value": { | ||
"kind": "expression" | ||
} | ||
} | ||
@@ -86,0 +93,0 @@ ] |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
44141
801
1
+ Added@vaadin/checkbox@23.3.0-alpha1(transitive)
+ Added@vaadin/component-base@23.3.0-alpha1(transitive)
+ Added@vaadin/field-base@23.3.0-alpha1(transitive)
+ Added@vaadin/icon@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@vaadin/checkbox@23.5.11(transitive)
- Removed@vaadin/component-base@23.5.11(transitive)
- Removed@vaadin/field-base@23.5.11(transitive)
- Removed@vaadin/icon@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)