-
Notifications
You must be signed in to change notification settings - Fork 211
feat: 圈选复制行列头功能 #1742
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: 圈选复制行列头功能 #1742
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## master #1742 +/- ##
==========================================
- Coverage 77.16% 77.03% -0.14%
==========================================
Files 234 234
Lines 11454 11488 +34
Branches 2427 2439 +12
==========================================
+ Hits 8839 8850 +11
- Misses 1265 1268 +3
- Partials 1350 1370 +20
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Size Change: +260 B (0%) Total Size: 428 kB
ℹ️ View Unchanged
|
🎉 This PR is included in version @antv/s2-v1.30.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* refactor: 支持 ts 严格模式 close #1742 * fix: 修复部分类型错误 * fix * fix * fix: 修复测试 * fix: * fix: ts problem (#1876) * docs: update the README.md (#1863) * fix: 修复 mergedCell 缺失theme 导致的报错 (#1874) * feat: 为合并单元格添加主题 * test: 添加合并单元格主题相关单测 * chore: 更新README (#1865) Co-authored-by: Jinke Li <a1231236677287@163.com> * fix: ts problem Co-authored-by: 嘤嘤嘤 <yingying.xwy@antgroup.com> Co-authored-by: stone <stone-lyl@users.noreply.github.com> Co-authored-by: Jinke Li <a1231236677287@163.com> * fix: 升级配置 * test: 修复测试 * chore: 修复类型错误 Co-authored-by: YardWill <YardWill@users.noreply.github.com> Co-authored-by: 嘤嘤嘤 <yingying.xwy@antgroup.com> Co-authored-by: stone <stone-lyl@users.noreply.github.com>
🎉 This issue has been resolved in version @antv/s2-v2.0.0-next.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version @antv/s2-react-v2.0.0-next.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version @antv/s2-vue-v2.0.0-next.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* feat: 行头圈选复制完成 * feat: 列头圈选复制完成 * fix: 修复原有单测(copy)问题 * feat: 当合计行列在最后一层时,也可以被复制成功 * test: 添加行列头圈选复制的单测 * docs: 补充复制行列头的文档 * docs: 补充复制行列头的demo * refactor: 重构 getBrushHeaderCopyable 方法 * test: 重构 getBrushHeaderCopyable copy 的单测 Co-authored-by: zishang <lyl275911@antgroup.com>
👀 PR includes
✨ Feature
🎨 Enhance
🐛 Bugfix
🔧 Chore
📝 Description
在做复制的时候,发现了圈选还存在一个问题: #1740
后面再修复吧。
🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge