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(dialog): 增加关闭按钮 #1872

Merged
merged 13 commits into from
Jan 19, 2024
Merged

feat(dialog): 增加关闭按钮 #1872

merged 13 commits into from
Jan 19, 2024

Conversation

irisSong
Copy link
Collaborator

🤔 这个变动的性质是?

  • 新特性提交
  • 日常 bug 修复
  • 站点、文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • TypeScript 定义更新
  • 包体积优化
  • 性能优化
  • 功能增强
  • 国际化改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他改动(是关于什么的改动?)

🔗 相关 Issue

💡 需求背景和解决方案

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • fork仓库代码是否为最新避免文件冲突
  • Files changed 没有 package.json lock 等无关文件

@jdf2e jdf2e deleted a comment from codecov bot Jan 18, 2024
Copy link

codecov bot commented Jan 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3a933ef) 75.87% compared to head (531ee8a) 75.92%.
Report is 1 commits behind head on next.

❗ Current head 531ee8a differs from pull request most recent head b4685ce. Consider uploading reports for the commit b4685ce to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             next    #1872      +/-   ##
==========================================
+ Coverage   75.87%   75.92%   +0.05%     
==========================================
  Files         215      215              
  Lines        8662     8673      +11     
  Branches     2480     2484       +4     
==========================================
+ Hits         6572     6585      +13     
+ Misses       1893     1891       -2     
  Partials      197      197              

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

@xiaoyatong xiaoyatong changed the title feat(Diolog): 增加关闭按钮 feat(Dialog): 增加关闭按钮 Jan 18, 2024
@@ -25,6 +26,8 @@ const defaultProps = {
disableConfirmButton: false,
footerDirection: 'horizontal',
lockScroll: true,
closeIconPosition: 'top-right',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

增加类型,明确可以使用哪些组合

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

增加类型,明确可以使用哪些组合

已修改

@@ -32,6 +33,8 @@ const defaultProps = {
disableConfirmButton: false,
footerDirection: 'horizontal',
lockScroll: true,
closeIconPosition: 'top-right',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里也更新下类型

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里也更新下类型
已修改

@oasis-cloud oasis-cloud changed the title feat(Dialog): 增加关闭按钮 feat(dialog): 增加关闭按钮 Jan 18, 2024
@oasis-cloud oasis-cloud merged commit 2284bde into jdf2e:next Jan 19, 2024
3 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.

2 participants