kooriookami
886a8fcb47
chore: make enum const
2025-03-19 10:49:09 +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
DDDDD12138
d4bb395291
fix(components): [date-picker] support remove same months from different years ( #20020 )
...
* fix: support selecting same months from different years
* feat: add test case
* chore: adjust description
2025-03-07 09:51:08 +08:00
btea
15b98154c1
Revert "docs: optimization API style ( #19793 )" ( #20039 )
...
This reverts commit fe9cc6351ba75a8a7686c242788552ed2369a005.
2025-03-07 09:29:45 +08:00
sea
5240eb2857
style(components): [cascader] delete icon height ( #20036 )
2025-03-07 08:30:17 +08:00
Noblet Ouways
2ee14a3256
fix(components): [dropdown] button-props
as a Partial
type ( #20035 )
...
fix(components): [dropdown] `button-props` as a partial type
2025-03-06 19:11:01 +08:00
知晓同丶
bb4d0535bc
fix(components): [date-picker] add user input validation ( #20021 )
...
* fix(components): [date-picker] add user input validation
closed #19841
* refactor: rename `checkUserInput` to `correctlyParseUserInput`
2025-03-06 16:17:59 +08:00
sea
7acf11ec37
test(components): [input] use formatter
, event val check ( #20031 )
...
Co-authored-by: btea <2356281422@qq.com>
2025-03-06 09:44:45 +08:00
TKSun
b46fc201e4
fix(components): [input] @change
event value formatter ( #20000 )
...
* fix: change事件值没有被格式化
fix: change事件值没有被格式化
* Update packages/components/input/src/input.vue
---------
Co-authored-by: btea <2356281422@qq.com>
2025-03-06 09:36:49 +08:00
sea
7a6c20fb01
style(components): [cascader] content display is incomplete ( #20015 )
...
fix(components): [cascader] content display is incomplete
2025-03-04 10:41:39 +08:00
sea
472346f81e
chore: use a closing svg tag ( #20018 )
2025-03-04 09:06:08 +08:00
xingyixiang
f932ea2dcb
fix(components): [date-picker] change triggers twice when clearing ( #19804 )
...
* fix(components): [date-picker] change triggers twice when clearing
* fix(components): [date-picker] change triggers twice when clearing
* fix(components): [date-picker] add test
* fix(components): [date-picker] add test
* fix(components): [date-picker] add test
* fix(components): [date-picker] add test
2025-03-03 15:47:34 +08:00
renovate[bot]
7d59595def
chore(deps): update dawidd6/action-download-artifact action to v9 ( #20011 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-03 15:37:37 +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
btea
e74afae2ac
ci: update issue helper link ( #19996 )
...
* ci: update issue helper link
* chore: update
2025-02-28 09:26:22 +08:00
Jason
3079a4789d
fix(components): [table] replace pageX with clientX ( #19881 )
...
Co-authored-by: chengang <chengang@lianantech.com>
2025-02-27 22:21:53 +08:00
DDDDD12138
87e3d1d400
fix(components): [select-v2] allow propagation of non-control key events in custom options ( #19984 )
...
fix: allow propagation of non-control key events in custom options
2025-02-27 22:09:14 +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
DDDDD12138
3ef10ec5b8
perf(components): [select-v2] optimize to avoid unnecessary computations ( #19970 )
...
* perf: avoid redundant property checks and regex constructions
* perf: optimize allOptions handling and introduce hasOptions
* feat: update 'allOptions' type
2025-02-26 16:45:01 +08:00
sea
31f08e0954
test: use test fn replace sleep ( #19977 )
...
* test: use test fn replace sleep
* test: update
2025-02-26 16:21:04 +08:00
kooriookami
36a364f452
style(theme-chalk): [tabs] update tabs style ( #19975 )
...
style(theme-chalk): update tabs style
2025-02-26 13:39:36 +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
sea
fcd5d2fdab
ci: fix lint-pr-title comment ( #19947 )
...
* ci: fix lint-pr-title username is empty
* ci: update
2025-02-25 10:41:37 +08:00