@seliaco/giant-panda-components
Advanced tools
Comparing version 1.0.49 to 1.0.50
@@ -5,2 +5,3 @@ export { FieldComponent } from './FieldComponent'; | ||
export { EmailComponent } from './EmailComponent'; | ||
export { SearchComponent } from './SearchComponent'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -8,5 +8,9 @@ import { LitElement } from 'lit'; | ||
static styles: import("lit").CSSResult; | ||
connectedCallback(): void; | ||
disconnectedCallback(): void; | ||
private handleInput; | ||
private handleKeyDown; | ||
private handlePaste; | ||
private classResolver; | ||
private validDigits; | ||
render(): import("lit-html").TemplateResult<1>; | ||
@@ -13,0 +17,0 @@ } |
@@ -6,5 +6,5 @@ import { LitElement } from 'lit'; | ||
MOVEMENT = "movement", | ||
DATE = "date", | ||
BOOLEAN = "boolean", | ||
CUSTOM = "custom" | ||
STATUS = "status", | ||
ACTIONS = "actions", | ||
LINK = "link" | ||
} | ||
@@ -16,2 +16,6 @@ interface Column { | ||
sort?: boolean; | ||
actions?: { | ||
text: string; | ||
icon: string; | ||
}[]; | ||
} | ||
@@ -18,0 +22,0 @@ export declare class TableComponent extends LitElement { |
{ | ||
"version": "1.0.49", | ||
"version": "1.0.50", | ||
"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 not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
121291
67
2734