{"version":3,"file":"panel-time-range.mjs","sources":["../../../../../../../packages/components/time-picker/src/props/panel-time-range.ts"],"sourcesContent":["import { buildProps, definePropType } from '@bigin/utils'\nimport { timePanelSharedProps } from './shared'\n\nimport type { ExtractPropTypes } from 'vue'\nimport type { Dayjs } from 'dayjs'\n\nexport const panelTimeRangeProps = buildProps({\n  ...timePanelSharedProps,\n  parsedValue: {\n    type: definePropType<[Dayjs, Dayjs]>(Array),\n  },\n} as const)\n\nexport type PanelTimeRangeProps = ExtractPropTypes<typeof panelTimeRangeProps>\n"],"names":[],"mappings":";;;;AAMO,MAAM,sBAAsB,UAAW,CAAA;AAAA,EAC5C,GAAG,oBAAA;AAAA,EACH,WAAa,EAAA;AAAA,IACX,IAAA,EAAM,eAA+B,KAAK,CAAA;AAAA,GAC5C;AACF,CAAU;;;;"}