@mantine/dates
Version:
Calendars, date and time pickers based on Mantine components
1 lines • 575 B
Source Map (JSON)
{"version":3,"file":"is-before-max-date.mjs","names":[],"sources":["../../../../src/components/Month/is-before-max-date/is-before-max-date.ts"],"sourcesContent":["import dayjs from 'dayjs';\nimport { DateStringValue } from '../../../types';\n\nexport function isBeforeMaxDate(date: DateStringValue, maxDate: DateStringValue | undefined) {\n return maxDate ? dayjs(date).isBefore(dayjs(maxDate).add(1, 'day'), 'day') : true;\n}\n"],"mappings":";;;AAGA,SAAgB,gBAAgB,MAAuB,SAAsC;CAC3F,OAAO,UAAU,MAAM,IAAI,CAAC,CAAC,SAAS,MAAM,OAAO,CAAC,CAAC,IAAI,GAAG,KAAK,GAAG,KAAK,IAAI;AAC/E"}