Commit Graph

1746 Commits

Author SHA1 Message Date
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
Rainbow
639adda459 chore: remove the useless debounce prop from slider (#22488)
Co-authored-by: btea <2356281422@qq.com>
2025-10-16 13:43:46 +00:00
Lensiq
7d167f1687 docs(components): [input] add missing colon (#22494) 2025-10-16 14:00:54 +08:00
Zhong
645df6d95a feat(components): [input] add modelModifiers prop (#22415)
* feat(components): [input] add `modelModifiers` prop

* refactor: update

* refactor: update

* fix: input uncontrolled in lazy mode

* docs: add desc

* perf: cache `Object.keys(props.modelModifiers).length`

Co-authored-by: warmthsea <2586244885@qq.com>

---------

Co-authored-by: warmthsea <2586244885@qq.com>
Co-authored-by: btea <2356281422@qq.com>
2025-10-16 01:49:54 +00:00
Lensiq
aca3724be4 docs(components): [watermark/dropdown] correct content value & add effect prop (#22481)
* docs(components): [watermark/dropdown] correct  value & add  prop

* Update packages/components/dropdown/src/dropdown.ts

Co-authored-by: Zhong <cszhjh@gmail.com>

* Update docs/en-US/component/dropdown.md

Co-authored-by: Zhong <cszhjh@gmail.com>

---------

Co-authored-by: Zhong <cszhjh@gmail.com>
Co-authored-by: btea <2356281422@qq.com>
2025-10-16 01:22:35 +00:00
Rainbow
d895d42bf6 docs(components): [tree] supplement the description of parameters for setChecked (#22442)
docs(components): [tree] supplement description of parameters
2025-10-12 23:06:27 +02:00
Lensiq
8deaf872bc docs(components): [watermark] correct f ontSize type (#22441)
docs(components): [watermark] correct fontSize type
2025-10-11 22:40:35 +02:00
sea
e27ef5ed36 docs: overview card & tl item use the a tag (#22409)
docs: update
2025-10-03 23:46:41 +02:00
Zhong
b9c69233ca docs(components): [upload] correct the type of the file field (#22408) 2025-10-03 14:03:38 +02:00
qiang
de3b8b78cb docs: update translation link handling to use withBase (#22407)
* docs: update translation link handling to use withBase

* fix: the logo link
2025-10-03 11:07:32 +02:00
Noblet Ouways
1abe7c0b8d docs(components): [dialog/drawer] comprehensive warnings (#22400) 2025-10-02 19:48:14 +08:00
Noblet Ouways
d861148712 docs(components): [infinite-scroll] set deprecated (#22399) 2025-10-02 19:45:05 +08:00
qiang
efef336db8 docs: update link handling to use withBase for proper routing (#22385)
* docs: update link handling to use withBase for proper routing

closed #21637

* fix: image display error
2025-09-30 12:17:18 +02:00
snowbitx
02cf26fac0 feat(components): [checkbox-group] support options el-checkbox-button (#22377)
* feat(components): [checkbox-group] support options el-checkbox-button

* Update packages/components/checkbox/__tests__/checkbox.test.tsx

Co-authored-by: Zhong <cszhjh@gmail.com>

* Update checkbox-group.vue

* Update checkbox-group.vue

---------

Co-authored-by: Zhong <cszhjh@gmail.com>
2025-09-30 15:51:55 +08:00
snowbitx
d64028509a feat(components): [radio-group] support options with el-radio-button (#22285)
* feat(components): [radio-group] support options with el-radio-button

* chore: rename prop

* chore: add doc

* Update radio-group.vue

* Update radio.test.tsx

* Update radio.test.tsx

* refactor: change prop name and enum
2025-09-30 11:15:48 +08:00
Noblet Ouways
3532dd6982 docs(components): [tabs] provide demo links for draggable tabs (#22383)
docs(components): [tabs] provide demo link for draggable tabs
2025-09-30 09:05:12 +08:00
btea
046815e33d feat(components): [cascader] lazyLoad support reject (#22283)
* feat(components): [cascader] `lazyLoad` support reject

* feat: update

* fix: update

* feat: remove unnecessary change

* test: add new test

* fix: update

* feat: update

* docs: update

* docs: update
2025-09-29 12:27:16 +02:00
一只前端汪
896815b986 fix: Translation document path splicing error (#22364)
fix: docs jump error
2025-09-29 17:58:01 +08:00
Rainbow
56f05a6522 feat(components): [mention/menu/dropdown/pagination] add popper-style (#22278)
* feat: add popper-style

* fix: update

* docs: update version number
2025-09-29 14:51:22 +08:00
SuQingyao
5b1bde20fe feat(components): [watermark] add fontGap prop (#22342)
* feat(components): [watermark] add fontGap property

* docs(components): [watermark] add fontGap option

* docs(components): [watermark] add version annotation to fontGap property
2025-09-29 14:25:07 +08:00
Xc
b1f3b6602c docs(components): [tooltip, popover] controlled mode warnings (#12088)
* docs(components): [tooltip, popover]
* Add controlled mode api description

* docs: add code lost

* chore: add missing comments

---------

Co-authored-by: Dsaquel <291874700n@gmail.com>
2025-09-29 14:18:39 +08:00
一只前端汪
7c16480bcd refactor(style): Update Eslint to V9 and Prettier to V3 (#21949)
* refactor(style): Update Eslint to V9 and Prettier to V3

* fix: vscode color

* fix: vscode color

* chore: remove Useless dependence and old config file

* chore: format

* Merge branch 'dev' into eslintV9

* fix: fix

* fix: ssr test

* fix: ssr test

* fix: use defineConfig

* fix: prettier format and ignore docs dist

* fix: index.mjs => index.js

* fix: Vscode color

* fix: prettier ignore global.d.ts

* fix: format

---------

Co-authored-by: 2586740555 <15972343+CYJ090915@user.noreply.gitee.com>
2025-09-29 14:14:30 +08:00
0song
2abf9cf4b9 chore: update doc (#22367) 2025-09-29 04:09:38 +00:00
jiaxiang
eea25b2d90 chore: Remove un used deps (#22365)
* chore: remove escape-html dependency

* chore: remove escape-html dependency
2025-09-29 11:57:09 +08:00
Zhong
cb672f0ad1 chore: upgrade @element-plus/icons-vue 2.3.1 to 2.3.2 (#22343) 2025-09-28 23:59:30 +08:00
Noblet Ouways
0e8b017874 fix(components): [date-picker] allow plain array for modelValue (#22140)
* fix(components): [date-picker] allow array model value type

Co-authored-by: DDDDD12138 <43703884+DDDDD12138@users.noreply.github.com>

* chore: rebase

* chore: docs tweak

Co-authored-by: qiang <qw13131wang@gmail.com>

---------

Co-authored-by: DDDDD12138 <43703884+DDDDD12138@users.noreply.github.com>
Co-authored-by: qiang <qw13131wang@gmail.com>
2025-09-26 21:29:41 +08:00
qiang
4684320916 fix(components): [popconfirm] unable to capture focus (#22310)
* fix(components): [popconfirm] unable to capture focus

* fix: test

* chore: revert event
2025-09-26 20:58:19 +08:00
Zhong
d4d67fde11 docs(components): [popover/popconfirm] add inherited Tooltip attributes (#22314)
docs(components): [poppover/popconfirm] add inherited Tooltip attributes
2025-09-25 17:36:53 +08:00