Commit Graph

4871 Commits

Author SHA1 Message Date
betavs
9867c88ef6
docs(components): [dialog] docs description abnormal (#14496) 2023-10-10 17:46:11 +08:00
刘臻
7916200ba4
feat(components): watermark component (#14236)
* feat(components): watermark component

be able to set text,multi-text,image as watermark

* docs(components): update image watermark example

update the image for dark mode
2023-10-10 17:42:22 +08:00
wonderl17
0a46c24da9
fix(components): [color-picker] exposed show method wrong behavior (#14064)
fix(components): [color-picker] fix show method wrong behavior
2023-10-09 19:51:47 +08:00
btea
fd7f4df020
fix(play): apply esbuild plugin to tsx component (#14480) 2023-10-09 16:45:40 +08:00
一只前端汪
8281fa983c
fix(components): [select-v2] read properties of null (#14321) 2023-10-08 15:35:05 +08:00
一只前端汪
9e1c8f6c4e
chore(components): [table] fix typo (#14473)
chore(other): update explanatory note
2023-10-08 14:39:45 +08:00
一只前端汪
9b9b65751c
fix(components): [date-picker] slot compatible with Vue3.3.x (#14354) 2023-10-04 03:18:59 -05:00
云游君
4747d69be7
fix(theme-chalk): tabel tr bg in dark mode (#14443) 2023-10-04 00:51:40 -05:00
ShuGang Zhou
8d28ee481a
chore(MessageBox): unused keyframe (#14335)
docs(MessageBox): unused keyframe
2023-10-04 06:31:43 +08:00
betavs
a1deb26770
fix(components): [popper] invalid when props z-index is zero (#14375) 2023-10-01 00:58:27 -05:00
cuongle-hdwebsoft
7622bf9a14
fix(components): fix: update timepicker options when changing locale (#14287)
* fix(components): fix: update timepicker options when changing locale

* fix(components): fix: update timepicker options when changing locale

* fix(components): fix: update timepicker options when changing locale
2023-09-29 08:24:49 -05:00
btea
230a246c02
fix(components): [description] use withDirectives add custom directive (#14299)
* fix(components): [description] use `withDirectives` add custom directive

* feat: add DirectiveArguments
2023-09-29 05:21:20 -05:00
btea
685c396524
refactor(components): [select] use utils function (#14345) 2023-09-27 09:08:13 +08:00
mioxs
62a11089b0
fix: cannot find type definition file for element-plus/global (#13698)
* fix:Cannot find type definition file for 'element-plus/global'

* Update package.json

* Update package.json

---------

Co-authored-by: btea <2356281422@qq.com>
2023-09-22 21:01:09 +08:00
Hefty
bfff514f77
refactor(components): [tabs] enhance instance type (#14352)
* refactor(components): [tabs] enhance instance type

1. exports Tabs instance type

2. add expose type to TabNavInstanec

* chore: remove useless import
2023-09-22 10:20:46 +08:00
Chen juan
99e8736c6a
feat(components): [form-item]Label attribute for judging modification (#14344) 2023-09-21 11:27:15 +08:00
Henry Guo
3c0a0aa0ad
test(components): [teleport] Fixed spelling error ElTelport to ElTelepot (#14337)
In the teleport test file, changed "describe('ElTelport'" to "describe('ElTeleport'".

closed only spelling error

Co-authored-by: guohenghai <guohenghai@126.com>
2023-09-20 17:07:50 +08:00
btea
db16e31489
feat(components): [tabs] add addIcon slot (#12970)
* feat(components): [tabs] add addIcon slot

* docs: add example

* docs: update tabs.md

* chore: add version tag
2023-09-19 13:33:33 +08:00
dopamine
625b4ad0a8
refactor(descriptions): improve types (#14313)
* refactor(descriptions): improve types

* use buildProps
2023-09-19 10:47:08 +08:00
Mario34
35082b08ed
fix(components): [tabs] Fix some events accidentally firing (#14224) 2023-09-19 08:01:45 +08:00
dopamine
1bf6f1bc7a
docs(form): add that prop supports dot notation string (#14325) 2023-09-18 22:03:41 +08:00
Stephen.K
1601369458
fix(components): row-class-name bgColor can not cover fixed column (#14225) 2023-09-18 12:07:23 +08:00
btea
5ebce79d5b
fix(docs): [form] label-position type error (#14312) 2023-09-18 08:55:13 +08:00
Hill
820e5a6b20
test(components): [button] fix typos in test description (#14314) 2023-09-18 08:47:36 +08:00
zepeng
ae29ec5436
docs: [table-v2] modify the type definition of the row slot (#14254)
* fix(docs): [table-v2] modify the type definition of the row slot

* Update table-v2.md

* Update table-v2.md
2023-09-17 14:31:03 +08:00
Karolis_Stoncius_Sneakybox
02905e42bf
fix(components): [collapse] fix triggering form action when inside it (#14308)
When el-collapse with el-collapse-item is placed inside a form and the collapse trigger btn is
pressed, form's action as triggered. This fixes it

closed #14304
2023-09-17 10:27:37 +08:00
dopamine
92382ddca5
docs(descriptions): fix the customed style example (#14310) 2023-09-17 08:40:43 +08:00
云游君
8e1997626c
feat: add menu horizontal height for img center (#14307) 2023-09-16 15:57:33 +08:00
SaberA1ter
14c43ca59f
fix(components): [carousel] Watch items causing state loss(#13010) (#13011)
* fix(components): [carousel] Watch items causing state loss(#13010)

* perf(components): [carousel] Using the third parameter of watch(#13010)

---------

Co-authored-by: ZZQChongYa <zhengziqiang@star-net.cn>
2023-09-16 09:27:12 +08:00
Hefty
0f2699008d
fix(components): [menu] export MenuInstance (#14284)
* fix(components): [menu] export MenuInstance

closed #14251

* chore: export other component instance

* refactor: extract instace type to instance file
2023-09-16 09:25:00 +08:00
0song
e345f5cfea
chore: update crowdin version to fix jdk error (#14300) 2023-09-14 13:43:43 +00:00
Element
ace083429a
chore: Update changelog 2.3.14 (#14296)
chore: update changelog 2.3.14
2023-09-14 11:02:46 +00:00
0song
33a0315949
chore: update ci npm version (#14294) 2023-09-14 10:53:10 +00:00
Element
4cccc7600e
chore: Update changelog 2.3.13 (#14286)
chore: update changelog 2.3.13
2023-09-14 17:20:15 +08:00
Hefty
09bb91abef
fix(components): [input] missing autofocus types (#14246)
* fix(components): [input] missing autofocus types

closed #14243

* fix: autofocus default to false
2023-09-14 10:25:51 +08:00
GU Yiling
6e24736f89
fix(components): [date-picker] month range should emit calendar-change (#14262) 2023-09-13 16:53:11 +08:00
Karolis_Stoncius_Sneakybox
d791229a6a
fix(components): [collapse] fix accessibility issues (#13832)
Using tab related aria attributes results in accessibility issues
2023-09-12 08:21:35 +08:00
Jeremy
06e85824df
refactor(components): [date-picker] basic-date-table (#10344)
* Extract logic out of basic-date-table file.
2023-09-10 17:50:12 +08:00
Bean Deng 邓斌
5d7532de30
fix(docs): [upload] fix the version of supporting async data (#14242) 2023-09-10 09:29:27 +08:00
btea
27e2c59c62
docs: refactor switch theme (#14036) 2023-09-09 19:55:22 +08:00
btea
0b14c516e6
fix(docs): [date-picker] calendar-change event parameter type error (#14237) 2023-09-09 19:54:29 +08:00
Jianjun Yu
d96555fa9c
feat(components): [upload] support async data (#14015)
* feat(components): [upload] support async data

* feat(components): [upload] support async data

* fix(components): [upload] unit test

* fix(components): [upload] unit test

* feat(components): [upload] update data docs

* fix(components): [upload] unit test

* chore: add version

---------

Co-authored-by: Hefty <yeyuqiudeng@gmail.com>
2023-09-08 15:57:05 +08:00
wonderl17
82e9d07607
fix(components): [color-picker] first click should be trigger (#14209) 2023-09-08 15:30:07 +08:00
Karolis_Stoncius_Sneakybox
c7021b31ed
refactor(components): [date-picker] add aria-labels to date picker btns (#14149) 2023-09-08 11:54:44 +08:00
btea
9b0a8f8c9a
chore: format (#14200) 2023-09-07 13:51:25 +08:00
Bean Deng 邓斌
95494b7154
feat(components): [image-viewer] Add rotate event when rotating images (#14138)
* feat(components): [image-viewer] Add rotate event when rotating images

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

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

---------

Co-authored-by: btea <2356281422@qq.com>
2023-09-06 06:28:14 +00:00
boomboy4
9a60a90e1e
feat(components): [el-pagination] add teleported prop (#14072)
* fix(components): [pagination] 修复toplayer全屏模式下分页下拉框无法显示问题

分页组件新增teleported参数 默认为true  便于用户控制size下拉框是否插入body

closed #14070

* docs(docs): [pagination] Add a teleported attribute

closed #14070

* fix(components): [pagination] teleported props default value

delete set teleported default value

closed #14070

* fix(components): [pagination] change the default value of teleported

change the default value of teleported to true

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

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

---------

Co-authored-by: shaojia.cheng <shaojia.cheng@arvetech.net>
Co-authored-by: qiang <qw13131wang@gmail.com>
2023-09-06 00:14:58 +00:00
刘臻
ce2315d734
docs(components): message-box (#14179)
update message-box options

closed #14178
2023-09-04 21:39:22 +08:00
JBtje
86beacee50
fix(i18n): improve Dutch(nl) translation (#14164) 2023-09-01 20:21:03 +08:00
wzc520pyfm
6cc5892672
fix(components): [select] fix hover index error when creating option (#12635)
* fix(components): [select] fix error when creating option

closed #12634

* test(components): [select] add test for create and default first option

* fix(components): [select] compatible #11297
2023-08-31 11:22:01 +08:00