ideaz-element
Version:
<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>
1 lines • 1.38 kB
Source Map (JSON)
{"version":3,"file":"props.cjs","sources":["../../../../../packages/element/radio/src/props.ts"],"sourcesContent":["import { radioGroupProps } from 'element-plus'\nimport type { ExtractPropTypes } from 'vue'\nimport type { Alias, RadioOptionsItem } from '../../types'\n\nexport type RadioType = 'radio' | 'radio-button'\n\nexport const radioProps = {\n ...radioGroupProps,\n value: {\n type: [String, Number],\n default: '',\n required: false,\n },\n modelValue: {\n type: [String, Number],\n default: '',\n required: false,\n },\n options: {\n type: Array as PropType<RadioOptionsItem[]>,\n default: () => [],\n },\n type: {\n type: String,\n default: '',\n },\n alias: {\n type: Object as PropType<Alias>,\n },\n border: {\n type: Boolean,\n },\n isCancel: {\n type: Boolean,\n },\n}\n\nexport type RadioProps = ExtractPropTypes<typeof radioProps>\n\nexport const FILTER_RADIO_PROPS = ['border', 'options']\n"],"names":["radioProps","elementPlus","FILTER_RADIO_PROPS"],"mappings":"gHAMOA,EAAA,CAAmB,GAAAC,EAAA,gBACrB,MAAA,CACI,KAAA,CAAA,OAAA,MAAA,EACgB,QAAA,GACZ,SAAA,EACC,EACZ,WAAA,CACY,KAAA,CAAA,OAAA,MAAA,EACW,QAAA,GACZ,SAAA,EACC,EACZ,QAAA,CACS,KAAA,MACD,QAAA,IAAA,CAAA,CACU,EAClB,KAAA,CACM,KAAA,OACE,QAAA,EACG,EACX,MAAA,CACO,KAAA,MACC,EACR,OAAA,CACQ,KAAA,OACA,EACR,SAAA,CACU,KAAA,OACF,CAEV,EAIaC,EAAA,CAAA,SAAA,SAAA"}