rzzf
b105a08078
docs(components): [tabs] fix default-value version tag ( #22911 )
...
* docs(components): [tabs] fix `default-value` version tag
* docs: add tag
2025-11-25 11:37:28 +08:00
Dun Lu
9cd07b798e
feat(components): [select-v2] add remote-show-suffix prop ( #22885 )
...
* 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 >
2025-11-25 10:16:49 +08:00
0song
e8599c6461
chore: update doc UI ( #22901 )
2025-11-24 05:46:26 +00:00
云游君
7be439a53a
fix(components): [tabs] default-value support and update demo for docs ( #22896 )
...
* fix(components): [tabs] default-value support and update demo for docs
* chore: update docs/en-US/component/tabs.md
Co-authored-by: btea <2356281422@qq.com >
* fix(components): [tabs] undefined for defaultValue
---------
Co-authored-by: btea <2356281422@qq.com >
2025-11-23 15:18:51 +08:00
Den Moshkin
e3eff3725f
feat(components): [button-group]: add direction prop ( #18906 )
...
* 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 >
2025-11-23 09:07:43 +08:00
yicheny
2c2f6a2687
feat(components): [tabs] add default-value prop, suppress flicker ( #22815 )
...
closed #22776
Co-authored-by: 云游君 <me@yunyoujun.cn >
2025-11-21 23:42:03 +08:00
Rainbow
aac2b5a208
docs(components): [menu] add missing popper-style prop to sub-menu ( #22890 )
2025-11-21 16:14:28 +08:00
Rainbow
38eb654f8f
docs(components): [tree-select] correct the links ( #22865 )
2025-11-20 11:22:19 +08:00
sea
d47d68b1e8
docs: improve slots type ( #22855 )
...
* docs: improve slots type
* docs: update
Co-authored-by: Zhong <cszhjh@gmail.com >
---------
Co-authored-by: Zhong <cszhjh@gmail.com >
2025-11-19 22:19:46 +08:00
qiang
669585fc43
fix(theme-chalk): [anchor] update link styles for hover and focus states ( #22841 )
...
* fix(theme-chalk): [anchor] update link styles for hover and focus states
* docs: Update document styles
* Update docs/.vitepress/vitepress/styles/content/table-of-content.scss
* docs: update toc-content left padding
---------
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com >
Co-authored-by: warmthsea <2586244885@qq.com >
2025-11-18 09:59:13 +00:00
rzzf
1859f5137e
fix(utils): [addUnit] handle 0 value correctly ( #22808 )
...
* fix(utils): [addUnit] handle 0 value correctly
* fix: provide example
* fix: update
* fix: update
* test: update case name
* fix: update
Co-authored-by: Dsaquel <291874700n@gmail.com >
* fix: update
Co-authored-by: btea <2356281422@qq.com >
---------
Co-authored-by: Dsaquel <291874700n@gmail.com >
Co-authored-by: btea <2356281422@qq.com >
2025-11-18 16:29:01 +08:00
Edge-Seven
af78e7026d
docs(components): [collapse] fix typo ( #22840 )
...
Fix typos in some files
Co-authored-by: khanhkhanhlele <namkhanh20xx@gmail.com >
2025-11-18 06:25:10 +00:00
Noblet Ouways
a8a83be56a
docs: fix typecheck ( #22452 )
...
* 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 >
2025-11-17 13:46:17 +01:00
余晖
f09335f01d
docs(components): [anchor] use vp-raw to fix demo scroll ( #22828 )
2025-11-17 20:21:05 +08:00
sea
cd2728af99
Revert "feat(components): [alert] add open and auto-close functionality with delay (#20533,#22028)" ( #22560 )
...
* 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
2025-11-17 11:04:56 +08:00
Caleb
8e5f8b7a86
docs(components): [space] fix typo coresponds => corresponds ( #22821 )
...
docs: coresponds => corresponds
2025-11-17 10:07:30 +08:00
Rainbow
94b273d10f
feat(components): [splitter] expose splitterPanelRef ( #22791 )
...
* feat(components): [split-panel] expose panelEl
* feat: update
* feat: update
* docs: update version number
2025-11-16 23:39:25 +01:00
Carl Chen
261012cd1f
fix(components): [input] fixed the onchange parameter when type is file ( #14687 )
...
* 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 >
2025-11-16 09:35:12 +08:00
btea
6654eb40a8
docs: [drawer] update event parameter ( #22816 )
2025-11-15 10:06:27 +08:00
Caleb
3901ae43fe
docs(components): [segmented] fix typo ( #22811 )
...
docs: varibles => variables
2025-11-14 18:08:47 +08:00
Nullaha
37600dadd3
docs(components): [tree] update select state when add or remove node ( #14916 )
...
docs(components): [tree] Update select state when add or remove node
Co-authored-by: qiang <qw13131wang@gmail.com >
2025-11-13 19:25:22 +08:00
Jevin
43c1a9de82
feat(components): [drawer] add resize-start resize resize-end emits ( #22784 )
...
* feat(components): [drawer] add emits
* chore: update
* chore: update
2025-11-13 14:32:00 +08:00
qiang
37df183c4b
docs(components): [input] adjust the recommended value for the type ( #22757 )
...
closed #14686
2025-11-13 08:02:35 +08:00
一只前端汪
a445eca246
chore: upgrade Unocss version ( #22758 )
...
chore: Upgrade Unocss version
2025-11-12 08:21:33 +08:00
一只前端汪
fbb7f71016
docs: correct TypeScript type errors in documentation ( #22752 )
...
fix(docs): correct TypeScript type errors in documentation
2025-11-11 16:45:00 +08:00
rzzf
85ac706325
feat(components): [cascader] expose focus and blur methods ( #22737 )
2025-11-10 12:57:57 +08:00
jiaxiang
b208a7e90c
docs(style): fix class name repeat ( #22739 )
...
* docs: [Watermark] rename class name
* Update docs/examples/watermark/custom.vue
Co-authored-by: btea <2356281422@qq.com >
* chore: fix
* style: update
* Update docs/examples/autocomplete/custom-header-footer.vue
Co-authored-by: rzzf <cszhjh@gmail.com >
* fix(docs): update
* Update docs/examples/cascader/custom-header-footer.vue
* Update docs/examples/cascader/custom-header-footer.vue
---------
Co-authored-by: btea <2356281422@qq.com >
Co-authored-by: rzzf <cszhjh@gmail.com >
2025-11-10 11:39:07 +08:00
btea
a46c3758bf
docs: update version badge ( #22664 )
2025-11-01 14:38:33 +08:00
zhongli-Leah
0a0903b605
docs(components): [popover] remove unnecessary class names ( #22642 )
...
docs(components):[popver] example delete class
2025-10-31 14:04:39 +08:00
btea
4c658f1a9b
feat(components): [tabs] add tabindex prop ( #22624 )
2025-10-30 13:25:33 +01:00
linzx-jess
a8e22a0654
docs: fix typo and improve sentence in destroy-on-close example ( #22630 )
...
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 >
2025-10-30 17:49:06 +08:00
linzx-jess
dd6cb9b668
docs: fix customized icon example for consistency with other demos ( #22614 )
...
* 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 >
2025-10-30 09:33:27 +08:00
Ardeshir Izadi
cca9195d84
docs(components): [tooltip] add events ( #22612 )
...
* docs(components): [tooltip] Add emitted events from tooltip
* use `event` instead of `value`
Co-authored-by: qiang <qw13131wang@gmail.com >
* chore: format
---------
Co-authored-by: qiang <qw13131wang@gmail.com >
Co-authored-by: rzzf <cszhjh@gmail.com >
2025-10-29 18:15:50 +08:00
linzx-jess
e318ce8be5
docs: correct grammar in internationalization guide ( #22613 )
...
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 >
2025-10-29 09:00:07 +01:00
Rainbow
3696502b05
docs(components): [tooltip/popover] supplement description of the slot ( #22600 )
...
* docs(components): [tooltip/popover] supplement description of the slot
* docs: update
2025-10-28 14:10:38 +08:00
zhongli-Leah
d39ecebe75
docs(components): [autocomplete] correct expose type ( #22591 )
...
autocomplete.md
2025-10-27 15:09:35 +08:00
Zhong
66b9c7944e
docs(components): [tree] fix non-function slot warning in renderContent ( #22579 )
2025-10-25 10:12:23 +02:00
Lensiq
e6f5d0e338
docs(components): [dropdown/popover/tooltip] correct trigger type ( #22550 )
...
* docs(components): [dropdown/popover/tooltip] correct trigger type
* docs: update
2025-10-24 14:12:38 +08:00
Lensiq
e0daa34ad1
docs(components): [tour] correct value ( #22564 )
2025-10-24 09:15:11 +08:00
Rainbow
92f1669f2b
docs(components): [dialog/tour] add missing default value to model-value ( #22571 )
2025-10-23 20:18:12 +08:00
0song
e11c529d44
chore: update nuxt.js quickstart doc ( #22556 )
...
chore: update quickstart doc
2025-10-22 20:14:21 +08:00
Zhong
a65d218e22
refactor(components): [tree] improve emit to get type hints ( #22526 )
...
* refactor(components): [tree] improve emit to get type hints
* chore: update
* fix: update
* chore: revert example
* docs: update type
Co-authored-by: Dsaquel <291874700n@gmail.com >
* chore: rename event
Co-authored-by: btea <2356281422@qq.com >
---------
Co-authored-by: Dsaquel <291874700n@gmail.com >
Co-authored-by: btea <2356281422@qq.com >
2025-10-20 14:43:47 +08:00
Rainbow
b917fafccc
feat(components): [select/select-v2] support debounce prop ( #22471 )
...
* feat(components): [select/select-v2] support debounce prop
* feat: update
* feat: update
* feat: update
* docs: update version number
* feat: update
* feat: update
* feat: update
* feat: update
* feat: update
* feat: update
2025-10-20 10:46:24 +08:00
qiang
d042674220
feat(components): [color-picker-panel] add validateEvent prop ( #22522 )
...
* feat(components): [color-picker-panel] add validateEvent prop
* docs: update
2025-10-19 11:18:21 +08:00
Zhong
3f983007a6
docs: update navbar links when switching language ( #22521 )
...
chore: update navbar links when switching language
2025-10-19 11:16:08 +08:00
Rainbow
1cbe108a78
docs(components): [segmented] add missing default value ( #22525 )
...
* docs(components): [segmented] add missing default value to props
* docs: update
* docs: update
2025-10-18 19:49:37 +08:00
Lensiq
1680d14c31
feat(components): [drawer] add support for modal-penetrable prop ( #22498 )
...
* feat(components): [drawer] add support for prop
* fix: update
* docs: update
2025-10-18 16:32:37 +08:00
sea
85f3a97923
docs(components): [dialog] add modal-penetrable to model example ( #22517 )
2025-10-17 17:39:34 +08:00
0song
bbb4d757c1
chore: update doc ( #22511 )
2025-10-17 05:00:59 +00:00
一只前端汪
ddf28c98d3
feat(components): [input] add word-limit-position attributes ( #22359 )
...
* fix: input maxlength
* fix: make error tip same line
* fix: format
* fix: use top: 100%;
* feat: expand show-limit-word
* feat: add test
* fix: optimize code
* fix: use nsInput.is and update docs
* fix: update test case
* fix: add wordLimitPosition props
* chore: update docs
* fix: add version tag
* fix: input support outside
* fix: update docs
* fix: add backgroundcolor
* fix: Restore code
* fix: update docs demo
* fix: add input test case
* fix: Remove two useless CSS
* Merge branch 'dev' into input-max-length
2025-10-17 11:46:14 +08:00