@seliaco/giant-panda-components
Advanced tools
Comparing version 1.0.37 to 1.0.38
@@ -14,2 +14,3 @@ import { LitElement } from 'lit'; | ||
type?: ColumnType; | ||
sort?: boolean; | ||
} | ||
@@ -21,8 +22,9 @@ export declare class TableComponent extends LitElement { | ||
total: number; | ||
currentPage: number; | ||
loading: boolean; | ||
lang: string; | ||
sortColumnId: string; | ||
sortAscending: boolean; | ||
showFooter: boolean; | ||
private currentPage; | ||
sortState: { | ||
[key: string]: 'off' | 'asc' | 'desc'; | ||
}; | ||
static styles: import("lit").CSSResult; | ||
@@ -29,0 +31,0 @@ private changePage; |
@@ -0,5 +1,10 @@ | ||
export declare const cssImport: import("lit").CSSResult; | ||
export declare const cssIconImport: import("lit").CSSResult; | ||
export declare const cssTypograghImport: import("lit").CSSResult; | ||
export declare const linkImport: import("lit-html").TemplateResult<1>; | ||
export declare const cssImport: import("lit").CSSResult; | ||
export declare const linkIconImport: import("lit-html").TemplateResult<1>; | ||
export declare const linkTypograghImport: import("lit-html").TemplateResult<1>; | ||
export declare const linkStyle = "https://unpkg.com/@seliaco/giant-panda-styles/style.css"; | ||
export declare const linkIconStyle = "https://unpkg.com/@seliaco/giant-panda-styles/icons.css"; | ||
export declare const linkTypograghStyle = "https://unpkg.com/@seliaco/giant-panda-styles/typography.css"; | ||
//# sourceMappingURL=css-import.d.ts.map |
{ | ||
"version": "1.0.37", | ||
"version": "1.0.38", | ||
"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
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
113584
61
2526