Commit Graph

6059 Commits

Author SHA1 Message Date
thinkasany
1cf151575d
fix(components): [time-picker] click the Cancel button twice to close time picker (#18938)
* fix(components): [time-picker] Cancel button twice to close

Co-authored-by: xingyixiang <452282988@qq.com>
Co-authored-by: cdk1025 <cdk1025@foxmail.com>

* Update packages/components/time-picker/src/time-picker-com/panel-time-range.vue

---------

Co-authored-by: xingyixiang <452282988@qq.com>
Co-authored-by: cdk1025 <cdk1025@foxmail.com>
2024-11-29 10:20:37 +08:00
伊墨
8363b72be4
fix(components): [notification] type declaration error and four types of methods are missing context parameters (#18951)
* fix(components): [notification] type declaration error

* feat(components): four types of methods add context parameters

* test: [notification] add test case
2024-11-29 09:58:35 +08:00
Noblet Ouways
3c734df53e
fix(components): [time-picker] add passive modifier on touchstart event (#19046)
fix(components): [time-picker]

add passive modifier on touchstart event

closed #19045
2024-11-29 09:22:01 +08:00
btea
81d5b4beda
chore: [input-number] add comment (#19044)
* chore: [input-number] add comment

* Update packages/components/input-number/src/input-number.vue

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

---------

Co-authored-by: qiang <qw13131wang@gmail.com>
2024-11-29 07:59:32 +08:00
雨溪
f7ffee32d9
fix(components): [input-number] Chinese can be displayed in the numeric input box (#19018) 2024-11-28 21:11:46 +08:00
qiang
5a87198d08
build(build): [package] remove imports with side effects (#18670)
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
2024-11-28 21:06:07 +08:00
qiang
990aa4b768
feat(components): [select] add tabindex attribute (#19034) 2024-11-28 13:54:05 +08:00
sea
803c37dc69
chore(deps): update gulp-sass use new Sass JS API (#19024) 2024-11-27 23:45:59 +08:00
DDDDD12138
41c70ce573
style(components): [table] use --font-size-base for default font size (#18725)
* style(components): [table] use '-font-size-base' for default font size

* Update packages/theme-chalk/src/common/var.scss

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

---------

Co-authored-by: qiang <qw13131wang@gmail.com>
2024-11-27 23:40:14 +08:00
btea
a2f43777c3
fix(components): [table] fixed column style when lazyload title (#19020) 2024-11-27 10:26:10 +08:00
0song
8df0d61f38
chore: update doc (#19017)
* chore: update images

* chore: update images

* chore: update doc
2024-11-26 11:12:48 +00:00
dopamine
976f5e5088
fix(components): [select] change states.filtertedOptionsCount to filteredOptionsCount.value (#19010) 2024-11-26 10:04:02 +08:00
DDDDD12138
e3290e112d
docs: [menu-item] update route attr types (#19008) 2024-11-26 09:06:54 +08:00
qiang
6c6e4c67e2
fix(components): [input] the cursor error when click show-password (#19003)
closed #18387, #18831
2024-11-24 20:02:02 +08:00
Evan
349a2e9c16
feat(components): [transfer] add custom empty slot for transfer panels (#18929)
* feat(components): [transfer] add custom empty slot for transfer panels

* docs: [transfer] add description and example

* test(components): add transfer component test

* docs: add version tag

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

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

---------

Co-authored-by: qiang <qw13131wang@gmail.com>
Co-authored-by: btea <2356281422@qq.com>
2024-11-24 03:46:48 +00:00
btea
e28e0f303e
chore: format code (#18999) 2024-11-23 22:51:12 +08:00
DDDDD12138
776ae477fe
fix(components): [date-picker] resolve v-model type inconsistency (#18888)
* fix(components): [date-picker] resolve  v-model type inconsistency

* test: add unit test form CommonPicker
2024-11-23 17:44:43 +08:00
btea
ad2f8507a0
fix(components): [select] the disabled state should render the input tag (#18443)
* fix(components): [select] the disabled state should render the input tag

* fix: sync select
2024-11-22 22:40:47 +08:00
btea
20ad79cc98
chore(components): [time-picker] fix ts error (#18993)
chore: fix ts error
2024-11-22 22:36:33 +08:00
Jungzl
9f0132ace8
fix(components): [calendar] respect table semantics (#18552) 2024-11-22 22:34:19 +08:00
btea
a699b21876
style(components): [button] keep default hover color of link unchanged (#17050)
* style(components): [button] keep default hover color of link unchanged

* style: use var

---------

Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
2024-11-22 22:31:16 +08:00
jiaxiang
8942354083
fix(components): [cascader] multiple selection mode tag causes height change (#18285)
* fix(style): [cascader] fix style

* fix(style): [cascader] gap

* fix: update

* style: update

* fix: update

* style: update

* fix: update

* style: update

* style: update
2024-11-22 22:18:41 +08:00
知晓同丶
209a803df8
fix(components): [tree-select] expose selectedLabel (#18981)
fix(components): [tree-select] Completion select exposed function
2024-11-22 20:04:39 +08:00
Aaron-zon
da7c8cec1d
test(components): [input-number] ensure that length restriction exceptions can be caught (#18988)
fix(components): ensure that length restriction exceptions can be caught
2024-11-22 16:02:45 +08:00
知晓同丶
512d31cb79
docs: makeup built-in zoom-in-left transition (#18987) 2024-11-22 15:11:50 +08:00
知晓同丶
9bf729fbeb
feat(components): [tree-v2] add slot empty (#18980)
* feat(components): [tree-v2] add slot `empty`

* prettier format

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

* fix: prettier format

* test: add test case

---------

Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
2024-11-21 20:49:50 +08:00
Aaron-zon
2bef172a07
test(components): fix test cases in select.test.ts (#18969) 2024-11-21 20:30:33 +08:00
sea
e271f0cf85
docs(components): [table-v2] unified display style of parameters (#18937)
* docs(components): [table-v2] unified display style of parameters

* Update docs/en-US/component/table-v2.md

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

* feat: update

---------

Co-authored-by: btea <2356281422@qq.com>
2024-11-21 17:54:55 +08:00
renovate[bot]
9520f661f4
chore(deps): update dependency @types/node to v22 (#18760)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qiang <qw13131wang@gmail.com>
2024-11-21 12:46:24 +08:00
blesstosam
f1e95dc3a9
feat(components): [table] expose scroll event (#12524)
* feat(components): [table] expose scroll event

* chore: update doc
2024-11-20 21:49:22 +08:00
sea
897ba8bb9d
chore(types): ElAutoResizer & ElTableV2 to global.d.ts (#18949)
feat(types): `ElAutoResizer` & `ElTableV2` to global.d.ts
2024-11-20 21:00:01 +08:00
Delyan Haralanov
76a586d62e
fix(components): [tag] make stubbed Transition work in tests (#18928) 2024-11-20 20:59:30 +08:00
刺·猬
5d54ece420
docs(locale): add Malay(ms) translation (#18950)
* feat(locale): add locale: ms

* feat(locale): add Malay(ms) translation

feat(locale): add Malay(ms) translation

* docs(locale): add Malay(ms) translation
2024-11-20 12:45:34 +08:00
qiang
b80744c045
fix(components): [image-viewer] unable to capture focus (#17919)
* fix(components): [image-viewer] unable to capture focus

closed #7180

* fix: error

* fix: style

* fix: add release-requested
2024-11-20 09:33:59 +08:00
刺·猬
84fb6933c3
feat(i18n): add Malay(ms) translation (#18932) 2024-11-19 13:27:17 +00:00
thinkasany
55dd94b395
fix(types): improve styles type by CSSProperties (#18942) 2024-11-19 21:21:28 +08:00
0song
b951e1a48d
chore: update doc (#18946) 2024-11-19 11:35:49 +00:00
DDDDD12138
b724f7f87a
feat(components): [notification] add support for message as a Function (#18558)
* feat(components): [Notification] add support for message as a Function

* feat: add example of Notification with VNode

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

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

* feat: update version

---------

Co-authored-by: btea <2356281422@qq.com>
2024-11-19 15:15:28 +08:00
thinkasany
2a1fe4d6ee
ci: remove need reproduction label (#18930)
ci: remove  label
2024-11-18 22:06:30 +08:00
jiaxiang
440691805b
docs(components): fix type error of the tree-v2 filter demo (#18927) 2024-11-17 20:09:24 +08:00
jiaxiang
8f134d7fbe
chore: fix type error of the tree-v2 props.value docs (#18926) 2024-11-17 20:07:08 +08:00
sea
768f5999f8
improvement(components): [tooltip] dom ref types (#18923) 2024-11-17 14:14:25 +08:00
sea
300b58c548
fix(components): [select] keep the selected label (#18549)
* fix(components): [select] keep the selected label

* style: op code & fix eslint warn

* fix: update

* feat: update cu
Co-authored-by: dopamine <coderzyou@gmail.com>

* feat: update cu

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

* feat: update cu

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

* update select.test.ts

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

* chore: delete useless code

---------

Co-authored-by: dopamine <coderzyou@gmail.com>
2024-11-17 14:06:44 +08:00
jiaxiang
e0777ef567
feat(components): [tree-v2] add props.class prop (#18911)
* feat(components): [tree-v2] allow tree node to have customizable class

* docs: update docs

* docs: add demo

* docs: update

* fix: update
2024-11-16 23:44:06 +08:00
jiaxiang
23ce3ff8f1
chore: fix type error of the tree customNodeClass demo (#18920)
chore: fix type error of the tree demo
2024-11-16 21:52:39 +08:00
Element
f180e0c236
chore: Update changelog 2.8.8 (#18918)
chore: update changelog 2.8.8
2024-11-15 10:21:56 +00:00
0song
755f62bb1d
chore: update ui (#18914) 2024-11-15 05:44:22 +00:00
betavs
f0f578d713
fix(components): [table] repeat setting the height style (#16054) 2024-11-15 09:30:51 +08:00
Manshu Tusker
0cc526e1c1
fix(components): [select-v2] resolve overlap of tags and placeholder (#18388)
* fix(components): [select-v2] resolve overlap of tags and placeholder

closed #18382

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

ok

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

---------

Co-authored-by: btea <2356281422@qq.com>
2024-11-14 21:24:48 +08:00
qiang
343cacf5cc
fix(components): numpadEnter does not work like the Enter (#18855) 2024-11-14 21:14:51 +08:00