UNPKG

hongluan-ui

Version:
1 lines 915 B
{"version":3,"file":"panel-date-pick.mjs","sources":["../../../../../../../packages/components/date-picker/src/props/panel-date-pick.ts"],"sourcesContent":["import { panelSharedProps } from './shared'\n\nimport type { ExtractPropTypes, PropType } from 'vue'\nimport type { Dayjs } from 'dayjs'\n\nexport const panelDatePickProps = {\n ...panelSharedProps,\n parsedValue: {\n type: [Object, Array] as PropType<Dayjs | Dayjs[]>,\n },\n visible: {\n type: Boolean,\n },\n format: {\n type: String,\n default: '',\n },\n}\n\nexport type PanelDatePickProps = ExtractPropTypes<typeof panelDatePickProps>\n"],"names":[],"mappings":";;AACY,MAAC,kBAAkB,GAAG;AAClC,EAAE,GAAG,gBAAgB;AACrB,EAAE,WAAW,EAAE;AACf,IAAI,IAAI,EAAE,CAAC,MAAM,EAAE,KAAK,CAAC;AACzB,GAAG;AACH,EAAE,OAAO,EAAE;AACX,IAAI,IAAI,EAAE,OAAO;AACjB,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH;;;;"}