{"version":3,"file":"dot2.mjs","sources":["../../../../../../packages/components/dot/src/dot.ts"],"sourcesContent":["import { buildProps } from '@element-plus/utils'\n\nimport type { ExtractPropTypes } from 'vue'\n\nexport const dotProps = buildProps({\n  type: {\n    type: String,\n    values: ['primary', 'success', 'info', 'warning', 'danger'],\n    default: 'primary',\n  },\n  color: String,\n  size: {\n    type: String,\n  },\n} as const)\nexport type DotProps = ExtractPropTypes<typeof dotProps>\n\nexport const dotEmits = {}\nexport type DotEmits = typeof dotEmits\n"],"names":[],"mappings":";;AAIO,MAAM,WAAW,UAAW,CAAA;AAAA,EACjC,IAAM,EAAA;AAAA,IACJ,IAAM,EAAA,MAAA;AAAA,IACN,QAAQ,CAAC,SAAA,EAAW,SAAW,EAAA,MAAA,EAAQ,WAAW,QAAQ,CAAA;AAAA,IAC1D,OAAS,EAAA,SAAA;AAAA,GACX;AAAA,EACA,KAAO,EAAA,MAAA;AAAA,EACP,IAAM,EAAA;AAAA,IACJ,IAAM,EAAA,MAAA;AAAA,GACR;AACF,CAAU,EAAA;AAGH,MAAM,WAAW;;;;"}