@seliaco/giant-panda-components
Advanced tools
Comparing version 1.0.33 to 1.0.34
@@ -5,2 +5,3 @@ export { ButtonComponent } from './ButtonComponent'; | ||
export { OTPComponent } from './OTPComponent'; | ||
export { DataZeroComponent } from './DataZeroComponent'; | ||
export * from './wrapper'; | ||
@@ -7,0 +8,0 @@ export * from './fields'; |
import { LitElement } from 'lit'; | ||
declare enum ColumnType { | ||
TEXT = "text", | ||
NUMBER = "number", | ||
DATE = "date", | ||
BOOLEAN = "boolean", | ||
CUSTOM = "custom" | ||
} | ||
interface Column { | ||
id: string; | ||
text: string; | ||
type?: ColumnType; | ||
} | ||
@@ -13,4 +21,6 @@ export declare class TableComponent extends LitElement { | ||
sortAscending: boolean; | ||
showFooter: boolean; | ||
static styles: import("lit").CSSResult; | ||
get headerHtml(): import("lit-html").TemplateResult<1>; | ||
get contentHtml(): import("lit-html").TemplateResult<1>; | ||
get footerHtml(): import("lit-html").TemplateResult<1>; | ||
@@ -17,0 +27,0 @@ private next; |
export declare const assets: { | ||
logotipo: string; | ||
datazero: string; | ||
}; | ||
//# sourceMappingURL=assets.d.ts.map |
{ | ||
"version": "1.0.33", | ||
"version": "1.0.34", | ||
"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 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
98198
55
2058