UNPKG

@kelvininc/ui-components

Version:
14 lines (13 loc) 735 B
export declare const DEFAULT_HEADER_TITLE = "Custom Interval"; export declare const DATE_INPUT_PLACEHOLDER = "dd-mm-yyyy 00:00:00"; export declare const DATETIME_INPUT_MASK = "DD-MM-YYYY HH:mm:ss"; export declare const DATE_INPUT_MASK = "DD-MM-YYYY"; export declare const CALENDAR_MASK = "YYYY-MM-DD"; export declare const CALENDAR_DATE_TIME_MASK = "YYYY-MM-DD HH:mm:ss"; export declare const CALENDAR_INPUT_MIN_DATE = "01-01-2018 00:00:00"; /** * The max date bellow must be setted manually due to the component tests. * If we use something like: dayjs().add(50, 'years'), the test will break on the following days */ export declare const CALENDAR_INPUT_MAX_DATE = "31-12-3000 23:59:59"; export declare const MAX_INPUT_MONTH = 11;