UNPKG

dm-vue3-ui

Version:

This Components Library will help get you started developing in Vue 3.

38 lines (37 loc) 922 B
export declare const MIN_SECOND = 0; export declare const MAX_SECOND = 59; export declare const MIN_MINUTE = 0; export declare const MAX_MINUTE = 59; export declare const MIN_HOUR = 0; export declare const MAX_HOUR = 23; export declare const MIN_DATE = 1; export declare const MAX_DATE = 31; export declare const MIN_MONTH = 1; export declare const MAX_MONTH = 12; export declare const MIN_WEEK = 1; export declare const MAX_WEEK = 7; export declare const TYPE: { EVERY: string; RANGE: string; STEP: string; SPECIFY: string; UNSPECIFIC: string; LAST_DAY: string; WELL: string; WEEKDAY: string; }; export declare const Alias: { second: any; minute: any; hour: any; date: any; month: any; week: any; }; export declare const FIELDS: { value: string; min: number; max: number; label: any; }[]; export declare const DEFAULT_CRON_EXPRESSION = "* * * * *";