UNPKG

react-components-design-system

Version:

React UI component for design system FIS ES PB5

47 lines (46 loc) 1.76 kB
export declare const PUBLIC_URL: string; export declare const ASSETS_IMAGE: string; export declare const ASSETS_SVG: string; export declare const BASE_API_URL: string; export declare const SIGNALR_CHANNEL = "Receive"; /** * Date-time constants */ export declare const STANDARD_DATE_REGEX: RegExp; export declare const STANDARD_TIME_REGEX: RegExp; export declare const STANDARD_DATE_TIME_REGEX_WITHOUT_TIMEZONE: RegExp; export declare const STANDARD_DATE_TIME_REGEX: RegExp; export declare const STANDARD_DATE_FORMAT = "YYYY-MM-DD"; export declare const STANDARD_DATE_FORMAT_INVERSE = "DD-MM-YYYY"; export declare const STANDARD_DATE_FORMAT_INVERSE_DEFAULT = "DD/MM/YYYY"; export declare const STANDARD_TIME_FORMAT = "HH:mm:ss"; export declare const DEFAULT_DATETIME_VALUE = "0001-01-01T00:00:00"; export declare const STANDARD_DATE_TIME_FORMAT = "YYYY-MM-DDTHH:mm:ssZ"; export declare const STANDARD_DATE_TIME_FORMAT_VIEW = "DD-MM-YYYY HH:mm:ss"; export declare const TIMEZONE_OFFSET: string; /** * Debounce time constants */ export declare const DEBOUNCE_TIME_100 = 100; export declare const DEBOUNCE_TIME_150 = 150; export declare const DEBOUNCE_TIME_200 = 200; export declare const DEBOUNCE_TIME_250 = 250; export declare const DEBOUNCE_TIME_300 = 300; export declare const DEBOUNCE_TIME_350 = 350; export declare const DEBOUNCE_TIME_400 = 400; export declare const INPUT_DEBOUNCE_TIME = 400; /** * limit constants */ export declare const DEFAULT_LIMIT_WORD = 50; export declare const NOTIFICATION_LIMIT_WORD = 75; /** * Filter constants */ export declare const DEFAULT_TAKE = 10; export declare const SPECIAL_CHARACTERS: RegExp; /** * url constants */ export declare const MENU_URL_REGEX: RegExp; export declare const ACTION_URL_REGEX: RegExp;