2017-10-17 05:04:18 -05:00
|
|
|
export const GRID_CELL_HEIGHT = 30;
|
2019-12-18 07:30:17 -06:00
|
|
|
export const GRID_CELL_VMARGIN = 8;
|
2017-10-13 06:51:05 -05:00
|
|
|
export const GRID_COLUMN_COUNT = 24;
|
2017-12-20 05:33:33 -06:00
|
|
|
export const REPEAT_DIR_VERTICAL = 'v';
|
2021-10-10 23:33:04 -05:00
|
|
|
export const REPEAT_DIR_HORIZONTAL = 'h';
|
2017-10-13 06:51:05 -05:00
|
|
|
|
2017-11-27 05:22:52 -06:00
|
|
|
export const DEFAULT_PANEL_SPAN = 4;
|
|
|
|
export const DEFAULT_ROW_HEIGHT = 250;
|
|
|
|
export const MIN_PANEL_HEIGHT = GRID_CELL_HEIGHT * 3;
|
2017-12-26 06:20:45 -06:00
|
|
|
|
|
|
|
export const LS_PANEL_COPY_KEY = 'panel-copy';
|
2018-10-09 10:07:13 -05:00
|
|
|
|
2018-11-14 06:20:19 -06:00
|
|
|
export const PANEL_BORDER = 2;
|
2020-02-22 14:08:42 -06:00
|
|
|
|
|
|
|
export const EDIT_PANEL_ID = 23763571993;
|
2021-04-12 02:30:29 -05:00
|
|
|
|
2021-05-04 06:59:40 -05:00
|
|
|
export const DEFAULT_PER_PAGE_PAGINATION = 40;
|