UNPKG

1.02 kBSource Map (JSON)View Raw
1{"version":3,"file":"defaults.js","sourceRoot":"../src/","sources":["components/DatePicker/defaults.ts"],"names":[],"mappings":";;;;AAAA,2CAAwD;AAG3C,QAAA,wBAAwB,yCAChC,iCAAsB,KACzB,kBAAkB,EAAE,sBAAsB,EAC1C,kBAAkB,EAAE,kBAAkB,EACtC,iBAAiB,EAAE,qBAAqB,EACxC,iBAAiB,EAAE,iBAAiB,EACpC,oBAAoB,EAAE,mBAAmB,EACzC,sBAAsB,EAAE,mBAAmB,EAC3C,wBAAwB,EAAE,qBAAqB,EAC/C,oBAAoB,EAAE,0CAA0C,IAChE","sourcesContent":["import { defaultCalendarStrings } from '../../Calendar';\nimport type { IDatePickerStrings } from './DatePicker.types';\n\nexport const defaultDatePickerStrings: IDatePickerStrings = {\n ...defaultCalendarStrings,\n prevMonthAriaLabel: 'Go to previous month',\n nextMonthAriaLabel: 'Go to next month',\n prevYearAriaLabel: 'Go to previous year',\n nextYearAriaLabel: 'Go to next year',\n closeButtonAriaLabel: 'Close date picker',\n isRequiredErrorMessage: 'Field is required',\n invalidInputErrorMessage: 'Invalid date format',\n isResetStatusMessage: 'Invalid entry \"{0}\", date reset to \"{1}\"',\n};\n"]}
\No newline at end of file