* feat: Custom date picker * chore: Calender footer * chore: Minor fix * chore: Reset date picker * chore: Minor fix * feat: Toggle button * chore: Clean up * chore: Use font inter * chore: Cleanup and fix bugs * fix: custom date range reset the calendar * chore: fix logic bug * feat: Add manual date range * fix: styles in rtl * chore: Helper specs * chore: Clean up * chore: Review fixes * chore: remove magic strings * chore: Add comments * chore: Review fixes * chore: Clean up * chore: remove magic strings * fix: Use outline instead of border * chore: Minor style fix * chore: disable pointer events for the disabled dates * chore: Fix code climate --------- Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
20 lines
462 B
JSON
20 lines
462 B
JSON
{
|
|
"DATE_PICKER": {
|
|
"APPLY_BUTTON": "Apply",
|
|
"CLEAR_BUTTON": "Clear",
|
|
"DATE_RANGE_INPUT": {
|
|
"START": "Start Date",
|
|
"END": "End Date"
|
|
},
|
|
"DATE_RANGE_OPTIONS": {
|
|
"TITLE": "DATE RANGE",
|
|
"LAST_7_DAYS": "Last 7 days",
|
|
"LAST_30_DAYS": "Last 30 days",
|
|
"LAST_3_MONTHS": "Last 3 months",
|
|
"LAST_6_MONTHS": "Last 6 months",
|
|
"LAST_YEAR": "Last year",
|
|
"CUSTOM_RANGE": "Custom date range"
|
|
}
|
|
}
|
|
}
|