export const CELL_SELECTED = 'selected'; export const CELL_SELECTED_TOP = 'selected-top'; export const CELL_SELECTED_BOTTOM = 'selected-bottom'; export const CELL_SELECTED_LEFT = 'selected-left'; export const CELL_SELECTED_RIGHT = 'selected-right'; export const CELL_CALCULATING = 'calculating'; export const CELL_CALCULATING_TOP = 'calculating-top'; export const CELL_CALCULATING_LEFT = 'calculating-left'; export const CELL_CALCULATING_RIGHT = 'calculating-right'; export const CELL_CALCULATING_BOTTOM = 'calculating-bottom'; export const CELL_CLICKED = 'clicked'; export const CELL_EDITING = 'editing'; export const CELL_EDITABLE = 'editable'; export const HEADER_GROUP_OUTER_BOX = 'header-group-outer-box'; export const HEADER_GROUP_INNER_BOX = 'header-group-inner-box'; export const HEADER_GROUP_ROW = 'header-group-row'; export const HEADER_COLUMN_ROW = 'header-column-row'; export const HEADER_COLUMN_TITLE = 'header-column-title'; export const BODY_ROW_CONTAINER = 'body-row-container'; export const BODY_ROW_TREE_LEVEL = 'tree-level-row'; export const BOTTOM_BLOCK = 'bottom-block';