ntnyq
8f9d512129
feat(components): [cascader] add tag-effect prop ( #17443 )
...
* feat(components): [cascader] add `tag-effect` prop
* docs: sync version tag
Co-authored-by: qiang <qw13131wang@gmail.com>
---------
Co-authored-by: qiang <qw13131wang@gmail.com>
2024-07-20 08:55:15 +08:00
sea
0f93f11ad4
fix(components): [table] expand-row-keys change to explicit type ( #17333 )
...
fix: change to explicit
2024-07-19 16:05:57 +08:00
momei
2c0b196fef
docs(components): [message-box] fix api prop description ( #17592 )
2024-07-19 13:49:17 +08:00
Panzer_Jack
dbfa93bab1
feat(components): [date-picker] type
add months
params ( #17342 )
...
* feat(components): [date-picker] `type` add `months` params
closed #17317
* feat(components): [date-picker] optimized code
* docs(components): [date-picker] enhanced multiple selection example
* test(components): [date-picker] add test
---------
Co-authored-by: Panzer_Jack <shenchang@bilibili.com>
2024-07-19 11:47:25 +08:00
sea
ff4aadb6ab
docs: perf highlight display and simplify code ( #17588 )
2024-07-19 09:34:36 +08:00
0song
38a4b0ac8c
feat(components): [cascader] add persistent props to cascader to improve performace ( #17526 )
...
* feat: add persistent props to cascader to improve performace
* chore: update doc
2024-07-15 21:21:21 +08:00
dopamine
f6b7fb30a8
refactor(docs): upgrade vitepress ( #17444 )
...
* docs: upgrade vitepress
* revert original copy button
---------
Co-authored-by: 云游君 <me@yunyoujun.cn>
2024-07-15 18:30:10 +08:00
sea
2082247ebb
docs(components): [radio & checkbox] add using value
tip and perf examples ( #17051 )
...
docs: [radio & checkbox] add using `value` tip and perf examples
2024-07-13 09:59:31 +08:00
0song
fc49b9de25
chore: update doc ( #17506 )
2024-07-10 11:55:48 +00:00
ntnyq
4a30d886a8
feat(components): [select & select-v2] add tag-effect
prop ( #17445 )
2024-07-07 12:40:09 +08:00
sea
ea6b50fdc6
docs: add single closed tag tip for using CDN in HTML
( #17404 )
...
* docs: add useing cdn tips
* docs: add useing cdn tips
2024-07-07 08:46:45 +08:00
wzc520pyfm
e63ff37972
feat(components): [message-box] add loading-icon to confirmbtn,cancelbtn ( #17360 )
...
* feat(components): [message-box] add loading-icon to confirmbtn,cancelbtn
closed #17358
* chore(components): [message-box] add loading-icon type to messagebox opt
* docs(components): [message-box] add loading-icon to options
* docs(components): [message-box] add version for options
---------
Co-authored-by: btea <2356281422@qq.com>
2024-07-07 08:36:49 +08:00
sea
17fc769abd
feat(components): improve event and supplement docs ( #17150 )
...
* feat: improve event and supplement documentation
* feat: improve event and supplement documentation
* style: lint back old
* docs: autocomplate select event content back old
* docs: cascader clear event add version
* fix: delete redundant code
* feat: back old code
* feat: back old code
* feat: back old code
* chore: update version
2024-06-26 11:07:29 +08:00
kooriookami
8c2868e72e
docs(form): beautify the demo ( #17309 )
...
docs(components): beautify the demo
2024-06-24 09:06:40 +00:00
星如雨
91ee8606fb
feat(components): [form-item]: add label-position
prop ( #17111 )
...
* feat(components): [form-item]: add `label-position` prop
* docs(components): form-item label-position docs
* test(components): form-item
closed form-item label-position test
* Update docs/en-US/component/form.md
Co-authored-by: btea <2356281422@qq.com>
* Update docs/en-US/component/form.md
Co-authored-by: btea <2356281422@qq.com>
* Update docs/en-US/component/form.md
Co-authored-by: btea <2356281422@qq.com>
* fix(components): form-item line-height is overridden by the form style
fix(components): form-item label-position style is invalid when label-width is auto
* docs(components): update form and form-item alignment examples
* Update docs/en-US/component/form.md
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* Update docs/en-US/component/form.md
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
---------
Co-authored-by: btea <2356281422@qq.com>
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2024-06-24 16:43:02 +08:00
yang
a8a2298a6d
feat(pagination) : add size
prop ( #16858 )
...
* fix(components): [table]
closed #11023
* fix(components): add component prop 'size' and related style supplement
BREAKING CHANGE :
size
closed #16830
* Update component documentation
* Update documentation and tests
* Optimized using useFormSize
* Keep the 'small' api for now
* Eliminate unwanted code
* Eliminate the impact of errors
* Remove 'ref'
* Update docs/examples/pagination/more-elements.vue
Co-authored-by: qiang <qw13131wang@gmail.com>
* Modify documents and declarations
* Eliminate uselessness
* Update packages/components/pagination/src/pagination.ts
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* Update docs/en-US/component/pagination.md
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* Update packages/components/pagination/src/pagination.ts
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* Adjust public access
* pass Lint
* Modify attribute acquisition
* change the source of 'size'
* remove `pagination-font-size-large`
* Lift response
* Update packages/theme-chalk/src/common/var.scss
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* Update pagination.ts
* Update docs/examples/pagination/more-elements.vue
---------
Co-authored-by: yang <29636098325@qq.com>
Co-authored-by: qiang <qw13131wang@gmail.com>
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
Co-authored-by: btea <2356281422@qq.com>
2024-06-21 11:29:51 +08:00
sea
32ed206b1f
feat(components): [table] export columns ( #17252 )
...
* feat(components): [el-table] export columns
* feat: add test and fix
2024-06-19 21:12:09 +08:00
Heising
a80ea63700
docs(components): [autocomplete] fetch-suggestions revise type ( #17181 )
...
* docs(components): [autocomplete] fetch-suggestions revise type
type: definePropType<AutocompleteFetchSuggestions>([Function, Array])
source code array type
* Update docs/en-US/component/autocomplete.md
---------
Co-authored-by: btea <2356281422@qq.com>
2024-06-14 01:31:54 +00:00
Kylin
254fe0504c
docs(docs): uniform default ( #17173 )
2024-06-13 05:37:48 +00:00
btea
2c0db96109
docs: format docs ( #16364 )
2024-06-13 07:34:47 +09:00
sea
d937918717
docs(examples): [table] column width shows full ( #17114 )
...
docs: [table] column width shows full
2024-06-07 20:31:59 +08:00
xx
bb6033de40
docs: [table] add example with show overflow tooltip ( #17098 )
...
docs: ✏️ add table with show overflow tooltip
#17091
2024-06-07 20:18:47 +08:00
0song
7002a39285
chore: update doc ui ( #17113 )
2024-06-06 22:46:07 +08:00
sea
a85409afde
docs: change cdn online demo link to correct show result ( #17099 )
2024-06-06 18:36:41 +08:00
tangyongjie
b7183c97ef
style(docs): fix fill color of badge in dark mode ( #17078 )
2024-06-05 09:02:10 +08:00
sea
6023f1ea31
docs(components): [image] change @error
parameter types ( #17067 )
...
docs(components): [image] change events error function parameter types
2024-06-03 21:54:10 +08:00
sea
14fa38a778
refactor(components): [watermark] change textBaseline default value to hanging
( #17036 )
...
refactor: [watermark] change textBaseline default to hanging
2024-06-03 21:29:12 +08:00
sea
03cd828969
docs: update content using nuxt ( #17033 )
...
* docs: update content using nuxt
* docs: update content using nuxt
* delete remark
2024-06-03 12:15:01 +08:00
0song
17ef1fe497
Revert "docs: add guide for on-demand import with Rspack" ( #17042 )
...
Revert "docs: add guide for on-demand import with Rspack (#16841 )"
This reverts commit c2843cd385
.
2024-05-31 11:40:40 +00:00
0song
6967bb45ed
chore: update doc ui ( #17017 )
2024-05-28 15:44:46 +00:00
kooriookami
1148ccd2d6
feat(components): [select & select-v2] add label slot ( #16960 )
2024-05-28 14:50:22 +08:00
btea
52cf9886bd
docs: tree-select
group adjustment ( #17005 )
2024-05-27 16:28:47 +08:00
sea / 神秘海
99278b7c9e
docs: [select] add width tip eg link ( #16973 )
2024-05-27 07:27:58 +08:00
sea / 神秘海
5991e28b80
docs(examples): [tree] fix online display abnormality ( #16977 )
...
docs: [tree] fix online display abnormality
2024-05-25 12:29:13 +08:00
Tony Li
63ec01e2c6
docs(examples): [form] remove unused ref ( #16888 )
...
* 增加和 ref="form" 对应的 form
<el-form
ref="form"
style="max-width: 600px"
:model="sizeForm"
label-width="auto"
:label-position="labelPosition"
:size="size"
>
这里 ref="form" 的 form 原来没定义
* 删去没用到的 ref="form"
* chore: remove unnecessary whitespace
---------
Co-authored-by: Zhongxiang Wang <yhen@all-my-life.cn>
2024-05-20 08:14:56 +08:00
btea
5a2b23815b
docs: add meta og:description
( #16862 )
...
* docs: add meta `og:description`
* docs: add og:image:width
* docs: add meta
2024-05-15 10:45:58 +08:00
neverland
c2843cd385
docs: add guide for on-demand import with Rspack ( #16841 )
...
* docs: add guide for on-demand import with Rspack
* docs: fix
2024-05-13 20:07:24 +08:00
0song
969cc7643e
chore: update doc ui ( #16833 )
2024-05-12 22:34:37 +08:00
sea / 神秘海
052af0c5eb
docs(examples): delete form validate return and perfect types ( #16778 )
...
* docs: delete form exampls validate return value
* docs: delete form exampls validate return value
* update form.md
* docs: delete form validate return
2024-05-12 10:23:50 +08:00
sea / 神秘海
1fdbfd07fa
feat(components): [form] export fields ( #16755 )
...
* feat(components): [form] export fields
* docs: format
* feat: add test
* Update packages/components/form/src/form.vue
Co-authored-by: btea <2356281422@qq.com>
* Update docs/en-US/component/form.md
Co-authored-by: btea <2356281422@qq.com>
* Update form.md
---------
Co-authored-by: btea <2356281422@qq.com>
2024-05-07 22:42:51 +08:00
0song
084aa9e93a
chore: update doc ui ( #16771 )
2024-05-07 05:55:37 +00:00
0song
63b39e2439
chore: rm hot jar ( #16765 )
2024-05-06 19:52:30 +08:00
0song
09cec09a2c
chore: update cn site link ( #16764 )
2024-05-06 11:36:56 +00:00
sea / 神秘海
11680a077a
docs(examples): change el-date-picker label to aria-label ( #16740 )
...
docs: change label to aria-label
2024-05-03 09:28:35 +08:00
sea / 神秘海
8662178484
docs: change some examples label to aria-label ( #16733 )
2024-05-01 17:23:32 +08:00
sea / 神秘海
f6240ca0ad
docs(examples): perfect some type ( #16732 )
...
docs: perfect some type
2024-04-30 21:19:51 +08:00
Super
646fe0ff9f
docs: [menu] capitalize descriptions ( #15850 )
...
Update menu.md
Co-authored-by: Super <128784464+superhorse622@users.noreply.github.com>
Co-authored-by: btea <2356281422@qq.com>
2024-04-27 12:11:58 +08:00
0song
42344b1547
chore: update readme ( #16668 )
2024-04-25 14:50:02 +00:00
一只前端汪
f45f0b4368
fix(components): [table] return type of function summary-method supports VNode ( #16648 )
...
* fix(components): [table] return type of function summary-method
* fix: type
2024-04-25 17:58:14 +08:00
sea / 神秘海
6cad4d2aa7
docs(components): [select] unify and enhance version tip ( #16650 )
...
* docs(components): [select] unify and enhance version tip
* docs: unify and enhance version tip
2024-04-25 15:36:25 +08:00