6213 Commits

Author SHA1 Message Date
w2xi
aa8fce48bf
chore: [form-item] redundant type assertion (#20300) 2025-03-30 12:47:57 +00:00
Haceral
642946e4fd
fix(components): [select, select-v2] blur validate not executed (#20232) 2025-03-30 13:59:28 +08:00
dopamine
38cbfbb0b0
chore: [select] remove @ts-nocheck directive (#19098)
* chore: [select] remove @ts-nocheck directive

* Update packages/components/select/src/option.vue

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

* chore: delete useless type

* Update packages/components/select/src/useSelect.ts

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

* fix: type error

* fix: type error

* chore: use buildProps

* chore: add type

* Update packages/components/select/src/useSelect.ts

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

* chore: fix type

* chore: fix type

* chore: fix types

---------

Co-authored-by: warmthsea <2586244885@qq.com>
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
Co-authored-by: qiang <qw13131wang@gmail.com>
Co-authored-by: btea <2356281422@qq.com>
2025-03-29 17:58:52 +08:00
momei
36efad5eaf
fix(components): [autocomplete] modelValue is null compatible (#20288)
Co-authored-by: momei.lu <momei.lu@yunlsp.com>
2025-03-27 18:19:03 +08:00
sea
09041ad89f
docs: update phone index image (#20243)
* docs: update phone index image

* fix: 768px-959px

* chore: delete useless code
2025-03-26 18:36:12 +08:00
云游君
904305a5fe
docs: remove useless space in headers (#20247) 2025-03-26 17:06:41 +08:00
夕云葛城
940efb8e9c
docs: fix dark mode switch transition effect offset (#20236)
* fix(docs): resolve scaling transition misalignment (#20235)

closed #20235

* fix(docs): fix circle percentage reference value (#20235)
2025-03-26 07:53:53 +08:00
Xaypanya Phongsa
eed7bae4a6
feat(i18n): added Lao (lo) language (#20245)
* feat(locale): add Lao (lo) language support

* fix(locale): update Lao (lo) translation for pageHeader title
2025-03-25 06:53:57 +00:00
btea
2e58b8259d
fix(components): [date-picker] config format manual change value invalid (#20223)
* fix(components): [date-picker] config format manual change value invalid

* fix: update
2025-03-25 10:09:47 +08:00
DDDDD12138
f9890d1df4
docs: [table-v2] move row-event-handlers from events to attributes (#20242) 2025-03-24 17:13:00 +08:00
Putia3
5b324c185b
chore(style): [table] remove duplicate defined style code (#20216)
chore(style): [table]Remove duplicate defined style code
2025-03-22 23:15:46 +08:00
btea
cdfee9a312
fix(locale): update ru.ts (#20225) 2025-03-22 14:12:22 +08:00
aliuddinabdrauf
ac84d55e86
Update ms.ts (#20201)
update the locale for ms in the datepicker section.
2025-03-21 14:39:54 +08:00
Element
d754c8ba94
chore: Update changelog 2.9.7 (#20221)
chore: update changelog 2.9.7
2025-03-21 05:29:17 +00:00
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
1af95faa8e
chore: open blank issues (#20194) 2025-03-20 09:39:42 +08:00
aliuddinabdrauf
84a651a33a
fix(i18n): update ms.ts (#20186)
change translation of Back from 'Belakang' to 'Kembali'
2025-03-19 11:19:41 +00: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
cb2844c800
chore: change tsconfig paths (#20181)
* Revert "`tsconfig paths change (#20109)"

* Update tsconfig.base.json

Co-authored-by: dopamine <coderzyou@gmail.com>

* chore: typo

---------

Co-authored-by: dopamine <coderzyou@gmail.com>
2025-03-19 17:19:03 +08:00
sea
84851c9f12
docs: optimize example import (#20179) 2025-03-19 12:00:39 +08:00
sheepie
5ae65bbcb5
fix(components): [time-picker] custom format causes highlight errors (#20161)
fix(components): [time-picker] Don't show highlights with custom format (#20151)
2025-03-19 09:35:47 +08:00
Daniel Jagszent
7240a0b72d
fix(components): [empty] remove static ID attributes from SVG (#19764)
The default empty state SVG had some static ID attributes in them. They prevented the component to be used more than once on a page (IDs need to be unique in a document).

This commit just deletes the IDs. They do not get used anyway.
2025-03-19 08:43:43 +08:00
Egor Rakutov
a3e774e12c
fix(components): [el-select-v2] use :model-value without changes (#20149)
fix(components): [el-select-v2] model-value bug
2025-03-18 16:33:19 +08:00
pengpeng
e9d82e59e9
fix(components): [table] the selection column conflicts with setting both showOverflowTooltip and align='center' styles (#20157)
* fix(components): [table] type sets showOverflowTooltip centering style problem under `selection`

* Update index.ts

* Update index.ts
2025-03-18 10:30:46 +08:00
dopamine
7be4a3765e
chore: emits smaller declaration files (#20109)
* Revert "fix(types): packing unexpected types (#19419)"

This reverts commit 13506ffb814d2b1300bf57c06648b6b27281c7c5.

* Revert "chore: add explicit type annoation (#19352)"

* fix(typescript): borken import paths in declaration files

* chore: emits smaller declaration files
2025-03-18 10:08:44 +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
JohnnyYu
4e2a64d721
fix(components): [message-box] ElMessageBoxOptions type missing modalClass (#20135)
fix(components): [MessageBox]ElMessageBoxOptions type add modalClass
2025-03-15 23:30:22 +08:00
风屿
e87a8670d4
refactor(components): [description, input] use the component name constant (#20107)
* refactor(components): [description] extracts the component name constant

* refactor: extracts the component name constant

* refactor: change the location of COMPONENT_NAME

* Update packages/components/descriptions/src/description-item.ts

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

* refactor: change the name

* refactor: Extract COMPONENT_NAME to a separate file

* refactor: Adjust rows

---------

Co-authored-by: btea <2356281422@qq.com>
2025-03-15 23:14:51 +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
sea
04d3090273
style(components): [select, picker] improve clear-icon hover color (#20127)
style(components): [select, picker] Improve clear-icon hover color
2025-03-13 22:31:00 +08:00
biaobiao
1d6711a37c
fix(components): [affix] scroll event value sync (#20108)
* fix:affix scroll event value sync

* fix(components): [affix] fix lint errors in the affix.vue file

* fix(components): [affix] remove excess text

---------

Co-authored-by: QD-OUJINBIAO <1105973070@qq.com>
2025-03-13 16:38:40 +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
thinkasany
7dbac0e1bc
chore: use event constants instead string (#20104)
* chore: use UPDATE_MODEL_EVENT constants

* chore: update INPUT_EVENT & CHANGE_EVENT
2025-03-12 15:52:07 +08:00
Noki
f31d3b6d0c
fix(components): [select] typed value causes default-first-option to fail (#19806)
* fix(components): [select] default-first-option

* fix(components): [select] watch optionArray ref

* test(components): [select] add default-first-option

* test(components): [select] remove only

* test(components): [select] use remote-method

* fix(components): [select] add condition for optionsArray loop

* fix(components): [select] remove condition for optionsArray loop
2025-03-11 15:24:07 +00: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
cleaverlove
5855db4f5c
refactor(components): [time-select] using built-in constants (#20079)
refactor(components): [time-select] convert to a constant
2025-03-11 21:02:59 +08:00
thinkasany
39a0b4aab9
ci: enable publish-size-resport action for all branch (#20076)
ci: Package Size Report for all branch
2025-03-10 18:12:30 +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
btea
cb04a70019
ci: lint-commit-message action add condition (#20064) 2025-03-08 18:25:35 +08:00
Meet you
a441b70448
style(components): [cascader] add collapse-tag margin (#19890)
* fix(style): fix cascader style issue

closed #19886

* fix(style): update

* Update packages/theme-chalk/src/cascader.scss

Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>

* chore: delete blank line

---------

Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
Co-authored-by: warmthsea <2586244885@qq.com>
2025-03-08 09:12:36 +08:00
sea
244e811b44
chore(eslint-config): add line-between-blocks rules (#20051) 2025-03-08 08:55:02 +08:00
Element
3a4db314b6
chore: Update changelog 2.9.6 (#20056)
chore: update changelog 2.9.6
2025-03-07 11:25:09 +00: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
sea
434208c9ad
fix(components): [select-v2] option need double click in IOS (#20041)
* fix(components): [select-v2] option need double click in IOS

* chore: format
2025-03-07 11:13:07 +08:00