@material/checkbox
Advanced tools
Comparing version 15.0.0-canary.a16dbd1a6.0 to 15.0.0-canary.a246a4439.0
@@ -6,3 +6,3 @@ # Change Log | ||
# [15.0.0-canary.a16dbd1a6.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.a16dbd1a6.0) (2023-02-04) | ||
# [15.0.0-canary.a246a4439.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.a246a4439.0) (2023-09-18) | ||
@@ -9,0 +9,0 @@ |
@@ -151,6 +151,6 @@ /** | ||
// methods, we need a separate, strongly typed adapter variable. | ||
var adapter = __assign(__assign({}, MDCRipple.createAdapter(this)), { deregisterInteractionHandler: function (evtType, handler) { | ||
_this.getNativeControl().removeEventListener(evtType, handler, applyPassive()); | ||
}, isSurfaceActive: function () { return matches(_this.getNativeControl(), ':active'); }, isUnbounded: function () { return true; }, registerInteractionHandler: function (evtType, handler) { | ||
_this.getNativeControl().addEventListener(evtType, handler, applyPassive()); | ||
var adapter = __assign(__assign({}, MDCRipple.createAdapter(this)), { deregisterInteractionHandler: function (eventType, handler) { | ||
_this.getNativeControl().removeEventListener(eventType, handler, applyPassive()); | ||
}, isSurfaceActive: function () { return matches(_this.getNativeControl(), ':active'); }, isUnbounded: function () { return true; }, registerInteractionHandler: function (eventType, handler) { | ||
_this.getNativeControl().addEventListener(eventType, handler, applyPassive()); | ||
} }); | ||
@@ -157,0 +157,0 @@ return new MDCRipple(this.root, new MDCRippleFoundation(adapter)); |
{ | ||
"name": "@material/checkbox", | ||
"description": "The Material Components for the web checkbox component", | ||
"version": "15.0.0-canary.a16dbd1a6.0", | ||
"version": "15.0.0-canary.a246a4439.0", | ||
"license": "MIT", | ||
@@ -20,14 +20,15 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/animation": "15.0.0-canary.a16dbd1a6.0", | ||
"@material/base": "15.0.0-canary.a16dbd1a6.0", | ||
"@material/density": "15.0.0-canary.a16dbd1a6.0", | ||
"@material/dom": "15.0.0-canary.a16dbd1a6.0", | ||
"@material/feature-targeting": "15.0.0-canary.a16dbd1a6.0", | ||
"@material/focus-ring": "15.0.0-canary.a16dbd1a6.0", | ||
"@material/ripple": "15.0.0-canary.a16dbd1a6.0", | ||
"@material/theme": "15.0.0-canary.a16dbd1a6.0", | ||
"@material/touch-target": "15.0.0-canary.a16dbd1a6.0", | ||
"@material/animation": "15.0.0-canary.a246a4439.0", | ||
"@material/base": "15.0.0-canary.a246a4439.0", | ||
"@material/density": "15.0.0-canary.a246a4439.0", | ||
"@material/dom": "15.0.0-canary.a246a4439.0", | ||
"@material/feature-targeting": "15.0.0-canary.a246a4439.0", | ||
"@material/focus-ring": "15.0.0-canary.a246a4439.0", | ||
"@material/ripple": "15.0.0-canary.a246a4439.0", | ||
"@material/rtl": "15.0.0-canary.a246a4439.0", | ||
"@material/theme": "15.0.0-canary.a246a4439.0", | ||
"@material/touch-target": "15.0.0-canary.a246a4439.0", | ||
"tslib": "^2.1.0" | ||
}, | ||
"gitHead": "6b1923aa24f460ae50c61296787e46f524bcf15c" | ||
"gitHead": "40201df8b7e53b61aead4acdfa34b48fb1d155b8" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1112941
7423
11
+ Added@material/animation@15.0.0-canary.a246a4439.0(transitive)
+ Added@material/base@15.0.0-canary.a246a4439.0(transitive)
+ Added@material/density@15.0.0-canary.a246a4439.0(transitive)
+ Added@material/dom@15.0.0-canary.a246a4439.0(transitive)
+ Added@material/feature-targeting@15.0.0-canary.a246a4439.0(transitive)
+ Added@material/focus-ring@15.0.0-canary.a246a4439.0(transitive)
+ Added@material/ripple@15.0.0-canary.a246a4439.0(transitive)
+ Added@material/rtl@15.0.0-canary.a246a4439.0(transitive)
+ Added@material/theme@15.0.0-canary.a246a4439.0(transitive)
+ Added@material/touch-target@15.0.0-canary.a246a4439.0(transitive)
- Removed@material/animation@15.0.0-canary.a16dbd1a6.0(transitive)
- Removed@material/base@15.0.0-canary.a16dbd1a6.0(transitive)
- Removed@material/density@15.0.0-canary.a16dbd1a6.0(transitive)
- Removed@material/dom@15.0.0-canary.a16dbd1a6.0(transitive)
- Removed@material/feature-targeting@15.0.0-canary.a16dbd1a6.0(transitive)
- Removed@material/focus-ring@15.0.0-canary.a16dbd1a6.0(transitive)
- Removed@material/ripple@15.0.0-canary.a16dbd1a6.0(transitive)
- Removed@material/rtl@15.0.0-canary.a16dbd1a6.0(transitive)
- Removed@material/theme@15.0.0-canary.a16dbd1a6.0(transitive)
- Removed@material/touch-target@15.0.0-canary.a16dbd1a6.0(transitive)
Updated@material/feature-targeting@15.0.0-canary.a246a4439.0