Socket
Socket
Sign inDemoInstall

@material/mwc-base

Package Overview
Dependencies
Maintainers
19
Versions
721
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/mwc-base - npm Package Compare versions

Comparing version 0.15.0-canary.603d6eb3.0 to 0.15.0-canary.c29a683d.0

12

form-element.d.ts

@@ -18,12 +18,4 @@ /**

import { addHasRemoveClass, BaseElement, CustomEventListener, EventType, SpecificEventListener } from './base-element.js';
export { addHasRemoveClass, BaseElement, CustomEventListener, EventType, SpecificEventListener };
export interface HTMLElementWithRipple extends HTMLElement {
ripple?: RippleInterface;
}
export interface RippleInterface {
activate: (e?: Event) => void;
deactivate: () => void;
handleFocus: () => void;
handleBlur: () => void;
}
import { HTMLElementWithRipple, RippleInterface } from './utils.js';
export { addHasRemoveClass, BaseElement, CustomEventListener, EventType, HTMLElementWithRipple, RippleInterface, SpecificEventListener, };
export declare abstract class FormElement extends BaseElement {

@@ -30,0 +22,0 @@ /**

2

form-element.js

@@ -18,3 +18,3 @@ /**

import { addHasRemoveClass, BaseElement } from './base-element.js';
export { addHasRemoveClass, BaseElement };
export { addHasRemoveClass, BaseElement, };
export class FormElement extends BaseElement {

@@ -21,0 +21,0 @@ createRenderRoot() {

{
"name": "@material/mwc-base",
"version": "0.15.0-canary.603d6eb3.0",
"version": "0.15.0-canary.c29a683d.0",
"description": "",

@@ -12,5 +12,5 @@ "repository": {

"dependencies": {
"@material/base": "=6.0.0-canary.35a32aaea.0",
"@material/dom": "=6.0.0-canary.35a32aaea.0",
"@material/ripple": "=6.0.0-canary.35a32aaea.0",
"@material/base": "=6.0.0-canary.8707953b6.0",
"@material/dom": "=6.0.0-canary.8707953b6.0",
"@material/ripple": "=6.0.0-canary.8707953b6.0",
"lit-element": "^2.3.0",

@@ -25,3 +25,3 @@ "tslib": "^1.10.0"

},
"gitHead": "c12dabbae50536d5adf2b5a785d4a5009e53208f"
"gitHead": "8425a605fcff9f0247ba649d1c8b16a70fe79720"
}

@@ -19,2 +19,3 @@ /**

import {addHasRemoveClass, BaseElement, CustomEventListener, EventType, SpecificEventListener} from './base-element.js';
import {HTMLElementWithRipple, RippleInterface} from './utils.js';

@@ -26,16 +27,7 @@ export {

EventType,
SpecificEventListener
HTMLElementWithRipple,
RippleInterface,
SpecificEventListener,
};
export interface HTMLElementWithRipple extends HTMLElement {
ripple?: RippleInterface;
}
export interface RippleInterface {
activate: (e?: Event) => void;
deactivate: () => void;
handleFocus: () => void;
handleBlur: () => void;
}
export abstract class FormElement extends BaseElement {

@@ -42,0 +34,0 @@ /**

@@ -117,1 +117,12 @@ /**

};
export interface HTMLElementWithRipple extends HTMLElement {
ripple?: RippleInterface;
}
export interface RippleInterface {
activate: (e?: Event) => void;
deactivate: () => void;
handleFocus: () => void;
handleBlur: () => void;
}

@@ -36,1 +36,10 @@ /**

export declare const doesElementContainFocus: (element: HTMLElement) => boolean;
export interface HTMLElementWithRipple extends HTMLElement {
ripple?: RippleInterface;
}
export interface RippleInterface {
activate: (e?: Event) => void;
deactivate: () => void;
handleFocus: () => void;
handleBlur: () => void;
}

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