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

@material/mwc-formfield

Package Overview
Dependencies
Maintainers
19
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.14.0-canary.3a79dfa6.0 to 0.14.0-canary.4e250cbc.0

3

mwc-formfield-base.js
import { __decorate } from "tslib";
import MDCFormFieldFoundation from '@material/form-field/foundation.js';
import { BaseElement, observer } from '@material/mwc-base/base-element.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 { findAssignedElement } from '@material/mwc-base/utils.js';

@@ -6,0 +7,0 @@ import { html, property, query } from 'lit-element';

{
"name": "@material/mwc-formfield",
"version": "0.14.0-canary.3a79dfa6.0",
"version": "0.14.0-canary.4e250cbc.0",
"description": "",

@@ -18,4 +18,4 @@ "main": "mwc-formfield.js",

"dependencies": {
"@material/form-field": "=6.0.0-canary.bd33cb56b.0",
"@material/mwc-base": "0.14.0-canary.3a79dfa6.0",
"@material/form-field": "=6.0.0-canary.776291ef0.0",
"@material/mwc-base": "0.14.0-canary.4e250cbc.0",
"lit-element": "^2.2.1",

@@ -28,3 +28,3 @@ "lit-html": "^1.1.2",

},
"gitHead": "d8c4d68989d9c1489104002dc0f43cfb89ad0488"
"gitHead": "8e0b10a13a5b20d13409bc4bec6f11a4ff757663"
}

@@ -35,3 +35,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/d8c4d68989d9c1489104002dc0f43cfb89ad0488/packages/formfield/images/with_checkbox.png" width="105px" height="40px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/8e0b10a13a5b20d13409bc4bec6f11a4ff757663/packages/formfield/images/with_checkbox.png" width="105px" height="40px">

@@ -51,3 +51,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/d8c4d68989d9c1489104002dc0f43cfb89ad0488/packages/formfield/images/with_radio.png" width="94px" height="80px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/8e0b10a13a5b20d13409bc4bec6f11a4ff757663/packages/formfield/images/with_radio.png" width="94px" height="80px">

@@ -77,3 +77,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/d8c4d68989d9c1489104002dc0f43cfb89ad0488/packages/formfield/images/with_switch.png" width="160px" height="48px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/8e0b10a13a5b20d13409bc4bec6f11a4ff757663/packages/formfield/images/with_switch.png" width="160px" height="48px">

@@ -80,0 +80,0 @@ ```html

@@ -19,4 +19,5 @@ /**

import MDCFormFieldFoundation from '@material/form-field/foundation.js';
import {BaseElement, EventType, observer, SpecificEventListener} from '@material/mwc-base/base-element.js';
import {BaseElement, EventType, SpecificEventListener} 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 {findAssignedElement} from '@material/mwc-base/utils.js';

@@ -23,0 +24,0 @@ import {html, property, query} from 'lit-element';

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