Noblet Ouways
0e8b017874
fix(components): [date-picker] allow plain array for modelValue ( #22140 )
...
* fix(components): [date-picker] allow array model value type
Co-authored-by: DDDDD12138 <43703884+DDDDD12138@users.noreply.github.com >
* chore: rebase
* chore: docs tweak
Co-authored-by: qiang <qw13131wang@gmail.com >
---------
Co-authored-by: DDDDD12138 <43703884+DDDDD12138@users.noreply.github.com >
Co-authored-by: qiang <qw13131wang@gmail.com >
2025-09-26 21:29:41 +08:00
Rainbow
c039171ecb
docs(components): [tooltip/time-picker/datetime-picker] add the missing prop about popper ( #22284 )
...
* docs: add the missing prop about popper
* docs: update
* docs: update
2025-09-23 17:29:47 +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
Noblet Ouways
05ddd3615a
docs: date-picker & tree tweaks ( #21885 )
2025-08-24 22:36:03 +08:00
Noblet Ouways
a985f511a0
chore: date-picker-panel tweaks ( #21827 )
...
* docs(components): [date-picker-panel] add missing props & make the doc clearer
* fix(components): [date-picker-panel] set default time-format & date-format
* refactor(components): [date-picker-panel] remove `format` property
2025-08-21 20:01:27 +08:00
Noblet Ouways
7644c1fe4a
feat(components): [cascader/select/date-picker] add popper-style ( #21807 )
...
* feat(components): add popper style
* test: enforce ci passing
* chore: handle select-v2 & apply review
Co-authored-by: btea <2356281422@qq.com >
* chore: bump for select component
---------
Co-authored-by: btea <2356281422@qq.com >
2025-08-21 10:46:06 +02:00
Noblet Ouways
a1b0e504a3
feat(components): [date-picker-panel] externalize date-picker core component ( #21331 )
...
* feat(components): [date-picker-panel] add `date-picker` core component
Revert "feat(components): [date-picker] flat picker PoC"
This reverts commit 9952c7fc0f9aedd72723d553878f4282f9448951.
chore: get visual panel
chore: wip
chore: wip
chore: wip
chore: wip
chore: handleChange portable
chore: prettier
Revert "chore: prettier"
This reverts commit 87f1585e27f39c580d5f1f3439670bca44cedb6b.
Revert "chore: handleChange portable"
This reverts commit 99c1c1fc2e541703481c3933d154ab80677181c1.
chore: revert & be good
chore: prettier & lint
chore: some cleanup
chore: refine a bit
chore: refine
chore: style tweaks for panel
chore: handle disabled
chore: fix test
test: add disabled
chore: update
chore: refine
chore: save
chore: temp undo diff docs
chore: rename bordered => border
test: add time pickers
Revert "chore: temp undo diff docs"
This reverts commit ddf11fae1ab26d63e85b0fd5ab6f7739e90bbfb7.
chore: save
* chore: set `show-footer` default to false
* chore: review & simplify
Co-authored-by: btea <2356281422@qq.com >
* chore: add overview icon
* fix: doc typo
* chore: doc tweaks
* chore: rebase tweaks
* chore: remove change event for panel
* fix: css import path
Co-authored-by: btea <2356281422@qq.com >
* chore: rebase & doc tweak
* chore: fix review
Co-authored-by: btea <2356281422@qq.com >
Co-authored-by: warmthsea <2586244885@qq.com >
* fix: apply review
Co-authored-by: qiang <qw13131wang@gmail.com >
* chore: remove popper injection 1/2
* chore: remove popper injection 2/2
* chore: address same import
* docs: delete format example
* chore: remove useless passing prop
* chore: resolve conflict
* docs: update datetime props
---------
Co-authored-by: btea <2356281422@qq.com >
Co-authored-by: warmthsea <2586244885@qq.com >
Co-authored-by: qiang <qw13131wang@gmail.com >
2025-08-19 10:08:07 +02:00
Noblet Ouways
20652107fe
fix(components): [date-picker] keep datetimerange close on value change ( #21625 )
...
* fix(components): [date-picker] keep datetimerange close on value change
* chore: review past solution
* test: add test case
* docs: update onChange event
* test: test
2025-08-05 16:28:26 +02:00
Dsaquel
9586d0efa8
feat(components): [date-picker] add show-footer prop
2025-07-27 19:00:25 +02:00
sea
49e1d594fa
docs(components): [date-picker] improve event type ( #21125 )
...
* docs(components): [date-picker] improve event type
* docs: update
2025-06-24 14:00:13 +00:00
fratzinger
667726b128
fix(components): [date-picker] pass showWeekNumber to panel ( #21049 )
...
* fix(components): prop show-week-number
* docs: [date-time-picker] add attribute showWeekNumber
* fix(components): [date-picker] range showWeekNumber
* refactor(components): date-table use ns class for week number header
* refactor: BooleanConstructor casts to false by default
* test(components): [date-picker] add showWeekNumber
* test(components): [date-picker] datetime showsWeekNumber
2025-06-18 22:59:01 +08:00
Jevin
0f034f948d
docs(components): [date-time-picker] add disabled-hours disabled-minutes disabled-seconds info ( #21029 )
...
docs(components): [date-time-picker] add disabled hms info
2025-06-15 07:46:34 +08:00
btea
15b98154c1
Revert "docs: optimization API style ( #19793 )" ( #20039 )
...
This reverts commit fe9cc6351b .
2025-03-07 09:29:45 +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
qiang
845c07adef
feat(components): [date-picker] accessibility enhancement ( #18109 )
...
* feat(components): [date-picker] accessibility enhancement
closed #14150
* docs: update
* test: add test
* chore: change prevent to passive
* fix: long press the clear icon to open the time panel
* fix: cannot read $el
* fix: cannot read $el
* docs: updata
2024-10-27 12:14:53 +08:00
btea
60b899d9bc
feat(components): [date-picker] add show-now prop ( #18625 )
2024-10-23 08:53:48 +08:00
btea
91c76cd600
docs: [date-picker] unified format ( #18536 )
...
* docs: [date-picker] unified format
* Update docs/en-US/component/datetime-picker.md
2024-10-13 05:18:19 +00:00
qiang
c0f06a4fc4
docs: remove tip about client-only ( #17852 )
2024-08-13 08:40:30 +08:00
知晓同丶
839a702af7
feat(components): [date-picker] add icon slots ( #17453 )
...
* feat(components): [date-picker] add icon slots
* chore: update date-picker.md
* feat: add `prev-year`、`next-year` with year range
* Apply suggestions from code review
---------
Co-authored-by: qiang <qw13131wang@gmail.com >
2024-08-09 12:53:26 +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
btea
2c0db96109
docs: format docs ( #16364 )
2024-06-13 07:34:47 +09:00
kooriookami
1163d27f71
feat(components): add empty-values and value-on-clear props ( #16361 )
...
* feat(components): add empty values
* feat(hooks): update
* feat(components): update
* feat(components): update
* feat: update
* feat(components): update
* feat(components): update
* feat(components): update
* feat: update doc
* feat: add doc
2024-04-12 13:33:21 +08:00
btea
ec34092e45
chore: format ( #15137 )
2023-12-13 12:12:44 +00: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
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
LooSheng
91c79c955e
docs(ssr): component ssr/ssg usage tips ( #10982 )
2022-12-15 19:59:34 +08:00
HzLin
5f39562a57
docs(components): [DateTimePicker] ( #10505 )
2022-11-07 21:07:38 +08:00
qiang
189c379ddc
chore: add attribute enum autosuggestion for WebStorm ( #9663 )
2022-09-10 09:14:31 +08:00
pany
e9666db99a
docs(components): [date-picker] attribute type description ( #9357 )
...
* docs(components): fix 'date-picker' attribute type description
* docs(components): revert 'date-picker' attribute description
* docs(components): fix 'datetime-picker' attribute type description
* docs(components): fix 'time-picker' attribute type description
* docs(components): format
* docs(components): fix type, optimization description
2022-09-08 19:22:47 +08:00
LIUCHAO
f21f1e2ee1
docs(components): [date-time-picker] perfect type ( #9528 )
2022-08-31 11:58:47 +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
LIUCHAO
58a96122b7
docs(components): [datetime-picker] event parameters ( #8930 )
2022-07-23 09:58:18 +09:00
Alan Wang
4159bfa500
fix(docs): [popover] add description of teleported ( #6137 )
2022-02-21 10:16:42 +08:00
C.Y.Kun
f9a6bd8444
docs(components): update docs ( #5854 )
...
* docs(components): update docs
2022-02-11 20:29:52 +08:00
weidehai
8945e21ec7
feat(components): [el-time-picker] add visibleChange event ( #5704 )
2022-02-11 11:24:46 +08:00
C.Y.Kun
b46bdae9e6
docs(components): check docs before stable ( #5740 )
2022-01-31 23:43:56 +08:00
Alan Wang
a6ef40d1de
docs: [datetimePicker]add guide of value-format ( #5082 )
2022-01-04 10:56:55 +08:00
Delyan Haralanov
542ea5ee7e
feat(components): [date/time-picker] add id attribute to the inputs ( #4972 )
...
* feat(components): [date/time-picker] add id attribute to the inputs
* docs(components): [date/time-picker] add id to attributes
2021-12-27 16:04:39 +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
kooriookami
5a5c9453a3
style: fix style of document ( #4329 )
2021-11-10 09:38:05 +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
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