ngx-table-powerfull
Version:
Table with catalog of functionalities for free use based on the ngx-datatable component and other components
18 lines (17 loc) • 651 B
TypeScript
export declare enum ThemeTypes {
BOOSTRAP = "boostrap",
MATERIAL = "material"
}
export declare enum StylesTypes {
PRIMARY_COLOR = "--primary-color",
HOVER_ROW_COLOR = "--hover-row-color",
SECONDARY_COLOR = "--secondary-color",
HEADER_BACKGROUND = "--header-background",
HEADER_FONT_COLOR = "--header-font-color",
BORDER_TABLE_COLOR = "--border-table-color",
RESIZE_COLUMNS = "--resize-columns",
DROPDOWN_BORDER = "--dropdown-border",
DROPDOWN_BORDER_RADIUS = "--dropdown-border-radius",
DROPDOWN_BORDER_BOTTOM = "--dropdown-border-bottom",
BOX_SHADOW_TABLE = "--box-shadow-table"
}