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.1 to 0.8.0

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,7 +0,2 @@

var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
return c > 3 && r && Object.defineProperty(target, key, r), r;
};
import { __decorate } from "tslib";
import MDCFormFieldFoundation from '@material/form-field/foundation.js';

@@ -8,0 +3,0 @@ import { BaseElement, classMap, html, observer, property, query } from '@material/mwc-base/base-element.js';

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

@@ -1,7 +0,2 @@

var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
return c > 3 && r && Object.defineProperty(target, key, r), r;
};
import { __decorate } from "tslib";
/**

@@ -8,0 +3,0 @@ @license

{
"name": "@material/mwc-formfield",
"version": "0.7.1",
"version": "0.8.0",
"description": "",

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

"@material/form-field": "^3.0.0",
"@material/mwc-base": "^0.7.0"
"@material/mwc-base": "^0.8.0",
"tslib": "^1.10.0"
},

@@ -25,3 +26,3 @@ "publishConfig": {

},
"gitHead": "f8389e38b66e6261a8578f4a748efcb7367da176"
"gitHead": "e47de0d9d6e556ce8c4b0b92f87be25a3e18da79"
}

Sorry, the diff of this file is not supported yet

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