@mezzanine-ui/core
Advanced tools
Comparing version 0.4.0 to 0.5.0
{ | ||
"name": "@mezzanine-ui/core", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Core for mezzanine-ui", | ||
@@ -5,0 +5,0 @@ "author": "Mezzanine", |
@@ -39,2 +39,3 @@ export declare const tablePrefix = "mzn-table"; | ||
renderTitle?(classes: typeof tableClasses): any; | ||
renderTooltipTitle?(source: SourceType): string; | ||
align?: 'start' | 'center' | 'end'; | ||
@@ -50,2 +51,4 @@ bodyClassName?: string; | ||
ellipsis?: boolean; | ||
/** force display tooltip whenever content is hovered */ | ||
forceShownTooltipWhenHovered?: boolean; | ||
}; | ||
@@ -52,0 +55,0 @@ export declare type TableFetchMore = { |
Sorry, the diff of this file is not supported yet
174399
359
2037