Commit Graph

4917 Commits

Author SHA1 Message Date
Element
4e62015a70
chore: Update changelog 2.4.2 (#14737)
chore: update changelog 2.4.2
2023-11-03 05:58:39 +00:00
btea
e95324fa41
Revert "fix(components): [table] tooltipOptions.showAfter is not effe… (#14735)
Revert "fix(components): [table] tooltipOptions.showAfter is not effective (#13175)"

This reverts commit 6238ec8456.
2023-11-03 12:58:05 +08:00
xingyixiang
6238ec8456
fix(components): [table] tooltipOptions.showAfter is not effective (#13175)
* fix(components): [table]
tooltipOptions.showAfter is not effective

* fix(components): [table]
tooltipOptions.showAfter is not effective

---------

Co-authored-by: btea <2356281422@qq.com>
2023-11-02 21:27:49 +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
yujinpan
c56968895b
fix(components): [tree-select] v-model invalid when source changes (#14603) 2023-10-30 18:48:23 +08:00
Jungzl
b2e26e3828
fix(components): [dialog] consistent imports of lodash 2023-10-30 13:01:08 +08:00
Chen
fd5fc8e855
fix(components): [dialog] fix el-dialog z-index bug (#14373)
* Fix el-dialog z-index bug

* Update packages/components/dialog/src/use-dialog.ts

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

* chore: lint error

---------

Co-authored-by: qiang <qw13131wang@gmail.com>
Co-authored-by: btea <2356281422@qq.com>
2023-10-29 21:54:44 +08:00
Icey Wu
3b27db428b
feat(components): [watermark] add font textAlign and textBaseline (#14567) 2023-10-29 11:42:58 +08:00
cc heart
2c11496a76
fix(components): [rate] Fix the background rate when decimal (#14622)
* fix(components): rate

fix the background rate when decimal

closed #14619

* test: add test case
2023-10-28 21:23:25 +08:00
qiang
bb12dd5e7e
fix(components): [select-v2] label error when value not in the options (#14656)
closed #14621
2023-10-28 20:29:31 +08:00
Manon.icu
940b2648d3
feat(i18n): add Swahili(sw) translation (#14660)
Co-authored-by: pfan <fan.pan@palmpay-inc.com>
2023-10-28 12:03:52 +08:00
betavs
3a152cbc0e
fix(components): [message-box] uncaught on draggable (#14618) 2023-10-27 13:51:50 +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
白雾三语
991496d850
fix(components): [select] Fix border and shadow color error (#12757)
* fix(components): [select] Fix border and shadow color error

* fix(components): [select] updated code

* fix(components): [select] updated code
2023-10-22 10:06:33 +09:00
Element
5b54c5d1cf
chore: Update changelog 2.4.1 (#14588)
chore: update changelog 2.4.1
2023-10-18 04:53:57 +00:00
qiang
808d7a6235
fix(components): [select] input height calculation error (#14565)
closed #14561
2023-10-18 12:27:40 +08:00
云游君
495644e677
fix(theme-chalk): menu horizontal popover height, close #14566 (#14573) 2023-10-18 12:25:16 +08:00
qiang
730ffa35e9
fix(components): [watermark] missing the CSS file (#14564)
closed #14560
2023-10-18 11:43:41 +08:00
Karolis_Stoncius_Sneakybox
26e9727299
feat(components): [switch] add label attribute for accessibility (#14319)
* feat(components): [switch] add label attribute for accessibility

* refactor(components): [switch] set default switch label to undefined

* docs: version change
2023-10-16 07:08:09 -05:00
wzc520pyfm
40b64dfb57
docs(components): [upload] use new display tag (#12701)
* docs(components): [upload] use new display tag

* docs(components): [upload] add description for beford-upload

* feat(components): [upload] delete useless attribute

* docs(components): [upload] adjust description and default for attr

* docs(components): [upload] add more detail for data attr
2023-10-15 08:02:13 -05:00
cuongle-hdwebsoft
cea19ac161
fix(components): prevent carousel from auto playing (#14553)
prevent carousel from auto playing

closed #14524
2023-10-15 19:38:17 +08:00
cuongle-hdwebsoft
0e9cadeeed
fix(components): inconsistent style rounded button (#14552)
fix(components): fix: inconsistent style rounded button

fix: inconsistent style rounded button

closed #14550
2023-10-15 06:20:59 -05:00
sleepyShen1989
61b79d4bbe
test(components): [alert] change test case to match description (#14551) 2023-10-15 13:16:50 +08:00
btea
0f7f88df81
docs(components): [watermark] update font (#14542) 2023-10-14 18:30:41 +09:00
0song
a037681944
chore: action memory (#14541) 2023-10-13 10:57:20 +00:00
Element
ec77505a9d
chore: Update changelog 2.4.0 (#14538)
chore: update changelog 2.4.0
2023-10-13 07:32:20 +00:00
qiang
db0e65577d
refactor(components)!: [select-v2] value-key is used for object select (#13263)
refactor(components): [select-v2] value-key is used for object select
2023-10-13 13:08:34 +08:00
gimjin
4b5a9bf279
fix(components): [text] not support multi-line ellipsis (#11976)
* docs(components): [text] line-clamp prop and update example

* test(components): [text] line-clamp test

* fix(components): [text] not support multi-line ellipsis

* docs: updata

---------

Co-authored-by: qiang <qw13131wang@gmail.com>
2023-10-13 11:26:54 +08:00
一只前端汪
cba217228f
feat(components): [date-picker] add dateFormat and timeFormat props (#14330)
* fix(components): [time-picker] extractDateFormat extractTimeFormat

* fix(components): [time-picker] Provide default return values

* feat(components): [date-picker] add dateFormat and timeFormat props

* feat(components): [date-picker] update demo

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

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

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

---------

Co-authored-by: qiang <qw13131wang@gmail.com>
Co-authored-by: btea <2356281422@qq.com>
2023-10-13 11:18:23 +08:00
qiang
7f375f09af
fix(components): [menu] remove excess inline styles (#13693)
* fix(components): [menu] remove excess inline styles

* fix(theme-chalk): [menu] fix styles
2023-10-13 10:37:03 +08:00
也曾为你像超人
10fb2233f8
fix(components): [sub-menu] style error in collapsed state (#13135)
* fix(components): [sub-menu] style error in collapsed state

* fix(theme-chalk): [menu] optimize

---------

Co-authored-by: tolking <qw13131wang@gmail.com>
2023-10-13 09:34:09 +08:00
btea
931beda288
docs: update version tag (#14532) 2023-10-13 08:52:41 +08:00
Icey Wu
39fe0a4e22
feat(components): [image-viewer] add minScale and maxScale (#14120)
* fix(components): [image-viewer] add scale props

* docs(components): [image] add min-scale and max-scale  properties

* feat(components): [image] add minScale and maxScale properties

* docs(components): [image] add example properties

* docs(components): [image] add docs  properties

* docs(components): [image] add docs properties

* docs(components): [image] update  version tag
2023-10-12 15:23:48 +00:00
qiang
ca8846c532
feat(components): [select] accessibility enhancement (#14503)
* feat: accessibility enhancement

* fix: adjusting the attributes of Scrollbar

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

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

* docs: updata

* fix(components): [select] aria-selected error

---------

Co-authored-by: btea <2356281422@qq.com>
2023-10-12 09:29:00 -05:00
Karolis_Stoncius_Sneakybox
9e08fef52c
fix(components): [checkbox] indeterminate checkbox a11y fix (#14322) 2023-10-12 08:55:23 -05:00
qiang
942284dbe1
fix(components): [table] show-summary style error when table-layout=auto (#14523) 2023-10-12 08:46:01 -05:00
btea
e0f47610e4
feat(docs): theme switch use startViewTransition api (#14489)
* feat(docs): theme switch use startViewTransition api

* chore: format

* feat: update
2023-10-12 21:33:26 +08:00
betavs
ef0d5820b4
fix(components): [upload] icon style abnormal (#14471) 2023-10-12 15:48:29 +08:00
一只前端汪
b823348790
fix(components): [table] fix summary row cells on table with layout auto not aligned with data cells (#14315)
fix(components): [table] fix summary row cells not aligned
2023-10-12 13:02:44 +08:00
kamesan012
cae9ef17b8
fix(components): inline style doesn't use the custom sass setting value (#14117)
* fix(components): inline style doesn't use the custom sass setting value

closed #14038

* Update packages/components/select/src/useSelect.ts

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

* fix(components): update codes

* fix(components): use ns.cssVarName('input-height')

---------

Co-authored-by: btea <2356281422@qq.com>
2023-10-11 19:14:38 -05:00
wzc520pyfm
4bfe10e682
docs(components): [descriptions] use new display tag (#12673) 2023-10-11 10:28:46 -05:00
qiang
351774f418
feat(components): [color-picker] add focus and blur event (#14244)
* feat(components): [color-picker] add focus blur event

* docs: updata
2023-10-11 14:13:59 +00:00
井柏然
d88cb758d8
fix(components): [carousel] two length transform optimize (#12174)
* fix(components): [carousel] two length transform optimize

* fix(components): [carousel] default init function slot

* fix(components): [carousel] cancel optimize when loop is false

* fix(components): [carousel] filter card type

* fix: test

* style: code lint

* fix: cardtype

* fix: remove test code

* fix: act index

* feat: use flattedchildren

* fix: code lint

* fix: rename and add comment
2023-10-11 19:32:26 +08:00
btea
e32cef1d1b
refactor(components): [checkbox] set the label default value to undefined (#14011)
* fix(components): [checkbox] allow the label value to be number 0

* fix: update computed

* test: add test case

* fix: update
2023-10-11 15:00:09 +08:00
井柏然
0137d4cfcb
fix(components): [table] table-layout auto fixed by sticky (#11742)
* fix(components): [table] table-layout auto fixed by sticky

* Update packages/theme-chalk/src/table.scss

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

* fix(components): [table] add index variable for thead

* fix(components): [table] const z-index change to variable

* fix(components): [table] thead, scrolbar, border add z-index

* fix: remove duplicate property

---------

Co-authored-by: qiang <qw13131wang@gmail.com>
2023-10-11 13:45:22 +08:00
btea
5401f46d74
docs(components): [watermark] update doc (#14500) 2023-10-10 20:05:31 +08:00
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
wonderl17
0a46c24da9
fix(components): [color-picker] exposed show method wrong behavior (#14064)
fix(components): [color-picker] fix show method wrong behavior
2023-10-09 19:51:47 +08:00
btea
fd7f4df020
fix(play): apply esbuild plugin to tsx component (#14480) 2023-10-09 16:45:40 +08:00