{"version":3,"file":"option2.mjs","sources":["../../../../../../../packages/components/select/src/option.ts"],"sourcesContent":["import { buildProps } from '@hd-front-end/utils'\n\nexport const COMPONENT_NAME = 'ElOption'\nexport const optionProps = buildProps({\n  /**\n   * @description value of option\n   */\n  value: {\n    type: [String, Number, Boolean, Object],\n    required: true as const,\n  },\n  /**\n   * @description label of option, same as `value` if omitted\n   */\n  label: {\n    type: [String, Number],\n  },\n  created: Boolean,\n  /**\n   * @description whether option is disabled\n   */\n  disabled: Boolean,\n})\n"],"names":[],"mappings":";;AAEO,MAAM,cAAiB,GAAA,WAAA;AACvB,MAAM,cAAc,UAAW,CAAA;AAAA,EAIpC,KAAO,EAAA;AAAA,IACL,IAAM,EAAA,CAAC,MAAQ,EAAA,MAAA,EAAQ,SAAS,MAAM,CAAA;AAAA,IACtC,QAAU,EAAA,IAAA;AAAA,GACZ;AAAA,EAIA,KAAO,EAAA;AAAA,IACL,IAAA,EAAM,CAAC,MAAA,EAAQ,MAAM,CAAA;AAAA,GACvB;AAAA,EACA,OAAS,EAAA,OAAA;AAAA,EAIT,QAAU,EAAA,OAAA;AACZ,CAAC;;;;"}