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

Some Features and Bugs #1259

Merged
merged 11 commits into from
Aug 10, 2022
Merged

Conversation

chaishi
Copy link
Collaborator

@chaishi chaishi commented Aug 10, 2022

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • fix(Table): 行选中会触发重置列宽调整的结果

  • feat(Table): 支持使用插槽 footer-summary 定义通栏表尾,同时支持同名属性 Props footer-summary 渲染通栏表尾

  • feat(Table): 由于表格支持定义多行表尾,因而本次支持使用 rowspanAndColspanInFooter 定义表尾行数据合并单元格,使用方法同 rowspanAndColspan

  • feat(Table): 支持 min-width 透传到元素 <col>

  • feat: Cascader/Select/DatePicker/RangeInput 等组件支持 status tips 属性透传到底层组件

  • feat(Table): 新增 cellEmptyContent,当列数据为空时显示指定值

  • feat(Table): 可编辑行功能,新增实例方法 validate,支持校验表格内的全部数据

  • fix(Table): 可编辑行功能,提交校验时只校验了第一列

  • fix(Table): 列配置功能,带边框模式,移除分页组件边框下方多余的边框

  • 本条 PR 不需要纳入 Changelog

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

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

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

@github-actions
Copy link
Contributor

github-actions bot commented Aug 10, 2022

完成

@chaishi chaishi force-pushed the 20220807_feature_table branch from ba8cda3 to 7050274 Compare August 10, 2022 07:24
@chaishi chaishi changed the title 20220807 feature table Some Features and Bugs Aug 10, 2022
src/tag-input/defaultProps.ts Outdated Show resolved Hide resolved
src/date-picker/defaultProps.ts Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

Codecov Report

Merging #1259 (54afa0f) into develop (153e56e) will increase coverage by 0.01%.
The diff coverage is 62.90%.

@@             Coverage Diff             @@
##           develop    #1259      +/-   ##
===========================================
+ Coverage    59.87%   59.88%   +0.01%     
===========================================
  Files          992     1006      +14     
  Lines        17502    17692     +190     
  Branches      4005     4051      +46     
===========================================
+ Hits         10479    10595     +116     
- Misses        7023     7097      +74     
Impacted Files Coverage Δ
src/cascader/Cascader.tsx 61.11% <ø> (ø)
src/date-picker/DatePicker.tsx 14.66% <ø> (ø)
src/date-picker/DateRangePicker.tsx 10.00% <ø> (ø)
src/date-picker/defaultProps.ts 100.00% <ø> (ø)
src/range-input/RangeInputPopup.tsx 100.00% <ø> (ø)
src/select/base/PopupContent.tsx 92.30% <ø> (ø)
src/table/TBody.tsx 100.00% <ø> (ø)
src/table/_example/base.jsx 64.28% <ø> (ø)
src/table/defaultProps.ts 0.00% <ø> (ø)
src/table/hooks/useClassName.ts 100.00% <ø> (ø)
... and 46 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@honkinglin honkinglin merged commit 5bcc729 into Tencent:develop Aug 10, 2022
@github-actions github-actions bot mentioned this pull request Aug 15, 2022
16 tasks
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.

3 participants