@vaadin/component-base
Advanced tools
Comparing version
{ | ||
"name": "@vaadin/component-base", | ||
"version": "24.7.0", | ||
"version": "24.7.1", | ||
"publishConfig": { | ||
@@ -41,8 +41,8 @@ "access": "public" | ||
"devDependencies": { | ||
"@vaadin/chai-plugins": "~24.7.0", | ||
"@vaadin/test-runner-commands": "~24.7.0", | ||
"@vaadin/chai-plugins": "~24.7.1", | ||
"@vaadin/test-runner-commands": "~24.7.1", | ||
"@vaadin/testing-helpers": "^1.1.0", | ||
"sinon": "^18.0.0" | ||
}, | ||
"gitHead": "ea1a2e9a63724b20869891449161c74baa3a9089" | ||
"gitHead": "73060418a5d326e96dc0d0fcaa2ee2d7330a4227" | ||
} |
@@ -16,3 +16,3 @@ /** | ||
export function defineCustomElement(CustomElement, version = '24.7.0') { | ||
export function defineCustomElement(CustomElement, version = '24.7.1') { | ||
Object.defineProperty(CustomElement, 'version', { | ||
@@ -19,0 +19,0 @@ get() { |
@@ -45,2 +45,12 @@ /** | ||
/** @private */ | ||
// Technically declaring a Polymer property is not needed, as we have a | ||
// getter/setter for it below. However, the React components currently | ||
// rely on the Polymer property declaration to detect which properties | ||
// are available on a custom element, so we add a dummy declaration for | ||
// it. | ||
i18n: { | ||
type: Object, | ||
}, | ||
/** @private */ | ||
__effectiveI18n: { | ||
@@ -47,0 +57,0 @@ type: Object, |
225974
0.18%6662
0.14%12
-7.69%