Commit Graph

760 Commits

Author SHA1 Message Date
João Gonçalves
198dd0ae43
feat(components): [date-picker] add open and close handlers (#9571)
* feat(components): [date-picker] add handleOpen and handleClose methods

* chore: update date-picker docs

* chore: update date-picker docs

* feat(components): [date-picker] add handleOpen and handleClose methods

* fix: update the handlers description in the docs

Co-authored-by: João Gonçalves <jandretgoncalves@gmail.com>
2022-09-01 21:59:29 +08:00
João Gonçalves
8156606388
feat(components): [time-picker] add open and close handlers (#9572)
* feat(components): [time-picker] add handleOpen and handleClose methods

* chore: update time-picker docs

* chore: update time-picker docs

* feat(components): [time-picker] add handleOpen and handleClose methods

* fix: revert changes in pnpm-lock.yaml

* fix: update the handlers description in the docs

Co-authored-by: João Gonçalves <jandretgoncalves@gmail.com>
2022-09-01 21:57:34 +08:00
Juliano Penna
93631d841e
docs(components): [menu] More details about usage of default-active (#9030)
* Menu: more details about usage of default-active

`default-active` is required to select an item on page load. If it isn't set, no item is selected when the page first opens.

Added this caveat to `Menu Attributes` section.

* chore: update

Co-authored-by: RealityBoy <1923740402@qq.com>
2022-08-31 21:19:01 +08:00
neokms
095287bc17
Update layout.md (#8330)
Co-authored-by: RealityBoy <1923740402@qq.com>
2022-08-31 20:10:09 +08:00
weiqinl
c1401a3c7d
docs(components): [select] v-model add array type (#8234)
* docs(components): [select] v-model add array type 

model-value / v-model can binding value add  array type

* chore: update

Co-authored-by: RealityBoy <1923740402@qq.com>
2022-08-31 18:23:05 +08:00
Alan Wang
1854891bce
docs: [select-v2] add demo of how to use value-key (#7175)
* docs: [el-select] add demo of how to use value-key

* docs: [selectV2] add demo of how to use value-key

* Update use-valueKey.vue

Co-authored-by: RealityBoy <1923740402@qq.com>
2022-08-31 16:46:01 +08:00
Hassan Tariq
280351d5bc
docs: [skeleton-item] remove duplicate type variant (#9548)
* Remove duplicate type in skeleton item variant

* chore: update

Co-authored-by: RealityBoy <1923740402@qq.com>
2022-08-31 15:57:09 +08:00
Richdro
893e414cab
fix: [el-date-picker] fix DatePicker render error (#7017)
Co-authored-by: RealityBoy <1923740402@qq.com>
2022-08-31 15:43:36 +08:00
LIUCHAO
f21f1e2ee1
docs(components): [date-time-picker] perfect type (#9528) 2022-08-31 11:58:47 +08:00
zz
b076b61c01
feat(components): [input-number] add new prop readonly (#9545) 2022-08-31 11:47:26 +08:00
0song
df39131856
chore: update doc (#9549) 2022-08-30 16:30:42 +00:00
zz
aa735d1f8e
fix(components): [dialog] bind $attrs (#9455) 2022-08-29 12:03:40 +08:00
zz
1884b1d7c8
refactor(utils): refine iconPropType (#9515) 2022-08-29 03:23:35 +00:00
hfutsora
adfe2444db
feat(components): [dialog] add align center prop (#8947) 2022-08-29 02:58:54 +00:00
zz
3be8b536b8
fix(utils): fix iconPropType (#9506) 2022-08-28 19:13:58 +08:00
qiang
fc7343be83
docs: uniform the attribute name (#9504) 2022-08-28 13:33:48 +08:00
zz
f5fa7e741f
refactor(utils): refactor iconPropType (#9502) 2022-08-28 13:20:07 +08:00
zz
e33a279556
feat(components): [image-viewer] add setActiveItem method (#9389)
* fix(components): [image-viewer] initialIndex lost reactivity

* feat(components): [image-viewer] add `setActiveItem` method

* feat: expose instance type

* chore: add test case

* chore: update docs
2022-08-26 18:18:08 +08:00
RealityBoy
b121012a70
feat(components): [menu] add expand-close-iconexpand-open-iconcollapse-close-iconcollapse-open-icon props (#9444)
* feat(components): [menu] add some Icon prop

* chore: types update

* Update sub-menu.ts
2022-08-26 11:25:22 +08:00
MonsterPi
fe131df1a4
fix(components): [space] complete the prop of space (#9380)
* fix(components): [space]complete the prop of space

- class

* fix: update space docs

* refactor(components): [space]redefine the prop of class type
2022-08-25 09:31:20 +08:00
btea
1f3c661c57
feat(components): [form] add require-asterisk-position prop (#9433) 2022-08-25 09:27:51 +08:00
Xc
3dc6fbd427
fix(components): [opover] effect dark mode title color (#9445) 2022-08-25 09:19:33 +08:00
Xc
543eee1652
docs: adjust with use-lockscreen (#9152) 2022-08-23 15:30:29 +08:00
zz
43b286fec1
fix(components): [tree-v2] setExpandedKeys instead of setExpendKeys (#9413)
* feat(components): [tree-v2] `setExpandKeys` instead of `setExpendKeys`

* chore: update

* chore: update
2022-08-23 13:02:38 +08:00
zz
9cb8ce47e8
feat(components): [tree-v2] add setExpendKeys method (#9412)
* feat(components): [tree-v2] add `setExpendKeys` method

* chore: update docs
2022-08-23 09:32:07 +08:00
Xc
430b8a27e3
docs: hosting nav zindex (#9399) 2022-08-22 01:36:47 +08:00
MARIOMARUI
6a5336638f
docs(components): [date-picker] update example (#9386) 2022-08-20 23:47:48 +08:00
Jeremy
9230af7976
feat(components): [page-header] enhancement (#9215)
* feat(components): [page-header] enhancement

* Add new slot `extra` for page header.
* Add addtional documentations for page header.

* chore: update doc

* feat: add default slot

* chore: add a11y support for back button

* chore: update examples

* chore: enhancements

* chore: example enhancement

* chore: restore previous actions for back button

* chore: address PR comments

Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-08-20 21:41:49 +08:00
btea
a1834a4151
style(docs): change the example mask and overlay z-index (#9356)
* style(docs): change navbar z-index

* style: change the example mask and overlay z-index
2022-08-20 10:36:12 +09:00
ntnyq
c434f62b0e
docs: add missing slot header of Card (#9388) 2022-08-20 10:14:12 +09:00
LIUCHAO
3d13c14ae7
feat(components): [pagination] btns icon can be customized Vuecomponent (#9372)
closed #9300
2022-08-19 13:32:29 +08:00
LIUCHAO
f4f7c13b9a
docs(components): [switch] perfect befor-change type (#9173) 2022-08-18 20:29:43 +08:00
feiyu
ccbecf3973
fix(components): [docs] menu example code menu name error (#9355) 2022-08-18 11:10:43 +08:00
Chris
cd16beec54
docs: fix typo (#9240)
* docs: fix typo

* chore: update
2022-08-18 11:03:06 +08:00
MonsterPi
b77426adcb
docs: update link component docs (#9331)
- add icon slot

Co-authored-by: MonsterPi <ruanpeng@MonsterPideMacBook-Air.local>
2022-08-16 16:46:21 +08:00
feiyu
6d41ca467a
docs(components): [menu] typo (#9319) 2022-08-16 13:30:12 +08:00
btea
ec08345376
style(docs): change DocSearch z-index (#9278)
* fix(docs): [table-v2] adjust overlay zIndex value

* style(docs): change DocSearch z-index

* style: update style
2022-08-13 21:49:48 +08:00
renovate[bot]
3cdad3b363
fix(deps): update dependency @vueuse/core to v9 (#9138)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-13 14:43:58 +08:00
Xc
24490e919b
docs: icons categories and update icon-vue package (#9286)
* docs(components): [icon] categories
2022-08-12 14:36:56 +08:00
basonwoo
137f30576c
docs(components): fix url of @element-plus/icon-vue to unpkg (#8893)
closed #8892
2022-08-09 22:02:05 +08:00
btea
bf54b7ad7c
feat(components): [popconfirm] add width prop (#9103)
* feat(components): [popconfirm] add width prop

* style: add box-sizing
2022-08-02 22:27:53 +08:00
Zhongxiang Wang
ea75ef2f81
feat(components): [tree-v2] expose several helpful methods (#9156)
* feat(components): [tree-v2] expose several helpful methods

* fix(components): [tree] use `isObject` helper
2022-08-02 15:14:44 +08:00
愧怍
a25f0eef0f
docs: remove chinese button (#9153) 2022-08-02 14:20:44 +08:00
Jeffrey-Wang
386da31e67
docs(components): update el-input slot docs (#9038) 2022-07-29 15:53:58 +08:00
zz
35b1897755
docs(components): [notification] add zIndex attribute (#9083) 2022-07-28 17:38:31 +08:00
l1m2e
a426e15842
docs: modify the background color of the navigation bar toggle button (#9085) 2022-07-28 16:50:31 +08:00
iamkun
b550120e0e
chore: update readme (#9064) 2022-07-28 14:12:26 +08:00
Xc
866b1cd71a
docs: body cancel el-scrollbar (#9015)
* docs: body cancel el-scrollbar

* docs: dark mode scorll bg-color

* style: move scroll css
2022-07-27 14:20:02 +08:00
zz
0f96801502
docs: update vue link (#8974)
* docs: update vue link

* chore: update
2022-07-23 23:11:47 +08:00
LIUCHAO
58a96122b7
docs(components): [datetime-picker] event parameters (#8930) 2022-07-23 09:58:18 +09:00
BaboonKing
ff86548156
docs(components): [menu] supplement some content (#8942) 2022-07-23 09:45:44 +09:00
kooriookami
79b6e46514
style(theme-chalk): message support small screen (#8957) 2022-07-22 15:19:01 +08:00
Kim Yang
201953f19b
fix(docs): fix table v2 filter demo style error (#8847)
* fix(docs): fix table v2 filter demo style error

* fix(docs): update by v-bind
2022-07-20 08:43:53 +09:00
iamkun
2d4ef52900
chore: update sketch link (#8903) 2022-07-19 20:41:22 +08:00
雷雷雷_Ray
47b999ab96
fix(docs): fixed the link icon would be duplicated when switching pages (#8103)
* fix(docs): remove duplication

* Fix #7207

* fix(docs): switch to a more concise way

fix #7207
2022-07-18 17:57:54 +08:00
Xc
ef22e5db62
feat(components): [tooltip] adjust controlled mode (#8762)
* feat(components): [tooltip] adjust controlled mode
2022-07-17 23:14:51 +08:00
Xc
f30c6675b7
docs: search bg opacity (#8836)
* docs: search bg opacity

* docs: search modal shadow
2022-07-17 13:54:46 +08:00
白雾三语
884690c0cf
docs(components): [tooltip] add trigger-keys attribute (#8740) 2022-07-14 21:46:10 +08:00
iamkun
9b743d3bb6
chore: update component name (#8760) 2022-07-12 00:53:00 +08:00
renovate[bot]
29b7e9fcf2
chore(deps): update dependency octokit to v2 (#8742)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-11 18:06:59 +08:00
yujinpan
8a9958688a
docs(components): [TreeSelect] default value is reversed (#8738) 2022-07-10 23:56:17 +08:00
Xc
b0d654c992
docs: sidebar link anchor invalid (#8725) 2022-07-09 07:37:45 +00:00
Xc
1cd9a22f95
docs: use el-scrollbar (#8654) 2022-07-08 11:49:21 +09:00
류한경
efbc4fec09
docs(components): [form] add scroll-to-error attribute (#8650) 2022-07-06 19:15:25 +09:00
0song
dbe892cffd
chore: update readme (#8662) 2022-07-06 12:37:41 +08:00
qiang
cc957d9d22
docs: adjust the navigation bar style (#8631) 2022-07-05 07:07:25 +08:00
류한경
5b817d3008
feat(components): [slider] placement (#8561)
* feat(components): [slider] placement

feat: add fallback placements

feat: rename tooltip-placement

refactor: test code

docs: add placement attribute

docs: prettier

* docs: example placement
2022-07-04 22:35:53 +08:00
zz
e09c0dbc39
docs(components): [transfer] improve and complete examples (#8471) 2022-07-04 21:39:53 +08:00
liu
63c038a071
fix(components): [table] table-column expand nested table wrong style (#8522)
* fix(components): [table]  table-column expand nested table wrong style

* docs: update table component expandable row example
2022-07-04 12:03:08 +08:00
kooriookami
ae96aedf3c
feat(components): [autocomplete] fit input width (#8596)
* feat(components): [autocomplete] Add fitInputWidth prop

* feat(components): [autocomplete]

* feat: add docs

* feat(components): [autocomplete]
2022-07-03 17:54:40 +08:00
Kim Yang
483c32f341
docs(components): update el-input docs (#8500)
Co-authored-by: KimYangOfCat <kim.yang.yj@outlook.com>
2022-07-03 12:46:57 +08:00
Hefty
72d0bc2177
fix(components): add validate-event for form types component (#8173)
* fix(components): add validate-event for form types component

* chore: format code
2022-07-02 21:01:05 +08:00
yujinpan
4fe9c2bd6c
fix(components): [TreeSelect] checkbox interaction (#8102)
* fix(components): [TreeSelect] check child when parent checked

* refactor(components): [TreeSelect] move utility functions to utils.ts

* fix(components): [TreeSelect] exclude check event from click node

* fix(components): [TreeSelect] handle dup when `checkOnClickNode`

* feat(components): [TreeSelect] `treeFind` support find parent node

* fix(components): [TreeSelect] show current selected node only first time

* fix(components): [TreeSelect] incorrect node selection condition

* docs(components): [TreeSelect] update checkbox examples and tips

* fix(components): [TreeSelect] incorrect label when data modify
2022-07-02 14:49:21 +08:00
三咲智子
77fa19b45a
fix(docs): config-provider example (#8534) 2022-06-30 22:43:55 +08:00
Xc
dc5ea2319d
docs(components): [tree] custom node content button margin (#8539) 2022-06-30 22:42:53 +08:00
renovate[bot]
ca56e64fa3
chore(deps): update all non-major dependencies (#8484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-28 06:34:17 +08:00
qiang
598f3ab5cd
feat(components): [autocomplete] expose blur event (#8364)
* feat(components): [autocomplete] expose blur event

* docs(components): [autocomplete] update
2022-06-27 13:39:25 +09:00
云游君
5d88f628bb
feat(components): [message-box] add autofocus attribute (#8445)
* feat(components): [message-box] add autofocus attribute

* fix: autofocus to be true by default

* docs: message-box autofocus default value

* chore: remove useless comment

* fix: focusStartRef value el
2022-06-26 04:32:05 +08:00
LinZhanMing
a9277187cf
docs: fix popper.js docs link(dropdown, select-v2, tooltip) (#8474) 2022-06-25 22:43:55 +09:00
류한경
c6b43df7b3
refactor(components): [popconfirm] changed button type (#8436)
* refactor(components): [popconfirm] changed button type

* docs: changes to attribute kebab case, add accepted values ​

* fix: remove del tag

* fix: remove del tag
2022-06-24 13:58:51 +09:00
小孩可可爱爱
29fd3eb217
docs: [tag] add tag theme example (#8413) 2022-06-22 19:43:08 +08:00
LIUCHAO
63847a981f
docs(components): [message-box] add customized icon for examples (#8381) 2022-06-22 01:29:27 +00:00
l1m2e
3db3d62c54
docs: add gaussian blur to the navigation bar (#8376) 2022-06-21 17:40:04 +08:00
0song
1706dfb6c5
docs: add autocomplete doc (#8320) 2022-06-17 16:20:04 +08:00
三咲智子
73f48ae7a7
fix(components): [upload] two-way binding fileList (#8258) 2022-06-17 15:01:30 +08:00
0song
9aa1632452
docs: add autocomplete doc (#8316) 2022-06-17 06:55:40 +00:00
0song
a145f6e880
chore: update typography img (#8315) 2022-06-17 14:54:26 +08:00
0song
e9a79101a3
chore: update readme img (#8306) 2022-06-16 23:02:18 +08:00
Linmj
9f9a0657f7
docs(components): [tabs] update tabs.md (#8260) 2022-06-16 13:16:05 +08:00
Eddie
5cc33b01ad
docs(components): [time-picker] remove invalid attribute (#7801) 2022-06-15 16:37:35 +08:00
renovate[bot]
4a8277ceb3
chore(deps): update all non-major dependencies (#8236)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-06-15 01:48:52 +08:00
0song
7a376f3ae9
chore: update readme (#8251) 2022-06-13 22:32:09 +08:00
Carter Li
1aa9d43129
refactor(components): [switch] Simplify color handling (#8199)
1. Use CSS variables to set `(in)activeColor` in order not to modify DOM
2. Deprecate property `(in)activeColor` in favor of CSS variables
2022-06-12 22:40:53 +08:00
0song
2faac935ae
chore: update img style (#8223) 2022-06-12 00:09:01 +08:00
0song
c4d8de24ca
chore: update readme thanks (#8219) 2022-06-11 16:35:10 +08:00
Xc
4484d07d76
docs(components): [layout] bg-color caused by unocss cover (#8175)
* docs(components): [layout] unocss cover

* docs(components): [layout] unocss cover
2022-06-08 07:09:35 +00:00
류한경
4ef6ee28a8
docs(components): [link] fix type accepted values (#8117) 2022-06-08 09:23:24 +08:00
renovate[bot]
697ac8c94b
fix(deps): update all non-major dependencies (#7847)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-06-07 17:36:24 +00:00
btea
db0b4d49e0
fix(docs): remove extra slashes (#8134) 2022-06-06 23:26:30 +08:00
0song
a4c3c01e8d
chore: update doc site (#8121) 2022-06-06 06:30:24 +00:00