| ¶Ô±ÈÐÂÎļþ |
| | |
| | | export default { |
| | | props: { |
| | | // ç»å®çå¼ |
| | | value: { |
| | | type: [String, Number, Boolean], |
| | | default: uni.$u.props.radioGroup.value |
| | | }, |
| | | |
| | | // æ¯å¦ç¦ç¨å
¨é¨radio |
| | | disabled: { |
| | | type: Boolean, |
| | | default: uni.$u.props.radioGroup.disabled |
| | | }, |
| | | // å½¢ç¶ï¼circle-åå½¢ï¼square-æ¹å½¢ |
| | | shape: { |
| | | type: String, |
| | | default: uni.$u.props.radioGroup.shape |
| | | }, |
| | | // éä¸ç¶æä¸çé¢è²ï¼å¦è®¾ç½®æ¤å¼ï¼å°ä¼è¦çparentçactiveColorå¼ |
| | | activeColor: { |
| | | type: String, |
| | | default: uni.$u.props.radioGroup.activeColor |
| | | }, |
| | | // æªéä¸çé¢è² |
| | | inactiveColor: { |
| | | type: String, |
| | | default: uni.$u.props.radioGroup.inactiveColor |
| | | }, |
| | | // æ è¯ç¬¦ |
| | | name: { |
| | | type: String, |
| | | default: uni.$u.props.radioGroup.name |
| | | }, |
| | | // æ´ä¸ªç»ä»¶ç尺寸ï¼é»è®¤px |
| | | size: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.radioGroup.size |
| | | }, |
| | | // å¸å±æ¹å¼ï¼row-横åï¼column-纵å |
| | | placement: { |
| | | type: String, |
| | | default: uni.$u.props.radioGroup.placement |
| | | }, |
| | | // labelçææ¬ |
| | | label: { |
| | | type: [String], |
| | | default: uni.$u.props.radioGroup.label |
| | | }, |
| | | // labelçé¢è² ï¼é»è®¤ '#303133' ï¼ |
| | | labelColor: { |
| | | type: [String], |
| | | default: uni.$u.props.radioGroup.labelColor |
| | | }, |
| | | // labelçåä½å¤§å°ï¼pxåä½ |
| | | labelSize: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.radioGroup.labelSize |
| | | }, |
| | | // æ¯å¦ç¦æ¢ç¹å»ææ¬æä½checkbox(é»è®¤ false ) |
| | | labelDisabled: { |
| | | type: Boolean, |
| | | default: uni.$u.props.radioGroup.labelDisabled |
| | | }, |
| | | // 徿 é¢è² |
| | | iconColor: { |
| | | type: String, |
| | | default: uni.$u.props.radioGroup.iconColor |
| | | }, |
| | | // 徿 ç大å°ï¼åä½px |
| | | iconSize: { |
| | | type: [String, Number], |
| | | default: uni.$u.props.radioGroup.iconSize |
| | | }, |
| | | // ç«åé
åæ¶ï¼æ¯å¦æ¾ç¤ºä¸å线 |
| | | borderBottom: { |
| | | type: Boolean, |
| | | default: uni.$u.props.radioGroup.borderBottom |
| | | }, |
| | | // 徿 䏿åç坹齿¹å¼ |
| | | iconPlacement: { |
| | | type: String, |
| | | default: uni.$u.props.radio.iconPlacement |
| | | } |
| | | } |
| | | } |