Commit Graph
10 Commits
Author SHA1 Message Date
GavinandGitHub b423decad0 feat(Picker): add selectedIndexes to the confirm event (#11329) 2022-11-30 21:38:43 +08:00
GavinandGitHub 5cf4322143 feat(BackTop): new component (#11236)
* feat(BackTop): new component

* perf(BackTop): perf BackTop component

* perf(BackTop): improve code

* perf: improve type
2022-11-19 10:14:39 +08:00
GavinandGitHub cedbc089b4 fix(ActionSheet): fix that close is invalid without title (#11213) 2022-11-03 21:53:38 +08:00
GavinandGitHub 20f940d6a4 fix(Uploader): chooseFile is invalid when show-upload = false (#11218) 2022-11-03 21:49:16 +08:00
GavinandGitHub c6a6b5fe17 style(Coupon): fix the style of coupon checkbox (#11153) 2022-10-20 16:37:57 +08:00
GavinandGitHub d2abde3fbd docs(Field): fix field docs typo (#11152) 2022-10-20 10:20:44 +08:00
GavinandGitHub c98f3e19c9 feat(Toast): add wordBreak prop (#11147) 2022-10-19 10:08:57 +08:00
GavinandGitHub 59d5d76dbe feat(Stepper): add auto-fixed prop (#11071)
* perf: improve the type of setTimeout with 'ReturnType<typeof setTimeout>'

* fix: fix type 'number' is not assignable to type 'Timeout'

* feat: add 'auto-fixed' prop to control whether to fixed the value that out of rang

* docs(Stepper): fix prop name

* perf: whether to format the value entered by the user
2022-09-28 22:02:32 +08:00
GavinandGitHub ece27f9474 feat(Field): add message param to 'end-validate' method (#11080) 2022-09-24 10:44:48 +08:00
e0063ae249 perf: improve the type of setTimeout (#11069)
* perf: improve the type of setTimeout with 'ReturnType<typeof setTimeout>'

* fix: fix type 'number' is not assignable to type 'Timeout'

Co-authored-by: wangjunwei <wangjunwei@nucarf.com>
2022-09-22 11:24:32 +08:00