Commit Graph

5048 Commits

Author SHA1 Message Date
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
0song
fba3c2f2cb
fix: fix doc sidebar error z-index (#15498) 2024-01-15 04:28:35 +00:00
qiang
240fe6b8e0
fix(components): [collapse] SSR hydration error caused by random ID (#15500) 2024-01-15 03:24:50 +08:00
一只前端汪
6089ed27d2
fix(docs): popover offset default value error (#15502)
* fix(docs): popover offset default value error

* fix: doc
2024-01-15 03:23:32 +08:00
赵添
15238ac02d
fix(components): [image-viewer] Maximum recursive updates exceeded error (#15483) 2024-01-13 13:54:02 +08:00
0song
54489d0eaa
chore: update readme (#15496) 2024-01-12 16:06:45 +00: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
zepeng
128b117e85
docs(components): [tree] example of modifying custom node class (#15320) 2024-01-12 13:11:06 +09:00
wzc520pyfm
6b886e42a1
docs(components): [select-v2] use new display tag (#15329) 2024-01-12 11:30:25 +08:00
Sefa UN
6de47df5bf
[doc] unnecessary code (#15469) 2024-01-11 15:03:45 +00:00
一只前端汪
be2ac9b964
chore: remove report.json (#15466) 2024-01-11 18:45:15 +08:00
Element
4ac4750158
chore: Update changelog 2.5.1 (#15455)
chore: update changelog 2.5.1
2024-01-11 16:47:23 +08:00
一只前端汪
1045976722
chore: update pnpm to v8.14.1, revert 15442 (#15451)
* Revert "Revert "chore: update pnpm to v8.12.0 (#15101)" (#15442)"

This reverts commit 27f6df156e.

* build: update pnpm
2024-01-11 15:32:43 +08:00
一只前端汪
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