Socket
Socket
Sign inDemoInstall

@material/mwc-list

Package Overview
Dependencies
Maintainers
21
Versions
695
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/mwc-list - npm Package Compare versions

Comparing version 0.23.0-canary.2c392ab3.0 to 0.23.0-canary.33102bf4.0

2

mwc-list-base.d.ts

@@ -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.2c392ab3.0",
"version": "0.23.0-canary.33102bf4.0",
"description": "Material Design list web component",

@@ -14,9 +14,9 @@ "keywords": [

"dependencies": {
"@material/base": "=12.0.0-canary.6b0442278.0",
"@material/dom": "=12.0.0-canary.6b0442278.0",
"@material/list": "=12.0.0-canary.6b0442278.0",
"@material/mwc-base": "0.23.0-canary.2c392ab3.0",
"@material/mwc-checkbox": "0.23.0-canary.2c392ab3.0",
"@material/mwc-radio": "0.23.0-canary.2c392ab3.0",
"@material/mwc-ripple": "0.23.0-canary.2c392ab3.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.33102bf4.0",
"@material/mwc-checkbox": "0.23.0-canary.33102bf4.0",
"@material/mwc-radio": "0.23.0-canary.33102bf4.0",
"@material/mwc-ripple": "0.23.0-canary.33102bf4.0",
"lit-element": "^2.5.1",

@@ -27,10 +27,10 @@ "lit-html": "^1.4.1",

"devDependencies": {
"@material/density": "=12.0.0-canary.6b0442278.0",
"@material/feature-targeting": "=12.0.0-canary.6b0442278.0",
"@material/mwc-icon": "0.23.0-canary.2c392ab3.0",
"@material/mwc-menu": "0.23.0-canary.2c392ab3.0",
"@material/ripple": "=12.0.0-canary.6b0442278.0",
"@material/rtl": "=12.0.0-canary.6b0442278.0",
"@material/theme": "=12.0.0-canary.6b0442278.0",
"@material/typography": "=12.0.0-canary.6b0442278.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.33102bf4.0",
"@material/mwc-menu": "0.23.0-canary.33102bf4.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": "83a61c9efee1610d42af318683fe4985effae0df"
"gitHead": "6445a1dc819d694a36e630269c7d407b8f021e98"
}

@@ -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/83a61c9efee1610d42af318683fe4985effae0df/packages/list/images/header.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6445a1dc819d694a36e630269c7d407b8f021e98/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/83a61c9efee1610d42af318683fe4985effae0df/packages/list/images/basic.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6445a1dc819d694a36e630269c7d407b8f021e98/packages/list/images/basic.png" width="402px">

@@ -52,3 +52,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/83a61c9efee1610d42af318683fe4985effae0df/packages/list/images/activatable.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6445a1dc819d694a36e630269c7d407b8f021e98/packages/list/images/activatable.png" width="402px">

@@ -66,3 +66,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/83a61c9efee1610d42af318683fe4985effae0df/packages/list/images/multi.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6445a1dc819d694a36e630269c7d407b8f021e98/packages/list/images/multi.png" width="402px">

@@ -82,3 +82,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/83a61c9efee1610d42af318683fe4985effae0df/packages/list/images/leading_graphic.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6445a1dc819d694a36e630269c7d407b8f021e98/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/83a61c9efee1610d42af318683fe4985effae0df/packages/list/images/meta_icon.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6445a1dc819d694a36e630269c7d407b8f021e98/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/83a61c9efee1610d42af318683fe4985effae0df/packages/list/images/two_line.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6445a1dc819d694a36e630269c7d407b8f021e98/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/83a61c9efee1610d42af318683fe4985effae0df/packages/list/images/dividers.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6445a1dc819d694a36e630269c7d407b8f021e98/packages/list/images/dividers.png" width="402px">

@@ -209,3 +209,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/83a61c9efee1610d42af318683fe4985effae0df/packages/list/images/check_list.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6445a1dc819d694a36e630269c7d407b8f021e98/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/83a61c9efee1610d42af318683fe4985effae0df/packages/list/images/radio_list.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6445a1dc819d694a36e630269c7d407b8f021e98/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/83a61c9efee1610d42af318683fe4985effae0df/packages/list/images/multi_radio_list.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6445a1dc819d694a36e630269c7d407b8f021e98/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/83a61c9efee1610d42af318683fe4985effae0df/packages/list/images/noninteractive.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6445a1dc819d694a36e630269c7d407b8f021e98/packages/list/images/noninteractive.png" width="402px">

@@ -304,3 +304,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/83a61c9efee1610d42af318683fe4985effae0df/packages/list/images/styled.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6445a1dc819d694a36e630269c7d407b8f021e98/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/83a61c9efee1610d42af318683fe4985effae0df/packages/list/images/styled_no_ripple.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6445a1dc819d694a36e630269c7d407b8f021e98/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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc