Commit Graph

741 Commits

Author SHA1 Message Date
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
Wu Rui
3c1bd4efc6
fix(components): [form] improve types (#14062)
* fix(components): [form] improve types

* docs: update form

* fix: consider RegExp

* chore: update jsdoc
2023-08-30 13:31:10 +00:00
zepeng
cea00f0dc8
fix(components): [rate] bind the textColor property (#14092)
* fix(components): [rate] bind the textColor property

* add test case

* add test case

* Update rate.test.tsx

* Update rate.md
2023-08-28 21:51:18 +08:00
btea
68980b3c50
docs(components): [collapse] (#14066) 2023-08-28 21:50:49 +08:00
wonderl17
d73bf47f8b
docs: [select-v2] add item-height attribute into doc (#14033) 2023-08-28 15:42:06 +08:00
zepeng
913f11e0fd
docs: [card] add version tag (#14083) 2023-08-26 09:54:34 +08:00
btea
50860b7c66
docs: [cascader] add version tag (#14082) 2023-08-24 21:33:20 +08:00
Karolis_Stoncius_Sneakybox
c29f6cc6c7
feat(components): [select] add aria-label to select's input (#13932)
* feat(components): [select] add aria-label to select's input

Select's input causes accessibility issues without aria-label, this commit adds it

* refactor(components): [select] change aria-label to label; update docs

* refactor(components): [select] change back to ariaLabel prop name

* docs(components): kebab-case for docs
2023-08-24 21:03:01 +08:00
Karolis_Stoncius_Sneakybox
268457135e
feat(components): added aria-level attributes for dialog and drawer headers; Fixed input-number's aria-valuenow being null (#13822)
* feat(components): [dialog] added dialog header aria-level attribute

To pass accessibility tests elements with role="heading" require aria-level

* feat(components): [drawer] added drawer header aria-level attribute

To pass accessibility tests elements with role="heading" require aria-level

* fix(components): [input-number] prevent aria-valuenow from being null

To pass accessibility tests aria-valuenow cannot be null

* fix(components): [input-number] fix number input when 0 and update test

Fixes a bug where number input's aria-valuenow will be set to '' when input's value is 0. Also
updates a failing test

* refactor(components): [dialog] change default aria-level to 2

* docs(components): dialog and drawer header aria-level docs update

* docs(components): change headerAriaLevel type to string

* docs(components): kebab-case for docs
2023-08-24 20:14:59 +08:00
chenweiyi
013809f829
feat(components): [cascader] add max-collpase-tags prop (#13386)
* feat(components): add max-collapse-tags prop

show more than one tag in cascade when multiple enable and use collapse-tags true

* test(test-utils): add unit test for cascader prop 'max-collapse-tags'

* Update packages/components/cascader/src/cascader.vue

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

* Update cascader.vue

* refactor(components): [cascader] style lint

---------

Co-authored-by: chenweiyi01 <chenweiyi01@zuoyebang.com>
Co-authored-by: btea <2356281422@qq.com>
2023-08-24 17:34:24 +08:00
wzc520pyfm
f462eab010
docs(components): [transfer] use new display tag (#13033)
* docs(components): [transfer] use new display tag

* docs(components): [transfer] update TransferKey to Array<string|number>

* docs(components): [transfer] directly specify type for TransferDataItem
2023-08-24 12:08:12 +08:00
Kaine
3e7d3ea7d8
docs(components): add attr version tag (#13641)
1. docs(components): [cascader] add version tag for togglePopperVisible expose

2. docs(components): [color-picker] add version tag for show & hide expose

3. docs(components): [date-picker] add version tag for handleOpen & handleClose method

4. docs(components): [dialog] add version tag for align-center atrr

5. docs(components): [dropdown] add version tag for teleported attr

6. docs(components): [form] add version tag for scroll-into-view-options attr

7. docs(components): [image] add version tag for zoom-rate attr

8. docs(components): [input-number] add version tag for readonly attr

9. docs(components): [menu] add version tag for popper-effect attr

10. docs(components): [message-box] add version tag for append-to attr & message function

11. docs(components): [rate] add version tag for clearable attr

12. docs(components): [select-v2] add max-collapse-tags attr

13. docs(components): [select] add version tag for collapse-tags-tooltip & placement

14. docs(components): [table] fix show-overflow-toolip attr version tag

15. docs(components): [time-picker] add version tag for handleOption & handleClose expose

16. docs(components): [tree-v2] add version tag for item-size attr

17. docs(components): [tree] add version tag for empty slot
2023-08-24 07:43:05 +08:00
btea
c6515e09c0
chore: format code (#14037) 2023-08-23 10:33:16 +08:00
wzc520pyfm
37f40dc9cc
docs(components): [select] use new display tag (#13301)
* docs(components): [select] use new display tag

* docs(components): [select] description and comment begins in lower case

* docs(components): [select] update type of prop and event
2023-08-21 21:08:24 +08:00
Jackie
9b75335c39
docs(components): [form] modify props description (#13950)
* docs(components): [form] update prop's type

* fix(components): [form] modify props description

---------

Co-authored-by: lvjiaqi <lvjiaqi@itcast.cn>
2023-08-11 21:17:53 +08:00
btea
a8324ca421
refactor: [date-picker] rename time-arrow-control (#13651)
* refactor: [date-picker] remove time-arrow-control

* docs: rename time-arrow-control
2023-08-11 20:51:34 +08:00
uxuip
564476b064
feat(components): [card] add body class (#11869)
* feat(components): [card]  add body class

* fix(components): [card] remove default value

* fix(components): [card] modify description
2023-08-10 22:23:04 +08:00
Tommy
b055a0759d
fix(docs): [table-v2.md] corrected en-US grammar, spelling, readability (#13900)
* fix(docs): [table-v2.md] corrected en-US grammar, spelling, readability

* fix(docs): [table-v2.md] resolved feedback

* fix(docs): [table-v2.md] resolved feedback, further improvements
2023-08-10 07:09:02 +00:00
Rhon Joe
ec639c4d14
docs: fix official migration reference link (#13911)
fix(docs): fix official migration reference link
2023-08-09 13:41:50 +08:00
Jungzl
40b607f9ac
docs(components): [pagination] correct text & icon priority (#13743)
* docs(components): [pagination] correct text & icon priority

* docs(components): [pagination] improve description
2023-08-07 10:13:58 +08:00
btea
18c1c77030
docs(components): [switch] add version tag & fix typo (#13771)
* docs(components): [switch] add version tag & fix typo

* chore: add tag
2023-07-31 18:21:42 +08:00
btea
b765ebfa80
feat(components): [switch] add custom action icon prop (#13746) 2023-07-30 08:44:46 +08:00
zepeng
b80aa41c43
docs(components): [row] remove the default value of align (#13562) 2023-07-22 19:53:52 +08:00
btea
d4ffc4f644
docs(components): [drawer] (#13677) 2023-07-22 17:19:19 +09:00
qiang
22de9e06bd
docs(build): add required attribute to the tag plugin (#13691) 2023-07-22 08:38:38 +08:00
btea
6e2a13c93f
chore(docs): format message-box (#13676) 2023-07-21 10:52:21 +08:00
wzc520pyfm
77125639d3
docs(components): [dialog] use new display tag (#13499)
* docs(components): [dialog] use new display tag

* chore(components): [dialog] remove the incorrect deprecated comment
2023-07-20 20:09:07 +09:00
xy
972c8f4ef4
docs(components): [table-v2] update the type description for Events (#13362) 2023-07-20 16:25:33 +08:00
btea
c4d8270296
docs: [input] list the acceptable values of type (#13644) 2023-07-19 19:13:41 +09:00
btea
a5970049d5
docs(components): [message-box] (#13470) 2023-07-05 21:17:47 +08:00
btea
2c605cb794
chore: format code (#13467) 2023-07-04 21:40:46 +08:00
qiang
37e0b10e80
fix(theme-chalk): [form] remove default width of Input in inline form (#13375) 2023-06-30 21:56:03 +08:00
vaebe
ce54791338
docs(components): [dialog] add description of props modal-class (#13122) 2023-06-23 11:23:30 +09:00
zepeng
8558957b28
docs(components): [image] update image slot viewer description (#13325) 2023-06-22 12:51:53 +08:00
yuyin
b9799a1914
feat(components): [Table] add show-overflow-tooltip props (#13169)
* feat(components): [Table] add show-overflow-tooltip props

* docs(components): [Table] add usage for show-overflow-tooltip

* fix(components): [TableColumn] props priority

* test(components): add unit test for table
2023-06-17 21:30:53 +08:00
wuyadan
9921c64f7e
docs(components): [select-v2] correct the description of placeholder (#13200)
Co-authored-by: ut002528 <wuyadan@uniontech.com>
2023-06-14 20:53:55 +08:00
Xc
d4d24eb9d7
docs(components): [dialog] add deprecated describe (#13143) 2023-06-08 21:46:58 +08:00
wuyadan
615efbe1be
docs(components): [progress] mark the versions of striped & striped-flow (#13116)
Co-authored-by: ut002528 <wuyadan@uniontech.com>
2023-06-08 09:38:42 +08:00
qiang
627d408e66
feat(theme-chalk): [form] add default width to Input in inline form (#12897)
* feat(theme-chalk): [form] add default width to Input in inline form

* docs: add clearable attributes to Input

* docs: add a description of the Input width
2023-06-06 16:18:37 +08:00
wzc520pyfm
6b8b0627db
docs(components): [switch] use new display tag (#12678)
* docs(components): [switch] use new display tag

* style(components): [switch] update the batch deprecate

* docs(components): [switch] delete deprecated attributes
2023-06-06 08:10:47 +08:00
wzc520pyfm
bac64b4801
docs(components): [time-picker] use new display tag (#12691)
* docs(components): [time-picker] use new display tag

* docs(components): [time-picker] update default of attributes
2023-06-04 12:58:31 +08:00
wzc520pyfm
abd6faecc3
docs(components): [image] update class by computed and new docs (#13024)
* docs(components): [image and image viewer] use new display tag

* refactor(components): [image | image-viewer] set class by computed

* docs(components): [image] update head of image viewer exposes
2023-06-03 20:54:43 +08:00
wzc520pyfm
5d0fa75793
docs(components): [form] use new display tag (#13007)
* docs(components): [form] use new display tag

* refactor(components): [form] update boolean default of attribute
2023-06-03 10:57:02 +09:00
btea
9ba2ed7013
chore: format docs (#12973) 2023-05-29 20:03:54 +08:00
wzc520pyfm
c51c686ed9
docs(components): [pagination] use new display tag (#12680)
* docs(components): [pagination] use new display tag

* docs(components): [pagination] update doc format

adjust attribute order

update default for attribute

update title

update description for attribute

* docs(components): [pagination] restores the order of attributes
2023-05-24 08:22:28 +08:00
wzc520pyfm
5b52982da3
docs(components): [infinite-scroll] use new display tag (#12670)
* docs(components): [infinite-scroll] use new display tag

* docs(components): [infinite-scroll] update default of directives
2023-05-18 09:12:17 +08:00
wzc520pyfm
3673d92a2e
docs(components): [time-select] use new display tag (#12700) 2023-05-16 22:26:30 +08:00
dopamine
649fa56a7a
docs: anchor link doesn't scroll to the correct anchor point (#12839)
* docs: anchor link doesn't scroll to he correct anchor point

* icon & table-v2
2023-05-16 21:49:48 +08:00
wzc520pyfm
798d9d8739
docs(components): [page-header] use new display tag (#12665)
* docs(components): [page-header] use new display tag

* docs(components): [page-header] update title property doc
2023-05-16 09:10:03 +08:00
wzc520pyfm
84d331edae
docs(components): [tree-select] use new display tag (#12663)
* docs(components): [tree-select] use new display tag

* docs(components): [tree-select] add cache option type
2023-05-16 09:08:47 +08:00
热爱vue的小菜鸟
cd306117ae
feat(components): [carousel] If the carousel height is auto apply item height (#12388)
* fix(components): [carousel] :height is auto and card direction  vertical

* fix(components): [carousel] :height is auto and card direction vertical

* fix(components): [carousel] :height is auto and card direction 垂直

* feat(components): [carousel] height is adaptive when height is auto

* feat(components): [carousel] height is adaptive when height is auto

* fix(components): [carousel] :height is auto and card direction 垂直

* fix(components): [carousel] :height is auto and card direction 垂直

* fix(components): [carousel] :height is auto  test.tsx

* fix(components): [carousel] :height is auto and card direction

* fix: delete zIndex

* fix: delete ts type

* fix: add test

* fix: css modification

* fix: delete doc inside

* fix: Revise card width not adaptive

* fix: Modify calcCardTranslate

* fix: test

* fix: calcCardTranslate

* fix: remove redundant code
2023-05-14 17:47:43 +08:00
vaebe
a82b84fd74
docs(components): [tree] fix description of tree setCheckedKeys method (#12567)
fix(docs): Fix description of tree setCheckedKeys method
2023-05-08 22:47:02 +08:00
mg5566
db664b033b
docs(components): [select] create example using value-key attribute (#12698)
* docs(components): [select] create example using 'value-key' attribute

Example using option type with same value of 'label' property

- Use 'id' property of option as value of 'value-key' attribute

* docs(docs): apply 'value-key' example to 'select.md'

Remove the existing 'tip' and add it to the description

---------

Co-authored-by: FE_강명구 <mg_@ex-em.com>
2023-05-07 08:59:09 +08:00
wzc520pyfm
0d46d99022
docs(style): [tag] use new display tag (#12659)
* docs(style): [tag] use new display tag

* refactor(components): [check] updated doc and code to new display tag

* docs(components): [tag] update format of doc

* style(components): [tag] undo redundant changes

* style(components): [tag] undo redundant changes and update tag doc
2023-05-03 09:33:59 +08:00
wzc520pyfm
1749e842bf
docs(components): [skeleton] use new display tag (#12667) 2023-05-01 15:10:21 +09:00
wzc520pyfm
62d3204673
docs(components): [timeline] use new display tag (#12664) 2023-04-30 10:07:15 +09:00
wzc520pyfm
fb1117afe1
docs(components): [empty] use new display tag (#12662) 2023-04-29 21:09:32 +08:00
wzc520pyfm
5861572f88
docs(style): [result] use new display tag (#12661)
* refactor(components): [result] updated doc and code to new display tag

* style(components): [result] undo redundant changes

* docs(components): [result] update default
2023-04-29 17:44:17 +08:00
Xc
2bb2d07010
docs(components): [tooltip] use new tag (#12660) 2023-04-29 08:16:13 +09:00
btea
1807c9d643
docs(components): [progress] (#12604)
* docs(components): [progress]
2023-04-29 01:25:30 +08:00
btea
19e3164e6a
docs(components): [iamge] update referrerPolicy (#12505)
* docs(components): [iamge] update referrerPolicy

* docs: update attribute
2023-04-19 21:06:29 +08:00
Lov`u`e
5cd6d61400
feat(components): [tree] support customize content when data is empty (#12459) 2023-04-17 14:06:34 +08:00
mg5566
ca5fd51040
docs(components): [tooltip] Fix typos objcet -> object (#12470)
fix typos objcet -> object

Co-authored-by: FE_강명구 <mg_@ex-em.com>
2023-04-15 20:02:49 +08:00
wzc520pyfm
c9895f8c24
feat(components): [progress] support set striped progress bar (#12333)
* feat(components): [progress] support set striped progress bar

* docs(components): [progress] add `striped` attribute

* refactor(components): [progress] update striped prop and `bg-size` style

* feat(components): [progress] add `striped-flow` attribute

use `striped-flow` to get the stripes to flow

* docs(components): [progress] add `striped-flow` attribute

add `striped-flow` attribute

update `duration` attribute description

* docs(components): [progress] refactor `striped-progress` example

* refactor(theme-chalk): [progress] refactor striped flow animation
2023-04-13 14:06:50 +08:00
qiang
b0709e1d83
feat(components): [button] add tag attribute (#11853)
* feat(components): [button] add tag attribute

* fix: typo

* docs: update

* refactor(components): [button] detach button props

* docs: update
2023-04-10 22:27:43 +08:00
Xc
76ee456b29
docs(style): use new display tag (#11648)
* docs(style): use new display tag

* docs(components): use new tag
2023-04-09 21:02:49 +08:00
Xc
f9094413d4
docs(components): [time-picker] (#11657)
* docs(components): [time-picker]
* Update time-picker docs with new syntax.

* docs(components): [time-picker]
2023-04-09 16:37:45 +08:00
Xc
8f4e8dc1ae
docs(components): [steps] (#11854)
* Update steps docs with new syntax.
2023-04-07 14:39:36 +08:00
Xc
e02c4c5605
docs(components): [notification] api (#12293)
* docs(components): [notification]

* docs(components): [notification]
2023-04-07 14:36:23 +08:00
Xc
430a167ec0
docs(components): [message] (#12295) 2023-04-07 00:46:20 +08:00
Xc
ff3b7b5b43
docs(components): [loading] (#12296) 2023-04-07 00:45:56 +08:00
0xOK
f0bbeb3a4d
docs: [popover] modify the default value of trigger (#12342)
docs: update popover.md
2023-04-06 22:17:12 +08:00
xiterjia
e6be1bc3cb
feat(components): [color-picker] add show hide expose (#11942)
* feat(components): [color-picker]

add handleTrigger expose

closed #11926
2023-04-01 21:24:03 +08:00
류한경
eb88722841
feat(components): [form] scroll-into-view options (#12164) 2023-03-23 22:51:56 +09:00
Xc
7059ed1fc7
fix(components): [cascader] clickoutside (#11997)
* fix(components): [cascader] clickoutside

* fix(components): [cascader] clickoutside

* fix(components): [cascader] clickoutside

* fix(components): [cascader] clickoutside
2023-03-14 00:19:05 +08:00
iamkun
1987eb8fe1
docs: update tooltip text (#11972) 2023-03-12 23:16:20 +08:00
gimjin
4f78411bb8
feat(components): add el-text component (#11653)
* test(components): [text] el-text unit test

* docs(components): [text] el-text website documentation

* feat(components): [text] el-text implementation

* fix(components): [text] prop 'as' rename 'tag'

* docs(components): [text] rename slot default, optimize document

* test(components): [text] render text & class change the execution order

* fix(components): [text] use template and render function together
2023-03-10 15:30:56 +08:00
kooriookami
4ea9fb344f
feat(components): [select] Add max-collapse-tags prop (#11378)
* feat(components): [select] Add max-collapse-tags prop

closed #7429

* feat(components): [select]

* feat(components): update

* feat: update

* feat: update

* feat: update
2023-03-10 07:18:21 +00:00
kooriookami
b112830d54
feat(components): [select-v2] Add max-collapse-tags prop (#11405)
* feat(components): [select-v2] Add max-collapse-tags prop

* feat(components): update

* feat: update

* feat: update
2023-03-10 15:01:40 +08:00
Xc
67a72c3ed6
docs(components): [popconfirm] (#11826)
* docs(components): [popconfirm]
* Update popconfirm docs with new syntax.
* Supplement hide-after.
* Remove the event event from props.

* docs(components): [popconfirm]

* docs(components): [popconfirm]
2023-03-10 14:50:35 +08:00
Xc
a67b52ccce
docs(components): [tooltip] (#11850)
* docs(components): [tooltip]
* Update popconfirm docs with new syntax.
* Remove tabindex and manual api

* docs(components): [tooltip]
* add Exposes

* docs(components): [tooltip]

* docs(components): [tooltip]

* docs(components): [tooltip]

* docs(components): [tooltip]

* docs(components): [tooltip]

* docs(components): [tooltip]

* docs(components): [tooltip]

* docs(components): [tooltip]

* docs(components): [tooltip]

* docs(components): [tooltip]
2023-03-10 14:42:46 +08:00
0song
17d3b9e87c
chore: update doc padding (#11797) 2023-03-03 05:57:20 +00:00
guizo
0c694f47c8
docs(components): Adds tip about disabling validator trigger (#11745)
* docs(components): Adds tip about disabling validator trigger

* docs(components): Include other input type components on tip
2023-03-01 10:05:36 +00:00
류한경
8de2c9c450
fix(components): [select] add popper-options prop (#11734) 2023-02-27 19:20:18 +09:00
btea
a5e09ca178
docs(components): [date-picker] add popper-options prop (#11555)
* docs(components): [date-picker] add popper-options prop

* chore: format
2023-02-24 10:49:56 +09:00
btea
7914f10af7
feat(components): [tree-v2] add item-size attribute (#11522)
* feat(components): [tree-v2] add item-size attribute

* fix: modify internal variable name

* fix: extract itemSize prop

* test: add test case

* test: update test
2023-02-19 21:55:02 +08:00
Xc
aba0d26537
docs(components): [cascader] (#11556)
* docs(components): [cascader]
* Update cascader docs with new syntax.

* docs(components): [cascader]
* Update cascader docs with new syntax.

* docs(components): [cascader]
* Update cascader docs with new syntax.

* docs(components): [cascader]

* docs(components): [cascader]

* docs(components): [cascader] add type declarations

* docs(components): [cascader] add type declarations

* docs(components): [cascader] add type declarations

* docs(components): [cascader] add type declarations
2023-02-17 13:59:52 +08:00
井柏然
19e5bb8425
feat(components): [cascader] add togglePopperVisible for expose (#11559)
* feat(components): [cascader] add togglePopperVisible for expose

* feat(components): [cascader] add togglePopperVisible for expose
2023-02-14 23:54:42 +08:00
qiang
ffb2c1f740
docs: special handling about SSR/SSG (#10689)
* docs(ssr): special handling about SSR/SSG

* docs: ssr

* fix: the RegExp is not perfect

* docs: update the use of Nuxt
2023-02-14 22:53:06 +08:00
Xc
b22b9d3d3a
docs(components): [divider] (#11558)
* Update divider docs with new syntax.
2023-02-14 22:31:33 +08:00
Jeremy
8c2a2a69dd
docs(components): [calendar] (#10977)
* docs(components): [calendar]

* Update calendar docs with new syntax.
* Update description for calendar APIs.

* chore: remove backquote for API names

* chore: update scoped slots

* chore: apply suggestion

---------

Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2023-02-14 22:29:36 +08:00
qiang
5c95932769
refactor(components): [menu] add deprecated mark to popperAppendToBody (#11509) 2023-02-12 14:57:21 +08:00
Xc
06126ea571
docs(components): [input-number] (#11063)
* Update form docs with new syntax.
2023-02-12 01:33:19 +08:00
Xc
9de0a15b9a
docs(components): [form] (#11021)
* docs(components): [form]
* Update form docs with new syntax.

* docs(components): [form]
* Update form docs with new syntax.
2023-02-12 01:33:02 +08:00
Xc
a2de1b9c1f
docs(components): [autocomplete] (#11026)
* docs(components): [autocomplete]
* Update form docs with new syntax.

* docs(components): [autocomplete]

* docs(components): [autocomplete]
2023-02-11 23:39:23 +08:00
qiang
3d747a0e56
fix(theme-chalk): [table] the cell missing padding style (#11456)
closed #11434
2023-02-07 22:27:10 +08:00
virgosoy
4760f13150
docs(components): [form] (#11071)
FormValidationResult is Promise<boolean>
2023-02-05 19:59:20 +08:00
pivsemdmi
f8afef4720
docs: update quickstart.md (#11265)
Update quickstart.md

Remove deadlock for user
2023-02-04 22:20:16 +08:00
acyza
73f0863a75
docs(components): [cascader] adjust some formats (#11281)
docs(components): [calendar] adjust some formats
2023-02-04 22:13:02 +08:00
btea
19bb7229fc
chore: format code (#11397) 2023-02-02 20:26:00 +08:00
qiang
279bf6d9c5
docs: how to use Element Plus in Nuxt (#11385)
docs: how to use in Nuxt
2023-02-02 10:28:43 +08:00
Jason Ren
78f235d9c5
docs(components): [Radio]Fix typo (#11373)
* docs(radio): Fix typo
2023-01-31 18:16:06 +08:00
0024
15e09cebfa
docs(docs): replaced the discord (#11325)
* docs(docs): replaced the discord

replaced the discord with https://discord.com/invite/gXK9XNzW3X

closed #11232
2023-01-30 22:24:10 +08:00
bartoszrudzinski
65a9cca1ed
fix(components): default table cell padding SCSS variable fix (#10708)
closed #10706

Co-authored-by: bartoszrudzinski <bartosz.rudzinski@infermedica.com>
2023-01-18 16:29:01 +08:00
acyza
6de3b831c3
docs(components): [card] fix loading error (#11282)
* docs(components): [card] fix load error

* Update card.md
2023-01-16 15:37:54 +08:00
BTB
0e9e2f39a9
docs: update dev-faq.md (#11270)
Update dev-faq.md
2023-01-13 13:28:38 +08:00
Xc
554dad9a1b
docs(components): [radio] (#11064)
* docs(components): [docs]
* Update form docs with new syntax.

* docs(components): [radio]
* Update radio docs with new syntax.

* docs(components): [radio]
* Update radio docs with new syntax.
2023-01-12 18:56:16 +08:00
Xc
69443c52a7
docs(components): [rate] (#11065)
* docs(components): [rate]
* Update rate docs with new syntax.
2023-01-11 23:29:11 +08:00
iamkun
dd86f253e9
docs: update tree select table (#11185) 2023-01-06 12:07:50 +00:00
liu
751ec3760e
fix(docs): some wrong examples in the document (#11072)
* docs(docs): fix wrong types in examples

* docs(docs): update deprecated attributes in the example
2022-12-28 20:37:57 +08:00
Liu Bo
74a1a16e38
docs(components): [upload] onExceed (#11057) 2022-12-22 21:25:56 +08:00
Zhongxiang Wang
cf5847263f
feat(components): [table] overflow tooltip supports enterable and customization (#10984)
* feat(components): [table] overflow tooltip supports `enterable`

* fix(components): [table] fix modifiers merge

* fix(components): [table] refine logic & fix popperClass isn't respected

* docs(components): [table] add docs for `tooltip-options` & `show-overflow-tooltip`

* docs(components): [table]

* docs(components): [table] update version tag

Co-authored-by: Xc <124118265@qq.com>
2022-12-22 12:20:07 +08:00
LooSheng
91c79c955e
docs(ssr): component ssr/ssg usage tips (#10982) 2022-12-15 19:59:34 +08:00
Jeremy
c3f529c411
docs(components): [card] (#10978)
* docs(components): [card]

* Update card docs with new syntax

* docs(components): [card]

* Update docs with new syntax
* Reorganize code for readabiltiies.

* chore: address PR comments

Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-12-14 22:32:51 +08:00
Ignace
2f7f113f69
docs: [popover] popper-style is not filled (#10736)
* Update popover.md

* Update popover.md

* Update popover.md
2022-12-14 13:57:44 +08:00
Jeremy
d02193ea23
docs(components): [breadcrumb] (#10962)
* docs(components): [breadcrumb]

* Update doc file with new syntax.
* Move instances to a dedicated file for readabilities.

* chore: address PR comments

Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-12-13 21:37:30 +08:00
Xc
2e172b68f7
docs(components): [config-provider] (#10881)
* docs(components): [config-provider]
* Adjust API style
2022-12-12 22:56:05 +08:00
Swara
af15f38a68
Update i18n.md (#10914) 2022-12-12 12:37:19 +00:00
Peak Wong
edb4a524f3
docs(components): [autocomplete] fix grammatica (#10917)
Update autocomplete.md

修改语法
2022-12-12 20:28:21 +08:00
kooriookami
701f27a2d5
docs(components): [Image] format doc (#10956)
* docs(components): [Image] format doc

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

Yes

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

Co-authored-by: qiang <qw13131wang@gmail.com>
2022-12-12 15:31:58 +08:00
zz
04f7ea8105
refactor(components): [statistic] (#10939)
* refactor(components): [statistic]

* fix: type error

* docs: fix style

* chore: use rAF

* chore: update docs
2022-12-12 10:42:48 +08:00
cx33
a4b73eccda
feat(components): el-image support set zoom-rate (#10930)
* feat(components): el-image support set zoom-rate

* docs(components): el-image add `zoom-rate` attr
2022-12-12 10:38:39 +08:00
Xc
69895aeccb
docs(components): [color-picker] (#10889)
* docs(components): [color-picker]
* Adjust API style
* classname

* Update docs/en-US/component/color-picker.md

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

Co-authored-by: qiang <qw13131wang@gmail.com>
2022-12-09 14:46:58 +08:00
Xc
15d146949f
docs(components): [checkbox] (#10888)
* docs(components): [checkbox]
* Adjust API style
* classname
2022-12-09 14:46:27 +08:00
Xc
d3518f8694
docs(components): [statistic] (#10895)
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
Co-authored-by: holazz <2418184580@qq.com>
2022-12-08 10:50:21 +08:00
qiang
1c20ad25b1
docs(components): [pagination] format the Type value (#10894)
* docs(components): [pagination] format the Type value

closed #10192

* docs(components): [pagination] format the Type value
2022-12-07 20:08:15 +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
Xc
4cac61f27f
docs(components): [button/input/scrollbar/autocomplete] object (#10891) 2022-12-04 14:57:08 +08:00
Xc
14cf36aa09
docs(components): [space] (#10880)
* correct type
2022-12-03 10:14:30 +08:00
Xc
4f74524349
docs(components): [link] (#10879)
* correct type
2022-12-03 10:13:19 +08:00
Xc
216a7a2dc9
docs(components): [layout] (#10878)
* correct type
2022-12-03 10:12:43 +08:00
Xc
6c7beab614
docs(components): [container] (#10877)
* correct type
2022-12-03 10:12:01 +08:00
Xc
04e17d533d
docs(components): [button] (#10876)
* correct type
2022-12-03 10:11:01 +08:00
RealityBoy
e7331c2cb9
docs: [menu] add popper-effect attribute (#10868) 2022-12-02 13:24:15 +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
Jeremy
6703747032
docs(components): [backtop] (#10788)
* docs(components): [backtop]

* Update to new syntax for the API sectionss.

* chore: adjust heading levels and adding comments for APIs

Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-11-27 23:52:13 +08:00
Jeremy
f17c8f3a2e
docs(components): [badge] enhancement (#10789)
* docs(components): [badge] enhancement

* Update badge docs per new syntax.
* Reorganize code per readability wise purpose.

* chore: remove component name prefix

Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-11-27 22:35:13 +08:00
吉仔
7810dc6405
docs(components): [rate] fix typo (#10753) 2022-11-25 01:47:16 +00:00
Jeremy
ecb4b0117e
docs(components): [avatar] (#10709)
* docs(components): [avatar]

* Update avatar documentation per new design.
* Move AvatarInstance to instance.ts for better readabilties.

* chore: remove backquote

* chore: update keywords to all-lowercase

* chore: refinement

Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-11-24 22:56:01 +08:00
0song
a389b80e3e
docs: update drawer doc deprecated custom-class (#10744) 2022-11-24 20:58:32 +08:00
Xc
c6d8589492
docs(components): [space] (#10685)
* docs(components): [space]
* Adjust API style
* export SpaceInstance

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

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

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

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

Co-authored-by: qiang <qw13131wang@gmail.com>
2022-11-22 21:39:34 +08:00
Xc
4d021bde98
docs(components): [layout] (#10682)
* docs(components): [layout]
* Adjust API style

* docs(components): [layout]
2022-11-21 21:57:21 +08:00
Xc
cb66a20612
docs(components): [container] (#10680)
* docs(components): [container]

* docs(components): [container]

* docs(components): [container]
2022-11-21 21:37:14 +08:00
Xc
f88d46e231
docs(components): [icon] (#10681)
* Adjust API style
2022-11-21 20:44:50 +08:00
Xc
c32e55f9fb
docs(components): [link] (#10683)
* docs(components): [link]
* Adjust API style

* docs(components): [link]
2022-11-21 20:21:52 +08:00
0song
04f131be4d
chore: update input doc (#10650) 2022-11-18 06:17:11 +00:00
Xc
8b974f1da0
docs(components): [button] add api prefix (#10628)
* docs(components): [button] add api prefix

* docs(components): [button] use CamelCase
2022-11-18 11:21:01 +08:00
Xc
f0439af1c1
docs(components): [scrollbar] add wrapRef (#10618) 2022-11-16 16:52:28 +08:00
iamkun
68eacd2b91
chore: update i18n dayjs (#10603) 2022-11-15 01:07:07 +08:00
Xc
5facbb70a5
docs(components): [scrollbar] exposes header name (#10597) 2022-11-14 03:53:02 +00:00
Xc
6d30e402d7
docs(components): [scrollbar] note warpRef (#10596)
docs(components): [scorllbar] note warpRef
2022-11-14 12:14:40 +09:00
Xc
b3553a1cae
docs(components): [button] (#10594)
* docs(components): [button]

* docs(components): [button]
2022-11-14 10:46:38 +08:00
Xc
6ab5d7c248
docs(components): [input][scrollbar] (#10593)
* type connection symbol
2022-11-14 10:26:42 +08:00
Xc
cb490ae3c1
docs(components): [scrollbar] (#10564)
* docs(components): [scrollbar]
2022-11-13 19:51:13 +08:00
Xc
90f7a484e7
docs(components): [input] edit events header name (#10589) 2022-11-13 18:55:29 +09:00
Xc
ec28a63530
docs(components): tag left spacing (#10562)
* Rename using kebab-case
* Adjust component and document spacing
2022-11-12 13:02:47 +08:00
iamkun
2167a01822
docs: fix error text (#10587) 2022-11-12 09:52:31 +08:00
Xc
a823d84f9f
docs(components): [dialog] add faq (#10543)
* docs(components): [dialog] add faq

* docs(components): [dialog] add faq
2022-11-10 15:07:12 +08:00
Xc
d1e615eca7
docs(components): [input] (#10513)
* docs(components): [input]
* Update input doc
* Add description for input props
* Add exposes attribute to doc
* Add a11y tag

* docs(components): [input]
2022-11-09 23:57:22 +08:00
btea
d560ce2b4e
chore(docs): [table-v2] update column attribute name (#10531) 2022-11-09 12:39:29 +08:00
HzLin
1538f91897
docs(components): [Tree] (#10511) 2022-11-07 21:25:11 +08:00
HzLin
2512d8c92b
docs(components): [Skeleton] (#10510) 2022-11-07 13:24:51 +00:00
HzLin
3ead5905aa
docs(components): [Transfer] (#10508) 2022-11-07 21:24:05 +08:00
HzLin
eb8f607629
docs(components): [Virtualized Tree] (#10507) 2022-11-07 21:22:29 +08:00
HzLin
34fc9a6e6d
docs(components): [Popconfirm] (#10506) 2022-11-07 21:08:26 +08:00
HzLin
5f39562a57
docs(components): [DateTimePicker] (#10505) 2022-11-07 21:07:38 +08:00
Xc
8a694e729b
docs(components): [autocomplete] (#10478)
* Normalized API
2022-11-06 22:34:50 +08:00
Jeremy
5221e3eb5d
fix(docs): [alert] (#10460)
* Replace jsx like tags in markdown table.

Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-11-06 12:17:54 +08:00
btea
44c6ac7f56
chore(docs): [autocomplete] remove extra quotes (#10444) 2022-11-05 19:26:59 +08:00
Jeremy
39faf4beaa
fix(docs): [autocomplete] [affix] (#10443)
* Replace jsx with customized API syntax

Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-11-05 15:50:20 +08:00
Jeremy
d3329cc578
fix(docs): [autocomplete] (#10426)
* Fix crowdin possible error when using with html tag

Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-11-04 15:31:33 +00:00
Jeremy
71e6365a74
docs(components): [autocomplete] (#10405)
* docs(components): [autocomplete]

* Add new API component `ref-type`.
* Update doc API name font-family.
* Update API popup style.
* Update Autocomplete documentations.
2022-11-04 16:19:17 +08:00
Jeremy
8ccb7df2df
docs(components): [alert] (#10373)
* docs(components): [alert]

* Update alert doc.
* Add comment for alert props.
* Reorganize code.
2022-11-03 20:38:41 +08:00
Jeremy
dd65c73870
docs(components): [affix] (#10345)
docs(components): [affix]

* Add lost exposed API to documentation.
* Refine code.
* Add descriptions for APIs.
* Refine implementation for `FunctionType` and `EnumType`.
* Update affix documentation based on the changes above.

Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-11-01 21:52:16 +08:00
Xc
44b04fcf49
docs(components): [button] api complement (#10334)
* docs(components): [button] api complement

* docs(components): [button] api complement

* docs(components): [button] api complement
2022-11-01 14:09:10 +08:00
Peak Wong
deccb07f1f
docs: update tooltip.md (#10325) 2022-10-31 08:03:04 +00:00
Danny Hebert
edd8b3cebe
feat(components): [dropdown] add props for teleported API (#10012) 2022-10-27 15:19:49 +08:00
Xc
1f22916ad7
fix(components): [tooltip] remove deprecated api (#10264) 2022-10-27 15:16:29 +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
Jason Ren
6d624f1a76
docs(components): [Autocomplete] add h1 to autocomplete docs and little tweaking (#10174) 2022-10-22 09:22:43 +08:00
iamkun
6890afc149
chore: add missing docs (#10185)
Revert "chore: rm error doc (#10180)"

This reverts commit ceef0a56ec.
2022-10-21 14:48:25 +00:00
iamkun
ceef0a56ec
chore: rm error doc (#10180) 2022-10-21 20:53:44 +08:00
Danny Hebert
04820a4dcf
feat(components): [message-box] add append-to option (#10071) 2022-10-18 21:47:26 +08:00
zz
ed03cd42bb
docs: fix dialog demo display error (#10136) 2022-10-18 15:21:26 +08:00
Qiang
f6157c7312
docs: fix a typo (#10115) 2022-10-17 20:58:24 +08:00
c0dedance
b053af67c2
docs: update messsage (#10094)
Update message.md
2022-10-15 12:09:51 +08:00
0song
359d2f6587
docs: fix doc tag (#10083) 2022-10-13 16:24:50 +00:00
0song
1f16d3acb4
docs: fix missing title (#10082) 2022-10-13 09:00:41 +00:00
Xingjian Zhang
2985bd5188
fix(components): [tabs] fix typo of PaneName (#10006) 2022-10-13 11:20:30 +08: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
qiang
ae67a610bd
docs: optimize the format of some types in the document (#9998) 2022-10-05 18:21:36 +08:00
btea
30a5e52630
docs(components): [table-v2] add row-expand event (#9979) 2022-10-01 12:18:49 +08:00
Qiang
cc8b816bd9
fix(components): [form] no margin when there is no label (#9940) 2022-09-27 14:54:00 +00:00
LIUCHAO
58bebc9734
docs: fix typo (#9866) 2022-09-22 15:00:11 +08:00
洪布斯
717286ec9c
docs: fix import locale path (#9683)
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-09-16 20:54:01 +08:00
云游君
f90d3aa6ac
docs(form): fix hide-required-asterisk desc (#9763) 2022-09-14 18:55:18 +00:00
三咲智子
d6acdc821f
docs: move documentations to docs (#9733) 2022-09-11 16:45:16 +08:00
三咲智子
3fb5f1d01c
docs: move translation guide to docs (#9730) 2022-09-11 14:36:50 +08:00
iamkun
d215feec39
docs: update table v2 doc (#8203)
* docs: update table v2 doc

* chore: update

Co-authored-by: RealityBoy <1923740402@qq.com>
2022-09-11 01:08:33 +08:00
Lê Quang Đông
e3e0038290
Update tree.md (#9729) 2022-09-11 00:34:04 +08:00
qiang
189c379ddc
chore: add attribute enum autosuggestion for WebStorm (#9663) 2022-09-10 09:14:31 +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
brokenbones
678fc5cdf2
docs(components): [slider] update size attributes (#8795) 2022-09-06 17:00:25 +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
Xc
320b28bd20
feat(components): [select-v2] add placement (#9622)
* feat(components): [select-v2] add placement

* fix(components): [select-v2] type error

* fix(components): [select-v2] type error
2022-09-04 20:34:36 +08:00
Xc
2a1cdbd8eb
feat(components): [select] add placement (#9621) 2022-09-04 19:25:01 +08:00
Xc
262bb786c8
docs(components): adjust the type of focus event (#9620) 2022-09-04 17:07:19 +08:00
amaury-hanser
97380c5525
docs(components): fix popper-options to provide working example (#8793)
popper-options attribute allow to pass popper js options

the example was wrong and misleading.

closed #8464

Co-authored-by: RealityBoy <1923740402@qq.com>
2022-09-04 00:15:48 +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
Xc
9be30f9127
docs: [tree] fix node-click parameter description (#9614) 2022-09-03 22:56:05 +08:00
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
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
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
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
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
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
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
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
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
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