@material/mwc-formfield
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -17,3 +17,3 @@ /** | ||
*/ | ||
import { BaseElement, Foundation, Adapter } from '@material/mwc-base/base-element'; | ||
import { BaseElement, Foundation, Adapter } from '@material/mwc-base/base-element.js'; | ||
export interface FormFieldFoundation extends Foundation { | ||
@@ -20,0 +20,0 @@ } |
@@ -23,8 +23,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
*/ | ||
import { html, BaseElement, property, query, observer } from '@material/mwc-base/base-element'; | ||
import { FormElement } from '@material/mwc-base/form-element'; | ||
import { classMap } from 'lit-html/directives/classMap'; | ||
import { findAssignedElement } from '@material/mwc-base/utils'; | ||
import { style } from './mwc-formfield-css'; | ||
import MDCFormFieldFoundation from '@material/form-field/foundation'; | ||
import { html, BaseElement, property, query, observer } from '@material/mwc-base/base-element.js'; | ||
import { FormElement } from '@material/mwc-base/form-element.js'; | ||
import { classMap } from 'lit-html/directives/classMap.js'; | ||
import { findAssignedElement } from '@material/mwc-base/utils.js'; | ||
import { style } from './mwc-formfield-css.js'; | ||
import MDCFormFieldFoundation from '@material/form-field/foundation.js'; | ||
export class Formfield extends BaseElement { | ||
@@ -31,0 +31,0 @@ constructor() { |
{ | ||
"name": "@material/mwc-formfield", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "", | ||
@@ -13,4 +13,5 @@ "main": "mwc-formfield.js", | ||
"@material/form-field": "^0.40.0", | ||
"@material/mwc-base": "^0.3.0", | ||
"@polymer/lit-element": "^0.6.1" | ||
"@material/mwc-base": "^0.3.1", | ||
"@polymer/lit-element": "^0.6.2", | ||
"lit-html": "^0.12.0" | ||
}, | ||
@@ -17,0 +18,0 @@ "publishConfig": { |
@@ -17,8 +17,8 @@ /** | ||
*/ | ||
import {html, BaseElement, Foundation, Adapter, property, query, observer} from '@material/mwc-base/base-element'; | ||
import {FormElement} from '@material/mwc-base/form-element'; | ||
import {classMap} from 'lit-html/directives/classMap'; | ||
import {findAssignedElement} from '@material/mwc-base/utils'; | ||
import {style} from './mwc-formfield-css'; | ||
import MDCFormFieldFoundation from '@material/form-field/foundation'; | ||
import {html, BaseElement, Foundation, Adapter, property, query, observer} from '@material/mwc-base/base-element.js'; | ||
import {FormElement} from '@material/mwc-base/form-element.js'; | ||
import {classMap} from 'lit-html/directives/classMap.js'; | ||
import {findAssignedElement} from '@material/mwc-base/utils.js'; | ||
import {style} from './mwc-formfield-css.js'; | ||
import MDCFormFieldFoundation from '@material/form-field/foundation.js'; | ||
@@ -25,0 +25,0 @@ export interface FormFieldFoundation extends Foundation { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
26033
0
4
+ Addedlit-html@^0.12.0
+ Addedlit-html@0.12.0(transitive)
Updated@material/mwc-base@^0.3.1
Updated@polymer/lit-element@^0.6.2