Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@material/mwc-formfield

Package Overview
Dependencies
Maintainers
13
Versions
720
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/mwc-formfield - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

mwc-formfield.d.ts

@@ -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

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