Commit Graph

1095 Commits

Author SHA1 Message Date
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
Zhongxiang Wang
1c669e4eaf
fix(docs): fix tip text overflows when no result (#15295)
* fix(docs): fix tip text overflows when no result

* feat(docs): enable `getMissingResultsUrl` for docsearch
2023-12-28 10:40:35 +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-classsubMenuTimeout 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
Henry Ge
cdd7b505b3
docs(docs) 穿梭框的自定义部分有误 (#15215)
穿梭框的change事件的回调函数中value的类型是个数组(number[] | string[])
2023-12-22 09:16:34 +00:00
kooriookami
a64026dc7a
style(theme-chalk): replace word-break with overflow-wrap (#15190)
* style(theme-chalk): replace word-break with overflow-wrap

closed #15167

* style(theme-chalk): remove text-align: justify

* style(theme-chalk): update

* style(theme-chalk): update

---------

Co-authored-by: 一只前端汪 <985313519@qq.com>
2023-12-21 15:21:12 +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
Zhongxiang Wang
5972141109
fix(docs): replace fonts.loli.net with original fonts.googleapis.com (#15182) 2023-12-17 22:18:05 +08:00
Zhongxiang Wang
a1c3481450
fix(docs): fix doc search option doesn't update after switching language (#15181) 2023-12-17 22:16:18 +08:00
Zhongxiang Wang
abb217649f
feat(docs): add translations for doc search (#15180) 2023-12-17 19:24:38 +08:00
Xc
05e9cf89ab
fix(docs): algolia search (#15173)
* fix(docs): algolia search

* feat(docs): open algolia facetFilter
2023-12-16 15:57:44 +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
Innei
6befedd11c
fix(components): [collapse-transition] collapse get el exists height (#14801)
fix: collapse get el exists height

Signed-off-by: Innei <i@innei.in>
2023-12-14 19:22:14 +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
一只前端汪
7df7461030
fix(docs): Algolia highlight error (#14831) 2023-12-05 14:52:18 +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
0song
df17921af7
chore: update readme (#14996) 2023-11-28 12:35:19 +00:00
0song
b18e50b3bc
chore: update readme (#14982) 2023-11-27 13:42:47 +00:00
kooriookami
9f1ffc06cb
chore(element-plus): update @element-plus/icons-vue version (#14968)
* chore(element-plus): update @element-plus/icons-vue version

closed #14944 #14948

* chore: update

* chore: update

* chore(element-plus): update

* chore(element-plus): update

* fix: lockfile

* fix: dts

* fix: types

---------

Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-11-27 16:27:16 +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
云游君
4f347eeec6
feat(docs): add 2023 figma ui kit (#14922)
* feat(docs): add 2023 figma ui kit

* chore: fix layout

* chore: revert pnpm lock
2023-11-24 08:48:11 +08:00
btea
92df6df5b6
fix(docs): [watermark] adjusting the text color in dark mode (#14871) 2023-11-19 13:31:30 +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