{"version":3,"file":"basic-month-table.mjs","sources":["../../../../../../../packages/components/date-picker/src/props/basic-month-table.ts"],"sourcesContent":["import { buildProps } from '@bigin/utils'\nimport { datePickerSharedProps, selectionModeWithDefault } from './shared'\n\nimport type { ExtractPropTypes } from 'vue'\n\nexport const basicMonthTableProps = buildProps({\n  ...datePickerSharedProps,\n  selectionMode: selectionModeWithDefault('month'),\n})\n\nexport type BasicMonthTableProps = ExtractPropTypes<typeof basicMonthTableProps>\n"],"names":[],"mappings":";;;;AAKO,MAAM,uBAAuB,UAAW,CAAA;AAAA,EAC7C,GAAG,qBAAA;AAAA,EACH,aAAA,EAAe,yBAAyB,OAAO,CAAA;AACjD,CAAC;;;;"}