Commit Graph

6891 Commits

Author SHA1 Message Date
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
Noblet Ouways
8d32bc31d8 chore: replace ns.is condition (#22531)
* chore: replace ns.is condition

* chore: sgconfig

* Revert "chore: sgconfig"

This reverts commit fa56c22673.
2025-10-20 10:09:03 +08:00
Zhong
3538d7f9d2 improvement(components): [tree] allow null as key in setCurrentKey (#22524) 2025-10-20 09:16:15 +08:00
sea
b0b05d331c style: remove unuse imports & update autocomplete #loading center style (#22490)
* style: remove unuse imports & update autocomplete #loading center style

* chore: update

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

---------

Co-authored-by: cszhjh <cszhjh@gmail.com>
2025-10-19 23:03:08 +08:00
194df162aa fix(theme-chalk): [cascader] cursor style issue in filterable (#22518)
fix(theme-chalk): cursor style issue in searchable cascader component
2025-10-19 11:20:46 +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
qiang
bc55a5f93a feat(components): [color-picker-panel] sv-panel a11y (#22470)
* feat(components): [color-picker-panel] sv-panel a11y

* chore: sync locale

* chore: add test

* Update packages/components/color-picker-panel/src/composables/use-sv-panel.ts

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

---------

Co-authored-by: btea <2356281422@qq.com>
2025-10-19 11:17:44 +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
Rainbow
72f9ba2ba5 fix(components): [select-v2] avoid displaying 'false' incorrectly during remote search (#22495)
fix(components): [select-v2] avoid displaying 'false' incorrectly
2025-10-18 11:23:52 +02: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
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
sea
85f3a97923 docs(components): [dialog] add modal-penetrable to model example (#22517) 2025-10-17 17:39:34 +08: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
Element
d358bd7caa chore: Update changelog 2.11.5 (#22512)
chore: update changelog 2.11.5
2025-10-17 05:11:50 +00: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
Noblet Ouways
1f11db39db chore: remove concurrently (#22501) 2025-10-17 09:08:44 +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
Lensiq
7d167f1687 docs(components): [input] add missing colon (#22494) 2025-10-16 14:00:54 +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
sea
228fc2317d ci: add release version to commit message (#22480)
ci: add latest release version to commit message

Co-authored-by: btea <2356281422@qq.com>
2025-10-16 09:12:14 +08:00
0song
a5a6a1b825 chore: update CI config (#22484) 2025-10-15 14:33:39 +00:00
0song
d673e4556d chore: update CI config 2025-10-15 21:44:06 +08:00
一只前端汪
a77a91788f fix(components): [DatePickerPanel] button offset when using unocss (#22449)
* fix: button

* fix: add padding
2025-10-15 12:26:01 +02: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
Noblet Ouways
74387dc1a7 ci: fix eslint warning (#22447) 2025-10-13 07:31:05 +08: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
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
Lensiq
8deaf872bc docs(components): [watermark] correct f ontSize type (#22441)
docs(components): [watermark] correct fontSize type
2025-10-11 22:40:35 +02:00
一只前端汪
574bf98d43 fix(components): [upload] Invalid CSS variable (#22366)
* fix: upload css var

* fix: inject the scss variables in the component level

* fix: Excess modifications

* fix: Keep the name consistent with the original

* fix: Keep the name consistent with the original
2025-10-11 14:00:01 +02:00
qiang
a038e00d48 fix(directives): [vRepeatClick] remove event listener during unmounted (#22439)
* fix(directives): [vRepeatClick] remove event listener during unmounted

* Update packages/directives/repeat-click/index.ts

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

* fix: type error

---------

Co-authored-by: btea <2356281422@qq.com>
2025-10-11 13:27:25 +02:00
btea
5922d7f9ab ci: pkg-pr-new publish add packageManager option (#22438) 2025-10-11 15:55:31 +08:00
一只前端汪
502f445199 fix: use @eslint/markdown instead of eslint-plugin-markdown (#22434) 2025-10-10 11:31:56 +02: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
0song
1e1b219cb5 chore: update gh action for trusted publishing (#22433)
chore: update action
2025-10-09 23:49:06 +00: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
Noblet Ouways
02aad278f8 docs: update node version (#22427) 2025-10-08 20:08:57 +08: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
linzx-jess
b2a298d6ae docs(docs): update contribution guide for clarity and accuracy (#22426)
Corrected some grammatical errors
Updated some instructions for accuracy

closed #22423

Co-authored-by: Linzx <14808625+sheldorplus@user.noreply.gitee.com>
2025-10-08 09:36:51 +08:00
Noblet Ouways
d9ce750e59 ci: use eslint concurrency (#22412) 2025-10-05 13:06:34 +02:00