Commit Graph

471 Commits

Author SHA1 Message Date
assasin0076
9f4bddc4d3 docs(components): [form] improves doc readability (#10912) 2022-12-06 16:36:21 +08:00
yang
9694d04529 feat(component): [statistic] newly added (#10687)
* feat(components): add a new statistic component
2022-12-04 21:35:48 +08:00
RealityBoy
4885f1c826 docs(components): [popconfirm] better presentation (#10875) 2022-12-03 10:07:44 +08:00
yujinpan
33ca7ee4f0 fix(components): [TreeSelect] incorrect label when child not rendered (#10716)
* feat: add `treeEach` utility function

* fix(components): [TreeSelect] incorrect label when child not rendered

* docs(components): [TreeSelect] remove tips for resolved issues

* fix(components): [TreeSelect] add `cacheData` props for lazy label

* docs(components): [TreeSelect] add `cacheData` document and examples

* docs(components): [TreeSelect] add version identification for new props

* refactor(components): [TreeSelect] replace any type

* docs(components): [TreeSelect] update version tag
2022-11-30 23:43:57 +08:00
RealityBoy
7b9039b337 docs(components): [popover] better presentation (#10784) 2022-11-26 13:53:18 +08:00
RealityBoy
516d49f4d5 docs(components): [switch] support add multiple content example (#10783)
* docs(components): [switch] support add multiple content example

* docs: add ellipsis example
2022-11-26 13:53:03 +08:00
RealityBoy
e5c09fc2ac docs(components): [select] better presentation (#10782) 2022-11-26 13:52:48 +08:00
RealityBoy
2e706e639d docs(components): [date-picker] better presentation (#10781) 2022-11-26 13:52:35 +08:00
RealityBoy
31b5b92edd docs(components): [cascader] better presentation (#10780) 2022-11-26 13:52:20 +08:00
RealityBoy
200eca3498 docs(components): [autocomplete] better presentation (#10779) 2022-11-26 13:52:04 +08:00
RealityBoy
75a08b6b3a docs(components): [table] treeLazy better presentation (#10778) 2022-11-26 13:51:51 +08:00
RealityBoy
f48d497a58 docs(components): [table] better types introduced (#10777) 2022-11-26 13:51:36 +08:00
init-qy
8f9f8e4248 docs(components): [tree] fix import error type (#10633)
close https://github.com/element-plus/element-plus/issues/10619
2022-11-20 16:22:19 +08:00
wangyuhuiever
ada447b695 rename variable (#10503)
In version 2.2.17, use currentPage can't bind variable to current page.
2022-11-08 15:34:48 +08:00
tinyfind
9285109a0c fix(components): [table] fixed column supported in grouped header (#10096)
* fix(components): [table] fixed column supported in grouped header

* fix(components): [table] fixed column supported in grouped header

* fix(components): [table] fixed column supported in grouped header

* fix(components): [table] fixed column supported in grouped header
2022-10-23 19:56:20 +08:00
Cully Fung
79982b8610 style(docs): [dialog] format (#10147)
* style(docs): [dialog] format

* style(docs): [dialog] format
2022-10-19 22:07:48 +08:00
zz
efed80666d docs: update table-v2 demo (#10059) 2022-10-12 08:15:06 +00:00
Hefty
31f713bf1b feat(components): [rate] add clearable attribute (#10031)
feat(components): [rate] add clearable attribute
2022-10-11 10:21:19 +08:00
Xc
817ec60b71 feat(components): [select] Simplified API (#9994) 2022-10-09 16:04:11 +08:00
zz
0381465719 docs(components): [select-v2] improve demo (#9815) 2022-09-18 18:40:15 +08:00
Benleie
af7f629138 docs(components): [popover] remove 'v-model' in example (#9201) (#9801)
avoid confusing users
2022-09-17 21:57:08 +08:00
pany
e9666db99a docs(components): [date-picker] attribute type description (#9357)
* docs(components): fix 'date-picker' attribute type description

* docs(components): revert 'date-picker' attribute description

* docs(components): fix 'datetime-picker' attribute type description

* docs(components): fix 'time-picker' attribute type description

* docs(components): format

* docs(components): fix type, optimization description
2022-09-08 19:22:47 +08:00
Xc
e8817aae06 feat(components): [select] enhanced suffix (#9619)
* feat(components): [select] enhanced suffix

* docs: remove useless characters

* docs(components): [select] add remote suffix demo
2022-09-06 23:12:52 +08:00
zz
6eded0bae8 feat(components): [message-box] allow pass function to message option (#9405)
* feat(components): [message-box] allow pass function to `message` option

* chore: update docs

* chore: update docs
2022-09-04 20:38:18 +08:00
qiang
1e6dbd8558 refactor(components): [calendar] rename slot dateCell to date-cell (#9590)
* refactor(components): [calendar] rename slot dateCell to date-cell

closed 9565

* docs: update

* fix(components): [calendar] avoid slots taking effect at the same time
2022-09-03 23:23:10 +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
hfutsora
adfe2444db feat(components): [dialog] add align center prop (#8947) 2022-08-29 02:58:54 +00: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
feiyu
ccbecf3973 fix(components): [docs] menu example code menu name error (#9355) 2022-08-18 11:10:43 +08:00
feiyu
6d41ca467a docs(components): [menu] typo (#9319) 2022-08-16 13:30:12 +08:00
愧怍
a25f0eef0f docs: remove chinese button (#9153) 2022-08-02 14:20:44 +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
Xc
ef22e5db62 feat(components): [tooltip] adjust controlled mode (#8762)
* feat(components): [tooltip] adjust controlled mode
2022-07-17 23:14:51 +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
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
云游君
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
小孩可可爱爱
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
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
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
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
云游君
92b2007d82 docs(components): [menu] add left and right example (#8094) 2022-06-05 09:51:58 +08:00
Xc
6d73349cc5 fix(components): [button] link style and docs (#7996)
* fix(components): [button] link style and docs

* fix(components): [button] link style

Co-authored-by: xiaochenchen <xiaochen.chen@igg.com>
2022-05-30 21:38:18 +08:00