* fix(components): [selectV2] fix computed logic&add remoteShowSuffix prop
* fix(components): add test case and add prop in docs
* docs(components): [select-v2](remote) add example and version info
---------
Co-authored-by: rzzf <cszhjh@gmail.com>
* feat(components): [button-group]:add vertical direction for button group
* feat(components): [button-group]: add direction prop (update)
* feat(components): [button-group]: fix docs
* feat(components): [button-group]: update version
* Update docs/en-US/component/button.md
Co-authored-by: btea <2356281422@qq.com>
* Update docs/en-US/component/button.md
* chore: format
* docs: improve sentence
* docs: improve display example
* refactor: enhance prop type
- fit with segmented direction prop
- enhance type according with
https://github.com/element-plus/element-plus/pull/22757
---------
Co-authored-by: btea <2356281422@qq.com>
Co-authored-by: Dsaquel <291874700n@gmail.com>
* docs: fix typecheck
* chore: undo lock
* chore: set react stub in gitignore
* chore: try be kind on windows
* chore: try be kind on windows v2
* chore: try be kind on windows v3
don't ignore stub
* chore: use Vue 3.4.31
* fix: import jsx from vue
---------
Co-authored-by: dopamine <coderzyou@gmail.com>
* Revert "fix(components): [alert] show immediately when `showAfter` not needed (#22028)"
This reverts commit 229a0a159b.
* Revert "feat(components): [alert] add open and auto-close functionality with delays (#20533)"
* chore: update deprecated
* docs: update remark
* fix(components): [input]
fixed the onchange parameter when type is file
BREAKING CHANGE :
the onchange type of input has been enhanced to string
FileList
closed#14686
* fix: fix lint
* fix: fix lint
* fix(components): input
remove error
* perf(components): input
change event emit event
* fix(components): [input]
add test & fix file clear
* fix: fix unit test
* perf: change input test name
* chore: format
---------
Co-authored-by: qiang <qw13131wang@gmail.com>
docs(docs): fix typo and improve sentence in destroy-on-close example
When I was reading the guide documentation,
I found this sentence a bit confusing.
It turned out that there was a small typo (“bellow” → “below”)
and the phrasing wasn’t very natural.
So I tried to fix it for better readability.
Thanks to all the maintainers for your hard work!
Co-authored-by: Linzx <14808625+sheldorplus@user.noreply.gitee.com>
* docs(docs): fix customized icon example for consistency with other demos
This PR fixes the Customized Icon example in Message-box
to make it consistent with others.
Added confirmButtonText and cancelButtonText options to avoid default Chinese labels.
Added ElMessage success and cancel feedback after confirmation or cancellation.
Ensured the example behavior matches other MessageBox demos.
* docs(docs): add import
---------
Co-authored-by: Linzx <14808625+sheldorplus@user.noreply.gitee.com>
docs(docs): correct grammar in internationalization guide
Fix minor grammar and consistency issues in i18n.md documentation.
No functional changes.
closed#22609
Co-authored-by: Linzx <14808625+sheldorplus@user.noreply.gitee.com>