@material/mwc-formfield
Advanced tools
Comparing version 0.26.0 to 0.26.1
@@ -6,5 +6,5 @@ /** | ||
*/ | ||
import { MDCFormFieldAdapter } from '@material/form-field/adapter'; | ||
import MDCFormFieldFoundation from '@material/form-field/foundation'; | ||
import { BaseElement } from '@material/mwc-base/base-element'; | ||
import { MDCFormFieldAdapter } from '@material/form-field/adapter.js'; | ||
import MDCFormFieldFoundation from '@material/form-field/foundation.js'; | ||
import { BaseElement } from '@material/mwc-base/base-element.js'; | ||
export declare class FormfieldBase extends BaseElement { | ||
@@ -11,0 +11,0 @@ alignEnd: boolean; |
@@ -7,9 +7,9 @@ /** | ||
import { __decorate } from "tslib"; | ||
import MDCFormFieldFoundation from '@material/form-field/foundation'; | ||
import { BaseElement } from '@material/mwc-base/base-element'; | ||
import { FormElement } from '@material/mwc-base/form-element'; | ||
import { observer } from '@material/mwc-base/observer'; | ||
import MDCFormFieldFoundation from '@material/form-field/foundation.js'; | ||
import { BaseElement } from '@material/mwc-base/base-element.js'; | ||
import { FormElement } from '@material/mwc-base/form-element.js'; | ||
import { observer } from '@material/mwc-base/observer.js'; | ||
import { html } from 'lit'; | ||
import { property, query, queryAssignedNodes } from 'lit/decorators'; | ||
import { classMap } from 'lit/directives/class-map'; | ||
import { property, query, queryAssignedNodes } from 'lit/decorators.js'; | ||
import { classMap } from 'lit/directives/class-map.js'; | ||
export class FormfieldBase extends BaseElement { | ||
@@ -16,0 +16,0 @@ constructor() { |
@@ -6,3 +6,3 @@ /** | ||
*/ | ||
import { FormfieldBase } from './mwc-formfield-base'; | ||
import { FormfieldBase } from './mwc-formfield-base.js'; | ||
declare global { | ||
@@ -9,0 +9,0 @@ interface HTMLElementTagNameMap { |
@@ -9,5 +9,5 @@ /** | ||
// tslint:disable:strip-private-property-underscore | ||
import { customElement } from 'lit/decorators'; | ||
import { FormfieldBase } from './mwc-formfield-base'; | ||
import { styles } from './mwc-formfield.css'; | ||
import { customElement } from 'lit/decorators.js'; | ||
import { FormfieldBase } from './mwc-formfield-base.js'; | ||
import { styles } from './mwc-formfield.css.js'; | ||
let Formfield = class Formfield extends FormfieldBase { | ||
@@ -14,0 +14,0 @@ }; |
{ | ||
"name": "@material/mwc-formfield", | ||
"version": "0.26.0", | ||
"version": "0.26.1", | ||
"description": "Material Design formfield web component", | ||
@@ -19,4 +19,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/form-field": "=14.0.0", | ||
"@material/mwc-base": "^0.26.0", | ||
"@material/form-field": "=14.0.0-canary.53b3cad2f.0", | ||
"@material/mwc-base": "^0.26.1", | ||
"lit": "^2.0.0", | ||
@@ -26,8 +26,8 @@ "tslib": "^2.0.1" | ||
"devDependencies": { | ||
"@material/mwc-checkbox": "^0.26.0", | ||
"@material/mwc-radio": "^0.26.0", | ||
"@material/mwc-switch": "^0.26.0", | ||
"@material/rtl": "=14.0.0", | ||
"@material/theme": "=14.0.0", | ||
"@material/typography": "=14.0.0" | ||
"@material/mwc-checkbox": "^0.26.1", | ||
"@material/mwc-radio": "^0.26.1", | ||
"@material/mwc-switch": "^0.26.1", | ||
"@material/rtl": "=14.0.0-canary.53b3cad2f.0", | ||
"@material/theme": "=14.0.0-canary.53b3cad2f.0", | ||
"@material/typography": "=14.0.0-canary.53b3cad2f.0" | ||
}, | ||
@@ -40,3 +40,3 @@ "scripts": { | ||
}, | ||
"gitHead": "056b3ceffbe2fe3408dbdbb319932da85637e779" | ||
"gitHead": "06b516b7f91867acd0cbe5676767aea8f490cbee" | ||
} |
@@ -37,3 +37,3 @@ # `<mwc-formfield>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-formfield.svg)](https://www.npmjs.com/package/@material/mwc-formfield) | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/056b3ceffbe2fe3408dbdbb319932da85637e779/packages/formfield/images/with_checkbox.png" width="105px" height="40px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/06b516b7f91867acd0cbe5676767aea8f490cbee/packages/formfield/images/with_checkbox.png" width="105px" height="40px"> | ||
@@ -46,4 +46,4 @@ ```html | ||
<script type="module"> | ||
import '@material/mwc-checkbox'; | ||
import '@material/mwc-formfield'; | ||
import '@material/mwc-checkbox/mwc-checkbox.js'; | ||
import '@material/mwc-formfield/mwc-formfield.js'; | ||
</script> | ||
@@ -54,3 +54,3 @@ ``` | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/056b3ceffbe2fe3408dbdbb319932da85637e779/packages/formfield/images/nowrap.png" width="150px" height="40px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/06b516b7f91867acd0cbe5676767aea8f490cbee/packages/formfield/images/nowrap.png" width="150px" height="40px"> | ||
@@ -68,4 +68,4 @@ ```html | ||
<script type="module"> | ||
import '@material/mwc-checkbox'; | ||
import '@material/mwc-formfield'; | ||
import '@material/mwc-checkbox/mwc-checkbox.js'; | ||
import '@material/mwc-formfield/mwc-formfield.js'; | ||
</script> | ||
@@ -76,3 +76,3 @@ ``` | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/056b3ceffbe2fe3408dbdbb319932da85637e779/packages/formfield/images/with_radio.png" width="94px" height="80px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/06b516b7f91867acd0cbe5676767aea8f490cbee/packages/formfield/images/with_radio.png" width="94px" height="80px"> | ||
@@ -95,4 +95,4 @@ ```html | ||
<script type="module"> | ||
import '@material/mwc-radio'; | ||
import '@material/mwc-formfield'; | ||
import '@material/mwc-radio/mwc-radio.js'; | ||
import '@material/mwc-formfield/mwc-formfield.js'; | ||
</script> | ||
@@ -103,3 +103,3 @@ ``` | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/056b3ceffbe2fe3408dbdbb319932da85637e779/packages/formfield/images/with_switch.png" width="160px" height="48px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/06b516b7f91867acd0cbe5676767aea8f490cbee/packages/formfield/images/with_switch.png" width="160px" height="48px"> | ||
@@ -112,4 +112,4 @@ ```html | ||
<script type="module"> | ||
import '@material/mwc-switch'; | ||
import '@material/mwc-formfield'; | ||
import '@material/mwc-switch/mwc-switch.js'; | ||
import '@material/mwc-formfield/mwc-formfield.js'; | ||
</script> | ||
@@ -116,0 +116,0 @@ ``` |
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
36282