@kelvininc/ui-components
Version:
Kelvin UI Components
12 lines (11 loc) • 724 B
TypeScript
import { ComputePositionConfig } from '@floating-ui/dom';
import { ITextField } from '../text-field/text-field.types';
import { ITimezoneOffset } from '../../types';
export declare const TIME_PICKER_PORTAL_Z_INDEX: number;
export declare const TIME_RANGE_PICKER_DROPDOWN_INPUT_OFFSET = 8;
export declare const DEFAULT_TIME_RANGE_PICKER_INPUT_CONFIG: Partial<ITextField>;
export declare const DEFAULT_TIME_RANGE_DROPDOWN_POSITION_OPTIONS: Partial<ComputePositionConfig>;
export declare const DEFAULT_SELECTED_TIME_KEY = "last-24-h";
export declare const FULL_RANGE_SIZE = 2;
export declare const APPLY_BUTTON_ERROR_TOOLTIP_TEXT = "Both time inputs must be filled.";
export declare const UTC_TIMEZONE_OFFSET: ITimezoneOffset;