Commit Graph

356 Commits

Author SHA1 Message Date
js
565a022963
docs(components): [layout] format responsive layout example (#16363)
docs(components): [layout] format responsive layout example
2024-04-02 14:37:00 +08:00
yinyueyu
36ebbc7dfe
docs(components): [datetime-picker] update calculation of shortcut key values (#16316)
Update date-and-time.vue

[date-picker] update calculation of shortcut key value
2024-03-29 17:03:52 +08:00
bhwa23
b3c423ff11
feat(components): [badge] add color prop (#16069)
* feat: 🎸 [badge] add color prop

add color prop to set badge background color

* Update badge.md

* 更新文档

* docs: ✏️ [badge] add color prop

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

---------

Co-authored-by: btea <2356281422@qq.com>
2024-03-29 15:11:03 +08:00
selicens
1ec6fe5830
feat(components): [input-number] support slot custom icons (#16275)
* feat(components): support slot custom icons

* chore:add version identifier

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

* chore: adjusting Layout

* docs: add version

* chore: rename slots

* test: update test cases

* docs: uodate description

* chore: rename

---------

Co-authored-by: btea <2356281422@qq.com>
2024-03-29 14:10:29 +08:00
yinyueyu
30b223bcde
docs(components): [date-picker] update calculation of shortcut key values (#16262)
* Update date-and-time-range.vue

Modified the calculation of the time control date range selection to a date function in JavaScript to correctly calculate the time span.

* Update docs/examples/datetime-picker/date-and-time-range.vue

---------

Co-authored-by: btea <2356281422@qq.com>
2024-03-28 17:27:46 +08:00
kooriookami
dc19ddff10
feat(components): [message] add plain prop (#16214)
* feat(components): [message] add plain prop

* feat(components): update
2024-03-26 12:03:51 +08:00
btea
39a61350d3
feat(components): [tree] lazy load provide reject (#16099) 2024-03-23 10:55:23 +08:00
sea
e80262b2db
fix(components): [anchor,tour] the type type typo (#16119)
chore: fix typo
2024-03-13 14:46:02 +08:00
kooriookami
f8ca913a1d
fix(components): fix deprecated warning (#16034) 2024-03-04 22:06:40 +08:00
赵添
f71a112722
docs(components): [anchor] word error (#16040) 2024-03-04 06:31:00 +00:00
赵添
6cdb7e08ef
docs: [anchor] add locale (#16022) 2024-03-04 09:57:54 +08:00
Jed
53bc6517f2
feat(components): [Carousel] Add motion blur functionality (#15603)
* feat(components): [Carousel] Add motion blur functionality

docs(components): [Carousel] Add example properties

docs(components): [Carousel] Add docs properties

* fix(components): [Carousel] change the id name in filter in svg

fix(components): [Carousel] button to remove motion blur effect

fix(components): [Carousel] svg hides when motion blur is false

* update(components): [Carousel]  docs/en-US/component/carousel.md

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>

* update(components): [Carousel] docs/examples/carousel/motion-blur.vue

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>

* update(components): [Carousel] docs/examples/carousel/motion-blur.vue

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>

* update(components): [Carousel] packages/components/carousel/src/carousel.ts

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>

* docs(components): [Carousel]  add feature version labels

---------

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2024-02-29 14:54:06 +08:00
kooriookami
3ca4473aeb
feat(components): [checkbox & radio] Use value instead of label act as value (#15525)
* feat(components): [checkbox & radio] Use value instead of label

* feat(components): update

* feat(components): update

* feat(components): update

* feat(components): update

* feat(components): update

* feat(components): update test

* feat(components): true-value false-value

* feat(components): update
2024-02-28 12:48:07 +08:00
赵添
25bebce59d
feat(components): anchor component (#15670)
* feat(components): anchor component

* fix(components): [anchor] marker opacity style

* test(components): [anchor] update snapshots

* fix(components): [anchor] style change and add version tag

* docs(components): [anchor] affix mode demo add affix offset

* fix(components): [anchor] change api

* fix: slot name change

* fix: scrollTo method change

* fix: delete getCurrentAnchor api

* style: text overflow

* docs: change toc to anchor

* refactor: useEventListener

* fix: update

* fix: update
2024-02-27 14:22:26 +08:00
kooriookami
ed984561de
style(components): [alert] Update alert style (#15911) 2024-02-23 16:23:45 +08:00
kooriookami
d1a7fd102a
style(components): [message] Update message style (#15912)
* style(components): [message] Update message style

* test(components): update test
2024-02-23 16:23:32 +08:00
Xc
48a056b051
docs: modify layout style (#10514)
* docs: modify layout style

* docs: modify nav padding

* docs: update style

* feat: update

* docs: upadte

* docs: update

* docs: modify layout style

* docs: update style

* feat: update

* docs: upadte

* docs: update

* docs: update

* docs: update

* docs: remove empty script

* docs: update

---------

Co-authored-by: kooriookami <bingshuanglingluo@163.com>
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2024-02-19 20:10:44 +08:00
Xc
7fd6e4f453
fix(components): [tabs] slot name use kebab-case style (#15733)
* fix(components): [tabs] slot name use kebab-case style

* fix(components): [tabs] slot name use kebab-case style

* fix(components): [tabs] slot name use kebab-case style

* docs(components): [tabs] use deprecated tag
2024-02-02 15:24:13 +08:00
kooriookami
9cf28d22fe
feat(components): [check-tag] add type prop (#15727)
* feat(components): [check-tag] add type prop

* feat(components): update
2024-02-02 09:22:42 +08:00
kooriookami
2863f2fde3
style(components): [tour] Improve style and docs (#15706)
* style(components): [tour] Improve style and docs

* style(theme-chalk): update
2024-01-31 10:35:36 +08:00
btea
a6a22dfc6a
docs(components): [dropdown] make the arrow icon center (#15704) 2024-01-29 16:46:34 +08:00
kooriookami
ee7a21f670
feat(components): [message-box] MessageBox can drag overflow the viewport (#15674)
feat(components): [message-box] can drag overflow the viewport
2024-01-26 10:20:08 +08:00
kooriookami
67cd7e95e6
feat(components): [dialog] Dialog can drag overflow the viewport (#15643)
* style(components): [dialog] Modify dialog style and docs

* chore: update

* feat(components): [dialog] add overflow prop

* feat(components): update
2024-01-25 15:03:34 +08:00
赵添
a4c17ee50f
feat(components): [tour] target prop add more type (#15578)
* feat(components): [tour] target prop add more type

* docs(components): [tour] target prop add description

* docs(components): [tour] add example and version tag
2024-01-19 11:46:49 +08:00
kooriookami
feb169fe93
feat(components): [select & select-v2] Add loading slot (#15540)
* feat(components): [select & select-v2] Add loading slot

* feat(components): update
2024-01-18 12:23:41 +08:00
kooriookami
405a4aa393
feat(components): [select-v2] Add header and footer slots (#15519)
* feat(components): [select-v2] Add header and footer slots

* feat: update
2024-01-16 16:09:51 +08:00
zepeng
128b117e85
docs(components): [tree] example of modifying custom node class (#15320) 2024-01-12 13:11:06 +09:00
Sefa UN
6de47df5bf
[doc] unnecessary code (#15469) 2024-01-11 15:03:45 +00:00
kooriookami
5844947198
refactor(components): [select & select-v2] Refactor components (#15352)
* refactor(components): [select&select-v2] refactor components

* refactor(components): [select-v2]

* refactor(components): update

* refactor(components): update

* refactor(components): [select-v2]

update

* refactor(components): update

* refactor(components): update

* refactor(components): update type

* refactor(components): update

* refactor(components): update

* refactor(components): update style

* refactor(components): update docs

* refactor(components): update

* refactor(components): fix #15323

* refactor(theme-chalk): update

* refactor(components): update

* refactor(components): update

* refactor(components): update

* refactor(components): fix bugs

* fix(components): fix issue

* fix(components): update

* fix(components): fix some bug

* feat(components): update

* feat(components): add tag slot

* feat(components): update

* fix(components): update

* style(theme-chalk): update style

* fix(theme-chalk): update

* feat(theme-chalk): update

* fix(components): update

* feat: update

* feat: update

* feat: update

* feat(components): update
2024-01-10 11:14:58 +08:00
btea
4c6d7f9ca2
refactor(docs): [tour] use ButtonInstance and format code (#15304) 2023-12-28 22:53:10 +08:00
赵添
2fd7ba82ab
feat(components): tour component (#14952) 2023-12-27 14:49:11 +08:00
wzc520pyfm
61ac2fe752
docs(components): [statistic] add transition example (#14959) 2023-12-26 20:25:00 +09:00
知晓同丶
9e34ea5e54
feat(components): [autocomplete] add loading slot (#15206)
* feat(components): [autocomplete] add `loading` slot

* chore: Update autocomplete.md

* docs(components): [autocomplete] modify loading slot description

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

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

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

---------

Co-authored-by: zhixiaotong <zhixiaotong.me@qq.com>
Co-authored-by: btea <2356281422@qq.com>
2023-12-23 16:48:08 +08:00
Henry Ge
cdd7b505b3
docs(docs) 穿梭框的自定义部分有误 (#15215)
穿梭框的change事件的回调函数中value的类型是个数组(number[] | string[])
2023-12-22 09:16:34 +00:00
Innei
6befedd11c
fix(components): [collapse-transition] collapse get el exists height (#14801)
fix: collapse get el exists height

Signed-off-by: Innei <i@innei.in>
2023-12-14 19:22:14 +08:00
星如雨
df0befcad0
feat(components): [switch] (in)active icon slot (#15078)
* feat(components): [switch] (in)active icon slot

* feat(components): [switch] slots are renamed

* test(components): [switch] action-slot test case
2023-12-09 10:16:05 +08:00
知晓同丶
750088624e
feat(components): [menu] add popperOffset and ellipsisIcon props(#14923) (#15051)
* feat(components): [menu] add popperOffset and ellipsisIcon props(#14923)

* Update docs/examples/menu/ellipsis.vue

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>

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

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>

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

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>

* docs(components): [menu] upgrade props

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

Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>

---------

Co-authored-by: zhixiaotong <zhixiaotong.me@qq.com>
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2023-12-06 10:34:47 +08:00
kooriookami
5017ce5452
[Docs] Update homepage (#14534)
* docs: update homepage

* docs: update

* docs(element-plus): update font

* docs(theme-chalk): form font inherit
2023-11-29 12:12:09 +08:00
Cheerwhy
f37d056441
feat(components): [select] add header and footer slot (#14876)
* feat(components): [select] add header and footer slot

* fix(docs): [select] incorrect word

* fix(theme-chalk): [select-dropdown] incorrect padding

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

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

* Apply suggestions from code review

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

---------

Co-authored-by: qinzz <qinzz@chint.com>
Co-authored-by: btea <2356281422@qq.com>
2023-11-27 15:26:48 +08:00
btea
92df6df5b6
fix(docs): [watermark] adjusting the text color in dark mode (#14871) 2023-11-19 13:31:30 +08:00
faga
dfad5539f5
feat(components): [card] adds footer slot (#10357)
feat(components): [card]

adds footer slot

closed #6873

Co-authored-by: btea <2356281422@qq.com>
2023-11-06 19:29:22 +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
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
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
刘臻
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
btea
5ebce79d5b
fix(docs): [form] label-position type error (#14312) 2023-09-18 08:55:13 +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
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
btea
82c7de1e77
docs: fix example ts error (#13849) 2023-08-04 21:22:13 +08:00
btea
b765ebfa80
feat(components): [switch] add custom action icon prop (#13746) 2023-07-30 08:44:46 +08:00
zepeng
6256bde3a0
docs(components): [tree-v2] add some disabled nodes (#13484)
* docs(components): [tree-v2] add some disabled nodes

* docs(components): [tree-v2] add some disabled nodes
2023-07-06 20:06:34 +09:00
754664196
ff6db7dcf7
docs: [progress] remove useless style (#13465)
docs(docs):circular-progress-bar文档出现了多余的css信息

Co-authored-by: HeZhi <zhi.he@caijai.com>
2023-07-04 15:10:31 +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
Wu Rui
e416826fae
fix(components): [calendar] improve types (#13165) 2023-06-15 01:10:36 +08:00
Wu Rui
01f74e7536
fix(components): [form] improve types (#12549)
* fix(components): [form] improve types

* fix(components): [form] improve FormRules type, support object and array

* fix(components): [form] improve FormRules type with comment

* fix(components): [form] allow number as key in FormRules type

* chore(components): [form] fix FormRules type example

* chore: remove extra import

* chore: update form/custom-validation and form/validation examples

* chore(components): [form] update example
2023-06-11 20:36:27 +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
btea
232649a42e
docs: update the tree component filter example data type (#12942) 2023-05-26 11:47:04 +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
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
0xOK
ead49ae579
docs: [tooltip] Modify sample code (#12392) 2023-05-02 10:35:51 +08:00
Wu Rui
0f4aeaf3c0
fix(components): [dropdown] improve types (#12514) 2023-04-20 19:59:38 +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
PikiLee
d85ed0f6fa
docs: [upload] Fix typo (#12186) 2023-03-24 19:57:12 +09:00
류한경
b0f1be8210
docs: [tabs] fix type (#12177) 2023-03-23 21:43:10 +09:00
Snlan
7773df6b62
fix(docs): [tabs] example type error (#12160)
* fix(docs): [tabs] example type error

* fix(docs): [tabs] type replace

---------

Co-authored-by: alan.wu <snfzi@qq.com>
2023-03-22 19:36:19 +09:00
zt123123
6a8a5aaf3a
fix(components): [tooltip] remove mousemove listener when unmount (#11940)
Co-authored-by: Jeremy <15975785+jw-foss@users.noreply.github.com>
2023-03-12 14:26:51 +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
qiang
6b983e1215
chore(components): [table-v2] accessibility improvement (#11891) 2023-03-08 15:14:06 +08:00
jiangyeka
ce79ee1abe
docs: [form] add FormRules type assertion (#11711)
* feat(docs): [form] 完善文档的案例规则类型

* feat(docs): [form] 修改类型位置

---------

Co-authored-by: jinpeng <jinpeng@mbse.com.cn>
2023-02-24 19:14:51 +08:00
acyza
c1068870e3
docs(components): [table] 筛选demo在ElementPlusPlayground中无预览效果 (#11661) 2023-02-22 00:13:03 +08:00
Xc
9a119d8081
feat(components): [statistic] (#11420)
* feat(components): [statistic]

* feat(components): [statistic]
2023-02-04 20:20:18 +08:00
NekoYyang
6a2f327a79
fix(components): [link] fix the link jump to element-ui (#11357)
Fix the link jump to elementui
2023-01-29 22:23:28 +08:00
Ayden
d6b14cf303
fix(component): [badge] fix auto width (#11003)
* fix: badge auto width

* fix(components): [badge] remove inset-inline-end
2023-01-10 16:45:28 +08: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
qiang
b9853474ec
docs(components): [cascader] fix type error (#10961)
closed #10937
2022-12-12 20:23:30 +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
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
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