@vaadin/field-base
Advanced tools
Comparing version 24.5.0-alpha7 to 24.5.0-alpha8
{ | ||
"name": "@vaadin/field-base", | ||
"version": "24.5.0-alpha7", | ||
"version": "24.5.0-alpha8", | ||
"publishConfig": { | ||
@@ -35,12 +35,12 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/a11y-base": "24.5.0-alpha7", | ||
"@vaadin/component-base": "24.5.0-alpha7", | ||
"@vaadin/a11y-base": "24.5.0-alpha8", | ||
"@vaadin/component-base": "24.5.0-alpha8", | ||
"lit": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@esm-bundle/chai": "^4.3.4", | ||
"@vaadin/testing-helpers": "^0.6.0", | ||
"sinon": "^13.0.2" | ||
"@vaadin/chai-plugins": "24.5.0-alpha8", | ||
"@vaadin/testing-helpers": "^1.0.0", | ||
"sinon": "^18.0.0" | ||
}, | ||
"gitHead": "89f77a69ae0eba6247f2b3084941f9395d7134e1" | ||
"gitHead": "1e227aaa55df3f5dae3d477b9afb5fce4f5ece33" | ||
} |
@@ -12,3 +12,5 @@ /** | ||
export class InputController extends SlotController { | ||
constructor(host, callback) { | ||
constructor(host, callback, options = {}) { | ||
const { uniqueIdPrefix } = options; | ||
super(host, 'input', 'input', { | ||
@@ -31,4 +33,5 @@ initializer: (node, host) => { | ||
useUniqueId: true, | ||
uniqueIdPrefix, | ||
}); | ||
} | ||
} |
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
88417
2302
+ Added@vaadin/a11y-base@24.5.0-alpha8(transitive)
+ Added@vaadin/component-base@24.5.0-alpha8(transitive)
- Removed@vaadin/a11y-base@24.5.0-alpha7(transitive)
- Removed@vaadin/component-base@24.5.0-alpha7(transitive)