@ray-js/components 0.3.0-beta.1c347991
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Button/Button.android.js +1 -0
- package/lib/Button/Button.d.ts +4 -0
- package/lib/Button/Button.ios.js +1 -0
- package/lib/Button/Button.js +57 -0
- package/lib/Button/Button.native.d.ts +29 -0
- package/lib/Button/Button.tuya.d.ts +4 -0
- package/lib/Button/Button.tuya.js +43 -0
- package/lib/Button/Button.web.js +57 -0
- package/lib/Button/Button.wechat.d.ts +4 -0
- package/lib/Button/Button.wechat.js +44 -0
- package/lib/Button/index.android.js +1 -0
- package/lib/Button/index.d.ts +3 -0
- package/lib/Button/index.ios.js +1 -0
- package/lib/Button/index.js +3 -0
- package/lib/Button/index.md +41 -0
- package/lib/Button/index.module.less +129 -0
- package/lib/Button/index.tuya.js +3 -0
- package/lib/Button/index.web.js +3 -0
- package/lib/Button/index.wechat.js +3 -0
- package/lib/Button/props.android.js +1 -0
- package/lib/Button/props.d.ts +18 -0
- package/lib/Button/props.ios.js +1 -0
- package/lib/Button/props.js +10 -0
- package/lib/Button/props.tuya.js +10 -0
- package/lib/Button/props.web.js +10 -0
- package/lib/Button/props.wechat.js +10 -0
- package/lib/Checkbox/Checkbox.android.js +1 -0
- package/lib/Checkbox/Checkbox.d.ts +5 -0
- package/lib/Checkbox/Checkbox.ios.js +1 -0
- package/lib/Checkbox/Checkbox.js +36 -0
- package/lib/Checkbox/Checkbox.native.d.ts +28 -0
- package/lib/Checkbox/Checkbox.tuya.d.ts +4 -0
- package/lib/Checkbox/Checkbox.tuya.js +22 -0
- package/lib/Checkbox/Checkbox.web.js +36 -0
- package/lib/Checkbox/Checkbox.wechat.d.ts +4 -0
- package/lib/Checkbox/Checkbox.wechat.js +24 -0
- package/lib/Checkbox/index.android.js +1 -0
- package/lib/Checkbox/index.d.ts +3 -0
- package/lib/Checkbox/index.ios.js +1 -0
- package/lib/Checkbox/index.js +3 -0
- package/lib/Checkbox/index.md +33 -0
- package/lib/Checkbox/index.module.less +11 -0
- package/lib/Checkbox/index.tuya.js +3 -0
- package/lib/Checkbox/index.web.js +3 -0
- package/lib/Checkbox/index.wechat.js +3 -0
- package/lib/Checkbox/props.android.js +1 -0
- package/lib/Checkbox/props.d.ts +7 -0
- package/lib/Checkbox/props.ios.js +1 -0
- package/lib/Checkbox/props.js +1 -0
- package/lib/Checkbox/props.tuya.js +1 -0
- package/lib/Checkbox/props.web.js +1 -0
- package/lib/Checkbox/props.wechat.js +1 -0
- package/lib/CheckboxGroup/CheckboxGroup.android.js +1 -0
- package/lib/CheckboxGroup/CheckboxGroup.d.ts +4 -0
- package/lib/CheckboxGroup/CheckboxGroup.ios.js +1 -0
- package/lib/CheckboxGroup/CheckboxGroup.js +9 -0
- package/lib/CheckboxGroup/CheckboxGroup.native.d.ts +18 -0
- package/lib/CheckboxGroup/CheckboxGroup.tuya.d.ts +4 -0
- package/lib/CheckboxGroup/CheckboxGroup.tuya.js +35 -0
- package/lib/CheckboxGroup/CheckboxGroup.web.js +9 -0
- package/lib/CheckboxGroup/CheckboxGroup.wechat.d.ts +4 -0
- package/lib/CheckboxGroup/CheckboxGroup.wechat.js +35 -0
- package/lib/CheckboxGroup/index.android.js +1 -0
- package/lib/CheckboxGroup/index.d.ts +3 -0
- package/lib/CheckboxGroup/index.ios.js +1 -0
- package/lib/CheckboxGroup/index.js +3 -0
- package/lib/CheckboxGroup/index.md +37 -0
- package/lib/CheckboxGroup/index.tuya.js +3 -0
- package/lib/CheckboxGroup/index.web.js +3 -0
- package/lib/CheckboxGroup/index.wechat.js +3 -0
- package/lib/CheckboxGroup/props.android.js +1 -0
- package/lib/CheckboxGroup/props.d.ts +13 -0
- package/lib/CheckboxGroup/props.ios.js +1 -0
- package/lib/CheckboxGroup/props.js +1 -0
- package/lib/CheckboxGroup/props.tuya.js +1 -0
- package/lib/CheckboxGroup/props.web.js +1 -0
- package/lib/CheckboxGroup/props.wechat.js +1 -0
- package/lib/ClickableSimplified/index.android.js +1 -0
- package/lib/ClickableSimplified/index.ios.js +1 -0
- package/lib/ClickableSimplified/index.native.d.ts +42 -0
- package/lib/DatePicker/DatePicker.android.js +1 -0
- package/lib/DatePicker/DatePicker.d.ts +4 -0
- package/lib/DatePicker/DatePicker.ios.js +1 -0
- package/lib/DatePicker/DatePicker.js +10 -0
- package/lib/DatePicker/DatePicker.native.d.ts +34 -0
- package/lib/DatePicker/DatePicker.tuya.d.ts +4 -0
- package/lib/DatePicker/DatePicker.tuya.js +56 -0
- package/lib/DatePicker/DatePicker.web.js +10 -0
- package/lib/DatePicker/DatePicker.wechat.d.ts +4 -0
- package/lib/DatePicker/DatePicker.wechat.js +56 -0
- package/lib/DatePicker/index.android.js +1 -0
- package/lib/DatePicker/index.d.ts +3 -0
- package/lib/DatePicker/index.ios.js +1 -0
- package/lib/DatePicker/index.js +3 -0
- package/lib/DatePicker/index.md +36 -0
- package/lib/DatePicker/index.module.less +0 -0
- package/lib/DatePicker/index.tuya.js +3 -0
- package/lib/DatePicker/index.web.js +3 -0
- package/lib/DatePicker/index.wechat.js +3 -0
- package/lib/DatePicker/props.android.js +1 -0
- package/lib/DatePicker/props.d.ts +31 -0
- package/lib/DatePicker/props.ios.js +1 -0
- package/lib/DatePicker/props.js +7 -0
- package/lib/DatePicker/props.tuya.js +7 -0
- package/lib/DatePicker/props.web.js +7 -0
- package/lib/DatePicker/props.wechat.js +7 -0
- package/lib/Icon/Icon.android.js +1 -0
- package/lib/Icon/Icon.d.ts +5 -0
- package/lib/Icon/Icon.ios.js +1 -0
- package/lib/Icon/Icon.js +23 -0
- package/lib/Icon/Icon.native.d.ts +15 -0
- package/lib/Icon/Icon.tuya.d.ts +5 -0
- package/lib/Icon/Icon.tuya.js +23 -0
- package/lib/Icon/Icon.web.js +23 -0
- package/lib/Icon/Icon.wechat.d.ts +5 -0
- package/lib/Icon/Icon.wechat.js +23 -0
- package/lib/Icon/iconfont/iconfont.android.js +1 -0
- package/lib/Icon/iconfont/iconfont.css +765 -0
- package/lib/Icon/iconfont/iconfont.ios.js +1 -0
- package/lib/Icon/iconfont/iconfont.js +47 -0
- package/lib/Icon/iconfont/iconfont.json +1318 -0
- package/lib/Icon/iconfont/iconfont.ttf +0 -0
- package/lib/Icon/iconfont/iconfont.tuya.js +47 -0
- package/lib/Icon/iconfont/iconfont.web.js +47 -0
- package/lib/Icon/iconfont/iconfont.wechat.js +47 -0
- package/lib/Icon/iconfont/iconfont.woff +0 -0
- package/lib/Icon/iconfont/iconfont.woff2 +0 -0
- package/lib/Icon/iconfont-rn/iconfont.json +189 -0
- package/lib/Icon/index.android.js +1 -0
- package/lib/Icon/index.d.ts +3 -0
- package/lib/Icon/index.ios.js +1 -0
- package/lib/Icon/index.js +3 -0
- package/lib/Icon/index.less +5 -0
- package/lib/Icon/index.md +29 -0
- package/lib/Icon/index.tuya.js +3 -0
- package/lib/Icon/index.web.js +3 -0
- package/lib/Icon/index.wechat.js +3 -0
- package/lib/Icon/props.android.js +1 -0
- package/lib/Icon/props.d.ts +9 -0
- package/lib/Icon/props.ios.js +1 -0
- package/lib/Icon/props.js +5 -0
- package/lib/Icon/props.tuya.js +5 -0
- package/lib/Icon/props.web.js +5 -0
- package/lib/Icon/props.wechat.js +5 -0
- package/lib/Image/Image.android.js +1 -0
- package/lib/Image/Image.d.ts +4 -0
- package/lib/Image/Image.ios.js +1 -0
- package/lib/Image/Image.js +92 -0
- package/lib/Image/Image.native.d.ts +28 -0
- package/lib/Image/Image.tuya.d.ts +4 -0
- package/lib/Image/Image.tuya.js +23 -0
- package/lib/Image/Image.web.js +92 -0
- package/lib/Image/Image.wechat.d.ts +4 -0
- package/lib/Image/Image.wechat.js +51 -0
- package/lib/Image/index.android.js +1 -0
- package/lib/Image/index.d.ts +3 -0
- package/lib/Image/index.ios.js +1 -0
- package/lib/Image/index.js +3 -0
- package/lib/Image/index.md +50 -0
- package/lib/Image/index.module.less +6 -0
- package/lib/Image/index.tuya.js +3 -0
- package/lib/Image/index.web.js +3 -0
- package/lib/Image/index.wechat.js +3 -0
- package/lib/Image/props.android.js +1 -0
- package/lib/Image/props.d.ts +24 -0
- package/lib/Image/props.ios.js +1 -0
- package/lib/Image/props.js +4 -0
- package/lib/Image/props.tuya.js +4 -0
- package/lib/Image/props.web.js +4 -0
- package/lib/Image/props.wechat.js +4 -0
- package/lib/Input/Input.android.js +1 -0
- package/lib/Input/Input.d.ts +4 -0
- package/lib/Input/Input.ios.js +1 -0
- package/lib/Input/Input.js +100 -0
- package/lib/Input/Input.native.d.ts +32 -0
- package/lib/Input/Input.tuya.d.ts +4 -0
- package/lib/Input/Input.tuya.js +86 -0
- package/lib/Input/Input.web.js +100 -0
- package/lib/Input/Input.wechat.d.ts +4 -0
- package/lib/Input/Input.wechat.js +110 -0
- package/lib/Input/index.android.js +1 -0
- package/lib/Input/index.d.ts +3 -0
- package/lib/Input/index.ios.js +1 -0
- package/lib/Input/index.js +3 -0
- package/lib/Input/index.md +43 -0
- package/lib/Input/index.module.less +17 -0
- package/lib/Input/index.tuya.js +3 -0
- package/lib/Input/index.web.js +3 -0
- package/lib/Input/index.wechat.js +3 -0
- package/lib/Input/props.android.js +1 -0
- package/lib/Input/props.d.ts +36 -0
- package/lib/Input/props.ios.js +1 -0
- package/lib/Input/props.js +7 -0
- package/lib/Input/props.tuya.js +7 -0
- package/lib/Input/props.web.js +7 -0
- package/lib/Input/props.wechat.js +7 -0
- package/lib/Label/Label.android.js +1 -0
- package/lib/Label/Label.d.ts +4 -0
- package/lib/Label/Label.ios.js +1 -0
- package/lib/Label/Label.js +24 -0
- package/lib/Label/Label.native.d.ts +4 -0
- package/lib/Label/Label.tuya.d.ts +4 -0
- package/lib/Label/Label.tuya.js +21 -0
- package/lib/Label/Label.web.js +24 -0
- package/lib/Label/Label.wechat.d.ts +4 -0
- package/lib/Label/Label.wechat.js +21 -0
- package/lib/Label/index.android.js +1 -0
- package/lib/Label/index.d.ts +3 -0
- package/lib/Label/index.ios.js +1 -0
- package/lib/Label/index.js +3 -0
- package/lib/Label/index.module.less +4 -0
- package/lib/Label/index.tuya.js +3 -0
- package/lib/Label/index.web.js +3 -0
- package/lib/Label/index.wechat.js +3 -0
- package/lib/Label/props.android.js +1 -0
- package/lib/Label/props.d.ts +4 -0
- package/lib/Label/props.ios.js +1 -0
- package/lib/Label/props.js +1 -0
- package/lib/Label/props.tuya.js +1 -0
- package/lib/Label/props.web.js +1 -0
- package/lib/Label/props.wechat.js +1 -0
- package/lib/LinearGradient/LinearGradient.android.js +1 -0
- package/lib/LinearGradient/LinearGradient.d.ts +4 -0
- package/lib/LinearGradient/LinearGradient.ios.js +1 -0
- package/lib/LinearGradient/LinearGradient.js +8 -0
- package/lib/LinearGradient/LinearGradient.native.d.ts +16 -0
- package/lib/LinearGradient/LinearGradient.tuya.d.ts +4 -0
- package/lib/LinearGradient/LinearGradient.tuya.js +56 -0
- package/lib/LinearGradient/LinearGradient.web.js +8 -0
- package/lib/LinearGradient/LinearGradient.wechat.d.ts +4 -0
- package/lib/LinearGradient/LinearGradient.wechat.js +53 -0
- package/lib/LinearGradient/index.android.js +1 -0
- package/lib/LinearGradient/index.d.ts +3 -0
- package/lib/LinearGradient/index.ios.js +1 -0
- package/lib/LinearGradient/index.js +3 -0
- package/lib/LinearGradient/index.md +33 -0
- package/lib/LinearGradient/index.module.less +7 -0
- package/lib/LinearGradient/index.tuya.js +3 -0
- package/lib/LinearGradient/index.web.js +3 -0
- package/lib/LinearGradient/index.wechat.js +3 -0
- package/lib/LinearGradient/props.android.js +1 -0
- package/lib/LinearGradient/props.d.ts +48 -0
- package/lib/LinearGradient/props.ios.js +1 -0
- package/lib/LinearGradient/props.js +11 -0
- package/lib/LinearGradient/props.tuya.js +11 -0
- package/lib/LinearGradient/props.web.js +11 -0
- package/lib/LinearGradient/props.wechat.js +11 -0
- package/lib/Modal/Modal.android.js +1 -0
- package/lib/Modal/Modal.d.ts +4 -0
- package/lib/Modal/Modal.ios.js +1 -0
- package/lib/Modal/Modal.js +10 -0
- package/lib/Modal/Modal.native.d.ts +24 -0
- package/lib/Modal/Modal.tuya.d.ts +4 -0
- package/lib/Modal/Modal.tuya.js +75 -0
- package/lib/Modal/Modal.web.js +10 -0
- package/lib/Modal/Modal.wechat.d.ts +4 -0
- package/lib/Modal/Modal.wechat.js +75 -0
- package/lib/Modal/index.android.js +1 -0
- package/lib/Modal/index.d.ts +3 -0
- package/lib/Modal/index.ios.js +1 -0
- package/lib/Modal/index.js +3 -0
- package/lib/Modal/index.md +32 -0
- package/lib/Modal/index.module.less +46 -0
- package/lib/Modal/index.tuya.js +3 -0
- package/lib/Modal/index.web.js +3 -0
- package/lib/Modal/index.wechat.js +3 -0
- package/lib/Modal/props.android.js +1 -0
- package/lib/Modal/props.d.ts +16 -0
- package/lib/Modal/props.ios.js +1 -0
- package/lib/Modal/props.js +1 -0
- package/lib/Modal/props.tuya.js +1 -0
- package/lib/Modal/props.web.js +1 -0
- package/lib/Modal/props.wechat.js +1 -0
- package/lib/Motion/Fade/index.android.js +1 -0
- package/lib/Motion/Fade/index.d.ts +4 -0
- package/lib/Motion/Fade/index.ios.js +1 -0
- package/lib/Motion/Fade/index.js +28 -0
- package/lib/Motion/Fade/index.native.d.ts +2 -0
- package/lib/Motion/Fade/index.tuya.d.ts +4 -0
- package/lib/Motion/Fade/index.tuya.js +78 -0
- package/lib/Motion/Fade/index.web.js +28 -0
- package/lib/Motion/Fade/index.wechat.d.ts +4 -0
- package/lib/Motion/Fade/index.wechat.js +78 -0
- package/lib/Motion/PullUp/index.android.js +1 -0
- package/lib/Motion/PullUp/index.d.ts +4 -0
- package/lib/Motion/PullUp/index.ios.js +1 -0
- package/lib/Motion/PullUp/index.js +28 -0
- package/lib/Motion/PullUp/index.native.d.ts +2 -0
- package/lib/Motion/PullUp/index.tuya.d.ts +4 -0
- package/lib/Motion/PullUp/index.tuya.js +82 -0
- package/lib/Motion/PullUp/index.web.js +28 -0
- package/lib/Motion/PullUp/index.wechat.d.ts +4 -0
- package/lib/Motion/PullUp/index.wechat.js +82 -0
- package/lib/Motion/PushDown/index.android.js +1 -0
- package/lib/Motion/PushDown/index.d.ts +4 -0
- package/lib/Motion/PushDown/index.ios.js +1 -0
- package/lib/Motion/PushDown/index.js +28 -0
- package/lib/Motion/PushDown/index.native.d.ts +2 -0
- package/lib/Motion/PushDown/index.tuya.d.ts +4 -0
- package/lib/Motion/PushDown/index.tuya.js +82 -0
- package/lib/Motion/PushDown/index.web.js +28 -0
- package/lib/Motion/PushDown/index.wechat.d.ts +4 -0
- package/lib/Motion/PushDown/index.wechat.js +82 -0
- package/lib/Motion/ScaleFadeIn/index.android.js +1 -0
- package/lib/Motion/ScaleFadeIn/index.d.ts +4 -0
- package/lib/Motion/ScaleFadeIn/index.ios.js +1 -0
- package/lib/Motion/ScaleFadeIn/index.js +28 -0
- package/lib/Motion/ScaleFadeIn/index.native.d.ts +2 -0
- package/lib/Motion/ScaleFadeIn/index.tuya.d.ts +4 -0
- package/lib/Motion/ScaleFadeIn/index.tuya.js +83 -0
- package/lib/Motion/ScaleFadeIn/index.web.js +28 -0
- package/lib/Motion/ScaleFadeIn/index.wechat.d.ts +4 -0
- package/lib/Motion/ScaleFadeIn/index.wechat.js +83 -0
- package/lib/Motion/ScalePullDown/index.android.js +1 -0
- package/lib/Motion/ScalePullDown/index.d.ts +4 -0
- package/lib/Motion/ScalePullDown/index.ios.js +1 -0
- package/lib/Motion/ScalePullDown/index.js +28 -0
- package/lib/Motion/ScalePullDown/index.native.d.ts +2 -0
- package/lib/Motion/ScalePullDown/index.tuya.d.ts +4 -0
- package/lib/Motion/ScalePullDown/index.tuya.js +103 -0
- package/lib/Motion/ScalePullDown/index.web.js +28 -0
- package/lib/Motion/ScalePullDown/index.wechat.d.ts +4 -0
- package/lib/Motion/ScalePullDown/index.wechat.js +103 -0
- package/lib/Motion/index.android.js +1 -0
- package/lib/Motion/index.d.ts +14 -0
- package/lib/Motion/index.ios.js +1 -0
- package/lib/Motion/index.js +14 -0
- package/lib/Motion/index.md +68 -0
- package/lib/Motion/index.tuya.js +14 -0
- package/lib/Motion/index.web.js +14 -0
- package/lib/Motion/index.wechat.js +14 -0
- package/lib/Motion/props.android.js +1 -0
- package/lib/Motion/props.d.ts +92 -0
- package/lib/Motion/props.ios.js +1 -0
- package/lib/Motion/props.js +62 -0
- package/lib/Motion/props.tuya.js +62 -0
- package/lib/Motion/props.web.js +62 -0
- package/lib/Motion/props.wechat.js +62 -0
- package/lib/Picker/Picker.android.js +1 -0
- package/lib/Picker/Picker.d.ts +4 -0
- package/lib/Picker/Picker.ios.js +1 -0
- package/lib/Picker/Picker.js +11 -0
- package/lib/Picker/Picker.native.d.ts +22 -0
- package/lib/Picker/Picker.tuya.d.ts +4 -0
- package/lib/Picker/Picker.tuya.js +69 -0
- package/lib/Picker/Picker.web.js +11 -0
- package/lib/Picker/Picker.wechat.d.ts +4 -0
- package/lib/Picker/Picker.wechat.js +70 -0
- package/lib/Picker/index.android.js +1 -0
- package/lib/Picker/index.d.ts +3 -0
- package/lib/Picker/index.ios.js +1 -0
- package/lib/Picker/index.js +3 -0
- package/lib/Picker/index.md +35 -0
- package/lib/Picker/index.module.less +0 -0
- package/lib/Picker/index.tuya.js +3 -0
- package/lib/Picker/index.web.js +3 -0
- package/lib/Picker/index.wechat.js +3 -0
- package/lib/Picker/props.android.js +1 -0
- package/lib/Picker/props.d.ts +32 -0
- package/lib/Picker/props.ios.js +1 -0
- package/lib/Picker/props.js +4 -0
- package/lib/Picker/props.tuya.js +4 -0
- package/lib/Picker/props.web.js +4 -0
- package/lib/Picker/props.wechat.js +4 -0
- package/lib/PickerView/PickerView.android.js +1 -0
- package/lib/PickerView/PickerView.d.ts +4 -0
- package/lib/PickerView/PickerView.ios.js +1 -0
- package/lib/PickerView/PickerView.js +11 -0
- package/lib/PickerView/PickerView.native.d.ts +31 -0
- package/lib/PickerView/PickerView.tuya.d.ts +4 -0
- package/lib/PickerView/PickerView.tuya.js +71 -0
- package/lib/PickerView/PickerView.web.js +11 -0
- package/lib/PickerView/PickerView.wechat.d.ts +4 -0
- package/lib/PickerView/PickerView.wechat.js +72 -0
- package/lib/PickerView/index.android.js +1 -0
- package/lib/PickerView/index.d.ts +3 -0
- package/lib/PickerView/index.ios.js +1 -0
- package/lib/PickerView/index.js +3 -0
- package/lib/PickerView/index.md +32 -0
- package/lib/PickerView/index.module.less +8 -0
- package/lib/PickerView/index.tuya.js +3 -0
- package/lib/PickerView/index.web.js +3 -0
- package/lib/PickerView/index.wechat.js +3 -0
- package/lib/PickerView/props.android.js +1 -0
- package/lib/PickerView/props.d.ts +10 -0
- package/lib/PickerView/props.ios.js +1 -0
- package/lib/PickerView/props.js +1 -0
- package/lib/PickerView/props.tuya.js +1 -0
- package/lib/PickerView/props.web.js +1 -0
- package/lib/PickerView/props.wechat.js +1 -0
- package/lib/RadialGradient/RadialGradient.android.js +1 -0
- package/lib/RadialGradient/RadialGradient.d.ts +4 -0
- package/lib/RadialGradient/RadialGradient.ios.js +1 -0
- package/lib/RadialGradient/RadialGradient.js +8 -0
- package/lib/RadialGradient/RadialGradient.native.d.ts +17 -0
- package/lib/RadialGradient/RadialGradient.tuya.d.ts +4 -0
- package/lib/RadialGradient/RadialGradient.tuya.js +36 -0
- package/lib/RadialGradient/RadialGradient.web.js +8 -0
- package/lib/RadialGradient/RadialGradient.wechat.d.ts +4 -0
- package/lib/RadialGradient/RadialGradient.wechat.js +36 -0
- package/lib/RadialGradient/index.android.js +1 -0
- package/lib/RadialGradient/index.d.ts +3 -0
- package/lib/RadialGradient/index.ios.js +1 -0
- package/lib/RadialGradient/index.js +3 -0
- package/lib/RadialGradient/index.md +33 -0
- package/lib/RadialGradient/index.module.less +7 -0
- package/lib/RadialGradient/index.tuya.js +3 -0
- package/lib/RadialGradient/index.web.js +3 -0
- package/lib/RadialGradient/index.wechat.js +3 -0
- package/lib/RadialGradient/props.android.js +1 -0
- package/lib/RadialGradient/props.d.ts +54 -0
- package/lib/RadialGradient/props.ios.js +1 -0
- package/lib/RadialGradient/props.js +16 -0
- package/lib/RadialGradient/props.tuya.js +16 -0
- package/lib/RadialGradient/props.web.js +16 -0
- package/lib/RadialGradient/props.wechat.js +16 -0
- package/lib/Radio/Radio.android.js +1 -0
- package/lib/Radio/Radio.d.ts +4 -0
- package/lib/Radio/Radio.ios.js +1 -0
- package/lib/Radio/Radio.js +13 -0
- package/lib/Radio/Radio.native.d.ts +30 -0
- package/lib/Radio/Radio.tuya.d.ts +4 -0
- package/lib/Radio/Radio.tuya.js +22 -0
- package/lib/Radio/Radio.web.js +13 -0
- package/lib/Radio/Radio.wechat.d.ts +4 -0
- package/lib/Radio/Radio.wechat.js +24 -0
- package/lib/Radio/index.android.js +1 -0
- package/lib/Radio/index.d.ts +3 -0
- package/lib/Radio/index.ios.js +1 -0
- package/lib/Radio/index.js +3 -0
- package/lib/Radio/index.md +30 -0
- package/lib/Radio/index.module.less +0 -0
- package/lib/Radio/index.tuya.js +3 -0
- package/lib/Radio/index.web.js +3 -0
- package/lib/Radio/index.wechat.js +3 -0
- package/lib/Radio/props.android.js +1 -0
- package/lib/Radio/props.d.ts +7 -0
- package/lib/Radio/props.ios.js +1 -0
- package/lib/Radio/props.js +1 -0
- package/lib/Radio/props.tuya.js +1 -0
- package/lib/Radio/props.web.js +1 -0
- package/lib/Radio/props.wechat.js +1 -0
- package/lib/RadioGroup/RadioGroup.android.js +1 -0
- package/lib/RadioGroup/RadioGroup.d.ts +4 -0
- package/lib/RadioGroup/RadioGroup.ios.js +1 -0
- package/lib/RadioGroup/RadioGroup.js +9 -0
- package/lib/RadioGroup/RadioGroup.native.d.ts +18 -0
- package/lib/RadioGroup/RadioGroup.tuya.d.ts +4 -0
- package/lib/RadioGroup/RadioGroup.tuya.js +35 -0
- package/lib/RadioGroup/RadioGroup.web.js +9 -0
- package/lib/RadioGroup/RadioGroup.wechat.d.ts +4 -0
- package/lib/RadioGroup/RadioGroup.wechat.js +35 -0
- package/lib/RadioGroup/index.android.js +1 -0
- package/lib/RadioGroup/index.d.ts +3 -0
- package/lib/RadioGroup/index.ios.js +1 -0
- package/lib/RadioGroup/index.js +3 -0
- package/lib/RadioGroup/index.md +39 -0
- package/lib/RadioGroup/index.tuya.js +3 -0
- package/lib/RadioGroup/index.web.js +3 -0
- package/lib/RadioGroup/index.wechat.js +3 -0
- package/lib/RadioGroup/props.android.js +1 -0
- package/lib/RadioGroup/props.d.ts +14 -0
- package/lib/RadioGroup/props.ios.js +1 -0
- package/lib/RadioGroup/props.js +1 -0
- package/lib/RadioGroup/props.tuya.js +1 -0
- package/lib/RadioGroup/props.web.js +1 -0
- package/lib/RadioGroup/props.wechat.js +1 -0
- package/lib/ScrollView/ScrollView.android.js +1 -0
- package/lib/ScrollView/ScrollView.d.ts +4 -0
- package/lib/ScrollView/ScrollView.ios.js +1 -0
- package/lib/ScrollView/ScrollView.js +169 -0
- package/lib/ScrollView/ScrollView.native.d.ts +57 -0
- package/lib/ScrollView/ScrollView.tuya.d.ts +4 -0
- package/lib/ScrollView/ScrollView.tuya.js +20 -0
- package/lib/ScrollView/ScrollView.web.js +169 -0
- package/lib/ScrollView/ScrollView.wechat.d.ts +4 -0
- package/lib/ScrollView/ScrollView.wechat.js +20 -0
- package/lib/ScrollView/index.android.js +1 -0
- package/lib/ScrollView/index.d.ts +3 -0
- package/lib/ScrollView/index.ios.js +1 -0
- package/lib/ScrollView/index.js +3 -0
- package/lib/ScrollView/index.md +37 -0
- package/lib/ScrollView/index.module.less +6 -0
- package/lib/ScrollView/index.tuya.js +3 -0
- package/lib/ScrollView/index.web.js +3 -0
- package/lib/ScrollView/index.wechat.js +3 -0
- package/lib/ScrollView/props.android.js +1 -0
- package/lib/ScrollView/props.d.ts +43 -0
- package/lib/ScrollView/props.ios.js +1 -0
- package/lib/ScrollView/props.js +5 -0
- package/lib/ScrollView/props.tuya.js +5 -0
- package/lib/ScrollView/props.web.js +5 -0
- package/lib/ScrollView/props.wechat.js +5 -0
- package/lib/Slider/Slider.android.js +1 -0
- package/lib/Slider/Slider.d.ts +4 -0
- package/lib/Slider/Slider.ios.js +1 -0
- package/lib/Slider/Slider.js +20 -0
- package/lib/Slider/Slider.native.d.ts +21 -0
- package/lib/Slider/Slider.tuya.d.ts +4 -0
- package/lib/Slider/Slider.tuya.js +37 -0
- package/lib/Slider/Slider.web.js +20 -0
- package/lib/Slider/Slider.wechat.d.ts +4 -0
- package/lib/Slider/Slider.wechat.js +40 -0
- package/lib/Slider/index.android.js +1 -0
- package/lib/Slider/index.d.ts +3 -0
- package/lib/Slider/index.ios.js +1 -0
- package/lib/Slider/index.js +3 -0
- package/lib/Slider/index.md +42 -0
- package/lib/Slider/index.tuya.js +3 -0
- package/lib/Slider/index.web.js +3 -0
- package/lib/Slider/index.wechat.js +3 -0
- package/lib/Slider/props.android.js +1 -0
- package/lib/Slider/props.d.ts +34 -0
- package/lib/Slider/props.ios.js +1 -0
- package/lib/Slider/props.js +11 -0
- package/lib/Slider/props.tuya.js +11 -0
- package/lib/Slider/props.web.js +11 -0
- package/lib/Slider/props.wechat.js +11 -0
- package/lib/Swiper/Swiper.android.js +1 -0
- package/lib/Swiper/Swiper.d.ts +7 -0
- package/lib/Swiper/Swiper.ios.js +1 -0
- package/lib/Swiper/Swiper.js +10 -0
- package/lib/Swiper/Swiper.native.d.ts +6 -0
- package/lib/Swiper/Swiper.tuya.d.ts +7 -0
- package/lib/Swiper/Swiper.tuya.js +54 -0
- package/lib/Swiper/Swiper.web.js +10 -0
- package/lib/Swiper/Swiper.wechat.d.ts +7 -0
- package/lib/Swiper/Swiper.wechat.js +55 -0
- package/lib/Swiper/index.android.js +1 -0
- package/lib/Swiper/index.d.ts +3 -0
- package/lib/Swiper/index.ios.js +1 -0
- package/lib/Swiper/index.js +3 -0
- package/lib/Swiper/index.md +44 -0
- package/lib/Swiper/index.tuya.js +3 -0
- package/lib/Swiper/index.web.js +3 -0
- package/lib/Swiper/index.wechat.js +3 -0
- package/lib/Swiper/props.android.js +1 -0
- package/lib/Swiper/props.d.ts +44 -0
- package/lib/Swiper/props.ios.js +1 -0
- package/lib/Swiper/props.js +16 -0
- package/lib/Swiper/props.tuya.js +16 -0
- package/lib/Swiper/props.web.js +16 -0
- package/lib/Swiper/props.wechat.js +16 -0
- package/lib/Switch/Switch.android.js +1 -0
- package/lib/Switch/Switch.d.ts +4 -0
- package/lib/Switch/Switch.ios.js +1 -0
- package/lib/Switch/Switch.js +13 -0
- package/lib/Switch/Switch.native.d.ts +25 -0
- package/lib/Switch/Switch.tuya.d.ts +4 -0
- package/lib/Switch/Switch.tuya.js +35 -0
- package/lib/Switch/Switch.web.js +13 -0
- package/lib/Switch/Switch.wechat.d.ts +5 -0
- package/lib/Switch/Switch.wechat.js +36 -0
- package/lib/Switch/index.android.js +1 -0
- package/lib/Switch/index.d.ts +3 -0
- package/lib/Switch/index.ios.js +1 -0
- package/lib/Switch/index.js +3 -0
- package/lib/Switch/index.md +31 -0
- package/lib/Switch/index.module.less +7 -0
- package/lib/Switch/index.tuya.js +3 -0
- package/lib/Switch/index.web.js +3 -0
- package/lib/Switch/index.wechat.js +3 -0
- package/lib/Switch/props.android.js +1 -0
- package/lib/Switch/props.d.ts +20 -0
- package/lib/Switch/props.ios.js +1 -0
- package/lib/Switch/props.js +5 -0
- package/lib/Switch/props.tuya.js +5 -0
- package/lib/Switch/props.web.js +5 -0
- package/lib/Switch/props.wechat.js +5 -0
- package/lib/Text/Text.android.js +1 -0
- package/lib/Text/Text.d.ts +4 -0
- package/lib/Text/Text.ios.js +1 -0
- package/lib/Text/Text.js +41 -0
- package/lib/Text/Text.native.d.ts +8 -0
- package/lib/Text/Text.tuya.d.ts +4 -0
- package/lib/Text/Text.tuya.js +8 -0
- package/lib/Text/Text.web.js +41 -0
- package/lib/Text/Text.wechat.d.ts +4 -0
- package/lib/Text/Text.wechat.js +33 -0
- package/lib/Text/index.android.js +1 -0
- package/lib/Text/index.d.ts +3 -0
- package/lib/Text/index.ios.js +1 -0
- package/lib/Text/index.js +3 -0
- package/lib/Text/index.md +29 -0
- package/lib/Text/index.module.less +3 -0
- package/lib/Text/index.tuya.js +3 -0
- package/lib/Text/index.web.js +3 -0
- package/lib/Text/index.wechat.js +3 -0
- package/lib/Text/props.android.js +1 -0
- package/lib/Text/props.d.ts +14 -0
- package/lib/Text/props.ios.js +1 -0
- package/lib/Text/props.js +1 -0
- package/lib/Text/props.tuya.js +1 -0
- package/lib/Text/props.web.js +1 -0
- package/lib/Text/props.wechat.js +1 -0
- package/lib/Textarea/Textarea.android.js +1 -0
- package/lib/Textarea/Textarea.d.ts +4 -0
- package/lib/Textarea/Textarea.ios.js +1 -0
- package/lib/Textarea/Textarea.js +120 -0
- package/lib/Textarea/Textarea.native.d.ts +4 -0
- package/lib/Textarea/Textarea.tuya.d.ts +4 -0
- package/lib/Textarea/Textarea.tuya.js +60 -0
- package/lib/Textarea/Textarea.web.js +120 -0
- package/lib/Textarea/Textarea.wechat.d.ts +4 -0
- package/lib/Textarea/Textarea.wechat.js +60 -0
- package/lib/Textarea/index.android.js +1 -0
- package/lib/Textarea/index.d.ts +3 -0
- package/lib/Textarea/index.ios.js +1 -0
- package/lib/Textarea/index.js +3 -0
- package/lib/Textarea/index.md +46 -0
- package/lib/Textarea/index.module.less +12 -0
- package/lib/Textarea/index.tuya.js +3 -0
- package/lib/Textarea/index.web.js +3 -0
- package/lib/Textarea/index.wechat.js +3 -0
- package/lib/Textarea/props.android.js +1 -0
- package/lib/Textarea/props.d.ts +21 -0
- package/lib/Textarea/props.ios.js +1 -0
- package/lib/Textarea/props.js +1 -0
- package/lib/Textarea/props.tuya.js +1 -0
- package/lib/Textarea/props.web.js +1 -0
- package/lib/Textarea/props.wechat.js +1 -0
- package/lib/TimePicker/TimePicker.android.js +1 -0
- package/lib/TimePicker/TimePicker.d.ts +4 -0
- package/lib/TimePicker/TimePicker.ios.js +1 -0
- package/lib/TimePicker/TimePicker.js +10 -0
- package/lib/TimePicker/TimePicker.native.d.ts +39 -0
- package/lib/TimePicker/TimePicker.tuya.d.ts +4 -0
- package/lib/TimePicker/TimePicker.tuya.js +26 -0
- package/lib/TimePicker/TimePicker.web.js +10 -0
- package/lib/TimePicker/TimePicker.wechat.d.ts +4 -0
- package/lib/TimePicker/TimePicker.wechat.js +56 -0
- package/lib/TimePicker/index.android.js +1 -0
- package/lib/TimePicker/index.d.ts +3 -0
- package/lib/TimePicker/index.ios.js +1 -0
- package/lib/TimePicker/index.js +3 -0
- package/lib/TimePicker/index.md +35 -0
- package/lib/TimePicker/index.module.less +0 -0
- package/lib/TimePicker/index.tuya.js +3 -0
- package/lib/TimePicker/index.web.js +3 -0
- package/lib/TimePicker/index.wechat.js +3 -0
- package/lib/TimePicker/props.android.js +1 -0
- package/lib/TimePicker/props.d.ts +28 -0
- package/lib/TimePicker/props.ios.js +1 -0
- package/lib/TimePicker/props.js +6 -0
- package/lib/TimePicker/props.tuya.js +6 -0
- package/lib/TimePicker/props.web.js +6 -0
- package/lib/TimePicker/props.wechat.js +6 -0
- package/lib/View/View.android.js +1 -0
- package/lib/View/View.d.ts +4 -0
- package/lib/View/View.ios.js +1 -0
- package/lib/View/View.js +70 -0
- package/lib/View/View.native.d.ts +2 -0
- package/lib/View/View.tuya.d.ts +4 -0
- package/lib/View/View.tuya.js +76 -0
- package/lib/View/View.web.js +70 -0
- package/lib/View/View.wechat.d.ts +4 -0
- package/lib/View/View.wechat.js +76 -0
- package/lib/View/index.android.js +1 -0
- package/lib/View/index.d.ts +3 -0
- package/lib/View/index.ios.js +1 -0
- package/lib/View/index.js +3 -0
- package/lib/View/index.md +33 -0
- package/lib/View/index.module.less +10 -0
- package/lib/View/index.tuya.js +3 -0
- package/lib/View/index.web.js +3 -0
- package/lib/View/index.wechat.js +3 -0
- package/lib/View/props.android.js +1 -0
- package/lib/View/props.d.ts +11 -0
- package/lib/View/props.ios.js +1 -0
- package/lib/View/props.js +4 -0
- package/lib/View/props.tuya.js +4 -0
- package/lib/View/props.web.js +4 -0
- package/lib/View/props.wechat.js +4 -0
- package/lib/assets/back.png +0 -0
- package/lib/assets/edit.png +0 -0
- package/lib/assets/icons.android.js +1 -0
- package/lib/assets/icons.d.ts +7 -0
- package/lib/assets/icons.ios.js +1 -0
- package/lib/assets/icons.js +7 -0
- package/lib/assets/icons.tuya.js +7 -0
- package/lib/assets/icons.web.js +7 -0
- package/lib/assets/icons.wechat.js +7 -0
- package/lib/assets/loading-warn.png +0 -0
- package/lib/assets/loading.png +0 -0
- package/lib/assets/success_no_circle.png +0 -0
- package/lib/core/index.android.js +1 -0
- package/lib/core/index.d.ts +6 -0
- package/lib/core/index.ios.js +1 -0
- package/lib/core/index.js +25 -0
- package/lib/core/index.tuya.js +25 -0
- package/lib/core/index.web.js +25 -0
- package/lib/core/index.wechat.js +25 -0
- package/lib/index.android.js +1 -0
- package/lib/index.d.ts +24 -0
- package/lib/index.ios.js +1 -0
- package/lib/index.js +24 -0
- package/lib/index.tuya.js +24 -0
- package/lib/index.web.js +24 -0
- package/lib/index.wechat.js +24 -0
- package/lib/style/var.less +26 -0
- package/lib/types/event.android.js +0 -0
- package/lib/types/event.d.ts +3 -0
- package/lib/types/event.ios.js +0 -0
- package/lib/types/event.js +1 -0
- package/lib/types/event.tuya.js +1 -0
- package/lib/types/event.web.js +1 -0
- package/lib/types/event.wechat.js +1 -0
- package/lib/types/index.android.js +1 -0
- package/lib/types/index.d.ts +54 -0
- package/lib/types/index.ios.js +1 -0
- package/lib/types/index.js +9 -0
- package/lib/types/index.tuya.js +9 -0
- package/lib/types/index.web.js +9 -0
- package/lib/types/index.wechat.js +9 -0
- package/lib/utils/index.android.js +1 -0
- package/lib/utils/index.d.ts +10 -0
- package/lib/utils/index.ios.js +1 -0
- package/lib/utils/index.js +90 -0
- package/lib/utils/index.tuya.js +90 -0
- package/lib/utils/index.web.js +90 -0
- package/lib/utils/index.wechat.js +90 -0
- package/lib/utils/interface.android.js +1 -0
- package/lib/utils/interface.d.ts +20 -0
- package/lib/utils/interface.ios.js +1 -0
- package/lib/utils/interface.js +1 -0
- package/lib/utils/interface.tuya.js +1 -0
- package/lib/utils/interface.web.js +1 -0
- package/lib/utils/interface.wechat.js +1 -0
- package/package.json +61 -0
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { BaseProps } from '../types';
|
|
3
|
+
import { GenericEvent as WxEvent } from '@remax/wechat';
|
|
4
|
+
export declare type SwiperProps<I> = BaseProps & {
|
|
5
|
+
/** (default: false) 是否显示面板指示点 */
|
|
6
|
+
dots?: boolean;
|
|
7
|
+
/** (default: rgba(0, 0, 0, .3)) 指示点颜色 */
|
|
8
|
+
dotColor?: string;
|
|
9
|
+
/** (default: #000000) 当前选中的指示点颜色 */
|
|
10
|
+
dotActiveColor?: string;
|
|
11
|
+
/** (default: false) 是否自动切换 */
|
|
12
|
+
autoplay?: boolean;
|
|
13
|
+
/** (default: 0) 当前所在滑块的 index */
|
|
14
|
+
current?: number;
|
|
15
|
+
/** (default: 5000) 自动切换时间间隔 */
|
|
16
|
+
interval?: number;
|
|
17
|
+
/** (default: 500) 滑动动画时长 */
|
|
18
|
+
duration?: number;
|
|
19
|
+
/** (default: false) 是否采用衔接滑动 */
|
|
20
|
+
circular?: boolean;
|
|
21
|
+
/** (default: false) 滑动方向是否为纵向 */
|
|
22
|
+
vertical?: boolean;
|
|
23
|
+
/** 前边距,可用于露出前一项的一小部分 */
|
|
24
|
+
/** 后边距,可用于露出后一项的一小部分 */
|
|
25
|
+
/** current 改变时会触发 change 事件 */
|
|
26
|
+
onChange?: (event: {
|
|
27
|
+
current: number;
|
|
28
|
+
source: '' | 'autoplay' | 'touch';
|
|
29
|
+
origin?: WxEvent;
|
|
30
|
+
}) => void;
|
|
31
|
+
/** swiper-item 的位置发生改变时会触发 transition 事件,event.detail = {dx: dx, dy: dy} 2.4.3 */
|
|
32
|
+
/** 动画结束时会触发 onAfterChange 事件 */
|
|
33
|
+
onAfterChange?: (event: any) => void;
|
|
34
|
+
/** 列表数据 */
|
|
35
|
+
dataSource: I[];
|
|
36
|
+
/** 渲染列表项目 */
|
|
37
|
+
renderItem: (item: I, index: number) => React.ReactNode;
|
|
38
|
+
};
|
|
39
|
+
export declare const defaultSwiperProps: Partial<SwiperProps<any>>;
|
|
40
|
+
export declare const SwiperPropsAlias: {
|
|
41
|
+
dotActiveColor: string;
|
|
42
|
+
dotColor: string;
|
|
43
|
+
dots: string;
|
|
44
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:true});exports.defaultSwiperProps=exports.SwiperPropsAlias=void 0;var defaultSwiperProps={autoplay:false,circular:false,current:0,dotActiveColor:'#000',dotColor:'rgba(0,0,0,0.3)',dots:false,duration:500,interval:5000,vertical:false};exports.defaultSwiperProps=defaultSwiperProps;var SwiperPropsAlias={dotActiveColor:'indicatorActiveColor',dotColor:'indicatorColor',dots:'indicatorDots'};exports.SwiperPropsAlias=SwiperPropsAlias;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export var defaultSwiperProps = {
|
|
2
|
+
autoplay: false,
|
|
3
|
+
circular: false,
|
|
4
|
+
current: 0,
|
|
5
|
+
dotActiveColor: '#000',
|
|
6
|
+
dotColor: 'rgba(0,0,0,0.3)',
|
|
7
|
+
dots: false,
|
|
8
|
+
duration: 500,
|
|
9
|
+
interval: 5000,
|
|
10
|
+
vertical: false
|
|
11
|
+
};
|
|
12
|
+
export var SwiperPropsAlias = {
|
|
13
|
+
dotActiveColor: 'indicatorActiveColor',
|
|
14
|
+
dotColor: 'indicatorColor',
|
|
15
|
+
dots: 'indicatorDots'
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export var defaultSwiperProps = {
|
|
2
|
+
autoplay: false,
|
|
3
|
+
circular: false,
|
|
4
|
+
current: 0,
|
|
5
|
+
dotActiveColor: '#000',
|
|
6
|
+
dotColor: 'rgba(0,0,0,0.3)',
|
|
7
|
+
dots: false,
|
|
8
|
+
duration: 500,
|
|
9
|
+
interval: 5000,
|
|
10
|
+
vertical: false
|
|
11
|
+
};
|
|
12
|
+
export var SwiperPropsAlias = {
|
|
13
|
+
dotActiveColor: 'indicatorActiveColor',
|
|
14
|
+
dotColor: 'indicatorColor',
|
|
15
|
+
dots: 'indicatorDots'
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export var defaultSwiperProps = {
|
|
2
|
+
autoplay: false,
|
|
3
|
+
circular: false,
|
|
4
|
+
current: 0,
|
|
5
|
+
dotActiveColor: '#000',
|
|
6
|
+
dotColor: 'rgba(0,0,0,0.3)',
|
|
7
|
+
dots: false,
|
|
8
|
+
duration: 500,
|
|
9
|
+
interval: 5000,
|
|
10
|
+
vertical: false
|
|
11
|
+
};
|
|
12
|
+
export var SwiperPropsAlias = {
|
|
13
|
+
dotActiveColor: 'indicatorActiveColor',
|
|
14
|
+
dotColor: 'indicatorColor',
|
|
15
|
+
dots: 'indicatorDots'
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export var defaultSwiperProps = {
|
|
2
|
+
autoplay: false,
|
|
3
|
+
circular: false,
|
|
4
|
+
current: 0,
|
|
5
|
+
dotActiveColor: '#000',
|
|
6
|
+
dotColor: 'rgba(0,0,0,0.3)',
|
|
7
|
+
dots: false,
|
|
8
|
+
duration: 500,
|
|
9
|
+
interval: 5000,
|
|
10
|
+
vertical: false
|
|
11
|
+
};
|
|
12
|
+
export var SwiperPropsAlias = {
|
|
13
|
+
dotActiveColor: 'indicatorActiveColor',
|
|
14
|
+
dotColor: 'indicatorColor',
|
|
15
|
+
dots: 'indicatorDots'
|
|
16
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _extends2=_interopRequireDefault(require("@babel/runtime/helpers/extends"));var _objectWithoutProperties2=_interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));var _classCallCheck2=_interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));var _createClass2=_interopRequireDefault(require("@babel/runtime/helpers/createClass"));var _inherits2=_interopRequireDefault(require("@babel/runtime/helpers/inherits"));var _possibleConstructorReturn2=_interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));var _getPrototypeOf2=_interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));var _react=_interopRequireDefault(require("react"));var _switch=_interopRequireDefault(require("tuya-panel-switch/lib/switch"));var _Checkbox=_interopRequireDefault(require("../Checkbox"));var _props=require("./props");var _jsxFileName="/drone/src/packages/components/src/Switch/Switch.native.tsx";var _excluded=["style","color","disabled","type"];function _createSuper(Derived){var hasNativeReflectConstruct=_isNativeReflectConstruct();return function(){var Super=(0,_getPrototypeOf2.default)(Derived),result;if(hasNativeReflectConstruct){var NewTarget=(0,_getPrototypeOf2.default)(this).constructor;result=Reflect.construct(Super,arguments,NewTarget);}else{result=Super.apply(this,arguments);}return(0,_possibleConstructorReturn2.default)(this,result);};}function _isNativeReflectConstruct(){if(typeof Reflect==="undefined"||!Reflect.construct)return false;if(Reflect.construct.sham)return false;if(typeof Proxy==="function")return true;try{Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}));return true;}catch(e){return false;}}var _Switch=function(_React$Component){(0,_inherits2.default)(_Switch,_React$Component);var _super=_createSuper(_Switch);function _Switch(){var _this;(0,_classCallCheck2.default)(this,_Switch);for(var _len=arguments.length,args=new Array(_len),_key=0;_key<_len;_key++){args[_key]=arguments[_key];}_this=_super.call.apply(_super,[this].concat(args));_this.$touchable=_react.default.createRef();_this.state={checked:!!_this.props.checked};_this._simulateNativePress=function(evt){var type=_this.props.type;if(type==='checkbox'){var node=_this.$touchable.current;node&&node._simulateNativePress(evt);}else{_this.setState({checked:!_this.state.checked});}};_this.onCheckedChange=function(event){var checked=event.checked;var onChange=_this.props.onChange;typeof onChange==='function'&&onChange({type:'change',value:checked});_this.setState({checked:checked});};_this.onSwitchChange=function(isChecked){var onChange=_this.props.onChange;typeof onChange==='function'&&onChange({type:'change',value:isChecked});_this.setState({checked:isChecked});};return _this;}(0,_createClass2.default)(_Switch,[{key:"render",value:function render(){var _this$props=this.props,style=_this$props.style,color=_this$props.color,disabled=_this$props.disabled,type=_this$props.type,rest=(0,_objectWithoutProperties2.default)(_this$props,_excluded);var checked=this.state.checked;if(type==='checkbox'){return _react.default.createElement(_Checkbox.default,{checked:this.state.checked,style:style,disabled:disabled,onChange:this.onCheckedChange,ref:this.$touchable,__self:this,__source:{fileName:_jsxFileName,lineNumber:76,columnNumber:14}});}return _react.default.createElement(_switch.default,(0,_extends2.default)({size:{width:50,height:30,activeSize:26,margin:2},thumbTintColor:"#FFFFFF",tintColor:'rgba(0,0,0,0.12)'},rest,{value:checked,onValueChange:this.onSwitchChange,style:style,onTintColor:color,disabled:disabled,ref:this.$touchable,__self:this,__source:{fileName:_jsxFileName,lineNumber:79,columnNumber:12}}));}}]);return _Switch;}(_react.default.Component);exports.default=_Switch;_Switch.displayName='Switch';_Switch.defaultProps=_props.defaultSwitchProps;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _extends2=_interopRequireDefault(require("@babel/runtime/helpers/extends"));var _objectWithoutProperties2=_interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));var _classCallCheck2=_interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));var _createClass2=_interopRequireDefault(require("@babel/runtime/helpers/createClass"));var _inherits2=_interopRequireDefault(require("@babel/runtime/helpers/inherits"));var _possibleConstructorReturn2=_interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));var _getPrototypeOf2=_interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));var _react=_interopRequireDefault(require("react"));var _switch=_interopRequireDefault(require("tuya-panel-switch/lib/switch"));var _Checkbox=_interopRequireDefault(require("../Checkbox"));var _props=require("./props");var _jsxFileName="/drone/src/packages/components/src/Switch/Switch.native.tsx";var _excluded=["style","color","disabled","type"];function _createSuper(Derived){var hasNativeReflectConstruct=_isNativeReflectConstruct();return function(){var Super=(0,_getPrototypeOf2.default)(Derived),result;if(hasNativeReflectConstruct){var NewTarget=(0,_getPrototypeOf2.default)(this).constructor;result=Reflect.construct(Super,arguments,NewTarget);}else{result=Super.apply(this,arguments);}return(0,_possibleConstructorReturn2.default)(this,result);};}function _isNativeReflectConstruct(){if(typeof Reflect==="undefined"||!Reflect.construct)return false;if(Reflect.construct.sham)return false;if(typeof Proxy==="function")return true;try{Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}));return true;}catch(e){return false;}}var _Switch=function(_React$Component){(0,_inherits2.default)(_Switch,_React$Component);var _super=_createSuper(_Switch);function _Switch(){var _this;(0,_classCallCheck2.default)(this,_Switch);for(var _len=arguments.length,args=new Array(_len),_key=0;_key<_len;_key++){args[_key]=arguments[_key];}_this=_super.call.apply(_super,[this].concat(args));_this.$touchable=_react.default.createRef();_this.state={checked:!!_this.props.checked};_this._simulateNativePress=function(evt){var type=_this.props.type;if(type==='checkbox'){var node=_this.$touchable.current;node&&node._simulateNativePress(evt);}else{_this.setState({checked:!_this.state.checked});}};_this.onCheckedChange=function(event){var checked=event.checked;var onChange=_this.props.onChange;typeof onChange==='function'&&onChange({type:'change',value:checked});_this.setState({checked:checked});};_this.onSwitchChange=function(isChecked){var onChange=_this.props.onChange;typeof onChange==='function'&&onChange({type:'change',value:isChecked});_this.setState({checked:isChecked});};return _this;}(0,_createClass2.default)(_Switch,[{key:"render",value:function render(){var _this$props=this.props,style=_this$props.style,color=_this$props.color,disabled=_this$props.disabled,type=_this$props.type,rest=(0,_objectWithoutProperties2.default)(_this$props,_excluded);var checked=this.state.checked;if(type==='checkbox'){return _react.default.createElement(_Checkbox.default,{checked:this.state.checked,style:style,disabled:disabled,onChange:this.onCheckedChange,ref:this.$touchable,__self:this,__source:{fileName:_jsxFileName,lineNumber:76,columnNumber:14}});}return _react.default.createElement(_switch.default,(0,_extends2.default)({size:{width:50,height:30,activeSize:26,margin:2},thumbTintColor:"#FFFFFF",tintColor:'rgba(0,0,0,0.12)'},rest,{value:checked,onValueChange:this.onSwitchChange,style:style,onTintColor:color,disabled:disabled,ref:this.$touchable,__self:this,__source:{fileName:_jsxFileName,lineNumber:79,columnNumber:12}}));}}]);return _Switch;}(_react.default.Component);exports.default=_Switch;_Switch.displayName='Switch';_Switch.defaultProps=_props.defaultSwitchProps;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
var Switch = function (props) {
|
|
4
|
+
var checked = props.checked,
|
|
5
|
+
disabled = props.disabled,
|
|
6
|
+
color = props.color,
|
|
7
|
+
className = props.className,
|
|
8
|
+
style = props.style;
|
|
9
|
+
return /*#__PURE__*/React.createElement("div", null, "\u6682\u672A\u5B9E\u73B011");
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
Switch.displayName = 'Switch';
|
|
13
|
+
export default Switch;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { GestureResponderEvent } from 'react-native';
|
|
3
|
+
import { SwitchProps } from './props';
|
|
4
|
+
export interface ISwitchState {
|
|
5
|
+
checked: boolean;
|
|
6
|
+
}
|
|
7
|
+
export default class _Switch extends React.Component<SwitchProps, ISwitchState> {
|
|
8
|
+
static displayName: string;
|
|
9
|
+
static defaultProps: {
|
|
10
|
+
type: string;
|
|
11
|
+
color: string;
|
|
12
|
+
disabled: boolean;
|
|
13
|
+
};
|
|
14
|
+
$touchable: React.RefObject<any>;
|
|
15
|
+
state: {
|
|
16
|
+
checked: boolean;
|
|
17
|
+
};
|
|
18
|
+
_simulateNativePress: (evt: GestureResponderEvent) => void;
|
|
19
|
+
onCheckedChange: (event: {
|
|
20
|
+
value: string;
|
|
21
|
+
checked: boolean;
|
|
22
|
+
}) => void;
|
|
23
|
+
onSwitchChange: (isChecked: boolean) => void;
|
|
24
|
+
render(): JSX.Element;
|
|
25
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["className", "style", "id", "onChange", "type", "color"];
|
|
4
|
+
import clsx from 'clsx';
|
|
5
|
+
import * as React from 'react';
|
|
6
|
+
import { inlineStyle } from '@ray-js/framework-shared';
|
|
7
|
+
import { Switch as RemaxSwitch } from '@ray-js/remax-tuya';
|
|
8
|
+
|
|
9
|
+
var Switch = function (props) {
|
|
10
|
+
var className = props.className,
|
|
11
|
+
style = props.style,
|
|
12
|
+
id = props.id,
|
|
13
|
+
onChange = props.onChange,
|
|
14
|
+
_props$type = props.type,
|
|
15
|
+
type = _props$type === void 0 ? 'switch' : _props$type,
|
|
16
|
+
color = props.color,
|
|
17
|
+
restProps = _objectWithoutProperties(props, _excluded);
|
|
18
|
+
|
|
19
|
+
return /*#__PURE__*/React.createElement(RemaxSwitch, _extends({
|
|
20
|
+
id: id,
|
|
21
|
+
onChange: function handleChange(e) {
|
|
22
|
+
onChange === null || onChange === void 0 ? void 0 : onChange({
|
|
23
|
+
type: 'change',
|
|
24
|
+
value: e.detail.value,
|
|
25
|
+
origin: e
|
|
26
|
+
});
|
|
27
|
+
},
|
|
28
|
+
style: inlineStyle(style),
|
|
29
|
+
className: clsx(className),
|
|
30
|
+
color: color || (type === 'switch' ? '#007aff' : '#ffffff'),
|
|
31
|
+
type: type
|
|
32
|
+
}, restProps));
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export default Switch;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
var Switch = function (props) {
|
|
4
|
+
var checked = props.checked,
|
|
5
|
+
disabled = props.disabled,
|
|
6
|
+
color = props.color,
|
|
7
|
+
className = props.className,
|
|
8
|
+
style = props.style;
|
|
9
|
+
return /*#__PURE__*/React.createElement("div", null, "\u6682\u672A\u5B9E\u73B011");
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
Switch.displayName = 'Switch';
|
|
13
|
+
export default Switch;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Switch as _Switch } from "@remax/wechat/esm/hostComponents/Switch/index";
|
|
2
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
3
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
4
|
+
var _excluded = ["className", "style", "id", "onChange", "type", "color"];
|
|
5
|
+
import clsx from 'clsx';
|
|
6
|
+
import * as React from 'react';
|
|
7
|
+
import { inlineStyle } from '@ray-js/framework-shared';
|
|
8
|
+
import './index.module.less';
|
|
9
|
+
|
|
10
|
+
var Switch = function (props) {
|
|
11
|
+
var className = props.className,
|
|
12
|
+
style = props.style,
|
|
13
|
+
id = props.id,
|
|
14
|
+
onChange = props.onChange,
|
|
15
|
+
_props$type = props.type,
|
|
16
|
+
type = _props$type === void 0 ? 'switch' : _props$type,
|
|
17
|
+
color = props.color,
|
|
18
|
+
restProps = _objectWithoutProperties(props, _excluded);
|
|
19
|
+
|
|
20
|
+
return /*#__PURE__*/React.createElement(_Switch, _extends({
|
|
21
|
+
id: id,
|
|
22
|
+
onChange: function handleChange(e) {
|
|
23
|
+
onChange === null || onChange === void 0 ? void 0 : onChange({
|
|
24
|
+
type: 'change',
|
|
25
|
+
value: e.detail.value,
|
|
26
|
+
origin: e
|
|
27
|
+
});
|
|
28
|
+
},
|
|
29
|
+
style: inlineStyle(style),
|
|
30
|
+
className: clsx('raySwitch', className),
|
|
31
|
+
type: type,
|
|
32
|
+
color: color || '#007AFF'
|
|
33
|
+
}, restProps));
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export default Switch;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});var _exportNames={};exports.default=void 0;var _Switch=_interopRequireDefault(require("./Switch"));var _props=require("./props");Object.keys(_props).forEach(function(key){if(key==="default"||key==="__esModule")return;if(Object.prototype.hasOwnProperty.call(_exportNames,key))return;if(key in exports&&exports[key]===_props[key])return;Object.defineProperty(exports,key,{enumerable:true,get:function get(){return _props[key];}});});var _default=_Switch.default;exports.default=_default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});var _exportNames={};exports.default=void 0;var _Switch=_interopRequireDefault(require("./Switch"));var _props=require("./props");Object.keys(_props).forEach(function(key){if(key==="default"||key==="__esModule")return;if(Object.prototype.hasOwnProperty.call(_exportNames,key))return;if(key in exports&&exports[key]===_props[key])return;Object.defineProperty(exports,key,{enumerable:true,get:function get(){return _props[key];}});});var _default=_Switch.default;exports.default=_default;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
nav:
|
|
3
|
+
title: 组件
|
|
4
|
+
path: /components
|
|
5
|
+
group:
|
|
6
|
+
title: 表单组件
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Switch
|
|
10
|
+
|
|
11
|
+
开关选择器。
|
|
12
|
+
|
|
13
|
+
## 导入
|
|
14
|
+
|
|
15
|
+
```js
|
|
16
|
+
import { Switch } from '@ray-js/components';
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
## 代码演示
|
|
20
|
+
|
|
21
|
+
<code src="./demos/basic.tsx" title="基本用法" background="#f2f4f6" />
|
|
22
|
+
|
|
23
|
+
## Props
|
|
24
|
+
|
|
25
|
+
| 属性 | 类型 | 默认值 | 说明 | 支持平台 |
|
|
26
|
+
| --- | --- | --- | --- | --- |
|
|
27
|
+
| checked | boolean | false | 当前是否选中 | RN、涂鸦、微信 |
|
|
28
|
+
| disabled | boolean | false | 是否禁用 | RN、涂鸦、微信 |
|
|
29
|
+
| color | string | #007AFF | Switch 的颜色,同 css 的 color | RN、涂鸦、微信 |
|
|
30
|
+
| type | string | switch | 可选值 `switch` `checkbox` | RN、涂鸦、微信 |
|
|
31
|
+
| onChange | func(event) | 否 | checked 改变时触发 change 事件,event.detail={ value} | RN、涂鸦、微信 |
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:true});exports.defaultSwitchProps=void 0;var defaultSwitchProps={type:'switch',color:'#007AFF',disabled:false};exports.defaultSwitchProps=defaultSwitchProps;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
import { BaseProps } from '../types';
|
|
4
|
+
export interface SwitchProps extends BaseProps {
|
|
5
|
+
onChange?: (event: {
|
|
6
|
+
type: 'change';
|
|
7
|
+
value: boolean;
|
|
8
|
+
origin: any;
|
|
9
|
+
}) => void;
|
|
10
|
+
checked?: boolean;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
color?: string;
|
|
13
|
+
type?: 'switch' | 'checkbox';
|
|
14
|
+
style?: React.CSSProperties | StyleProp<ViewStyle>;
|
|
15
|
+
}
|
|
16
|
+
export declare const defaultSwitchProps: {
|
|
17
|
+
type: string;
|
|
18
|
+
color: string;
|
|
19
|
+
disabled: boolean;
|
|
20
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:true});exports.defaultSwitchProps=void 0;var defaultSwitchProps={type:'switch',color:'#007AFF',disabled:false};exports.defaultSwitchProps=defaultSwitchProps;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _extends2=_interopRequireDefault(require("@babel/runtime/helpers/extends"));var _objectWithoutProperties2=_interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));var _react=_interopRequireDefault(require("react"));var _reactNative=require("react-native");var _excluded=["selectable","onClick","style","children"];var _this=this,_jsxFileName="/drone/src/packages/components/src/Text/Text.native.tsx";var _Text=function(props){var selectable=props.selectable,onClick=props.onClick,style=props.style,children=props.children,rest=(0,_objectWithoutProperties2.default)(props,_excluded);var clickProps={onPress:undefined};if(onClick)clickProps.onPress=function onTextClick(event){var nativeEvent=event.nativeEvent;var timestamp=nativeEvent.timestamp,pageX=nativeEvent.pageX,pageY=nativeEvent.pageY;typeof onClick==='function'&&onClick({type:'click',timeStamp:timestamp,pageX:pageX,pageY:pageY,origin:event});};return _react.default.createElement(_reactNative.Text,(0,_extends2.default)({selectable:!!selectable,style:style},rest,clickProps,{__self:_this,__source:{fileName:_jsxFileName,lineNumber:39,columnNumber:10}}),children);};_Text.displayName='_Text';var _default=_Text;exports.default=_default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _extends2=_interopRequireDefault(require("@babel/runtime/helpers/extends"));var _objectWithoutProperties2=_interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));var _react=_interopRequireDefault(require("react"));var _reactNative=require("react-native");var _excluded=["selectable","onClick","style","children"];var _this=this,_jsxFileName="/drone/src/packages/components/src/Text/Text.native.tsx";var _Text=function(props){var selectable=props.selectable,onClick=props.onClick,style=props.style,children=props.children,rest=(0,_objectWithoutProperties2.default)(props,_excluded);var clickProps={onPress:undefined};if(onClick)clickProps.onPress=function onTextClick(event){var nativeEvent=event.nativeEvent;var timestamp=nativeEvent.timestamp,pageX=nativeEvent.pageX,pageY=nativeEvent.pageY;typeof onClick==='function'&&onClick({type:'click',timeStamp:timestamp,pageX:pageX,pageY:pageY,origin:event});};return _react.default.createElement(_reactNative.Text,(0,_extends2.default)({selectable:!!selectable,style:style},rest,clickProps,{__self:_this,__source:{fileName:_jsxFileName,lineNumber:39,columnNumber:10}}),children);};_Text.displayName='_Text';var _default=_Text;exports.default=_default;
|
package/lib/Text/Text.js
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import clsx from 'clsx';
|
|
5
|
+
import { inlineStyle } from '@ray-js/framework-shared';
|
|
6
|
+
import styles from './index.module.less';
|
|
7
|
+
|
|
8
|
+
var Text = function (props) {
|
|
9
|
+
var onClick = props.onClick,
|
|
10
|
+
onTouchStart = props.onTouchStart,
|
|
11
|
+
onTouchMove = props.onTouchMove,
|
|
12
|
+
onTouchEnd = props.onTouchEnd,
|
|
13
|
+
onTouchCancel = props.onTouchCancel,
|
|
14
|
+
className = props.className,
|
|
15
|
+
selectable = props.selectable,
|
|
16
|
+
dataset = props.dataset,
|
|
17
|
+
id = props.id,
|
|
18
|
+
style = props.style,
|
|
19
|
+
children = props.children;
|
|
20
|
+
return /*#__PURE__*/React.createElement("span", _extends({}, dataset, {
|
|
21
|
+
id: id,
|
|
22
|
+
style: inlineStyle(style),
|
|
23
|
+
className: clsx('ray-text', className, _defineProperty({}, styles.selectable, selectable)),
|
|
24
|
+
onClick: onClick,
|
|
25
|
+
onTouchStart: function (e) {
|
|
26
|
+
return onTouchStart === null || onTouchStart === void 0 ? void 0 : onTouchStart(e);
|
|
27
|
+
},
|
|
28
|
+
onTouchMove: function (e) {
|
|
29
|
+
return onTouchMove === null || onTouchMove === void 0 ? void 0 : onTouchMove(e);
|
|
30
|
+
},
|
|
31
|
+
onTouchEnd: function (e) {
|
|
32
|
+
return onTouchEnd === null || onTouchEnd === void 0 ? void 0 : onTouchEnd(e);
|
|
33
|
+
},
|
|
34
|
+
onTouchCancel: function (e) {
|
|
35
|
+
return onTouchCancel === null || onTouchCancel === void 0 ? void 0 : onTouchCancel(e);
|
|
36
|
+
}
|
|
37
|
+
}), children);
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
Text.displayName = 'Text';
|
|
41
|
+
export default Text;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
import { TextProps } from './props';
|
|
4
|
+
export interface IProps extends Omit<TextProps, 'style'> {
|
|
5
|
+
style?: StyleProp<ViewStyle>;
|
|
6
|
+
}
|
|
7
|
+
declare const _Text: React.FC<IProps>;
|
|
8
|
+
export default _Text;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import clsx from 'clsx';
|
|
5
|
+
import { inlineStyle } from '@ray-js/framework-shared';
|
|
6
|
+
import styles from './index.module.less';
|
|
7
|
+
|
|
8
|
+
var Text = function (props) {
|
|
9
|
+
var onClick = props.onClick,
|
|
10
|
+
onTouchStart = props.onTouchStart,
|
|
11
|
+
onTouchMove = props.onTouchMove,
|
|
12
|
+
onTouchEnd = props.onTouchEnd,
|
|
13
|
+
onTouchCancel = props.onTouchCancel,
|
|
14
|
+
className = props.className,
|
|
15
|
+
selectable = props.selectable,
|
|
16
|
+
dataset = props.dataset,
|
|
17
|
+
id = props.id,
|
|
18
|
+
style = props.style,
|
|
19
|
+
children = props.children;
|
|
20
|
+
return /*#__PURE__*/React.createElement("span", _extends({}, dataset, {
|
|
21
|
+
id: id,
|
|
22
|
+
style: inlineStyle(style),
|
|
23
|
+
className: clsx('ray-text', className, _defineProperty({}, styles.selectable, selectable)),
|
|
24
|
+
onClick: onClick,
|
|
25
|
+
onTouchStart: function (e) {
|
|
26
|
+
return onTouchStart === null || onTouchStart === void 0 ? void 0 : onTouchStart(e);
|
|
27
|
+
},
|
|
28
|
+
onTouchMove: function (e) {
|
|
29
|
+
return onTouchMove === null || onTouchMove === void 0 ? void 0 : onTouchMove(e);
|
|
30
|
+
},
|
|
31
|
+
onTouchEnd: function (e) {
|
|
32
|
+
return onTouchEnd === null || onTouchEnd === void 0 ? void 0 : onTouchEnd(e);
|
|
33
|
+
},
|
|
34
|
+
onTouchCancel: function (e) {
|
|
35
|
+
return onTouchCancel === null || onTouchCancel === void 0 ? void 0 : onTouchCancel(e);
|
|
36
|
+
}
|
|
37
|
+
}), children);
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
Text.displayName = 'Text';
|
|
41
|
+
export default Text;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Text as _Text } from "@remax/wechat/esm/hostComponents/Text/index";
|
|
2
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
3
|
+
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
|
4
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
5
|
+
var _excluded = ["onClick", "onLongClick", "onTouchCancel", "onTouchEnd", "onTouchMove", "onTouchStart"];
|
|
6
|
+
import * as React from 'react';
|
|
7
|
+
import { useTouch } from '@ray-js/framework-shared';
|
|
8
|
+
|
|
9
|
+
var Text = function (props) {
|
|
10
|
+
var onClick = props.onClick,
|
|
11
|
+
onLongClick = props.onLongClick,
|
|
12
|
+
onTouchCancel = props.onTouchCancel,
|
|
13
|
+
onTouchEnd = props.onTouchEnd,
|
|
14
|
+
onTouchMove = props.onTouchMove,
|
|
15
|
+
onTouchStart = props.onTouchStart,
|
|
16
|
+
restProps = _objectWithoutProperties(props, _excluded);
|
|
17
|
+
|
|
18
|
+
var _useTouch = useTouch({
|
|
19
|
+
onLongClick: onLongClick,
|
|
20
|
+
onTouchStart: onTouchStart,
|
|
21
|
+
onTouchMove: onTouchMove,
|
|
22
|
+
onTouchEnd: onTouchEnd,
|
|
23
|
+
onTouchCancel: onTouchCancel,
|
|
24
|
+
onClick: onClick
|
|
25
|
+
}),
|
|
26
|
+
_useTouch2 = _slicedToArray(_useTouch, 2),
|
|
27
|
+
touching = _useTouch2[0],
|
|
28
|
+
handlers = _useTouch2[1];
|
|
29
|
+
|
|
30
|
+
return /*#__PURE__*/React.createElement(_Text, _extends({}, restProps, handlers));
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export default Text;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});var _exportNames={};exports.default=void 0;var _Text=_interopRequireDefault(require("./Text"));var _props=require("./props");Object.keys(_props).forEach(function(key){if(key==="default"||key==="__esModule")return;if(Object.prototype.hasOwnProperty.call(_exportNames,key))return;if(key in exports&&exports[key]===_props[key])return;Object.defineProperty(exports,key,{enumerable:true,get:function get(){return _props[key];}});});var _default=_Text.default;exports.default=_default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});var _exportNames={};exports.default=void 0;var _Text=_interopRequireDefault(require("./Text"));var _props=require("./props");Object.keys(_props).forEach(function(key){if(key==="default"||key==="__esModule")return;if(Object.prototype.hasOwnProperty.call(_exportNames,key))return;if(key in exports&&exports[key]===_props[key])return;Object.defineProperty(exports,key,{enumerable:true,get:function get(){return _props[key];}});});var _default=_Text.default;exports.default=_default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
---
|
|
2
|
+
nav:
|
|
3
|
+
title: 组件
|
|
4
|
+
path: /components
|
|
5
|
+
group:
|
|
6
|
+
title: 基础组件
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Text
|
|
10
|
+
|
|
11
|
+
文本内容
|
|
12
|
+
|
|
13
|
+
## 导入
|
|
14
|
+
|
|
15
|
+
```js
|
|
16
|
+
import { Text } from '@ray-js/components';
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
## 代码演示
|
|
20
|
+
|
|
21
|
+
<code src="./demos/simple.tsx" title="基本用法" background="#f2f4f6" />
|
|
22
|
+
|
|
23
|
+
## Props
|
|
24
|
+
|
|
25
|
+
| 属性 | 类型 | 默认值 | 说明 | 支持平台 |
|
|
26
|
+
| ---------- | ------------------------------ | ------ | ------------ | -------------- |
|
|
27
|
+
| className | string | | 样式名 | RN、涂鸦、微信 |
|
|
28
|
+
| selectable | boolean | false | 文本是否可选 | RN、涂鸦、微信 |
|
|
29
|
+
| onClick | (e: { type: 'click' }) => void | false | 点击事件 | RN、涂鸦、微信 |
|