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 fontSize 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
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
sea
3b72e183d8
refactor: remove tooltip-v2 visual-hidden components ( #22252 )
...
refactor: remove tooltip-v2 components
2025-09-23 22:45:16 +02:00
sea
45cedbb3c5
docs: update import link in lang example ( #22298 )
2025-09-23 17:40:36 +08:00
Rainbow
c039171ecb
docs(components): [tooltip/time-picker/datetime-picker] add the missing prop about popper ( #22284 )
...
* docs: add the missing prop about popper
* docs: update
* docs: update
2025-09-23 17:29:47 +08: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
btea
ec86b5d6ad
feat(components): [date-picker] add automatic-dropdown prop ( #21764 )
...
* fix(components): [date-picker] refocue the window causes panel to pop up
* fix: remove console
* feat: add `automatic-dropdown` prop
* fix: update
* fix: update
* docs: update
* docs: update
* docs: update
* docs: update
* docs: update
2025-09-22 17:40:20 +08:00
Zhong
fdf563154d
docs(components): [tree/tree-v2] explicitly specify the slot name ( #22279 )
2025-09-22 10:46:11 +08:00
Noblet Ouways
6724cce7db
fix(components): [color-picker] incorrect thumb offset ( #22266 )
...
* fix(components): [color-picker] incorrect thumb offset
* chore: expose
Co-authored-by: qiang <qw13131wang@gmail.com >
---------
Co-authored-by: qiang <qw13131wang@gmail.com >
2025-09-21 20:59:31 +08:00
Rainbow
2adc067bee
feat(components): [autocomplete/time-select/color-picker] add popper-style ( #22263 )
...
feat(components): add popper-style
2025-09-21 10:03:35 +08:00
Rainbow
f467998a9e
docs(components): [cascader] improve the description of popper ( #22267 )
2025-09-21 10:02:43 +08:00
Rainbow
9059cac24a
docs(components): [loading] supplement the type of text ( #22265 )
2025-09-21 07:59:36 +08:00
Rainbow
f91907e7fc
docs(components): [select/select-v2] improve the description of popper ( #22261 )
2025-09-21 07:56:52 +08:00
btea
8ec5186366
chore: format image load failed demo ( #22220 )
2025-09-18 10:21:04 +08:00
jiaxiang
0ff86060ab
feat(components): [image-viewer] add error slot ( #21961 )
...
* feat(components): [image-viewer] add custom failed content
* Update packages/components/image-viewer/src/image-viewer.vue
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
* feat: rename error slot
* test: add custom load failed slot tests for Image and ImageViewer
* docs: perf dome
* fix: update v
* feat: add activeIndex and src properties
* fix: add key binding to img element for better reactivity
* fix: keep original structure
* fix: restore error source in image load-failed example
* feat: add image preview
* refactor: remove unused var
* fix: update demo
* chore: better contrast for dark mode
---------
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
Co-authored-by: Dsaquel <291874700n@gmail.com >
2025-09-17 17:46:35 +02:00