Commit Graph

6823 Commits

Author SHA1 Message Date
xingyixiang
25d2eedfd3 perf(components): [tree-v2] optimize the performance of setCheckedKeys (#19101)
refactor(components):[tree-v2] Optimize the performance of setCheckedKeys
2024-12-05 21:16:10 +08:00
dopamine
be43878d2f fix(components): [select] use option.isDisabled as the source of truth (#19137)
* fix(components): [select] use option.isDisabled as the source of truth

* add one test case
2024-12-05 19:56:02 +08:00
btea
bd2a88b0e3 test(components): [notification] dangerouslyUseHTMLString test case (#19131) 2024-12-05 10:30:16 +08:00
dopamine
f4d3547fa5 chore: stop re-exporting isVNode (#19108) 2024-12-05 10:30:00 +08:00
wzc520pyfm
718ffcfb85 chore(components): improve type for popper effect (#17860)
* chore(components): improve type for popper effect

Abort #17758 #17751 #17040 #17030

* chore: use `NonNullable<unknown>` instead of `{}`

* chore(components): extract a common type for popper effect

---------

Co-authored-by: qiang <qw13131wang@gmail.com>
2024-12-05 09:44:47 +08:00
qiang
8304d69118 docs: add an overview icon for InputTag (#19110) 2024-12-04 18:48:24 +08:00
Noblet Ouways
1b6b451e36 fix(components) [notification] display html as string (#19068)
* fix(components): [notification]

html as string case

closed #19067

* fix(components): [notification] missing test function returning vnode

* fix(components): [notification] handle vnode message
2024-12-04 17:34:37 +08:00
btea
043a22c8f6 chore(play): remove rollup-plugin-esbuild plugin (#19071) 2024-12-03 19:09:13 +08:00
0song
88da2215e2 chore: update doc (#19088) 2024-12-03 05:25:35 +00:00
jiaxiang
93b3d14e99 docs: [tree-v2] fix props.class type in zh-CN (#19072)
docs: [tree-v2] fix props.class type
2024-12-03 08:03:11 +08:00
DDDDD12138
0aee33e240 docs: [table] correct array type display (#19084) 2024-12-03 07:54:14 +08:00
qiang
72a0eebf4f fix(components): [input-tag] trigger the add of tag when Chinese is Composing (#19079)
fix(components): [input-tag] trigger the add of tag when is Composing
2024-12-03 07:49:03 +08:00
0song
da341ae76a chore: update changelog 2.9.0 (#19063) 2024-11-29 12:50:00 +00:00
qiang
d416dd74b0 feat(components): [input-tag] new component (#18885)
* feat(components): [input-tag] add input-tag component

* feat: styles

* test: add test

* docs: add docs

* docs: updata

* docs: uopdata

* docs: updata

* fix: optimize the style when input too long text

* feat: add draggable attribute

* fix: regain focus after dragged

* fix: regain focus on dragend

* refactor: useDragTag

* fix: style of disabled

* refactor: rename event name

* refactor: move useCalcInputWidth to hooks

* feat: add aria-label
2024-11-29 10:50:21 +08:00
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