wzc520pyfm
c340c96fe8
docs(components): [tour] fix slots name error of tour step ( #15656 )
...
closed #15655
2024-01-25 14:27:18 +08:00
赵添
a4c17ee50f
feat(components): [tour] target prop add more type ( #15578 )
...
* feat(components): [tour] target prop add more type
* docs(components): [tour] target prop add description
* docs(components): [tour] add example and version tag
2024-01-19 11:46:49 +08:00
一只前端汪
1d2029ea8f
docs: update supported version ( #15570 )
...
* docs: update supported version
* docs: update
* docs: update
2024-01-18 14:05:30 +08:00
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
c9863647af
docs(components): [watermark] add slots doc ( #15572 )
2024-01-18 09:30:03 +08:00
wzc520pyfm
7d0c0985f6
docs(components): [cascader] doc description use setup ( #15557 )
2024-01-17 17:00:25 +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
一只前端汪
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
云淑
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
wzc520pyfm
6b886e42a1
docs(components): [select-v2] use new display tag ( #15329 )
2024-01-12 11:30:25 +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
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
xiaoming
1b7dfacfcb
docs(components): [table] add filter-class-name
in Table-column ( #15391 )
2024-01-07 13:30:33 +08:00
wzc520pyfm
15d0f62a23
docs(components): [drawer] fix format error ( #15388 )
2024-01-06 23:01:57 +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
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
4c6d7f9ca2
refactor(docs): [tour] use ButtonInstance
and format code ( #15304 )
2023-12-28 22:53: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
61ac2fe752
docs(components): [statistic] add transition example ( #14959 )
2023-12-26 20:25:00 +09:00
知晓同丶
9e34ea5e54
feat(components): [autocomplete] add loading
slot ( #15206 )
...
* feat(components): [autocomplete] add `loading` slot
* chore: Update autocomplete.md
* docs(components): [autocomplete] modify loading slot description
* Update docs/en-US/component/autocomplete.md
Co-authored-by: btea <2356281422@qq.com>
* Update docs/en-US/component/autocomplete.md
---------
Co-authored-by: zhixiaotong <zhixiaotong.me@qq.com>
Co-authored-by: btea <2356281422@qq.com>
2023-12-23 16:48:08 +08:00
知晓同丶
b79defc452
feat(components): [menu] add popper-class
、subMenuTimeout
props ( #15193 )
...
* feat(components): [menu] add `popper-class`、`subMenuTimeout` props
closed #15149
* refactor(components): [menu] simplify timeout props naming
* docs(components): [menu] add description of timeout
* refactor(components): [menu] remove useless codes
* Update menu.md
* revert: Update sub-menu.ts
---------
Co-authored-by: zhixiaotong <zhixiaotong.me@qq.com>
2023-12-23 13:10:54 +08:00
一只前端汪
c4dac14f1b
refactor(components): [input] get maxlength and minlength from props instead of attrs ( #15212 )
...
* refactor(components): [input] get maxlength and minlength from props
* refactor: remove default
2023-12-21 14:30:57 +08:00
Xc
a078860164
docs(components): [menu,pagination,switch] modify version ( #15157 )
...
- Due to delays in planned new component versions
2023-12-15 06:31:01 +00:00
cuongle-hdwebsoft
7f687ae598
feat(components): [el-menu] allow user to hide menu when clicking outside ( #14742 )
...
* fix(components): allow user to hide menu when clicking outside
when user sets `menu-trigger` to `click` and then clicking outside, it should be close menu
closed #14738
* revert settings.json config
* fix: debounce hide menu when clicking out side
* fix: only trigger click outside when menu is open
* fix: hide parent menu
* fix: only trigger close menu when its opened
* refactor: remove redundant code
* refactor: remove redundant code
* fix(docs): `collapse-on-click-outside` prop
* fix(docs): `collapse-on-click-outside` prop
* fix: move `clickOutSide` to `menu.ts`
* fix: submenu does not emit `close` when clicking outside
* fix: submenu does not emit `close` when clicking outside
* fix: ts type
* fix: ts type
* fix: only close when passing `props.collapseOnClickOutside` to `true`
* refactor: create `directives` variable
* improvement: allow `recusiveMouseInSubMenu` to receive array
* refactor: remove redundant code
* fix: rename `recusiveMouseInSubMenu` to `recursiveMouseInSubMenu`
* feat: add `hide-timeout` prop
* fix: revert code
* fix: code owner
* fix: coder owner
* fix: menu closed when clicking on submenu
* refactor: remove redundant code
* fix: get correct index path
* fix: build
* refactor: update docs and remove `unref`
* fix: change `collapseOnClickOutside` to `closeOnClickOutside`
* fix: remove `hideTimeout` prop
2023-12-15 13:34:22 +08:00
btea
ec34092e45
chore: format ( #15137 )
2023-12-13 12:12:44 +00:00
xingyixiang
ac6b0e74f5
feat(components): [pagination] add change event ( #14828 )
...
* feat(components): [pagination] add change event
* feat(components): [pagination] add change event
* feat(components): [pagination] add change event
* feat(components): [pagination] add change event
* feat(components): [pagination] add change event
2023-12-13 09:54:27 +08:00
星如雨
df0befcad0
feat(components): [switch] (in)active icon slot ( #15078 )
...
* feat(components): [switch] (in)active icon slot
* feat(components): [switch] slots are renamed
* test(components): [switch] action-slot test case
2023-12-09 10:16:05 +08:00
知晓同丶
750088624e
feat(components): [menu] add popperOffset and ellipsisIcon props( #14923 ) ( #15051 )
...
* feat(components): [menu] add popperOffset and ellipsisIcon props(#14923 )
* Update docs/examples/menu/ellipsis.vue
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* Update docs/en-US/component/menu.md
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* Update docs/en-US/component/menu.md
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* docs(components): [menu] upgrade props
* Update docs/en-US/component/menu.md
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
---------
Co-authored-by: zhixiaotong <zhixiaotong.me@qq.com>
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2023-12-06 10:34:47 +08:00
wzc520pyfm
69a4af072d
docs(components): [progress] use new display tag ( #14956 )
...
* docs(components): [progress] use new display tag
* docs(components): [progress] add type th for slots
* docs(components): [progress] fix format error
2023-12-04 21:22:10 +08:00
wzc520pyfm
e14fcf65ac
docs(components): [tag] complete solt name ( #14957 )
2023-12-04 19:56:30 +08:00
wzc520pyfm
efedde0f15
docs(components): [affix] use new display tag ( #14961 )
2023-12-04 19:32:13 +08:00
wzc520pyfm
76acd7f6bd
docs(components): [drawer] use new display tag ( #14964 )
2023-12-04 19:30:46 +08:00
wzc520pyfm
b0cdf9abb9
docs(components): [breadcrumb] fix attr typo ( #14962 )
2023-12-04 08:46:30 +08:00
wzc520pyfm
16b0eac701
docs(components): [alert] use new display tag ( #14963 )
2023-12-04 08:44:09 +08:00
wzc520pyfm
6542286292
docs(components): [slider] use new display tag ( #14711 )
2023-12-03 22:17:50 +08:00
wzc520pyfm
980ea89714
docs(components): [date-picker] fix panel-change param type error ( #15009 )
2023-12-03 19:56:07 +08:00
kooriookami
5e60441616
chore(docs): Use online fonts in docs ( #15011 )
...
* chore(docs): use online fonts in docs
* docs(theme-chalk): update
2023-11-30 10:06:45 +00:00
kooriookami
5017ce5452
[Docs] Update homepage ( #14534 )
...
* docs: update homepage
* docs: update
* docs(element-plus): update font
* docs(theme-chalk): form font inherit
2023-11-29 12:12:09 +08:00
Cheerwhy
f37d056441
feat(components): [select] add header and footer slot ( #14876 )
...
* feat(components): [select] add header and footer slot
* fix(docs): [select] incorrect word
* fix(theme-chalk): [select-dropdown] incorrect padding
* Update docs/en-US/component/select.md
Co-authored-by: btea <2356281422@qq.com>
* Apply suggestions from code review
Co-authored-by: btea <2356281422@qq.com>
---------
Co-authored-by: qinzz <qinzz@chint.com>
Co-authored-by: btea <2356281422@qq.com>
2023-11-27 15:26:48 +08:00
Lov`u`e
58996131a0
docs(docs): fix typo errors in pagination component ( #14815 )
2023-11-14 19:44:41 +08:00
Karolis_Stoncius_Sneakybox
02090482ed
feat(components): [dialog] append dialog to any element ( #14317 )
...
* feat(components): [dialog] append dialog to any element
Add the ability to append dialog not just to body, but to any element
* fix(components): [dialog] fix appending to body when append-to is used
* docs(components): [dialog] add version to docs append-to attribute
2023-11-14 19:43:05 +08:00
wzc520pyfm
9d65c0be90
docs(components): [date-picker] use new dispaly tag ( #14754 )
...
* refactor(components): [time-picker] update boolean attr are declared
* docs(components): [date-picker] use new dispaly tag
* docs(components): [date-picker] delete extra description
2023-11-11 21:47:08 +08:00
faga
dfad5539f5
feat(components): [card] adds footer slot ( #10357 )
...
feat(components): [card]
adds footer slot
closed #6873
Co-authored-by: btea <2356281422@qq.com>
2023-11-06 19:29:22 +08:00
sleepyShen1989
479ee3d7d4
docs(components): [autocomplete] fix website display ( #14557 )
...
* docs(components): [autocomplete] fix website display
* docs(components): [autocomplete]add column of Type in Slots
2023-11-01 08:09:13 +08:00
Icey Wu
3b27db428b
feat(components): [watermark] add font textAlign and textBaseline ( #14567 )
2023-10-29 11:42:58 +08:00
qiang
941966f976
feat(components): [select-v2] add props attribute ( #14536 )
...
* feat(components): [select-v2] add props attribute
* docs: updata
* docs: updata
* docs: updata
2023-10-25 20:33:07 +08:00
Karolis_Stoncius_Sneakybox
26e9727299
feat(components): [switch] add label attribute for accessibility ( #14319 )
...
* feat(components): [switch] add label attribute for accessibility
* refactor(components): [switch] set default switch label to undefined
* docs: version change
2023-10-16 07:08:09 -05:00
wzc520pyfm
40b64dfb57
docs(components): [upload] use new display tag ( #12701 )
...
* docs(components): [upload] use new display tag
* docs(components): [upload] add description for beford-upload
* feat(components): [upload] delete useless attribute
* docs(components): [upload] adjust description and default for attr
* docs(components): [upload] add more detail for data attr
2023-10-15 08:02:13 -05:00
btea
0f7f88df81
docs(components): [watermark] update font ( #14542 )
2023-10-14 18:30:41 +09:00