Commit Graph

5488 Commits

Author SHA1 Message Date
Liao-js
a8d2a5f0b3
fix(components): [color-picker] attrs class (#16887)
* fix(components): [color-picker] attrs class

* fix(components): [color-picker] v-bind attrs
2024-05-25 12:55:02 +08:00
btea
67d9d7c09b
fix(components): [tree-select] empty slot display error (#16943)
* fix(components): [tree-select] empty slot display error

* fix: style
2024-05-25 12:29:43 +08:00
sea / 神秘海
5991e28b80
docs(examples): [tree] fix online display abnormality (#16977)
docs: [tree] fix online display abnormality
2024-05-25 12:29:13 +08:00
久染 | JiuRan
4c3c81e3d6
test(component): select remove-tag event triggered by keydown.delelte (#16840)
* fix: select deletePrevTag emit remove tag event

* fix: test case

* fix: select-v2 handleDel

* test: select-v2 test case

* fix: test case index

* chore: remove emit event

---------

Co-authored-by: btea <2356281422@qq.com>
2024-05-21 16:58:32 +08:00
Liao-js
1f4ca71c7e
fix(components): [select & select-v2] remove-tag when use backspace (#16832) 2024-05-21 16:51:00 +08:00
sea / 神秘海
b905cc00aa
refactor(components): [virtual-list] remove use-wheel ts-nocheck comments (#16929)
chore: remove ts-nocheck comments in virtual-list
2024-05-21 16:37:11 +08:00
btea
b1bfb9fd1b
fix(components): [input] unify async-validator string length calc (#16757)
fix(components): [input] unify `async-validator` character length calc
2024-05-20 12:22:56 +08:00
btea
ad0cd51796
fix(components): [table] cell tooltip display error (#16868)
* fix(components): [table] cell tooltip diaplay error

* fix: update

* fix: update
2024-05-20 09:26:41 +08:00
Liao-js
90c75710f3
style(components): dropdown-item blur hover style (#16895) 2024-05-20 09:17:57 +08:00
Tony Li
63ec01e2c6
docs(examples): [form] remove unused ref (#16888)
* 增加和 ref="form" 对应的 form

<el-form
    ref="form"
    style="max-width: 600px"
    :model="sizeForm"
    label-width="auto"
    :label-position="labelPosition"
    :size="size"
  >
这里 ref="form" 的 form 原来没定义

* 删去没用到的 ref="form"

* chore: remove unnecessary whitespace

---------

Co-authored-by: Zhongxiang Wang <yhen@all-my-life.cn>
2024-05-20 08:14:56 +08:00
sea / 神秘海
7bcaf29d06
refactor(hooks): unite import origin (#16872)
refactor(hooks): unite import origin
2024-05-16 13:00:58 +08:00
sea / 神秘海
48e75f53dd
test: fix ci image/avatar test error (#16863)
* test: fix ci image test error

* test: add test

* test: add test

* test: add ci

* test: add ci

* test: fix avatar emitted undefined

* test: fix ci image test error

* test: fix ci image/avatar test error

* test: fix ci image/avatar test error

* test: again test

* test: again test2

* test: delete test ci
2024-05-16 12:49:50 +08:00
sea / 神秘海
4e0bed01e5
chore(build): fix cdn process error (#16870)
* chore: fix cdn process error

* chore: add deps @rollup/plugin-replace
2024-05-15 19:01:34 +08:00
xx
1ecdafb2af
chore: fixed @element-plus/build-constants version (#16794)
* chore: 🤖 fixed @element-plus/build-constants version

#16793

* chore: 🤖 update lockfile

---------

Co-authored-by: xiangxiao <xiangxiao3@hikvision.com.cn>
2024-05-15 13:05:19 +08:00
btea
5a2b23815b
docs: add meta og:description (#16862)
* docs: add meta `og:description`

* docs: add og:image:width

* docs: add meta
2024-05-15 10:45:58 +08:00
btea
7a45480473
ci: run test-unit on node20 (#16852) 2024-05-15 10:44:40 +08:00
sea / 神秘海
e35f403515
fix(types): non-null assertion component name (#16804) 2024-05-15 09:24:42 +08:00
sea / 神秘海
75b935a977
fix(components): [popper] remove unnecessary conditional judgment (#16834)
fix: delete invalid code
2024-05-13 20:14:54 +08:00
neverland
c2843cd385
docs: add guide for on-demand import with Rspack (#16841)
* docs: add guide for on-demand import with Rspack

* docs: fix
2024-05-13 20:07:24 +08:00
Element
dba8181ef6
chore: Update changelog 2.7.3 (#16850)
chore: update changelog 2.7.3
2024-05-13 11:24:28 +00:00
0song
969cc7643e
chore: update doc ui (#16833) 2024-05-12 22:34:37 +08:00
dopamine
441e07edbb
test(components): [select] modify the grouping of several test cases (#16824)
chore: modify the grouping of several test cases
2024-05-12 11:43:17 +08:00
Aaron-zon
b87499e7f1
chore(css): format segmented.scss (#16820)
fix: segmented.scss
2024-05-12 02:37:11 +00:00
sea / 神秘海
052af0c5eb
docs(examples): delete form validate return and perfect types (#16778)
* docs: delete form exampls validate return value

* docs: delete form exampls validate return value

* update form.md

* docs: delete form validate return
2024-05-12 10:23:50 +08:00
Liao-js
43c8f35412
fix(components): [table] selection reference when toggleAllSelection (#16800)
* fix(components): [table] selection is not updated when length is 0

* fix(components): [table] selection reference when toggleAllSelection

* feat: add test
2024-05-10 20:24:11 +08:00
一只前端汪
c3dc4b304e
chore(test-utils): update vitest version (#16791) 2024-05-08 19:21:52 +08:00
btea
8411d46952
chore: set package-manager-strict to false (#16737) 2024-05-08 09:50:47 +08:00
sea / 神秘海
1fdbfd07fa
feat(components): [form] export fields (#16755)
* feat(components): [form] export fields

* docs: format

* feat: add test

* Update packages/components/form/src/form.vue

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

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

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

* Update form.md

---------

Co-authored-by: btea <2356281422@qq.com>
2024-05-07 22:42:51 +08:00
一只前端汪
3151558594
chore(other): update badge (#16772) 2024-05-07 14:32:57 +08:00
0song
084aa9e93a
chore: update doc ui (#16771) 2024-05-07 05:55:37 +00:00
sea / 神秘海
6232c25a3e
chore(dev): add code save auto fix eslint warn (#16752)
chore: add code save auto fix eslint warn
2024-05-07 10:28:38 +08:00
0song
63b39e2439
chore: rm hot jar (#16765) 2024-05-06 19:52:30 +08:00
0song
09cec09a2c
chore: update cn site link (#16764) 2024-05-06 11:36:56 +00:00
btea
0cff8063c5
test: add coverage exlude (#16727)
* test: add coverage exlude

* chore: update
2024-05-06 10:02:26 +08:00
sea / 神秘海
d468b38494
chore(scripts): fix type error (#16743)
* chore: fix type error

* update build-table.ts

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

---------

Co-authored-by: btea <2356281422@qq.com>
2024-05-03 21:43:47 +08:00
sea / 神秘海
bfe5b774f5
chore(dev): add unocss and delete vite vscode config (#16744)
Update extensions.json
2024-05-03 20:57:12 +08:00
sea / 神秘海
11680a077a
docs(examples): change el-date-picker label to aria-label (#16740)
docs: change label to aria-label
2024-05-03 09:28:35 +08:00
sea / 神秘海
8662178484
docs: change some examples label to aria-label (#16733) 2024-05-01 17:23:32 +08:00
sea / 神秘海
f6240ca0ad
docs(examples): perfect some type (#16732)
docs: perfect some type
2024-04-30 21:19:51 +08:00
伊墨
982640d1fe
fix(components): [InfiniteScroll] error caused by value of el[SCOPE] (#16686) 2024-04-30 11:57:44 +08:00
赵添
9409cf1911
style(components): tour delete content outline style (#16725) 2024-04-30 11:56:38 +08:00
sea / 神秘海
5cc5673ccb
feat(components): [time-picker] @touchstart add passive (#16665)
feat(components): [time-picker] touchstart add passive
2024-04-30 10:41:06 +08:00
Hooray Hu
38359ed796
chore(dev): consistent with the node version required in package.json (#16720) 2024-04-30 10:38:49 +08:00
wzc520pyfm
98ce640684
test(utils): [vue] add icon,install,vnode and global-node test (#16216)
* test(utils): [vue] add icon,install,vnode and global-node test

* test(utils): [global-node] remove repeat code of useless
2024-04-30 10:37:27 +08:00
reiwang01
e75cee1ce4
fix(compoents): [message-box] adapt Parameters extraction rules (#16592)
fix type error when use Parameters<ElMessageBoxShortcutMethod>
2024-04-29 16:31:47 +08:00
kooriookami
29ae802fae
chore(components): fix test warning (#16688) 2024-04-28 14:56:16 +08:00
Liao-js
42aa1724ea
fix(components): [pagination] jumper input label warning (#16682) 2024-04-28 09:17:01 +08:00
Super
646fe0ff9f
docs: [menu] capitalize descriptions (#15850)
Update menu.md

Co-authored-by: Super <128784464+superhorse622@users.noreply.github.com>
Co-authored-by: btea <2356281422@qq.com>
2024-04-27 12:11:58 +08:00
renovate[bot]
89183e2681
chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#16025)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-27 12:10:45 +08:00
Element
65ee60634b
chore: Update changelog 2.7.2 (#16675)
chore: update changelog 2.7.2
2024-04-26 07:21:46 +00:00