Commit Graph

3221 Commits

Author SHA1 Message Date
kooriookami
feb169fe93
feat(components): [select & select-v2] Add loading slot (#15540)
* feat(components): [select & select-v2] Add loading slot

* feat(components): update
2024-01-18 12:23:41 +08:00
wzc520pyfm
e15fca80d2
refactor(components): [drawer] use setup (#15556) 2024-01-17 17:02:55 +08:00
kooriookami
f8f9620bdb
fix(components): [select] Fix input key event (#15544)
closed #15536
2024-01-17 10:30:15 +08:00
qiang
a38893fc4e
fix(components): [cascader-panel] SSR hydration error caused by ID (#15533) 2024-01-16 22:32:09 +08:00
qiang
a5dc290f48
fix(components): [dropdown] SSR hydration error caused by random ID (#15532) 2024-01-16 22:31:55 +08:00
qiang
9a7ea5c397
fix(components): [autocomplete] SSR hydration error caused by random ID (#15523) 2024-01-16 22:31:28 +08:00
wzc520pyfm
9e7709b58f
test(components): [select-v2] backspace should not delete disabled tag (#15552) 2024-01-16 22:29:26 +08:00
wzc520pyfm
b5b160d7e0
test(components): [select] adjust case for refactored select (#15551) 2024-01-16 22:29:08 +08:00
kooriookami
01c99477a6
feat(components): [checkbox] Checkbox can uncheck exceed max value (#15513)
* feat(components): [checkbox] Checkbox can uncheck exceed max value

closed #15494

* feat(components): add test
2024-01-16 16:35:57 +08:00
btea
345a374362
fix(components): [tree] setCheckedNodes incorrectly checked node (#15377)
* fix(components): [tree] setCheckedNodes incorrectly checked node

* fix: update

* fix: update
2024-01-16 16:26:30 +08:00
btea
758d375b7e
fix(components): [select-v2] the select option style is incorrect (#15501)
* fix(components): [select-v2] the select option style is incorrect

* fix: check option

* chore: update
2024-01-16 16:26:05 +08:00
kooriookami
405a4aa393
feat(components): [select-v2] Add header and footer slots (#15519)
* feat(components): [select-v2] Add header and footer slots

* feat: update
2024-01-16 16:09:51 +08:00
YoungDan-hero
5ae172962b
fix(components): [input] resolve input attributes issue for textarea (#15514)
fix(components): resolve input attributes issue for textarea

The minlength and maxlength attributes were not working properly when the input type was set to textarea. This commit fixes this issue, ensuring these attributes function as expected for textarea inputs.
2024-01-15 17:06:54 +08:00
xingyixiang
6e66eaf0a0
refactor(components): [table] The overflowTooltip of the table is implemented by the Eltooltip component. (#15470)
* refactor(components): [table] createTablePopper

* refactor(components): [table] createTablePopper
2024-01-15 17:02:42 +08:00
赵添
a01b05d39c
fix(components): [select] style break change in multiple collapseTags (#15460)
* fix(components): [select] style break change in multiple collapseTags

* fix(components): [select-v2] style break change in multiple collapseTags

* fix(components): [select & select-v2] popover updated
2024-01-15 15:43:17 +08:00
kooriookami
f60db10134
fix(components): [image-viewer] Fix crossorigin (#15511)
* fix(components): [image-viewer] Fix crossorigin

closed #15468

* fix(components): update
2024-01-15 14:34:26 +08:00
qiang
240fe6b8e0
fix(components): [collapse] SSR hydration error caused by random ID (#15500) 2024-01-15 03:24:50 +08:00
赵添
15238ac02d
fix(components): [image-viewer] Maximum recursive updates exceeded error (#15483) 2024-01-13 13:54:02 +08:00
云淑
52d89cc06d
docs(components): [image] add type of crossorigin (#15471)
* docs(components): [image] add type of crossorigin

* Revert "docs(components): [image] add type of crossorigin"

This reverts commit a87f7803cceea80d4c46526190be7cec9a9e45cd.

* fix(components): [image] clear the default value of crossorigin.

* docs(components): [image] set crossorigin default type to ''.

* docs(components): [image] format table style

* fix(components): [image] remove the default value of crossorigin.

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

* fix(components): [image] remove type declarations for crossorigin constants

---------

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2024-01-12 16:06:33 +08:00
kooriookami
1afb276ddd
fix(components): [select select-v2] fix input click event (#15462)
* fix(components): [select] fix input click event

* fix(components): update
2024-01-12 16:04:53 +08:00
xiaoming
479c25b5fa
perf(components): [select & selectV2] hide collapse-tags-tooltip when dropdown (#15478)
perf(components): [select & selectV2] hide tags-tooltip when dropdown
2024-01-12 15:57:41 +08:00
wzc520pyfm
6b886e42a1
docs(components): [select-v2] use new display tag (#15329) 2024-01-12 11:30:25 +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
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
78c5f81651
fix(components): [loading] complete destroy vLoading directive unmounted (#15393) 2024-01-07 08:02:39 +00: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
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
xiaoming
9475922142
perf(components): [menu] popper close any levels in menu-trigger:hover (#15383) 2024-01-06 20:16:03 +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
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
betavs
668a6b00b1
fix(components): [message] type is not working after customizing icon (#15233) 2024-01-01 15:04:39 +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
赵添
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
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