Commit Graph
26 Commits
Author SHA1 Message Date
GavinandGitHub b9862b3c41 fix(DatePicker): fix display back wrong of date-picker (#11656)
* fix(DatePicker): fix display back wrong of date-picker

* feat: add test case for multi-column picker
2023-03-14 08:49:23 +08:00
GavinandGitHub 13a91147ce fix(TextEllipsis): fix that numbers and letters cannot display ellipses (#11669) 2023-03-14 08:48:33 +08:00
GavinandGitHub 6c42fa0a4e fix(DropdownMenu): fix dropdown-item position when expanded by default (#11640)
* fix(DropdownMenu): fix dropdown-item position when expanded by default

* chore: delete redundant code
2023-03-05 19:43:47 +08:00
GavinandGitHub 0661f1f1fa feat(TextEllipsis): add TextEllipsis component (#11593)
* chore: add menu

* feat(Ellipsis): add Ellipsis component

* style: improve style

* chore: improve resize observer

* chore: improve code

* chore: rename to text-ellipsis
2023-02-26 10:21:03 +08:00
GavinandGitHub 73bab646a1 fix(Field): fix label-align top not work when set label-width (#11611)
* fix(Field): fix Field label-align

* style: delete some redundant css

* style: delete some redundant css
2023-02-25 16:59:42 +08:00
GavinandGitHub d6213a7b4e feat(BackTop): support css variable and prop of z-index (#11582)
* feat(BackTop): support css variable and prop of z-index

* docs: update README
2023-02-18 14:54:44 +08:00
GavinandGitHub a21833f973 fix(PickerGroup): fix style of tab-line caused by v-show (#11547)
* fix(PickerGroup): fix style of tab-line caused by v-show

* chore: replce ResizeObserver api with useVisibilityChange
2023-02-11 22:17:43 +08:00
GavinandGitHub 0e01ea3b35 fix(Form): fix FieldTypeArea demo of form (#11561) 2023-02-10 11:16:27 +08:00
GavinandGitHub ec2e12dea7 docs(Form): fix error variable of the form (#11560) 2023-02-10 10:24:48 +08:00
GavinandGitHub 8bd56f0897 fix(DatePicker): fix the value is not updated in time of change event (#11529) 2023-02-02 23:33:47 +08:00
GavinandGitHub b04a50e70e fix: change some colors to primary color (#11479) 2023-01-14 14:16:54 +08:00
GavinandGitHub 78847b8375 fix(Badge): fix badge offset of different position (#11400)
* fix(Badge): fix badge offset of different position

* perf: improve code
2022-12-24 12:54:40 +08:00
GavinandGitHub f71336e256 docs: update contribution guide (#11409) 2022-12-23 18:12:33 +08:00
GavinandGitHub 28241c08e5 fix: replace value with title of Cell prop (#11384) 2022-12-14 10:13:38 +08:00
GavinandGitHub 851c967ad9 fix(ImagePreview): fix loading when previewing images (#11376) 2022-12-13 10:26:22 +08:00
GavinandGitHub 7919ea2b8b fix: fix copying errors of icon demo (#11350) 2022-12-03 19:41:20 +08:00
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