Commit Graph

978 Commits

Author SHA1 Message Date
sea
adf4fbfb6b feat(components): [tree-select] add instance type and improve test cleanup logic (#22499)
* feat(components): [tree-select] add instance

* chore: update

* chore: update test

Co-authored-by: btea <2356281422@qq.com>

* Update packages/components/tree-select/src/instance.ts

Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com>

---------

Co-authored-by: btea <2356281422@qq.com>
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com>
2025-11-28 23:34:57 +08:00
rzzf
8d4d0514e7 feat(components): [timeline] add reverse prop (#22931)
* feat(components): [timeline] add `reverse` prop

* test: update

* chore: update import
2025-11-28 08:06:03 +08:00
zhongli-Leah
5f2cf63be4 docs(components): [tooltip/slider] replace popconfirm with tooltip (#22912)
docs(components):[tooltip-slider]Replace popconfirm with
tooltip.
2025-11-25 11:49:54 +08:00
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
云游君
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
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
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
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
rzzf
85ac706325 feat(components): [cascader] expose focus and blur methods (#22737) 2025-11-10 12:57:57 +08:00
btea
a46c3758bf docs: update version badge (#22664) 2025-11-01 14:38:33 +08:00
btea
4c658f1a9b feat(components): [tabs] add tabindex prop (#22624) 2025-10-30 13:25:33 +01: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
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
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
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
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
Zhong
b9c69233ca docs(components): [upload] correct the type of the file field (#22408) 2025-10-03 14:03:38 +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
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
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