@loadsmart/miranda-wc
Advanced tools
Comparing version 1.25.1 to 1.25.2
@@ -63,3 +63,2 @@ import { type PropertyValues } from 'lit'; | ||
render(): import("lit-html").TemplateResult<1>; | ||
private handleClick; | ||
} | ||
@@ -66,0 +65,0 @@ declare global { |
@@ -20,3 +20,2 @@ import { LitElement } from 'lit'; | ||
* Should the card be flagged. | ||
* @type {Boolean} | ||
*/ | ||
@@ -26,5 +25,4 @@ flagged: CardProps['flagged']; | ||
* Card flag color. | ||
* @type {ColorToken} | ||
*/ | ||
flagColor: CardProps['flag-color']; | ||
flagColor: NonNullable<CardProps['flag-color']>; | ||
constructor(); | ||
@@ -31,0 +29,0 @@ render(): import("lit-html").TemplateResult<1>; |
import { LitElement } from 'lit'; | ||
export declare class Component extends LitElement { | ||
protected emit<T>(eventName: string, options?: CustomEventInit<T>): void; | ||
protected emit: <T>(eventName: string, options?: CustomEventInit<T> | undefined) => void; | ||
/** | ||
@@ -19,4 +19,4 @@ * Re-dispatches an event. | ||
*/ | ||
protected reemit(event: Event): void; | ||
protected reemit: (event: Event) => void; | ||
} | ||
//# sourceMappingURL=component.d.ts.map |
@@ -16,5 +16,4 @@ import { LitElement, type PropertyValues } from 'lit'; | ||
protected updated(changedProperties: PropertyValues<this>): void; | ||
private getAssignedForm; | ||
} | ||
export default FormControl; | ||
//# sourceMappingURL=form-control.d.ts.map |
@@ -39,3 +39,2 @@ import { LitElement, PropertyValues } from 'lit'; | ||
render(): import("lit-html").TemplateResult<1>; | ||
handleClick(event: MouseEvent): void; | ||
} | ||
@@ -42,0 +41,0 @@ declare global { |
{ | ||
"name": "@loadsmart/miranda-wc", | ||
"version": "1.25.1", | ||
"version": "1.25.2", | ||
"description": "Miranda Web Components component library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
510698
3683