{"version":3,"file":"step.mjs","sources":["../../../../../../../packages/components/steps/src/step.ts"],"sourcesContent":["import { buildProps } from '@xzx-design/utils'\n\nimport type { ExtractPropTypes } from 'vue-demi' // test vue-demi\nimport type Step from './step.vue'\n\nexport const stepProps = buildProps({\n  title: {\n    type: String,\n    default: '',\n  },\n  description: {\n    type: String,\n    default: '',\n  },\n  icon: {},\n  /**\n   * @description 当前步骤状态\n   */\n  status: {\n    type: String,\n    values: ['', 'wait', 'process', 'finish', 'error'],\n    default: '',\n  },\n})\n\nexport type StepProps = ExtractPropTypes<typeof stepProps>\nexport type StepInstance = InstanceType<typeof Step>\n"],"names":[],"mappings":";;;AAKO,MAAM,YAAY,UAAW,CAAA;AAAA,EAClC,KAAO,EAAA;AAAA,IACL,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,EAAA;AAAA,GACX;AAAA,EACA,WAAa,EAAA;AAAA,IACX,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,EAAA;AAAA,GACX;AAAA,EACA,MAAM,EAAC;AAAA,EAIP,MAAQ,EAAA;AAAA,IACN,IAAM,EAAA,MAAA;AAAA,IACN,QAAQ,CAAC,EAAA,EAAI,MAAQ,EAAA,SAAA,EAAW,UAAU,OAAO,CAAA;AAAA,IACjD,OAAS,EAAA,EAAA;AAAA,GACX;AACF,CAAC;;;;"}