-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(tree): add allowDrop API to limit drop action #3206
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uyarn
approved these changes
Jun 20, 2024
uyarn
changed the title
fix(tree): tree 组件添加属性 allowDrop
fix(tree): add allowDrop API to limit drop action
Jun 20, 2024
Merged
16 tasks
uyarn
pushed a commit
that referenced
this pull request
Jun 20, 2024
* fix(tree): tree 组件添加 allowDrop 属性方法 * chore(tree): tree 组件,提供 allowDrop 属性的示例 * fix(tree): tree 组件,规范 allowDrop 属性的 api 配置 * fix(tree): 解决 src/common.ts 中丢失 LayoutEnum 定义的问题 * test(tree): tree update snapshot
uyarn
added a commit
that referenced
this pull request
Jun 20, 2024
* chore: upgrade site component version (#3182) * fix(transfer): 添加tree属性支持 (#3185) * fix(transfer): 添加tree属性支持 添加tree属性对function的支持 #3123 * chore: fix composition demo * chore: fix demo --------- Co-authored-by: wū yāng <uyarnchen@gmail.com> * ci: tdesign-changelog-action (#3193) * ci(auto-release): fix merge_tag not working (#3194) * feat(tabs): supports scrolling operations via wheel or touchpad (#3187) * fix(select-input): allowInput is true and cannot be entered in multiple selection cases(#2336) (#3195) * feat(tabs): add scrollPosition API (#3196) * feat(tabs): add scrollPosition API * chore: update ssr snapshots * fix(cascader): 无children选项点击时不会显示之前列表 (#3201) * fix(tree): add allowDrop API to limit drop action (#3206) * fix(tree): tree 组件添加 allowDrop 属性方法 * chore(tree): tree 组件,提供 allowDrop 属性的示例 * fix(tree): tree 组件,规范 allowDrop 属性的 api 配置 * fix(tree): 解决 src/common.ts 中丢失 LayoutEnum 定义的问题 * test(tree): tree update snapshot * feat(DatePicker): optimize range picker panel header click logic (#3207) * feat(DatePicker): optimize range picker panel header click logic * feat(DatePicker): optimize range picker panel header click logic * chore: release 1.9.5 (#3208) * chore: release 1.9.5 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: sinbadmaster <40019023+sinbadmaster@users.noreply.github.com> Co-authored-by: liweijie0812 <674416404@qq.com> Co-authored-by: 李江辰 <SpaceCode@foxmail.com> Co-authored-by: hy212 <1101824575@qq.com> Co-authored-by: Zhang Yiyao <1379255913@qq.com> Co-authored-by: TabSpace <pillar0514@163.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤔 这个 PR 的性质是?
🔗 相关 Issue
Tencent/tdesign-vue-next#4288
💡 需求背景和解决方案
为 tree 组件提供拖放限制能力
📝 更新日志
fix(tree): 为 tree 组件提供拖放限制能力
本条 PR 不需要纳入 Changelog
☑️ 请求合并前的自查清单