@material/chips
Advanced tools
Comparing version 15.0.0-canary.21d1196a7.0 to 15.0.0-canary.22bf82024.0
@@ -34,3 +34,3 @@ /** | ||
handleClick(): void; | ||
handleKeydown(event: KeyboardEvent): void; | ||
handleKeydown(event: KeyboardEvent): true | undefined; | ||
setDisabled(isDisabled: boolean): void; | ||
@@ -37,0 +37,0 @@ isDisabled(): boolean; |
@@ -74,2 +74,4 @@ /** | ||
} | ||
// signal to propagate the event since this Key isn't handled by chip | ||
return true; | ||
}; | ||
@@ -76,0 +78,0 @@ MDCChipActionFoundation.prototype.setDisabled = function (isDisabled) { |
@@ -6,3 +6,3 @@ # Change Log | ||
# [15.0.0-canary.21d1196a7.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.21d1196a7.0) (2023-01-09) | ||
# [15.0.0-canary.22bf82024.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.22bf82024.0) (2023-09-18) | ||
@@ -12,2 +12,3 @@ | ||
* **chip:** Propagate unhandled keyboard events ([6081d82](https://github.com/material-components/material-components-web/commit/6081d829b081384ff8433a92bf91db364c588e16)) | ||
* **chips:** Add missing tokens for leading icon for validation ([4356e05](https://github.com/material-components/material-components-web/commit/4356e05c5e17a58d0a714e9f087db4b5060085bd)) | ||
@@ -24,1 +25,2 @@ * **chips:** Update elevation resolver function and mixins that apply elevation ([96f4726](https://github.com/material-components/material-components-web/commit/96f472604cd098572f50987262bcab933574f7b2)) | ||
* **chips:** fix HCM chip styles ([86efd56](https://github.com/material-components/material-components-web/commit/86efd56f6a2aa9870a8457900e686bc35d3cb3bc)) | ||
* **chips:** Make light-theme tokens public ([51311e6](https://github.com/material-components/material-components-web/commit/51311e69ec61d62c214e0020fb856c39919ee657)) |
{ | ||
"name": "@material/chips", | ||
"description": "The Material Components for the Web chips component", | ||
"version": "15.0.0-canary.21d1196a7.0", | ||
"version": "15.0.0-canary.22bf82024.0", | ||
"license": "MIT", | ||
@@ -23,21 +23,21 @@ "main": "dist/mdc.chips.js", | ||
"dependencies": { | ||
"@material/animation": "15.0.0-canary.21d1196a7.0", | ||
"@material/base": "15.0.0-canary.21d1196a7.0", | ||
"@material/checkbox": "15.0.0-canary.21d1196a7.0", | ||
"@material/density": "15.0.0-canary.21d1196a7.0", | ||
"@material/dom": "15.0.0-canary.21d1196a7.0", | ||
"@material/elevation": "15.0.0-canary.21d1196a7.0", | ||
"@material/feature-targeting": "15.0.0-canary.21d1196a7.0", | ||
"@material/focus-ring": "15.0.0-canary.21d1196a7.0", | ||
"@material/ripple": "15.0.0-canary.21d1196a7.0", | ||
"@material/rtl": "15.0.0-canary.21d1196a7.0", | ||
"@material/shape": "15.0.0-canary.21d1196a7.0", | ||
"@material/theme": "15.0.0-canary.21d1196a7.0", | ||
"@material/tokens": "15.0.0-canary.21d1196a7.0", | ||
"@material/touch-target": "15.0.0-canary.21d1196a7.0", | ||
"@material/typography": "15.0.0-canary.21d1196a7.0", | ||
"@material/animation": "15.0.0-canary.22bf82024.0", | ||
"@material/base": "15.0.0-canary.22bf82024.0", | ||
"@material/checkbox": "15.0.0-canary.22bf82024.0", | ||
"@material/density": "15.0.0-canary.22bf82024.0", | ||
"@material/dom": "15.0.0-canary.22bf82024.0", | ||
"@material/elevation": "15.0.0-canary.22bf82024.0", | ||
"@material/feature-targeting": "15.0.0-canary.22bf82024.0", | ||
"@material/focus-ring": "15.0.0-canary.22bf82024.0", | ||
"@material/ripple": "15.0.0-canary.22bf82024.0", | ||
"@material/rtl": "15.0.0-canary.22bf82024.0", | ||
"@material/shape": "15.0.0-canary.22bf82024.0", | ||
"@material/theme": "15.0.0-canary.22bf82024.0", | ||
"@material/tokens": "15.0.0-canary.22bf82024.0", | ||
"@material/touch-target": "15.0.0-canary.22bf82024.0", | ||
"@material/typography": "15.0.0-canary.22bf82024.0", | ||
"safevalues": "^0.3.4", | ||
"tslib": "^2.1.0" | ||
}, | ||
"gitHead": "361e536c54e276112f021b419f666618a20599f6" | ||
"gitHead": "eda4fad2a8a727b69db60b828bd92df7a8956143" | ||
} |
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 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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
16733
1950529
161
+ Added@material/animation@15.0.0-canary.22bf82024.0(transitive)
+ Added@material/base@15.0.0-canary.22bf82024.0(transitive)
+ Added@material/checkbox@15.0.0-canary.22bf82024.0(transitive)
+ Added@material/density@15.0.0-canary.22bf82024.0(transitive)
+ Added@material/dom@15.0.0-canary.22bf82024.0(transitive)
+ Added@material/elevation@15.0.0-canary.22bf82024.0(transitive)
+ Added@material/feature-targeting@15.0.0-canary.22bf82024.0(transitive)
+ Added@material/focus-ring@15.0.0-canary.22bf82024.0(transitive)
+ Added@material/ripple@15.0.0-canary.22bf82024.0(transitive)
+ Added@material/rtl@15.0.0-canary.22bf82024.0(transitive)
+ Added@material/shape@15.0.0-canary.22bf82024.0(transitive)
+ Added@material/theme@15.0.0-canary.22bf82024.0(transitive)
+ Added@material/tokens@15.0.0-canary.22bf82024.0(transitive)
+ Added@material/touch-target@15.0.0-canary.22bf82024.0(transitive)
+ Added@material/typography@15.0.0-canary.22bf82024.0(transitive)
- Removed@material/animation@15.0.0-canary.21d1196a7.0(transitive)
- Removed@material/base@15.0.0-canary.21d1196a7.0(transitive)
- Removed@material/checkbox@15.0.0-canary.21d1196a7.0(transitive)
- Removed@material/density@15.0.0-canary.21d1196a7.0(transitive)
- Removed@material/dom@15.0.0-canary.21d1196a7.0(transitive)
- Removed@material/elevation@15.0.0-canary.21d1196a7.0(transitive)
- Removed@material/feature-targeting@15.0.0-canary.21d1196a7.0(transitive)
- Removed@material/focus-ring@15.0.0-canary.21d1196a7.0(transitive)
- Removed@material/ripple@15.0.0-canary.21d1196a7.0(transitive)
- Removed@material/rtl@15.0.0-canary.21d1196a7.0(transitive)
- Removed@material/shape@15.0.0-canary.21d1196a7.0(transitive)
- Removed@material/theme@15.0.0-canary.21d1196a7.0(transitive)
- Removed@material/tokens@15.0.0-canary.21d1196a7.0(transitive)
- Removed@material/touch-target@15.0.0-canary.21d1196a7.0(transitive)
- Removed@material/typography@15.0.0-canary.21d1196a7.0(transitive)
Updated@material/feature-targeting@15.0.0-canary.22bf82024.0