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.26.0-canary.e2203ffa.0 to 0.26.0-canary.e5923d68.0

5

mwc-check-list-item-base.js

@@ -10,4 +10,5 @@ /**

import '@material/mwc-checkbox';
import { html, property, query } from 'lit-element';
import { classMap } from 'lit-html/directives/class-map.js';
import { html } from 'lit';
import { property, query } from 'lit/decorators.js';
import { classMap } from 'lit/directives/class-map.js';
import { ListItemBase } from './mwc-list-item-base';

@@ -14,0 +15,0 @@ export class CheckListItemBase extends ListItemBase {

2

mwc-check-list-item.d.ts

@@ -13,3 +13,3 @@ /**

export declare class CheckListItem extends CheckListItemBase {
static styles: import("lit-element").CSSResult[];
static styles: import("lit").CSSResult[];
}

@@ -9,3 +9,3 @@ /**

// tslint:disable:strip-private-property-underscore
import { customElement } from 'lit-element';
import { customElement } from 'lit/decorators.js';
import { CheckListItemBase } from './mwc-check-list-item-base';

@@ -12,0 +12,0 @@ import { styles as controlStyle } from './mwc-control-list-item.css';

@@ -13,4 +13,5 @@ /**

import { deepActiveElementPath, doesElementContainFocus, isNodeElement } from '@material/mwc-base/utils';
import { html, property, query, queryAssignedNodes } from 'lit-element';
import { ifDefined } from 'lit-html/directives/if-defined.js';
import { html } from 'lit';
import { property, query, queryAssignedNodes } from 'lit/decorators.js';
import { ifDefined } from 'lit/directives/if-defined.js';
import MDCListFoundation, { isIndexSet } from './mwc-list-foundation';

@@ -17,0 +18,0 @@ export { createSetFromIndex, isEventMulti, isIndexSet } from './mwc-list-foundation';

@@ -9,3 +9,3 @@ /**

import { RippleHandlers } from '@material/mwc-ripple/ripple-handlers';
import { LitElement } from 'lit-element';
import { LitElement } from 'lit';
export declare type SelectionSource = 'interaction' | 'property';

@@ -12,0 +12,0 @@ export interface RequestSelectedDetail {

@@ -12,4 +12,5 @@ /**

import { RippleHandlers } from '@material/mwc-ripple/ripple-handlers';
import { html, LitElement, property, query, queryAsync, state } from 'lit-element';
import { classMap } from 'lit-html/directives/class-map.js';
import { html, LitElement } from 'lit';
import { property, query, queryAsync, state } from 'lit/decorators.js';
import { classMap } from 'lit/directives/class-map.js';
/**

@@ -16,0 +17,0 @@ * @fires request-selected {RequestSelectedDetail}

@@ -14,3 +14,3 @@ /**

export declare class ListItem extends ListItemBase {
static styles: import("lit-element").CSSResult[];
static styles: import("lit").CSSResult[];
}

@@ -9,3 +9,3 @@ /**

// tslint:disable:strip-private-property-underscore
import { customElement } from 'lit-element';
import { customElement } from 'lit/decorators.js';
import { ListItemBase } from './mwc-list-item-base';

@@ -12,0 +12,0 @@ import { styles } from './mwc-list-item.css';

@@ -14,3 +14,3 @@ /**

export declare class List extends ListBase {
static styles: import("lit-element").CSSResult[];
static styles: import("lit").CSSResult[];
}

@@ -9,3 +9,3 @@ /**

// tslint:disable:strip-private-property-underscore
import { customElement } from 'lit-element';
import { customElement } from 'lit/decorators.js';
import { ListBase } from './mwc-list-base';

@@ -12,0 +12,0 @@ import { styles } from './mwc-list.css';

@@ -10,5 +10,6 @@ /**

import '@material/mwc-radio';
import { html, property, query } from 'lit-element';
import { classMap } from 'lit-html/directives/class-map.js';
import { ifDefined } from 'lit-html/directives/if-defined.js';
import { html } from 'lit';
import { property, query } from 'lit/decorators.js';
import { classMap } from 'lit/directives/class-map.js';
import { ifDefined } from 'lit/directives/if-defined.js';
import { ListItemBase } from './mwc-list-item-base';

@@ -15,0 +16,0 @@ export class RadioListItemBase extends ListItemBase {

@@ -13,3 +13,3 @@ /**

export declare class RadioListItem extends RadioListItemBase {
static styles: import("lit-element").CSSResult[];
static styles: import("lit").CSSResult[];
}

@@ -9,3 +9,3 @@ /**

// tslint:disable:strip-private-property-underscore
import { customElement } from 'lit-element';
import { customElement } from 'lit/decorators.js';
import { styles as controlStyle } from './mwc-control-list-item.css';

@@ -12,0 +12,0 @@ import { styles } from './mwc-list-item.css';

{
"name": "@material/mwc-list",
"version": "0.26.0-canary.e2203ffa.0",
"version": "0.26.0-canary.e5923d68.0",
"description": "Material Design list web component",

@@ -14,22 +14,21 @@ "keywords": [

"dependencies": {
"@material/base": "=13.0.0-canary.65125b3a6.0",
"@material/dom": "=13.0.0-canary.65125b3a6.0",
"@material/list": "=13.0.0-canary.65125b3a6.0",
"@material/mwc-base": "0.26.0-canary.e2203ffa.0",
"@material/mwc-checkbox": "0.26.0-canary.e2203ffa.0",
"@material/mwc-radio": "0.26.0-canary.e2203ffa.0",
"@material/mwc-ripple": "0.26.0-canary.e2203ffa.0",
"lit-element": "^3.0.0",
"lit-html": "^2.0.0",
"@material/base": "=14.0.0-canary.86b50ef74.0",
"@material/dom": "=14.0.0-canary.86b50ef74.0",
"@material/list": "=14.0.0-canary.86b50ef74.0",
"@material/mwc-base": "0.26.0-canary.e5923d68.0",
"@material/mwc-checkbox": "0.26.0-canary.e5923d68.0",
"@material/mwc-radio": "0.26.0-canary.e5923d68.0",
"@material/mwc-ripple": "0.26.0-canary.e5923d68.0",
"lit": "^2.0.0",
"tslib": "^2.0.1"
},
"devDependencies": {
"@material/density": "=13.0.0-canary.65125b3a6.0",
"@material/feature-targeting": "=13.0.0-canary.65125b3a6.0",
"@material/mwc-icon": "0.26.0-canary.e2203ffa.0",
"@material/mwc-menu": "0.26.0-canary.e2203ffa.0",
"@material/ripple": "=13.0.0-canary.65125b3a6.0",
"@material/rtl": "=13.0.0-canary.65125b3a6.0",
"@material/theme": "=13.0.0-canary.65125b3a6.0",
"@material/typography": "=13.0.0-canary.65125b3a6.0"
"@material/density": "=14.0.0-canary.86b50ef74.0",
"@material/feature-targeting": "=14.0.0-canary.86b50ef74.0",
"@material/mwc-icon": "0.26.0-canary.e5923d68.0",
"@material/mwc-menu": "0.26.0-canary.e5923d68.0",
"@material/ripple": "=14.0.0-canary.86b50ef74.0",
"@material/rtl": "=14.0.0-canary.86b50ef74.0",
"@material/theme": "=14.0.0-canary.86b50ef74.0",
"@material/typography": "=14.0.0-canary.86b50ef74.0"
},

@@ -42,3 +41,3 @@ "scripts": {

},
"gitHead": "dccbe3e93b2694b3336adcf33188115ced04a52e"
"gitHead": "41f6e947d4028d5479ec62a20cbf1e1fce3c3a27"
}

@@ -8,3 +8,3 @@ # `<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/dccbe3e93b2694b3336adcf33188115ced04a52e/packages/list/images/header.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/41f6e947d4028d5479ec62a20cbf1e1fce3c3a27/packages/list/images/header.png" width="402px">

@@ -33,3 +33,3 @@ [Material Design Guidelines: lists](https://material.io/design/components/lists.html)

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/dccbe3e93b2694b3336adcf33188115ced04a52e/packages/list/images/basic.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/41f6e947d4028d5479ec62a20cbf1e1fce3c3a27/packages/list/images/basic.png" width="402px">

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

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/dccbe3e93b2694b3336adcf33188115ced04a52e/packages/list/images/activatable.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/41f6e947d4028d5479ec62a20cbf1e1fce3c3a27/packages/list/images/activatable.png" width="402px">

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

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/dccbe3e93b2694b3336adcf33188115ced04a52e/packages/list/images/multi.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/41f6e947d4028d5479ec62a20cbf1e1fce3c3a27/packages/list/images/multi.png" width="402px">

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

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

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

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

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

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/dccbe3e93b2694b3336adcf33188115ced04a52e/packages/list/images/styled.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/41f6e947d4028d5479ec62a20cbf1e1fce3c3a27/packages/list/images/styled.png" width="402px">

@@ -332,3 +332,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/dccbe3e93b2694b3336adcf33188115ced04a52e/packages/list/images/styled_no_ripple.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/41f6e947d4028d5479ec62a20cbf1e1fce3c3a27/packages/list/images/styled_no_ripple.png" width="402px">

@@ -335,0 +335,0 @@ ```html

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