Commit Graph

1032 Commits

Author SHA1 Message Date
betavs
9867c88ef6
docs(components): [dialog] docs description abnormal (#14496) 2023-10-10 17:46:11 +08:00
刘臻
7916200ba4
feat(components): watermark component (#14236)
* feat(components): watermark component

be able to set text,multi-text,image as watermark

* docs(components): update image watermark example

update the image for dark mode
2023-10-10 17:42:22 +08:00
btea
db16e31489
feat(components): [tabs] add addIcon slot (#12970)
* feat(components): [tabs] add addIcon slot

* docs: add example

* docs: update tabs.md

* chore: add version tag
2023-09-19 13:33:33 +08:00
dopamine
1bf6f1bc7a
docs(form): add that prop supports dot notation string (#14325) 2023-09-18 22:03:41 +08:00
btea
5ebce79d5b
fix(docs): [form] label-position type error (#14312) 2023-09-18 08:55:13 +08:00
zepeng
ae29ec5436
docs: [table-v2] modify the type definition of the row slot (#14254)
* fix(docs): [table-v2] modify the type definition of the row slot

* Update table-v2.md

* Update table-v2.md
2023-09-17 14:31:03 +08:00
dopamine
92382ddca5
docs(descriptions): fix the customed style example (#14310) 2023-09-17 08:40:43 +08:00
云游君
8e1997626c
feat: add menu horizontal height for img center (#14307) 2023-09-16 15:57:33 +08:00
0song
e345f5cfea
chore: update crowdin version to fix jdk error (#14300) 2023-09-14 13:43:43 +00:00
GU Yiling
6e24736f89
fix(components): [date-picker] month range should emit calendar-change (#14262) 2023-09-13 16:53:11 +08:00
Bean Deng 邓斌
5d7532de30
fix(docs): [upload] fix the version of supporting async data (#14242) 2023-09-10 09:29:27 +08:00
btea
27e2c59c62
docs: refactor switch theme (#14036) 2023-09-09 19:55:22 +08:00
btea
0b14c516e6
fix(docs): [date-picker] calendar-change event parameter type error (#14237) 2023-09-09 19:54:29 +08:00
Jianjun Yu
d96555fa9c
feat(components): [upload] support async data (#14015)
* feat(components): [upload] support async data

* feat(components): [upload] support async data

* fix(components): [upload] unit test

* fix(components): [upload] unit test

* feat(components): [upload] update data docs

* fix(components): [upload] unit test

* chore: add version

---------

Co-authored-by: Hefty <yeyuqiudeng@gmail.com>
2023-09-08 15:57:05 +08:00
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
zepeng
bb2cf0bfe9
chore(docs): updating the implementation of the theme switch button (#14014)
* chore(docs): updating the implementation of the theme switch button

* chore(docs): updating the implementation of the theme switch button

* chore(docs): updating the implementation of the theme switch button
2023-08-22 16:40:26 +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
82c7de1e77
docs: fix example ts error (#13849) 2023-08-04 21:22:13 +08:00
btea
ff87efdb95
docs: logo and parallax add drop-shadow (#13833) 2023-08-03 21:37:36 +08:00
kooriookami
3ba7babc74
Doc/figma (#13804)
* docs: update resource page

* docs: update

* docs: update

* docs: update
2023-08-03 16:55:02 +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
Jungzl
e69928e917
docs: align ::marker and anchor on the same line in firefox (#13752) 2023-07-31 17:57:41 +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