一只前端汪
7c16480bcd
refactor(style): Update Eslint to V9 and Prettier to V3 ( #21949 )
...
* refactor(style): Update Eslint to V9 and Prettier to V3
* fix: vscode color
* fix: vscode color
* chore: remove Useless dependence and old config file
* chore: format
* Merge branch 'dev' into eslintV9
* fix: fix
* fix: ssr test
* fix: ssr test
* fix: use defineConfig
* fix: prettier format and ignore docs dist
* fix: index.mjs => index.js
* fix: Vscode color
* fix: prettier ignore global.d.ts
* fix: format
---------
Co-authored-by: 2586740555 <15972343+CYJ090915@user.noreply.gitee.com >
2025-09-29 14:14:30 +08:00
sea
3b72e183d8
refactor: remove tooltip-v2 visual-hidden components ( #22252 )
...
refactor: remove tooltip-v2 components
2025-09-23 22:45:16 +02:00
sea
45cedbb3c5
docs: update import link in lang example ( #22298 )
2025-09-23 17:40:36 +08:00
jiaxiang
0ff86060ab
feat(components): [image-viewer] add error slot ( #21961 )
...
* feat(components): [image-viewer] add custom failed content
* Update packages/components/image-viewer/src/image-viewer.vue
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
* feat: rename error slot
* test: add custom load failed slot tests for Image and ImageViewer
* docs: perf dome
* fix: update v
* feat: add activeIndex and src properties
* fix: add key binding to img element for better reactivity
* fix: keep original structure
* fix: restore error source in image load-failed example
* feat: add image preview
* refactor: remove unused var
* fix: update demo
* chore: better contrast for dark mode
---------
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
Co-authored-by: Dsaquel <291874700n@gmail.com >
2025-09-17 17:46:35 +02:00
Noblet Ouways
e92789c55a
docs: reorganize radio documentation ( #22144 )
2025-09-14 08:42:13 +08:00
Rainbow
a4d6fe2cb4
docs(components): [mention] add an example of using props ( #22139 )
2025-09-13 07:53:04 +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
Rainbow
4a702344e9
docs(components): [checkbox] improve the example of how to use props ( #22061 )
2025-09-08 09:05:02 +08:00
Rainbow
96ef54ed1e
docs(components): [radio] improve the example of how to use props ( #22062 )
2025-09-08 09:03:00 +08:00
snowbitx
f74e403299
feat(components): [radio-group] support options prop rendering ( #21543 )
...
* feat(components): [radio-group] support options
* test: add test case
* docs: tweak doc
* Update basic-usage.vue
* docs: tweak doc
* Update packages/components/radio/src/radio-group.vue
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
* chore: label prop
* Update packages/components/radio/src/radio-group.ts
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
* Update packages/components/radio/src/radio-group.vue
Co-authored-by: btea <2356281422@qq.com >
* refactor: use ts logic
* Update form.md
* Update message.ts
* refactor: fix effect lost
* refactor: use template logic and update version
* Update radio-group.ts
* Update options.vue
* Update options.vue
* refactor: rename props and support additional attributes and render
* chore: default key
* chore: use optionProps
* chore: fix build error
* chore: fix build error
* chore: fix build error
* chore: fix build error
* chore: fix build error
* Update radio-group.vue
* Update basic.vue
* refactor: refer checkbox
* Update pnpm-lock.yaml
* Update pnpm-workspace.yaml
* Update package.json
* Update package.json
* chore: ts error
* Update radio-group.ts
* Update radio-group.ts
* refactor: add more attr support and update version
* refactor: props consistent with select
* Update radio.md
* Update packages/components/radio/src/radio-group.vue
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com >
* Update packages/components/radio/src/radio-group.vue
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
* chore: type with single line
* chore: fix build error
* chore: delete radioRenderer testcase
---------
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
Co-authored-by: btea <2356281422@qq.com >
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com >
2025-09-04 17:26:57 +08:00
sea
b9ac07cb68
refactor(components): [drawer] resizable ( #21932 )
...
* Revert "drawer resizable #21608 "
* refactor: drawer resizable
* feat: direction & event core
* docs: update
* fix: animation conflict
* fix: watchEffect onCleanup hrm error
* test: add resize case
* chore: format
* test: old case typo
* refactor: rel #21595 & add hover style
Co-authored-by: thinkasany <480968828@qq.com >
Co-authored-by: cszhjh <cszhjh@gmail.com >
* chore: del useless file
* chore: del useless file
* chore: rename
Co-authored-by: Dsaquel <291874700n@gmail.com >
* fix: use min resizable error
* fix: multiple resizable style conflicts
* test: fix
---------
Co-authored-by: thinkasany <480968828@qq.com >
Co-authored-by: cszhjh <cszhjh@gmail.com >
Co-authored-by: Dsaquel <291874700n@gmail.com >
2025-09-04 15:33:06 +08:00
Kylin
b174dd07e2
docs(components): [select] demo for adjusting the options property ( #21976 )
...
* docs(components): [select] demo for adjusting the options property
* refactor: adjust the position of the props
2025-09-01 10:22:28 +08:00
snowbitx
b83316e151
feat(components): [checkbox-group] support options ( #21545 )
...
* feat(components): [checkbox-group] support options
* chore: ts logic
* docs: add doc
* Update checkbox-group.ts
* chore: eslint
* refactor: use ts logic
* refactor: fix effect lost
* test: add test case
* refactor: simplify
* chore: build error
* refactor: use independent getOptionProps
* refactor: rename defaultProps
* Update checkbox-group.vue
* chore: rename optionProps
* refactor: add more attr support
* chore: update version
* chore: changed props
* Update checkbox.md
2025-08-30 07:32:19 +08:00
Noblet Ouways
2144a78880
feat(components): [color-picker-panel] externalize color-picker core component ( #21668 )
...
* feat(components): [color-picker-panel] externalize color-picker
chore: save
chore: save
chore: save
test passing
chore: save
chore: save
chore: save
chore: save
chore: save
styles
chore: save
chore: save
chore: save
chore: save
chore: save
chore: cleanup
chore: save
chore: minor tweaks
* chore: better doc
Co-authored-by: btea <2356281422@qq.com >
* chore: address pr review
Co-authored-by: qiang <qw13131wang@gmail.com >
* chore: fix
* chore: remove extra ̀`.valuè`
* docs: delete useless class in the examples
* chore: apply review
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com >
* style: add content-box
* chore: use gap instead of margin
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com >
* chore: use pure
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com >
* chore: remove extra style
* chore: apply koo review
Co-authored-by: kooriookami
<38392315+kooriookami@users.noreply.github.com >
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com >
* chore: apply narrow screen style
Co-authored-by: 知晓同丶 <zhixiaotong.me@qq.com >
* docs: delete redundant types
---------
Co-authored-by: btea <2356281422@qq.com >
Co-authored-by: qiang <qw13131wang@gmail.com >
Co-authored-by: warmthsea <2586244885@qq.com >
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com >
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com >
Co-authored-by: 知晓同丶 <zhixiaotong.me@qq.com >
2025-08-22 14:13:59 +08:00
八毛钱
5647b3e392
feat(components): [input-tag] add collapse-* prop ( #21477 )
...
* feat(components): Add input box label folding function
- Add collapseTags, collapseTagsTooltip, and maxCollapseTags attributes
- Implement the function of tag folding and mouse hovering to display complete content
- Update documentation and sample code
* feat(components): optimize the judgment before out of focus
-New beforeBlur method
-Add input tag list class name to improve the style and layout of tag list
-Add label text wrapping to optimize the display of long text
* feat(docs): 添加标签折叠功能
- 新增 collapse-tags 属性,用于在多选时将标签折叠为文本
- 新增 collapse-tags-tooltip 属性,用于在鼠标悬停时显示折叠标签的完整内容
- 新增 max-collapse-tags 属性,用于设置折叠标签的最大数量
* feat(components): optimize tag display logic
- Add showTagList and collapseTagList calculation properties to control the display of labels
- Modify the label removal logic, and now remove through the label value instead of the index
- Adjust the rendering method of labels to simplify the template structure
- Removed redundant tags text class styles, and directly displayed with tag values
* refactor(components): optimize tags
- Modify the logic of fallback label deletion, and use the index to directly remove the last label
- Reconstruct the tag rendering method and simplify the template structure
- Remove unused CSS classes
* refactor(components): optimize label rendering logic
- Replace the template tag in the template with the el tag component
- Simplify the rendering logic of labels and improve the readability and performance of components
* refactor(components): optimize key binding of tag list
- Change the key of the tag component from item to index
* docs(components): Modify the description of the collapse tags attribute
- Optimize the description of collapse tags attribute
* feat(components): add custom slots for labels
- Add a slot named "tag" in the el tag component
* test(components): add a test case for the collapseTags function
- Test the basic function of the collapseTags attribute
- est the hover effect of the collapseTagsTooltip attribute
- Test the restriction logic of the maxCollapseTags attribute
* Update docs/en-US/component/input-tag.md
Co-authored-by: qiang <qw13131wang@gmail.com >
* docs(components): update documents
- New features introduced in version 2.11.0 have been added to the document
* test(components): remove comments from unit tests
- Removed unnecessary comments in test code
---------
Co-authored-by: qiang <qw13131wang@gmail.com >
2025-08-21 20:22:03 +08:00
知晓同丶
3b8a590baf
docs: improve examples layout for narrow screens ( #21489 )
...
* docs: improve examples layout for narrow screens
* docs: style related
* style: [statistic] use utilities
* style: [input] remove deep
* style: [transitions] change style
* refactor: [date-picker-panel] narrow refactor
2025-08-21 10:22:05 +02:00
知晓同丶
98041055b0
feat(components): [message] add placement option & method ( #21747 )
...
* feat(components): [message] add `placement` option & method
* fix: resolve test hanging issue caused by reactive circular dependency
* test: add test
* feat: add placement `top-left/top-right/bottom-left/bottom-right`
* refactor: split large normalizeOptions function
* docs: adjust description text
* chore: remove unused height expose
* refactor: simpify code
* style: opt-in center style & simplified animations
* style: replace :not(.center) with :is(.left,.right) for more explicit
* feat: add `placement` to `config-provider`
* fix: fix test warning when placement is undefined
* refactor: remove useless style & simpify types
* fix: avoid circular dependency
* chore: types related
* Update docs/examples/config-provider/message.vue
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
* Update packages/components/config-provider/__tests__/config-provider.test.tsx
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
* chore: make typecheck happy & format
* style: add top/bottom transition
* chore: format
---------
Co-authored-by: zhixiaotong <947803089@qq.com >
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
Co-authored-by: Dsaquel <291874700n@gmail.com >
2025-08-19 15:16:49 +00:00
Noblet Ouways
bc71cba2d2
feat(components): [config-provider/button] add text prop ( #21806 )
2025-08-19 17:08:31 +02:00
Noblet Ouways
ea85a0d25e
docs(components): add tree-select node-key information ( #21810 )
...
closed #20913
2025-08-19 17:07:53 +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
Zhong
cd7bf873d0
docs(components): [popover] update examples ( #21785 )
...
* docs(components): [popover] remove `delayHide`
* docs: update
* docs: update
---------
Co-authored-by: warmthsea <2586244885@qq.com >
2025-08-18 09:38:35 +00:00
Zhong
ca976e3620
feat(components): [drawer] add resizable prop ( #21608 )
...
* feat(components): [drawer] add `resizable` prop
* style(theme-chalk): [drawer] update based on review feeddback
* chore: adjust style & example
* docs: update example
* docs: remove default direction
---------
Co-authored-by: btea <2356281422@qq.com >
2025-08-17 14:46:27 +08:00
Zhong
67ce064086
feat(components): [splitter] add lazy prop ( #21730 )
...
* feat(components): [splitter] add lazy prop
* chore: cleanup
* fix: lazy change should end dragging
2025-08-16 11:22:54 +02:00
知晓同丶
9ac2da6c07
feat(components): add isDragging to useDraggable for dialog/message-box ( #21703 )
...
* feat(components): add isDragging to useDraggable for dialog/message-box
* refactor: perf code
2025-08-16 11:09:07 +02:00
Coder Goo
bf0568cacf
feat(components): add custom clear icon ( #21699 )
...
* feat(components): add custom clear icon function
added `clear-icon` property to Cascader, Input, and InputTag components to customize the clear icon.
* Update docs/en-US/component/cascader.md
Co-authored-by: btea <2356281422@qq.com >
* Update docs/en-US/component/cascader.md
Co-authored-by: btea <2356281422@qq.com >
* feat(components): add custom clear icon use case
* docs(components): reduce cascader clear-icon use case options
* Update packages/components/input-tag/src/input-tag.vue
Co-authored-by: btea <2356281422@qq.com >
* Update packages/components/input/src/input.vue
Co-authored-by: btea <2356281422@qq.com >
---------
Co-authored-by: btea <2356281422@qq.com >
2025-08-15 18:47:30 +02:00
thinkasany
2ceb415830
fix(components): [splitter] collapsible does not take effect dynamically ( #21742 )
...
* fix(components): [splitter] Toggle collapsible configuration
* ci: rerun
* Update docs/examples/splitter/collapsible.vue
---------
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com >
2025-08-13 18:11:25 +08:00
知晓同丶
25c7ea2b3c
refactor(components): export TreeV2Instance & optimize type usage ( #21718 )
...
* refactor(components): export `TreeV2Instance` & optimize type usage
* refactor: change type declaration entry file
2025-08-13 12:33:30 +08:00
知晓同丶
b7acae49c3
docs: Improve the demo of transition object in config-provider ( #21695 )
...
Co-authored-by: zhixiaotong <947803089@qq.com >
2025-08-11 07:10:43 +08:00
知晓同丶
ff525392ac
feat(components): [config-provider] support dialog config ( #21684 )
...
* feat(components): [config-provider] support `dialog` config
* chore: remove comment
* fix: `props` take precedence over `globalConfig`
* fix: dialog-content use globalConfig
* revert: undo globalConfig & bump
* docs: supplement tag
---------
Co-authored-by: zhixiaotong <947803089@qq.com >
2025-08-10 14:26:21 +02:00
Allen Xu
065e3874d8
docs(components): [dropdown] fix typo ( #21687 )
...
docs(components): [dropdown] fix typo of 2st & 3st
2025-08-09 06:08:44 +00:00
catanswer
7b25a87d6d
feat(components): [autocomplete] add header and footer slot ( #21594 )
...
* feat(components): [autocomplete] add header and footer slot
* docs(components): add a bump version for new slots
* test(components): [autocomplete] add header/footer slots test case
* docs(components): [autocomplete] add header and footer slots example
---------
Co-authored-by: yinshenghao <shenghao.yin@eslink.com >
2025-08-05 22:34:39 +02:00
Noblet Ouways
bce22dd10d
fix(components): allow null type on empty-values components ( #21582 )
...
* fix(components): allow null type on empty-values components
* refactor(hooks): [empty-values]: allow plain null for `value-on-clear`
2025-08-01 12:27:19 +02:00
Noblet Ouways
907b7b2766
feat(components): [cascader] add check-on-click-leaf attribute ( #21508 )
...
* feat(components): [cascader] add `check-on-click-leaf` attribute
* chore: chore
2025-08-01 10:31:17 +08:00
sea
305bac5839
docs(components): [dialog] smoother custom-animation example ( #21555 )
...
* docs: delete sidebar component version class
* docs: update examples
* chore: update version style
* chore: update version style
* chore: update version style
* chore: update version style
* chore: update version style
2025-07-31 07:46:57 +00:00
btea
622b945993
docs: [cascader] reduce sample code ( #21549 )
2025-07-30 09:56:40 +02:00
snowbitx
dbbacae7d1
feat(components): [select] support options prop rendering ( #21203 )
...
* feat(components): [select] support options prop rendering
* feat(components):[select] format
* feat(components):[select] format
* Update packages/components/select/src/select.vue
Thanks for the guidance!
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
* Update packages/components/select/src/select.vue
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
* Merge remote-tracking branch 'upstream/dev' into feat/autocomplete-size
* feat(components): [select] format
* feat(components): [select] Add test case
* feat(components): [select] Add doc
* Update packages/components/select/src/select.ts
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
* feat(components): [select] Code optimization
* feat(components): [select] Code optimization
* feat(components): [select] format
* feat(components): [select] format
* docs: refact
* refactor: simplify
* chore: useless diff change
* Update shared.ts
* Update message.ts
* Update popper.ts
* Update result.ts
* Update form-item.ts
* Update cascader-panel.test.tsx
* chore: useless change
* Update select.vue
* Update option.vue
* Update select.vue
---------
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
Co-authored-by: Dsaquel <291874700n@gmail.com >
2025-07-29 09:54:30 +08:00
Noblet Ouways
54cb51f2d9
feat(components): [config-provider] support card config ( #21483 )
2025-07-28 17:19:44 +08:00
zepeng
d688af16b0
feat(components): [cascader] add show-checked-strategy prop ( #16922 )
...
* feat(components): [cascader] add showCheckedStrategy prop
* fix(components): [cascader] fix props
* feat(components): [cascader] add `show-checked-strategy` documentation
* Update docs/en-US/component/cascader.md
Co-authored-by: btea <2356281422@qq.com >
* fix(components): [cascader] replace inline props with variables
---------
Co-authored-by: btea <2356281422@qq.com >
2025-07-24 21:27:38 +02:00
Zhong
283fa72bc9
feat(components): [cascader] add header and footer slot ( #21486 )
...
* feat(components): [cascader] add header and footer slot
* docs(components): [cascader] simplify the code
* docs(components): [cascader] merge header and footer example
* docs(components): [cascader] add clear case
2025-07-24 12:03:41 +00:00
知晓同丶
39f439e436
feat(components): [dialog] add transition prop ( #21479 )
...
* feat(components): [dialog] add `transition` prop
* fix: revert export
* chore: add test
* chore: remove useless mode
* refactor: use built-in utils & simpify code
* refactor: update use-dialog.ts
* refactor: update use-dialog.ts
* fix: add warn tip
* chore: change warn description
* refactor: remove classes & add doc tip
2025-07-24 11:47:40 +02:00
snowbitx
7ec0f3a442
feat(components): [cascader] add checkOnClickNode and prefix prop ( #21089 )
...
* feat(components): [cascader] Hide radio in single mode
* feat(components): [cascader] Renamed prop to \`selectOnClick\`
* feat(components): [cascader] Update doc
* feat(components): [cascader] Adjust how data is fetched
* feat(components): [cascader] update type
* Update packages/components/cascader-panel/src/node-content.ts
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
* feat(components): [cascader] Merge and fix v-model bug
* feat(components): [cascader] Renamed to checkOnClickNode
* feat(components): [cascader] Renamed to checkOnClickNode
* feat(components): [cascader] merge
* feat(components): [cascader] Add a check
* feat(components): [cascader] Add test case
* feat(components): [cascader] Fix type error
* feat(components): [cascader] Add checkOnClickNode, showRadio props
* feat(components): [cascader] Update doc
* Update packages/components/cascader/src/cascader.ts
Done, thanks!
Co-authored-by: btea <2356281422@qq.com >
* fix: showRadio defaults checkOnClickNode
* test: showRadio fallback behavior
* refactor: rename prop and support checkOnClickNode for multiple mode
* doc:update
* Update packages/components/cascader-panel/src/config.ts
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
* docs: tweak props
* docs: update doc
* chore: update doc & fix toggle check
* Update docs/en-US/component/cascader.md
Co-authored-by: btea <2356281422@qq.com >
* Update docs/en-US/component/cascader.md
Co-authored-by: btea <2356281422@qq.com >
* Update docs/en-US/component/cascader.md
Co-authored-by: btea <2356281422@qq.com >
* Update cascader-panel.test.tsx
---------
Co-authored-by: WANGXIAOYU1995 <109521682+WANGXIAOYU1995@users.noreply.github.com >
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
Co-authored-by: btea <2356281422@qq.com >
Co-authored-by: Dsaquel <291874700n@gmail.com >
2025-07-22 17:23:20 +08:00
Noblet Ouways
ed29cf0dfb
docs: fix examples & type consistency ( #21333 )
...
* docs(components): [select] fix consistency
* chore: remove all `:height="208"`
2025-07-14 09:42:58 +08:00
sea
f3893835ae
docs: select use minimum base examples & delete input tip ( #21235 )
...
docs: select use minimum base examples
2025-07-04 18:10:22 +02:00
Noblet Ouways
c57b0cab42
refactor(components): [tree] remove ts-nocheck ( #21097 )
...
* chore: wip
* chore: wip
* chore: wip
* chore: wip
* chore: fix
* chore: fix
* chore: cleanup
* chore: fix
* fix: review
Co-authored-by: btea <2356281422@qq.com >
---------
Co-authored-by: btea <2356281422@qq.com >
2025-06-24 15:01:53 +08:00
知晓同丶
327922d4b2
fix(components): [tree-v2] treeNode add expanded and responds to UI ( #21066 )
...
* fix(components): [tree-v2] treeNode add `expanded` and responds to UI
closed #21023
* fix(components): [tree-v2] treeNode add `expanded` and responds to UI
closed #21023
* docs: add custom node icon demo
2025-06-23 14:31:47 +02:00
WANGXIAOYU1995
4f56d01f04
feat(components): [cascader] add tag slot ( #20994 )
...
* feat(components): [cascader] add showFirstOnly to show top-level label
* feat(components): [cascader] add unit test cases
* Revert "feat(components): [cascader] add unit test cases"
This reverts commit 8cbb9d44ee .
* Revert "feat(components): [cascader] add showFirstOnly to show top-level label"
This reverts commit 5ca520dff8 .
* feat(components): [cascader] Added a new slot `tag`
* Revert "feat(components): [cascader] Added a new slot `tag`"
This reverts commit 99062da169 .
* feat(components): [cascader] Added a new slot `tag`
* feat(components): [cascader] Optimize slot and update doc
* Update packages/components/cascader/src/cascader.vue
Good catch, committed.
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
* Update docs/en-US/component/form.md
Sure, I’ve committed the suggestion. Thanks again!
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
* feat(components): [cascader] Add test case
* feat(components): [cascader] update to expose tree node info
* feat(components): [cascader] update 'presentTags' and docs
* feat(components): [cascader] optimize code
* feat(components): [cascader] update doc
* feat(components): [cascader] update function name
* Update packages/components/cascader/src/cascader.vue
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
* Update packages/components/cascader/src/cascader.vue
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
* chore: minor tweaks
* feat(components): [cascader] Update test case
* docs: update Cascader Slots
---------
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
Co-authored-by: Dsaquel <291874700n@gmail.com >
Co-authored-by: warmthsea <2586244885@qq.com >
2025-06-18 15:51:59 +00:00
Noblet Ouways
2f17df1209
style(eslint-config): newline before import type ( #21036 )
...
* perf: change to import-x
* feat: add rules
* chore: fix rule
* chore: fix
* chore: fix
* chore: fix
* style: `pnpm lint:fix`
* Revert "style: `pnpm lint:fix`"
This reverts commit db0116a288 .
* Revert "chore: fix"
This reverts commit 69c82a90c0 .
* chore: fix
* style: `pnpm lint:fix`
* fix: lint
* chore: `pnpm format`
2025-06-16 15:37:12 +08:00
qiang
9539c19b40
style(eslint-config): add rules to restrict the imports of element-plus ( #20959 )
...
* style(eslint-config): add rules to restrict the imports of element-plus
* chore: added validation for tsx files
* chore: revert the shell
2025-06-13 17:07:39 +08:00
qiang
168b5f34ca
style(eslint-config): move newline-after-import to global ( #21011 )
2025-06-12 22:30:23 +08:00
Gnalvin
d720e5c31c
feat(components): [splitter] new component ( #20145 )
...
* feat(components): [splitter] new component
* docs(components): [splitter] update docs
* feat(components): [splitter] add export ElSplitter ElSplitterPanel types
* feat(components): [splitter] support touch even
* Update docs/.vitepress/crowdin/en-US/pages/component.json
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com >
* docs: update
* docs: update
* chore: update docs & code
* chore: update docs & fix code type error
* fix: use slot show error
* refactor(components): [splitter] modify props use
* refactor(components): [splitter] use native event listener to drag
* fix(components): [splitter] panel bind attrs
* refactor: use `useOrderedChildren`
* chore: fix types
* feat: add icon
* chore: translate comments and add beta tag
* docs: add default-size api
* docs: remove demo lang="scss"
* refactor: remove default-size api
---------
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com >
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com >
Co-authored-by: warmthsea <2586244885@qq.com >
Co-authored-by: Dsaquel <291874700n@gmail.com >
Co-authored-by: kooriookami <bingshuanglingluo@163.com >
2025-06-03 23:01:28 +08:00