1467 Commits

Author SHA1 Message Date
Fifteen
7fcc81b17b
feat(components): [input-tag] add saveOnBlur prop (#20158)
* feat(components): [input-tag] add saveOnBlur prop

* fix(components): [input-tag] reset inputValue to undefined

* docs(components): [input-tag] add version tag for save-on-blur attribute

* refactor(components): [input-tag] simplify saveOnBlur prop definition

* chore(components): [input-tag] set saveOnBlur default to true

* docs(components): [input-tag] saveOnBlur default to true
2025-03-20 21:07:31 +08:00
云游君
cc69a8c4a7
docs: upgrade unocss@major & fix tag style in headers (#20196)
* fix(docs): upgrade unocss@major & fix tag style in headers

* chore: disable unocss inspector
2025-03-20 18:25:45 +08:00
0song
12b965354e
chore: update UI (#20198)
* chore: update UI

* chore: update UI

* chore: update UI
2025-03-20 08:08:05 +00:00
0song
32545a3c16
chore: update doc (#20191)
* chore: update doc

* chore: update
2025-03-20 02:54:08 +00:00
知晓同丶
990efd4f07
docs(components): increase popover width (#20195) 2025-03-20 09:56:11 +08:00
sea
c65399a4c1
feat(components): [image-viewer] export setActiveItem in slot (#20190)
* feat(components): [image-viewer] export `setActiveItem` in slot

* docs: update

* docs: update
2025-03-19 18:00:22 +08:00
sea
84851c9f12
docs: optimize example import (#20179) 2025-03-19 12:00:39 +08:00
btea
d4123cd558
fix(components): [upload] drag file add isDirectory attribute (#20012)
* fix(components): [upload] drag file add isDirectory attribute

* fix: compatibility test

* fix: extend UploadRawFile
2025-03-17 20:55:04 +08:00
thinkasany
4807705579
docs: add placement demo for popover/popconfirm (#20126)
* docs: add placement demo for popover/popconfirm

* fix: update name

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

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

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

---------

Co-authored-by: btea <2356281422@qq.com>
2025-03-15 17:37:25 +08:00
dopamine
2f9da16df8
docs: [scrollbar] tweak horizontal scroll example (#20133)
fix(docs): [scrollbar] tweak horizontal scroll example
2025-03-14 17:09:16 +08:00
EralChen
d410486c07
feat(components): [table-column] preserve expanded content (#19899)
* feat: [table-column] preserve expanded content

* chore: format

---------

Co-authored-by: warmthsea <2586244885@qq.com>
2025-03-13 10:20:07 +08:00
changchi666
0c6ef6e13b
docs(components): add the virtual-ref description of popover (#20081)
* docs(components): add the Virtual triggering description  of popover

* docs(components): change the virtual-triggering description of popover

* docs(components): add the virtual-ref description of popover
2025-03-11 21:15:56 +08:00
xinconan
25f42aa9d7
feat(components): [alert] add icon slot (#20034)
* feat(components): [alert]add icon slot

* refactor(components): [alert] move default iconComponent into icon slot

* chore: update version

---------

Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
2025-03-09 15:34:11 +00:00
sea
244e811b44
chore(eslint-config): add line-between-blocks rules (#20051) 2025-03-08 08:55:02 +08:00
Simon He
639e173ead
docs: fix typo in dropdown documentation for triggerKeys (#20052) 2025-03-07 17:17:24 +08:00
0song
f2f9c6d79a
chore: update doc UI (#20042) 2025-03-07 05:40:45 +00:00
btea
15b98154c1
Revert "docs: optimization API style (#19793)" (#20039)
This reverts commit fe9cc6351ba75a8a7686c242788552ed2369a005.
2025-03-07 09:29:45 +08:00
btea
75cb81172f
chore: format code (#20009) 2025-03-03 15:16:45 +08:00
Spaceman
241a22414c
docs(components): [el-tooltip] add example using append-to API (#19943)
* docs(docs): [el-tooltip] Add example using append-to API

* chore: del type

---------

Co-authored-by: warmthsea <2586244885@qq.com>
2025-02-28 18:02:11 +08:00
changchi666
16dbe32b0d
docs(components): add the virtual-triggering description of popover (#19920)
* docs(components): add the Virtual triggering description  of popover

* docs(components): change the virtual-triggering description of popover
2025-02-27 17:08:48 +08:00
Noblet Ouways
0ed86e74ce
feat(components): [tree/tree-select] add check-on-click-leaf attribute (#19494)
* chore: last leaf node clickable on `show-checkbox`

* chore: revert

* chore: leaf node checkable

* test: checkable by click on leaf node

* chore: test & doc

* chore: add version

* feat: handle tree-v2

* test: tree-v2
2025-02-26 21:24:58 +08:00
jiaxiang
ad2cbd2a23
refactor(components): [image] image-viewer standalone use (#19715)
* chore: remove prevent body scroll in image-viewer

* docs: format

---------

Co-authored-by: warmthsea <2586244885@qq.com>
2025-02-25 22:10:34 +08:00
Noblet Ouways
392db28b27
chore: format docs (#19965)
chore: format
2025-02-24 20:26:18 +08:00
sea
ef8a6bb7df
docs(components): [tree] update example style (#19945) 2025-02-24 14:48:54 +08:00
0song
84f94507e3
chore: update doc (#19946) 2025-02-24 05:23:58 +00:00
Lee
ac7a7761aa
docs: [badge] correct the spelling mistakes in the description (#19935)
docs: [badge] correct the spelling mistakes in the Description
2025-02-22 10:39:22 +00:00
sea
6a22c579e6
chore: [dropdown] remove @ts-nocheck & fix type error (#19912)
* chore: [dropdown] remove @ts-nocheck & fix type error

* docs: update
2025-02-22 13:42:06 +08:00
zhuft-moon
d8706b2952
docs(components): [message] add a "Won't close automatically" example. (#19924)
* docs(components): [config-provider] add default values

* docs(components): [message] add a "Won't close automatically" example

* Revert "docs(components): [config-provider] add default values"

This reverts commit 4a9cd67dd89914375a7c46785f4c5097ed1faa96.
2025-02-21 17:47:47 +08:00
sea
bac1a23c27
docs(components): [tree] change customized-node example (#19907) 2025-02-21 10:04:50 +08:00
dengguangmiaoyyds
37f3447eca
docs(components): [dropdown] update description and example (#19908)
docs(components): [dropdown]update description and example
2025-02-20 16:42:07 +08:00
jiaxiang
398d68cc3e
feat(components): [slider] add persistent prop (#19889)
* feat(components): [Slider] add persistent prop

* fix(components): [slider] update persistent prop

* fix(components): [slider] rename persistent prop to tooltipPersistent

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

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

* chore: formatted

* fix(components): [slider] update description for persistent prop

---------

Co-authored-by: btea <2356281422@qq.com>
2025-02-20 16:17:36 +08:00
zhuft-moon
3aee62d0de
docs: [button] update default value and description (#19903) 2025-02-19 17:59:56 +08:00
xion
8c7a43f1fc
feat(components): [message-box] support custom close icon in message-box (#18168) 2025-02-18 19:00:22 +08:00
DiamondYuan
7700838ed3
feat(components): [cascader] add suggestion slot (#19866)
* feat(components): [cascader] add suggestion-item slot

* docs:  add version to suggestion item slot demo

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

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

---------

Co-authored-by: btea <2356281422@qq.com>
2025-02-18 11:37:18 +08:00
jiaxiang
1bc0394190
feat(components): [menu] add persistent prop (#19874)
feat(components): [menu] add persistent prop
2025-02-16 09:07:28 +08:00
jiaxiang
b408586a22
feat(components): [dropdown] add persistent prop (#19797)
* feat(components): add persistent attribute

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

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

* fix: docs

---------

Co-authored-by: btea <2356281422@qq.com>
2025-02-14 21:03:42 +08:00
btea
c57313820c
docs: [message-box] update options default value (#19833) 2025-02-11 18:01:58 +08:00
0song
524d617c9c
chore: update doc (#19831) 2025-02-11 04:40:38 +00:00
jiaxiang
fe9cc6351b
docs: optimization API style (#19793)
* docs: optimization API style

* chore: Transfer

* chore: update

* fix: update
2025-02-09 13:35:08 +08:00
jiaxiang
fe0c724293
docs: [scrollbar] fix type error (#19697)
* docs: [scrollbar] fix type error

* refactor(docs): improve code structure and type annotations in examples

* Update docs/examples/scrollbar/manual-scroll.vue

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

* fix(docs): replace lodash isNumber with typeof check

* fix(docs): update

---------

Co-authored-by: btea <2356281422@qq.com>
2025-02-07 03:00:55 +00:00
0song
c4fc329237
chore: update doc (#19770) 2025-02-04 14:25:15 +00:00
jiaxiang
329ac01b4c
docs: [calendar] add CalendarDateType Type Declarations (#19766)
docs: [calendar] add Type Declarations
2025-02-02 17:02:18 +08:00
Noblet Ouways
6fb1f3eb37
chore: format dropdown.md (#19758)
chore: format dropdown.md
2025-01-30 20:41:06 +08:00
jiaxiang
d989617162
docs: [tooltip] fix type error (#19687)
* docs: fix type error

* docs: [tooltip] remove unnecessary width and height in mousemove handler

* fix: update

* fix: update
2025-01-24 15:37:44 +08:00
jiaxiang
38dcbf0f13
docs: search input default focus (#19724)
* docs: search input default focus

* fix(docs): ensure search input is focused after component mounts

* revert: update

* Update docs/.vitepress/vitepress/components/globals/overview.vue

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

* Update docs/.vitepress/vitepress/components/globals/overview.vue

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

* docs: update

---------

Co-authored-by: qiang <qw13131wang@gmail.com>
2025-01-24 11:45:28 +08:00
知晓同丶
462bff18de
feat(components): [table] add tooltip-formatter table & table-column prop (#19524)
* feat(components): [table] add `tooltip-formatter` table-column prop

closed #19507

* docs: add example

* docs: demo remove tooltip formatter index

* refactor(components): refactor code

* docs: simpify tooltip demo

* fix: fix warning error

* feat(components): add table tooltip-formatter prop & merge slot

* refactor: reuse variables

* test: add tooltip-formatter test

* docs: upgrade version

* feat(components): [table] add `tooltip-formatter` table-column prop

closed #19507

* docs: add example

* docs: demo remove tooltip formatter index

* refactor(components): refactor code

* docs: simpify tooltip demo

* fix: fix warning error

* feat(components): add table tooltip-formatter prop & merge slot

* refactor: reuse variables

* test: add tooltip-formatter test

* docs: upgrade version

* refactor: change parameter to obj args

* fix: property change to prop

* fix: export `TableOverflowTooltipFormatterData`

* refactor: `TableOverflowTooltipFormatterData` to `TableTooltipData`

* fix: remove useless import

* fix: refactor code

---------

Co-authored-by: btea <2356281422@qq.com>
2025-01-23 20:15:12 +08:00
jiaxiang
b6e076ee95
docs: fix Exposes error (#19733) 2025-01-23 16:43:33 +08:00
jiaxiang
c8650d74e2
docs: [input-number] fix type error (#19712) 2025-01-22 23:39:47 +08:00
jiaxiang
42d279f87b
docs: [checkbox] fix intermediate example type error (#19713)
docs: [checkbox] fix type error
2025-01-22 09:49:27 +08:00
DDDDD12138
a2d90bfb23
docs: [layout] add a tip for layout column (#19669)
docs: layout add tip
2025-01-22 09:03:56 +08:00