Commit Graph

2728 Commits

Author SHA1 Message Date
Zhong
3508d4f676 fix(components): [select-v2] use correct labelKey in selectedLabel (#22516)
* fix(components): [select-v2] use correct labelKey in selectedLabel

* test: add case

* test: update
2025-10-18 16:24:17 +08:00
sea
ff2c26dc89 improvement(components): [steps] change step transitionDelay timer (#19888)
* perf(components): [steps] change step `transitionDelay` timer

* Update packages/components/steps/src/item.vue

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

* chore: update

---------

Co-authored-by: qiang <qw13131wang@gmail.com>
2025-10-17 13:45:31 +02:00
Rainbow
e6d5ddbde6 fix(components): [date-picker-panel] value-on-clear takes effect on monthrange and yearrange (#22507)
* fix(components): [date-picker-panel] sync clear value with valueOnClear

* test: add test case

* test: supplement tests
2025-10-17 16:59:19 +08: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
qiang
a228b3a514 fix(components): [color-picker] the panel does not capture focus (#22483)
* fix(components): [color-picker] the panel does not capture focus

* chore: test

---------

Co-authored-by: btea <2356281422@qq.com>
2025-10-16 23:08:04 +08:00
Carl Chen
9b9fd97da1 fix(components): [input-number] fix step-strictly precision (#14359)
fix(components): [el-input-number] fix step-strictly precision

Co-authored-by: qiang <qw13131wang@gmail.com>
2025-10-16 22:12:37 +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
sea
63c7cd69fe test: image stable loading in CI (#22491)
* test: image stable loading in CI

* test: avatar update
2025-10-16 17:59:37 +08:00
Rainbow
df830df442 fix(components): [cascader/autocomplete] make debounce prop reactive (#22477)
* fix(components): [cascader/autocomplete] make debounce prop reactive

* fix: update

* test: update

---------

Co-authored-by: btea <2356281422@qq.com>
2025-10-16 10:12:43 +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
Lensiq
b45e094ce3 fix(components): [message] use correct namespace for lockscreen (#22465) 2025-10-15 08:13:31 +08:00
qiang
0842235dd9 feat(components): [color-picker-panel] hue-slider a11y (#22258)
* feat(components): [color-picker] hue-slider a11y

* chore: sync locale

* chore: lint

* chore: rename

* chore: rename
2025-10-14 19:06:08 +08:00
snowbitx
459288c5a9 feat(components): [autocomplete] support home and end key events (#22324)
* feat(components): [autocomplete] support home and end key events

* refactor: add pageUp+pageDown and fix scroll error

* chore: refer to #22228

* chore: change switch case

* refactor: change steps 10

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

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

* test: add test case

---------

Co-authored-by: qiang <qw13131wang@gmail.com>
2025-10-12 16:35:33 +08:00
qiang
271fb6fac7 refactor(components): [dropdown] trigger flow for dropdown menu (#22332)
* refactor(components): [dropdown] trigger flow for dropdown menu

* fix: test
2025-10-10 10:34:12 +08:00
Rainbow
ee4a7a687c fix(components): [cascader] issue with expanding levels during search (#21686)
* fix(components): [cascader] issue with expanding levels during search

* test: add test case

---------

Co-authored-by: Dsaquel <291874700n@gmail.com>
Co-authored-by: liuxianheng <dfwl-liuxianheng@dfwlg.com>
2025-10-09 23:02:08 +02:00
Rainbow
7d1f52127f fix(components): [select] loading appears on first click when remote (#22323)
* fix(components): [select] loading appears on first click when remote

* test: add test case
2025-10-09 23:00:06 +02:00
Cloyd Lau
3bfabeef11 docs(components): [popconfirm] set type definition for virtual-ref (#22229)
chore: set comments

Co-authored-by: Dsaquel <291874700n@gmail.com>
2025-10-08 19:00:13 +08:00
Noblet Ouways
45bba632cd fix(components): [time-picker] always take old value on cancel (#22414)
* fix(components): [time-picker] always take old value on cancel

* test: set test case

* chore: apply review

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

---------

Co-authored-by: btea <2356281422@qq.com>
2025-10-08 12:50:21 +08:00
Zhong
85fe9b86d2 fix(components): [slider] support uneven step sizes (#22401) 2025-10-04 11:09:11 +08:00
Zhong
2c27be46af fix(components): [input-number] arrow key repeat and disabled-scientific not working (#22382)
* fix(components): [input-number] resolve keyboard control anomaly

* fix: commpatible

* Update packages/components/input-number/src/input-number.vue

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

* fix: update

* fix: update

---------

Co-authored-by: qiang <qw13131wang@gmail.com>
2025-10-04 10:20:01 +08:00
Rainbow
f461b7089a refactor(components): remove unnecessary 'props.' in the template (#22381) 2025-10-02 22:01:02 +08:00
Rainbow
934f9c6d26 fix(components): [date-picker] supplement type for DatePickerInstance (#22387)
* fix(components): [date-picker] supplement type for DatePickerInstance

* fix: update
2025-10-02 20:50:33 +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
scvzerng
328523e291 fix(components): [tree] correct drop indicator with tree scroll offset (#21947) 2025-09-29 12:34:43 +02: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
Noblet Ouways
6eb677fa00 refactor(components): [date-picker] externalize formatToString (#22349)
* refactor(components): [date-picker] externalize formatToString

Co-authored-by: inottn <inottn@outlook.com>

* chore: add rebase lost code

---------

Co-authored-by: inottn <inottn@outlook.com>
2025-09-29 17:39:32 +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
Zhong
676385a009 fix(components): [checkbox-group/radio-group] avoid passing alias fields to component (#22346)
* fix(components): [checkbox-group/radio-group] avoid passing alias fields to component

* test: fix case
2025-09-29 14:32:02 +08:00
Rainbow
5bd04c058f fix(components): [table] make resizable prop reactive (#22340) 2025-09-29 14:28:43 +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
Noblet Ouways
2ede13c098 fix(components): [form-item] dynamically toggle form item slot (#22344)
fix(components): [form] dynamically toggle the form item slot

closed #18978
2025-09-28 23:49:41 +08:00
snowbitx
9a19b6676a refactor(components): [switch] use shallowRef and remove redundant usage (#22347) 2025-09-28 23:28:13 +08:00
Noblet Ouways
95f0773c79 fix(components): [tooltip] close tooltip when cliking iframe (#22345) 2025-09-28 23:06:38 +08:00
qiang
e5dd4ea86e fix(components): [date-picker] display value error when persistent:false (#22356)
closed #12689
2025-09-28 12:54:33 +02:00
Zhong
ad1c383d31 refactor(components): replace props.options with options (#22330) 2025-09-27 10:47:06 +02: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
kooriookami
80850b4cb3 fix(components): [select] fix label not show when persistent is false (#22317)
* fix(components): [select] fix label not show when persistent is false

* fix(components): [select]

* fix(components): [select]

* fix(components): [select]
2025-09-26 13:45:31 +08:00
qiang
2f8436571a feat(components): [select-v2] accessibility enhancement (#22153)
* feat(components): [select-v2] accessibility enhancement

* chore: test
2025-09-25 10:15:13 +08:00
Rainbow
ae0c9b2c4a docs(components): [message-box] add missing modal prop (#22311)
* docs(components): [message-box] add missing modal prop

* docs: update
2025-09-25 07:12:38 +08:00
snowbitx
287717c24e chore(components): [check-tag] remove redundant computed (#22313) 2025-09-24 23:30:01 +02:00
Zhong
cfdf97ae19 chore(components): [upload] remove redundant rawFile parameter from TS (#22295) 2025-09-24 12:10:33 +02:00
Zhong
f49fcbc3b2 chore(components): [tour] fix typo (#22306) 2025-09-24 14:20:22 +08:00
sea
3b72e183d8 refactor: remove tooltip-v2 visual-hidden components (#22252)
refactor: remove tooltip-v2 components
2025-09-23 22:45:16 +02:00
Zhong
b197bbf82d feat(components): [autocomplete] add loopNavigation attributes (#22281)
* fix(components): [autocomplete] allow cyclic keyboard navigation

* fix: update

* docs: update

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

---------

Co-authored-by: btea <2356281422@qq.com>
2025-09-23 17:27:24 +08:00