{"version":3,"file":"DateRangePickerInput.cjs","sources":["../../src/DateRangePicker/DateRangePickerInput.vue"],"sourcesContent":["<script lang=\"ts\">\nimport { DateRangeFieldInput, type DateRangeFieldInputProps } from '..'\n\nexport interface DateRangePickerInputProps extends DateRangeFieldInputProps {}\n</script>\n\n<script setup lang=\"ts\">\nconst props = defineProps<DateRangePickerInputProps>()\n</script>\n\n<template>\n  <DateRangeFieldInput v-bind=\"props\">\n    <slot />\n  </DateRangeFieldInput>\n</template>\n"],"names":[],"mappings":";;;;;;;;;;;;;;;AAOA,IAAA,MAAM,KAAQ,GAAA,OAAA;;;;;;;;;;;;;;"}