Skip to content
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

feat(cdk:dnd): add dnd lib for dnd sortting and moving #1953

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

sallerli1
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines
  • Tests for the changes have been added/updated or not needed
  • Docs and demo have been added/updated or not needed

What is the current behavior?

What is the new behavior?

新增拖拽工具库 cdk/dnd

  1. 支持列表和树的拖拽排序
  2. 支持拖拽移动

原先的 cdk/drag-drop 已经废弃

Other information

Copy link

idux-bot bot commented Jul 10, 2024

This preview will be available after the AzureCI is passed.

Copy link

codecov bot commented Jul 10, 2024

Codecov Report

Attention: Patch coverage is 12.60504% with 104 lines in your changes missing coverage. Please review.

Project coverage is 90.37%. Comparing base (67a2f82) to head (73af3ac).

Files Patch % Lines
packages/cdk/utils/src/tree.ts 12.60% 104 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1953      +/-   ##
==========================================
- Coverage   90.63%   90.37%   -0.27%     
==========================================
  Files         360      360              
  Lines       35630    35742     +112     
  Branches     3865     3865              
==========================================
+ Hits        32294    32302       +8     
- Misses       3336     3440     +104     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

`cdk/drag-drop` is now deprecated, please use `cdk/dnd` instead.
@sallerli1 sallerli1 merged commit 7eaa878 into IDuxFE:main Jul 10, 2024
6 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant