Commit Graph

5025 Commits

Author SHA1 Message Date
一只前端汪
934f0e716b
fix(ci): Replace jest-coverage-report-action with vitest-coverage-report-action (#15435)
* fix(ci): update jest-coverage-report-action version

* fix(ci): update

* fix(ci): update vitest config

* fix(ci): use pnpm

* fix(ci): update

* fix(ci): vitest-coverage-report-action

* fix(ci): add test

* fix(ci): update

* fix(ci): update

* fix(ci): update
2024-01-11 15:05:03 +08:00
xiaoming
b954b033f9
fix(components): [select] exposes blur invalid (#15450) 2024-01-11 14:45:43 +08:00
kooriookami
e7c1b53da3
fix(components): [select] Fix value bind object and trigger twice in form label (#15449)
* fix(components): [select] Fix value bind object

* fix(components): update

* fix(components): update
2024-01-11 14:45:23 +08:00
xiaoming
018f22f36c
fix(components): [select] remove redundant named slots (#15441)
* fix(components): [select] remove redundant named slots

* chore: update
2024-01-11 14:37:20 +08:00
xiaoming
27f6df156e
Revert "chore: update pnpm to v8.12.0 (#15101)" (#15442)
This reverts commit b12923530a.

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2024-01-11 11:09:36 +08:00
Element
a2f1294c8d
chore: Update changelog 2.5.0 (#15436)
chore: update changelog 2.5.0
2024-01-10 11:57:25 +00:00
kooriookami
5844947198
refactor(components): [select & select-v2] Refactor components (#15352)
* refactor(components): [select&select-v2] refactor components

* refactor(components): [select-v2]

* refactor(components): update

* refactor(components): update

* refactor(components): [select-v2]

update

* refactor(components): update

* refactor(components): update

* refactor(components): update type

* refactor(components): update

* refactor(components): update

* refactor(components): update style

* refactor(components): update docs

* refactor(components): update

* refactor(components): fix #15323

* refactor(theme-chalk): update

* refactor(components): update

* refactor(components): update

* refactor(components): update

* refactor(components): fix bugs

* fix(components): fix issue

* fix(components): update

* fix(components): fix some bug

* feat(components): update

* feat(components): add tag slot

* feat(components): update

* fix(components): update

* style(theme-chalk): update style

* fix(theme-chalk): update

* feat(theme-chalk): update

* fix(components): update

* feat: update

* feat: update

* feat: update

* feat(components): update
2024-01-10 11:14:58 +08:00
yuchi Xiong
2c851a340b
fix(components): [input] the cursor is misplaced when type setting number (#15341)
fix(components): [input] the cursor is misplaced when type setting number
2024-01-10 09:18:26 +08:00
Kasun Weligamage
4a3318f7b1
fix(components): [image, image-viewer] Add crossorigin property (#15406)
Co-authored-by: Xc <124118265@qq.com>
2024-01-08 17:21:21 +08:00
WuJianPeng
2664188c21
fix(components): fixed total column without background color (#15336)
* fix(components): fixed total column without background color

closed #15324

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

Indeed & it is redundant

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

* style(components): delete redundant styles

---------

Co-authored-by: btea <2356281422@qq.com>
2024-01-08 16:43:48 +08:00
xiaoming
e9318e6dde
chore(build): [ElTour & ElTourStep & ElPopover] update global types (#15401)
chore(build): [ElTour & ElTour & ElPopover] update global types
2024-01-08 10:46:22 +08:00
xiaoming
78c5f81651
fix(components): [loading] complete destroy vLoading directive unmounted (#15393) 2024-01-07 08:02:39 +00:00
xiaoming
1b7dfacfcb
docs(components): [table] add filter-class-name in Table-column (#15391) 2024-01-07 13:30:33 +08:00
xiaoming
034fb204bc
feat(components): [table] add filterClassName props in TableColumn (#15389) 2024-01-07 13:30:10 +08:00
btea
858be3c70a
refactor(components): [tour] replace rect with path (#15315) 2024-01-07 12:42:02 +09:00
btea
30034a5063
fix(build): build web-types.json compatible with windows (#15379) 2024-01-07 10:54:53 +08:00
Mrbigshot
553fe41529
fix(components): [tree-select] case-insensitive when filterable (#14617)
Co-authored-by: 叶晨 <cye2@leqee.com>
2024-01-07 00:05:46 +08:00
wzc520pyfm
15d0f62a23
docs(components): [drawer] fix format error (#15388) 2024-01-06 23:01:57 +08:00
xiaoming
9475922142
perf(components): [menu] popper close any levels in menu-trigger:hover (#15383) 2024-01-06 20:16:03 +08:00
kooriookami
2bb71f6289
feat(element-plus): Support last 2 versions of browsers (#15313)
feat(element-plus): support last 2 versions of browsers
2024-01-05 22:55:07 +08:00
xiaoming
935b30f523
fix(ci): GITHUB_TOKEN is empty in publish-npm-nightly.yml (#15382) 2024-01-05 22:38:37 +08:00
xiaoming
c8a0dda159
fix(components): [menu] set teleported, parent menu popper not closed (#15342)
* fix(components): [menu] set `teleported`, parent menu poper not closed

* chore: update
2024-01-05 21:47:09 +08:00
btea
f8c2510705
fix(build): [date-picker] type prop error in web-types.json (#15376) 2024-01-05 20:26:38 +08:00
Xc
838bad208c
style(components): [menu] Collapse mode active color (#15343)
style(components): [menu] coolapse mode active color
2024-01-05 19:24:57 +08:00
afe1
49ca14fecd
fix(components): [input] remove useless contants (#15351)
* fix(components): [input] remove useless contants

* fix: remove useless contants
2024-01-04 20:52:17 +08:00
赵添
c6aacf99b2
fix(style): [tour] fixed the closebtn's hover style when type is primary (#15309)
* fix(style): [tour] fixed the closebtn's hover style when type is primary

* fix(components): [tour] placement prop reactive not work

* fix(style): [tour] delete the background style
2024-01-04 17:01:19 +08:00
inottn
56f5ec1717
chore(ci): bump maintain-one-comment to 3.1.1 (#15318) 2024-01-03 19:40:49 +08:00
betavs
668a6b00b1
fix(components): [message] type is not working after customizing icon (#15233) 2024-01-01 15:04:39 +08:00
inottn
b12923530a
chore: update pnpm to v8.12.0 (#15101) 2023-12-31 18:38:41 +08:00
云淡然
736dfa631f
feat(components): [form] FormContext adds the getField method (#14930)
* feat(components): [form] FormContext adds the getField method

* feat(components): [form-item] FormItemContext adds the fieldValue prop

* chore: update FormContext.getField return type
2023-12-31 09:39:31 +09:00
zepeng
ff7f80d941
fix(components): [link] add target attribute and relevant docs (#15266)
* fix(components): [link] add target attribute and relevant docs

* fix(components): [link] add target attribute and relevant docs

Update the type of the target attribute
2023-12-30 19:41:38 +09:00
btea
a5b5dc7b20
fix(components): [select-v2] clear icon invalid when status-icon is set (#15306) 2023-12-29 20:02:10 +09:00
btea
4c6d7f9ca2
refactor(docs): [tour] use ButtonInstance and format code (#15304) 2023-12-28 22:53:10 +08:00
btea
ef4fbe3be2
feat(components): [tree] export TreeInstance (#15293) 2023-12-28 19:07:00 +08:00
一只前端汪
d553ae3920
fix(components): [input-number] Displayed values is different from modelValue when use model-value (#15184)
* fix(components): [input-number] Displayed values error

* feat: remove await

* fix: remove async

* fix: arrange

* feat: add tset case
2023-12-28 14:58:10 +08:00
Zhongxiang Wang
1c669e4eaf
fix(docs): fix tip text overflows when no result (#15295)
* fix(docs): fix tip text overflows when no result

* feat(docs): enable `getMissingResultsUrl` for docsearch
2023-12-28 10:40:35 +08:00
赵添
2fd7ba82ab
feat(components): tour component (#14952) 2023-12-27 14:49:11 +08:00
wzc520pyfm
3fdab265e6
docs(components): [collapse] use new display tag (#14955)
docs(components): [collapse] use new display tag
2023-12-26 20:57:57 +09:00
wzc520pyfm
34effd4e7e
refactor(components): [carousel] class optimization in code (#14954)
refactor(components): [carousel] class optimization in code
2023-12-26 20:36:35 +09:00
wzc520pyfm
61ac2fe752
docs(components): [statistic] add transition example (#14959) 2023-12-26 20:25:00 +09:00
Xc
972f236a12
fix(components): [date-picker] add first click demo (#15252) 2023-12-25 10:50:10 +08:00
Xc
e4aeb54278
fix(style): [col] media sm max-wdith 768 to 767 (#15085)
Co-authored-by: btea <2356281422@qq.com>
2023-12-24 23:12:32 +08:00
知晓同丶
9e34ea5e54
feat(components): [autocomplete] add loading slot (#15206)
* feat(components): [autocomplete] add `loading` slot

* chore: Update autocomplete.md

* docs(components): [autocomplete] modify loading slot description

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

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

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

---------

Co-authored-by: zhixiaotong <zhixiaotong.me@qq.com>
Co-authored-by: btea <2356281422@qq.com>
2023-12-23 16:48:08 +08:00
btea
55f1d8ef2b
chore: pr template remove copilot (#15243) 2023-12-23 15:35:09 +08:00
btea
63d6bfedf5
fix(components): [collapse] emit value type check error (#15242) 2023-12-23 16:26:17 +09:00
知晓同丶
b79defc452
feat(components): [menu] add popper-classsubMenuTimeout props (#15193)
* feat(components): [menu] add `popper-class`、`subMenuTimeout` props

closed #15149

* refactor(components): [menu] simplify timeout props naming

* docs(components): [menu] add description of timeout

* refactor(components): [menu] remove useless codes

* Update menu.md

* revert: Update sub-menu.ts

---------

Co-authored-by: zhixiaotong <zhixiaotong.me@qq.com>
2023-12-23 13:10:54 +08:00
Henry Ge
cdd7b505b3
docs(docs) 穿梭框的自定义部分有误 (#15215)
穿梭框的change事件的回调函数中value的类型是个数组(number[] | string[])
2023-12-22 09:16:34 +00:00
Xc
dd81a39772
fix(components): [date-picker] handleFocusPicker delay (#15197) 2023-12-22 15:42:16 +08:00
류한경
62206bb0c0
fix(components): [input] remove unnecessary properties (#15220) 2023-12-22 09:56:46 +08:00
kooriookami
a64026dc7a
style(theme-chalk): replace word-break with overflow-wrap (#15190)
* style(theme-chalk): replace word-break with overflow-wrap

closed #15167

* style(theme-chalk): remove text-align: justify

* style(theme-chalk): update

* style(theme-chalk): update

---------

Co-authored-by: 一只前端汪 <985313519@qq.com>
2023-12-21 15:21:12 +08:00