@material/mwc-list
Advanced tools
Comparing version 0.23.0-canary.38f29f8f.0 to 0.23.0-canary.3bab26b4.0
@@ -12,3 +12,3 @@ /** | ||
import { Layoutable, ListItemBase, RequestSelectedDetail } from './mwc-list-item-base'; | ||
export { ActionDetail, createSetFromIndex, isEventMulti, isIndexSet, MWCListIndex, SelectedDetail } from './mwc-list-foundation'; | ||
export { ActionDetail, createSetFromIndex, isEventMulti, isIndexSet, MultiSelectedEvent, MWCListIndex, SelectedDetail, SelectedEvent, SingleSelectedEvent } from './mwc-list-foundation'; | ||
/** | ||
@@ -15,0 +15,0 @@ * @fires selected {SelectedDetail} |
@@ -7,3 +7,3 @@ /** | ||
import { ListBase } from './mwc-list-base'; | ||
export { ActionDetail, createSetFromIndex, IndexDiff, isEventMulti, isIndexSet, MWCListIndex, SelectedDetail } from './mwc-list-foundation'; | ||
export { ActionDetail, createSetFromIndex, IndexDiff, isEventMulti, isIndexSet, MultiSelectedEvent, MWCListIndex, SelectedDetail, SelectedEvent, SingleSelectedEvent } from './mwc-list-foundation'; | ||
declare global { | ||
@@ -10,0 +10,0 @@ interface HTMLElementTagNameMap { |
{ | ||
"name": "@material/mwc-list", | ||
"version": "0.23.0-canary.38f29f8f.0", | ||
"version": "0.23.0-canary.3bab26b4.0", | ||
"description": "Material Design list web component", | ||
@@ -14,9 +14,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/base": "=12.0.0-canary.90e08fc6b.0", | ||
"@material/dom": "=12.0.0-canary.90e08fc6b.0", | ||
"@material/list": "=12.0.0-canary.90e08fc6b.0", | ||
"@material/mwc-base": "0.23.0-canary.38f29f8f.0", | ||
"@material/mwc-checkbox": "0.23.0-canary.38f29f8f.0", | ||
"@material/mwc-radio": "0.23.0-canary.38f29f8f.0", | ||
"@material/mwc-ripple": "0.23.0-canary.38f29f8f.0", | ||
"@material/base": "=13.0.0-canary.15981e9d9.0", | ||
"@material/dom": "=13.0.0-canary.15981e9d9.0", | ||
"@material/list": "=13.0.0-canary.15981e9d9.0", | ||
"@material/mwc-base": "0.23.0-canary.3bab26b4.0", | ||
"@material/mwc-checkbox": "0.23.0-canary.3bab26b4.0", | ||
"@material/mwc-radio": "0.23.0-canary.3bab26b4.0", | ||
"@material/mwc-ripple": "0.23.0-canary.3bab26b4.0", | ||
"lit-element": "^2.5.1", | ||
@@ -27,10 +27,10 @@ "lit-html": "^1.4.1", | ||
"devDependencies": { | ||
"@material/density": "=12.0.0-canary.90e08fc6b.0", | ||
"@material/feature-targeting": "=12.0.0-canary.90e08fc6b.0", | ||
"@material/mwc-icon": "0.23.0-canary.38f29f8f.0", | ||
"@material/mwc-menu": "0.23.0-canary.38f29f8f.0", | ||
"@material/ripple": "=12.0.0-canary.90e08fc6b.0", | ||
"@material/rtl": "=12.0.0-canary.90e08fc6b.0", | ||
"@material/theme": "=12.0.0-canary.90e08fc6b.0", | ||
"@material/typography": "=12.0.0-canary.90e08fc6b.0" | ||
"@material/density": "=13.0.0-canary.15981e9d9.0", | ||
"@material/feature-targeting": "=13.0.0-canary.15981e9d9.0", | ||
"@material/mwc-icon": "0.23.0-canary.3bab26b4.0", | ||
"@material/mwc-menu": "0.23.0-canary.3bab26b4.0", | ||
"@material/ripple": "=13.0.0-canary.15981e9d9.0", | ||
"@material/rtl": "=13.0.0-canary.15981e9d9.0", | ||
"@material/theme": "=13.0.0-canary.15981e9d9.0", | ||
"@material/typography": "=13.0.0-canary.15981e9d9.0" | ||
}, | ||
@@ -43,3 +43,3 @@ "scripts": { | ||
}, | ||
"gitHead": "484fc84b540f757ad561dbea442c8566694496a9" | ||
"gitHead": "1637f7d8d3b8a228e1a957d94d122d9a840a63d1" | ||
} |
@@ -8,7 +8,7 @@ # `<mwc-list>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-list.svg)](https://www.npmjs.com/package/@material/mwc-list) | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/484fc84b540f757ad561dbea442c8566694496a9/packages/list/images/header.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/1637f7d8d3b8a228e1a957d94d122d9a840a63d1/packages/list/images/header.png" width="402px"> | ||
[Material Design Guidelines: lists](https://material.io/design/components/lists.html) | ||
[Demo](https://material-components.github.io/material-components-web-components/demos/list/) | ||
[Demo](https://material-components.github.io/material-web/demos/list/) | ||
@@ -33,3 +33,3 @@ ## Installation | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/484fc84b540f757ad561dbea442c8566694496a9/packages/list/images/basic.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/1637f7d8d3b8a228e1a957d94d122d9a840a63d1/packages/list/images/basic.png" width="402px"> | ||
@@ -52,3 +52,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/484fc84b540f757ad561dbea442c8566694496a9/packages/list/images/activatable.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/1637f7d8d3b8a228e1a957d94d122d9a840a63d1/packages/list/images/activatable.png" width="402px"> | ||
@@ -66,3 +66,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/484fc84b540f757ad561dbea442c8566694496a9/packages/list/images/multi.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/1637f7d8d3b8a228e1a957d94d122d9a840a63d1/packages/list/images/multi.png" width="402px"> | ||
@@ -82,3 +82,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/484fc84b540f757ad561dbea442c8566694496a9/packages/list/images/leading_graphic.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/1637f7d8d3b8a228e1a957d94d122d9a840a63d1/packages/list/images/leading_graphic.png" width="402px"> | ||
@@ -122,3 +122,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/484fc84b540f757ad561dbea442c8566694496a9/packages/list/images/meta_icon.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/1637f7d8d3b8a228e1a957d94d122d9a840a63d1/packages/list/images/meta_icon.png" width="402px"> | ||
@@ -148,3 +148,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/484fc84b540f757ad561dbea442c8566694496a9/packages/list/images/two_line.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/1637f7d8d3b8a228e1a957d94d122d9a840a63d1/packages/list/images/two_line.png" width="402px"> | ||
@@ -179,3 +179,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/484fc84b540f757ad561dbea442c8566694496a9/packages/list/images/dividers.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/1637f7d8d3b8a228e1a957d94d122d9a840a63d1/packages/list/images/dividers.png" width="402px"> | ||
@@ -209,3 +209,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/484fc84b540f757ad561dbea442c8566694496a9/packages/list/images/check_list.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/1637f7d8d3b8a228e1a957d94d122d9a840a63d1/packages/list/images/check_list.png" width="402px"> | ||
@@ -235,3 +235,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/484fc84b540f757ad561dbea442c8566694496a9/packages/list/images/radio_list.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/1637f7d8d3b8a228e1a957d94d122d9a840a63d1/packages/list/images/radio_list.png" width="402px"> | ||
@@ -252,3 +252,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/484fc84b540f757ad561dbea442c8566694496a9/packages/list/images/multi_radio_list.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/1637f7d8d3b8a228e1a957d94d122d9a840a63d1/packages/list/images/multi_radio_list.png" width="402px"> | ||
@@ -274,3 +274,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/484fc84b540f757ad561dbea442c8566694496a9/packages/list/images/noninteractive.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/1637f7d8d3b8a228e1a957d94d122d9a840a63d1/packages/list/images/noninteractive.png" width="402px"> | ||
@@ -304,3 +304,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/484fc84b540f757ad561dbea442c8566694496a9/packages/list/images/styled.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/1637f7d8d3b8a228e1a957d94d122d9a840a63d1/packages/list/images/styled.png" width="402px"> | ||
@@ -329,6 +329,6 @@ ```html | ||
`list-item` uses `mwc-ripple`. You can make the ripple invisible using its | ||
custom properties detailed in [`mwc-ripple`'s documentation](https://github.com/material-components/material-components-web-components/tree/master/packages/list). In this case, | ||
custom properties detailed in [`mwc-ripple`'s documentation](https://github.com/material-components/material-web/tree/master/packages/list). In this case, | ||
it may be simple to just set `--mdc-ripple-color` to `transparent`. | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/484fc84b540f757ad561dbea442c8566694496a9/packages/list/images/styled_no_ripple.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/1637f7d8d3b8a228e1a957d94d122d9a840a63d1/packages/list/images/styled_no_ripple.png" width="402px"> | ||
@@ -589,3 +589,3 @@ ```html | ||
`mwc-list-item` internally uses [`mwc-ripple`](https://github.com/material-components/material-components-web-components/tree/master/packages/list) | ||
`mwc-list-item` internally uses [`mwc-ripple`](https://github.com/material-components/material-web/tree/master/packages/list) | ||
and thus exposes all of the custom properties in `mwc-ripple`'s documentation | ||
@@ -592,0 +592,0 @@ with the exception of `--mdc-ripple-color` being overriden as |
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 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
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
232659
+ Added@material/mwc-base@0.23.0-canary.3bab26b4.0(transitive)
+ Added@material/mwc-checkbox@0.23.0-canary.3bab26b4.0(transitive)
+ Added@material/mwc-radio@0.23.0-canary.3bab26b4.0(transitive)
+ Added@material/mwc-ripple@0.23.0-canary.3bab26b4.0(transitive)
- Removed@material/mwc-base@0.23.0-canary.38f29f8f.0(transitive)
- Removed@material/mwc-checkbox@0.23.0-canary.38f29f8f.0(transitive)
- Removed@material/mwc-radio@0.23.0-canary.38f29f8f.0(transitive)
- Removed@material/mwc-ripple@0.23.0-canary.38f29f8f.0(transitive)