@seliaco/giant-panda-components
Advanced tools
Comparing version 1.0.43 to 1.0.44
@@ -1,3 +0,3 @@ | ||
import { LitElement } from 'lit'; | ||
export declare class FieldComponent extends LitElement { | ||
declare const FieldComponent_base: any; | ||
export declare class FieldComponent extends FieldComponent_base { | ||
id: string; | ||
@@ -10,5 +10,6 @@ label: string; | ||
get fieldClasses(): string; | ||
getSlot(slotName: string): Element; | ||
getSlot(slotName: string): any; | ||
render(): import("lit-html").TemplateResult<1>; | ||
} | ||
export {}; | ||
//# sourceMappingURL=FieldComponent.d.ts.map |
@@ -1,13 +0,6 @@ | ||
import { LitElement } from 'lit'; | ||
export declare class InputComponent extends LitElement { | ||
declare const InputComponent_base: any; | ||
export declare class InputComponent extends InputComponent_base { | ||
type: string; | ||
placeholder: string; | ||
label: string; | ||
value: string; | ||
iconRight: string; | ||
hasError: boolean; | ||
private handleChange; | ||
private getInputClasses; | ||
showIconRight(): import("lit-html").TemplateResult<1> | ""; | ||
render(): import("lit-html").TemplateResult<1>; | ||
setValue(event: Event): void; | ||
} | ||
@@ -19,2 +12,3 @@ declare global { | ||
} | ||
export {}; | ||
//# sourceMappingURL=InputComponent.d.ts.map |
{ | ||
"version": "1.0.43", | ||
"version": "1.0.44", | ||
"name": "@seliaco/giant-panda-components", | ||
@@ -4,0 +4,0 @@ "type": "module", |
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
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
114589
2576