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.24f5fa6e.0 to 0.14.0-canary.2b02d017.0

2

mwc-formfield-base.js

@@ -7,3 +7,3 @@ import { __decorate } from "tslib";

import { html, property, query } from 'lit-element';
import { classMap } from 'lit-html/directives/class-map';
import { classMap } from 'lit-html/directives/class-map.js';
export class FormfieldBase extends BaseElement {

@@ -10,0 +10,0 @@ constructor() {

{
"name": "@material/mwc-formfield",
"version": "0.14.0-canary.24f5fa6e.0",
"version": "0.14.0-canary.2b02d017.0",
"description": "",

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

"dependencies": {
"@material/form-field": "=6.0.0-canary.69edc6e28.0",
"@material/mwc-base": "0.14.0-canary.24f5fa6e.0",
"@material/form-field": "=6.0.0-canary.9cf5e9842.0",
"@material/mwc-base": "0.14.0-canary.2b02d017.0",
"lit-element": "^2.2.1",

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

},
"gitHead": "e884595521a6f82f63b8dec96fc4450410e37a09"
"gitHead": "2f2999d0bc0326feb2bf856866fd9238c59ca246"
}

@@ -27,3 +27,3 @@ # `<mwc-formfield>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-formfield.svg)](https://www.npmjs.com/package/@material/mwc-formfield)

> tooling step is required to resolve *bare module specifiers*, as well as
> transpilation and polyfills for Edge and IE11. See
> transpilation and polyfills for IE11. See
> [here](https://github.com/material-components/material-components-web-components#quick-start)

@@ -36,3 +36,3 @@ > for detailed instructions.

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/e884595521a6f82f63b8dec96fc4450410e37a09/packages/formfield/images/with_checkbox.png" width="105px" height="40px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/2f2999d0bc0326feb2bf856866fd9238c59ca246/packages/formfield/images/with_checkbox.png" width="105px" height="40px">

@@ -52,3 +52,3 @@ ```html

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

@@ -78,3 +78,3 @@ ```html

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

@@ -81,0 +81,0 @@ ```html

@@ -23,3 +23,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';

@@ -83,3 +83,3 @@ export class FormfieldBase extends BaseElement {

// be emitted into the runtime, which will cause an "HTMLSlotElement is
// undefined" error in browsers that don't define it (e.g. Edge and IE11).
// undefined" error in browsers that don't define it (e.g. IE11).
@query('slot') protected slotEl!: HTMLElement;

@@ -86,0 +86,0 @@

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