{"version":3,"file":"DatePropertyWidget.mjs","names":["React","BaseTextPropertyWidget","DateField","DatePropertyWidget","props","$","_c","t0"],"sources":["../../../../src/UI/property/widgets/DatePropertyWidget.jsx"],"sourcesContent":["import React from 'react';\nimport { BaseTextPropertyWidget } from './TextPropertyWidget';\nimport { DateField } from '../../inputs/datetimes/DateField';\n\n/**\n * `date` property widget\n *\n * Outputs a DatePicker field\n */\nconst DatePropertyWidget = (props) => {\n  return (\n    <BaseTextPropertyWidget\n      component={DateField}\n      inputVariant='outlined'\n      {...props}\n    />\n  );\n};\n\nexport default DatePropertyWidget;\n"],"mappings":";;;;;;;;;;;;AASA,MAAMG,sBAAqBC,UAAA;CAAA,MAAAC,IAAAC,EAAA,EAAA;CAAA,IAAAC;AAAA,KAAAF,EAAA,OAAAD,OAAA;AAEvBG,OAAA,sBAAA,cAAC,wBAAD;GACaL,WAAAA;GACE,cAAA;GAAU,GACnBE;GACJ,CAAA;AAAAC,IAAA,KAAAD;AAAAC,IAAA,KAAAE;OAAAA,MAAAF,EAAA;AAAA,QAJFE"}