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
iamkun
a0d7d492bc
Merge pull request #19791 from element-plus/dev
...
D2M
2.9.4
2025-02-07 19:22:13 +08:00
Element
49a8d5c354
chore: Update changelog 2.9.4 ( #19792 )
...
chore: update changelog 2.9.4
2025-02-07 11:12:35 +00:00
btea
6b55811103
feat(locale): export missing language ( #19790 )
...
feat(locale): export missing locale
2025-02-07 17:48:54 +08:00
changehu
e82d4d8a48
feat(locale): export Norsk(no) ( #19747 )
...
feat(locale): export Norsk(no)
Added Norwegian language reference
Co-authored-by: btea <2356281422@qq.com>
2025-02-07 17:24:45 +08:00
jiaxiang
6ae39f2176
chore(components): [cascader-node] remove ts-nocheck and fix type error ( #19776 )
...
* chore(components): [CascaderNode] remove ts-nocheck and fix type error
* chore: format
---------
Co-authored-by: warmthsea <2586244885@qq.com>
2025-02-07 08:24:07 +00:00
jiaxiang
fe0c724293
docs: [scrollbar] fix type error ( #19697 )
...
* docs: [scrollbar] fix type error
* refactor(docs): improve code structure and type annotations in examples
* Update docs/examples/scrollbar/manual-scroll.vue
Co-authored-by: btea <2356281422@qq.com>
* fix(docs): replace lodash isNumber with typeof check
* fix(docs): update
---------
Co-authored-by: btea <2356281422@qq.com>
2025-02-07 03:00:55 +00:00
btea
ed54ccc25b
ci: fix corepack matching keyid error ( #19783 )
2025-02-07 09:46:18 +08:00
Noblet Ouways
8b93dfd72a
fix(components): [table-v2] reset lastVisitedColumnIdx
if width change ( #19757 )
...
fix(components): [table-v2] reset lastVisitedColumnIdx if width change
2025-02-06 19:29:43 +08:00
0song
c4fc329237
chore: update doc ( #19770 )
2025-02-04 14:25:15 +00:00
jiaxiang
329ac01b4c
docs: [calendar] add CalendarDateType Type Declarations ( #19766 )
...
docs: [calendar] add Type Declarations
2025-02-02 17:02:18 +08:00
btea
a49d1cabd5
feat(locale): export zhHk/zhMo ( #19762 )
2025-01-30 20:44:05 +08:00
Noblet Ouways
6fb1f3eb37
chore: format dropdown.md
( #19758 )
...
chore: format dropdown.md
2025-01-30 20:41:06 +08:00
pengpeng
d2e269f772
fix(components): [table] the toggleTreeExpansion failed to trigger load function ( #18728 )
...
* feat(components): [table] fix lazy loading
* Modify the function usage
2025-01-26 15:21:56 +08:00
Nick Wu
b009be7c17
fix(components): [table] fix the logic of selection
column when fixed
state changes dynamically ( #19703 )
...
* fix(components): [table] selection column fixed left
* fix(components): [table] optimize function
* fix(components): [table] add dynamic columns test case
2025-01-25 07:52:47 +08:00
coderchang
b336dff189
fix(components): [cascader-panel] lazy return children can't get value ( #19100 )
...
* fix(components): [cascader-panel] lazy return children can't get value
fix #9157
closed #9157
* fix: update
2025-01-24 17:03:16 +08:00
hanchao-c0ldwave
a1fdd2c8c6
fix(components): [table-v2] make the fixed columns scroll like mainTable ( #19104 )
...
fix(components): [table-v2] Make the fixed columns scroll like mainTable
Make the fixed columns behave like the mainTable, where the rows containing fixedData stick in
place, and the rest of the rows scroll.
closed #19103
2025-01-24 16:02:29 +08:00
jiaxiang
d989617162
docs: [tooltip] fix type error ( #19687 )
...
* docs: fix type error
* docs: [tooltip] remove unnecessary width and height in mousemove handler
* fix: update
* fix: update
2025-01-24 15:37:44 +08:00
Mark J
fbbb50a9b2
fix(components): [input] refused to apply inline style because it violates csp ( #19541 )
...
fix(components): [input] CSP support #15065
`element.setAttribute('style', 'css code')` violate Content Security Policy (CSP)
using `element.style.setProperty()` instead
2025-01-24 15:05:10 +08:00
jiaxiang
38dcbf0f13
docs: search input default focus ( #19724 )
...
* docs: search input default focus
* fix(docs): ensure search input is focused after component mounts
* revert: update
* Update docs/.vitepress/vitepress/components/globals/overview.vue
Co-authored-by: qiang <qw13131wang@gmail.com>
* Update docs/.vitepress/vitepress/components/globals/overview.vue
Co-authored-by: qiang <qw13131wang@gmail.com>
* docs: update
---------
Co-authored-by: qiang <qw13131wang@gmail.com>
2025-01-24 11:45:28 +08:00
知晓同丶
462bff18de
feat(components): [table] add tooltip-formatter table & table-column prop ( #19524 )
...
* feat(components): [table] add `tooltip-formatter` table-column prop
closed #19507
* docs: add example
* docs: demo remove tooltip formatter index
* refactor(components): refactor code
* docs: simpify tooltip demo
* fix: fix warning error
* feat(components): add table tooltip-formatter prop & merge slot
* refactor: reuse variables
* test: add tooltip-formatter test
* docs: upgrade version
* feat(components): [table] add `tooltip-formatter` table-column prop
closed #19507
* docs: add example
* docs: demo remove tooltip formatter index
* refactor(components): refactor code
* docs: simpify tooltip demo
* fix: fix warning error
* feat(components): add table tooltip-formatter prop & merge slot
* refactor: reuse variables
* test: add tooltip-formatter test
* docs: upgrade version
* refactor: change parameter to obj args
* fix: property change to prop
* fix: export `TableOverflowTooltipFormatterData`
* refactor: `TableOverflowTooltipFormatterData` to `TableTooltipData`
* fix: remove useless import
* fix: refactor code
---------
Co-authored-by: btea <2356281422@qq.com>
2025-01-23 20:15:12 +08:00
jiaxiang
b6e076ee95
docs: fix Exposes error ( #19733 )
2025-01-23 16:43:33 +08:00
jiaxiang
c8650d74e2
docs: [input-number] fix type error ( #19712 )
2025-01-22 23:39:47 +08:00
jiaxiang
42d279f87b
docs: [checkbox] fix intermediate example type error ( #19713 )
...
docs: [checkbox] fix type error
2025-01-22 09:49:27 +08:00
DDDDD12138
a2d90bfb23
docs: [layout] add a tip for layout column ( #19669 )
...
docs: layout add tip
2025-01-22 09:03:56 +08:00
DDDDD12138
acbb0c0ca1
fix(components): [autocomplete] prevent closing if focus is inside popper content ( #19522 )
...
fix: [autocomplete] prevent closing if focus is inside popper content
2025-01-21 21:32:24 +08:00
伊墨
f980addfe3
fix(components): [table] The index parameter of the selectable function is undefined ( #19587 )
...
* fix(components): [table] first record can not be checked
* fix(components): [table] last commit doesnt work for others index
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com>
* test(components): [table] add test cases
* test(components): [table] modify the test case of the last submission
---------
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com>
Co-authored-by: btea <2356281422@qq.com>
2025-01-21 15:58:59 +08:00
jiaxiang
049ed2a97c
docs: [switch] fix type error ( #19704 )
2025-01-21 09:18:36 +08:00
jiaxiang
ac9616d128
docs: [tabs] fix type error ( #19690 )
2025-01-20 11:24:28 +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
jiaxiang
0be1872b06
docs: [timeline] fix type error ( #19688 )
...
* docs: [timeline] fix type error
* Update docs/examples/timeline/custom-node.vue
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
* Update docs/examples/timeline/custom-node.vue
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
---------
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
2025-01-19 15:36:05 +08:00
Nick Wu
fc1a0b8d60
fix(components): [table] selection-change event emit incorrectly ( #19618 )
...
* feat(components): [table] fix 'selection-change' event emit incorrectly
* fix(components): [table] add test case
2025-01-18 18:36:06 +08:00
David Kitano
40a616ea1a
feat(components): [cascader] add prefix
slot ( #19631 )
...
* feat(components): [cascader] add prefix slot
* docs(components): [cascader] add preview slot
* Revert "docs(components): [cascader] add preview slot"
This reverts commit 1a40ca13ea3dbfb7b32a3260af9b1bf0bdff87a3.
* docs(components): [cascader] revert for typo
* fix(components): do not render prefix if prefix slot is not used
* docs(components): [cascader] prefix version number added
Co-authored-by: btea <2356281422@qq.com>
* docs(components): [cascader] format docs
---------
Co-authored-by: btea <2356281422@qq.com>
2025-01-18 09:23:33 +08:00
jiaxiang
add84b5694
docs: [transfer] fix type error ( #19682 )
2025-01-18 09:14:33 +08:00
jiaxiang
151fadd951
docs: [tree-v2] fix style error and remove annotation ( #19681 )
2025-01-18 09:05:25 +08:00
Jiankian
7e819b6762
docs: [menu] left-and-right
example style tag add scoped ( #19654 )
...
Update left-and-right.vue
防止文档演示项目整页元素布局样式被修改
Co-authored-by: btea <2356281422@qq.com>
2025-01-17 18:10:19 +08:00
jiaxiang
61d5dcc3ae
feat(components): [image-viewer] add toolbar slot ( #19497 )
...
* feat(components): [image-viewer] add toolbar slot
* feat(docs): add docs
* docs: update
* docs: update
* docs: update image viewer API types for clarity
* docs: update custom toolbar version in image documentation to 2.9.4
* Update docs/examples/image/custom-toolbar.vue
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
* style: remove dividers
* revert: style
* docs: format
---------
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
2025-01-17 15:50:44 +08:00
btea
095eb14521
docs: format table-v2 & use actions/upload-artifact v4 ( #19670 )
...
* docs: format table-v2
* chore: update actions/upload-artifact
* chore: update
* chore: update
2025-01-17 08:32:27 +08:00
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