@vaadin/vaadin-element-mixin
Advanced tools
Comparing version 22.0.0-alpha1 to 22.0.0-alpha2
@@ -6,3 +6,3 @@ interface Vaadin { | ||
}; | ||
registrations?: Array<{ is: string }>; | ||
registrations?: Array<{ is: string; version: string }>; | ||
usageStatsChecker?: { | ||
@@ -9,0 +9,0 @@ maybeGatherAndSend: () => void; |
{ | ||
"name": "@vaadin/vaadin-element-mixin", | ||
"version": "22.0.0-alpha1", | ||
"version": "22.0.0-alpha2", | ||
"description": "vaadin-element-mixin", | ||
@@ -32,3 +32,3 @@ "main": "vaadin-element-mixin.js", | ||
"devDependencies": { | ||
"@esm-bundle/chai": "^4.1.5", | ||
"@esm-bundle/chai": "^4.3.4", | ||
"@vaadin/testing-helpers": "0.2.1", | ||
@@ -40,3 +40,3 @@ "sinon": "^9.2.4" | ||
}, | ||
"gitHead": "c9694d6549bff1f7fffb9ece26178e57fc228a51" | ||
"gitHead": "179d38f5146be752853ea4b7997b1446a2ab1fd4" | ||
} |
# vaadin-element-mixin | ||
Provides common functionality for all Vaadin Elements | ||
Provides common functionality for all Vaadin components. | ||
[![npm version](https://badgen.net/npm/v/@vaadin/vaadin-element-mixin)](https://www.npmjs.com/package/@vaadin/vaadin-element-mixin) | ||
[![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](https://discord.gg/PHmkCKC) | ||
## License | ||
Apache License 2.0 | ||
Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics. |
@@ -34,2 +34,6 @@ /** | ||
class VaadinElementMixin extends DirMixin(superClass) { | ||
static get version() { | ||
return '22.0.0-alpha2'; | ||
} | ||
/** @protected */ | ||
@@ -36,0 +40,0 @@ static finalize() { |
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
24741
365
13