@material/mwc-list
Advanced tools
Comparing version 0.26.0-canary.07e91417.0 to 0.26.0-canary.3a5d5f34.0
@@ -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 { |
@@ -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.07e91417.0", | ||
"version": "0.26.0-canary.3a5d5f34.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.07e91417.0", | ||
"@material/mwc-checkbox": "0.26.0-canary.07e91417.0", | ||
"@material/mwc-radio": "0.26.0-canary.07e91417.0", | ||
"@material/mwc-ripple": "0.26.0-canary.07e91417.0", | ||
"lit-element": "^3.0.0", | ||
"lit-html": "^2.0.0", | ||
"@material/base": "=13.0.0-canary.c79aa0cdd.0", | ||
"@material/dom": "=13.0.0-canary.c79aa0cdd.0", | ||
"@material/list": "=13.0.0-canary.c79aa0cdd.0", | ||
"@material/mwc-base": "0.26.0-canary.3a5d5f34.0", | ||
"@material/mwc-checkbox": "0.26.0-canary.3a5d5f34.0", | ||
"@material/mwc-radio": "0.26.0-canary.3a5d5f34.0", | ||
"@material/mwc-ripple": "0.26.0-canary.3a5d5f34.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.07e91417.0", | ||
"@material/mwc-menu": "0.26.0-canary.07e91417.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": "=13.0.0-canary.c79aa0cdd.0", | ||
"@material/feature-targeting": "=13.0.0-canary.c79aa0cdd.0", | ||
"@material/mwc-icon": "0.26.0-canary.3a5d5f34.0", | ||
"@material/mwc-menu": "0.26.0-canary.3a5d5f34.0", | ||
"@material/ripple": "=13.0.0-canary.c79aa0cdd.0", | ||
"@material/rtl": "=13.0.0-canary.c79aa0cdd.0", | ||
"@material/theme": "=13.0.0-canary.c79aa0cdd.0", | ||
"@material/typography": "=13.0.0-canary.c79aa0cdd.0" | ||
}, | ||
@@ -42,3 +41,3 @@ "scripts": { | ||
}, | ||
"gitHead": "9fcacc1890992ebd650dca508478ea3a276a1ebe" | ||
"gitHead": "0708ad010478b6186d6be52d3494f33bd4d40e17" | ||
} |
@@ -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/9fcacc1890992ebd650dca508478ea3a276a1ebe/packages/list/images/header.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0708ad010478b6186d6be52d3494f33bd4d40e17/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/9fcacc1890992ebd650dca508478ea3a276a1ebe/packages/list/images/basic.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0708ad010478b6186d6be52d3494f33bd4d40e17/packages/list/images/basic.png" width="402px"> | ||
@@ -52,3 +52,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/9fcacc1890992ebd650dca508478ea3a276a1ebe/packages/list/images/activatable.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0708ad010478b6186d6be52d3494f33bd4d40e17/packages/list/images/activatable.png" width="402px"> | ||
@@ -66,3 +66,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/9fcacc1890992ebd650dca508478ea3a276a1ebe/packages/list/images/multi.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0708ad010478b6186d6be52d3494f33bd4d40e17/packages/list/images/multi.png" width="402px"> | ||
@@ -82,3 +82,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/9fcacc1890992ebd650dca508478ea3a276a1ebe/packages/list/images/leading_graphic.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0708ad010478b6186d6be52d3494f33bd4d40e17/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/9fcacc1890992ebd650dca508478ea3a276a1ebe/packages/list/images/meta_icon.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0708ad010478b6186d6be52d3494f33bd4d40e17/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/9fcacc1890992ebd650dca508478ea3a276a1ebe/packages/list/images/two_line.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0708ad010478b6186d6be52d3494f33bd4d40e17/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/9fcacc1890992ebd650dca508478ea3a276a1ebe/packages/list/images/dividers.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0708ad010478b6186d6be52d3494f33bd4d40e17/packages/list/images/dividers.png" width="402px"> | ||
@@ -209,3 +209,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/9fcacc1890992ebd650dca508478ea3a276a1ebe/packages/list/images/check_list.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0708ad010478b6186d6be52d3494f33bd4d40e17/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/9fcacc1890992ebd650dca508478ea3a276a1ebe/packages/list/images/radio_list.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0708ad010478b6186d6be52d3494f33bd4d40e17/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/9fcacc1890992ebd650dca508478ea3a276a1ebe/packages/list/images/multi_radio_list.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0708ad010478b6186d6be52d3494f33bd4d40e17/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/9fcacc1890992ebd650dca508478ea3a276a1ebe/packages/list/images/noninteractive.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0708ad010478b6186d6be52d3494f33bd4d40e17/packages/list/images/noninteractive.png" width="402px"> | ||
@@ -304,3 +304,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/9fcacc1890992ebd650dca508478ea3a276a1ebe/packages/list/images/styled.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0708ad010478b6186d6be52d3494f33bd4d40e17/packages/list/images/styled.png" width="402px"> | ||
@@ -332,3 +332,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/9fcacc1890992ebd650dca508478ea3a276a1ebe/packages/list/images/styled_no_ripple.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0708ad010478b6186d6be52d3494f33bd4d40e17/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
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
232975
9
1960
+ Addedlit@^2.0.0
+ Added@material/mwc-base@0.26.0-canary.3a5d5f34.0(transitive)
+ Added@material/mwc-checkbox@0.26.0-canary.3a5d5f34.0(transitive)
+ Added@material/mwc-radio@0.26.0-canary.3a5d5f34.0(transitive)
+ Added@material/mwc-ripple@0.26.0-canary.3a5d5f34.0(transitive)
+ Addedlit@2.8.0(transitive)
- Removedlit-element@^3.0.0
- Removedlit-html@^2.0.0
- Removed@material/mwc-base@0.26.0-canary.07e91417.0(transitive)
- Removed@material/mwc-checkbox@0.26.0-canary.07e91417.0(transitive)
- Removed@material/mwc-radio@0.26.0-canary.07e91417.0(transitive)
- Removed@material/mwc-ripple@0.26.0-canary.07e91417.0(transitive)