Rainbow
56f05a6522
feat(components): [mention/menu/dropdown/pagination] add popper-style ( #22278 )
...
* feat: add popper-style
* fix: update
* docs: update version number
2025-09-29 14:51:22 +08:00
Zhong
c15aea57f7
docs(components): update API TOC and fix typo ( #22095 )
...
docs: update API TOC and fix typo
2025-09-10 08:59:55 +08:00
Zhong
8400d0d998
feat(components): [dropdown] add virtual-ref / virtual-triggering / show-arrow props ( #22056 )
...
* feat(components): [dropdown] add `virtual-ref / virtual-triggering / show-arrow` props
* docs: update
* docs: add tag
* test: add case
* chore: format
* docs: update
2025-09-09 09:32:57 +08:00
Zhong
72a26a48f0
docs: fix typo & prettier & unify attribute name format ( #21600 )
2025-08-03 16:47:48 +08:00
Simon He
639e173ead
docs: fix typo in dropdown documentation for triggerKeys ( #20052 )
2025-03-07 17:17:24 +08:00
btea
15b98154c1
Revert "docs: optimization API style ( #19793 )" ( #20039 )
...
This reverts commit fe9cc6351b .
2025-03-07 09:29:45 +08:00
sea
6a22c579e6
chore: [dropdown] remove @ts-nocheck & fix type error ( #19912 )
...
* chore: [dropdown] remove @ts-nocheck & fix type error
* docs: update
2025-02-22 13:42:06 +08:00
dengguangmiaoyyds
37f3447eca
docs(components): [dropdown] update description and example ( #19908 )
...
docs(components): [dropdown]update description and example
2025-02-20 16:42:07 +08:00
jiaxiang
b408586a22
feat(components): [dropdown] add persistent prop ( #19797 )
...
* feat(components): add persistent attribute
* Update docs/en-US/component/dropdown.md
Co-authored-by: btea <2356281422@qq.com >
* fix: docs
---------
Co-authored-by: btea <2356281422@qq.com >
2025-02-14 21:03:42 +08:00
jiaxiang
fe9cc6351b
docs: optimization API style ( #19793 )
...
* docs: optimization API style
* chore: Transfer
* chore: update
* fix: update
2025-02-09 13:35:08 +08:00
Noblet Ouways
6fb1f3eb37
chore: format dropdown.md ( #19758 )
...
chore: format dropdown.md
2025-01-30 20:41:06 +08:00
smallbone
745f3616cd
docs: [dropdown] add button-props prop ( #19694 )
...
docs: [dropdown] add `button-props` prop
Co-authored-by: Bruce Lu <smallbone.lu@gmail.com >
2025-01-20 10:31:27 +08:00
btea
9129516974
chore: format dropdown docs ( #19495 )
2025-01-04 13:07:42 +08:00
hanchao-c0ldwave
bd4800bf38
feat(components): [dropdown] add triggerKeys attribute ( #19124 )
...
* feat(components): [dropdown] add triggerKeys attribute
Add a triggerKeys property to the dropdown to allow users to customize the triggerKeys, thereby
addressing interaction issues when el-input is used as the trigger element.
closed #19102
* Update docs/en-US/component/dropdown.md
Co-authored-by: btea <2356281422@qq.com >
* fix: rename triggerKeys to dropdownTriggerKeys
* Update docs/en-US/component/dropdown.md
Co-authored-by: qiang <qw13131wang@gmail.com >
* Update packages/components/dropdown/src/dropdown.ts
Co-authored-by: qiang <qw13131wang@gmail.com >
* fix: remove redundant logic
---------
Co-authored-by: btea <2356281422@qq.com >
Co-authored-by: qiang <qw13131wang@gmail.com >
2024-12-08 17:03:41 +08:00
Typed SIGTERM
26ceaf622d
docs: replace delete with deprecated and format ( #18104 )
...
docs: [components] replace `delete` with `deprecated` and format
2024-09-01 12:11:58 +08:00
qiang
c0f06a4fc4
docs: remove tip about client-only ( #17852 )
2024-08-13 08:40:30 +08:00
wzc520pyfm
707e0c9f00
docs(components): [dropdown] add placement property example doc ( #12617 )
...
Co-authored-by: qiang <qw13131wang@gmail.com >
2024-08-05 07:36:12 +08:00
wzc520pyfm
5fc967c63e
docs(components): [dropdown] use new display tag ( #15378 )
...
* docs(components): [dropdown] use new display tag
* docs(components): [dropdown] format doc
* docs(components): [dropdown] add delete tag for button type
2024-07-23 10:42:19 +08:00
tangyongjie
361309ce67
docs(components): [dropdown] fix the actual showTimeout property value ( #16117 )
...
docs(components): [dropdown]fix the actual showTimeout property value
Co-authored-by: tangyongjie <tangyongjie@hikvision.com.cn >
2024-03-29 08:09:21 +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
LooSheng
91c79c955e
docs(ssr): component ssr/ssg usage tips ( #10982 )
2022-12-15 19:59:34 +08:00
Danny Hebert
edd8b3cebe
feat(components): [dropdown] add props for teleported API ( #10012 )
2022-10-27 15:19:49 +08:00
qiang
189c379ddc
chore: add attribute enum autosuggestion for WebStorm ( #9663 )
2022-09-10 09:14:31 +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
zz
1884b1d7c8
refactor(utils): refine iconPropType ( #9515 )
2022-08-29 03:23:35 +00:00
zz
3be8b536b8
fix(utils): fix iconPropType ( #9506 )
2022-08-28 19:13:58 +08:00
zz
f5fa7e741f
refactor(utils): refactor iconPropType ( #9502 )
2022-08-28 13:20:07 +08:00
LinZhanMing
a9277187cf
docs: fix popper.js docs link(dropdown, select-v2, tooltip) ( #8474 )
2022-06-25 22:43:55 +09:00
opengraphica
af732b124b
feat(components): [dropdown] a11y ( #7946 )
...
* feat(components): [dropdown] always use button trigger
* feat(components): [dropdown] a11y unit tests
* feat(components): [dropdown] pr comments
2022-05-30 11:51:25 +08:00
C.Y.Kun
f9a6bd8444
docs(components): update docs ( #5854 )
...
* docs(components): update docs
2022-02-11 20:29:52 +08:00
C.Y.Kun
b46bdae9e6
docs(components): check docs before stable ( #5740 )
2022-01-31 23:43:56 +08:00
Alan Wang
db41ec5d5e
feat(components): [el-dropdown]add handleOpen and handleClose methods ( #5444 )
...
* feat(components): [el-dropdown]add handleOpen and handleClose methods
* feat(components): [el-dropdown]add handleOpen and handleClose methods
* feat(components): [el-dropdown]add handleOpen and handleClose methods
2022-01-19 15:04:44 +08:00
kooriookami
f632072186
feat: dropdown add popper-options prop ( #5396 )
2022-01-16 13:56:16 +08:00
kooriookami
57e0d1d1bb
fix(style): [el-dropdown] fix doc style ( #5266 )
...
* fix: update style
* style: update
* feat: update test
2022-01-11 10:29:25 +08:00
云游君
5067dd3b70
fix(theme-chalk): upload progress & menu padding style & pagination align ( #5011 )
...
* fix: upload progress margin
* fix: menu example style
* fix: picker & radio padding, button form details
* fix(theme-chalk): pagination align
2021-12-29 16:21:29 +08:00
João Gonçalves
0a43be5939
feat(components): [el-dropdown] add new "popper-class" prop ( #4909 )
...
Co-authored-by: João Gonçalves <joaogoncalves@pixelmatters.com >
2021-12-21 09:44:37 +08:00
云游君
4560adfdf8
refactor(style): adjust component size to large/default/small ( #4491 )
...
* refactor(style): adjust component size to large/default/small
* refactor(components): avatar size & use flex instead of block
* refactor(components): adjust check button size
* refactor(components): adjust tag size
* refactor(components): adjust size doc
* fix(components): datetime-picker demo style width
* refactor(components): color-picker size & block to flex
* refactor(components): adjust slider input size
* refactor(components): adjust radio input size for demo
* refactor(components): adjust select size & docs
* refactor(components): adjust form radio size & docs
* refactor(components): add windicss for docs
* refactor(components): adjust skeleton avatar size to css var
* refactor(components): simplify typography size demo
* refactor(components): adjust dropdown size & demo
* refactor(components): adjust descriptions size
* fix(components): datetime-picker showcase class pollute global button
* chore(ci): upgrade docs dependencies to fix ci
* fix(ci): add highlight because vitepress not export it
* fix(ci): disable line for no-console
* fix(ci): remove mini to fix test
* fix(style): code font size
* fix(style): button span flex style
* fix(style): button padding horizontal default 15px
* refactor(components): adjust tag padding size & demo
* refactor(components): adjust form line-height for input
* refactor(components): adjust dropdown menu size & button padding
* fix(style): picker separator block to flex center
* fix: dropdown button span items-center
* style: adjust input-with-icon & size demo & fix input vitepress load
* chore: upgrade dependencies
* chore: upgrade dependencies
* ci: fix website build
* ci: regenerate pnpm-lock.yaml
* ci: use dev pnpm-lock
* ci: update pnpm-lock.yaml
2021-12-12 17:54:21 +08:00
Aex
a2a9cd2eab
refactor(docs): icon usage ( #4057 )
2021-10-28 06:18:09 +08:00
jeremywu
8fdf558b04
fix(docs): adding title for components ( #4025 )
...
- Remove `type` field.
- Add `title` field
2021-10-25 15:21:08 +08:00
jeremywuuuuu
74fa835f9f
fix(docs): add extra field for frontmatter
...
- Add `type` into frontmatter field to avoid crowdin auto wrap
2021-10-25 14:26:50 +08:00
jeremywu
db976bba68
chore(docs): adding lang field for markdowns ( #4005 )
...
- Add lang field for all *.md files' frontmatters
2021-10-22 19:32:39 +08:00
qiang
8adbd4735b
build: add default slot to generate better code hint files ( #3763 )
2021-10-04 08:26:51 +08:00
jeremywu
c6bed151a5
epic(website): refactor website ( #3426 )
...
* feat(website): init viteperss (#3162 )
* init vitepress
* Finish homepage
* relayout page
* partial finish
* update
* update use lang
* remove font weight; change font size
* docs: optimize docs folder structure
* reorganize project
* fix ssr issue
* fix build issues
Co-authored-by: Kevin <sxzz@sxzz.moe >
Co-authored-by: zouhang <zouhang@didiglobal.com >
* feat(website) integrate with crowdin (#3218 )
- Introduce Crowdin CLI
- Add script for fetching Crowdin token from env
- Add script for local development
* fix formatting
* update codeblocks (#3249 )
* feat(docs): update website preview script
- Update azure preview build script
- Eliminate dead links
* bootstrap docs
* fix homepage layout issue
* fix formating
* Finish ToC and codepen integration
* reorganized files and fix issue that causes demo unavailable after build
* feat(docs): migration documentations (#3283 )
* feat(docs): migration documentations
- Move documentations to docs/
* remove unused files
* docs: [popconfirm] migrate document (#3285 )
* feat(docs): migrate documentation from space.md to upload.md (#3292 )
- Upload documentations acorrodingly
* docs: [date-picker] migrate document (#3289 )
* docs: [date-picker] migrate document
* fix: typo
* docs: [slider] migrate document (#3287 )
* docs: migrate documents (#3290 )
* docs: migrate-datetime-picker
* docs: migrate descriptions
* docs: migrate dialog
* docs: migrate divider
* docs: migrate drawer
* docs: migrate drapdown
* docs: fix drapdown
* docs: migrate empty
* docs: migrate form
* docs: add scoped for style
* docs: simplify toRefs
* chore: update doc (#3297 )
* chore: update doc
* chore: update doc
* chore: update doc
* feat(docs): migrate documentations from infinite-scroll to page-header (#3303 )
- Update docs accordingly
- Update CodePen icon to match style
- Update component name to match others
* docs: migrate documentions (#3293 )
migrate list:
* image
* popover
* scrollbar
* radio
* rate
* skeleton
* select
* select-v2
* reault
* progress
* pagination
* chore: update doc (#3305 )
Co-authored-by: 0song <0song@gmail.com >
* Fix broken pipeline
* chore: update demo plugin
* website perfection
* fix hydration bug
* docs: update guide (#3342 )
* WIP docs
* docs: update docs
* add dark mode
* make dev fetch components from local instead of node_modules
Co-authored-by: msidolphin <msidolphin@outlook.com >
Co-authored-by: Aex <spryti@qq.com >
Co-authored-by: 0song <82012629+0song@users.noreply.github.com >
Co-authored-by: 0song <0song@gmail.com >
Co-authored-by: zouhang <zouhang@didiglobal.com >
Co-authored-by: 三咲智子 <sxzz@sxzz.moe >
* fix(docs): fix codepen code example issue (#3380 )
* fix(docs): fix codepen code example issue
- Add lang="ts" for all example files
- Fix codepen import error
* revert changes in resource.vue
* feat(docs): complete crowdin integration (#3408 )
* Update mds for preparing the integration script
* deprecate old website
* update sponsors and even handler for resize
* update build script for preview
* fix preview-build error
* fix preview-build error
* fix preview-build error
* fix preview-build error
* fix preview-build error
* update deploy script and some bugs
* Fix existing issue
* chore(project): add dev preview workflow
* chore(project): rename dev to staging
* update the size of toc
* update staging-preview script
* update preview scripts
* enable website build for preview
* fix build error
* final commitment for update the details
* remove azure pipeline
* move docs ignores into docs and update date
Co-authored-by: Kevin <sxzz@sxzz.moe >
Co-authored-by: zouhang <zouhang@didiglobal.com >
Co-authored-by: msidolphin <msidolphin@outlook.com >
Co-authored-by: Aex <spryti@qq.com >
Co-authored-by: 0song <82012629+0song@users.noreply.github.com >
Co-authored-by: 0song <0song@gmail.com >
2021-09-17 00:18:50 +08:00