Socket
Socket
Sign inDemoInstall

@material/mwc-formfield

Package Overview
Dependencies
Maintainers
15
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.7.0 to 0.7.1

26

mwc-formfield-base.d.ts

@@ -17,17 +17,17 @@ /**

*/
import { MDCFormFieldAdapter } from '@material/form-field/adapter.js';
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';
import {BaseElement} from '@material/mwc-base/base-element.js';
export declare class FormfieldBase extends BaseElement {
alignEnd: boolean;
label: string;
protected mdcRoot: HTMLElement;
protected mdcFoundation: MDCFormFieldFoundation;
protected readonly mdcFoundationClass: typeof MDCFormFieldFoundation;
protected createAdapter(): MDCFormFieldAdapter;
protected slotEl: HTMLElement;
protected labelEl: HTMLLabelElement;
protected readonly input: HTMLElement | null;
protected render(): import("lit-html/lib/template-result").TemplateResult;
private _labelClick;
alignEnd: boolean;
label: string;
protected mdcRoot: HTMLElement;
protected mdcFoundation: MDCFormFieldFoundation;
protected readonly mdcFoundationClass: typeof MDCFormFieldFoundation;
protected createAdapter(): MDCFormFieldAdapter;
protected slotEl: HTMLElement;
protected labelEl: HTMLLabelElement;
protected readonly input: HTMLElement|null;
protected render(): import('lit-html/lib/template-result').TemplateResult;
private _labelClick;
}

@@ -1,9 +0,9 @@

import { FormfieldBase } from './mwc-formfield-base.js';
import {FormfieldBase} from './mwc-formfield-base.js';
declare global {
interface HTMLElementTagNameMap {
'mwc-formfield': Formfield;
}
interface HTMLElementTagNameMap {
'mwc-formfield': Formfield;
}
}
export declare class Formfield extends FormfieldBase {
static styles: import("lit-element/lib/css-tag").CSSResult;
static styles: import('lit-element/lib/css-tag').CSSResult;
}
{
"name": "@material/mwc-formfield",
"version": "0.7.0",
"version": "0.7.1",
"description": "",
"main": "mwc-formfield.js",
"module": "mwc-formfield.js",
"repository": {

@@ -23,3 +24,3 @@ "type": "git",

},
"gitHead": "c8c5d01ad2103af63e3d7656b5d1acc5ccaa05db"
"gitHead": "f8389e38b66e6261a8578f4a748efcb7367da176"
}
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