@material/mwc-list
Advanced tools
Comparing version 0.24.0-canary.9830d665.0 to 0.24.0-canary.9cd7e927.0
@@ -14,4 +14,4 @@ /** | ||
graphic: GraphicType; | ||
render(): import("lit-element").TemplateResult; | ||
render(): import("lit-html").TemplateResult<1>; | ||
protected onChange(evt: Event): Promise<void>; | ||
} |
@@ -11,3 +11,3 @@ /** | ||
import { html, property, query } from 'lit-element'; | ||
import { classMap } from 'lit-html/directives/class-map'; | ||
import { classMap } from 'lit-html/directives/class-map.js'; | ||
import { ListItemBase } from './mwc-list-item-base'; | ||
@@ -14,0 +14,0 @@ export class CheckListItemBase extends ListItemBase { |
@@ -39,3 +39,3 @@ /** | ||
itemsReady: Promise<never[]>; | ||
protected getUpdateComplete(): Promise<unknown>; | ||
protected getUpdateComplete(): Promise<boolean>; | ||
protected items_: ListItemBase[]; | ||
@@ -46,4 +46,4 @@ get items(): ListItemBase[]; | ||
get index(): MWCListIndex; | ||
render(): import("lit-element").TemplateResult; | ||
renderPlaceholder(): import("lit-element").TemplateResult | null; | ||
render(): import("lit-html").TemplateResult<1>; | ||
renderPlaceholder(): import("lit-html").TemplateResult<1> | null; | ||
firstUpdated(): void; | ||
@@ -50,0 +50,0 @@ protected onFocusIn(evt: FocusEvent): void; |
@@ -14,3 +14,3 @@ /** | ||
import { html, property, query, queryAssignedNodes } from 'lit-element'; | ||
import { ifDefined } from 'lit-html/directives/if-defined'; | ||
import { ifDefined } from 'lit-html/directives/if-defined.js'; | ||
import MDCListFoundation, { isIndexSet } from './mwc-list-foundation'; | ||
@@ -17,0 +17,0 @@ export { createSetFromIndex, isEventMulti, isIndexSet } from './mwc-list-foundation'; |
@@ -50,9 +50,9 @@ /** | ||
get text(): string; | ||
render(): import("lit-element").TemplateResult; | ||
protected renderRipple(): import("lit-element").TemplateResult | ""; | ||
protected renderGraphic(): import("lit-element").TemplateResult; | ||
protected renderMeta(): import("lit-element").TemplateResult; | ||
protected renderText(): import("lit-element").TemplateResult; | ||
protected renderSingleLine(): import("lit-element").TemplateResult; | ||
protected renderTwoline(): import("lit-element").TemplateResult; | ||
render(): import("lit-html").TemplateResult<1>; | ||
protected renderRipple(): import("lit-html").TemplateResult<1> | ""; | ||
protected renderGraphic(): import("lit-html").TemplateResult<1>; | ||
protected renderMeta(): import("lit-html").TemplateResult<1>; | ||
protected renderText(): import("lit-html").TemplateResult<1>; | ||
protected renderSingleLine(): import("lit-html").TemplateResult<1>; | ||
protected renderTwoline(): import("lit-html").TemplateResult<1>; | ||
protected onClick(): void; | ||
@@ -59,0 +59,0 @@ protected onDown(upName: string, evt: Event): void; |
@@ -13,3 +13,3 @@ /** | ||
import { html, LitElement, property, query, queryAsync, state } from 'lit-element'; | ||
import { classMap } from 'lit-html/directives/class-map'; | ||
import { classMap } from 'lit-html/directives/class-map.js'; | ||
/** | ||
@@ -16,0 +16,0 @@ * @fires request-selected {RequestSelectedDetail} |
@@ -15,5 +15,5 @@ /** | ||
protected _changeFromClick: boolean; | ||
render(): import("lit-element").TemplateResult; | ||
render(): import("lit-html").TemplateResult<1>; | ||
protected onClick(): void; | ||
protected onChange(evt: Event): Promise<void>; | ||
} |
@@ -11,4 +11,4 @@ /** | ||
import { html, property, query } from 'lit-element'; | ||
import { classMap } from 'lit-html/directives/class-map'; | ||
import { ifDefined } from 'lit-html/directives/if-defined'; | ||
import { classMap } from 'lit-html/directives/class-map.js'; | ||
import { ifDefined } from 'lit-html/directives/if-defined.js'; | ||
import { ListItemBase } from './mwc-list-item-base'; | ||
@@ -15,0 +15,0 @@ export class RadioListItemBase extends ListItemBase { |
{ | ||
"name": "@material/mwc-list", | ||
"version": "0.24.0-canary.9830d665.0", | ||
"version": "0.24.0-canary.9cd7e927.0", | ||
"description": "Material Design list web component", | ||
@@ -14,22 +14,22 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/base": "=13.0.0-canary.864798678.0", | ||
"@material/dom": "=13.0.0-canary.864798678.0", | ||
"@material/list": "=13.0.0-canary.864798678.0", | ||
"@material/mwc-base": "0.24.0-canary.9830d665.0", | ||
"@material/mwc-checkbox": "0.24.0-canary.9830d665.0", | ||
"@material/mwc-radio": "0.24.0-canary.9830d665.0", | ||
"@material/mwc-ripple": "0.24.0-canary.9830d665.0", | ||
"lit-element": "^2.5.1", | ||
"lit-html": "^1.4.1", | ||
"@material/base": "=13.0.0-canary.818f4ee93.0", | ||
"@material/dom": "=13.0.0-canary.818f4ee93.0", | ||
"@material/list": "=13.0.0-canary.818f4ee93.0", | ||
"@material/mwc-base": "0.24.0-canary.9cd7e927.0", | ||
"@material/mwc-checkbox": "0.24.0-canary.9cd7e927.0", | ||
"@material/mwc-radio": "0.24.0-canary.9cd7e927.0", | ||
"@material/mwc-ripple": "0.24.0-canary.9cd7e927.0", | ||
"lit-element": "3.0.0-rc.4", | ||
"lit-html": "2.0.0-rc.5", | ||
"tslib": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@material/density": "=13.0.0-canary.864798678.0", | ||
"@material/feature-targeting": "=13.0.0-canary.864798678.0", | ||
"@material/mwc-icon": "0.24.0-canary.9830d665.0", | ||
"@material/mwc-menu": "0.24.0-canary.9830d665.0", | ||
"@material/ripple": "=13.0.0-canary.864798678.0", | ||
"@material/rtl": "=13.0.0-canary.864798678.0", | ||
"@material/theme": "=13.0.0-canary.864798678.0", | ||
"@material/typography": "=13.0.0-canary.864798678.0" | ||
"@material/density": "=13.0.0-canary.818f4ee93.0", | ||
"@material/feature-targeting": "=13.0.0-canary.818f4ee93.0", | ||
"@material/mwc-icon": "0.24.0-canary.9cd7e927.0", | ||
"@material/mwc-menu": "0.24.0-canary.9cd7e927.0", | ||
"@material/ripple": "=13.0.0-canary.818f4ee93.0", | ||
"@material/rtl": "=13.0.0-canary.818f4ee93.0", | ||
"@material/theme": "=13.0.0-canary.818f4ee93.0", | ||
"@material/typography": "=13.0.0-canary.818f4ee93.0" | ||
}, | ||
@@ -42,3 +42,3 @@ "scripts": { | ||
}, | ||
"gitHead": "964716e9985c1d08cbf280a6c7a4093be800c67d" | ||
"gitHead": "cdc8741747c55134790f2334cd48c000ef607804" | ||
} |
@@ -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/964716e9985c1d08cbf280a6c7a4093be800c67d/packages/list/images/header.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/cdc8741747c55134790f2334cd48c000ef607804/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/964716e9985c1d08cbf280a6c7a4093be800c67d/packages/list/images/basic.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/cdc8741747c55134790f2334cd48c000ef607804/packages/list/images/basic.png" width="402px"> | ||
@@ -52,3 +52,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/964716e9985c1d08cbf280a6c7a4093be800c67d/packages/list/images/activatable.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/cdc8741747c55134790f2334cd48c000ef607804/packages/list/images/activatable.png" width="402px"> | ||
@@ -66,3 +66,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/964716e9985c1d08cbf280a6c7a4093be800c67d/packages/list/images/multi.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/cdc8741747c55134790f2334cd48c000ef607804/packages/list/images/multi.png" width="402px"> | ||
@@ -82,3 +82,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/964716e9985c1d08cbf280a6c7a4093be800c67d/packages/list/images/leading_graphic.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/cdc8741747c55134790f2334cd48c000ef607804/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/964716e9985c1d08cbf280a6c7a4093be800c67d/packages/list/images/meta_icon.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/cdc8741747c55134790f2334cd48c000ef607804/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/964716e9985c1d08cbf280a6c7a4093be800c67d/packages/list/images/two_line.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/cdc8741747c55134790f2334cd48c000ef607804/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/964716e9985c1d08cbf280a6c7a4093be800c67d/packages/list/images/dividers.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/cdc8741747c55134790f2334cd48c000ef607804/packages/list/images/dividers.png" width="402px"> | ||
@@ -209,3 +209,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/964716e9985c1d08cbf280a6c7a4093be800c67d/packages/list/images/check_list.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/cdc8741747c55134790f2334cd48c000ef607804/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/964716e9985c1d08cbf280a6c7a4093be800c67d/packages/list/images/radio_list.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/cdc8741747c55134790f2334cd48c000ef607804/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/964716e9985c1d08cbf280a6c7a4093be800c67d/packages/list/images/multi_radio_list.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/cdc8741747c55134790f2334cd48c000ef607804/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/964716e9985c1d08cbf280a6c7a4093be800c67d/packages/list/images/noninteractive.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/cdc8741747c55134790f2334cd48c000ef607804/packages/list/images/noninteractive.png" width="402px"> | ||
@@ -304,3 +304,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/964716e9985c1d08cbf280a6c7a4093be800c67d/packages/list/images/styled.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/cdc8741747c55134790f2334cd48c000ef607804/packages/list/images/styled.png" width="402px"> | ||
@@ -332,3 +332,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/964716e9985c1d08cbf280a6c7a4093be800c67d/packages/list/images/styled_no_ripple.png" width="402px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/cdc8741747c55134790f2334cd48c000ef607804/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
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
232697
+ Added@lit/reactive-element@1.0.0-rc.4(transitive)
+ Added@material/mwc-base@0.24.0-canary.9cd7e927.0(transitive)
+ Added@material/mwc-checkbox@0.24.0-canary.9cd7e927.0(transitive)
+ Added@material/mwc-radio@0.24.0-canary.9cd7e927.0(transitive)
+ Added@material/mwc-ripple@0.24.0-canary.9cd7e927.0(transitive)
+ Added@types/trusted-types@2.0.7(transitive)
+ Addedlit-element@3.0.0-rc.4(transitive)
+ Addedlit-html@2.0.0-rc.5(transitive)
- Removed@material/mwc-base@0.24.0-canary.9830d665.0(transitive)
- Removed@material/mwc-checkbox@0.24.0-canary.9830d665.0(transitive)
- Removed@material/mwc-radio@0.24.0-canary.9830d665.0(transitive)
- Removed@material/mwc-ripple@0.24.0-canary.9830d665.0(transitive)
- Removedlit-element@2.5.1(transitive)
- Removedlit-html@1.4.1(transitive)
Updatedlit-element@3.0.0-rc.4
Updatedlit-html@2.0.0-rc.5