Commit Graph

6066 Commits

Author SHA1 Message Date
Noblet Ouways
3c4ba10db6 fix(ci): move all bundle to docs dist (#19671) 2025-01-17 07:29:31 +08:00
Noblet Ouways
28469326b3 fix(ci): types & dark theme sync with pr (#19668)
ci: set whole pr bundle
2025-01-16 22:30:08 +08:00
Noblet Ouways
6c5cfbfce6 fix(components): [table-footer] update cols width on layout change (#19064)
fix(components): [table-footer]

update cols width on layout change

closed #19054

Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
2025-01-16 17:12:23 +08:00
jiaxiang
ac42b639ce feat(components): [image-viewer] add progress slot and show-progress props (#19465)
* refactor(components): simplify computed properties in image-viewer

* feat(components): [image-viewer] add progress number

* test(components): remove console logs from image-viewer tests

* feat(components): [image-viewer] update progress display and style

* test(components): update progress selector in image-viewer tests

* feat(components): [image-viewer] add slot support for progress display

* docs(components): [image] add progress content description

* docs(components): update docs

* feat(components): [image] simplify progress slot binding

* docs(components): update

* Update packages/components/image-viewer/__tests__/image-viewer.test.tsx

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

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

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

* docs: update progress version in image documentation

* Update packages/components/image-viewer/src/image-viewer.vue

Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>

* feat: add showProgress props

* docs: add demo

* docs: update v

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

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

---------

Co-authored-by: btea <2356281422@qq.com>
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
2025-01-16 11:44:35 +08:00
Mouli Bheemaneti
ce5963774c feat(i18n): add Telugu language (#19624)
* feat(i18n): add Telugu language

* chore(i18n): added missing keys in Telugu locale

* chore: format telugu locale file.

* chore(locale): fix lint in te.ts

* docs: add lang records
2025-01-16 03:00:26 +00:00
jiaxiang
a5f77e6e31 chore: [tree] remove unused arg (#19255) 2025-01-16 10:44:46 +08:00
sea
ea964f1672 docs: add lang records (#19650) 2025-01-15 19:14:21 +08:00
sea
ac247d8ae8 docs: add code file-title and icon (#19638)
* docs: add code file-title and icon

* chore: update deps
2025-01-14 20:40:30 +08:00
jiaxiang
82aedc86c7 feat(components): [select] add popup-scroll event (#19589)
* feat(components): [select] add popup-scroll event

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

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

* chore: format

---------

Co-authored-by: btea <2356281422@qq.com>
Co-authored-by: warmthsea <2586244885@qq.com>
2025-01-14 15:54:31 +08:00
Mark J
3b2eaed8f3 feat(locale): add language Chinese Hongkong and Chinese Macau (#19608) 2025-01-14 11:02:43 +08:00
jiaxiang
f63da8f5a3 chore: [message-box] remove @ts-nocheck directive (#19277)
* chore: [message-box] remove @ts-nocheck directive

* fix: type

* Update packages/components/message-box/src/index.vue

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

---------

Co-authored-by: qiang <qw13131wang@gmail.com>
2025-01-13 21:34:07 +08:00
baclona
66c03b823f docs(components): [table-v2] add indent-size (#19621)
docs(components): [table-v2] add `indent-size`

Co-authored-by: gongbei <gongbei@wps.cn>
2025-01-13 17:01:32 +08:00
btea
da9f7561f9 chore: enable fileNesting config (#19615) 2025-01-13 09:32:23 +08:00
jiaxiang
2f1e8b3a43 feat(components): [image-viewer] add showPreview method (#19466)
* feat(components): [image-viewer] add showPreview method

* docs(components): [image] update showPreview method version to 2.9.4
2025-01-11 21:50:29 +08:00
LAMMU
3e598211b0 docs: [calendar] add exposes (#19593)
* docs: [calendar] add exposes

* Apply suggestions from code review

add translation characters

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

* docs: [calendar] format the exposes table

---------

Co-authored-by: btea <2356281422@qq.com>
2025-01-11 16:39:54 +08:00
betavs
258524df98 chore(docs): implement dynamic links for playground based on preview state (#19612) 2025-01-11 13:18:21 +08:00
DDDDD12138
535c6e34f6 chore: [time-picker] correct typo in timePickerRangeTriggerProps (#19487)
* fix: correct typo in timePickerRangeTriggerProps

* chore: deprecate misspelled export `timePickerRngeTriggerProps`

---------

Co-authored-by: btea <2356281422@qq.com>
2025-01-11 01:00:24 +00:00
Element
4bb083fa61 chore: Update changelog 2.9.3 (#19611)
chore: update changelog 2.9.3
2025-01-10 14:08:14 +00:00
iamkun
1b70aeae5d Revert "ci: update test-ssr.yml" (#19610)
Revert "ci: update test-ssr.yml (#19521)"

This reverts commit eab540a3f7.
2025-01-10 21:30:02 +08:00
Noblet Ouways
22c3bd8e72 feat(component): [time-select] add include end time attribute (#19253)
* feat: [time-select] init includeEndTime 🚧

* test: time-select includeEndTime 🚧

* refactor: renaming & cleanup

* test(components): [time-select] add includeEndTime cases 

* docs(components): [time-select] add `includeEndTime` attribute

* chore: change release version

* chore: set `includeEndTime` default to false

* docs: fix props typo

* chore: remove useless assignment

* chore: rename optionValue to currentTime

* chore: update release version
2025-01-10 15:46:13 +08:00
sea
c976e945f5 style(components): [dialog] no rounded when in fullscreen (#19583) 2025-01-10 10:35:39 +08:00
0song
2d5e320711 chore: update doc ui (#19586) 2025-01-09 11:39:46 +00:00
changehu
cdcc3b5b29 feat(i18n): add Norsk(no) language (#19523) 2025-01-09 17:49:44 +08:00
xingyixiang
971d422e8b test: [table] add show-overflow-tooltip trigger (#19556)
* test: [table] add show-overflow-tooltip trigger

* test: [table] add show-overflow-tooltip trigger
2025-01-09 17:36:59 +08:00
Meet you
062ac99aec fix(components): [dialog] fix scroll bar not resetting to top on reopen (#19471)
* fix(components): [dialog] Fix scroll bar not resetting to top on reopen

closed #19420

* fix(components): update

* fix(components): [dialog] update

---------

Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com>
2025-01-09 16:47:22 +08:00
btea
6316898909 improvement(components): [text] keep the inherited title attribute (#19551)
* improvement(components): [text] keep the inherited title attribute

* fix: content update recalculation
2025-01-09 13:53:36 +08:00
btea
b171baaca7 improvement(components): [text] add the title attribute (#19496) 2025-01-07 22:59:33 +08:00
sea
f09fb8edd9 ci: stop run pkg.new when push (#19545) 2025-01-07 22:17:11 +08:00
晚风予星
3c080c560c docs: [button] add description (#19536) 2025-01-07 22:11:50 +08:00
sea
a481be5b77 ci: run pkg.new when push (#19544) 2025-01-07 21:54:08 +08:00
白雾三语
d05f24bf1d fix(components): [select] make sure the e-tag is not obstructed(#19529) (#19534)
Co-authored-by: baiwusanyu-c <chenzhihui@chabaidao.com>
2025-01-07 21:12:34 +08:00
jiaxiang
c51b0cd4bc docs: [collapse] change event parameter type error (#19539)
* chore: fix handleChange type error

* Update docs/examples/collapse/custom-icon.vue

Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com>

---------

Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com>
2025-01-07 19:28:04 +08:00
steveWang13
217a4f934d feat(i18n): add Hindi language (#19483)
* feat(i18n): add Hindi language

* feat(i18n): update component and hindi translations

* feat(i18n): update lint
2025-01-07 03:33:23 +00:00
DDDDD12138
f6c9fd54ca fix(components): [tabs] set modelValue synchronously if beforeLeave is not set or is synchronous (#19387)
* fix: [tabs] sync modelValue if beforeLeave is not set or is synchronous

* feat: add unit test
2025-01-06 23:37:17 +08:00
Noblet Ouways
536548e753 fix(components): [form] on post rules update reset field (#19129)
* fix(components): [form] track rules on post update

closed #19109

* fix(components): [form] ensure reset field state if no rules

closed #19128

* test: add validate on rule change case

* chore: on rules update reset field error

* chore: fixup

---------

Co-authored-by: btea <2356281422@qq.com>
2025-01-06 22:58:08 +08:00
btea
eab540a3f7 ci: update test-ssr.yml (#19521) 2025-01-06 22:53:12 +08:00
btea
35d636f17c chore: upgrade puppeteer to 23.11.1 (#19500) 2025-01-06 16:55:37 +08:00
Noblet Ouways
5f72ca51cd feat(components): [dialog/drawer] add custom sub classes (#19099)
* feat(components): [dialog/drawer] add custom sub classes

* docs(components): add custom classes for drawer/dialog slots

* docs(components): [dialog/drawer] keep same description

* test: add dialog/drawer sub classes

* refactor: sync typo docs with props

* chore: change release version

* chore: rename

* chore: fix doc

---------

Co-authored-by: btea <2356281422@qq.com>
2025-01-06 10:52:39 +08:00
Liao-js
a116f0ef71 fix(hooks): [use-lockscreen] remove hiddenCls (#19429)
* fix(hooks): [use-lockscreen] remove hiddenCls

* fix(hooks): [useLockscreen] unit test

* test(hooks): [useLockscreen] should not cleanup when not all unmounted

* test(hooks): [useLockscreen] update test

* test(hooks): [useLockscreen] update test
2025-01-05 23:07:27 +08:00
btea
45fa8d3b31 fix(components): [description] labelWidth is invalid when no border (#19162)
* fix(components): [description] `labelWidth` is invalid when no border

* test: add test case
2025-01-04 14:10:26 +08:00
btea
9129516974 chore: format dropdown docs (#19495) 2025-01-04 13:07:42 +08:00
Element
5a6f61398f chore: Update changelog 2.9.2 (#19491)
chore: update changelog 2.9.2
2025-01-03 12:59:42 +00:00
btea
f3fec3203a feat(components): [table] add allow-drag-last-column prop (#19374) 2025-01-03 11:36:19 +08:00
qiang
a03812db54 perf(components): [table] prioritize use rowKey to determine whether it is selected (#19451)
* perf(components): [table] use rowKey to determine whether it is selected

* chore: revert includes

* perf: use includes replace isEqual
2025-01-03 08:14:00 +08:00
0song
bfd87f601b chore: update doc (#19479) 2025-01-02 11:53:45 +00:00
Lo
6bc45440f8 feat(components): [select, select-v2] add loading class to validateIcon (#19379)
fix(components): [select, select-v2] add loading class to validateIcon
2025-01-02 18:02:46 +08:00
qiang
1ca9d9c3fa fix(components): [select] input width fills the remaining width (#19292)
* fix(components): [select] input width fills the remaining width

closed #17886

* fix: type
2025-01-02 13:41:13 +08:00
Noblet Ouways
52ee847ff8 fix(components): [page-header] use $slots instead of useSlots (#19455)
* fix(components): [page-header] use `$slots` instead of `useSlots`

closed #19453

* test(components): [page-header] add classes slots rendering case
2025-01-01 22:01:09 +08:00
ly-yewu
1343d4cfac fix(components): [upload] unable to delete files in removeFile (#19437)
* fix(components): [upload] unable to delete files in removeFile

* fix(components): [upload] remove file when fileList does not use v-model

* Update packages/components/upload/src/use-handlers.ts

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

---------

Co-authored-by: leiyu <leiyu@cmss.chinamobile.com>
Co-authored-by: btea <2356281422@qq.com>
2024-12-31 12:42:44 +08:00
xingyixiang
7d76dea667 fix(components): [table] the overflowTooltip cannot be refreshed (#19440)
fix(components): [table] the tooltip cannot be refreshed
2024-12-29 10:15:02 +08:00