@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 @@
|
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _defineProperty2=_interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));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 _reactNative=require("react-native");var _props=require("./props");var _jsxFileName="/drone/src/packages/components/src/Input/Input.native.tsx";var _excluded=["style","value","type","password","placeholder","disabled","maxLength","focus","confirmType","selectionStart","selectionEnd","cursor","_multiline","_autoHeight"];function ownKeys(object,enumerableOnly){var keys=Object.keys(object);if(Object.getOwnPropertySymbols){var symbols=Object.getOwnPropertySymbols(object);enumerableOnly&&(symbols=symbols.filter(function(sym){return Object.getOwnPropertyDescriptor(object,sym).enumerable;})),keys.push.apply(keys,symbols);}return keys;}function _objectSpread(target){for(var i=1;i<arguments.length;i++){var source=null!=arguments[i]?arguments[i]:{};i%2?ownKeys(Object(source),!0).forEach(function(key){(0,_defineProperty2.default)(target,key,source[key]);}):Object.getOwnPropertyDescriptors?Object.defineProperties(target,Object.getOwnPropertyDescriptors(source)):ownKeys(Object(source)).forEach(function(key){Object.defineProperty(target,key,Object.getOwnPropertyDescriptor(source,key));});}return target;}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 keyboardTypeMap={text:'default',number:'numeric',idcard:'default',digit:_reactNative.Platform.select({ios:'decimal-pad',android:'numeric'})||''};var Checkbox=function(_React$Component){(0,_inherits2.default)(Checkbox,_React$Component);var _super=_createSuper(Checkbox);function Checkbox(){var _this;(0,_classCallCheck2.default)(this,Checkbox);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.state={returnValue:undefined,height:0,value:undefined};_this._handleChangeText=function(text){var onInput=_this.props.onInput;_this.tmpValue=text||'';_this.setState({returnValue:text});typeof onInput==='function'&&onInput({type:'input',value:text,origin:null});};_this._handleSubmitEditing=function(event){var _this$props=_this.props,onConfirm=_this$props.onConfirm,_multiline=_this$props._multiline;if(_multiline)return;typeof onConfirm==='function'&&onConfirm({type:'confirm',value:_this.tmpValue,origin:event});};_this._handleBlur=function(event){var onBlur=_this.props.onBlur;typeof onBlur==='function'&&onBlur({type:'blur',value:_this.tmpValue,origin:event});};_this._handleFocus=function(event){var onFocus=_this.props.onFocus;var returnValue=_this.state.returnValue;_this.tmpValue=returnValue||'';typeof onFocus==='function'&&onFocus({type:'focus',value:_this.tmpValue,origin:event});};_this.onContentSizeChange=function(event){var _event$nativeEvent$co=event.nativeEvent.contentSize,width=_event$nativeEvent$co.width,height=_event$nativeEvent$co.height;if(width&&height){var _this$props2=_this.props,_multiline=_this$props2._multiline,_autoHeight=_this$props2._autoHeight,_onLineChange=_this$props2._onLineChange;if(!_multiline||!_autoHeight||height===_this.state.height)return;_this.lineCount+=height>_this.state.height?1:-1;console.log('lineCount',_this.lineCount,height);_onLineChange({height:height,lineCount:_this.lineCount,type:'linechange'});_this.setState({height:height});}};_this._handleKeyPress=function(event){var onConfirm=_this.props.onConfirm;var keyValue=event.nativeEvent.key;if(keyValue!=='Enter')return;typeof onConfirm==='function'&&onConfirm({type:'confirm',value:_this.tmpValue,origin:event});};return _this;}(0,_createClass2.default)(Checkbox,[{key:"render",value:function render(){var _this$props3=this.props,style=_this$props3.style,value=_this$props3.value,type=_this$props3.type,password=_this$props3.password,placeholder=_this$props3.placeholder,disabled=_this$props3.disabled,maxLength=_this$props3.maxLength,focus=_this$props3.focus,confirmType=_this$props3.confirmType,selectionStart=_this$props3.selectionStart,selectionEnd=_this$props3.selectionEnd,cursor=_this$props3.cursor,_multiline=_this$props3._multiline,_autoHeight=_this$props3._autoHeight,rest=(0,_objectWithoutProperties2.default)(_this$props3,_excluded);var selection=function(){if(selectionStart>=0&&selectionEnd>=0){return{start:selectionStart,end:selectionEnd};}else if(typeof cursor==='number'){return{start:cursor,end:cursor};}}();var textAlignVertical=_multiline?'top':'auto';return _react.default.createElement(_reactNative.TextInput,(0,_extends2.default)({},rest,{style:[{padding:4,backgroundColor:'#FFF'},style,_multiline&&_autoHeight&&{height:Math.max(35,this.state.height)}],defaultValue:value,secureTextEntry:!!password,placeholder:placeholder,editable:!disabled,maxLength:maxLength===-1?undefined:maxLength,returnKeyType:confirmType,keyboardType:keyboardTypeMap[type],autoFocus:!!focus,selection:selection,value:this.state.returnValue,onChangeText:this._handleChangeText,onBlur:this._handleBlur,onKeyPress:this._handleKeyPress,onFocus:this._handleFocus,multiline:!!_multiline,onEndEditing:this._handleSubmitEditing,onSubmitEditing:this._handleSubmitEditing,textAlignVertical:textAlignVertical,onContentSizeChange:this.onContentSizeChange,underlineColorAndroid:"rgba(0,0,0,0)",__self:this,__source:{fileName:_jsxFileName,lineNumber:169,columnNumber:12}}));}}],[{key:"getDerivedStateFromProps",value:function getDerivedStateFromProps(props,state){return props.value!==state.value?_objectSpread(_objectSpread({},state),{},{returnValue:props.value}):null;}}]);return Checkbox;}(_react.default.Component);exports.default=Checkbox;Checkbox.defaultProps=_props.defaultInputProps;
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
|
3
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
4
|
+
var _excluded = ["name", "id", "className", "style", "disabled", "type", "confirmType", "value", "focus", "maxLength", "onBlur", "onConfirm", "onFocus", "onInput", "password", "placeholder", "placeholderStyle"];
|
|
5
|
+
import "core-js/modules/es.function.name.js";
|
|
6
|
+
import * as React from 'react';
|
|
7
|
+
import clsx from 'clsx';
|
|
8
|
+
import { inlineStyle, useStylesheet } from '@ray-js/framework-shared';
|
|
9
|
+
import { defaultInputProps } from './props';
|
|
10
|
+
import { generateId } from '../core';
|
|
11
|
+
import styles from './index.module.less';
|
|
12
|
+
var Input = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
13
|
+
var name = props.name,
|
|
14
|
+
_props$id = props.id,
|
|
15
|
+
id = _props$id === void 0 ? generateId() : _props$id,
|
|
16
|
+
className = props.className,
|
|
17
|
+
style = props.style,
|
|
18
|
+
disabled = props.disabled,
|
|
19
|
+
type = props.type,
|
|
20
|
+
_props$confirmType = props.confirmType,
|
|
21
|
+
confirmType = _props$confirmType === void 0 ? 'done' : _props$confirmType,
|
|
22
|
+
_props$value = props.value,
|
|
23
|
+
value = _props$value === void 0 ? '' : _props$value,
|
|
24
|
+
focus = props.focus,
|
|
25
|
+
maxLength = props.maxLength,
|
|
26
|
+
onBlur = props.onBlur,
|
|
27
|
+
onConfirm = props.onConfirm,
|
|
28
|
+
onFocus = props.onFocus,
|
|
29
|
+
onInput = props.onInput,
|
|
30
|
+
password = props.password,
|
|
31
|
+
placeholder = props.placeholder,
|
|
32
|
+
placeholderStyle = props.placeholderStyle,
|
|
33
|
+
restProps = _objectWithoutProperties(props, _excluded);
|
|
34
|
+
|
|
35
|
+
var _useStylesheet = useStylesheet(inlineStyle(placeholderStyle)),
|
|
36
|
+
_useStylesheet2 = _slicedToArray(_useStylesheet, 1),
|
|
37
|
+
placeholderStyleClassName = _useStylesheet2[0];
|
|
38
|
+
|
|
39
|
+
var _React$useState = React.useState(value),
|
|
40
|
+
_React$useState2 = _slicedToArray(_React$useState, 2),
|
|
41
|
+
internalValue = _React$useState2[0],
|
|
42
|
+
setValue = _React$useState2[1];
|
|
43
|
+
|
|
44
|
+
var inputType = function () {
|
|
45
|
+
if (password) {
|
|
46
|
+
return 'password';
|
|
47
|
+
} else if (confirmType === 'search') {
|
|
48
|
+
return 'search';
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
return type;
|
|
52
|
+
}();
|
|
53
|
+
|
|
54
|
+
React.useEffect(function () {
|
|
55
|
+
var inputDOM = document.getElementById(id);
|
|
56
|
+
|
|
57
|
+
if (focus) {
|
|
58
|
+
inputDOM.focus();
|
|
59
|
+
} else {
|
|
60
|
+
inputDOM.blur();
|
|
61
|
+
}
|
|
62
|
+
}, [focus]);
|
|
63
|
+
React.useEffect(function () {
|
|
64
|
+
setValue(value);
|
|
65
|
+
}, [value]);
|
|
66
|
+
return /*#__PURE__*/React.createElement("input", _extends({
|
|
67
|
+
ref: ref,
|
|
68
|
+
id: id,
|
|
69
|
+
name: name,
|
|
70
|
+
type: inputType,
|
|
71
|
+
onKeyPress: function (e) {
|
|
72
|
+
if (e.key === 'Enter' && typeof onConfirm === 'function') {
|
|
73
|
+
onConfirm(e);
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
style: inlineStyle(style),
|
|
77
|
+
disabled: disabled,
|
|
78
|
+
placeholder: placeholder,
|
|
79
|
+
value: internalValue,
|
|
80
|
+
maxLength: maxLength,
|
|
81
|
+
onFocus: onFocus,
|
|
82
|
+
onBlur: onBlur,
|
|
83
|
+
onChange: function (event) {
|
|
84
|
+
var value = event.target.value;
|
|
85
|
+
event.detail = {
|
|
86
|
+
value: value
|
|
87
|
+
};
|
|
88
|
+
event.value = value;
|
|
89
|
+
setValue(value);
|
|
90
|
+
onInput === null || onInput === void 0 ? void 0 : onInput({
|
|
91
|
+
value: value,
|
|
92
|
+
origin: event
|
|
93
|
+
});
|
|
94
|
+
},
|
|
95
|
+
autoFocus: focus,
|
|
96
|
+
className: clsx('ray-input', styles.input, className, placeholderStyleClassName)
|
|
97
|
+
}, restProps));
|
|
98
|
+
});
|
|
99
|
+
Input.defaultProps = defaultInputProps;
|
|
100
|
+
export default Input;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { NativeSyntheticEvent, TextInputFocusEventData, TextInputEndEditingEventData, TextInputKeyPressEventData, TextInputContentSizeChangeEventData, StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
import { InputProps } from './props';
|
|
4
|
+
export interface IInputProps extends Omit<InputProps, 'style'> {
|
|
5
|
+
style?: StyleProp<ViewStyle>;
|
|
6
|
+
_multiline?: boolean;
|
|
7
|
+
_autoHeight?: boolean;
|
|
8
|
+
_onLineChange?: (evt: {
|
|
9
|
+
type: 'linechange';
|
|
10
|
+
height: number;
|
|
11
|
+
lineCount: number;
|
|
12
|
+
}) => void;
|
|
13
|
+
}
|
|
14
|
+
export interface InputState {
|
|
15
|
+
returnValue?: string;
|
|
16
|
+
height: number;
|
|
17
|
+
value?: string;
|
|
18
|
+
}
|
|
19
|
+
export default class Checkbox extends React.Component<IInputProps, InputState> {
|
|
20
|
+
static defaultProps: Partial<InputProps>;
|
|
21
|
+
static getDerivedStateFromProps(props: InputProps, state: InputState): InputState | null;
|
|
22
|
+
state: InputState;
|
|
23
|
+
tmpValue: string;
|
|
24
|
+
lineCount: number;
|
|
25
|
+
_handleChangeText: (text: string) => void;
|
|
26
|
+
_handleSubmitEditing: (event: NativeSyntheticEvent<TextInputEndEditingEventData>) => void;
|
|
27
|
+
_handleBlur: (event: NativeSyntheticEvent<TextInputFocusEventData>) => void;
|
|
28
|
+
_handleFocus: (event: NativeSyntheticEvent<TextInputFocusEventData>) => void;
|
|
29
|
+
onContentSizeChange: (event: NativeSyntheticEvent<TextInputContentSizeChangeEventData>) => void;
|
|
30
|
+
_handleKeyPress: (event: NativeSyntheticEvent<TextInputKeyPressEventData>) => void;
|
|
31
|
+
render(): JSX.Element;
|
|
32
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
|
3
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
4
|
+
var _excluded = ["name", "id", "className", "style", "disabled", "type", "value", "focus", "maxLength", "onBlur", "onConfirm", "onFocus", "onInput", "password", "placeholder", "placeholderStyle"];
|
|
5
|
+
import "core-js/modules/es.function.name.js";
|
|
6
|
+
import * as React from 'react';
|
|
7
|
+
import clsx from 'clsx';
|
|
8
|
+
import { Input as RemaxInput } from '@ray-js/remax-tuya';
|
|
9
|
+
import { inlineStyle } from '@ray-js/framework-shared';
|
|
10
|
+
import { defaultInputProps } from './props';
|
|
11
|
+
import { nextFrame } from '../core';
|
|
12
|
+
import styles from './index.module.less';
|
|
13
|
+
var Input = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
14
|
+
var name = props.name,
|
|
15
|
+
id = props.id,
|
|
16
|
+
className = props.className,
|
|
17
|
+
style = props.style,
|
|
18
|
+
disabled = props.disabled,
|
|
19
|
+
_props$type = props.type,
|
|
20
|
+
type = _props$type === void 0 ? 'text' : _props$type,
|
|
21
|
+
value = props.value,
|
|
22
|
+
focus = props.focus,
|
|
23
|
+
maxLength = props.maxLength,
|
|
24
|
+
onBlur = props.onBlur,
|
|
25
|
+
onConfirm = props.onConfirm,
|
|
26
|
+
onFocus = props.onFocus,
|
|
27
|
+
onInput = props.onInput,
|
|
28
|
+
password = props.password,
|
|
29
|
+
placeholder = props.placeholder,
|
|
30
|
+
placeholderStyle = props.placeholderStyle,
|
|
31
|
+
restProps = _objectWithoutProperties(props, _excluded);
|
|
32
|
+
|
|
33
|
+
var _React$useState = React.useState(value),
|
|
34
|
+
_React$useState2 = _slicedToArray(_React$useState, 2),
|
|
35
|
+
internalValue = _React$useState2[0],
|
|
36
|
+
setInternalValue = _React$useState2[1];
|
|
37
|
+
|
|
38
|
+
var bufferValue = React.useRef(value);
|
|
39
|
+
React.useEffect(function () {
|
|
40
|
+
if (value !== bufferValue.current) {
|
|
41
|
+
// HACK: 避免重复设置相同 value 不渲染的问题
|
|
42
|
+
setInternalValue(bufferValue.current);
|
|
43
|
+
nextFrame(1).then(function () {
|
|
44
|
+
bufferValue.current = value;
|
|
45
|
+
setInternalValue(value);
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
}, [value]);
|
|
49
|
+
var selection = focus ? {
|
|
50
|
+
selectionStart: (internalValue === null || internalValue === void 0 ? void 0 : internalValue.length) || -1,
|
|
51
|
+
selectionEnd: (internalValue === null || internalValue === void 0 ? void 0 : internalValue.length) || -1
|
|
52
|
+
} : undefined;
|
|
53
|
+
return /*#__PURE__*/React.createElement(RemaxInput, _extends({
|
|
54
|
+
name: name //@ts-ignore
|
|
55
|
+
,
|
|
56
|
+
ref: ref,
|
|
57
|
+
id: id,
|
|
58
|
+
style: inlineStyle(style),
|
|
59
|
+
className: clsx('ray-input', styles.input, className),
|
|
60
|
+
disabled: disabled,
|
|
61
|
+
type: type,
|
|
62
|
+
focus: focus,
|
|
63
|
+
password: password,
|
|
64
|
+
placeholder: placeholder,
|
|
65
|
+
placeholderStyle: inlineStyle(placeholderStyle),
|
|
66
|
+
maxlength: maxLength,
|
|
67
|
+
onInput: function (event) {
|
|
68
|
+
var value = event.detail.value; // 内部 value 管控
|
|
69
|
+
|
|
70
|
+
bufferValue.current = value;
|
|
71
|
+
event.value = value;
|
|
72
|
+
onInput === null || onInput === void 0 ? void 0 : onInput(event);
|
|
73
|
+
},
|
|
74
|
+
onBlur: onBlur,
|
|
75
|
+
onConfirm: function (event) {
|
|
76
|
+
var _event$detail$value = event.detail.value,
|
|
77
|
+
value = _event$detail$value === void 0 ? '' : _event$detail$value;
|
|
78
|
+
setInternalValue(value);
|
|
79
|
+
onConfirm === null || onConfirm === void 0 ? void 0 : onConfirm(event);
|
|
80
|
+
},
|
|
81
|
+
onFocus: onFocus,
|
|
82
|
+
value: internalValue
|
|
83
|
+
}, selection, restProps));
|
|
84
|
+
});
|
|
85
|
+
Input.defaultProps = defaultInputProps;
|
|
86
|
+
export default Input;
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
|
3
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
4
|
+
var _excluded = ["name", "id", "className", "style", "disabled", "type", "confirmType", "value", "focus", "maxLength", "onBlur", "onConfirm", "onFocus", "onInput", "password", "placeholder", "placeholderStyle"];
|
|
5
|
+
import "core-js/modules/es.function.name.js";
|
|
6
|
+
import * as React from 'react';
|
|
7
|
+
import clsx from 'clsx';
|
|
8
|
+
import { inlineStyle, useStylesheet } from '@ray-js/framework-shared';
|
|
9
|
+
import { defaultInputProps } from './props';
|
|
10
|
+
import { generateId } from '../core';
|
|
11
|
+
import styles from './index.module.less';
|
|
12
|
+
var Input = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
13
|
+
var name = props.name,
|
|
14
|
+
_props$id = props.id,
|
|
15
|
+
id = _props$id === void 0 ? generateId() : _props$id,
|
|
16
|
+
className = props.className,
|
|
17
|
+
style = props.style,
|
|
18
|
+
disabled = props.disabled,
|
|
19
|
+
type = props.type,
|
|
20
|
+
_props$confirmType = props.confirmType,
|
|
21
|
+
confirmType = _props$confirmType === void 0 ? 'done' : _props$confirmType,
|
|
22
|
+
_props$value = props.value,
|
|
23
|
+
value = _props$value === void 0 ? '' : _props$value,
|
|
24
|
+
focus = props.focus,
|
|
25
|
+
maxLength = props.maxLength,
|
|
26
|
+
onBlur = props.onBlur,
|
|
27
|
+
onConfirm = props.onConfirm,
|
|
28
|
+
onFocus = props.onFocus,
|
|
29
|
+
onInput = props.onInput,
|
|
30
|
+
password = props.password,
|
|
31
|
+
placeholder = props.placeholder,
|
|
32
|
+
placeholderStyle = props.placeholderStyle,
|
|
33
|
+
restProps = _objectWithoutProperties(props, _excluded);
|
|
34
|
+
|
|
35
|
+
var _useStylesheet = useStylesheet(inlineStyle(placeholderStyle)),
|
|
36
|
+
_useStylesheet2 = _slicedToArray(_useStylesheet, 1),
|
|
37
|
+
placeholderStyleClassName = _useStylesheet2[0];
|
|
38
|
+
|
|
39
|
+
var _React$useState = React.useState(value),
|
|
40
|
+
_React$useState2 = _slicedToArray(_React$useState, 2),
|
|
41
|
+
internalValue = _React$useState2[0],
|
|
42
|
+
setValue = _React$useState2[1];
|
|
43
|
+
|
|
44
|
+
var inputType = function () {
|
|
45
|
+
if (password) {
|
|
46
|
+
return 'password';
|
|
47
|
+
} else if (confirmType === 'search') {
|
|
48
|
+
return 'search';
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
return type;
|
|
52
|
+
}();
|
|
53
|
+
|
|
54
|
+
React.useEffect(function () {
|
|
55
|
+
var inputDOM = document.getElementById(id);
|
|
56
|
+
|
|
57
|
+
if (focus) {
|
|
58
|
+
inputDOM.focus();
|
|
59
|
+
} else {
|
|
60
|
+
inputDOM.blur();
|
|
61
|
+
}
|
|
62
|
+
}, [focus]);
|
|
63
|
+
React.useEffect(function () {
|
|
64
|
+
setValue(value);
|
|
65
|
+
}, [value]);
|
|
66
|
+
return /*#__PURE__*/React.createElement("input", _extends({
|
|
67
|
+
ref: ref,
|
|
68
|
+
id: id,
|
|
69
|
+
name: name,
|
|
70
|
+
type: inputType,
|
|
71
|
+
onKeyPress: function (e) {
|
|
72
|
+
if (e.key === 'Enter' && typeof onConfirm === 'function') {
|
|
73
|
+
onConfirm(e);
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
style: inlineStyle(style),
|
|
77
|
+
disabled: disabled,
|
|
78
|
+
placeholder: placeholder,
|
|
79
|
+
value: internalValue,
|
|
80
|
+
maxLength: maxLength,
|
|
81
|
+
onFocus: onFocus,
|
|
82
|
+
onBlur: onBlur,
|
|
83
|
+
onChange: function (event) {
|
|
84
|
+
var value = event.target.value;
|
|
85
|
+
event.detail = {
|
|
86
|
+
value: value
|
|
87
|
+
};
|
|
88
|
+
event.value = value;
|
|
89
|
+
setValue(value);
|
|
90
|
+
onInput === null || onInput === void 0 ? void 0 : onInput({
|
|
91
|
+
value: value,
|
|
92
|
+
origin: event
|
|
93
|
+
});
|
|
94
|
+
},
|
|
95
|
+
autoFocus: focus,
|
|
96
|
+
className: clsx('ray-input', styles.input, className, placeholderStyleClassName)
|
|
97
|
+
}, restProps));
|
|
98
|
+
});
|
|
99
|
+
Input.defaultProps = defaultInputProps;
|
|
100
|
+
export default Input;
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { Input as _Input } from "@remax/wechat/esm/hostComponents/Input/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 = ["name", "id", "className", "style", "disabled", "type", "value", "focus", "maxLength", "onBlur", "onConfirm", "onFocus", "onInput", "password", "placeholder", "placeholderStyle"];
|
|
6
|
+
import "core-js/modules/es.function.name.js";
|
|
7
|
+
import * as React from 'react';
|
|
8
|
+
import clsx from 'clsx';
|
|
9
|
+
import { inlineStyle } from '@ray-js/framework-shared';
|
|
10
|
+
import { defaultInputProps } from './props';
|
|
11
|
+
import { nextFrame } from '../core';
|
|
12
|
+
import styles from './index.module.less';
|
|
13
|
+
var Input = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
14
|
+
var name = props.name,
|
|
15
|
+
id = props.id,
|
|
16
|
+
className = props.className,
|
|
17
|
+
style = props.style,
|
|
18
|
+
disabled = props.disabled,
|
|
19
|
+
_props$type = props.type,
|
|
20
|
+
type = _props$type === void 0 ? 'text' : _props$type,
|
|
21
|
+
value = props.value,
|
|
22
|
+
focus = props.focus,
|
|
23
|
+
maxLength = props.maxLength,
|
|
24
|
+
onBlur = props.onBlur,
|
|
25
|
+
onConfirm = props.onConfirm,
|
|
26
|
+
onFocus = props.onFocus,
|
|
27
|
+
onInput = props.onInput,
|
|
28
|
+
password = props.password,
|
|
29
|
+
placeholder = props.placeholder,
|
|
30
|
+
placeholderStyle = props.placeholderStyle,
|
|
31
|
+
restProps = _objectWithoutProperties(props, _excluded);
|
|
32
|
+
|
|
33
|
+
var _React$useState = React.useState(value),
|
|
34
|
+
_React$useState2 = _slicedToArray(_React$useState, 2),
|
|
35
|
+
internalValue = _React$useState2[0],
|
|
36
|
+
setInternalValue = _React$useState2[1];
|
|
37
|
+
|
|
38
|
+
var bufferValue = React.useRef(value);
|
|
39
|
+
React.useEffect(function () {
|
|
40
|
+
if (value !== bufferValue.current) {
|
|
41
|
+
// HACK: 避免重复设置相同 value 不渲染的问题
|
|
42
|
+
setInternalValue(bufferValue.current);
|
|
43
|
+
nextFrame(1).then(function () {
|
|
44
|
+
bufferValue.current = value;
|
|
45
|
+
setInternalValue(value);
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
}, [value]);
|
|
49
|
+
var selection = focus ? {
|
|
50
|
+
selectionStart: (internalValue === null || internalValue === void 0 ? void 0 : internalValue.length) || -1,
|
|
51
|
+
selectionEnd: (internalValue === null || internalValue === void 0 ? void 0 : internalValue.length) || -1
|
|
52
|
+
} : undefined;
|
|
53
|
+
return /*#__PURE__*/React.createElement(_Input, _extends({
|
|
54
|
+
name: name //@ts-ignore
|
|
55
|
+
,
|
|
56
|
+
ref: ref,
|
|
57
|
+
id: id,
|
|
58
|
+
style: inlineStyle(style),
|
|
59
|
+
className: clsx('ray-input', styles.input, className),
|
|
60
|
+
disabled: disabled,
|
|
61
|
+
type: type,
|
|
62
|
+
focus: focus,
|
|
63
|
+
password: password,
|
|
64
|
+
placeholder: placeholder,
|
|
65
|
+
placeholderStyle: inlineStyle(placeholderStyle),
|
|
66
|
+
maxlength: maxLength,
|
|
67
|
+
onInput: function (event) {
|
|
68
|
+
var value = event.detail.value; // 内部 value 管控
|
|
69
|
+
|
|
70
|
+
bufferValue.current = value;
|
|
71
|
+
onInput === null || onInput === void 0 ? void 0 : onInput({
|
|
72
|
+
type: 'input',
|
|
73
|
+
value: value,
|
|
74
|
+
origin: event
|
|
75
|
+
});
|
|
76
|
+
},
|
|
77
|
+
onBlur: function (event) {
|
|
78
|
+
var _event$detail$value3 = event.detail.value,
|
|
79
|
+
value = _event$detail$value3 === void 0 ? '' : _event$detail$value3;
|
|
80
|
+
onBlur === null || onBlur === void 0 ? void 0 : onBlur({
|
|
81
|
+
type: 'blur',
|
|
82
|
+
value: value,
|
|
83
|
+
origin: event
|
|
84
|
+
});
|
|
85
|
+
},
|
|
86
|
+
onConfirm: function (event) {
|
|
87
|
+
var _event$detail$value = event.detail.value,
|
|
88
|
+
value = _event$detail$value === void 0 ? '' : _event$detail$value;
|
|
89
|
+
setInternalValue(value);
|
|
90
|
+
onConfirm === null || onConfirm === void 0 ? void 0 : onConfirm(event);
|
|
91
|
+
},
|
|
92
|
+
onFocus: function (event) {
|
|
93
|
+
var _event$detail = event.detail,
|
|
94
|
+
_event$detail$value2 = _event$detail.value,
|
|
95
|
+
value = _event$detail$value2 === void 0 ? '' : _event$detail$value2,
|
|
96
|
+
_event$detail$height = _event$detail.height,
|
|
97
|
+
height = _event$detail$height === void 0 ? 0 : _event$detail$height;
|
|
98
|
+
setInternalValue(value);
|
|
99
|
+
onFocus === null || onFocus === void 0 ? void 0 : onFocus({
|
|
100
|
+
type: 'focus',
|
|
101
|
+
value: value,
|
|
102
|
+
height: height,
|
|
103
|
+
origin: event
|
|
104
|
+
});
|
|
105
|
+
},
|
|
106
|
+
value: internalValue
|
|
107
|
+
}, selection, restProps));
|
|
108
|
+
});
|
|
109
|
+
Input.defaultProps = defaultInputProps;
|
|
110
|
+
export default Input;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});var _exportNames={};exports.default=void 0;var _Input=_interopRequireDefault(require("./Input"));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=_Input.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 _Input=_interopRequireDefault(require("./Input"));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=_Input.default;exports.default=_default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
---
|
|
2
|
+
nav:
|
|
3
|
+
title: 组件
|
|
4
|
+
path: /components
|
|
5
|
+
group:
|
|
6
|
+
title: 表单组件
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Input
|
|
10
|
+
|
|
11
|
+
输入框
|
|
12
|
+
|
|
13
|
+
## 导入
|
|
14
|
+
|
|
15
|
+
```js
|
|
16
|
+
import { Input } from '@ray-js/components';
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
## 示例代码
|
|
20
|
+
|
|
21
|
+
<code src="./demos/control.tsx" title="受控" background="#f2f4f6"/>
|
|
22
|
+
<code src="./demos/idcard.tsx" title="身份证" background="#f2f4f6"/>
|
|
23
|
+
<code src="./demos/search.tsx" title="搜索" background="#f2f4f6"/>
|
|
24
|
+
|
|
25
|
+
## Props
|
|
26
|
+
|
|
27
|
+
| 属性 | 类型 | 默认值 | 说明 | 支持平台 |
|
|
28
|
+
| --- | --- | --- | --- | --- |
|
|
29
|
+
| className | string | | 样式名 | RN、涂鸦、微信 |
|
|
30
|
+
| value | string | | 内容 | RN、涂鸦、微信 |
|
|
31
|
+
| type | string | text | 类型 text/number/idcard/digit | RN、涂鸦、微信 |
|
|
32
|
+
| password | boolean | false | 是否为密码 | RN、涂鸦、微信 |
|
|
33
|
+
| placeholder | string | | 占位内容 | RN、涂鸦、微信 |
|
|
34
|
+
| disabled | boolean | false | 是否禁用 | RN、涂鸦、微信 |
|
|
35
|
+
| maxLength | number | | 内容最大长度 | RN、涂鸦、微信 |
|
|
36
|
+
| confirmType | "send" or "search" or "next" or "go" or "done" | done | 设置键盘右下角按钮的文字 | 微信、RN |
|
|
37
|
+
| selectionStart | number | -1 | 光标起始位置,自动聚集时有效,需与 selectionEnd 搭配使用 | 微信 |
|
|
38
|
+
| selectionEnd | number | -1 | 光标结束位置,自动聚集时有效,需与 selectionStart 搭配使用 | 微信 |
|
|
39
|
+
| cursor | number | false | 指定 focus 时的光标位置 | RN、微信 |
|
|
40
|
+
| focus | boolean | false | 获取焦点 | RN、涂鸦、微信 |
|
|
41
|
+
| onInput | func(event: any) | | 输入事件 | RN、涂鸦、微信 |
|
|
42
|
+
| onConfirm | func(event: any) | | 确认事件 | RN、涂鸦、微信 |
|
|
43
|
+
| onBlur | func(event: any) | | 丢焦事件 | RN、涂鸦、微信 |
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
.input {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
width: 100%;
|
|
4
|
+
min-height: 68rpx;
|
|
5
|
+
padding: 10rpx;
|
|
6
|
+
border: 2rpx solid #eee;
|
|
7
|
+
border-radius: 10rpx;
|
|
8
|
+
background-color: #fff;
|
|
9
|
+
font-size: 28rpx;
|
|
10
|
+
line-height: 1.5;
|
|
11
|
+
outline: none;
|
|
12
|
+
caret-color: #ca0e2d;
|
|
13
|
+
&[type='search'] {
|
|
14
|
+
-webkit-appearance: none;
|
|
15
|
+
appearance: none;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:true});exports.defaultInputProps=void 0;var defaultInputProps={selectionEnd:-1,selectionStart:-1,type:'text',maxLength:140,confirmType:'done'};exports.defaultInputProps=defaultInputProps;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { BaseProps } from '../types';
|
|
2
|
+
import { TextInputChangeEventData as RnInputChangeEvent, NativeSyntheticEvent, TextInputFocusEventData } from 'react-native';
|
|
3
|
+
import { GenericEvent as WxEvent } from '@remax/wechat';
|
|
4
|
+
export declare type InputType = 'text' | 'number' | 'digit' | 'idcard';
|
|
5
|
+
export interface InputProps extends BaseProps {
|
|
6
|
+
value?: string;
|
|
7
|
+
type?: InputType;
|
|
8
|
+
password?: boolean;
|
|
9
|
+
placeholder?: string;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
/** 最大输入长度,设置为 -1 的时候不限制最大长度 */
|
|
12
|
+
maxLength?: number;
|
|
13
|
+
focus?: boolean;
|
|
14
|
+
/** 设置键盘右下角按钮的文字,仅在type='text'时生效 */
|
|
15
|
+
confirmType?: 'send' | 'search' | 'next' | 'go' | 'done';
|
|
16
|
+
selectionStart?: number;
|
|
17
|
+
selectionEnd?: number;
|
|
18
|
+
cursor?: number;
|
|
19
|
+
onInput?: (event: {
|
|
20
|
+
type: string;
|
|
21
|
+
value: string;
|
|
22
|
+
origin: RnInputChangeEvent | WxEvent | Event;
|
|
23
|
+
}) => void;
|
|
24
|
+
onConfirm?: (event: any) => void;
|
|
25
|
+
onFocus?: (event: {
|
|
26
|
+
type: string;
|
|
27
|
+
value: string;
|
|
28
|
+
origin: NativeSyntheticEvent<TextInputFocusEventData> | WxEvent | FocusEvent;
|
|
29
|
+
}) => void;
|
|
30
|
+
onBlur?: (event: {
|
|
31
|
+
type: string;
|
|
32
|
+
value: string;
|
|
33
|
+
origin: NativeSyntheticEvent<TextInputFocusEventData> | WxEvent | FocusEvent;
|
|
34
|
+
}) => void;
|
|
35
|
+
}
|
|
36
|
+
export declare const defaultInputProps: Partial<InputProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:true});exports.defaultInputProps=void 0;var defaultInputProps={selectionEnd:-1,selectionStart:-1,type:'text',maxLength:140,confirmType:'done'};exports.defaultInputProps=defaultInputProps;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;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 _reactNative=require("react-native");var _jsxFileName="/drone/src/packages/components/src/Label/Label.native.tsx";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 Checkbox=function(_React$Component){(0,_inherits2.default)(Checkbox,_React$Component);var _super=_createSuper(Checkbox);function Checkbox(){(0,_classCallCheck2.default)(this,Checkbox);return _super.apply(this,arguments);}(0,_createClass2.default)(Checkbox,[{key:"render",value:function render(){return _react.default.createElement(_reactNative.View,{__self:this,__source:{fileName:_jsxFileName,lineNumber:5,columnNumber:12}},_react.default.createElement(_reactNative.Text,{__self:this,__source:{fileName:_jsxFileName,lineNumber:6,columnNumber:9}},"\u672A\u5B9E\u73B0"));}}]);return Checkbox;}(_react.default.Component);exports.default=Checkbox;
|