Commit Graph
19 Commits
Author SHA1 Message Date
GavinandGitHub a4bb0a3aaa feat(ActionSheet): add icon support to the actions data (#12671) 2024-03-17 19:51:58 +08:00
GavinandGitHub 989a90a329 docs(DatePicker): fix en-docs error (#12620) 2024-02-04 22:45:30 +08:00
GavinandGitHub 034a3ae31f docs: update docs for params related to Picker events (#12619) 2024-02-04 22:45:12 +08:00
GavinandGitHub 4d5de66362 fix(TextEllipsis): fix missing param for toggle (#12483) 2023-12-04 20:19:36 +08:00
GavinandGitHub 62779129b4 feat(TextEllipsis): add the toggle instance method (#12472) 2023-11-25 23:48:19 +08:00
GavinandGitHub fd63bcc3b0 feat(Highlight): add highlight component (#12434) 2023-11-12 09:14:24 +08:00
GavinandGitHub 2a404822f6 style: replace word-break with overflow-wrap (#12396) 2023-10-25 20:31:19 +08:00
GavinandGitHub 243090863e fix(Tab): keep docs and example the same (#12395) 2023-10-25 20:22:33 +08:00
GavinandGitHub 37f4500e3c feat(Checkbox): add indeterminate status (#12216)
* feat(Checkbox): add indeterminate status

* chore: update

* chore: update test

* chore: update

* chore: update

* chore: update
2023-08-27 15:21:44 +08:00
GavinandGitHub 26fd87930b docs: improve the menu position of back-top (#12223) 2023-08-27 15:20:47 +08:00
afeef70429 docs(Radio): add document description for the css var '--van-radio-dot-size' (#12152)
* docs(Radio): add document description for the css var '--van-radio-dot-size'

* chore: update

* Update README.md

---------

Co-authored-by: neverland <jait.chen@foxmail.com>
2023-08-05 22:45:28 +08:00
GavinandGitHub 5cedfa0d22 feat(RadioGroup): support shape prop on RadioGroup and CheckboxGroup (#12092)
* feat(RadioGroup): support shape prop on  radio-group

* chore: adjust priority

* chore: update

* docs: update docs

* chore: update demos and docs

* test: update
2023-07-17 10:31:01 +08:00
GavinandGitHub 44f2e30edb feat(AddressList): add show-add-button prop (#12090) 2023-07-15 08:20:58 +08:00
GavinandGitHub 3b9c72d09e feat(TextEllipsis): add position prop (#12058)
* feat(TextEllipsis): add position prop

* docs: update docs

* chore: optimize code
2023-07-08 17:03:37 +08:00
GavinandGitHub 39a54a8d9a feat(Radio): support dot shape (#12057)
* feat(Radio): support dot shape

* chore: update test

* chore: format code
2023-07-08 09:56:29 +08:00
GavinandGitHub 4dab6b8236 fix(DropdownMenu): fix missing exported type (#11979) 2023-06-16 10:06:49 +08:00
GavinandGitHub 71c0cc71f2 feat(DropdownMenu): add close method (#11921)
* feat(DropdownMenu): add close method

* chore: update
2023-06-03 09:04:59 +08:00
GavinandGitHub 3dabce8e98 feat(PickerGroup): the tab of PickerGroup supports controlled mode (#11771)
* feat(PickerGroup): add method to set the active of tab

* chore: update

* chore: format code

* chore: update

* chore: update

* docs: update docs
2023-05-05 21:40:49 +08:00
GavinandGitHub 34634f645d docs(Popup): fix code in docs to be the same as in demo (#11717) 2023-03-29 21:05:07 +08:00